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

@font-face{
	font-family: BellotaText-Bold;
	src: url("fonts/BellotaText-Bold.ttf");
}

@font-face{
	font-family: BellotaText-Italic;
	src: url("fonts/BellotaText-Italic.ttf");
}

@font-face{
	font-family: BellotaText-Light;
	src: url("fonts/BellotaText-Light.ttf");
}

@font-face{
	font-family: Lora-Italic-VariableFont_wght;
	src: url("fonts/Lora-Italic-VariableFont_wght.ttf");
}

@font-face{
	font-family: Lora-VariableFont_wght;
	src: url("fonts/Lora-VariableFont_wght.ttf");
}
/* CSS Reset*/ 

body{
font-family: Lora-Italic-VariableFont_wght;	
font-size: 14pt;
line-height: 1.3;
color: #999999;	
}

img{
	max-width: 100%;
}

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

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

.cartier{
	font-family: BellotaText-Italic;
	font-size: 18pt;
	padding:30px 20px 220px;
	text-decoration: underline
}

.titulo{
	font-family: BellotaText-Light;
	font-size: 50pt;
	text-transform: uppercase;
}

.titulo span{
	font-family: BellotaText-Bold;
}
.bajada{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

.subtitulo{
	font-family: BellotaText-Bold;
	font-size: 30pt;
	text-transform: uppercase;
	text-decoration: underline;
}

.textos{
	padding: 50px;
}

.textos2{
	padding: 150px;
}

.margen{
	padding: 50px 150px;
}

#modulo2{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	color: white;
}

#modulo5{
	margin-left: auto;
	margin-right: auto;
}


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

.cur-derecha{
	position: relative;
	width:  60%;
	margin-left: auto;
	text-align: center;
	top:-230px;
}

.imagen{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
}

#modulo2:hover .opacidad{
	bottom: 0;
	overflow: visible;
	opacity: 1;
}

#info{
	padding: 50px;
	background-color: rgb(17,17,17,0.40);
	color: white;
}

.informacion{
	position: absolute;
	bottom: 0;
	height: 16%;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
	
}

#modulo3{
	width: 79%;
	margin-left: auto;
	margin-right: auto;
}

#modulo3:hover .subir{
	bottom: 0;
	overflow: visible;
	height: 40%;
}

#img1{
	position: relative;
	top:50px;
	left: 0;
}

footer{
	height: 30vh;
}

.tarjeta-f{
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes flota{
	from{
		transform: translateY(0px);
	}
	
	to{
		transform: translateY(-10px);
	}
}

.flotar{
	animation: flota 1s infinite;
	animation-timing-function: linear;
	
}
.img-f{
	width: 60%;
}

@media screen and (max-width:1280px){
	#modulo2{
		width: 56%;
	}
	
	.informacion{
		height: 18%;
	}
	
	.margen{
	padding: 50px 100px;
}
	
	.textos2{
	padding: 130px;
}
}

@media screen and (max-width:1048px){
	
body{
		font-size: 12pt;
	}
	
	.cartier{
	padding:30px 20px 250px;
	font-size: 16pt;
	
}

.titulo{
	font-family: BellotaText-Light;
	font-size: 40pt;
	text-transform: uppercase;
}
	
	.subtitulo{
		font-size: 24pt;
	}
	
	.informacion{
		height: 20%;
	}
	
	#info h2 img{
		
		width: 8%;
	}
	
	#modulo2{
		width: 58%;
	}
	
	.cur-central{
	
	top:-90px;
}

.cur-derecha{
	
	top:-180px;
}
	
	#modulo3:hover .subir{
	
	height: 45%;
}
	
	#modulo3{
		width: 80%
	}
	
	footer{
		height: 20vh;
	}
}


@media screen and (max-width:800px){
	
	.tarjeta{
		flex-direction: column-reverse;
	}
	
	.primario{
		width: 100%;
	}
	
	.margen{
	padding: 50px 80px;
}
	
	#modulo2{
		width: 70%;
	}
	
	.textos2{
	padding: 100px;
}
	
	.subtitulo{
		font-size: 22pt;
	}
	
	#info{
		padding: 30px;
	}
	
	.cur-derecha{
	
	top:-600px;
	width: 100%;	
}
}

@media screen and (max-width:600px){
	
	body{
		font-size: 11pt;
	}
	
	#modulo2{
		width: 76%;
	}
	.textos2{
	padding: 70px;
}
	
	.margen{
	padding: 50px 58px;
}
	
	.cur-central{
	
	top:-80px;
}
	
	.subtitulo{
		font-size: 20pt;
	}
	#modulo3{
		width: 90%
	}
	
	#modulo3:hover .subir{
	
	height: 60%;
}
}

@media screen and (max-width:500px){
	body{
		font-size: 10pt;
	}
	
	.cartier{
	padding:60px 20px 250px;
	font-size: 14pt;
	
}

.titulo{
	font-family: BellotaText-Light;
	font-size: 30pt;
	text-transform: uppercase;
}
	
	.bajada{
		width: 60%;
	}
	
	.textos{
	padding: 30px;
}
	
	.textos2{
	padding: 50px;
}
	.subtitulo{
		font-size: 16pt;
	}
	
	.margen{
	padding: 30px 24px;
}
	
	.cur-central{
	
	top:-60px;
}
	
	#modulo3:hover .subir{
	
	height: 64%;
}
	
	.cur-derecha{
	
	top:-470px;
		
}
}

@media screen and (max-width:400px){
	.cartier{
	padding:60px 20px 250px;
	font-size: 14pt;
	
}

.titulo{
	font-family: BellotaText-Light;
	font-size: 26pt;
	text-transform: uppercase;
}
	
	.bajada{
		width: 60%;
	}
	
	#modulo2{
		width: 90%;
	}
	
	.textos2{
	padding: 30px;
}
	
	subtitulo{
		font-size: 16pt;
	}
	
	.img-f{
	width: 100%;
}
}

@media screen and (max-width:350px){
	.cartier{
	padding:60px 20px 170px;
	font-size: 14pt;
	
}
	
	.bajada{
		width: 65%;
	}
	
	.cur-central{
	
	top:-30px;
}
	
	.subtitulo{
		font-size: 14pt;
	}
	
	.textos2{
	padding: 20px;
}
	
	#modulo3 .subtitulo{
		font-size: 10pt;
	}
	
	.informacion{
		height: 18%;
	}
	
	#info{
		padding: 16px;
     font-size: 9pt;
	}
	#modulo3:hover .subir{
	
	height: 100%;
}
	
	
}