/* Paso 5 - Titulo */
#tab-step5 {
    width: 20%;
    border-top-right-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #tab-step5 {
        border-top-right-radius: 0px;
    }
}
#step5-img {
    display: none;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Paso 5: T�tulos Labels */
#pay-title {
    font-size: 14px;
    color: #99B1C2;
}

#p-email-normal {
    display: block;
}
#p-email-short {
    display: none;
}
/*Paso 4 - Cambios especificos para <=320px*/
@media only screen and (max-width: 320px) {
    #p-email-normal {
        display: none;
    }
    #p-email-short {
        display: block;
    }
}

/* Paso 5: Formulario Pago */
.pay-row{
    margin-top: 30px;
}
.pay-container {
    padding-left: 0px;
    padding-right: 0px;
}
.content-pay-info {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}
.container-contact {
    display: flex;
}
@media only screen and (max-width: 425px) {
    .container-contact {
        display: block;
    }
}

/* Paso 5: Informacion Contacto */
#contact-title {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
#info-contact-container {
    margin-bottom: 10px;
}

/* Paso 5: Checkbox Aceptar Terminos */
#checkbox-pay-container {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* Paso 5: M�todo de Pago */
#pay-method-title {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
#pay-btn-container {
    width: 100%;
}
#btn-pay {
    width: 100%;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

/* Paso 5: Items M�todo Pago */
#choose-method-container {
    margin: 25px 0px 25px 0px;
    display: flex;
}
@media only screen and (max-width: 375px) {
    #choose-method-container {
        margin: 25px auto 25px auto;
        display: block;
    }
}
.choose-method-item {
    width: 160px;
    height: 100px;
    margin-right: 20px;
    padding: 0.6rem;
    text-align: center;
    border: 2px solid #dddddd;
    border-radius: 2px;
}
@media only screen and (max-width: 425px) {
    .choose-method-item {
        margin: 0px auto 0px auto;
    }
}
@media only screen and (max-width: 375px) {
    .choose-method-item {
        width: auto;
        margin: 0px 0px 5px 0px;
    }
}
.choose-method-image {
    width: 60px;
    height: 40px;
    margin: 10px 0px 10px 0px;
}
.choose-method-banner {
    width: 235px;
    margin: 10px 0px 10px 0px;
}
.choose-method-text {
    font-size: 14px;
}

/* Paso 5+: Pago Exitoso */
.success-content {
    display: none;
    text-align: center;
}

.error-content {
    display: none;
    text-align: center;
}

/* Paso 5+: Pago Exitoso - Contenedor Compra Exitosa */
.buy-finish-container {
    padding: 0px;
    margin-top: 30px;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .buy-finish-container {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .buy-finish-container {
        display: block;
        margin-top: 0px;
    }
}

.buy-finish-img-container {
    padding: 0px;
    margin: 0px 0px 0px auto;
}

@media only screen and (max-width: 768px) and (min-width: 426px) {
    .buy-finish-img-container {
        width: 25%;
    }
}

.buy-finish-txt-container {
    padding: 0px;
    margin: 0px auto 0px 0px;
    text-align: left;
}

@media only screen and (max-width: 768px) and (min-width: 426px) {
    .buy-finish-txt-container {
        width: 80%;
    }
}

@media only screen and (max-width: 425px) {
    .buy-finish-txt-container {
        text-align: center;
        margin: 20px 0px 20px 0px;
    }
}

.buy-finish-image {
    width: 100px;
    height: 100px;
    margin: 5px 0px 0px 0px;
}

@media only screen and (max-width: 768px) {
    .buy-finish-image {
        margin: 0px 0px 0px 0px;
    }
}

.title-buy-finish {
    font-size: 18px;
    font-weight: bold;
}

/* Paso 5+: Pago Exitoso - Bot�n Descargar Boleto */
.back-home-container {
    margin: 10px auto 40px auto;
    padding: 0px;
}
#btn-back-home {
    width: 100%;
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
    #btn-back-home {
        width: 52.5%;
    }
}

/* Paso 5+: Pago Exitoso - Titulo Recomendaciones */
#tip-title {
    font-size: 18px;
    font-weight: bold;
}
#tip-title {
    font-size: 18px;
    font-weight: bold;
}
.tip-title-container {
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .tip-title-container {
        margin-bottom: 20px;
    }
}

/* Paso 5+: Pago Exitoso - Items Recomendaciones Viaje */
.tip-item-container {
    display: flex;
    text-align: center;
}
@media only screen and (max-width: 425px) {
    .tip-item-container {
        display: block;
        padding: 0px;
    }
}
.travel-tip-image {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
#travel-tip-item1 {
    margin-left: auto;
}

@media only screen and (max-width: 425px) {
    #travel-tip-item1 {
        padding: 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 425px) {
    #travel-tip-item2 {
        padding: 0px;
    }
}

#travel-tip-item3 {
    margin-right: auto;
}
@media only screen and (max-width: 425px) {
    #travel-tip-item3 {
        padding: 0px;
        margin-bottom: 20px;
    }
}

.back-pack {
    padding: 0px 0px 0px 14px;
    margin-bottom: 25px;
}

#terminos-condiciones {
    font-family: 'Montserrat', sans-serif;
    padding: 0rem 3rem;
}
#footer-btn {
    margin: auto;
    border: 0px;
    padding: 0px 0px 30px 0px;
}
.text-terminos-condiciones {
    color:#5B8AF7;
}
.text-terminos-condiciones:hover {
    color: #ffd60f;
}

#text-buy-finish {
    font-family: 'Montserrat', sans-serif;
}

#ruc-container-pay {
    margin: 15px 0px;
    padding: 15px 0px;
}