.elementor-141 .elementor-element.elementor-element-7cbd9e3{--display:flex;--min-height:90vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-141 .elementor-element.elementor-element-7cbd9e3::before, .elementor-141 .elementor-element.elementor-element-7cbd9e3 > .elementor-background-video-container::before, .elementor-141 .elementor-element.elementor-element-7cbd9e3 > .e-con-inner > .elementor-background-video-container::before, .elementor-141 .elementor-element.elementor-element-7cbd9e3 > .elementor-background-slideshow::before, .elementor-141 .elementor-element.elementor-element-7cbd9e3 > .e-con-inner > .elementor-background-slideshow::before, .elementor-141 .elementor-element.elementor-element-7cbd9e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-141 .elementor-element.elementor-element-42e8a72{--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-141 .elementor-element.elementor-element-1d846ab{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:00px;--margin-bottom:00px;--margin-left:00px;--margin-right:00px;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-141 .elementor-element.elementor-element-76f5b8f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-141 .elementor-element.elementor-element-3697a21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-141 .elementor-element.elementor-element-46fc6ed{--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-141 .elementor-element.elementor-element-aa2983c{--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-141 .elementor-element.elementor-element-257eb98{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-141 .elementor-element.elementor-element-7cbd9e3{--width:100%;}}@media(max-width:1024px){.elementor-141 .elementor-element.elementor-element-1d846ab{--justify-content:space-between;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:32px 32px;--row-gap:32px;--column-gap:32px;--flex-wrap:wrap;--align-content:center;--padding-top:0px;--padding-bottom:40px;--padding-left:24px;--padding-right:24px;}}@media(max-width:767px){.elementor-141 .elementor-element.elementor-element-1d846ab{--padding-top:36px;--padding-bottom:40px;--padding-left:18px;--padding-right:18px;}}/* Start custom CSS for html, class: .elementor-element-3688051 *//* ===== GISELE HERO (unique classes) ===== */
.gisele-hero{
  position: relative;
  width: 100%;
  min-height: 90vh;
  overflow: hidden;
  border-radius: 0;
  isolation: isolate;
}

.gisele-hero,
.gisele-hero *{
  box-sizing: border-box;
}

.gisele-hero__slide{
  position: absolute;
  inset: 0;
  background-image: var(--giseleBg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0;
  transform: scale(1.03);
  transition: opacity .7s ease, transform 1.2s ease;
}

.gisele-hero__slide.is-active{
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.gisele-hero__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.25) 45%,
    rgba(0,0,0,.10) 100%
  );
  z-index: 3;
  pointer-events: none;
}

.gisele-hero__content{
  position: relative;
  z-index: 4;

  height: 100%;
  width: min(1100px, 92%);
  margin: 0 auto;

  display: flex;
  align-items: center;

  padding: clamp(24px, 4vw, 64px) 0;
  pointer-events: auto;
}

.gisele-hero__text{
  max-width: 680px;
  color: #fff;
}

.gisele-hero__text h1{
  margin: 0 0 14px 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.02em;
}

.gisele-hero__text p{
  margin: 0 0 22px 0;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.55;
  opacity: .95;
}

.gisele-hero__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background: #c89a2b;
  color: #fff !important;
  text-decoration: none !important;

  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 600;

  border: 2px solid rgba(255,255,255,.65);
  transition: transform .15s ease, filter .2s ease;
}

.gisele-hero__btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.gisele-hero__nav{
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.gisele-hero__arrow{
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 44px;
  height: 44px;
  border-radius: 999px;

  border: 1px solid rgba(255,255,255,.55);
  background: rgba(0,0,0,.25);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  user-select: none;

  font-size: 22px;
  line-height: 1;
}

.gisele-hero__arrow:hover{
  background: rgba(0,0,0,.35);
}

.gisele-hero__arrow--prev{ left: 16px; }
.gisele-hero__arrow--next{ right: 16px; }

.gisele-hero__dots{
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  pointer-events: auto;
}

.gisele-hero__dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(255,255,255,.25);
  cursor: pointer;
  padding: 0;
}

.gisele-hero__dot.is-active{
  background: #fff;
  width: 26px;
}

/* Mobile */
@media (max-width: 768px){
  .gisele-hero{ min-height: 75vh; }

  .gisele-hero__overlay{
    background: linear-gradient(
      180deg,
      rgba(0,0,0,.55) 0%,
      rgba(0,0,0,.20) 60%,
      rgba(0,0,0,.10) 100%
    );
  }

  .gisele-hero__arrow{ display: none; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-42e8a72 */.bm-sec--instituicoes{
  width:100%;
  padding: clamp(36px, 5vw, 72px) 18px clamp(60px, 7vw, 100px);
  background: var(--bm-bg);
  margin-top:-1px;
  border-top: 1px solid rgba(0,0,0,.03);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-780b7fb */.bm-sec--programas{
  position: relative;
  width: 100%;
  padding: clamp(64px, 6vw, 104px) 18px;
  background: linear-gradient(180deg, #f9f7f3 0%, #f3efe8 100%);
  overflow: hidden;
}

.bm-wrap{
  max-width: 1200px;
  margin: 0 auto;
}

.bm-sec--programas .bm-sec__head{
  text-align: center;
  margin-bottom: clamp(28px, 3vw, 42px);
}

.bm-sec--programas h2{
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0 0 12px 0;
  color: #111;
}

.bm-sec--programas h2::after{
  content:"";
  display:block;
  width: 60px;
  height: 3px;
  margin: 18px auto 0;
  background: #C99A2E;
  border-radius: 2px;
}

.bm-sec--programas p{
  margin: 0;
  color: rgba(17,17,17,.70);
  font-size: 16px;
  line-height: 1.6;
}

.bm-prog-grid{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 26px);
  align-items: start;
}

.bm-prog{
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.bm-prog:hover{
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0,0,0,.09);
}

.bm-prog__link{
  display: block;
  color: inherit;
  text-decoration: none;
}

.bm-prog__link,
.bm-prog__link:link,
.bm-prog__link:visited,
.bm-prog__link:hover,
.bm-prog__link:active,
.bm-prog__link:focus{
  color: inherit;
  text-decoration: none;
}

.bm-prog__image{
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #eee7db;
  position: relative;
}

.bm-prog__image::after{
  content:"";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 100%);
  pointer-events: none;
}

.bm-prog__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform .45s ease;
}

.bm-prog:hover .bm-prog__image img{
  transform: scale(1.04);
}

.bm-prog__content{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 18px 18px;
}

.bm-prog__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
}

.bm-prog__title{
  font-weight: 600;
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.2px;
}

.bm-prog__meta{
  font-size: 13px;
  color: rgba(17,17,17,.58);
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.06);
  background: rgba(0,0,0,.02);
  white-space: nowrap;
  flex-shrink: 0;
  transition: all .25s ease;
}

.bm-prog:hover .bm-prog__meta{
  border-color: rgba(201,154,46,.26);
  background: rgba(201,154,46,.06);
  color: rgba(17,17,17,.78);
}

.bm-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bm-tag{
  font-size: 13px;
  color: rgba(17,17,17,.72);
  background: rgba(201,154,46,.10);
  border: 1px solid rgba(201,154,46,.18);
  padding: 8px 10px;
  border-radius: 999px;
}

.bm-prog--featured{
  border-color: rgba(201,154,46,.28);
  box-shadow: 0 18px 42px rgba(201,154,46,.10);
  position: relative;
}

.bm-prog--featured::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, #C99A2E 0%, #E5C46A 50%, #C99A2E 100%);
}

.bm-reveal{
  opacity: 1;
  transform: none;
}

.js .bm-reveal{
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
  transition-delay: var(--d, 0ms);
}

.js .bm-reveal.is-in{
  opacity: 1;
  transform: translateY(0);
}

.bm-prog--idiomas .bm-prog__image img{
  object-position: center 24%;
}

.bm-prog--trabalho .bm-prog__image img{
  object-position: center 34%;
}

.bm-prog--colleges .bm-prog__image img{
  object-position: center 40%;
}

.bm-prog--universidades .bm-prog__image img{
  object-position: center 58%;
}

.bm-prog--teens .bm-prog__image img{
  object-position: center 34%;
}

.bm-prog--highschool .bm-prog__image img{
  object-position: center 12%;
}

.bm-prog--mulheres .bm-prog__image img{
  object-position: center 38%;
}

.bm-prog--viagens .bm-prog__image img{
  object-position: center 52%;
}

@media (max-width: 1024px){
  .bm-prog-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bm-prog__image{
    height: 170px;
  }

  .bm-prog--universidades .bm-prog__image img{
    object-position: center 54%;
  }

  .bm-prog--highschool .bm-prog__image img{
    object-position: center 16%;
  }
}

@media (max-width: 767px){
  .bm-prog-grid{
    grid-template-columns: 1fr;
  }

  .bm-prog__image{
    height: 220px;
  }

  .bm-prog__top{
    flex-direction: column;
    align-items: flex-start;
  }

  .bm-prog__title{
    font-size: 19px;
  }

  .bm-prog--universidades .bm-prog__image img{
    object-position: center 50%;
  }

  .bm-prog--highschool .bm-prog__image img{
    object-position: center 20%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3697a21 */.bm-reveal{
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0b884a *//* ===== Item 6 - Por que escolher ===== */
.bm-sec--pq{
  width: 100%;
  padding: clamp(56px, 6vw, 92px) 18px;
  background: #f9f7f3;
}

.bm-sec--pq .bm-wrap{
  max-width: 1100px;
  margin: 0 auto;
}

.bm-pq{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  background: linear-gradient(180deg, #f9f7f3 0%, #f4efe6 100%);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 24px;
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 24px 60px rgba(0,0,0,.06);
}

.bm-kicker{
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(17,17,17,.55);
  margin-bottom: 10px;
}

.bm-sec--pq h2{
  margin: 0 0 12px 0;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.6px;
  color: #111;
  line-height: 1.12;
}

.bm-pq__lead{
  margin: 0 0 16px 0;
  color: rgba(17,17,17,.74);
  line-height: 1.6;
  font-size: 16px;
  max-width: 56ch;
}

.bm-pq__list{
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  display: grid;
  gap: 10px;
}

.bm-pq__list li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(17,17,17,.78);
  font-size: 15px;
  line-height: 1.45;
}

.bm-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #C99A2E;
  margin-top: 5px;
  box-shadow: 0 8px 18px rgba(201,154,46,.35);
  flex: 0 0 10px;
}

/* Botão */
.bm-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  user-select: none;
}

.bm-btn--wa{
  background: #C99A2E;
  color: #fff;
  box-shadow: 0 18px 40px rgba(201,154,46,.28);
}

.bm-btn--wa:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 60px rgba(201,154,46,.34);
  filter: brightness(1.02);
}

.bm-note{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(17,17,17,.56);
}

/* imagem */
.bm-photo{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 22px 60px rgba(0,0,0,.10);
  background: #fff;
}

.bm-photo img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* responsivo */
@media (max-width: 900px){
  .bm-pq{
    grid-template-columns: 1fr;
  }
  .bm-photo img{
    aspect-ratio: 16 / 10;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b62d3d *//* ===== Depoimentos ===== */
.bm-sec--depo{
  position: relative;
  width: 100%;
  padding: clamp(64px, 6vw, 104px) 18px;
  background: linear-gradient(180deg, #FFFCF6 0%, #FBF7EF 55%, #F7F2E8 100%);
  overflow: hidden;
}

/* manchas suaves de fundo */
.bm-sec--depo::before,
.bm-sec--depo::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(70px);
  opacity: .22;
}

.bm-sec--depo::before{
  width: 260px;
  height: 260px;
  top: 80px;
  left: -80px;
  background: rgba(234,205,105,.50);
}

.bm-sec--depo::after{
  width: 300px;
  height: 300px;
  right: -90px;
  bottom: 40px;
  background: rgba(201,154,46,.16);
}

.bm-sec--depo .bm-wrap{
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bm-sec--depo .bm-sec__head{
  text-align: center;
  margin-bottom: clamp(24px, 3vw, 38px);
}

.bm-kicker{
  font-size: 11px;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: rgba(17,17,17,.50);
  margin-bottom: 12px;
}

.bm-sec--depo h2{
  margin: 0 0 14px 0;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #111;
}

.bm-sec--depo p{
  margin: 0;
  color: rgba(17,17,17,.70);
  font-size: 16px;
  line-height: 1.6;
}

/* slider */
.bm-depo{
  position: relative;
  margin-top: 30px;
}

.bm-depo__viewport{
  overflow: hidden;
  border-radius: 26px;
}

.bm-depo__track{
  display: flex;
  gap: 20px;
  transform: translateX(0);
  transition: transform .6s ease;
  will-change: transform;
  padding: 10px 8px 12px;
}

.bm-tcard{
  flex: 0 0 calc(50% - 10px);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(201,154,46,.12);
  border-radius: 22px;
  padding: 24px;
  box-shadow:
    0 16px 34px rgba(0,0,0,.05),
    0 6px 18px rgba(201,154,46,.06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
}

.bm-tcard::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  border-top-left-radius:22px;
  border-top-right-radius:22px;
  background: linear-gradient(90deg, rgba(201,154,46,.0) 0%, rgba(201,154,46,.85) 50%, rgba(201,154,46,.0) 100%);
  opacity: .75;
}

.bm-tcard:hover{
  transform: translateY(-4px);
  border-color: rgba(201,154,46,.22);
  box-shadow:
    0 24px 48px rgba(0,0,0,.07),
    0 12px 24px rgba(201,154,46,.08);
}

.bm-tcard__top{
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: center;
  margin-bottom: 16px;
}

.bm-avatar{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(234,205,105,.18) 0%, rgba(201,154,46,.12) 100%);
  border: 1px solid rgba(201,154,46,.24);
  color: #A27817;
  font-weight: 700;
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}

.bm-tcard__name{
  font-weight: 700;
  color: #C99A2E;
  line-height: 1.1;
  font-size: 15px;
}

.bm-tcard__meta{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 5px;
  color: rgba(17,17,17,.55);
  font-size: 13px;
  flex-wrap: wrap;
}

.bm-stars{
  color: #C99A2E;
  letter-spacing: 1px;
  font-size: 12px;
}

.bm-dest{
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.bm-tcard__text{
  margin: 0;
  color: rgba(17,17,17,.74);
  line-height: 1.8;
  font-size: 15px;
}

/* nav */
.bm-depo__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(201,154,46,.14);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 16px 34px rgba(0,0,0,.10);
  color: rgba(17,17,17,.70);
  font-size: 24px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
  z-index: 3;
}

.bm-depo__nav:hover{
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 22px 50px rgba(0,0,0,.14);
  border-color: rgba(201,154,46,.24);
  background: rgba(255,255,255,.96);
}

.bm-depo__prev{ left: -12px; }
.bm-depo__next{ right: -12px; }

/* dots */
.bm-depo__dots{
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 16px 0 0;
}

.bm-dotbtn{
  width: 26px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(17,17,17,.10);
  cursor: pointer;
  transition: background .25s ease, width .25s ease, transform .25s ease, border-color .25s ease;
}

.bm-dotbtn.is-active{
  width: 36px;
  background: rgba(201,154,46,.88);
  border-color: rgba(201,154,46,.35);
}

/* CTA bottom */
.bm-depo__cta{
  text-align: center;
  margin-top: 28px;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.bm-depo__cta p{
  font-size: 16px;
  color: rgba(17,17,17,.76);
}

.bm-btn--gold{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, #D3A22E 0%, #C99A2E 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 16px 34px rgba(201,154,46,.25);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.bm-btn--gold:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(201,154,46,.30);
  filter: brightness(1.02);
}

/* responsive */
@media (max-width: 980px){
  .bm-tcard{
    flex-basis: 100%;
  }

  .bm-depo__prev{
    left: 6px;
  }

  .bm-depo__next{
    right: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1170198 *//* ===== Formulário ===== */
.bm-sec--form{
  width: 100%;
  padding: clamp(70px, 7vw, 110px) 18px;
  background: linear-gradient(180deg, #f9f3e7 0%, #f7efe0 100%);
  overflow: hidden;
}

.bm-sec--form .bm-wrap{
  max-width: 920px;
  margin: 0 auto;
}

.bm-sec--form .bm-sec__head{
  text-align: center;
  margin-bottom: clamp(18px, 3vw, 28px);
}

.bm-sec--form h2{
  margin: 0 0 14px 0;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #C99A2E;
  letter-spacing: -0.6px;
}

.bm-sec--form p{
  margin: 0;
  max-width: 720px;
  margin-inline: auto;
  color: rgba(17,17,17,.75);
  font-size: 15.5px;
  line-height: 1.7;
}

.bm-form__cta{
  display: grid;
  gap: 16px;
  justify-items: center;
  margin-top: 26px;
  margin-bottom: 26px;
}

.bm-form__or{
  color: rgba(17,17,17,.70);
  font-size: 13.5px;
}

.bm-form{
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 22px;
  padding: clamp(18px, 3vw, 26px);
  box-shadow: 0 24px 70px rgba(0,0,0,.08);
  backdrop-filter: blur(6px);
}

.bm-fields{
  display: grid;
  gap: 14px;
}

.bm-field{
  display: grid;
  gap: 8px;
}

.bm-label{
  font-size: 13px;
  font-weight: 600;
  color: rgba(17,17,17,.78);
}

.bm-input{
  width: 100%;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.bm-input::placeholder{
  color: rgba(17,17,17,.45);
}

.bm-input:focus{
  border-color: rgba(201,154,46,.55);
  box-shadow: 0 0 0 4px rgba(201,154,46,.16);
}

.bm-field--select .bm-input{
  padding-right: 42px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(17,17,17,.55) 50%),
    linear-gradient(135deg, rgba(17,17,17,.55) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 19px,
    calc(100% - 12px) 19px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.bm-form__actions{
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 18px;
}

.bm-btn--wide{
  min-width: min(420px, 100%);
}

.bm-form__note{
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: rgba(17,17,17,.55);
}

.bm-error{
  display: none;
  color: #b42318;
  font-size: 12px;
  margin-top: -2px;
}

.bm-field.is-invalid .bm-input{
  border-color: rgba(180,35,24,.55);
  box-shadow: 0 0 0 4px rgba(180,35,24,.12);
}

.bm-field.is-invalid .bm-error{
  display: block;
}

.bm-form__success{
  display: none;
  margin-top: 16px;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(34,197,94,.12);
  border: 1px solid rgba(34,197,94,.24);
  color: rgba(17,17,17,.80);
  text-align: center;
}

.bm-form.is-success .bm-form__success{
  display: block;
}

/* Responsivo */
@media (max-width: 700px){
  .bm-sec--form{ padding-inline: 16px; }
  .bm-form{ padding: 18px; }
}/* End custom CSS */
/* Start custom CSS *//* Links */
a:hover, a:focus {
  color: var(--e-global-color-accent) !important;
}

/* Botões Elementor */
.elementor-button:hover,
.elementor-button:focus {
  background-color: var(--e-global-color-accent) !important;
  border-color: var(--e-global-color-accent) !important;
}

/* Ícones / ícones em links */
.elementor-icon:hover,
.elementor-icon i:hover,
.elementor-icon-box-wrapper:hover .elementor-icon,
.elementor-social-icon:hover {
  color: var(--e-global-color-accent) !important;
}

/* Bordas/hover “vermelho” em alguns elementos */
*:focus {
  outline-color: var(--e-global-color-accent) !important;
}

/* 1) Mata o hover rosa genérico do reset.css (mantendo sua paleta) */
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: var(--e-global-color-primary) !important; /* ou accent */
  color: #fff !important;
}

/* 2) Garante no Elementor (caso o botão seja <a class="elementor-button">) */
.elementor a.elementor-button:hover,
.elementor a.elementor-button:focus,
.elementor .elementor-button:hover,
.elementor .elementor-button:focus {
  background-color: var(--e-global-color-primary) !important; /* ou accent */
  border-color: var(--e-global-color-primary) !important;
  color: #fff !important;
}/* End custom CSS */