/* 
    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-9, #fafafa);
  color: var(--wp--preset--color--cor-4, #3b3939);
  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;
}

.mark,
mark {
  padding: 0;
}

strong {
  font-weight: bold;
}

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

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

.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-5);
  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;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  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: 145px;
  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: 65px;
  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-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);
  font-size: var(--wp--preset--font-size--fonte-4);
  font-weight: 400;
  color: var(--wp--preset--color--cor-9);
  width: 100%;
  min-height: 65px;
  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;
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  line-height: 1;
  max-width: 200px;
  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;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  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_principal.max-300px a {
  max-width: 300px;
}

.btn_principal.max-100 a {
  max-width: 100%;
}

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

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

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

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

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

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

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

.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 .dados_de_contato-email a {
  font-size: var(--wp--preset--font-size--fonte-6);
}

.dados_de_contato-dados a i,
.dados_de_contato-dados a svg path {
  color: var(--wp--preset--color--cor-2);
  fill: var(--wp--preset--color--cor-2);
}

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

.instagram-container {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/* CUSTOM CODE CSS */

.gap-40px {
  gap: 40px;
}

.bg-fixed>div {
  background-attachment: fixed !important;
}

/* CUSTOM CURSOS  */
.bloco-act-woo-loop .product_cat-cursos.woo-product-item .product-thumbnail,
.bloco-act-woo-loop .product_cat-cursos.woo-product-item .product-thumbnail img {
  aspect-ratio: 385 / 424;
}

/* LOOP CUSTOM LINKS */
.custom_links_loop {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.custom_links_loop .custom_link_item {
  position: relative;
  display: block;
  max-width: 33.33%;
  width: 100%;
}

.custom_links_loop .custom_link_item .custom_link_imagem {
  overflow: hidden;
  height: 100%;
}

.custom_links_loop .custom_link_item .custom_link_imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom_links_loop .custom_link_item .custom_link_titulo {
  position: absolute;
  bottom: 0;
  font-size: var(--wp--preset--font-size--fonte-2);
  color: var(--wp--preset--color--cor-9);
  padding: 2rem 4.25rem;
  z-index: 2;
  transition: all 0.4s;
}

.custom_links_loop .custom_link_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 65%;
  z-index: 1;
  transition: all 0.4s;
}

.custom_links_loop .custom_link_item:hover::after {
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%);
  height: 100%;
}

.custom_links_loop .custom_link_item:hover .custom_link_titulo {
  transform: scale(1.05);
}

.custom_links_loop.item-active-path .custom_link_item {
  max-width: 50%;
}

.custom_links_loop.item-active-path .custom_link_item .custom_link_imagem {
  max-height: 600px;
}

.custom_links_loop .custom_link_item.active-path {
  display: none;
}

/* LOJA VANTAGENS */
.vantagens_loop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vantagens_loop .vantagem_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1.5rem;
}

.vantagens_loop .vantagem_item h3 {
  font-size: var(--wp--preset--font-size--fonte-4);
  font-weight: bold;
}

.vantagens_loop .vantagem_item h3,
.vantagens_loop .vantagem_item p {
  margin-bottom: 0;
}

.vantagens_loop .vantagem_item p {
  font-size: var(--wp--preset--font-size--fonte-5);
}

/* ATENDIMENTO */
.page_atendimento_section-1 .dados_de_contato-dados a {
  font-size: var(--wp--preset--font-size--fonte-3);
  font-weight: 300;
}

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

.page_atendimento_section-1 .dados_de_contato-dados .dados_de_contato-email a {
  font-size: var(--wp--preset--font-size--fonte-5);
}

.page_atendimento_section-2 .dados_de_contato-item.dados_de_contato-endereco {
  flex-direction: column;
  gap: 1.875rem;
}

.page_atendimento_section-2 .dados_de_contato-item.dados_de_contato-endereco .container_maps iframe,
.page_atendimento_section-2 .dados_de_contato-item.dados_de_contato-endereco .container_maps {
  margin-top: 1rem;
  width: 100%;
  height: 416px;
  border-radius: 5px;
  overflow: hidden;
}

.page_atendimento_section-2 .dados_de_contato-item.dados_de_contato-endereco a h3 {
  font-size: var(--wp--preset--font-size--fonte-3);
  color: var(--wp--preset--color--cor-2);
  margin-bottom: 0;
}

.page_atendimento_section-2 .dados_de_contato-item.dados_de_contato-endereco a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  font-size: var(--wp--preset--font-size--fonte-4);
}

.page_atendimento_section-2 .dados_de_contato-item.dados_de_contato-endereco a hr {
  width: 2px;
  height: 84px;
  display: flex;
  background: var(--wp--preset--color--cor-1);
  opacity: 0.9;
}

/* WOOCOMMERCE */
main#main>nav.woocommerce-breadcrumb,
.content-archive nav.woocommerce-breadcrumb {
  display: none;
}

.content-archive .woocommerce-products-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 430px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.content-archive .woocommerce-products-header img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.content-archive .woocommerce-products-header h1 {
  position: absolute;
  font-size: var(--wp--preset--font-size--fonte-2);
  color: var(--wp--preset--color--cor-9);
  margin-bottom: 0.5rem;
  z-index: 2;
}

.content-archive .woocommerce-products-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.woocommerce .content-archive .woocommerce-ordering {
  margin: 1rem 0;
}

.woocommerce .content-archive .woocommerce-ordering select {
  margin-right: 0.75rem;
  min-height: 55px;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0 0.75rem;
  transition: all 0.4s;
}

.woocommerce .content-archive .woocommerce-ordering select:hover,
.woocommerce .content-archive .woocommerce-ordering select:focus,
.woocommerce .content-archive .woocommerce-ordering select:focus-visible {
  border-color: var(--wp--preset--color--cor-2);
}

.content-archive .archive-wrapper {
  display: flex;
  gap: 5rem;
}

.content-archive .archive-wrapper aside.sidebar-produtos {
  max-width: 285px;
  width: 100%;
}

.content-archive .archive-wrapper aside.sidebar-produtos>nav {
  margin-bottom: 7rem;
}

.content-archive .act-woo-loop {
  padding-top: 0;
}

.sidebar-produtos nav .menu-sidebar>li>a {
  font-size: var(--wp--preset--font-size--fonte-3);
  font-weight: 300;
  /* text-transform: uppercase; */
  min-height: 56px;
}

.sidebar-produtos nav ul {
  list-style: none;
}

.sidebar-produtos nav ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin-top: 1.25rem;
}

.sidebar-produtos nav .menu-sidebar a {
  text-decoration: none;
  color: var(--wp--preset--color--cor-4);
  display: flex;
  align-items: center;
  min-height: 30px;
  max-width: max-content;
  font-size: var(--wp--preset--font-size--fonte-4);
  border-bottom: 2px solid transparent;
  transition: all 0.4s;
}

.sidebar-produtos nav .menu-sidebar a:hover {
  color: var(--wp--preset--color--cor-2);
  border-color: var(--wp--preset--color--cor-2);
}

.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 1296px;
    margin: 30px auto;
    padding: 0 2rem;
    p > img {
      max-width: 50%;
    }
}

.custom-breadcrumb {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2.5rem;
}

.woocommerce .custom-breadcrumb .woocommerce-breadcrumb {
  margin-bottom: 0.3125rem;
}

.woocommerce .custom-breadcrumb .woocommerce-breadcrumb a,
.woocommerce .custom-breadcrumb .woocommerce-breadcrumb {
  font-size: var(--wp--preset--font-size--fonte-4);
  color: var(--wp--preset--color--cor-9);
  text-decoration: none;
}

.woocommerce.single-product #content div.product div.summary,
.woocommerce.single-product div.product div.summary,
.woocommerce-page.single-product #content div.product div.summary,
.woocommerce-page.single-product div.product div.summary,
.woocommerce.single-product #content div.product div.images,
.woocommerce.single-product div.product div.images,
.woocommerce-page.single-product #content div.product div.images,
.woocommerce-page.single-product div.product div.images {
  float: unset;
  width: 100%;
  clear: unset;
}

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: unset !important;
  min-width: 150px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a,
.woocommerce div.product div.images img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  object-fit: cover;
  height: 100% !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  float: unset !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  gap: 1rem;
  position: relative;
  height: auto !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  height: 100%;
  max-height: 140px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  padding-bottom: 0.3125rem;
  opacity: 1 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper.lightbox-container-ativo {
  display: flex;
  align-items: stretch;
}

.flex-control-thumbs .slick-prev {
  bottom: calc(100% + 5px);
  top: unset;
}

.flex-control-thumbs .slick-next {
  top: calc(100% + 5px);
}

.flex-control-thumbs .slick-prev,
.flex-control-thumbs .slick-next {
  left: calc(50% - 18px);
  right: unset;
  height: 36px;
  width: 36px;
}

.flex-control-thumbs .slick-prev:before,
.flex-control-thumbs .slick-next:before {
  transform: rotate(90deg);
}

.act-product-content-wrapper {
  display: grid;
  grid-template-columns: 55.77% 44.23%;
  gap: clamp(5px, 2%, 25px);
}

span.posted_in,
span.tagged_as,
span.posted_in,
.woocommerce span.onsale {
  display: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: var(--wp--preset--color--cor-4);
  padding: 1.25rem 0.625rem;
  margin-bottom: 0.625rem;
  background-color: var(--wp--preset--color--cor-9);
  text-decoration: none;
  transition: all 0.4s;
}

nav.woocommerce-MyAccount-navigation>ul {
  list-style: none;
  padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
  background: transparent;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--wp--preset--color--cor-1);
  color: var(--wp--preset--color--cor-9);
}

header.woocommerce-Address-title.title {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

header.woocommerce-Address-title.title>a {
  color: var(--wp--preset--color--cor-9);
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  margin-bottom: 2rem;
}

.woocommerce-checkout .woocommerce-order {
  color: var(--wp--preset--color--cor-4);
}

.woocommerce-checkout {
  color: var(--wp--preset--color--cor-2);
}

header.woocommerce-Address-title.title>a:hover,
.woocommerce-checkout .woocommerce .woocommerce-info a {
  color: var(--wp--preset--color--cor-1);
}

.woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login {
  color: var(--wp--preset--color--cor-9);
  font-size: var(--wp--preset--font-size--fonte-5);
  border-color: var(--wp--preset--color--cor-1);
}

.fc-login-form__inner p.form-row {
  padding: 1rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--wp--preset--color--cor-1) !important;
}

.fc-login-form__inner p.form-row>label {
  color: var(--wp--preset--color--cor-9);
}

.woocommerce-checkout .woocommerce p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: var(--wp--preset--font-size--fonte-1);
  margin-top: 2.5rem;
  color: rgb(37, 157, 51);
  margin-bottom: 2rem;
  line-height: 100%;
}

.single-product div.quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-radius: 0;
  border: none;
  float: unset !important;
  width: 100%;
  border: 1px solid var(--wp--preset--color--cor-5);
  background-color: var(--wp--preset--color--cor-9);
}

.single-product div.quantity input {
  max-width: 30px;
}

.single-product div.quantity input,
.single-product div.quantity button {
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
  font-weight: 600;
  color: var(--wp--preset--color--cor-2);
  font-size: var(--wp--preset--font-size--fonte-4);
  transition: all 0.4s;
}

.single-product div.quantity button {
  padding: 0.3125rem 1.25rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product div.quantity button:hover {
  background-color: var(--wp--preset--color--cor-1);
  color: var(--wp--preset--color--cor-9);
}

.single-product div.quantity:hover {
  outline: 1px solid var(--wp--preset--color--cor-1);
}

.single-product div.quantity input::-webkit-inner-spin-button,
.single-product div.quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product div.quantity input::-webkit-inner-spin-button,
.single-product div.quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .summary.entry-summary .product_title {
  font-size: var(--wp--preset--font-size--fonte-1);
  color: var(--wp--preset--color--cor-1);
  margin-bottom: 2rem;
}

.single-product .summary.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 2.5rem;
}

.woocommerce div.product div.summary .sob-consulta-wrapper span.sob-consulta-badge, .woocommerce div.product div.summary .sob-consulta-wrapper a {
    margin-left: 0;
}
.single-product .summary.entry-summary button.single_add_to_cart_button {
  background-color: var(--wp--preset--color--cor-4);
  min-height: 58px;
  text-transform: uppercase;
  border-radius: 0;
  max-width: 300px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.single-product .summary.entry-summary button.single_add_to_cart_button:hover {
  background-color: var(--wp--preset--color--cor-2);
}

.single-product .single_product_vantagens {
  background-color: var(--wp--preset--color--cor-8);
}

section.related.products {
  background-color: var(--wp--preset--color--cor-2);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.act-woo-loop.woo-grid {
  max-width: calc(1628px + 40px);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
}

section.related.products>h2 {
  text-align: center;
  color: var(--wp--preset--color--cor-9);
  font-size: var(--wp--preset--font-size--fonte-2);
  margin-bottom: 3rem;
}

/* Firefox */
.single-product div.quantity input {
  -moz-appearance: textfield;
}

.woocommerce .woocommerce-checkout {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  gap: 1%;
}

.woocommerce .woocommerce-checkout div#order_review {
  position: sticky;
  top: 20px;
}

.woocommerce .woocommerce-checkout div#customer_details,
.woocommerce .woocommerce-checkout div#order_review {
  width: 48%;
}

.woocommerce .woocommerce-checkout div#customer_details .col-1,
.woocommerce .woocommerce-checkout div#customer_details .col-2 {
  width: 100%;
}

/* span.select2.select2-container, */
.woocommerce .woocommerce-checkout div#customer_details:after,
.woocommerce .woocommerce-checkout div#customer_details:before {
  display: none;
}

.dgwt-wcas-search-wrapp {
    max-width: 390px !important;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1736px) {
  body .slick-prev {
    left: 0px;
  }

  body .slick-next {
    right: 0px;
  }
}

@media screen and (max-width: 1536px) {
  .container-1628px {
    max-width: calc(95% - 40px);
  }
}

@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_links_loop .custom_link_item .custom_link_titulo {
    padding: 2rem;
  }
}

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

  .vantagens_loop .vantagem_item p,
  .vantagens_loop .vantagem_item h3 {
    font-size: var(--wp--preset--font-size--fonte-6);
  }
}

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

  .vantagens_loop {
    flex-wrap: wrap;
  }

  .vantagens_loop .vantagem_item {
    width: 100%;
    max-width: 50%;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    flex-direction: column;
    max-width: 100%;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    width: 100%;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery .slick-track {
    display: flex;
  }

  .act-product-gallery-column {
    position: relative;
    max-width: calc(100dvw - 40px);
  }
}

@media screen and (max-width: 767px) {
  .btn-flutuante-whatsapp span {
    display: none;
  }

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

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

  .custom_links_loop .custom_link_item {
    max-width: 100%;
  }

  .custom_links_loop .custom_link_item .custom_link_imagem img {
    max-height: 200px;
  }
}

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

  .vantagens_loop .vantagem_item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
	.dgwt-wcas-search-wrapp {
        max-width: 200px !important;
        min-width: 100px !important;
	}
	.gap-40px {
		gap: 10px;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		font-size: 14px !important;
		padding: 10px 10px 10px 30px !important;
		line-height: 20px !important;
	}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		min-width: 15px !important;
		min-height: 15px !important;
		height: 15px !important;
		width: 15px !important;
		max-width: 15px !important;
		max-height: 15px !important;
		left: 20px !important;
		top: 24px !important;
	}
}

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

/* Teste */
/* Container principal do banner */
.bloco-act-banner-estatico {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.banner-parallax-container {
  width: 100%;
  height: 100%;
  /* Colocando a imagem de fundo */
  background-image: url("/wp-content/uploads/2026/04/ChatGPT-Image-27-de-abr.-de-2026-15_16_52.png");
  background-size: cover;
  background-position: center;
  /* O efeito de "passar por trás" */
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay escura para dar leitura ao texto (opcional) */
.banner-parallax-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* Escurece 40% a imagem */
  z-index: 1;
}

.banner-conteudo {
  position: relative;
  z-index: 2;
  /* Fica acima da película escura */
  color: #ffffff;
}

.titulo-banner span,
.subtitulo-banner span {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.bloco-act-banner-04 {
  display: none;
}

/* Ajuste para Mobile (Parallax costuma não funcionar bem em celulares, então desativamos o 'fixed') */
@media (max-width: 768px) {
  .banner-parallax-container {
    background-attachment: scroll;
    /* height: 450px; */
  }

  .header_search_product {
    display: block !important;
    position: relative !important;
    width: 280px !important;
  }

  .header_search_product .dgwt-wcas-search-form {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header_search_product .dgwt-wcas-search-input {
    width: 100% !important;
    min-width: 200px !important;
    height: 36px !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    padding: 5px 10px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header_search_product .dgwt-wcas-search-submit {
    display: none !important;
  }

  .header_search_product {
    display: block !important;
    width: 300px !important;
  }

  .header_search_product .dgwt-wcas-search-form {
    display: flex !important;
  }

  .header_search_product .dgwt-wcas-search-input {
    width: 100% !important;
    min-width: 220px !important;
    height: 36px !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
    padding: 5px 10px !important;
  }
}