@font-face {
	font-family: 'StagSans';
	src: url('fonts/StagSansBook.eot');
	src: url('fonts/StagSansBook.eot') format('embedded-opentype'),
		url('fonts/StagSansBook.woff2') format('woff2'),
		url('fonts/StagSansBook.woff') format('woff'),
		url('fonts/StagSansBook.ttf') format('truetype'),
		url('fonts/StagSansBook.svg#StagSansBook') format('svg');
	font-weight: 500;
}

@font-face {
	font-family: 'StagSans';
	src: url('fonts/StagSansLight.eot');
	src: url('fonts/StagSansLight.eot') format('embedded-opentype'),
		url('fonts/StagSansLight.woff2') format('woff2'),
		url('fonts/StagSansLight.woff') format('woff'),
		url('fonts/StagSansLight.ttf') format('truetype'),
		url('fonts/StagSansLight.svg#StagSansLight') format('svg');
	font-weight: 300;
}

@font-face {
	font-family: 'StagSans';
	src: url('fonts/StagSansMedium.eot');
	src: url('fonts/StagSansMedium.eot') format('embedded-opentype'),
		url('fonts/StagSansMedium.woff2') format('woff2'),
		url('fonts/StagSansMedium.woff') format('woff'),
		url('fonts/StagSansMedium.ttf') format('truetype'),
		url('fonts/StagSansMedium.svg#StagSansMedium') format('svg');
	font-weight: 400;
}

@font-face {
	font-family: 'StagSans';
	src: url('fonts/StagSansThin.eot');
	src: url('fonts/StagSansThin.eot') format('embedded-opentype'),
		url('fonts/StagSansThin.woff2') format('woff2'),
		url('fonts/StagSansThin.woff') format('woff'),
		url('fonts/StagSansThin.ttf') format('truetype'),
		url('fonts/StagSansThin.svg#StagSansThin') format('svg');
	font-weight: 200;
}

@font-face {
    font-family: 'Lexend Peta';
    src: url('fonts/LexendPeta-Regular.eot');
    src: url('fonts/LexendPeta-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/LexendPeta-Regular.woff2') format('woff2'),
        url('fonts/LexendPeta-Regular.woff') format('woff'),
        url('fonts/LexendPeta-Regular.ttf') format('truetype'),
        url('fonts/LexendPeta-Regular.svg#LexendPeta-Regular') format('svg');
    font-weight: 400;
    font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 300 14px/18px StagSans, Helvetica, Arial, sans-serif;
	min-width: 250px;
	overflow: hidden;
}

.interior {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
	margin: 0;
	height: 0;
}

.logo {
	position: absolute;
	text-align: center;
	top: 30%;
	width: 100%;
	height: 8%;
	cursor: pointer;
}

.logo svg {
	display: inline-block;
	height: 100%;
	max-height: 100px;
	max-width: 90%;
	margin: 0 auto;
}
.loading{
	position: absolute;
    text-align: center;
    top: 44%;
    width: 100%;
    height: 8%;
    cursor: pointer;

}
.loading p{
	font: 400 12px 'Lexend Peta';
}
.icon-contacto {
	position: absolute;
	top: 4%;
	right: 2%;
	width: 90px;
	height: 35px;
	cursor: pointer;
	z-index: 200;
}

.icon-descarga {
	position: absolute;
	top: 4%;
	right: 2%;
	width: 100px;
	margin-top: 30px;
	height: 46px;
	cursor: pointer;
	z-index: 200;
}

.icon-contacto svg,
.icon-descarga svg {
	width: 100%;
}

.icon-contacto svg text,
.icon-descarga svg text {
	display: none;
}

.icon-close {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	margin: 20px;
	cursor: pointer;
}

.anythingSlider:before,
.anythingSlider:after {
	content: '';
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	z-index: 50;
}

.anythingSlider:before {
	left: 0;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.anythingSlider:after {
	right: 0;
	background: -moz-linear-gradient(right,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
}

.wrapper {
	position: absolute;
	top: 14%;
	left: 50%;
	margin-left: -450px;
	width: 90%;
	max-width: 900px;
	height: 62%;
	max-height: 750px;
	opacity: 0;
}

.wrapper .texto {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	z-index: 190;
}

.wrapper .texto {
	-webkit-transition: all 1.3s ease;
	-moz-transition: all 1.3s ease;
	transition: all 1.3s ease;
}

.wrapper .texto svg {
	margin: 15% auto;
	max-width: 90%;
	height: 40%;
	display: inline-block;
}

.wrapper .texto.active {
	background: rgba(255, 255, 255, .7);
	display: block;
}

.info_contact {
	padding: 30px 20px 0;
	color: #fff;
}

.info_contact h4 {
	font: 300 20px/22px StagSans, Helvetica, Arial, sans-serif;
	margin: 10px 0;
}

.info_contact h4.bigger {
	font-size: 24px;
	line-height: 28px;
}

.info {
	position: absolute;
	top: 78%;
	left: 50%;
	margin-left: -450px;
	width: 100%;
	max-width: 900px;
	height: 14%;
}

.info .icon {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	text-align: center;
	width: 10%;
	margin: 0 7.5%;
	height: 100%;
}

.info .icon * {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.info .icon svg {
	cursor: pointer;
	max-width: 90%;
	height: 100%;
}

.info .icon.active svg g,
.info .icon.active svg path {
	opacity: .8 !important;
}

.content-menu {
	margin: 10px 20px;
	background: #666;
	color: #fff;
	padding: 20px;
	font: 200 12px/14px StagSans, Helvetica, Arial, sans-serif;
	max-height: 180px;
	overflow: auto;
}

.content-menu p:first-child {
	margin-top: 0;
}

.grecaptcha-badge {
	z-index: 9999999;
}

footer {
	position: absolute;
	top: 94%;
	width: 100%;
	height: 6%; 
	background: #333;
	color: #fff;
/*	z-index: 1001;*/
	font-size: 14px;
	line-height: 18px;
}

footer .interior {
	background: #333;
	height: 90%;
}

footer .logo_footer {
	margin: 10px 0 0;
	height: 50%;
	text-align: left;
}

footer .logo_footer svg {
	height: 100%;
	width: auto;
	margin-right: 15px;
}

footer .aviso {
	cursor: pointer;
}

/* General styles for all menus */
.cbp-spmenu {
	position: fixed;
	background: #333;
	overflow: auto;
}

.cbp-spmenu h3 {
	display: none;
	float: left;
	color: #fff;
	margin: 20px;
	font-weight: 300;
}

#cbp-spmenu-s2 {
	top: 4% !important;
	height: 87% !important;
	margin-top: 38px;
}

#cbp-spmenu-s3 {
	top: 4% !important;
	height: 82% !important;
	margin-top: 80px;
}

.cbp-spmenu form {
	display: block;
	padding: 0 20px;
}

.cbp-spmenu form div {
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}

.cbp-spmenu input, .cbp-spmenu textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px;
	font-family: inherit;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 10px;
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-transition: all ease-in-out .15s;
	-moz-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
}

.cbp-spmenu input[type=checkbox],
.cbp-spmenu input[type=radio] {
	width: 20px;
	height: 15px;
	float: left;
}

.cbp-spmenu input[type=submit] {
	height: auto;
	cursor: pointer;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	margin-top: 20px;
}

.cbp-spmenu textarea {
	height: 100px;
}

.cbp-spmenu input:focus, .cbp-spmenu textarea:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #7ac17d;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #7ac17d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #7ac17d;
}

.cbp-spmenu input[type=submit]:hover {
	background: #666;
}

#send {
	display: none;
	font: 200 14px/18px StagSans, Helvetica, Arial, sans-serif;
	padding: 10px 20px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	background-color: #edf6e5 !important;
	color: #7a9659 !important;
	border: 1px solid #9fc76f !important;
}

#send.error {
	background-color: #fdeaea !important;
	color: #ca6f74 !important;
	border: 1px solid #f27b81 !important;
}

.cbp-spmenu a {
	font: 200 18px/22px StagSans, Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 15px 20px;
	text-decoration: none;
}

.cbp-spmenu .icon-close + p {
	margin-top: 50px;
}

.cbp-spmenu-horizontal h4 {
	margin: 20px 20px 0;
	color: #fff;
	text-transform: uppercase;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 280px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 250px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -280px;
}

.cbp-spmenu-right {
	right: -280px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -250px;
}

.cbp-spmenu-bottom {
	bottom: -250px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
	background: url(../images/white-stone-background.png) no-repeat center / cover;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 500px) {
	.aviso {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.icon-contacto svg text,
	.icon-descarga svg text {
		display: none;
	}
	.cbp-spmenu h3 {
		display: block;
	}
	.info {
		left: 0;
		margin-left: 0;
	}
}

@media screen and (max-height: 400px) {
	footer {
		font-size: 14px;
		line-height: 16px;
	}
}

