@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: CaviarDreams;
	font-size: 22pt;
	line-height: 1.1;
	
}

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

.subtitulo{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 42pt;
}

.verde{
	background-color: #3eb4ab; 
}

.verde-txt{
	color: #3eb4ab;
	font-family: CaviarDreams_Bold;
}

#txt1{
	padding: 20px;
	
	border-width: 6px;
}

#modulo1 p{
	padding: 20px;
	border: solid;
	border-width: 5px;
}

.logo{
	width: 35%;
	
}

.fondo-fto{
	background-image: url("images/img-hero.jpg");
	background-size: cover;
	background-position: center;
	
}

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

#modulo3{
	margin-top: -10px;
}
h1{
	font-family: 'Oswald', sans-serif;
	font-size: 58pt;
	font-weight: 600;
	padding: 24px;
	text-transform: uppercase;
	background-color: white;
	border: solid;
	border-width: 7px;
	text-align: center;
	
	
}

#fondo{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content:space-around;
}

.rosa{
	background-color: #f5daea;
}

.texto{
	padding: 30px;
}

#img-mob{
	display: none;
}

#txt3{
	width: 32%;
	padding: 30px;
	background-color: white;
	border: solid;
	border-width: 6px;
}

#modulo3{
	display: flex;
	align-items: center;
	justify-content:space-between;
	padding-left: 30px;
}

.azul{
	background-color: #bce5e2;
}

.margen{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0px;
}

#modulo5 img{
	padding-bottom: 20px;
}
footer{
	background-color: #e196c2;
	height: 10vh;
}

.zoom{
	transition: all 2s ease;
}

.zoom:hover {
	transform: scale(1.05);
}

#cursor1{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:55%;
	margin-top: -60px;
	padding-bottom: 10px;
}

#cursor2{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:55%;
	margin-top: -90px;
	padding-bottom: 40px;
}

#cursor3 {
	text-align: center;
	position: relative;
	margin-top: -90px;
}

/* Responsive */

@media screen and (max-width:1280px){
	body{
		font-size: 20pt;
	}
}

@media screen and (max-width:1024px){
	
	body{
		font-size: 16pt;
	}
	
	h1{
		font-size: 46pt;
	}
	
	.subtitulo{
		font-size: 34pt;
	}
}

@media screen and (max-width:800px){
	body{
		font-size: 12pt;
	}
	
	h1{
		font-size: 36pt;
	}
	
	.subtitulo{
		font-size: 26pt;
	}
	.logo{
	width: 42%;
	
}
	
	footer{
		height: 7vh;
	}
	#fondo{
		height: 80vh;
	}	
	
}

@media screen and (max-width:600px){
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	.logo{
		width: 50%;
	}
	
	#fondo{
		height: 65vh;
	}
	
	#txt2,#txt4{
		width: 90%;
	}
	
	h1{
		font-size: 30pt;
		padding: 20px;
	}
	
	.fondo-fto2{
		background-image: none;
		height: 40vh;
	}
	#img-mob{
		display: block;
	}
	
	#txt3{
	width: 85%;
	padding: 20px;
	
}
	
	#modulo3{
		padding-left: 0px;
		justify-content: center;
		align-items: center;
}
	
	#img2 img{
		margin-top: -30px;
	}
	
	#cursor1{
		width: 100%;
		text-align: center;
		margin-top: -280px;
		padding-bottom: 250px;
	}
	
	#cursor2{
		width: 100%;
		text-align: center;
		margin-top: -340px;
		padding-bottom: 280px;
	}
}

@media screen and (max-width:480px){
	#fondo{
		height: 60vh;
	}
	
	.logo{
		width: 70%;
	}
	
	h1{
		font-size: 26pt;
		padding: 18px;
	}
	
	body{
		font-size: 11pt;
	}
	
	#txt3{
		margin-top: 25px;
	}
	
	footer{
		height: 10vh;
	}
	.fondo-fto2{
		height: 40vh;
	}
	
}

@media screen and (max-width: 380px){
	h1{
		font-size: 20pt;
		padding: 12px;
	}
	
	#fondo{
		height: 35vh;
	}
	
	body{
		font-size: 10pt;
	}
	
	.subtitulo{
		font-size: 20pt;
	}
	
	.fondo-fto2{
		height: 50vh;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	footer{
		height: 8vh;
	}
}

/* Animaciones*/

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

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

