/*Boleto basico*/

.contenido_boleto_cumbre_basico {
    color: #fff!important;
    /*font-size: 1.5rem!important;*/
    font-size: 18px!important;
}

.boleto_cumbre_basico {
    background-image: url('../../../../wp-content/themes/lacumbre/img/fondo_boletos_mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    max-width: 1120px;
    margin: 0 auto!important;
    height: 660px;
    padding: 1rem;
    border-radius: 10px;
}

@media(min-width: 576px) {
    .boleto_cumbre_basico {
        background-image: url('../../../../wp-content/themes/lacumbre/img/background_boleto_ejecutivo.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        color: #fff;
        margin: 0 auto!important;
        height: 360px;
        padding-left: 1.5rem;
    }
}

@media(min-width: 768px) {
    .boleto_cumbre_basico {
        background-image: url('../../../../wp-content/themes/lacumbre/img/background_boleto_ejecutivo.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        color: #fff;
        margin: 0 auto!important;
        height: 460px;
        padding-left: 1.5rem;
    }
}

@media(min-width: 992px) {
    .boleto_cumbre_basico {
        background-image: url('../../../../wp-content/themes/lacumbre/img/background_boleto_ejecutivo.png');
        background-position: bottom;
        padding-left: 1.5rem;
        max-width: 1140px;
        height: 337px;
    }
}

.boleto_cumbre_basico>div>p:nth-child(1) {
    font-size: 1.5rem;
}

.precio_boleto_basico {
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 900;
    padding-top: .5rem;
    height: 70px;
}

.precio_boleto_basico>p {
    font-size: 3rem!important;
}

@media(min-width: 992px) {
    .precio_boleto_basico>p {
        font-size: 3.5rem!important;
    }
}

.boleto_cumbre_basico>div:nth-child(1) {
    line-height: 170%;
}


/*colocaciòn de viñetas para elementos li en los boletos*/

.contenido_boleto_cumbre_basico>ul {
    list-style: none;
    padding: 0;
}

.contenido_boleto_cumbre_basico>ul li {
    margin: .6rem 0;
    font-size: 1rem;
    word-break: break-all;
}

@media(min-width: 992px) {
    .contenido_boleto_cumbre_basico>ul li {
        margin: .5rem 0;
        font-size: 1.25rem;
    }
}

.boleto_cumbre_vip .mensaje_terminos {
    margin-bottom: 2.5rem;
    line-height: 1;
}


/*Boleto VIP*/

.contenido_boleto_cumbre_vip {
    color: #fff!important;
    font-size: 18px!important;
}

.boleto_cumbre_vip {
    background-image: url('../../../../wp-content/themes/lacumbre/img/fondo_boletos_mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(
    180deg, #1F9DD9 7.29%, #296CB4 100%);;*/
    color: #fff;
    max-width: 1120px;
    margin: 0 auto!important;
    height: 660px;
    padding: 1rem;
}

@media(min-width: 576px) {
    .boleto_cumbre_vip {
        background-image: url('../../../../wp-content/themes/lacumbre/img/background_boleto_vip.png');
        background-position: bottom;
        height: 393px;
    }
}

@media(min-width: 992px) {
    .boleto_cumbre_vip {
        background-image: url('../../../../wp-content/themes/lacumbre/img/background_boleto_vip.png');
        background-position: bottom;
        height: 393px;
    }
}

.boleto_cumbre_vip>div>p:nth-child(1) {
    font-size: 1.5rem;
}

.precio_boleto_vip {
    display: flex;
    align-items: center;
    justify-content: left;
    font-family: 'bentonsans_mediumregular';
}

.precio_boleto_vip>p {
    font-size: 3.5rem!important;
}


/*colocaciòn de viñetas para elementos li en los boletos*/

.contenido_boleto_cumbre_vip>ul {
    list-style: none;
    padding: 0;
}


/*alineación para signo de pesos con el precio*/

.align-icon {
    margin-top: 0;
    margin-bottom: 1.1rem;
}