.elementor-16 .elementor-element.elementor-element-819a76d{--display:flex;--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-16 .elementor-element.elementor-element-767352a{--display:flex;--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-16 .elementor-element.elementor-element-9f4491d{--display:flex;--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-16 .elementor-element.elementor-element-122e34a{--display:flex;--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-16 .elementor-element.elementor-element-90e448e{--display:flex;--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-16 .elementor-element.elementor-element-a638536{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-819a76d *//* =========================================================
   VARIÁVEIS
========================================================= */

:root {
  --ac-blue: #045479;
  --ac-petrol: #387A83;
  --ac-gray: #838383;
  --ac-soft: #91ADB3;
  --ac-light: #BFCDC5;

  --ac-dark: #021f2d;
  --ac-dark-2: #032b3d;

  --ac-white: #ffffff;
  --ac-gold: #b89b6b;

  --ac-container: 1200px;
}


/* =========================================================
   BASE
========================================================= */

.ac-header *,
.acv2-hero *,
.ac-mobile-menu *,
.ac-menu-overlay *,
.ac-whatsapp-fixed * {
  box-sizing: border-box;
}


.ac-container {
  width:
    min(
      calc(100% - 48px),
      var(--ac-container)
    );

  margin-inline: auto;
}


/* =========================================================
   HEADER
========================================================= */

.ac-header {
  position: fixed;

  top: 0;
  left: 0;

  z-index: 1000;

  width: 100%;
  height: 86px;

  display: flex;

  align-items: center;

  border-bottom:
    1px solid rgba(255,255,255,.08);

  background:
    rgba(2,31,45,.16);

  backdrop-filter:
    blur(8px);

  -webkit-backdrop-filter:
    blur(8px);

  transition:
    height .35s ease,
    background .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}


.ac-header.is-scrolled {
  height: 72px;

  background:
    rgba(248,250,249,.95);

  border-bottom-color:
    rgba(4,84,121,.08);

  box-shadow:
    0 12px 35px rgba(0,0,0,.06);

  backdrop-filter:
    blur(18px);

  -webkit-backdrop-filter:
    blur(18px);
}


.ac-header__inner {
  display: flex;

  align-items: center;

  gap: 28px;
}


/* LOGO */

.ac-header__brand {
  position: relative;

  width: 228px;
  height: 49px;

  flex:
    0 0 228px;
}


.ac-header__logo {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: contain;

  object-position:
    left center;

  transition:
    opacity .3s ease;
}


.ac-header__logo--light {
  opacity: 1;
}


.ac-header__logo--dark {
  opacity: 0;
}


.ac-header.is-scrolled
.ac-header__logo--light {
  opacity: 0;
}


.ac-header.is-scrolled
.ac-header__logo--dark {
  opacity: 1;
}


/* =========================================================
   NAV
========================================================= */

.ac-nav {
  margin-left: auto;

  display: flex;

  align-items: center;

  gap: 23px;
}


.ac-nav a {
  position: relative;

  padding:
    12px 0;

  color:
    rgba(255,255,255,.86) !important;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 11px;

  font-weight: 600;

  text-decoration:
    none !important;

  transition:
    color .25s ease;
}


.ac-nav a::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 5px;

  width: 0;
  height: 2px;

  border-radius:
    50px;

  background:
    var(--ac-gold);

  transition:
    width .28s ease;
}


.ac-nav a:hover,
.ac-nav a.is-active {
  color:
    #fff !important;
}


.ac-nav a:hover::after,
.ac-nav a.is-active::after {
  width: 100%;
}


.ac-header.is-scrolled
.ac-nav a {
  color:
    #38515b !important;
}


.ac-header.is-scrolled
.ac-nav a:hover,
.ac-header.is-scrolled
.ac-nav a.is-active {
  color:
    var(--ac-blue) !important;
}


/* =========================================================
   HEADER CTA
========================================================= */

.ac-header__cta {
  min-height: 46px;

  padding:
    0 17px;

  display:
    inline-flex;

  align-items: center;

  justify-content: center;

  gap: 9px;

  border:
    1px solid rgba(191,205,197,.24);

  border-radius:
    999px;

  background:
    linear-gradient(
      120deg,
      rgba(4,84,121,.88),
      rgba(56,122,131,.72)
    );

  color:
    #fff !important;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10px;

  font-weight: 650;

  letter-spacing: .035em;

  text-transform: uppercase;

  text-decoration:
    none !important;

  box-shadow:
    0 9px 24px rgba(0,18,29,.15);

  transition:
    transform .3s ease,
    background .3s ease;
}


.ac-header__cta svg {
  width: 16px;
  height: 16px;

  fill:
    currentColor;
}


.ac-header__cta:hover {
  color:
    #fff !important;

  transform:
    translateY(-2px);

  background:
    linear-gradient(
      120deg,
      #05658b,
      #438990
    );
}


.ac-header.is-scrolled
.ac-header__cta {
  background:
    linear-gradient(
      120deg,
      #045479,
      #387A83
    );
}


/* =========================================================
   MOBILE BUTTON
========================================================= */

.ac-menu-toggle {
  display: none;

  width: 44px;
  height: 44px;

  padding: 0;

  border:
    1px solid rgba(255,255,255,.18);

  border-radius:
    50%;

  background:
    rgba(255,255,255,.06);

  cursor: pointer;
}


.ac-menu-toggle span {
  display: block;

  width: 18px;
  height: 2px;

  margin:
    4px auto;

  border-radius:
    20px;

  background:
    #fff;
}


.ac-header.is-scrolled
.ac-menu-toggle {
  border-color:
    rgba(4,84,121,.12);

  background:
    rgba(4,84,121,.04);
}


.ac-header.is-scrolled
.ac-menu-toggle span {
  background:
    var(--ac-blue);
}


/* =========================================================
   MOBILE MENU
========================================================= */

.ac-mobile-menu {
  position: fixed;

  top: 0;
  right: 0;

  z-index: 1200;

  width:
    min(390px, 92vw);

  height:
    100dvh;

  padding: 26px;

  display: flex;

  flex-direction: column;

  background:
    linear-gradient(
      155deg,
      #021f2d,
      #045479 62%,
      #387A83
    );

  transform:
    translateX(105%);

  transition:
    transform .4s
    cubic-bezier(.2,.8,.2,1);
}


.ac-mobile-menu.is-open {
  transform:
    translateX(0);
}


.ac-mobile-menu__top {
  display: flex;

  align-items: center;

  justify-content:
    space-between;
}


.ac-mobile-menu__top img {
  width: 195px;

  max-height: 50px;

  object-fit: contain;

  object-position:
    left center;
}


.ac-mobile-menu__top button {
  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  padding: 0;

  border:
    1px solid rgba(255,255,255,.16);

  border-radius:
    50%;

  background:
    rgba(255,255,255,.06);

  color: #fff;

  font-size: 25px;

  cursor: pointer;
}


.ac-mobile-menu nav {
  margin-top: 45px;

  display: flex;

  flex-direction: column;
}


.ac-mobile-menu nav a {
  padding:
    16px 0;

  border-bottom:
    1px solid rgba(255,255,255,.08);

  color:
    #fff !important;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 18px;

  text-decoration:
    none !important;
}


.ac-mobile-menu__cta {
  margin-top: 28px;

  min-height: 55px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius:
    999px;

  background: #fff;

  color:
    var(--ac-blue) !important;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10px;

  font-weight: 650;

  text-transform: uppercase;

  text-decoration:
    none !important;
}


.ac-menu-overlay {
  position: fixed;

  inset: 0;

  z-index: 1100;

  visibility: hidden;

  opacity: 0;

  background:
    rgba(0,15,22,.62);

  backdrop-filter:
    blur(4px);

  transition:
    .3s ease;
}


.ac-menu-overlay.is-open {
  visibility: visible;

  opacity: 1;
}


/* =========================================================
   HERO
========================================================= */

.acv2-hero {
  position: relative;

  width: 100%;

  height: 100vh;
  min-height: 720px;

  overflow: hidden;

  isolation: isolate;

  background:
    linear-gradient(
      135deg,
      #021f2d 0%,
      #033447 54%,
      #045479 100%
    );
}


/* TEXTURA */

.acv2-hero::before {
  content: "";

  position: absolute;

  inset: 0;

  z-index: -5;

  opacity: .10;

  background-image:
    radial-gradient(
      rgba(255,255,255,.26) .5px,
      transparent .5px
    );

  background-size:
    8px 8px;

  pointer-events: none;
}


/* =========================================================
   GLOWS
========================================================= */

.acv2-hero__glow {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;

  filter:
    blur(8px);
}


.acv2-hero__glow--one {
  width: 560px;
  height: 560px;

  left: -300px;
  top: -220px;

  background:
    radial-gradient(
      circle,
      rgba(56,122,131,.17),
      transparent 70%
    );
}


.acv2-hero__glow--two {
  width: 580px;
  height: 580px;

  right: -300px;
  bottom: -280px;

  background:
    radial-gradient(
      circle,
      rgba(145,173,179,.13),
      transparent 70%
    );
}


/* MARCA */

.acv2-hero__brand-art {
  position: absolute;

  right: -120px;
  bottom: -120px;

  z-index: -2;

  width: 430px;

  opacity: .035;

  filter:
    brightness(0)
    invert(1);

  pointer-events: none;
}


/* =========================================================
   HERO CONTAINER
========================================================= */

.acv2-hero__container {
  height: 100%;

  display: grid;

  grid-template-columns:
    minmax(0, 570px)
    minmax(0, 1fr);

  gap: 68px;

  align-items: center;

  padding-top: 105px;
  padding-bottom: 75px;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.acv2-hero__content {
  position: relative;

  z-index: 5;

  max-width: 570px;
}


.acv2-hero__content h1 {
  margin: 0;

  color: #fff;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size:
    clamp(44px, 4.15vw, 54px);

  line-height: 1.02;

  letter-spacing: -.047em;

  font-weight: 400;
}


.acv2-hero__content h1 strong {
  display: block;

  margin-top: 9px;

  color: #9fc8ce;

  font-weight: 400;
}


/* =========================================================
   LEAD
========================================================= */

.acv2-hero__lead {
  max-width: 555px;

  margin:
    25px 0 0;

  color:
    rgba(255,255,255,.74);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 13px;

  line-height: 1.72;
}


.acv2-hero__lead strong {
  color: #fff;

  font-weight: 650;
}


/* =========================================================
   ACTIONS
========================================================= */

.acv2-hero__actions {
  display: flex;

  align-items: center;

  gap: 18px;

  margin-top: 28px;
}


/* CTA */

.acv2-hero__cta {
  width: 315px;

  min-height: 62px;

  padding: 7px;

  display: grid;

  grid-template-columns:
    44px 1fr 43px;

  align-items: center;

  gap: 10px;

  border:
    1px solid rgba(191,205,197,.24);

  border-radius: 17px;

  background:
    linear-gradient(
      120deg,
      #045479,
      #387A83
    );

  color: #fff !important;

  text-decoration:
    none !important;

  box-shadow:
    0 18px 40px rgba(0,18,29,.25);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.acv2-hero__cta:hover {
  color:
    #fff !important;

  transform:
    translateY(-3px);

  box-shadow:
    0 24px 50px rgba(0,18,29,.34);
}


.acv2-hero__cta-wa,
.acv2-hero__cta-arrow {
  width: 43px;
  height: 43px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background:
    rgba(2,31,45,.28);
}


.acv2-hero__cta-wa svg {
  width: 22px;
  height: 22px;

  fill:
    currentColor;
}


.acv2-hero__cta-arrow svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke:
    currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.acv2-hero__cta-text {
  min-width: 0;
}


.acv2-hero__cta-text strong {
  display: block;

  color: #fff;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 11px;

  font-weight: 650;

  letter-spacing: .04em;

  text-transform: uppercase;
}


.acv2-hero__cta-text small {
  display: block;

  margin-top: 3px;

  color:
    rgba(255,255,255,.54);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 8px;
}


/* =========================================================
   RESPONSE
========================================================= */

.acv2-hero__response {
  max-width: 205px;

  display: flex;

  align-items: center;

  gap: 9px;
}


.acv2-hero__response-dot {
  width: 7px;
  height: 7px;

  flex:
    0 0 7px;

  border-radius: 50%;

  background:
    #55dc8c;

  box-shadow:
    0 0 0 5px rgba(85,220,140,.07),
    0 0 14px rgba(85,220,140,.45);
}


.acv2-hero__response p {
  margin: 0;

  color:
    rgba(255,255,255,.49);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 8.5px;

  line-height: 1.5;
}


.acv2-hero__response strong {
  display: block;

  color:
    rgba(255,255,255,.82);

  font-weight: 550;
}


/* =========================================================
   PAGINAÇÃO
========================================================= */

.acv2-hero__pagination {
  display: flex;

  align-items: center;

  gap: 9px;

  margin-top: 27px;

  color:
    rgba(255,255,255,.34);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 8px;

  letter-spacing: .08em;
}


.acv2-hero__current {
  color: #fff;
}


.acv2-hero__progress {
  width: 62px;
  height: 1px;

  overflow: hidden;

  background:
    rgba(255,255,255,.15);
}


.acv2-hero__progress span {
  display: block;

  width: 0;
  height: 100%;

  background: #fff;
}


.acv2-hero__progress span.is-running {
  animation:
    acv2Progress 6.5s linear forwards;
}


@keyframes acv2Progress {

  from {
    width: 0;
  }

  to {
    width: 100%;
  }

}


/* =========================================================
   HERO VISUAL
========================================================= */

.acv2-hero__visual {
  position: relative;

  width: 100%;

  max-width: 520px;

  justify-self: end;

  padding-bottom: 44px;
}


/* =========================================================
   SLIDER FRAME
========================================================= */

.acv2-slider {
  position: relative;

  width: 100%;

  height:
    min(70vh, 650px);

  min-height: 520px;

  overflow: hidden;

  border:
    1px solid rgba(191,205,197,.15);

  border-radius: 30px;

  background:
    #031f2d;

  box-shadow:
    0 35px 80px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.03);
}


/* =========================================================
   SLIDES
========================================================= */

.acv2-slide {
  position: absolute;

  inset: 0;

  opacity: 0;

  visibility: hidden;

  transition:
    opacity .85s ease,
    visibility .85s ease;
}


.acv2-slide.is-active {
  opacity: 1;

  visibility: visible;
}


/* FUNDO DESFOCADO */

.acv2-slide__blur {
  position: absolute;

  inset: -30px;

  width:
    calc(100% + 60px);

  height:
    calc(100% + 60px);

  object-fit: cover;

  object-position: center;

  filter:
    blur(28px)
    saturate(.72)
    brightness(.45);

  transform:
    scale(1.08);

  opacity: .68;
}


/* FOTO PRINCIPAL */

.acv2-slide__image {
  position: absolute;

  inset: 0;

  z-index: 2;

  width: 100%;
  height: 100%;

  object-fit: contain;

  object-position:
    center bottom;

  filter:
    saturate(.95)
    contrast(1.01);

  transform:
    scale(1);

  transition:
    transform 7s ease;
}


.acv2-slide.is-active
.acv2-slide__image {
  transform:
    scale(1.025);
}


/* OVERLAY */

.acv2-slider__tone {
  position: absolute;

  inset: 0;

  z-index: 3;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(4,84,121,.05),
      transparent 34%,
      transparent 69%,
      rgba(2,31,45,.18)
    );
}


/* =========================================================
   COUNTER
========================================================= */

.acv2-slider__counter {
  position: absolute;

  left: 18px;
  top: 18px;

  z-index: 6;

  min-height: 36px;

  padding:
    0 13px;

  display: flex;

  align-items: center;

  gap: 8px;

  border:
    1px solid rgba(255,255,255,.14);

  border-radius:
    999px;

  background:
    rgba(2,31,45,.46);

  backdrop-filter:
    blur(10px);

  -webkit-backdrop-filter:
    blur(10px);

  color:
    rgba(255,255,255,.50);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 8px;

  letter-spacing: .08em;
}


.acv2-slider__current {
  color: #fff;
}


.acv2-slider__separator {
  width: 20px;
  height: 1px;

  background:
    rgba(255,255,255,.28);
}


/* =========================================================
   SLIDER BUTTONS
========================================================= */

.acv2-slider__controls {
  position: absolute;

  right: 18px;
  top: 18px;

  z-index: 7;

  display: flex;

  gap: 7px;
}


.acv2-slider__button {
  width: 37px;
  height: 37px;

  padding: 0;

  display: grid;

  place-items: center;

  border:
    1px solid rgba(255,255,255,.14);

  border-radius: 50%;

  background:
    rgba(2,31,45,.45);

  backdrop-filter:
    blur(10px);

  -webkit-backdrop-filter:
    blur(10px);

  color: #fff;

  cursor: pointer;

  transition:
    transform .25s ease,
    background .25s ease;
}


.acv2-slider__button:hover {
  transform:
    translateY(-2px);

  background:
    var(--ac-blue);
}


.acv2-slider__button svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke:
    currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   FLOATING CARDS
========================================================= */

.acv2-hero__cards {
  position: absolute;

  left: -38px;
  bottom: 0;

  z-index: 10;

  width: 250px;

  display: flex;

  flex-direction: column;

  gap: 9px;
}


.acv2-mini-card {
  display: grid;

  grid-template-columns:
    38px 1fr;

  align-items: center;

  gap: 11px;

  min-height: 78px;

  padding:
    12px 13px;

  border:
    1px solid rgba(191,205,197,.22);

  border-radius: 15px;

  background:
    linear-gradient(
      135deg,
      #045479 0%,
      #075c73 50%,
      #387A83 100%
    );

  box-shadow:
    0 17px 35px rgba(0,18,29,.27);
}


.acv2-mini-card:nth-child(2) {
  margin-left: 22px;
}


.acv2-mini-card__icon {
  width: 38px;
  height: 38px;

  display: grid;

  place-items: center;

  border:
    1px solid rgba(191,205,197,.24);

  border-radius: 11px;

  background:
    rgba(2,31,45,.27);
}


.acv2-mini-card__icon svg {
  width: 20px;
  height: 20px;

  fill: none;

  stroke:
    #dce8e6;

  stroke-width: 1.6;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.acv2-mini-card span {
  display: block;

  color:
    rgba(255,255,255,.50);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 6.5px;

  font-weight: 600;

  letter-spacing: .09em;

  text-transform: uppercase;
}


.acv2-mini-card strong {
  display: block;

  margin-top: 1px;

  color: #fff;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10.5px;

  line-height: 1.25;

  font-weight: 650;
}


.acv2-mini-card small {
  display: block;

  margin-top: 3px;

  color:
    rgba(255,255,255,.58);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 7.5px;

  line-height: 1.35;
}


/* =========================================================
   SCROLL
========================================================= */

.acv2-hero__scroll {
  position: absolute;

  left: 50%;
  bottom: 19px;

  z-index: 20;

  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  border:
    1px solid rgba(184,155,107,.50);

  border-radius: 50%;

  color:
    #d7bd94 !important;

  text-decoration:
    none !important;

  transform:
    translateX(-50%);

  transition:
    transform .3s ease,
    color .3s ease;
}


.acv2-hero__scroll svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke:
    currentColor;

  stroke-width: 1.7;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.acv2-hero__scroll:hover {
  color: #fff !important;

  transform:
    translateX(-50%)
    translateY(4px);
}


/* =========================================================
   WHATSAPP FIXO
========================================================= */

.ac-whatsapp-fixed {
  position: fixed;

  right: 22px;
  bottom: 22px;

  z-index: 1000;

  width: 56px;
  height: 56px;

  display: grid;

  place-items: center;

  border:
    2px solid rgba(255,255,255,.86);

  border-radius: 50%;

  background:
    #25d366;

  color:
    #fff !important;

  box-shadow:
    0 15px 35px rgba(37,211,102,.28);

  text-decoration:
    none !important;

  transition:
    transform .3s ease;
}


.ac-whatsapp-fixed svg {
  width: 28px;
  height: 28px;

  fill:
    currentColor;
}


.ac-whatsapp-fixed:hover {
  color:
    #fff !important;

  transform:
    translateY(-4px)
    scale(1.04);
}


/* =========================================================
   NOTEBOOK
========================================================= */

@media (max-width: 1250px) {

  .ac-container {
    width:
      min(
        calc(100% - 40px),
        1160px
      );
  }


  .ac-header__brand {
    width: 205px;

    flex-basis: 205px;
  }


  .ac-nav {
    gap: 17px;
  }


  .ac-nav a {
    font-size: 10px;
  }


  .ac-header__cta {
    padding:
      0 14px;

    font-size: 9px;
  }


  .acv2-hero__container {
    grid-template-columns:
      minmax(0, 515px)
      minmax(0, 1fr);

    gap: 42px;
  }


  .acv2-hero__content h1 {
    font-size:
      clamp(40px, 4.1vw, 57px);
  }


  .acv2-hero__visual {
    max-width: 470px;
  }


  .acv2-slider {
    min-height: 500px;
  }


  .acv2-hero__cards {
    left: -22px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .ac-nav,
  .ac-header__cta {
    display: none;
  }


  .ac-menu-toggle {
    display: block;

    margin-left: auto;
  }


  .acv2-hero {
    min-height: 720px;
  }


  .acv2-hero__container {
    grid-template-columns:
      minmax(0, 52%)
      minmax(0, 48%);

    gap: 25px;
  }


  .acv2-hero__visual {
    max-width: 410px;
  }


  .acv2-slider {
    height: 570px;

    min-height: 0;

    border-radius: 24px;
  }


  .acv2-hero__cards {
    left: -16px;

    width: 210px;
  }


  .acv2-mini-card {
    min-height: 70px;
  }


  .acv2-mini-card:nth-child(2) {
    margin-left: 10px;
  }


  .acv2-hero__actions {
    flex-direction: column;

    align-items:
      flex-start;

    gap: 13px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ac-container {
    width:
      min(
        calc(100% - 30px),
        1200px
      );
  }


  .ac-header {
    height: 70px;
  }


  .ac-header.is-scrolled {
    height: 64px;
  }


  .ac-header__brand {
    width: 178px;
    height: 44px;

    flex-basis: 178px;
  }


  .acv2-hero {
    height: auto;

    min-height: 100svh;

    padding:
      91px 0 64px;
  }


  .acv2-hero__container {
    height: auto;

    display: flex;

    flex-direction: column;

    gap: 30px;

    padding:
      0;
  }


  /* FOTO PRIMEIRO */

  .acv2-hero__visual {
    order: 1;

    width: 100%;

    max-width: none;

    padding-bottom: 57px;
  }


  .acv2-slider {
    width: 100%;

    height: 420px;

    min-height: 0;

    border-radius: 22px;
  }


  .acv2-slide__image {
    object-fit: contain;

    object-position:
      center bottom;
  }


  /* CARDS EMBAIXO DA FOTO */

  .acv2-hero__cards {
    left: 14px;
    right: 14px;
    bottom: 0;

    width: auto;

    display: grid;

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 8px;
  }


  .acv2-mini-card,
  .acv2-mini-card:nth-child(2) {
    min-height: 78px;

    margin-left: 0;

    padding: 11px;
  }


  .acv2-mini-card__icon {
    width: 35px;
    height: 35px;
  }


  .acv2-mini-card strong {
    font-size: 9px;
  }


  .acv2-mini-card small {
    font-size: 6.8px;
  }


  /* TEXTO */

  .acv2-hero__content {
    order: 2;

    width: 100%;

    max-width: none;
  }


  .acv2-hero__content h1 {
    font-size:
      clamp(35px, 9vw, 45px);

    line-height: 1.03;
  }


  .acv2-hero__lead {
    margin-top: 19px;

    font-size: 12px;

    line-height: 1.67;

    text-align: justify;
  }


  .acv2-hero__actions {
    width: 100%;

    margin-top: 22px;

    flex-direction: column;

    align-items: stretch;

    gap: 13px;
  }


  .acv2-hero__cta {
    width: 100%;
  }


  .acv2-hero__response {
    max-width: none;
  }


  .acv2-hero__pagination,
  .acv2-hero__scroll {
    display: none;
  }


  .acv2-hero__brand-art {
    width: 300px;

    right: -150px;
    bottom: 40px;
  }


  .ac-whatsapp-fixed {
    width: 52px;
    height: 52px;

    right: 15px;
    bottom: 16px;
  }

}


/* =========================================================
   MOBILE PEQUENO
========================================================= */

@media (max-width: 480px) {

  .acv2-slider {
    height: 370px;
  }


  .acv2-hero__cards {
    grid-template-columns: 1fr;
  }


  .acv2-hero__visual {
    padding-bottom: 102px;
  }


  .acv2-mini-card {
    min-height: 68px;
  }


  .acv2-hero__content h1 {
    font-size:
      clamp(32px, 9vw, 40px);
  }

}/* =========================================================
   CORREÇÃO DEFINITIVA — HEADER FIXO / ELEMENTOR
========================================================= */

#acHeader.ac-header {
  position: fixed !important;

  top: 0 !important;
  left: 0 !important;
  right: 0 !important;

  width: 100% !important;

  z-index: 999999 !important;

  margin: 0 !important;

  transform: none !important;

  visibility: visible !important;
  opacity: 1 !important;

  pointer-events: auto !important;

  isolation: isolate;
}


/* HEADER APÓS SCROLL */

#acHeader.ac-header.is-scrolled {
  position: fixed !important;

  top: 0 !important;
  left: 0 !important;

  z-index: 999999 !important;

  background: rgba(248, 250, 249, 0.96) !important;

  border-bottom:
    1px solid rgba(4, 84, 121, 0.08) !important;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.07) !important;

  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}


/* MENU MOBILE SEMPRE ACIMA DO SITE */

#acMobileMenu.ac-mobile-menu {
  z-index: 1000001 !important;
}

#acMenuOverlay.ac-menu-overlay {
  z-index: 1000000 !important;
}


/* GARANTE QUE DOBRAS NÃO CUBRAM O HEADER */

.ac-instagram,
.ac-instagram *,
section,
.elementor-element {
  --ac-header-layer: 999999;
}


/* MOBILE */

@media (max-width: 767px) {

  #acHeader.ac-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;

    width: 100% !important;

    z-index: 999999 !important;
  }

}/* =========================================================
   WHATSAPP FIXO — VISUAL PREMIUM
========================================================= */

.ac-whatsapp-fixed {
  width: 60px !important;
  height: 60px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;

  border: 2px solid rgba(255,255,255,.95) !important;
  border-radius: 50% !important;

  background:
    linear-gradient(
      145deg,
      #2ee66b 0%,
      #25d366 48%,
      #1db954 100%
    ) !important;

  box-shadow:
    0 10px 30px rgba(37, 211, 102, .32),
    0 4px 12px rgba(0, 0, 0, .12),
    inset 0 1px 1px rgba(255,255,255,.3) !important;

  overflow: visible !important;

  transition:
    transform .3s ease,
    box-shadow .3s ease !important;
}


/* ÍCONE */

.ac-whatsapp-fixed .ac-whatsapp-fixed__icon {
  display: block !important;

  width: 34px !important;
  height: 34px !important;

  min-width: 34px !important;
  min-height: 34px !important;

  margin: 0 !important;
  padding: 0 !important;

  fill: #ffffff !important;

  transform: none !important;
}


/* HOVER */

.ac-whatsapp-fixed:hover {
  transform:
    translateY(-4px)
    scale(1.06) !important;

  box-shadow:
    0 16px 38px rgba(37, 211, 102, .4),
    0 5px 14px rgba(0,0,0,.13) !important;
}


/* PULSO EXTERNO DISCRETO */

.ac-whatsapp-fixed::before {
  content: "";

  position: absolute;
  inset: -6px;

  border: 1px solid rgba(37,211,102,.28);
  border-radius: inherit;

  pointer-events: none;

  animation: acWhatsPulse 2.6s ease-out infinite;
}


@keyframes acWhatsPulse {

  0% {
    transform: scale(.92);
    opacity: 0;
  }

  25% {
    opacity: .7;
  }

  75%,
  100% {
    transform: scale(1.18);
    opacity: 0;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .ac-whatsapp-fixed {
    width: 56px !important;
    height: 56px !important;
  }

  .ac-whatsapp-fixed .ac-whatsapp-fixed__icon {
    width: 31px !important;
    height: 31px !important;

    min-width: 31px !important;
    min-height: 31px !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-767352a *//* =========================================================
   ÁREAS DE ATUAÇÃO
   NOVA DISPOSIÇÃO
========================================================= */

.ac-specialties {
  position: relative;

  padding:
    clamp(85px, 8vw, 120px) 0;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #f8faf9 0%,
      #f1f5f3 100%
    );
}


/* FUNDO DECORATIVO */

.ac-specialties::before {
  content: "";

  position: absolute;

  top: -260px;
  right: -220px;

  width: 620px;
  height: 620px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(145,173,179,.20),
      rgba(191,205,197,.07) 45%,
      transparent 70%
    );

  pointer-events: none;
}


/* =========================================================
   CABEÇALHO — SEM EYEBROW
========================================================= */

.ac-specialties__head {
  position: relative;
  z-index: 2;

  max-width: 930px;

  margin:
    0 auto 44px;

  text-align: center;
}


.ac-specialties__head h2 {
  margin: 0;

  color: #17343f;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size:
    clamp(38px, 4vw, 58px);

  line-height: 1.07;

  letter-spacing: -.045em;

  font-weight: 400;
}


.ac-specialties__head h2 strong {
  display: block;

  color:
    var(--ac-blue, #045479);

  font-weight: 550;
}


.ac-specialties__head > p {
  max-width: 690px;

  margin:
    18px auto 0;

  color: #6f8186;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 13px;

  line-height: 1.75;
}


/* =========================================================
   CARD 01 GRANDE
========================================================= */

.ac-specialty-feature {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 47%)
    minmax(0, 53%);

  min-height: 355px;

  margin-bottom: 18px;

  overflow: hidden;

  border:
    1px solid rgba(4,84,121,.10);

  border-radius: 26px;

  background: #fff;

  box-shadow:
    0 22px 55px rgba(4,84,121,.075);
}


/* FOTO */

.ac-specialty-feature__visual {
  position: relative;

  min-height: 355px;

  overflow: hidden;

  background: #dfe8e6;
}


.ac-specialty-feature__visual img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position:
    center 22%;

  transition:
    transform .7s cubic-bezier(.2,.8,.2,1);
}


.ac-specialty-feature:hover
.ac-specialty-feature__visual img {
  transform:
    scale(1.04);
}


/* DEGRADÊ DA FOTO */

.ac-specialty-feature__visual-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      transparent 48%,
      rgba(4,84,121,.05) 72%,
      rgba(4,84,121,.16) 100%
    ),

    linear-gradient(
      180deg,
      transparent 65%,
      rgba(2,31,45,.18) 100%
    );

  pointer-events: none;
}


/* NÚMERO */

.ac-specialty-feature__number {
  position: absolute;

  left: 22px;
  bottom: 20px;

  width: 48px;
  height: 48px;

  display: grid;

  place-items: center;

  border:
    1px solid rgba(255,255,255,.30);

  border-radius: 50%;

  background:
    rgba(3,49,65,.55);

  backdrop-filter:
    blur(10px);

  -webkit-backdrop-filter:
    blur(10px);

  color: #fff;

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 11px;

  font-weight: 650;

  box-shadow:
    0 10px 25px rgba(0,0,0,.14);
}


/* CONTEÚDO */

.ac-specialty-feature__content {
  position: relative;

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding:
    clamp(34px, 5vw, 64px);
}


/* ICONE */

.ac-specialty-feature__icon {
  width: 52px;
  height: 52px;

  display: grid;

  place-items: center;

  margin-bottom: 19px;

  border:
    1px solid rgba(4,84,121,.10);

  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      #edf3f1,
      #e3ece9
    );

  color:
    var(--ac-blue, #045479);
}


.ac-specialty-feature__icon svg {
  width: 27px;
  height: 27px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.6;

  stroke-linecap: round;
  stroke-linejoin: round;
}


/* LABEL */

.ac-specialty-feature__label {
  margin-bottom: 8px;

  color:
    var(--ac-petrol, #387A83);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 9px;

  font-weight: 650;

  letter-spacing: .10em;

  text-transform: uppercase;
}


/* TITULO */

.ac-specialty-feature__content h3 {
  max-width: 460px;

  margin: 0;

  color: #17343f;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size:
    clamp(26px, 2.3vw, 36px);

  line-height: 1.1;

  letter-spacing: -.035em;

  font-weight: 600;
}


/* TEXTO */

.ac-specialty-feature__content > p {
  max-width: 490px;

  margin:
    15px 0 0;

  color: #718288;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 13px;

  line-height: 1.7;
}


/* DETALHE */

.ac-specialty-feature__detail {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  max-width: 490px;

  margin-top: 21px;

  padding-top: 18px;

  border-top:
    1px solid rgba(4,84,121,.09);
}


.ac-specialty-feature__detail > span {
  width: 28px;
  height: 1px;

  flex: 0 0 28px;

  margin-top: 8px;

  background:
    var(--ac-petrol, #387A83);
}


.ac-specialty-feature__detail p {
  margin: 0;

  color: #89989c;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10px;

  line-height: 1.6;
}


/* =========================================================
   GRID 4 X 2
========================================================= */

.ac-specialties__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 14px;
}


/* =========================================================
   CARDS
========================================================= */

.ac-specialty-card {
  position: relative;

  min-width: 0;
  min-height: 205px;

  padding: 19px;

  overflow: hidden;

  border:
    1px solid rgba(4,84,121,.085);

  border-radius: 18px;

  background:
    rgba(255,255,255,.88);

  box-shadow:
    0 12px 28px rgba(4,84,121,.045);

  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
}


/* DECORAÇÃO */

.ac-specialty-card::before {
  content: "";

  position: absolute;

  right: -55px;
  bottom: -60px;

  width: 145px;
  height: 145px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(145,173,179,.17),
      transparent 68%
    );

  opacity: 0;

  transition:
    opacity .3s ease;
}


/* LINHA INFERIOR */

.ac-specialty-card::after {
  content: "";

  position: absolute;

  left: 19px;
  bottom: 0;

  width: 0;
  height: 2px;

  border-radius: 10px;

  background:
    linear-gradient(
      90deg,
      var(--ac-blue, #045479),
      var(--ac-petrol, #387A83)
    );

  transition:
    width .35s ease;
}


.ac-specialty-card:hover {
  transform:
    translateY(-5px);

  border-color:
    rgba(56,122,131,.22);

  background: #fff;

  box-shadow:
    0 20px 42px rgba(4,84,121,.09);
}


.ac-specialty-card:hover::before {
  opacity: 1;
}


.ac-specialty-card:hover::after {
  width: 58px;
}


/* =========================================================
   TOPO DO CARD
========================================================= */

.ac-specialty-card__top {
  position: relative;
  z-index: 2;

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 24px;
}


.ac-specialty-card__top > span {
  color: #9ba9ad;

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;

  font-weight: 650;

  letter-spacing: .12em;
}


/* ICON */

.ac-specialty-card__icon {
  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  border:
    1px solid rgba(4,84,121,.09);

  border-radius: 12px;

  background:
    linear-gradient(
      145deg,
      #edf3f1,
      #e5eeeb
    );

  color:
    var(--ac-blue, #045479);

  transition:
    transform .3s ease,
    background .3s ease,
    color .3s ease;
}


.ac-specialty-card__icon svg {
  width: 22px;
  height: 22px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.6;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.ac-specialty-card:hover
.ac-specialty-card__icon {
  transform:
    translateY(-2px);

  background:
    linear-gradient(
      145deg,
      #045479,
      #387A83
    );

  color: #fff;
}


/* =========================================================
   TEXTO DOS CARDS
========================================================= */

.ac-specialty-card h3 {
  position: relative;
  z-index: 2;

  min-height: 43px;

  margin: 0;

  color: #193741;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 15px;

  line-height: 1.38;

  letter-spacing: -.02em;

  font-weight: 650;
}


.ac-specialty-card p {
  position: relative;
  z-index: 2;

  margin:
    10px 0 0;

  color: #7a8b90;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10.5px;

  line-height: 1.65;
}


/* =========================================================
   NOTEBOOK
========================================================= */

@media (max-width: 1100px) {

  .ac-specialties__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .ac-specialty-card {
    min-height: 190px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

  .ac-specialty-feature {
    grid-template-columns:
      44% 56%;
  }

  .ac-specialty-feature__content {
    padding: 30px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ac-specialties {
    padding:
      72px 0;
  }


  .ac-specialties__head {
    margin-bottom:
      28px;

    text-align:
      left;
  }


  .ac-specialties__head h2 {
    font-size:
      clamp(33px, 9vw, 44px);
  }


  .ac-specialties__head > p {
    margin:
      16px 0 0;

    font-size:
      12px;

    text-align:
      justify;
  }


  /* FEATURE EMPILHADO */

  .ac-specialty-feature {
    display: block;

    min-height: 0;

    border-radius: 20px;

    margin-bottom: 12px;
  }


  .ac-specialty-feature__visual {
    min-height: 320px;
    height: 320px;
  }


  .ac-specialty-feature__visual img {
    object-position:
      center 18%;
  }


  .ac-specialty-feature__content {
    padding:
      24px 20px 26px;
  }


  .ac-specialty-feature__content h3 {
    font-size: 25px;
  }


  .ac-specialty-feature__detail {
    margin-top: 17px;
  }


  /* GRID MOBILE */

  .ac-specialties__grid {
    grid-template-columns:
      1fr;

    gap: 10px;
  }


  .ac-specialty-card {
    min-height: 0;

    padding:
      18px;

    border-radius:
      16px;
  }


  .ac-specialty-card__top {
    margin-bottom:
      17px;
  }


  .ac-specialty-card h3 {
    min-height: 0;

    font-size:
      15px;
  }


  .ac-specialty-card p {
    font-size:
      11px;
  }

}


/* =========================================================
   MOBILE MAIOR — 2 CARDS POR LINHA
========================================================= */

@media (min-width: 560px) and (max-width: 767px) {

  .ac-specialties__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9f4491d *//* =========================================================
   QUANDO PROCURAR
   DOBRA ESCURA
========================================================= */

.ac-when {
  position: relative;

  padding:
    clamp(90px, 9vw, 125px) 0;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #021f2d 0%,
      #043a50 48%,
      #045479 100%
    );
}


/* LUZ AMBIENTE */

.ac-when::before {
  content: "";

  position: absolute;

  top: -180px;
  right: -140px;

  width: 520px;
  height: 520px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(145,173,179,.15),
      rgba(56,122,131,.08) 45%,
      transparent 72%
    );

  pointer-events: none;
}


.ac-when::after {
  content: "";

  position: absolute;

  left: -230px;
  bottom: -300px;

  width: 620px;
  height: 620px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(56,122,131,.14),
      transparent 68%
    );

  pointer-events: none;
}


/* =========================================================
   GRID
========================================================= */

.ac-when__grid {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 43%)
    minmax(0, 57%);

  gap:
    clamp(45px, 6vw, 85px);

  align-items: center;
}


/* =========================================================
   FOTO
========================================================= */

.ac-when__visual {
  position: relative;

  min-width: 0;
}


.ac-when__image {
  position: relative;

  height: 650px;

  overflow: hidden;

  border-radius: 28px;

  box-shadow:
    0 30px 70px rgba(0,0,0,.24);
}


.ac-when__image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position:
    center 20%;

  transition:
    transform .8s cubic-bezier(.2,.8,.2,1);
}


.ac-when__visual:hover
.ac-when__image img {
  transform:
    scale(1.035);
}


.ac-when__image-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(2,31,45,.02) 0%,
      rgba(2,31,45,.08) 48%,
      rgba(2,31,45,.52) 100%
    );
}


/* =========================================================
   CARD FLUTUANTE
========================================================= */

.ac-when__floating-card {
  position: absolute;

  left: -28px;
  bottom: 38px;

  width: 280px;

  display: grid;

  grid-template-columns:
    46px 1fr;

  gap: 13px;

  align-items: center;

  padding:
    16px;

  border:
    1px solid rgba(191,205,197,.28);

  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      rgba(4,84,121,.96),
      rgba(56,122,131,.94)
    );

  box-shadow:
    0 20px 45px rgba(0,17,29,.28);
}


.ac-when__floating-icon {
  width: 46px;
  height: 46px;

  display: grid;

  place-items: center;

  border:
    1px solid rgba(255,255,255,.18);

  border-radius: 13px;

  background:
    rgba(2,31,45,.24);
}


.ac-when__floating-icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: #dce9e6;

  stroke-width: 1.7;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.ac-when__floating-card span {
  display: block;

  color:
    rgba(255,255,255,.56);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: .08em;

  text-transform: uppercase;
}


.ac-when__floating-card strong {
  display: block;

  margin-top: 3px;

  color: #fff;

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 11px;

  line-height: 1.35;

  font-weight: 600;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.ac-when__content {
  max-width: 670px;
}


.ac-when__content h2 {
  margin: 0;

  color: #fff;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size:
    clamp(39px, 4vw, 58px);

  line-height: 1.06;

  letter-spacing: -.045em;

  font-weight: 400;
}


.ac-when__content h2 strong {
  display: block;

  color: #9fc8ce;

  font-weight: 500;
}


.ac-when__intro {
  max-width: 630px;

  margin:
    20px 0 0;

  color:
    rgba(255,255,255,.72);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 13px;

  line-height: 1.72;
}


/* =========================================================
   LISTA
========================================================= */

.ac-when__list {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 10px;

  margin-top: 27px;
}


.ac-when__item {
  position: relative;

  min-height: 78px;

  display: grid;

  grid-template-columns:
    23px 35px 1fr;

  gap: 10px;

  align-items: center;

  padding:
    13px 14px;

  border:
    1px solid rgba(255,255,255,.09);

  border-radius: 14px;

  background:
    rgba(255,255,255,.045);

  transition:
    transform .3s ease,
    background .3s ease,
    border-color .3s ease;
}


.ac-when__item:hover {
  transform:
    translateY(-3px);

  border-color:
    rgba(145,173,179,.24);

  background:
    rgba(255,255,255,.075);
}


.ac-when__item > span {
  color:
    rgba(255,255,255,.35);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;

  font-weight: 600;
}


.ac-when__item-icon {
  width: 35px;
  height: 35px;

  display: grid;

  place-items: center;

  border-radius: 10px;

  background:
    rgba(145,173,179,.10);

  color: #bcd3d6;
}


.ac-when__item-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.6;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.ac-when__item p {
  margin: 0;

  color:
    rgba(255,255,255,.83);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10.5px;

  line-height: 1.45;

  font-weight: 500;
}


.ac-when__item--wide {
  grid-column:
    1 / -1;
}


/* =========================================================
   FECHAMENTO
========================================================= */

.ac-when__closing {
  max-width: 630px;

  margin:
    22px 0 0;

  padding-left: 17px;

  border-left:
    2px solid rgba(184,155,107,.70);

  color:
    rgba(255,255,255,.67);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 11px;

  line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.ac-when__cta {
  width: fit-content;

  min-height: 56px;

  margin-top: 25px;

  padding:
    6px 7px 6px 21px;

  display: inline-flex;

  align-items: center;

  gap: 18px;

  border:
    1px solid rgba(191,205,197,.28);

  border-radius: 999px;

  background:
    linear-gradient(
      120deg,
      #045479,
      #387A83
    );

  color:
    #fff !important;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10px;

  font-weight: 650;

  letter-spacing: .05em;

  text-transform: uppercase;

  text-decoration: none !important;

  box-shadow:
    0 17px 35px rgba(0,17,29,.22);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    background .3s ease;
}


.ac-when__cta-icon {
  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background:
    rgba(2,31,45,.30);

  transition:
    transform .3s ease;
}


.ac-when__cta-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.ac-when__cta:hover {
  color: #fff !important;

  transform:
    translateY(-3px);

  background:
    linear-gradient(
      120deg,
      #05638b,
      #438991
    );

  box-shadow:
    0 23px 45px rgba(0,17,29,.29);
}


.ac-when__cta:hover
.ac-when__cta-icon {
  transform:
    translateX(3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .ac-when__grid {
    grid-template-columns:
      40% 60%;

    gap: 35px;
  }

  .ac-when__image {
    height: 570px;
  }

  .ac-when__floating-card {
    left: -12px;

    width: 240px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ac-when {
    padding:
      72px 0;
  }


  .ac-when__grid {
    display: block;
  }


  .ac-when__visual {
    margin-bottom:
      38px;
  }


  .ac-when__image {
    height:
      440px;

    border-radius:
      22px;
  }


  .ac-when__image img {
    object-position:
      center 16%;
  }


  .ac-when__floating-card {
    left:
      14px;

    right:
      14px;

    bottom:
      14px;

    width:
      auto;
  }


  .ac-when__content {
    max-width:
      none;
  }


  .ac-when__content h2 {
    font-size:
      clamp(34px, 9vw, 44px);
  }


  .ac-when__intro {
    font-size:
      12px;

    text-align:
      justify;
  }


  .ac-when__list {
    grid-template-columns:
      1fr;

    gap:
      9px;
  }


  .ac-when__item--wide {
    grid-column:
      auto;
  }


  .ac-when__closing {
    font-size:
      10.5px;

    text-align:
      justify;
  }


  .ac-when__cta {
    width:
      100%;

    justify-content:
      space-between;

    font-size:
      9px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-122e34a *//* =========================================================
   UM CUIDADO QUE TAMBÉM ESCUTA
   DOBRA CLARA
========================================================= */

.ac-listen {
  position: relative;

  padding:
    clamp(90px, 9vw, 125px) 0;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #f7f9f8 0%,
      #edf3f1 100%
    );
}


/* LUZ DE FUNDO */

.ac-listen::before {
  content: "";

  position: absolute;

  top: -230px;
  left: -180px;

  width: 560px;
  height: 560px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(145,173,179,.22),
      rgba(191,205,197,.07) 48%,
      transparent 70%
    );

  pointer-events: none;
}


.ac-listen::after {
  content: "";

  position: absolute;

  right: -230px;
  bottom: -260px;

  width: 620px;
  height: 620px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(56,122,131,.10),
      transparent 68%
    );

  pointer-events: none;
}


/* =========================================================
   GRID
========================================================= */

.ac-listen__grid {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 47%)
    minmax(0, 53%);

  gap:
    clamp(45px, 7vw, 90px);

  align-items: center;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.ac-listen__content {
  max-width: 545px;
}


.ac-listen__content h2 {
  margin: 0;

  color: #18343f;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size:
    clamp(42px, 4.5vw, 64px);

  line-height: 1.04;

  letter-spacing: -.047em;

  font-weight: 400;
}


.ac-listen__content h2 strong {
  display: block;

  color:
    var(--ac-blue, #045479);

  font-weight: 550;
}


/* =========================================================
   COPY
========================================================= */

.ac-listen__copy {
  margin-top: 27px;
}


.ac-listen__copy p {
  margin:
    0 0 15px;

  color: #6e8086;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 13px;

  line-height: 1.75;
}


.ac-listen__copy p:last-child {
  margin-bottom: 0;
}


/* DESTAQUE */

.ac-listen__highlight {
  position: relative;

  margin-top:
    22px !important;

  padding:
    18px 20px;

  border-left:
    3px solid
    var(--ac-petrol, #387A83);

  border-radius:
    0 14px 14px 0;

  background:
    rgba(255,255,255,.62);

  color:
    #294d58 !important;

  box-shadow:
    0 12px 28px rgba(4,84,121,.05);

  font-weight:
    500 !important;
}


/* =========================================================
   CTA
========================================================= */

.ac-listen__cta {
  width: fit-content;

  min-height: 58px;

  margin-top: 28px;

  padding:
    6px 7px 6px 8px;

  display: inline-grid;

  grid-template-columns:
    42px auto 42px;

  align-items: center;

  gap: 13px;

  border:
    1px solid rgba(4,84,121,.10);

  border-radius: 999px;

  background:
    linear-gradient(
      120deg,
      #045479,
      #387A83
    );

  color:
    #fff !important;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10px;

  font-weight: 650;

  letter-spacing: .055em;

  text-transform: uppercase;

  text-decoration: none !important;

  box-shadow:
    0 17px 34px rgba(4,84,121,.16);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    background .3s ease;
}


.ac-listen__cta-icon,
.ac-listen__cta-arrow {
  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background:
    rgba(2,31,45,.22);
}


.ac-listen__cta-icon svg {
  width: 20px;
  height: 20px;

  fill: currentColor;
}


.ac-listen__cta-arrow svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.ac-listen__cta:hover {
  color:
    #fff !important;

  transform:
    translateY(-3px);

  background:
    linear-gradient(
      120deg,
      #05678e,
      #438c93
    );

  box-shadow:
    0 23px 44px rgba(4,84,121,.22);
}


.ac-listen__cta:hover
.ac-listen__cta-arrow {
  transform:
    translateX(3px);
}


/* =========================================================
   VISUAL
========================================================= */

.ac-listen__visual {
  position: relative;

  min-width: 0;

  padding:
    0 0 54px 34px;
}


/* IMAGEM */

.ac-listen__image {
  position: relative;

  height: 620px;

  overflow: hidden;

  border-radius: 28px;

  background: #dce6e3;

  box-shadow:
    0 30px 70px rgba(4,84,121,.12);
}


.ac-listen__image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position:
    center 18%;

  transition:
    transform .8s cubic-bezier(.2,.8,.2,1);
}


.ac-listen__visual:hover
.ac-listen__image img {
  transform:
    scale(1.035);
}


/* DEGRADÊ */

.ac-listen__image-fade {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 52%,
      rgba(2,31,45,.08) 70%,
      rgba(2,31,45,.35) 100%
    );
}


/* =========================================================
   CARDS
========================================================= */

.ac-listen__cards {
  position: absolute;

  left: 0;
  right: 28px;
  bottom: 0;

  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 9px;
}


/* CARD */

.ac-listen-card {
  min-height: 118px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  gap: 14px;

  padding:
    15px;

  border:
    1px solid rgba(191,205,197,.30);

  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      #045479 0%,
      #075b73 48%,
      #387A83 100%
    );

  box-shadow:
    0 18px 38px rgba(2,31,45,.17);

  transition:
    transform .3s ease,
    box-shadow .3s ease;
}


.ac-listen-card:hover {
  transform:
    translateY(-5px);

  box-shadow:
    0 23px 48px rgba(2,31,45,.23);
}


/* ICON */

.ac-listen-card__icon {
  width: 38px;
  height: 38px;

  display: grid;

  place-items: center;

  border:
    1px solid rgba(255,255,255,.15);

  border-radius: 12px;

  background:
    rgba(2,31,45,.20);
}


.ac-listen-card__icon svg {
  width: 20px;
  height: 20px;

  fill: none;

  stroke:
    #dce8e5;

  stroke-width: 1.6;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.ac-listen-card strong {
  display: block;

  color: #fff;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 11px;

  line-height: 1.3;

  font-weight: 650;
}


.ac-listen-card span {
  display: block;

  margin-top: 4px;

  color:
    rgba(255,255,255,.62);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 8px;

  line-height: 1.45;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .ac-listen__grid {
    grid-template-columns:
      45% 55%;

    gap: 38px;
  }

  .ac-listen__visual {
    padding-left: 10px;
  }

  .ac-listen__image {
    height: 560px;
  }

  .ac-listen__cards {
    left: -20px;
    right: 10px;
  }

  .ac-listen-card {
    min-height: 110px;

    padding: 13px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ac-listen {
    padding:
      72px 0;
  }


  .ac-listen__grid {
    display: flex;

    flex-direction: column;

    gap: 38px;
  }


  .ac-listen__content {
    max-width: none;

    order: 1;
  }


  .ac-listen__content h2 {
    font-size:
      clamp(35px, 9vw, 46px);
  }


  .ac-listen__copy p {
    font-size: 12px;

    text-align: justify;
  }


  .ac-listen__cta {
    width: 100%;

    grid-template-columns:
      42px 1fr 42px;
  }


  .ac-listen__visual {
    order: 2;

    width: 100%;

    padding: 0;
  }


  .ac-listen__image {
    height: 450px;

    border-radius: 22px;
  }


  .ac-listen__image img {
    object-position:
      center 16%;
  }


  .ac-listen__cards {
    position: static;

    margin-top: 11px;

    grid-template-columns:
      1fr;

    gap: 9px;
  }


  .ac-listen-card {
    min-height: 0;

    flex-direction: row;

    justify-content: flex-start;

    align-items: center;

    padding: 14px;

    gap: 13px;
  }


  .ac-listen-card__icon {
    flex: 0 0 38px;
  }


  .ac-listen-card strong {
    font-size: 11px;
  }


  .ac-listen-card span {
    font-size: 8.5px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-90e448e *//* =========================================================
   SOBRE O DR. ANDRÉ
   DOBRA ESCURA
========================================================= */

.ac-about {
  position: relative;

  padding:
    clamp(90px, 9vw, 130px) 0;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #021f2d 0%,
      #033449 46%,
      #045479 100%
    );
}


/* DECORAÇÃO */

.ac-about::before {
  content: "";

  position: absolute;

  top: -260px;
  left: -220px;

  width: 620px;
  height: 620px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(145,173,179,.14),
      rgba(56,122,131,.05) 46%,
      transparent 70%
    );

  pointer-events: none;
}


.ac-about::after {
  content: "";

  position: absolute;

  right: -260px;
  bottom: -280px;

  width: 650px;
  height: 650px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(56,122,131,.16),
      transparent 70%
    );

  pointer-events: none;
}


/* =========================================================
   GRID
========================================================= */

.ac-about__grid {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 42%)
    minmax(0, 58%);

  gap:
    clamp(48px, 7vw, 90px);

  align-items: center;
}


/* =========================================================
   VISUAL
========================================================= */

.ac-about__visual {
  position: relative;

  min-width: 0;

  padding-bottom: 52px;
}


.ac-about__image {
  position: relative;

  height: 670px;

  overflow: hidden;

  border-radius: 28px;

  box-shadow:
    0 30px 70px rgba(0,0,0,.23);
}


.ac-about__image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position:
    center 18%;

  transition:
    transform .8s cubic-bezier(.2,.8,.2,1);
}


.ac-about__visual:hover
.ac-about__image img {
  transform:
    scale(1.035);
}


.ac-about__image-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(2,31,45,.12) 72%,
      rgba(2,31,45,.48) 100%
    );
}


/* CARD DE ASSINATURA */

.ac-about__signature-card {
  position: absolute;

  left: 24px;
  right: 24px;
  bottom: 0;

  padding:
    18px 20px;

  border:
    1px solid rgba(191,205,197,.25);

  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      rgba(4,84,121,.96),
      rgba(56,122,131,.94)
    );

  box-shadow:
    0 20px 45px rgba(0,0,0,.20);
}


.ac-about__signature-card span {
  display: block;

  color:
    rgba(255,255,255,.58);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: .08em;

  text-transform: uppercase;
}


.ac-about__signature-card strong {
  display: block;

  margin-top: 3px;

  color: #fff;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 15px;

  line-height: 1.25;

  font-weight: 650;
}


.ac-about__signature-card small {
  display: block;

  margin-top: 5px;

  color:
    rgba(255,255,255,.66);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 9px;
}


/* =========================================================
   CONTEÚDO
========================================================= */

.ac-about__content {
  max-width: 675px;
}


.ac-about__content h2 {
  margin: 0;

  color: #fff;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size:
    clamp(42px, 4.4vw, 62px);

  line-height: 1.04;

  letter-spacing: -.047em;

  font-weight: 400;
}


.ac-about__content h2 strong {
  display: block;

  color: #9fc8ce;

  font-weight: 500;
}


/* =========================================================
   COPY
========================================================= */

.ac-about__copy {
  margin-top: 25px;
}


.ac-about__copy p {
  margin:
    0 0 13px;

  color:
    rgba(255,255,255,.72);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 12.5px;

  line-height: 1.72;
}


.ac-about__copy p:last-child {
  margin-bottom: 0;
}


.ac-about__highlight {
  margin-top:
    20px !important;

  padding:
    17px 19px;

  border-left:
    2px solid rgba(184,155,107,.80);

  border-radius:
    0 13px 13px 0;

  background:
    rgba(255,255,255,.045);

  color:
    rgba(255,255,255,.84) !important;

  font-weight:
    500 !important;
}


/* =========================================================
   FORMAÇÃO
========================================================= */

.ac-about__formation {
  position: relative;

  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 10px;

  margin-top: 28px;
}


/* LINHA DE CONEXÃO */

.ac-about__formation::before {
  content: "";

  position: absolute;

  left: 12%;
  right: 12%;

  top: 31px;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(145,173,179,.12),
      rgba(145,173,179,.35),
      rgba(145,173,179,.12)
    );

  pointer-events: none;
}


/* CARD */

.ac-about-card {
  position: relative;

  z-index: 2;

  min-height: 180px;

  padding:
    15px;

  border:
    1px solid rgba(255,255,255,.10);

  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.07),
      rgba(255,255,255,.025)
    );

  backdrop-filter:
    blur(10px);

  -webkit-backdrop-filter:
    blur(10px);

  transition:
    transform .3s ease,
    border-color .3s ease,
    background .3s ease;
}


.ac-about-card:hover {
  transform:
    translateY(-5px);

  border-color:
    rgba(145,173,179,.28);

  background:
    linear-gradient(
      145deg,
      rgba(145,173,179,.12),
      rgba(255,255,255,.035)
    );
}


/* NÚMERO */

.ac-about-card__number {
  position: absolute;

  top: 13px;
  right: 13px;

  color:
    rgba(255,255,255,.27);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;

  font-weight: 600;

  letter-spacing: .08em;
}


/* ICON */

.ac-about-card__icon {
  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  margin-bottom: 18px;

  border:
    1px solid rgba(191,205,197,.24);

  border-radius: 12px;

  background:
    rgba(4,84,121,.24);
}


.ac-about-card__icon svg {
  width: 22px;
  height: 22px;

  fill: none;

  stroke: #d8e5e2;

  stroke-width: 1.6;

  stroke-linecap: round;
  stroke-linejoin: round;
}


/* TEXTO */

.ac-about-card small {
  display: block;

  color:
    rgba(255,255,255,.47);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 8px;

  letter-spacing: .08em;

  text-transform: uppercase;
}


.ac-about-card strong {
  display: block;

  min-height: 36px;

  margin-top: 3px;

  color: #fff;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 11px;

  line-height: 1.35;

  font-weight: 650;
}


.ac-about-card p {
  margin:
    8px 0 0;

  color:
    rgba(255,255,255,.56);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 8.5px;

  line-height: 1.5;
}


/* =========================================================
   CTA
========================================================= */

.ac-about__cta {
  width: fit-content;

  min-height: 56px;

  margin-top: 26px;

  padding:
    6px 7px 6px 21px;

  display: inline-flex;

  align-items: center;

  gap: 18px;

  border:
    1px solid rgba(191,205,197,.28);

  border-radius: 999px;

  background:
    linear-gradient(
      120deg,
      #045479,
      #387A83
    );

  color:
    #fff !important;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10px;

  font-weight: 650;

  letter-spacing: .055em;

  text-transform: uppercase;

  text-decoration: none !important;

  box-shadow:
    0 18px 38px rgba(0,0,0,.17);

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    background .3s ease;
}


.ac-about__cta-icon {
  width: 42px;
  height: 42px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background:
    rgba(2,31,45,.28);

  transition:
    transform .3s ease;
}


.ac-about__cta-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.8;

  stroke-linecap: round;
  stroke-linejoin: round;
}


.ac-about__cta:hover {
  color: #fff !important;

  transform:
    translateY(-3px);

  background:
    linear-gradient(
      120deg,
      #05648b,
      #448b92
    );

  box-shadow:
    0 24px 48px rgba(0,0,0,.23);
}


.ac-about__cta:hover
.ac-about__cta-icon {
  transform:
    translateX(3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .ac-about__grid {
    grid-template-columns:
      40% 60%;

    gap: 38px;
  }

  .ac-about__image {
    height: 610px;
  }

  .ac-about__formation {
    grid-template-columns:
      1fr;
  }

  .ac-about__formation::before {
    display: none;
  }

  .ac-about-card {
    min-height: 0;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ac-about {
    padding:
      72px 0;
  }


  .ac-about__grid {
    display: flex;

    flex-direction: column;

    gap: 42px;
  }


  .ac-about__visual {
    width: 100%;

    padding-bottom: 0;
  }


  .ac-about__image {
    height: 470px;

    border-radius: 22px;
  }


  .ac-about__image img {
    object-position:
      center 16%;
  }


  .ac-about__signature-card {
    position: relative;

    left: auto;
    right: auto;
    bottom: auto;

    margin-top: 10px;
  }


  .ac-about__content {
    max-width: none;
  }


  .ac-about__content h2 {
    font-size:
      clamp(35px, 9vw, 46px);
  }


  .ac-about__copy p {
    font-size: 12px;

    text-align: justify;
  }


  .ac-about__formation {
    grid-template-columns:
      1fr;

    gap: 9px;
  }


  .ac-about-card {
    min-height: 0;

    display: grid;

    grid-template-columns:
      42px 1fr;

    gap: 12px;

    padding: 14px;
  }


  .ac-about-card__icon {
    margin-bottom: 0;
  }


  .ac-about-card__number {
    top: 12px;
    right: 12px;
  }


  .ac-about-card strong {
    min-height: 0;
  }


  .ac-about__cta {
    width: 100%;

    justify-content: space-between;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a638536 *//* =========================================================
   06 — TÉCNICA / CIRURGIA
========================================================= */

.ac-technique {
  position: relative;
  padding: clamp(85px, 9vw, 120px) 0;
  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #f8faf9 0%,
      #edf3f1 100%
    );
}

.ac-technique__head {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.ac-technique__head h2 {
  margin: 0;

  color: #17343f;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 400;
}

.ac-technique__head h2 strong {
  display: block;
  color: #045479;
  font-weight: 550;
}

.ac-technique__head p {
  max-width: 680px;
  margin: 18px auto 0;

  color: #718388;

  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.75;
}

.ac-technique__gallery {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 14px;
}

.ac-technique__image {
  position: relative;
  height: 430px;
  overflow: hidden;

  border-radius: 24px;
  background: #dbe5e2;

  box-shadow:
    0 20px 45px rgba(4,84,121,.08);
}

.ac-technique__image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;

  transition:
    transform .8s cubic-bezier(.2,.8,.2,1);
}

.ac-technique__image:hover img {
  transform: scale(1.04);
}

.ac-technique__overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(2,31,45,.02) 30%,
      rgba(2,31,45,.72) 100%
    );
}

.ac-technique__image-content {
  position: absolute;

  left: 22px;
  right: 22px;
  bottom: 20px;

  display: flex;
  align-items: center;
  gap: 14px;

  color: #fff;
}

.ac-technique__image-content > span {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;

  background: rgba(4,84,121,.55);
  backdrop-filter: blur(10px);

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
}

.ac-technique__image-content strong {
  display: block;

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.ac-technique__image-content p {
  margin: 4px 0 0;

  color: rgba(255,255,255,.72);

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
}

.ac-technique__values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 12px;

  margin-top: 14px;
}

.ac-technique__values article {
  display: grid;

  grid-template-columns: 45px 1fr;

  align-items: center;

  gap: 13px;

  padding: 17px;

  border: 1px solid rgba(4,84,121,.08);
  border-radius: 17px;

  background: rgba(255,255,255,.82);

  box-shadow:
    0 12px 30px rgba(4,84,121,.04);
}

.ac-technique__value-icon {
  width: 45px;
  height: 45px;

  display: grid;
  place-items: center;

  border-radius: 13px;

  background: #e5eeeb;

  color: #045479;
}

.ac-technique__value-icon svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ac-technique__values strong {
  display: block;

  color: #193741;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.ac-technique__values p {
  margin: 4px 0 0;

  color: #7a8b90;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.5;
}


/* =========================================================
   07 — LOCALIZAÇÃO
========================================================= */

.ac-location {
  position: relative;

  padding: clamp(85px, 9vw, 120px) 0;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #021f2d,
      #03384d 52%,
      #045479
    );
}

.ac-location::after {
  content: "";

  position: absolute;

  right: -250px;
  top: -250px;

  width: 600px;
  height: 600px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(145,173,179,.14),
      transparent 68%
    );
}

.ac-location__head {
  position: relative;
  z-index: 2;

  max-width: 790px;

  margin-bottom: 38px;
}

.ac-location__head h2 {
  margin: 0;

  color: #fff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 4.3vw, 60px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 400;
}

.ac-location__head h2 strong {
  display: block;
  color: #9fc8ce;
  font-weight: 500;
}

.ac-location__head p {
  max-width: 590px;

  margin: 17px 0 0;

  color: rgba(255,255,255,.66);

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.7;
}

.ac-location__box {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 62%)
    minmax(0, 38%);

  overflow: hidden;

  border: 1px solid rgba(255,255,255,.10);
  border-radius: 25px;

  background:
    rgba(255,255,255,.04);

  box-shadow:
    0 26px 60px rgba(0,0,0,.18);
}

.ac-location__map {
  min-height: 470px;
}

.ac-location__map iframe {
  display: block;

  width: 100%;
  height: 100%;
  min-height: 470px;

  border: 0;

  filter:
    saturate(.8)
    contrast(.95);
}

.ac-location__info {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding:
    clamp(30px, 4vw, 48px);

  background:
    linear-gradient(
      145deg,
      rgba(4,84,121,.68),
      rgba(56,122,131,.34)
    );
}

.ac-location__pin {
  width: 50px;
  height: 50px;

  display: grid;
  place-items: center;

  margin-bottom: 22px;

  border: 1px solid rgba(191,205,197,.25);
  border-radius: 15px;

  background: rgba(2,31,45,.24);
}

.ac-location__pin svg {
  width: 25px;
  height: 25px;

  fill: none;
  stroke: #d9e6e3;

  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ac-location__info h3 {
  margin: 0;

  color: #fff;

  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 600;
}

.ac-location__info > p {
  margin: 14px 0 0;

  color: rgba(255,255,255,.68);

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.8;
}

.ac-location__divider {
  width: 100%;
  height: 1px;

  margin: 24px 0;

  background:
    rgba(255,255,255,.11);
}

.ac-location__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 20px;
}

.ac-location__meta span {
  display: block;

  color: rgba(255,255,255,.43);

  font-family: "Montserrat", sans-serif;
  font-size: 7px;

  letter-spacing: .08em;
  text-transform: uppercase;
}

.ac-location__meta strong {
  display: block;

  margin-top: 4px;

  color: #fff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.ac-location__button {
  width: fit-content;

  margin-top: 28px;

  min-height: 52px;

  padding:
    5px 6px 5px 19px;

  display: inline-flex;
  align-items: center;

  gap: 15px;

  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;

  background:
    rgba(2,31,45,.26);

  color: #fff !important;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;

  font-weight: 650;

  letter-spacing: .05em;
  text-transform: uppercase;

  text-decoration: none !important;
}

.ac-location__button-icon {
  width: 39px;
  height: 39px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background:
    rgba(255,255,255,.10);
}

.ac-location__button-icon svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   08 — CTA FINAL
========================================================= */

.ac-final-cta {
  position: relative;

  padding:
    clamp(95px, 10vw, 140px) 0;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #f8faf9,
      #eef3f1
    );
}

.ac-final-cta__inner {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 650px)
    1fr;

  align-items: center;

  gap: 60px;
}

.ac-final-cta__content h2 {
  margin: 0;

  color: #17343f;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 400;
}

.ac-final-cta__content h2 strong {
  display: block;

  color: #045479;

  font-weight: 550;
}

.ac-final-cta__content > p {
  max-width: 600px;

  margin: 20px 0 0;

  color: #6e8085;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.75;
}

.ac-final-cta__button {
  width: min(410px, 100%);

  min-height: 66px;

  margin-top: 28px;

  padding: 7px;

  display: grid;

  grid-template-columns:
    46px 1fr 44px;

  align-items: center;

  gap: 12px;

  border-radius: 17px;

  background:
    linear-gradient(
      120deg,
      #045479,
      #387A83
    );

  color: #fff !important;

  text-decoration: none !important;

  box-shadow:
    0 18px 40px rgba(4,84,121,.18);
}

.ac-final-cta__wa,
.ac-final-cta__arrow {
  width: 44px;
  height: 44px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background:
    rgba(2,31,45,.24);
}

.ac-final-cta__wa svg {
  width: 21px;
  height: 21px;

  fill: currentColor;
}

.ac-final-cta__arrow svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ac-final-cta__button strong {
  display: block;

  font-family: "Montserrat", sans-serif;
  font-size: 11px;

  text-transform: uppercase;
  letter-spacing: .045em;
}

.ac-final-cta__button small {
  display: block;

  margin-top: 4px;

  color: rgba(255,255,255,.55);

  font-family: "Montserrat", sans-serif;
  font-size: 8px;
}

.ac-final-cta__note {
  display: block;

  margin-top: 13px;

  color: #829095;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;

  font-style: italic;
}

.ac-final-cta__symbol {
  display: grid;
  place-items: center;
}

.ac-final-cta__symbol img {
  width: min(390px, 100%);

  opacity: .08;

  filter:
    grayscale(1);
}


/* =========================================================
   09 — FAQ
========================================================= */

.ac-faq {
  position: relative;

  padding:
    clamp(90px, 9vw, 125px) 0;

  background:
    linear-gradient(
      135deg,
      #021f2d,
      #03364b 55%,
      #045479
    );
}

.ac-faq__head {
  max-width: 780px;

  margin-bottom: 38px;
}

.ac-faq__head h2 {
  margin: 0;

  color: #fff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 400;
}

.ac-faq__head h2 strong {
  display: block;

  color: #9fc8ce;

  font-weight: 500;
}

.ac-faq__head p {
  margin: 16px 0 0;

  color:
    rgba(255,255,255,.58);

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
}

.ac-faq__list {
  border-top:
    1px solid rgba(255,255,255,.10);
}

.ac-faq__item {
  border-bottom:
    1px solid rgba(255,255,255,.10);
}

.ac-faq__question {
  width: 100%;

  min-height: 86px;

  padding: 0;

  display: grid;

  grid-template-columns:
    48px 1fr 42px;

  gap: 18px;

  align-items: center;

  border: 0;

  background: transparent;

  text-align: left;

  cursor: pointer;
}

.ac-faq__number {
  color:
    rgba(255,255,255,.32);

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
}

.ac-faq__title {
  color: #fff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);

  line-height: 1.4;

  font-weight: 500;
}

.ac-faq__plus {
  position: relative;

  width: 40px;
  height: 40px;

  border:
    1px solid rgba(145,173,179,.25);

  border-radius: 50%;
}

.ac-faq__plus span {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 13px;
  height: 1px;

  background: #bcd3d6;

  transform:
    translate(-50%, -50%);

  transition:
    transform .3s ease;
}

.ac-faq__plus span:nth-child(2) {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}

.ac-faq__item.is-open
.ac-faq__plus span:nth-child(2) {
  transform:
    translate(-50%, -50%)
    rotate(0deg);
}

.ac-faq__answer {
  display: grid;

  grid-template-rows: 0fr;

  opacity: 0;

  transition:
    grid-template-rows .38s ease,
    opacity .3s ease;
}

.ac-faq__answer > div {
  overflow: hidden;
}

.ac-faq__item.is-open
.ac-faq__answer {
  grid-template-rows: 1fr;

  opacity: 1;
}

.ac-faq__answer p {
  max-width: 850px;

  margin:
    0 0 25px 66px;

  color:
    rgba(255,255,255,.66);

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.75;
}

.ac-faq__answer a {
  display: inline-block;

  margin:
    0 0 25px 66px;

  color: #bcd3d6 !important;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;

  font-weight: 600;

  text-decoration: none !important;
}


/* =========================================================
   INSTAGRAM — 2 COLUNAS
========================================================= */

.ac-instagram {
  position: relative;
  width: 100%;
  padding: clamp(80px, 9vw, 140px) 0;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(30, 92, 85, 0.08),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f6f8f7 100%
    );
  overflow: hidden;
}


/* GRID
========================================================= */

.ac-instagram__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}


/* CONTEÚDO
========================================================= */

.ac-instagram__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.ac-instagram__title h2 {
  margin: 0 0 20px;

  font-size: clamp(38px, 4.5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.045em;

  color: #183f3b;
}


.ac-instagram__title h2 strong {
  display: block;
  font-weight: 700;
  color: #28756c;
}


.ac-instagram__title p {
  max-width: 560px;
  margin: 0;

  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;

  color: #667773;
}


/* PERFIL
========================================================= */

.ac-instagram__profile {
  width: 100%;
  max-width: 480px;

  display: flex;
  align-items: center;
  gap: 16px;

  margin-top: 35px;
  padding: 16px 18px;

  border: 1px solid rgba(32, 103, 94, 0.14);
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.75);

  box-shadow:
    0 16px 45px rgba(24, 63, 59, 0.08);

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  text-decoration: none !important;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


.ac-instagram__profile:hover {
  transform: translateY(-4px);

  border-color: rgba(32, 103, 94, 0.28);

  box-shadow:
    0 22px 55px rgba(24, 63, 59, 0.13);
}


.ac-instagram__profile-icon {
  width: 52px;
  height: 52px;

  flex: 0 0 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      #183f3b,
      #2d7c72
    );
}


.ac-instagram__profile-icon svg {
  width: 28px;
  height: 28px;

  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}


.ac-instagram__profile-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}


.ac-instagram__profile-text small {
  color: #80908c;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}


.ac-instagram__profile-text strong {
  color: #183f3b;
  font-size: 16px;
}


.ac-instagram__arrow {
  width: 22px;
  height: 22px;

  margin-left: auto;

  fill: none;
  stroke: #28756c;
  stroke-width: 1.8;

  transition: transform 0.3s ease;
}


.ac-instagram__profile:hover .ac-instagram__arrow {
  transform: translateX(5px);
}


/* INFO
========================================================= */

.ac-instagram__info {
  display: flex;
  align-items: flex-start;
  gap: 15px;

  max-width: 500px;

  margin-top: 28px;
}


.ac-instagram__info-icon {
  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 13px;

  background: rgba(40, 117, 108, 0.09);
}


.ac-instagram__info-icon svg {
  width: 22px;
  height: 22px;

  fill: none;
  stroke: #28756c;
  stroke-width: 2;
}


.ac-instagram__info strong {
  display: block;
  margin-bottom: 6px;

  color: #183f3b;
  font-size: 15px;
}


.ac-instagram__info p {
  margin: 0;

  color: #73827e;
  font-size: 14px;
  line-height: 1.65;
}


/* =========================================================
   IMAGEM
========================================================= */

.ac-instagram__visual {
  position: relative;
  display: block;

  text-decoration: none !important;
}


.ac-instagram__image {
  position: relative;

  width: 100%;
  height: clamp(480px, 48vw, 650px);

  border-radius: 32px;
  overflow: hidden;

  background: #e8eeec;

  box-shadow:
    0 30px 80px rgba(18, 57, 52, 0.16);
}


.ac-instagram__image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center;

  transition: transform 0.7s cubic-bezier(.2,.7,.2,1);
}


.ac-instagram__visual:hover .ac-instagram__image img {
  transform: scale(1.035);
}


/* OVERLAY BEM LEVE */

.ac-instagram__image-overlay {
  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(10, 42, 38, 0.18) 100%
    );
}


/* DETALHE ATRÁS DA IMAGEM */

.ac-instagram__visual::before {
  content: "";

  position: absolute;

  width: 70%;
  height: 75%;

  right: -25px;
  top: -25px;

  border-radius: 35px;

  background:
    linear-gradient(
      135deg,
      rgba(40, 117, 108, 0.13),
      rgba(40, 117, 108, 0.02)
    );

  z-index: 0;
}


.ac-instagram__image {
  z-index: 1;
}


/* BADGE FLUTUANTE
========================================================= */

.ac-instagram__floating {
  position: absolute;

  left: 22px;
  bottom: 22px;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 17px 12px 12px;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.87);

  box-shadow:
    0 15px 40px rgba(17, 51, 47, 0.18);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}


.ac-instagram__floating-icon {
  width: 43px;
  height: 43px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 13px;

  background:
    linear-gradient(
      135deg,
      #183f3b,
      #318277
    );
}


.ac-instagram__floating-icon svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}


.ac-instagram__floating > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}


.ac-instagram__floating small {
  color: #71817d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}


.ac-instagram__floating strong {
  color: #183f3b;
  font-size: 14px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .ac-instagram__grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
  }

  .ac-instagram__image {
    height: 520px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ac-instagram {
    padding: 70px 0;
  }


  .ac-instagram__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }


  .ac-instagram__content {
    align-items: stretch;
  }


  .ac-instagram__title {
    text-align: center;
  }


  .ac-instagram__title h2 {
    font-size: clamp(36px, 11vw, 50px);
  }


  .ac-instagram__title p {
    max-width: 100%;
    font-size: 16px;
  }


  .ac-instagram__profile {
    max-width: 100%;
    margin-top: 28px;
  }


  .ac-instagram__info {
    max-width: 100%;
  }


  .ac-instagram__visual {
    width: 100%;
  }


  .ac-instagram__image {
    height: auto;
    aspect-ratio: 4 / 5;

    border-radius: 24px;
  }


  .ac-instagram__visual::before {
    right: -10px;
    top: -10px;
  }


  .ac-instagram__floating {
    left: 14px;
    right: 14px;
    bottom: 14px;

    width: auto;
  }

}


/* MOBILE PEQUENO */

@media (max-width: 420px) {

  .ac-instagram__profile {
    padding: 13px;
  }


  .ac-instagram__profile-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }


  .ac-instagram__profile-text strong {
    font-size: 14px;
  }


  .ac-instagram__info {
    gap: 12px;
  }


  .ac-instagram__image {
    aspect-ratio: 4 / 5;
  }

}

/* =========================================================
   FOOTER
========================================================= */

.ac-footer {
  padding:
    70px 0 25px;

  background:
    #021f2d;

  color: #fff;
}

.ac-footer__top {
  display: grid;

  grid-template-columns:
    1.6fr 1fr .8fr 1.2fr;

  gap: 45px;

  padding-bottom: 45px;
}

.ac-footer__brand img {
  width: 230px;

  max-height: 65px;

  object-fit: contain;
  object-position: left center;
}

.ac-footer__brand > p {
  max-width: 330px;

  margin: 20px 0 0;

  color:
    rgba(255,255,255,.50);

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.7;
}

.ac-footer__crm {
  margin-top: 23px;
}

.ac-footer__crm strong,
.ac-footer__crm span {
  display: block;
}

.ac-footer__crm strong {
  color: #fff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
}

.ac-footer__crm span {
  margin-top: 5px;

  color:
    rgba(255,255,255,.44);

  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  line-height: 1.5;
}

.ac-footer__column h3 {
  margin:
    7px 0 19px;

  color: #9fc8ce;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;

  text-transform: uppercase;
  letter-spacing: .08em;
}

.ac-footer__column p,
.ac-footer__column a {
  display: block;

  margin:
    0 0 9px;

  color:
    rgba(255,255,255,.56) !important;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.6;

  text-decoration: none !important;

  transition:
    color .25s ease;
}

.ac-footer__column a:hover {
  color: #fff !important;
}

.ac-footer__contact p {
  margin-top: 17px;
}

.ac-footer__notice {
  padding:
    20px 0;

  border-top:
    1px solid rgba(255,255,255,.08);

  border-bottom:
    1px solid rgba(255,255,255,.08);
}

.ac-footer__notice p {
  max-width: 1000px;

  margin: 0;

  color:
    rgba(255,255,255,.36);

  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  line-height: 1.7;
}

.ac-footer__bottom {
  min-height: 60px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  color:
    rgba(255,255,255,.34);

  font-family: "Montserrat", sans-serif;
  font-size: 8px;
}

.ac-footer__bottom a {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  color:
    rgba(255,255,255,.55) !important;

  text-decoration: none !important;
}

.ac-footer__bottom svg {
  width: 15px;
  height: 15px;

  fill: none;
  stroke: currentColor;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   RESPONSIVIDADE
========================================================= */

@media (max-width: 1024px) {

  .ac-footer__top {
    grid-template-columns:
      1.4fr 1fr 1fr;
  }

  .ac-footer__contact {
    grid-column:
      1 / -1;
  }

}


@media (max-width: 767px) {

  .ac-technique,
  .ac-location,
  .ac-final-cta,
  .ac-faq,
  .ac-instagram {
    padding:
      72px 0;
  }


  /* TÉCNICA */

  .ac-technique__head {
    text-align: left;
  }

  .ac-technique__head h2 {
    font-size:
      clamp(34px, 9vw, 44px);
  }

  .ac-technique__head p {
    margin:
      16px 0 0;

    text-align: justify;
  }

  .ac-technique__gallery {
    grid-template-columns:
      1fr;
  }

  .ac-technique__image {
    height: 330px;
  }

  .ac-technique__values {
    grid-template-columns:
      1fr;
  }


  /* LOCALIZAÇÃO */

  .ac-location__head h2 {
    font-size:
      clamp(35px, 9vw, 45px);
  }

  .ac-location__box {
    display: block;
  }

  .ac-location__map,
  .ac-location__map iframe {
    min-height: 350px;
  }

  .ac-location__info {
    padding: 26px 20px;
  }


  /* CTA */

  .ac-final-cta__inner {
    display: block;
  }

  .ac-final-cta__content h2 {
    font-size:
      clamp(37px, 10vw, 50px);
  }

  .ac-final-cta__content > p {
    font-size: 12px;

    text-align: justify;
  }

  .ac-final-cta__symbol {
    display: none;
  }

  .ac-final-cta__button {
    width: 100%;
  }


  /* FAQ */

  .ac-faq__head h2 {
    font-size:
      clamp(35px, 9vw, 45px);
  }

  .ac-faq__question {
    grid-template-columns:
      28px 1fr 38px;

    gap: 11px;

    min-height: 78px;
  }

  .ac-faq__title {
    font-size: 13px;
  }

  .ac-faq__answer p,
  .ac-faq__answer a {
    margin-left: 39px;
  }


  /* INSTAGRAM */

  .ac-instagram__head {
    display: block;
  }

  .ac-instagram__head h2 {
    font-size:
      clamp(35px, 9vw, 45px);
  }

  .ac-instagram__profile {
    margin-top: 23px;

    width: 100%;
  }

  .ac-instagram__feed {
    min-height: 220px;
  }


  /* FOOTER */

  .ac-footer {
    padding:
      55px 0 20px;
  }

  .ac-footer__top {
    grid-template-columns:
      1fr;

    gap: 32px;
  }

  .ac-footer__contact {
    grid-column: auto;
  }

  .ac-footer__bottom {
    flex-direction: column;

    align-items: flex-start;

    justify-content: center;

    padding-top: 18px;
  }

}/* =========================================================
   FIX FAQ — REMOVE HOVER / ACTIVE ROSA
   Cole no FINAL do CSS
========================================================= */

/* Estado normal */
.ac-faq__item,
.ac-faq__question,
.ac-faq__header,
.ac-faq button {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}


/* Hover */
.ac-faq__item:hover,
.ac-faq__question:hover,
.ac-faq__header:hover,
.ac-faq button:hover,
.ac-faq button:focus,
.ac-faq button:active {
    background: rgba(255, 255, 255, 0.035) !important;
    background-color: rgba(255, 255, 255, 0.035) !important;
    background-image: none !important;

    color: #ffffff !important;

    box-shadow: none !important;
}


/* FAQ aberto */
.ac-faq__item.is-open,
.ac-faq__item.active,
.ac-faq__item[open] {
    background: rgba(56, 122, 131, 0.10) !important;
    background-color: rgba(56, 122, 131, 0.10) !important;
}


/* Botão dentro do item aberto */
.ac-faq__item.is-open .ac-faq__question,
.ac-faq__item.active .ac-faq__question,
.ac-faq__item[open] .ac-faq__question,
.ac-faq__item.is-open button,
.ac-faq__item.active button,
.ac-faq__item[open] button {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    color: #ffffff !important;
}


/* Títulos */
.ac-faq__question,
.ac-faq__question *,
.ac-faq button,
.ac-faq button * {
    color: #ffffff !important;
}


/* Número 01 / 02 / 03 */
.ac-faq__number {
    color: #91ADB3 !important;
}


/* Botão + */
.ac-faq__icon {
    background: rgba(255, 255, 255, 0.025) !important;

    border-color: rgba(145, 173, 179, 0.25) !important;

    color: #91ADB3 !important;

    transition:
        background .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease !important;
}


/* Hover do + */
.ac-faq__question:hover .ac-faq__icon,
.ac-faq button:hover .ac-faq__icon {
    background: rgba(56, 122, 131, 0.22) !important;

    border-color: rgba(145, 173, 179, 0.55) !important;

    color: #ffffff !important;
}


/* Item aberto */
.ac-faq__item.is-open .ac-faq__icon,
.ac-faq__item.active .ac-faq__icon,
.ac-faq__item[open] .ac-faq__icon {
    background: #387A83 !important;

    border-color: #387A83 !important;

    color: #ffffff !important;
}


/* Remove qualquer rosa herdado do Elementor */
.ac-faq a:hover,
.ac-faq button:hover,
.ac-faq button:focus,
.ac-faq button:active,
.ac-faq [role="button"]:hover,
.ac-faq [aria-expanded="true"] {
    --e-global-color-accent: #387A83 !important;

    color: #ffffff !important;

    outline: none !important;
}


/* Transição elegante no item inteiro */
.ac-faq__item {
    transition:
        background .3s ease,
        border-color .3s ease !important;
}


/* Hover discreto azul petróleo */
.ac-faq__item:hover {
    background: linear-gradient(
        90deg,
        rgba(56, 122, 131, 0.08),
        rgba(4, 84, 121, 0.025)
    ) !important;
}/* =========================================================
   FAQ MOBILE — CORREÇÃO DE CORTE / OVERFLOW
   COLAR NO FINAL DO CSS
========================================================= */

@media (max-width: 767px) {

  /* GARANTE QUE A DOBRA NÃO ESTOURE A LARGURA */
  .ac-faq,
  .ac-faq .ac-container,
  .ac-faq__list,
  .ac-faq__item,
  .ac-faq__question,
  .ac-faq__answer,
  .ac-faq__answer > div {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }


  .ac-faq {
    overflow-x: hidden !important;
  }


  /* MAIS RESPIRO LATERAL */
  .ac-faq .ac-container {
    width: calc(100% - 30px) !important;
    margin-inline: auto !important;
  }


  /* =====================================================
     CABEÇALHO
  ===================================================== */

  .ac-faq__head {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
  }


  .ac-faq__head h2 {
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }


  .ac-faq__head p {
    max-width: 100% !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
  }


  /* =====================================================
     ITEM
  ===================================================== */

  .ac-faq__item {
    width: 100% !important;
    overflow: hidden !important;
  }


  /* GRID REFEITO:
     número | pergunta | botão */
  .ac-faq__question {
    width: 100% !important;

    min-height: 88px !important;

    padding: 16px 0 !important;

    display: grid !important;

    grid-template-columns:
      34px minmax(0, 1fr) 42px !important;

    column-gap: 12px !important;

    align-items: center !important;

    overflow: visible !important;
  }


  /* NÚMERO */
  .ac-faq__number {
    width: 34px !important;

    min-width: 34px !important;

    font-size: 9px !important;

    text-align: left !important;
  }


  /* =====================================================
     TEXTO DA PERGUNTA
  ===================================================== */

  .ac-faq__title {
    min-width: 0 !important;

    width: 100% !important;

    max-width: 100% !important;

    padding-right: 2px !important;

    color: #ffffff !important;

    font-size: 13px !important;

    line-height: 1.42 !important;

    white-space: normal !important;

    word-break: normal !important;

    overflow-wrap: break-word !important;

    hyphens: none !important;

    text-overflow: clip !important;

    overflow: visible !important;
  }


  /* =====================================================
     BOTÃO +
  ===================================================== */

  .ac-faq__plus {
    position: relative !important;

    width: 40px !important;
    height: 40px !important;

    min-width: 40px !important;

    flex: 0 0 40px !important;

    justify-self: end !important;

    margin: 0 !important;

    border:
      1px solid rgba(145,173,179,.28) !important;

    border-radius: 50% !important;

    background:
      rgba(255,255,255,.025) !important;
  }


  .ac-faq__plus span {
    position: absolute !important;

    left: 50% !important;
    top: 50% !important;

    width: 13px !important;
    height: 1px !important;

    background: #91ADB3 !important;

    transform:
      translate(-50%, -50%) !important;
  }


  .ac-faq__plus span:nth-child(2) {
    transform:
      translate(-50%, -50%)
      rotate(90deg) !important;
  }


  .ac-faq__item.is-open
  .ac-faq__plus span:nth-child(2) {
    transform:
      translate(-50%, -50%)
      rotate(0deg) !important;
  }


  /* =====================================================
     RESPOSTA
  ===================================================== */

  .ac-faq__answer {
    width: 100% !important;

    overflow: hidden !important;
  }


  .ac-faq__answer > div {
    width: 100% !important;

    min-width: 0 !important;

    overflow: hidden !important;
  }


  .ac-faq__answer p {
    width: auto !important;

    max-width: none !important;

    margin:
      0 0 22px 46px !important;

    padding-right: 6px !important;

    color:
      rgba(255,255,255,.72) !important;

    font-size: 11.5px !important;

    line-height: 1.7 !important;

    white-space: normal !important;

    word-break: normal !important;

    overflow-wrap: break-word !important;

    text-align: left !important;
  }


  .ac-faq__answer a {
    display: inline-block !important;

    max-width:
      calc(100% - 46px) !important;

    margin:
      0 0 22px 46px !important;

    white-space: normal !important;
  }

}


/* =========================================================
   CELULARES MENORES
========================================================= */

@media (max-width: 480px) {

  .ac-faq .ac-container {
    width:
      calc(100% - 28px) !important;
  }


  .ac-faq__question {
    grid-template-columns:
      30px minmax(0, 1fr) 38px !important;

    column-gap: 10px !important;

    min-height: 84px !important;

    padding:
      14px 0 !important;
  }


  .ac-faq__number {
    width: 30px !important;
    min-width: 30px !important;
  }


  .ac-faq__title {
    font-size: 12.5px !important;
    line-height: 1.4 !important;
  }


  .ac-faq__plus {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }


  .ac-faq__answer p,
  .ac-faq__answer a {
    margin-left: 40px !important;
  }


  .ac-faq__answer p {
    padding-right: 2px !important;
  }

}/* =========================================================
   INSTAGRAM — ALINHAR IMAGEM AO TOPO
========================================================= */

.ac-instagram__grid {
  align-items: start;
}

.ac-instagram__visual {
  align-self: start;
  margin-top: 0;
}

.ac-instagram__image {
  margin-top: 0;
}

/* Mobile mantém o fluxo normal */
@media (max-width: 767px) {
  .ac-instagram__visual {
    align-self: stretch;
  }
}/* =========================================================
   INSTAGRAM — IMAGEM COMEÇANDO PELO TOPO DO FRAME
========================================================= */

.ac-instagram__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* IMPORTANTE: ancora a imagem no topo */
  object-position: center top !important;
}

/* Mobile */
@media (max-width: 767px) {
  .ac-instagram__image img {
    object-position: center top !important;
  }
}/* End custom CSS */