/* Importando Gotham-Black (.otf) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900; /* Black */
  font-style: normal;
}

/* Importando GothamBold (.ttf) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBold.ttf') format('truetype');
  font-weight: bold; /* Bold */
  font-style: normal;
}

/* Importando GothamLight (.otf) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300; /* Light */
  font-style: normal;
}

/* Importando GothamThin (.otf) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100; /* Thin */
  font-style: normal;
}

/* Importando GothamMedium (.ttf) */
@font-face {
  font-family: 'Carmina';
  src: url('../fonts/CarminaMediumItalicBT.ttf.ttf') format('truetype');
  font-weight: 500; /* Medium */
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  ::placeholder {
    color: #000 !important;
  }
  .spectral-extralight {
    font-family: 'Carmina';
    font-family: "Spectral", serif;
    font-weight: 200;
    font-style: normal;
    font-style: italic;
  }
  body {
    font-family: Arial, sans-serif;
    color: #000;
    line-height: 1.6;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  body {
    font-family: 'Gotham', sans-serif;
  }
  
  h1 {
    font-weight: 900; /* Gotham-Black */
  }
  
  h2 {
    font-weight: bold; /* GothamBold */
    font-size: 1.8rem;
  }
  
  p {
    font-weight: 300;
    font-size: 1.3rem;
  }
  
  span.thin {
    font-weight: 100; /* GothamThin */
  }
  
  span.medium {
    font-weight: 500; /* GothamMedium */
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
 /* Banner Principal */
.banner-principal {
    background-color: #fecb29;
    background: url('../assets/bg.png')top center no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 56vw;
    width: 100vw;
    height: 48rem;
    position: relative;
  }
  .confet {
    position: absolute;
  }
  .elemento2{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.5rem;
    z-index: 1;
  }
  .confet1{
    left: 0;
    top: 0;
    width: 10.438rem;
  }
  .confet2{
    top: 0;
    left: 45vw;
    width: 5.75rem;
  }
  .confet3{
    left: 25rem;
    top: 8rem;
    z-index: 1;
    width: 4rem;
  }
  .confet4{
    left: 1rem;
    bottom: 1rem;
    width: 4rem;
    /* x: 0; */
    z-index: 0;
  }
  .confet5{
    right: 19rem;
    width: 4rem;
  }
  .confet6{
    right: 0;
    bottom: 0;
    width: 12.125rem;
  }
  .foto {
    position: absolute;
    right: 1vw;
    bottom: 0;
    width: 23vw;
    width: 20rem;
  }
  
  .banner-principal .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px; /* Espaçamento entre o texto e o formulário */
    position: relative;
    margin-top: 5rem;
  }
  
  .texto-banner {
    flex: 1; /* Ocupa mais espaço */
    position: relative;
  }
  .elemento1 {
    width: 77vw;
    width: 65.688rem;
    position: absolute;
    z-index: 0;
    right: -12vw;
    right: -10.2rem;
    top: 3vw;
    top: 2.55rem;
  }
  .texto-banner h1 {
    font-size: 3.9rem;
    margin-bottom: 0;
    color: #FFCC00;
    /* top: 11rem; */
    position: relative;
    line-height: 86%;
    /* order: 1; */
    margin-top: 13rem;
    margin-left: 4rem;
  }
  .texto-banner h1 .grey {
    color: #232323;
  }
  .texto-banner h1 .black  {
    color: #000000;
  }
  .texto-banner h1 strong  {}
  
  .texto-banner p {
    font-size: 1.2rem;
    position: relative;
    font-size: 2rem;
    margin-top: 2rem;
    color: #FFA300;
    font-weight: 500;
    line-height: 102%;
    width: 83%;
    margin-left: 4rem;
  }
  
  .formulario-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 7vw;
    z-index: 20;
  }
  
  .formulario {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 400px; /* Limita a largura do formulário */
  }
  #sib-container {
    background: transparent;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: 100%;
  }
  .sib-form-block {
      padding: 0;
      word-wrap: break-word;
      outline: none;
  }
  .sib-form {
    background-attachment: fixed;
    font-size: 16px;
    font-family: 'Gotham', sans-serif;
    padding: 0;
    margin: 0;
    max-width: 400px;
    width: 100%;
}
#sib-form > div {
  margin-bottom: .5rem;
}
.entry__error {
  margin: 0;
  margin: 0 !important;
}
  
  .formulario input, .formulario button {
    padding: 10px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
  }
  .sib-form-block__button-with-loader,
  .formulario button {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
  }
  .sib-sms-select__number-input ,
  .sib-sms-select__calling-code,
  .sib-sms-select__phone-number,
  .sib-sms-select__title {
    border-radius: 8px;
  }

  .sib-form .entry__field {
    border-radius: 8px;

  }
  .formulario button:hover {
    background-color: #333;
  }
  
  /* Segundo Banner */
  .banner-servicos {
    background-color: #fff;
    background-color: #fff;
    background-color: #f2f2f2;
    color: #000;
    text-align: center;
    position: relative;
    }

  .mask {
    position: absolute;
  }
  .mask2 {
    width: 7rem;
    left: 13rem;
    top: -3vw;
  }
  .mask1 {
    bottom: 0;
    right: 0;
  }
  .banner-servicos .container {
    padding: 5rem 0;

  }



  .splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .splide__arrow {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    padding: 10px;
  }


.splide__list {
  height: 26rem;
}
.splide__slide img {
  vertical-align: bottom;
  height: 100%;
}
.splide__arrow {
  background-color: rgb(254 203 41);
  color: white;
  border-radius: 50%;
  padding: 10px;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
  width: 96%;
  margin: 3rem auto;
}








  .combos {
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
  }
  
  .combo {
    background-color: #fecb29;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
  }
  
  .combo h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .combo h3 img {
    width: 2rem;
  }
  
  .combo ul {
    list-style: none;
    text-align: left;
    width: 55%;
    margin: 0 auto;
    margin-left: 6rem;
    display: flex
;
    flex-direction: column;
    gap: .5rem;
  }
  .combo ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
  }
  .combo ul li img {
    width: 1.5rem;
  }
  
  .adicionais {
    margin-top: 20px;
  }
  
  .adicionais p {
    font-size: 1rem;
  }
  
  .adicionais small {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
  }
  
  /* Nossas Unidades */
  .unidades {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 2rem 0 4rem 0;
  }
  .unidades h2 {
    margin-bottom: 2rem;
  }
  .unidades .content {
    display: flex;
      background-color: #f2f2f2;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      padding-top: 4rem;
      gap: 4rem;
      position: relative;
      border-radius: 10px;
  }
  .mapa-placeholder {
    width: 60%;
    /* margin-bottom: 20px; */
    position: relative;
    /* padding: 1rem; */
  }
  .mapa-placeholder iframe {
    width: 100%;
    height: 27rem;
    border-radius: 10px;
  }
  
  .enderecos {
    width: 40%;
  }
  .enderecos p {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: left;
    color: #000;

  }

.seletor-unidades {
  position: absolute;
  top: 1rem;
  z-index: 1;
}
.seletor-unidades label {
  color: #000000;
}
.seletor-unidades select {
  border: 0;
  background: #FFC107;
  color: #383535;
  font-size: 1vw;
  /* border: 0; */
  /* background: transparent; */
  color: #383535;
  font-size: 1vw;
  font-size: 1rem;
  border-color: #fecb29;
  border-radius: 4px;
  padding: .2rem 1rem;
}


  .mapa {
    display: none; /* Oculta todos os mapas por padrão */
  }
  
  .mapa.ativo {
    display: block; /* Exibe apenas o mapa ativo */
  }
  
  /* Call to Action Final */
  .cta-final {
    background-color: #fecb29;
    color: #000;
    text-align: center;
    padding: 40px 0;
  }
  
  .cta-final button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2rem;
  }
  
  .cta-final button:hover {
    background-color: #333;
  }
  .whatsapp {
    text-decoration: none;
    position: fixed;
    right: 1vw;
    bottom: 1vw;
    z-index: 10;
    display: flex
;
  }
  .whatsapp img {}


  
  .splide__arrow {
    font-size: 1.3rem;
  }
  .splide__arrow--prev {
    left: .5rem;
}
  .splide__arrow--next {
    right: .5rem;
}



  /* Media Query para Telas Menores */
@media (max-width: 767px) {
    .banner-principal .container {
      flex-direction: column; /* Altera para coluna */
      text-align: center; /* Centraliza o conteúdo */
      z-index: 1;
      margin-top: 0;
    }
    .foto {
      /* display: none; */
      top: 0;
      width: 63vw;
      right: 0;
    }
    .banner-principal {
      height: 58rem;
      height: 286vw;
    }
    .texto-banner {
      order: 1;
      margin-bottom: 34vw;
    }
    .formulario-container {
      border-radius: 8px;
      z-index: 1;
      order: 2;
      width: 100%;
      justify-content: center;
      background: #f9c23c;
      padding: 9vw 4vw;
      margin: 0;
  }
  .formulario input, .formulario button {
      font-size: 4vw;
  }
    
    .formulario {
      max-width: 100%; /* Formulário ocupa toda a largura disponível */
    }
    .splide__list {
      height: 41rem;
      height: 26rem;
  }
  .splide__slide img {
      object-fit: cover;
  }
    .combos {
        flex-direction: column;
        gap: 1rem;
    }
    .combo {
        width: 100%;
    }

    .elemento1 {
      top: 38vw;
      left: -4.5vw;
      width: 100vw;
      right: 0;
    }
    .texto-banner h1 {
      font-size: 11vw;
      margin-bottom: 0;
      line-height: 84%;
      margin-top: 15rem;
      margin-left: 0;
    }
    .texto-banner p {
      font-size: 1.2rem;
      position: relative;
      font-size: 5.9vw;
      margin-top: 6vw;
      color: #FFA300;
      font-weight: 500;
      line-height: 102%;
      width: 80%;
      margin-left: 10vw;
    }
    .banner-servicos .container {
      padding: 36vw 5vw;
    }
    .banner-servicos .container h2 {
      font-size: 7vw;
      width: 74%;
      margin: 0 auto;
      line-height: 109%;
    }
    .banner-servicos .container p {
      font-size: 4vw;
      margin-top: 6vw;
    }

    .combos {
      margin-top: 15vw;
    }
    .combo h3 {
      font-size: 5.5vw;
      margin-bottom: 10px;
    }
    .mask2 {
      z-index: 1;
      width: 30vw;
      left: 3vw;
      top: -10vw;
    }
    .mask1 {
        bottom: 0;
        right: 0;
        width: 40vw;
    }

    .unidades .content {
      display: flex;
      background-color: #f2f2f2;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      padding-top: 6rem;
      gap: 2rem;
      position: relative;
      border-radius: 10px;
      flex-direction: column;
  }
  .seletor-unidades {
    position: absolute;
      top: 2.2rem;
      z-index: 1;
  }

    .mapa-placeholder {
      width: 100%;
      /* margin-bottom: 20px; */
      position: relative;
      /* padding: 1rem; */
    }
    .enderecos {
        width: 100%;
    }
    .cta-final {
      padding: 12vw 0;
    }
    .cta-final h2 {
      font-size: 6vw;
    }
    .cta-final button {
      margin-top: 5vw;
    }




    .splide__arrow {
      font-size: 5vw;
    }
    .splide__arrow--prev {
      left: .5rem;
  }
    .splide__arrow--next {
      right: .5rem;
  }









    .sib-form select.input:first-child, .sib-form select.input:last-child {
      padding-right: calc(2rem - 1px);
      font-size: 3.5vw;
  }











  }