/* Paso 1 - Titulo */
#step1-img {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
    #step1-img {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 425px) {
    #step1-img {
        margin-top: 0px;
    }
}

#tab-step1 {
    background-color: #4D80F6;
}

#tab-step1 {
    width: 20%;
    line-height: 2.1 !important;
    border-top-left-radius: 10px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #tab-step1 {
        width: 50%;
        border-top-right-radius: 0px;
        margin-right: 0rem;
    }
}

@media only screen and (max-width: 425px) {
    #tab-step1 {
        width: 100%;
        line-height: 3 !important;
        border-top-right-radius: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    #title-step1 {
        padding: 0.7rem 0 0 0;
    }
}

@media only screen and (max-width: 425px) {
    #title-step1 {
        padding: 0.5rem 0rem;
    }
}

/* Paso 1 - Contenido */

.content-tab1 {
    display: -webkit-box !important;
}

@media only screen and (max-width: 768px) {
    .content-tab1 {
        display: inline !important;
    }
}

.col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media only screen and (max-width: 768px) {
    .col-lg-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#form-step1 {
    display: flex;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    #form-step1 {
    display: contents;
    }
}

.form-control.m-input--air {
    -webkit-box-shadow: 0 0px 0px 0;
    -moz-box-shadow: 0 0px 0px 0;
    box-shadow: 0 0px 0px 0;
}

/* Paso 1 - Manejo del DatePicker */
.datepicker {
    font-family: 'Montserrat', sans-serif;
}

.datepicker-dropdown {
    left: 434px;
}

@media only screen and (max-width: 768px) {
    .datepicker-dropdown {
        left: 64px;
    }
}

@media only screen and (max-width: 320px) {
    .datepicker-dropdown {
        left: 27px !important;
    }
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #dddddd !important;
    cursor: default;
    border-radius: 0px;
}

.datepicker tbody tr > td.day.new {
    color: #575961;
}

.datepicker tbody tr > td.day.old {
    color: #575961;
}


#content-label {
    padding-left: 0px;
    padding-right: 0px;
}

#label-tab1 {
    margin-bottom: 0px;
}

#returning-container {
    margin-top: 0px;
}

#l-normal-return {
    display: block;
}

#l-short-return {
    display: none;
}
/*Paso 1 - Cambios especificos para <=1024px*/
@media only screen and (max-width: 1024px) {
    #l-normal-return {
        display: none;
    }

    #l-short-return {
        display: block;
        margin-bottom: 7px;
    }
}
/*Paso 1 - Cambios especificos para <=768px*/
@media only screen and (max-width: 768px) {
    #returning-container {
        margin-top: 14px;
    }

    #l-normal-return {
        display: block;
    }

    #l-short-return {
        display: none;
    }
}
/*Paso 1 - Cambios especificos para <=425px*/
@media only screen and (max-width: 425px) {
    #returning-container {
        margin-top: 12px;
    }
}

/* Paso 1 - Desplegables */
/*select option:first-child {
    color: #FFB303;
}*/

/* Paso 1 - Boton Buscar */
.btn-container {
    width: 100%;
}

#btn-search {
    width: 100%;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

/* Cards - Titulo */
#card-title {
    margin-top: 10px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 320px) {
    /*#card-title {
        margin-top: 1rem;
    }*/
}

/* Cards - Contenido */
.m-widget4__info {
    text-align: center;
}

.card-size {
    width: 50% !important;
}

#comodity-card {
    padding: 2.2rem !important;
}

#ease-card {
    padding: 2.2rem 3.2rem !important;
}

#rapidity-card {
    padding: 2.2rem !important
}

@media only screen and (max-width: 1440px) {
    #ease-card {
        padding: 2.2rem 2rem !important;
    }
}

@media only screen and (max-width: 768px) {
    #comodity-card {
        padding: 2.2rem 2.8rem !important;
    }

    #rapidity-card {
        padding: 2.2rem 4.8rem !important
    }
}

@media only screen and (max-width: 425px) {
    .m-widget4__info {
        text-align: center !important;
    }

    .card-size {
        width: 100% !important;
    }

    #comodity-card {
        padding: 2.2rem !important;
    }

    #rapidity-card {
        padding: 2.2rem !important
    }
}

.m-widget4__item .m-widget4__title {
    color: #FFB303;
    font-weight: bold;
    font-size: 18px;
}

.card-item-image {
    width: 80px;
    height: 80px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.card-item-email {
    width: 30px !important;
    height: 21px !important;
    margin-top: 25px;
    margin-bottom: 25px;
}

.card-item-visa {
    width: 100%;
    height: auto;
    margin-top: 47px;
    margin-bottom: 47px;
}

/* Cards - Comodidad */
#image-comodity {
    width: 100px !important;
}

/* Preguntas Frecuentes - Titulo */
#question-title {
    padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    #question-title {
        padding-top: 10px;
    }
}

.question-item {
    margin-bottom: 0rem;
    background-color: rgba(255,255,255,0);
}

/* Preguntas Frecuentes - Contenido */
.question-item-body {
    padding: 1.6rem 2.2rem !important;
}

.question-content {
    text-align: left;
}

.question-item-title {
    font-weight: bold;
}
