/*
Theme Name: FREBA
Theme URI: http://www.freba.com.ar
Description: Tema wordpress para FREBA
Author: Proyectar
Author URI: http://www.proyectar.com.ar
Version: 999999999
*/

/* 

Fonts
-----
> font-family: 'Roboto', sans-serif; 300,500
> font-family: 'Roboto Condensed', sans-serif;  300i,400,700i

Colores
-------
> Celeste : #42bfdb;
> Turquesa : #42bfdb;
> Azul: #0f4975;
*/


* {margin:0; padding:0; outline:0; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale; font-weight: 300;}
a {text-decoration:none;}
a img {border:0;}
html,body {
	overflow-x:hidden;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
strong {
	font-weight: 500;
}
.content {
	position:relative;
	max-width: 1040px;
	width:90%;
	margin:auto;
}
.table {
	display: table;
	width:100%;
	height: 100%;
}
.td {
	display: table-cell;
}
.clearfix:after {
	content:'';
	display: block;
	clear:both;
}
#wrapper {
	margin-top:75px;
}
.macula {
	width: 30px; 
	height: 2px; 	
	position:fixed;
	z-index: 0;
	background:#42bfdb;
}
.macula.border {
	background: transparent;
	border:1px solid #42bfdb;
	width: 50px; 
	height: 5px; 
}
.macula.trans {
	background:#0f4975;
	opacity:0.35;
	height: 2px;
	width:20px;
}
.post-edit-link {
	padding:10px;
	text-transform: uppercase;
	color:#000;
	font-size: 11px;
	display: block;
	font-weight: 400;
}

/* Header */
#header {
	height: 75px;
	border-bottom: 1px solid #ededed;
	position:fixed;
	background:#fff;
	top:0;
	width:100%;
	left:0;
	z-index: 9999;
}
#header .content {
	padding:18px 0 18px 5%;
	height: 100%;
	width:100%;
}
#header .logo img {
	height:100%;
	width:auto;
}
.btn-celeste a,
input[type="submit"] {
	border: 2px solid #42bfdb;
	color: #42bfdb;
	text-transform: uppercase;
	font-size: 17px;
	padding: 10px 20px;
	margin: auto;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	text-align: center;
	background-color: transparent;
}
.btn-celeste a:hover,
input[type="submit"]:hover {
	background: #42bfdb;
	color:#fff;
}
.pagination {
	display: block;
	clear:both;
	overflow:hidden;
	padding:35px 5px 0;
}
#previous-posts {
	float:left;
}
#next-posts {
	float:right;
}
.denuncia-step {
	font-size: 13px;
	text-transform: uppercase;
	float: right;
	margin: 12px 12px;
}
.denuncia-nav {
	overflow: hidden;
	padding-top: 15px;
}

/* Hamburger Menu */
.nav-toggle {
	position:absolute;
	top:0;
	right:0;
	width:75px;
	height: 75px;
	cursor:pointer;
	border-top:0;
	border-bottom:0;
	border-right:0;
	background:transparent;
	border-left:1px solid #ededed;
	line-height: 75px;
	z-index: 99999;
}
.nav-toggle span {
	z-index: 99998;
	display: inline-block;
	height:3px;
	background:#666;
	width:28px;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.nav-toggle span:before,
.nav-toggle span:after {
	z-index: 99998;
	height:100%;
	width:100%;
	display: block;
	position:absolute;
	content:'';
	background:#666;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	transition:all ease 150ms;
}
.nav-toggle:hover span,
.nav-toggle:hover span:before,
.nav-toggle:hover span:after {
	background:#42bfdb;
}
.nav-toggle span:before {
	top:-15px;
}
.nav-toggle span:after {
	bottom:-14px;
}
.nav-toggle.active span {
	background:transparent;
}
.nav-toggle.active span:before {
	transform:rotate(-45deg);
	top:auto;
}
.nav-toggle.active span:after {
	transform:rotate(45deg);
	bottom:auto;
}

#nav {
	display: none;
	position:fixed;
	top:75px;
	left:0;
	right:0;
	z-index: 9999;
}
#nav .nav-fill {
	background:#f9f9f9;
	position:absolute;
	top:0;
	height: 100%;
}
#nav .triangle {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 300px 200px 0;
	border-color: transparent #f9f9f9 transparent transparent;
}
#nav .content {
	background: #f9f9f9;
	z-index:100;
	width:100%;
	padding:0 5%;
}
#nav ul {
	padding:30px 0;
}
#nav ul li a {
	text-transform: uppercase;
	color:#666;
	font-size: 17px;
	padding: 8px 0;	
	display: block;
}
#nav ul li a:hover {
	color:#42bfdb;
}
.nav-marcas {
	height: 60px;
	overflow: hidden;
	margin-top:10px;
}
.nav-marcas a {
	height: 100%;
	width: auto;
	float:left;
	margin-right:20px;
}
.nav-marcas img {
	height: 100%;
	width:auto;	
	max-height: 35px;
}

/* Inicio */
.slider-wrapper {
	width:100%; 
	height:400px;
	position:relative;
	display:inline-block;
	overflow: hidden;
	background:#0f4975;
	background-size: cover;
}
.slider-wrapper video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%; 
	min-height: 100%; 

	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;

	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}
#slider {
	position:absolute;
	top:0; 
	left:0;
	right:0;
	margin:auto;
	color:#fff;
	height: 100%;
}
#slider .slick-list,
#slider .slick-track {
	height: 100%;
}
.slide-wrapper:before {
	content: '';
	display: block;
	background: rgba(1,90,133,0.25);
	height: 100%;
	position: absolute;
	width: 115%;
	left: -18%;
	top: 0;
	transform: skewX(-15deg);
	z-index: 100;
}
.slider-arrows {
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 100;
	text-align: right;
	margin: auto;
	left: 0;
}
.slick-arrow {	
	border:0;
	width:35px;
	height: 35px;
	background: #42bfdb;
	display: inline-block;
	margin:0 0 0 5px;
	color: #0f4975;
	font-size: 18px;
	transition:background ease 300ms;
}
.slick-arrow:hover {	
	background: #0f4975;
	color: white;
}
.slide-wrapper {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
	overflow:hidden;
}
.slide {
	padding:45px 0;
	height: 100%;
	font-size: 17px;
	line-height: 21px;
	width:90%;
	overflow: hidden;
	z-index:200;
}
.slide h1,
.slide h2 {
	font-weight: 300;
	font-style:italic;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	line-height: 30px;	
	padding-bottom:10px;
	text-shadow:3px 3px 0 rgba(0,0,0,0.35);
	position:relative;
}
.slide h1 a,
.slide h2 a {
	color:#fff;
}
.slide h1 strong,
.slide h2 strong {
	font-weight: 700;
	font-style:italic;
}
#slider:before {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	top:25%;
	left: 15%;
	width: 60px;
	height: 3px;
	opacity:0.35;

    animation-name: sliderBefore;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count:infinite;
}
#slider:after {
	content: '';
    display: block;
    border: 1px solid #42bfdb;
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 60px;
    height: 3px;
    box-sizing: content-box;

    animation-name: sliderAfter;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-iteration-count:infinite;
}
@keyframes sliderBefore {
  0% {left:15%;}
  18% {opacity:0;}
  37% {left:100%;}
  39% {left:-5%;opacity:0;}
  40% {left:-5%;opacity:0.35;}
  50% {left:15%;}
}
@keyframes sliderAfter {
  0% {left:3%;}
  20% {opacity:0;}
  37% {left:100%;}
  39% {left:-5%;opacity:0;}
  45% {left:-5%;opacity:1;}
  46% {left:3%;}
}
.slide-content-solo {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	text-shadow:3px 3px 0 rgba(0,0,0,0.35);
}
.slide-content-solo strong {
	font-weight: 700;
}
.slide .td {
	vertical-align: bottom;
}
a.vermas {
	color: #fff;
	background: #0f4975;
	padding: 10px 25px;
	margin: 20px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	display: inline-block;
	position:relative;
	transition:all ease 300ms;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
a.vermas:after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	background: #42bfdb;
	color: #0f4975;
	position: absolute;
	bottom: -10px;
	right: -15px;
	font-size: 14px;
	width: 40px;
	height: 20px;
	text-align: left;
	line-height: 20px;
	padding: 0 3px;	
	text-indent:21px;
}
a.vermas:hover {
	box-shadow: 0 0 25px rgba(0,255,255,0.1);
}
a.vermas:hover:after {
	animation-name: flecha;
	animation-duration: 400ms;
	animation-timing-function: ease-in-out;
}
@keyframes flecha {
  0% {text-indent:21px;}
  1% {text-indent:0; color:rgba(0,255,255,0);}
  25% {text-indent:0; color:rgba(0,255,255,0); }
  100% {text-indent:21px; color: #0f4975;}
}
.slide-editar {
	background:#fff;
	position:absolute;
	top:10px;
	right:0;
	font-size: 11px;
	text-transform: uppercase;
	padding:5px;
	line-height: 14px;
}
.slide-editar a {
	color:#333;
	font-weight: 700;
}
.lineita-celeste {
	margin:0 0 10px 80%;
	width:60px;
	height: 3px;
	background:#42bfdb;

	animation-name: lineitaCeleste;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-iteration-count:infinite;
}
@keyframes lineitaCeleste {
  0%  {margin-left:80%;}
  27% {margin-left:100%;}
  28% {opacity:0;}
  29% {margin-left:-5%;opacity:0;}
  30% {margin-left:-5%;opacity:1;}
  50% {margin-left:80%;}
}


/* Accesos Inicio */
.accesos {
	position:relative;
	height:auto;
	width:100%;
	overflow: hidden;
	margin-top:-5px;
	padding:25px 5%;
}
.accesos:after {
	content:'';
	display: block;
	position:absolute;
	top:-25%;
	left:0;
	width:100%;
	height:200%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e5281+0,281f53+100 */
	background: #0e5281; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #0e5281 0%, #281f53 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #0e5281 0%,#281f53 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #0e5281 0%,#281f53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5281', endColorstr='#281f53',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	z-index: -1;
}
.accesos-wrapper {
	margin:0 -20px;
	text-align: center;
	display: flex;
}
.acceso {
	display: inline-block;
	padding:10px;
	width:100%;
	height:100px;
}
.acceso-content.acceso-documentos {
	background:rgba(66,191,219,0.25);
}
.acceso-content.acceso-suscribirse {
	background:rgb(27 45 186 / 25%);
	padding: 0 20px;
}
.acceso-content {
	background:rgba(40,27,79,0.25);
	width:100%;
	height:100%;
	border-radius: 5px;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	transition:all ease 300ms;
	position:relative;
}
.acceso:hover .acceso-content {
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	background:rgba(40,27,79,0.35);
}
/* Correcciones Diciembre 2022 */
.acceso-content button {
	font-size: 16px;
}
.acceso-content.acceso-suscribirse p {
	font-size: 16px;
	margin: 10px 0;
}
.acceso-content.acceso-suscribirse .p-button {
	position:absolute;
	bottom:-21px;
}
.acceso-content a > p {
	font-size: 16px;
	margin-top: 10px;
}
.acceso-content span.middle {
	display: flex;
	align-items: center;
	width: auto;
	vertical-align: middle;
	line-height: normal;
	overflow: hidden;
} 
.acceso-content.acceso-suscribirse .box-suscribirse, 
.acceso-content > div,
.acceso-content a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: initial;
	font-size: 21px;
	font-family: 'Roboto Condensed', sans-serif;
}
/*
.acceso-content a {
	display: inline-block;
	vertical-align: middle;
	width:100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	text-align: center;
	line-height: 80px;
	font-size: 21px;
	font-family: 'Roboto Condensed', sans-serif;
}
.acceso-content a span.middle {
	overflow: hidden;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	line-height: normal;
	overflow: hidden;
}
*/

.acceso-content a img {
	margin: 3px 7px 0 0;
	float: left;
	max-width: 20px;
}
.acceso-content a.acceso-app {
	font-size: 21px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: 400;
}
.acceso-content a.acceso-app span {
	font-weight: 400;
	position:relative;
}
.acceso-content a.acceso-app span:after {
	height: 2px;
	content:'';
	display: block;
	width: 100%;
	position:absolute;
	bottom:-2px;
	right:0;
	background:#42bfdb;
}
.acceso-app span {
	color:#42bfdb;
}
.acceso-content a:after {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	background: #42bfdb;
	color: #0f4975;
	position: absolute;
	bottom: -10px;
	right: 10px;
	font-size: 14px;
	width: 40px;
	height: 20px;
	text-align: left;
	line-height: 20px;
	padding: 0 3px;
	text-indent: 21px;
	transform: scale(0.75);
}
.acceso-content a:hover:after {
	animation-name: flecha;
	animation-duration: 400ms;
	animation-timing-function: ease-in-out;
}
.acc-linea-1,
.acc-linea-4,
.acc-linea-5 {
	border: 1px solid #42bfdb;
    position: absolute;
    width: 60px;
    height: 3px;
    box-sizing: content-box;
}
.acc-linea-2,
.acc-linea-3 {
	width:60px;
	height: 3px;
	background:#42bfdb;
	position: absolute;
} 
.acc-linea-1 {
	left:-180px;
	top:15px;
	width:40px;
}
.acc-linea-2 {
	left:-120px;
	top:50%;
}
.acc-linea-3 {
	left:-230px;
	bottom:-5px;
}
.acc-linea-4 {
	right:-110px;
	top:-5px;
	width:40px;
}
.acc-linea-5 {
	right:-200px;
	top:50%;
}


/* Noticias Inicio */
.noticias-inicio {
	padding:30px 0 50px;
	position:relative;
}
.noticias-inicio:after {
	content:'';
	display: block;
	width:40%;
	background:rgba(217,242,247,0.5);
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
}
.noticias-inicio.los-numeros:after {
	content: unset;
}
.noticias-inicio-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 250px 0 0;
	border-color: rgba(217,242,247,0.5) transparent transparent transparent;
	position: absolute;
	top:0;
	left:40%;
	z-index: -1;
}
.noticias-inicio h2 {
	color: #0f4975;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	padding: 20px 0;
	position: relative;
	margin: 0 0 25px;
}
.noticias-inicio h2:before {
	position:absolute;
	content:'';
	background:#42bfdb;
	display: block;
	width:30px;
	height: 5px;
	top:0;
	left:30px;
}
.noticias-inicio h2:after {
	position:absolute;
	content:'';
	background:#42bfdb;
	display: block;
	width:30px;
	height: 2px;
	bottom:0;
	left:200px;
}
.noticias-inicio .clearfix {
	position:relative;
}
.noticia-inicio {
	width:100%;
	padding:0;
	margin:10px 5px;
}
.noticia-inicio.slick-slide {
	min-height: 135px;
}
.noticia-inicio.destacada {
	width:100%;
	position:relative;
	top:0;
	left:0;
	float:none;
	padding:0;
	height: 100%;
}
.noticia-inicio h3 {
	padding: 35px 12px 35px 145px;
	font-size: 15px;
	line-height: 17px;	
	font-family: 'Roboto Condensed', sans-serif;
	color:#666;
	font-weight: 400;
}
.noticia-inicio .td {
	vertical-align: top;
	position:relative;
}
.noticia-inicio.destacada .td {
	vertical-align: top;
}
.noticia-inicio .noticia-inicio-img {
	width:135px;
	height:100%;	
	position:absolute;
	top:0;
	left:0;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	background-image:url(imgs/freba.jpg);
}
.noticia-inicio.destacada h3 {
	font-size: 18px;
	line-height: 21px;
	padding: 35px 20px 20px;
}
.noticia-inicio-content {
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	background:#fff;
	height: 100%;
	position:relative;
	overflow: hidden;
	transition:box-shadow ease 300ms;
}
.noticia-inicio:hover .noticia-inicio-content {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.noticia-inicio:hover h3 {
	color:#333;
}
.noticia-inicio.destacada .noticia-inicio-img {
	height:200px;
	width:100%;
	position:relative;
	top:auto;
	left:auto;
	margin-bottom:15px;
}
.noticia-inicio-content a {
	color:#666;
	font-weight: 400;
}
.noticia-inicio-content a:hover {
	color:#333;
}
.noticia-inicio-img {
	position:relative;
}
.noticia-inicio-img a {
	position:absolute;
	display: block;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 100;
}
.fecha {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0f4975;
	color: #fff;
	font-size: 14px;
	padding: 8px 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.noticias-vertodas {
	top:auto;
	right:auto;
	bottom:8px;
	left:0;
	position:absolute;
	font-size:14px;
	color:#42bfdb;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 300;
}
.noticias-vertodas:after {
	content:'';
	display: block;
	height: 2px;
	background: #42bfdb;
	width:10px;
	position:absolute;
	top:-15px;
	right:0;
	opacity:0.5;
	transition:all ease 300ms;
}
.noticias-vertodas:hover:after {
	right:10px;
}
.noticias-vertodas:hover:before {
	left:0;
}
.noticias-inicio .slick-arrow {
	position:absolute;
	bottom:0;
	right:0;
}
.noticias-inicio .slick-prev {
	right:40px;
}
.noticias-inicio-slider.slick-slider {
	height: 135px;
	padding-bottom: 65px;
	box-sizing: content-box;
}

/* Footer */
.marcas {
	background:#f9f9f9;
	text-align: left;
	padding:35px 0;
	position: relative;
	z-index: 1
}
.marcas a {
	display: inline-flex; 
	align-items: center;
	margin: 0 10px 0 0;
	height: 40px;
	max-width: 110px;
}
.marcas a img {
	height:100%;
	width:auto;
}
.marcas a svg {
	height: 30px;
}
#footer {
	background:#f2f2f2;
	position: relative;
	z-index: 1;
}
#footer .content {
	width:100%;
}
.datos-contacto {
    padding: 70px 0 10px;
}
.sede, .redes {
	width:100%;
	float:left;	
	padding:25px 5%;
	font-size: 16px;
	line-height: 19px;
	color:#666;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
.redes {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px 0 0;
	border-bottom: 1px solid #fff;
	text-align: right;
}
.sede:first-child {
	border-left:0;
}
.redes {
	border-right:0!important;
}
.sede h5 {
	font-size: 24px;
	color:#0f4975;
	margin-bottom: 15px;
}
.sede .tel {
	padding-top:15px;
}
.redes a {
	display: inline-block;
	padding:14px 7px;
	color:#42bfdb;
	font-size: 24px;
	opacity:0.8;
}
.redes a:hover {
	opacity:1;
}
.redes i.fa-facebook-f {
    font-size: 21px;
}
.redes i.fa-envelope {
	font-size: 21px;
}
.redes i.fa-twitter {
    font-size: 22px;
}
.seguinos {
	font-size:23px;
	color:#0f4975;
	font-style: italic;
	font-weight: 700;
	padding:15px 10px 15px 50px;
	margin:0 0 0 -35px;
	background:rgba(0,255,255,0.2);
	max-width: 180px;
	height:50px;
	line-height: 21px;
	position:relative;
	float:left;
}
.seguinos:after {
	content:'';
	position:absolute;
	top:0;
	right:-20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 20px 0 0;
	border-color: rgba(0,255,255,0.2) transparent transparent transparent;
}
.creditos {
	background:#fff;
	color:#b3b3b3;
	overflow:hidden;
}
.creditos .content {
	padding:20px 5%;
	overflow:hidden;
}
.creditos small {
	color:#999;
	font-size: 12px;
	line-height: 18px;
}
.creditos small span {
	color:#000;
}
.creditos small span.celeste {
	color:#42bfdb;
}
.creditos .proyectar {
	float:right;
	opacity: 0.25;
	transition:opacity ease 200ms;
	margin-top:2px;
}
.creditos .proyectar:hover {
	opacity: 0.75
}
.sitemap .content {
	width:100%;
}
.sitemap a {
	font-size: 14px;
	color:#42bfdb;
	text-transform: uppercase;
}
.sitemap ul {
	text-align: left;
	border-top:1px solid #eaeaea;
	padding:25px 5%;
	position:relative;
}
.sitemap ul:before {
	content:'';
	display: block;
	border-top:1px solid #fff;
	position:absolute;
	top:1px;
	left:0;
	width:100%;
	height: 1px;
}
.sitemap li {	
	display: block;
	padding:7px 0;
	letter-spacing: 0.03em;
	list-style: none;
}
.irarriba {
	display: block;
	width:35px;
	height:35px;
	background:#42bfdb;
	color:#fff;
	text-align: center;
	line-height: 35px;
	position:fixed;
	z-index: 999;
	bottom:90px;
	right:3%;
	font-size: 16px;
	opacity:0;
	transition:opacity ease 300ms;
}
.irarriba.visible {
	opacity:1;
}


/* Nosotros */
.lineas {
	width:100%;
	overflow-x:hidden;
}
.lineas .content {
	background:#fff;
	position: relative;
	z-index: 1;
}
.page-nosotros {
	font-size: 15px;
	line-height: 21px;
	color:#666;
}
.page-nosotros h2 {
	color:#015a85;
	font-size: 34px;
	line-height: 38px;	
	font-family: 'Roboto Condensed', sans-serif;
	padding:35px 0;
	margin: 30px 0 0;
	position:relative;
	display: inline-block;
}
.page-nosotros h2:before {
	content:'';
	display: block;
	background:#42bfdb;
	width:30px;
	height: 5px;
	position:absolute;
	top:25px;
	left:-15px;
}
.page-nosotros h2:after {
	content:'';
	display: block;
	background:#42bfdb;
	width:30px;
	height: 2px;
	position:absolute;
	bottom:25px;
	right:0;
}
.objetivos {
	background:#f2f2f2;
	position: relative;
	z-index: 1;
}
.lineas .objetivos .content {
	background:#f2f2f2;
}
.page-nosotros .col-2 {
	padding-bottom:35px;
	margin-bottom:50px;
}
.page-nosotros .col-2:after {
	content:'';
	display: block;
	background:#42bfdb;
	width:30px;
	height: 2px;
	position:absolute;
	bottom:0;
	right:0;
}
.page-nosotros .col-2 p {
	margin:0 0 10px 0;
}
.page-nosotros .col-2 h3 {
	padding:45px 0 20px;
	color:#0f4975;
	font-size: 24px;
	line-height: 31px;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
}
.page-nosotros .col-2 h3:before {
	content:'';
	display: block;
	background:#42bfdb;
	width:30px;
	height: 2px;
	position:absolute;
	top:30px;
	left:-15px;
}
.page-nosotros .col-2 a {
	text-transform: uppercase;
	color:#42bfdb;
	display: block;
	font-weight: 400;
}
.objetivos {
	padding-bottom:75px;
}
.objetivos .content {
	max-width: 1160px
}
.objetivos h2 {
	margin-bottom:25px;
}
.objetivo {
	display: block;
	width:100%;
	padding:0 22px;
	text-align: center;
}
.objetivo img {
	margin:0 auto 20px;
}
.objetivo:first-child {
	border-left:0;
}
.objetivo:last-child {
	border-right:0;
}
.objetivos .slick-dots {
	text-align: center;
	margin-top:15px;
}
.objetivos .slick-dots li {
	display: inline-block;
	width:15px;
	height:15px;
	border:2px solid #42bfdb;
	margin:0 8px;
}
.objetivos .slick-dots li.slick-active {
	background:#42bfdb;
}
.objetivos .slick-dots li button {
	border:0;
	width:100%;
	height: 100%;
	display: block;
	position: relative;
	text-indent: 999px;
	overflow: hidden;
	background: transparent;
}
.comision-directiva {
	margin:35px -10px;
}
.comision-directiva .miembro {
	width:50%;
	float:left;
	padding:10px;
	line-height: 21px;
}
.miembro-foto {
	background:url(imgs/miembro.png) #f2f2f2 no-repeat center;
	height:auto;
	width:100%;
	padding-bottom:100%;
	margin-bottom:15px;
}
.miembro-cargo {
	text-transform: uppercase;
	color:#0f4975;
}
.comision {
	padding-bottom: 50px;
	position:relative;
}
.lineas .comision .content {
	background:transparent;
}
.suplentes {
	margin-top:20px;
}
.comision:after {
	content: '';
	display: block;
	background: rgba(1,90,133,0.05);
	height: 100%;
	position: absolute;
	width: 115%;
	right: -75%;
	top: 0;
	transform: skewX(-15deg);
}
.comision button {
	border: 1px solid #42bfdb;
	color: #42bfdb;
	text-transform: uppercase;
	font-size: 11px;
	padding: 13px 0;
	margin: auto;
	font-weight: 400;
	letter-spacing: 1px;
	display: block;
	width: 280px;
	text-align: center;
	background-color: transparent;
}
.comision-oculta {
	display: none;
}
.comision h3 {
	padding: 0 0 5px;
	color: #0f4975;
	font-size: 20px;
	line-height: 28px;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
}
.comision-oculta .col {
	width:100%;	
	margin-bottom:25px;
}

/* Noticia */
.noticia-img {
	height:auto;
	position:relative;
	padding:20px 0 0 0;
	margin-bottom:30px;
}
.noticia-img img {
	height: auto;
	width:100%;
}
.noticia-title {
	font-size: 21px;
	line-height: 26px;
	color: #0f4975;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	max-width: 920px;
	position: relative;
	padding: 0 0 20px;
}
.noticia-title:before {
	position:absolute;
	content:'';
	background:#42bfdb;
	display: block;
	width:30px;
	height: 5px;
	top:0;
	left:-40px;
}
.noticia-title:after {
	position:absolute;
	content:'';
	background:#42bfdb;
	display: block;
	width:30px;
	height: 2px;
	bottom:15px;
	right:0;
}
.noticia-top {
	position:relative;
	margin-bottom:20px;
}
.noticia-top:after {
	content: '';
	display: block;
	background: rgba(1,90,133,0.05);
	height: 100%;
	position: absolute;
	width: 115%;
	left: -65%;
	top: 0;
	transform: skewX(-15deg);
	z-index: -1;
}
.lineas .noticia-top .content {
	background:transparent;
}
.noticia-content {
	font-size: 15px;
	line-height: 23px;
	color:#666;
	padding:0 0 50px 0;
	position: relative;
}
.formato-contenido h1, 
.noticia-content h1 {
	font-size: 32px;
    line-height: 38px;
    padding: 20px 0 15px;
    color: #0f4975;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.noticia-content h2 {
	font-size: 28px;
    line-height: 28px;
    padding: 15px 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.formato-contenido h2 {
	font-size: 28px !important;
    line-height: 28px !important;
    padding: 15px 0 10px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 300 !important;
	margin: 0 !important;
	margin-bottom: 1rem !important;
}

.formato-contenido h2:after, 
.formato-contenido h2:before {
	content: unset;
}

.formato-contenido h3, 
.noticia-content h3 {
	font-size: 22px;
    line-height: 28px;
    padding: 15px 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.noticia-content p:first-child {
	margin:0 0 20px;
	font-size: 17px;
	line-height:23px;
}
.noticia-content p img {
	max-width: 100%;
	height: auto;
}
.noticia-content p iframe {
	width:100%;
	height:480px;
}
.noticia-redes {
	text-align: center;
	padding:30px 0 15px 0;
}
.noticia-content a {
	color:#42bfdb;
	display: inline-block;
	padding-right: 25px;
	position:relative;
	font-weight: 400;
	margin-right:5px;
}
.noticia-content p {
	margin:0 0 10px 0;
}
.formato-contenido ul, 
.noticia-content ul {
	margin:10px 0;
}
.formato-contenido ul li, 
.noticia-content ul li {
	padding-left:18px;
	position:relative;
}
.formato-contenido ul li:before, 
.noticia-content ul li:before {
	background:#42bfdb;
	content:'';
	display: block;
	width:7px;
	height: 7px;
	position:absolute;
	top:11px;
	left:0;
}
.noticia-content a:after {
	content: '\f35d';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	position:absolute;
	bottom:0;
	right:0;
	font-size: 14px;
}
.noticia-redes a {
	color:#42bfdb;
	display: inline-block;
	width:45px;
	height: 45px;
	line-height: 45px;
	border:1px solid #42bfdb;
	text-align: center;
	border-radius: 50%;
	font-size: 19px;
	margin:0 10px 15px 0;
	padding:0;
}
.noticia-redes a:after {
	display: none;
}
.noticia-redes a:hover {
	color:#fff;
	background:#42bfdb;
}

.galeria {
	height: 200px;
	width:auto;
	position: relative;
}
.galeria-img {
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}
.galeria .slick-arrow {
	position: absolute;
	bottom:0;
	right:38px;
	z-index: 200;
	margin-top:-10px;	
}
.galeria .slick-arrow.slick-next {
	right:0;	
} 
.galeria .slick-list,
.galeria .slick-track {
	height:100%;
}
.galeria .slick-dots {
	display: block;
    position: absolute;
    bottom: -22px;
    left: 0;
    z-index: 200;
}
.galeria .slick-dots li {
	display: inline-block;
	position: relative;
	width:8px;
	height: 8px;
	margin-right:8px;
	overflow: hidden;
}
.galeria .slick-dots li.slick-active button{
	background:#0f4975;
}
.galeria .slick-dots li button {
	border:0;
	text-indent: 999px;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	background:#42bfdb;
	border-radius: 50%;
}

/*Noticias */
#noticias-archivo {
	padding:0;
	margin-top:-8px;
}
#noticias-archivo .noticia-inicio {
	width:100%;
	float:left;
	height: auto;
	margin-bottom:3px;
}
#noticias-archivo .noticia-inicio h3 {
	padding:35px 20px 35px 145px;
	font-size: 15px;
	line-height: 17px;
}
#noticias-archivo .noticia-inicio-img {
	width:135px;
}
.noticias-inicio.noticias-archivo h2 {
	margin:0 0 25px;
	max-width: 50%;
}
.llamar {
	padding:7px 12px;
	background:#42bfdb;
	display: inline-block;
	margin:0 10px 0 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color:#fff;
}
.post-categories {
	margin-top:8px;
	position:absolute;
	top:0;
	width:100%;
	white-space: nowrap;
}
.post-categories li {
	display: inline-block;
}
.post-categories a {	
	font-size: 11px;
	text-transform: uppercase;
	position:relative;
	color:#42bfdb;
	font-weight: 400;
	padding:15px 0 15px 145px;
}
.post-categories a:hover {
	color:#42bfdb;
}
#noticias-archivo .post-categories {
	padding:15px 0 0px 145px;
}
.noticia-inicio.destacada .post-categories a {
	padding:15px 0 15px 20px;
}
#noticias-archivo .post-categories a {
	padding-left:0;
}
#noticias-archivo .post-categories {
	margin-top:0;
}
.select-cat {
	position: absolute;
	top: 22px;
	right: 0;
	border: 1px solid #42bfdb;
	font-size: 15px;
	color: #42bfdb;
	z-index: 555;
	background: #ecf9fb;
	width: 150px;
	cursor: pointer;
	border-radius: 20px;
	overflow: hidden;
}
.select-cat:after {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	position:absolute;
	top: 11px;
	right: 20px;
	transition: all ease 250ms;
}
.select-cat.active:after {
	transform: rotate(-180deg);
}
.select-cat a {
	font-weight: 400;
}
.selected-cat {
	padding:10px 15px;
	font-weight: 400;
}
.options {
	display: none;
	padding:10px 0;
	background:#ecf9fb;
}
.options li {
	padding:5px 15px;
	background:#ecf9fb;
}
.options li a {
	color:#42bfdb;
	font-weight: 400;
}




/* Contacto */
.contacto {
	padding:25px 0 50px 0;
	max-width: 590px;
	overflow: hidden;
}
.contacto br {
	display: none;
}
.contacto label {
	text-transform: uppercase;
	color: #666;
	font-size: 13px;
	padding-bottom:2px;
	display: block;
	letter-spacing: 1px;
	font-weight: 400;
}
.contacto input[type="text"], .contacto input[type="email"], .contacto textarea, .contacto input[type="tel"] {
	border:2px solid #ddd;
	padding:10px;
	font-size: 16px;
	color:#666;
	font-family: 'Roboto', sans-serif;
	margin-bottom:15px;
	width:100%;
	font-weight: 300;
	max-width:100%;
	min-width: 100%;
}
.contacto input[type="submit"] {
	font-size: 14px;
	float:right;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}

/* Denuncias */
.denuncias-icon {
	position: absolute;
	top: 70px;
	right: 0;
}
.denuncias {
	max-width: 600px;
	font-size: 16px;
}
.denuncia {
	padding:25px 0 65px;
	position:relative;
}
.contacto div.wpcf7-response-output {
	border:0;
	padding: 5px 20px 5px 10px;
	background: rgba(1,90,133,0.05);
	border-radius: 3px;
	color:#42bfdb;
	width: 100%;
	margin-left:0;
}
.denuncia div.wpcf7-response-output {	
	position:absolute;
	bottom:0;
	left:0;	
	font-size: 14px;
}
.page-nosotros .denuncias h2 {
	margin-bottom: 0;
}
.paso {
	display: none;
	border:2px solid #ddd;
	border-top:0;
	padding:20px;
	margin-bottom: -20px;
}
.paso.paso-1 {
	display: block;
}
.tabs {
	border:2px solid #ddd;
	border-bottom:0;
	overflow: hidden;
}
.tab {
	padding:20px;
	background:#ededed;
	width: 21%;
	float:left;
	cursor:pointer;
	font-size: 15px;
	color:#333;
	overflow: hidden;
}
.tab span {
	color:#333;
	display: none;
}
.tab.active {
	background:#fff;
	width: 79%;
}
.tab.active span {
	display: block;
}
.tab small {
	width:20px;
	height: 20px;
	background:#c4c4c4;
	color:#fff;
	border-radius: 50%;
	display: block;
	float:left;
	margin-right: 10px;
	font-weight: 400;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	text-indent: 1px;
}
.tab.active small {
	background:#42bfdb;
}
.paso h3 {
	color:#42bfdb;
	padding-bottom:10px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.paso p {
	font-size: 15px;
}
.explicacion {
	margin-bottom:10px;
	display: block;
}
.denuncia-continuar, .denuncia-volver {
	border: 2px solid #42bfdb;
	color: #42bfdb;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: auto;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	text-align: center;
	background-color: transparent;
	font-size: 14px;
	float:right;
	cursor: pointer;
	letter-spacing: 1px;
}
.denuncia-continuar:hover, .denuncia-volver:hover {
	background: #42bfdb;
	color: #fff;
}
.denuncia-volver {
	margin-right:5px;
}
.denuncia-seleccionar {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	border: 2px solid #42bfdb;
	color: #fff;
	background:#42bfdb;
	text-transform: uppercase;
	padding: 5px 15px;
	font-weight: 400;
	letter-spacing: 0;
	display: block;
	text-align: center;
	cursor: pointer;
	letter-spacing: 1px;
	max-width: 150px;
	margin:10px 0 0 0;
}
.pruebas {
	overflow:hidden;
}
.filename {
	padding: 5px 20px 5px 10px;
	background: rgba(1,90,133,0.05);
	border-radius: 3px;
	margin: 7px 0;
	color:#42bfdb;
	display: none;
	position:relative;
	font-size: 12px;
}
.filename i {
	margin-right: 5px;
}
.eliminar-archivo {
	cursor: pointer;
	opacity:0.75;
	position:absolute;
	top:5px;
	right:5px;
	font-size: 12px;
	color:#333;
}
.eliminar-archivo:hover {
	opacity: 1;
}
.denuncia-volver {
	display: none;
}
.contacto input[type="submit"].denuncia-enviar {
	display: none;
	margin:36px 0px -10px;
	line-height: 21px;
}
#wpcf7-f59-p12-o1 > form > div.paso.paso-2 > p:nth-child(2) {
	margin-bottom:20px;
	line-height: 20px;
}
.datos-denunciante {
	margin-top:20px;
}
.denunciante label, .denunciante span.wpcf7-list-item {
	display: block;
	position:relative;
	font-size: 12px;
	text-transform: uppercase;
	margin:0 0 5px 0;
}
.denunciante input[type="radio"] {
	display: none;
}
.denunciante label {
	padding-left:28px;
	line-height: 24px;
}
.denunciante label:hover {
	color:#333;
}
.denunciante label:before {
	content:'';
	position:absolute;
	top:2px;
	left:0;
	width:20px;
	height:20px;
	border:2px solid #ddd;
}
.denunciante label:after {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 5px;
	color: #fff;
	font-size: 11px;
}
.denunciante label.active:before {
	background:#42bfdb;
	border:2px solid #42bfdb;
}
.alerta {
	background: #ffe9e9;
	font-size: 13px;
	color:#f00;
	padding:10px 30px 10px 35px;
	border-radius: 3px;
	margin:0 0 20px;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	position:relative;
}
.alerta:before {
	content: '\f06a';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	position: absolute;
	top: 10px;
	left: 12px;
	font-size: 13px;
}
.ajax-loader {
	transform: translate(0, 50px);
}
.contacto span.wpcf7-not-valid-tip {
	font-size: 13px;
	margin: -10px 0 10px;
	font-weight: 300;
}

/* Descargas */
.descargas {
	/*border:1px solid #ededed;*/
	border-bottom: 0;
	border-collapse: collapse;
	max-width: 768px;
	margin-bottom:50px;
}
.descargas h3 {
	text-transform: uppercase;
	font-size: 14px;
	color:#0f4975;
	font-weight: 400;
	/*border-bottom:1px solid #ededed;*/
	padding:10px;
	cursor:pointer;
	position:relative;
	opacity:0.9;
}
.descargas h3:after {
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	position: absolute;
	top: 10px;
	right: 12px;
	font-size: 13px;
	color:#0f4975;
	transition:transform ease 200ms;
}
.descargas h3:hover {
	opacity: 1;
}
.descargas h3.active:after {
	transform: rotate(180deg);
}
.descargas a {
	color:#1a1a1a;
	font-size: 14px;
	padding:5px 10px;
	border-bottom:1px dashed #ddd;
	width:100%;
	display: block;
	border-collapse: collapse;
	position:relative;
	background:#f9f9f9;
}
.descargas a:hover {
	background: #f6f6f6;
}
.descargas a i {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #0f4975;
	font-size: 12px;
}
.archivos {
	display: none;
}

/* Novedades del sector */
.novedades {
	margin:0 -1%;
}
.novedad {
	font-size: 18px;
	line-height: 20px;
}
.grid-item { width: 100%; padding:10px; }
.grid-sizer { width: 100%; }
.novedad-content {	
	padding:25px 25px 65px 25px;
	width:100%;
	height: 100%;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	transition:box-shadow ease 300ms;
}
.novedad-content h3 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color:#333;
}
.novedad:hover .novedad-content {
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.novedad h3 a:hover {
	color:#1a1a1a;
}
.novedad-fecha {
	font-size: 14px;
	color:#999;
	position:absolute;
	bottom:15px;
	left:25px;
	font-weight: 400;
}
.novedad-diario {
	font-size: 14px;
	color:#0f4975;
	position:absolute;
	bottom:15px;
	right:25px;
	font-weight: 400;
}
.novedad-diario img {
	height: 15px;
	width: auto;
}
.fuente {
	margin:20px auto;
}
.fuente a {
	color:#333;
	border-bottom: 1px dotted #333;
}
.fuente a:hover {
	color:#1a1a1a;
}

@media all and (max-width: 960px) {
	html {
		position:relative;
	}
	
	.galeria .slick-dots {
		display: none!important;
	}
	.page-obras .accesos-wrapper {
		flex-direction: row;
	}
	.accesos-wrapper {
		flex-direction: column;
	}
	.acceso {
		padding: 20px;
		width: 100%;
		height: 150px;
	}
}
@media all and (min-width: 960px) {
	.col-2 {
		column-count: 2;
		column-gap:30px;
	}	

	/* Header */
	#header .content {
		padding-left: 0;
	}
	#nav:after {
		content:'';
		position:absolute;
		height: 100%;
		background:#f9f9f9;
		width:100%;
		z-index: 0;
		left:50%;
		top:0;
		right:0;
	}
	#nav ul li a {
		font-size: 21px;
		padding:10px 0;
	}
	#nav ul {
		padding:50px 0;
	}
	.nav-marcas a {		
		margin-right:35px;
	}
	.nav-marcas img {
		max-height: auto;
	}

	/* Menu Hamburguesa */
	.nav-toggle {
			border-right:1px solid #ededed;
	}
	#nav .content {
		width:90%;
		padding:0;
	}

	/* Inicio */
	.slider-wrapper {
		height:660px;
	}
	.slide .table {
		width:65%;
	}
	.slide h1,
	.slide h2 {
		font-size: 60px;
		line-height: 60px;
		padding-bottom:20px;
	}
	.slide {
		padding:100px 0;
		font-size: 24px;
		line-height: 32px;
		overflow:visible;
	}
	.slider-arrows {
		bottom: 40px;
	}
	.slick-arrow {	
		width:40px;
		height: 40px;
	}
	a.vermas {
		padding:5px 25px;
	}
	.slide-wrapper:before {
		width:85%;
	}
	.slide-content-solo {
		font-size: 40px;
		line-height: 44px;
	}
	#slider:after {
		bottom:10%;
	}

	/* Accesos inicio */
	.accesos {
		height:225px;
		padding:50px 0;
	}
	.acceso {
		padding:0 20px;
		width:45%;
		height:115px;
	}
	.acceso-content a:after {
		right:25px;
		transform: none;
	}
	.acceso-content a {
		line-height: 115px;
		font-size: 28px;
	}
	.acceso-content a.acceso-app {
		font-size: 28px;
	}
	.acceso-content a img {
		margin:5px 10px 0 0;
		max-width: none
	}

	/* Noticias Inicio */
	.noticias-inicio {
		padding:60px 0 50px;
	}
	.noticias-inicio h2 {
		font-size: 40px;
		padding:20px 60px;
		margin:25px 0 50px;
	}
	.noticias-inicio .clearfix {
		padding-left:60%;
	}
	.noticia-inicio.destacada {
		width:60%;
		position:absolute;
		padding-bottom:20px;
		padding-right: 2.5%;
	}
	.noticia-inicio.destacada .noticia-inicio-img {
		height:350px;
		margin-bottom:25px;
	}
	.noticia-inicio.destacada h3 {
		font-size: 28px;
		line-height: 34px;
		padding: 35px 32px 32px;
	}
	.noticia-inicio h3 {
		padding:35px 20px 0px 185px;
		font-size: 21px;
		line-height: 23px;
	}
	.noticia-inicio {
		float:right;
		height: 165px;
	}
	.noticia-inicio .noticia-inicio-img {
		width:165px;
	}
	.noticia-inicio-content {
		box-shadow: 0 0 10px rgba(0,0,0,0.15);
	}
	.noticia-inicio:hover .noticia-inicio-content {
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.noticias-vertodas {
		top:40px;
		right:0;
		bottom:auto;
		left:auto;
	}
	.noticias-vertodas:before {
		content:'';
		display: block;
		height: 2px;
		background: #42bfdb;
		width:90px;
		position:absolute;
		bottom:-15px;
		left:-15px;
		transition:all ease 300ms;
	}
	.noticia-inicio.destacada .post-categories a {
		padding:15px 0 15px 34px;
	}	
	.post-categories a {	
		padding:15px 0 15px 185px;
	}

	/* Marcas inicio */
	.marcas a {
		display: inline-flex; 
		align-items: center;
		margin: 0 50px 0 30px;
		height: 40px;
		max-width: none;
	}

	/* Footer */
	#footer .content {
		width:90%;
	}
	.sede, .redes {
		width:33.333%;
		float:left;
		border-right:1px solid #fff;
		border-left:2px solid #eaeaea;	
		padding:0 35px;
	}
	.sede h5 {
		font-size: 28px;
	}
	.sitemap ul {
		text-align: center;
		padding:0;
	}
	.sitemap li {
		display: inline-block;
		padding:25px 15px;
	}
	.sitemap .content {
		width:90%;
	}	
	.redes {
		position:relative;
		top:auto;
		left:auto;
		padding:0 35px;
		border-bottom:0;
		text-align: left;
	}
	.seguinos {
		float:none;
		margin:0 0 10px -35px;
		font-size:28px;
		padding:15px 10px 15px 40px;
	}
	.datos-contacto {
		padding:50px 0;
	}
	.redes a {
		padding:10px;
		font-size: 28px;
	}
	.redes i.fa-envelope {
		font-size: 22px;
	}
	.redes i.fa-twitter {
		font-size: 26px;
	}
	.redes i.fa-facebook-f{
		font-size: 24px
	}
	.creditos .content {
		padding:20px 35px;
	}
	.creditos small {
		font-size: 13px;
		line-height: 18px;
	}
	.irarriba {
		bottom:45px;
	}
	.llamar {
		display: none;
	}

	/* Nosotros */
	.page-nosotros .comision-descripcion {
		max-width:50%;
	}
	.page-nosotros {
		font-size: 16px;
		line-height: 24px;
	}
	.page-nosotros h2 {
	    color: #015a85;
	    margin:50px 0 25px;
	    font-size: 40px;
		line-height: 48px;
	}
	.page-nosotros .col-2 h3 {
		font-size: 28px;
		line-height: 33px;
	}
	.objetivo {
		display: table-cell;
		vertical-align: top;
		width:25%;
		padding:0 22px;
		border-right:1px solid #fff;
		border-left:1px solid #e1e1e1;
		text-align: center;
	}
	.comision button {
		display: none!important;
	}
	.comision-oculta {
		display: block!important;
	}	
	.comision-directiva .miembro {
		width:25%;
	}
	.comision-oculta .col {
		width:25%;
		padding-right:10px;
		float:left;
		margin-bottom:0;
	}
	.miembro-foto {
		margin-bottom:15px;
	}
	.comision button {
		font-size: 12px;
		padding:13px 25px;	
		width:310px;	
	}
	.comision-oculta {
		margin:50px auto;
	}
	.objetivos h2 {
		margin-left: 60px;
	}

	/* Noticia */
	.noticia-img {
		height:570px
	}
	.noticia-img img {
		height: 100%;
		width:auto;
	}
	.noticia-title {
		font-size: 36px;
		line-height: 42px;
		padding:25px 0 35px;
	}
	.noticia-title:before {
		top:8px;
		left:-20px;
	}
	.noticia-content {		
		padding:50px 100px 100px 100px;
	}
	.noticia-redes {
		position:absolute;
		top:52px;
		left:0;
		text-align: left;
		padding:0;
	}
	.noticia-redes a {
		display: block;
	}
	.noticia-content p:first-child {
		margin:0 0 25px;
		font-size: 21px;
		line-height: 31px;
	}
	.noticia-content {
		font-size: 18px;
		line-height: 29px;
	}
	.noticia-img {
		padding:40px 0 0 0;
	}
	.noticia-top {
		margin-bottom:40px;
	}

	/* Noticias */
	#noticias-archivo {
		margin-top:0;
	}
	#noticias-archivo .noticia-inicio {
		width:32.333%;
		height: 138px;
	}
	#noticias-archivo .noticia-inicio h3 {
		padding: 40px 20px 16px 145px;
		font-size: 16px;
		line-height: 19px;
	}
	#noticias-archivo .noticia-inicio-img {
		width:130px;
	}
	.select-cat {
		width: 185px;
	}

	/* Denuncias */
	.denuncias-icon {
		top: 90px;
		right: 20px;
	}
	.tab {
		width:50%;
		padding:20px 35px;
		font-size: 16px;
	}	
	.tab span {
		display: block;
	}
	.tab.active {
		background:#fff;
		width: 50%;
	}
	.paso {
		padding:35px;
	}
	.contacto label {
		font-size: 14px;
	}
	.denunciante label, .denunciante span.wpcf7-list-item {
		font-size: 14px;
	}
	.contacto input[type="submit"].denuncia-enviar {
		margin:39px 0px -10px;
		line-height: 24px;
	}
	.denuncia div.wpcf7-response-output {
		font-size: 16px;
	}
	.filename {
		font-size: 16px;
	}

	/* Novedades */
	.grid-item { width: 33.333%; padding:10px; }
	.grid-sizer { width: 33.333%; }


	/* Galeria */
	.galeria {
		height:100%;
	}
	.galeria .slick-arrow {
		right:43px;	
	}

}
@media all and (min-width: 960px) and (max-width:1180px) {
	/* Noticias inicio */
	.noticia-inicio h3 {
		font-size: 15px;
		line-height: 18px;
		padding:5px 15px 25px 180px;
	}
	.noticia-inicio.destacada h3 {
		font-size: 24px;
		line-height: 32px;
	}
}
.acceso:last-child {
	display: none;
}

/* Página Documentos */

.listado-documentos {
	
}
.listado-documentos .segunda-jerarquia {
	font-size: 30px;
    margin-bottom: 2rem;
}
.listado-documentos .tercera-jerarquia {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	display: flex;
    align-items: center;
}
.listado-documentos .tercera-jerarquia.active {
	color: #0f4975;
}
.listado-documentos .tercera-jerarquia .folder {
	margin-right: 10px;
	width:25px;
	height: 20px;
	background-image: url("imgs/folder-close.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.listado-documentos .tercera-jerarquia.active .folder {
	background-image: url("imgs/folder-open.png");
}
.listado-documentos .cuarta-jerarquia {
	font-size: 16px;
    margin: 1rem 1rem 1rem 40px;
	color: #0f4975;
	font-weight: bold;
}
.listado-documentos .archivos {
	margin: 1rem 0;
}
.listado-documentos .archivo {
	margin-left: 30px;
}

/* Correcciones Diciembre 2022 */
/* Video presentacion */ 
.noticias-inicio.content-video-presentacion {
	background: white;
}
.video-presentacion{
	margin: 10px 5px;
	padding:56.25% 0 0 0;
	position:relative;
}
.noticias-inicio.content-video-presentacion .noticias-inicio-triangle {
	background: rgb(236, 248, 251);
	z-index: 1;
	border-color: rgb(255, 255, 255) transparent transparent;
}
@media all and (max-width: 960px){
	.video-presentacion{
		margin: 10px 0;
	}
}
/* Noticia destacada con video */ 
.noticia-inicio.destacada.video-destacado {
	width:100%;
	position: relative;
	padding-bottom: 0;				
}
.noticia-inicio.destacada.video-destacado .noticia-inicio-img {
	background: none;
	height: 570px;
}
.noticia-inicio.destacada.video-destacado .fecha{
	top: 0;
	bottom: initial;					
}
.video-destacado{
	margin: 10px 5px;
}
.video-destacado .content-video{
	padding:56.25% 0 0 0;
	position:relative;
}
.video-responsive {
	overflow:hidden;
	padding:56.25% 0 0 0;
	position:relative;
	height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
@media all and (max-width: 1025px){
	.noticia-inicio.destacada.video-destacado .noticia-inicio-img {
		height: 500px;
	}
}
@media all and (max-width: 960px){
	.video-destacado{
		margin: 10px 0;
	}
	.noticia-inicio {
		margin: 10px 0;
	}
}
@media all and (max-width: 770px){
	.noticia-inicio.destacada.video-destacado .noticia-inicio-img {
		height: 380px;
	}
}
@media all and (max-width: 500px){
	.noticia-inicio.destacada.video-destacado .noticia-inicio-img {
		height: 160px;
	}
	.page-obras .accesos-wrapper {
		flex-direction: column;
	}
	.page-obras .accesos .acceso {
		width: 100% !important;
	}

}

/* Obras */
.page-obras .accesos {
	background: transparent !important;
}
.page-obras .accesos:after {
	content: unset;
}
.page-obras .accesos-wrapper {
	justify-content: space-around;
}
.page-obras .accesos .acceso {
	width: 30%;
	border-radius: 10px;
	background: #0e5281; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #0e5281 0%, #281f53 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #0e5281 0%,#281f53 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #0e5281 0%,#281f53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e5281', endColorstr='#281f53',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.page-obras .acceso-content a.acceso-app {
    line-height: 1.2;
}
.page-obras .graficos {
	margin: 2rem 0;
}
.page-obras .graficos ul {
	display: flex;
	position: relative;
}
.page-obras .graficos ul:after {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #40beda;
}
.page-obras .graficos ul li {
	display: flex;
	align-items: flex-end;
}
.page-obras .graficos ul li a {
	border-radius: 10px 10px 0 0;
	padding: 0.8rem 2rem;
	background: #f2f2f2;
	border: 1px solid white;
	border-bottom-color: #40beda;
	color: #9d9d9d;
	font-weight: 400;
	text-align: center;
}
.page-obras .graficos ul li:not(.ui-tabs-active) a:hover { 
	background: #e7e7e7;
	color: #40beda;
}
.page-obras .graficos ul li.ui-tabs-active a {
	padding: 1.2rem 2rem 0.8rem 2rem;
	background: white;
	border: 1px solid #40beda;
	border-bottom-color: white;
	color: #015a85;
}
@media all and (max-width: 800px) {
	.page-obras .graficos ul li a {
		padding: 0.8rem 1rem;
	}
	.page-obras .graficos ul li.ui-tabs-active a {
		padding: 1.2rem 1rem 0.8rem 1rem;
	}
}
.ui-tabs-panel {
	padding: 2rem;
    border: 1px solid #40beda;
    border-top: transparent;
}
.ui-tabs-panel.mapa {
	margin: 0 0 3rem 0;
}
.ui-tabs-panel.mapa .content-mapa {
    position: relative;
}
#loader-frame {
	position: absolute;
	top: 0;
	left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}
.ui-tabs-panel.mapa .content-mapa iframe {
    width: 100%;
    height: 500px;
}

/* Listado obras */
.listado-obras {
	display: flex;
	flex-direction: column;
	margin: 1rem 0 1rem 0;
}
.listado-obras .obra {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.listado-obras .obra .imagen {
	width: 30%;
	height: 180px;
}
.listado-obras .obra .imagen img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.listado-obras .obra .contenido {
	width: 70%;
	padding: 1rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.listado-obras .obra .contenido h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
    line-height: 24px;
	color: #015a85;
	margin-bottom: 1rem;
}
.listado-obras .obra .contenido .top > div.contenido-texto {
	max-height: 72px;
    overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
}
.listado-obras .obra .contenido .bottom a {
	display: inline-flex;
	background: #42bfdb;
    color: white;
    padding: 8px 20px;
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.listado-obras .obra .contenido .bottom a:hover {
	background: #015a85;
}
.los-numeros {
	padding-top: 75px;
    margin-top: 3rem;
	/* background: #f2f2f2; */
    position: relative;
    z-index: 1;
}
.los-numeros .numeros-content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 2rem 0;
}
.los-numeros .numero {
	width: 25%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.los-numeros .numero:nth-child(4n) {
    border-right: 0;
}
.los-numeros .numero:nth-child(5n) {
    border-left: 0;
}
.los-numeros .numero span.el-numero {
	position: relative;
    top: -1rem;
    font-size: 2.2rem;
    font-weight: 900;
    color: black;
}
.los-numeros .numero > p {
	font-size: 14px;
    line-height: 19px;
    color: #828282;
}
.los-numeros .objetivo.numero img {
	width: 150px;
	margin: 0;
}
/* Single obra */
.single-obra .noticia-top .content {
	display: flex;
	flex-wrap: wrap;
	padding-top: 3rem;
}
.single-obra .noticia-top .noticia-content {
	padding: 50px 0 50px 100px;
}
.single-obra .noticia-title,
.single-obra .col-left {
	margin-top: 1rem;
	width: 70%;
}
.single-obra .item-area,
.single-obra .col-right {
	margin-top: 1rem;
	padding: 0;
	padding-left: 1rem;
	width: 30%;
}
.single-obra .col-left .noticia-img {
    padding: 0;
}
.item-area{
	display: flex;
	align-items: center;
}
.item-area img {
	width: 75px;
}
.item-area span {
	color: #015a85;
	font-weight: 700; 
}
.single-obra .los-numeros .numeros-content {
	padding: 2rem 1rem;
	background: #f2f2f2;
	flex-direction: column;
	/* margin-top: 50px; */
}
.single-obra .descargas a:hover {
    border: 1px solid #42bfdb !important;
    background: white;
}
.single-obra .descargas a i {
	top: calc(50% - 6px);
}
.single-obra .descargas a:hover i {
    color: #42bfdb;
}
.single-obra .descargas a {
    font-size: 16px;
    padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
    border: 1px solid #0f4975 !important;
    display: flex;
	align-items: center;
    background: transparent;
    color: #0f4975;
}
.single-obra .los-numeros .numero {
    width: 100%;
    border-left: 0 !important;
    border-right: 0 !important;
}
.single-obra .los-numeros .numero span.el-numero {
    top: -1.8rem;
}
.single-obra .los-numeros .numero > p {
	position: relative;
    top: -1.5rem;
}
.listas {
	padding: 20px 0 0 0;
}
.listas .titulo-lista {
	margin: 2rem 0 1rem 0;
	color: #0f4975;
	font-weight: 700;
}
.listas .doted {
	margin-bottom: 10px;
}
.listas .doted:before {
	content: "";
    width: 5px;
    height: 5px;
    display: inline-flex;
	background: #40beda;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
    top: -2px;
}
.financiamiento {
	line-height: 1.3;
    padding: 1rem;
    border: 1px solid #42bfdb;
    color: #3a5a85;
}
.datos-grafico {
	border-radius: 10px;
    display: flex;
    padding: 2rem;
    background: aliceblue;
    margin-bottom: 1rem;
    gap: 1rem;
    justify-content: center;
}
.datos-grafico span.big-dato {
    font-size: 30pt;
    font-weight: 900;
    color: #015a85;
}
.datos-grafico p {
	color: black;
    font-weight: 500;
}
.datos-grafico p:last-child {
    margin-left: auto;
    color: #002263;
}

/* home obras */
.home .los-numeros {
    margin-top: 0;
}
.home .los-numeros .content {
    display: flex;
    flex-direction: column;
}
.home .ver-todas-obras {
	display: inline-flex;
    margin: 50px auto 0 auto;
    background: #42bfdb;
    color: white;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.home .ver-todas-obras:hover {
    background: #0f4975;
}
.boton-sifitba {
	position: fixed;
    right: calc(3% + 50px);
    bottom: 50px;
    z-index: 999;
}
.boton-sifitba a {
	background: #0f4975;
	color: white;
	padding: 8px 40px 8px 20px;
    border-radius: 3px;
}
.boton-sifitba a:hover {
	background: #0d3a5c;
	color: #42bfdb;
}
.boton-sifitba a:after {
	content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    background: #42bfdb;
    color: #0f4975;
    position: absolute;
	top: 1px;
    right: -10px;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    padding: 0 3px;
    text-indent: 21px;
    transform: scale(0.75);
}
.boton-sifitba a:hover:after {
	background: white;
}
.page-sifitba .content iframe {
	width: 80%;
	height: 500px;
}
.page-sifitba .content .wp-video {
    max-width: 80% !important;
}

.formato-contenido {
	
}

@media all and (max-width: 800px){
	.page-obras .accesos {
		padding: 25px 0;
	}
	.page-obras .accesos-wrapper {
		gap: 1rem;
	}
	.single-obra .noticia-top .noticia-content {
		padding: 50px 0 50px 0;
		margin: 0;
		width: 90%;
		justify-content: center;
	}
	.boton-sifitba {
		bottom: 95px;
	}
	.page-sifitba .content iframe {
		width: 100%;
		height: 400px !important;
	}
	.page-sifitba .content .wp-video {
		max-width: 100% !important;
	}

}
@media all and (min-width: 600px){
	.listado-obras .obra .contenido .top > div {
		/* max-height: initial; */
		margin-bottom: 0.5rem;
	}
	
}
@media all and (max-width: 600px){
	.single-obra .noticia-top .noticia-content {
		width: 100%;
	}
	.los-numeros .numero {
		width: 50%;
	}
	.page-obras .graficos ul {
		flex-direction: column;
	}
	.page-obras .graficos ul:after {
		content: unset;
	}
	.page-obras .graficos ul li {
		margin-bottom: 0.5rem;
	}
	.page-obras .graficos ul li.ui-tabs-active a {
		padding: 1rem;
		color: white;
		background: #40beda;
		border-bottom-color: #40beda;
	}
	.page-obras .graficos ul li a {
		font-size: 18px;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 1rem;
		text-align: center;
		display: flex;
		align-items: center;
		border-bottom-color: #f2f2f2;	
		border-radius: 10px;
	}
	.datos-grafico {
		flex-direction: column;
		text-align: center;
		gap: 0rem;
	}
	.datos-grafico span.big-dato {
		margin-bottom: 1rem;
	}
	.datos-grafico p:last-child {
		margin-left: 0;
	}
	.content-grafico {
		overflow-x: scroll;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		scroll-snap-type: x;
	}
	.grafico {
		position: relative;
		scroll-snap-align: start;
		height: 100%;
		width: 200%;
	}
	.grafico img {
		height: 100%;
		width: 100%;
	}
	.single-obra .noticia-top .content {
		flex-direction: column;
		padding-top: 1rem;
	}
	.single-obra .los-numeros .numeros-content {
		flex-direction: row;
		padding: 2rem 0;
	}
	.single-obra .noticia-title, 
	.single-obra .item-area,
	.single-obra .col-left,
	.single-obra .col-right {
		width: 100%;
	}
	.single-obra .item-area {
		padding-left: 0;
		margin-top: 0;
		margin-bottom: 1rem;
	}
	.single-obra .col-right {
		order: 3; 
		padding-left: 0;
	}
	.single-obra .col-left {
		order: 4; 
		margin-top: 0;
	}
	.single-obra .los-numeros .numero {
		width: 50%;
	}
	.listado-obras .obra {
		margin-bottom: 3rem;
	}
	.listado-obras .obra .imagen {
		display: none;
	}
	.listado-obras .obra .contenido {
		width: 100%;
		padding: 0;
	}
	.listado-obras .obra .contenido .bottom a {
		display: inline-block;
	}
	.page-sifitba .content iframe {
		height: 200px !important;
	}
	.ui-tabs-panel.mapa .content-mapa iframe {
		width: 100%;
		height: 500px;
	}
	.ui-tabs-panel {
		padding: 0;
		border: 0;
		margin-top: 1rem;
	}
}

@media (max-width: 1100px) {
	.page-sifitba .content iframe {
		height: 500px;
	}
}
@media (min-width: 1400px) {
	.page-sifitba .content iframe {
		height: 580px;
	}
}

/* Boton Mapa de Obras */ 
.home .wrapper-acceso-mapa-obras {
	margin-top: 0;
	margin-bottom: 60px;
}
.home .wrapper-acceso-mapa-obras .content {
	display: flex;
    gap: 1rem;
}
.wrapper-acceso-mapa-obras {
	margin-top: 0;
	margin-bottom: 5rem;
}
.wrapper-acceso-mapa-obras .acceso-mapa-obras, 
.wrapper-acceso-mapa-obras .acceso-listado-obras {
	font-family: "Roboto Condensed";
	font-style: italic;
	border-radius: 10px;
	font-size: 32px;
    width: 100%;
    padding: 5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
	text-shadow: 0px 1px 3px rgb(0 0 0);
	background-repeat: no-repeat;
	background-size: cover;
}
.wrapper-acceso-mapa-obras .acceso-mapa-obras {
	background-image: url("imgs/banner-mapa-img.jpg");
	background-position: right center;
}
.wrapper-acceso-mapa-obras .acceso-listado-obras {
	background-image: url("imgs/banner-listado-img.jpg");
	background-position: left center;
	background-color: #0a106c;
}
.wrapper-acceso-mapa-obras:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: blue;
	z-index: 1;
}
.acceso-mapa-obras:hover span:first-child,
.acceso-listado-obras:hover span:first-child {
	color: white !important;
}
.acceso-mapa-obras:hover span:last-child,
.acceso-listado-obras:hover span:last-child {
	color: #00FFFF !important;
}
.acceso-mapa-obras span,
.acceso-listado-obras span {
	position: relative;
	z-index: 2;
}
.acceso-mapa-obras span:first-child,
.acceso-listado-obras span:first-child {
	color: #00FFFF;
}
.acceso-mapa-obras span:last-child,
.acceso-listado-obras span:last-child {
	text-decoration: underline;
}
@media (max-width: 800px) {
	.wrapper-acceso-mapa-obras .acceso-mapa-obras, 
	.wrapper-acceso-mapa-obras .acceso-listado-obras {
		flex-direction: column;
	}
}
@media (max-width: 600px) {
	.wrapper-acceso-mapa-obras .content {
		flex-direction: column;
	}
	.wrapper-acceso-mapa-obras .acceso-mapa-obras, 
	.wrapper-acceso-mapa-obras .acceso-listado-obras {
		flex-direction: column;
		font-size: 26px;
		line-height: 1.2;
		padding: 3rem 2rem;
	}
}

/* Botón single obras */
.ver-mapa-completo {
	position: absolute;
    top: 1rem;
    z-index: 1;
    background: #42bfdb;
    color: white;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.ver-mapa-completo:hover {
    background: #0f4975;
}
@media (max-width: 600px) {
	.ver-mapa-completo {
		top: 4rem;
	}
}

/* Agregado GIF Agosto 2025 */
/* Slider */
:root {
	
}
.slider-gif .slide-wrapper:before {
	content: none;
}
.slider-gif .lineita-celeste { 
    background: #e3e32f;
}
.slider-gif #slider:after { 
    border: 1px solid #e3e32f;
}
/* Pagina */
.page-gif {
	position: relative;
}
.page-gif .objetivos .content {
    max-width: 1140px;
}
.page-gif .objetivo img {
    max-width: 150px;
}
.page-gif .objetivos-slider {
	justify-content: center;
}
/* Box fija */
.box-fija { 
	position: fixed;
	bottom: -150px;
	left: 0;
	width: 100%; 
	z-index: 9999;
	padding: 0 3%; 
	transition: bottom 0.25s ease;
}
body.home .content-cta { 
	margin: 60px auto; 
}
.content-cta { 
	width: 100%; 
	background: linear-gradient(60deg,rgba(227, 227, 47, 1) 0%, rgba(64, 190, 218, 1) 100%);
	display: flex;
	align-items: center;  
	gap: 20px;
    padding: 20px 50px;
    /* max-width: 1140px; */
    border-radius: 10px; 
}
.content-cta svg {  
	height: 50px;
	fill: #42bfdb;
}
.content-cta .circulo {  
	width: 50px;
	height: 50px;
	background: #e3e32f;
	color: #56726e;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.content-cta > p {  
	font-size: 18px; 
	color: #56726e;
}
.content-cta:hover,   
.content-cta:hover .circulo,   
.content-cta .circulo:hover {  
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
.box-fija.ready { 
	bottom: 30px;
}
.box-fija.ready > .content-cta  { 
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}
.box-fija.bottom {
  position: relative;
  top: auto;
  bottom: 0;
}

.cols { 
	display: flex;
	flex-wrap: wrap;
}
.cols.cols-centradas { 
	align-items: center;
}
.cols .col {
    flex: 50% 1 1;
}
.cols .col.txt {
    padding-right: 3rem;
}
.cols > .col.txt > h2 {
	width: 100%;
}
.cols > .col.txt p {
	margin: 10px 0;
}
.cuadro {
    position: relative;
    margin: 40px 0 20px 0;
    padding: 50px 30px 40px 30px;
    background: #56726e;
    color: white;
}
.cuadro > .tag {
    position: absolute;
    top: -20px;
    padding: 8px 20px;
    background: #e3e32f;
    color: #56726e;
}
.cuadro > .tag:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -8px;
    left: 0;
    display: flex;
    background: #72be94;
}
.cuadro ul.lista {
    
}
.cuadro ul li { 
    display: flex; 
	/*
	align-items: center;
	*/
}
.contacto-gif form .cuadro {
	margin: 24px 0 20px 0;
}
.contacto-gif form .cuadro strong {
	color: var(--c1-gif);
}
.contacto-gif form .cuadro .redes a i {
	color: var(--c1-gif);
}
.contacto-gif form .cuadro .redes {
    border-left: 0;
    padding: 20px 0 0 0;
    width: 100%;
	position: relative;
	border-bottom: 0;
}
.icono-plus {
    display: flex; 
	align-items: center;
	justify-content: center;
	width: 16px; 
	height: 16px;
	color: #e3e32f;
	margin-right: 12px; 
	border: 1px solid #e3e32f;
	flex: 0 0 auto; 
	margin-top: 2px;
}
.icono-plus > i {
	font-size: 8px; 
}
.slider-desktop {
	display: block;
}
.slider-movil {
	display: none;
}
.page-gif h2 {
	color: #56726e;
}
@media (min-width: 960px) {
    .page-gif .objetivo {
        width: 33.333333333%;
    }
	.slider-gif .slide .table {
		width: 100%;
	}
	.slider-gif .bajada {
		width: 65%;
	}
}
@media (min-width: 700px) {
    .content-cta > p {
		display: flex; 
		flex-direction: column;
	}
}
@media (max-width: 800px) {
	.box-fija.ready { 
		padding: 0 calc(3% + 50px) 0 3%;
		bottom: 20px;
	}
    .page-gif .los-numeros {
		padding-top: 0;
		padding-bottom: 3rem;
	}
	.cols .col.txt {
		padding-right: 0;
	}
}
@media (max-width: 600px) {
	.box-fija.ready { 
		padding: 0 3%;
		bottom: 20px;
	}
	body.home .content-cta { 
		margin: 60px 20px; 
		width: calc(100% - 40px);
	}
    .content-cta {
		gap: 10px;
		padding: 16px 0 16px 12px;
	}
	.content-cta svg {
		height: 28px;
	}
	.content-cta > p {
		font-size: 14px;
		line-height: 1.2;
		padding-right: 20px;
	}
	.content-cta .circulo {
		position: absolute;
		right: -20px;
		width: 40px;
		height: 40px; 
	}
	.cols {
		flex-direction: column;
	}
	.cols .col {
		flex: 100% 1 1;
	}
	.cols > .col.txt > h2 {
		order: 1;
	}
	.cols .col.txt {
		order: 3;
	}
	.cols .col.img {
		order: 2;
	} 
	.slider-desktop {
		display: none !important;
	}
	.slider-movil {
		display: block !important;
	}
	.slider-movil .slide h1, .slider-movil .slide h2 {
		font-size: 26px;
	}
}

:root {
	--c1-freba: #42bfdb;
	--c1-gif: #e3e32f;
	--c2-gif: ;
	--c3-gif: #56726e;
	--c4-gif: #6f9390;
}
.microsite-nav-container {
	position: relative;
    top: 0;
    display: flex;
    justify-content: center; 
	z-index: 999;
}
.microsite-nav {
	position: absolute;
    top: -40px;
	
    background: linear-gradient(25deg, rgba(227, 227, 47, 1) 0%, rgba(64, 190, 218, 1) 100%);
    display: flex;
    border-radius: 8px;
	width: 100%; 
    max-width: calc((100% - 1040px) / 2 + 1040px);
	margin: 0 auto; 
}
.microsite-nav nav {
	display: flex;
    list-style: none;
	width: 100%;
}
.microsite-nav svg {
	height: 40px; 
	fill: var(--c1-freba);
}
.microsite-nav nav li {
    height: 100%;
    display: flex;
    align-items: center;
}
.microsite-nav nav li a:not(.item-btn) {
    height: 100%;
    display: flex;
    align-items: center;
	padding: 20px;
    color: var(--c3-gif);
	margin: 0 1px;
}
.microsite-nav nav li:last-child { 
margin-left: auto; 
}
.microsite-nav nav li a:hover, 
.microsite-nav nav li.active a {
    background: #ffffff30;
}
.microsite-nav nav li a.item-btn {
    background: white;
    display: flex;
    align-items: center;
    margin: 0 20px;
    padding: 8px 8px 8px 16px;
    border-radius: 23px;
    gap: 10px;
    color: var(--c3-gif);
}
.microsite-nav nav li a.item-btn > div {
    background: var(--c1-gif);
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    color: var(--c3-gif); 
}
.microsite-nav nav li a.item-btn > div > i {
    display: inline-flex;
} 
.microsite-nav nav li a .circulo-nav {
    display: none;
} 

.microsite-nav nav li a span {
    font-weight: 400;
}

/* Hamburger Menu */
.nav-micrositio-toggle {
	position:absolute;
	top:0;
	right:0;
	width:75px;
	height: 75px;
	cursor:pointer;
	border-top:0;
	border-bottom:0;
	border-right:0;
	background:transparent;
	border-left: 0;
	line-height: 75px;
	z-index: 99999;
}
.nav-micrositio-toggle span {
	z-index: 99998;
	display: inline-block;
	height:3px;
	background:#666;
	width:28px;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.nav-micrositio-toggle span:before,
.nav-micrositio-toggle span:after {
	z-index: 99998;
	height:100%;
	width:100%;
	display: block;
	position:absolute;
	content:'';
	background:#666;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	transition:all ease 150ms;
}
.nav-micrositio-toggle:hover span,
.nav-micrositio-toggle:hover span:before,
.nav-micrositio-toggle:hover span:after {
	background: white; 
}
.nav-micrositio-toggle span:before {
	top:-15px;
}
.nav-micrositio-toggle span:after {
	bottom:-14px;
}
.nav-micrositio-toggle.active span {
	background:transparent;
}
.nav-micrositio-toggle.active span:before {
	transform:rotate(-45deg);
	top:auto;
}
.nav-micrositio-toggle.active span:after {
	transform:rotate(45deg);
	bottom:auto;
}


@media (min-width: 960px) {
    #nav-micrositio-toggle {
		display: none;
	}
}
@media (max-width: 960px) { 
	.microsite-nav nav {
		flex-direction: column;
	}
	.microsite-nav nav li { 
		display: none; 
	}
	.microsite-nav-container.open .microsite-nav nav li { 
		display: flex; 
	}
	.microsite-nav nav li:first-child { 
		display: flex; 
	}
	.microsite-nav nav li:last-child {
		margin-left: 0; 
	} 
	.microsite-nav nav li a {
		width: 100%; 
	} 
	.microsite-nav nav li a.item-btn {
		margin: 20px; 
		justify-content: space-between;
	}
}
@media (max-width: 1100px) {
    .microsite-nav {
		max-width: calc(100% - 40px);
		margin: 0 20px; 
		background: linear-gradient(163deg, rgba(227, 227, 47, 1) 0%, rgba(64, 190, 218, 1) 100%);
	}
}
@media (max-width: 600px) { 
	.microsite-nav {
        max-width: calc(100% - 20px);
        margin: 0 10px;
	}
}
.encabezado-micrositio {
	position: relative; 
	height: 200px; 
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.wp-singular .microsite-nav-container {
	margin-bottom: 40px; 
}

.encabezado-micrositio .content {
	display: flex;
    align-items: center;
    height: 100%;
}
.encabezado-micrositio h1 {
    font-weight: 300;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
    position: relative;
	color: white;
}
@media (min-width: 960px) {
    .encabezado-micrositio h1 { 
        font-size: 60px;
        line-height: 60px;
        padding-bottom: 20px;
    }
	
}
.bloque-gris {
	background: #f5f5f5;
}
.noticias-gif:after,  
.noticias-gif > .noticias-inicio-triangle {
	display: none; 
}  
/* Módulo listado */ 
.listado-iconos {
	
}
.listado-iconos .listado-column {
	display: flex; 
	align-items: center; 
	flex-direction: column;
	gap: 40px;
}
.listado-column .item-listado {
	display: flex; 
	align-items: center; 
	gap: 20px;
}
.listado-column .item-listado .imagen-item {
	width: 30%;  
	display: flex;
    justify-content: center;
}
.listado-column .item-listado .contenido-item {
	width: 70%;  
}
.listado-column .item-listado .contenido-item ul {
  list-style: none; 
  padding-left: 0;
}

.listado-column .item-listado .contenido-item ul li {
  position: relative;
  padding-left: 25px; 
}

.listado-column .item-listado .contenido-item ul  li::before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid var(--c4-gif);
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c4-gif);
}

.listado-iconos .listado-row {
	display: flex; 
	gap: 20px;
}
.listado-row .item-listado {
	display: flex; 
	align-items: center; 
	flex-direction: column;
}
.listado-iconos .imagen-item img { 
	max-width: 150px;
	margin: 20px;
}
.listado .contenido-item h3 {
	color: var(--c4-gif); 
	font-size: 18px; 
	font-weight: 400;
	margin-bottom: 20px;
} 
.listado .contenido-item p, 
.listado .contenido-item ul {
    margin-bottom: 1rem;
}
@media all and (max-width: 600px) {
	.listado-column .item-listado {
		flex-direction: column;
	}
	.listado-column .item-listado .contenido-item {
		width: 100%;
	}
}

/* Contacto */
.contacto-gif {
	max-width: 100%;
}
.contacto-gif form {
	display: flex;
    flex-wrap: wrap; 
	gap: 20px;
}
.contacto-gif form .cuadro, 
.contacto-gif form > p {
	width: calc(50% - 10px); 
	
}
@media (max-width: 960px) {
	
}
@media (max-width: 600px) {
	.contacto-gif form .cuadro, 
	.contacto-gif form > p {
		width: 100%;
	}
	.contacto-gif form .cuadro {
		order: 2;
	}
}

/* Accordeon */
.accordion {
}
.accordion h3 {
	position: relative;
    font-size: 28px;
    line-height: 38px;
    font-weight: 100;
    color: var(--c4-gif);
    cursor: pointer;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.accordion h3.ui-state-active, 
.accordion h3:hover {
    color: var(--c2-gif);
}
.accordion h3:before {
	content: "";
    position: absolute;
    left: -40px;
    bottom: 10px;
    width: 22px;
    height: 2px;
    background: #e9e9e9;
}
.accordion h3.ui-state-active:before {
    background: var(--c1-gif);
}
.accordion h3 > .indicador {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 1px solid var(--c1-gif);
    color: var(--c1-gif); 
}
.accordion h3:hover > .indicador {
	background: var(--c1-gif);
    border: 1px solid var(--c2-gif);
    color: var(--c2-gif);
}
.accordion h3.ui-state-active > .indicador {
	background: var(--c1-gif);
    border: 0;
    color: var(--c3-gif);
    transform: scale(2);
}
.accordion h3 > .indicador i {
	font-size: 12px; 
	transition: all .1s ease-out;
}
.accordion h3.ui-state-active > .indicador i {
	transform: rotate(180deg);
}
.accordion h3.ui-state-active:hover > .indicador i {
	transform: rotate(0);
}
.accordion .contenido {
	padding: 30px; 
    max-width: 60%; 
	
}
/* Listados box */
.box-list {
	display: flex;
	align-items: center; 
	flex-direction: column;	
	gap: 20px;
	margin: 20px 0;
}
.banners-list {
    margin: 40px 0;
}
.box-item {
    padding: 20px 50px;
	width: 100%; 
	background: linear-gradient(60deg,rgba(227, 227, 47, 1) 0%, rgba(64, 190, 218, 1) 100%);
    border-radius: 10px; 
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.1);
}
.box-list.two-cols .box-item {
	width: 50%; 
}
.box-item.box-deg-2 {
	background: linear-gradient(60deg,rgba(64, 190, 218, 1) 0%, rgba(86, 114, 110, 1) 100%);
}
.box-item.box-white {
	background: white;
}
.box-item.evento-pasado {
	background: #f7f7f7;
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0);
}
.box-item.evento-proximo {
	background: var(--c1-gif);
	
}
.box-item.evento-futuro {
	
}

.box-item .box-wrapper, 
.box-item .box-content {
	display: flex;
	align-items: center;  
	gap: 20px;
}
.box-item .box-content a { 
	font-weight: 400;
	color: #56726e;
}
.box-item > p {  
	color: #56726e;
}
.box-item .circulo {  
	width: 50px;
	height: 50px;
	background: #e3e32f;
	color: #56726e !important;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px; 
	margin-left: auto;
	flex: 0 0 auto;
}
.box-item:hover .circulo {  
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 960px) {
	.box-list {
		flex-direction: column;
	}
	.box-list.two-cols .box-item {
		width: 100%;
	}
	
	.box-item {
		padding: 20px; 
	} 
	
	.banners-list .box-content > div.msg1 {
		line-height: 1.2; 
	}
	.banners-list .box-content > div {
		line-height: 1; 
	} 
	
	.banners-list .box-item .box-wrapper, 
	.banners-list .box-item .box-content {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	.banners-list .box-item .circulo {
		margin-left: 0;
	}
}
@media (max-width: 600px) {
}
/* Calendario */
.calendario-list .box-content > div { 
    display: flex;
    flex-direction: column;
}
.calendario-list .tag-prox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}
.calendario-list .tag-prox span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.calendario-list .tag-prox a {
	font-size: 14px;
    color: #42bfdb; 
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}
.calendario-list .dia {
    font-size: 76px;
    font-family: 'Roboto Condensed';
    font-weight: 900;
    letter-spacing: -4px;
}
.calendario-list .ubicacion { 
	line-height: 1.4;
}
.calendario-list .ubicacion .titulo-evento { 
	font-weight: 500;
}
.calendario-list .ubicacion > span { 
	max-width: 580px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} 
@media (max-width: 960px) {
	.calendario-list .ubicacion > span {
		max-width: 400px;
	}
	.intro-home .calendario-list {
		flex-direction: column !important;
	}
	.calendario-list .tag-prox {
		flex-direction: row;
		width: 100%;
	}
}
@media (max-width: 600px) {
	.calendario-list .box-content { 
		flex-direction: column;
	}
	.box-item {
		position: relative;
	}
	.calendario-list .ubicacion > span {
        white-space: normal;
		margin-top: 10px;
        text-align: center;
    }
	.calendario-list .dia {
		font-size: 62px;
		line-height: 0.8;
	} 
	.calendario-list .ubicacion .titulo-evento {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}
	.calendario-list .circulo {
		margin-left: auto;
		position: absolute;
		top: 20px;
		right: 20px;
	}
}

/* Descargas */
.descargas-list .box-content > div { 
    display: flex;
    flex-direction: column;
}
.descargas-list .box-content .file-name { 
    font-size: 14px; 
	font-style: italic;
}
/* Banners */
.banners-list .box-content > div { 
    display: flex;
    flex-direction: column;
}
.banners-list .msg1 {
    text-transform: uppercase;
    font-size: 18px;
	text-align: center;
}
.banners-list .msg2 span {
    font-size: 54px;
    font-family: 'Roboto Condensed';
	font-weight: 100;
	text-transform: uppercase; 
	letter-spacing: -2px;
}
.box-item.box-deg-2 p, 
.box-item.box-deg-2 span, 
.box-item.box-deg-2 strong, 
.box-item.box-deg-2 a {
	color: white;
}

.materiales h3 {
	font-size: 22px; 
    font-weight: 400; 
    margin: 28px 0;
    font-family: 'Roboto Condensed';
}
.txt-amarillo { 
	color: var(--c1-gif) !important;
}
.bloque-especial {
	position: relative;
	background-image:url(imgs/back-bloque-especial.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	margin: 2rem 0;
    padding: 10rem 0;
}
.bloque-especial:before {
    content: "";
    background: linear-gradient(267deg, rgba(227, 227, 47, 1) 0%, rgba(64, 190, 218, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
}
.bloque-especial .cols { 
    column-gap: 2rem;
}
.bloque-especial .col {  
    display: flex; 
    flex-direction: column;
	flex: calc(50% - 1rem) 1 1;
}
.bloque-especial .col.txt {  
    color: black;
    font-size: 20px;
    line-height: 1.3;
    /*
		text-shadow: 0px 0px 1px var(--c3-gif); 
	*/
}
.bloque-especial .col.txt .icono-plus {
    color: black;
    border: 1px solid black;
}
.bloque-especial .col ul li {  
    display: flex; 
    align-items: center; 
	margin-bottom: 4px;
}
.bloque-especial .col.circulo { 
    align-items: center;
	/*
	background: var(--c1-gif);
    width: 100%;
    border-radius: 50%;
    padding: 6rem;
    position: relative;
    height: 520px;
    align-items: center;
    justify-content: center;
	*/
}
.bloque-especial .col.circulo .contenido-circulo {
    width: 300px;
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bloque-especial .col.circulo .contenido-circulo:before {
    content: "";
    content: "";
    width: 160%;
    height: 160%;
    position: absolute;
    background: var(--c1-gif);
    top: -30%;
    left: -30%;
    border-radius: 50%;
    z-index: 0;
}
.bloque-especial .col.circulo .contenido-circulo > * {
    position: relative;
}
.bloque-especial .col.circulo h2 { 
    margin: 0; 
	padding: 20px;
}

.intro-home {
	padding-bottom: 50px;
}
.intro-home .col-2 {
	margin-bottom: 0; 
	padding-bottom: 10px; 
}
.intro-home .calendario-list {
	flex-direction: row;
}
/* redes cambiar icono X */
.cuadro .redes a.x-twitter svg { 
	fill: var(--c1-gif);
}
.redes a.x-twitter svg { 
	height: 26px;
	fill: #42bfdb;
	position: relative;
	bottom: -4px;
}
@media all and (min-width: 960px) {
	/* Menu Hamburguesa micrositios */
	.nav-micrositio-toggle {
			border-right:1px solid #ededed;
	}

}
@media all and (max-width: 960px) {
	.slider-gif .slide {
		padding: 60px 0;
	}
	.bloque-especial {
		padding: 7rem 0 5rem 0; 
	}
	.bloque-especial .cols {
		row-gap: 5rem;
	} 
}
@media all and (max-width: 600px) { 
	.bloque-especial .col.circulo .contenido-circulo:before {
		width: 130%;
		height: 130%;
		top: -15%;
		left: -15%;
	}
}




