@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: 15pt;
font-weight: 300;	
line-height: 1.3;
}

img{
	max-width: 100%;
}

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

.primario{
	width: 50%;
}

.secundario{
	width: 100%;
}

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

#txt1,#txt4{
	width: 60%;
}

.superior{
	top:50px;
}

.textos{
	padding: 60px;
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  top:250px;	
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.subtitulo{
	font-family: 'Cormorant Garamond', serif;
	font-size: 35pt;
	text-transform: uppercase;
	
}

.informacion{
	position: absolute;
	bottom: 0;
	height: 16%;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
	
}
#modulo2{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	top:80px;
}
#modulo2:hover .subir{
	bottom: 0;
	overflow: visible;
	height: 32%;
}

h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 19pt;
	text-decoration: underline;
	text-transform: uppercase;
	color: white;
	
}

.titulo{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 46pt;
	text-transform: uppercase;
	color: white;
}

.titulo span{
	font-weight: 700;
}

.titular{
	width: 50%;
	position: relative;
	top:400px;
	right: 250px;
}

.bajada{
	font-size: 18pt;
	color: #333333;
}

.margen{
	padding: 50px;
}

.subtitulo{
	font-family: 'Cormorant Garamond', serif;
	font-size: 35pt;

}

.txt-gray{
	color: #4c4c4c;
}

.txt-white{
	color: white;
}

.back-morado{
	background-color: #6c5e95;
}

.back-purple{
	background-color: #c2bdd3;
}

#info{
	background-color: rgb(91,82,145,0.40);
}

#modulo3{
	top: 120px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#modulo4{
	top:160px;
}

footer{
	background-color: #c2bdd3;
	margin-top: 160px;
	padding: 50px;
}

footer img{
	width: 25%;
}



@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){
	#modulo2:hover .subir{
	height: 38%;
}
}

@media screen and (max-width:1178px){
	
	body{
		font-size: 14pt;
	}
	
	.titular{
		width: 60%;
		right: 180px;
	}
	
	.subtitulo{
		font-size: 30pt;
	}
	
	
	
	#modulo2:hover .subir{
	height: 38%;
}
}

@media screen and (max-width:1056px){
	body{
		font-size: 13pt;
	}
	
	.titulo{
		font-size: 40pt;
	}
	
	.bajada{
		font-size: 15pt;
	}
	
	h1{
		font-size: 17pt;
	}
	
	.subtitulo{
		font-size: 26pt;
	}
	
.carousel-caption {
  
  top:200px;	
  
}
	
	.textos{
		padding: 50px;
	}
	
	#modulo2,#modulo3{
		width: 82%;
	}
}

@media screen and (max-width:912px){
	body{
		font-size: 12pt;
	}
	
	#modulo2,#modulo3{
		width: 84%;
	}
	
	.subtitulo{
		font-size: 24pt;
	}
	
	#modulo2:hover .subir{
	height: 40%;
}
.titular{
		
		right: 130px;
	    top: 450px;
	}
	
	.titulo{
		font-size: 36pt;
	}
	
	.bajada{
		font-size: 14pt;
	}
	
	h1{
		font-size: 17pt;
	}
	
	.subtitulo{
		font-size: 26pt;
	}
	
	.carousel-caption {
  
  top:150px;	
  
}
	
	.textos{
		padding: 40px;
	}
}

@media screen and (max-width:800px){
	
	.titular{
		top: 400px;
	}
	
	.carousel-caption {
  
  top:100px;	
  
}
	.subtitulo{
		font-size: 22pt;
	}
	.tarjeta{
		flex-direction: column;
	}
	
	#txt1,#txt4{
	width: 72%;
}
	
	#modulo2,#modulo3{
		width: 90%;
	}
}

@media screen and (max-width:686px){
	
	body{
		font-size: 11pt;
	}
	
	#hero{
		height: 75vh;
	}
	
	.titular img{
		width: 8%;
	}
	
	.titular{
		
		right: 80px;
	    top: 260px;
		width: 65%;
	}
	
	.titulo{
		font-size: 30pt;
	}
	
	.bajada{
		font-size: 12pt;
	}
	
	h1{
		font-size: 16pt;
	}
	
	.subtitulo{
		font-size: 16pt;
	}
	
	.carousel-caption {
  
  top:0px;	
  
}
	
	#info img{
		width: 8%;
	}
	
	#txt1,#txt4{
	width: 80%;
}
	
	#modulo2:hover .subir{
	height: 60%;
}
	
	.textos{
		padding: 30px;
	}
	
	footer img{
	width: 40%;
}

}

@media screen and (max-width:500px){
	#hero{
		height: 60vh;
	}
	
	.titular{
		
		right: 50px;
	    top: 220px;
		width: 75%;
	}
	
	.titulo{
		font-size: 26pt;
	}
	
	h1{
		font-size: 14pt;
	}
	
	.bajada{
		font-size: 11pt;
	}
	
	.carousel-caption {
  
  right: 10%;
  left: 10%;		
  
}
	
	.margen{
		padding: 40px;
	}
	
	.textos{
		padding: 20px;
	}
	
	.subtitulo{
		font-size: 14pt;
	}
	
	#modulo2:hover .subir{
	height: 65%;
}
	
	footer img{
	width: 50%;
}
}

@media screen and (max-width:400px){
	
	body{
		font-size: 9pt;
	}
	
	#hero{
		height: 50vh;
	}
	
	.titular{
		width: 90%;
		left: auto;
		right: auto;
		top:80px;
	}
	
	.bajada{
		font-size: 10.5pt;
		color: white;
	}
	
	.margen{
		padding: 30px;
	}
	
	#txt1,#txt4{
	width: 90%;
}
	.subtitulo{
		font-size: 12pt;
	}
	
	.informacion{
		height: 30%;
	}
	
	#modulo2:hover .subir{
	height: 90%;
}
	
	footer{
		padding: 30px;
	}
	footer img{
	width: 60%;
		
}
}

@media screen and (max-width:350px){
	.titulo{
		font-size: 20pt;
	}
	
	.titular{
		top: 95px;
	}
	
	.margen{
		padding: 20px;
	}
	
	.carousel-caption {
  
  right: 5%;
  left: 5%;		
  
}
	
	#modulo2:hover .subir{
	height: 100%;
}
}