@charset "UTF-8";
/*FONTS Y DECLARACIONES GRALES.*/
* {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?qjd3cw');
  src:  url('../fonts/icomoon.eot?qjd3cw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qjd3cw') format('truetype'),
    url('../fonts/icomoon.woff?qjd3cw') format('woff'),
    url('../fonts/icomoon.svg?qjd3cw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconfont {
	font-family: 'icomoon' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.m400 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pd400 {
	font-family: "Playfair Display", sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pd700 {
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar { 
    display: none; 
}

/*HEADER Y MENÚ MOVIL/ESCRITORIO*/
section.all {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background: transparent;
	z-index: 667;
}
.container {
	position: relative;
	width: 100%;
	height: auto;
}
a.logo {
	position: absolute;
	width: 20%;
	margin: 60px 0 0 60px;
	padding: 0 0 0 0;
	z-index: 888;
	top: 0px;
	left: 0px;
}
a.hide.isOpen {
	display: none;
}
.logosvg {
	fill:#714f5f;
	-webkit-transition: fill 0.3s ease-in-out;
	-moz-transition: fill 0.3s ease-in-out;
	-ms-transition: fill 0.3s ease-in-out;
	-o-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
	-webkit-transition-delay: 0.4s; 
	transition-delay: 0.4s; 
}
.logosvg.isOpen {
	fill:#b497a5;
	-webkit-transition: fill 0.3s ease-in-out;
	-moz-transition: fill 0.3s ease-in-out;
	-ms-transition: fill 0.3s ease-in-out;
	-o-transition: fill 0.3s ease-in-out;
	transition: fill 0.3s ease-in-out;
	-webkit-transition-delay: 0.4s; 
	transition-delay: 0.4s;
}
.menup {
	position: fixed;
	width: 6.5%;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(113,79,92,1);
	z-index: 999;
	-webkit-box-shadow: 3px 0 5px 5px rgba(0,0,0,0.3);
	box-shadow: 3px 0 5px 5px rgba(0,0,0,0.3);
}
.openclosemenu {
	position: absolute;
	width: 100%;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-decoration: none;
  	text-align: center;
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
}
.openclosemenu p {
	float: left;
	display: inline-block;
	width: 50%;
	color: rgba(180,151,165,0.7);
	font-size: 1.5em;
	text-align: center;
	margin: 0 0 0 7px;
	padding: 0 0 0 0;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.openclosemenu p.isOpen {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.openclosemenu h3 {
	float: left;
	display: block;
	width: 50%;
	font-size: 0.9em;
	color: rgba(180,151,165,0.7);
	margin: 4px 0 0 -25px;
	padding: 0 0 0 0;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.openclosemenu:hover > p {
	color: rgba(180,151,165,1);
	animation-name: menu;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.openclosemenu:hover > h3 {
	color: rgba(180,151,165,1);
}
@keyframes menu {
    0% { margin: 0 0 0 7px; }
    50% { margin: 0 0 0 10px; }
    100% { margin: 0 0 0 7px; }
}

@media screen and (min-width: 1680px) {
	.openclosemenu p {
		font-size: 2em;
		margin: 0 0 0 7px;
		padding: 0 0 0 0;
	}
	.openclosemenu h3 {
		font-size: 1.3em;
		margin: 8px 0 0 -25px;
	}
}
@media screen and (max-width: 1200px) {
	.menup {
		width: 7%;
	}
	.openclosemenu h3 {
		margin: 6px 0 0 -18px;
	}
}
@media screen and (max-width: 1024px) {
	a.logo {
		width: 23%;
		margin: 60px 0 0 60px;
		top: 0px;
		left: 0px;
	}
	.menup {
		width: 7.5%;
	}
	.openclosemenu h3 {
		margin: 6px 0 0 -18px;
	}
}
@media screen and (max-width: 850px) {
	.menup {
		width: 10%;
	}
	a.logo {
		width: 30%;
		margin: 50px 0 0 50px;
	}
}
@media screen and (max-width: 650px) {
	.menup {
		width: 13%;
	}
	a.logo {
		width: 40%;
		margin: 50px 0 0 50px;
	}
}
@media screen and (max-width: 550px) {
	.menup {
		width: 15%;
	}
	.openclosemenu p {
		display: none;
	}
	.openclosemenu h3 {
		width: 100%;
		font-size: 1.3em;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	a.logo {
		width: 40%;
		margin: 50px 0 0 50px;
	}
}
@media screen and (max-width: 500px) {
	a.logo {
		width: 40%;
		margin: 40px 0 0 40px;
	}
}
@media screen and (max-width: 375px) {
	a.logo {
		width: 45%;
		margin: 40px 0 0 30px;
	}
	.openclosemenu {
		width: 100%;
		height: 100px;
	}
	.openclosemenu h3 {
		font-size: 1.2em;
		margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 320px) {
	.menup {
		width: 18%;
	}	
}




section.open {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 5% 5% 5% 5%;
	background: rgba(113,79,92,1);
	z-index: 777;
	-webkit-transform: translate(200%,0);
	-moz-transform: translate(200%,0);
	-ms-transform: translate(200%,0);
	-o-transform: translate(200%,0);
	transform: translate(200%,0);
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
section.open.isOpen{
	-webkit-transform: translate(0%,0);
	-moz-transform: translate(0%,0);
	-ms-transform: translate(0%,0);
	-o-transform: translate(0%,0);
	transform: translate(0%,0);
	-webkit-transition: transform 0.4s ease-in-out;
	-moz-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
.columncopy {
	position: absolute;
	width: 20%;
	margin: 0 0 80px 80px;
	padding: 0 0 0 0;
	bottom: 0;
	left: 0;
}
.redes {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.redes a {
	font-size: 2.3em;
	color: #b497a5;
	text-decoration: none;
	margin: 0 2% 0 0;
	padding: 0 0 0 0;
}
.redes a:hover {
	color: white;
}
.copy {
	float: left;
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
.copy h6 {
	font-size: 0.7em;
	color: #b497a5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.copy a {
	font-size: 0.7em;
	color: #b497a5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
}
.copy a:hover {
	color: white;
}
@media screen and (max-width: 1024px) {
	.columncopy {
		width: 30%;
		margin: 0 0 60px 60px;
	}
}
@media screen and (max-width: 850px) {
	section.open {
		overflow: scroll;
	}
	.columncopy {
		width: 50%;
		height: 150px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		top: 920px;
		left: 70px;
	}
}
@media screen and (max-width: 500px) {
	.columncopy {
		width: 80%;
		height: 180px;
		left: 50px;
		top: 990px;
	}
	.redes a {
		font-size: 2.8em;
	}
}
@media screen and (max-width: 375px) {
	.columncopy {
		width: 70%;
		height: 180px;
		left: 30px;
		top: 1050px;
	}
}
@media screen and (max-width: 320px) {
	.columncopy {
		width: 65%;
		height: 180px;
		left: 30px;
		top: 900px;
	}
}





.column1 {
	position: absolute;
	width: 18%;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	top: 80px;
	left: 35%;
}
.column1 h2 {
	font-size: 1.8em;
	letter-spacing: 1px;
	color: white;
	margin: 0 0 13px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #b497a5;
}
.column1 a {
	display: block;
	font-size: 0.9em;
	color: #b497a5;
	margin: 3px 0 3px 5px;
	padding: 0 0 0 0;
	text-decoration: none;
}
.column1 a:hover {
	color: white;
}
.column1 .cta {
	background: #b497a5;
	color: white !important;
	margin: 12px 0 30px 0;
	padding: 8px 0 8px 0;
	text-align: center;
	opacity: 0.8;
}
.column1 .cta:hover {
	opacity: 1;
}
@media screen and (max-width: 1024px) {
	.column1 {
		width: 20%;
	}
}
@media screen and (max-width: 850px) {
	.column1 {
		width: 40%;
		top: 240px;
		left: 70px;
	}
}
@media screen and (max-width: 500px) {
	.column1 {
		width: 60%;
		top: 200px;
		left: 50px;
	}
	.column1 h2 {
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		border-bottom: 2px solid #b497a5;
	}
	.column1 a {
		font-size: 1.1em;
		margin: 5px 0 5px 0px;
	}
}
@media screen and (max-width: 414px) {
	.column1 {
		width: 60%;
		top: 180px;
		left: 50px;
	}
}
@media screen and (max-width: 375px) {
	.column1 {
		width: 65%;
		top: 180px;
		left: 40px;
	}
}
@media screen and (max-width: 320px) {
	.column1 {
		width: 65%;
		top: 160px;
		left: 30px;
	}
	.column1 h2 {
		font-size: 1.5em;
	}
	.column1 a {
		font-size: 1em;
		margin: 5px 0 5px 0px;
	}
	.column1 .cta {
		font-size: 0.9em;
	}
}


.column2 {
	position: absolute;
	width: 18%;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	top: 80px;
	left: 60%;
}
.column2 h2 {
	font-size: 1.8em;
	letter-spacing: 1px;
	color: white;
	margin: 0 0 13px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #b497a5;
}
.column2 a {
	display: block;
	font-size: 0.9em;
	color: #b497a5;
	margin: 3px 0 3px 5px;
	padding: 0 0 0 0;
	text-decoration: none;
}
.column2 a:hover {
	color: white;
}
@media screen and (max-width: 1024px) {
	.column2 {
		width: 20%;
	}
}
@media screen and (max-width: 850px) {
	.column2 {
		width: 40%;
		top: 650px;
		left: 70px;
	}
}
@media screen and (max-width: 500px) {
	.column2 {
		width: 60%;
		top: 670px;
		left: 50px;
	}
	.column2 h2 {
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		border-bottom: 2px solid #b497a5;
	}
	.column2 a {
		font-size: 1.1em;
		margin: 5px 0 5px 0px;
	}
}
@media screen and (max-width: 375px) {
	.column2 {
		width: 65%;
		top: 690px;
		left: 40px;
	}
}
@media screen and (max-width: 320px) {
	.column2 {
		width: 65%;
		top: 610px;
		left: 30px;
	}
	.column2 h2 {
		font-size: 1.5em;
	}
	.column2 a {
		font-size: 1em;
		margin: 5px 0 5px 0px;
	}
}















