@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: 'Raleway', sans-serif;
font-size: 20px;	
line-height: 1.3;
color: #595959;
}

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{
	font-size: 3em;
	color: #2e6694;
	font-weight: 900;
	background-image: url("images/hero-img.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}

h1{
	text-transform: uppercase;
	padding-top: 1em;
}

h1 span{
	font-weight: 300;
}

.bajada{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.2em;
	width: 48%;
	padding: 2em 0em;
	margin-left: auto;
	margin-right: auto;
	
}

.subtitulo{
	font-size: 2em;
	color: #2e6694;
	font-weight: 900;
	text-transform: uppercase;
}

h3{
font-size: 2em;
color: white;
font-weight: 900;
text-transform: uppercase;	
}

.textos{
	padding: 2em;
}

.contenedor{
	padding: 3em 8em;
}

#modulo1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

#modulo1 p{
	width: 64%;
}

#modulo2{
	background-color: #2e6694;
	color: white;
}

#cursor1{
	position: relative;
	width: 50%;
	text-align: center;
	top: -10em;
}

#tarjeta2{
	margin-top: -30px;
}

#cursor2{
	position: relative;
	width: 50%;
	margin-left: auto;
	text-align: center;
	top: -10em;
}

#modulo4{
	padding: 1em 2.2em;
	border-bottom: solid 1px #4F4F4F;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#logos{
	padding: .5em 1.5em;
	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: 1128px){
	body{
		font-size: 16px;
	}
}

@media screen and (max-width:900px){
	.tarjeta, .tarjeta2, #modulo1{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#cta{
		text-align: center;
	}
	
	#modulo1 p{
	width: 100%;
}
	
	#cursor1{
		width: 100%;
		top: -34em
	}
	
	#cursor2{
		width: 100%;
		margin-right: auto;
		top: -30em;
	}
}

@media screen and (max-width:768px){
	#logos{
		flex-direction: column;
	}
	
	.contenedor{
	padding: 2em 4em;
}
	
	#modulo4{
	padding: 1em 1.2em;
	
}
	
	.bajada{
		width: 90%;
	}
}

@media screen and (max-width:500px){
	body{
		font-size: 14px;
	}
	
	.contenedor{
	padding: 1em 2em;
}
	#modulo4{
	padding: 1em 1em;
	
}
}

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