.comentarios_seox{
	padding: 60px 0;
}

a:active, a:focus  {
	outline:none;
	border:none;
}

.p-0 {
	padding:0;
}

.fl-logo-text{
	color: green !important;
}

/* START Formata os cards */
.fl-post-image {
    position: relative;
    cursor: pointer;
}

 /* START icon-play *** */
.icon-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px;
    background: #000;
    background: rgba(0,0,0,0.2);
    border-radius: 120px;
    z-index: 20;    
}
.icon-play.icon-play--small {
    width: 70px;
    height: 70px;
    border-radius: 100px !important;   
}
.icon-play.icon-play--medium {
    width: 100px;
    height: 100px;
    border-radius: 100px !important;   
}
.icon-play.icon-play--large {
    width: 130px;
    height: 130px;
    border-radius: 130px !important;   
}
/* END icon-play *** */

/* END Formata os cards *** */

/* START Modal *** */
/* Corrige bug do boostrap modal */
body {
    padding-right: 0px !important;
}
.modal .modal-content {
    background-color: transparent;
    border: 0;
}
.modal .modal-header {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
}
.modal-open .modal {
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
}
#btn-modal-close {
    position: fixed;
    top:40px;
    right: 40px;
    opacity: 1;
    color: #AAAAAA;
    border: 0;
    text-shadow: none;
    background: transparent;
}
#btn-modal-close:hover,
#btn-modal-close:active{
    background-color: transparent;
    color: #FFFFFF;
}
#btn-modal-close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.modal .modal-header .modal-title {
    font-size: 22px;
    color: white;
	font-family: "Roboto Slab", Serif;
}
@media(max-width:600px){   
   .modal .modal-header .modal-title {
       font-size: 18px;
   } 
}
.modal .modal-body {   
    padding: 0;
}
/* END formato modal ** */

/* START Tempo Widgets *** */
.widgets-container {
    background-color: white;
}
.title-tempo {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
}
.title-tempo .info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-tempo .date_time {
	margin-left: 10px;
    padding: 2px 15px;
    border-radius: 20px;
    background-color: #e3e3e3;
}
.title-tempo #city,
.title-tempo .city-value{
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    color: black;
	text-transform: uppercase;
}
.title-tempo #date,
.title-tempo .date-value{
	font-size: 15px;
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-weight: 600;
    line-height: 1;
}

/* START Remover quando remover o html */
.title-tempo .title-line {
    height: 2px;
    background-color: black;
    width: 100%;
	display: none;
}
/* END Remover quando remover o html */

/* widgets left side */
.graphs-info {
    display: flex;
}
.graphs-info .half-container {
    width: 50%;
}
.weather-min-max--container {
    display: flex;
    font-family: "Roboto", Sans-Serif;
    justify-content: center;
    margin-top: 10px;
}
.graphs-info .inner-container {
    width: 90%;
    margin: 0 auto;
}
.weather-min-max--container > div {
    margin: 10px;
}
.weather-min-max--container .daily-forecast-icon
{
    font-size:60px;
}
.weather-min-max--container .icon-weather-cc:before {
    color: #e8b909;	
}
.weather-min-max--container .data-min-label,
.weather-min-max--container .data-max-label{
    text-transform: uppercase;
    font-size: 16px;
    color: black;
    text-align: right;
    font-weight: 300;
    margin-bottom: 5px;
}
.weather-min-max--container .data-min-label .icon-triangle-down,
.weather-min-max--container .data-max-label .icon-triangle-down
{
    font-size: 13px;
}
.weather-min-max--container .data-min-value,
.weather-min-max--container .data-max-value
{
    font-weight: 800;
    font-size: 50px;
    margin-top: -20px;
    display: flex;
    color: black;
    
}
.weather-min-max--container .data-min-value .unit,
.weather-min-max--container .data-max-value .unit{
    font-size: 14px;
    margin-top: 15px;
    color: black;
    font-weight: 300;
}
/* Remover depois que a tag .graphline for removida do html */
.graphs-info .graph-line {
	display: none;
	margin-top: -10px;
    height: 2px;
    background-color: black;
}
/* Remover  depois que a tag .graphline for removida do html */
.graphs-info .sponsor-widget {
    margin-top: 8px;
    color: #8a8a8a;
    text-align: center;
	font-size: 11px;
}
.graphs-info .sponsor-widget a{
    color: black;
}
.icon-triangle-down:before {
	color: #39bcf3;
}
.icon-triangle-up:before {
	color: #df3d38;
}
/* Widgets Right side */
.info-icons {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.info-icons .vanilla-grid {
    display: flex;
    width: 100%;
	justify-content: center;
}
.info-icons .vanilla-grid .vanilla-item{
    width: 33%;
    margin-top: 15px;
    text-align:center;
}
.info-icons .vanilla-grid.icons-sun .vanilla-item {
	margin-top: 14px;
}
.info-icons .vanilla-grid .vanilla-item div span {
    display: block;
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-size: 14px;
    font-weight: 300;
    margin: 5px auto;
}
.info-icons .vanilla-grid .vanilla-item .icon {
    font-size: 30px;
}
.info-icons .vanilla-grid.icons-water-wind .vanilla-item .icon:before{
	color: #39bcf3;
}
.info-icons .vanilla-grid.icons-sun .vanilla-item .icon:before{
	color: #e8b909;
}
.info-icons .vanilla-grid .vanilla-item .icon:before {
    color: black;
}
/* Widgets Tempo Button bottom */
.box-bottom-line {
    margin-top:20px;
    text-align: center;
}
.box-bottom-line .link-heading {
    display: inline-block;
	background-color: #e3e3e3;
    color: #6d6d6d;
    padding: 6px 30px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box-bottom-line .link-heading:hover {
	background:#8cc640;
	color:white;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* Widgets tempo mobile */
.widgets-mobile .title-tempo {
	display: block;
	text-align: center;
}
.widgets-mobile .title-tempo .city-value {
	text-transform: uppercase;
	font-size:25px;
	font-family: "Roboto", sans-serif;
}
.widgets-mobile  .title-tempo .date-value {
	font-weight: 600;
	font-size: 13px;
}
.widgets-mobile .graphs-info{	
	flex-direction: column;
}
.widgets-mobile .graphs-info .sponsor-widget {
	margin-top: 20px;
}
.widgets-mobile .half-container {
	width: 100%;
}
.widgets-mobile .info-icons {
	width: 90%;
	margin: 0 auto;	
}
.widgets-mobile .box-bottom-line .link-heading{
    font-size: 12px;
    padding: 8px 30px;
    border-radius: 20px;
    background-color: #e3e3e3;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.widgets-mobile .box-bottom-line .link-heading:hover{
    background-color: #8cc640;
	color:white;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* END Tempo Widgets *** */

/* ** START canalrural-play-container--all ** */
.canalrural-play-container--all .slick-arrow .fa{
	color: white;
	font-size: 40px;
    padding: 13px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.25);
	transition: background-color 0.5s ease;
	text-shadow: 1px 3px #000000;
}
.canalrural-play-container--all .uabb-blog-posts .slick-next {
    right: 10px;
	top: 33%;
}	
.canalrural-play-container--all .uabb-blog-posts .slick-prev {
	left: 10px;
	top: 33%;
}   
.uabb-blog-posts-carousel--all .slick-next .fa-angle-right,
.uabb-blog-posts-carousel--all .slick-prev .fa-angle-left{
   padding: 10px;  
   font-size: 40px;
}
.canalrural-play-container--all .uabb-blog-posts .uabb-post-thumbnail .icon-play {
    border-radius: 300px;
}
.canalrural-play-container--all .uabb-blog-posts-carousel .slick-prev .fa-angle-left,
.canalrural-play-container--all .uabb-blog-posts-carousel .slick-next .fa-angle-right {
    font-size: 30px;
}
.canalrural-play-container--all .uabb-post-heading {
    background-color: black;
    color: white;
    font-family: "Roboto Slab", Serif;
    line-height: 1.1;
    font-weight: 600;
    margin: 20px;
}
/* END .canalrural-play-container--all */

/* START Netflix Carousel */
/* START .netflix-carousel-container--all */
.netflix-carousel-container--all{
	position: relative;
	z-index: 1;
	/* Problema com este overflow no construtor e no site */
    overflow: hidden;
	/* Código para forçar com que o scale não seja escondido pelo overflow hidden */
	height: 600px;
	padding-top: 100px;
	top: -100px;
	margin-bottom: -300px;
}
@media(max-width: 768px){
	.netflix-carousel-container--all{
		top: 0px;
		margin-bottom: 0;
		height: auto;
		padding-top: 0;
	}
}
.netflix-carousel .slick-slide {
	transition: all 1s ease;
	cursor: pointer;
	margin: 0px;
}
.netflix-carousel .slick-slide.ativo {
 	position: relative;
	z-index: 100;
	margin-right: 90px;
	transform: scale(1.5,1.5) translateX(15px);
}
@media(max-width: 789px){
	.netflix-carousel .slick-slide.ativo {
		position: relative;
		z-index: 100;
		margin-right: 0;
		transform: scale(1,1) translateX(0px);
	}
}
.netflix-carousel .slick-track {
	width: 99999px!important;
}
.netflix-carousel .slick-list {
	overflow: visible !important;	
}
.carousel-section .uabb-post-heading {
    background-color: black;
    color: white;
    font-family: "Roboto Slab", Serif;
    line-height: 1.1;
    font-weight: 600;
    margin: 20px;
}
.netflix-carousel .slick-slide {
	transition: all .4s ease;
}
.carousel-programas{
    position: relative;
}
.netflix-carousel-container--all .uabb-blog-posts-carousel .slick-arrow .fa{
	background-color: #000000;
	background-color: rgba(0,0,0,0.25);
	transition: background-color 0.5s ease;
	text-shadow: 1px 3px #000000;
}
.netflix-carousel-container--all .uabb-blog-posts-carousel .slick-arrow:hover .fa{
	background-color: #000000;
}
.netflix-carousel-container--all {
	position: relative;
	z-index: 10;

}
.netflix-carousel-container--all .uabb-blog-posts-carousel .slick-next{
    right: 0px;
}
.netflix-carousel-container--all .uabb-blog-posts-carousel .slick-prev{
    left: 0px; 
}
.netflix-carousel-container--all .uabb-blog-posts-carousel .slick-prev .fa-angle-left,
.netflix-carousel-container--all
.uabb-blog-posts-carousel .slick-next .fa-angle-right {
  font-size: 30px;
	padding: 7px;
}
.netflix-carousel-container--all .overlay-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    top:0;
    left:0;
    transition: all 0.4s ease;
}
.netflix-carousel-container--all .track-ativo .overlay-background {
    opacity: 0.6;
}
.netflix-carousel-container--all .track-ativo .ativo .overlay-background {
    opacity: 0;
}
@media(max-width: 992px) {
	.netflix-carousel-container--all .uabb-blog-posts-carousel .slick-prev .fa-angle-left,
.netflix-carousel-container--all
	.uabb-blog-posts-carousel .slick-next .fa-angle-right {
		font-size: 40px;
		padding: 13px;
	}
}
/* END .netflix-carousel-container-all */

/* END módulo carousel  Netflix */

/* start Cards Leilão */
.leilao-container  .fl-row-content-wrap{
	background-color: transparent;
}
.cards-leilao .slick-list {
	border: 0px solid #E1E1E1;
	background-color: #E1E1E1;
	-webkit-box-shadow: 9px 0px 65px 75px rgba(225,225,225,1);
-moz-box-shadow: 9px 0px 65px 75px rgba(225,225,225,1);
box-shadow: 9px 0px 65px 75px rgba(225,225,225,1);
/* 	-webkit-box-shadow: 0px 0px 112px 29px rgba(213,213,213,1);
-moz-box-shadow: 0px 0px 112px 29px rgba(213,213,213,1);
box-shadow: 0px 0px 112px 29px rgba(213,213,213,1); */
/* -webkit-box-shadow: 0px 0px 52px 50px rgba(213,213,213,1);
-moz-box-shadow: 0px 0px 52px 50px rgba(213,213,213,1);
box-shadow: 0px 0px 52px 50px rgba(213,213,213,1); */
}
.cards-leilao .slick-slide {
    margin: 0;
}
.cards-leilao-mobile .slick-arrow .fa {
	color: white;
	padding: 10px;
}
.fl-node-5cf16120065b2  .uabb-blog-posts 
.slick-next {
		right: 10px;
	  color:rgba(0,0,0,0.9);
}
.fl-node-5cf16120065b2  .uabb-blog-posts 
.slick-prev {	
		left: 10px;
	  color:rgba(0,0,0,0.9);
}
.cards-leilao .slick-arrow i:hover {
	color: #FFFFFF;
}
.cards-leilao  .uabb-blog-posts  .slick-prev {
	left: 5px;
	color:rgba(0,0,0,0.9);
}
.cards-leilao  .uabb-blog-posts .slick-next {
	right: 5px;
}
.cards-leilao .slick-arrow{

	border-radius: 30px;
}
.cards-leilao .slick-arrow:hover .fa {
	background-color: black;
	font-size: 40px;
	padding: 13px;
}
.cards-leilao .slick-arrow .fa{
	color: white;
	font-size: 40px;
	padding: 13px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.25);
	transition: background-color 0.5s ease;
	text-shadow: 1px 3px #000000;
}
/* smartphone (small) */
.cards-leilao-mobile .slick-arrow i:hover {
	color: #FFFFFF;
}
.cards-leilao-mobile .slick-prev {
		left: 30px;
	  color:rgba(0,0,0,0.9);
}
.cards-leilao-mobile .slick-arrow{
	background-color: black;
	background-color:rgba(0,0,0,0.9);
	border-radius: 30px;
}
.cards-leilao-mobile .slick-arrow:hover {
	background-color: black;
}
/* END Cards Leilao */

/* START Mòdulo Loja */
.produto-loja {
	width: 100%;
}
.produto-loja .container-image {
	width: 100%;
-webkit-box-shadow: 0px 0px 49px -29px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 49px -29px rgba(0,0,0,0.75);
box-shadow: 0px 0px 49px -29px rgba(0,0,0,0.75);
	margin-bottom: 10px	
}
.produto-loja .container-image img {
	width: 100%;
}
.produto-loja h2 {
	line-height: 1;
	padding:0;
	margin:0;
	font-family: "Roboto Slab", serif;
	font-size: 19px;
	font-weight: 600;
}
.produto-loja .preco-produto {
	color:#8cc640;
	font-family: "Roboto Slab", serif;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	margin-top: 5px;
}
@media(max-width: 992px){
	.loja-canalrural .fl-module-content {
		margin: 10px;
	}
}
/* END Módulo Loja */


/* START Títulos Linhas - Home */
.rural-play-header--desktop {
	display: flex;
	font-family: 'Exo', sans-serif;
	justify-content: center;
    align-items: center;
}
.rural-play-header--desktop .logo{
	display: flex;
	flex-flow: row wrap;
    justify-content: center;
    align-items: center;
	width: auto;
}
.rural-play-header--desktop .logo img {
	width: 40px;
	height: 40px;
}
.rural-play-header--desktop .logo h2 {
	margin: 0 15px;
	color: #8cc640;
	text-transform: uppercase;
	font-family: 'Exo', sans-serif;
}
.rural-play-header--desktop .logo h2 .light {
	font-weight: 300;
}

.rural-play-header--desktop .logo h2 .heavy {
	font-weight: 700;
}
.rural-play-header--desktop .horizontal-line {
    flex: 1 0 auto;
    height: 2px;
    background-color: #efefef;
}

.rural-play-header--desktop .horizontal-line-black {
    flex: 1 0 auto;
    height: 2px;
    background-color: #292929;
}

.rural-play-header--desktop .link, .rural-play-header--desktop .link-black {
    text-transform: uppercase;
    width: 100px;
    text-align: right;
}
.rural-play-header--desktop .link a {
	color: #d0d0d0;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.rural-play-header--desktop .link a:hover {
	color: #8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.rural-play-header--desktop .link-black a {
	color: #3c3c3c;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.rural-play-header--desktop .link-black a:hover {
	color: #8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/* END Títulos Linhas - Home */

/* START Box tempo Home */
.tempo-home-box .fl-row-content-wrap {
	box-shadow: 0px 0px 15px #0000001f;
}

/* START Botão Share */
.eapps-social-share-buttons-item-text {
	font-weight: 600 !important;
}
#eapps-social-share-buttons-1 .eapps-social-share-buttons-item, #eapps-social-share-buttons-3 .eapps-social-share-buttons-item {
    opacity: 1;
    margin: 6px;
    width: 294px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Roboto Slab, serif;
}
/* END Botão Share */

/* START Tags Single */
.tags-single a {
	    color:#8cc640;
    font-size: 13px !important;
    border:1px solid #8cc640;
    padding: 2px 7px;
    display: inline-block;
    margin: 4px;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Roboto", Sans-Serif;
}
.tags-single a:hover {
	 background: #8cc640;
    color: white;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* END Tags Single */

/* START Data / Hora / Autor Single */
.info-data-single {
    font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 14px;
    color: #b5b2b2;
}
.data-hora-single {
	display:block;
}
.autor-single {
	display:block;
}
/* END Data / Hora / Autor Single */

/* START moldura imagem dentro do post - Single Notícias */
.wp-caption.alignnone {
	margin: 0;
    text-align: left;
}
.wp-caption {
	background: none;
    border: none;
    padding: 0;
}
.wp-caption p.wp-caption-text {
	margin-bottom:20px;
}
/* END moldura imagem dentro do post */

/* START Imagem Perfil Archive Blog - DESKTOP */
.img-perfil-circle img {
    border: 10px solid white;
    border-radius: 100%;
    box-shadow: 0px 0px 20px #00000038;
    width: 260px;
}
/* END Imagem Perfil Archive Blog - DESKTOP  */

/* START Imagem Perfil Archive Blog - MOBILE */
.img-perfil-circle-mobile img {
    border: 5px solid white;
    border-radius: 100%;
    box-shadow: 0px 0px 20px #00000038;
    width: 100px;
	position:relative;
	z-index:2;
}
/* END Imagem Perfil Archive Blog - MOBILE  */

/* START Sidebar Archive Blog */
.sidebar-blog h4 {
    color: #8cc640;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Roboto Slab",serif;
    line-height: 1.3;
    margin: 10px 0px;
}

.sidebar-blog p {
    font-family: "Roboto",sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.6;
    margin: 0 0 21px;
}

.sidebar-blog .line-blog {
    border: 1px solid #8cc640;
    margin-bottom: 10px;
    width: 50px;
}

.anuncio-blog {
    margin: 30px 0;
}

.sidebar-blog iframe {
    margin-top: 10px;
}
/* END Sidebar Archive Blog */

/* START Paginação */
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
    background: #8cc640;
    text-decoration: none;
    color: white !important;
    border: 1px solid #8cc640 !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px;
    color: #8cc640;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* END Paginação */

/* START texto Single Blog */
.conteudo-blog p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.8;
    text-align: left;
}
/* END texto Single Blog */

/* START MENU */
.btn-aovivo i {
    font-size: 10px !important;
}
.sombra-menu .fl-row-content-wrap {
    box-shadow: 0px 2px 10px #0000001c;
}
.logo-mobile img {
    width: 35px !important;
}
.simbolo-canal img {
    height: 100%;
	width:45px;
}
.pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form__container {
        background-color: rgba(0, 0, 0, 0.95);
}
.rural-play-icon img {
    width: 50px;
}
.logo-aovivo img {
    width: 55px;
}
.logo-aovivo-header img {
	width:145px;
}
/* END MENU */

/* START .menu-dias-mobile */
.menu-dias-mobile .pp-advanced-menu-mobile-toggle.hamburger-label .pp-advanced-menu-mobile-toggle-label {
	font-weight:600;
}
/* END .menu-dias-mobile */

/* START .ficha-tecnica */
.ficha-tecnica {
	background: #191919;
    padding: 20px;
}
.programa-info {
	 display: flex;
}
.ficha-tecnica  h2 {
	font-size: 21px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}
.ficha-tecnica  h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 13px;
}
.ficha-tecnica  h3 span {
	color: #8cc640;
    margin-top: 40px;
    font-size: 16px;
	text-transform:initial;
}
.sinopse-programas {
	border-left: 2px solid #3e3e3e;
    padding-left: 30px;
}
.sinopse-programas h4 {
	font-weight: bold;
    color: #585858;
	font-size: 15px;
}
.sinopse-programas p {
    color: white;
    font-size: 16px;
    font-weight: 300;
}
.sinopse-programas h5 {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #585858;
}
.sinopse-programas .apresentador {
	display: inline-block;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0;
}
/* END .ficha-tecnica */

/* START .ficha-tecnica-mobile */
.ficha-tecnica-mobile {
	background: #191919;
    padding: 20px;
}
.ficha-tecnica-mobile .programa-info {
	 display:block;
}
.ficha-tecnica-mobile  h2 {
    font-size: 21px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 13px;
}
.ficha-tecnica-mobile  h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 15px;
}
.ficha-tecnica-mobile  h3 span {
	color: #8cc640;
    margin-top: 40px;
    font-size: 20px;
	text-transform:initial;
}
.sinopse-programas-mobile {
    border: none;
    padding: 0;
}
.sinopse-programas-mobile h4 {
	font-weight: bold;
    color: #585858;
	font-size: 17px;
}
.sinopse-programas-mobile p {
    color: white;
    font-size: 16px;
    font-weight: 300;
}
.sinopse-programas-mobile h5 {
    font-size: 17px;
    font-weight: bold;
    color: #585858;
}
.sinopse-programas-mobile .apresentador {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 0;
}
/* END .ficha-tecnica-mobile */

/* START .agricultura-header--desktop */
.agricultura-header--desktop {
	display: flex;
	font-family: 'Exo', sans-serif;
	justify-content: center;
    align-items: center;
}
.agricultura-header--desktop .logo{
	display: flex;
	flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	width: auto;
	margin-right: 20px;
}
.agricultura-header--desktop .logo h2 {
    margin: 0 15px;
    color: #8cc640;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
	font-weight: 300;
	font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.agricultura-header--desktop .logo img {
	width: 40px;
	height: 40px;
}
.agricultura-header--desktop .itens-agricultura {
	display: flex;
	margin-left: 20px;
	margin-top: -20px;
	min-width: auto;
}
.agricultura-header--desktop .itens-agricultura .circle-item {
	background-color: #e2e2e2;
	border-radius: 60px;
	padding: 10px;
	cursor: pointer;
	margin: 0 5px;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.agricultura-header--desktop .itens-agricultura .circle-item:hover {
	background-color: #8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.agricultura-header--desktop .itens-agricultura img {
	width: 40px;
	height: 40px;
}

.agricultura-header--desktop .itens-agricultura .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

.agricultura-header--desktop .itens-agricultura .item .rotulo {
	color: #000000;
	text-transform: uppercase;
	font-family: "Roboto Slab", serif;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 13px;
}

.agricultura-header--desktop .horizontal-line {
	flex: 1 0 auto;
	height: 2px;
	background-color: #efefef;
}

/* END .agricultura-header--desktop */

/* START .cotacao-filtro--desktop */
.cotacao-filtro--desktop {
    font-family: 'Exo', sans-serif;
    justify-content: center;
    align-items: center;
}
.cotacao-filtro--desktop .logo h2 {
    margin: 0 15px 30px;
    padding-bottom: 3px;
    color: #8cc640;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 0px;
    border-bottom: 1px solid #8cc640;
}

.cotacao-filtro--desktop .itens-agricultura {
    display: flex;
    margin-left: 7px;
    margin-top: -20px;
    min-width: auto;
}
.cotacao-filtro--desktop .itens-mercado {
    margin-left: 7px;
    margin-top: -20px;
    min-width: auto;
	display:block;
}
.cotacao-filtro--desktop .itens-agricultura .circle-item {
    background-color: #e2e2e2;
    border-radius: 60px;
    padding: 10px;
    cursor: pointer;
    margin: 0 0px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cotacao-filtro--desktop .itens-agricultura .circle-item:hover {
    background-color: #8cc640;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.cotacao-filtro--desktop .itens-agricultura img {
    width: 35px;
    height: 35px;
}

.cotacao-filtro--desktop .itens-agricultura .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.cotacao-filtro--desktop .itens-agricultura .item .rotulo {
    color: #000000;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
}

.cotacao-filtro--desktop .horizontal-line {
    flex: 1 0 auto;
    height: 2px;
    background-color: #efefef;
}

/* END .cotacao-filtro--desktop */

/* START .categ-carrossel */
.categ-carrossel .pp-logos-content .pp-logo img {
	background: #e2e2e2;
    border-radius: 100%;
    padding: 7px;
}
.categ-carrossel .pp-logos-content .pp-logo div.title-wrapper p.logo-title {
	font-family: "Roboto Slab", serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2px;
}

/* END .categ-carrossel */

/* START .menu-power-desk */
.menu-power-desk input[type='search'].pp-search-form__input, .fl-node-5d1117ba30d4d .pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form input[type='search'].pp-search-form__input {
	padding:20px;
}
/* END .menu-power-desk */

/* START .redes-canal-rural */
.redes-canal-rural {
	text-align:center;
}
.icon-redes {
    display: inline-block;
    margin: 0 20px 20px;
}
.icon-redes i {
    font-size: 40px;
    margin: 0 15px;
    color: gray !important;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.icon-redes i:hover {
    color: #8cc640 !important;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.icon-redes .fa-twitter:hover {
    color: #44afef !important;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.icon-redes .fa-facebook:hover {
    color: #4f5fa0 !important;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.icon-redes .fa-instagram:hover {
    color: #e4405f !important;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.icon-redes .fa-youtube:hover {
    color: red !important;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.icon-redes h5 {
	font-family: Roboto, serif;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    color: gray !important;
}
/* END .redes-canal-rural */

/* START widget-tempo--header */
.widget-tempo--header{
    display: flex;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto Slab",serif;
    font-size: 15px;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.widget-tempo--header .icon-widget-tempo > div:before{
    font-size: 25px;
    margin-right: 5px;
}
.widget-tempo--header .min--field {
    margin-left: 10px;
}
.widget-tempo--header .max--field {
    margin-left: 10px;
}
.widget-tempo--header .icon-triangle-down:before {
    margin-right: -3px;
    font-size: 13px;
}
.widget-tempo--header .icon-triangle-up:before {
    margin-right: -3px;
    font-size: 13px;
}
/* END widget-tempo--header */

/* START widget-cotacao--header */
.widget-cotacao--header {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.widget-cotacao--header button{
    font-family: "Roboto", Sans-Serif;
    border-radius: 30px;
    padding: 3px 15px;
    height: 25px;
    line-height: 1;
    background-color: #dddddd;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    width: 150px;
    border:0 ;
}
.widget-cotacao--header button:active,
.widget-cotacao--header button:focus,
.widget-cotacao--header button:hover{
     background-color: #dddddd; 
     color: black;
     border: 0;
}
.widget-cotacao--header .dropdown:hover .dropdown-content{
    display: block;
}
.widget-cotacao--header .dropdown-content{
    display: none;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 10px;
}
.widget-cotacao--header .dropdown-content a{
    display: block;
    padding: 5px 10px;
    background-color: #eeeeee;
    text-decoration: none;
    color: black;
}
.widget-cotacao--header .dropdown-content a:hover {
    background-color: #dddddd;
    color: black;
}
@media(max-width:768px){
	.widget-cotacao--header button{
		width: 110px;
	}
}
/* END widget-cotacao--header */

/* START .cotacao-novo--header */
.cotacao-novo--header .pp-advanced-menu-mobile-toggle-label {
	background: #e8e8e8;
    padding: 14px;
    border-radius: 100px;
    color: #000000;
}
/* END .cotacao-novo--header */

/* START .logo-radar */
.logo-radar img {
    width: 150px;
}
/* END .logo-radar */

/* START Leilões Mobile */
.titulo-leiloes .pp-sub-heading {
    background: #272727;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 14px;
    float: left;
    font-weight: bold;
    font-size: 15px;
}
.info-leiloes h3 {
    font-size: 20px;
    color: #8cc640;
    font-weight: bold;
    margin-bottom: 0;
}
.info-leiloes h3 span {
    font-weight: 100;
    font-size: 14px;
}
.info-leiloes h4 {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
}
.info-leiloes h4 span {
    color: #9e9e9e;
    font-weight: 100;
    font-size: 14px;
}
.abertura-encerramento {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
/* END Leilões Mobile */

/* START Leilões Desk */
.img-avatar-leilao img {
    border:8px solid white;
}
.info-leiloes-desk {
    
}
.info-leiloes-desk h3 span {
    display: block;
    color: #505050;
    font-weight: bold;
}
.info-leiloes-desk h3 {
    font-size: 27px;
}
.mais-info-leiloes-desk {
	text-align:center;
}
.data-single-leilao {
	background: #292929;
    text-align: center;
}
.data-single-leilao h3 {
	font-weight: bold;
    font-size: 43px;
    margin-bottom: 0;
    line-height: 45px;
	color: #9c9c9c;
}
.data-single-leilao h4 {
	font-weight: bold;
    font-size: 21px;
	color: #9c9c9c;
	text-transform: uppercase;
}
/* END Leilões Desk */

/* START Fundo Youtube Além do Alimento */
.youtube-aliemdoalimento .yottie-widget-video-classic .yottie-widget-video-info {
    background: rgb(22, 22, 22);
}
.youtube-aliemdoalimento #yottie_1 .yottie-widget-feed-section-slide {
    background: rgb(22, 22, 22);
}
/* END Fundo Youtube Além do Alimento */

/* START plugin cotações */
.cotacao-plugin .header-container {
	display:none;
}
.cotacao-plugin .table-container header {
	display:none;
}

.cotacao-plugin #abas ul.lista-abas li {
    margin: 0;
}
.cotacao-plugin #abas ul.lista-abas li.ativo a {
    background-color: #4c4c4c;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 15px;
}
.cotacao-plugin .table-container {
	border-radius: 15px;
}
.cotacao-plugin #abas ul.lista-abas {
    padding: 30px 25px 0;
    list-style: none;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0;
}
.cotacao-plugin .select-container .rotulo {
	margin-top: 3px;
}
.cotacao-plugin .select2-container--default .select2-results__option--highlighted[aria-selected], .cotacao-plugin select.select2 {
    background-color: #efeeee;
    color: #2d2d2d;
    padding: 4px 20px;
    border-radius: 5px;
}
/* END plugin cotações */

/* START Single Lote */
.info-lote-single {
    
}
.img-destacada-lote .num-lote {
    color: black;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.img-destacada-lote .num-lote span {
    color: #8cc640;
    font-size: 32px;
}
.video-lote h5 {
	color: #969696;
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}
.info-lote-single .horizontal-line {
	border-bottom: 2px solid #8cc640;
    margin: 10px 0;
    width: 40px;
}
.info-lote-single .nome-lote h1, .info-lote-single .nome-lote h2, .info-lote-single .nome-lote h5  {
	color: #000000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.info-lote-single .nome-lote h1 span, .info-lote-single .nome-lote h2 span, .info-lote-single .nome-lote h5 span  {
	color: #8cc640;
    font-size: 24px;
}
.info-lote-single .mais-info-lote h3, .info-lote-single .mais-info-lote h4 {
    color: #969696;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.info-lote-single .mais-info-lote h3 span, .info-lote-single .mais-info-lote h4 span {
    color: #000000;
    font-size: 18px;
}
.documento-lote {
	margin-top: 30px;
    text-align: center;
}
.documento-lote a {
	background: #8cc640;
    padding: 10px 40px;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Slab",serif;
    font-weight: 600;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.documento-lote a:hover {
	background:black;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* END Single Lote */

/* START Linha que esconde o ao vivo de leilões */
.linha-archive-aovivo-leilao, .linha-single-transmissao-aovivo-leilao, .linha-single-lote-leilao {
	display:none;
}
/* END Linha que esconde o ao vivo de leilões */

/* START Redes Sociais Lance Rural */
.redes-sociais-lance-rural a .fab {
	font-size: 35px;
    margin-left: 10px;
    color: #26608a;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.redes-sociais-lance-rural a .fab:hover {
    color:#8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.redes-sociais-lance-rural--mobile a .fab {
	font-size: 35px;
    margin-left: 10px;
    color: #26608a;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.redes-sociais-lance-rural--mobile a .fab:hover {
    color:#8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* END Redes Sociais Lance Rural */

.transmissao-ao-vivo h2 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #cecece;
    margin-bottom: 18px;
    width: 70%;
    padding-bottom: 4px;
}
.transmissao-ao-vivo h3 {
	font-size: 17px;
    font-weight: 600;
    color: gray;
}
.transmissao-ao-vivo h3 span {
	color: black;
    font-size: 19px;
}