HTML {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #1D1D1B;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none
}

select::-ms-expand {
    display: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #254489;
    color: #fff;
    padding: 12px 40px;
    background: #254489;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 15px;
    cursor: pointer;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

button svg {
    height: 17px;
    max-width: 20px;
    min-width: 16px;
    width: auto;
    margin-right: 10px;
}

button:hover {
    background: #F6FAFD;
    color: #254489;
    border: 1px solid #99A4BE;
    -webkit-box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    -moz-box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    cursor: pointer;
}

.container {
    margin-left: auto;
    margin-right: auto;
    background: 0 0;
    position: relative;
    min-height: 100%;
    z-index: 0;
    box-sizing: border-box;
}

.buscador p,
.container a {
    line-height: 18px;
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #384674;
    font-size: .875em;
    margin-top: 5px;
}

.container a {
    font-size: .9em;
}

.oculto {
    display: none;
}

h2.titulo2 {
    font-family: 'Open Sans', sans-serif !important;
    color: #1D1D1B !important;
    background: none;
    height: auto;
    margin: 0;
    /* font-size: 1.6rem; */
    font-size: clamp(1.45rem, 3vw, 1.6rem);
    line-height: 1.3;
    padding-bottom: 26px;
    font-weight: 700;
    margin-top: 1px;
    margin-left: 4px;
}

/*--CABECERA--*/
h1.tituloPortal {
    width: 0;
    height: 0;
    overflow: hidden;
}

/*AVISOS*/
.destacado {
   /* flex-direction: column;
    flex-flow: column;*/
    flex-flow: wrap;
}
.bannerAviso {
    width: 100%;
    /*height: 100%;*/
    margin: 20px 0px;
    max-width: 1400px;
   
    width: 95.5%;
    max-width: 1440px;
}
.bannerAvisoDana {
    /* height: 60px; */
    display: flex;
    flex-flow: row;
    background-color: #1a3950;
    color: #ffffff;
    font-size: 1em;
    padding: 30px 20px;
}
.bannerAvisoDana .bloqueA {
    width: 30%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 250px;
}
.bannerAvisoDana .bloqueB {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: left;
    line-height: 24px;
}
.bannerAvisoDana .bloqueA span.contacto {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0px;
    margin-bottom: 6px;
}
.bannerAvisoDana .bloqueA span.titular {
    font-size: 2.6em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
.bannerAvisoDana .bloqueB span {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0px;
}
.fueraPantalla {
    position:absolute;
    top:-9999px;
    left:-9999px;
}
@media only screen and (min-width: 768px) and (max-width: 1140px) and (min-resolution: 1dppx), only screen and (min-device-width: 768px) and (max-device-width: 1140px) and (-webkit-min-device-pixel-ratio: 2) {
    .destacado .bannerAviso {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .redesSociales {
        margin-top: 4px
    }
}

@media screen and (min-width: 1154px) and (max-width: 1296px) {

    .destacado,
    .central {
        margin: auto 5px !important;
    }
}

@media screen and (min-width: 1141px) and (max-width: 1153px) {

}


@media screen and (min-width: 767px) and (max-width: 1140px) {
    .bannerAvisoDana .bloqueA {

    }
    .bannerAvisoDana .bloqueA span.titular {
       text-align: left;
       line-height: 35px;
    }
    .actualidad h2.titulo2 {
        margin-left: 25px;
        padding: 0px 0px 20px 0px;
    }
}


/*--PARTE SUPERIOR--*/

/*Calendario*/
/*Calendario*/
#div-calendarioAgenda-app {
    width: 92%!important;
}
#div-calendarioAgenda-app div:first-child {

    width: 100%!important;
}

/*-DESTACADO-*/

.destacado {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%!important;
   /* height: 400px;*/
    margin: 0px!important;
    background: #F6FAFD;
    border-bottom: 1px solid #99A4BE;
    border-top: 1px solid #99A4BE;
    padding:4.2vh 0 4.2vh 0;
    box-sizing: border-box;
 
}

/*Carrusel*/

.destacado .carrusel {
    border-top: none;
    padding: 0;
    height: auto;
   /* width: 100%;*/
    display: block;
    margin: 2.60vh 0.30vw 3.90vh 0.15vh;
    width: 95.5%;
    max-width: 1440px;
    margin: 0px!important;
}

.destacado .carrusel .carruselnoticias {}

.destacado .carrusel .carruselnoticias .escritorio {
    display: block;
    width: 100%;
}

.destacado .carrusel .carruselnoticias .movil {
    display: none;
}


#splide-track ul li div {
    position: absolute;
    top: 320px;
    width: 100%;
    padding: 3px 10px;
    background: #254489 !important;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    /* font-size: 1.25rem; */
    font-size: clamp(1rem, 2vw, 1.25rem);
    display: flex;
    align-items: center;
    height: 65px;
}

#splide-track ul li div p {
    padding-left: 0.6em;
    padding-right: 0.2em;
    text-align: left;
    box-sizing: border-box;
    color: #ffffff;
}

.splide__arrows {
    width: 85px;
    position: absolute;
    top: 293px;
    left: 45px;
}

.splide__arrow {
    background: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    min-width: 8px !important;
}

.splide__arrow:focus {
    border: 0 !important;
}

button:hover.splide__arrow {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.splide__arrow--prev {
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/chevron-izquierda.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 15px !important;
    left: 20px !important;
}

.splide__arrow--next {
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/chevron-derecha.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 15px !important;
    right: 20px !important;
}

.splide__arrow svg {
    fill: none !important;
}

ul li.splide__slide {
    width: 100%;
}

.splide__slide img {
    width: 100%;
    height: auto;
}

.splide__optional-button-container {
    position: absolute;
    top: 278px;
    left: 25px;
    z-index: 10;

    
}
/*.splide__optional-button-container input {
    background-color: transparent;
    min-width: auto;
    padding: 0px 5px;
}*/
.splide__pagination {
    position: absolute;
    top: 195px;
    bottom: 0 !important;
    justify-content: flex-start !important;
    left: 100px !important;
}

.splide__pagination__page {
    background: #fff !important;
    opacity: 1 !important;
    min-width: 8px !important;
}

button.splide__pagination__page.is-active {
    background: #254489 !important;
    border: 2px solid #fff;
}

.splide__optional-button-container {
    position: absolute;
    top: 71.5%;
    left: 35px;
    z-index: 10;
}

input[type="button"].splide__play-pause,
input[type="button"].splide__play-pause:hover {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/ico-pause.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 3px;
    width: 3px;
    text-indent: -9999px;
    min-width: 8px !important;
    margin-top: 8px;
    cursor: pointer;
    height: 15px;
}

input[type="button"].splide__play-pause.is-paused,
input[type="button"].splide__play-pause.is-paused:hover {
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/ico-play.svg');
}

input[type="button"].splide__play-pause:focus {
    border: 0 !important;
}

.splide__pagination {
    /*bottom: 0.3em !important;*/
}

.carruselnoticias .fondo_controles {
    position: absolute;
    top: 70%;
    left: calc(0% + 20px);
    height: auto;
    padding: 20px 130px;
    background: #254489;
    border-radius: 8px;
    box-sizing: border-box;
}

.carruselnoticias .mostrar {
    position: absolute;
    top: 273px;
    left: 320px;
}

.carruselnoticias .mostrar a {
    padding: 11px 10px 11px 40px;
    background: #254489;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    box-sizing: border-box;
    background-image: url(/Style%20Library/MINHAC.SP.Portal/img/ico-noticias.svg);
    background-repeat: no-repeat;
    background-position: 10% 52%;
    display: inline-block;
    margin: 0;
}

.carruselnoticias .mostrar a:hover {
    text-decoration: underline;
}

/*--CENTRAL--*/

.central {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* padding-bottom: 170px; */
    padding-bottom: 0;
    display: inline;
    box-sizing: border-box;
}

.central a img {
    border: 0
}

.migaimp {
    margin: auto;
    width: 98vw;
    max-width: 1270px;
    display: block;
}

.migas {
    float: left;
    font-size: .7em;
    font-family: Arial, Helvetica, sans-serif;
    color: #4a5f8a;
    margin-right: 5px;
    width: auto;
    min-height: 1em;
    max-width: 67%;
}

.migas ol {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 15px
}

.migas ol li {
    display: inline;
    list-style-type: none;
    background: url('../Imagenes/separamigas.png') no-repeat left;
    padding-left: 7px
}

.migas ol li a {
    color: #4a5f8a;
    text-decoration: none;
    font-size: 1em;
    font-size: clamp(0.75rem, 1vw, 0.875rem);
}

.migas ol li a:hover {
    text-decoration: underline
}

.migas ol li.primero {
    background: none;
    padding-left: 0
}

.impresion {
    float: right;
    width: 30%;
    position: relative;
    text-align: right;
    min-height: 1em;
    margin-right: 5px
}

.impresion a {
    background: url(/Style%20Library/MINHAC.SP.Portal/img/impresion.png) no-repeat left top;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .7em;
    font-size: clamp(0.75rem, 1vw, 0.835rem);
    margin-right: 3px;
    color: #384674 !important
}

.impresion p {
    margin-top: 15px;
    margin-bottom: 0
}

.contenedor {
    display: flex;
    flex-direction: column;
    width: auto;
    background: #fff;
    align-items: center;
}

/*-ACTUALIDAD-*/

.actualidad {
   /* width: 98vw;
    max-width: 1270px;*/
    padding: 4.26vh 0 4.26vh 0;
    box-sizing: border-box;
}

.actualidad .grupo {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 280px;
    grid-template-rows: auto;
    grid-gap: 40px;
    grid-auto-rows: 20px;
}

/*Noticias*/

.actualidad .grupo .bloquenoticias {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    grid-row: 1;
}

.actualidad .grupo .bloquenoticias .noticia {
    display: inline-flex;
    flex-direction: row;
    padding: 2.60vh 0.7vw;
    background-color: #F6FAFD;
    border-radius: 5px;
    margin-bottom: 2.60vh;
    min-height: 17.57vh;
    min-height: auto;
    height: auto;
    box-sizing: border-box;
}

.actualidad .grupo .bloquenoticias .noticia:hover {
    box-shadow: #99a4be 0px 15px 20px -20px;
    outline: solid 1px #99A4BE;
}

.actualidad .grupo .bloquenoticias .noticia .imagen-noticia {
    width: 100%;
    max-width: 12.39vw;
    max-width: 200px;
    min-width: 9.29vw;
    min-width: auto;
    margin-right: 1.93vw;
    margin-right: 3%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    min-height: 80px;
}

.actualidad .grupo .bloquenoticias .noticia .imagen-noticia img {
    position: absolute;
    /*min-width: 100%;*/
    min-height: 100%;
    width: auto;
    object-fit: cover;
    object-fit:initial;
    width: 100%;
    height: 100%;
    max-width: 200px;
    min-height: 80px;
   
}

.actualidad .grupo .bloquenoticias .noticia .texto {
    font-family: 'Open Sans', sans-serif !important;
    color: #1D1D1B !important;
    font-size: 1rem;
    font-weight: 400;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    justify-content: flex-start;
}

.actualidad .grupo .bloquenoticias .noticia .texto .fecha {
    /*font-size: 0.75rem;*/
    font-size: clamp(0.85rem,1vw,0.95rem);
    text-align: left;
}

.actualidad .grupo .bloquenoticias .noticia .texto .titulo-noticia {
    font-weight: 700;
    font-size: 1.4rem;
    font-size: clamp(1.3rem, 2.3vw, 1.4rem);
    line-height: 1.6rem;
    text-align: left;
    margin: 8px 0;
}

.actualidad .grupo .bloquenoticias .noticia .texto .titulo-noticia a {
    font-family: 'Open Sans', sans-serif;
    color: #1D1D1B;
    text-decoration: none;
    font-weight: 700;
}

.actualidad .grupo .bloquenoticias .noticia .texto .contenido {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
}

.actualidad .grupo .bloquenoticias .noticia .texto p {
    margin: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
}

.actualidad .grupo .bloquenoticias .botonera {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
}
.actualidad .grupo .bloquenoticias .botonera a {
    display: flex;
        justify-content: center;
        align-items: center;
        background-color: #254489;
        color: #fff;
        padding: 12px 40px;
        border: 1px solid #254489;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 1rem;
        /* height: 20px; */
        border-radius: 5px;
        padding: 18px 15px;
        cursor: pointer;
}

.actualidad .grupo .bloquenoticias .botonera button:before {
    content: url('../Imagenes/ico-ver-todas-noticias.svg');
    position: relative;
    top: 2px;
    margin-right: 10px
}

.actualidad .grupo .bloquenoticias .botonera button:hover:before {
    filter: brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(2311%) hue-rotate(196deg) brightness(94%) contrast(95%);
}

/*Bloque Lateral*/

.actualidad .bloquelateral {
    grid-column: 2;
    width: 100%;
}

/*Feed Twitter*/

.actualidad .bloquelateral .feed-twitter {
    padding: 20px 20px;
    background-color: #F6FAFD;
    border-radius: 5px;
    margin-bottom: 20px;
}

.actualidad .bloquelateral .feed-twitter img {
    width: 100%;
}

.actualidad .bloquelateral .feed-twitter .boton_seguir {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.actualidad .bloquelateral .feed-twitter .boton_seguir a {
    padding: 0.26vh 0.38vw 0.26vh 0.38vw;
    /*background: #1DA1F2;*/
    background: #000;
    width: 100%;
    height: 6.20vh;
    line-height: 6.20vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    /*border: 1px solid #1DA1F2;*/
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}

.actualidad .bloquelateral .feed-twitter .boton_seguir a:before {
    /*content: url('/Style%20Library/MINHAC.SP.Portal/img/ico-twitter.svg');*/
    content: url('/Style%20Library/MINHAC.SP.Portal/img/ico-x.svg');
    position: relative;
    top: 0.28vh;
    margin-right: 0.37vw;
}

.actualidad .bloquelateral .feed-twitter .boton_seguir a:hover {
    background: #F6FAFD;
    color: #254489;
    /*border: 1px solid #99A4BE;*/
    border: 1px solid #000;
    color: #000;
    -webkit-box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    -moz-box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    cursor: pointer;
}

.actualidad .bloquelateral .feed-twitter .boton_seguir a:hover:before {
    /*filter: brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(2311%) hue-rotate(196deg) brightness(94%) contrast(95%);*/
    content:url('/Style%20Library/MINHAC.SP.Portal/img/ico-x_back.svg');
}

.actualidad .bloquelateral .feed-twitter .timeline {
    max-height: 445px;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #1DA1F2 #f3f3f3;
    scrollbar-width: thin;
    padding-right: 5px !important;
    position: relative;
}

.actualidad .bloquelateral .feed-twitter .timeline div {
    position: relative;
    left: -5px;
}

.actualidad .bloquelateral .feed-twitter .timeline::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}

.actualidad .bloquelateral .feed-twitter .timeline::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.actualidad .bloquelateral .feed-twitter .timeline::-webkit-scrollbar-thumb {
    background-color: #1DA1F2;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.5, transparent), to(transparent));
}

.actualidad .grupo .bloquenoticias .botonera button:before, .actualidad .grupo .bloquenoticias .botonera a:before {
    content: url('/Style%20Library/MINHAC.SP.Portal/img/ico-ver-todas-noticias.svg');   
    position: relative;
    top: 2px;
    margin-right: 10px;
}


/*Banner Sede*/
.banner_Sede {
    display: block;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    min-width: 180px;
    background: #f6fafd;
    border-radius: 5px;
    padding: 15px 22px 20px 22px;
    box-sizing: border-box;
}

.banner_Sede a {
    width: 100%;
    background-color: #fff;
    object-fit:cover;
    display: flex;
    justify-content: center;
    max-width: fit-content;
    min-width: 100%;
}

.banner_Sede a img {
    width: 100%;
    /*max-height: 90px;*/
    max-height: 5.5rem;
    object-fit: cover;
    /* padding: 5px; */
    box-sizing: border-box;
    border: solid 1px #99A4BE;
}


/*Boton Suscribete*/

#subscribeButton {
    display: block;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    min-width: 180px;
    background: #f6fafd;
    border-radius: 5px;
    padding: 8px 20px;
    box-sizing: border-box;
}

#subscribeButton p {
    margin: 0;
}

#subscribeButton button#btnSuscribete {
    padding: 5px 5px 5px 30px;
    background-color: #fabd00;
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/ico-suscribete.svg');
    background-repeat: no-repeat;
    background-position: 29% 52%;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    color: #1e1d19;
    width: 100%;
    height: 55px;
    transition: .2s ease;
    min-width: auto;
    margin-left: 0;
}

#subscribeButton button#btnSuscribete:hover {
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/ico-suscribete_b.svg'), linear-gradient(to top, #1e1d19 0%, #1e1d19 100%);
    background-repeat: no-repeat;
    background-position: 29% 52%;
    color: #fff;
    /*border: 1px solid #fabd00;*/
    -webkit-box-shadow: 0px 5px 13px -7px rgba(190, 181, 153, 1);
    -moz-box-shadow: 0px 5px 13px -7px rgba(190, 181, 153, 1);
    box-shadow: 0px 5px 13px -7px rgba(190, 181, 153, 1);
    cursor: pointer;
}

/*Calendario*/

.calendario {
    float: right;
    margin-bottom: 12px;
    min-width: 180px;
    width: 100%;
    background: #f6fafd;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
}

#div-calendarioAgenda-app .rw-calendar .rw-header .rw-btn-left.rw-btn,
#div-calendarioAgenda-app .rw-calendar .rw-header .rw-btn-right.rw-btn {
    background-image: none;
    background-size: auto;
}

#div-calendarioAgenda-app .rw-calendar .rw-header .rw-btn-left.rw-btn:before,
#div-calendarioAgenda-app .rw-calendar .rw-header .rw-btn-right.rw-btn:before {
    position: relative;
    top: 0px;
}
#div-calendarioAgenda-app .rw-calendar .rw-header .rw-btn-left.rw-btn:before {
    content: url('/Style%20Library/MINHAC.SP.Portal/img/chevron-izquierda.svg');
}

#div-calendarioAgenda-app .rw-calendar .rw-header .rw-btn-right.rw-btn:before {
    content: url('/Style%20Library/MINHAC.SP.Portal/img/chevron-derecha.svg');
}

#div-calendarioAgenda-app .rw-calendar .rw-header .rw-btn-left.rw-btn:hover:before,
#div-calendarioAgenda-app .rw-calendar .rw-header .rw-btn-right.rw-btn:hover:before {
    filter: brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(2311%) hue-rotate(196deg) brightness(94%) contrast(95%);
}


/*-BANNERS PRINCIPALES-*/

.banners-principales {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F6FAFD;
    border-top: 1px solid #99A4BE;
    border-bottom: 1px solid #99A4BE;
    padding: 55px 0 55px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    align-items: center;
    width: auto;
    max-width: 1400px;
}
.contenido {
   
}
.banners-principales .grupo {
   width: 98vw;
   max-width: 1440px;
   box-sizing: border-box;
}

.banners-principales .grupo ul {
    /* display: flex; */
    width: 100%;
    /*width: 96vw;*/
    flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: space-between;
    /*gap: 20px;*/
    gap: 28px;
    gap: 35px;
    margin: 0 auto;
    max-width: 1440px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.banners-principales .grupo li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    border: solid 1px #99A4BE;
    background: none;
    background-color: #fff;
    /*width: calc(21% - 1.2vw);
    width:22.2vw;*/
    /*width: 23%;*/
    /* width: 21.5vw; */
    /* max-width: 320px; */
    /* max-width: 95vw; */
    padding-left: 0px!important;
}

.banners-principales .grupo li:hover {
    box-shadow: #99a4be 0px 15px 20px -20px;
}

.banners-principales .grupo li a {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    text-decoration: none;
    padding-left: 5px;
}

.banners-principales .grupo li a:hover {
    text-decoration: underline;
}

.banners-principales .grupo li img {
    /* max-height: 85px; */
}

.banners-principales .grupo li span {
    font-weight: 400;
    /*font-size: 1.30rem;*/
    font-size: clamp(1rem, 2vw, 1.3rem);
    padding: 0 30px;
    text-align: center;
    text-align: left;
    line-height: 1;
}

/*-DIRECTO A-*/

.directo-a {
    /*width: 98vw;
    max-width: 1400px;*/
    padding: 4.26vh 0 4.26vh 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-flow: column;
    align-items: center;
}

.directo-a .grupo {
    /* width: 98vw; */
    /* max-width: 1270px; */
    /* padding: 4.26vh 0 3.20vh 0; */
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    gap: 0 4%;
    box-sizing: border-box;
}
.directo-a h2.titulo2 {
    margin-left: 0px;
    padding: 0 0 10px 15px;
    padding: 0 0 10px 0px;
    width: 95vw;
    display: flex;
    max-width: 1440px;
}
/*Banners*/

.directo-a .grupo .banners {
    display: grid;
    grid-column: 1;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 25px;
    float: none;
    margin: auto;
    background: none;
    border: none;
    width: auto;
}

.directo-a .grupo .banners .enlace {
    border-left: solid 2px #254489;
    padding-left: 15px;
    box-sizing: border-box;
}

.directo-a .grupo .banners .enlace a {
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    gap: 15px;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    color: #1D1D1B;
    font-weight: 400;
    /* font-size: 1rem; */
    font-size: clamp(1.125rem, 2vw, 1.225rem);
    line-height: 1.3;
    text-decoration:none;
}

.directo-a .grupo .banners .enlace a:hover {
    text-decoration: underline;
}

.directo-a .grupo .banners .enlace a img {
    width: auto;
    max-height: 40px;
}

/*Contacto*/

.directo-a .grupo .contacto {
    grid-column: 2;
    background-color: #FABD00;
    padding: 40px 50px;
    box-sizing: border-box;
    width: auto;
}

.directo-a .grupo .contacto ul li {
    width: 100%;
    padding: 10px 0px;
    background: none;
}

.directo-a .grupo .contacto ul li a {
    display: flex;
    text-align: left;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    color: #1D1D1B;
    font-weight: 400;
    font-size: 1.125rem;
    font-size: clamp(1.125rem, 2vw, 1.225rem);
    line-height: 1.5rem;
    text-decoration: none;
}

.directo-a .grupo .contacto ul li a:hover {
    text-decoration: underline;
}

.directo-a .grupo .contacto ul li img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.3));
}

/*-BANNERS INSTITUCIONALES-*/

.banners-institucionales {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F6FAFD;
    border-top: 1px solid #99A4BE;
    border-bottom: 1px solid #99A4BE;
    padding: 60px 0 60px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}


.banners-institucionales .grupo {
    width: 97vw;
    max-width: 1400px;
    box-sizing: border-box;
    ul {
        justify-content: space-between;

    }
}

.banners-institucionales .grupo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
}


.banners-institucionales .grupo ul li {
    /* width: calc(20% - 0.95vw); */
    border: solid 1px #99A4BE;
    background-color: #fff;
    box-sizing: border-box;
    /* width: calc(20% - 0.78%); */
    width: calc(19.9% - 10px);
}

@media screen and (max-width: 1258px) {
    .banners-institucionales .grupo ul li {
        width: calc(19.85% - 10px);
    }
}

/*@media screen and (max-width: 1910px) {
    .banners-institucionales .grupo ul li {
        width: calc(15.5% - 0.95vw);
    }
}

@media screen and (max-width: 1510px) {
    .banners-institucionales .grupo ul li {
        width: calc(15% - 0.95vw);
    }
}*/

.banners-institucionales .grupo ul li:hover {
    box-shadow: #99a4be 0px 15px 20px -20px;
}

.banners-institucionales .grupo ul li a {
    display: flex;
    margin: 0;
}

.banners-institucionales .grupo ul li a img {
    width: 100%;
}

/*-DATOS Y PUBLICACIONES-*/

.datos-publicaciones {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #fff;
    padding: 20px 0 40px 0;
    box-sizing: border-box;
    justify-content: center;
}

.datos-publicaciones .grupo {
    width: 97vw;
    max-width: 1440px;
    margin: 40px 0 30px 0;
}
.datos-publicaciones .grupo h2.titulo2 {
    margin-left: 0px;
}
.datos-publicaciones .grupo > div {
    display: grid;
    grid-template-columns: 0.8fr 2fr;
    gap: 0 4%;
    max-height: 31vh;
    max-height: none;
    /* min-height: 30vh; */
    padding: 0px;
    box-sizing: border-box;
}

/*Bloque Botones CDI */

.datos-publicaciones .grupo .bloque-botones-cdi {
    grid-column: 1;
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li {
    width: auto;
    height: calc(10vw - 90px);
    border: solid 1px #99A4BE;
    margin-bottom: 1vw;
    /* height: auto; */
   /* min-height: 11.8vh;*/
    display: flex;
    height: 105px;
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li:last-child {
    margin-bottom: 0;
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li a {
    width: 100%;
    height: auto;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    text-decoration: none;
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li a img {
   /* width: calc(100% - 0.58vw);
    height: calc(100% - 0.58vh);
    max-width: 11vh;
    padding-left: 1vw;*/
    box-sizing: border-box;
    max-height: 87px;
    max-width: 100px;
    padding-left: 5px;
    box-sizing: border-box;
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li a span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    font-size: clamp(1.3rem, 2vw, 1.325rem);
    padding: 0 30px;
    text-align: left;
}

/*Bloque Graficas CDI*/

.datos-publicaciones .grupo .bloque-graficas-cdi {
    grid-column: 2;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 1.5vh;
    justify-content: center;
    height: auto;
}

.datos-publicaciones .grupo .bloque-graficas-cdi .grafica {
    border: solid 1px #99A4BE;
    height: 100%;
    /* min-width: 15vw; */
    min-height: auto;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
}

.datos-publicaciones .grupo .bloque-graficas-cdi .grafica a {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 215px;
   /* max-height: 233px;*/
}

.datos-publicaciones .grupo .bloque-graficas-cdi .grafica img {
    width: 100%;
    height: auto;
}


/*--PIE--*/
.pie .listados {
    max-width: 1440px;
}
/*top Boton*/

.TopBoton {
    position: fixed;
    bottom: 12%;
    left: 92%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center
}

.TopBoton .scrollToTopBoton {
    opacity: 0;
    cursor: pointer;
    height: 60px;
    padding: 10px;
    width: 60px;
    min-width: 60px;
    box-shadow: rgba(99, 99, 99, .2);
    transition: all .5s ease;
    background-color: rgba(255, 0, 23, .55);
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
    border: none;
    border-radius: 30%;
    background-image: url("/Style Library/MINHAC.SP.Portal/img/FlechaArriba.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%
}

.TopBoton .scrollToTopBoton:hover {
    background-color: rgba(255, 0, 23, .55);
    box-shadow: none
}


/*Pagina de Error*/

.alert {
    width: 100%;
    min-height: 10em;
    padding-top: 5em
}

.alert p.iconalert {
    text-align: center
}

.alert p.titalert {
    color: #49659d;
    font-size: 1.2em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center
}

.alerterror {
    border: 1px solid #dbdcde;
    background: #f5f5f5;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #333;
    padding: 10px;
    margin-bottom: 20px
}

.alertline {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #333;
    border-top: 1px solid #dbdcde;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    padding: 10px;
    padding-top: 0
}

.alertline a,
.alerterror a {
    font-size: 1em
}

.alertline a:hover {
    text-decoration: underline
}

/*Cookies*/

div.cookies {
    z-index: 999999;
    position: relative;
    height: 40px;
    position: fixed;
    bottom: 0%;
    width: 100%;
    opacity: 1;
}

.cookie-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: linear-gradient(#0167e7, #0155be);
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 0.9rem;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    transition: 0.8s;
    -webkit-animation: slideIn 0.8s;
    animation: slideIn 0.8s;
    display: flex;
    flex-flow: column;
    height: 140px;
    padding-bottom: 10px;
}

.cookie-bar p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    gap: 10px;
    padding: 20px;
}

.cookie-bar div span {
    display: flex;
    align-items: center;
}

.cookie-bar .mensaje {
    /*white-space: nowrap;*/
    margin-left: 20px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.cookie-bar .mensaje a {
    font-size: 0.9rem;
    margin: 0px 0px 0px 5px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    top: 0.5px;
    position: relative;
    margin-right: 5px;
    color: #fce62d !important;

}

.cookie-bar .mensaje a:hover {
    border-bottom: 1px solid #fce62d;
}

@media (max-width: 767px) {

    div.cookies {
        z-index: 999999;
    }

}

@media (max-width: 767px) {
    .cookie-bar .mobile {
        display: inline-block;
    }
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}

.cookie-bar .cerrar-cb {
    padding: 10px;
    top: -20px;
    position: relative;
    font-size: 0.9rem;
    background-color: #ffffff;
    border: 0px;
    border-radius: 3px;
    color: #0d386e;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    border: none;
    display: inline-block;
    cursor: pointer;
}

.cookie-bar .cerrar-cb:hover {
    background-color: #000000;
    color: #ffffff;
}

.checkbox-cb {
    display: none;
}

.checkbox-cb:checked + .cookie-bar {
    transform: translateY(150px);
}

a {
    color: #254489;
}

@media only screen and (min-width: 0px) and (max-width: 340px) and (min-resolution: 1dppx),
only screen and (min-device-width: 0px) and (max-device-width: 340px) and (-webkit-min-device-pixel-ratio: 2) {
    .cookie-bar {
        height: 40%;
    }
    .cookie-bar p {
        text-align: left;HTML {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #1D1D1B;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none
}

select::-ms-expand {
    display: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #254489;
    color: #fff;
    padding: 12px 40px;
    background: #254489;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    height: 50px;
    border-radius: 5px;
    border: none;
    padding: 15px;
    cursor: pointer;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

button svg {
    height: 17px;
    max-width: 20px;
    min-width: 16px;
    width: auto;
    margin-right: 10px;
}

button:hover {
    background: #F6FAFD;
    color: #254489;
    border: 1px solid #99A4BE;
    -webkit-box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    -moz-box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    cursor: pointer;
}

.container {
    margin-left: auto;
    margin-right: auto;
    background: 0 0;
    position: relative;
    min-height: 100%;
    z-index: 0;
    box-sizing: border-box;
}

.buscador p,
.container a {
    line-height: 18px;
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #384674;
    font-size: .875em;
    margin-top: 5px;
}

.container a {
    font-size: .9em
}

.oculto {
    display: none;
}

h2.titulo2 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 4000;
    color: #1D1D1B !important;
    background: none;
    height: auto;
    margin: 0;
    font-size: 1.5rem;
    padding-bottom: 26px;
    font-weight: 700;
    margin-top: 1px;
    margin-left: 4px;

}

/*--CABECERA--*/



@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .redesSociales {
        margin-top: 4px
    }
}

@media screen and (min-width: 1154px) and (max-width: 1296px) {
    

    .destacado,
    .central {
        margin: auto 5px !important;
    }
}

@media screen and (min-width: 1141px) and (max-width: 1153px) {
   
}


@media screen and (min-width: 767px) and (max-width: 1140px) {
    
}


/*--PARTE SUPERIOR--*/

.partesuperior {
    width: 100%;
    background: #F6FAFD;
    border-bottom: 1px solid #99A4BE;
    padding: 2.13vh 0 4.2vh 0;
    box-sizing: border-box;
}


/*-DESTACADO-*/

.destacado {
    width: 98vw;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/*Carrusel*/

.destacado .carrusel {
    border-top: none;
    padding: 0;
    height: auto;
    width: 100%;
    display: block;
    margin: 2.60vh 0.30vw 3.90vh 0.15vh;
}

.destacado .carrusel .carruselnoticias {}

.destacado .carrusel .carruselnoticias .escritorio {
    display: block;
    width: 100%;
}

.destacado .carrusel .carruselnoticias .movil {
    display: none;
}


#splide-track ul li div {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 3px 10px;
    background: #254489 !important;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
}

#splide-track ul li div p {
    padding-left: 0.6em;
}
#splide-track ul li div p, #splide-track ul li div span {
    padding-left: 1.6em;
    padding-right: 0.2em;
    text-align: left;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
    margin: 0;
    left: -10px;
    position: relative;
    top: -5px;
}

.splide__arrows {
    width: 85px;
    position: absolute;
    top: 75.3%;
    left: 35px;
}

.splide__arrow {
    background: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
}

.splide__arrow:focus {
    border: 0 !important;
}

button:hover.splide__arrow {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.splide__arrow--prev {
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/chevron-izquierda.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.splide__arrow--next {
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/chevron-derecha.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.splide__arrow svg {
    fill: none !important;
}

.splide__pagination {
    position: absolute;
    top: 50.5%;
    bottom: 0 !important;
    justify-content: flex-start !important;
    left: 90px !important;
}

.splide__pagination__page {
    background: #fff !important;
    opacity: 1 !important;
}

button.splide__pagination__page.is-active {
    background: #254489 !important;
    border: 2px solid #fff;
}

.splide__optional-button-container {
    position: absolute;
    top: 71.5%;
    left: 25px;
    z-index: 10;
}

input[type="button"].splide__play-pause,
input[type="button"].splide__play-pause:hover {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/ico-pause.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 3px;
    width: 3px;
    text-indent: -9999px;
    min-width: 8px !important;
    margin-top: 8px;
    cursor: pointer;
    height: 15px;
}

input[type="button"].splide__play-pause.is-paused,
input[type="button"].splide__play-pause.is-paused:hover {
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/ico-play.svg');
}

input[type="button"].splide__play-pause:focus {
    border: 0 !important;
}

.splide__pagination {
    bottom: 0.3em !important;
}

.carruselnoticias .fondo_controles {
    position: absolute;
    top: 70%;
    left: calc(0% + 20px);
    height: auto;
    padding: 20px 130px;
    background: #254489;
    border-radius: 8px;
    box-sizing: border-box;
}

.carruselnoticias .mostrar {
    position: absolute;
    top: 70%;
    left: 300px;
}

.carruselnoticias .mostrar a {
    padding: 11px 10px 11px 40px;
    background: #254489;
    border-radius: 8px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 0.875rem;
    box-sizing: border-box;
    background-image: url(/Style%20Library/MINHAC.SP.Portal/img/ico-noticias.svg);
    background-repeat: no-repeat;
    background-position: 10% 52%;
    display: inline-block;
    margin: 0;
}

.carruselnoticias .mostrar a:hover {
    text-decoration: underline;
}


/*--CENTRAL--*/

.central {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* padding-bottom: 170px; */
    padding-bottom: 0;
    display: inline;
    box-sizing: border-box;
}

.central a img {
    border: 0
}

.migaimp {
    margin: auto;
    width: 98vw;
    max-width: 1270px;
    display: block;
}

.migas {
    float: left;
    font-size: .7em;
    font-family: Arial, Helvetica, sans-serif;
    color: #4a5f8a;
    margin-right: 5px;
    width: auto;
    min-height: 1em;
    max-width: 67%;
}

.migas ol {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 15px
}

.migas ol li {
    display: inline;
    list-style-type: none;
    background: url('../Imagenes/separamigas.png') no-repeat left;
    padding-left: 7px
}

.migas ol li a {
    color: #4a5f8a;
    text-decoration: none;
    font-size: 1em;
}

.migas ol li a:hover {
    text-decoration: underline
}

.migas ol li.primero {
    background: none;
    padding-left: 0
}

.impresion {
    float: right;
    width: 30%;
    position: relative;
    text-align: right;
    min-height: 1em;
    margin-right: 5px
}

.impresion a {
    background: url(/Style%20Library/MINHAC.SP.Portal/img/impresion.png) no-repeat left top;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .7em;
    margin-right: 3px;
    color: #384674 !important
}

.impresion p {
    margin-top: 15px;
    margin-bottom: 0
}

.contenedor {
    display: flex;
    flex-direction: column;
    width: auto;
    background: #fff;
    align-items: center;
}

/*-ACTUALIDAD-*/

.actualidad {
    width: 98vw;
    max-width: 1270px;
    padding: 4.26vh 0 4.26vh 0;
    box-sizing: border-box;
}

.actualidad .grupo {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 280px;
    grid-template-rows: auto;
    grid-gap: 40px;
    grid-auto-rows: 20px;
}

/*Noticias*/

.actualidad .grupo .bloquenoticias {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    grid-row: 1;
}

.actualidad .grupo .bloquenoticias .noticia {
    display: inline-flex;
    flex-direction: row;
    padding: 2.60vh 0.7vw;
    background-color: #F6FAFD;
    border-radius: 5px;
    margin-bottom: 2.60vh;
    /*min-height: 17.57vh;*/
    height: auto;
    box-sizing: border-box;
}

.actualidad .grupo .bloquenoticias .noticia:hover {
    box-shadow: #99a4be 0px 15px 20px -20px;
    outline: solid 1px #99A4BE;
}

.actualidad .grupo .bloquenoticias .noticia .imagen-noticia {
    width: 100%;
    max-width: 12.39vw;
    min-width: 9.29vw;
    margin-right: 1.93vw;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.actualidad .grupo .bloquenoticias .noticia .imagen-noticia img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    object-fit: cover;
}

.actualidad .grupo .bloquenoticias .noticia .texto {
    font-family: 'Open Sans', sans-serif !important;
    color: #1D1D1B !important;
    font-size: 1rem;
    font-weight: 400;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.actualidad .grupo .bloquenoticias .noticia .texto .fecha {
    font-size: 0.75rem;
    text-align: left;
}

.actualidad .grupo .bloquenoticias .noticia .texto .titulo-noticia {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-align: left;
    margin: 8px 0;
}

.actualidad .grupo .bloquenoticias .noticia .texto .titulo-noticia a {
    font-family: 'Open Sans', sans-serif;
    color: #1D1D1B;
    text-decoration: none;
}

.actualidad .grupo .bloquenoticias .noticia .texto .contenido {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
}

.actualidad .grupo .bloquenoticias .noticia .texto p {
    margin: 0;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
}

.actualidad .grupo .bloquenoticias .botonera {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
}

.actualidad .grupo .bloquenoticias .botonera button:before {
    content: url('../Imagenes/ico-ver-todas-noticias.svg');
    position: relative;
    top: 2px;
    margin-right: 10px
}

.actualidad .grupo .bloquenoticias .botonera button:hover:before {
    filter: brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(2311%) hue-rotate(196deg) brightness(94%) contrast(95%);
}

/*Bloque Lateral*/

.actualidad .bloquelateral {
    grid-column: 2;
    width: 100%;
}

/*Feed Twitter*/

.actualidad .bloquelateral .feed-twitter {
    padding: 20px 20px;
    background-color: #F6FAFD;
    border-radius: 5px;
    margin-bottom: 20px;
}

.actualidad .bloquelateral .feed-twitter img {
    width: 100%;
}

.actualidad .bloquelateral .feed-twitter .boton_seguir {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.actualidad .bloquelateral .feed-twitter .boton_seguir a {
    padding: 0.26vh 0.38vw 0.26vh 0.38vw;
    /*background: #1DA1F2;*/
    background: #000;
    width: 100%;
    height: 6.20vh;
    line-height: 6.20vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: #fff;
    /*border: 1px solid #1DA1F2;*/
    border: 1px solid #fff;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}

.actualidad .bloquelateral .feed-twitter .boton_seguir a:before {
    /*content: url('/Style%20Library/MINHAC.SP.Portal/img/ico-twitter.svg');*/
    content: url('/Style%20Library/MINHAC.SP.Portal/img/ico-x.svg');
    position: relative;
    top: 0.06vh;
    margin-right: 0.37vw;

}

.actualidad .bloquelateral .feed-twitter .boton_seguir a:hover {
    background: #F6FAFD;
    color: #254489;
    /*border: 1px solid #99A4BE;*/
    border: 1px solid #000;
    color: #000;
    -webkit-box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    -moz-box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    box-shadow: 0px 5px 13px -7px rgba(153, 164, 190, 1);
    cursor: pointer;
}

.actualidad .bloquelateral .feed-twitter .boton_seguir a:hover:before {
    /*filter: brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(2311%) hue-rotate(196deg) brightness(94%) contrast(95%);*/
    content:url('/Style%20Library/MINHAC.SP.Portal/img/ico-x_back.svg');
}

.actualidad .bloquelateral .feed-twitter .timeline {
    max-height: 445px;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #1DA1F2 #f3f3f3;
    scrollbar-width: thin;
    padding-right: 5px !important;
    position: relative;
}

.actualidad .bloquelateral .feed-twitter .timeline div {
    position: relative;
    left: -5px;
}

.actualidad .bloquelateral .feed-twitter .timeline::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}

.actualidad .bloquelateral .feed-twitter .timeline::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.actualidad .bloquelateral .feed-twitter .timeline::-webkit-scrollbar-thumb {
    background-color: #1DA1F2;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.5, transparent), to(transparent));
}


/*Boton Suscribete*/

#subscribeButton {
    display: block;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    min-width: 180px;
    background: #f6fafd;
    border-radius: 5px;
    padding: 8px 20px;
    box-sizing: border-box;
}

#subscribeButton p {
    margin: 0;
}

#subscribeButton button#btnSuscribete {
    padding: 5px 5px 5px 30px;
    background-color: #fabd00;
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/ico-suscribete.svg');
    background-repeat: no-repeat;
    background-position: 29% 52%;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: #1e1d19;
    width: 100%;
    height: 55px;
    transition: .2s ease;
    min-width: auto
}

#subscribeButton button#btnSuscribete:hover {
    background-image: url('/Style%20Library/MINHAC.SP.Portal/img/ico-suscribete_b.svg'), linear-gradient(to top, #1e1d19 0%, #1e1d19 100%);
    background-repeat: no-repeat;
    background-position: 29% 52%;
    color: #fff;
    /*border: 1px solid #fabd00;*/
    -webkit-box-shadow: 0px 5px 13px -7px rgba(190, 181, 153, 1);
    -moz-box-shadow: 0px 5px 13px -7px rgba(190, 181, 153, 1);
    box-shadow: 0px 5px 13px -7px rgba(190, 181, 153, 1);
    cursor: pointer;
}

/*Calendario*/

.calendario {
    float: right;
    margin-bottom: 12px;
    min-width: 180px;
    width: 100%;
    background: #f6fafd;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
}


/*-BANNERS PRINCIPALES-*/

.banners-principales {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F6FAFD;
    border-top: 1px solid #99A4BE;
    border-bottom: 1px solid #99A4BE;
    padding: 55px 0 55px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.banners-principales .grupo {
    width: 98vw;
    max-width: 1270px;
    box-sizing: border-box;
}

.banners-principales .grupo ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.banners-principales .grupo li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    border: solid 1px #99A4BE;
    background-color: #fff;
    width: 22.7vw;
}

.banners-principales .grupo li:hover {
    box-shadow: #99a4be 0px 15px 20px -20px;
}

.banners-principales .grupo li a {
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    text-decoration: none;
}

.banners-principales .grupo li a:hover {
    text-decoration: underline;
}

.banners-principales .grupo li img {
    /* max-height: 85px; */
}

.banners-principales .grupo li span {
    font-weight: 400;
    font-size: 1.20em;
    padding: 0 30px;
    text-align: center;
}

/*-DIRECTO A-*/

.directo-a {
    width: 98vw;
    max-width: 1270px;
    padding: 4.26vh 0 4.26vh 0;
    box-sizing: border-box;
}

.directo-a .grupo {
    /* width: 98vw; */
    /* max-width: 1270px; */
    /* padding: 4.26vh 0 3.20vh 0; */
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    gap: 0 4%;
    box-sizing: border-box;
}

/*Banners*/

.directo-a .grupo .banners {
    display: grid;
    grid-column: 1;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 25px;
    float: none;
    margin: auto;
    background: none;
    border: none;
    width: auto;
}

.directo-a .grupo .banners .enlace {
    border-left: solid 2px #254489;
    padding-left: 15px;
    box-sizing: border-box;
}

.directo-a .grupo .banners .enlace a {
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    gap: 15px;
    width: auto;
    font-family: 'Open Sans', sans-serif;
    color: #1D1D1B;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3rem;
    text-decoration:none;
}

.directo-a .grupo .banners .enlace a:hover {
    text-decoration: underline;
}

.directo-a .grupo .banners .enlace a img {
    width: auto;
    max-height: 40px;
}

/*Contacto*/

.directo-a .grupo .contacto {
    grid-column: 2;
    background-color: #FABD00;
    padding: 40px 50px;
    box-sizing: border-box;
    width: auto;
}

.directo-a .grupo .contacto ul li {
    width: 100%;
    padding: 10px 0px;
}

.directo-a .grupo .contacto ul li a {
    display: flex;
    text-align: left;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    color: #1D1D1B;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-decoration: none;
}

.directo-a .grupo .contacto ul li a:hover {
    text-decoration: underline;
}

.directo-a .grupo .contacto ul li img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.3));
}

/*-BANNERS INSTITUCIONALES-*/

.banners-institucionales {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F6FAFD;
    border-top: 1px solid #99A4BE;
    border-bottom: 1px solid #99A4BE;
    padding: 60px 0 60px 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.banners-institucionales .grupo {
    width: 98vw;
    max-width: 1270px;
    box-sizing: border-box;
}

.banners-institucionales .grupo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.banners-institucionales .grupo ul li {
    width: calc(20.5% - 0.75vw);
    /* width: 235px; */
    border: solid 1px #99A4BE;
    /* min-width: 165px; */
    background-color: #fff;
    box-sizing: border-box;
}

/*@media screen and (max-width: 1910px) {
    .banners-institucionales .grupo ul li {
        width: calc(20.5% - 0.95vw);
    }
}

/*@media screen and (max-width: 1510px) {
    .banners-institucionales .grupo ul li {
        width: calc(20% - 0.95vw);
    }
}*/

.banners-institucionales .grupo ul li:hover {
    box-shadow: #99a4be 0px 15px 20px -20px;
}

.banners-institucionales .grupo ul li a {
    display: flex;
    margin: 0;
}

.banners-institucionales .grupo ul li a img {
    width: 100%;
}

/*-DATOS Y PUBLICACIONES-*/

.datos-publicaciones {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #fff;
    padding: 20px 0 40px 0;
    box-sizing: border-box;
    justify-content: center;
}

.datos-publicaciones .grupo {
    width: 98vw;
    max-width: 1270px;
    margin: 40px 0 30px 0;
}

.datos-publicaciones .grupo > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 4%;
    max-height: 31vh;
    /* min-height: 30vh; */
    padding: 5px;
    box-sizing: border-box;
}

/*Bloque Botones CDI */

.datos-publicaciones .grupo .bloque-botones-cdi {
    grid-column: 1;
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li {
    width: auto;
    height: calc(10vw - 90px);
    border: solid 1px #99A4BE;
    margin-bottom: 1vw;
    /* height: auto; */
    min-height: 11.8vh;
    display: flex;
 
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li:last-child {
    margin-bottom: 0;
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li a {
    width: auto;
    height: auto;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    text-decoration: none;
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li a img {
    width: calc(100% - 0.58vw);
    height: calc(100% - 0.58vh);
    max-width: 11vh;
    padding-left: 1vw;
    box-sizing: border-box;
}

.datos-publicaciones .grupo .bloque-botones-cdi ul li a span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    padding: 0 30px;
    text-align: left;
}

/*Bloque GrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ficas CDI*/

.datos-publicaciones .grupo .bloque-graficas-cdi {
    grid-column: 2;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 1.5vh;
    justify-content: center;
    height: auto;
}

.datos-publicaciones .grupo .bloque-graficas-cdi .grafica {
    border: solid 1px #99A4BE;
    height: 100%;
    min-width: 15vw;
    min-height: auto;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
}

.datos-publicaciones .grupo .bloque-graficas-cdi .grafica a {
    margin: 0;
    padding: 0;
}

.datos-publicaciones .grupo .bloque-graficas-cdi .grafica img {
    width: 100%;
    height: auto;
}


/*--PIE--*/


/*top BotÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n*/

.TopBoton {
    position: fixed;
    bottom: 12%;
    left: 95%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center
}

.TopBoton .scrollToTopBoton {
    opacity: 0;
    cursor: pointer;
    height: 60px;
    padding: 10px;
    width: 60px;
    min-width: 60px;
    box-shadow: rgba(99, 99, 99, .2);
    transition: all .5s ease;
    background-color: rgba(255, 0, 23, .55);
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
    border: none;
    border-radius: 30%;
    background-image: url("/Style Library/MINHAC.SP.Portal/img/FlechaArriba.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%
}

.TopBoton .scrollToTopBoton:hover {
    background-color: rgba(255, 0, 23, .55);
    box-shadow: none
}


/*Pagina de Error*/

.alert {
    width: 100%;
    min-height: 10em;
    padding-top: 5em
}

.alert p.iconalert {
    text-align: center
}

.alert p.titalert {
    color: #49659d;
    font-size: 1.2em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center
}

.alerterror {
    border: 1px solid #dbdcde;
    background: #f5f5f5;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #333;
    padding: 10px;
    margin-bottom: 20px
}

.alertline {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #333;
    border-top: 1px solid #dbdcde;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    padding: 10px;
    padding-top: 0
}

.alertline a,
.alerterror a {
    font-size: 1em
}

.alertline a:hover {
    text-decoration: underline
}

/*Cookies*/

div.cookies {
    z-index: 999999;
    position: relative;
    height: 40px;
    position: fixed;
    bottom: 0%;
    width: 100%;
    opacity: 1;
}

.cookie-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: linear-gradient(#0167e7, #0155be);
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 0.9rem;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    transition: 0.8s;
    -webkit-animation: slideIn 0.8s;
    animation: slideIn 0.8s;
    display: flex;
    flex-flow: column;
    height: 140px;
    padding-bottom: 10px;
}

.cookie-bar p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    gap: 10px;
    padding: 20px;
}

.cookie-bar div span {
    display: flex;
    align-items: center;
}

.cookie-bar .mensaje {
    /*white-space: nowrap;*/
    margin-left: 20px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.cookie-bar .mensaje a {
    font-size: 0.9rem;
    margin: 0px 0px 0px 5px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    top: 0.5px;
    position: relative;
    margin-right: 5px;
    color: #fce62d !important;

}

.cookie-bar .mensaje a:hover {
    border-bottom: 1px solid #fce62d;
}

@media (max-width: 767px) {

    div.cookies {
        z-index: 999999;
    }

}

@media (max-width: 767px) {
    .cookie-bar .mobile {
        display: inline-block;
    }
}

@-webkit-keyframes slideIn {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}

.cookie-bar .cerrar-cb {
    padding: 10px;
    top: -20px;
    position: relative;
    font-size: 0.9rem;
    background-color: #ffffff;
    border: 0px;
    border-radius: 3px;
    color: #0d386e;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    border: none;
    display: inline-block;
    cursor: pointer;
}

.cookie-bar .cerrar-cb:hover {
    background-color: #000000;
    color: #ffffff;
}

.checkbox-cb {
    display: none;
}

.checkbox-cb:checked + .cookie-bar {
    transform: translateY(150px);
}

a {
    color: #254489;
}

@media only screen and (min-width: 0px) and (max-width: 340px) and (min-resolution: 1dppx),
only screen and (min-device-width: 0px) and (max-device-width: 340px) and (-webkit-min-device-pixel-ratio: 2) {
    .cookie-bar {
        height: 40%;
    }
    .cookie-bar p {
        text-align: left;
    }
}

@media only screen and (min-width: 341px) and (max-width: 410px) and (min-resolution: 1dppx),
only screen and (min-device-width: 341px) and (max-device-width: 410px) and (-webkit-min-device-pixel-ratio: 2) {
    .cookie-bar {
        height: 35%;
    }
    .cookie-bar p {
        text-align: left;
    }
}

@media only screen and (min-width: 411px) and (max-width: 650px) and (min-resolution: 1dppx),
only screen and (min-device-width: 411px) and (max-device-width: 650px) and (-webkit-min-device-pixel-ratio: 2) {
    .cookie-bar {
        height: 30%;
    }
    .cookie-bar p {
        text-align: left;
    }
}

@media only screen and (min-width: 651px) and (max-width: 850px) and (min-resolution: 1dppx),
only screen and (min-device-width: 651px) and (max-device-width: 850px) and (-webkit-min-device-pixel-ratio: 2) {
    .cookie-bar {
        height: 25%;
    }
    .cookie-bar p {
        text-align: left;
    }
}

    }
}

@media only screen and (min-width: 341px) and (max-width: 410px) and (min-resolution: 1dppx),
only screen and (min-device-width: 341px) and (max-device-width: 410px) and (-webkit-min-device-pixel-ratio: 2) {
    .cookie-bar {
        height: 35%;
    }
    .cookie-bar p {
        text-align: left;
    }
}

@media only screen and (min-width: 411px) and (max-width: 650px) and (min-resolution: 1dppx),
only screen and (min-device-width: 411px) and (max-device-width: 650px) and (-webkit-min-device-pixel-ratio: 2) {
    .cookie-bar {
        height: 30%;
    }
    .cookie-bar p {
        text-align: left;
    }
}

@media only screen and (min-width: 651px) and (max-width: 850px) and (min-resolution: 1dppx),
only screen and (min-device-width: 651px) and (max-device-width: 850px) and (-webkit-min-device-pixel-ratio: 2) {
    .cookie-bar {
        height: 25%;
    }
    .cookie-bar p {
        text-align: left;
    }
}
.central {
    display: flex;
    justify-content: center;
 }
 .destacado {
    display: flex;
    text-align: center;
    justify-content: center;
 }
 .bloquebanners {
    max-width: 1400px;
}
 .migaimp {
    width:95%;
    max-width: 1400px;
  
 }
 .directo-a {
    /*width: auto;   */
 }
 .destacado~.central {
    padding-bottom: 0px;
}
section.actualidad {
    margin-bottom: 0px!important;
}
 @media only screen and (min-width: 0px) and (max-width:767px) and (min-resolution: 1dppx),
 only screen and (min-device-width: 0px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .pie {
        grid-row: 7 / 8!important;
     }
     .bloquebanners {
        grid-row: 6 / 7; 
     }
    /*  .directo-a {
        width: auto!important;
     }*/
     .banners-principales {
        width: auto!important;
        max-width: auto!important;
     }
 }
 @media only screen and (min-width: 768px) and (max-width:1024px) and (min-resolution: 1dppx),
 only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    section.actualidad{
        min-width: 100%;
        display: list-item;
        position: relative;
    }
    .banners-principales {
        width: auto; 
     }
     .directo-a {
        width: auto!important;
     }
     .destacado {
        display: flex!important;
     }
     .destacado .bannerAviso {
        height: auto!important;
     }
    }
 @media only screen and (min-width: 768px) and (max-width:1141px) and (min-resolution: 1dppx),
only screen and (min-device-width: 768px) and (max-device-width: 1141px) and (-webkit-min-device-pixel-ratio: 2) {

    .destacado {
        position: relative;
        grid-row: 3 / 4;
    }
    .carrusel {
        border: 1px solid transparent;  
    }
    .banners-institucionales {
        width: atuo;
        grid-column: 1 / span 5;
    }
    .contenido .actualidad {
        grid-column: 1 / span 5;
        grid-row: 2 / 3!important;
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-column-span: 5;
        -ms-grid-row-span: 1;
    }
    .actualidad::marker {
        color: white;
    }
    .actualidad .grupo .bloquenoticias {
        margin: 0px 25px;
    }
    .actualidad .bloquelateral {
        grid-template-columns: 60% 1fr!important;
    }
    .contenido .banners-principales {
        grid-column: 1 / span 5;
        grid-row: 4 / 4;
    }
    
    .directo-a {
        grid-row: 5 / 6;
        grid-column: 1 / span 6;
    }
    .bloquebanners {
        width: auto;
        grid-column: 1 / span 4;
        grid-row: 7 / 8;
        width: 100%;
    }
    .pie {
        grid-row: 9 / 10!important;
    }
    .contenido {
        width: auto;
                float: none;
                font-family: Arial;
                font-size: .9rem;
                margin-left: 0;
                margin-bottom: 0;
                line-height: 18px;
                color: #000;
                display: grid;
                display: -ms-grid;
                grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
                grid-template-rows: auto auto auto;
                -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
                -ms-grid-rows: auto auto auto;
                grid-column: 1 / span 1;
                grid-row: 1 / 2;
                -ms-grid-column: 1;
                -ms-grid-row: 1;
                -ms-grid-column-span: 1;
                -ms-grid-row-span: 1;
                line-height: 1.5em;
               
    }
    .migaimp {
        text-align: left;
    }
    .feed-twitter {
        grid-column: 1 / span 1 !important;
    }
    .directo-a .grupo .contacto ul li {
        background-image: none;
    }

}
@media only screen and (min-width: 768px) and (max-width:1141px) and (min-resolution: 1dppx),
 only screen and (min-device-width: 768px) and (max-device-width: 1141px) and (-webkit-min-device-pixel-ratio: 2) {
    section.actualidad h2.titulo {height:auto!important}
    .container:has(.actualidad) .buscador .btnbuscar button {
    background-position: 10px center!important;
}  
 }
 @media only screen and (min-width: 1040px) and (min-resolution: 1dppx),
 only screen and (min-device-width: 1040px) and (-webkit-min-device-pixel-ratio: 2) {
    
     .bloquebanners {
         width: auto;
         grid-column: 1 / span 4;
         grid-row: 6 / 7;
         width: 100%;
  
     }
     .pie {
         grid-row: 7 / 8!important;
     }
 }

 /*los generales*/
 @media screen and (min-width: 981px), only screen and (min-width: 981px) and (-webkit-min-device-pixel-ratio: 2) {
    .central {
        margin: 0 auto!important;
        max-width: 1440px;
        
        
    }
  
}
 @media screen and (min-width: 1141px), only screen and (min-width: 1141px) and (-webkit-min-device-pixel-ratio: 2) {
    
    .central, .destacado {
        margin: 0 auto!important;
        width: 98%;
    }
    .destacado {
        margin-top: 5px!important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width: 768px) and (min-resolution: 1dppx), only screen and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .actualidad {
        margin-top: 55px!important;
    }
}
@media only screen and (min-width: 1141px) and (min-resolution: 1dppx), only screen and (min-device-width: 1141px) and (-webkit-min-device-pixel-ratio: 2) {
    .destacado + .central {
        width: 100%!important;
        max-width: none;
    }
    .destacado + .clear + .central{
        width: 100%!important;
        max-width: none;
       
    }
    .destacado + .clear + .central .contenido{
        width: 97% !important;
        margin-left: 0px;

        width: 100% !important;
        margin: 0 auto;
        justify-content: center;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .destacado + .central .contenido{
        width: 97% !important;
        margin-left: 0px;
        width: 100% !important;
        margin: 0 auto;
        justify-content: center;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .actualidad {
        margin-top: 5px!important;
    }
    .banners-principales {
        max-width: none;
        width: 100%;
        padding: 4.26vh 0 4.26vh 0;
    }
   .actualidad {
        max-width: 1440px;
        width: 95vw;
        
    }
    .actualidad h2.titulo2 {
        margin-left: 0px;
    }
    .banners-principales .grupo {
        width: 94.5vw;
    }
    .bloquebanners {
        width: 100%;
        max-width: none;
    }
    .directo-a .grupo {
        width: 95vw; 
        max-width: 1370px;
        max-width: 1440px;
        width: 94.5vw;
    }
    .banners-institucionales .grupo {
        width: 94.5vw;
    }
    .datos-publicaciones .grupo {
        width: 95vw;
    }
    .banners-institucionales .grupo {
        max-width: 1440px;
        /*max-width: 1530px;*/
    }
    ul.splide__list {
        min-height: 650px;
    }
    #splide-track ul li div {
        top: 579px;
    }
    .carruselnoticias .fondo_controles {
        top: 82%;
    }
    .splide__optional-button-container  {
        top: 82.5%;
    }
    .splide__pagination {
        top: 455px;
    }
    .carruselnoticias .mostrar {
        top: 534px;
    }
    .splide__arrows {
        top: 553px;
    }
    .container:has(.actualidad) .buscador .btnbuscar input[type=text]:focus {
        width: 600px;
        border-radius: 0;
        background-color: #ffffff;
        color:#1d1d1d!important;
        cursor: default;
        z-index: 1;
        transition: width .4s (0, .795, 0, 1);
    
    }

}
@media screen and (min-width: 1190px), only screen and (min-width: 1190px) and (-webkit-min-device-pixel-ratio: 2) {
    .bannerAvisoDana .bloqueB {
        justify-content: flex-end;
    }
    .bannerAvisoDana .bloqueB span {
        line-height: 12px;
    }
}

@media screen and (min-width: 1480px), only screen and (min-width: 1480px) and (-webkit-min-device-pixel-ratio: 2) {
    .banners-principales .grupo ul {
        flex-wrap: nowrap;
    }
}
.migaimp {

   max-width: 1440px;
   display: flex;
   justify-content: space-between;
}

.calendario {
    flex-direction: column;
    align-items: center;
    
}
.calendario .rdp-root {
    width: 100%!important;
}
#subscribeButton button#btnSuscribete {
    width: 100% !important;
}




.container:has(.actualidad) .filaB {
    grid-template-columns: 1fr minmax(890px, 1395px) 85px 1fr !important;
}

.container:has(.actualidad) .buscador .btnbuscar button {
    background-position: 10px center;
}

.container:has(.actualidad) .separador {
    margin-right: 10px;
}

.container:has(.actualidad) .buscador .btnbuscar input[type=text] {
    top: -7px;
    padding:10px;
    margin-top: -5px;
    width: 100%;
    right: -15px;
}

.container:has(.actualidad) input#minhac_search_text::placeholder {color:transparent}

.container:has(.actualidad)  .buscador label {
    top: -2px;
}
.container:has(.actualidad) .buscador label {left: -35px;}
@media screen and (min-width: 768px), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .container:has(.actualidad) .buscador .btnbuscar {
        /*margin:0 15px;*/
        /* margin: 0px 10px; */
        display: flex;
        align-items: flex-start;
        /*left: -20px;*/
        top: -1px !important;
    }
    .container:has(.actualidad) .buscador label {
        left: -35px;
        top: 2px;
        left: 5px;
    }
    .container:has(.actualidad) .buscador .btnbuscar button {
        background-position: right 12px;
    }
    .container:has(.actualidad) .separador {
        margin-right: 5px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-resolution: 1dppx), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .container:has(.actualidad) .buscador .btnbuscar {
        left: 0px;
       /* display: contents;*/
       margin: 0 20px;
       
    }
    .container:has(.actualidad) .buscador .btnbuscar button {
        background-position: 10px center;
    }
}