@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 */ 

*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
}
body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 22pt;
	color: white;
}

body a{
	text-decoration: none;
	color:white;
}

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

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

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

.subtitulo{
	font-size: 46pt;
}

.azul-hero{
	background-color: #459db9;
}

.azul-m1{
	background-color: #63b0db;
}

.azul-m2{
	background-color: #006483;
}

.azul-m3{
	background-color: #1c92a5;
}

.azul-m4{
	background-color: #2680b2;
}



.textos{
	padding: 40px;
	width: 50%;
}

.foto{
	width: 50%;
}

.animacion{
	width: 50%;
	float: left;
}

.logo{
	width: 50%;
	float: left;
}

h1{
	font-size: 100pt;
	padding: 50px;
	position: relative;
	top:-210px;
	left: 50px;
}

h1 span{
	font-size: 44pt;
	
}

#subtitulo{
	padding: 50px 100px;
	position: relative;
	top:-250px;
}

#modulo1{
	margin-top: -150px;
}

footer{
	padding: 40px;
	background-color: #459db9;
	margin-top: -10px;
}

#lgo{
	margin-top: 20px;
}
#modulo2,#modulo3,#modulo4,#modulo5,#modulo6{
	margin-top: -10px;
}
#lgo-m img{
	margin-left: 420px;
	margin-top: 350px;
}

/* Responsive */

@media screen and (max-width:1450px){
	
	body{
		font-size: 20pt;
	}
	
	#lgo-m img{
	margin-left: 300px;
	margin-top: 250px;
}
}

@media screen and (max-width:1325px){
	
	h1{
	font-size: 90pt;
	top:-175px;
	left: 50px;
}
	
	h1 span{
		font-size: 42pt;
	}
	
	#lgo-m img{
	margin-left: 250px;
	margin-top: 200px;
	}
}

@media screen and (max-width:1235px){
	
	h1{
	font-size: 80pt;
	top:-175px;
	left: 20px;
}
	
	h1 span{
		font-size: 40pt;
	}
	
	#lgo-m img{
	margin-left: 180px;
	
}
	
	.subtitulo{
	font-size: 40pt;
}
	
	body{
		font-size: 18pt;
	}
	
	#subtitulo{
	padding: 60px 70px;
	top:-250px;
}
}

@media screen and (max-width:1110px){
	
	body{
		font-size: 16pt;
	}
	
	.subtitulo{
	font-size: 35pt;
}
	
	#lgo-m img{
	margin-left: 140px;
	margin-top: 150px;
	}
}
@media screen and (max-width:1024px){
	
	body{
		font-size: 14pt;
	}
	
	h1{
	font-size: 65pt;
	top:-150px;
	
}
	
	h1 span{
		font-size: 32pt;
	}
	#subtitulo{
	padding: 60px 75px;
	top:-250px;
}
	
	.subtitulo{
	font-size: 32pt;
}
	
	#lgo-m img{
	margin-left: 100px;
	margin-top: 130px;
	}
}

@media screen and (max-width:768px){
	h1{
	font-size: 50pt;
	top:-130px;
    left: 0px;
	
}
	
	h1 span{
		font-size: 22pt;
	}
	
	body{
		font-size: 12pt;
	}
	
	.subtitulo{
	font-size: 26pt;
		
}
	.textos{
		padding: 17px;
	}
	
	#subtitulo{
	padding: 80px 50px 0px;
	top:-250px;
}
	
	#lgo-m img{
	margin-left: 30px;
	margin-top: 90px;
	}
	
	footer{
		margin-top: -3px;
	}
}

@media screen and (max-width:500px){
h1{
	font-size: 30pt;
	top:-100px;
    left: -10px;
	
}
	
	body{
		font-size: 11pt;
		float: none;
	}
	
	.tarjeta{
		display: block;
	}
	
	.tarjeta2{
		display: block;
	}
	.foto{
		width: 100%;
		 
	}
	
	.textos{
		width: 100%;
		padding: 20px;
	}
	#subtitulo{
	padding: 110px 40px 0px;
	top:-250px;
}
	.animacion{
		float: none;
		width: 100%;
	}
	
	.logo{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	footer{
		padding: 20px;
	}
	
	#lgo-m img{
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
}

@media screen and (max-width:320px){
	
	body{
		font-size: 10pt;
	}
	
	h1{
	font-size: 16pt;
	top:-85px;
    left: -25px;
	
}
	
	h1 span{
		font-size: 12pt;
	}
	#subtitulo{
	padding: 120px 24px 0px;
	top:-250px;
}
	
	.subtitulo{
	font-size: 20pt;
		
}
}

/* Interacciones */

.cursor{
	transition: all 2s ease;
}
.cursor:hover{
	transform: scale(1.05);
}