@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: 'Poppins', sans-serif;	
font-size: 14pt;
line-height: 1.3;
}
body a{
	text-decoration: none;
}
img{
	max-width: 100%;
}

.modulo{
	position: relative;
	overflow: hidden;
    
}

.primario{
	width: 50%;
}

.txt-blue{
	color: #334eb3;
}

.txt-gold{
	color: #fceed0;
}

.txt-white{
	color: white;
}

.back-blue{
	background-color: #18284c;
}

.margen-superior{
	top:50px;
}

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

h1{
	font-size: 19pt;
	color: white;
	text-transform: uppercase;
	text-decoration: underline;
}
.titular{
	padding: 50px;
	width: 40%;
}


.titulo{
	font-family: 'Tenor Sans', sans-serif;
	color: white;
	font-size: 44pt;
	text-transform: uppercase;
}

.bajada{
	font-size: 15pt;
	color: white;
}

.subtitulo{
	font-family: 'Tenor Sans', sans-serif;
	font-size: 30pt;
	text-transform: uppercase;
	text-decoration: underline;
}

.margen{
	padding: 80px;
}

.textos{
	padding: 60px;
}


.pie{
	font-family: 'Tenor Sans', sans-serif;
	font-size: 20pt;
	text-transform: uppercase;
}
.tarjeta{
	display: flex;
	justify-content: center;
	align-items: center;
	
}



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

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

.cursor-central{
	position: relative;
	top:-180px
}

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

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

#txt5{
	width: 30%;
	padding: 150px;
	margin-left: auto;
	margin-right: auto;
}

#txt-ft{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-size: 18pt;
}

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

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

@media screen and (max-width:1280px){
	
h1{
	font-size: 18pt;
	
}
	
.titulo{
	
	font-size: 40pt;
	}

.bajada{
	font-size: 14pt;
	
}
	
	#txt5{
		padding: 130px;
		width: 33%;
	}
	
}

@media screen and (max-width:1170px){
	
	#txt5{
		padding: 100px;
		width: 36%;
	}
}

@media screen and (max-width:1086px){
	#txt5{
		padding: 100px;
		width: 38%;
	}
	
	.cursor-central{
		top: -160px;
	}
}

@media screen and (max-width:1030px){
	
	body{
		font-size: 12pt;
	}
	
	h1{
	font-size: 16pt;
	
}
	
.titulo{
	
	font-size: 32pt;
	}

.bajada{
	font-size: 12.5pt;
	
}
	
	.subtitulo{
		font-size: 24pt;
	}
	
	.pie{
		font-size: 16pt;
	}
	
	.textos{
		padding: 40px;
	}
	
	.margen{
		padding: 70px;
	}
	#txt5{
		
		width: 35%;
	}
	
	#txt-ft{
		font-size: 16pt;
		width: 68%;
	}
	
	#img-ft img{
		width: 30%;
	}
}

@media screen and (max-width:800px){
	h1{
	font-size: 14pt;
	
}
	
.titulo{
	
	font-size: 26pt;
	}

.bajada{
	font-size: 12pt;
	
}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#txt1,#img1{
		width: 80%;
	}
	
	.cursor-izq{
		width: 100%;
		top:-390px;
	}
	
	.textos{
		padding: 50px;
	}
	
	#txt2{
		width: 90%;
	}
	
	#txt5{
		
		width: 45%;
		padding: 90px;
	}
	
	.cursor-central{
		top: -130px;
	}
}

@media screen and (max-width:600px){
	.titular{
		width: 65%;
	}
	
	.cursor-izq{
		
		top:-430px;
	}
	
	#txt5{
		
		width: 64%;
		padding: 90px;
	}
	
	#txt-ft{
		font-size: 14pt;
		width: 75%;
	}
	
	#img-ft img{
		width: 40%;
	}
}

@media screen and (max-width:500px){
	
	body{
		font-size: 11pt;
	}
	
	
	.titular{
		width: 80%;
		
	}
	
	.subtitulo{
	
	font-size: 20pt;
	}
	
	.pie{
		font-size: 14pt
	}
	
	#txt5{
		padding: 50px;
		width: 80%;
		margin-left: -15px;
	}
	
	.cursor-central{
		top: -110px;
	}
	
	#txt-ft{
		font-size: 12pt;
		width: 80%;
	}
	
	#img-ft img{
		width: 50%;
	}
	
	.margen{
		padding: 60px;
	}
}

@media screen and (max-width:400px){
	
	body{
		font-size: 10pt;
	}
	
	header{
		height: 70vh;
	}
	
	h1{
	font-size: 13pt;
	
}
	
.titulo{
	
	font-size: 22pt;
	}

.bajada{
	font-size: 11pt;
	
}
	
	.subtitulo{
	
	font-size: 16pt;
	}
	
	.pie{
		font-size: 12pt
	}
	
	.margen{
		padding: 40px;
	}
	
	.cursor-izq{
		
		top:-390px;
	}
	
	.cursor-central{
		top: -85px;
	}
	
	#txt-ft{
		font-size: 10pt;
		
	}
}

@media screen and (max-width:350px){
	body{
		font-size: 9pt;
	}
	
	header{
		height: 65vh;
	}
	
	h1{
	font-size: 12pt;
	
}
	
.titulo{
	
	font-size: 19pt;
	}

.bajada{
	font-size: 10pt;
	
}
	
	.subtitulo{
	
	font-size: 14pt;
	}
	
	.pie{
		font-size: 10pt
	}
	
	.margen{
		padding: 25px;
	}
	
	#txt5{
		width: 85%;
		margin-left:-22px;	
	}
	
	.cursor-izq{
		
		top:-365px;
	}
	
	.cursor-central{
		top: -70px;
	}
}