/* HERO banner base */
.hero-banner {
  padding: 0;
  background: #F9F9F9;
  position: relative;
  z-index: 1;
}

.hero-banner-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;          /* fallback */
  height: 100svh;         /* iOS safe viewport */
}

@supports (height: 100dvh){
  .hero-banner-wrapper{
    height: 70dvh;       /* browsers modernos */
  }
}

/* Slider ocupa o wrapper */
.hero-banner-wrapper .hero-swiper,
.hero-banner-wrapper .swiper-wrapper,
.hero-banner-wrapper .swiper-slide {
  height: 100%;
}

/* Media (img ou video) */
.hero-banner-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Overlay gradient */
.hero-banner-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.23) 30%,
    rgba(0, 0, 0, 0.10) 100%
  );
}

/* Content overlay */
.hero-banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  color: #fff;
}

/* Desktop */
@media (max-width: 980px) {
  .blueBox h1 { font-size: 80px; }
}

/* Tablet */
@media (max-width: 1120px) {
  .hero-banner-content { padding: 30px; }
}

/* Mobile: mostrar a imagem inteira (sem cortar) */
@media (max-width: 782px) {
  .hero-banner-content { padding: 22px; }
  .h1-bnn { font-size: 40px !important; margin-bottom: 18px; }

  /* chave: no mobile a imagem vira "contain" */
  .hero-banner-media{
    object-fit: contain;
    object-position: center;
    background: #F9F9F9; /* cor das “bordas” do contain */
  }

  /* reduz altura no mobile pra não ficar “borda gigante” */
  .hero-banner-wrapper{
    height: 78vh;
    height: 78svh;
  }
  @supports (height: 100dvh){
    .hero-banner-wrapper{
      height: 78dvh;
    }
  }
}

/* Menu overlay */
.menu.scroll-section {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999 !important;
  background: #FFF;
}

.page { overflow: visible !important; }

body.admin-bar .menu.scroll-section { top: 32px !important; }

@media screen and (max-width: 782px) {
  body.admin-bar .menu.scroll-section { top: 46px !important; }
}

body.admin-bar .hero-banner {
  padding-top: calc(15px + 32px);
}

/* Pagination */
.hero-banner-wrapper .hero-pagination {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  padding-bottom: 10px;
  width: auto;
}

.hero-banner-wrapper .hero-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 0 !important;
  border-radius: 999px;
  background: #DC2A0B;
  opacity: 0.35;
}

.hero-banner-wrapper .hero-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
 
@media (max-width: 782px) {
  .hero-banner-wrapper{
    height: 62vh;
    height: 62svh;
  }
  @supports (height: 100dvh){
    .hero-banner-wrapper{height: 60dvh;}
  }

  .hero-banner-media{
    height: 100%;
    object-fit: cover;
    object-position: 73% 35%;
  }

  .hero-banner-content { padding: 22px; }
  .h1-bnn { font-size: 40px !important; margin-bottom: 18px; }
}

/* ================= Contact ================= */
.contact-section{
  padding: 50px 0;
  background: #fff;
}

.contact-grid{
  /* display:flex; */
  gap: clamp(30px, 4vw, 80px);
  /* align-items:flex-start; */
  /* place-self: center; */
  max-width: 1500px;
}

.contact-left{
  flex: 1.1;
  min-width: 320px;
}

.contact-right{
  /* flex: 1; */
  /* min-width: 320px; */
}

/* left text */
.contact-copy p{color: #000;max-width:450px;
/* p */font-family: Avenir;font-size: 18px;font-style: normal;font-weight: 400;line-height: 26px; /* 144.444% */margin-bottom: 50px;}

/* logos */
.contact-logos{
  margin: 0 0 26px;
}
.contact-logos img{
  width: min(320px, 100%);
  height: auto;
  display:block;
  margin-bottom: 50px;
  object-position: center;
}

/* info lines */
.contact-info{
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin: 0 0 18px;
}

.contact-line{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  text-decoration:none;
  color: var(--main, #000);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-line img{
  width: 17px;
  height: auto;
  margin-top: 2px;
  display:block;
  flex: 0 0 16px;
}
.contact-line:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* socials */
.contact-social{
  display:flex;
  align-items:center;
  gap: 17px;
}
.contact-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  /* width: 28px; */
  height: 28px;
  /* border-radius: 999px; */
}
.contact-social img{
  width: 18px;
  height: 18px;
  display:block;
  opacity: .9;
  transition: opacity .2s ease, transform .2s ease;
}
span.loc-icon {
    margin-top: 3px;
}
.contact-social a:hover img{
  opacity: 1;
  transform: translateY(-1px);
}

/* ============ Gravity Forms (ID 1) styling ============ */
 

 
/* Responsive */
@media (max-width: 980px){
  .contact-grid{
    flex-direction:column;
    /* place-self: baseline; */
  }
  .contact-right .gform_wrapper{
    margin-left: 0;
    max-width: 100%;
  }
  .contact-right .gfield--width-half{
    width: 100% !important;
  }
.contact-copy p{max-width:100%}
}

