/* Skip Content */
#saltar a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


#saltar a:focus {
    position: static;
    border: 3px solid black;
    width: 50px;
    height: 30px;
}
/* End Skip Content */

/* Accessible text */

.menu-accesibilidad {
    background-color: #003d6d;
    border-radius: 0 5px 5px 0;
    position: fixed;
    display: block;
    top: 18%;
    right: auto;
    z-index: 1000;
}

.items-accesibilidad {
    list-style: none;
    padding: 5px;
    margin: 0;
}

.items-accesibilidad li {
    margin: 5px 0;
}

.items-accesibilidad a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: white;
    padding: 3px 0 0 0;
    text-align: center;
}

.espaciado-texto{
    font-weight: bold;
    text-decoration: none;
    color: #003d6d;
}

.espaciado-texto:hover{
    text-decoration: underline;
}

.espaciadoTexto {
    line-height: 1.5;
    letter-spacing: 0.12em;
    word-spacing: 0.16em;
}

/* End Accessible text */

/* Mobile First (All between 360px and 575px) */

body{
    max-width: 1920px;
    min-width: 360px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

body.container-fluid{
    padding: 0;
}

.responsive-top-menu ul{
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.responsive-top-menu a:hover,
.responsive-top-menu a:focus
{
    text-decoration: underline;
    font-weight: bold;
}

.responsive-top-menu a{
    color: #003d6d;
    text-decoration: none;
}

.fondo{
    background-position: top left;
    background-repeat: no-repeat;
}

.up-banner-section{
    align-items: center;
    background-color: #003d6d;
    display: flex;
    flex-wrap: wrap;
    height: 130px;
    justify-content: space-between;

}
.middle-banner-section{
    display: flex;
    height: 405px;
}

.up-banner-section__img-men > img{
    /* width: 90%; */
    max-width: 240px;
}

.up-banner-section__main-menu a, 
.middle-banner-section__nav a,
.navegacion a{
    color: white;
    text-decoration: none;
    /* font-weight: bold; */
}

.text-black-shadow{
    text-shadow: 2px 2px 2px #000000;
}

.font-bold{
    font-weight: bold;
}

.main-menu a,
.main-menu span{
    color: #003d6d;
    display: block;
    padding: 4px 0;
    text-decoration: none;
    /* font-weight: bold; */
}

.up-banner-section__main-menu a:hover,
.navegacion a:hover 
{
    text-decoration: underline;
    font-weight: bold;
}

.main-menu li.list-group-item:hover {
    background-color: #cfe2ff;
}

.middle-banner-section__nav a:hover{
    font-weight: bold;
    text-decoration: underline;
}

.middle-banner-section__nav{
    background-color: rgba(20, 20, 20, 0.8);
    height: 95%;
    width: 80%;
}

.middle-banner-section__nav > ul > li{
    background-color:transparent;
    color: white;
    font-weight: bold;
}

.middle-banner-section__div{
    height: 100%;
    width: 100%;
}

.buscador {
    max-width: 99%;
}

.navegacion{
    align-items: center;
    background-color: #003d6d;
    color: white;
    flex-wrap: wrap;
    height: 96px;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.navegacion ul{
    margin: 0
    
}

.informacion_lateral{
    max-height: 385px;
}

.center-block{
    margin: 10px 5px;
    -moz-transform: scale(0.9);
    -moz-transform-origin: left top;
    zoom: 0.9
}

.comuni-suscri-social,
.social-container ul{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

.comuni-suscri-social > *{
    text-align: center;
}


.social-icon-blue{
    width: 34px;
}

.social-icon-blue:hover{
    animation: tada; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 0.5s; /* don't forget to set a duration! */
}

.social-container ul{
    justify-content: center;
}

.icon-container a:hover {
    transform: scale(1.1);
  }

.comunicaciones-btn{
    border-color: #003d6d;
    color: #003d6d;
}

.comunicaciones-btn:hover{
    background-color: #003d6d;
    border-color: #003d6d;
    color: white;

}

.pie {
    background-color: #bcbdc0;
    box-shadow: -8px 15px 30px rgba(133, 141, 148, 0.66);
    display: flex;
}
.informacion_pie {
    color: #313030;
    font-size: 0.9em;
    line-height: 2.1em;
    padding: 1em 2em;
    text-align: center;
}
.imagen_pie {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 9.4em;
}

.informacion_pie a{
    color: #003d6d;
    text-decoration: none;
    /* background-color: #bcbdc0; */ 
}
.informacion_pie a:hover{
    color: #1c6ba8;
}

.noticia-com {
    box-shadow: 2px 2px 5px #e4e4e9, -2px 0 15px #e4e4e9;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 32em;
    justify-content: space-between;
    margin-top: 1em;
    padding: 0.1em 1em 0.625em;
    position: relative;
}

.noticia-com header{
    /* display: flex;
    height: 68px;
    align-items: center; */
    margin-bottom: 12px;
}

.noticia-com figure {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; */
}

.noticia-com figure img {
    margin-bottom: 12px;
}

.img-responsive{
    aspect-ratio: 16/9;
    display: block;
    /* height: 300px; */
    object-fit: contain;
    object-position: center;
    width:100%; 
}

.noticia-com figcaption.resumen {
    overflow: hidden;
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

p.publicacion{
    color: #707173;
}

.enlaces-interes__inferior a:hover{
    font-weight: bold;
    text-decoration: underline;
}

footer.mas{
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    line-height: 1.5em;
}

footer.mas a{

    color: #003d6d;
    text-decoration: none;
}

footer.mas a:hover{
    font-weight: bold;
}

.titulo {
    background-color: #f2f2f2;
    color: #003d6d;
    padding: 12px 0;
    text-align: center;
}

.titulo-noticias{
    font-size: large;
    margin: 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.titulo-noticias a{
    color: #003d6d;
    font-size: large;
    text-decoration: none;
  }

.titulo-noticias a:hover{
    text-decoration: underline;
  }

  .enlaces-interes__inferior a{
    color: #003d6d;
    list-style: none;
    text-decoration: none;
  }

  .enlaces-interes__inferior ul{
    list-style: none url('../img/enlaces.png');
    padding: 0;
    margin: 10px;
  }

  .section-enlaces{
    padding-right: 0;
  }

  .ultima_actualizacion{
    color: #003d6d;
    font-size: 0.8em;
    text-align: right;
  }

.up-banner-section__img-men {
    padding-right: 1rem;;
}

.botonesAccesiblidad{
    text-align: end;
    margin-bottom: 4px;
}

.botonesAccesiblidad .btn.btn-icon{
    color: #003d6d;
    padding: 3px 6px;
}

.botonesAccesiblidad .btn.btn-icon:hover{
    background-color: #003d6d;
    color: white;
}
/* Estilos para form inscrustado crowdSignal*/
.pds-answer,.pds-vote{
    font-size: 12pt !important;
}
.pds-links a{
    padding: 4px 0 !important;
}

.enlaces-interes__inferior li{
    padding: 2px 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .up-banner-section {
        height: auto;
    }
}
@media (min-width: 576px) { 
    .middle-banner-section__nav{
        width: 70%;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    .middle-banner-section__div{
        width: 70%;
    }

    .social-icon-blue{
        width: 34px;
    }


 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .up-banner-section__img-utp{
        /* width: 18%; */
    }
    
    .up-banner-section__main-menu{
        width: 65%;
    }

    .middle-banner-section__div{
        width: 38vw;
    }

    .informacion_pie {
        text-align: right;
    }

 }


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

    body.container-fluid{
        padding: 0 12px;
    }
    
    .middle-banner-section__div{
        width: 30vw;
    }
    
    .navegacion{
        height: 48px;
    }

    article.noticia-com {
        height: 35em;
    }

    .social-icon-blue{
        width: 40px;
    }

 }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

    .social-icon-blue{
        width: 44px;
    }

    article.noticia-com {
        height: 38em;
    }

 }
 #PDI_container13580703 .pds-box {
    width: 100% !important;
 }
 @media (min-width: 1600px) { 
    article.noticia-com {
        height: 42em;
    }
 }