@font-face {
	font-family: 'Graphik Web';
	src: url('../fonts/Graphik-Regular-Web.eot');
	src: url('../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Regular-Web.woff') format('woff');
	font-weight:  normal;
	font-style:   normal;
	font-stretch: normal;
}

/**/

:root {
	--c-negro    : #000000;
	--c-blanco   : #ffffff;
	--c-gris     : #33302D;
	--c-gristrans: rgb(27, 25, 22, .8);
	--c-marron   : #1B1916;
	--c-dorado   : #C4A35A;
	--c-crema    : #EEE4D9;
}

/**/

html, body{
	height: 100%;
}
html {
	font-size: 30px;
}
body{
	font-size: 1rem;
	color: var(--c-negro);
	font-family: 'Graphik Web', sans-serif;
	font-weight: normal;
	background: var(--c-blanco);
	position: relative;
	cursor: url(../images/cursor.png),default;
}
a{
	color: var(--c-negro);
	transition: none;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:focus{
	color: var(--c-negro);
	text-decoration: none;
}
:focus{
	outline: 0 !important;
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-family: 'Graphik Web', sans-serif;
	font-weight: normal;
}
strong, b{
	font-weight: bold;
}
figure{
	margin: 0;
}
p:last-child{
	margin-bottom: 0 !important;
}

/**/

header{
	padding: 55px 35px 35px;
}
header h1{
	text-transform: uppercase;
	font-size: .56rem;
	font-weight: 600;
}
header .menugen{}
header .menugen ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	display: block;
	line-height: 1.2;
}
header .menugen ul li{
	display: inline-block;
	vertical-align: top;
	font-size: .56rem;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	margin-left: 44px;
}
header .menugen ul li:first-child{
	margin-left: 0;
}
header .menugen ul li a,
header .menugen ul li span{
	display: inline-block;
	cursor: pointer;
	transition: none;
}
header .menugen ul li a:hover,
header .menugen ul li span:hover{
	opacity: .6;
}
header .menugen ul li.active a,
header .menugen ul li.active span{
	border-bottom: 2px solid var(--c-negro);
	opacity: 1;
}
.descri{
	padding-left: 35px;
	padding-right: 35px;
	width: 1250px;
	font-size: 0.95rem;
}
.descri h2{
	font-size: 1.56rem;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.descri p{
	margin-bottom: 40px;
	line-height: 1.3;
}
.descri ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.descri ul li{
	line-height: 1.3;
	margin-bottom: 11px;
}
footer{
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 60px;
}
footer .logo{}
footer .logo svg{
	width: 780px;
	height: auto;
	fill: var(--c-negro);
}

body.negro{
	background: var(--c-negro);
	color: var(--c-blanco);
}
body.negro a{
	color: var(--c-blanco);
}
body.negro footer .logo{
	text-align: right;
}
body.negro footer .logo svg{
	fill: var(--c-blanco);
	width: 265px;
}
body.negro header .menugen ul li.active a,
body.negro header .menugen ul li.active span{
	border-bottom: 2px solid var(--c-blanco);
}

#servi-content{
	display: none;
	width: initial;
}

@media (max-width: 1799px) {
	html{
		font-size: 20px;
	}

	.descri{
		width: initial;
	}
	footer .logo svg{
		width: 750px;
	}
	header .menugen ul li{
		margin-left: 30px;
	}
	.descri p{
		margin-bottom: 30px;
	}
}

@media (max-width: 1199px) {
	html{
		font-size: 16px;
	}
	header h1{
		font-size: .8rem;
	}
	header .menugen ul li{
		font-size: .8rem;
	}
	footer .logo svg{
		width: 100%;
	}
	.descri{
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {

	footer{
		position: initial;
		padding: 50px 35px 55px;
	}
	body.negro footer .logo svg{
		width: 100%;
	}
	header {
		padding: 40px 20px 25px;
	}
	header .menugen ul li{
		display: block;
		text-align: right;
		margin-bottom: 5px;
	}
	.descri {
		padding-left: 20px;
		padding-right: 20px;
	}
	footer {
		padding: 50px 20px 55px;
	}

}