.container {
    width: 1320px !important;
}

/*Contenedor de sorteo */
.content_sorteo {
    margin-bottom: 45px;
    margin-top: 22px;
    border: 1px solid #DDDDDD;
    padding-top: 30px;
}

.contenido_sorteo {
    position: relative;
    float: left;
    width: 100%;
}

.container_lista_boletos {
    position: relative;
    float: left;
    width: 100%;
}

.container_footer {
    position: relative;
    float: left;
    width: 100%;
}


/* .nav>li>a {
    padding: 10px 15px !important;
} */

/*Apartado de busqueda*/

div#mensaje_tipo {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 16px;
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 600;
}

.apartado_busqueda {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 100%;
}

.que_termine_en,
.que_inicie_en,
.que_tenga,
.al_azar {
    border: 1px solid #DDDDDD;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.titulo_buscador {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 800;
    color: #444444;
}


input.boton_apartado {
    border: 0px;
    color: #fff;
    background-color: #1D325C;
    text-transform: uppercase;
    padding-bottom: 2px;
    padding-top: 4px;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
    height: 26px;
    width: 59px;
}

input#numeros_boleto_tenga,
input#numeros_boleto_inicie,
input#numeros_boleto_termine {
    border: 1px solid #DDDDDD;
    width: 42px;
    margin-right: 4px;
    height: 26px;
    padding-left: 4px;
}

/* Apartado de boletos */

div#lista_boletos {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
}

.contenido_lista_seleccionados {
    margin-top: 20px;
    border: 1px solid #DDDDDD;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.folio {
    font-size: 21px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    padding-top: 8px;
    cursor: pointer;
}

.folio:hover::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 50%;
    background-color: #FFCC04;
    padding: 0px;
    margin-right: 11px;
    position: absolute;
    top: 16px;
    left: 10px;
}

/* Tabla de seleccion de boletos */


.titulo_boletos_seleccionados {
    font-size: 31px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-bottom: 21px;
}

.no_boletos_seleccionados {
    font-size: 18px;
    margin-top: 17px;
    padding-left: 18px;
}

input#json_folios_seleccionados {
    margin-top: 23px;
    text-align: center;
    width: 100%;
    border: 0px;
    background-color: #1d315c;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px;
}

table#tabla_boletos_seleccionado_formulario,
table#tabla_boletos_seleccionado {
    width: 100%;
}

.td_precio:before {
    content: "$";
}

.td_precio {
    text-align: right;
    padding-right: 20px;
}

/* Bullet */

.bullet_sorteo {
    position: relative;
    text-align: center;
    width: 415px;
    margin: 0 auto;
    margin-top: 27px;
}

.paso {
    padding-bottom: 0px;
    position: relative;
    float: left;
    width: 135px;
}

.bullet {
    width: 65px;
    margin: 0 auto;
    height: 65px;
    padding-top: 12px;
    background-position: center;
    background-size: cover;
}


.paso_1 .bullet {
    background-image: url(1_amarillo.png);
}

.paso_2 .bullet {
    background-image: url(2_amarillo.png);
}

.paso_3 .bullet {
    background-image: url(3_amarillo.png);
}

.paso_activo_1 .bullet {
    background-image: url(1_azul.png);
}

.paso_activo_2 .bullet {
    background-image: url(2_azul.png);
}

.paso_activo_3 .bullet {
    background-image: url(3_azul.png);
}

.texto {
    margin-top: 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 800;
    color: #444444;
    width: 100%;
}

.paso:after {
    content: "";
    border-left: 1px solid #e0e0e0;
}

.paso_3:after {
    content: "";
    border-bottom: 0px solid #e0e0e0 !important;
}

.paso:after {
    content: "";
    border-bottom: 3px solid #e6e6e6;
    position: absolute;
    top: 34px;
    right: -14px;
    z-index: 9;
    width: 32px;
}


/* Paginacion de la lista de boletos */

nav.panel-footer {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25px;
}

ul.pagination {
    margin: 0px;
}


.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f500;
    border-top: 1px solid #ddd0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #1d315c !important;
    border-color: #1d315c !important;
}


/* Footer valida y cancela */
.content_footer {
    border: 1px solid #d4d4d4;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.validar {
    text-align: center;
}

.validar .leyenda {
    font-size: 16px;
    text-align: center;
}

a.popup_1 {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    width: 300px;
    margin-top: 15px;
    background-color: #1c2f5c;
    color: #fff;
    font-size: 17px;
    padding-bottom: 12px;
    padding-top: 12px;
    border-radius: 6px;
}

.cancelacion {
    text-align: center;
}

.cancelacion a {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    width: 300px;
    margin-top: 15px;
    background-color: #ffcc05;
    color: #504f4f;
    font-size: 17px;
    padding-bottom: 12px;
    padding-top: 12px;
    border-radius: 6px;
}

/* Gris de la lista de boletos seleccionados*/

.grid_activo {
    margin: 0px !important;
}

.grid_folio {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.grid_folio .row>div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #DDDDDD;
    height: 48px;
    color: #4e4e4e;
}

.acciones_boleto {
    background-color: #ffcc05 !important;
    color: #1b1a1a;
}

.acciones_boleto i.fas.fa-minus-circle {
    color: #fdfdfd;
}

.acciones_boleto::before {
    border-right: 19px solid #ffcc05;
    border-bottom: 48px solid #ffffff;
    position: absolute;
    content: "";
    top: 0px;
    left: 19px;
}

.acciones_boleto::after {
    border-right: 19px solid white;
    border-bottom: 48px solid #dddddd;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
}

.grid_folio_validado .acciones_boleto::after {
    border-bottom: 48px solid #1c2e5b;
}

.grid_folio_validado .row>div {
    background-color: #1c2e5b;
    color: #fff;
}

.validar_campos {
    font-size: 20px;
}

.validar_campos i {
    font-size: 24px;
    margin-right: 8px;
}


/* Formulario de boletos */

div#lista_boletos_formulario {
    position: relative;
    float: left;
    width: 100%;
}

.campos_formulario input {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #d6d5d5;
    font-size: 15px;
    font-weight: 00;
}

.campos_formulario input::placeholder {
    color: #868686;
    opacity: 1;
}

.campos_formulario input:-ms-input-placeholder {
    color: #868686;
}

.campos_formulario input::-ms-input-placeholder {
    color: #868686;
}

select#colonia,
select#estado,
select#relacion_upaep {
    border: 0px solid #fff;
    border-bottom: 1px solid #d6d5d5;
    font-size: 15px;
    font-weight: 500;
    color: #868686;
    background-color: #fff;
    width: 100%;
}

.titulo_formulario {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #444444;
}

.campos_formulario {
    padding-bottom: 0px;
    padding-top: 14px;
}

.text_nombre_completo {
    font-size: 13px;
    color: #000000;
    margin-top: 3px;
}

.boleto_impreso {
    height: 298px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-left: 18px;
    background-color: #ffffff;
    margin-top: 55px;
}

.body_boleto_formulario {
    position: relative;
    float: left;
    width: 100%;
    padding: 14px;
    border-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.body_boleto_formulario:before {
    /*content: "";
    border: 1px solid #dad7d7;
    position: absolute;
    top: -21px;
    height: 18px;
    left: 3%;
    margin-top: 2px;*/
}



.no_boletos_seleccionados_formulario {
    display: none;
}


.boton_continuar_validar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    background-color: #e41e27;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}

.border_boleto_formulario {
    position: relative;
    float: left;
    width: 100%;
}

.border_boleto_formulario_activo {
    border: 1px solid #e8e8e8;
    margin-bottom: 18px;
    padding-bottom: 19px;
    border-top: 0px solid #fff;
}

.border_boleto_formulario_activo .boton_continuar_validar {
    display: block !important;
}

.border_boleto_formulario .boton_continuar_validar {
    display: none;
}

.continuar_validar_datos {
    text-align: center;
    padding: 10px;
    margin: 0px;
    border: 1px solid #e41e27;
    color: #fff;
    background-color: #e41e27;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
}

/* Cronometro */

.cronometro_listaboletos {
    padding: 0px;
}

.text_croometro {
    position: relative;
    float: left;
    padding-right: 12px;
    width: 100%;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.crono_numeros {
    margin-top: 2px;
    position: relative;
    float: left;
    width: 100%;
    font-size: 34px;
    text-align: right;
    padding-right: 13px;
    font-weight: bold;
}

.content_cronometro {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.cronometro {
    background-image: url(../images/icono_reloj.jpg);
    position: relative;
    float: left;
    width: 100%;
    background-color: #fdcd07;
    padding-top: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 41%;
}

/* Cursor pointer */

.eliminar,
select#estado,
select#relacion_upaep,
select#colonia,
span.elimina_folio_formulario {
    cursor: pointer;
}


/* Tabla de boletos seleccionados en el formulario*/

div#lista_boletos_seleccionados_formulario {
    position: relative;
    float: left;
    width: 100%;
}

.suma_total_formulario {
    margin-top: 17px;
    float: right;
    margin-bottom: 17px;
}

input#json_folios_rotulados {
    display: block;
    clear: left;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 15px;
    border: 0px;
    background-color: #dddddd;
    color: #4e4e4e;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 9px;
    padding-bottom: 9px;
}

input#condicionesPAGO {
    position: absolute;
    float: left;
    left: 21px;
    top: 0px;
}


.check_aviso {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
}

.check_aviso label {
    font-weight: 500;
    color: #444444;
}

td i.fas.fa-check-circle {
    color: #fdcd07;
}


div#vinculo_aviso_privacidad a {
    font-size: 13px;
    color: #524242;
    text-decoration: underline;
}

div#vinculo_aviso_privacidad {
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
}

/* Radio de aviso de privacidad */

.container_radio {
    cursor: pointer;
}

.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 15px;
    width: 15px;
    background-color: #eee0;
    border-radius: 50%;
    border: 1px solid #867e7e;
}

.container_radio:hover input~.checkmark {
    background-color: #ccc;
}

.container_radio input:checked~.checkmark {
    background-color: #1d315d;
    border: 0px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_radio input:checked~.checkmark:after {
    display: block;
}



/* Suma del total */

.numero_total:before {
    content: "$";
    margin-right: 4px;
}

/* Editar */

span.editar_folio_formulario i {
    color: #fff;
    margin-right: 7px;
}

span.editar_folio_formulario {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    text-align: right;
    cursor: pointer;
    color: #4e4e4e;
}



/* Tablas */


td {
    padding-bottom: 9px;
    padding-top: 10px;
    font-size: 18px;
    color: #444444;
    text-align: center;
}

tr {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 25px;
}

i.fas.fa-minus-circle {
    color: #FFCC04;
}


.suma_total {
    margin-top: 17px;
    float: right;
    margin-bottom: 17px;
}

.numero_total {
    position: relative;
    float: left;
    width: 55px;
    color: #2d4169;
    font-size: 25px;
    font-weight: bold;
    margin-right: 19px;
}

.mensaje_total {
    position: relative;
    float: left;
    width: 55px;
    color: #444444;
    font-size: 25px;
    font-weight: bold;
    margin-right: 40px;
    text-transform: uppercase;
}



.sorteo_UPAEP {
    position: relative;
    float: left;
    width: 100%;
}


/* Pago */

div#apartado_pago h2 {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #1c305b;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 39px;
    position: relative;
}

div#apartado_pago h2:before {
    border-right: 32px solid white;
    border-bottom: 39px solid #1c2f5b;
    position: absolute;
    content: "";
    top: 0px;
    right: 82px;
}

div#apartado_pago h2:after {
    border-right: 37px solid #ffcc05;
    border-bottom: 40px solid #ffffff;
    position: absolute;
    content: "";
    top: 0px;
    right: 45px;
}

div#apartado_pago h2 span {
    display: block;
    background-color: #ffcc05;
    right: 0px;
    width: 46px;
    height: 40px;
    position: absolute;
    top: 0px;
}

div#apartado_pago p {
    width: 100%;
    font-size: 16px;
}

.mensaje_pago_importante {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    position: relative;
    float: left;
    text-align: center;
    color: #ec1b24;
}

.titulo_boletos_respuesta_temporal {
    font-size: 31px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-bottom: 21px;
    color: #1c305b;
    margin-top: 20px;
}

.nombre_capturado_pagado {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 59%;
    font-weight: 600;
}

.titulo_boletos_respuesta_pago {
    font-size: 31px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-bottom: 21px;
}

.pdf_capturado_pagado a {
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    background-color: #1c305b;
    padding: 9px;
    border-radius: 7px;
    padding-left: 6px;
    padding-right: 12px;
    cursor: pointer;
    text-decoration: none;
}

i.fas.fa-file-pdf {
    margin-right: 7px;
    font-size: 18px;
    margin-left: 7px;
}


td.folio_capturado_pagado {
    padding-left: 8px;
    padding-right: 8px;
}

.descargar_todos {
    position: relative;
    float: left;
    width: 100%;
    padding: 13px;
    margin-top: 15px;
}

.descargar_todos a {
    display: block;
    float: left;
    color: #1c2f5b;
    border: 1px solid #1c2f5b;
    padding: 6px;
    border-radius: 5px;
    background-color: #1c2f5b14;
}

.enviar_correo_pdf_manual {
    margin-top: 30px;
    background-color: #f9f9f9;
    border: 1px solid #d2d0d0;
    padding: 17px;
    border-radius: 3px;
    position: relative;
    float: left;
    width: 100%;
}

input#correo_manual {
    width: 75%;
    border: 1px solid #c1c1c1;
    padding-left: 12px;
    height: 37px;
    border-radius: 4px;
}

button#enviar_manual {
    width: 22%;
    height: 36px;
    border: 0px;
    background-color: #1c2f5c;
    color: #fff;
    font-size: 14px;
}

.paso_regresar_2 {
    cursor: pointer;
}

.salir_final {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.boton_salir_final {
    border: 1px solid #1c2f5b;
    width: 140px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 7px;
    background-color: #1c2f5b;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}


/* Alert Icon de cerrar*/

.close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #1D325C;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, #ffffffb8 46%, #ffffffb8 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, #ffffffb8 46%, #ffffffb8 56%, transparent 56%, transparent 100%);
    background-color: #1D325C;
    transition: all 0.3s ease;
    cursor: pointer;
}

.close-icon-error {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #f8d7da;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, #721c24 46%, #721c24 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, #721c24 46%, #721c24 56%, transparent 56%, transparent 100%);
    background-color: #f8d7da;
    transition: all 0.3s ease;
    cursor: pointer;
}


.close-icon-sucess {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-width: 3px;
    border-style: solid;
    border-color: #d4edda;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, #155724 46%, #155724 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, #155724 46%, #155724 56%, transparent 56%, transparent 100%);
    background-color: #d4edda;
    transition: all 0.3s ease;
    cursor: pointer;
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {

    /* Vista lista de boletos */

    .que_termine_en,
    .que_inicie_en,
    .que_tenga,
    .al_azar {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .titulo_buscador {
        font-size: 14px;
    }

}




@media only screen and (max-width: 1199px) and (min-width: 991px) {

    /* Vista lista de boletos */

    .folio:hover::before {
        left: 2px;
    }

}

@media only screen and (max-width: 991px) and (min-width: 769px) {

    /* Vista lista de boletos */

    .contenido_lista_seleccionados {
        height: auto;
    }

    /* Vista de formularios de boletos */

    .boleto_impreso {
        margin-top: 0px;
    }

    .cronometro_listaboletos {
        margin-top: 45px;
    }

    .check_aviso {
        text-align: left;
        padding-left: 46px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 300px) {

    /* Vista lista de boletos */

    #inner-alert {
        width: 90%;
        font-size: 18px;
    }


    .paso:after {
        top: 21px;
    }

    .paso {
        width: 104px;
    }

    .bullet {
        width: 45px;
        height: 45px;
    }

    .bullet_sorteo {
        width: 313px;
    }

    .contenido_lista_seleccionados {
        height: auto;
    }

    .content_sorteo {
        border: 0px solid #DDDDDD;
    }

    .titulo_boletos_seleccionados {
        font-size: 22px;
    }


    .titulo_buscador {
        font-size: 14px;
    }

    .que_termine_en,
    .que_inicie_en,
    .que_tenga,
    .al_azar {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 20px;
        text-align: center;
    }

    .contenido_lista_boletos {
        padding: 0px;
    }

    /* Vista de formularios de boletos */

    .boleto_impreso {
        display: none;
    }

    .boton_continuar_validar {
        width: 100%;
    }

    .cronometro_listaboletos {
        margin-top: 45px;
    }

    .check_aviso {
        text-align: left;
        padding-left: 46px;
    }

    .content_lista_formularios {
        padding: 0px;
    }

    .espacio_grid {
        display: none;
    }

    .grid_folio {
        font-size: 17px;
    }

    span.elimina_folio_formulario {
        overflow: hidden;
        white-space: nowrap;
        margin-left: 48px;
        width: 91px;
        display: block;
    }

    span.editar_folio_formulario {
        overflow: hidden;
        white-space: nowrap;
        margin-left: 48px;
        width: 91px;
        display: block;
    }


}


.mas_informacion a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px;
    border-radius: 51px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none !important;
}

.mas_informacion {
    background-color: #b20000 !important;
    border: none !important;
    background: #b20000 !important;
    z-index: 999998 !important;
    transform: translateZ(0px) !important;
    position: fixed !important;
    transition: opacity 250ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, top, bottom !important;
    opacity: 1 !important;
    width: 166px !important;
    margin: 10px 20px !important;
    left: 0px !important;
    bottom: 63px !important;
    border-radius: 56px !important;
}

.cintillo_video {
    top: 120px;
    z-index: 999;
    text-align: center;
    padding: 20px;
    background-color: #008c99;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: -120px;
    padding-top: 140px;
}

.cintillo_video strong {
    color: #E30921;
}

.button__compraboleto{
    display: none !important;
}
a.whatsapp-button{
    bottom: 3rem !important;
}

@media only screen and (max-width: 768px) and (min-width: 300px) {
    .mas_informacion {
        left: 74px;
        bottom: 0px;
    }

    .mas_informacion a {
        padding: 11px;
    }

}

@media only screen and (max-width: 992px) and (min-width: 300px) {
    div#ModalVideoComprar video {
        width: 100%;
        height: 300px !important;
    }
}