@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:'Didact Gothic', sans-serif;
font-size: 16pt;	
line-height: 1.3;
scroll-behavior: smooth;
}

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

img{
	max-width: 100%;
}

video{
	max-width: 100%;
}

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

#hero{
	overflow: hidden;
}

h1{
	font-family: 'Bebas Neue', cursive;
	font-size: 38pt;
	text-align: center;
	padding: 40px;
	border: solid;
	border-width: 5px;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top:-200px;
	background-color: white;
}

.menu nav ul {
	display: flex;
	justify-content:center;
	align-items: center;
	font-family:'Bebas Neue', cursive;
	
	
}

.menu{
	margin-top: -130px;
	}


.menu  li {
	border: solid;
	border-right: none;
	padding: 12px;
	font-size: 20pt;
	
}

#tresD{
	border-right: solid;
}

.menu a li:hover{
	background-color: #3bb3aa;
	
	
}

.margen{
	padding: 40px;
}

.titulo{
	font-family:'Bebas Neue', cursive;
	font-size: 34pt;
	color: #3bb3aa;
	
}

.fecha{
	font-family: 'Cabin', sans-serif;
	font-size: 38pt;
}

.fecha2{
	font-family: 'Cabin', sans-serif;
	font-size: 36pt;
}

.tarjeta1{
	display: flex;
	align-items: stretch;
}

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

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

.margen2{
	padding: 40px 30px 40px 200px;
}

.margen3{
	padding: 40px 100px 40px 160px;
}

.tercero{
	width: 40%;
}

.marca{
	text-transform: uppercase;
}

#img4{
	height: 90vh;
}

.top{
	margin-top: 40px;
}

#img1{
	flex-basis: 240%;
}

#txt1{
	margin-top: auto; 
	
}

.primario{
	width: 60%;
}

.secundario{
	width: 40%;
}

.cursor1{
	position: relative;
	width: 50%;
	text-align: center;
	top:-50px;
}

.cursor2{
	width: 35%;
	margin-left: auto;
	position: relative;
	top:-70px;
}

@media screen and (max-width:1090px){
	
	body{
		font-size: 14pt;
	}
	
	h1{
		font-size: 34pt;
		padding: 30px;
	}
	
	.margen2{
	padding: 40px 30px 40px 100px;
}
	
	#img1{
	flex-basis: 360%;
}
	
	.margen{
		padding: 30px;
	}
	
	.titulo{
		font-size: 30pt;
	}
	
	.margen3{
	padding: 0px 100px 40px 100px;
}
	
	.menu li{
		font-size: 16pt;
	}
}

@media screen and (max-width:810px){
	
	body{
		font-size: 12pt;
	}
	
	h1{
		font-size: 26pt;
		padding: 20px;
		top:-140px;
	}
	
	.menu li{
		font-size: 14pt;
	}
	
	.menu{
	margin-top: -50px;
	}
	
	.titulo{
		font-size: 26pt;
	}
	
.fecha{
	
	font-size: 28pt;
}

.fecha2{
	
	font-size: 24pt;
}
	
	.margen2{
	padding: 40px 30px 40px 40px;
}
	
	.margen3{
	padding: 0px 40px 0px 40px;
}
	#img4{
	height: 50vh;
}
	
.tercero{
	width: 40%;
}
	
	#txt6{
		width: 100%;
	}
	
	
}

@media screen and (max-width:600px){
	h1{
		font-size: 20pt;
		top:30px;
		width: 80%;
	}
	
	.menu{
		margin-top: 60px;
		
	}
	
	.titulo{
		font-size: 20pt;
	}
	
	.menu a li{
		font-size: 12pt;
		
		
	}
	
	#hero{
		overflow: visible;
	}
	
	.tarjeta1{
		flex-direction: column;
		align-items: center;
	}
	
	#img1 img{
		height: 70vh;
		
	}
	
	.margen{
		padding: 20px;
	}
	
	.tarjeta2{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	.secundario{
		width: 100%;
	}
	.tarjeta3{
		flex-direction: column;
	}
	
	.margen3{
		padding: 0px;
	}
	
	.tercero{
		width: 100%;
	}
	
	#txt4{
		margin-top: 80px;
	}
	
	#img4{
	height: 100vh;
}
	
	.menu nav ul{
		flex-wrap: wrap;
		
		
		
	}
	
	.elemento{
		flex-grow: 1;
		text-align: center;
	}
	
	.cursor1{
		width: 100%;
		top:-280px;
	}
	
	.cursor2{
		width: 100%;
		text-align: center;
		margin-top: -150px;
	}
	
	
}

@media screen and (max-width:480px){

	
	h1{
		font-size: 14pt;
	}
.fecha{
	
	font-size: 24pt;
}

.fecha2{
	
	font-size: 22pt;
}
	#txt4{
		margin-top: 0px;
	}
	
	
	
	.cursor2{
		
		margin-top: -170px;
	}
	
}



@media screen and (max-width:375px){
	h1{
		font-size: 13pt;
	}
	
	body{
		font-size: 11pt;
	}
	
	.fecha{
	
	font-size: 22pt;
}

.fecha2{
	
	font-size: 20pt;
}
	
	#txt4{
		margin-top: -120px;
	}
	
	.cursor1{
		
		top:-300px;
	}
	
	.cursor2{
		
		margin-top: -210px;
	}
	
}

@media screen and (max-width:320px){
	h1{
		font-size: 12pt;
	}
	
	body{
		font-size: 10pt;
	}
	
	.fecha{
	
	font-size: 20pt;
}

.fecha2{
	
	font-size: 18pt;
}
	
	.menu ul li{
		font-size: 10pt;
	}
	
	.cursor1{
		
		top:-280px;
	}
	
	.cursor2{
		
		margin-top: -190px;
	}
}

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

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