body {
	margin: 0px;
	padding-bottom: 0px;
	background-color: #fff;
	font-family: Quicksand;
	max-width: 100vw;
	overflow-y: auto;
	overflow-x: hidden;
}
a {
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  font-weight: normal;
}  
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  font-weight: bold;
}  
.sombra{
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.36);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.36);
}
.centrado {
	display: flex; justify-content: center; align-items: center;
}
.centrado-vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}
p {
	font-family: Ubuntu;
}
/* Barra de navegación */
#banner_nav {
	background-color: rgba(255,255,255,0.9);
	min-height: 64px;
}
.navbar_boton {
	color: #333;
	background-position: bottom;
	background-image: -webkit-linear-gradient(0deg,#009045,#70a83b,#a3bd31);
	background-size: 0% 0%;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.navbar-brand {
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: -42px;
}
.navbar-brand>.bg-light{
	width: 150px;
	height: 150px;
	border-radius: 100%;
	transform: scale(0.8);
}
.navbar-brand>.bg-light>img{
	padding-top: 2px;
	padding-bottom: 2px;
}
.navbar_boton:hover {
	color: #000;
	background-size: 100% 5%;
	animation-name: ani_btn;
	animation-duration: 1.4s;
}
@keyframes ani_btn {
	0% {background-size: 0% 5%;}
	15% {background-size: 100% 5%;}
	37% {background-size: 78% 5%;}
	50% {background-size: 100% 5%;}
	64% {background-size: 91% 5%;}
	70% {background-size: 100% 5%;}
	100% {background-size: 100% 5%;}
}

/* Secciones */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
}





/* header */
header, .sombra-header {
	filter: drop-shadow(1px 3px 1px rgba(0,0,0,0.6));
}
.style-1 {
	background-color: #4a90a3;
	padding-top: 64px;
	position: relative;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.style-1 h1{
	padding: 1.5em 0px 1em 0px;
	margin: 0px;
	text-align: center;
	font-family: Ubuntu;
	font-weight: bold;
}
.style-1:before {
	background-image: url("../img/muesca.svg");
	box-shadow: inset 0 1px 0 0 #4a90a3;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: '';
	display: block;
	height: 6.5em;
	position: absolute;
	width: 50%;
	left: 25%;
	bottom: -6.45em;
}
.menu {
	text-align: center;
	padding: 5em 0px 2em 0px;
	background-color: #72E2FF;
	box-shadow: 1px 3px 1px rgba(0,0,0,0.6);
}
img.img-menu {
	width: 100%;
	height: auto;
	position: relative;
}
img.img-menu-xl {
	margin: -6em 0px -4em 0px;
	width: 100%;
	height: auto;
	position: relative;
}
h4 {
	font-size: 1.4em;
	text-align: center;
}
.lightbox {
	width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.menu {display: none;}
	.style-1:before {
		width: 100%;
		left: 0%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.menu {
		display: none;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.menu {
		display: block;
	}
	h5 {
		font-size: 1rem;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	h5 {
		font-size: 1.2rem;
	}
}

/* Large devices (laptops/desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	h5 {
		font-size: 1.4rem;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
	.style-1 {
		padding: 3.8em 0px 2.3em 0px;
	}
	.style-1:before {
		width: 36%;
		left: 32%;
	}
	.style-1 h1 {
		font-size: 3rem;
	}
	/*h5 {
		font-size: 2.2rem;
	}*/
}
