/*tipografias*/
@import "fonts.css";

/*generales*/
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'opensans-regular', sans-serif;
    color: #1C1C1C;
    overflow-x: hidden;
}
a{
	/* word-break: break-all; */
}
.main {
    display: flex;
    flex-direction: column;
    position: relative;
}
.main::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-color: #02455E;
    z-index: -1;
}

/* fondos */
.bg-blur {
    background-color: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bg-grey {
    background-color: #DFE6EE;
}

/* imagenes */
.img-sm, .img-md, .img-lg {
    margin: 0.25rem;
}
.img-sm {
    width: 15rem;
}
.img-md {
    width: 30rem;
}
.img-lg {
    width: 55rem;
}
/* cabecera */
header {
    position: relative;
    background-color: #fff;
}
.header-main {
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 1.875rem;
    background-color: #fff;
}
.header-left,
.header-right {
    display: flex;
    flex-direction: row;
}
.header-main .logos {
    display: flex;
    flex-direction: row;
}
.logo-wr img {
    height: 70px;
}

.title-main {
    max-width: 60rem;
    align-self: center;
    margin: 0 0 0 2rem;
    font-family: 'roboto-bold', sans-serif;
    color: #02455E;
}
.title-main h1 {
    font-size: 1.823rem;
}

.header-right .area-privada {
    padding-right: 4rem;
}

/* breadcrumb */

.container-breadcrumb{
    margin-bottom: 1rem;
    list-style: none;
}

nav{
    float: left;
}

nav ol.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding: 1rem 2rem 1rem 6rem;
    list-style: none;
    background-color: #02455E;
    flex-wrap: wrap;
}

nav ol.breadcrumb li.breadcrumb-item {
    color: #FFF;
}

nav ol.breadcrumb li.breadcrumb-item a {
    color: white;
    text-decoration: none;
}

nav ol.breadcrumb li.breadcrumb-item a:hover {
    font-weight: bold;
    text-decoration: underline;
}

nav ol.breadcrumb li.breadcrumb-item a svg {
	height: 1rem;
}

/*botones*/
.btn {
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: 0;
    margin-top: 1rem
}
header .btn{margin-top:0;}
.btn-primary {
    background: transparent linear-gradient(90deg, #02455E 0%, #037EAB 100%) 0% 0% no-repeat padding-box;
}
.btn-primary:hover {
    background: linear-gradient(90deg, #02455E 0%, #02455E 100%) 0% 0% no-repeat padding-box;
}
.btn:focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 80%);
    outline: 2px solid black;
}
.btn-white {
    background-color: #fff;
}

/* idiomas */
.btn-lang {
    display: inline-block;
    margin-right: 1.25rem;
    padding-top: 0.6rem;

}
.btn-lang .dropdown-toggle::after {
    content: none;
}
.btn-lang .btn{
    padding: 0;
}
.btn-lang .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 0.9em;
    box-shadow: 2px 2px 5px #00000029;
}
.btn-lang .dropdown-item:focus,
.btn-lang .dropdown-item:hover {
    background-color: #D6E5EA;
}
.navbar-collapse .btn-group.btn-lang {
    display: none;
}

/*buscador*/
.search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0.6rem;
}
.search-link {
    color: #1C1C1C;
    cursor: pointer;
}
.search-link:hover {
    color: #02455E;
}
.search-link::before {
    content: "|";
    margin-right: 1.25rem;
}
.search-link:hover::before {
    color: #1C1C1C;
}
.search-link .icon {
    width: 1rem;
    margin-left: 6px;
}
.search form {
    display: none;
    position: relative;
}
.search form.active {
    display: flex;
    position: absolute;
    top: 0.25rem;
    right: 0;
    width: 15rem;
}
.search-form.active .icon {
    position: relative;
    left: -0.5rem;
    cursor: pointer;
}
.search-action {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/buscar.svg) no-repeat center transparent;
    background-size: 1rem;
    width: 2rem;
    height: 100%;
    border: 0;
}
.search-form.active .search-action {
    background-size: 1.25rem;
}
.search-form .form-control {
    padding-right: 2rem;
    border: 1px solid #1c1c1c;
    border-radius: 0;
    background-color: #f5f5f5;
}
.search-form .form-control:focus {
    box-shadow: none;
    outline: 1px solid black;
    outline-offset: 2px;
}

/* columnas */
.cols{
    display: flex;
    margin: 0 10rem 1.5rem 6rem;
}

.columnas{
    display: flex;
    margin: 0 10rem 1.5rem 6rem;
    flex-wrap: wrap;
}
/****** columnas tablas *******/

/****** columnas texto e imagen *******/
.cols .text-img {
    margin: 0;
}

.icon {
    vertical-align: middle;
    max-width: 1rem;
    height: auto;
}

.icon-container{
    vertical-align: middle;
    height: auto;
}

/*menu principal*/
.menu-main {
    font-family: 'opensans-semiBold';
    color: #1c1c1c;
    background-color: #fff;
}
.menu-main .navbar-nav .nav-link:focus,
.menu-main .navbar-nav .nav-link:hover {
    color: inherit;
}
.menu-main .navbar-nav .nav-item li:hover {
    background-color: #D6E5EA;
}
.menu-main .navbar-nav .nav-link {
    color: #1c1c1c;
    white-space: normal;
    font-size: 15px;
}
.menu-main .navbar-nav .nav-link.show {
    text-decoration: underline;
    text-underline-position: under;
}
.navbar-nav li ul{
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
}
.navbar-nav li:hover > ul{
    display:block;
}
.menu-main .navbar-collapse .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: initial;
    border: transparent;
    margin: 0;
    vertical-align: top;
    background: url(../img/angle-circle-down.svg) no-repeat right transparent;
    background-size: 1rem 1rem;
    padding: 0 0.6rem;
    /* fill: #fff; */
    /* filter: invert(100%); */
}
.menu-main .navbar-collapse .navbar-nav > .dropdown > ul .dropdown-toggle::after {
    content: none;
}
.menu-main .nav-item {
    padding: 0 1rem;
}
.menu-main .dropdown-menu {
    width: 20rem;
    padding: 0;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 5px #00000029;
}
.dropdown-menu li{
    position: relative;
}
.dropdown-menu .submenu{
    display: none;
    position: absolute;
    left:100%; top:-7px;
}
.dropdown-menu .submenu-left{
    right:100%; left:auto;
}

.dropdown-menu li.on {
    background-color: #f1f1f1
}
.dropdown-menu li.on > .submenu{
    display: block;
    top: 0;
}
.menu-main .navbar {
    padding-bottom: 0;
}
.menu-main .dropdown-item {
    font-family: 'opensans-regular';
    padding: 0.75rem 1.5rem;
    color: #02455E;
    white-space: initial;
}
.menu-main .dropdown-menu li.on > a {
    color: #fff;
    background-color: #037EAB;
}
.menu-main .navbar .area-privada {
    display: none;
}
.navbar-collapse .menu-close {
    display: none;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background: inherit;
}
.menu-main .dropdown a .icon {
    display: none;
}

/* pie */
footer {
    margin-top: auto;
    background-color: #1C1C1C;
    padding: 2.5rem 1.875rem 1.875rem;
}
.footer-mainLinks ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-mainLinks ul li {
    display: inline-block;
    padding-right: 2.5rem;
}
.footer-mainLinks ul li a {
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
}
.footer-mainLinks ul li a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
footer .social-links ul {
    text-align: right;
    padding: 0;
}
footer .social-links li {
    display: inline-block;
    margin-left: 1rem;
}

footer .social-links ul li a img{
    width: 1.5rem;
    max-width: 1.5rem;
}
footer .social-links .icon {
    max-width: 1.5rem;
}
footer .footer-links {
    margin: 3.5rem 0 2.5rem;
}
footer .footer-links ul {
    list-style: none;
    padding: 0;
    padding-right:2rem;
}
footer .footer-links li:first-child {
    margin: 0;
}
footer .footer-links li{
    position: relative;
    margin: 1.25rem 0.1rem 0;
}
footer .footer-links li:first-child a {
    font-family: 'roboto-bold', sans-serif;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 1rem;
    color: #05A8E5;
}
footer .footer-links ul li:first-child a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 3rem;
    border-bottom: 2px solid #106280;
}
footer .footer-links li a {
    font-family: 'roboto-regular';
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
}
.footer-line {
    font-size: 0.9rem;
    color: #fff;
}

/* contenedor texto */
.txt-container {
    padding: 1.25rem 1.875rem;
}
.txt-container ul,.txt-container ol,.txt-container li{
	margin:1rem 0;
}
.text-img {
    margin: 0 10rem 1.5rem 6rem;
}

.text-img h1,
.text-img h2,
.text-img h3,
.text-img h4,
.text-img h5,
.text-img h6,
.main-title h2{
    font-family: 'roboto-bold';
    color: #02455E;
}
.text-img h1 {
    margin-bottom: 1.875rem;
}
.text-img img{
    max-width:100%;
}

.main .main-title h2,.main .text-img h2{
    width: 80%;
}

/* .text-img h2,.main-title h2 {
    margin-bottom: 1.5rem
} */

.main .main-title{
margin: 0 10rem 1.5rem 6rem;
}
.columnas .text-img{margin:0;
}

.columnas .col-12 .info-list{
padding: 0;
margin: 0;
background-color: transparent;
backdrop-filter: none;
-webkit-backdrop-filter: none;
}

.columnas .col-md-6 .info-list{
padding: 0;
margin: 0;
background-color: transparent;
backdrop-filter: none;
-webkit-backdrop-filter: none;
}

/* enlaces */
a {
    color: #02455E;
    overflow-wrap: break-word;
}
a:hover {
    color: #035F82;
}

/* Listados */
.item-list {
    list-style: none;
    padding-bottom: 0.25em;
}
.item-list::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: -1.2rem;
    margin-right: 0.5rem;
    margin-top: -3px;
    background-color: #05A8E5;
    vertical-align: middle;
}
.info-list {
    padding: 2rem 2rem 2rem 4rem;
    margin: 0 10rem 1.5rem 6rem;
}
.info-list ul li {
    margin-bottom: 0.5rem;
}
.listado-parrafos_anclas {
    margin: 0.25rem 10rem 2rem 6rem;
}
.listado-parrafos_anclas ul.listado-parrafos_anclas_listado {
    margin: 0;
    padding: 0 0 0 3rem;
}

.tituloLista {
    font-family: 'roboto-bold';
    color: #02455E;
    font-size: 1.2rem;
    list-style-type: none;
}
/* tabla */
.contenido_tabla {
    padding: 0 25rem 0 6rem;
    margin-bottom: 1.5rem;
}
.contenido_tabla h3{
    text-align: center;
}
.componente_tabla {
    width:100%;
    background-color: #FFF;
    border:1px solid #02455E;
    border-collapse:collapse;
    border-spacing:1px;
    padding:6px;
}
.componente_tabla th {
    border:1px solid #02455E;
    padding:6px;
    background:#02455e30;
}
.componente_tabla td {
    border:1px solid #02455E;
    text-align: left;
    padding:6px;
}

@media (max-width: 991px) {
    .contenido_tabla {
        width: 100%;
        padding: 0.625rem 1.5rem;
    }

}

/* carrusel */
.main-carousel {
    height: 600px;
}
.main-carousel .carousel {
    height: 600px;
}
.main-carousel .carousel-item {
    height: 550px;
    background-color: #fff;
    overflow: hidden;
}
.main-carousel .carousel-caption {
    text-align: left;
    top: 18%;
    left: 0;
    height: 20rem;
    width: 50%;
    color: #1C1C1C;
    padding: 2.5rem 3rem 2.5rem 7.5rem;
}
.main-carousel .carousel-item img {
    width: 65%;
    height: auto;
    margin-left: auto;
}
.main-carousel .carousel-caption h2 {
    font-family: 'roboto-bold';
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
    color: #02455E;
}
.main-carousel .carousel-control-next,
.main-carousel .carousel-control-prev {
    width: 3rem;
    height: 3rem;
    align-items: flex-end;
    top: auto;
    bottom: 2rem;
    opacity: 1;
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #037EAB;
}
.main-carousel .carousel-control-next:hover,
.main-carousel .carousel-control-next:focus,
.main-carousel .carousel-control-prev:hover,
.main-carousel .carousel-control-prev:focus {
    background-color: #037EAB;
    border-color: #fff;
}
.main-carousel .carousel-control-next:hover svg,
.main-carousel .carousel-control-next:focus svg,
.main-carousel .carousel-control-prev:hover svg,
.main-carousel .carousel-control-prev:focus svg{
fill: #fff;
}
.main-carousel .carousel-control-prev {
    left: 1.875rem;
}
.main-carousel .carousel-control-next {
    right: 1.875rem;
}
.main-carousel .carousel-indicators {
    left: 0;
    justify-content: flex-start;
    margin: 0;
    bottom: 6rem;
    padding-left: 20%;
}
.main-carousel .carousel-indicators button.carousel-position,
.main-sections .carousel-indicators button {
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 1rem;
    background-color: #D6E5EA;
    border: 1px solid #02455E;
}
.main-carousel .carousel-indicators button.carousel-position.active,
.main-sections .carousel-indicators button.active {
    background-color: #05A8E5;
}
.main-carousel .carousel-caption-text {
    margin-bottom: 1rem;
}
.carousel-pause button {
    height: 1.25rem;
    margin-top: -1px;
    margin-right: 1rem;
    border: 0;
    border-radius: 3px;
    background-color: #fff;
}
.carousel-pause button svg {
    vertical-align: top;
}

/* destacados */
.main-sections {
    margin: 5.75rem 0 1.75rem;
}
.main-sections .carousel-inner {
    display: flex;
    justify-content: center;
    overflow: visible;
}
.main-sections .main-sections--item {
    display: block;
    width: 18.75rem;
    margin: 0 3.75rem;
    opacity: 1;
    background-color: #fff;
    box-shadow: 5px 5px 30px #00000033;
}
.main-sections .main-sections--item:hover {
    box-shadow: 5px 5px 30px #00000052;
}
.main-sections .main-sections--item a {
    text-decoration: none;
}
.main-sections--img {
    position: relative;
    top: -2rem;
    height: 10rem;
    overflow: hidden;
}
.main-sections--img img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
}
.main-sections--icon {
    position: absolute;
    width: 6rem;
    height: 6rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #02455E;
    z-index: 9;
    left: 50%;
    top: 4.75rem;
    margin-left: -3rem;
    border: 0.5rem solid #fff;
}
.main-sections--icon img {
    height: 100%;
    max-width: 3rem;
}
.main-sections .carousel-caption {
    position: static;
    color: #1c1c1c;
    padding: 1rem 1rem 2.5rem;
}
.main-sections--title {
    font-family: 'roboto-bold';
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}
.main-sections--item::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #02455E;
    z-index: 9;
    left: 50%;
    top: 5.4rem;
    margin-left: -2.5rem;
    border: 0.5rem solid #fff;
    background-size: 3rem 3rem;
    background-repeat: no-repeat;
    background-position: center;
}
.main-sections--item#bibliotecas::before {
    background-image: url(../img/rrss-facebook.svg)
}
.main-sections--item#empleo::before {
    background-image: url(../img/rrss-facebook.svg)
}
.main-sections--item#actualidad::before {
    background-image: url(../img/rrss-facebook.svg)
}
.main-sections--item:hover::before {
    background-color: #05A8E5;
}
.main-sections .carousel-indicators {
    display: none;
}

/* destacado info */
.main-info {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 1.75rem 0;
    height: 30rem;
}
.main-info--img {
    width: 40%;
    max-height: 31rem;
    overflow: hidden;
}
.main-info--img img {
    min-width: 100%;
}
.main-info--text {
    position: relative;
    top: 5%;
    width: 52%;
    height: 88%;
    margin-left: -2%;
    padding: 2.5rem 3.5rem;
}
.main-info--text2 {
    position: relative;
    top: 5%;
    width: 90%;
    height: 88%;
    margin-left: 0%;
    padding: 2.5rem 3.5rem;
}
.main-info--text h2 {
    font-family: 'roboto-bold';
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
    color: #02455E;
}
.main-info--text2 h2 {
    font-family: 'roboto-bold';
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
    color: #02455E;
}
.main-info--text2 h1 {
    font-family: 'roboto-bold';
    font-size: 3rem;
    margin-bottom: 1.875rem;
    color: #02455E;
}
.main-info--links {
    padding: 0 1rem 3rem 2rem;
}
.main-info--links a {
    display: inline-block;
    position: relative;
    width: 49%;
    margin: 2rem 0;
    padding-left: 3rem;
    font-size: 1.25rem;
    text-decoration: none;
    font-family: 'opensans-bold';
    color: #02455E;
}
.main-info--links a::before {
    position: absolute;
    left: 0;
    top: -0.75rem;
    content: "";
    width: 3rem;
    height: 3rem;
    background-color: #02455E;
    border-radius: 50%;
    background-image: url(../img/work.svg);
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset rgb(0 0 0 / 30%) 0px 5px 10px;
}
.main-info--links a:hover::before {
    background-color: #05A8E5;
}

/* noticias */
.main-news {
    height: 27.5rem;
    background-color: #DFE6EE;
    padding: 2.5rem 7.5rem;
    margin: 1.75rem 0;
}
.main-news--intro {
    align-self: center;
    margin-top: -3rem;
}
.main-news .main-news--intro h2 {
    font-family: 'roboto-bold';
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
    color: #02455E;
}
.main-news .carousel-inner {
    display: flex;
    overflow: hidden;
}
.main-news--item {
    display: block !important;
    position: relative;
    padding-right: 2%;
    margin-right: 0;
    height: 22.5rem;
    flex: 0 0 33.333333%;
    border: 1px solid transparent;
    overflow: hidden;
    transition: 0.2s;
}
.main-news--item:hover {
    box-shadow: 5px 1px 10px #00000024;
    transition: 0.3s;
}
.main-news--item:hover .main-news--title {
    text-decoration: underline;
}
.main-news--item a:focus p{
    text-decoration: underline;
}
.main-news--item:hover .main-news--img img {
    transform: scale(1.1);
    transition: 0.3s;
}
.main-news .carousel-control {
    position: relative;
    margin: 2.5rem 0;
}
.main-news .carousel-control button {
    opacity: 1;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #02455E;
}
.main-news .carousel-control button:hover,
.main-news .carousel-control button:focus {
    background-color: #02455E;
}
.main-news .carousel-control button:hover svg,
.main-news .carousel-control button:focus svg {
    fill: #fff;
}
.main-news .carousel-control .carousel-control-next {
    left: 3rem;
}
.main-news--item a {
    text-decoration: none;
}
.main-news--img {
    width: 100%;
    overflow: hidden;
}
.main-news--img img {
    width: 100%;
    transition: 0.2s;
}
.main-news .carousel-caption {
    position: sticky;
    width: 100%;
    min-height: 12.5rem;
    left: 0;
    bottom: 0;
    padding: 1.25rem;
    text-align: left;
    background-color: #fff;
    color: #1C1C1C;
    overflow-x: clip;
}
.main-news--title {
    font-family: 'roboto-bold';
    font-size: 1.12rem;
}
.main-news .carousel-caption::before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: 0;
    border-right: 16rem solid transparent;
    border-top: 0.5rem solid transparent;
    border-left: 16rem solid #ffffff;
    border-bottom: 0.5rem solid #ffffff;
}

/* organismos */
.main-org {
    padding: 0 7.5rem;
    margin: 1.75rem 0;
}
.main-org .carousel-inner {
    display: flex;
    align-items: center;
    height: 5rem;
    justify-content: center;
}
.main-org--title {
    text-align: center;
    font-family: 'roboto-bold';
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
    color: #02455E;
}
.carousel-org--img {
    max-width: 9.25rem;
}
.main-org .carousel-control-prev,
.main-org .carousel-control-next {
    opacity: 1;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    background-color: #fff;
}
.main-org .carousel-control-prev:focus,
.main-org .carousel-control-next:focus {
    border: 1px solid #000;
}
.main-org .carousel-control-prev {
    left: -3rem;
}
.main-org .carousel-control-next {
    right: -3rem;
}
.carousel-org--item {
    display: inline-block;
    margin: 0;
    padding: 0 1.5rem;
    flex: 0 0 15%;
}

/* anuncios */
.main-bulletin{
    margin: 0 auto;
    width: 80%;
    margin-bottom: 2rem;
}

.main-bulletin--title{
    text-align: center;
}

.main-bulletin--title h2{
    font-weight: bold;
    color: #02455e;
    margin-bottom: 2rem;
}

.bulletin{
    margin-bottom: 2rem;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.bulletin a{
    color: inherit;
    text-decoration: none;
}

.bulletin-content{
    padding: 2rem;
    display: flex;
}

.bulletin-content .bulletin-left{
    width: 16%;
    height: auto;
    text-align: center;
    margin-right: 1rem;
}

.bulletin-content .bulletin-left img{
    width: 84%;
    height: auto;
}

.bulletin-content .bulletin-right{
    width: 80%;
    text-align: initial;
}

.bulletin-content .bulletin-right .bulletin-right-header{
    display: flex;
}

.bulletin-content .bulletin-right .bulletin-right-header p:first-of-type{
    margin-right: 4rem;
}

/* Resultado de bÃºsqueda */
.main-searchRes{
    margin: 0 auto;
    width: 80%;
}

.main-searchRes--title{
    text-align: center;
}

.main-searchRes h2{
    font-weight: bold;
    color: #02455e;
}

.main-searchRes .searchResGt {
    width: auto;
}

.searchRes{
    margin-bottom: 2rem;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.searchResGt{
    margin: 0 auto;
    width: 80%;
    margin-bottom: 2rem;
}

.searchRes-content{
    padding: 2rem;
}

.searchRes-content .searchRes-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.searchRes-content .searchRes-top .searchRes-url{
    overflow: hidden;
}

.searchRes-content .searchRes-top .searchRes-date p span:first-of-type{
    color: #6E6E6E;
}

.searchRes-content .searchRes-top .searchRes-date p span:nth-child(2){
    font-weight: bold;
}

.searchRes-content .searchRes-bottom{
    width: 100%;
}

.serachRes-pagination{
    width: 100%;
}

.serachRes-pagination-bar ul {
	list-style:none;
	text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

.serachRes-pagination-bar ul li {
    display: inline-block;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}

.serachRes-pagination-bar ul li a {
	display:block;
    padding: 0.5rem 1rem;
	color:#fff;
	background:#037EAB;
	text-decoration: none;
}

.serachRes-pagination-bar ul li a:hover {
    background: #02455e;
    color: #fff;
}

.serachRes-pagination-bar ul li .active {
    border: 1px solid #037EAB;
    background: #fff;
    color: #037EAB;
    font-weight: bold;
}


/* calendario */
.main-calendar{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80%;
    text-align: center;
    margin-bottom: 2rem;
    margin-left: 6rem;
}

.main-calendar .main-calendar-header h2{
    font-weight: bold;
    color: #02455e;
    margin-bottom: 2rem;
}

#calendar {
    display: flex;
}

#calendar-main {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

#calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-bottom: 1em;
}

#calendar-title {
    display: flex;
    align-items: center;
}

#current-month{
    color: #037EAB;
    font-weight: bold;
}

#calendar-buttons {
    display: flex;
    align-items: center;
}

#calendar-buttons button{
    background-color: #ffffff;
    border: 1px solid #29668f;
    cursor: pointer;
    padding: 8px 12px;
    margin-right: 20px;
}

#calendar-buttons button:hover{
    background-color: #037EAB;
}

#calendar-buttons button svg{
    width: 16px;
    height: auto;
    fill: #29668f;
}

#calendar-buttons button:hover svg{
    fill: #ffffff;
}

#calendar-days {
    display: flex;
    justify-content: space-between;
    width: 80%;
    height: 6rem;
    border-bottom: 3px solid #05A8E5;
    margin-bottom: 1rem;
    align-items: center;
    font-size: 1.1rem;
}

#calendar-days div {
    width: 14.28%;
    text-align: center;
}

#calendar-dates {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

#calendar-dates .day {
    width: 14.28%;
    height: 4.5em;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    background: transparent;
    font-size: 1.25rem;
    border: 1px solid transparent;
    transition: 0.15s;
}
#calendar-dates .day:hover {
    border-color:#ccc;
}

#calendar-dates .day span {
    position: relative;
    z-index: -1;
}

#calendar-dates .day .dot-events{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    padding: 0 30%;
    position: absolute;
    top: 2rem;
    z-index: -2;
}

.day .dot-item {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0.1em;
    background-color: #1C1C1C;
    border-radius: 50%;
}

.today {
    font-weight: bolder;
    color: #037EAB;
}

.day.today .dot-item {
    background-color: #037EAB;
}

#calendar-events {
    width: 40%;
    padding: 0 2rem;
    margin-top: 3rem;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.calendar-events--title{
    font-size: 1.1rem;
    text-align: initial;
    padding: 2.5rem 0 2.27rem;
    font-family: 'opensans-semibold', sans-serif;
    border-bottom: 3px solid #05A8E5;
}

.calendar-events--content {
    padding: 1rem 0;
}

.calendar-events--content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.calendar-events--item {
    padding: 1rem 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    transition: 0.3s;
}

.calendar-events--item:hover {
    border-bottom-color: #000;
}

.calendar-events--item p {
    margin-bottom: 0.25rem;
}

.calendar-events--item a {
    color: #1C1C1C;
    text-decoration: none;
}

.calendar-events--item .event-title {
    font-family: 'opensans-semibold';
    font-size: 1.15rem;
}

.calendar-events--item .event-place {
    font-size: 0.9rem;
    color: #3D3D3D;
}

.calendar-events--item .event-time {
    font-family: 'opensans-semibold';
    font-size: 1.15rem;
    padding-top: 0.5rem;
}

.t-hideAccessible {
    display: none;
}

/* detalle de anuncio */
.notice-main{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0 6rem;
}

.notice-info{
    width: 75%;
    margin-top: 2rem;
}

.notice-info-title{
    width: fit-content;
    margin-bottom: 1rem;
}

.notice-info-title h2{
    font-weight: bold;
    color: #02455E;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #05A8E5;
}

.notice-info-subtitle{
    display: inline;
    padding-right: 0.1rem;
    font-size: 0.875rem;
    color: #656565;
}
.info-date, .info-category {
    display: inline;
    padding-right: 2rem;
    font-family: 'opensans-bold';
    font-size: 0.875rem;
    color: #1C1C1C;
}
.notice-info-text{
    padding: 2rem;
}

.notice-img{
    width: 25%;
}

.notice-img img{
    width: 100%;
    height: auto;
}

.notice-bottom{
    width: 100%;
}

.notice-bottom .button-primary{
    background-color: #02455E;
    padding: 0.5rem 2rem;
    color: #ffffff;
}


/* formulario */
.form-wrapper {
    padding: 0 25rem 0 6rem;
    margin-bottom: 1.5rem;
}

.form-wrapper input {
    margin-bottom: 0.5rem;
}

.form-wrapper .form-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.form-wrapper .form-row fieldset,.form-wrapper .form-row  .range-wrap input,.form-wrapper .form-row  .range-wrap output{
    margin-left: 5%;
}

.form-wrapper label {
    margin-bottom: 0.5em;
    font-size:0.9rem;
}

.form-wrapper .qstn-title{
    margin-top: 2rem;
    font-family: 'opensans-semibold', sans-serif;
}

/*login form*/
.login-form .text-img{text-align:center;}
.login-form .form-wrapper{background-color:#DFE6EE;padding:5rem;max-width:40rem;}

/* pag noticias */
.list-noticias .list-item--title {
    height: auto;
    display: inline-block;
    color: #000;
    width: 85%;
    margin-bottom: 1.25rem;
}
.list-noticias--img {
    max-height: 16rem;
    overflow: hidden;
    padding-right: 2.75rem;
    padding-left: 0;
}
.list-noticias .list-item--date {
    display: inline-block;
    width: 14%;
    vertical-align: top;
    text-align: right;
    font-size: 0.875rem;
    font-family: 'opensans-semibold', sans-serif;
}
.list-noticias .list-item--container .btn{
    margin-top: 1rem;
  }

/* acordeon */
.accordion {
    padding: 0;
}
.accordion .accordion-item.list-item--container {
    display: block;
    padding: 0;
    margin-bottom: 1rem;
    border-radius: 0;
}
.accordion-button,
.accordion-body {
    padding: 20px 30px;
}
.accordion-button:not(.collapsed) {
    font-family: 'opensans-bold', sans-serif;
    color: #000;
    background-color: initial;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
    border: 2px solid #02455e;
    box-shadow: none;
}
.accordion-body ul {
    padding-left: 1rem;
    list-style: none;
}
.accordion-body ul li {
    margin-bottom: 0.5rem;
}
.accordion-body a {
    font-family: 'opensans-semibold', sans-serif;
    color: #02455E;
}

/* video */
.video-container {
    text-align: center;
    max-width: 100%;
}

/* media-queries */
    /* cabecera */
@media (max-width: 1625px) {
    .logo-wr img {
        height: 60px;
    }
    .title-main {
        max-width: 50rem;
        margin: 0 0 0 0.75rem;
    }
    .title-main h1 {
        font-size: 1.75rem;
    }
    .header-main .header-right .area-privada {
        padding-right: 1rem;
    }
    .header-main .header-right .area-privada .btn {
        padding: 0.75rem 1rem;
    }
    .header-main .header-right .btn,
    .header-main .header-right .search-link {
        font-size: 0.9rem;
    }
    .header-main .header-right .btn-lang,
    .header-main .header-right .search-link::before {
        margin-right: 0.1rem
    }
    .search-link .icon {
        margin-left: 2px;
        max-width: 0.75rem;
    }
    .search form.active {
        top: -1px;
        width: 18rem;
        background: #fff;
        padding: 1rem;
        padding-right: 0;
    }
    .search-form.active .search-action {
        right: 1.5rem;
    }
}
@media (max-width: 1325px) {
    .title-main {
        max-width: 40rem;
    }
    nav ol.breadcrumb {
        padding-left: 4rem;
    }
}
@media (max-width: 1200px) {
    /* menu principal */
    .logo-wr img {
        height: 55px;
    }
    .title-main {
       max-width: 30rem;
    }
    .title-main h1 {
        font-size: 1.4rem;
    }
    .menu-main .nav-item {
        padding: 0 0.25rem;
    }
    .header-right .area-privada {
        padding-right: 2.5rem;
    }
    /* buscador */
    .search-link .icon {
        margin-left: 2px;
    }
    .search-link::before,
    .btn-lang {
        margin-right: 0.25rem;
    }
    /* idiomas */
    .btn-lang .btn,
    .search {
        font-size: 0.9rem;
    }
    /* carrusel */
    .main-carousel .carousel-caption {
        width: 65%;
    }
    /* destacados */
    .main-sections .main-sections--item {
        margin: 0 1.5rem;
    }
    /* noticias */
    .main-news {
        position: relative;
        height: 40rem;
    }
    .main-news--intro {
        display: flex;
        justify-content: center;
        margin-top: 0;
    }
    .main-news--intro .btn{
        position: absolute;
        bottom: 6.5rem;
    }
    .main-news .carousel-control {
        position: absolute;
        bottom: 9.5rem;
        width: 100%;
        margin: 0;
    }
    .main-news .carousel-control .carousel-control-prev {
        left: 1rem;
    }
    .main-news .carousel-control .carousel-control-next {
        left: inherit;
        right: 1rem;
    }

    /* organismos */
    .carousel-org--item {
        flex: 0 0 25%;
    }

    /* pag noticias */
    .list-noticias .img-sm {
        width: 11rem;
    }
}

@media (max-width: 1024px) {
    /* generales */
    .main {
        padding: 0 0 2.5rem 0;
    }
    .main::after {
        content: none;
    }
    /* menu principal */
    .title-main {
       max-width: 25rem;
       margin: 0 0 0 0.5rem;
    }
    .title-main h1 {
        font-size: 1.25rem;
    }
    /* breadcrumb */
    nav ol.breadcrumb {
        padding-left: 1.25rem;
    }

    /* contenedor texto */
    .txt-container {
        padding: 1rem 1.5rem;
    }
    .text-img {
        width: 100%;
        margin: 0;
        padding: 0 1.25rem;
    }

    /* listados */
    .listado-parrafos_anclas {
        margin: 0.25rem 1.25rem 2rem 1.25rem;
    }
    .info-list {
        padding-left: 3rem;
    }

    /* carrusel */
    .main-carousel .carousel-caption {
        width: 100%;
        top: 10%;
        height: 25rem;
        padding: 2.5rem 1.25rem;
    }
    .main-carousel .carousel-item img {
        height: 100%;
        width: auto;
    }
    .main-carousel .carousel-indicators {
        bottom: 2rem;
        justify-content: center;
        padding: 0;
    }
	/* formulario */
	.form-wrapper {
		width: 100%;
		padding: 0.75rem 1.25rem 0.75rem;
		margin-bottom: 0.5rem;
	}

    /* destacados */
    .main-sections .main-sections--item {
        margin: 0 0.5rem;
    }
    /* destacado info */
    .main-info {
        flex-direction: column;
        height: auto;
    }
    .main-info--img {
        width: 100%;
    }
    .main-info--text {
        width: 100%;
        margin-left: 0;
        padding: 2.5rem 1.25rem 0;
        margin-top: -15rem;
    }
    .main-info--links {
        padding-bottom: 0;
    }
    .main-info--links a {
        display: block;
        width: auto;
        margin: 3rem 0;
    }
    .main-info--links a:last-child {
        margin-bottom: 0;
    }
    /* noticias */
    .main-news {
        padding: 2.5rem 1.25rem;
    }
    /* organismos */
    .main-org {
        padding: 2.5rem 1.25rem;
    }
    .main-org .carousel-inner {
        padding: 0 2rem;
    }
    .main-org .carousel-control-prev {
        left: -0.5rem;
    }
    .main-org .carousel-control-next {
        right: -0.5rem;
    }
    /* detalle de anuncio */
    .notice-main {
        padding: 0 1.25rem;
    }
    /* calendario */
    #calendar-dates .day .dot-events {
        padding: 0 20%;
    }
}

@media (max-width: 991px) {
	.main-info--links{
		padding:0;
	}
	.main-info--links a::before{
		width: 2.5rem;
        height: 2.5rem;
		top: -0.5rem;
	}
	.main-info--links a{
		/* margin-left: 1rem; */
	}
	.main-info--text h2{
		font-size:1.8rem;
	}
    .main::before{
        display: none;
    }

    .header-main {
        flex-direction: column;
        padding: 0.75rem 1.25rem 3rem;
    }
    .header-left,
    .header-right {
        flex-direction: column;
    }
    .logo-wr img {
        height: 70px;
    }
    nav ol.breadcrumb {
        padding: 0.5rem 1.25rem;
    }
    .title-main {
        max-width: 100%;
        margin: 1rem 0;
    }
    .title-main h1 {
        font-size: 1.823rem;
    }
    .header-right .area-privada {
        display: none;
    }
    .header-right .btn-lang {
        display: none;
    }

    /* idiomas */
    .navbar-collapse .btn-group.btn-lang {
        display: block;
    }
    .btn-lang .dropdown-item:focus,
    .btn-lang .dropdown-item:hover {
        background-color: #013142;
    }

    /* buscador */
    .search-link::before {
        content: none;
    }
    .search {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0;
        width: 100%;
        height: 3rem;
        background-color: #02455E;
    }
    .search-link {
        display: none;
    }
    .search form {
        display: block;
    }
    .search form.active {
        display: block;
        position: initial;
        width: 100%;
    }
    .search-form .form-control {
        width: 85%;
        height: 2rem;
        margin-top: 0.5rem;
        margin-left: 1.25rem;
        border: 0;
        background-color: #fff;
        font-size: 0.9em;
    }
    .search-action {
        background-image: url(../img/buscarBlanco.svg);
        background-size: 1.25rem;
        top: 0;
        right: 0;
    }
    #cerrar-buscador {
        display: none;
    }

    /* menu principal */
    .menu-main {
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
    }
    .menu-main .navbar {
        justify-content: flex-end;
        padding-top: 1.25rem;
        position: absolute;
        right: 0;
    }

    .menu-main .navbar-toggler {
        border: 0;
        color: inherit;
        background-color: #fff;
    }
    .menu-main .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        margin-left: -1rem;
        background-color: #02455E;
        min-height: 100vh;
        min-width: 101vw;
        z-index: 10;
    }
    .menu-main .navbar-text {
        display: block;
        color: #02455E;
        font-family: 'opensans-regular';
        font-size: 0.7em;
    }
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    .menu-main .dropdown-menu li.on > a {
        background-color: #02455E;
    }
    .dropdown-menu li.on > .submenu {
        background-color: #037EAB;
    }
    .menu-main .navbar-collapse .nav-link {
        position: relative;
        padding-right: 3.5rem;
        white-space: inherit;
        color: #fff;
    }
    .menu-main .nav-item {
        padding: 2.5rem 1rem 0.5rem 1.75rem;
        border-bottom: 1px solid #05A8E5;
    }
    .menu-main .navbar-nav .nav-item li:hover {
        background-color: inherit;
    }
    .menu-main .navbar-nav .nav-link:focus,
    .menu-main .navbar-nav .nav-link:hover {
        color: #fff;
    }
    .menu-main .dropdown-menu {
        width: 100%;
        background-color: transparent;
        box-shadow: none;
    }
    .menu-main .dropdown-item {
        padding: 1.5rem 3.25rem 1rem 0.5rem;
    }
    .menu-main .dropdown-menu a {
        color: #fff;
    }
    .menu-main .navbar-collapse .navbar-nav > .dropdown > .dropdown-toggle::after{
        position: absolute;
        right: 0;
        background-image: url(../img/arrow-right.svg);
        background-size: 4rem 4rem;
        padding: 1rem 1.75rem;
    }
    .menu-main .navbar-collapse .navbar-nav > .dropdown > .dropdown-toggle.show::after{
        background-image: url(../img/arrow-left.svg);
    }
    .menu-main .navbar .area-privada {
        display: block;
        margin: 3rem 0;
        text-align: center;
        font-family: 'opensans-regular';
    }
    .navbar-collapse .btn-lang {
        padding: 2rem 1.75rem 2rem;
        font-family: 'opensans-regular';
    }
    .navbar-collapse .btn-lang .btn {
        font-size: 1rem;
        color: #fff;
    }
    .menu-main .btn-lang .dropdown-menu a {
        padding-left: 2rem;
    }
    .menu-main .dropdown-menu {
        box-shadow: 2px 2px 5px #00000029;
        background-color: #02455e;
    }
    .menu-main .dropdown-menu.show {
        box-shadow: none;
        border-bottom: 1px solid #fff;
    }
    .menu-main .dropdown.on a .icon {
        transform: rotate(180deg);
    }
    .menu-main .dropdown a .icon {
        display: block;
        max-width: 3rem;
        position: absolute;
        right: 0;
        top: 0.75rem;
    }
    .navbar-collapse .menu-close {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 2rem 1.25rem 2rem;
        color: #fff;
        font-family: 'opensans-regular';
        font-size: 0.9rem;
        width: 7rem;
        cursor: pointer;
    }
    .navbar-collapse .menu-close .icon {
        fill: #fff;
        max-width: 1.1rem;
        vertical-align: text-top;
    }
    .dropdown-menu .submenu {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        padding-left: 1rem;
        box-shadow: none;
        border-bottom: 1px solid #05A8E5;
        font-size: 0.9rem;
    }
    /* pie */
    footer {
        padding: 2.5rem 0.5rem;
    }
    footer .footer-mainLinks ul li {
        display: block;
        padding: 0 0 2rem 0;
    }
    footer .footer-links {
        display: none;
    }
    footer .social-links ul {
        text-align: left;
        margin: 2.5rem 0;
    }
    footer .social-links li {
        margin-left: 0;
        margin-right: 1rem;
    }
    /* pag noticias */
    .list-noticias--img {
        padding-right: 1rem;
    }
    .list-noticias .list-item--title {
        margin-bottom: 0.5rem;
    }
    .list-noticias-date {
        text-align: left;
        margin-bottom: 1rem;
    }
    .list-noticias .list-item--title,
    .list-noticias .list-item--date {
        width: 100%;
        margin-bottom: 1rem;
        text-align: left;
    }
    .list-noticias .list-item--container .btn {
        margin-top: 0.25rem;
    }
    .list-noticias .img-sm {
        width: 8.5rem;
    }
    /* detalle de anuncio */
    .notice-main .notice-info {
        width: 100%;
    }
    .notice-img {
        width: 100%;
    }
    .notice-info-text {
        padding: 1rem 0;
    }
    .notice-main .btn {
        margin-top: 2rem;
    }

    /* calendario */
    .main-calendar {
        width: 100%;
        margin-left: 0;
    }
    #calendar-events {
        width: 38%;
    }

    /* contenedor texto */
    .txt-container {
        padding: 0;
		margin:1rem;
    }
	

}
@media (max-width:768px) {
	h2,.main-carousel .carousel-caption h2{
		font-size:2rem;
	}
    /* destacados */
    .main-sections .main-sections--item {
        display: none;
        opacity: 1;
        width: 100%;
        margin: 0 0.5rem;
    }
    .main-sections .main-sections--item.active {
        display: block;
    }
    .main-sections .carousel-indicators {
        bottom: -3rem;
        margin: 0;
        text-align: center;
    }
    .main-sections .main-sections .carousel-caption {
        padding: 0 0.75rem 1.5rem;
    }
    .main-sections--img {
        height: 13rem;
    }
    .main-sections .carousel-indicators {
        display: block;
    }
	.main .main-title{
		margin:1rem;
	}
	.info-list {
		padding:0;
		margin:1rem;
	}

    /* destacados-info */
    .main-info {
        margin: 3.75rem 0;
    }
    /* noticias */
    .main-news--item {
        flex: 0 0 100%;
        margin: 0;
        padding-right: 0;
    }
    /* organismos */
    .carousel-org--item {
        flex: 0 0 40%;
        padding: 0 0.5rem;
    }
    /* pag noticias */
    .list-noticias .list-item--container{
        padding: 1rem 1rem 1.5rem;
    }
    .list-noticias .list-item--title {
        margin-bottom: 1rem;
    }
    .list-noticias-date {
        margin-bottom: 1.5rem;
    }
    .list-noticias--img {
        padding-right: 0;
    }
    .list-noticias .img-sm {
        width: 6rem;
    }
	.text-img img{    
		height: auto !important;
		width: auto !important;
		margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 576px) {
	.col-xs-12{
		width:100%
	}
    .header-main .logos {
        max-width: 85%;
    }
    .logo-wr img {
        width: 100%;
        height: auto;
        max-height: 60px;
    }
    nav ol.breadcrumb li.breadcrumb-item a {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 10rem;
        white-space: nowrap;
        font-size: 0.9rem;
    }
    .breadcrumb-item.active {
        font-size: 0.9rem;
    }
    .main-sections--img {
        height: 10rem;
    }
    .main-sections--item::before {
        top: 5.4rem;
    }
    /* pag noticias */
    .list-noticias--txt {
        padding: 0;
        padding-top: 1rem;
    }
    .list-noticias .img-sm {
        width: 100%;
    }
    /* calendario */
    #calendar {
        flex-wrap: wrap;
    }
    #calendar-main {
        width: 100%;
    }
    #calendar-events {
        width: 100%;
        padding-bottom: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
	.text-img img{    
		max-width:340px;
		margin:0 auto;
	}
}

.dtl-acuerdos .btn {
    margin-top: 2rem;
}

.dtl-item--container{
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50);
     box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50);
     padding: 20px 30px;
     margin-bottom: 30px;
}

.list-item--container{
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50);
     box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.50);
     padding: 20px 30px;
     display: flex;
     margin-bottom: 30px;
}

.list-acuerdos .list-item--container{
  flex-direction: column;
  align-items: flex-start;
}

.list-anuncios .list-item--container{
  flex-direction: column;
  align-items: flex-start;
}

.list-noticias .list-item--container{
  flex-direction: row;
  align-items: flex-start;
}

.list-item--title,.list-item--subtitle{
  display:block;
}

.list-item--container .btn{
  align-self:flex-end;
  width: auto;
}

.list-item--title{
  font-family: 'opensans-bold';
  font-size: 1.15rem;
  color: #02455E;
  margin-bottom: 1rem;
}

.list-item--subtitle{
  margin-top: 1rem;
  font-family: 'opensans-bold';
  font-size: 1rem;
  color: #02455E;
}

.list-item--link{
  font-size: 1rem;
  font-family: 'opensans-regular';
  margin-bottom: 30px;
}

.rounded{
  width: 12.5rem;
}

.range-wrap {
  position: relative;
  margin: inherit;
  width: 50%;
  min-width: 300px
}
.range {
  width: 100%;
}
.bubble {
  background: #02455E;
  color: white;
  padding: 4px 12px;
  position: relative;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.descripcion-acortada{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-grupos .list-item--container {
    flex-direction: column;
    align-items: flex-start;
}

.list-grupos .list-tabs{
	margin:3rem 2rem 2rem 2rem;
	display: flex;
    flex-wrap: wrap;
}
.list-grupos .list-tabs a{
    text-decoration:none;
    padding:12px 16px;
    color:#fff;
}
.list-grupos .list-tabs a[href$="todos"] {
  background-color: #02455E;
}
.list-grupos .list-tabs a[href$="publicaciones"]  {
  background-color: #5E025B;
}
.list-grupos .list-tabs a[href$="preguntas"]  {
  background-color: #046271;
}
.list-grupos .list-tabs a[href$="documentos"] {
  background-color: #7D4200;
}
.list-grupos .list-tabs a[href$="informacion"] {
  background-color: #020B5E;
}
.list-grupos .list-tabs a[href$="encuestas"] {
  background-color: #005C7E;
}

.list-grupos .list-item--container.publicaciones .list-item--title{color: #5E025B}
.list-grupos .list-item--container.preguntas .list-item--title{color: #046271;}
.list-grupos .list-item--container.documentos .list-item--title{color: #7D4200;}
.list-grupos .list-item--container.informacion .list-item--title{color: #020B5E;}
.list-grupos .list-item--container.encuestas .list-item--title{color: #005C7E;}

.list-grupos .list-item--container.publicaciones .btn-primary{float:right;}
.list-grupos .list-item--container.publicaciones .btn-primary{background: #5E025B}
.list-grupos .list-item--container.preguntas .btn-primary{background:#046271;}
.list-grupos .list-item--container.documentos .btn-primary{background: #7D4200;}
.list-grupos .list-item--container.informacion .btn-primary{background:#020B5E;}
.list-grupos .list-item--container.encuestas .btn-primary{background: #005C7E;}



/*************** From ****************************/
.comments-list{background-color:#DFE6EE;padding:2rem;margin-top:3rem;}
textarea{width:100%;padding:1rem}
.comments-list ul{list-style:none;}
.comments-list>ul{background-color:#c8d1db;padding:2rem;}
.comments-list>ul ul{background-color: #b5c3d1;padding:2rem;}

.comments-list input.input-adjunto-validate{border: 2px solid #e30d0d;}
.comments-list span.label-adjunto-validate{color: #e30d0d;}


.paginador{
    float:none;
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
.paginador .page-link{
    color:#0A4579;
}
.paginador .page-link.active{
    background-color:#0A4579;
    color:#ffffff;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-direction: column;
    }
}
.menu-main .navbar{
    width:100%;
}
.nav-ingesa{
    width:100%;
    display:flex;
    justify-content:center;
    background: transparent linear-gradient(90deg, #02455E 0%, #037EAB 100%) 0% 0% no-repeat padding-box;
    color:#ffffff;
}
.menu-main .navbar-nav.nav-ingesa .nav-link{
     color:#ffffff;
}
.menu-main .navbar-collapse .navbar-nav.nav-ingesa > .dropdown > .dropdown-toggle::after{
    filter: invert(100%);
}

.text-img-gdpr .form-row fieldset {
    margin-left: 0px;
}

@media (min-width: 992px) {
	.drop-list{
		margin: 0 10rem 1.5rem 6rem;
	}
}
.drop{
     padding: 0 1.875rem;
}
.drop .drop--head .btn{
    width:100%;
    background: #ffff;
    color: #02455E;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #02455E;
    font-weight: 700;
    padding: 1rem;
    text-align: left;
}
.drop .drop--head .btn.collapsed{
    border: 1px solid #02455E;
}
.dropdown-toggle {
    white-space: wrap;
}

.dropdown-toggle::after{
    transform: rotate(180deg);
}
.collapsed.dropdown-toggle::after{
    transform: rotate(0);
}

