@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px; 
	margin: 0;
}
.text-highlight{	
	color: #f29420;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 700;
}
h1{
	margin-bottom: 0;
	color: #2b4e8e;
	font-weight: bold;
	text-transform: uppercase;
}
h3{
	margin: 0 0 10px 0;
}
.title{
	text-align: left;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 15px;
}
.title p{
	margin-bottom: 0;
	font-size: 16px;
}
header img
{
	width: 100%;
}

section#diferido{
	padding: 30px 0;
}
article{
	margin-bottom: 30px;
}
footer{
	background-color: #121212;
	padding: 35px;
}
footer .agrositio{
	width: 150px; 
	margin: auto;
}
@media (max-width: 768px) {
	footer .agrositio{
		width: 120px; 
	}
}
.v-separator{
	display: block; 
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 45px;
}
a:hover{
	text-decoration: none;
}
#diferido article{
	margin-bottom: 35px;
	font-size: 15px;
}
#diferido article img{
	width: 100%;
}
.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%;
}
.subtitulo{
	color: #fff;
	font-size: 22px;
	margin-bottom: 30px;
}