@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: Athelas;
font-size: 16pt;
line-height: 1.2;
}

body a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

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

.parrafo{
	opacity: .70;
}

h1{
font-family: raleway, sans-serif;

font-weight: 400;

font-style: normal;
	
font-size: 45pt;	
	
color: #45323c;
opacity: 0.90;
text-transform:uppercase;	
}

h2{
font-family: raleway, sans-serif;

font-weight: 700;

font-style: normal;
color: #9b7711;
opacity: .90;
font-size: 64pt;
text-transform:uppercase;
}

.titulo{
	background-color: white;
	padding: 40px;
	text-align: center;
	position: relative;
	top: 100px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999;
}

.bajada{
	font-size: 18pt;
	width: 50%;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
}

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

.margen{
	padding: 50px;
}

.margen2{
	padding: 40px 0px 0px 80px;
}

.margen3{
	padding: 10px 80px 0px 0px;
}

.texto{
	padding: 0px 30px;
}

.gold{
	background-color: #c1ab78;
	color: white;
}

.subtitulo{
	font-family: Athelas-Bold;
	font-size: 24pt;
	color: #c1ab78;
	text-transform: uppercase;
}

#txt2{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
}

#txt2 h3{
	font-family: Athelas-Bold;
	font-size: 24pt;
	text-align: center;
	text-transform: uppercase;
}

.cursor-der{
	position: relative;
	width: 50%;
	text-align: center;
	margin-top:-80px;
}
.cursor-izq{
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-top:-70px;
	text-align: center;
}

#modulo5{
	margin-top: 24px;
}


#txt4{
	text-align: right;
}

#img7{
	margin-top: 80px;
}

.secundario{
	width: 60%;
}
footer{
	padding: 30px;
}

.cta{
	font-family: raleway, sans-serif;
	text-transform: capitalize;
	font-weight: 600;
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	text-align: center;
	background-color: #c1ab78;
	color: white;
	border-radius: 25px;
	border: solid;

}

.cta:hover{
	background-color: white;
	color:#c1ab78;
	border: solid;
}

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

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

@media screen and (max-width:1146px){
	
	
	body{
		font-size: 14pt;
	}
	
	.bajada{
		font-size: 16pt;
		width: 55%;
	}
	
	h1{

font-size: 42pt;	
	
	
}

h2{

font-size: 58pt;

}
	
	.titulo{
		padding: 30px;
	}
	
	.subtitulo{
		font-size: 20pt;
	}
	
	#txt2 h3{
		font-size: 20pt;
	}
	
	.cta{
		padding: 16px;
	}
	
	
}

@media screen and (max-width:1024px){
	
	body{
		font-size: 12pt;
	}
	
	.bajada{
		font-size: 14pt;
		width: 55%;
	}
	
	h1{

font-size: 38pt;	
	
	
}

h2{

font-size: 50pt;

}
	
	
	
	.subtitulo{
		font-size: 15pt;
	}
	
	#txt2 h3{
		font-size: 15pt;
	}
}

@media screen and (max-width:800px){
	
	
	h1{

font-size: 30pt;	
	
	
}

h2{

font-size: 40pt;

}
	
	.bajada{
		font-size: 13pt;
		width: 60%;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	.margen2, .margen3{
		padding: 30px;
	}
	
	#tarjeta1 img{
		width: 100%;
	}
	
	#tarjeta2{
		display: none;
	}
	
	#modulo4 h3{
		text-align: center;
	}
	
	
	#modulo5 h3{
		text-align: center;
	}
	
	#modulo5 p{
		text-align: left;
	}
	
	.cursor-der{
		width: 100%;
		top:-50px;
	}
	
	.cursor-izq{
		width: 100%;
		top:-50px;
	}
	
	
}

@media screen and (max-width:600px){
	h1{

font-size: 26pt;	
	
	
}

h2{

font-size: 30pt;

}
	
	.bajada{
		font-size: 13pt;
		width: 72%;
	}
	
	.titulo{
		padding: 20px;
	}
	
	#txt2{
	width: 70%;
	
}
	
	.cta{
		width: 32%;
		
	}
}

@media screen and (max-width:500px){
	h1{

font-size: 20pt;	
	
	
}

h2{

font-size: 26pt;

}
	
	.bajada{
		font-size: 12pt;
		width: 80%;
	}
	
	#txt2{
	width: 80%;
	
}
	
	.secundario{
		width: 76%;
	}
}

@media screen and (max-width:400px){
	
	
	body{
		font-size: 11pt;
	}
	
	.titulo{
		width: 80%;
		padding: 20px;
		top:40px;
	}
	
	h1{

font-size: 18pt;	
	
	
}

h2{

font-size: 22pt;

}
	
	.bajada{
		font-size: 11pt;
		width: 80%;
		padding: 24px;
	}
	
	#txt2{
	width: 80%;
	padding: 20px 0px;
	
}
	
	.margen{
	padding: 20px;
}
	.texto{
	padding: 0px 20px;
}
	
	.cta{
		width: 45%;
	}
	
}

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

font-size: 16pt;	
	
	
}

h2{

font-size: 18pt;

}
	
	.bajada{
		font-size: 11pt;
		width: 90%;
		padding: 24px;
	}
	
	.cursor-der{
		
		top:-10px;
	}
	
	.cursor-izq{
		
		top:-10px;
	}
	.cta{
		width: 60%;
	}
}