/**/

@font-face {
	font-family: 'Aeonik Web';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Aeonik-Regular.eot);
	src: url(../fonts/Aeonik-Regular.eot) format('embedded-opentype'),
	local('AeonikWeb'), local('AeonikWeb-Normal'), url(../fonts/Aeonik-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Aeonik Web';
	font-style: normal;
	font-weight: bold;
	src: url(../fonts/Aeonik-Bold.eot);
	src: url(../fonts/Aeonik-Bold.eot) format('embedded-opentype'),
	local('AeonikWeb Bold'), local('AeonikWeb-Bold'), url(../fonts/Aeonik-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Morganite Web';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Morganite-Bold.eot);
	src: url(../fonts/Morganite-Bold.eot) format('embedded-opentype'),
	local('MorganiteWeb'), local('MorganiteWeb-Normal'), url(../fonts/Morganite-Bold.ttf) format('truetype');
}

/**/

:root {
	--c-negro   : #000000;
	--c-texto    : #646464;
	--c-blanco  : #ffffff;
}

/**/

html {
	font-size: .92vw;
}
body{
	color: var(--c-texto);
	font-family: 'AeonikWeb Web', sans-serif;
	font-weight: normal;
	background: var(--c-blanco);
	line-height: 1.4;
}
a{
	color: var(--c-texto);
	transition: all .3s ease;
	text-decoration: none;
}
a:hover,
a:focus{
	color: var(--c-texto);
	text-decoration: none;
}
:focus{
	outline: 0 !important;
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-family: 'Morganite Web', sans-serif;
	font-weight: normal;
	line-height: 1;
	color: var(--c-negro);
}
figure{
	margin: 0;
}
p:last-child{
	margin-bottom: 0 !important;
}

/**/

html, body{
	height: 100%;
}
@keyframes colores {
	0% {
		background: #ad8e8e;
	}
	10% {
		background: #ada38e;
	}
	20% {
		background: #9bad8e;
	}
	30% {
		background: #8ead97;
	}
	40% {
		background: #8eada8;
	}
	50% {
		background: #8e9fad;
	}
	60% {
		background: #8e91ad;
	}
	70% {
		background: #998ead;
	}
	80% {
		background: #a58ead;
	}
	90% {
		background: #ad8ea1;
	}
	100% {
		background: #ad8e8e;
	}
}
.lado-izq{
	height: 100%;
	margin-left: -15px;
	margin-right: -15px;
	background: #ad8e8e;
	position: relative;
	animation-name: colores;
	animation-duration: 15s;
	animation-iteration-count: infinite;
}
.color-txt{
	position: absolute;
	top: 2.4vw;
	left: 2.4vw;
	color: var(--c-blanco);
}
.color-txt br{
	display: none;
}
.color-logo{
	position: absolute;
	bottom: 3vw;
	left: 2.4vw;
}
.color-logo img{
	width: 39vw;
	height: auto;
}
.lado-der{
	padding-top: 2.4vw;
    padding-left: calc(2.4vw - 15px);
    padding-right: calc(2.4vw - 15px);
    padding-bottom: 2.4vw;
	position: relative;
	height: 100%;
}
.txt{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding-bottom: 1.5vw;
}
.sitio{
	text-transform: uppercase;
	font-weight: bold;
	font-size: .85rem;
	color: var(--c-negro);
	position: absolute;
	top: 2.4vw;
    left: calc(2.4vw - 15px);
}
.txt p{
	margin-bottom: 1.3vw;
}
.txt p span{
	color: var(--c-negro);
}
.txt p.corto{
	width: 29vw;
}
.txt h2{
	text-transform: uppercase;
	font-size: 3.4rem;
	margin-bottom: 1vw;
	padding-top: 1.7vw;
}
.txt h2.sintop{
	padding-top: 0;
}
.txt ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.txt ul li{
	font-size: 0.9rem;
	line-height: 1.6;
	position: relative;
	padding-left: .7vw;
}
.txt ul li:before{
	content: '';
	display: block;
	width: 0.2vw;
	height: 0.2vw;
	border-radius: 50%;
	background: var(--c-texto);
	position: absolute;
	line-height: 0;
	left: 0;
	top: .6vw;
}
.pie{
	position: absolute;
	right: calc(2.4vw - 15px);
	left: calc(2.4vw - 15px);
    bottom: 2.4vw;
	overflow: hidden;
}
.pie strong{
	color: var(--c-negro);
}
.pie .pie-izq{
	float: left;
}
.pie .pie-izq a{
	display: inline-block;
	padding: 0 .7vw;
	border-left: 1px solid var(--c-texto);
}
.pie .pie-izq a:first-child{
	padding-left: 0;
	border-left: 0 none;
}
.pie .pie-der{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: .9rem;
	text-transform: lowercase;
}

/**/

@media (max-width: 1600px) {

}
@media (max-width: 1199px) {
	html {
		font-size: 1.2vw;
	}
	.txt p.corto {
		width: 38vw;
	}
}
@media (max-width: 991px) {
	html {
		font-size: 1.7vw;
	}
	.txt p.corto {
		width: auto;
	}
	.txt ul li:before {
		top: 1vw;
	}
}
@media (max-width: 767px) {
	html, body {
		height: initial;
	}
	html {
		font-size: 3.7vw;
	}
	.lado-izq{
		height: initial;
		padding: 50px 20px 23px;
	}
	.color-txt{
		position: initial;
		font-size: 1.3rem;
		line-height: 1.1;
		margin-bottom: 50vw;
	}
	.color-logo{
		position: initial;
	}
	.color-logo img {
		width: 82vw;
	}
	.lado-der{
		position: initial;
		padding: 20px 5px;
		margin: 0;
	}
	.sitio{
		position: initial;
		margin-bottom: 25px;
		display: none;
	}
	.txt{
		position: initial;
		transform: none;
		padding: 0;
	}
	.txt h2 {
		margin-bottom: 15px;
		padding-top: 10px;
		font-size: 4rem;
	}
	.txt p {
		margin-bottom: 15px;
	}
	.txt ul li{
		font-size: 1rem;
		padding-left: 12px;
		line-height: 1.4;
	}
	.txt ul li:before {
		width: 4px;
		height: 4px;
		top: 7px;
	}
	.pie{
		position: initial;
		padding-top: 40px;
	}
	.color-txt br{
		display: block;
	}
	.pie .pie-der {
		right: 20px;
		bottom: 20px;
	}
}