@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: 'Almarai', sans-serif;	
font-size: 16pt;
line-height: 1.3;
color:#00a99d	
}

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{
	padding: 40px 0px;
}
.marca{
	font-size: 1.11em;
	text-decoration: underline;
	text-transform: uppercase;
}

.titulo{
	font-size: 3.25em;
	text-transform: uppercase;
}

.bajada{
	font-size: 1.125em;
	text-decoration: underline;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.txt-blanco{
	color: white;
}
.subtitulo{
	font-size: 2em;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: 300;
}

.textos{
	padding: 40px;
}

.contenedor{
	padding: 40px 230px;
}

.margen{
	padding: 80px;
}

.bck-green{
	background-color: #00a99d;
}



#txt-1{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#txt-2{
	padding: 120px;
}

#modulo2{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#txt3, #info2{
	background-color: rgba(0,169,157,0.66);
}

.pointer{
	display: flex;
	justify-content: center;
}

.pointer h3{
	padding: 5px;
}

.pointer img{
	padding: 16px;
}
.cursor-central{
	position: relative;
	top:-70px;
}

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

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

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

#modulo3:hover .subir{
	bottom: 0;
	overflow: visible;
	height: 25%;
	opacity: 1;
}

#modulo5:hover .subir{
	bottom: 0;
	overflow: visible;
	height: 35%;
	opacity: 1;
}

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

#txt-2: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:1280px){
	body{
		font-size: 14pt;
	}
	
	#txt-2{
	padding: 100px;
}
}

@media screen and (max-width:1174px){
	body{
		font-size: 13pt;
	}
	
	#txt-2{
	padding: 80px;
}
	#modulo3:hover .subir{
	
	height: 35%;
	
}

#modulo5:hover .subir{
	
	height: 45%;
	
}
	
	#lgo-elle{
		width: 20%;
	}
	
	#cta{
		width: 25%;
	}
	
	.informacion{
	
	height: 17%;
	
	
}
}

@media screen and (max-width:800px){
	.tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#modulo2{
		width: 70%;
	}
	
	.informacion{
	
	height: 23%;
	
	
}
#modulo3:hover .subir{
	
	height: 45%;
	
}

#modulo5:hover .subir{
	
	height: 60%;
	
}
	
	.cursor-der{
	width: 100%;
	top:-500px;	
	
}
}

@media screen and (max-width:600px){
	body{
		font-size: 12pt;
	}
	
	#txt-2{
	padding: 50px;
}
	.cursor-central{
	position: relative;
	top:-40px;
}
	
	#modulo2{
		width: 75%;
	}
	
	#modulo3:hover .subir{
	
	height: 65%;
	
}

#modulo5:hover .subir{
	
	height: 85%;
	
}
	.margen{
	padding: 60px;
}
	.cursor-der{
		top:-480px;
	}
	
	#lgo-elle{
		width: 30%;
	}
	
	#cta{
		width: 35%;
	}
}

@media screen and (max-width:500px){
	body{
		font-size: 10pt;
	}
	
	.contenedor{
	padding: 30px 60px;
}
	.margen{
	padding: 30px;
}
	
	#modulo5:hover .subir{
	
	height: 95%;
	
}
	
	.textos{
		padding: 30px;
	}
	
	.informacion{
	
	height: 30%;
}
	
	.logos{
		flex-direction: column;
	}
}

@media screen and (max-width:400px){
	
	body{
		font-size: 9pt;
	}
	
	#modulo2{
		width: 90%;
	}
	
	#txt-2{
	padding: 40px;
}
	
	.informacion{
	
	height: 30%;
}
	
	#modulo3:hover .subir{
	
	height: 90%;
	
}
	#modulo5:hover .subir{
	
	height: 100%;
	
}
	.textos{
		padding: 10px;
	}
	
	.cursor-der{
		top:-330px;
	}
	
	#lgo-elle{
		width: 35%;
	}
	
	#cta{
		width: 40%;
	}
}

@media screen and ( max-width:350px){
	#info2 p{
		font-size: 8pt;
	}
	
	#info2 br{
		display: none;
	}
	
	#lgo-elle{
		width: 45%;
	}
	
	#cta{
		width: 50%;
	}
}