/* 
    Theme Name: Standard Theme - by Actmob
    Author: Jean Andrade
    Author URI: https://actmob.com/
    Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
    Version: 2.1.5
    License: GNU General Public License v2 or later
    License URI: LICENSE
    Text Domain: Actmob
    Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/* SCROLL BAR */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: var(--wp--preset--color--cor-8);
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}

::-webkit-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
	background-color: var(--wp--preset--color--cor-2);
	-webkit-border-radius: 0px;
	height: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
	background: var(--wp--preset--color--cor-2);
	border-radius: 4px;
	width: 10px;
}

::-moz-scrollbar {
	width: 5px;
	height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
	display: none;
}

::-moz-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
	background-color: var(--wp--preset--color--cor-2);
	-webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
	background: var(--wp--preset--color--cor-8);
	border-radius: 4px;
	width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
	display: none;
}

::-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
	background-color: var(--wp--preset--color--cor-2);
	-webkit-border-radius: 0px;
	height: 6px;
}

::-scrollbar-thumb:horizontal {
	background: var(--wp--preset--color--cor-8);
	border-radius: 4px;
	width: 10px;
}

/* .wp-block-columns {
    gap: unset !important;
}*/

.wp-block-columns:not([class*=" gap-"]) {
	gap: unset !important;
}

.wp-block-column[class*="col-"],
.wp-block-column {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.wp-block-column.is-vertically-aligned-center {
	width: unset;
}

/* FIM SCROLL BAR */

/* GERAL STYLES */

:root {
	--wp--preset--font-size--fonte-12px: 0.75rem;
	--wp--preset--font-size--fonte-14px: 0.875rem;
	--wp--preset--font-size--fonte-20px: 1.25rem;
}

a {
	text-decoration: none;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	line-height: 120%;
}

figure {
	margin-bottom: 0;
}

body,
html {
	font-size: var(--wp--preset--font-size--fonte-6, 1rem);
	font-family: var(--font-family-base, sans-serif);
	font-optical-sizing: auto;
	font-style: normal;
	padding: 0;
	margin: 0;
	background-color: var(--wp--preset--color--cor-8, #fafafa);
	color: var(--wp--preset--color--cor-3, #3b3939);
	scroll-padding-top: 120px;
	scroll-behavior: smooth;
	max-width: 2400px;
	margin: auto;
	position: relative;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mark,
mark {
	padding: 0;
}

strong {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-block-columns[class*="row"] {
	flex-wrap: wrap !important;
}

.wp-block-column[class*="col-"] {
	flex-basis: unset !important;
	flex-grow: unset !important;
}

/* FIM GERAL STYLES */

/* SLICK SLIDER OWL SLIDER */

.slick-next::before,
.owl-carousel .owl-nav .owl-next::before {
	content: "\f061";
}

.slick-prev::before,
.owl-carousel .owl-nav .owl-prev::before {
	content: "\f060";
}

.slick-prev::before,
.slick-next::before {
	font-family: "FontAwesome" !important;
}

.slick-prev {
	left: -40px;
}

.slick-next {
	right: -40px;
}

.slick-dots li {
	width: auto;
	height: auto;
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-dots li button {
	border-radius: 50%;
	background-color: rgb(217, 217, 217);
	width: 12px;
	height: 12px;
	padding: 0;
}

.slick-dots li.slick-active button {
	background-color: var(--wp--preset--color--cor-1);
}

.slick-dots li button:before {
	display: none;
}

.slick-prev::before,
.slick-next::before,
.owl-carousel .owl-nav .owl-prev::before,
.owl-carousel .owl-nav .owl-next::before {
	color: var(--wp--preset--color--cor-3);
	font-size: var(--wp--preset--font-size--fonte-5);
	opacity: 1;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
	display: none;
}

body .slick-prev,
.owl-carousel .owl-nav .owl-prev {
	top: calc(50% - 20px);
}

body .slick-next,
.owl-carousel .owl-nav .owl-next {
	top: calc(50% - 20px);
}

body .slick-prev,
body .slick-next,
body .owl-carousel .owl-nav .owl-prev,
body .owl-carousel .owl-nav .owl-next {
	width: 46px;
	height: 46px;
	font-family: "FontAwesome";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border-radius: 50%;
	background: transparent;
	transform: unset;
	border: transparent;
	z-index: 2;
	transition: all 0.4s ease-in-out;
}

.slick-prev:hover,
.slick-next:hover,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
	background-color: var(--wp--preset--color--cor-1);
	transform: scale(1.05);
}

.owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--wp--preset--color--cor-1);
}

.slick-prev:hover::before,
.slick-next:hover::before {
	color: var(--wp--preset--color--cor-9);
}

.owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.5rem;
	width: 100%;
	position: absolute;
	bottom: 2.25rem;
}

.owl-carousel .owl-dots .owl-dot {
	width: 1rem;
	height: 1rem;
	background-color: var(--wp--preset--color--cor-7);
	border-radius: 100px;
	margin: 0 0.4rem;
}

/* FIM SLICK SLIDER OWL SLIDER */

/* WHATSAPP FLUTUANTE */
@keyframes pulse_scale {
	0% {
		transform: scale(1);
	}

	20% {
		transform: scale(1.2);
	}

	40% {
		transform: scale(1);
	}

	60% {
		transform: scale(1.2);
	}

	80% {
		transform: scale(1);
	}
}

.btn-flutuante-whatsapp,
.btn-flutuante-whatsapp span,
.btn-flutuante-whatsapp i {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.btn-flutuante-whatsapp {
	position: fixed;
	right: 35px;
	bottom: 45px;
	z-index: 9999;
	font-size: var(--wp--preset--font-size--fonte-4);
	color: var(--wp--preset--color--cor-9);
}

.btn-flutuante-whatsapp i {
	font-size: 2rem;
	color: var(--wp--preset--color--cor-9);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #95c590;
	z-index: 2;
	box-shadow: 0 0 0 0 rgba(42, 208, 122, 0.3);
	animation: pulse_scale 2s infinite;
	transition: transform 0.2 ease-in-out;
}

.btn-flutuante-whatsapp:hover i {
	animation: none;
	background-color: #95c590;
	transform: scale(1.04);
}

.btn-flutuante-whatsapp span {
	font-size: var(--wp--preset--font-size--fonte-6);
	position: absolute;
	right: 30px;
	top: -50%;
	width: 170px;
	min-height: 45px;
	color: var(--wp--preset--color--cor-3);
	text-transform: uppercase;
	background-color: var(--wp--preset--color--cor-9);
	padding: 0.3125rem 1rem;
	border-radius: 5px;
	z-index: 5;
}

/* FIM WHATSAPP FLUTUANTE */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#backToTop {
	display: none;
	position: fixed;
	bottom: 115px;
	right: 46px;
	color: var(--wp--preset--color--cor-8);
	border: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	cursor: pointer;
	opacity: 0.6;
	font-size: var(--wp--preset--font-size--fonte-5);
	background-color: var(--wp--preset--color--cor-1);
	z-index: 99999999;
	transition: all 0.4s;
}

#backToTop:hover {
	background-color: var(--wp--preset--color--cor-2);
	opacity: 1;
	color: var(--wp--preset--color--cor-1);
}

#backToTop:focus {
	outline: 2px solid var(--wp--preset--color--cor-1);
	outline-offset: 2px;
}

/* FORMULARIO */
.formulario .select_form p > span {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.formulario .select_form p > span:after {
	content: "\f107";
	font-size: var(--wp--preset--font-size--fonte-5);
	font-family: "FontAwesome";
	display: flex;
	position: absolute;
	right: 0;
	color: var(--wp--preset--color--cor-5);
	z-index: 0;
	transition: all 0.4s;
}

.formulario .select_form p > span.ativo:after {
	transform: rotate(180deg);
}

.formulario .select_form select {
	font-size: var(--wp--preset--font-size--fonte-5);
	color: var(--wp--preset--color--cor-9);
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid var(--wp--preset--color--cor-5);
	padding: 0.75rem 0;
	width: 100%;
	min-height: 50px;
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
}

.formulario .select_form select option {
	color: var(--wp--preset--color--cor-3);
}

.formulario > div {
	margin-bottom: 0.875rem;
}

.formulario > div:last-child {
	margin-bottom: 0;
}

.formulario p {
	margin-bottom: 0;
	position: relative;
}

.formulario p span {
	display: block;
	margin: 0;
}

.formulario p span.wpcf7-spinner {
	position: absolute;
	right: -24px;
	top: calc(50% - 12px);
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -7px;
	font-size: var(--wp--preset--font-size--fonte-12px);
	color: #fff;
	background: red;
	border-radius: 5px;
	padding: 0 10px;
}

.formulario .btn_arquivo > p,
.formulario textarea,
.formulario input {
	border-radius: 5px;
	border: none;
	padding: 1rem;
	width: 100%;
	min-height: 75px;
	color: var(--wp--preset--color--cor-2);
	font-size: var(--wp--preset--font-size--fonte-5);
	border: 1px solid transparent;
	background-color: var(--wp--preset--color--cor-9);
	transition: all 0.4s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

textarea[aria-invalid="true"] {
	border-color: rgb(255, 44, 0) !important;
}

.formulario textarea::placeholder,
.formulario input::placeholder {
	color: var(--wp--preset--color--cor-2);
	font-size: var(--wp--preset--font-size--fonte-5);
}

.formulario select:hover,
.formulario select:focus-visible,
.formulario select:focus-within,
.formulario select:focus,
.formulario textarea:hover,
.formulario textarea:focus-visible,
.formulario textarea:focus-within,
.formulario textarea:focus,
.formulario input:hover,
.formulario input:focus-visible,
.formulario input:focus-within,
.formulario input:focus {
	border-color: var(--wp--preset--color--cor-2);
}

.formulario .btn-form {
	background-color: var(--wp--preset--color--cor-1);
	font-size: var(--wp--preset--font-size--fonte-5);
	font-weight: bold;
	color: var(--wp--preset--color--cor-9);
	width: 100%;
	min-height: 75px;
	border: none;
	border-radius: 5px;
	padding: 1rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.formulario .form_politica span.wpcf7-list-item > label {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

.formulario .form_politica span.wpcf7-list-item > label input {
	width: auto;
}

.formulario .btn_arquivo > p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border-radius: 5px;
	border: none;
}
.formulario .btn_arquivo label {
	display: flex;
	align-items: center;
	justify-content: start;
	cursor: pointer;
	padding: 1rem;
	width: 100%;
	min-height: 75px;
	border-radius: 5px 0 0 5px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
}
.formulario .btn_arquivo label:hover {
	background-color: var(--wp--preset--color--cor-4);
	color: var(--wp--preset--color--cor-9);
}

.formulario .btn_arquivo > p > span.wpcf7-form-control-wrap {
	display: none;
}

.formulario .btn_arquivo p > small {
	color: var(--wp--preset--color--cor-3);
	padding: 0 0.625rem;
	font-size: var(--wp--preset--font-size--fonte-12px);
	min-width: 150px;
}
/* FIM FORMULARIO */

/* LIGHTBOX */
.lightbox-container-ativo img {
	cursor: pointer;
}

#lightbox.lightbox {
	display: none;
	position: fixed;
	z-index: 99999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.9);
}

#lightbox.lightbox > div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

#lightbox .lightbox-content {
	margin: auto;
	display: block;
	width: auto;
	max-width: 90dvw;
	max-height: calc(95dvh - 200px);
}

#lightbox.lightbox img {
	animation: zoom 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0.1);
	}

	to {
		transform: scale(1);
	}
}

#lightbox .close {
	position: absolute;
	top: 20px;
	right: 35px;
	color: var(--wp--preset--color--cor-9);
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

#lightbox .close:hover,
#lightbox .close:focus {
	color: var(--wp--preset--color--cor-8);
	text-decoration: none;
	cursor: pointer;
}

#lightbox .prev,
#lightbox .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: var(--wp--preset--color--cor-9);
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	text-decoration: none;
}

#lightbox .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

#lightbox .prev:hover,
#lightbox .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* FIM LIGHTBOX */

/* PAGINA 404 */

.container-404 p {
	font-size: 1rem;
	margin-bottom: 0;
}

.container-404 h1 {
	font-size: 3rem;
	color: var(--wp--preset--color--cor-9);
	margin-bottom: 0.625rem;
}

.container-404 .mapa_navegacao {
	display: none;
}

.container-404 {
	padding: 5rem 0;
}

.container-principal-404 {
	min-height: 90dvh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-404 .btn-voltar-home {
	display: inline-block;
	margin-top: 2rem;
	margin-bottom: 2rem;
	color: var(--bs-white);
	background: var(--wp--preset--color--cor-10);
	border-radius: 5px;
	padding: 1rem;
}

.container-404 h2 {
	font-size: var(--wp--preset--font-size--fonte-2);
	color: var(--wp--preset--color--cor-10);
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.container-404 .sitemap li a:hover {
	color: var(--wp--preset--color--cor-10);
}

.container-404 .sitemap li a {
	color: var(--wp--preset--color--cor-6);
	font-weight: bold;
	margin: 0.2rem 0.665rem;
	font-size: var(--wp--preset--font-size--fonte-6);
	display: inline-block;
}

.container-404 .sitemap {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	column-count: 3;
	text-align: left;
}

@media screen and (max-width: 900px) {
	.container-404 .sitemap {
		column-count: 2;
	}
}

/* FIM PAGINA 404 */

/* REDES SOCIAIS */
.redes-sociais {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 0.875rem;
}

.redes-sociais a {
	color: var(--wp--preset--color--cor-4);
	font-size: var(--wp--preset--font-size--fonte-4);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 1.5;
	transition: all 0.4s;
}

.redes-sociais a:hover {
	color: var(--wp--preset--color--cor-9) !important;
	background-color: var(--wp--preset--color--cor-1);
}

.redes-sociais a i {
	line-height: 1.5;
}

/* FIM REDES SOCIAIS */

/* Estilos dos Alertas Personalizados CF7 */
.cf7-custom-alert {
	position: fixed;
	top: 20px;
	right: 20px;
	min-width: 320px;
	max-width: 450px;
	background: white;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	opacity: 0;
	transform: translateX(400px);
	transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	z-index: 9999;
}

.cf7-custom-alert.show {
	opacity: 1;
	transform: translateX(0);
}

.cf7-custom-alert.hide {
	opacity: 0;
	transform: translateX(400px);
}

.alert-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: bold;
}

.alert-content {
	flex: 1;
}

.alert-message {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

.alert-close {
	background: none;
	border: none;
	font-size: 24px;
	color: #999;
	cursor: pointer;
	padding: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
	flex-shrink: 0;
}

.alert-close:hover {
	color: #333;
}

/* Tipos de alerta */
.cf7-custom-alert.success .alert-icon {
	background: #28a745;
	color: #000;
}

.cf7-custom-alert.error .alert-icon,
.cf7-custom-alert.validation .alert-icon {
	background: #dc3545;
	color: #000;
}

.cf7-custom-alert.spam .alert-icon {
	background: #ffc107;
	color: #000;
}

/* Barra de progresso */
.alert-progress {
	position: absolute;
	bottom: 5px;
	height: 3px;
	background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
	width: 100%;
	max-width: 95%;
	border-radius: 0 0 12px 12px;
	animation: progress 5s linear forwards;
}

@keyframes progress {
	from {
		width: 100%;
	}

	to {
		width: 0%;
	}
}

/* Responsivo */
@media (max-width: 480px) {
	.cf7-custom-alert {
		right: 10px;
		left: 10px;
		min-width: auto;
	}
}

/* Ocultar mensagens padrão do CF7 */
.wpcf7-response-output {
	display: none !important;
}

.btn_principal {
	width: 100%;
}

a.btn_principal,
.btn_principal a,
button.btn_principal,
.btn_principal button {
	padding: 0.625rem;
	border: none;
	border-radius: 5px;
	width: 100%;
	min-height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.3125rem;
	line-height: 1;
	max-width: 244px;
	margin-left: auto;
	margin-right: auto;
	font-size: var(--wp--preset--font-size--fonte-6);
	color: var(--wp--preset--color--cor-10);
	text-align: center;
	text-decoration: none;
	background-color: var(--wp--preset--color--cor-9);
	transition: all 0.4s ease-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
}

a.btn_principal:hover,
.btn_principal a:hover,
button.btn_principal:hover,
.btn_principal button:hover {
	background-color: var(--wp--preset--color--cor-9) !important;
	color: var(--wp--preset--color--cor-1) !important;
}

a.btn_principal.btn_hover_dark:hover,
.btn_principal.btn_hover_dark a:hover,
button.btn_principal.btn_hover_dark:hover,
.btn_principal.btn_hover_dark button:hover {
	color: var(--wp--preset--color--cor-9) !important;
	background-color: var(--wp--preset--color--cor-2) !important;
}

.btn_principal.max-100 a {
	max-width: 100%;
}
.wp-block-buttons.is-content-justification-left > .btn_principal a {
	margin-left: 0;
}

.container-1076px,
.container-1200px,
.container-1395px,
.container-1420px,
.container-1480px {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.container-1076px {
	max-width: calc(1076px + 40px);
}

.container-1200px {
	max-width: calc(1200px + 40px);
}

.container-1395px {
	max-width: calc(1395px + 40px);
}

.container-1420px {
	max-width: calc(1420px + 40px);
}

.container-1480px {
	max-width: calc(1480px + 40px);
}

.line-height-120 {
	line-height: 120%;
}

hr {
	height: 1px;
}

/* INSTAGRAM */
#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
	justify-content: center !important;
	margin: auto;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
	max-width: max-content !important;
}

/* CUSTOM CODE CSS */
.btn_principal.ml-0 a {
	margin-left: 0 !important;
}

.dados_de_contato-dados a {
	text-decoration: none;
	color: var(--wp--preset--color--cor-4);
	font-size: var(--wp--preset--font-size--fonte-5);
	transition: all 0.4s;
}

.dados_de_contato-dados a:hover {
	color: var(--wp--preset--color--cor-1);
}

.custom-separador {
	height: auto !important;
	min-width: 65px;
	min-width: 35px;
	position: relative;
	border-left: 5px solid var(--wp--preset--color--cor-7);
}

/* PRODUTOS */
.produtos_loop {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0.3125rem;
	max-width: 1535px;
	margin: auto;
}

.produtos_loop .produto_item {
	flex: 0 0 260px;
	max-width: none;
	transition: flex 0.6s ease-in-out;
}

.produtos_loop .produto_item.ativo {
	flex: 1 0 50%;
}

.produtos_loop .produto_item article {
	position: relative;
}

.produtos_loop .produto_item article .produto_titulo {
	position: absolute;
	bottom: 0;
	padding: 1.875rem 1.5rem;
	color: var(--wp--preset--color--cor-9);
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 3;
	transition: all 0.6s ease-in-out;
}

.produtos_loop .produto_item article .produto_titulo h3 {
	font-size: var(--wp--preset--font-size--fonte-3);
	transition: all 0.6s ease-in-out;
	width: 100%;
	text-align: center;
}

.produtos_loop .produto_item.ativo article .produto_titulo {
	justify-content: flex-start;
}

.produtos_loop .produto_item:not(.ativo) article .produto_titulo {
	justify-content: center;
}

.produtos_loop .produto_item:not(.ativo) article .produto_titulo h3 {
	font-size: var(--wp--preset--font-size--fonte-4);
	text-align: center;
}

.produtos_loop .produto_item article .produto_img img,
.produtos_loop .produto_item article .produto_img {
	height: 540px;
	object-fit: cover;
	width: 100%;
	position: relative;
	z-index: 1;
}
.produtos_loop .produto_item article .produto_img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 0.4s;
}
.produtos_loop .produto_item article .produto_img img {
	transition: all 0.6s ease-in-out;
}
.produtos_loop .produto_item.ativo article .produto_img::after {
	opacity: 0;
}

/* DEPOIMENTOS */
.depoimento_item {
	padding: 1rem 0;
}

.depoimento_item article {
	background-color: var(--wp--preset--color--cor-9);
	border-radius: 40px;
	padding: 2.5rem 1.875rem;
	max-width: 760px;
	margin: auto;
}

.depoimento_item article .depoimento_stars {
	color: rgb(236, 176, 20);
	font-size: var(--wp--preset--font-size--fonte-4);
	margin-bottom: 1rem;
}

.depoimento_item article .depoimento_texto {
	font-size: var(--wp--preset--font-size--fonte-4);
	margin-bottom: 1.5rem;
}

.depoimento_item article .depoimento_titulo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.depoimento_item article .depoimento_titulo h3 {
	font-size: var(--wp--preset--font-size--fonte-3);
	font-weight: bold;
	color: var(--wp--preset--color--cor-1);
	margin-bottom: 0.125rem;
}

.depoimento_item article .depoimento_titulo p {
	font-size: var(--wp--preset--font-size--fonte-5);
	margin-bottom: 0;
}

/* CLIENTES */
.clientes_loop {
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
}

.clientes_loop:not(.slick-slider) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.875rem;
}
.clientes_loop ul.slick-dots {
	max-width: 100%;
	left: 0;
}

/* SOBRE */
.sobre-custom-card {
	max-width: 340px;
	padding: 2.5rem 1.5rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
	min-height: 215px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.sobre-custom-card p:last-child {
	margin-bottom: 0;
}

/* ATENDIMENTO */
.section-form > div {
	padding: 0;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.section-form figure,
.section-form img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.section-form > div > div {
	margin-bottom: 0;
}
.section-form > div > div > div {
	height: auto;
}
.section-form > div > div > div:first-child {
	padding-left: 0 !important;
}
.section-form-2 .section-form > div > div {
	flex-direction: row-reverse;
}
.section-form-2 .section-form > div > div > div:first-child {
	padding-left: 0.75rem !important;
}
.section-form-2 .section-form > div > div > div:first-child {
	padding-right: 0 !important;
}
.section-form .dados_de_contato-dados {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 1rem 0;
}

.section-form .dados_de_contato-dados a {
	font-size: var(--wp--preset--font-size--fonte-4);
}
.section-atendimento-central .dados_de_contato-dados {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: 1.5rem;
	margin-top: 3.125rem;
	margin-bottom: 1.5rem;
}
.section-atendimento-central .redes-sociais a,
.section-atendimento-central .dados_de_contato-dados a {
	color: var(--wp--preset--color--cor-9);
	font-size: var(--wp--preset--font-size--fonte-4);
	gap: 1rem !important;
}
.section-atendimento-central
	.dados_de_contato-dados
	.dados_de_contato-endereco
	a {
	font-size: var(--wp--preset--font-size--fonte-5);
}
.section-atendimento-central .dados_de_contato-dados a:hover {
	color: var(--wp--preset--color--cor-1);
}

.section-atendimento-maps .dados_de_contato-dados .dados_de_contato-endereco {
	flex-direction: column;
}
.section-atendimento-maps .dados_de_contato-dados .dados_de_contato-endereco a {
	display: flex;
	align-items: center;
	gap: 3rem;
	margin-bottom: 1.5rem;
	width: 100%;
}
.section-atendimento-maps
	.dados_de_contato-dados
	.dados_de_contato-endereco
	a
	h3 {
	margin-bottom: 0;
	color: var(--wp--preset--color--cor-2);
	font-size: var(--wp--preset--font-size--fonte-1);
	font-weight: bold;
}

.section-atendimento-maps
	.dados_de_contato-dados
	.dados_de_contato-endereco
	.container_maps,
iframe,
.section-atendimento-maps
	.dados_de_contato-dados
	.dados_de_contato-endereco
	.container_maps {
	width: 100%;
	height: 300px;
}

/* AREA DE COBERTURA */
.custom-card-area-de-cobertura {
	min-height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 100%;
	margin: 0 auto 1.125rem !important;
	max-width: 250px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1536px) {
	.slider_clientes.container-1395px {
		max-width: calc(1136px + 40px);
	}

	.slider_clientes.container-1395px .slick-prev {
		left: 0;
	}

	.slider_clientes.container-1395px .slick-next {
		right: 0;
	}

	.produtos_loop {
		max-width: 1196px;
	}

	.produtos_loop .produto_item {
		flex: 0 0 180px;
	}

	.produtos_loop .produto_item.ativo {
		flex: 1 0 calc(100% - 580px);
	}

	.produtos_loop .produto_item article .produto_img img,
	.produtos_loop .produto_item article .produto_img {
		height: 340px;
	}
}

@media screen and (max-width: 1399px) {
	body {
		--wp--preset--font-size--fonte-1: 2.25rem;
		--wp--preset--font-size--fonte-2: 2rem;
		--wp--preset--font-size--fonte-3: 1.75rem;
	}
	.custom-separador {
		min-width: 30px;
	}
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
	main .wp-block-columns {
		align-items: normal !important;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap !important;
	}

	main .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
	.btn_principal.ml-mobile-auto a,
	body
		.wp-container-core-group-is-layout-8a3ec9c7
		> :where(:not(.alignleft):not(.alignright):not(.alignfull)),
	.wp-block-buttons.is-content-justification-left > .btn_principal a {
		margin-left: auto !important;
	}

	.wp-block-button.btn_principal.btn_hover_white.m-left-0 a {
		margin-left: 0 !important;
	}
	.custom-separador,
	.section_produto_topo > figure.wp-block-image {
		display: none;
	}

	article.cliente_imgs {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.produtos_loop .produto_item {
		min-width: 75dvw;
		max-width: 75dvw;
		flex: unset;
	}

	.produtos_loop {
		overflow-x: auto;
		justify-content: start;
		padding-bottom: 0.625rem;
	}
	.section_produtos {
		background-color: var(--wp--preset--color--cor-2);
	}
	.depoimento_item article {
		text-align: center;
	}

	.section-atendimento-maps
		.dados_de_contato-dados
		.dados_de_contato-endereco
		a,
	.depoimento_item article .depoimento_titulo {
		flex-direction: column;
	}
	.section-form .dados_de_contato-dados {
		gap: 0.625rem;
		justify-content: center;
		flex-wrap: wrap;
	}
	.section-form-textos > div {
		margin-left: auto !important;
		text-align: center;
	}
	.section-atendimento-central .text-center {
		margin-left: auto !important;
	}
	.section-atendimento-central .redes-sociais,
	.section-atendimento-central .dados_de_contato-dados {
		justify-content: center;
	}
	.section-atendimento-maps
		.dados_de_contato-dados
		.dados_de_contato-endereco
		a {
		gap: 1rem;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.clientes_loop:not(.slick-slider) {
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}

	.btn-flutuante-whatsapp span {
		display: none;
	}

	#backToTop {
		bottom: 150px;
		right: 43px;
	}

	.btn-flutuante-whatsapp i {
		width: 50px;
		height: 50px;
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 575px) {
	body {
		--wp--preset--font-size--fonte-1: 1.75rem;
		--wp--preset--font-size--fonte-2: 1.75rem;
		--wp--preset--font-size--fonte-3: 1.375rem;
		--wp--preset--font-size--fonte-4: 1.25rem;
	}

	.custom-icon-left {
		flex-direction: column;
		align-items: center !important;
		gap: 1rem !important;
	}
	.depoimento_item article {
		padding: 1.5rem 0.875rem;
	}
	.depoimento_item article .depoimento_titulo h3 {
		font-size: var(--wp--preset--font-size--fonte-5);
	}
	.depoimento_item article .depoimento_titulo p,
	.depoimento_item article .depoimento_texto {
		font-size: var(--wp--preset--font-size--fonte-6);
	}
	.depoimento_item article .depoimento_titulo svg {
		max-width: 40px;
	}
	.section_depoimentos .container-1200px {
		padding: 0 0.625rem;
	}
	.sobre-custom-card {
		margin: 0 auto 1.25rem !important;
		text-align: center;
	}

	.clientes_loop:not(.slick-slider) {
		grid-template-columns: repeat(2, 1fr);
	}
	.formulario .btn_arquivo > p {
		flex-direction: column;
		align-items: start;
	}
}

@media screen and (max-width: 440px) {
}

@media screen and (max-width: 390px) {
	a[href^="mailto:"] {
		font-size: var(--wp--preset--font-size--fonte-12px) !important;
	}
}

/* FIM MEDIA QUERIES */
