@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

#bdv-carousel.bdv-carousel {
  position: relative;
  width: 100vw;
  height: 846px;
  min-height: 846px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #122025;
  color: #ffffff;
}

#bdv-carousel .bdv-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 846px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease, visibility .7s ease;
}

#bdv-carousel .bdv-slide.active {
  opacity: 1;
  visibility: visible;
}

#bdv-carousel .bdv-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(18, 32, 37, 0.92) 0%,
    rgba(18, 32, 37, 0.78) 34%,
    rgba(18, 32, 37, 0.35) 62%,
    rgba(18, 32, 37, 0.05) 100%
  );
}

#bdv-carousel .bdv-content {
  position: absolute;
  z-index: 2;
  left: 120px;
  top: 220px;
  width: 760px;
  max-width: calc(100vw - 240px);
  padding: 0;
}

#bdv-carousel .bdv-title-small {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 90%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

#bdv-carousel .bdv-title-big {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  font-size: 120px;
  line-height: 86%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 28px 0;
  padding: 0;
  max-width: 900px;
}

#bdv-carousel .bdv-subtitle {
  font-family: "Futura Md BT", "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
  width: 532px;
  max-width: 100%;
  margin: 0 0 46px 0;
  padding: 0;
}

#bdv-carousel .bdv-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 72px;
  padding: 10px 36px;
  border-radius: 32px;
  background: #FA9D0F;
  color: #ffffff;
  font-family: "Futura Md BT", "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  border: none;
  box-shadow: none;
  overflow: visible;
  transition: transform .25s ease, background .25s ease;
}

#bdv-carousel .bdv-button:hover {
  background: #EF7D00;
  color: #ffffff;
  transform: translateY(-2px);
}

#bdv-carousel .bdv-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  height: 12px;
}

#bdv-carousel .bdv-dot {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  appearance: none;
}

#bdv-carousel .bdv-dot.active {
  background: #EF7D00;
  border-color: #EF7D00;
}

#bdv-carousel .bdv-loading {
  padding: 60px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
}

/* Telas médias / editor do Elementor */
@media (max-width: 1200px) {
  #bdv-carousel.bdv-carousel,
  #bdv-carousel .bdv-slide {
    height: 780px;
    min-height: 780px;
  }

  #bdv-carousel .bdv-content {
    left: 64px;
    top: 210px;
    width: 620px;
    max-width: calc(100vw - 128px);
  }

  #bdv-carousel .bdv-title-small {
    font-size: 54px;
  }

  #bdv-carousel .bdv-title-big {
    font-size: 94px;
    line-height: 88%;
    max-width: 640px;
  }

  #bdv-carousel .bdv-subtitle {
    font-size: 22px;
    width: 500px;
    margin-bottom: 38px;
  }

  #bdv-carousel .bdv-dots {
    bottom: 54px;
  }
}

/* Tablet */
@media (max-width: 900px) {
  #bdv-carousel.bdv-carousel,
  #bdv-carousel .bdv-slide {
    height: 760px;
    min-height: 760px;
  }

  #bdv-carousel .bdv-slide {
    background-position: center center;
  }

  #bdv-carousel .bdv-content {
    left: 52px;
    top: 210px;
    width: 560px;
    max-width: calc(100vw - 104px);
  }

  #bdv-carousel .bdv-title-small {
    font-size: 48px;
  }

  #bdv-carousel .bdv-title-big {
    font-size: 82px;
    line-height: 88%;
    max-width: 560px;
    margin-bottom: 24px;
  }

  #bdv-carousel .bdv-subtitle {
    font-size: 21px;
    width: 480px;
    margin-bottom: 34px;
  }

  #bdv-carousel .bdv-button {
    width: 240px;
    height: 66px;
    font-size: 19px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  #bdv-carousel.bdv-carousel,
  #bdv-carousel .bdv-slide {
    height: 720px;
    min-height: 720px;
  }

  #bdv-carousel .bdv-slide {
    background-position: center center;
  }

  #bdv-carousel .bdv-slide::before {
    background: linear-gradient(
      90deg,
      rgba(18, 32, 37, 0.94) 0%,
      rgba(18, 32, 37, 0.84) 58%,
      rgba(18, 32, 37, 0.45) 100%
    );
  }

  #bdv-carousel .bdv-content {
    left: 28px;
    top: 185px;
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }

  #bdv-carousel .bdv-title-small {
    font-size: 42px;
    line-height: 92%;
  }

  #bdv-carousel .bdv-title-big {
    font-size: 70px;
    line-height: 88%;
    max-width: 100%;
    margin-bottom: 22px;
  }

  #bdv-carousel .bdv-subtitle {
    font-size: 20px;
    width: 100%;
    margin-bottom: 34px;
  }

  #bdv-carousel .bdv-button {
    width: 230px;
    height: 64px;
    font-size: 18px;
  }

  #bdv-carousel .bdv-dots {
    bottom: 32px;
    gap: 14px;
  }
}
/* força a seção do menu a ficar absoluta por cima do hero */
.bdv-menu-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 120px !important;
  z-index: 99999 !important;
  background: transparent !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* remove o fundo preto do menu e containers internos */
.bdv-menu-overlay,
.bdv-menu-overlay .elementor-container,
.bdv-menu-overlay .elementor-widget-wrap,
.bdv-menu-overlay .elementor-column,
.bdv-menu-overlay .e-con,
.bdv-menu-overlay .e-con-inner,
.bdv-menu-overlay .elementor-element,
.bdv-menu-overlay .elementor-widget-container {
  background: transparent !important;
  background-color: transparent !important;
}

/* deixa logo e links por cima */
.bdv-menu-overlay img,
.bdv-menu-overlay a,
.bdv-menu-overlay nav,
.bdv-menu-overlay .elementor-nav-menu,
.bdv-menu-overlay .elementor-widget-nav-menu {
  position: relative !important;
  z-index: 100000 !important;
}

/* garante que o hero comece lá de cima */
#bdv-carousel {
  margin-top: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}