@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-weight: 400;
font-style: normal;
font-size: 16pt;
color: #585858;
line-height: 1.3;
}

img{
	max-width: 100%;
}

.modulo{
	position: relative;
	overflow: hidden;
    margin-top: 50px;
}

.primario{
	width: 50%;
}

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

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

h1{
	font-family: JosefinSans-SemiBold;
	font-size: 29pt;
	
}

.texto{
	width: 39%;
	padding: 32px;
	margin-left: auto;
	margin-right: auto;
}

#img-hero img{
	width: 25%;
}

.liv{
	
	font-weight: 700;
}	




.tarjeta-txt{
	padding: 0px 40px
}

.subtitulo{
	font-family: JosefinSans-Light;
	font-size: 26pt;
}

.tarjeta-3{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.tarjeta4{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#modulo11 img{
	width: 25%;
}

#footer-mob{
	display: none;
}

.cursor{
	width: 50%;
	margin-left: auto;
	position: relative;
	top:-80px;
}

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

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

/* Responsive */

@media screen and (max-width:1030px){
	#img-hero img{
	width: 30%;
}
	
	.texto{
		width: 44%;
	}
	
	body{
		font-size: 15pt;
	}
	
	.subtitulo{
		font-size: 24pt;
	}
	
	.cursor{
		top:-50px;
	}

}

@media screen and (max-width:800px){
	#img-hero img{
	width: 36%;
}
	
	h1{
		font-size: 24pt;
	}
	
	.texto{
		width: 50%;
	}
	
	body{
		font-size: 13pt;
	}
	
	.subtitulo{
		font-size: 18pt;
	}
	
	#modulo11 img{
	width: 28%;
}
}

@media screen and (max-width:600px){
	#img-hero img{
	width: 50%;
}
	
	.texto{
		width: 64%;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	.tarjeta4{
		width: 70%;
	}
	
	#modulo11 img{
	width: 40%;
}
	
	footer{
		display: none;
	}
	
	#footer-mob{
		display: block;
	}
	
	.cursor{
		width: 100%;
	}
}

@media screen and (max-width:500px){
	#img-hero img{
	width: 58%;
}
	
	.texto{
		width: 66%;
		padding: 24px;
	}
	
	body{
		font-size: 12pt;
	}
	
	.subtitulo{
		font-size: 16pt;
	}
	
	.tarjeta-3{
		width: 84%;
	}
	
	.modulo{
		margin-top: 30px;
	}
	
	#modulo11 img{
	width: 60%;
}
}
@media screen and (max-width:375px){
	#img-hero img{
	width: 66%;
}
	
	h1{
		font-size: 18pt;
	}
	
	.texto{
		width: 76%;
		padding: 20px;
	}
	
	body{
		font-size: 11pt;
	}
	
	.subtitulo{
		font-size: 15pt;
	}
	
	.tarjeta4{
		width: 76%;
	}
	
	.cursor{
		top: -40px;
	}
	
	#curs img {
		width: 12%;
		
	}
	
	#cur2 img {
		width: 12%;
		
	}
}

@media screen and (max-width:320px){
	h1{
		font-size: 16pt;
	}
	
	body{
		font-size: 10pt;
	}
	
	.texto{
		padding: 14px;
	}
	
	.subtitulo{
		font-size: 13pt;
	}
	
	.cursor{
		top:-30px;
	}
	
	
}