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

body{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 19pt;
}

body a{
	text-decoration: none;
	color: black;
}

img{
	max-width: 100%;
}

.modulo{
	position: relative;
	
	margin-top: 50px;
}

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

h1{
	font-family: Didot;
	font-size: 36pt;
}

h2{
	font-family: Didot LT Std Bold;
	font-size: 60pt;
	text-transform: uppercase;
	text-decoration: underline;
}

.titulo{
	position: relative;
	top:50px;
}

.bajada{
	width: 60%;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22pt;
	opacity: .8;
	text-align: center;
}

.subtitulo{
	font-family: Didot LT Std Italic;
	font-size: 36pt;
	text-decoration: underline;
}

.card1 {
	width: 45%;
	height: 80vh;
	padding: 40px;
	background-color: #bcbdc0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	opacity: .8
}

.imagen{
position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 55%;
	height: 100%;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
}



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

#mod-2:hover .opacidad{
	bottom: 0;
	overflow: visible;
	opacity: 1;
}

#mod-3:hover .opacidad{
	bottom: 0;
	overflow: visible;
	opacity: 1;
}

#mod-4:hover .opacidad{
	bottom: 0;
	overflow: visible;
	opacity: 1;
}


.cursor{
	position: relative;
	top:-120px;
}

.cursor-gray{
	width: 70%;
	margin-left: auto;
	position: relative;
	top:-150px;
	z-index: 3;
}

.cursor3{
	position: relative;
	top:-600px;
}

.tarjeta{
	display: flex;
	justify-content: space-around;
}

.info{
	padding: 30px 30px 30px 100px;
	background-color: #dcdcdc;
	width: 45%;
	display: flex;
	justify-content: center;
	margin-top: 120px;
	align-items: center;
	height: 30vh;
	position: relative;
	right: 147px;
	z-index: 1;
	
	
	
}
.info2{
	padding: 30px 30px 30px 100px;
	background-color: #dcdcdc;
	width: 45%;
	display: flex;
	justify-content: center;
	margin-top: 120px;
	align-items: center;
	height: 30vh;
	position: relative;
	right: 100px;
	z-index: 1;
	
	
	
}

.foto{
	z-index: 2;
}

.foto img  {
	height: 70vh;
	margin-left: 50px;
	
		
}



#modulo2 h3{
	width: 40%;
	padding: 40px;
	position: relative;
	top:-600px;
}

#modulo3{
	width: 46%;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	margin-top: -100px;
}

.primario{
	width:50%;
	
}

.margen{
	padding: 50px;
	text-align: right;
}

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

footer{
	padding: 20px;
}

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

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

footer img{
	width: 3%;
	position: relative;
	top:10px;
}

@media screen and (max-width:1275px){
	.imagen{
		width: 60%;
	}
}



@media screen and (max-width:1176px){
	.info{
	padding: 30px 30px 30px 100px;
	
	right: 100px;
	
	
	
}
.info2{
	padding: 30px 30px 30px 100px;
	
	right: 50px;
	
	
	
	
}
	
	.card1{
	width: 50%;
	height: 70vh;
	
	

}
	
	.imagen{
		width: 65%;
	}
	
	.cursor-gray{
	width: 69%;
	
	top:-130px;
	
}
	
	#modulo2 h3{
	
	top:-500px;
}
	
	.cursor3{
	
	top:-500px;
}
	
	footer img{
	width: 4%;
	
	top:10px;
}
}

@media screen and (max-width:1024px){
	body{
		font-size: 16pt;
	}
	
	h1{
	
	font-size: 30pt;
}

h2{
	
	font-size: 54pt;
	
}
	
	.bajada{
		font-size: 19pt;
	}
	
	.titulo{
		top:620px;
	}
	
	.subtitulo{
		font-size: 30pt;
	}
	
	#modulo2 h3{
	
	top:-430px;
}
	
	.cursor3{
	
	top:-450px;
}	


}

@media screen and (max-width:860px){
	body{
		font-size: 14pt;
	}
	
	h1{
	
	font-size: 26pt;
}

h2{
	
	font-size: 44pt;
	
}
	
	.bajada{
		font-size: 16pt;
	}
	
	
	
	.subtitulo{
		font-size: 24pt;
	}
	
	.card1, .card2, .card3, .card4{
	width: 54%;
	height: 60vh;	
	
}
	
	.foto{
		text-align: center;
	}
	
	.foto img{
	height: 60vh;
	
		
}
	
	.info{
		height: 20vh;
	}
	
	
	#modulo2 h3{
	
	top:-380px;
}
	
	.cursor3{
	
	top:-400px;
}
	.cursor-gray{
		width: 71%;
	}
	
}

@media screen and (max-width:800px){
	.card1, .card2, .card3, .card4{
	width: 60%;
		
	
}
	
	.tarjeta{
		flex-direction: column
	}
	
	.subtitulo{
		text-align: center;
	}
	
	h3 br{
		display: none;
	}
	
	.foto img{
		height: auto;
		max-width: 30%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.info{
	padding:50px;
	width: 50%;
	display: block;
	justify-content: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
	right: auto;
	z-index: 1;
	}
	
	.info2{
	padding:50px;
	width: 50%;
	display: block;
	justify-content: center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
	right: auto;
	z-index: 1;
	}
	
	.tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	.margen{
		text-align: left;
		
	}
	
	#modulo6 p{
		padding: 30px;
	}
	
	.imagen{
		width: 75%;
	}
	.cursor-gray{
	width: 100%;
	text-align: center;
	top:-480px;
	
}
	
	#modulo2 h3{
	
	top:-350px;
}
	
	.cursor3{
	
	top:-370px;
}
	footer img{
	width: 5.5%;
	
	top:10px;
}
}

@media screen and (max-width:600px){
	body{
		font-size: 13pt;
	}
	
	h1{
	
	font-size: 20pt;
}

h2{
	
	font-size: 36pt;
	
}
	
	.bajada{
		font-size: 15pt;
		width: 70%;
		padding: 30px;
	}
	
	
	
	.subtitulo{
		font-size: 24pt;
	}
	.card1, .card2, .card3, .card4{
	height: 50vh;
		
	
}
	
	#modulo3{
	width: 60%;
	
	padding: 40px;
}
	
	.imagen{
		width: 80%;
	}
	
	#modulo2 h3{
	
	top:-270px;
}
	
	.cursor3{
	
	top:-270px;
}
	
	footer img{
	width: 7.5%;
	
	top:10px;
}
}

@media screen and (max-width:500px){
	
	.titulo{
		top:500px;
	}
	
	.cursor{
		top:-80px;
	}
	
	.card1, .card2, .card3, .card4{
	width: 70%;
		
	
}
	
	.info, .info2{
		width: 60%;
	}
	
	.imagen{
		width: 100%;
	}
	
	
}

@media screen and (max-width:430px){
	header{
		height: 70vh;
	}
	
	body{
		font-size: 12pt;
	}
	
	.titulo{
		top:350px;
	}
	
	h1{
	
	font-size: 18pt;
}

h2{
	
	font-size: 26pt;
	
}
	
	.bajada{
		font-size: 13pt;
		width: 70%;
		padding: 30px;
	}
	
	
	
	.subtitulo{
		font-size: 20pt;
	}
	
	#modulo3{
	width: 80%;
	
	padding: 30px;
}
	
	.card1{
		height: 35vh
	}
	
	.cursor{
		top:-50px;
	}
	
	#modulo2 h3{
	
	top:-200px;
}
	
	.cursor3{
	
	top:-230px;
}
	
	.cursor-gray{
	
	top:-430px;
	
}
	footer img{
	width: 10%;
	
	top:10px;
}
}

@media screen and (max-width:350px){
	body{
		font-size: 11pt;
	}
	
	.titulo{
		top:300px;
	}
	
	h1{
	
	font-size: 16pt;
}

h2{
	
	font-size: 24pt;
	
}
	
	.bajada{
		font-size: 12pt;
		width: 70%;
		padding: 30px;
	}
	
	
	
	.subtitulo{
		font-size: 18pt;
	}
	
	.cursor{
		top:-40px;
	}
	
	footer{
		font-size: 10pt;
	}
	
}