@font-face {
    font-family: 'coco';
    src: url('fonts/cocogoose.otf');
}


html,
body {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #7d5613;
  border-width: 3px;
  max-width: 50px;
  margin-top: 50px;
  margin-bottom: 50px;

}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #F05F40;
}
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;
}
.bg-primary {
  background-color: #F05F40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.bg-amarillo{
	background-color: #fcd645;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.overflow-h{
	overflow: hidden;
}
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 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #fff !important;
	font-size: 16px;
}
@media (max-width: 768px) {

}
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;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #F05F40;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #F05F40 !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: #333;
	}

	.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: #F05F40;
	}
}
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: #F05F40;
}
.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: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.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: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #F05F40;
  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 .header-content {
	width: 100%;
	height: 630px;
	position: relative;
	margin-top: 50px;
	background-color: #fff;
}

.header-content #fondo{
	width: 100%;
	height: 630px; 
	margin: 0;
	background-image: url('img/trigo.jpg');
	background-position: center center;
	position: relative;
	background-size: cover;
	overflow: hidden;
	padding-top: 120px;
	text-transform: uppercase;
}
.header-content #fondo>h1{
	font-family: 'coco';
	font-size: 45px;
	padding: 15px;
	border: 5px solid #fff;
	border-radius: 2px;
	display: inline-block;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}
.header-content #fondo>p{
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 80px;
}
.header-content #fondo>span{
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin: 10px 0 0 0 ;
	display: block
}
.header-content #fondo .glyphicon-chevron-down{
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
	padding: 15px;

	display: block;
	width: 100%;
	
}
@media (max-width: 768px) {
	header .header-content {
		height: 500px;
	}

	.header-content #fondo{
		height: 500px; 
		padding-top: 30px;
	}

	.header-content #fondo>h1{
		font-family: 'coco';
		font-size: 30px;
		padding: 10px;
		border: 5px solid #fff;
		border-radius: 2px;
		display: inline-block;
	}
	.navbar-brand {
		text-transform: uppercase;
		font-weight: 700;
		color: #333 !important;
		font-size: 13px;
	}
	.header-content #fondo>p{
		margin-bottom: 50px;
	}
}


#oradores img.img-circle{
	padding: 15px;
}
@media (max-width: 768px) {
	#oradores img.img-circle{
		padding: 30px;
	}
}
h5{
	margin-bottom: 0;
	font-weight: bold;
}



#programa, #programa h2, #programa p{
	color: #7d5613;
	font-family: 'bold';
	display: block;
	overflow: hidden;
}
#programa p{
	font-size: 17px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#programa h2{
	margin-bottom: 15px;
	font-size: 36px;
}
.font-20{
	font-size: 20px;
}
footer
{
	padding: 20px 0;
}
footer img{
	height: 100px;
	margin-right: 20px;
}
footer p{
	display: inline-block;
	font-size: 14px;
}

#gracias, #gracias .header-content{
	margin-top: 0
}
#gracias .header-content{
	background-color: #ede1b9;
	height: 350px;
}
#gracias .header-content #cabeza{
	width: 100%;
	background-size: 100%;
	height: 350px; 
}
#gracias .header-content #cabeza>#cartel{
	position: absolute;
	right: 0;
	margin-right: 50px;
	top: 50%;
	width: 305px;
	height: 360px;
	margin-top: -190px;
	background-size: auto 360px;
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
}
@media (max-width: 768px) {
	#gracias .header-content #cabeza>#cartel{
		display: none;
	}
}

#vivo{
	padding: 100px 0;
}

#vivo #cartel{
	position: relative;
	margin: auto;
	width: 305px;
	height: 330px;
	background-image: url('img/cartel.jpg');
	background-size: auto 330px;
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	margin-bottom: 15px;
}
@media (max-width: 768px) {
	#vivo{
		padding: 50px 0;
	}
	#vivo #cartel{
		margin-bottom: 25px;
	}

}
#demo{
	margin: 25px 0;
}
#texto hr{
	border-color: #fff;
	color: #fff;
}
#texto{
	color: #fff;
}

#novitas{
	width: 200px;
	margin-bottom: 15px;
}
#canal{
	width: 150px;
	margin-bottom: 15px;
}
#rural{
	width: 150px;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	#novitas{
		width:150px;
		margin-bottom: 15px;
	}
	#canal{
		width: 100px;
		margin-bottom: 15px;
	}
	#rural{
		width: 100px;
		margin-bottom: 15px;
	}
}