@charset "UTF-8";
/* CSS Document */


/* 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: brandon-grotesque,sans-serif;
font-weight: 400;
font-style: normal;	
font-size: 15pt;
line-height: 1.3;
color: #262626;	
}
body a{
	text-decoration: none;
}
img{
}



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

.primario{
	width: 100%;
}
.primario1{
	width: 50%;
}
.primario2{
	width: 100%;
}

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

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

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

h1{
	padding-top: 20px;
}

#tittle{
	position: relative;
	top:270px;
}



.bajada{
	font-size: 1.09em;
	color: white;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}


.textos{
}

.contenedor{
	padding: 200px 150px;
}



.bck-gray{
	background-color: #dedede;
}

.bck-grn{
	background-color: #ffc700;
}
.bck-mr{
	background-color: #ffc700;
}

.txt-blanco{
	color: white;
	font-family: 'Druk', serif;
    font-size: 60px;
}
.txt-negro{
	color: rgb(0, 0, 0);
	font-family: 'Druk', serif;
    font-size: 60px;
}
.txt-negro2{
	color: rgb(0, 0, 0);
    font-family: 'Georgia', sans-serif;
	font-size: 20px;
}



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

#modulo3{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#modulo5{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

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

/* #tx3{
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: 'Druk', serif;
    font-size: 60px;	
} */

.cta{
font-family: brandon-grotesque, sans-serif;
font-weight: 900;
font-style: normal;
color: white;
text-transform: uppercase;
font-size: 26pt;	
}

.cta:hover{
	color: #ffdd11;
	transition: all 0.5s ease;
}

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

footer img{
	padding: 30px;
	width: 30%;
}

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

#modulo1 img{
	max-width: 100%;
}



#modulo1:hover .subir{
	bottom: 0;
	overflow: visible;
	height: 55%;
	opacity: 1;
}
#info1{
	background-color: rgba(0, 0, 0, 0.65);
	width: 100%;
	}

#info1 h3{
	padding: 5px;
	font-family: 'Druk', serif;
}

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

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

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

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

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

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

@media screen and (max-width:1024px){
	
	.tarjeta{
		flex-direction: column;
	}
	.primario{
		width: 100%;
	}
	.primario1{
		width: 100%;
	}
	.primario2{
		width: 100%;
	}
	.informacion{
	
	height: 18%;
	}
	
	#modulo1:hover .subir{
	
	height: 60%;
	
	}
		.txt-blanco{
			color: white;
			font-family: 'Druk', serif;
			font-size: 55px;
		}

		.txt-negro{
			color: rgb(0, 0, 0);
			font-family: 'Druk', serif;
			font-size: 55px;
		}
		.txt-negro2{
			color: rgb(0, 0, 0);
			font-family: 'Georgia', sans-serif;
			font-size: 20px;
			padding: 5%;

		}
	
			.contenedor{
			padding: 150px 120px;
		}
	

/* #tx3{
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: 'Druk', serif;
    font-size: 55px;	
} */
}

@media screen and (max-width:800px){
	body{
		font-size: 13pt;
	}
	
	.contenedor{
	padding: 80px 80px;
}
	

	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	.primario1{
		width: 100%;
	}
	.primario2{
		width: 100%;
	}
	
	.txt-blanco{
		color: white;
		font-family: 'Druk', serif;
		font-size: 40px;
	}
	.txt-negro{
		color: rgb(0, 0, 0);
		font-family: 'Druk', serif;
		font-size: 40px;
	}
	.txt-negro2{
        color: rgb(0, 0, 0);
        font-family: 'Georgia', sans-serif;
		font-size: 16px;
		padding: 5%;

    }
	/* #tx3{
		text-align: center;
		color: rgb(255, 255, 255);
		font-family: 'Druk', serif;
		font-size: 40px;	
	} */
	
	
	
	#modulo1:hover .subir{
	
	height: 60%;
	
}
}

@media screen and (max-width:600px){
	body{
		font-size: 12pt;
	}
	
	#tittle{
	
	top:250px;
}
	
	.bajada{
		width: 80%;
	}
	
	.informacion{
	
	height: 18%;
	}
	.txt-blanco{
		color: white;
		font-family: 'Druk', serif;
		font-size: 40px;
	}
	.txt-negro{
		color: rgb(0, 0, 0);
		font-family: 'Druk', serif;
		font-size: 40px;
		padding: 5%;

	}
	.txt-negro2{
        color: rgb(0, 0, 0);
        font-family: 'Georgia', sans-serif;
		font-size: 16px;
		padding: 5%;

    }
	/* #tx3{
		text-align: center;
		color: rgb(255, 255, 255);
		font-family: 'Druk', serif;
		font-size: 40px;	
	} */
	
	#modulo1:hover .subir{
	
	height: 80%;
	
}
	
	#modulo2{
		width: 80%;
	}
	
	.cursor-central{
	position: relative;
	top:-80px;
}
	footer img{
	padding: 20px;
	width: 40%;
}
}

@media screen and (max-width:500px){
	body{
		font-size: 10pt;
	}
	
	.logos{
		flex-direction: column;
	}
	
	.cta{
		padding: 10px;
	}
	
	footer img{
	padding: 20px;
	width: 50%;
}
	
	#tittle{
		top:370px;
	}	
	.informacion{
	
		height: 20%;
		}
	.txt-blanco{
		color: white;
		font-family: 'Druk', serif;
		font-size: 30px;
	}
	.txt-negro{
		color: rgb(0, 0, 0);
		font-family: 'Druk', serif;
		font-size: 30px;
		padding: 5%;

	}
	.txt-negro2{
        color: rgb(0, 0, 0);
        font-family: 'Georgia', sans-serif;
		font-size: 14px;
		padding: 5%;

    }
	/* #tx3{
		text-align: center;
		color: rgb(255, 255, 255);
		font-family: 'Druk', serif;
		font-size: 30px;	
	} */
	#modulo3 img{
		max-width: 100%;
	}
}

@media screen and (max-width:400px){
	.bajada{
		width: 90%;
	}
	

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

.informacion{
	
	height: 25%;
	}
.txt-blanco{
	color: white;
	font-family: 'Druk', serif;
	font-size: 30px;
}
.txt-negro{
	color: rgb(0, 0, 0);
	font-family: 'Druk', serif;
	font-size: 30px;
	padding: 5%;

}
.txt-negro2{
	color: rgb(0, 0, 0);
	font-family: 'Georgia', sans-serif;
	font-size: 14px;
	padding: 5%;

}
/* #tx3{
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: 'Druk', serif;
    font-size: 30px;	
} */
	
	#modulo1:hover .subir{
	
	height: 85%;
	
}
#modulo3 img{
	max-width: 100%;
}
}

@media screen and (max-width:399px){
	body{
		font-size: 9pt;
	}
	
	#tittle{
		top:300px;
	}
	
	.contenedor{
	padding: 20px 20px;
}
	

	
	#modulo1:hover .subir{
	
	height: 100%;
	
}
	
	#info1  br{
		display: none;
	}
	#modulo3 img{
		max-width: 100%;
	}
	.txt-negro2{
        color: rgb(0, 0, 0);
        font-family: 'Georgia', sans-serif;
		font-size: 14px;
		padding: 5%;
	}
	.txt-negro{
		color: rgb(0, 0, 0);
		font-family: 'Druk', serif;
		font-size: 30px;
		padding: 5%;

	}

}