@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, 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, 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: 'Josefin Sans', sans-serif;	
font-size: 20px;
line-height: 1.3;
}

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

.marca{
	color: #189b9b;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.3em;
}

h1{
	font-size: 2.6em;
	font-weight: 300;
	text-transform: uppercase;
}

h1 span{
	font-weight: 600;
}

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

.titulo{
	background-color: white;
	text-align: center;
	padding: 2.1em;
	width: 72%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 5em;
	margin-top: -4em;
}

.bajada{
	width: 64%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0em;
}

.textos{
	padding: 2em;
}

#modulo1{
	
	margin-left: auto;
	margin-right: auto;
	width: 84%;
}

#txt1{
	background-color: #cceeee;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}

h2{
	font-family: 'Josefin Slab', serif;
	font-size: 2em;
	text-decoration: underline;
	text-transform: uppercase;
	color: #189b9b;
}

.margen{
	padding: 4em;
}

#cursor1, #cursor3{
	position: relative;
	top: -4em;
}

#cursor2{
	width: 50%;
	position: relative;
	top:-3em;
}

#modulo3{
	background-color: #cceeee;
	width: 52%;
	margin-left: auto;
	margin-right: auto;
}

#txt3{
	padding: 4em 3em;
}

#imagen-hv{
	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;
	background-image: url("images/img-2.jpg");
	background-size: cover;
	background-position: center;
}

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


footer{
	background-color: #cceeee;
	padding: 2em;
}

#logos{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

@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: 18px;
	}
	
	#modulo3{
		width: 54%;
	}
}

@media screen and (max-width:800px){
	body{
		font-size: 17px;
	}
	
	.titulo{
		width: 84%;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#modulo3{
		width: 68%;
	}
	
	#modulo5{
		flex-direction: column-reverse;
	}
	
	#cursor2{
		width: 100%;
	}
	
	#img4,#img5{
		text-align: center;
	}
}

@media screen and (max-width:768px){
	body{
		font-size: 16px;
	}
}

@media screen and (max-width:600px){
	body{
		font-size: 15px;
	}
	
	#modulo3{
		width: 84%;
	}
}

@media screen and (max-width:500px){
	body{
		font-size: 14px;
	}
	
	.bajada{
		width: 80%;
	}
	
	#modulo3{
		width: 94%;
	}
	
	#logos{
		flex-direction: column;
	}
}

@media screen and (max-width:450px){
	body{
		font-size: 12px;
	}
	
	header{
		height: 50vh;
	}
	
	.margen{
		padding: 2em;
	}
	
	
}

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