@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: 'Open Sans', sans-serif;	
font-size: 14pt;
line-height: 1.3;
color: #4c4c4c;
scroll-behavior: smooth;

}
body a{
	color: white;
}
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;
	
}

.titulo{
	font-family: Gotham;
	font-size: 84pt;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
	text-shadow: 5px 10px 27px black;
	padding: 140px 730px 0px 100px;
	text-align: right;
}

.marca{
 font-family: 'Playfair Display', serif;
 font-size: 18pt;
 text-decoration: underline;
 text-transform: uppercase;
}

.titular{
	font-family: 'Playfair Display', serif;
	font-size: 44pt;
	text-transform: uppercase;
	text-align: center;
}

.extra-bold{
	font-weight: 800;
}

.bajada{
	font-size: 18pt;
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.subtitulo{
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 30pt;
	text-transform: uppercase;
}

.textos{
	padding: 50px;
}

header{
	background-image: url("images/hero.jpg");
	background-attachment: fixed  ;
	-webkit-background-size: cover;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
	min-height: 100vh;
	
	
	}


.margen{
	padding: 80px;
}

#txt1{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#tx3{
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

.carta{
	padding: 5px;
	
}

#modulo2{
	padding: 45px;
	display: flex;
}

footer{
	background-color: #18284c;
	color: white;
	padding: 30px;
	font-size: 12pt
}

.pie{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.logo{
	padding: 10px;
}

.cursor-der{
	width: 50%;
	margin-left: auto;
	position: relative;
	top: -70px;
	opacity: .70;
}

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

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

@media screen and (max-width:1024px){
	
	body{
		font-size: 13pt;
	}
	
	.titulo{
	font-size: 76pt;
	padding: 100px 500px 0px 100px;
	
}
	
	.marca{
 
 font-size: 17pt;
 
}

.titular{
	font-size: 40pt;
	
}
	.bajada{
	font-size: 16pt;
	width: 50%;
	
}
	
	.subtitulo{
		font-size: 26pt;
	}
	
	.textos{
		padding: 40px;
	}
	
	footer{
		font-size: 11pt;
	}
	
	#cta{
		width: 30%;
	}
	#lgo{
		width: 20%;
	}
}

@media screen and (max-width:800px){
	
	header{
		min-height: 80vh;
	}
	
	body{
		font-size: 12pt;
	}
	
	.titulo{
	font-size: 60pt;
	padding: 80px 370px 0px 100px;
	
}
	
	.marca{
 
 font-size: 17pt;
 
}

.titular{
	font-size: 36pt;
	
}
	.bajada{
	font-size: 14pt;
	width: 54%;
	
}
	.margen{
		padding: 60px;
	}
	.subtitulo{
		font-size: 24pt;
		text-align: center;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#modulo4{
		flex-direction: column-reverse;
	}
	
	.cursor-der{
		width: 100%;
	}
	
	#cursor2{
		top:-260px;
	}
	
	#fb img{
		width: 30%;
	}
	
	#ig img{
		width: 30%;
	}
	
	footer{
		padding: 20px;
		font-size: 10pt;
	}
	
}

@media screen and (max-width:600px){
	header{
		min-height: 60vh;
	}
	
	
	
	.titulo{
	font-size: 50pt;
	padding: 70px 300px 0px 0px;
	
}
	
	.marca{
 
 font-size: 16pt;
 
}

.titular{
	font-size: 32pt;
	
}
	.bajada{
	font-size: 13pt;
	width: 66%;
	
}
	
	.margen{
		padding: 50px;
	}
	
	#txt1{
		width: 65%;
	}
	
	#tx3{
		width: 62%;
	}
	
	#modulo2{
		flex-direction: column;
	}
	
	.pie{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.logo{
		text-align: center;
	}
	
	#cta{
		width: 50%;
	}
	#lgo{
		width: 40%;
	}
	
	#fb img{
		width: 40%;
	}
	
	#ig img{
		width: 55%;
	}
}

@media screen and (max-width: 500px){
	
	
	body{
		font-size: 11pt;
	}
	
	header{
		min-height: 50vh;
	}
	
	
	.margen{
		padding: 40px;
	}
	.titulo{
	font-size: 40pt;
	padding: 50px 260px 0px 0px;
	
}
	
	.marca{
 
 font-size: 15pt;
 
}

.titular{
	font-size: 28pt;
	
}
	.bajada{
	font-size: 12pt;
	width: 74%;
	
}
	
	.textos{
		padding: 30px;
	}
	
	.margen{
		padding: 50px;
	}
	
	#tx3{
		width: 65%;
	}
	
	.subtitulo{
		font-size: 22pt;
	}
}

@media screen and (max-width:400px){
	header{
		min-height: auto;
	}
	.titulo{
	font-size: 30pt;
	padding: 40px 200px 0px 0px;
	
}
	
	.marca{
 
 font-size: 14pt;
 
}

.titular{
	font-size: 24pt;
	
}
	.bajada{
	font-size: 11pt;
	width: 80%;
	
}
	
	.margen{
		padding: 35px;
	}
	
	.subtitulo{
		font-size: 20pt;
	}
	#txt1{
		width: 80%;
	}
	
	#tx3{
		width:80% 
	}
	
	.cursor-der{
		top:-50px;
	}
	
	#cursor2{
		top: -300px;
	}
	
	#cta{
		width: 70%;
	}
	#lgo{
		width: 60%;
	}
}

@media screen and (max-width: 350px){
	.titulo{
	
	padding: 28px 170px 0px 0px;
	
}
	
	.marca{
		font-size: 13pt;
	}
	
	#cursor2{
		top: -320px;
	}
	
	#cta{
		width: 80%;
	}
	
}