@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: brandon-grotesque, sans-serif;
font-size: 20px;
font-weight: 400;

font-style: normal;	

line-height: 1.3;
}

img{
	max-width: 100%;
}

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

header{
	padding: .5em;
	background-color: #ce202e;
}



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

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

h1{
	font-size: 3em;
	text-transform: uppercase;
	text-align: center;
	font-family: brandon-grotesque, sans-serif;
font-weight: 300;
font-style: normal;
	color: white;
}

h1 span{
	font-family: brandon-grotesque, sans-serif;
font-weight: 900;
font-style: normal;
color: #b3d630;	
}

#titulo{
	background-color: #05a9c7;
	padding: 1em;
	width: 72%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -6em;
}


.bajada{
	font-family: 'Roboto Slab', serif;
	font-size: 1.16em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.margen{
	padding: 2.6em;
}

.textos{
	padding: 2em;
}

h2{
	font-size: 2em;
	font-family: brandon-grotesque, sans-serif;
font-weight: 900;
font-style: normal;
	text-transform: uppercase;
}

#modulo1{
	background-color: #b3d630;
	color: white;
}

#modulo2{
	background-color: #05a9c7;
	color: white;
}

#modulo3{
	height: 90vh;
	background-image: url("images/img-2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#informacion{
	background-color: rgb(5,169,199,0.64);
	padding: 2.6em;
	color: white;
	position: absolute;
	bottom: 0;
	height: 13%;
	transition: all 0.5s  ease;
	box-sizing: border-box;
	overflow: hidden;
}

#modulo3:hover .subir{
	bottom: 0;
	overflow: visible;
	height: 34%;
	opacity: 1;
}

.pointer{
	display: flex;
	justify-content: center;
	align-items:center;
	}

#modulo5{
	background-color: #05a9c7;
}

#modulo5 h2{
	padding: .3em;
	color: #b3d630;
}

footer{
	padding: 1em;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
}

#cta{
	padding: 1em;
	background-color: gainsboro;
}
@media screen and (max-width:1024px){
	
	body{
		font-size: 16px;
	}
}

@media screen and (max-width:768px){
	.tarjeta, .tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#img2{
		text-align: center;
	}
	
	#titulo{
		width: 80%;
	}
}

@media screen and (max-width:600px){
	body{
		font-size: 15px;
	}
	
	#titulo{
		width: 100%;
		margin-top: -10px;
	}
	
	#informacion{
		height: 17%;
	}
}

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

@media screen and (max-width:450px){
	body{
		font-size: 12px;
	}
	
	#modulo3{
		height: 70vh;
	}
	
	#informacion{
		height: 20%;
	}
	
	#modulo3:hover .subir{
	
	height: 46%;
	
}
}

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