/*Borrar*/
.banner a::after{
	z-index: 0;
	position: absolute;
	display: block;
	content:"ADS";
	left: calc(50% - 30px);
	top: calc(50% - 10px);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #999;
	font-family: "Montserrat", sans-serif;
}

/*Fonts*/
@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/GothamLight.eot');
	src: url('../fonts/GothamLight.woff') format('woff'),
		 url('../fonts/GothamLight.ttf') format('truetype'),
		 url('../fonts/GothamLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBook';
	src: url('../fonts/GothamBook.eot');
	src: url('../fonts/GothamBook.woff') format('woff'),
		 url('../fonts/GothamBook.ttf') format('truetype'),
		 url('../fonts/GothamBook.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBold';
	src: url('../fonts/GothamBold.eot');
	src: url('../fonts/GothamBold.woff') format('woff'),
		 url('../fonts/GothamBold.ttf') format('truetype'),
		 url('../fonts/GothamBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothamBlack';
	src: url('../fonts/GothamBlack.eot');
	src: url('../fonts/GothamBlack.woff') format('woff'),
		 url('../fonts/GothamBlack.ttf') format('truetype'),
		 url('../fonts/GothamBlack.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: "GothamBook", "Montserrat", sans-serif;
}

/*Grid hack*/
.container{
	width: 100%;
	max-width: 1240px;
	padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.mb-20{
	margin-bottom: 20px;
}

/*Banners */
.banner{
	/*background-color: #fff;*/
}
.banner a{
	display: block;
	position: relative;
	height: 100%;
}
.banner a img{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
}
.banner-top{
	height: 80px;
}
.banner-top a img{
	height: 80px !important; /* alto banner top*/		
}
.banner-hero-top{
	padding:20px 0;
}
.banner-hero-top a{
	height: 100px;
}
.banner-hero-top a img{
	/*display: none;*/
	height: 80px !important; /* alto banner top*/
}
.sticked-bottom{
	position: fixed;
    bottom: 0;
    z-index: 2000;
    left: 50%;
    transform: translate(-50%);
}
.sticked-bottom i{
	z-index: 1;
}


/*Header & Navbar*/

.header{
    background-color: #fff;
	transition: all .2s ease-in-out;
	height: 95px;
}
@media(max-width:767px){
	.header{
		height: 65px;
	}
}
.header .header-inner{
	width:100%;
	background-color: #DF0126;
	transition: all .2s ease-in-out;
	z-index: 999!important;
    padding: 20px 0;
}
.header.fixed .header-inner{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding:8px 0;
}
.header.fixed {
	height: 60px;
}
.head-logo{
	display: inline-block;
}
.head-logo svg{
	height: 48px;
	transition: all .2s ease-in-out;
}
@media(max-width:767px){
	.head-logo svg{
		height: 32px;
	}
}
.header.fixed .header-inner .head-logo svg{
	height: 32px;
}
.header .row{
	display: flex;
	align-items: center;
}
.head-menu{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
}
.navbar-nav li a{
	font-family: "GothamBold", "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding:12px 16px;
}
.navbar-nav li a:hover,
.navbar-nav li.active a{	
	background-color: #333333;
}

.navbar-nav li a.agro{
	font-family: "GothamBold", "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding:12px 16px;
	background-color: #03541a;
}
.navbar-nav li a.agro:hover,
.navbar-nav li.active a.agro{	
	background-color: #333333;
}


.navbar-nav li.sub-nav a{
	position: relative;
	padding-right: 30px;
}
.navbar-nav li.sub-nav a i{
	position: absolute;
	z-index: 1;
	right: 8px;
	top: calc(50% - 3px);
}
.navbar-nav li.sub-nav .sub-links{
	display: none;
	list-style: none;
	margin: 0;
	min-width: 160px;
	z-index: 1000;
	padding: 0;
}
.navbar-toggler{
  	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: transparent;
	border: 0;
}
.toggle-inner{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 28px;
	height: 20px;
	margin-top: 0;
	position: relative;
	color: inherit;
}
.toggle-inner span{
	background: transparent;
	display: inline-block;
	width: 28px;
	height: 2px;
	border-radius: 10px;
	background-color:#fff;
	transition: all 0.3s ease-out;
	vertical-align: top;
	position: absolute;
	right: 0;
}
.toggle-inner span:nth-child(2) {
	top: 8px;
	right: 0;
	width:20px;
}
.toggle-inner span:nth-child(3) {
	top: 16px;
	right: 0;
	width:12px;
}
.navbar-toggler .toggle-inner:hover span:nth-child(1) {
	width:12px;
}
.navbar-toggler .toggle-inner:hover span:nth-child(3){
	width: 28px;
}

.menu-social{
	display: none;
	align-items: center;
	gap: 8px;
	margin-left: 8px;
}
.menu-social a{
	border: 1px solid #fff;
	width: 32px;
	height: 32px;
	padding:4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}
.menu-social a:hover{
	background-color: #b9001f;
}
.menu-social a svg{
	width: 80%;
}
@media(min-width:992px){
	.header .container-lg .row{
		display: flex;
		align-items: center;
	}
	.navbar-toggler{
		display: none;
	}
	.menu-newsletter{
		display: none;
	}
	.menu-social{
		display: flex;
	}
	.head-menu .navbar-collapse{
		display: flex;
		align-items: center;
		padding:0;
	}
	.navbar-nav li.sub-nav a.active{
		background-color: #333;
	}
	.navbar-nav li.sub-nav .sub-links{
		left: 0;
		z-index: 99;
		position: absolute;
		top: 100%;
		min-width: 260px;
		background-color:#333;
	}
	.navbar-nav li.sub-nav:hover .sub-links{
		display: block;
	}
	.navbar-nav li.sub-nav:hover .sub-links li{
		padding:0;
	}
	.navbar-nav li.sub-nav:hover .sub-links li a{
		display: block;
		padding:12px 16px;
	}
	.navbar-nav li.sub-nav:hover .sub-links li a:hover{
		background-color: #111;
	}
}
@media(max-width:991px){
	.navbar-nav{
		float: none;
		flex-direction: column;
		display: flex;
	}
	.navbar-nav li.sub-nav .sub-links{
		flex-direction: column;
	}
	.navbar-nav li.sub-nav .sub-links li a{
		padding:12px 32px;
		display: block;
	}
	.navbar-collapse{
		z-index: 9;
	}
}
.menu-newsletter{
	margin-top: 32px;
}
.menu-newsletter .text-help{
	opacity: .5;
}
/*Cotizaciones*/
.market-bar{
	background-color: #E5E5E5;
	padding:4px 0;
}
.market-bar .row{
	display: flex;	
	align-items: center;
}
.market-bar .date{
	display: flex;
	align-items: center;
	gap: 8px;
}
.market-bar .date span{
	font-family: "GothamBold", "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}
@media (max-width: 1199px) {
 .market-bar .date span{
    font-size: 14px;
  }
}
.market-bar .date hr{
    height: 24px;
    width: 1px;
    background-color: #DF0126;
    margin: 0;
    border: 0;
}
.market-bar .date p{
	margin:0;
	font-family: "GothamBold", "Montserrat", sans-serif;
	color: #666666;
	font-size: 11px;
}
.carousel-market .item{
	display: inline-block;
	padding: 10px;
	white-space: nowrap; 
}
.carousel-market span{
	color: #1A1A1A;
	display: block;
	text-align: left;
	position: relative;
	font-size: 16px;
}
.carousel-market span b{
	font-family: "GothamBold", "Montserrat", sans-serif;
}
.carousel-market span::after{
	content: "/";
	margin-left: 8px;
}
.carousel-market span:last-child::after{
	display: none;
}
.carousel-market .owl-nav{
	display: none!important;
}


/*Hero*/
.hero-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 20px;
  padding:20px 0;
}
.hero-main-news {
  background-color: #ddd;
  font-size: 1.2em;
}
.hero-grid-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hero-secondary-news {
  background-color: #f5f5f5;
}
@media (max-width: 1199px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .hero-grid-child {
    grid-template-columns: 1fr;
  }
}

/* Thumbnails */
.thumbnail{
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	padding:0;
}
.thumbnail .caption{
	padding: 0;
}
.thumbnail .thumb-image a{
	display: block;
	height: 100%;
	transition: all .2ms ease-in-out;
}
.thumbnail .thumb-image a img{
	height: 300px;
	object-fit: cover;
	opacity: 1;
	width: 100%;
}
.thumbnail .thumb-image a:hover img{
	opacity: 0.8;
}
.thumbnail .article-date{
	position: relative;
	display: inline-flex;
	flex-direction: column;
	gap: 12px;
	padding:0;
	top: -24px;
}
.thumbnail h2{
	margin-top: 0;
}
.thumbnail .article-date label{
	background-color: #DF0126;
	padding:8px 12px;
	border-radius: 0 8px 8px 8px;
	position: relative;
	color: #fff!important;
	font-size:13px;
	font-family: "GothamBold", sans-serif;
	text-transform: uppercase;
	border-right: 0!important;
}
.thumbnail .article-date label::before{
	content:"";
	position: absolute;
	left: 0;
	top: -15px;
	width: 0;
	height: 0;
 	border-bottom: 16px solid #DF0126;
  	border-right: 16px solid transparent;
}

.thumbnail-hero{
	position: relative;
	border: 0;
	padding:0;
	background-color: #fff;
	margin:0;
}
.thumbnail-hero a{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.thumbnail-hero .hero-img{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	display: block;
}
.thumbnail-hero .hero-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 700ms ease-in-out;
}
.thumbnail-hero .hero-img::after{
	content:"";
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
}
.thumbnail-hero .caption{
	position: absolute;
	bottom: 0;
	height: auto;
	width: 100%;
	padding:16px;
	z-index: 2;
}
.thumbnail-hero .caption h2{
	color: #fff;
	font-size: 24px;
}
.thumbnail-hero .caption .article-date{
	top: auto;
	margin-bottom:-36px;
	display: inline-flex;
	flex-direction: column-reverse;
	gap: 24px;
}
.thumbnail-hero .caption .article-date span{
	color: #fff;
	font-family: "GothamBold", sans-serif;
}
.thumbnail-hero:hover .hero-img img{
	opacity: 0.8;
}
.thumbnail-hero.hero-main-news .caption{
	padding:32px;
}
.thumbnail-hero.hero-main-news .caption h2{
	font-size: 38px;
}
.thumbnail-hero.hero-main-news .article-date span{
	font-size: 18px;
}
.thumbnail-hero.hero-main-news .article-date label{
	font-size: 14px;
}
.thumbnail-hero.hero-main-news .article-date{
	margin-top: 16px;
	margin-bottom: -54px;
}

/* negro */
.separacion-thumbnail-aside{
 	margin-top: 20px;
}

.thumbnail-aside-negro{
	background-color: #000;
	padding:15px;
	margin-bottom: 20px;
}
.thumbnail-aside-negro a{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thumbnail-aside-negro h2{
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	text-align: right;
	font-family: "GothamBook", sans-serif;
}
.thumbnail-aside-negro h3{
	color: #fff;
	text-align: right;
	font-size: 22px;
	font-family: "GothamBold", sans-serif;
}
.thumbnail-aside-negro img{
	height: 160px;
	width: 100%;
	object-fit: cover;
}

.thumbnail-aside-negro img.revista{
	height: 360px;
	width: 100%;
	object-fit: cover;
}


/* rojo */
.thumbnail-aside{
	background-color: #DF0126;
	padding:15px;
	margin-bottom: 20px;
}
.thumbnail-aside a{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}
.thumbnail-aside h2{
	margin-top: 0;
	color: #fff;
	font-size: 18px;
	text-align: right;
	font-family: "GothamBook", sans-serif;
}
.thumbnail-aside h3{
	color: #fff;
	text-align: right;
	font-size: 22px;
	font-family: "GothamBold", sans-serif;
}
.thumbnail-aside img{
	height: 160px;
	width: 100%;
	object-fit: cover;
}

.block-news-thumbnail{
	padding:40px 0;
}
@media(max-width:1366px){
	.thumbnail-hero .caption h2 {
    	font-size: 20px;
	}
	.thumbnail-hero .caption .article-date span{
		font-size: 16px;
	}
	.thumbnail-hero.hero-main-news .caption h2 {
    	font-size: 32px;
	}
}
@media(max-width:1199px){
	.thumbnail-hero .caption h2 {
    	font-size: 24px;
	}
	.thumbnail-hero .caption .article-date span{
		font-size: 18px;
	}
	.thumbnail-hero.hero-main-news .caption h2 {
    	font-size: 38px;
	}	
}
@media(max-width:991px){
	.thumbnail-hero .caption h2 {
    	font-size: 32px;
	}
	.thumbnail-hero .caption .article-date span{
		font-size: 18px;
	}
	.thumbnail-hero.hero-main-news .caption{
		padding:24px;
	}
	.thumbnail-hero.hero-main-news .caption h2 {
    	font-size: 32px;
	}
}
@media(max-width:767px){
	.hero-grid {
    	gap: 32px;
	}
	.hero-grid-child{
		gap: 4px;
	}
	.thumbnail-hero .caption h2 {
    	font-size: 24px;
	}
	.thumbnail-hero .caption .article-date span{
		font-size: 16px;
	}
	.thumbnail-hero.hero-main-news .caption h2 {
    	font-size: 32px;
	}
	.thumbnail-hero.hero-main-news .hero-img img{
		height: 600px;
	}
	.thumbnail-hero .hero-img img{
		height: 400px;
	}
}
.block-videos{
	position: relative;
	padding:64px 0;
	background-color: #333333;
}
.block-videos .segment-title{
	top: -86px;
	width: auto;
	display: inline-block;
	background-color: #DF0126;
	padding:8px 24px;
	border-radius: 8px 8px 8px 0;
	position: relative;
	color: #fff!important;
	font-size:24px;
	font-family: "GothamBook", sans-serif;
	border-right: 0!important;
}
.block-videos .segment-title::before{
	content:"";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 0;
	height: 0;
 	border-top: 16px solid #DF0126;
  	border-right: 16px solid transparent;
}
.block-videos .thumbnail{
	background-color: transparent;
}
.block-videos .thumbnail .thumb-image iframe{
	width: 100%;
}
.block-videos .thumbnail .article-date{
	top: 0;
	margin-top: 8px;
}
.block-videos .owl-nav{
	margin-top: -60px;
}


/* Footer */
.footer-inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
.footer-logo{
	display: inline-block;
	height: 48px;
}
.footer-logo svg{
	height: 100%;
}
.footer-links{
	display: flex;
	gap: 32px;
	align-items: center;
	color: #fff;
}
.footer-menu{
	display: flex;
	gap: 16px;
}
.footer-menu a{
	color: #fff;
}
.footer-menu a:hover{
	text-decoration: underline;
}
.footer-links p{
	color: #fff;
	margin:0;
	font-size: 12.2px;
}
.footer-social{
	align-items: center;
	gap: 8px;
	margin: 0;
	padding:0;
	list-style:none;
	display: flex;
}
.footer-social a{
	border: 1px solid #fff;
	width: 32px;
	height: 32px;
	padding:4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}
.footer-social a:hover{
	background-color: #b9001f;
}
.footer-social a svg{
	width: 80%;
}
@media(max-width:991px){
	.footer-links{
		flex-direction: column;
		gap: 20px;
	}
}

.row-news{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.col-news{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
@media(max-width:767px){
	.row-news{
		grid-template-columns: 1fr;
		margin-bottom: 20px;
	}
}

/*Page news*/
.page-news{
	padding:64px 0;
}
.news-article{
	margin-bottom: 40px;
}
.news-article figure{
	margin:40px 0;
}
.news-article figure img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.news-article .article-date{
	position: relative;
	display: inline-flex;
	gap: 16px;
}
.news-article  .article-date label{
	background-color: #DF0126;
	padding:8px 12px;
	border-radius: 8px 8px 8px 0;
	position: relative;
	color: #fff!important;
	font-size:13px;
	font-family: "GothamBold", sans-serif;
	text-transform: uppercase;
	border-right: 0!important;
}
.news-article .article-date label::before{
	content:"";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 0;
	height: 0;
 	border-top: 16px solid #DF0126;
  	border-right: 16px solid transparent;
}

.etiqueta {
	margin-bottom: 20px;
}
.espaciotop {
	margin-top: 30px;
	margin-bottom: 0px!important;
}

/* notas relacionadas*/
.etiqueta label {
    background-color: #DF0126;
    padding: 8px 12px;
    border-radius: 8px 8px 8px 0;
    position: relative;
    color: #fff !important;
    font-size: 23px;
    font-family: "GothamBold", sans-serif;
    text-transform: uppercase;
    border-right: 0 !important;	
}
.etiqueta label::before{
	content:"";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 0;
	height: 0;
 	border-top: 16px solid #DF0126;
  	border-right: 16px solid transparent;	
}
/*fin notas relacionadas*/

/* columnistas */
.etiquetacolumnista{
	text-align: end;
	position: relative;
	top: 35px;
}
.etiquetacolumnista label {
    background-color: #000;
    padding: 8px 12px;
    border-radius: 8px 8px 0px 8px;
    position: relative;
    color: #fff !important;
    font-size: 18px;
    font-family: "GothamBold", sans-serif;
    text-transform: uppercase;
    border-right: 0 !important;	
}
.etiquetacolumnista label::before{
	content:"";
	position: absolute;
	right: 0;
	bottom: -15px;
	width: 0;
	height: 0;
 	border-top: 16px solid #000;
  	border-left: 16px solid transparent;	
}
/* fin columnistas */

.news-article .article-date span{
	margin-top: 6px;
}
.news-article .news-title h2{
	color: #1A1A1A;
	font-size: 36px;
}
.news-article .news-title p{
	font-size: 20px;
	font-family: "GothamLight", sans-serif;
}
.news-article .news-body p{
	font-size: 18px;
	font-family: "GothamLight", sans-serif;
}
.news-article .share{
	margin-top: 30px;
}
.news-article .share p{
	font-size: 18px;
	font-family: "GothamBold", sans-serif;
	margin-bottom: 10px;
}
.news-article .share .social{
	align-items: center;
	gap: 8px;
	margin: 0;
	padding:0;
	list-style:none;
	display: flex;
}
.news-article .share .social a{
	border: 1px solid #DF0126;
	width: 32px;
	height: 32px;
	padding:4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}
.news-article .share .social a:hover{
	background-color: #ddd;
}
.news-article .share .social a svg{
	width: 80%;
}

.market-bar .owl-carousel{
	height: 38px;
}