@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: 'Poppins', sans-serif;	
font-weight: 300;
font-size: 16pt;
line-height: 1.3;
}

img{
	max-width: 100%;
}

.txt-blaco{
	color: white;
}

.txt-gris{
	color: #7a8597;
}

.back-gray{
	background-color: #7a8597;
}

.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;
	
}

.contenedor{
	padding: 100px;
}

.titular{
	padding: 90px 200px;
}

.marca{
font-weight: 400;
font-size: 19pt;
text-decoration: underline;	
}

.titulo{
 font-family: 'Poppins', sans-serif;
 font-weight: 200;
 font-size: 52pt;
 text-transform: uppercase;	
	
}

.bajada{
	font-size: 17.5pt;
	text-decoration: underline;
}

 .bold{
font-weight: 700;
}

.subtitulo{
	font-size: 30pt;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
}

.textos{
	padding: 50px;
}

.margen{
	padding: 80px;
}

.cursor-central{
	position: relative;
	top:-100px;
}

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

#txt2{
width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#img5{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#txt5{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}



.lgo{
	padding: 70px;
	width: 30%;
}

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

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

@media screen and (max-width:1060px){
	
	body{
		font-size: 14pt;
	}
	
	.contenedor{
		padding: 80px;
	}
	
	.titular{
	padding: 70px 100px;
}
	
	.marca{
		font-size: 18pt;
	}	

.titulo{
 font-family: 'Poppins', sans-serif;
 font-weight: 200;
 font-size: 42pt;
 text-transform: uppercase;	
	
}
	
	.bajada{
		font-size: 16pt;
	}
	
	.subtitulo{
		font-size: 24pt;
	}
	
	#txt5{
		width: 75%;
	}
	
	.textos{
		padding: 40px;
	}
	
	.lgo{
		padding: 50px;
	}
	
	.cursor-izq{
		top: -60px;
	}
}

@media screen and (max-width:800px){
	body{
		font-size: 12pt;
	}
	
	.contenedor{
		padding: 70px;
	}
	
	.titular{
	padding: 70px 80px;
}
	
	.marca{
		font-size: 16pt;
	}	

.titulo{
 
 font-size: 34pt;
 
}
	
	.bajada{
		font-size: 14pt;
	}
	
	.subtitulo{
		font-size: 20pt;
	}
	
	.cursor-central{
		top:-60px;
	}
	
	.cursor-izq{
		top: -45px;
	}
	
	.lgo{
		padding: 30px;
	}
}

@media screen and (max-width:600px){
	.contenedor{
		padding: 50px;
	}
	
	.titular{
	padding: 50px 65px;
}
	
	.marca{
		font-size: 14pt;
	}	

.titulo{
 
 font-size: 22pt;
 
}
	
	.bajada{
		font-size: 12pt;
	}
	
	.subtitulo{
		font-size: 20pt;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#modulo2{
		margin-top: 30px;
	}
	
	.textos{
		padding: 35px;
	}
	
	.margen{
		padding: 50px;
	}
	
	#img5{
		width: 100%;
	}
	
	#txt5{
		width: 100%;
	}
	
	.lgo{
		padding: 20px
	}
	
	.cursor-central{
		top:-50px;
	}
	
	.cursor-izq{
		top: -340px;
		width: 100%;
	}
	
}

@media screen and (max-width:500px){
	body{
		font-size: 11pt;
	}
	
	.contenedor{
		padding: 40px;
	}
	
	.titular{
	padding: 50px 50px;
}
	
	.marca{
		font-size: 13pt;
	}	

.titulo{
 
 font-size: 20pt;
 
}
	
	.bajada{
		font-size: 11pt;
	}
	
	.subtitulo{
		font-size: 18pt;
	}
	
	.margen{
		padding: 40px;
	}
}

@media screen and (max-width:400px){
	body{
		font-size: 10pt;
	}
	
	.contenedor{
		padding: 35px;
	}
	
	.titular{
	padding: 40px 30px;
}
	
	.marca{
		font-size: 12pt;
	}	

.titulo{
 
 font-size: 16pt;
 
}
	
	.bajada{
		font-size: 10pt;
	}
	
	.subtitulo{
		font-size: 16pt;
	}
	
	.margen{
		padding: 30px;
	}
	
	.textos{
		padding: 30px;
	}
	
	.cursor-izq{
		top:-300px;
	}
	
	.lgo{
		padding: 4px;
	}
	
	footer{
		padding: 10px;
	}
}

@media screen and (max-width:350px){
	body{
		font-size: 9pt;
	}
	
	.contenedor{
		padding: 30px;
	}
	
	.titular{
	padding: 40px 20px;
}
	
	.marca{
		font-size: 11pt;
	}	

.titulo{
 
 font-size: 14pt;
 
}
	
	.bajada{
		font-size: 9.5pt;
	}
	
	.subtitulo{
		font-size: 14pt;
	}
	
	.margen{
		padding: 20px;
	}
	
	.textos{
		padding: 20px;
	}
	.lgo{
		padding: 2px;
	}
	
	.cursor-izq{
		top:-260px;
	}
	.cursor-central{
		top:-40px;
	}
}