header .logo-desktop,
header .logo-mobile-menu {
  width: 130px;
  margin: 0;
}

header {
  background: #f6f6f6;
  box-shadow: 0px 1px 2px rgba(27, 27, 27, 0.08), 0px 1px 2px rgba(27, 27, 27, 0.08);
  padding: 12px 0;
}

#topo-bootstrap {
  background: #f6f6f6;
}

#topo-bootstrap .contact-box {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #4a4848;
}

#topo-bootstrap .contact-box .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 13px;
  color: #4a4848;
}

#topo-bootstrap .contact-box .contact-text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}

#topo-bootstrap .contact-box:hover .contact-text,
#topo-bootstrap .contact-box:hover .contact-icon {
  color: #094384;
}

@media screen and (min-width: 992px) {
  .nav-link {
    color: #05274e;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    padding: 9px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: transparent;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link:hover {
    color: #094384;
    background: rgba(13, 94, 186, 0.15);
    border-radius: 32px
  }


}

@media screen and (min-width: 1440px) {

  header .logo-desktop,
  header .logo-mobile-menu {
    width: 160px;
    margin: 0;
  }

  .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    border-radius: 16px;
  }

}

/* FOOTER */
.footer{margin-top:3rem}
.footer .logo-desktop{max-width:150px}
.footer .footer__brand .logo-desktop + .logo-desktop{margin-left:.75rem}

.footer__top{background-color:var(--dark);padding-block:3rem}
.footer__top h3{margin:0 0 1rem;font-size:1rem;font-weight:700;color:#fff}
.footer__top address{font-style:normal}
.footer__top address a,
.footer__top address span{color:#c7cad1;font-size:.875rem}
.footer__top address a{display:inline-flex;align-items:center;gap:.5rem;transition:var(--transition)}
.footer__top address a:hover{color:var(--primary-color-light)}
.footer__top address i{color:var(--primary-color-light)}
.footer__address address span{line-height:1.5}

.footer__brand .footer__social{gap:1rem}
.footer__brand .footer__social-icon{display:grid;place-items:center;color:#fff;font-size:1.15rem;transition:var(--transition)}
.footer__brand .footer__social-icon:hover{color:var(--primary-color-light)}

.footer__menu{background-color:var(--primary-color)}
.footer__menu-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 2.5rem;margin:0;padding:1rem 0}
.footer__menu-list li a{display:inline-block;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;transition:var(--transition)}
.footer__menu-list li a:hover{color:var(--dark)}

.footer__bottom{padding-block:1rem}
.footer__bottom .selos{min-height:unset}
.footer__back-to-top{display:inline-flex;align-items:center;gap:.75rem;color:var(--grey);font-size:.875rem}
.footer__back-to-top i{display:grid;place-items:center;width:2rem;height:2rem;border-radius:.25rem;background-color:var(--primary-color);color:#fff;transition:var(--transition)}
.footer__back-to-top:hover{color:var(--primary-color)}
.footer__back-to-top:hover i{background-color:var(--primary-color-light)}

@media screen and (max-width: 992.05px) {
  .footer__top{padding-block:2.5rem}
  .footer__menu-list{gap:.75rem 1.5rem;padding-block:.75rem}
}

.card.card--23{all:unset;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:space-between;flex-flow:column nowrap;gap:1rem;background-color:var(--dark);background-image:linear-gradient(-45deg,var(--dark),var(--grey)),var(--card-background);background-size:cover;background-repeat:no-repeat;background-position:center;background-blend-mode:multiply,normal;border-radius:1rem;padding:1rem;position:relative;height:100%}
.card.card--23:focus-within,.card.card--23:hover{box-shadow:0 0 0 2px var(--secondary-color)}
.card.card--23 .card__title{color:#fff;font-size:1.25rem;text-shadow:0 0 .25rem var(--dark);margin:0;min-height:calc(1.25rem * 2 * 1.3)}
.card.card--23 .card__link{z-index:1;min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;flex-flow:row nowrap;padding:.5rem .75rem;font-size:.875rem;text-transform:uppercase;transition:var(--transition);color:var(--light);font-weight:600;border:2px solid currentColor;border-radius:99px}
.card.card--23 .card__link>span{width:0;max-width:fit-content;opacity:0;transition:var(--transition)}
.card.card--23 .card__link:focus>span,.card.card--23 .card__link:hover>span{width:100px;opacity:1;margin-right:.5rem}
.card.card--23 .card__link::before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;backface-visibility:visible}
.card.card--23 .card__link:focus,.card.card--23 .card__link:hover{border-color:var(--primary-color);background-color:var(--primary-color)}

.shadow-19{box-shadow:rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px}

.title-subtitle{margin-bottom:0}
.title-subtitle span{display:block;font-size:.9rem;color:#000;line-height:1rem;letter-spacing:.25rem;text-transform:uppercase}

/* ================= CLIENTES ================= */
.clientes .clientes__item{display:grid;place-items:center;padding:1rem;border:1px solid var(--bs-border-color);border-radius:var(--bs-border-radius);overflow:hidden}
.clientes .clientes__item img{width:100%;aspect-ratio:1/1;object-fit:contain;margin:0 auto;opacity:.75;border-radius:var(--bs-border-radius-sm);transition:opacity var(--transition)}
.clientes .clientes__item:hover img{opacity:1}

/* ================= DEPOIMENTOS ================= */
.testimonial .testimonial-author-image {
  width: 100%;
  max-width: 64px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
}

.btn-primary{
  background-color:var(--secondary-color);
}
.btn-primary, .btn-green{
  color: #5E5E18;
  padding: 12px;
  border-radius: 32px;
}

.section-empresa {
  background: #fafafa;
  padding: 60px 0;
}

.section-empresa__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
}

.section-empresa__image {
  flex-shrink: 0;
  width: 100%;
  max-width: 564px;
  height: 512px;
  border-radius: 12px;
  overflow: hidden;
}

.section-empresa__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-empresa__content {
  flex: 1 0 0;
  min-width: 350px;
  max-width: 950px;
}

.section-empresa__badge-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.section-empresa__badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-empresa__badge-bar {
  display: block;
  width: 3px;
  align-self: stretch;
  background: #cccc34;
}

.section-empresa__badge-text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0d5eba;
  white-space: nowrap;
}

.section-empresa__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media screen and (max-width: 991px) {
  .section-empresa__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-empresa__image {
    max-width: 100%;
    height: auto;
    aspect-ratio: 564 / 512;
  }
}

/* =========================================================
   Ajustes ao .cta-default já existente no style.css
   (background-image/background-color permanecem como você já tem,
   estes estilos abaixo só ajustam layout, overlay e tipografia)
   ========================================================= */

.cta-default {
  position: relative;
  padding: 120px 0;
  min-height: 500px;
}

.cta-default .container {
  position: relative;
  z-index: 1;
}

.cta-default__box {
  max-width: 500px;
  min-width: 350px;
}

.cta-default__content h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-default__content p {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .cta-default {
    padding: 64px 0;
  }

  .cta-default__content h2 {
    font-size: 28px;
  }
}

.section-videos {
  background: #fafafa;
  padding: 60px 0;
}

.video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 464 / 650;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .video-card {
    aspect-ratio: 9 / 16;
  }
}

.section-galeria {
  background: #fafafa;
  padding: 120px 0;
}

.gallery-card {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-card__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #1a1a1a;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card:hover .gallery-card__zoom {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .section-galeria {
    padding: 64px 0;
  }

  .gallery-card {
    height: 220px;
  }
}

.section-categorias {
  background: #fff;
  padding: 96px 0;
}

.section-categorias__badge {
  margin-bottom: 12px;
}

.section-categorias__badge-bar {
  display: block;
  width: 24px;
  height: 3px;
  background: #e0e039;
}

.section-categorias__badge-text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0d5eba;
}

.section-categorias__header p {
  max-width: 560px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #6c6c6c;
}

.categoria-card {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fafafa;
}

.categoria-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(13, 94, 186, 0.1);
  color: #0d5eba;
  font-size: 18px;
}

.categoria-card__title {
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #05274e;
}

@media screen and (max-width: 767px) {
  .section-categorias {
    padding: 56px 0;
  }

  .categoria-card {
    padding: 16px;
  }
}

.section-cursos {
  background: #fafafa;
  padding: 96px 0;
}

.section-cursos__badge {
  margin-bottom: 12px;
}

.section-cursos__badge-bar {
  display: block;
  width: 24px;
  height: 3px;
  background: #e0e039;
}

.section-cursos__badge-text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0d5eba;
}

.section-cursos__header p {
  max-width: 560px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #6c6c6c;
}

.section-cursos__group-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #05274e;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 3px solid #e0e039;
}

.curso-card {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fff;
}

.curso-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(13, 94, 186, 0.1);
  color: #0d5eba;
  font-size: 18px;
}

.curso-card__title {
  flex: 1;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #05274e;
}

@media screen and (max-width: 767px) {
  .section-cursos {
    padding: 56px 0;
  }

  .curso-card {
    padding: 16px;
  }

  .section-cursos__group-title {
    font-size: 18px;
  }
}

.section-pacotes {
  background: #fff;
  padding: 96px 0;
}

.section-pacotes__badge {
  margin-bottom: 12px;
}

.section-pacotes__badge-bar {
  display: block;
  width: 24px;
  height: 3px;
  background: #e0e039;
}

.section-pacotes__badge-text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0d5eba;
}

.section-pacotes__header p {
  max-width: 560px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #6c6c6c;
}

/* ACCORDION */
.pacotes-accordion .accordion-item {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
}

.pacotes-accordion .accordion-button {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #05274e;
  background: #fafafa;
  padding: 20px 24px;
  box-shadow: none;
}

.pacotes-accordion .accordion-button:not(.collapsed) {
  color: #05274e;
  background: #fafafa;
  box-shadow: none;
}

.pacotes-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: #e6e6e6;
}

.pacotes-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2305274e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.pacotes-accordion .accordion-body {
  padding: 24px;
}

/* CARDS DE PACOTE */
.pacote-card {
  height: 100%;
  padding: 24px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pacote-card__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 6px 16px;
  border-radius: 32px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pacote-card__badge--bronze {
  background: rgba(205, 127, 50, 0.15);
  color: #8a5222;
}

.pacote-card__badge--prata {
  background: rgba(160, 160, 160, 0.2);
  color: #5c5c5c;
}

.pacote-card__badge--ouro {
  background: rgba(224, 224, 57, 0.25);
  color: #5e5e18;
}

.pacote-card__badge--diamante {
  background: rgba(13, 94, 186, 0.15);
  color: #094384;
}

.pacote-card__desc {
  flex: 1;
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #6c6c6c;
}

.pacote-card__aulas {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #05274e;
}

@media screen and (max-width: 767px) {
  .section-pacotes {
    padding: 56px 0;
  }

  .pacotes-accordion .accordion-button {
    font-size: 16px;
    padding: 16px;
  }

  .pacotes-accordion .accordion-body {
    padding: 16px;
  }
}
