@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: ComexP-Medium;
font-size: 16pt;	
line-height: 1.3;
}

img{
	max-width: 100%;
}

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

.primario{
	width: 50%;
}

.secundario{
	width: 70%;
}

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

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



h1{
	font-size: 34pt;
	text-transform: uppercase;
	color: #085076;
	opacity: .90;
	font-family: ComexP-Light;
}

h2{
	font-size: 46pt;
	text-transform: uppercase;
	color: #b62078;
	opacity: .90;
	font-family: ComexP-Bold
}

.bajada{
	color: #085076;
	opacity: .70;
	font-size: 17pt;
	font-family: ComexP-Bold;
}

#titulo{
	text-align: center;
	position: relative;
	margin-left: auto;
	padding: 80px;
	margin-top: -600px;
	padding-bottom: 250px;
}

.azul-bck{
	background-color: #085076;
}

.texto{
	padding: 80px;
	text-align: center;
}

.subtitulo{
	text-transform: uppercase;
	font-size: 27pt;
	font-family: ComexP-Bold;
}

#txt1{
	color: white;
}

.rosa{
	font-size: 27pt;
	font-family: ComexP-Bold;
	text-align: center;
	padding: 40px;
	color: #b62078;
	text-transform: uppercase;
}

.rosa-txt{
	width: 60%;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #b62078;
	opacity: .70;
}

#txt3{
	padding: 50px;
	color: white;
}

#txt4{
	padding: 80px;
	
}

#txt4 h3{
	text-transform: uppercase;
	color: #b62078;
}

#txt4 p{
	color: #b62078;
	opacity: .70;
}

#modulo4{
	top: 50px;
	text-align: right;
}



#txt-t2{
	padding: 60px;
	color: white;
	text-align: right;
}

.informacion{
	
	position: absolute;
	bottom: 0;
	height: 0%;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
}

#modulo-3 :hover .slide{
	bottom: 0;
	overflow: visible;
	height: 100%;
	background-color: #397391;
}

.cur-der{
	position: relative;
	top:-50px;
	width: 50%;
	margin-left: auto;
	text-align: center;
}

.cursor{
	position: relative;
	top:-50px;
	text-align: 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:1265px){
	

h2{
	font-size: 45pt;
	
}
}

@media screen and (max-width:1160px){
	h2{
	font-size: 40pt;
	
}
	
	h1{
	font-size: 30pt;
	
}

}

@media screen and (max-width:1036px){
	
	body{
		font-size: 13pt;
	}
	
	h2{
	font-size: 36pt;
	
}
	
	h1{
	font-size: 28pt;
	
}
	
	.bajada{
	
	
	font-size: 15pt;
	
}
	.subtitulo{
		font-size: 22pt;
	}
	
	#titulo{
		margin-top: -500px;
		padding-bottom: 200px;
	}
}

@media screen and (max-width:800px){
	h2{
	font-size: 28pt;
	
}
	
	h1{
	font-size: 24pt;
	
}
	
	.bajada{
	
	
	font-size: 14pt;
	
}
	#titulo{
		margin-top: -400px;
		padding-bottom: 100px;
		width: 55%;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
		
	}
	
	#txt1, #txt4{
		width: 80%;
		
	}
	
	.rosa{
	font-size: 22pt;
	
}
	.cur-der{
		width: 100%;
		margin-left:0;
		
	}
	
	#cursor-3{
		top:-400px;
	}

}

@media screen and (max-width:686px){
	#cursor-3{
		top:-450px;
	}
}

@media screen and (max-width:600px){
	
	h2{
	font-size: 24pt;
	
}
	
	h1{
	font-size: 20pt;
	
}
	
	.bajada{
	
	
	font-size: 12pt;
	
}
	
	#hero{
		
	}
	#titulo{
		
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		top:-120px;
		
		
	}
	
	#hero img{
		margin-top: 220px;
		
		
	}
	
	#modulo1{
		margin-top: 250px;
	}
	
	.rosa-txt{
		width: 90%;
		padding: 30px;
	}
	
}

@media screen and (max-width:500px){
	
	body{
		font-size: 12pt;
	}
	
	#titulo{
		
		
		top:-80px;
		
		
	}
	
	#hero img{
		margin-top: 220px;
		
		
	}
	
	.subtitulo{
		font-size: 20pt;
	}
	
	.rosa{
	font-size: 20pt;
	
}
	
	
	#cursor-3{
		top:-300px;
	}
	
	#txt4{
		width: 100%;
		padding: 40px;
	}
	
	.texto{
		padding: 30px;
		
	}
}

@media screen and (max-width:420px){
	
	body{
		font-size: 11pt;
	}
	
	#titulo{
		
		
		top:-40px;
		
		
	}
	
	#hero img{
		margin-top: 250px;
		
		
	}
	
	#txt3{
		padding: 30px;
	}
	
	#cursor-3{
		top:-330px;
	}
}

@media screen and (max-width:350px){
	
	body{
		font-size: 10pt;
	}
	
	h2{
	font-size: 21pt;
	
}
	
	h1{
	font-size: 18pt;
	
}
	
	#titulo{
		
		padding-bottom: 0px;
		top:-10px;
		
		
	}
	
	#hero img{
		margin-top: 250px;
		
		
	}
	
	.bajada{
		font-size: 11pt;
	}
	
	#modulo1{
		margin-top: 220px;
	}
	
	.rosa{
		font-size: 18pt;
	}
	
	.subtitulo{
		font-size: 18pt;
	}
	.rosa-txt{
		
		width: 76%;
	}
	
	.texto{
		padding: 20px;
	}
	
	.rosa-txt{
		width: 100%;
		padding: 20px;
	}
}