@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: poppins, sans-serif;

font-weight: 400;

font-style: normal;
	
font-size: 12pt;

line-height: 1.3;
}

body a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

.mobile{
	display: none;
}

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

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

.primario{
	width: 49%;
}
.subtitulo{
	font-family: 'Prompt', sans-serif;
	font-size: 18pt;
}
.tarjeta{
	display: flex;
	justify-content: space-around;
	align-items:center;
	

	}

.secundario{
	width: 40%;
}

.tercero{
	width: 50%
}

.informacion{
	padding: 20px;
	background-color: rgba(90,193,187,.80);
	color: white;
	position: absolute;
	bottom: 0;
	width: 49%;
	height: 15%;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
}

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

#tarjeta2:hover .subir-2{
	bottom: 0;
	overflow: visible;
	height: 35%;
}

#tarjeta3:hover .subir-3{
	bottom: 0;
	overflow: visible;
	height: 35%;
}

#tarjeta4:hover .subir-4{
	bottom: 0;
	overflow: visible;
	height: 35%;
}

.informacion h2 img{
	width: 10%;
	position: relative;
	top:14px;
	
}

.img-box{
	position: relative;
	top:0;
	left: 0;
	
	
}

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

h1{
	font-family: 'Poiret One', cursive;
	font-size: 52pt;
	color: white;
	padding: 30px;
	position: relative;
	top:120px;
}

h1 span{
	font-family: 'Prompt', sans-serif;
	font-size: 60pt;
}

.bajada{
	font-family: 'PT Serif', serif;
	width: 60%;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20pt;
	
	
	
}

.bajada p{
	border-top: solid;
	border-bottom: solid;
	padding: 20px;
}

.gris{
	background-color: #f1f1f1;
}

#modulo3{
	padding: 30px;
	border: solid;
	
	
}
.margen{
	padding: 30px;
}

.playa{
	font-family: 'PT Serif', serif;
	font-size: 28pt;
}

.texto{
	font-size: 18pt;
}

.boton{
	background-color: rgba(90,193,187,1);
	font-family: 'Prompt', sans-serif;
	color: white;
	padding: 10px;
	font-size: 14pt;
    border-radius: 20px;
	width: 30%;
	
	
	
}
.btn-conteiner{
	width: 60%;
	margin-left: auto;
	position: relative;
	top:-100px;
  
}



@media screen and (max-width:1280px){
	body{
		font-size: 11pt;
	}
}

@media screen and (max-width:1190px){
	body{
		font-size: 10pt;
	}
	
	.subtitulo{
	
	font-size: 16pt;
}
	
	.informacion h2 img{
	width: 9%;
	
}
	
	.playa{
	
	font-size: 24pt;
}

.texto{
	font-size: 15pt;
}
}

@media screen and (max-width:1060px){
	#tarjeta1:hover .subir-1{
	height: 40%;
}
	
	#tarjeta2:hover .subir-2{
	height: 40%;
}
	
	#tarjeta3:hover .subir-3{
	height: 44%;
}
	#tarjeta4:hover .subir-4{
	height: 40%;
}
	
	.bajada{
	
	width: 64%;
	font-size: 16pt;
	
	
	
}
	
	h1{
	
	font-size: 42pt;
	top:140px;
}


h1 span{
	
	font-size: 50pt;
}

	
}

.btn-conteiner{
	
	top:-80px;
  
}

@media screen and (max-width:800px){
	
	h1{
	
	font-size: 38pt;
	top:180px;
}


h1 span{
	
	font-size: 46pt;
}
	
	.bajada{
	
	width: 70%;
	font-size: 14pt;
	
	
	
}
	
	.dsk{
		display: none;
	}
	
	.mobile{
		display: block;
	}
	
	.tarjeta{
		flex-direction: column;
	}
	
	.primario{
		width: 90%;
	}
	
	.secundario{
		width: 100%;
	}
	
	.tercero{
		width: 100%;
	}
	
	.informacion{
	   width: 90%;
	   padding: 20px;
	   background-color: rgba(90,193,187,.80);
	   color: white;
	   position: absolute;
	   bottom: 0;
	   height: 12%;
	   transition: all 0.5s ease;
	   box-sizing: border-box;
	   overflow: hidden;
}
	#tarjeta1-mob{
		margin-left: auto;
		margin-right: auto;
	}
	
	#tarjeta3-mob{
		margin-left: auto;
		margin-right: auto;
	}
	
	#tarjeta1-mob:hover .subir-1{
	height: 30%;
}
	
#tarjeta2:hover .subir-2{
	height: 30%;
}
	
	#tarjeta3-mob:hover .subir-3{
	height: 30%;
}
	
	#tarjeta4:hover .subir-4{
	height: 30%;
}
	
	.playa{
	
	font-size: 22pt;
}

.texto{
	font-size: 14pt;
}
	
	.btn-conteiner{
		width: 100%;
		top: 10px;
	}


}

@media screen and (max-width:600px){
	#hero{
		height: 70vh;
	}
	
	
	h1{
	
	font-size: 30pt;
	top:120px;
}


h1 span{
	
	font-size: 36pt;
}
	
	.bajada{
	
	width: 80%;
	font-size: 13pt;
	
	
	
}
	
	.subtitulo{
	
	font-size: 14pt;
}
	
	.informacion{
		height: 14%;
	}
	
#tarjeta1-mob:hover .subir-1{
	height: 35%;
}
	
#tarjeta2:hover .subir-2{
	height: 35%;
}
	
	#tarjeta3-mob:hover .subir-3{
	height: 35%;
}
	
	#tarjeta4:hover .subir-4{
	height: 35%;
}
	
	.playa{
	
	font-size: 20pt;
}

.texto{
	font-size: 12pt;
}
}

@media screen and (max-width:500px){
	h1{
	
	font-size: 26pt;
	top:120px;
}
	
	.titulo{
	position: relative;
	top: -60px;
}


h1 span{
	
	font-size: 30pt;
}
	
	.bajada{
	
	width: 85%;
	font-size: 13pt;
	padding: 30px;
	
	
	
}
	
	#hero{
		height: 50%;
	}
	
	.informacion{
		height: 16%;
	}
	
#tarjeta1-mob:hover .subir-1{
	height: 46%;
}
	
#tarjeta2:hover .subir-2{
	height: 46%;
}
	
	#tarjeta3-mob:hover .subir-3{
	height: 50%;
}
	
	#tarjeta4:hover .subir-4{
	height: 44%;
}
	
	.playa{
	
	font-size: 18pt;
}

.texto{
	font-size: 10pt;
}
	#modulo3{
		padding: 20px;
	}
	
	.boton{
		font-size: 12pt;
	}
}

@media screen and (max-width:420px){
	
	body{
		font-size: 9pt;
	}
	
	
	
	h1{
	
	font-size: 22pt;
	top:80px;
}


h1 span{
	
	font-size: 24pt;
}
	
	.bajada{
	
	width: 85%;
	font-size: 11pt;
	padding: 20px;
	
	
	
}
	
	.subtitulo{
	
	font-size: 12pt;
}
	.informacion h2 img{
	width: 12%;
	
	top:12px;
	
}
	
	.informacion{
		height: 20%;
	}
	
	#tarjeta1-mob:hover .subir-1{
	height: 60%;
}
	
#tarjeta2:hover .subir-2{
	height: 60%;
}
	
	#tarjeta3-mob:hover .subir-3{
	height: 64%;
}
	
	#tarjeta4:hover .subir-4{
	height: 60%;
}
	
	.playa{
	
	font-size: 16pt;
}

.texto{
	font-size: 10pt;
}
	.margen{
		padding: 20px;
	}
	
	.boton{
		width: 40%;
	}
}

@media screen and (max-width:350px){
	
	
	h1{
	
	font-size: 20pt;
	top:60px;
}


h1 span{
	
	font-size: 22pt;
}
	
	.bajada{
	
	width: 85%;
	font-size: 10pt;
	padding: 16px;
	
	
	
}
	
	#tarjeta1-mob:hover .subir-1{
	height: 75%;
}
	
#tarjeta2:hover .subir-2{
	height: 75%;
}
	
	#tarjeta3-mob:hover .subir-3{
	height: 80%;
}
	
	#tarjeta4:hover .subir-4{
	height: 75%;
}
	
	.playa{
	
	font-size: 14pt;
}

.texto{
	font-size: 9pt;
}
	.boton{
		width: 47%;
	}
}
