/* CSS Document */
body {
	font-family: 'IBM Plex Sans Condensed', sans-serif;
}
body a {
	color: #009fad;
	border-bottom: 1px solid transparent;
	transition: .5s;
}
body a:hover {
	color: #009fad;
	border-bottom: 1px solid #009fad;
	text-decoration: none;
}
figure {
	margin-bottom: 0;
}
.navbar-brand,
.navbar-brand:hover {
	border-bottom: 0 none;
}
.navbar-brand img {
	width: 100%;
	max-width: 300px;
	/*min-height: 80px;*/
}
nav .container,
nav .container .row{
	width: 100%;
}
.navbar-dark .navbar-toggler {
	color: #009fad;
}
nav .col-12  {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
nav .col-12 .navbar-collapse {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
}
nav .col-12 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
nav .col-12 ul.adicionales {
	margin-bottom: 10px;
}
nav .col-12 ul.adicionales li {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color:#009fad !important;
}
nav .col-12 ul.adicionales li a {
	display: block;
}
nav .col-12 ul ul {
	display: none;
	z-index: 5;
}
nav .col-12 ul.adicionales li a img {
	height: 18px;
}
.navbar-expand-lg .navbar-nav .menu-item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
nav .col-12 ul a {
	display: block;
	color: #009fad !important;
	text-transform: uppercase;
	font-size: 15px;
	white-space: nowrap;
}
.celeste {
	background: #009fad;
}
.slick{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.slick .cat {
	color: #009fad;
	background: #FFF;
	display: inline-block;
	padding-left: 1rem;
	padding-right: 1rem;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
}
.slick h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
}
.slick h2 a {
	color: inherit;
	text-decoration: none;
}
.slick .data {
	color: #FFF;
	font-size: 14px;
}
.slick .data i {
	margin-right: 5px;
}
.cifras {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.cifras img {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.cifras .col-md-4 {
	text-align: center;
}
.cifras .circle{
	border-radius: 50%;
	background: rgba(0,159,173,0.15);
	width: 7rem;
	height: 7rem;
	position: absolute;
	left: 50%;
	top: 2rem;
	margin-left: -3.5rem;
	z-index: 1;
	
}
.cifras h3 {
	text-transform: uppercase;
	color: #009fad;
	font-weight: bold;
	font-size: 70px;
	line-height: 100%;
}
.cifras h4 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	color: #000;
	line-height: 100%;
}
.cifras h4 strong {
	display: block;
	font-size: 35px;
	font-weight: bold;
	line-height: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gris {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: #d9f1f3;
}
.banners {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: #aad1d4;
}
.banner {
	background: #000;
	display: block;
	position: relative;
}
.banner img {
	opacity: .7;
	width: 100%;
	transition: .5s;
}
.banner .rollover {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 1.5rem;
	width: calc(100% - 3rem);
	height: calc(100% - 3rem);
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}
.banner .rollover::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	transition: .5s;
	width: 0;
	height: 0;
	position: absolute;
}
.banner .rollover h3::before {
	display: block;
	content: '';
	border-bottom: 1px solid #fff;
	width: 47px;
	bottom: -23px;
	position: absolute;
	height: 0;
    left: calc(50% - 23px);
	opacity: 0;
	transition: .5s;
}
.banner .rollover h3::after {
	display: block;
	content: '';
	border-left: 1px solid #fff;
	height: 47px;
	width: 0;
	position: absolute;
    left: 50%;
	opacity: 0;
	transition: .5s;
	
}
.banner:hover h3::before{
	opacity: 1;
}
.banner:hover h3::after{
	opacity: 1;
}

.banner .rollover::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	content: '';
	transition: .5s;
	width: 0;
	height: 0;
	position: absolute;
}
.banner:hover .rollover::before {
	width: 100%;
	height: 100%;
}
.banner:hover .rollover::after {
	width: 100%;
	height: 100%;
}
.banner h3 {
	color: #FFF;
	width: 90%;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	position: relative;
}
.banner:hover img {
	opacity: .4;
}
.miembro {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.socios {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: #f2f2f2;
}
.celeste .container {
	position: relative;
}
.celeste .slider-controls {
	width: 100%;
	text-align: right;
	bottom: 2rem;
	position: absolute;
	left: 0;
}
.celeste .slider-controls ul {
	padding-left: 0;
}
.celeste .slider-controls button,
.celeste .slider-controls .slide-m-dots,
.celeste .slider-controls ul,
.celeste .slider-controls li {
	display: inline-block;
	outline: 0;
	transition: .5s;
	
}
.celeste .slider-controls .slick-dots button {
	font-size: 0;
}
.celeste .slider-controls .slick-dots button::before {
	content:'';
	height: 25px;
	width: 25px;
	border:3px solid #FFF;
	background: transparent;
	display: block;
	border-radius: 50%;
	transition: .5s;
}
.celeste .slider-controls .slick-dots li.slick-active button::before {
	background: #FFF;
}
.celeste .slider-controls button {
	border:0;
	background: transparent;
	color: #FFF;
	font-size: 25px;
}
.carrusel {
	width: 100%;
}
.carrusel .slick-arrow {
	position: absolute;
	font-size: 0;
	border: 0;
	background: #0191d8;
	z-index: 2;
	padding: 5px 15px;
	top: 50%;
	margin-top: -20px;
}
.carrusel .slick-prev {
	left: -25px;
}
.carrusel .slick-next {
	right: -25px;
}
.carrusel .slick-prev::before{
	content:'';
	font-family: 'Fontawesome';
	font-size: 20px;
	color: #FFF;
}
.carrusel .slick-next::before {
	content: '';
	font-family: 'Fontawesome';
	font-size: 20px;
	color: #FFF;
}
.carrusel .slick-slide {
	text-align: center;
	padding: 5px 20px;
}
.celeste .slick-slide >div>div {
	border: 1px solid #009fad;
}
.carrusel .slick-slide a {
	display: block;
	width: 100%;
	text-align: center;
}
.carrusel .slick-slide a img {
	display: inline-block;
	max-height:60px;
}
.copy {
	text-transform: uppercase;
	background: #007984;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.direccion {
	text-transform: uppercase;
	background: #007984;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 10px;
}
footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: #009fad;
}
footer img {
	width: 100%;
}
footer ul {
	padding-left: 0;
	margin-bottom: 0;
}
footer ul li {
	display: block;
}
footer ul li a {
	color: #FFF;
	font-size: 14px;
}
footer ul li a strong {
	text-transform: uppercase;
	font-weight: bold;
}
.redes {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	grid-gap: 10px;
}
.redes a {
	color: #FFF;
}
.redes a svg {
	fill:#FFF;
	width: 25px;
}
nav .col-12 ul li.destacada a {
	background: #009fad !important;
	color: #FFF !important;
	padding: 3px 5px;
}
.interior {
	padding-top: 2rem;
}
.interior h2 {
	font-size: 35px;
	color: #009fad;
	font-weight: bold;
}
.single .post-categories {
	display: block;
	padding-left: 0;
}
.single .post-categories li {
	display: inline-block;
}
.single .post-categories li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	
}
.single .data {
	font-size: 14px;
	font-weight: 300;
	color: #009fad;
	margin-bottom: 5px;
}
.autor {
	font-size: 14px;
	color: #4d4e4e;
}
.single figure {
	margin-bottom: 20px;
}
.single .col-md-10 p {
	color: #4d4e4e;
	font-size: 16px;
	line-height: 22px;
	width: 85%;
}
.compartir {
	border-top:2px solid #cfcfcf;
	border-bottom:2px solid #cfcfcf;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #4d4e4e;
	margin-bottom: 5rem;
}
.compartir a {
	display: inline-block;
	vertical-align: middle;
}
.compartir a i {
	font-size: 25px;
	color: #009fad;
	margin-left: 5px;
}
.compartir .desktop {}
.compartir .mobile {
	display: none;
}
body .navbar-nav .destacado a {
	background: #009fad;
	color: #FFF !important;
	padding: 0 3px;
}
.single .col-md-10 h5,
.page .col-md-10 h5 {
	text-transform: uppercase;
	color: #009fad;
}
.single .col-md-10 ul li,
.page .col-md-10 ul li {
	display: block;
	position: relative
}
.single .col-md-10 ul li::before,
.page .col-md-10 ul li::before {
	content:'•';
	color: #009fad;
	position: absolute;
	left: -10px;
	
	
}
.archive h2 {
	margin-bottom: 20px;
	text-align: center;
}
.post h3 {
	font-size: 20px;
	line-height: 110%;
	font-weight: bold;
}
.post h3 a:hover {
	text-decoration: none;
}
.post figure {
	margin-bottom: 10px;
}
.post .data {
	font-size: 14px;
	font-weight: 300;
	color: #009fad;
	margin-bottom: 20px;
}
.post .autor {
	
}
.wp-pagenavi {
	padding-top: 2rem;
	padding-bottom: 3rem;
	text-align: center;
	width: 100%;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border:1px solid #009fad;
	padding: 5px 12px;
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}
.wp-pagenavi span.current {
	border:1px solid #009fad;
	color: #FFF;
	background: #009fad;
}
.single-directorio .interior h3.bajada {
	color: #009fad;
	text-transform: uppercase;
	border-left: 2px solid #009fad;
	padding-left: 1rem;
	margin-bottom: 1rem;
}
.interior .compartir {
	margin-top: 3rem;
}
.page-template-page_directorio .interior .row  {
	margin-bottom: 2rem;
}
@media (max-width:991px) {
	nav .col-12 ul {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	nav .col-12 ul a {
		display: block;
		color: #009fad !important;
		text-transform: uppercase;
		padding: 6px 10px;
	}
	nav .col-12 .navbar-collapse {
		display: none;
	}
	nav .col-12 .navbar-collapse.collapse.show {
		display: block;
		position: absolute;
		right: 0;
		top: 98px;
		z-index: 1;
		background: #f8f9fa !important;
		padding: 5px 0;
	}
	.celeste .slider-controls {
		position: relative;
	}
	.slick .cat {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.cifras .col-md-4,
	.banners .col-md-4,
	footer .col-md-3,
	footer .col-md-8 {
		margin-bottom: 20px;
	}
	.single .col-md-10 p  {
		width: 100%;
	}
	.compartir .desktop {
		display: none;
	}
	.compartir .mobile {
		display: block;
		text-align: center;
	}
	
}
#accordion .card .card-header{
	border: 0;
	padding: 0;
	background: #FFF;
}
#accordion .card h2 button {
	display: block;
	text-transform: uppercase;
	width: 100%;
	padding: 10px;
	text-align: left;
	border-radius: 0;
	text-decoration: none;
	font-size: 18px;
	color: #1a9eab;
}
#accordion .card {
	border:0 none;
}
#accordion .card-body {
	border-bottom: 2px solid #d7d7d7;
	background: #f2f2f2;
	display: flex;
	flex-direction:column;
}

#accordion .card-body h4 {
	Width:100%;
	
}
#accordion .card-body > div {
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
	width:100%;
	flex-direction:row;
	}

#accordion .card-body a {
	margin: 5px;
}
#accordion .card h2 button.collapsed {
	border-bottom: 2px solid #d7d7d7;
	color: #4d4e4e;
	
}
#accordion .card h2 button:active,
#accordion .card h2 button:hover,
#accordion .card h2 button:checked {
	text-decoration: none;
}
#accordion .card h2 button::before {
	content: '';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right: 10px;
	color: #1a9eab;
	
}
#accordion .card h2 button.collapsed::before {
	content: '';
}
.menu-item-has-children:hover>.sub-menu {
  display: block;
	position: absolute;
	background: #FFF;
}
.menu-item-has-children:hover>.sub-menu {
  display: block;
}
.sub-menu {
	padding-left: 0;
}
.sub-menu li {
	display: block;
	padding: 0;
}
.sub-menu li a {
	display: block;
	padding: 5px 10px;
}
.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	font-weight: bold;
	margin-left: 8px;
	font-family: "Font Awesome 5 Free";
}
.card-body img {
	max-height: 60px;
	margin: 10px;
}
.wpcf7-form {
	text-align: center;
}
.wpcf7-submit {
	background: #009fad;
	color: #FFF;
	text-align: center;
	border-radius: 0;
	border:0;
	padding: 10px 50px;
	text-transform: uppercase;
	font-weight: bold;
}
input.wpcf7-form-control {
	border:1px solid #009fad;
	margin-top: 5px;
}
textarea.wpcf7-textarea {
	border:1px solid #009fad;
	margin-top: 5px;
	height: 70px;
}
.has-fixed-layout img {
	height: auto;
}
.slick-slide .col-md-7 {
	opacity:0;
	transition:.5s;
	transition-delay:.3s;
}
.slick-slide.slick-current .col-md-7 {
	opacity:1;
}

.nav-tabs .nav-item {
	display: block;
}
.tabs-section {
	margin-top: 1rem;
}
.nav-tabs {
	list-style: none;
	border-bottom: 0 none;
}
.nav-tabs .nav-link {
	color: #009fad;
	text-transform: uppercase;
	border: 1px solid #009fad;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
.documentos li {
	margin-bottom: 15px;
}
.nav-tabs .nav-link.active {
	color: #FFF;
	background: #009fad;
	border: 1px solid #009fad;
}
.nav-tabs li.nav-item::before {
	display: none;
}
.wp-block-image img {
	height: auto !important;
}

/*buscador */
.modal-dialog {
	height: calc(100vh - 3.50rem);
	display: flex;
	align-items: center;

}
.w-buscador .form-group{
	margin: 1rem;
}
#searchform {
	background: #009fad;
}

.w-buscador input#s {
	padding: .5rem;
	border: 0;
	color: #FFF;
	width: calc(100% - 2.4rem);
	background: none;
	font-size: 1.5rem;
}
#searchform #searchboton {
	color: #FFF;
	background: none;
	font-size: 1.4rem;
	line-height: 100%;
	border: 0 none;
}
.is-type-video .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.is-type-video .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-premio {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: #f2f2f2;
}
.banner-desktop,
.banner-mobile {
	display: block;
	width: 100%;
}
.banner-desktop img,
.banner-mobile img {
	display: block;
	transition: .5s;
	width: 100%;
}
.banner-desktop:hover img {
	opacity: .8;
}
.banner-desktop {
	display: block;
	width: 100%;
}
.banner-mobile {
	display: none;
}
@media (max-width:768px) {
	.banner-desktop {
		display: none;
	}
	.banner-mobile {
		display: block;
	}
}
/*revista*/
.revista {
	background: #f8f9fa;
	padding: 10px 10px 20px 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: 35px;
	position: relative;
}
.revista img {
	max-width: 100%;
	margin-bottom: 18px;
}
.revista h3 {
	font-size: 20px;
	line-height: 110%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
.revista p {
	text-align: center;
	margin-bottom: 0;
}
.revista .hover {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: .5s;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(1,148,160,0.49);
	opacity: 0;
}
.revista .hover svg {
	width: 60px;
	fill:#FFFFFF;
	
}
.revista:hover .hover {
	opacity: 1;
}
.bloque-banner a {
	margin-bottom: 2rem;
	display: block;
	transition: .5s;
}
.bloque-banner img {
	width: 100%;
	display: block;
}
.bloque-banner a:hover {
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.61);
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.61);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.61);
}