.elementor-16407 .elementor-element.elementor-element-05f858c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16407 .elementor-element.elementor-element-05f858c:not(.elementor-motion-effects-element-type-background), .elementor-16407 .elementor-element.elementor-element-05f858c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F6;}/* Start custom CSS for text-editor, class: .elementor-element-48b0650 */.cursos-vivencias {
  padding: 80px 20px;
  background-color: #f8f8f6;
  font-family: inherit;
}

.cursos-vivencias .container {
  max-width: 1080px;
  margin: 0 auto;
}

.card-curso {
  background-color: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* ===== HEADER COM IMAGEM E TÍTULO ===== */
.card-header {
  position: relative;
  text-align: center;
}

.card-header img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.titulo-pagina {
  font-size: 2.2rem;
  color: #0F2341;
  margin: 20px 0;
}

/* ===== CONTEÚDO TEXTO ===== */
.card-texto {
  padding: 40px;
}

.card-texto h3 {
  font-size: 1.5rem;
  color: #0F2341;
  margin-bottom: 16px;
}

.card-texto p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 16px;
}

.card-texto ul {
  margin-top: 8px;
  padding-left: 20px;
}

.card-texto ul li {
  margin-bottom: 8px;
  color: #444;
}

/* ===== BOTÃO ===== */
.botao-inscrever {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #0F2341;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.botao-inscrever:hover {
  background-color: #354c6f;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
  .titulo-pagina {
    font-size: 1.8rem;
  }

  .card-texto {
    padding: 24px;
  }

  .botao-inscrever {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .titulo-pagina {
    font-size: 1.6rem;
  }

  .card-texto h3 {
    font-size: 1.25rem;
  }

  .card-texto p, .card-texto li {
    font-size: 1rem;
  }

  .botao-inscrever {
    font-size: 1rem;
    padding: 10px 20px;
  }
}/* End custom CSS */