@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700');
@font-face{
	font-family: prime;
	src: url(prime.otf);
	
}
html,
body {
  width: 100%;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.container{
	position: relative;
}
hr {
  border-color: #87a83a;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #ffb200;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.error{
	color: #e48107;
}
.bg-primary {
  background-color: #ffb200;
}
.bg-beige {
  background-color: #e2e1d1;
}
.bg-dark {
  background-color: #1f1d16;
  color: white;
}
.bg-darker {
  background-color: #181712;
  color: white;
}
.bg-verde{
	background-color: #73a634;
}
.bg-naranja{
	background-color: #87a83a;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.overflow-h{
	overflow: hidden;
}
.font-14{
	font-size: 14px;
}
.mt-50{
	margin-top: 50px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-100{
	margin-bottom: 100px;
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {

  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-brand {
	display: block;
	width: 250px;
	height: 65px;
	position: absolute;
	margin-left: 15px;
	background-image: url('img/logo.jpg');
	background-size: 250px auto;
	background-repeat: no-repeat;
	left: 50px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
@media (max-width: 768px) {
	.navbar-brand {
		top: 0; 
		margin-left: -35px;
		left: 0;
		width: 200px;
		height: 54px;
		background-size: auto 58px;
		background-position: center center;
		box-shadow: none;
	}
}
@media (min-width: 768px){
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	    margin-left: -35px;
	}
}
@media (max-width: 768px){
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	    margin-left: 0px;
	}
}
header{
	margin-top: 50px;
}

.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
  font-size: 13px;
}
@media (max-width: 1000px){
	.navbar-nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
	}
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #ffb200;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #ffb200 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
	.navbar-default {
	background-color: #1f1d16;
	}

	.navbar-default .nav > li > a,
	.navbar-default .nav > li > a:focus {
	color: rgba(255, 255, 255, 0.7);
	}
	.navbar-default .nav > li > a:hover,
	.navbar-default .nav > li > a:focus:hover {
	color: white;
	}
	.navbar-default.affix {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
	}

	.navbar-default.affix .nav > li > a,
	.navbar-default.affix .nav > li > a:focus {
	color: #222222;
	}
	.navbar-default.affix .nav > li > a:hover,
	.navbar-default.affix .nav > li > a:focus:hover {
	color: #ffb200;
	}
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-color: #333;
  text-align: center;
  color: white;
}

.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
	margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #ffb200;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #ffb200;
  border-color: #ffb200;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #e48107;
  border-color: #e48107;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffb200;
  border-color: #ffb200;
}
.btn-primary .badge {
  color: #ffb200;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}




/*--------------------CUSTOM---------------------------*/

header>img{
	width: 100%
}

/*----------------texto------------------------*/
#invitacion{
	background-color:#1f1d16;
	color: #Fff;
}
#texto-invitacion{
        text-align: justify;
	width: 70%;
	overflow: hidden;
	float: left;
	padding: 0 15px;
}
#texto-invitacion>p{
	font-size: 18px;
}
#sumate{
	background-color: #534739; 
	width: 100%;
	padding: 0 15px;
	display: block;
	text-decoration: none;
	margin-top: 20px;
}
#sumate:hover{
	text-decoration: none;
	background-color: #352e24; 
}
#sumate p:first-child{
	font-family: 'Montserrat';
	color: #fcd80c;
	
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#sumate p:nth-child(2){
	font-family: 'Montserrat';
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
	width: 80%;
}
#brote{
	width: 200px;
	height: 346px;
	background-image: url('img/brotes.png');
	background-size: 200px 346px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 80px;
}
@media (max-width: 990px) {
	#brote{
		margin-right: 0;
	}
	#sumate p:first-child, #sumate p:nth-child(2){
		padding-right: 170px;
	}
}
@media (max-width: 768px) {
	#texto-invitacion{
		width: 100%;
		overflow: hidden;
		float: left;
	}
	#sumate{
		margin-top: 25px;
	}
	#brote{
		display: none;
	}
	#sumate p:first-child, #sumate p:nth-child(2){
		padding-right: 0;
		font-size: 18px;
		width: 100%;
	}
}


/*---------------inscripcion---------------------*/

#inscripcion{
	color: #1f1d16;
}
#inscripcion h2{
	letter-spacing: 1px;
	font-family: 'Montserrat';
	color: #1f1d16;
	font-weight: bold; 
	text-transform: uppercase;
	margin-bottom: 5px;
}
#inscripcion hr{
	margin-bottom: 40px;
}
#inscripcion .btn-default{
	margin-top: 30px;
}
#inscripcion .span{
	text-transform: uppercase;
	font-family: 'Montserrat';
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}


.oradores{
	background-size: cover;
	background-position: center center;
	padding: 130px 15px;
	overflow: hidden;
}
.oradores .textbox{
        text-align: justify;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .8);
	padding: 30px;
}
.oradores .textbox p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px
}
.oradores .textbox i.fa-angle-down{
	font-size: 40px;
}
.oradores .nombre{
	font-size: 40px;
	font-weight: bold;
	font-size: 'Bold'; 
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	margin-top: 0;
	margin-bottom: 15px;
}
.oradores .img-circle{
	width: 170px;
	margin-bottom: 15px;
}
.oradores .textbox a, .oradores .textbox a:hover {
	color: #fff;
}
@media (max-width: 768px) {
	.oradores{
		padding: 60px 15px;
	}
	.oradores .nombre{
		font-size: 34px;
	}
	.oradores .img-circle{
		width: 150px;
	}
	.oradores .textbox p{
		font-size: 13px;
	}
	.oradores .textbox{
		padding: 15px;
	}
}


#programa{
	font-family: 'Montserrat';
}
.text-rl{
	text-align: right
}
@media (max-width: 768px) {
	.text-rl{
		text-align: left;
	}
}



.separador{
	color: #87a83a;
	font-size: 20px;
	font-weight: bold; 
	text-transform: uppercase;
}
.bloque{
	font-weight: bold; 
	color: #73a634;
	font-size: 17px;
	text-transform: uppercase;
}
.hora{
	font-size: 12px; 
	color: #73a634;
	margin-bottom: 5px;
	font-weight: bold;
}
.titulo{
	color: #444; 
	text-transform: uppercase;
	font-size: 15px;
}
#programa hr{
	margin-bottom: 50px;
}


/*-------------multimedia---------------*/
#multimedia a[type=button]{
	cursor: pointer;
	text-decoration: none;
	display: block;
	padding: 20px 0;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
	background-color: #e8e7db;
	margin-bottom: 30px;
}
#multimedia a[type=button]:hover{
	background-color: #efefe7;
}
#multimedia a[type=button]>h3{
	margin: 0;
	font-size: 22px;
}
#multimedia>.container>.row:nth-child(2){
	margin-bottom: 30px;
}
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
  margin-bottom: 15px;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-body {
	font-size: 16px;
	padding: 25px;
}
.modal-body ul{
	padding-left: 0;
}
.modal-body ul>li{
	margin-bottom: 10px;
	list-style: none;
}
.modal-body img{
	width: 150px;
	margin-top: 30px;
}
.modal-body ul>li>a{
	color: #333;
}
#modalExpoagro img{
	width: 100px;
	margin-top: 30px;
}
#modalCPIA img{
	width: 180px;
	margin-top: 30px;
}
#modalBoosteragro img{
	width: 180px;
	margin-top: 30px;
}
#modalClarin img{
	width: 110px;
	margin-top: 30px;
}
#prensa .hoja{
        text-align: justify;
	color: #333;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
	overflow: hidden;
	padding: 80px 60px;
}

#prensa .hoja .text-muted{
	font-size: 14px;
}

@media (max-width: 768px) {
	#prensa .hoja{
		padding: 25px;
	}
	#prensa .hoja>p{
		font-size: 14px;
	}
}
#top{
	margin-bottom: 30px;
}





footer
{
	padding: 20px 0;
}
footer img{
	width: 150px;
	margin-right: 20px;
}
footer ul{
	display: inline-block;
	margin: auto;
	padding: 0
}
footer ul li{
	list-style: none;
	float: left;
}
footer ul li a{
	color: #fff;
	float: left;
	padding: 0 15px;
	font-size: 25px;
}
footer ul li a:hover{
	color: #80b748;
}



#gracias .header-content{
	margin-top: 50px;
	padding: 50px 25px 50px 25px;
}



#vivo{
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #010101;
}
#vivo .well{
	background-color: #1f1d16;
	border-color: transparent;
	color: #fff;
}


@media (max-width: 768px) {
	#vivo{
		padding: 50px 0;
	}

}
#demo{
	margin: 25px 0;
}



#sponsors .section-heading{
	margin-top: 70px;
}
#sponsors h3{
	margin-top: 70px;
	margin-bottom: 20px;
}

#auspiciantes{
	width: 100%; 
	margin: auto;
}
@media (max-width: 768px) {

	#auspiciantes{
		width: 100%; 
		margin: auto;
	}

}


/*-------------------DIFERIDO------------------------*/

#diferido{
	background-color: #fff; 
	margin-top: 50px;
	margin-top: 50px;
	font-family: 'Montserrat', sans-serif;
}

#diferido h1{
	color: #f5851e;
	text-transform: uppercase;
	margin: 0;
	padding: 50px;
	font-family: 'Montserrat';
}

#diferido article{
	height: 450px;
	text-align: center;
}
#diferido article img{
	width: 100%;
}
#diferido article .text-naranja{
	color: #7d5613;
	font-family: 'Montserrat';
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	line-height: 1;
	font-weight: bold;
}
#diferido article p{
	font-size: 13px;
	margin-bottom:5px;
}
@media (max-width: 768px) {
	#diferido article{
		height: auto;
		margin-bottom: 45px;
	}
}


#videos{
	background-color: #11100f;
	position: relative;
	color: #fff;
	padding-top: 50px;
}
#bg0101{
	background-color: #0e0e0e;
	width: 1000px; 
	height: 500px; 
	background-size: 1000px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .7
}
#bg0111{
	background-color: #0e0e0e;
	width: 1000px; 
	height: 400px; 
	background-size: 1000px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .5;
	background-position: bottom
}
.pad-25{
	padding: 25px;
}
.text-highlight{
	font-family: prime;
	margin-bottom: 0;
	font-size: 17px;
	color: #95b63d;
	text-transform: uppercase;
}
.text-highlight+p{
	font-family: prime;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#videos h1{
	font-family: prime;
}
#videos h1+span{
	font-family: prime;
	text-transform: uppercase;
	font-size: 15px;
}
.btn-charlas{
	border-radius: 0;
}