@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	height: 100%;
	font-size: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#333;
	min-height:100%;
	background: #fff;
}
:focus {
	box-shadow: 0 0 1px 0 #e66428;
}
@media (min-width: 960px) {
	::-webkit-scrollbar {
	  width: 12px;
	}
	::-webkit-scrollbar-track {
	  background: #00000010;
	  border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
	  background: #00000010; 
	  border-radius: 50px;
	  box-shadow:inset 0 0 0 2px #00000010;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #00000030; 
	}
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

@media (max-width: 960px) {
	.mobWrapper {
		position: relative;
		overflow-x: hidden;
		width: 100%;
	}
}

.section {
	padding: 8rem 0;
}
.section:nth-child(odd) {
	background: #e0eaeb url(../images/bg.jpg) no-repeat left center fixed;
	background-size: cover;
}
.section.a_ac,
.section.a_ac .col {
	text-align: center;
}
.page {
	font-size: 1rem;
	padding: 0 2rem;
	max-width: 1280px;
	margin: 0 auto;
	clear:both;
}
.row {
	margin: 0 -2rem;
	font-size: 0;
	clear: both;
}
.row.rtl {
	direction: rtl;
}
.row + .row {
}
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.col,
.gap {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 2rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.col,
	.gap {
		display: inline-block;
		vertical-align: top;
	}
	.col1 {width: 8.333%;}
	.col2 {width: 16.666%;}
	.col3 {width: 25%;}
	.col4 {width: 33.333%;}
	.col5 {width: 41.666%;}
	.col6 {width: 50%;}
	.col7 {width: 58.333%;}
	.col8 {width: 66.666%;}
	.col9 {width: 75%;}
	.col10 {width: 83.333%;}
	.col11 {width: 91.666%;}
	.col12 {width: 100%;}
}
@media (max-width: 959px) {
	.col + .col {
		margin-top: 2rem;
	}
}

a i {
	line-height: inherit!important;
}
svg {
	width: auto;
	height: auto;
}
svg,
img {
	max-width: 100%;
}

.bt {
	display: inline-block;
	line-height: 3rem;
	padding: 0 1.25rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 900;
	background: #2467A3;
	color: #fff;
	font-size: 1rem;
	border-radius: .125rem;
	cursor: pointer;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.bt:hover {
	background: #005C5E;
}

.form {
}
.form .field {
	margin-bottom: 1rem;
}
.form .field label {
	display: block;
	font-size: .75rem;
	text-transform: uppercase;
	margin-bottom: .5rem;
}
.form .field input,
.form .field select,
.form .field textarea {
	width: 100%;
	box-sizing: border-box;
	padding: .75rem 1rem;
	border-bottom: solid 1px #099CA1;
}


.header {
	padding: 1rem 0;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0 0 1rem .125rem rgba(0,0,0,.2);
}
.branding {
	display: inline-block;
}
.branding img {
	display: block;
	height: 5rem;
}
.bt_menu {
	display: none;
}
.header nav {
	margin-top: 1rem;
	float: right;
}
.header nav ul li {
	display: inline-block;
	margin-left: 1rem;
}
.header nav ul li a {
	font-size: .875rem;
	letter-spacing: .05em;
	font-weight: 700;
	display: block;
	line-height: 3rem;
	color: #099CA1;
	text-transform: uppercase;
	position: relative;
}
.header nav ul li a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: .5rem;
	height: 2px;
	transform: translateX(-50%);
	width: 0%;
	background: #008385;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.header nav ul li a:hover:after {
	width: 100%;
}
.main h2 {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	color: #008385;
	position: relative;
}
.main h2:before,
.main h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 5rem;
	background: #099CA1;
}
.main h2:before {
	width: 1.5rem;
	transform: translateX(-100%);
	background: #2467A3;
	margin-left: -2px;
}
.main h2 + p {
	font-size: 1.5rem;
}
.main h2 span {
	font-weight: normal;
	font-size: .75em;
}
.main h3 {
	font-size: 2rem;
	margin-bottom: 2rem;
}
.main h4 {
	font-size: 1.5rem;
	line-height: 1.5em;
	margin-bottom: 1rem;
}
.main p,
.main ul {
	font-size: 1.125rem;
	line-height: 1.6em;
	margin-bottom: .875em;
}
.main ul li {
	margin-bottom: 1rem;
	position: relative;
}
#objetivos li {
	padding-bottom: 1rem;
	border-bottom: solid 1px #ddd;
}
.main ul li:before {
	content: '*';
	font-size: 2.5rem;
	color: #099CA1;
	position: absolute;
	left: -2rem;
	width: 2rem;
	text-align: center;
	top: .5625rem;
	font-weight: bold;
}

.featured {
	height: 100vh;
	background: url(../images/portada.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
	position: relative;
}
.featured h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	font-size: 3.25rem;
	line-height: 1.1em;
	margin-top: 1em;
	font-weight: bold;
	text-align: center;
}
.featured h1:before {
	content: 'Bienvenidos';
	font-size: .875rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2em;
	position: absolute;
	bottom: 100%;
	margin-bottom: 1rem;
	left: 0;
	right: 0;
}
.featured h1 a {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 3rem;
	transform: translateX(-50%);
	font-size: 1.5rem;
	color: #2467A3;
	background: #fff;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	border-radius: 5rem;
}

#novedades {
	padding: 4rem 0 3rem;
	position: relative;
	color: #fff;
}
#novedades:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	mix-blend-mode: multiply;
	background-color: #2467A3;
}
#novedades h2 {
	color: #fff;
}
#novedades h2:after {
	background: #099CA1;
}
#novedades h2:before {
	background: #fff;
}
#novedades .page {
	position: relative;
	z-index: 10;
}
#novedades .bt {
	background: #fff;
	color: #099CA1;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
}
#novedades .bt i {
	margin-left: .5em;
}

#about .col3 p {
	position: relative;
	padding-left: 5rem;
	margin-bottom: 2rem;
}
#about .col3 p img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4rem;
	border-radius: 10rem;
}
#about .col3 p strong {
	display: block;
	text-transform: uppercase;
	font-size: .75rem;
	line-height: 1em;
	margin-bottom: .125rem;
	white-space: nowrap;
	color: #2467A3;
}

#beneficios h2 {
	margin-bottom: 4rem;
}
#beneficios h2:before,
#beneficios h2:after {
	display: none;
}
#beneficios h2 span {
	display: block;
	color: #aaa;
}
#beneficios svg {
	height: 5rem;
	display: block;
	margin: 0 auto 2rem;
}
#beneficios svg path {
	fill: #2467A3;
}
#beneficios h3 {
	max-width: 25em;
	line-height: 1.4em;
	margin: 4rem auto 0;
	padding-top: 3rem;
	color: #099CA1;
	position: relative;
}
#beneficios h3:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -1px;
	height: 2px;
	width: 10rem;
	transform: translateX(-50%);
	background: #099CA1;
}

#miembros ul + h4 {
	margin-top: 3rem;
}
#miembros ul li:before {
	display: none;
}
#miembros ul {
	font-size: 0;
	margin-bottom: 0 -1rem 0 0;
}
#miembros ul li {
	font-size: .875rem;
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	width: calc(33.333% - 1rem);
	margin: 0 1rem 1rem 0;
	padding: 1rem 1.25rem;
	background: #fff;
	border-radius: .25rem;
	box-sizing: border-box;
	line-height: 1;
	border-left: solid 3px #099CA1;
	box-shadow: 0 0 2rem 0 rgba(0,131,133,.1);
	color: #aaa;
}
#miembros ul li strong  {
	color: #2467A3;
	display: block;
	margin-bottom: .375rem;
	font-size: 1.125rem;
}

.mapWrapper {
	overflow: hidden;
}
.mapWrapper iframe {
	margin-top: -46px;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.mapWrapper:hover iframe {
	margin-top: 0;
}

#contacto h3 {
	font-weight: 900;
	color: #2467A3;
}

.footer {
	margin-top: 4rem;
	padding: 4rem 0;
	text-align: center;
	background: #005C5E;
	color: #fff;
}

@media (max-width: 960px) {
	html {
		font-size: 87.5%;
	}
	.bt_menu {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2.75rem;
		font-size: 1.5rem;
		color: #099CA1;
	}
	.bt_menu span {
		display: none;
	}
	.header .menu {
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		padding: 2rem;
		background: #fff;
		text-align: center;
		transition: all 400ms cubic-bezier(.7,0,.3,1);
		opacity: 0;
		visibility: hidden;
	}
	.header .menu.visible {
		opacity: 1;
		visibility: visible;
	}
	.header .menu li {
		display: block;
	}
	.menu li a {
		display: block;
		line-height: 2em;
	}
	#miembros ul li {
		width: 50%;
		width: calc(50% - 1rem);
	}
} 