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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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-size: 20px;
line-height: 1.3;
}

img{
	max-width: 100%;
}

video{
	
	
	width: 100%;
	
	
}





.marca{
	text-transform: uppercase;
	text-decoration: underline;
}


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

.textos{
	padding: 2rem;
}

#pleca{
	padding: .5rem;
	background-color: black;
}

#contenedor{
	position: relative;
	margin-top: -10rem
}

#modulo1{
	width: 36%;
	text-align: center;
	padding: 4rem;
	border: solid 12px;
	margin-left: auto;
	margin-right: auto;
}

#modulo2{
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

#modulo3{
	background-image: url("images/bck-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



#modulo4, #modulo6{
}

#txt3{
	width: 46%;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}

.margen{
	
	padding: 2rem 5rem;
}

#img-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-1.jpg");
	background-size: cover;
	background-position: center;
}

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

#cursor1{
	position: relative;
	top:-6rem;
}

#cursor2{
	position: relative;
	top:-5rem;
}

#cursor3{
	position: relative;
	width: 50%;
	margin-left: auto;
	top: -3rem;
}

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

.flotar{
	animation: flota 1s infinite;
	animation-timing-function: linear;
	
}
@media screen and (max-width:1280px){
	body{
		font-size: 18px;
	}
	
	#modulo1{
		width: 38%;
	}
}
@media screen and (max-width:1024px){
	body{
		font-size: 16px;
	}
	
	#modulo1{
		width: 44%;
	}
}

@media screen and (max-width:800px){
	body{
		font-size: 14px;
	}
	
		
	#modulo1{
		width: 54%;
	}
	
	.primario{
		width: 100%;
		
	}
	.tarjeta{
		flex-direction: column;
	}
	
	#cursor3{
		width: 100%;
	}
	
	#modulo9{
		flex-direction: column-reverse;
	}
}

@media screen and (max-width:600px){
	#modulo1{
		width: 68%;
	}
	
	#txt3{
		width: 80%;
	}
}

@media screen and (max-width:500px){
	
	
	#contenedor{
		margin-top: -16rem;
	}
	
		
	.textos{
		padding: 1rem;
	}
	
	.margen{
		padding: 2rem;
	}
}

@media screen and (max-width:400px){
	#modulo1{
		width: 90%;
	}
	
	.titulo{
		width: 90%;
	}
	
	.foto{
		padding: 1rem;
	}
	
	#cursor2{
		top:-2rem
	}
}
