@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;
	font-family: 'Grotesk', sans-serif;;
}
#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)
}
@media (min-width: 768px) {
	#sidenav{
		width: 75px;
		height: 100%;
		border-right: 1px solid rgba(0, 0, 0, .3);
		background-color: #fff;
	}	
}

#temario{
	font-size: 17px;
}
#sidenav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidenav ul li a, #sidenav ul li button{
	text-decoration: none;
	color: #333;
	padding: 20px 15px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	border-top: 1px solid rgba(225, 225, 225, .1);
	width: 100%;
	text-align: right;
}
#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, #sidenav ul li button:hover{
	background-color: #f5f5f5;
}
#sidenav.closed ul li button{
	padding: 25px 16px;
}













#content{
	margin-top: 72px;
	padding:0;
	margin-left: 0;
	background-color: #f5f5f5;
}
@media (min-width: 768px) {
	#content{
		margin-top: 0;
		margin-left: 75px;
		background-color: #f5f5f5;
	}
}



.logos img{
	width: 100%;
}
.parallax{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#titulo{
	position: relative;
	background-image: none;
}
#titulo img{
	width: 100%;
}
@media (min-width: 768px) {
	#titulo{
		position: relative;
		height: 350px;
		background-image: url('pasto.jpg');
	}
	#titulo img{
		width: auto;
		position: absolute;
		left: 50%;
		margin-left: -365px;
		top: 50%; 
		margin-top: -100px;
	}
}
section{
	padding: 50px 0 70px 0;	
	position: relative;
}
#transmision{
	background-color: #607e30;
	color: #fff;
	overflow: hidden;
}
#videos{
	background-color: #607e30;
	overflow: hidden;
}
#videos h2{
	color: #fff;
	margin-bottom: 50px;
}
#videos article{
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
	background-color: #fff;
	padding: 15px;
	text-align: center;
	margin-bottom: 50px;
}
#videos .intrinsic-container{
	margin-bottom: 15px;
}
#videos .text-highlight{
	font-size: 20px;
	margin-bottom: 0;
}
.form-control{
	border-radius: 0;
}
.btn{
	border-radius: 0;
	font-size: 18px;
}
.btn.btn-success{

}
/*
#alfalfa{
	display: block;
	position: absolute;
	width: 350px;
	background-image: url('medicago.png');
	background-repeat: no-repeat;
	background-size: 350px;
	height: 100%;
	left: 5%;
	top: 0;
	filter: drop-shadow(10px 20px 15px rgba(0, 0, 0, .5));
}

#alfalfa2{
	display: none;
	position: absolute;
	width: 350px;
	background-image: url('medicago.png');
	background-repeat: no-repeat;
	background-size: 350px;
	height: 100%;
	right: 5%;
	top: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	filter: drop-shadow(10px 20px 15px rgba(0, 0, 0, .5));
}
@media (min-width: 768px) {
	#alfalfa2{
		display: block;
	}
}
*/
footer{
	background-color: #111;
	color: #fff;
	padding: 50px 0;
}
footer img{
	width: 200px;
}
.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%;
}

#frmPrincipal{
	padding: 30px 0;
}
@media (min-width: 768px) {
	#frmPrincipal{
		padding: 15px;
	}
}

#preguntas{
	background-color: #fff;
	padding: 20px;
	margin: 15px 0;
}
@media (min-width: 768px) {
	#preguntas{
		background-color: #fff;
		padding: 50px;
		margin: 50px 0;
	}
}
