@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: 'Spartan', sans-serif;
font-size: 18pt;
line-height: 1.3;
}

body a{
	text-decoration: none;
    color: black;
	
}

img{
	max-width: 100%;
}

.modulo{
	position: relative;
	overflow: hidden;
    margin-top: 50px;
}

.primario{
	width: 50%;
}

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

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

.margen{
	padding: 40px;
}

.titulo{
	font-family: 'Poiret One', cursive;
	font-size: 70pt;
}

.bajada{
	font-family: 'Unna', serif;
	font-size: 20pt;
}

.secundario{
	width: 35%;
}

.cuarenta{
	width: 40%;
}

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

.margen3{
	padding: 40px;
}

.margen4{
	padding: 80px;
}

#hero{
	height: 100vh;
	background-image: url("images /hero-img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}

.subtitulo{
	color: #af8d4c;
	font-family: 'Poiret One', cursive;
	font-size: 36pt;
	text-transform:uppercase;
}

.subtitulo2{
	font-family: 'Poiret One', cursive;
	font-size: 36pt;
	text-transform:uppercase;
}

#txt3{
	background-color: #2d3038;
	color: white;
}

.slide-img{
	height: 70vh;
}

#modulo4{
	height: 100vh;
	background-image: url("images /img-3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	display: flex;
	justify-content:flex-end;
	align-items: center;
}

footer{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10pt;
	position: relative;
	top:20px;
}

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

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

#cursor-gld{
	position: relative;
	width: 50%;
	text-align: center;
	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:1300px){
	#cursor-gld{
		top:-100px;
	}
}


@media screen and (max-width:1240px){
	body{
		font-size: 14pt;
	}
	.subtitulo, .subtitulo2{
		font-size: 32pt;
	}
	
	.bajada{
		font-size: 17pt;
	}
	
	.titulo{
		font-size: 60pt;
	}
	
}

@media screen and (max-width:1130px){
	
	body{
		font-size: 13pt;
	}
	
	.subtitulo, .subtitulo2{
		font-size: 30pt;
	}
	
	
}

@media screen and (max-width:1080px){
	
 
	.bajada{
		font-size: 15pt;
	}
	
	.titulo{
		font-size: 54pt;
	}
	
	.subtitulo, .subtitulo2{
		font-size: 26pt;
	}
	
	
}

@media screen and (max-width:1024px){
	
	body{
		font-size: 12pt;
	}
}

@media screen and (max-width:800px){
	
	body{
		font-size: 10pt;
	}
	
	#hero{
		height: 70vh;
	}
	
	.bajada{
		font-size: 12pt;
	}
	
	.titulo{
		font-size: 40pt;
	}
	
	.subtitulo, .subtitulo2{
		font-size: 18pt;
	}
	
	.slide-img{
		height: 50vh;
	}
	
	.margen4{
	padding: 50px;
}
	
	#modulo4{
		height: 70vh;
	}
	
	#cursor-gld{
		
		top: -70px;
	}
}

@media screen and (max-width:600px){
	#hero{
		height: 60vh;
	}
	
	.secundario{
		width: 50%;
	}
	
	.titulo{
		font-size: 30pt;
	}
	
	.tarjeta2{
		flex-direction: column-reverse;
	}
	
	.tarjeta{
		flex-direction: column-reverse;
	}
	
	
	.primario{
		width: 100%;
	}
	
	.cuarenta{
		width: 100%;
	}
	
	#modulo4{
		align-items: flex-end;
		height: 60vh;
	}
	
	#txt4{
		padding-bottom: 30px;
	}
	
	.margen{
		padding: 30px;
	}
	
	.cursor{
		width: 100%;
	}
	
	.cursor-1{
		width: 100%;
	}
	
	#cursor-gld{
		width:100%;
		top:-570px;
	}
}

@media screen and (max-width:480px){
	.titulo{
		font-size: 26pt;
	}
	
	.secundario{
		width: 60%;
	}
	
	#modulo4{
		height: 50vh;
	}
	
	#txt4{
		padding-bottom: 20px;
		font-size: 9pt;
	}
	
	#cursor-gld{
		top:-470px;
	}
}

@media screen and (max-width:375px){
	
	body{
		font-size: 9pt;
	}
	
	.bajada{
		font-size: 10pt;
	}
	
	.secundario{
		width: 90%;
	}
	
	.margen2{
	padding: 180px 20px 0px 30px;
}
	
	.margen3{
		padding: 10px;
	}
	
	.margen4{
		padding: 28px;
	}
	
	#txt4{
		font-size: 8pt;
	}
	
	footer{
		font-size: 8pt;
	}
	
	#cursor-gld img{
	    width: 10%;
		opacity: .6;
	}
	
	#cursor-gld{
		top:-370px;
	}
}

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

	.titulo{
		font-size: 20pt;
	}
	
	h1 br{
		display: none;
	}
	
	.margen2{
	padding: 190px 20px 0px 30px;
}
	
	.subtitulo, .subtitulo2{
		font-size: 13pt;
	}
	
	#modulo4{
		height: 62vh;
		background-size: cover;
		background-position:left;
	
	}
	
	#cursor-gld{
		top:-310px;
	}
}
