.elementor-601233 .elementor-element.elementor-element-4444744{--display:flex;}.elementor-601233 .elementor-element.elementor-element-2577aa6{--display:flex;}.elementor-601233 .elementor-element.elementor-element-73e5a56{--display:flex;}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-601233 .elementor-element.elementor-element-ab99be7 > .elementor-widget-container{background-color:#F4F4F4;}.elementor-601233 .elementor-element.elementor-element-ab99be7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}body.elementor-page-601233:not(.elementor-motion-effects-element-type-background), body.elementor-page-601233 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a422ec1 *//* Garante que nada dentro das seções seja cortado */
.section, .intro, .container {
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  box-sizing: border-box;
}

/* Ajuste da largura ideal para leitura */
.section p, 
.section li, 
.intro p {
  max-width: 860px;
  margin: 0 auto 18px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto; /* ativa hifenização automática em palavras longas */
}

/* Grade dos módulos */
.programa-modulos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 24px;
  align-items: stretch;
  width: 100%;
}

/* Bloco de cada módulo */
.modulo {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto; /* remove qualquer altura fixa */
}

/* Títulos dentro dos módulos */
.modulo h3 {
  color: #0f172a;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.4;
}

/* Responsividade */
@media (max-width: 768px) {
  .programa-modulos {
    grid-template-columns: 1fr;
  }
}
.professores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.prof-card {
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  transition: transform .3s;
}
.prof-card:hover {
  transform: translateY(-4px);
}

.prof-card img {
  width: 100%;
  max-width: 160px;
  border-radius: 50%;
  margin-bottom: 15px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.prof-card h3 {
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 6px;
}

.prof-card p {
  font-size: 0.9rem;
  color: #4b5563;
  margin: 0;
}
.address-box, .zoom-box {
  border: 2px solid var(--accent);
  border-radius: 14px;
  padding: 20px;
  margin: 20px auto;
  max-width: 600px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.address-box p, .zoom-box p {
  margin: 0;
  line-height: 1.6;
  color: var(--ink);
}

.zoom-box h3 {
  margin-bottom: 10px;
  color: var(--brand);
}
.prof-card img {
  width: 180px;       /* largura fixa */
  height: 180px;      /* mesma altura da largura */
  object-fit: cover;  /* corta para caber sem distorcer */
  border-radius: 50%; /* círculo perfeito */
  margin-bottom: 15px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4444744 *//* Wrapper do vídeo responsivo */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px; /* limita para não estourar */
  margin: 0 auto 30px;
  padding-top: 56.25%; /* proporção 16:9 */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  border: 3px solid var(--accent);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}/* End custom CSS */
/* Start custom CSS */a href="https://wa.me/554184722463"

{
    display: none;
    position: fixed;
    bottom: 80px;
    right: 9px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 9999 !important;
}/* End custom CSS */