@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px; 
	margin: 0;
	background-color: #ddd;
}
.text-highlight{	
	color: #5083f6;
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 0px;

}
h1{
	margin-bottom: 0;
	color: #2b4e8e;
	font-weight: bold;
	text-transform: uppercase;
}
h3{
	margin: 0 0 10px 0;
}
header img
{
	width: 100%;
}
section#diferido{
	padding: 50px 0;
}
article{
	margin-bottom: 50px;
	background-color: white;
	padding: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}
article p{
	font-size: 17px;
	color: #4a4a4a;
}
footer{
	background-color: #111111;
	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: 50px;
	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;
}