@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: 'Roboto Condensed', sans-serif;	
font-size: 20px;
line-height: 1.3;
}

img{
	max-width: 100%;
}

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

.primario{
	width: 50%;
}

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

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

header{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	background-image: url("images/hero-img.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

h1{
	font-size: 3em;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
}

h1 span{
	font-weight: 700;
}

header p{
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}

h2{
	font-size: 2.2em;
	text-decoration: underline;
	text-transform: uppercase;
}

h2 span{
	font-weight: 700;
}

#modulo1{
	height: 80vh;
	background-image: url("images/img-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#modulo1 h2{
	padding-top: 11em;
}

.sub-yw{
	color: #f2fd47;
}

.sub-pnk{
	color: #ff3fd2;
}

#txt1{
	background-color: #f2fd47;
	padding: 1em;
	
}

#txt1 p{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.textos{
	padding: 2em;
}

.contenedor{
	padding: 4em;
}

#point-1{
	position: relative;
	width: 50%;
	text-align: center;
	top:-3.2em;
}

#point-2{
	position: relative;
	top: -3em;
}

#point-3{
	position: relative;
	width: 50%;
	margin-left: auto;
	top:-4em;
}

#modulo3{
	padding: 4em;
	width: 54%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/bck-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#txt3{
	text-align: right;
}

#modulo5{
	background-image: url("images/bck-2.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
}

#logos{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

footer{
	background-color: #ff3fd2;
	padding: 1.4em;
}

#imagen-hv{
	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;
	background-image: url("images/img-3-hv.jpg");
	background-size: cover;
	background-position: center;
}

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

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

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

@media screen and (max-width:1100px){
	#modulo3{
		width: 58%;
	}
}
@media screen and (max-width:1024px){
	body{
		font-size: 18px;
	}
}

@media screen and (max-width:800px){
	
	body{
		font-size: 16px;
	}
	
	#modulo3{
		width: 76%;
	}
	
	#modulo1 h2{
	padding-top: 14em;
}
	header p{
	width: 54%;
	
}
	
	
}

@media screen and (max-width:768px){
	.tarjeta, .tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}


#point-1{
	width: 100%;
	top:-18em;
}
	
	#point-3{
	
	width: 100%;
	margin-left: auto;
	top:-22em;
	margin-right: auto;	
}
	
	#txt1 p{
	width: 74%;
	
}
	#txt3{
	text-align: left;
}

}

@media screen and (max-width:600px){
	
	#modulo3{
		width: 100%;
	}
	
	#logos{
		flex-direction: column;
		
	}
	
	#logos img{
		padding: .5em;
	}
}

@media screen and (max-width:500px){
	body{
		font-size: 14px;
	}
	
	
	
	#modulo1 h2{
	padding-top: 16em;
}
	header p{
	width: 62%;
	
}
	
	#txt1 p{
	width: 80%;
	
}
	.contenedor{
	padding: 2.6em;
}
	#point-1{
	
	top:-21em;
}
	#point-2{
	
	top: -4.1em;
}
	
	#modulo1{
		height: 80vh;
	}
}
@media screen and (max-width:450px){
	body{
		font-size: 12px;
	}
	header{
		height: 64vh;
	}
	
	#modulo1{
		height: 66vh;
	}
	
	#modulo1 h2{
	padding-top: 14em;
}
	header p{
	width: 72%;
	
}
}
@media screen and (max-width:350px){
	body{
		font-size: 11px;
	}
	
	header{
		height: 68vh;
	}
	
	#modulo1 h2{
	padding-top: 12.6em;
}
}