@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: 'Noto Serif TC', serif;	
font-size: 14pt;
font-weight: 400;	
line-height: 1.3;
color: #7a8597;	
}

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

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

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

.marca{
	font-weight: 500;
	color: #cfd2d3;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: underline;
}

.titulo{
	color: #fdc689;
	font-size: 3.14em;
	font-weight: 200;
	text-transform: uppercase;
}

.slogan{
	color: #fdc689;
	font-size: 1.14em;
	text-decoration: underline;
	font-weight: 300;
	
}

.bajada{
	color: #8c8c8c;
	font-weight: 500;
	font-size: 1.14em;
	
}

.subtitulo{
	color: #fdc689;
	font-size: 2.14em;
	text-transform: uppercase;
	font-weight: 700;
}

.textos{
	padding: 50px;
}

.margen{
	padding: 50px 100px;
}

.contenedor{
	padding: 68px 232px;
}

#txt1 p{
	width: 60%;
}

#txt1 h3{
	margin-left: auto;
}

footer{
	background-color: #f9ad81;
	padding: 30px;
	
}
.logos{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#modulo2 p{
	padding: 30px 80px;
	background-color: rgb(249,173,129,0.80);
}

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

#modulo2:hover .subir{
	bottom: 0;
	overflow: visible;
	height: 15%;
	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-2.jpg");
	background-size: cover;
	background-position: center;
}

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

#modulo3 h3{
	padding: 20px;
}

#modulo3 p{
	padding: 20px 140px 40px;
}

#modulo3{
	border: solid 10px #fdc689;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-top: 150px;
	padding-bottom: 150px;
	
}

#modulo5{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}


.foto{
	padding: 3px;
	width: 33.3%;
}

.card-slide{
	
}

.cursor-central{
	position: relative;
	top:-50px;
}

@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: 13pt;
	}
	
	#modulo3{
	padding-top: 120px;
	padding-bottom: 120px;
	
}
	#modulo2:hover .subir{
	
	height: 18%;
	
}

}

@media screen and (max-width:1024px){
	
	body{
		font-size: 12pt;
	}
	
	#modulo2:hover .subir{
	
	height: 24%;
	
}
	#modulo3{
	padding-top: 80px;
	padding-bottom: 80px;
	width: 60%;	
	
}
	#modulo3 p{
	padding: 20px 100px 40px;
}
}

@media screen and (max-width:800px){
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	.marca{
		text-align: center;
	}
	
	.titulo{
		text-align: center;
	}
	
	.titulo br{
		display: none;
		
	}
	
	.tarjeta-txt{
		flex-direction: column;
		justify-content: center;
	}
	
	#txt1 h3{
	margin-left: auto;
	margin-right: auto;	
}
	
	#txt1 p{
	width: 70%;
}
#modulo2:hover .subir{
	
	height: 40%;
	
}
	
	#modulo3{
	padding-top: 80px;
	padding-bottom: 80px;
	width: 70%;	
	
}
	
	#modulo3 p{
	padding: 20px 80px 40px;
}
	
	.foto{
		width: 100%;
	}
	
	#modulo5{
		width: 70%;
	
		
	}
	
	.cta{
		width: 30%;
	}
}

@media screen and (max-width:600px){
	.margen{
	padding: 50px 70px;
}
.contenedor{
	padding: 68px 150px;
}
	#txt1 p{
	width: 80%;
}
	
	.textos{
		padding: 30px;
	}
	
	#modulo2:hover .subir{
	
	height: 60%;
	
}
	#modulo3{
	padding-top: 60px;
	padding-bottom: 60px;
	width: 90%;	
	
}
	
	.elle{
		width: 30%;
	}
}

@media screen and (max-width:500px){
	body{
		font-size: 11pt;
	}
	
	#txt1 p{
	width: 80%;
}
	
	.contenedor{
	padding: 50px 80px;
}
	
	.margen{
	padding: 50px 50px;
}
	#modulo2:hover .subir{
	
	height: 80%;
	
}
#modulo3 h3{
	padding: 10px;
}
	
	#modulo3 p{
	padding: 20px 50px 40px;
}
	
	.logos{
		flex-direction: column;
	}
	
	.cta, .elle{
		width: 50%;
	}
	
	
}

@media screen and (max-width:400px){
	body{
		font-size: 10pt;
	}
	
	.margen{
	padding: 30px 30px;
}
	
	.contenedor{
	padding: 40px 60px;
}
	#modulo2 p{
	padding: 30px 30px;
	background-color: rgb(249,173,129,0.80);
}
	#modulo3 p{
	padding: 20px 20px 30px;
}
	.subtitulo{
	
	font-size: 1.7em;
	
}
	
	.textos{
		padding: 20px;
	}
}

@media screen and (max-width:350px){
	body{
		font-size: 9pt;
	}
	
	#modulo2:hover .subir{
	
	height: 90%;
	
}
	#modulo2 p{
	padding: 20px 20px;
	
}
}