@font-face {
    font-family: Grotesk;
    src: url('fonts/hk-grotesk/HKGrotesk-Regular.ttf');
}
@font-face {
    font-family: GroteskBold;
    src: url('fonts/hk-grotesk/HKGrotesk-Bold.ttf');
	font-weight: bold;
}



body{
	height: 1200px;
	margin: 0;
	font-size: 16px;
	background-color: #f5f5f5;
	padding: 0;
	color: #333;
	font-family: 'Grotesk', sans-serif;;
}
#wrapper{
	overflow: hidden;
}
h2{
	font-size: 28px; 
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-align: left;
	margin-bottom: 35px;
	margin-top: 50px;
}

#sidenav{
	top: 0;
	position: fixed;
	height: auto; 
	width: 100%;
	background-color: #fff;
	z-index: 99;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	max-height: 100vh;
	overflow: hidden;
	overflow-y: scroll;
}
#sidenav::-webkit-scrollbar { 
	display: none; 
}
@media (min-width: 768px) {
	#sidenav{
		width: 75px;
		height: 100%;
		border-right: 1px solid rgba(0, 0, 0, .3);
		background-color: #fff;
		overflow-y: scroll;
	}
	#sidenav::-webkit-scrollbar { 
		display: none; 
	}

}
#sidenav ul li a.destacada{
	color: #ffa500;
}
#description{
	background-color: #607e30;
	color: #fff;
	font-size: 17px;
}
#description h1{
	background-color: #607e30;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.dropdown{
	display: none;
}
#sidenav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidenav .glyphicon{
	display: none;
}
#sidenav ul li a, #sidenav ul li button, #sidenav ul li .dropdown li a{
	text-decoration: none;
	color: #333;
	padding: 13px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	width: 100%;
	text-align: right;
	font-family: 'Grotesk', sans-serif;
}
#sidenav ul li .dropdown li a{
	background-color: #ededed;
	color: #555;
	font-size: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 10px;
}
#sidenav.closed ul li a{
	display: none; 
}
#sidenav.closed button{
	border: none;
}
#sidenav.opened ul li a{
	display: block; 
}
#sidenav ul li button{
	display: block;
}
#sidenav ul li a:hover{
	background-color: #b3bd77;
	color: #fff;
	border-color: #fff;
}
#sidenav ul li .dropdown li a:hover{
	background-color: #a7b362;
	color: #fff;
}
#sidenav.closed ul li button{
	padding: 25px 16px;
}













#content{
	padding:0;
	background-color: #f5f5f5;
}
@media (min-width: 768px) {
	#content{
		margin-top: 0;
		background-color: #f5f5f5;
	}
}

#polarizado{
	z-index: 2;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	position: absolute;
}

#titulo{
	font-size: 1.1em;
	z-index: 3;
	position: absolute;
	padding: 20vh 10vh;
	width: 100%;
	text-align: center;
}
.logo{
	width: 300px;
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.5));
	margin: auto;
	margin-bottom: 25px;
}
#titulo h1{
	font-size: 1em;
	line-height: 1.4em;
	z-index: 3;
	color: #fff;
	text-align: center;
	max-width: 1000px;
	margin: auto;
}
@media (min-width: 768px) {
	#titulo{
		padding: 13vh;
	}
	.logo{
		width: 420px;
		-webkit-filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.5));
	}
	#titulo h1{
		font-size: 1.4em;

	}
}

section{
	padding: 50px 0 70px 0;	
	position: relative;
}

.form-control{
	border-radius: 0;
}
.btn{
	border-radius: 0;
	font-size: 18px;
}
.mt-0{
	margin-top: 0; 
}
#myCarousel1>.carousel-inner>.item>img{
	z-index: 0;
}
.bgtitulo{
	background-color: #008265;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}

.bgimage{
	background-position: center center;
	background-size: cover; 
	background-repeat: no-repeat;
	height: 50vh;
	width: 100%;
}

.well{
	background-color: #fff;
	border-radius: 0;
	box-shadow: 0px 2px 5px rgba(0,0,0,.1);
	border: none;
}
article>h3{
	margin-top: 0;
}
article>img{
	margin-bottom: 15px;
}


footer{
	background-color: #111;
	color: #fff;
	padding: 25px 0;
}
footer img{
	width: 150px;
	padding: 25px 0;
}
footer img#agrositio{
	width: 170px;
}



article{
	padding: 15px;
	text-align: center;
	margin-bottom: 50px;
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-highlight{
	margin-top: 15px;
	color: #059f59;
	font-size: 20px;
	margin-bottom: 0;
}







