/**
Theme Name: Pastora da Fazenda
Author: Infinito AG
Author URI: https://www.infinitoag.com
Description: Tema desenvolvido sob medida para o projeto Pastora da Fazenda.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pastora-da-fazenda
Template: astra
*/

body, #page {
    max-width: 100vw;
    overflow-x: hidden;
}

/* =======================================================
   CABEÇALHO
======================================================= */

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
	max-height: 100% !important;
	max-width: 150px !important;
}

.site-header .current-menu-item .menu-text {
	font-weight: bold;
}

@media( min-width: 991px ) {
	#ast-hf-menu-1 {
		margin-right: -20px;
	}
}

/* =======================================================
   RODAPÉ
======================================================= */

#bloco-newsletter .srfm-input-common, 
#bloco-newsletter .srfm-dropdown-common, 
#bloco-newsletter .ts-control,
#tomselect-1-ts-control {
	border-radius: 50px !important;
    border: 0;
	background: #FFF;
	color: #777 !important;
}

#bloco-newsletter .srfm-input-common::placeholder,
#bloco-newsletter .srfm-dropdown-common::placeholder,
#bloco-newsletter .ts-control::placeholder,
#tomselect-1-ts-control::placeholder {
    color: #777 !important;
}

#bloco-newsletter .ts-control::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #777777 transparent transparent transparent;
	transform: rotate(0deg);
}

#srfm-submit-btn {
	background: #FFF;
	border-radius: 50px;
	border: 1px solid #ce222f;
	color: #ce222f;
	font-family: Omnes, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: 700 !important;
	padding: 5px 45px 8px;
}

#srfm-submit-btn:hover {
    background: #ce222f;
    color: #FFF;
}

#footer-queijo {
	position: absolute;
	right: -50px;
	bottom: 650px;
}

/* =======================================================
   PRODUTOS
======================================================= */

/* single produto */

#produto-cabecalho h2 { max-width: 390px; }
#produto-breadcrumb .breadcrumb a { color: #777; }

#produto-conteudo-principal {
    position: relative;
}

#produto-arte-fundo {
	position: absolute !important;
	width: 400px !important;
	right: 0;
	top: 0;
	z-index: 3;
}

#produto-arte-fundo {
	position: absolute !important;
	width: 470px;
	right: 0;
	top: 0px;
	z-index: 3;
}

@media( max-width: 1800px ) { #produto-arte-fundo { width: 15% !important; top: 50px; } }
@media( max-width: 1500px ) { #produto-arte-fundo { top: 100px; } }
@media( max-width: 1300px ) { #produto-arte-fundo { width: 12% !important; top: 150px; } }
@media( max-width: 1200px ) { #produto-arte-fundo { display:none; } }

#produto-conteudo-principal h2 { color: #5d0124; }
#produto-conteudo-principal h3,
#produto-conteudo-principal strong { color: #bb0012; }

.produto-descricao-principal { max-width: 470px; }
.produto-descricao-principal p {
  margin-bottom: 15px;
  line-height: 1.4;
  max-width: 350px;
}

#produto-harmonizacao {
	background: #bb0012;
    color: #fff;
	padding: 80px 0;
	margin: 50px 0 0;
}

#produto-harmonizacao h2,
#produto-harmonizacao h3 { color: #fff; }

#produto-harmonizacao h2 { text-align: center; }
#produto-harmonizacao .harmonizacao-colunas {
	display: flex;
	gap: 30px;
	justify-content: center;
}

#produto-harmonizacao .harmonizacao-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
#produto-harmonizacao .harmonizacao-header img {
	width: 130px;
	object-fit: contain;
	height: 120px;
}

#produto-harmonizacao .harmonizacao-header h3 {
  max-width: 150px;
  margin: 0;
}

#produto-harmonizacao .harmonizacao-coluna p {
	padding: 0 30px;
	max-width: 310px;
	margin: 0;
}

.galeria-principal {
	background: #f3f3f3;
	border-radius: 50px;
}

body.esquema-cor-vermelho .galeria-principal { background: #bb0012; }
body.esquema-cor-vermelho-escuro .galeria-principal { background: #5d0124; }
body.esquema-cor-marrom .galeria-principal { background: #673b15; }
body.esquema-cor-amarelo .galeria-principal { background: #ffcb05; }
body.esquema-cor-rosa .galeria-principal { background: #cf2555; }
body.esquema-cor-azul .galeria-principal { background: #5dc9e6; }

.galeria-thumbs {
	padding: 0 60px;
}

.produto-galeria .galeria-thumbs .slick-prev,
.produto-galeria .galeria-thumbs .slick-next {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    color: transparent;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    transition: .4s ease;
}

.produto-galeria .galeria-thumbs .slick-prev:hover,
.produto-galeria .galeria-thumbs .slick-next:hover {
    transform: scale(1.05);
}

.produto-galeria .galeria-thumbs .slick-prev {
    left: 0;
    background-image: url('img/seta-esquerda.png');
}

.produto-galeria .galeria-thumbs .slick-next {
    right: 0;
    background-image: url('img/seta-direita.png');
}

@media( max-width: 768px ) {
    .produto-galeria .galeria-thumbs { padding: 0 30px; }

    .produto-galeria .galeria-thumbs .slick-prev,
    .produto-galeria .galeria-thumbs .slick-next { margin-top: -20px; }

    #produto-harmonizacao .harmonizacao-colunas {
        flex-flow: column;
        justify-content: center;
    }

    .harmonizacao-coluna {
        max-width: max-content;
        margin: 0 auto;
    }

}


.produto-tabela-nutricional h2 {
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	color: #bb0012;
}

.tabela-nutricional, .tabela-nutricional td, .tabela-nutricional th {
	border: 0;
}

.tabela-nutricional th {
	border-top: 1px solid #bb0012;
	border-bottom: 1px solid #bb0012;
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 80px;
	color: #bb0012;
	font-size: 1.5em;
}

.tabela-nutricional td {
	border-bottom: 2px solid #ddd;
	font-size: 1.5em;
	padding: 8px 80px;
}

.tabela-nutricional th:last-child, 
.tabela-nutricional td:last-child {
	text-align: center;
}

.tabela-nutricional-rodape {
	text-align: center;
}

@media( max-width: 767px) {
	.produto-tabela-nutricional h2 {
		font-size: 1.5em;
	}

	.tabela-nutricional th,
	.tabela-nutricional td {
		padding: 5px;
		font-size: 1em;
	}

	.tabela-nutricional td:first-child {
		min-width: 150px;
	}

}


/* pagina de produtos */

.categoria-produto-esquerda,
.categoria-produto-direita {
	position: relative;
}

.categoria-produto-esquerda::before,
.categoria-produto-direita::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.categoria-produto-esquerda::before { right: 100%; }
.categoria-produto-direita::before { left: 100%; }

.categoria-produto-vermelho:before { background: #CE192C; }
.categoria-produto-vermelho-escuro:before { background: #5d0124; }
.categoria-produto-marrom:before { background: #673b15; }
.categoria-produto-amarelo:before { background: #ffcb05; }
.categoria-produto-rosa:before { background: #cf2555; }
.categoria-produto-azul:before { background: #5dc9e6; }

.categorias-produtos .uagb-ifb-button-wrapper .uagb-infobox-cta-link.wp-block-button__link {
	font-size: 1.6em;
	background: #FFF;
	color: #CE192C;
	border: 1px solid #CE192C;
}

.categorias-produtos .uagb-ifb-button-wrapper .uagb-infobox-cta-link.wp-block-button__link:hover {
	background: #ffcb05;
	color: #CE192C;
}

.produto-categoria-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

@media (max-width: 767px) {
	.produto-categoria-img img {
		min-width: 300px;
		max-width: 100%;
	}
}

/* listagem de produtos (categoria) */


#categoria-produto-cabecalho-mobile {
	background-position: center bottom;
}

.wp-block-post-template {
	padding: 0 !important;
	margin: 0 !important;
}

body.tax-categoria-de-produto.Vermelho .produto-item { background: #bb0012 !important; }
body.tax-categoria-de-produto.Vermelho .produto-item .wp-block-post-title a { color: #ffffff !important; }
body.tax-categoria-de-produto.Amarelo .produto-item { background: #ffcb05 !important; }
body.tax-categoria-de-produto.Amarelo .produto-item .wp-block-post-title a { color: #5d0124 !important; }
body.tax-categoria-de-produto.VermelhoEscuro .produto-item { background: #5d0124 !important; }
body.tax-categoria-de-produto.VermelhoEscuro .produto-item .wp-block-post-title a { color: #ffffff !important; }
body.tax-categoria-de-produto.Marrom .produto-item { background: #673b15 !important; }
body.tax-categoria-de-produto.Marrom .produto-item .wp-block-post-title a { color: #ffffff !important; }
body.tax-categoria-de-produto.Rosa .produto-item { background: #cf2555 !important; }
body.tax-categoria-de-produto.Rosa .produto-item .wp-block-post-title a { color: #ffffff !important; }
body.tax-categoria-de-produto.Azul .produto-item { background: #5dc9e6 !important; }
body.tax-categoria-de-produto.Azul .produto-item .wp-block-post-title a { color: #ffffff !important; }

.produto-categoria-subtitulo {
	font-size: 3em;
	line-height: 1.2;
	font-family: Appetite,Helvetica,Arial,sans-serif;
	color: #ce1a2b;
	margin-bottom: 20px;
}

.produto-categoria-descricao {
	color: #5d0124;
}


.produto-item {
	transition: .4s ease;
	padding: 15px !important;
	justify-content: flex-start !important;
}

.produto-item:hover { transform: scale(1.05); }

.produto-item h2 {
	max-width: 390px;
	height: 100px;
	margin: 0;
}

.produto-item .wp-block-post-featured-image {
	height: 265px;
	overflow: hidden;
}

.produto-item .wp-block-post-featured-image img {
	object-fit: contain !important;
	width: 100% !important;
	height: 100% !important;
}

.produto-item .wp-block-read-more:hover {
    background-color: #ce1a2b;
    color: #fff;
}
.produto-item .wp-block-read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 200px;
	padding: 10px;
	font-size: 1.6em;
	font-weight: bold;
	border: 1px solid;
	border-radius: 50px;
	margin-bottom: -30px;
    text-decoration: none !important;
}


@media( min-width: 991px ) {
	.produto-item {
		height: 460px;
	}
}

@media( max-width: 768px ) {
	.wp-block-post .produto-item {
		justify-content: flex-start !important;
		height: 340px;
		margin-bottom: 0 !important;
		flex-flow: column;
	}

	.produto-item h2 {
		max-width: 390px;
		height: 90px;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.produto-item .wp-block-post-featured-image {
		height: 165px;
		overflow: hidden;
	}
}

/* =======================================================
   PAGINA SOBRE
======================================================= */

#galeria-certificados img {
	object-fit: contain !important;
	max-width: 180px !important;
}

@media(min-width: 990px) {
    #galeria-sobre-qualidade .slick-prev.slick-arrow {
      left: -60px;
    }
    #galeria-sobre-qualidade .slick-next.slick-arrow {
      right: -60px;
    }
}

/* =======================================================
   ONDE ENCONTRAR
======================================================= */

.oe-form-wrapper {
    display: flex;
    gap: 20px;
    flex-flow: column;
    margin: 30px 0;
    max-width: 350px;
}

.oe-input-group {
    flex: 1;
    min-width: 200px; 
}

.oe-input-group label {
    display: none;
}

.oe-input-group select {
    width: 100%;
	border-radius: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#oe-btn-pesquisar {    
	background-color: #ffffff;
	border: 1px solid #ce222f;
	color: #ce222f;    
    cursor: pointer;
	text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.6em;
	font-weight: 700;
    text-align: center;
    transition: background-color 0.3s ease;
}

#oe-btn-pesquisar:hover {
    background-color: #ce222f;
	border-color: #ce222f;
	color: #fff;
}

#onde-encontrar-resultados {
    margin-top: 30px;
}

.oe-results-title {
    font-size: 1.8em;
    color: #333;
    border-bottom: 2px solid #ce222f;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.oe-lojas-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
	align-items: start;
}

.oe-loja-item {
	transition: transform 0.2s ease;
	margin: 0;
	border: 1px solid #ddd;
	padding: 15px;
	min-height: 410px;
	width: 45%;
	border-radius: 15px;
}

@media( max-width: 767px ) {
	.oe-loja-item {
		width: 100%;
		min-height: 0;
	}
}

.oe-loja-item h4 {
    margin: 0 0 30px;
    font-size: 1em;
    font-family: Omnes,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: #777;
}

.oe-endereco, .oe-fone-wa {
    font-size: 0.95em;
    margin-bottom: 10px;
}

.oe-fone-wa a {
    color: #777; /* Cor do WhatsApp */
    text-decoration: none !important;
    font-weight: 400;
}

.oe-fone-wa i {
    margin-right: 5px;
}

/* Estilos dos Botões de Ação */
.oe-loja-actions {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    flex-flow: column;
}

.oe-btn {
    text-decoration: none !important;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.6em;
	border: 1px solid transparent;
	font-weight: 700;
    text-align: center;
    transition: background-color 0.3s ease;
}

.oe-btn-chegar {
    background-color: #ce222f;
	border-color: #ce222f;
    color: white;
}

.oe-btn-chegar:hover {
    background-color: #ffcb05;
	border-color: #ffcb05;
	color: #000;
}

.oe-btn-comprar {
    background-color: #fff;
	border-color: #ce222f;
    color: #ce222f;
}

.oe-btn-comprar:hover {
    background-color: #ce222f;
	border-color: #ce222f;
    color: white;
}

/* Mensagens de Feedback */
.oe-loading, .oe-no-results, .oe-error {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
}

.oe-loading {
    background-color: #fff;
    color: #ce222f;
}

.oe-no-results, .oe-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#onde-encontrar-mapa {
    width: 100%; 
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

/* Estilos do InfoWindow do Google Maps (dentro do JS) */
.oe-info-window h5 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #ce222f;
}

.oe-info-window p {
    margin: 0 0 5px 0;
}

/* locais do compre online */
.local-online img {
    max-width: 180px !important;
    height: auto !important;
    max-height: 100% !important;
    width: auto !important;
    object-fit: contain;
}

/* =======================================================
   RECEITAS
======================================================= */

/* form buscas de receitas */

.receita-form-busca label { display: none; }
.receita-form-busca {
	display: flex;
	gap: 30px;
	align-content: center;
	justify-content: center;
}

.receita-form-busca select, 
.receita-form-busca input {
	border-radius: 50px;
	min-width: 250px;
	border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
	padding: 10px 30px;
	height: 60px;
    font-size: 1.2em;
	color: #FFF;
	background: #ce192c;
}

.receita-form-busca input#nome {
	background: #ffcb05;
	color: #ce192c;
}

.receita-form-busca .form-group.search-input-group {	
	background: #ffcb05;
	color: #ce192c;
	border-radius: 50px;
}

.receita-form-busca .search-button {
	padding: 15px;
	background: transparent;
	color: #ce192c;
	border: 0;
}

@media( max-width: 768px ) {
    .receita-form-busca {
        flex-flow: column;
        gap: 10px;
    }

    .receita-form-busca select, .receita-form-busca input { 
        width: 100%; 
        min-width: 0; 
    }

    .receita-form-busca .form-group.search-input-group { display: flex; }
}

/* single receita */

#receita-conteudo-principal {
	color: #FFF;
}

.receita-foto-interna {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	max-height: 680px;
}

.receita-ingredientes-list li { margin-bottom: 15px; }
.receita-ingredientes-list li img { margin-right: 5px; }
.receita-ingredientes-list {
	list-style: none;
	padding: 0;
	color: #FFF;
	font-size: 1.4em;
	margin: 0;
}

.receita-produto-relacionado a {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2;
	color: #ce192c;
	display: block;
}

.receita-imagem-extra {
	max-width: 800px;
	margin: 50px 0 -150px auto;
}

/* cards de receitas */

.receitas-list-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
}

.receita-card:hover { transform: scale(1.05); }
.receita-card {
	max-width: 350px;
	background: #FFF;
	border-radius: 50px;
	margin-bottom: 30px;
	transition: .4s ease;
}

.receita-card-title a:hover { color: #ffcb05; }
.receita-card-title a {
	color: #cb1c2d;
	text-decoration: none !important;
}

.receita-card-title {
	padding: 10px 30px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2em;
	color: #cb1c2d;
	margin: 0;
}

.receita-card-image a {
	display: flex;
	width: 100%;
	height: 280px;
	align-content: center;
	justify-content: center;
    overflow: hidden;
}

.receita-card-image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.receita-card-footer {
	background: #cb1c2d;
	color: #FFF;
	padding: 30px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	text-align: right;
}

.receita-card-footer .receita-tempo-preparo {
	font-family: Appetite,Helvetica,Arial,sans-serif;
	font-size: 1.4em;
}

.home .receita-tempo-preparo,
.single-produto .receita-tempo-preparo {
	display: none;
}

.receita-card-footer .btn-ver-receita {
	display: block;
	margin: 0 auto 20px;
	width: 200px;
	text-align: center;
	background: #ffffff;
	text-decoration: none !important;
	color: #cb1c2d;
	padding: 10px 10px 15px;
	font-size: 1.7em;
	font-weight: bold;
	border-radius: 50px;
}

.receita-card-footer .btn-ver-receita:hover {
	background: #ffcb05;
}

/* paginacao receitas */

#listagem-receitas .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	list-style: none;	
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none !important;
}

#listagem-receitas .page-numbers a, 
#listagem-receitas .page-numbers span {
	display: inline-flex;
	text-decoration: none;
	font-size: 1.8em;
	background: #cb1c2d;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	line-height: 1;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
}

#listagem-receitas .page-numbers a:hover,
#listagem-receitas .page-numbers .current {
	background: #ffcb05;
    color: #cb1c2d;
}


/* =======================================================
   NOTICIAS
======================================================= */

/* listagem de posts */

.uagb-post-grid.carrossel-blog .uagb-post__image img {
	border-radius: 50px;
	height: 450px;
	object-fit: cover;
}

@media( max-width: 768px ) {
	.uagb-post-grid.carrossel-blog .uagb-post__image img {
		height: 140px;
	}
}

.carrossel-blog .uagb-post__text.uagb-post-grid-byline {
	display: none;
}

.carrossel-blog.uagb-slick-carousel ul.slick-dots {
	margin: 0 !important;
	bottom: 65px !important;
}

.carrossel-blog.uagb-slick-carousel ul.slick-dots li button::before {
	font-size: 50px;
	opacity: 1 !important;
}

@media( max-width: 768px) {
	.carrossel-blog.uagb-slick-carousel ul.slick-dots li button::before {
		font-size: 30px;
	}
}

.carrossel-blog.uagb-slick-carousel ul.slick-dots li.slick-active button::before {
	color: #cc1a2b;
}

.carrossel-blog.uagb-slick-carousel ul.slick-dots {
	margin: 0 !important;
	bottom: 65px !important;
	gap: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-item .wp-block-post-featured-image img {
	height: 180px;
}

.post-item .taxonomy-category a {
	display: inline-flex;
	text-decoration: none;
	padding: 1px 10px 4px;
	margin-right: 5px;
	background: #cc1a2b;
	color: #FFF;
	border-radius: 50px;
}

.post-item .wp-block-post-terms__separator {
	display: none;
}

.post-item h2 { margin: 5px 0 10px; }
.post-item h2 a { text-decoration: none !important; }

.post-item .wp-block-post-excerpt,
.post-item .wp-block-post-excerpt p { margin: 0; }

.post-item .wp-block-post-excerpt__more-link {
	text-decoration: none !important;
	text-transform: uppercase;
}

.post-item-conteudo {
	min-height: 510px;
}

/* paginacao posts */

.wp-block-query-pagination-numbers {
	display: flex;
	gap: 30px;
}

.wp-block-query-pagination-numbers .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	list-style: none;
	width: 50px;
	border-radius: 5px;
	height: 50px;
	background: #cb1c2d;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none !important;
}

.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers.current {
	background: #ffcb05;
	color: #cb1c2d;
	cursor: pointer;
}

/* widgets */

.widget-pesquisa .wp-block-search__inside-wrapper {
	background: #FFF;
	border-radius: 25px;
}

.widget-pesquisa .wp-block-search__inside-wrapper ::placeholder,
.widget-pesquisa .wp-block-search__input::placeholder {
	color: #777;
}

.widget-pesquisa .wp-block-search__input {
	background: #FFF;
	color: #777;
	border: 0;
	outline: 0;
	box-shadow: none;
}

.widget-pesquisa .wp-block-search__button {
	border: 0 !important;
	padding: 5px !important;
	font-size: 2rem !important;
}

.widget-posts-recentes .uagb-post__image img {
	object-fit: cover;
	border-radius: 50px;
}

/* posts relacionados */

.ast-single-related-posts-container.ast-container-- {
	margin-bottom: 100px;
	border: 0;
}

.ast-related-posts-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.ast-related-post-content {
	background: #FFF;
	border-radius: 50px;
	overflow: hidden;
	min-height: 690px;
}

.ast-related-post-content .post-thumb img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.entry-header.related-entry-header {
	padding: 0 30px !important;
	display: flex;
	flex-flow: column-reverse;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 0 !important;
}

.ast-related-post-content .entry-meta.ast-related-cat-style--badge {
	margin: 5px 0 15px;
}

.ast-related-post-content .entry-meta .cat-links {
	display: inline-flex;
	border-radius: 25px !important;
	overflow: hidden;
	font-size: 0px;
	gap: 5px;
}

.ast-related-post-content .entry-meta .cat-links a {
	color: #FFF;
	font-size: 1rem !important;
	display: inline-flex;
	border-radius: 25px;
}

.ast-related-post-content .entry-header .ast-related-post-title a {color: #cc1a2b; }
.ast-related-post-content .entry-header .ast-related-post-title a:hover {color: #ffcb05; }

.ast-related-post-content > .entry-content {
	padding: 0 30px;
}

.ast-related-post-excerpt.entry-content.clear {
	margin-bottom: 10px;
}

.ast-related-post-cta.read-more .ast-related-post-link {
	position: relative;
	font-size: 0px;
}

.ast-related-post-link::after {
	content: "LEIA MAIS";
	font-size: 1rem;
}

.faixa-post-direita { position: relative; }
.faixa-post-direita::after {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background: #ce192c;
}


/* =======================================================
	CONTATO
======================================================= */

.contato-formulario .srfm-cbx span {
	font-size: 14px !important;
	line-height: 1.3 !important;
}

.srfm-upload-block .srfm-block-wrap {
	display: flex !important;
	flex-flow: row !important;
	padding: 6px !important;
	flex-flow: row-reverse !important;
	justify-content: space-around;
}

.srfm-upload-block > label {
	display: none !important;
}

.srfm-classic-upload-label {
	position: relative;
	font-size: 0;
}

.srfm-classic-upload-label::before {
	content: "Anexar seu currículo";
	font-size: 14px;
}

.srfm-form-container .srfm-form .srfm-upload-block .srfm-upload-data {
	padding: 5px !important;
	margin: -5px 0 10px !important;
}

.srfm-upload-data-filename,
.srfm-upload-data-size {
	font-size: 13px !important;
	line-height: 1 !important;
}

/* =======================================================
	SUSTENTABILIDADE
======================================================= */

#folha-solta-pastora {
	margin-right: -160px;
}

.astra-advanced-hook-3606 {
	margin-top: -1px;
}

@media(min-width: 991px) and (max-width: 1599px ) {
	.box-sustentabilidade {
		margin-left: 70px !important;
	}
}

/* =======================================================
	HOME
======================================================= */

@media( min-width: 769px ) {
	#homeslider .swiper-pagination-bullets { transform: translateX(300px); }
}

#homeslider .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

#home1 {
	position: relative;
}

#home1::before {
	content: "";
	width: 30%;
	height: 1140px;
	position: absolute;
	background: url('img/queijo1.png') no-repeat top right;
	background-size: cover;
	top: -300px;
	z-index: 9;
	left: 0;
}

.link-produto-home {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.produto-home-1.link-produto-home { background-image: url('img/cat1.webp'); }
.produto-home-2.link-produto-home { background-image: url('img/cat2.webp'); }
.produto-home-3.link-produto-home { background-image: url('img/cat3.webp'); }
.produto-home-4.link-produto-home { background-image: url('img/cat4.webp'); }
.produto-home-5.link-produto-home { background-image: url('img/cat5.webp'); }
.produto-home-6.link-produto-home { background-image: url('img/cat6.webp'); }

#home4 {
	position: relative;
}

#home4::before {
	content: "";
	width: 550px;
	height: 650px;
	position: absolute;
	background: url('img/queijo2.png') no-repeat top right;
	background-size: contain;
	top: 0px;
	z-index: 9;
	left: 0;
}

.wp-block-uagb-container.uagb-block-98161afe { z-index: 2 !important; }
.wp-block-uagb-container.uagb-block-659aa6c6 { z-index: 3 !important; }

.persona-receitas-home {
	width: 1080px !important;
	margin-bottom: -200px !important;
	z-index: 0;
}

#home4 .page-numbers { display: none; }

@media( max-width: 1700px ) {
	#home4::before { width: 30%; }
}

@media( max-width: 1580px ) {
	#home1::before,
	#home4::before { width: 25%; }
}

@media( max-width: 1199px ) {
	#home1::before { width: 15%; }
}

@media( max-width: 768px ) {

	#home1::before { display: none; }

	#home4::before {
		height: 270px;
		width: 100%;
		background: url('img/queijo2.png') no-repeat top left;
		background-size: contain;
	}

	.persona-receitas-home {
		width: 100% !important;
		margin: 10px 0 -10px !important;
	}
}