@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.contrast {
  filter: grayscale(100%);
}

#wpadminbar {
  position: fixed !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
input,
textarea,
button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 130%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #452b0a;
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #a07e28;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h1 strong {
  color: #a07e28;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2 strong {
  color: #a07e28;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: 0.3s all;
}
a:hover {
  opacity: 0.7;
}

.btn {
  background: linear-gradient(135deg, #a07e28, #604913);
  border: 1px solid #a07e28;
  border-radius: 8px;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  background: white;
  color: #a07e28;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}

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

.overflow {
  width: 100%;
  overflow: auto;
}

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-webkit-scrollbar-track {
  background-color: rgba(102, 102, 102, 0.15) !important;
}

*::-moz-scrollbar-track {
  background-color: rgba(102, 102, 102, 0.15) !important;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(160, 126, 40, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(160, 126, 40, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: #a07e28 !important;
}

*::-moz-scrollbar-thumb:active {
  background: #a07e28 !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #452b0a !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 5px;
  background: #452b0a !important;
}

.modal-formacao {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.modal-formacao .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  cursor: pointer;
}
.modal-formacao .modalBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-formacao .modalBox .cardContent {
  padding: 24px;
  background: #f0f5fa;
  border-radius: 16px;
  position: relative;
  transition: background 0.4s ease;
}
.modal-formacao .modalBox .cardContent .btn {
  display: none !important;
}
.modal-formacao .modalBox .cardContent h4 {
  font-size: 20px;
  font-weight: 500;
}
.modal-formacao .modalBox .cardContent .txt p {
  text-align: left;
}
.modal-formacao .modalBox .cardContent .txt ul {
  list-style-type: disc;
  padding-left: 16px;
  margin-bottom: 16px;
}
.modal-formacao .modalBox .cardContent .txt ul li {
  list-style-type: disc;
}
.modal-formacao .modalBox .cardContent .infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.modal-formacao .modalBox .cardContent .infos .time,
.modal-formacao .modalBox .cardContent .infos .modalidade {
  display: flex;
  align-items: center;
  gap: 4px;
}
.modal-formacao .modalBox .cardContent .infos .time svg *,
.modal-formacao .modalBox .cardContent .infos .modalidade svg * {
  stroke: #a07e28;
}
.modal-formacao .modalBox .cardContent .infos .time p,
.modal-formacao .modalBox .cardContent .infos .modalidade p {
  margin: 0;
  font-size: 14px;
}
.modal-formacao .modal-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  max-width: 700px;
  width: 90vw;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  animation: modalFadeIn 0.3s;
  height: 700px;
  overflow-y: scroll;
}
.modal-formacao .modal-content .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s;
}
.modal-formacao .modal-content .modal-close:hover {
  color: #0077c2;
}
.modal-formacao .modal-content .modal-body {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.6;
  margin-top: 16px;
}
.modal-formacao .modal-content .modal-body .cardContent {
  all: unset;
  display: block;
}
.modal-formacao .modal-content .modal-form {
  border-top: 1px solid #eee;
}
.modal-formacao .modal-content .modal-form form.wpcf7-form {
  display: flex;
  flex-direction: column;
}
.modal-formacao .modal-content .modal-form form.wpcf7-form input[type=text],
.modal-formacao .modal-content .modal-form form.wpcf7-form input[type=email],
.modal-formacao .modal-content .modal-form form.wpcf7-form input[type=tel],
.modal-formacao .modal-content .modal-form form.wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d6c7a0;
  border-radius: 8px;
  font-size: 1rem;
  background: #faf8f3;
  color: #452b0a;
  transition: border-color 0.2s;
  font-family: inherit;
}
.modal-formacao .modal-content .modal-form form.wpcf7-form input:focus,
.modal-formacao .modal-content .modal-form form.wpcf7-form textarea:focus {
  border-color: #a07e28;
  outline: none;
}
.modal-formacao .modal-content .modal-form form.wpcf7-form label {
  color: #a07e28;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 1rem;
}
.modal-formacao .modal-content .modal-form form.wpcf7-form .wpcf7-submit {
  background: linear-gradient(90deg, #a07e28 0%, #452b0a 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(160, 126, 40, 0.12);
  transition: background 0.2s, box-shadow 0.2s;
}
.modal-formacao .modal-content .modal-form form.wpcf7-form .wpcf7-submit:hover {
  background: linear-gradient(90deg, #452b0a 0%, #a07e28 100%);
  box-shadow: 0 4px 16px rgba(160, 126, 40, 0.18);
}
.modal-formacao .modal-content .modal-form form.wpcf7-form .wpcf7-response-output {
  margin-top: 10px;
  color: #a07e28;
  font-size: 0.98rem;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.modal-open {
  overflow: hidden;
}

.pageEventos {
  /* Destaque para dias com evento */
}
.pageEventos .txt {
  text-align: center;
  padding-bottom: 48px;
}
.pageEventos .container-eventos {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pageEventos .container-eventos {
    flex-direction: column;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .pageEventos .container-eventos {
    padding-right: 0;
  }
}
.pageEventos .calendario {
  position: relative;
}
@media (max-width: 767px) {
  .pageEventos .calendario {
    margin: 0 auto;
    padding-bottom: 48px;
  }
  .pageEventos .calendario .flatpickr-calendar.inline {
    margin: 0 auto;
  }
  .pageEventos .calendario .flatpickr-monthDropdown-months,
  .pageEventos .calendario .flatpickr-current-month input.cur-year {
    font-size: 14px !important;
  }
}
.pageEventos .filtros {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .pageEventos .filtros {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 120px;
  }
}
@media (min-width: 1200px) {
  .pageEventos .filtros {
    gap: 7px;
  }
}
.pageEventos .filtros span {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pageEventos .filtros select {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #E7E3E4;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23969696' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90%;
}
.pageEventos .filtros select.valor {
  min-width: 100px;
}
.pageEventos #eventos-lista {
  max-height: 956px;
  overflow-y: auto;
  padding: 0 32px 0 64px;
}
@media (max-width: 767px) {
  .pageEventos #eventos-lista {
    padding: 0;
  }
}
.pageEventos #eventos-lista::-webkit-scrollbar-thumb {
  width: 2px;
}
.pageEventos #eventos-lista::-webkit-scrollbar {
  width: 2px !important;
}
.pageEventos .card-evento {
  margin-bottom: 1rem;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #452b0a;
}
.pageEventos .card-evento .date {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pageEventos .card-evento .date .date-fim {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.pageEventos .card-evento .date .date-fim span {
  color: white;
  font-weight: 700;
}
.pageEventos .card-evento h2 {
  color: white;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.pageEventos .card-evento h2.title {
  border-left: 1px solid;
  padding-left: 8px;
}
.pageEventos .card-evento h2 span {
  display: flex;
  align-items: baseline;
  color: white;
  gap: 4px;
}
.pageEventos .card-evento h2 span strong {
  font-size: 16px;
  color: #f0f5fa;
}
@media (max-width: 767px) {
  .pageEventos .card-evento h2 {
    font-size: 16px;
  }
}
.pageEventos .card-evento .infos {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pageEventos .card-evento .infos .time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 999px;
  background: white;
  padding: 4px;
}
.pageEventos .card-evento .infos .time svg path {
  fill: #a07e28;
}
.pageEventos .card-evento .infos .tipo {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 999px;
  background: rgba(158, 192, 185, 0.14);
  padding: 4px;
}
.pageEventos .card-evento .infos .ingressos {
  text-decoration: underline;
}
.pageEventos .card-evento .infos .ingressos .tipo {
  background: rgba(255, 211, 56, 0.14);
}
.pageEventos .card-evento .fotos {
  display: flex;
  align-items: center;
}
.pageEventos .card-evento .fotos .foto {
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.pageEventos .card-evento .txt {
  display: none !important;
}
.pageEventos .card-evento .txt p {
  color: #666;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pageEventos .flatpickr-calendar {
  box-shadow: none !important;
  border-radius: 10px !important;
  overflow: hidden;
  padding: 18px !important;
  background: #666 !important;
  width: 350px !important;
}
.pageEventos .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: #666 !important;
}
.pageEventos .flatpickr-day.flatpickr-disabled,
.pageEventos .flatpickr-day.flatpickr-disabled:hover {
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
}
.pageEventos .flatpickr-input[readonly] {
  display: none !important;
}
.pageEventos .flatpickr-day.has-event {
  background-color: #452b0a !important;
  border-radius: 50% !important;
  border: none !important;
  color: white;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
}
.pageEventos .flatpickr-month,
.pageEventos .dayContainer,
.pageEventos .flatpickr-weekdays {
  background: #666 !important;
}
.pageEventos .flatpickr-day.flatpickr-disabled,
.pageEventos .flatpickr-day.flatpickr-disabled:hover {
  color: white !important;
}
.pageEventos span.flatpickr-weekday {
  color: white !important;
}
.pageEventos .flatpickr-current-month .flatpickr-monthDropdown-months,
.pageEventos .flatpickr-current-month input.cur-year {
  color: white !important;
  font-weight: 700;
}
.pageEventos .flatpickr-months .flatpickr-prev-month,
.pageEventos .flatpickr-months .flatpickr-next-month {
  fill: white !important;
  color: white !important;
  top: 16px !important;
}
@media (max-width: 767px) {
  .pageEventos .flatpickr-months .flatpickr-prev-month,
  .pageEventos .flatpickr-months .flatpickr-next-month {
    top: 16px !important;
  }
}
.pageEventos .prevMonthDay,
.pageEventos .nextMonthDay {
  opacity: 0;
}
@media (min-width: 1200px) {
  .pageEventos .eventsList {
    padding-right: 0;
  }
}

.pageEventos {
  padding: 64px 0 48px;
  background: #faf8f3;
}
.pageEventos .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.pageEventos .eventos-title {
  font-size: 2.4rem;
  color: #a07e28;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
.pageEventos .eventos-calendario {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(160, 126, 40, 0.1);
  padding: 32px 24px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageEventos .eventos-calendario .calendario-header {
  font-size: 1.3rem;
  color: #452b0a;
  margin-bottom: 18px;
  font-weight: 500;
}
.pageEventos .eventos-calendario .calendario-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  width: 100%;
  margin-bottom: 16px;
}
.pageEventos .eventos-calendario .calendario-grid .calendario-dia {
  background: #faf8f3;
  border-radius: 8px;
  padding: 10px 0;
  text-align: center;
  color: #a07e28;
  font-weight: 500;
  font-size: 1rem;
}
.pageEventos .eventos-calendario .calendario-grid .calendario-dia.evento {
  background: linear-gradient(90deg, #a07e28 0%, #452b0a 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(160, 126, 40, 0.12);
  cursor: pointer;
  transition: background 0.2s;
}
.pageEventos .eventos-calendario .calendario-grid .calendario-dia.evento:hover {
  background: linear-gradient(90deg, #452b0a 0%, #a07e28 100%);
}
.pageEventos .eventos-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.pageEventos .eventos-lista .evento-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(160, 126, 40, 0.1);
  padding: 28px 22px;
  min-width: 280px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
}
.pageEventos .eventos-lista .evento-box:hover {
  box-shadow: 0 8px 32px rgba(160, 126, 40, 0.18);
  transform: translateY(-4px) scale(1.03);
}
.pageEventos .eventos-lista .evento-box .evento-data {
  font-size: 1.1rem;
  color: #a07e28;
  font-weight: bold;
  margin-bottom: 8px;
}
.pageEventos .eventos-lista .evento-box .evento-titulo {
  font-size: 1.3rem;
  color: #452b0a;
  font-weight: 600;
  margin-bottom: 10px;
}
.pageEventos .eventos-lista .evento-box .evento-descricao {
  font-size: 1rem;
  color: #222;
  margin-bottom: 14px;
}
.pageEventos .eventos-lista .evento-box .evento-local {
  font-size: 0.98rem;
  color: #a07e28;
  margin-bottom: 8px;
}
.pageEventos .eventos-lista .evento-box .evento-btn {
  background: linear-gradient(90deg, #a07e28 0%, #452b0a 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 2px 8px rgba(160, 126, 40, 0.12);
  transition: background 0.2s, box-shadow 0.2s;
}
.pageEventos .eventos-lista .evento-box .evento-btn:hover {
  background: linear-gradient(90deg, #452b0a 0%, #a07e28 100%);
  box-shadow: 0 4px 16px rgba(160, 126, 40, 0.18);
}

.imgEffect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.imgEffect:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.cardEffect {
  box-shadow: 0 4px 10px rgba(160, 126, 40, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.cardEffect:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(160, 126, 40, 0.35);
}

h2 {
  color: #452b0a; /* secondary color */
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
}

.content-default {
  padding: 300px 0 80px;
}

.blog-template-default .header {
  background: rgba(160, 126, 40, 0.2);
  position: relative;
}
.blog-template-default .blog-single {
  padding: 80px 0;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  max-width: 200px;
}
@media (max-width: 1199px) {
  .header .logo {
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  .header .openMenu {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header nav {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    background: white;
    padding: 48px 0;
  }
  .header nav.active {
    right: 0;
  }
}
.header nav .closeMenu {
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 1200px) {
  .header nav .closeMenu {
    display: none !important;
  }
}
.header .primary-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .header .primary-menu {
    flex-direction: column;
  }
}
.header .primary-menu li {
  position: relative;
}
.header .primary-menu li a {
  color: #452b0a;
  font-weight: 700;
}
.header .primary-menu li:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: transparent;
  z-index: -1;
}
.header .primary-menu li:hover > .sub-menu {
  display: block;
}
.header .primary-menu li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 100%;
  background: white;
  padding: 12px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 8px;
  width: 280px;
  transform: translate(-50%, 10px);
}
.header .primary-menu li > .sub-menu li {
  padding: 4px 8px;
  border-radius: 4px;
}
.header .primary-menu li > .sub-menu li + li {
  margin-top: 12px;
}
.header .primary-menu li > .sub-menu li a {
  font-size: 14px;
}
.header .primary-menu li > .sub-menu li:hover {
  background: #a07e28;
}
.header .primary-menu li > .sub-menu li:hover a {
  color: white;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #f0f5fa 0%, rgba(255, 255, 255, 0.4) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  color: #a07e28;
}
.banner > .container {
  position: relative;
}
.banner h1 {
  text-align: center;
  max-width: 700px;
  margin: 16px auto;
}
.banner__txt {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.banner__txt h2 {
  font-weight: 500;
}
.banner__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  gap: 24px;
}
@media (max-width: 1199px) {
  .banner__btns {
    flex-direction: column;
  }
}
.banner__btns .btn {
  padding: 16px 24px;
}

.home__s1 {
  padding: 48px 0;
}
.home__s1__destaques {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  /* Efeito no ícone dentro do box */
}
.home__s1__destaques .boxDestaque {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home__s1__destaques .boxDestaque .icone {
  padding: 16px;
  border-radius: 50%;
  background: #a07e28;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__s1__destaques .boxDestaque .icone img {
  filter: brightness(0) invert(1);
}
.home__s1__destaques .boxDestaque h4 {
  text-align: center;
  margin: 0;
}
.home__s1__destaques .boxDestaque p {
  text-align: center;
  margin: 0;
}
.home__s1__destaques .boxDestaque:hover {
  /* Shadow maior e efeito de "flutuar" */
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  /* Movimento leve e escala */
  transform: translate(0px, -6px) rotate(0deg) skew(0deg) skewY(0deg) scaleX(1.03) scaleY(1.03); /* aumenta 3% verticalmente */
}
.home__s1__destaques .boxDestaque .icone img {
  transition: transform 0.3s ease;
}
.home__s1__destaques .boxDestaque:hover .icone img {
  transform: scale(1.2); /* aumenta 20% ao passar o mouse */
}
.home__s2 {
  padding: 48px 0;
}
.home__s2 > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .home__s2 > .container {
    flex-direction: column;
    gap: 48px;
  }
}
.home__s2__txt {
  max-width: 510px;
}
@media (max-width: 1199px) {
  .home__s2__txt {
    max-width: 100%;
  }
}
.home__s2__txt h2 strong {
  color: #a07e28;
}
.home__s2__txt .infosEscola {
  margin-bottom: 36px;
}
.home__s2__txt .infosEscola .info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
}
.home__s2__txt .infosEscola .info p {
  margin: 0;
}
.home__s2__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 440px;
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .home__s2__img {
    width: 100%;
  }
}
.home__s2__img:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.home__s3 {
  padding: 48px 0;
}
.home__s3__servicos {
  max-width: 700px;
  margin: 0 auto;
}
.home__s3__servicos h2 {
  text-align: center;
}
.home__s3__servicos h2 strong {
  color: #a07e28;
}
.home__s3__servicos p {
  text-align: center;
}
.home__s3__cards {
  padding-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}
.home__s3__cards .card {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}
.home__s3__cards .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.home__s3__cards .card:hover .cardImg {
  transform: scale(1.05);
}
.home__s3__cards .card:hover .cardContent {
  background: #e4ecf4;
}
.home__s3__cards .card .containerImg {
  overflow: hidden;
}
.home__s3__cards .card .containerImg .cardImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
  border-radius: 16px 16px 0 0;
  transition: transform 0.4s ease;
}
.home__s3__cards .card .cardContent {
  padding: 24px;
  background: #f0f5fa;
  border-radius: 0 0 16px 16px;
  min-height: 290px;
  position: relative;
  max-width: 290px;
  transition: background 0.4s ease;
}
@media (max-width: 1199px) {
  .home__s3__cards .card .cardContent {
    max-width: 100%;
  }
}
.home__s3__cards .card .cardContent .tag {
  background: linear-gradient(135deg, #a07e28, #604913);
  padding: 4px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  width: fit-content;
  font-size: 12px;
  margin-bottom: 16px;
}
.home__s3__cards .card .cardContent h4 {
  font-size: 18px;
  font-weight: 500;
}
.home__s3__cards .card .cardContent .btn {
  position: absolute;
  bottom: 24px;
}
.home__s4 {
  padding: 48px 0 70px;
}
.home__s4 h2 {
  text-align: center;
}
.home__s4__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.home__s4__boxes .box {
  background: #f0f5fa;
  border-radius: 16px;
  padding: 24px;
}
.home__s4__boxes .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.home__s4__boxes .box:hover .icone {
  transform: scale(1.1);
}
.home__s4__boxes .box .stars {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.home__s4__boxes .box .txt p {
  color: #a07e28;
}
.home__s4__boxes .box .info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home__s4__boxes .box .info .icone {
  background: #a07e28;
  padding: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__s4__boxes .box .info .nome {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.home__s4__boxes .box .info .posicao {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.home__s5 {
  background: #ebf3f9;
  padding: 48px 0;
}
.home__s5__content .txt h2 {
  text-align: center;
}
.home__s5__content .txt h2 strong {
  color: #a07e28;
}
.home__s5__content .txt p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.home__s5__content .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .home__s5__content .btns {
    flex-direction: column;
  }
}
.home__blog .titleBlog {
  text-align: center;
}
.home__blog__txt {
  text-align: center;
}
.home__blog__boxes {
  padding-top: 32px;
}
.home__blog__boxes .slick-dots {
  bottom: -50px;
}
.home__blog__boxes .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #a07e28;
  font-size: 20px;
}
.home__blog__boxes .slick-prev::before {
  color: #a07e28;
  font-size: 26px;
}
.home__blog__boxes .slick-next::before {
  color: #a07e28;
  font-size: 26px;
}
.home__blog__boxes .blogPost {
  width: 350px;
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
  margin: 0 16px;
}
.home__blog__boxes .blogPost:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.home__blog__boxes .blogPost:hover .cardImg {
  transform: scale(1.05);
}
.home__blog__boxes .blogPost:hover .cardContent {
  background: #e4ecf4;
}
.home__blog__boxes .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}
.home__blog__boxes .blogPost .contentBlog {
  padding: 16px 16px 32px;
  background: #f0f5fa;
}
.home__blog__boxes .blogPost .contentBlog .txt {
  margin-bottom: 32px;
}
.home__blog__boxes .blogPost .contentBlog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home__blog__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}

.quemSomos__s1 {
  padding: 48px 0;
}
.quemSomos__s1 > .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1199px) {
  .quemSomos__s1 > .container {
    flex-direction: column-reverse;
  }
}
.quemSomos__s1__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 550px;
  height: 700px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .quemSomos__s1__img {
    width: 100%;
    height: 500px;
  }
}
.quemSomos__s1__txt {
  max-width: 550px;
}
.quemSomos__s1__txt h2 strong {
  color: #a07e28;
}
.quemSomos__s2 {
  padding: 48px 0;
}
.quemSomos__s2__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}
.quemSomos__s2__boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(160, 126, 40, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quemSomos__s2__boxes .box:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(160, 126, 40, 0.35);
}
.quemSomos__s2__boxes .box h4,
.quemSomos__s2__boxes .box p {
  margin: 0;
  text-align: center;
}
.quemSomos__s3 {
  padding: 48px 0;
}
.quemSomos__s3__txt h2 {
  text-align: center;
}
.quemSomos__s3__txt p {
  text-align: center;
}
.quemSomos__s3__boxes {
  padding-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}
.quemSomos__s3__boxes .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: white;
  border-radius: 16px;
  padding: 16px;
}
.quemSomos__s4 {
  padding: 48px 0;
}
.quemSomos__s4 > .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1199px) {
  .quemSomos__s4 > .container {
    flex-direction: column;
  }
}
.quemSomos__s4__txt {
  max-width: 550px;
}
@media (max-width: 1199px) {
  .quemSomos__s4__txt {
    max-width: 100%;
  }
}
.quemSomos__s4__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  width: 600px;
  height: 600px;
}
@media (max-width: 1199px) {
  .quemSomos__s4__img {
    width: 100%;
  }
}

.servicos__s1 {
  padding: 70px 0 0;
}
.servicos__s1__txt {
  max-width: 700px;
  margin: 0 auto;
}
.servicos__s1__txt h2,
.servicos__s1__txt p {
  text-align: center;
}
.servicos__s2 {
  padding-top: 48px;
}
.servicos__s2__content {
  padding: 48px 0;
}
.servicos__s2__content .title {
  text-align: center;
  position: relative;
}
.servicos__s2__content .title::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 70px;
  height: 2px;
  background: #a07e28;
}
.servicos__s2__content__boxes {
  padding-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
}
.servicos__s2__content__boxes .card {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.servicos__s2__content__boxes .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.servicos__s2__content__boxes .card:hover .cardImg {
  transform: scale(1.05);
}
.servicos__s2__content__boxes .card:hover .cardContent {
  background: #e4ecf4;
}
.servicos__s2__content__boxes .card .containerImg {
  overflow: hidden;
}
.servicos__s2__content__boxes .card .containerImg .cardImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
  border-radius: 16px 16px 0 0;
  transition: transform 0.4s ease;
}
.servicos__s2__content__boxes .card .cardContent {
  padding: 24px;
  background: #f0f5fa;
  border-radius: 0 0 16px 16px;
  min-height: 400px;
  position: relative;
  transition: background 0.4s ease;
}
.servicos__s2__content__boxes .card .cardContent .tag {
  background: linear-gradient(135deg, #a07e28, #604913);
  padding: 4px 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  width: fit-content;
  font-size: 12px;
  margin-bottom: 16px;
}
.servicos__s2__content__boxes .card .cardContent h4 {
  font-size: 18px;
  font-weight: 500;
}
.servicos__s2__content__boxes .card .cardContent .btn {
  position: absolute;
  bottom: 24px;
}

.formacao__cursos {
  padding: 48px 0;
}
.formacao__cursos .txt {
  text-align: center;
}
.formacao__cursos .listaCursos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 32px;
}
@media (max-width: 1199px) {
  .formacao__cursos .listaCursos {
    overflow-x: scroll;
    padding-bottom: 16px;
    justify-content: flex-start;
  }
}
.formacao__cursos .listaCursos li {
  padding: 16px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #a07e28;
  border: 1px solid #a07e28;
}
@media (max-width: 1199px) {
  .formacao__cursos .listaCursos li {
    overflow: unset;
    white-space: nowrap;
  }
}
.formacao__cursos .listaCursos li.active {
  color: white;
  background: #a07e28;
}
.formacao__cursos .boxCursos {
  display: none;
  margin-top: 48px;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 24px;
  padding-top: 48px;
}
.formacao__cursos .boxCursos.active {
  display: grid;
}
.formacao__cursos .boxCursos .slick-dots {
  bottom: -50px;
}
.formacao__cursos .boxCursos .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #a07e28;
  font-size: 20px;
}
.formacao__cursos .boxCursos .slick-prev::before,
.formacao__cursos .boxCursos .slick-next::before {
  color: #a07e28;
  font-size: 26px;
}
.formacao__cursos .boxCursos .card {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin: 0 16px 24px;
}
.formacao__cursos .boxCursos .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.formacao__cursos .boxCursos .card:hover .cardImg {
  transform: scale(1.05);
}
.formacao__cursos .boxCursos .card:hover .cardContent {
  background: #e4ecf4;
}
.formacao__cursos .boxCursos .card .containerImg {
  overflow: hidden;
}
.formacao__cursos .boxCursos .card .containerImg .cardImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
  border-radius: 16px 16px 0 0;
  transition: transform 0.4s ease;
}
.formacao__cursos .boxCursos .card .cardContent {
  padding: 24px;
  background: #f0f5fa;
  border-radius: 0 0 16px 16px;
  position: relative;
  transition: background 0.4s ease;
}
.formacao__cursos .boxCursos .card .cardContent h4 {
  font-size: 20px;
  font-weight: 500;
  height: 52px;
}
.formacao__cursos .boxCursos .card .cardContent .txt {
  display: none;
  min-height: 480px;
}
.formacao__cursos .boxCursos .card .cardContent .txt p {
  text-align: left;
}
.formacao__cursos .boxCursos .card .cardContent .txt ul {
  list-style-type: disc;
  padding-left: 16px;
  margin-bottom: 16px;
}
.formacao__cursos .boxCursos .card .cardContent .txt ul li {
  list-style-type: disc;
}
.formacao__cursos .boxCursos .card .cardContent .infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.formacao__cursos .boxCursos .card .cardContent .infos .time,
.formacao__cursos .boxCursos .card .cardContent .infos .modalidade {
  display: flex;
  align-items: center;
  gap: 4px;
}
.formacao__cursos .boxCursos .card .cardContent .infos .time svg *,
.formacao__cursos .boxCursos .card .cardContent .infos .modalidade svg * {
  stroke: #a07e28;
}
.formacao__cursos .boxCursos .card .cardContent .infos .time p,
.formacao__cursos .boxCursos .card .cardContent .infos .modalidade p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .formacao__cursos .boxCursos {
    flex-direction: column;
  }
}
.formacao__cursos .boxCursos .box {
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: white;
  margin-bottom: 24px;
  width: 270px;
}
@media (max-width: 1199px) {
  .formacao__cursos .boxCursos .box {
    width: 100%;
  }
}
.formacao__cursos .boxCursos .box .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}
.formacao__cursos .boxCursos .box h4 {
  margin: 0 0 8px;
  font-size: 17px;
  min-height: 48px;
}
.formacao__cursos .boxCursos .box p {
  margin: 0;
  font-weight: 500;
}
.formacao__cursos .boxCursos .box p.horario {
  color: #a07e28;
}
.formacao__cursos .botao {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}
.formacao__cursos .btn {
  margin: 0 auto;
}
.formacao__s1 {
  padding: 60px 0 48px;
}
.formacao__s1 > .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1199px) {
  .formacao__s1 > .container {
    flex-direction: column;
  }
}
.formacao__s1__txt {
  max-width: 600px;
  margin: 0 auto;
}
.formacao__s1__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 550px;
  height: 700px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .formacao__s1__img {
    width: 100%;
    height: 350px;
  }
}
.formacao__s2 {
  padding: 48px 0;
}
.formacao__s2 h2 {
  text-align: center;
}
.formacao__s2__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  padding-top: 48px;
}
.formacao__s2__boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
}
.formacao__s2__boxes .box .icone {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #a07e28, #604913);
  padding: 16px;
  border-radius: 16px;
}
.formacao__s2__boxes .box .icone img {
  filter: brightness(0) invert(1);
}
.formacao__s2__boxes .box h4,
.formacao__s2__boxes .box p {
  margin: 0;
  text-align: center;
}
.formacao__s3 {
  padding: 48px 0;
}
.formacao__s3__txt {
  margin: 0 auto;
}
.formacao__s3__txt h2,
.formacao__s3__txt p {
  text-align: center;
}
.formacao__s3__cursos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 24px;
  padding-top: 48px;
}
.formacao__s3__cursos .card {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin-bottom: 24px;
}
.formacao__s3__cursos .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.formacao__s3__cursos .card:hover .cardImg {
  transform: scale(1.05);
}
.formacao__s3__cursos .card:hover .cardContent {
  background: #e4ecf4;
}
.formacao__s3__cursos .card .containerImg {
  overflow: hidden;
}
.formacao__s3__cursos .card .containerImg .cardImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
  border-radius: 16px 16px 0 0;
  transition: transform 0.4s ease;
}
.formacao__s3__cursos .card .cardContent {
  padding: 24px;
  background: #f0f5fa;
  border-radius: 0 0 16px 16px;
  min-height: 300px;
  position: relative;
  transition: background 0.4s ease;
}
.formacao__s3__cursos .card .cardContent h4 {
  font-size: 20px;
  font-weight: 500;
  height: 52px;
}
.formacao__s3__cursos .card .cardContent .txt {
  height: 100px;
}
.formacao__s3__cursos .card .cardContent .txt p {
  margin: 0;
}
.formacao__s3__cursos .card .cardContent .infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.formacao__s3__cursos .card .cardContent .infos .time,
.formacao__s3__cursos .card .cardContent .infos .modalidade {
  display: flex;
  align-items: center;
  gap: 4px;
}
.formacao__s3__cursos .card .cardContent .infos .time svg *,
.formacao__s3__cursos .card .cardContent .infos .modalidade svg * {
  stroke: #a07e28;
}
.formacao__s3__cursos .card .cardContent .infos .time p,
.formacao__s3__cursos .card .cardContent .infos .modalidade p {
  margin: 0;
  font-size: 14px;
}
.formacao__s4 {
  padding: 48px 0;
  text-align: center;
  background: #f0f5fa;
}
.formacao__s4 h2 {
  text-align: center;
  margin-bottom: 24px;
}
.formacao__s4 .btn {
  margin: 24px auto;
}

.contacto__s1 {
  padding: 48px 0;
}
.contacto__s1__txt {
  max-width: 672px;
  margin: 0 auto;
  text-align: center;
}
.contacto__s2__boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.contacto__s2__boxes .box {
  background: #f0f5fa;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.contacto__s2__boxes .box .icone#morada {
  cursor: pointer;
}
.contacto__s2__boxes .box .icone img {
  filter: brightness(0) invert(1);
}
.contacto__s2__boxes .box h4,
.contacto__s2__boxes .box p {
  margin: 0;
}
.contacto__s2__boxes .box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.contacto__s2__boxes .box:hover .icone {
  transform: scale(1.1);
}
.contacto__s2__boxes .box .icone {
  background: linear-gradient(135deg, #a07e28, #604913);
  padding: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacto__s3 {
  padding: 48px 0;
}
.contacto__s3 > .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .contacto__s3 > .container {
    flex-direction: column;
    gap: 32px;
  }
}
.contacto__s3__mapa {
  background: #f0f5fa;
  padding: 24px;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .contacto__s3__mapa iframe {
    width: 100%;
  }
}
.contacto__s3__form {
  background: #f0f5fa;
  padding: 32px;
  border-radius: 16px;
  max-width: 500px;
  margin: 0 auto;
}
.contacto__s3 .wpcf7 form input,
.contacto__s3 .wpcf7 form select,
.contacto__s3 .wpcf7 form textarea {
  border: 1px solid white;
  background: white;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  width: 100%;
  color: #666;
}
.contacto__s3 .wpcf7 form .wpcf7-submit {
  background: linear-gradient(135deg, #a07e28, #604913);
  border: 1px solid #a07e28;
  border-radius: 8px;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contacto__s3 .wpcf7 form .wpcf7-submit:hover {
  background: white;
  color: #a07e28;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* leve elevação */
  opacity: 1;
}

.footer {
  padding: 16px 0;
  background: linear-gradient(135deg, #a07e28, #604913);
}
.footer .boxNewsletter {
  background: #452b0a;
  max-width: fit-content;
  padding: 24px;
  margin: 24px auto;
  border-radius: 8px;
}
.footer .txt * {
  color: white;
}
.footer .tnp-subscription {
  margin: 24px 0;
}
.footer .tnp-subscription .tnp-submit {
  background: #a07e28;
  border: 1px solid #a07e28;
  border-radius: 8px;
  padding: 8px 16px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.footer .tnp-subscription p {
  color: white;
}
.footer .tnp-subscription label {
  color: white;
}
.footer .tnp-subscription label a {
  color: white;
}
.footer__top > .container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .footer__top > .container {
    flex-direction: column;
    padding: 24px 16px;
    gap: 48px;
  }
}
.footer__top .logos {
  display: flex;
  flex-direction: column;
}
.footer__top .logos .logo {
  max-width: 180px;
}
.footer__top .txt .linksSocials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__top .txt .linksSocials img {
  filter: brightness(0) invert(1);
}
.footer__top .txt * {
  color: white;
}
.footer__top .txt .btns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  align-items: flex-start;
}
.footer__top .txt .btns .btn:hover {
  color: #a07e28;
}
.footer__bottom {
  text-align: center;
  padding-top: 24px;
}
@media (max-width: 1199px) {
  .footer__bottom {
    padding: 24px 16px;
  }
}
.footer__bottom p {
  margin: 0;
  color: white;
}

.pageBlog {
  padding: 70px 0;
}
.pageBlog__txt {
  text-align: center;
  padding: 32px 0;
}
.pageBlog__blog .titleBlog {
  text-align: center;
}
.pageBlog__blog__txt {
  text-align: center;
}
.pageBlog__blog__boxes {
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
}
.pageBlog__blog__boxes .slick-dots {
  bottom: -50px;
}
.pageBlog__blog__boxes .slick-dots li button::before {
  width: 20px;
  height: 20px;
  color: #a07e28;
  font-size: 20px;
}
.pageBlog__blog__boxes .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' fill='%23a07e28'/%3E%3Cpath d='M3.55 7.37501L9.15625 1.76876L8.29374 0.90625L1.82498 7.37501L8.29374 13.8438L9.15625 12.9813L3.55 7.37501Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-prev::before {
  content: "";
}
.pageBlog__blog__boxes .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' fill='%2312D0FF'/%3E%3Cpath d='M7.45 7.62499L1.84375 13.2312L2.70626 14.0938L9.17502 7.62499L2.70626 1.15623L1.84375 2.01874L7.45 7.62499Z' stroke='%23a07e28' stroke-width='1.21875'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 32px;
}
.pageBlog__blog__boxes .slick-next::before {
  content: "";
}
.pageBlog__blog__boxes .blogPost {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}
.pageBlog__blog__boxes .blogPost:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.pageBlog__blog__boxes .blogPost:hover .cardImg {
  transform: scale(1.05);
}
.pageBlog__blog__boxes .blogPost:hover .cardContent {
  background: #e4ecf4;
}
.pageBlog__blog__boxes .blogPost .blogImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
}
.pageBlog__blog__boxes .blogPost .contentBlog {
  padding: 16px 16px 32px;
  background: #f0f5fa;
}
.pageBlog__blog__boxes .blogPost .contentBlog .txt {
  margin-bottom: 32px;
}
.pageBlog__blog__boxes .blogPost .contentBlog p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}