/* Para todos os módulos */
.fl-post-grid-post {
    border: 0;
}
.fl-post-grid-post {
    background-color: transparent;
}
.data-hora {
	color: #b1b1b1;
}
/*  START .artigo-single--desktop */
.artigo-single--desktop .fl-post-grid-post{
    display: flex;
    align-items: center;
}
.artigo-single--desktop .fl-post-image {
    flex: 1;
}
.artigo-single--desktop .imagem-container {
    width: 100%;
    display: flex;
    background-color: transparent;
    align-items:center;
}
.artigo-single--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-single--desktop .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-single--desktop .imagem-container .fl-post-image.video:hover .wp-post-image {
    -webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    filter: brightness(0.5);   
}
.artigo-single--desktop .imagem-maior-container {
    width: 100%;
    display: flex;
    background-color: #f4f4f4;
    align-items: center;
}
.artigo-single--desktop .imagem-maior-container.invertido {
    width: 100%;
    flex-direction: row-reverse;
    text-align: left;
}
.artigo-single--desktop .imagem-maior-container .fl-post-image{
    width: 100%;
    flex: 2;
}
.artigo-single--desktop .imagem-container .fl-post-image {
    width: 100%;
    flex: 1;
}
.artigo-single--desktop .info {
    width: 100%;
    flex: 1;
    margin: 0 40px;
}
.artigo-single--desktop .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
}
.artigo-single--desktop .fl-post-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-single--desktop .fl-post-title a,
.artigo-single--desktop .fl-post-title a:hover
{
    color: #000000;
}
.artigo-single--desktop .fl-post-excerpt p {
    font-size: 16px;
    font-family: "Roboto", Sans-Serif;
    color: black;
}
/*  END .artigo-single--desktop */

/*  START .artigo-hero--desktop */
.artigo-hero--desktop {
    position: relative;
    cursor: pointer;
}
.artigo-hero--desktop .hero-text {
    bottom: 0;
    left: 0;
    position: absolute;
    background: transparent;
    z-index:10;
}
.artigo-hero--desktop:hover .hero-image.video .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-hero--desktop .hero-text h2 {
	font-family: "Roboto Slab", serif;
    padding: 0;
    margin: 10px 30px 0;
    line-height: 1.3;
    font-weight: 700;
    font-size: 30px;
    text-shadow: 2px 2px 3px black;
}
.artigo-hero--desktop .hero-text h2 a {
    color: white;
}
.artigo-hero--desktop .chapeu {
	font-size: 14px;
    margin: 0 30px;
    font-family: "Roboto Slab", serif;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #8cc640;
    padding: 2px 7px;
    display: inline-block;
    letter-spacing: 1px;
}

.artigo-hero--desktop .data-hora {
	font-weight: 600;
    font-size: 13px;
    color: #909090;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
    margin: 10px 30px 0;
}

.artigo-hero--desktop .hero-dark-background-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    /* efeito */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.artigo-hero--desktop .hero-image .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-hero--desktop .hero-image.video:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
/*  END .artigo-hero--desktop */

/* START .artigo-single-2--desktop */
.artigo-single-2--desktop .fl-post-grid-post{
    display: flex;
    align-items: center;
}
.artigo-single-2--desktop .fl-post-image {
    flex: 1;
}
.artigo-single-2--desktop .imagem-maior-container {
    width: 100%;
    display: flex;
    background-color: #f4f4f4;
    align-items: center;
}
.artigo-single-2--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-single-2--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-single-2--desktop .imagem-maior-container.invertido {
    width: 100%;
    flex-direction: row-reverse;
    text-align: left;
}
.artigo-single-2--desktop .imagem-maior-container .fl-post-image{
    width: 100%;
    flex: 2;
}
.artigo-single-2--desktop .info {
    width: 100%;
    flex: 1;
    margin: 0 40px;
}
.artigo-single-2--desktop .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
}
.artigo-single-2--desktop .fl-post-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-single-2--desktop .fl-post-title a,
.artigo-single-2--desktop .fl-post-title a:hover
{
    color: #000000;
}
.artigo-single-2--desktop .fl-post-excerpt p {
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-size: 16px;
}
.artigo-single-2--desktop .data-hora {
    font-family: "Roboto", Sans-Serif;
}
/* END .artigo-single-2--desktop */

/*  START .group-articles--desktop */
.group-articles--desktop .chapeu {
    font-size: 14px;
    margin: 10px 0 5px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing:1px;
}
.group-articles--desktop .fl-post-grid-post {
    font-size: 14px;
}
.group-articles--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-articles--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.group-articles--desktop .fl-post-text {
    padding: 0;
}
.group-articles--desktop .fl-post-title {
    font-size: 18px;
	line-height: 1.3;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.group-articles--desktop .fl-post-title a{
    color: #000000;
}
.group-articles--desktop .fl-post-title a:hover {
    color: #000000;
}
.group-articles--desktop .fl-post-meta {
    padding: 0 0 15px;
}
.group-articles--desktop .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 12px;
}
.group-articles--desktop .fl-post-column{
    padding: 10px; 
}
/*  END .group-articles--desktop */

/*  START .lotes-relacao--desktop */
.lotes-relacao--desktop .fl-post-grid-post {
    font-size: 14px;
}
.lotes-relacao--desktop h6 {
	background: #000000cf;
    color: white;
    padding: 2px 5px;
    display: -webkit-inline-box;
    position: absolute;
    z-index: 2;
    margin: 6px;
    font-weight: 600;
    font-size: 16px;
    bottom: 0;
}
.lotes-relacao--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lotes-relacao--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.lotes-relacao--desktop .fl-post-text {
    padding: 0;
}
.lotes-relacao--desktop .fl-post-title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}
.lotes-relacao--desktop .fl-post-title a{
    color: #000000;
}
.lotes-relacao--desktop .fl-post-title a:hover {
    color: #000000;
}
.lotes-relacao--desktop .fl-post-column{
    padding: 10px; 
}
.lotes-relacao--desktop .info {
	background: #ececec;
    padding: 5px 20px 11px;
}
.lotes-relacao--desktop .info h3 {
    font-weight: 600;
    margin-top: 8px;
    font-size: 18px;
    margin-bottom: 3px;
}
.lotes-relacao--desktop .info h4 {
	font-size: 12px;
    margin-bottom: 3px;
}
.lotes-relacao--desktop .info h4 span {
	font-weight: bold;
    font-size: 13px;
}
/*  END .lotes-relacao--desktop */




/*  START .group-articles--desktop */
.group-articles--desktop .chapeu {
    font-size: 14px;
    margin: 10px 0 5px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing:1px;
}
.group-articles--desktop .fl-post-grid-post {
    font-size: 14px;
}
.group-articles--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-articles--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.group-articles--desktop .fl-post-text {
    padding: 0;
}
.group-articles--desktop .fl-post-title {
    font-size: 18px;
	line-height: 1.3;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.group-articles--desktop .fl-post-title a{
    color: #000000;
}
.group-articles--desktop .fl-post-title a:hover {
    color: #000000;
}
.group-articles--desktop .fl-post-meta {
    padding: 0 0 15px;
}
.group-articles--desktop .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 12px;
}
.group-articles--desktop .fl-post-column{
    padding: 10px; 
}
/*  END .group-articles--desktop */

/*  START .group-articles-black--desktop */
.group-articles-black--desktop .chapeu {
    font-size: 14px;
    margin: 10px 0 5px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing:1px;
}
.group-articles-black--desktop .fl-post-grid-post {
    font-size: 14px;
}
.group-articles-black--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-articles-black--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.group-articles-black--desktop .fl-post-text {
    padding: 0;
}
.group-articles-black--desktop .fl-post-title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}
.group-articles-black--desktop .fl-post-title a{
    color: white;
}
.group-articles-black--desktop .fl-post-title a:hover {
    color: white;
}
.group-articles-black--desktop .fl-post-meta {
    padding: 0 0 15px;
}
.group-articles-black--desktop .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 12px;
}
.group-articles-black--desktop .fl-post-column{
    padding: 10px; 
}
/*  END .group-articles-black--desktop */

/*  START .artigo-imagem-completa--desktop */
.artigo-imagem-completa--desktop {
    position: relative;   
}
.artigo-imagem-completa--desktop .fl-post-image .wp-post-image {
    width: 100%;
}
.artigo-imagem-completa--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-imagem-completa--desktop .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-imagem-completa--desktop .text{
    position: absolute;
    z-index:1;
    top: 40px;
    left: 40px;
    width: 85%;
}
.artigo-imagem-completa--desktop .text .chapeu {
    font-size: 16px;
    margin:0;
    text-transform: uppercase;
}
.artigo-imagem-completa--desktop .text .fl-post-title a{
    color: white;
    font-size: 30px;
    font-weight: 600;
}
.artigo-imagem-completa--desktop .text .fl-post-excerpt{
    color: white;
    font-size: 16px;
}
.artigo-imagem-completa--desktop .dark-background-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.artigo-imagem-completa--desktop .text {
    top: auto;
    bottom: 40px;
}
.artigo-imagem-completa--desktop .dark-background-effect { 
    top: auto;
    bottom: 0px;   
background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.02) 34%, rgba(0,0,0,0) 35%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.02) 34%,rgba(0,0,0,0) 35%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.02) 34%,rgba(0,0,0,0) 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.artigo-imagem-completa--desktop .chapeu {
    background: #8cc640;
    font-family: 'Raleway';
    color: white;
    letter-spacing: 1px;
    padding:5px 10px 5px;
    font-weight: 700;
    border-radius: 3px;
    display:inline-block;
}
.artigo-imagem-completa--desktop .fl-post-title {
    margin: 10px 0;
    line-height: 1;
}
.artigo-imagem-completa--desktop .data-hora {
    color: white;
    font-weight: 700;
}
/*  END .artigo-imagem-completa--desktop */

/* START .artigo-single-2-reverse--desktop */
.artigo-single-2-reverse--desktop .fl-post-grid-post{
    display: flex;
    align-items: center;
}
.artigo-single-2-reverse--desktop .fl-post-image {
    flex: 1;
}
.artigo-single-2-reverse--desktop .imagem-maior-container {
    width: 100%;
    display: flex;
    background-color: #f4f4f4;
    align-items: center;
}
.artigo-single-2-reverse--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-single-2-reverse--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-single-2-reverse--desktop .imagem-maior-container.invertido {
    width: 100%;
    flex-direction: row-reverse;
    text-align: left;
}
.artigo-single-2-reverse--desktop .imagem-maior-container .fl-post-image{
    width: 100%;
    flex: 2;
}
.artigo-single-2-reverse--desktop .info {
    width: 100%;
    flex: 1;
    margin: 0 40px;
}
.artigo-single-2-reverse--desktop .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
}
.artigo-single-2-reverse--desktop .fl-post-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-single-2-reverse--desktop .fl-post-title a,
.artigo-single-2-reverse--desktop .fl-post-title a:hover
{
    color: #000000;
}
.artigo-single-2-reverse--desktop .fl-post-excerpt p {
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-size: 16px;
}
.artigo-single-2-reverse--desktop .data-hora {
    font-family: "Roboto", Sans-Serif;
}
/* END .artigo-single-2-reverse--desktop */

/* START .group-articles-2--desktop */
.group-articles-2--desktop .chapeu {
    font-size: 12px;
    margin: 10px 0;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
}
.group-articles-2--desktop .fl-post-grid-post {
    font-size: 14px;
}
.group-articles-2--desktop .fl-post-text {
    padding: 15px 0;
}
.group-articles-2--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-articles-2--desktop .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.group-articles-2--desktop .fl-post-title {
    font-size: 20px;
	line-height: 1.1;
	margin: 0 0 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.group-articles-2--desktop .fl-post-title a {
    color: #000000;
}
.group-articles-2--desktop .fl-post-title a:hover {
    color: #000000;
}
.group-articles-2--desktop p {
    margin: 0;
    font-family: "Roboto", Sans-Serif;
    color: black;
}
.group-articles-2--desktop .data-hora {
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
}
/* END .group-articles-2--desktop */

/* START .carousel-rural-play */
.linha-ruralplay .slick-prev i, .linha-ruralplay .slick-next i, .linha-ruralplay .slick-prev i:hover, .linha-ruralplay .slick-next i:hover, .linha-ruralplay .slick-prev i:focus, .linha-ruralplay .slick-next i:focus {
	padding: 10px;
	color: white;
    border-radius: 50%;
    background: #272727;
    box-shadow: 2px 2px 20px black;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.linha-ruralplay .slick-prev i:hover, .linha-ruralplay .slick-next i:hover, .linha-ruralplay .slick-prev i:focus, .linha-ruralplay .slick-next i:focus {
	color: white;
    background:#8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.linha-ruralplay .uabb-blog-posts .slick-next {
	right: -21px;
}
.linha-ruralplay .uabb-blog-posts .slick-prev {
	left: -21px;
}
.carousel-rural-play .chapeu {
    font-size: 14px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 20px 0;
}
.carousel-rural-play .data-hora {
    font-weight: 600;
    font-size: 12px;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
    color: #909090;
    margin: 10px 20px 0;
}
.carousel-rural-play .uabb-post-heading {
    color: white;
    font-family: "Roboto Slab", Serif;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px;
	font-size: 20px;
}
.carousel-rural-play .uabb-blog-posts .uabb-post-thumbnail .icon-play {
    border-radius: 300px;
}

.carousel-rural-play .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.carousel-rural-play .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
/* START .carousel-rural-play */

/* START .group-articles-3--desktop */
.group-articles-3--desktop {
    position: relative;
}
.group-articles-3--desktop .chapeu {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    font-family: "Roboto Slab", serif;
    padding:3px 5px 2px;
    margin: 0;
    font-weight: 700;
    border-radius: 3px;
    display:inline-block;
    font-size: 13px;
    text-transform: uppercase;
    background: #8cc640;
    z-index: 2;
}
.group-articles-3--desktop .fl-post-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 15px;
    margin: 0;
    padding: 0;
    z-index: 25; /* Coloca texto acima do botão de play */
    width: 80%;
    line-height: 1.1;
}
.group-articles-3--desktop .fl-post-title a {
    font-family: "Roboto Slab", serif;
    color: white;
    font-weight: 600;
}
.group-articles-3--desktop .dark-background-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.group-articles-3--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-articles-3--desktop:hover .video.fl-post-image .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
/* END .group-articles-3--desktop */

/* START .canal-rural-play */
.carousel-rural-play .uabb-post-heading {
    color: white;
    margin: 10px 20px 10px;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.carousel-rural-play .carousel-section .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.carousel-rural-play .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
/* END .canal-rural-play */

/* START .leilao-outer-container */

.linha-leilao .fl-node-content .slick-list {
	overflow: visible;
}

.linha-leilao .uabb-post-wrapper .uabb-blog-post-content {
	box-shadow: 0px 0px 20px #0000001a;
}

.linha-leilao .uabb-blog-posts .slick-next i {
	padding: 10px;
	color: #000000;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 2px 2px 20px black;
}

.linha-leilao .slick-prev i, .linha-leilao .slick-next i, .linha-leilao .slick-prev i:hover, .linha-leilao .slick-next i:hover, .linha-leilao .slick-prev i:focus, .linha-leilao .slick-next i:focus {
	padding: 10px;
	color: #000000;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 2px 2px 20px black;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

 .linha-leilao .slick-prev i:hover, .linha-leilao .slick-next i:hover, .linha-leilao .slick-prev i:focus, .linha-leilao .slick-next i:focus {
	color: white;
    background:#8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.linha-leilao .uabb-blog-posts .slick-next {
	right: -32px;
}

.linha-leilao .uabb-blog-posts .slick-prev {
	left: -32px;
}

.leilao-outer-container .leilao-info-container {
    display: flex;
    background-color: white;
    padding: 10px;
}
.leilao-outer-container .leilao-info-container .time-container {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 ;
    margin-right:15px;
}
.leilao-outer-container .leilao-info-container .time-container .time-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0px 10px;
    background-color: #e0e0e0;
}
.leilao-outer-container .leilao-info-container .time-container .time-title span {
    line-height: 1;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
}
.leilao-outer-container .leilao-info-container .time-container .time-title .data-day {
    font-size: 32px;
    font-weight: 600;
}
.leilao-outer-container .leilao-info-container .time-container .time-title .data-month {
    font-size: 20px;
}
.leilao-outer-container .leilao-info-container .time-container .hour-title {
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
}
.leilao-outer-container .leilao-info-container .info-container {
    display:flex;
    flex-direction: column;
    padding: 0;
    width: 75%;
}
.leilao-outer-container .leilao-info-container .info-container .info-title {
    line-height:1.3;
    margin: 0;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 600;
}
.leilao-outer-container .leilao-info-container .info-container .info-title a {
	color: black;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.leilao-outer-container .leilao-info-container .info-container .info-title a:hover {
	 color: gray;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.leilao-outer-container .leilao-info-container .info-container .horizontal-line {
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
    margin:5px 0;
}
.leilao-outer-container .leilao-info-container .info-container .local h4,
.leilao-outer-container .leilao-info-container .info-container .local h6{
    line-height: 1;
    font-family: "Roboto", Sans-Serif;
}
.leilao-outer-container .leilao-info-container .info-container .local .local-title .label,
.leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .label{
    font-size: 10px;
}
.leilao-outer-container .leilao-info-container .info-container .local .local-title .city {
    font-size: 14px;
    font-weight: 600;
}
.leilao-outer-container .leilao-info-container .info-container .local .transmissao-title {
    margin-top: 6px;
}
.leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .value {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
@media(max-width:992px) and (min-width:768px) {
	  .leilao-outer-container .leilao-info-container .info-container .info-title {
        font-size: 22px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .local-title .label,
    .leilao-outer-container .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .label{
        font-size: 17px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .local-title .city {
        font-size: 25px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title {
        margin-top: 7px;
    }   
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .value {
        font-size: 14px;
    }
}
@media(max-width: 768px) {
     .leilao-outer-container .leilao-info-container .info-container .info-title {
        color: black;
        line-height:1.2;
        margin: 0;
        text-transform: uppercase;
        font-family: "Roboto Slab", serif;
        font-size: 26px;
        font-weight: 600;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .local-title .label,
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .label{
        font-size: 21px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .local-title .city {
        font-size: 29px;
        font-weight: 600;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title {
        margin-top: 5px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .value {
        text-transform: uppercase;
        font-size: 18px;
    }
}
@media(max-width:600px) {
    .leilao-outer-container .leilao-info-container .info-container .info-title {
        font-size: 20px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .local-title .label,
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .label{
        font-size: 15px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .local-title .city {
        font-size: 23px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title {
        margin-top: 7px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .value {
        font-size: 12px;
    }
}
@media(max-width:400px) {
    .leilao-outer-container .leilao-info-container .info-container .info-title {
        font-size: 20px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .local-title .label,
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .label{
        font-size: 13px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .local-title .city {
        font-size: 18px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title {
        margin-top: 5px;
    }
    .leilao-outer-container .leilao-info-container .info-container .local .transmissao-title .value {
        font-size: 10px;
    }
}
/* END .leilao-outer-container */

/* START .blog-article--desktop */
.blog-article--desktop {
    background-color: black;
    color: white;
    position: relative;
    padding-top: 35px;
}
.blog-article--desktop .author {
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10;
    justify-content: center;
    align-content: flex-start;
}
.blog-article--desktop .author h3{
    position: absolute;
    left: 70px;
    top: 15px;
    display: block;
    color: #FFFFFF;
    font-size: 13px;
	line-height: 1.1;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
	white-space: nowrap;
	z-index: 20;
}
.blog-article--desktop .author .image-author-container {
    position: absolute;
    top: 4px;
    left: 5px;
    display: block;
    background-color: #000000;
    padding: 4px;
    width: 60px;
    height: auto;
    border-radius: 200px;
}
.blog-article--desktop .author .image-author-container img {
  border-radius: 200px;  
  width: 100%;
  height: 100%;
}
.blog-article--desktop .fl-post-grid-post {
    font-size: 14px;
}
.blog-article--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-article--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.blog-article--desktop .info {
    margin-top: 14px;
}
.blog-article--desktop .fl-post-title {
    font-size: 18px;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.blog-article--desktop .fl-post-title a{
    color: #FFFFFF;
}
.blog-article--desktop .fl-post-title a:hover {
    color: #FFFFFF;
}
.blog-article--desktop .fl-post-meta {
    padding: 0 0 15px;
}
.blog-article--desktop .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 700;
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
}
.blog-article--desktop .fl-post-column{
    padding: 10px; 
}
/* END .blog-article--desktop */

/* START */
.group-articles-4--desktop .chapeu {
    font-size: 12px;
    margin: 10px 0;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
}
.group-articles-4--desktop .chapeu.chapeu-patrocinado {
    color: #FFFFFF;
    background-color: #8cc640; 
    display: inline-block;
    padding: 2px 7px;
    font-style: oblique;
}
.group-articles-4--desktop .fl-post-grid-post {
    font-size: 14px;
}
.group-articles-4--desktop .title-patrocinado {
    font-style: oblique;
}
.group-articles-4--desktop .data-hora-patrocinado {
    font-style: oblique;
}
.group-articles-4--desktop .fl-post-text {
    padding: 0;
}
.group-articles-4--desktop .fl-post-title {
    font-size: 20px;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.group-articles-4--desktop .fl-post-title a{
    color: #000000;
}
.group-articles-4--desktop .fl-post-title a:hover {
    color: #000000;
}
.group-articles-4--desktop .fl-post-meta {
    padding: 0 0 15px;
}
.group-articles-4--desktop .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 12px;
}
.group-articles-4--desktop .fl-post-column{
    padding: 10px; 
}
/* END .group-articles-4--desktop */

/* START .group-article-5-first-article--desktop */
.group-article-5-first-article--desktop {
    position: relative;
	cursor: pointer;
}
.group-article-5-first-article--desktop .chapeu {
    font-size: 14px;
    margin: 10px 0;
    font-family: "Roboto Slab", serif;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #8cc640;
    padding: 2px 7px;
    display: inline-block;
	letter-spacing: 1px;
}
.group-article-5-first-article--desktop .text{
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 30px;
    width: 80%;
}
.group-article-5-first-article--desktop .fl-post-grid-post {
    font-size: 14px;
}
.group-article-5-first-article--desktop .fl-post-text {
    padding: 15px 0;
}
.group-article-5-first-article--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-article-5-first-article--desktop .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.group-article-5-first-article--desktop .fl-post-title {
    font-size: 24px;
	line-height: 1.3;
	margin: 0 0 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.group-article-5-first-article--desktop .fl-post-title a {
    color: #FFFFFF;
}
.group-article-5-first-article--desktop p {
    margin: 0;
    font-family: "Roboto", Sans-Serif;
    color: #FFFFFF;
}
.group-article-5-first-article--desktop .data-hora {
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
    color: #FFFFFF;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
}
.group-article-5-first-article--desktop .hero-dark-background-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.group-article-5-first-article--desktop .chapeu {
    font-size: 14px;
    margin: 10px 0 5px;
    font-family: "Roboto Slab", serif;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 1px;
}
.group-article-5-first-article--desktop .fl-post-grid-post {
    font-size: 14px;
}
.group-article-5-first-article--desktop .fl-post-text {
    padding: 15px 0;
}
.group-article-5-first-article--desktop .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-article-5-first-article--desktop .video.hero-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.group-article-5-first-article--desktop .fl-post-title {
    font-size: 27px;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    text-shadow: 1px 1px 2px black;
}
.group-article-5-first-article--desktop .text .fl-post-excerpt {
    font-size: 14px;
}
.group-article-5-first-article--desktop p {
    margin: 0;
    font-family: "Roboto", Sans-Serif;
    color: black;
}
.group-article-5-first-article--desktop .data-hora {
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
}
/* END .group-article-5-first-article--desktop */


/* START .carousel-rural-play */

.linha-blogs-home .slick-prev i, .linha-blogs-home .slick-next i, .linha-blogs-home .slick-prev i:hover, .linha-blogs-home .slick-next i:hover, .linha-blogs-home .slick-prev i:focus, .linha-blogs-home .slick-next i:focus {
	padding: 10px;
	color: white;
    border-radius: 50%;
    background: #272727;
    box-shadow: 2px 2px 20px black;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.linha-blogs-home.slick-prev i:hover, .linha-blogs-home .slick-next i:hover, .linha-blogs-home .slick-prev i:focus, .linha-blogs-home .slick-next i:focus {
	color: white;
    background:#8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.linha-blogs-home .uabb-blog-posts .slick-next {
	right: -21px;
}

.linha-blogs-home .uabb-blog-posts .slick-prev {
	left: -21px;
}

.blogs-canal-rural .chapeu {
    font-size: 14px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 20px 0;
}

.blogs-canal-rural .data-hora {
    font-weight: 600;
    font-size: 12px;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
    color: #909090;
    margin: 10px 0;
}

.blogs-canal-rural .uabb-post-heading {
    background-color: black;
    color: white;
    font-family: "Roboto Slab", Serif;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px;
	font-size: 20px;
}
.blogs-canal-rural .uabb-blog-posts .uabb-post-thumbnail .icon-play {
    border-radius: 300px;
}

.blogs-canal-rural .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blogs-canal-rural .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.blogs-canal-rural .uabb-post-heading {
    background-color: black;
    color: white;
    margin: 10px 0px;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.blogs-canal-rural .carousel-section .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blogs-canal-rural .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.blogs-canal-rural {
    background-color: black;
    color: white;
    position: relative;
    padding-top: 35px;
}

.blogs-canal-rural  .author .image-author-container {
    position: absolute;
    top: 4px;
    left: 5px;
    display: block;
    background-color: #000000;
    padding: 4px;
    width: 60px;
    height: auto;
    border-radius: 200px;
	z-index: 1;
}

.blogs-canal-rural .author .image-author-container img {
    border-radius: 200px;
    width: 100%;
    height: 100%;
}

.blogs-canal-rural .author h3 {
	position: absolute;
    left: 70px;
    top: 15px;
    display: block;
    color: #969696;
    font-size: 11px;
    line-height: 1.1;
    padding: 0;
    font-weight: bold;
    white-space: nowrap;
    z-index: 20;
    font-family: "Roboto", Sans-Serif;
    text-transform: uppercase;
}


/* END .canal-rural-play */

/* START .title-pagina */
.title-pagina {
    text-align: center;
}
.title-pagina h1 {
    color:white;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 21px;
    margin: 0;
}

@media (max-width: 768px) {
	.title-pagina h1 {
		font-size: 19px;
	}
}

/* END .title-pagina */

/*  START .artigo-archive-black--desktop */
.artigo-archive-black--desktop .fl-post-grid-post{
    display: flex;
    align-items: center;
}
.artigo-archive-black--desktop .fl-post-image {
    flex: 1;
}
.artigo-archive-black--desktop .imagem-container {
    width: 100%;
    display: flex;
    background-color: transparent;
    align-items:center;
}
.artigo-archive-black--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-archive-black--desktop .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-archive-black--desktop .imagem-container .fl-post-image.video:hover .wp-post-image {
    -webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    filter: brightness(0.5);   
}
.artigo-archive-black--desktop .imagem-maior-container {
    width: 100%;
    display: flex;
    align-items: center;
}
.artigo-archive-black--desktop .imagem-maior-container.invertido {
    width: 100%;
    flex-direction: row-reverse;
    text-align: left;
}
.artigo-archive-black--desktop .imagem-maior-container .fl-post-image{
    width: 100%;
    flex: 2;
}
.artigo-archive-black--desktop .imagem-container .fl-post-image {
    width: 100%;
    flex: 1;
}
.artigo-archive-black--desktop .info {
    width: 100%;
    flex: 2;
    margin: 10px 30px;
}
.artigo-archive-black--desktop .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
	letter-spacing:1px;
}
.artigo-archive-black--desktop .fl-post-title {
    font-weight: 600;
    font-size: 27px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-archive-black--desktop .fl-post-title a,
.artigo-archive-black--desktop .fl-post-title a:hover
{
    color: white;
}
.artigo-archive-black--desktop .fl-post-excerpt p {
	font-size: 18px;
    font-family: "Roboto", Sans-Serif;
    color: white;
    font-weight: 100;
}
/*  END .artigo-archive-black--desktop */


/*  START .artigo-archive-white--desktop */
.artigo-archive-white--desktop .fl-post-grid-post{
    display: flex;
    align-items: center;
}
.artigo-archive-white--desktop .fl-post-image {
    flex: 1;
}
.artigo-archive-white--desktop .imagem-container {
    width: 100%;
    display: flex;
    background-color: transparent;
    align-items:center;
}
.artigo-archive-white--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-archive-white--desktop .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-archive-white--desktop .imagem-container .fl-post-image.video:hover .wp-post-image {
    -webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    filter: brightness(0.5);   
}
.artigo-archive-white--desktop .imagem-maior-container {
    width: 100%;
    display: flex;
    align-items: center;
}
.artigo-archive-white--desktop .imagem-maior-container.invertido {
    width: 100%;
    flex-direction: row-reverse;
    text-align: left;
}
.artigo-archive-white--desktop .imagem-maior-container .fl-post-image{
    width: 100%;
    flex: 2;
}
.artigo-archive-white--desktop .imagem-container .fl-post-image {
    width: 100%;
    flex: 1;
}
.artigo-archive-white--desktop .info {
    width: 100%;
    flex: 2;
    margin: 10px 30px;
}
.artigo-archive-white--desktop .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    letter-spacing:1px;
}
.artigo-archive-white--desktop .fl-post-title {
    font-weight: 600;
    font-size: 27px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-archive-white--desktop .fl-post-title a,
.artigo-archive-white--desktop .fl-post-title a:hover
{
    color: black;
}
.artigo-archive-white--desktop .fl-post-excerpt p {
    font-size: 18px;
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-weight: 100;
}
/*  END .artigo-archive-white--desktop */


/*  START .leilao-info-container-archive--desktop */
.leilao-archive-lista--desktop .fl-post-grid-post {
	box-shadow: 0px 0px 20px #00000030;
}
.leilao-info-container-archive--desktop {
    display: flex;
    background-color: white;
    padding: 10px;

}
.leilao-info-container-archive--desktop .time-container {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 ;
    margin-right:15px;
}
.leilao-info-container-archive--desktop .time-container .time-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0px 10px;
    background-color: #e0e0e0;
}
.leilao-info-container-archive--desktop .time-container .time-title span {
    line-height: 1;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;

}
.leilao-info-container-archive--desktop .time-container .time-title .data-day {
    font-size: 42px;
    font-weight: 600;
}
.leilao-info-container-archive--desktop .time-container .time-title .data-month {
    font-size: 20px;
}
.leilao-info-container-archive--desktop .hour-title {
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
	font-size: 18px;
}
.leilao-info-container-archive--desktop .info-container {
    display:flex;
    flex-direction: column;
    padding: 0;
    width: 75%;
}
.leilao-info-container-archive--desktop .info-container .info-title {
    color: black;
    line-height:1.4;
    margin: 0;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: 600;
}
.leilao-info-container-archive--desktop .info-container .horizontal-line {
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
    margin:5px 0;
}
.leilao-info-container-archive--desktop .info-container .local h4,
.leilao-info-container-archive--desktop .info-container .local h6{
    line-height: 1;
    font-family: "Roboto", Sans-Serif;
	margin-top: 8px;
}
.leilao-info-container-archive--desktop .info-container .local .local-title .label,
.leilao-info-container-archive--desktop .info-container .local .transmissao-title .label{
    font-size: 10px;
	display:block;
}
.leilao-info-container-archive--desktop .info-container .local .local-title .city,
.leilao-info-container-archive--desktop .info-container .local .transmissao-title .value {
    font-size: 14px;
    font-weight: 600;
}
.leilao-info-container-archive--desktop .info-container .local .transmissao-title {
    margin-top: 3px;
}
/*  END .leilao-info-container-archive--desktop */

/*  START .leilao-info-carrossel-archive--desktop */
.leilao-carousel-archive--desktop .fl-post-grid-post {
	box-shadow: 0px 0px 20px #00000030;
}
.leilao-info-carrossel-archive--desktop {
    display: flex;
    padding: 20px;

}
.leilao-info-carrossel-archive--desktop .time-container {
    display: flex;
    flex-direction: column;
    width: 17%;
    padding: 0 ;
    margin-right:15px;
}
.leilao-info-carrossel-archive--desktop .time-container .time-title {
	display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0px 10px;
    background-color: #d4d4d4;
    color: #3e3e3e;
}
.leilao-info-carrossel-archive--desktop .time-container .time-title span {
    line-height: 1;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;

}
.leilao-info-carrossel-archive--desktop .time-container .time-title .data-day {
    font-size: 52px;
    font-weight: 600;
}
.leilao-info-carrossel-archive--desktop .time-container .time-title .data-month {
    font-size: 27px;
}
.leilao-carousel-archive--desktop h2 {
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0 16px;
    letter-spacing: 1px;
}
.leilao-info-carrossel-archive--desktop .time-container .hour-title {
	margin-top: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    color: #9c9c9c;
    letter-spacing: 1px;
}
.leilao-info-carrossel-archive--desktop .info-container {
    display:flex;
    flex-direction: column;
    padding: 0;
    width: 83%;
}
.leilao-info-carrossel-archive--desktop .info-container .info-title {
	color: white;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    font-weight: 600;
    margin-top: 4px;
}
.leilao-info-carrossel-archive--desktop .info-container .info-title a {
	color:#3e3e3e;
}
.leilao-info-carrossel-archive--desktop .info-container .horizontal-line {
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
    margin:5px 0;
}
.leilao-carousel-archive--desktop .local {
	display: flex;
    padding: 20px;
}
.leilao-carousel-archive--desktop .hour-title {
	display: flex;
    flex-direction: column;
    width: 20%;
}
.leilao-carousel-archive--desktop .local-title {
	display: flex;
    flex-direction: column;
    width: 40%;
}
.leilao-carousel-archive--desktop .transmissao-title {
	display: flex;
    flex-direction: column;
    width: 50%;
}
.leilao-carousel-archive--desktop .hour-title .label, .leilao-carousel-archive--desktop .local-title .label, .leilao-carousel-archive--desktop .transmissao-title .label {
	color:#3e3e3e;
	font-size: 12px;
	font-weight:bold;
	font-family:"Roboto", Sans-Serif;
}

.leilao-carousel-archive--desktop .hour-title .hora, .leilao-carousel-archive--desktop .local-title .city, .leilao-carousel-archive--desktop .transmissao-title .value {
	color:#3e3e3e;
	font-size:16px;
	font-weight:600;
}
.leilao-info-carrossel-archive--desktop .info-container .local h4,
.leilao-info-carrossel-archive--desktop .info-container .local h6{
    line-height: 1;
    font-family: "Roboto", Sans-Serif;
	margin-top: 8px;
}
.leilao-info-carrossel-archive--desktop .info-container .local .local-title .label,
.leilao-info-carrossel-archive--desktop .info-container .local .transmissao-title .label{
    font-size: 10px;
	display:block;
}
.leilao-info-carrossel-archive--desktop .info-container .local .local-title .city,
.leilao-info-carrossel-archive--desktop .info-container .local .transmissao-title .value {
    font-size: 14px;
    font-weight: 600;
}
.leilao-info-carrossel-archive--desktop .info-container .local .transmissao-title {
    margin-top: 3px;
}
.linha-leilao-carrossel .slick-prev i, .linha-leilao-carrossel .slick-next i, .linha-leilao-carrossel .slick-prev i:hover, .linha-leilao-carrossel .slick-next i:hover, .linha-leilao-carrossel .slick-prev i:focus, .linha-leilao-carrossel .slick-next i:focus {
    padding: 10px;
    color: black;
    border-radius: 50%;
    background: white;
    box-shadow: 2px 2px 20px #0000001f;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.linha-leilao-carrossel .slick-prev i:hover, .linha-leilao-carrossel .slick-next i:hover, .linha-leilao-carrossel .slick-prev i:focus, .linha-leilao-carrossel .slick-next i:focus {
    color: white;
    background:#8cc640;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.linha-leilao-carrossel .uabb-blog-posts .slick-next {
    right: -60px;
}
.linha-leilao-carrossel .uabb-blog-posts .slick-prev {
    left: -60px;
}
/*  END .leilao-info-carrossel-archive--desktop */


/*  START .artigo-blog-archive--desktop */
.artigo-blog-archive--desktop .fl-post-grid-post{
    display: flex;
    align-items: center;
}
.artigo-blog-archive--desktop .fl-post-image {
    flex: 1;
}
.artigo-blog-archive--desktop .imagem-container {
    width: 100%;
    display: flex;
    background-color: transparent;
    align-items:center;
}
.artigo-blog-archive--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-blog-archive--desktop .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-blog-archive--desktop .imagem-container .fl-post-image.video:hover .wp-post-image {
    -webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    filter: brightness(0.5);   
}
.artigo-blog-archive--desktop .imagem-maior-container {
    width: 100%;
    display: flex;
    align-items: center;
}
.artigo-blog-archive--desktop .imagem-maior-container.invertido {
    width: 100%;
    flex-direction: row-reverse;
    text-align: left;
}
.artigo-blog-archive--desktop .imagem-maior-container .fl-post-image{
    width: 100%;
    flex: 2;
}
.artigo-blog-archive--desktop .imagem-container .fl-post-image {
    width: 100%;
    flex: 1;
}
.artigo-blog-archive--desktop .info {
    width: 100%;
    flex: 2;
    margin: 10px 30px;
}
.artigo-blog-archive--desktop .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    letter-spacing:1px;
}
.artigo-blog-archive--desktop .fl-post-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-blog-single--desktop .data-hora {
	font-size:11px;	
}
.artigo-blog-archive--desktop .fl-post-title a,
.artigo-blog-archive--desktop .fl-post-title a:hover
{
    color: black;
}
.artigo-blog-archive--desktop .fl-post-excerpt p {
    font-size: 16px;
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-weight: 100;
}
/*  END .artigo-blog-archive--desktop */


/*  START .artigo-blog-single--desktop */
.artigo-blog-single--desktop .fl-post-grid-post{
    display: flex;
    align-items: center;
}
.artigo-blog-single--desktop .fl-post-image {
    flex: 1;
}
.artigo-blog-single--desktop .imagem-container {
    width: 100%;
    display: flex;
    background-color: transparent;
    align-items:center;
}
.artigo-blog-single--desktop .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-blog-single--desktop .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-blog-single--desktop .imagem-container .fl-post-image.video:hover .wp-post-image {
    -webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    filter: brightness(0.5);   
}
.artigo-blog-single--desktop .imagem-maior-container {
    width: 100%;
    display: flex;
    align-items: center;
}
.artigo-blog-single--desktop .imagem-maior-container.invertido {
    width: 100%;
    flex-direction: row-reverse;
    text-align: left;
}
.artigo-blog-single--desktop .imagem-maior-container .fl-post-image{
    width: 100%;
    flex: 2;
}
.artigo-blog-single--desktop .imagem-container .fl-post-image {
    width: 100%;
    flex: 1;
}
.artigo-blog-single--desktop .info {
    width: 100%;
    flex: 2;
    margin: 0 10px;
}
.artigo-blog-single--desktop .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    letter-spacing:1px;
}
.artigo-blog-single--desktop .fl-post-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-blog-single--desktop .fl-post-title a,
.artigo-blog-single--desktop .fl-post-title a:hover
{
    color: black;
}
.artigo-blog-single--desktop .fl-post-excerpt p {
    font-size: 16px;
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-weight: 100;
}
/*  END .artigo-blog-single--desktop */


/*  START .group-programacao-black--desktop */
.group-programacao-black--desktop .fl-post-grid-post {
    font-size: 14px;
}
.group-programacao-black--desktop .fl-post-text {
    padding: 0;
}
.group-programacao-black--desktop .fl-post-title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.group-programacao-black--desktop p {
	text-align: center;
    color: #9ec34d;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 16px;
}
.group-programacao-black--desktop .fl-post-title a{
    color: white;
}
.group-programacao-black--desktop .fl-post-title a:hover {
    color: white;
}
.group-programacao-black--desktop .fl-post-meta {
    padding: 0 0 15px;
}
.group-programacao-black--desktop .fl-post-column{
    padding: 10px; 
}
.group-programacao-black--desktop .info{
	background: #101010;
    padding: 2px;
}
/*  END .group-programacao-black--desktop */




































/* END [[DESKTOP]] */

/* START [[ MOBILE ]] */


/* START .rural-play-header--mobile */
.rural-play-header--mobile {
	display: flex;
	font-family: 'Exo', sans-serif;
	justify-content: center;
    align-items: center;
}
.rural-play-header--mobile .logo img {
	width: 50px;
	height: 50px;
}
.rural-play-header--mobile .line-group{
	width: 100%;
	margin-left: 13px;
}

.rural-play-header--mobile h2 {
	color: #8cc640;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
	font-size: 24px;
	margin-bottom: 5px;
}
.rural-play-header--mobile h2 .light {
	font-weight: 300;
	font-family: 'Exo', sans-serif;
}

.rural-play-header--mobile h2 .heavy {
	font-weight: 700;
	font-family: 'Exo', sans-serif;
}
.rural-play-header--mobile .horizontal-line-black {
	height: 2px;
    background-color: #303030;
    margin-top: 5px;
}
.rural-play-header--mobile .horizontal-line {
	height: 2px;
    background-color: #efefef;
    margin-top: 5px;
}
.rural-play-header--mobile .link{
	text-transform: uppercase;
	width: 120px;
    text-align: center;
}
.rural-play-header--mobile .link a {
	color: #535353;
	text-decoration: none;
	font-weight: 700;
}
/* END .rural-play-header--mobile */

/* START .group-articles-5-quote */
.group-articles-5-quote h2{
    border-left: 4px solid black;
    border-color: #8cc640;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
    padding-left: 10px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}
.group-articles-5-quote h2 a {
    color: black;
}
.group-articles-5-quote .chapeu {
	font-size: 14px;
    margin: 5px 0 5px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.group-articles-5-quote h2 a:hover {
    color: black;
}
/* END .group-articles-5-quote */

/* START .group-articles-5-quote-mobile */
.group-articles-5-quote-mobile h2{
    border-left: 4px solid black;
    border-color: #8cc640;
	padding: 0;
	padding-left: 10px;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
	font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 0 10px 5px 10px;
}
.group-articles-5-quote-mobile h2 a {
    color: black;
}
.group-articles-5-quote-mobile .chapeu {
	font-size: 14px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.group-articles-5-quote-mobile h2 a:hover {
    color: black;
}
/* END .group-articles-5-quote-mobile */

/* START .artigo-hero--mobile */
.artigo-hero--mobile {
    position: relative;
    cursor: pointer;
}
.artigo-hero--mobile .hero-image .wp-post-image {
    width: 100%;
}
.artigo-hero--mobile .hero-image .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-hero--mobile .hero-image.video:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-hero-text--mobile {
}
.artigo-hero-text--mobile h2 {
    font-size: 21px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}
.artigo-hero-text--mobile h2 a {
    color: white;
}
.artigo-hero-text--mobile .chapeu {
	font-size: 14px;
    margin: 10px 0 5px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.artigo-hero-text--mobile .data-hora {
	font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 12px;
}
/* END .artigo-hero--mobile */

/* START .artigo-single-2--mobile */
.artigo-single-2--mobile .imagem-maior-container {
    width: 100%;
}
.artigo-single-2--mobile .imagem-maior-container .wp-post-image {
    width: 100%;
}
.artigo-single-2--mobile .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artigo-single-2--mobile .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.artigo-single-2--mobile .info {
    margin: 20px;
}
.artigo-single-2--mobile .chapeu {
	font-size: 14px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.artigo-single-2--mobile .fl-post-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: "Roboto Slab", serif;
}
.artigo-single-2--mobile .fl-post-title a,
.artigo-single-2--mobile .fl-post-title a:hover
{
    color: #000000;
}
.artigo-single-2--mobile .fl-post-excerpt p {
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-size: 17px;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 10px;
}
.artigo-single-2--mobile .data-hora {
    font-family: "Roboto", Sans-Serif;
}
/* END .artigo-single-2--mobile */

/* START .group-articles--mobile */
.group-articles--mobile .chapeu {
	font-size: 14px;
    margin: 10px 0 5px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.group-articles--mobile .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-articles--mobile .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.group-articles--mobile .fl-post-grid-post {
    font-size: 14px;
}
.group-articles--mobile .fl-post-text {
    padding: 0;
}
.group-articles--mobile .fl-post-title {
    font-size: 21px;
	line-height: 1.3;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.group-articles--mobile .fl-post-title a{
    color: #000000;
}
.group-articles--mobile .fl-post-title a:hover {
    color: #000000;
}
.group-articles--mobile .fl-post-meta {
    padding: 0;
}
.group-articles--mobile .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 12px;
}
.group-articles--mobile .fl-post-column{
    padding: 10px; 
}
/* END .group-articles--mobile */

/* START .artigo-imagem-completa--mobile */
.artigo-imagem-completa--mobile.text .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
}
.artigo-imagem-completa--mobile.text .fl-post-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-imagem-completa--mobile.text .fl-post-title a,
.artigo-imagem-completa--mobile.text .fl-post-title a:hover
{
    color: #000000;
}
.artigo-imagem-completa--mobile.text {
    margin: 20px 30px 10px;
}

.artigo-imagem-completa--mobile .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

/* END .artigo-imagem-completa--mobile */


/* START .artigo-single-2-reverse--mobile */
.artigo-single-2-reverse--mobile .imagem-maior-container {
    width: 100%;
}
.artigo-single-2-reverse--mobile .imagem-maior-container .wp-post-image {
    width: 100%;
}
.artigo-single-2-reverse--mobile .info {
    margin: 30px 30px 10px;
}
.artigo-single-2-reverse--mobile .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
}
.artigo-single-2-reverse--mobile .fl-post-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-single-2-reverse--mobile .fl-post-title a,
.artigo-single-2-reverse--mobile .fl-post-title a:hover
{
    color: #000000;
}
.artigo-single-2-reverse--mobile .fl-post-excerpt p {
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-size: 16px;
}
.artigo-single-2-reverse--mobile .data-hora {
    font-family: "Roboto", Sans-Serif;
}
.artigo-single-2-reverse--mobile .imagem-maior-container {
    width: 100%;
}
.artigo-single-2-reverse--mobile .imagem-maior-container .wp-post-image {
    width: 100%;
}
.artigo-single-2-reverse--mobile .info {
    margin: 30px 30px 10px;
}
.artigo-single-2-reverse--mobile .chapeu {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
}
.artigo-single-2-reverse--mobile .fl-post-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.artigo-single-2-reverse--mobile .fl-post-title a,
.artigo-single-2-reverse--mobile .fl-post-title a:hover
{
    color: #000000;
}
.artigo-single-2-reverse--mobile .fl-post-excerpt p {
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-size: 16px;
}
.artigo-single-2-reverse--mobile .data-hora {
    font-family: "Roboto", Sans-Serif;
}
/* END .artigo-single-reverse--mobile */

/* START .group-articles-2--mobile */
.group-articles-2--mobile .chapeu {
    font-size: 12px;
    margin: 10px 0;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
}
.group-articles-2--mobile .fl-post-grid-post {
    font-size: 14px;
}
.group-articles-2--mobile .text {
    padding: 15px 30px;
}
.group-articles-2--mobile .fl-post-title {
    font-size: 20px;
	line-height: 1.1;
	margin: 0 0 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.group-articles-2--mobile .fl-post-title a {
    color: #000000;
}
.group-articles-2--mobile .fl-post-title a:hover {
    color: #000000;
}
.group-articles-2--mobile p {
    margin: 0;
    font-family: "Roboto", Sans-Serif;
    color: black;
}
.group-articles-2--mobile .data-hora {
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
}
/* END .group-articles-2--mobile */

/* START .group-articles-3--mobile */
.group-articles-3--mobile {
    position: relative;
}
.group-articles-3--mobile .chapeu {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    font-family: "Roboto Slab", serif;
    padding:3px 5px 2px;
    margin: 0;
    font-weight: 700;
    border-radius: 3px;
    display:inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background: #8cc640;
    z-index: 2;
    letter-spacing: 1px;
}
.group-articles-3--mobile .fl-post-title {
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    z-index: 25;
    width: 90%;
    line-height: 1.3;
}
.group-articles-3--mobile .fl-post-title a {
    font-family: "Roboto Slab", serif;
    color: white;
    font-weight: 600;
}
.group-articles-3--mobile .dark-background-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/* END .group-articles-3--mobile */

/* START .blog-article--mobile */
.blog-article--mobile {
    background-color: black;
    color: white;
    position: relative;
}
.blog-article--mobile .author {
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: 10;
    justify-content: center;
    align-content: flex-start;
}
.blog-article--mobile .author h3{
    position: absolute;
    left: 80px;
    top: 27px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
	line-height: 1.1;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
	white-space: nowrap;
	z-index: 20;
	text-transform: uppercase;
}
.blog-article--mobile .author .image-author-container {
    position: absolute;
    top: 4px;
    left: 10px;
    display: block;
    background-color: #000000;
    width: 60px;
    height: auto;
    border-radius: 200px;
}
.blog-article--mobile .author .image-author-container img {
  border-radius: 200px;  
  width: 100%;
  height: 100%;
}
.blog-article--mobile .fl-post-grid-post {
    font-size: 14px;
}
.blog-article--mobile .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog-article--mobile .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.blog-article--mobile .info {
    margin-top: 14px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    display: flex;
    align-content: flex-start;
    width: 80%;
}
.blog-article--mobile .info .color-bar {
    width: 4px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;   
    background: rgb(140,198,64); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(140,198,64,1) 0%, rgba(0,174,239,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(140,198,64,1) 0%,rgba(0,174,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(140,198,64,1) 0%,rgba(0,174,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc640', endColorstr='#00aeef',GradientType=0 ); /* IE6-9 */
}
.blog-article--mobile .fl-post-title {
    display: inline-block;
    font-size: 18px;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.blog-article--mobile .fl-post-title a{
    color: #FFFFFF;
}
.blog-article--mobile .fl-post-title a:hover {
    color: #FFFFFF;
}
.blog-article--mobile .fl-post-meta {
    padding: 0 0 15px;
}
.blog-article--mobile .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 700;
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
}
.blog-article--mobile .fl-post-column{
    padding: 10px; 
}
.blog-article--mobile .dark-background-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,1) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,1) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/* END .blog-article--mobile */

/* START .group-articles-4--mobile */
.group-articles-4--mobile .chapeu {
    font-size: 12px;
    margin: 10px 0;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
}
.group-articles-4--mobile .chapeu.chapeu-patrocinado {
    color: #FFFFFF;
    background-color: #8cc640; 
    display: inline-block;
    padding: 2px 7px;
    font-style: oblique;
}
.group-articles-4--mobile .fl-post-grid-post {
    font-size: 14px;
}
.group-articles-4--mobile .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-articles-4--mobile .imagem-maior-container .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.group-articles-4--mobile .fl-post-text {
    padding: 0;
}
.group-articles-4--mobile .fl-post-title {
    font-size: 20px;
	line-height: 1.1;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.group-articles-4--mobile .fl-post-title a{
    color: #000000;
}
.group-articles-4--mobile .fl-post-title a:hover {
    color: #000000;
}
.group-articles-4--mobile .fl-post-meta {
    padding: 0 0 15px;
}
.group-articles-4--mobile .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 12px;
}
.group-articles-4--mobile .fl-post-column{
    padding: 10px; 
}
.group-articles-4--mobile .imagem-maior-container {
    margin-bottom: 20px;
}
/* END .group-articles-4--mobile */

/* START .group-articles-5--mobile */
.group-articles-5--mobile .chapeu {
    font-size: 12px;
    margin: 10px 0;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
}
.group-articles-5--mobile .info {
    padding: 10px 20px;
}
.group-articles-5--mobile .fl-post-grid-post {
    font-size: 14px;
}
.group-articles-5--mobile .fl-post-text {
    padding: 15px 0;
}
.group-articles-5--mobile .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.group-articles-5--mobile .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.group-articles-5--mobile .fl-post-title {
    font-size: 20px;
	line-height: 1.1;
	margin: 0 0 10px;
	padding: 0;
	font-weight: 600;
	font-family: "Roboto Slab", serif;
}
.group-articles-5--mobile .fl-post-title a {
    color: #000000;
}
.group-articles-5--mobile .fl-post-title a:hover {
    color: #000000;
}
.group-articles-5--mobile p {
    margin: 0;
    font-family: "Roboto", Sans-Serif;
    color: black;
}
.group-articles-5--mobile .data-hora {
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
}
/* END .group-articles-5--mobile */

/* START .carousel-rural-play */
.linha-ruralplay-mobile .slick-prev i, .linha-ruralplay-mobile .slick-next i, .linha-ruralplay-mobile .slick-prev i:hover, .linha-ruralplay-mobile .slick-next i:hover, .linha-ruralplay-mobile .slick-prev i:focus, .linha-ruralplay-mobile .slick-next i:focus {
	padding: 5px;
	color: white;
    border-radius: 50%;
    background: #272727;
    box-shadow: 2px 2px 20px black;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.linha-ruralplay-mobile .slick-prev i:hover, .linha-ruralplay-mobile .slick-next i:hover, .linha-ruralplay-mobile .slick-prev i:focus, .linha-ruralplay-mobile .slick-next i:focus {
	color: white;
    background:#8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.linha-ruralplay-mobile .uabb-blog-posts .slick-next {
	right: -15px;
}
.linha-ruralplay-mobile .uabb-blog-posts .slick-prev {
	left: -15px;
}
.carousel-rural-play-mobile .chapeu {
	font-size: 14px;
    margin: 10px 0 5px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.carousel-rural-play-mobile .data-hora {
    font-weight: 600;
    font-size: 12px;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
    color: #909090;
    margin: 10px 0px 0;
}
.carousel-rural-play-mobile .uabb-post-heading {
    color: white;
    font-family: "Roboto Slab", Serif;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px;
	font-size: 20px;
}
.carousel-rural-play-mobile .uabb-blog-posts .uabb-post-thumbnail .icon-play {
    border-radius: 300px;
}

.carousel-rural-play-mobile .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.carousel-rural-play-mobile .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.carousel-rural-play-mobile .uabb-post-heading {
    font-size: 21px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: white;
}
.carousel-rural-play-mobile .carousel-section .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.carousel-rural-play-mobile .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
/* END .canal-rural-play */

/* START .leilao-outer-container-mobile */


.linha-leilao-mobile .uabb-blog-posts .slick-next i {
	padding: 5px;
	color: #000000;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 2px 2px 20px #00000033;
}

.linha-leilao-mobile .slick-prev i, .linha-leilao-mobile .slick-next i, .linha-leilao-mobile .slick-prev i:hover, .linha-leilao-mobile .slick-next i:hover, .linha-leilao-mobile .slick-prev i:focus, .linha-leilao-mobile .slick-next i:focus {
	padding: 5px;
	color: #000000;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 2px 2px 20px #00000033;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

 .linha-leilao-mobile .slick-prev i:hover, .linha-leilao-mobile .slick-next i:hover, .linha-leilao-mobile .slick-prev i:focus, .linha-leilao-mobile .slick-next i:focus {
	color: white;
    background:#8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.linha-leilao-mobile .uabb-blog-posts .slick-next {
	right: -15px;
}

.linha-leilao-mobile .uabb-blog-posts .slick-prev {
	left: -15px;
}

.leilao-outer-container-mobile .leilao-info-container {
    display: flex;
    background-color: white;
    padding: 10px;
}
.leilao-outer-container-mobile .leilao-info-container .time-container {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 ;
    margin-right:15px;
}
.leilao-outer-container-mobile .leilao-info-container .time-container .time-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0px 10px;
    background-color: #e0e0e0;
}
.leilao-outer-container-mobile .leilao-info-container .time-container .time-title span {
    line-height: 1;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
}
.leilao-outer-container-mobile .leilao-info-container .time-container .time-title .data-day {
    font-size: 32px;
    font-weight: 600;
}
.leilao-outer-container-mobile .leilao-info-container .time-container .time-title .data-month {
    font-size: 20px;
}
.leilao-outer-container-mobile .leilao-info-container .time-container .hour-title {
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
}
.leilao-outer-container-mobile .leilao-info-container .info-container {
    display:flex;
    flex-direction: column;
    padding: 0;
    width: 75%;
}
.leilao-outer-container-mobile .leilao-info-container .info-container .info-title {
    line-height:1.3;
    margin: 0;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 600;
}
.leilao-outer-container-mobile .leilao-info-container .info-container .info-title a {
	color: black;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.leilao-outer-container-mobile .leilao-info-container .info-container .info-title a:hover {
	 color: gray;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.leilao-outer-container-mobile .leilao-info-container .info-container .horizontal-line {
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
    margin:5px 0;
}
.leilao-outer-container-mobile .leilao-info-container .info-container .local h4,
.leilao-outer-container-mobile .leilao-info-container .info-container .local h6{
    line-height: 1;
    font-family: "Roboto", Sans-Serif;
}
.leilao-outer-container-mobile .leilao-info-container .info-container .local .local-title .label,
.leilao-outer-container-mobile .leilao-info-container .info-container .local .transmissao-title .label{
    font-size: 10px;
}
.leilao-outer-container-mobile .leilao-info-container .info-container .local .local-title .city {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-top: 3px;
    margin-bottom: 10px;
}
.leilao-outer-container-mobile .leilao-info-container .info-container .local .transmissao-title {
    margin-top: 6px;
}
.leilao-outer-container-mobile .leilao-info-container .info-container .local .transmissao-title .value {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
/* END .leilao-outer-container-mobile */

/* START .btn-ver-todos */
.btn-ver-todos {
    text-align: center;
}
.btn-ver-todos a {
    background: #8cc640;
    color:white;
    padding: 8px 50px;
    border-radius: 100px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-ver-todos a:hover {
    background: gray;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* END .btn-ver-todos */

/* START .blogs-canal-rural-mobile */
.linha-blogs-home-mobile .slick-prev i, .linha-blogs-home-mobile .slick-next i, .linha-blogs-home-mobile .slick-prev i:hover, .linha-blogs-home-mobile .slick-next i:hover, .linha-blogs-home-mobile .slick-prev i:focus, .linha-blogs-home-mobile .slick-next i:focus {
	padding: 5px;
	color: white;
    border-radius: 50%;
    background: #272727;
    box-shadow: 2px 2px 20px black;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.linha-blogs-home-mobile.slick-prev i:hover, .linha-blogs-home-mobile .slick-next i:hover, .linha-blogs-home-mobile .slick-prev i:focus, .linha-blogs-home-mobile .slick-next i:focus {
	color: white;
    background:#8cc640;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.linha-blogs-home-mobile .uabb-blog-posts .slick-next {
	right: -15px;
}
.linha-blogs-home-mobile .uabb-blog-posts .slick-prev {
	left: -15px;
}
.blogs-canal-rural-mobile .chapeu {
    font-size: 14px;
    font-family: "Roboto Slab", serif;
    color: #8cc640;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 20px 0;
}
.blogs-canal-rural-mobile .data-hora {
    font-weight: 600;
    font-size: 12px;
    padding: 0;
    font-family: "Roboto", Sans-Serif;
    color: #909090;
    margin: 10px 0;
}
.blogs-canal-rural-mobile .uabb-post-heading {
    background-color: black;
    color: white;
    font-family: "Roboto Slab", Serif;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px;
	font-size: 20px;
}
.blogs-canal-rural-mobile .uabb-blog-posts .uabb-post-thumbnail .icon-play {
    border-radius: 300px;
}

.blogs-canal-rural-mobile .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blogs-canal-rural-mobile .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.blogs-canal-rural-mobile .uabb-post-heading {
    background-color: black;
    color: white;
    margin: 10px 0px;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
}
.blogs-canal-rural-mobile .carousel-section .video .wp-post-image{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blogs-canal-rural-mobile .video.fl-post-image:hover .wp-post-image {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.blogs-canal-rural-mobile {
    background-color: black;
    color: white;
    position: relative;
    padding-top: 35px;
}
.blogs-canal-rural-mobile  .author .image-author-container {
    position: absolute;
    top: 4px;
    left: 5px;
    display: block;
    background-color: #000000;
    padding: 4px;
    width: 60px;
    height: auto;
    border-radius: 200px;
	z-index: 1;
}
.blogs-canal-rural-mobile .author .image-author-container img {
    border-radius: 200px;
    width: 100%;
    height: 100%;
}
.blogs-canal-rural-mobile .author h3 {
	position: absolute;
    left: 70px;
    top: 15px;
    display: block;
    color: #969696;
    font-size: 13px;
    line-height: 1.1;
    padding: 0;
    font-weight: bold;
    white-space: nowrap;
    z-index: 20;
    font-family: "Roboto", Sans-Serif;
    text-transform: uppercase;
}
/* END .blogs-canal-rural-mobile */


/*  START .group-mais-sites */
.group-mais-sites .fl-post-grid-post {
    font-size: 14px;
}
.group-mais-sites .fl-post-text {
    padding: 0;
}
.group-mais-sites .fl-post-title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    text-align: center;
    background: #d8d8d8;
    padding: 15px 10px;
}
.group-mais-sites .fl-post-title a{
    color: #000000;
}
.group-mais-sites .fl-post-title a:hover {
    color: #000000;
}
.group-mais-sites .fl-post-column{
    padding: 10px; 
}
/*  END .group-mais-sites */


/*  START padrão 4x3 imagens */
.col3-images .wp-post-image {
	height: 285px;
	width:380px;
    object-fit: cover;
}
.col4-images .wp-post-image {
	height: 210px;
	width:280px;
    object-fit: cover;
}
.col4-images-blog-home .wp-post-image {
	height: 207px;
	width:276px;
    object-fit: cover;
}
.col5-images .wp-post-image {
	height: 204px;
	width:272px;
    object-fit: cover;
}
.col-1-destaque-pag .wp-post-image {
	height: 435px;
	width:580px;
    object-fit: cover;
}
.col-1-destaque-categ .wp-post-image {
	height: 435px;
	width:715px;
    object-fit: cover;
}
.col-1-destaque-rural-play .wp-post-image {
	width: 840px;
	height: 600px;
    object-fit: cover;
}
.col-1-feed .wp-post-image {
	height: 420px;
	width:560px;
    object-fit: cover;
}
/*  END padrão 4x3 imagens */

/*  START .leilao-info-aovivo-archive--desktop */
.leilao-aovivo-archive--desktop .fl-post-grid-post {
	box-shadow: 0px 0px 20px #00000030;
}
.leilao-aovivo-archive--desktop .logo-lance-rural {
	width: 100px;
    margin-left: 20px;
    display: block;
    margin-bottom: 30px;
}
.leilao-info-aovivo-archive--desktop {
    display: flex;
    background-color: #161616;
    padding: 20px;
	margin-top: 16px;
}
.leilao-info-aovivo-archive--desktop .time-container {
    display: flex;
    flex-direction: column;
    width: 17%;
    padding: 0 ;
    margin-right:15px;
}
.leilao-info-aovivo-archive--desktop .time-container .time-title {
display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0px 10px;
    background-color: #292929;
    color: #9c9c9c;
}
.leilao-info-aovivo-archive--desktop .time-container .time-title span {
    line-height: 1;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;

}
.leilao-info-aovivo-archive--desktop .time-container .time-title .data-day {
    font-size: 52px;
    font-weight: 600;
	color: #9c9c9c;
}
.leilao-info-aovivo-archive--desktop .time-container .time-title .data-month {
    font-size: 27px;
	color: #9c9c9c;
}
.leilao-aovivo-archive--desktop h2 {
    color: #5a5a5a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0 16px;
    letter-spacing: 1px;
}
.leilao-info-aovivo-archive--desktop .time-container .hour-title {
	margin-top: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    color: #9c9c9c;
    letter-spacing: 1px;
}
.leilao-info-aovivo-archive--desktop .info-container {
    display:flex;
    flex-direction: column;
    padding: 0;
    width: 83%;
}
.leilao-info-aovivo-archive--desktop .info-container .info-title {
	color: white;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    font-weight: 600;
    margin-top: 4px;
}
.leilao-info-aovivo-archive--desktop .info-container .info-title a {
	color:white;
}
.leilao-info-aovivo-archive--desktop .info-container .horizontal-line {
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
    margin:5px 0;
}
.leilao-aovivo-archive--desktop .local {
	display: flex;
	padding: 0px 23px 0;
}
.leilao-aovivo-archive--desktop .hour-title {
	display: flex;
    flex-direction: column;
    width: 20%;
}
.leilao-aovivo-archive--desktop .local-title {
	display: flex;
    flex-direction: column;
    width: 40%;
}
.leilao-aovivo-archive--desktop .transmissao-title {
	display: flex;
    flex-direction: column;
    width: 50%;
}
.leilao-aovivo-archive--desktop .hour-title .label, .leilao-aovivo-archive--desktop .local-title .label, .leilao-aovivo-archive--desktop .transmissao-title .label {
	color:#9c9c9c;
	font-size: 12px;
	font-weight:bold;
	font-family:"Roboto", Sans-Serif;
}

.leilao-aovivo-archive--desktop .hour-title .hora, .leilao-aovivo-archive--desktop .local-title .city, .leilao-aovivo-archive--desktop .transmissao-title .value {
	color:#9c9c9c;
	font-size:16px;
	font-weight:600;
}

.leilao-info-aovivo-archive--desktop .info-container .local h4,
.leilao-info-aovivo-archive--desktop .info-container .local h6{
    line-height: 1;
    font-family: "Roboto", Sans-Serif;
	margin-top: 8px;
}
.leilao-info-aovivo-archive--desktop .info-container .local .local-title .label,
.leilao-info-aovivo-archive--desktop .info-container .local .transmissao-title .label{
    font-size: 10px;
	display:block;
}
.leilao-info-aovivo-archive--desktop .info-container .local .local-title .city,
.leilao-info-aovivo-archive--desktop .info-container .local .transmissao-title .value {
    font-size: 14px;
    font-weight: 600;
}
.leilao-info-aovivo-archive--desktop .info-container .local .transmissao-title {
    margin-top: 3px;
}
.btn-aovivo-archive-leilao {
    color: red;
    border: 2px solid red;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    animation: blink 1s linear infinite;
    margin: 0 0 30px 20px;
    letter-spacing: 1px;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-aovivo-archive-leilao:hover {
	background:red;
	color:white;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/*  END .leilao-info-aovivo-archive--desktop */

/*  START .leilao-info-aovivo-archive--mobile */
.leilao-aovivo-archive--mobile .fl-post-grid-post {
    box-shadow: 0px 0px 20px #00000030;
}
.leilao-aovivo-archive--mobile .logo-lance-rural {
    width: 70px;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 0px;
}
.leilao-info-aovivo-archive--mobile {
    display: flex;
    background-color: #161616;
    padding: 10px 0px 10px;
    margin-top: 16px;
}
.leilao-info-aovivo-archive--mobile .time-container {
	display: flex;
    flex-direction: column;
    width: 20%;
    padding: 0;
    margin-right: 15px;
}
.leilao-info-aovivo-archive--mobile .time-container .time-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0px 10px;
    background-color: #292929;
    color: #9c9c9c;
}
.leilao-info-aovivo-archive--mobile .time-container .time-title span {
    line-height: 1;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;

}
.leilao-info-aovivo-archive--mobile .time-container .time-title .data-day {
    font-size: 35px;
    font-weight: 600;
    color: #9c9c9c;
}
.leilao-info-aovivo-archive--mobile .time-container .time-title .data-month {
    font-size: 19px;
    color: #9c9c9c;
}
.leilao-aovivo-archive--mobile h2 {
    color: #5a5a5a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 0 16px;
    letter-spacing: 1px;
}
.leilao-info-aovivo-archive--mobile .time-container .hour-title {
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    color: #9c9c9c;
    letter-spacing: 1px;
}
.leilao-info-aovivo-archive--mobile .info-container {
    display: block;
    padding: 0;
    width: 80%;
}
.leilao-info-aovivo-archive--mobile .info-container .info-title {
    color: white;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    font-size: 26px;
    font-weight: 600;
    margin-top: 4px;
}
.leilao-info-aovivo-archive--mobile .info-container .info-title a {
    color:white;
}
.leilao-info-aovivo-archive--mobile .info-container .horizontal-line {
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
    margin:5px 0;
}
.leilao-aovivo-archive--mobile .local {
    display: block;
    padding: 10px;
}
.leilao-aovivo-archive--mobile .hour-title {
	display: inline;
}
.leilao-aovivo-archive--mobile .local-title {
    display: block;
	margin-bottom: 0;
}
.leilao-aovivo-archive--mobile .transmissao-title {
    display: inline;
}
.leilao-aovivo-archive--mobile .hour-title .label, .leilao-aovivo-archive--mobile .local-title .label, .leilao-aovivo-archive--mobile .transmissao-title .label {
    color:#9c9c9c;
    font-size: 12px;
    font-weight:bold;
    font-family:"Roboto", Sans-Serif;
}

.leilao-aovivo-archive--mobile .hour-title .hora, .leilao-aovivo-archive--mobile .local-title .city, .leilao-aovivo-archive--mobile .transmissao-title .value {
    color:white;
    font-size:16px;
    font-weight:600;
}

.leilao-info-aovivo-archive--mobile .info-container .local h4,
.leilao-info-aovivo-archive--mobile .info-container .local h6{
    line-height: 1;
    font-family: "Roboto", Sans-Serif;
    margin-top: 8px;
}
.leilao-info-aovivo-archive--mobile .info-container .local .local-title .label,
.leilao-info-aovivo-archive--mobile .info-container .local .transmissao-title .label{
    font-size: 10px;
    display:block;
}
.leilao-info-aovivo-archive--mobile .info-container .local .local-title .city,
.leilao-info-aovivo-archive--mobile .info-container .local .transmissao-title .value {
    font-size: 14px;
    font-weight: 600;
}
.leilao-info-aovivo-archive--mobile .info-container .local .transmissao-title {
    margin-top: 3px;
}
.btn-aovivo-archive-leilao {
    color: red;
    border: 2px solid red;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
    animation: blink 1s linear infinite;
    margin: 0 0 30px 20px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-aovivo-archive-leilao:hover {
    background:red;
    color:white;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/*  END .leilao-info-aovivo-archive--mobile */

/*  START .radar-archive--desktop */
.radar-archive--desktop .title {
    font-weight: 600;
    font-size: 27px;
    line-height: 1.4;
    margin-bottom: 13px;
    font-family: "Roboto Slab", serif;
}
.radar-archive--desktop .title a {
    color:black;
}
.radar-archive--desktop .data-hora {
    color: #b1b1b1;
    margin-bottom: 10px;
    font-weight: bold;
}
.radar-archive--desktop .resumo-post p {
    font-size: 16px;
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-weight: 300;
    margin-bottom: 10px;
}
.radar-archive--desktop .btn-leia-mais a {
    font-weight: 600;
    color: #8cc640;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #8cc640;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.radar-archive--desktop .btn-leia-mais a:hover {
    color: #2aabe3;
    border-bottom: 2px solid #2aabe3;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.radar-archive--desktop .data-hora a > i {
    color: #8a8a8a;
    margin: 0 9px;
    font-weight: 100;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.radar-archive--desktop .data-hora a > i:hover {
    color: #8cc640;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.radar-archive--desktop .data-hora .fa-whatsapp {
    font-size: 19px;
}
.radar-archive--desktop .data-hora .fa-facebook-f {
    font-size: 17px;
    border-left: 1px solid #dedede;
    padding-left: 17px;
    margin-left: 11px;
}
.radar-archive--desktop .data-hora .fa-twitter {
    font-size: 17px;
}
/*  END .radar-archive--desktop */

/*  START .radar-archive--mobile */
.radar-archive--mobile .title {
    font-weight: 600;
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 13px;
    font-family: "Roboto Slab", serif;
}
.radar-archive--mobile .title a {
    color:black;
}
.radar-archive--mobile .data-hora {
    color: #b1b1b1;
    margin-bottom: 10px;
    font-weight: bold;
}
.radar-archive--mobile .resumo-post p {
    font-size: 16px;
    font-family: "Roboto", Sans-Serif;
    color: black;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.5;
}
.radar-archive--mobile .btn-leia-mais a {
    font-weight: 600;
    color: #8cc640;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #8cc640;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
}
.radar-archive--mobile .btn-leia-mais a:hover {
    color: #2aabe3;
    border-bottom: 2px solid #2aabe3;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.radar-archive--mobile .data-hora a > i {
    color: #8a8a8a;
    margin: 0 9px;
    font-weight: 100;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.radar-archive--mobile .data-hora a > i:hover {
    color: #8cc640;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.radar-archive--mobile .data-hora .fa-whatsapp {
    font-size: 19px;
}
.radar-archive--mobile .data-hora .fa-facebook-f {
    font-size: 17px;
    border-left: 1px solid #dedede;
    padding-left: 17px;
    margin-left: 11px;
}
.radar-archive--mobile .data-hora .fa-twitter {
    font-size: 17px;
}
/*  END .radar-archive--mobile */

/*  START .home-radar--desktop */

.home-radar--desktop .fl-post-text {
    padding: 0;
}
.home-radar--desktop .fl-post-title {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}
.home-radar--desktop .fl-post-title a{
    color: #000000;
}
.home-radar--desktop .fl-post-title a:hover {
    color: #000000;
}
.home-radar--desktop .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 13px;
}
.home-radar--desktop .fl-post-column{
    padding: 10px; 
}
/*  END .home-radar--desktop */

/*  START .home-radar--mobile */

.home-radar--mobile .fl-post-text {
    padding: 0;
}
.home-radar--mobile .fl-post-title {
    font-size: 19px;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}
.home-radar--mobile .fl-post-title a{
    color: #000000;
}
.home-radar--mobile .fl-post-title a:hover {
    color: #000000;
}
.home-radar--mobile .data-hora {
    font-family: "Roboto", Sans-Serif;
    font-weight: 600;
    font-size: 13px;
}
.home-radar--mobile .fl-post-column{
    padding: 10px; 
}
/*  END .home-radar--mobile */

/*  START pisca pisca Ao VIvo Leilões */
 @keyframes fa-blink {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 0; }
 }
.fa-blink {
   -webkit-animation: fa-blink .75s linear infinite;
   -moz-animation: fa-blink .75s linear infinite;
   -ms-animation: fa-blink .75s linear infinite;
   -o-animation: fa-blink .75s linear infinite;
   animation: fa-blink .75s linear infinite;
}
/*  END pisca pisca Ao VIvo Leilões */

/*  START .menu-rural-play */
.menu-rural-play {
    text-align: center;
}
.btn-menu-rural-play {
    background: #161616;
    display: inline-block;
    padding: 5px 20px 3px;
    border-radius: 100px;
    border: 1px solid white;
    margin: 0 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-menu-rural-play:hover {
    background: #035f8c;
    border-color: #035f8c;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.btn-menu-rural-play-active, .btn-menu-rural-play-active:hover {
    background: #8cc640;
    border-color: #8cc640;
}
.btn-menu-rural-play a img{
    width: 31px;
    display: inline-block;
    margin: 0 0 1px;
}
.btn-menu-rural-play a h4{
    display: inline-block;
    color: white;
    padding: 0 5px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 15px;
    line-height: 0;
}
/*  END .menu-rural-play */