@charset "UTF-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Reset*/ 

body{
font-family: Avenir Next Condensed;	
font-size: 16pt;
line-height: 1.3;
color: #707070;	
}

body a{
	text-decoration: none;
	color: #707070;
}

img{
	max-width: 100%;
}

.modulo{
	position: relative;
	overflow: hidden;
    
}

.primario{
	width: 50%;
}

.tarjeta{
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.tarjeta2{
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: row-reverse;
	
}

.gris{
	color: #898989;
}

.blanco{
	color: white;
}

.rosa{
	color: #e3d1ce;
}

.rosa-bck{
	background-color: #e3d1ce;
}

.gris-bck{
	background-color: #b3b3b3;
	
}

.textos{
	padding: 80px;
}

.margen{
	padding: 120px;
}

h1{
font-family: futura-pt, sans-serif;

font-weight: 700;

font-style: normal;
	
font-size: 54pt;

text-transform: uppercase;
color: white;
	text-align: right;
}



.bajada{
	color: #707070;
	text-align: right;
	font-size: 17pt;
	font-family: Avenir Next Condensed;
}

.subtitulo{
font-family: futura-pt, sans-serif;

font-weight: 700;

font-style: normal;
	
font-size: 40pt;

color: #898989;
	
text-transform: uppercase;
}

#tarjeta2{
	display: flex;
	flex-direction:column-reverse;
	
}

#txt3{
	text-align: right;
}

footer{
	padding: 50px 120px;
}

.cursor-izq{
	width: 70%;
	text-align: center;
	position: relative;
	top:-300px;
}

.cursor-der{
	width: 65%;
	margin-left: auto;
	text-align: center;
	position: relative;
	top: -380px;
}

.cursor{
	text-align: center;
	position: relative;
	top: -150px;
}

@keyframes flota{
	from{
		transform: translateY(0px);
	}
	
	to{
		transform: translateY(-10px);
	}
}

.flotar{
	animation: flota 1s infinite;
	animation-timing-function: linear;
	
}

@media screen and (max-width: 1280px){
	.textos{
		padding: 50px;
	}
	
	.margen {
		padding: 100px;
	}
	
	.cursor-izq{
		width: 75%;
		top: -270px;
	}
}

@media screen and (max-width:1184px){
	
	body{
		font-size: 14pt;
	}
	
	.subtitulo{
		font-size: 36pt;
	}
	
	.textos{
		padding: 40px;
	}
	
	.margen {
		padding: 80px;
	}
	
	.cursor-der{
		top: -320px;
	}
	
}

@media screen and (max-width:1072px){
	
	body{
		font-size: 13pt;
	}
	
	h1{

font-size: 48pt;

}



.bajada{
	
	font-size: 15pt;
	

}
	
	.subtitulo{
		font-size: 30pt;
	}
	
	.textos{
		padding: 40px;
	}
	
	.margen {
		padding: 50px;
	}
	
	.cursor-der{
		top: -270px;
		width: 60%;
	}
	
	.cursor-izq{
		
		top: -220px;
	}
	
	.cursor{
		top: -120px;
	}
	
}

@media screen and (max-width: 800px){
	
	h1 br{
		display: none;
		
	}
	
	h1{
		text-align: center;
		font-size: 45pt;
	}
	
	.bajada{
		text-align: left;
		padding: 30px;
		font-size: 14pt;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#txt1, #txt3, #txt5{
		width: 50%;
	}
	
	#txt3{
		text-align: left;
	}
	
	#tarjeta2{
		flex-direction: column;
	}
	
	.cursor-der, .cursor-izq{
		width: 100%;
	}
	
	.cursor-der{
		top:-170px;
	}
	
	.cursor-izq{
		top:-250px;
	}
	
	.cursor{
		top: -100px;
	}
	
	footer{
	padding: 30px 80px;
}

}

@media screen and (max-width:600px){
	
	
	body{
		font-size: 12pt;
	}
	
	h1{
		font-size: 34pt;
	}
	
	.bajada{
		font-size: 13pt;
	}
	
	#txt1, #txt3, #txt5{
		width: 60%;
	}
	
	.margen{
		padding: 40px;
	}
	
	.cursor-der{
		top:-100px;
	}
	
	.cursor-izq{
		top:-180px;
	}
	
	.cursor{
		top: -80px;
	}
	
	footer{
	padding: 30px 50px;
}
}

@media screen and (max-width:500px){
	
	body{
		font-size: 11pt;
	}
	
	h1{
		font-size: 30pt;
	}
	
	.bajada{
		font-size: 12pt;
	}
	
	.subtitulo{
		font-size: 24pt;
	}
	
	#txt1, #txt3, #txt5{
		width: 65%;
	}
	
	.textos{
		padding: 30px;
	}
	
	.cursor-izq{
		top:-160px;
	}
}

@media screen and (max-width:400px){
	
	body{
		font-size: 10pt;
	}
	
	h1{
		font-size: 22pt;
	}
	
	.bajada{
		font-size: 10pt;
	}
	
	.subtitulo{
		font-size: 20pt;
	}
	
	#txt1, #txt3, #txt5{
		width: 75%;
	}
	
	.cursor-izq{
		top:-130px;
	}
	
	.cursor-der{
		top:-80px;
	}
	
	.cursor{
		top: -60px;
	}
	
	footer{
	padding: 25px 30px;
}
}

@media screen and (max-width:350px){
	
	h1{
		font-size: 18pt;
	}
	
	.margen{
		padding: 30px;
	}
}