#trackings_input {
    height: 2.5em !important;
    border: 1px solid;
    text-align: center;
    background-color: white;

}


.bultos {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 2px solid #ff8214;

}
.tracking-num{
    margin-top: 5%;
    text-align: center;
}

.contenedor-flexbox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5em;
    margin-top: 2em;

}

.center-buttons{
    background-color: #ff8214;

    height: 6em !important;
    width: 11em !important;
    border: 1px solid #ff8214;
    margin: 1em;
    display:inline-block;
    padding: 1em;
}
.center-buttons > * {
    display: block;
    text-align: center;
}

.link-button{
    color: white;
    font-family: 'Poppins',sans-serif;
    margin-top: 10px;
}
.icon-button{
    color: white;
    font-size: 2em;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.call-to-actions-flexbox {
    margin-bottom: 0;
}

/* input de tracking en el index */
/* Pantalla mayor a 900px */
@media only screen and (min-width : 901px) {
    #trackings_input{width: 50% !important;}
}
/* Menor a 900px  (tablets y teléfonos inteligentes)*/
@media screen and (max-width : 900px) {
    #trackings_input{width: 100% !important;}
    .center-buttons{
        font-size: 0.5rem !important;
        margin: 1em .3em 1em .3em !important;
    }
}

