@charset "UTF-8";
/* CSS Document */
.main_h {
	position: fixed;
	top: 0px;
	max-height: 75px;
	z-index: 999;
	width: 100%;
	padding-top: 17px;
	background: none;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	top: -100px;
	padding-bottom: 6px;
}
.main_h nav ul .active a {
	border-bottom: solid 2px;
	display: block;
}
.mobile-toggle {
	margin-top: 23px;
}
.open-nav {
	max-height: 330px !important;
}
.open-nav .mobile-toggle {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.sticky {
	background-color: rgba(255, 255, 255, 0.93);
	opacity: 1;
	top: 0px;
}
.logo {
	margin-top: -0.5em;
}
nav {
	/*  float: right;*/  
	width: 30%;
	font-family: 'Fredoka One', sans-serif;
	text-align: center;
	line-height: 2.6em;
	color: #1a1e1e;
	background-color: #0275d8;
}
nav ul {
	list-style: none;
	overflow: hidden;
	text-align: right;
	float: right;
	padding-left: 0px;
	margin-left: 0px;
	background-color: #0275d8;
	margin-top: 1em;
}
nav ul li {
	display: inline-block;
	margin-left: 35px;
	line-height: 1.5;
	list-style: none;
	color: #fbe200;
}
nav ul li a {
	list-style: none;
	color: #fbe200;
}
nav ul li a:hover {
	color: white;
	text-decoration: none;
}
.mobile-toggle {
	display: none;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 22px;
	top: 0;
	width: 30px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.mobile-toggle span {
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	border-radius: 1000px;
	background: #8f8f8f;
	display: block;
}
.hero {
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-top: 110px;
	min-height: 550px;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
}
.hero h1 {
	font-size: 50px;
	line-height: 1.3;
}
.hero h1 span {
	font-size: 25px;
	color: #e8f380;
	border-bottom: 2px solid #e8f380;
	padding-bottom: 12px;
	line-height: 3;
}
/*-----------
mantiene el punteado del ratón
-----------*/
.centrar {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.mouse {
	margin: 2em auto;
	width: 26px;
	height: 46px;
	border-radius: 13px;
	border: 2px solid #e8f380;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.mouse span {
	width: 2px;
	height: 2px;
	border-radius: 4px;
	background: #e8f380;
	border: 1px solid transparent;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
.main_h {
	padding-top: 25px;
}
.logo {
	float: none;
	padding-left: 1em;
}
nav {
	width: 100%;
}
nav ul {
	padding-top: 10px;
	margin-bottom: 22px;
	float: left;
	text-align: center;
	width: 100%;
}
nav ul li {
	width: 100%;
	padding: 7px 0;
	margin: 0;
}
.mobile-toggle {
	display: block;
}

/*-----------------------------------
regla para dispositivos de sobremesa
-----------------------------------*/
 @media only screen and (min-width: 1024px) {
header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-content: center;
	align-items: flex-end;
}
.main_h {
	padding-top: 15px;
	overflow: visible;
	min-height: 70px;
	padding-bottom: 0px;
}
.open-nav {
	max-height: 0px !important;
	display: flex;
}
.logo {
	order: 0;
	flex: 1 1 auto;
	align-self: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0em;
}
nav {
	max-width: 80%;
	margin-top: -20px;
	height: 74px;
}
nav ul {
	display: flex;
	padding-top: 10px;
	margin-bottom: 22px;
	text-align: center;
	display-direction: row;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}
nav ul li {
	width: 90%;
	padding: 5px 0;
	margin: 0;
	display: inline;
	margin-left: auto;
}
.mobile-toggle {
	display: block;
	visibility: hidden;
	order: 0;
	flex: 2 1 auto;
	align-self: auto;
}
}
 @-webkit-keyframes scroll {
 0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
 100% {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
}
@keyframes scroll {
 0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
 100% {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
}