@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap");


/* EVENTOS */
                
.wrap-main-content .eventos {
    padding: 3% 0px 0px;
}

.wrap-main-content .eventos a.events-row-link {
    display: block;
    color: #fff;
    background-color: #242153;
    position: relative;
    margin-bottom: 50px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 90px;
    height: 450PX;
    position: relative;
    z-index: 1;
}

.wrap-main-content .eventos .nombreEventoIMG {
    position: absolute;
    bottom: -15%;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    width: 68%;
    height: auto;
    left: 16%;
    background-color: #fff;
    color: #221e4a;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    z-index: 2;
}

    .wrap-main-content .eventos a.events-row-link:hover .wrap-event {
    background-color: rgba(36, 33, 83, 0.85);
}


.wrap-main-content .eventos .wrap-event {
    transition: 0.5s all;
}

.wrap-main-content .eventos .date {
    border: 1px solid #fff;
    padding: 3px 5px;
    font-weight: bold;
    position: absolute;
    width: 80px;
    text-align: center;
    top: 20px;
    left: 20px;
    line-height: 1;
    z-index: 2;
}

.wrap-main-content .eventos .date .month {
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}
.wrap-main-content .eventos .date .number {
    display: block;
    font-size: 42px;
    margin: 5px 0;
}

.wrap-main-content .eventos .date .year {
    display: block;
    font-size: 10px;
}

.wrap-main-content .eventos a.events-row-link:hover .read-more-dummy {
    top: 50%;
    opacity: 1;
}


.wrap-main-content .eventos .read-more-dummy {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    opacity: 0;
    margin-top: -25px;
    height: 50px;
    text-align: center;
    transition: 0.3s all;
    text-transform: uppercase;
    z-index: 2;
    
}

.wrap-main-content .eventos a.events-row-link:hover .wrap-event {
    background-color: rgba(36, 33, 83, 0.85);
}


.wrap-main-content .eventos .event-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
}

.wrap-main-content .eventos .events-row-link .event-logo img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.wrap-main-content .eventos .event-logo img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.wrap-main-content .eventos .nombreEventoIMG img.imagen-logo-evento {
    width: 100%;
}

.wrap-main-content a.events-row-link:hover::before {
    content: '';
    background: rgba(36, 33, 83, 0.85);
    width: 100%;
    height: 450px;
    z-index: 1;
    position: absolute;
}


 /* EVENTOS */

 /* CIFRAS */
.numeroAnimado.center {
    padding-top: 6%;
    padding-bottom: 2%;
}
.numeroAnimado {
    margin: auto;
}
.numeroAnimado p {
    font-size: 25px;
    margin-top: 65px;
    margin-bottom: 1px;
    text-align: center;
    color: lightgray;
}
.numeroAnimado .cajita-cajita-fuera.left_50 {
    position: relative;
    margin: 20px auto 0px;
}

.numeroAnimado .sect_item {
    display: flex;
}

.numeroAnimado .cajita-cajita-fuera.item_lg {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numeroAnimado .cajita-cajita-fuera.item_lg .cajita h2 {
    font-size: 18vw;
    text-align: center;
    line-height: 9.2vw;
    font-weight: 800;
    text-shadow: -2px -2px white, -2px 2px white, 2px -2px 2px white, 2px 2px white;
    color: #cc0b20;
}
.numeroAnimado .cajita-cajita-fuera.item_lg .cajita h3 {
    font-size: 7vw;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 0px;
}
.numeroAnimado .cajita h3 {
    font-size: 2.1em;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.numeroAnimado .cajita h3 strong {
    font-weight: 800;
    font-size: 1.5em;
}

.numeroAnimado .cajita h6 {
    text-align: center;
    font-style: italic;
    margin-top: 5px;
    font-weight: 200;
    font-size: 1.4em;
    color: white;
}

.numeroAnimado .cajita-cajita-fuera.left_0 {
    position: relative;
    padding-bottom: 25px;
    width: 100%;
    text-align: right;
    max-width: 215px;
}
.numeroAnimado .sect_item:first-of-type {
    border-bottom: 3px solid #fff;
}
.texto_boletin p {
    text-align: right;
    margin-bottom: 0px;
}
.numeroAnimado .cajita h6 span {
    font-weight: 200;
    font-size: 0.8em;
    font-size: 0.8em;
    font-weight: 600;
}
.numeroAnimado .rayadiseno {
    height: 1px;
    width: 100%;
    background-color: black;
}
.texto_boletin {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    flex-direction: column;
    width: 100%;
}

.numeroAnimado .cajita-cajita-fuera.left_0 .cajita h4 {
    font-size: 2.7em;
    font-weight: 800;
    color: #221f4d;
    text-align: right;
    margin: 0px;
    line-height: 40px;
}

.numeroAnimado .cajita-cajita-fuera.left_0 .cajita h4 small {
    color: #ffffff;
    font-size: 0.5em;
}
.numeroAnimado .cajita-cajita-fuera.left_0 .cajita h4 p {
    display: inline-block;
    font-weight: 800;
    margin: 0px;
    font-size: 1em;
    color: white;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 3px;
}

.texto_boletin p strong {
    font-weight: 700;
}
.texto_boletin small {
    font-size: 1em;
    text-align: right;
    font-style: italic;
    color: #201c43;
}
.numeroAnimado .cajita-cajita-fuera.left_0 h5 {
    background: #fff;
    color: #221f4d;
    font-size: 1.5em;
    font-weight: 800;
    padding: 5px;
    margin-bottom: 3px;
}

.numeroAnimado .cajita-cajita-fuera.left_0 .cajita p {
    color: #fff;
    margin: 0px;
    font-size: 1.2em;
    font-weight: 300;
    text-align: right;
}

.numeroAnimado .cajita-fuera figure {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    min-width: 215px;
}
.numeroAnimado .cajita-fuera figure img {
    position: absolute;
    z-index: 0;
    width: 100%;
    max-width: 6vw;
    top: 0%;
    left: 130px;
}
.numeroAnimado .cajita-fuera figure img.icono-3c {
    left: 140px;
}
.numeroAnimado .cajita-cajita-fuera.left_50 h4 {
    font-size: 2.8em;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 1px;
    height: 96px;
    margin-top: 10px;
    margin-right: 20px;
}

.numeroAnimado .cajita-cajita-fuera.left_50 h3 {
    font-size: 6vw;
    font-weight: 800;
    text-shadow: -2px -2px white, -2px 2px white, 2px -2px 2px white, 2px 2px white;
    color: #cc0b20;
    text-align: left;
    line-height: 86%;
}
.numeroAnimado .cajita-cajita-fuera.item_lg .cajita {
    padding-top: 20%;
}

.numeroAnimado .cajita-cajita-fuera.item_lg p {
    font-size: 6vw;
    padding: 30px;
}
.numeroAnimado.center .justif_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: center;
}
.numeroAnimado .cajita-cajita-fuera.left_0 .js-counter.is-counting {
    display: inline-block;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    margin: 0px;
    font-size: 1em;
    color: white;
    font-family: "Bebas Neue", cursive;
    letter-spacing: 3px;
}
 /* CIFRAS */

@media (min-width: 1400px) {

     /* CIFRAS */

    .numeroAnimado .cajita-fuera figure {
        min-width: 260px;
    }
    .numeroAnimado .cajita-fuera figure img {
        left: 165px;
        max-width: 93px;
    }
    .numeroAnimado .cajita-fuera figure img.icono-3c {
        left: 218px;
    }
    .numeroAnimado .cajita-cajita-fuera.item_lg .cajita h2 {
        font-size: 16vw;
    }
    .numeroAnimado .cajita-cajita-fuera.item_lg .cajita h3 {
        font-size: 7em;
    }
     /* CIFRAS */
}
@media (max-width: 1024px) {

     /* CIFRAS */
    .numeroAnimado .cajita-cajita-fuera.left_50 h4 {
        font-size: 2.0em;
    }
    .numeroAnimado .cajita h3 {
        font-size: 2em;
    }
    .numeroAnimado p {
        font-size: 2.6em;
        line-height: 45px;
    }
    .numeroAnimado .cajita h6 {
        font-size: 1.1em;
    }
    .numeroAnimado .cajita-cajita-fuera.left_0 {
        max-width: 280px;
        padding: 20px 0px;
    }
     /* CIFRAS */

    /*EVENTOS*/
    .wrap-main-content .eventos .nombreEventoIMG {
        bottom: -10%;
        width: 63%;
        left: 20%;
        font-size: 13px;
    }
    /*EVENTOS*/
}
@media (max-width: 991px) {

     /* CIFRAS */
    .numeroAnimado .cajita-cajita-fuera.left_0 {
        padding: 20px;
    }
     /* CIFRAS */

    /*EVENTOS*/

    .wrap-main-content .eventos .secundaria.resol_ocul {
        display: none;
    }

    .wrap-main-content .eventos .nombreEventoIMG {
        bottom: -15%;
    }
    .wrap-main-content a.events-row-link {
        width: 90%;
        margin: 25px auto 50px;
        height: 380px;
    }

    .wrap-main-content .eventos .secundaria {
        margin: 20px 0px;
    }

    /*EVENTOS*/

}
@media (max-width: 900px) {
     /* CIFRAS */
    .numeroAnimado.center {
        flex-wrap: wrap;
    }
    .numeroAnimado .cajita-cajita-fuera {
        width: 30%;
        display: flex;
        justify-content: center;
    }
     /* CIFRAS */
}
@media (max-width: 830px) {
     /* CIFRAS */
    .numeroAnimado {
        width: auto;
    }
    .numeroAnimado .cajita-cajita-fuera {
    width: 50%;
    }
     /* CIFRAS */
}
@media (max-width: 768px) {
     /* CIFRAS */
    
    .numeroAnimado .cajita-cajita-fuera.left_0 {
        max-width: 300px;
        padding: 20px;
    }
    .numeroAnimado .sect_item {
        padding-top: 20px;
    }
    .numeroAnimado .cajita-fuera figure img {
        width: 100%;
        max-width: 9vw;
        bottom: 56%;
        left: 107px;
    }
    .numeroAnimado .cajita-fuera figure img.icono-3c {
        left: 155px;
    }
    .numeroAnimado .cajita-cajita-fuera.left_50 h3 {
        font-size: 10vw;
        text-align: left;
        line-height: 100%;
    }

    .numeroAnimado .cajita-cajita-fuera.item_lg .cajita h2 {
        font-size: 30vw;
        line-height: 12.0vw;
    }
    .numeroAnimado .cajita-cajita-fuera.item_lg .cajita h3 {
        font-size: 18vw;
        padding: 5%;
    }
    .numeroAnimado .cajita-fuera figure {
        justify-content: left;
        padding-left: 20px;
    }

    .numeroAnimado .cajita-fuera figure {
        min-width:  170px;
    }

     /* CIFRAS */
    
    /*EVENTOS*/

    .wrap-main-content .eventos .nombreEventoIMG {
        width: 90%;
        left: 4%;
    }

    /*EVENTOS*/
 
    
}


@media (max-width: 680px){

    .numeroAnimado .cajita-fuera figure img {
        left: 103px;
    }
    .numeroAnimado .cajita-fuera figure img.icono-3c {
        left: 147px;
    }

     /*EVENTOS*/

    .wrap-main-content .eventos a.events-row-link {
        margin: 0px auto 60px;
        height: 400PX;
    }

    .wrap-main-content .eventos .nombreEventoIMG {
        bottom: -15%;
        width: 90%;
        left: 4%;
    }
    .wrap-main-content a.events-row-link:hover::before {
        height: 400PX;
    }

     /*EVENTOS*/

}

@media (max-width: 480px) {

     /* CIFRAS */
    
    .numeroAnimado .cajita-cajita-fuera.left_0 {
        max-width: 100%;
        padding: 10px 0px;
    }
    .numeroAnimado .cajita-fuera figure img {
        left: 90px;
    }
    .numeroAnimado .cajita-fuera figure img.icono-3c {
        left: 112px;
    }
    .numeroAnimado .cajita-cajita-fuera.left_50 h4 {
        font-size: 1.4em;
    }

    .numeroAnimado .sect_item {
        padding-top: 0px;
    }
     /* CIFRAS */

    /*EVENTOS*/

    .wrap-main-content .eventos a.events-row-link {
        height: 360px;
        width: 100%;
    }

    .wrap-main-content a.events-row-link:hover::before {
        height: 360px;
    }

    /*EVENTOS*/
    
}

@media (max-width: 360px) {
    
     /* CIFRAS */
     .numeroAnimado .cajita-fuera figure img {
        left: 70px;
    }
    .numeroAnimado .cajita-fuera figure img.icono-3c {
        left: 88px;
    }
    .numeroAnimado .cajita-cajita-fuera.left_50 h4 {
        font-size: 1.2em;
    }
    .numeroAnimado .cajita-fuera figure {
        min-width: 160px;
    }
     /* CIFRAS */
}
