.indicadores_c{
    border-radius: 50px;
    background: #ffffff;
    padding: 1rem 1.5rem;
}
.fondo-bc{
    background-color: #ffffff;
}
.cont-secretaria{
    display: flex;
    align-items: center;
}
.txt-sub-title{
    font-size: 40px;
    font-weight: 900;
    line-height: normal;
}
.img-secretaria{
    display: block;
}
.fondo_black{
    background-color: #2D2829;
    margin-top: 7rem;
}
.card-grafica-barras{
    border-radius: 19px;
    background: linear-gradient(#FBF6EE, #CEB182);
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 10px;
    height: 100%;
}

.card-grafica-barras a{
   color: currentColor;
}

.card-grafica-barras a:hover{
    color: currentColor;
}

.card-grafica-pastel{
    border-radius: 19px;
    background: linear-gradient(#EEF2F5, #D3D6DA);
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 10px;
    height: 100%;
}

.card-grafica-pastel a{
  color: currentColor;
}

.card-grafica-pastel a:hover{
     color: currentColor;
}

/* SLIDER */
    .swiper-slide img {
        width: auto;
        height: 100%;
    }
    .primer-slider {
        /*background:
        url('../img/BG.png') no-repeat center/cover,#EEF2F5;*/ /* color de fondo debajo de la imagen */
        background: url(../img/BG.png), #eef2f5;
        background-position-y: bottom;
        background-repeat: repeat-x;
        background-size: contain;
    }
    .cont-slider{
        display: flex;
        align-items: center;
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .title-banner{
        font-size: 36px;
        font-weight: 900;
    }
    /******************************************/
    .swiper-button-next:after, .swiper-button-prev:after{
        background: #FFFFFF;
        border-radius: 50px;
        padding: 10px 14px;
        font-size: 20px !important;
        color: #2D2829;
        font-weight: 900;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 95px!important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: 95px!important;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        background: #970E48;
    }
    /******************************************/
/* FIN*/

/* card graficas */
    .mtext-grafic{
        margin-top: -6rem;
    }
    .img-card-grafic{
        position: relative;
        z-index: auto;
        top: -5rem;
        width: 25%;
        left: 2rem;
    }
    .txt-grafica{
        font-size: 24px;
        font-weight: 900;
    }
    .btn-card-conoce{
        text-decoration-line: underline;
        cursor: pointer;
    }

    .btn-card-conoce:hover{
        color: #797979;
    }
/* card graficas Fin*/


/* BOTONES */
    .btn-calendarioC, .btn-calendarioC:focus{
        background-color: #fff;
        border-radius: 20px;
        border: 1px solid #2D2829;
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        color: #2D2829;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        box-shadow: none;
    }
    .btn-calendarioC-evento{
        background-color: #fff;
        border-radius: 20px;
        border: 1px solid #2D2829;
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        color: #2D2829;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        box-shadow: none;
    }
    .btn-vermas{
        background-color: #fff;
        border-radius: 20px;
        border: 1px solid #2D2829;
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        color: #2D2829;
        width: 100%;
    }
    .btn-vernoticias, .btn-vernoticias:active, .btn-vernoticias:hover, .btn-vernoticias:focus{
        background-color: #2D2829;
        border-radius: 20px;
        border: 1px solid #2D2829;
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        box-shadow: none;
    }
    .btn-enviarContacto{
        background-color: #C2995C;
        border-radius: 15px;
        border: 1px solid #C2995C;
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }
    .btn-conoce-banner, .btn-conoce-banner:active, .btn-conoce-banner:hover{
        background-color: #fff;
        border-radius: 15px;
        border: 1px solid #7979791f;
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        color: #2D2829;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
/* BOTONES */


/* EVENTOS */
    .cont-calendario{
        box-shadow: 0px 0px 30px 2px #2D282940;
        background-color: #fff;
        border-radius: 18px;
        color: #000;
        height: 100%;
        /**/
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1rem;
        padding-top: 1rem;
        /* border: 1px solid #7d828b; */
    }
    .fecha{
        align-content: center;
        font-weight: 900;
        font-size: 48px;
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    @media  ( min-width:350px ){

        .card-img-top{
            min-height: 45%;
            }
    }
     @media  ( min-width:1200px ){

        .card-img-top{
            min-height: 50%;
            }
    }
    .date{
        background-color: #2D2829;
        border-radius: 22px;
        color: #fff;
        position: absolute;
        top: -45px;
        width: 6rem;
        right: 0;
        padding: 11px 0px;
        /*height: 6rem;*/
        /*align-content: center;font-weight: 700;font-size: 30px;*/
    }
    .cont-date{
        display: flex; font-size: 12px;flex-wrap: wrap;justify-content: space-evenly;align-content: center;
    }
    .dia{
        color: #BC2259;
    }
    .contenido-datos-calendario{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .datos-p{
        font-size: 14px;
    }
    .datos-p p{
        display: flex;
    }
    .ico-evento{
        width: 7%!important;
        margin-right: 2%;
    }

    .etiqueta{
        background-color: #E2DED7;
        padding: 1% 7%;
        border-radius: 64px;
        font-size: 13px;
        font-weight: 700;
    }

    .owl-carousel-edit .owl-nav{
        display: none!important;
    }
    .owl-carousel-edit .owl-stage{
        display: flex!important;
        margin-bottom: 2rem;
    }
    .datos-p p{
        font-size: 16px;
        font-weight: 700;
    }
/* EVENTOS FIN*/


/* Noticias */
    .title{
        font-size: 32px;
        /* font-weight: 900; */
    }
    .noticia-resultados{
        background-repeat: no-repeat;
        background-size: 100%;
        padding-top: 8rem;
        padding-bottom: 8rem;
        width: 100%;
        height: 50%;
        background-position: center;
        background-size: cover;
        min-height: 500px;
        position: relative;
        z-index: 1;
        border-radius: 20px;
        border: 0;
    }

    .noticia-resultados::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(38deg, #00000566, #00000029);
        z-index: -1;
        border-radius: 20px;
    }
    .txt-card-encabezado{
        font-weight: 700;
        font-size: 16px;
    }
    .txt-card-resumen{
        font-weight: 400;
        font-size: 14px;
    }
    .card-title{
        font-weight: 400;
        font-size: 12px;
        color: #ffffff;
    }
    .card-text-title{
        /*bottom: 0;
        position: absolute;*/
        font-size: 33px;
        font-weight: 700;
        line-height: normal;
    }
    .card-text-contenido{
        bottom: 0;
        position: absolute;
        font-size: 12px;
        font-weight: 400;
    }


    .owl-carousel-noticias .owl-nav button.owl-prev {
        position: absolute;
        left: 0;
    }

    .owl-carousel-noticias .owl-nav button.owl-next {
        position: absolute;
        right: 0;
    }

    .owl-carousel-noticias .owl-nav .owl-prev svg, .owl-next svg {
        background: #EFEDEA;
        border-radius: 1rem;
        padding: 8px;
        fill: #494D55;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
        background: #BC2251!important;
    }
    .owl-carousel-noticias .owl-item{
        padding-right: 10px;
    }
/* Noticias Fin */

/* BANNER BLACK */
    .banner {
        background-image:
        url('../img/fondondas1.png'), /* imagen superior: forma curva */
        linear-gradient(to right, #2f2f2f, #4a4a4a); /* imagen inferior: degradado */
        background-repeat: no-repeat, no-repeat;
        background-position: bottom, top;
        background-size: cover, cover;
        color: white;
        padding: 30px;
        position: relative;
    }
    .banerdark{
        display: flex;
        align-items: center;
    }
    .txt-banner-bannerblack{
        font-size: 32px;
        font-weight: 900;
        line-height: normal;
    }
    .txt-conocebaner{
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
    }
    .bannerconoce{
        display: flex;
        align-items: center;
    }
/* BANNER BLACK FIN*/


/*CARRUSEL BANNERS-YUCATAN*/
    button{
        outline: none!important;
    }
    .owl-carousel-yucatan {
        display: flex !important;
        justify-content: center;
    }

    .owl-carousel-yucatan .owl-stage-outer {
        overflow: hidden !important;
    }

    .owl-stage {
        display: block;
    }

    .owl-carousel-yucatan .owl-stage:after {
        content: ".";
        display: block !important;
    }

    .owl-carousel-yucatan,
    .owl-carousel-yucatan .owl-item {
        position: static;
    }

    .owl-carousel-yucatan .owl-item img {
        display: block;
        width: 100%;
        margin: 0;
    }

    .owl-nav {
        display: flex;
        position: static;
        justify-content: space-between;
        align-items: center;
        width: 0;
        opacity: 0.7;
    }

    .owl-carousel-yucatan .owl-nav button.owl-prev {
        position: absolute;
        left: 0;
    }

    .owl-carousel-yucatan .owl-nav button.owl-next {
        position: absolute;
        right: 0;
    }

    .owl-carousel-yucatan .owl-nav .owl-prev svg, .owl-next svg {
        background: #EFEDEA;
        border-radius: 1rem;
        padding: 8px;
        fill: #494D55;
    }
/*CARRUSEL BANNERS-YUCATAN*/


.owl-carousel-noticias .owl-dots{
    display: none;
}
.card-noticias-inicio{
    border-top-left-radius: calc(1.2rem - 1px);
    border-top-right-radius: calc(1.2rem - 1px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}

    /**/
    .card-movil{
        display: none;
    }
    .card-scritorio{
        display: flex;
    }
    /**/



@media (max-width: 980px) {
    .cont-slider {
        padding-left: 12rem;
        padding-right: 12rem;
    }
}

@media (max-width: 770px){
    .spacio-card{
        padding-top: 5rem;
    }

    .img-secretaria{
        display: none;
    }
    .banerdark{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .bannerconoce{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .txt-banner-bannerblack{
        text-align: center !important;
        font-size: 24px;
    }
    .txt-conocebaner{
        text-align: center !important;
        font-size: 16px;
    }

    /**/
    .card-movil{
        display: block;
    }
    .card-scritorio{
        display: none;
    }
    /**/
    .owl-carousel-yucatan .owl-nav button.owl-prev {
        position: absolute;
        left: -30px!important;
    }
    .owl-carousel-yucatan .owl-nav button.owl-next {
        position: absolute;
        right: -30px!important;
    }
}
@media (max-width: 750px) {
    .cont-slider{
        display: flex;
        align-items: center;
        padding-left: 4rem;
        padding-right: 4rem;
        flex-wrap: wrap;
    }
    .text-banner{
        text-align: center;
    }
    .title-banner{
        font-size: 20px;
        font-weight: 900;
    }
    .txt-grafica{
        font-size: 16px;
    }
    .txt-sub-title{
        font-size: 32px;
    }
    .title{
        font-size: 38px;
    }
    .swiper-slide .img-banner img{
        width: 30%;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: 15px!important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev{
        right: 15px!important;
    }
}

@media (min-width: 720px) {
  .caroucel-noticias .owl-nav{
    bottom: -2rem!important;
  }
    /* .card-grafica-pastel{
        margin-top: 3rem;
    } */
}

@media (max-width: 600px) {
    .primer-slider {
        background-size:  300%;
    }

    .cont-card-evento{
      display: flex;
      justify-content: center;
    }
    .card-text-title{
        font-size: 24px!important;
    }
    .owl-carousel-noticias .owl-dots{
        display: block;
    }
    .card-imagen-inicio{
        display: flex;
        justify-content: center;
        
    }
    .img-card-grafic{
        left:0;
        width: 35%;
    }
    .card-grafica-pastel{
        margin-top: 3rem;
    }

    .owl-carousel-yucatan .owl-nav button.owl-prev {
        position: absolute;
        left: -30!important;
    }
    .owl-carousel-yucatan .owl-nav button.owl-next {
        position: absolute;
        right: -30!important;
    }
}

@media (max-width: 576px){
    .btn-calendarioC{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }


    .owl-carousel-yucatan .owl-nav button.owl-prev {
        position: absolute;
        left: -30!important;
    }
    .owl-carousel-yucatan .owl-nav button.owl-next {
        position: absolute;
        right: -30!important;
    }
}
