@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;500&family=Spline+Sans:wght@300;400;600&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: 'Spline Sans', sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#1f1714;
	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: #12345620;
	  border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
	  background: #12345620;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #12345660; 
	}
}
.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;
}
.page {
	font-size: 1rem;
	padding: 0 2.5rem;
	max-width: 1280px;
	margin: 0 auto;
	clear:both;
}
.row {
	margin: 0 -1.25rem;
	font-size: 0;
	clear: both;
}
.row.rtl {
	direction: rtl;
}
.row + * {
	margin-top: 5rem;
}
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.col,
.gap {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 1.25rem;
	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) {
	.gap + .col,
	.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;
	background: #e07a26;
	color: #542416;
	font-size: .875rem;
	text-transform: uppercase;
	border-radius: 2rem;
	cursor: pointer;
	font-weight: bold;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.bt:hover {
	background: #ff943c;
}
.bt i {
	margin-right: .5rem;
}

.sliderWrapper {
	height: 100%;
	position: relative;
}
.slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide {
	float: left;
	width: 100%;
	height: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
}
.videoWrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #aaa;
}
.videoWrapper i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	z-index: 9;
	color: #fff;
	font-size: 4rem;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99999;
	background: #542416;
	color: #fff;
	padding: 1rem 0 .5rem;
}
.header:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	height: 3rem;
	background: #542416;
	box-shadow: inset -8vw -.5rem 0 0 #39160c;
	border-radius: 100%;
	bottom: -1rem;
	z-index: -1;
}
.branding {
	display: inline-block;
}
.branding img {
	height: 4.5rem;
}
.bt_menu {
	display: none;
}
.header nav {
	float: right;
}
.header nav ul li {
	display: inline-block;
	margin-left: 2rem;
}
.header nav ul li a {
	font-weight: 300;
	position: relative;
	display: block;
	line-height: 2.5rem;
	margin: 1rem 0;
}
.header nav ul li a:not(.bt):after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 0;
	transform: translateX(-50%);
	color: #542416;
	background: #e07a26;
	border-radius: 1rem;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
.header nav ul li a:not(.bt):hover:after {
	width: 75%;
}
.header nav ul li a.bt {
	font-weight: 600;
}
.featured {
	height: 100vh;
	background: #542416;
	position: relative;
}
.featured .slide {
	position: relative;
	background-size: cover;
	background-position: center center;
}
.featured .slide:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #542416;
	opacity: .5;
}
.featured .slide div {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	max-width: 4	0rem;
	text-align: center;
	transform: translate(-50% , -50%);
	z-index: 20;
	margin-top: 4rem;
}
.featured .slide h2 {
	color: #fff;
	font-family: 'Frank Ruhl Libre', serif;
	font-weight: 300;
	font-size: 6rem;
	line-height: .75em;
	letter-spacing: -.03em;
	word-spacing: -.05em;
	text-shadow: 1px 1px 3px #542416;
	margin-bottom: 2.5rem;
}
.featured .slide p {
	font-size: 1.125rem;
	line-height: 1.5em;
	margin-bottom: 2.5rem;
}
.featured .slide .bt {
	background: #fff;
}
.featured .slide h2 strong {
	font-weight: 500;
	display: block;
}
.sliderPrev,
.sliderNext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #aaa;
	font-size: 1.5rem;
	z-index: 999;
}
.sliderPrev {
	left: 2rem;
}
.sliderNext {
	right: 2rem;
}

.main,
.main .col {
	text-align: center;
}

.main h1, 
.main h2, 
.main h3 {
	font-family: 'Frank Ruhl Libre', serif;
	font-weight: 300;
	letter-spacing: -.02em;
}
.main h1 strong, 
.main h2 strong, 
.main h3 strong {
	color: #542416;
	font-weight: 500;
}

.main h2 {
	font-size: 4rem;
	line-height: .9em;
	margin-bottom: 4rem;
}
.main h2 + p {
	font-size: 1.25rem;
	margin: -2rem auto 4rem;
	max-width: 40em;
}
.main h3 {
	font-size: 1.875rem;
	margin-bottom: 1.125rem;
	color: #542416;
}
.main h4 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: .75rem;
}
.main p {
	line-height: 1.6em;
	margin-bottom: 1.5rem;
}


#institucional {
	background: #e7e8e3 url(../images/institucional-bg.png) no-repeat center center;
	background-size: 120% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#institucional iframe {
	overflow: hidden;
	border-radius: 1rem;
	box-shadow: 0 .125rem 3rem 2rem #e7e8e3, 0 .125rem .5rem 0 #515445;
}

#servicios {
	position: relative;
}
#servicios:after,
#sociales:before,
#sociales:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30rem;
	height: 30rem;
	z-index: -1;
	background: -moz-linear-gradient(45deg,  rgba(210,214,194,1) 0%, rgba(210,214,194,1) 15%, rgba(210,214,194,0) 49%, rgba(210,214,194,0) 100%);
background: -webkit-linear-gradient(45deg,  rgba(210,214,194,1) 0%,rgba(210,214,194,1) 15%,rgba(210,214,194,0) 49%,rgba(210,214,194,0) 100%);
background: linear-gradient(45deg,  rgba(210,214,194,1) 0%,rgba(210,214,194,1) 15%,rgba(210,214,194,0) 49%,rgba(210,214,194,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d6c2', endColorstr='#00d2d6c2',GradientType=1 );
}
#sociales:after {
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}
#servicios,
#servicios .col {
	text-align: left;
}
#servicios .item {
	padding-left: 12rem;
	position: relative;
}
#servicios .item + .item {
	margin-top: 5rem;
}
#servicios .item picture {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 9rem;
}


#links {
	padding: 6rem 0;
	margin: -2rem 0;
	background: #d2d6c2;
}
a.banner {
	display: block;
	background: #fff no-repeat 85% 50%;
	box-shadow: 0 0 0 5px #d2d6c2, 0 0 0 8px rgba(0,0,0,.05);
	background-size: auto 12rem;
	padding: 3rem 4rem;
	border-radius: 1rem;
	transition: all 400ms cubic-bezier(.7,0,.3,1);
}
a.banner:hover {
	box-shadow: 0 0 2rem 8px rgba(0,0,0,.2);
}
#links a.banner h3 {
	font-size: 3rem;
	text-align: left;
	margin: 0;
}
.col:nth-child(1) a.banner {
	background-image: url(../images/clima.png);
}
.col:nth-child(2) a.banner {
	background-image: url(../images/valores.png);
}

#sociales {
	position: relative;
}
#sociales picture {
	display: block;
	max-width: 70%;
	margin: 0 auto 3rem;
}

#ubicacion {
	position: relative;
	text-align: left;
	background: #d2d6c2;
}
#ubicacion .col {
	text-align: left;
}
#ubicacion h4 {
	font-weight: 300;
	font-size: 2rem;
	padding-left: 1rem;
	border-left: solid .25rem #fff;
	margin-bottom: 0;
}
#ubicacion p {
	line-height: 1.2em;
	padding-top: .875rem;
	padding-left: 1.25rem;
	border-left: solid 1px #fff;
}
#ubicacion h4 span {
	text-indent: .1em;
	font-weight: normal;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: .875rem;
	margin-bottom: .25rem;
}
#ubicacion p + h4 {
	margin-top: 3rem;
}
#ubicacion iframe {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
}

#contacto {
	background: #542416 url(../images/contacto-bg.png) no-repeat center bottom;
	background-size: 100% auto;
	color: #fff;
}


.form {
}
.form .field {
	position: relative;
	margin-bottom: 1.5rem;
}
.form .field label {
	display: block;
	font-size: .875rem;
}
.form .field input,
.form .field select,
.form .field textarea {
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #e07a26;
	padding: .875rem 1rem;
}
.form .field.error > div,
.form .status {
	font-size: .75rem;
	padding: .75rem 1rem;
	border: solid 1px #e07a26;
	margin: .5rem 0;
}
.form .status {
	font-size: .875rem;
	font-weight: bold;
	margin: 1rem 0;
	background: #e07a26;
	color: #39160c;
}

.social {
	margin-top: 3rem;
}
.social li {
	display: inline-block;
	margin: 0 .5rem;
	font-size: 1.75rem;
	color: #c0c686;
}

.footer {
	padding: 4rem 0;
	text-align: center;
	background: #39160c;
	color: #fff;
}

@media (max-width: 960px) {
	html {
		font-size: 87.5%;
	}
	.bt_menu {
		font-size: 1.125rem;
		display: block;
		position: absolute;
		right: 2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.bt_menu span {
		font-size: 0;
	}
	.header .menu {
		position: absolute;
		left: 0;
		padding: 0 2rem;
		top: 100%;
		right: 0;	
		opacity: 0;
		visibility: hidden;
		transition: all 400ms cubic-bezier(.7,0,.3,1);
		background: #39160c;
	}
	.header .menu.visible {
		opacity: 1;
		visibility: visible;
	}
	.header .menu li {
		display: block;
		text-align: center;
		margin: 0!important;
	}
	.section {
		padding: 4rem 0;
	}
	.featured .slide div h2 {
		font-size: 3rem;
	}
	.main h2 {
		font-size: 3rem;
	}
	#servicios,
	#servicios .col {
		text-align: center;
	}
	#servicios .item {
		padding-left: 0;
	}
	#servicios .item picture {
		position: static;
		transform: none;
		width: 10rem;
		display: block;
		margin: 0 auto 1.25rem;
	}
	#links {
		padding: 4rem 0;
		margin: 0;
	}
	#servicios:before,
	#servicios:after,
	#sociales:before,
	#sociales:after {
		display: none;
	}
	#ubicacion {
		padding-bottom: 80vw;
	}
	#ubicacion iframe {
		left: 0;
		bottom: 0;
		right: 0;
		top: auto;
		width: 100%;
		height: 70vw;
	}
}

/*
colores
#542416 marron
#e07a26 amarillo
#c0c686 verde logo
#697a3b verde
*/