/* Paso 4 - Titulo */
#tab-step4 {
    width: 20%;
}
#step4-img {
    display: none;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Paso 4: T�tulos Labels */
#label-passenger-title {
    font-size: 14px;
    color: #99B1C2;
}
#label-passenger-subtitle {
    font-size: 14px;
    color: #99B1C2;
}

#normal-number-type {
    display: block;
}
#short-number-type {
    display: none;
}
#normal-birthdate {
    display: block;
}
#short-birthdate {
    display: none;
}
/*Paso 4 - Cambios especificos para >=769px y <=1024px*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #normal-number-type {
        display: none;
    }
    #short-number-type {
        display: block;
    }
    #normal-birthdate {
        display: none;
    }
    #short-birthdate {
        display: block;
    }
}

/* Paso 4: Botones Atr�s/Siguiente */
.head-buttons {
    display: flex;
    margin: 10px 0px 30px 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-container-back {
    width: 120px;
}
.empty-container{
    width: 70%;
}
.btn-container-returning {
    width: auto;
}
#btn-returning {
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
#btn-go-pay {
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

/* Paso 4: Formulario Pasajero */
.content-passenger-info {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}
.container-info {
    display: flex;
}
@media only screen and (max-width: 425px) {
    .container-info {
        display: block;
    }
}

#seat-name {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

/* Paso 4: Titulo Formulario Pasajero */
#seat-title-container {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Paso 4: Campos Tipo Documento Formulario Pasajero */
#document-type-container {
    margin-bottom: 10px;
}

#document-type {
    -webkit-box-shadow: 0px 0px !important;
    -moz-box-shadow: 0px 0px !important;
    box-shadow: 0px 0px !important;
}

/* Paso 4: Campos Informacion Personal Formulario Pasajero */
#info1-container {
    margin-bottom: 10px;
}

#p-info-sex {
    -webkit-box-shadow: 0px 0px !important;
    -moz-box-shadow: 0px 0px !important;
    box-shadow: 0px 0px !important;
}

#info2-container {
    margin-bottom: 10px;
}

/* Paso 4: Campos Checkbox Formulario Pasajero */
#checkbox-container {
    margin-bottom: 20px;
}

@media only screen and (max-width: 425px) {
    .m-checkbox-list, .m-radio-list {
        margin: 20px 0px 0px 0px;
    }
}
/* Paso 4: Campos RUC Formulario Pasajero */
#ruc-container {
    margin-bottom: 10px;
    display: none;
}

#child-warning-container {
    display: none;
}

#ruc-container2 {
    margin-bottom: 10px;
    display: none;
}

#child-warning-container2 {
    display: none;
}

/* Paso 4: Campos Advertencia Menor Edad Formulario Pasajero */
.child-warning {
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #38576E;
}

.child-warning-info {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

/* Paso 4: Informaci�n del viaje */
.travel-info {
    margin-bottom: 20px;
}

#observacion-container {
    margin-top: 0px;
}
@media only screen and (max-width: 425px) {
    #observacion-container {
        margin-top: 15px;
    }
}
