/* 
    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;
	margin-left: -0.75rem !important;
	margin-right: -0.75rem !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-18px: 1.125rem;
	--wp--preset--font-size--fonte-24px: 1.5rem;
	--wp--preset--font-size--fonte-36px: 2.25rem;
	--wp--preset--font-size--fonte-64px: 4rem;
}

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-4, #fafafa);
	color: var(--wp--preset--color--cor-9, #646464);
	scroll-padding-top: 120px;
	scroll-behavior: smooth;
	max-width: 2400px;
	margin: auto;
	position: relative;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.mark,
mark {
	padding: 0;
}

strong {
	font-weight: bold;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 100%;
}

.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;
	position: unset;
	margin-top: 2.5rem;
}

.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-9);
	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 {
    position: absolute;
    top: 50%;
    font-family: "FontAwesome";
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 52px;
    border: none;
    border-radius: 0;
    background: #C89116;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.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);
}

.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-5);
	border-radius: 100px;
	margin: 0 0.4rem;
}

/* FIM SLICK SLIDER OWL SLIDER */

/* WHATSAPP FLUTUANTE */
@keyframes pulse_scale {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	20% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	60% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	}

	80% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-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 span {
	display: 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: var(--wp--preset--font-size--fonte-2);
	color: var(--wp--preset--color--cor-9);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgb(13, 193, 67);
	z-index: 2;
	box-shadow: 0 0 0 0 rgb(13, 193, 67, 0.3);
	animation: pulse_scale 2s infinite;
	transition: transform 0.2 ease-in-out;
	-webkit-transition: transform 0.2 ease-in-out;
	-moz-transition: transform 0.2 ease-in-out;
	-ms-transition: transform 0.2 ease-in-out;
	-o-transition: transform 0.2 ease-in-out;
	-webkit-animation: pulse_scale 2s infinite;
}

.btn-flutuante-whatsapp:hover i {
	animation: none;
	background-color: rgb(13, 174, 62);
	transform: scale(1.04);
	-webkit-animation: none;
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
}

.btn-flutuante-whatsapp span {
	font-size: var(--wp--preset--font-size--fonte-5);
	background-color: rgb(0, 0, 0, 0.8);
	position: absolute;
	right: 50px;
	width: 145px;
	padding: 0.3125rem 1rem;
	border-radius: 5px;
	z-index: 1;
}

/* 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: 1.5rem;
}

.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: -15px;
	font-size: var(--wp--preset--font-size--fonte-12px);
}

.formulario textarea,
.formulario input {
	border-radius: 0;
	border: none;
	padding: 0.75rem;
	width: 100%;
	min-height: 55px;
	color: var(--wp--preset--color--cor-10);
	font-size: var(--wp--preset--font-size--fonte-6);
	border: 1px solid transparent;
	background-color: var(--wp--preset--color--cor-9);
	transition: all 0.4s;
}

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

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

.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-2);
	color: var(--wp--preset--color--cor-9);
	margin-left: 0;
	min-height: 55px;
	transition: all .4s;
}

.formulario .btn-form:hover {
	background-color: var(--wp--preset--color--cor-3);
}

.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;
}

/* 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;
}

#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.3125rem;
}

.redes-sociais a {
	color: var(--wp--preset--color--cor-9);
	font-size: var(--wp--preset--font-size--fonte-5);
	border-radius: 3px;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: transparent;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	transition: all 0.4s;
}

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

/* 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;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 0.625rem;
	line-height: 1;
	min-width: 170px;
	max-width: 190px;
	min-height: 55px;
	margin-left: auto;
	margin-right: auto;
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--fonte-6);
	font-weight: bold;
	color: var(--wp--preset--color--cor-1);
	text-align: center;
	text-decoration: none;
	background-color: var(--wp--preset--color--cor-8);
	transition: all 0.4s ease-out;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
}

a.btn_principal:after,
.btn_principal a:after,
button.btn_principal:after,
.btn_principal button:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: var(--wp--preset--font-size--fonte-6);
	background-color: var(--wp--preset--color--cor-2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: var(--wp--preset--color--cor-9);
	display: flex;
	align-items: center;
	justify-content: center;

}

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

.btn_principal button .wp-block-buttons.is-content-justification-left>.btn_principal a {
	margin-left: 0;
}

.container-1536px,
.container-1165px {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

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

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


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

.page_contato .dados_de_contato-dados {
	margin-top: 2rem;
}

.page_contato .dados_de_contato-dados .dados_de_contato-item {
	margin-top: 1.5rem;
}

.dados_de_contato-dados .dados_de_contato-email a {
	text-decoration: underline;
}

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

/* 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 */

.cpt-footer {
	display: none;
}

.custom-video iframe {
	width: 100%;
	height: 600px;
	margin-top: -353px;
}

.bg-fixed .wp-block-cover__image-background {
	background-attachment: fixed !important;
}

body .custom-orbit-01 .bloco-act-orbit-simple {
	margin-left: -142px !important;
}

.custom-orbit-02 .bloco-act-orbit-simple {
	margin-left: 0 !important;
}

.custom-orbit-02 .bloco-act-orbit-simple .orbit-card img {
	margin-right: auto;
	margin-top: 2rem;
}

.custom-orbit-02 .bloco-act-orbit-simple .orbit-card {
	max-width: 620px;
}

.custom-orbit-02 .bloco-act-orbit-simple .o1 {
	width: 115%;
	height: 115%;
	inset: 50% 66%;
}

.custom-orbit-02 .bloco-act-orbit-simple .o2 {
	width: 90%;
	height: 90%;
	inset: 50% 45%;
}

.custom-orbit-02 .bloco-act-orbit-simple .o3 {
	width: 85%;
	height: 85%;
	inset: 50% 45%;
}

#home-cursos {
	margin-top: -315px;
	padding-top: 315px !important;
	padding-bottom: 330px !important;
}

.video-home-01 video {
	max-height: 600px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	margin-top: -300px;
	aspect-ratio: 1536/602 !important;
}

.custom-galeria-modulos {
	flex-wrap: nowrap !important;
}

.custom-galeria-modulos {
	overflow-x: auto;
}

.custom-galeria-modulos.columns-4>figure {
	min-width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75) !important;
}

.custom-price-block-02 {
	margin-top: 4rem !important;
	margin-left: -120px !important;
	z-index: 3;
}

.custom-price-block-03 {
	margin-top: 4rem !important;
	margin-left: 0 !important;
	z-index: 3;
}

.custom-line-grandiente {
	position: relative;
}

.custom-line-grandiente::after,
.custom-line-grandiente::before {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, #C89116 0%, #DFCEA9 100%);
	z-index: 2;
}

.custom-line-grandiente::after {
	top: 0;
}

.custom-line-grandiente::before {
	bottom: 0;
}

.section-preco-bg-titulo img.wp-block-cover__image-background {
	max-width: 514px;
	margin: auto;
}

.act-banner-hero .banner-button-customizado-wrapper a {
	font-family: var(--wp--preset--font-family--quentin);
}

.act-banner-hero.align-center .banner-container {
	margin-bottom: 4rem;
}

.slider_depoimentos .cpt-container .slick-list.draggable {
	padding-left: 0 !important;
	width: 100%;
}

.act-cpt-loop.layout-depoimentos.slider_depoimentos .custom_titulo,
.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-container {
	max-width: 1628px;
	padding: 0;
	padding-left: 1.25rem;
	margin-right: 0;
}


body .slider_depoimentos .slick-arrow {
	background: var(--wp--preset--color--cor-2);
	border-radius: 0;
	width: 35px;
}

body .slider_depoimentos .slick-prev {
	left: -8%;
}

body .slider_depoimentos .slick-next {
	right: 8%;
}

.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-card {
	gap: 1.25rem;
}

.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-content {
	max-width: 570px;
}

.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-content h3.cpt-title {
	font-family: var(--wp--preset--font-family--quentin);
	font-size: var(--wp--preset--font-size--fonte-64px);
	font-weight: 300;
}

body .act-faq .faq-item .faq-question,
body .act-faq .faq-item .faq-icon,
body .act-faq .faq-item.open .faq-icon,
body .act-faq .faq-item.open .faq-question {
	background-color: transparent;
	color: var(--wp--preset--color--cor-1);
	gap: 1rem;
}

body .act-faq .faq-question,
body .act-faq .faq-item.open .faq-question {
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

body .act-faq .faq-answer {
	padding-left: 0;
	padding-right: 0;
}

body .act-faq .faq-question {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

body .act-faq .faq-item {
	padding: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body .act-faq .faq-item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.logo_header a img {
	max-height: 66px;
}

.min-width-340 {
	min-width: 340px;
}

.act-cpt-loop.layout-list.slider_instrutores .cpt-container {
	flex-wrap: wrap;
	flex-direction: unset;
}

.act-cpt-loop.layout-grid.slider_instrutores .cpt-card {
	background-color: transparent;
	border-radius: 0;
	box-shadow: unset;
}

.act-cpt-loop.layout-grid.slider_instrutores .cpt-card .cpt-thumbnail {
	aspect-ratio: auto;
	/* height: 525px; */
	aspect-ratio: 350 / 525;
}

.act-cpt-loop.layout-grid.slider_instrutores .cpt-card .cpt-content h3 a,
.act-cpt-loop.layout-grid.slider_instrutores .cpt-card .cpt-content h3 {
	margin-bottom: 0;
	text-align: center;
	color: var(--wp--preset--color--cor-8);
}

.act-cpt-loop.layout-grid.slider_instrutores .cpt-card .cpt-content {
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* =========================
   Layout Blog
========================= */
.pagina_blog {
	background-color: var(--wp--preset--color--cor-8);
}

.act-cpt-loop.layout-blog .cpt-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.act-cpt-loop.layout-blog .cpt-item {
	margin-bottom: 3rem;
}

.act-cpt-loop.layout-blog .blog-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .act-cpt-loop.layout-blog .cpt-container .cpt-item:nth-child(even) .cpt-card.blog-card {
	flex-direction: column-reverse;
} */

.act-cpt-loop.layout-blog .blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.act-cpt-loop.layout-blog .cpt-thumbnail {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #f5f5f5;
}

.act-cpt-loop.layout-blog .cpt-thumbnail video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.act-cpt-loop.layout-blog .cpt-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.act-cpt-loop.layout-blog .blog-card:hover .cpt-thumbnail img {
	transform: scale(1.05);
}

.act-cpt-loop.layout-blog .cpt-content {
	padding: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.act-cpt-loop.layout-blog .cpt-title {
	color: var(--wp--preset--color--cor-1, #007bff);
	margin: 0 0 1rem 0;
	line-height: 1.15;
	font-size: var(--wp--preset--font-size--fonte-5);
}

.act-cpt-loop.layout-blog .cpt-title a {
	color: var(--wp--preset--color--cor-1, #007bff);
	font-weight: 400;
	text-decoration: none;
	transition: color 0.3s ease;
}

.act-cpt-loop.layout-blog .cpt-title a:hover {
	color: var(--wp--preset--color--cor-2, #007bff);
}

.act-cpt-loop.layout-blog .cpt-excerpt {
	font-size: 1rem;
	color: #666;
	margin: 0;
}

.act-cpt-loop.layout-blog .cpt-excerpt p {
	margin: 0;
}

/* body .bloco-act-simple-gallery {
	min-width: 52dvw;
} */

/* .custom-orbit-01 .bloco-act-orbit-simple .orbit-card {
	max-width: 45dvw;
} */



/* AGENDA */
.agenda_loop.slider_agenda .slick-track {
    display: flex;
    align-items: stretch;
    gap: 1rem;
}
.agenda_loop.slider_agenda .agenda_item.slick-slide {
    height: auto;
}
.agenda_loop:not(.slick-slider) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.875rem;
}

.agenda_item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	background: linear-gradient(270deg, #C89116 0%, #DFCEA9 100%);
	border-radius: 10px;
}

.agenda_item .agenda_content {
	height: 100%;
	width: 100%;
	background: radial-gradient(50% 50% at 50% 50%, rgba(6, 6, 6, 1) 0%, rgba(0, 0, 0, 1) 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 1.5rem;
}

.agenda_item .agenda_content h3 {
	font-size: var(--wp--preset--font-size--fonte-4);
	margin-bottom: 0;
}

.agenda_item .agenda_content .agenda_local {
	margin-top: 1.5rem;
}

.agenda_item .agenda_content .agenda_contatos {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.5rem;
}

.agenda_item .agenda_content .agenda_contatos i {
	display: none;
}

.agenda_item .agenda_content .agenda_contatos a[href^="https://wa.me/"] i {
	display: block;
}

.agenda_item .agenda_content .agenda_contatos a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .3125rem;
	padding: .3125rem 1rem;
	min-height: 50px;
	min-width: 150px;
	max-width: max-content;
	font-size: var(--wp--preset--font-size--fonte-5);
	font-weight: 500;
	color: var(--wp--preset--color--cor-9);
	border: none;
	border-radius: 45px;

	background: linear-gradient(270deg, #5DD365, #137D2F, #5DD365);
	background-size: 200% 100%;
	background-position: left;

	transition:
		background-position .4s ease,
		transform .4s ease;
}

.agenda_item .agenda_content .agenda_contatos a:hover {
	background-position: right;
	transform: translateY(-2px);
}






/* MEDIA QUERIES */
@media screen and (max-width: 1636px) {

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .custom_titulo,
	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-container {
		max-width: calc(100dvw - 80px);
	}

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

	/* body .slider_depoimentos .slick-next {
		right: -40px;
	} */
}


@media screen and (max-width: 1399px) {
	body {
		--wp--preset--font-size--fonte-1: 2.75rem;
		--wp--preset--font-size--fonte-2: 2.5rem;
		--wp--preset--font-size--fonte-3: 2rem;
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-card {
		flex-direction: row;
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-card .cpt-thumbnail {
		max-width: 35%;
	}

	.agenda_loop:not(.slick-slider) {
		gap: .75rem;
	}
}

@media screen and (max-width: 1199px) {
	.section_curso-price .bloco-act-orbit-simple {
		display: none;
	}

	.section_curso-price {
		flex-direction: column;
	}

	.custom-price-block-03,
	.custom-price-block-02 {
		margin: 0 auto 2rem !important;
	}

	.custom-price-block-left {
		order: -1;
	}

	body {
		--wp--preset--font-size--fonte-4: 1.25rem;
		--wp--preset--font-size--fonte-5: 1rem;
	}

	.agenda_loop:not(.slick-slider) {
		grid-template-columns: repeat(2, 1fr);
	}
}

@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;
	}

	.wp-block-buttons.is-content-justification-left>.btn_principal a {
		margin-left: auto !important;
	}

	body .is-content-justification-left.is-layout-constrained>.wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		margin-left: auto !important;
	}

	.wp-block-button.btn_principal.btn_hover_white.m-left-0 a {
		margin-left: 0 !important;
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-content h3.cpt-title {
		font-size: var(--wp--preset--font-size--fonte-2);
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .custom_titulo,
	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-container {
		max-width: calc(100dvw - 50px);
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-card {
		gap: .3125rem;
	}

	body .slider_depoimentos .slick-next {
		right: 2%;
	}

	body .bloco-act-simple-gallery .slick-list.draggable {
		padding-right: 4rem !important;
	}

	body .bloco-act-simple-gallery {
		min-width: 100dvw;
		padding-left: 1rem;
	}

	.act-cpt-loop.layout-blog .cpt-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.page_contato .redes-sociais,
	.page_contato .dados_de_contato-dados a,
	.page_contato .dados_de_contato-dados span,
	.page_contato .dados_de_contato-dados a,
	.page_contato h1,
	.page_contato h2 {
		text-align: center;
		justify-content: center;
		align-items: center;
	}
}

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

	body .slider_depoimentos .slick-prev {
		display: none;
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .custom_titulo,
	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-container {
		max-width: calc(100dvw);
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-container .cpt-item {
		max-width: 100%;
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-card {
		flex-direction: column;
		max-width: 85dvw;
		padding-right: 5dvw;
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-card .cpt-thumbnail {
		max-width: 100%;
		width: auto;
	}

	.custom_titulo h2 {
		text-align: center;
		flex-direction: column;
	}


	.agenda_loop:not(.slick-slider) {
		grid-template-columns: 1fr;
	}

	.agenda_item .agenda_content .agenda_contatos {
		gap: .75rem;
	}

	.agenda_item .agenda_content {
		padding: 1.5rem .75rem;
	}
}

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

	.act-cpt-loop.layout-blog .cpt-container {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width: 440px) {
	body {
		--wp--preset--font-size--fonte-36px: 1.5rem;
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .custom_titulo {
		padding-right: .625rem;
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .custom_titulo,
	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-container {
		padding-left: .625rem;
	}

	.act-cpt-loop.layout-depoimentos.slider_depoimentos .cpt-content .cpt-descricao p {
		font-size: var(--wp--preset--font-size--fonte-14px);
	}
}

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

	a[href^="mailto:"] {
		font-size: var(--wp--preset--font-size--fonte-12px);
	}
}

/* FIM MEDIA QUERIES */