/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Great+Vibes&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  color: #333;
  background-color: #fdfdfd;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
  font-family: 'El Messiri', sans-serif;
}

/* === HEADER COM TRANSIÇÃO === */
.site-header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 2s ease, backdrop-filter 2s ease;
  backdrop-filter: blur(3px);
  background-color: rgba(51, 33, 44, 0);
}

.site-header.scrolled {
  background-color: rgba(51, 33, 44, 1);
  backdrop-filter: none;
}

.site-header .container {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  height: 90px;
}

.site-name {
  font-size: 20px;
  color: #FFCB6E;
  font-weight: 400;
}

/* === NAVEGAÇÃO COM HOVER SUAVE E BRILHO === */
.navigation {
  display: flex;
  gap: 8px;
}

.nav-pill {
  padding: 8px;
  height: 36px;
  font-size: 20px;
  color: #FFCB6E;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  transition: 
    color 0.3s ease,
    transform 0.3s ease,
    text-shadow 0.3s ease;
}

.nav-pill:hover {
  color: #f6ac52;
  transform: scale(1.08);
  text-shadow: 0 0 2px #FFD580, 0 0 15px #FFD580;
}

/* === nossas Belas Instalacoes === */
.instalacoes {
  position: absolute;
  width: 100%;
  height: 280px;
  top: 0px;
  background: #21151C;
  border-bottom: 2px solid #BA8C54;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instalacoes h1 {
  width: 845px;
  height: 72px;
  left: 207px;
  top: 90px;
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-size: 96px;
  line-height: 1.25;
  color: #BA8C54;
  display: flex;
  justify-content: center;
  text-align: center;
}

.instalacoes p {
  position: absolute;
  width: 526px;
  height: 38px;
  top: 220px;
  font-family: 'El Messiri', sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #ecbc68;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* === Espaco Roxo === */

.faixa-decorativa {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 280px;
  background: #33212C;
  border: 2px solid #BA8C54;
  border-bottom: 4px solid #BA8C54;
}

/* === Fotos e espacoes exlusivos === */
    .conteudo-instalacoes {
      position: relative;
      width: 100%;
      height: 1490px;
      top: 290px;
      background: linear-gradient(180deg, #33212C 6.16%, #120A0F 100%);
      color: #fff;
    }

    .lirio-espaco{
      position: absolute;
      width: 1210px;
      height: auto;
      margin: 0px 200px;
      bottom: 0px;
    }


/* Swiper */

    .swiper {
      width: 100%;
      height: 500px;
      box-shadow: 0px 0px 20px 0px rgba(92, 115, 160, 0.07);
    }

    /*
    .swiper-button-prev, .swiper-button-next{
      color: #ecbc68;;
      background-color: transparent;
      border-radius: 100px;
      border: 2px solid #ecbc68;
      width: 35px;
      height: 35px;
      box-shadow: 0px 0px 20px 0px rgba(92, 115, 160, 0.09);
    }

    .swiper-button-next::after{
      content: '\f054';
      font-family: 'Font Awesome 5 free';
      font-weight: 900;
      font-size: 20px;
    }


    .swiper-button-prev::after{
      content: '\f053';
      font-family: 'Font Awesome 5 free';
      font-weight: 900;
      font-size: 20px;
    }
*/
    .swiper-pagination-bullet-active {
      background-color: #ecbc68;
    }

    .carrossel-imagens {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      height: 500px;
    }

    .swiper-slide {
      object-fit: cover;
      display: block;
      height: 100%;
      width: auto;
    }

    .texto-intro1, .texto-intro2{
      text-align: center;
      font-size: 20px;
      color: #FFCB6E;
      margin: auto;
      line-height: 1.6;
      max-width: 907px;
    }

    .espacos-exclusivos {
      display: flex;
      justify-content: center;
      gap: 40px;
      border-bottom: 2px solid #BA8C54;
      padding: 50px;
      top: 0;
    }

    .textos-espacos{
      height: 480px;
      width: 300px;
      display: flex;
      flex-direction: column;
      padding-top: 130px;
    }

    .espacos-titulo {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 10px;
      width: 300px;
      height: 50px;
    }

    .espacos-descricao {
      font-size: 18px;
      font-weight: 400;
      color: #fff;
      width: 300px;
      height: 150px;
    }

    .cards-espaco{
      display: flex;
      flex-wrap: wrap;
      gap: 20px 40px;
      width: 670px;
      height: 480px;
}

    .espaco-card {
      background: #F7F3EE;
      color: #33212C;
      padding: 20px;
      border-radius: 8px;
      position: relative;
      width: 307px;
      height: 211px;
    }

    .espaco-card h3 {
      font-size: 22px;
      color: #BA8C54;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .espaco-card p {
      font-size: 15px;
      line-height: 1.4;
    }

    .espaco-card img.icone {
      width: 20px;
      height: 20px;
    }


    /* Nossos Servicos */
    .nossos-servicos{
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 960px;
      top: 0px;
      background: linear-gradient(180deg, #120A0F 6.16%, #33212C 100%);
      color: #fff;
      gap: 30px;
      border-bottom: 4px solid #BA8C54;
    }

    .lirio-nossos-servicos{
        position: absolute;
        right: 0px;
        height: 100%;
    }

    .nossos-servicos-up{
      display: flex;
      gap: 100px;
      padding: 0px 300px;
      width: 2000px;
      height: 400px;
    }

    .nossos-servicos-down{
      display: flex;
      justify-content: center;
      gap: 30px;
      width: 2000px;
      height: 383.99px;
      padding: 0px 247px;
    }

    .card_sono{
      background-image: url(assets/img/foto\ sono.jpg);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 50px;
      width: 1870px;
      height: 400px;
      background-size: cover;
      z-index: 1;
    }

    .card_sono p{
      font-size: 17px;
      font-weight: 400;
      line-height: 1.3;
    }

    .servico-card{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 450px;
      height: 384px;
      padding: 50px;
      background-size: cover;
    }

    .servico-card p{
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
    }

    .titulos-cards{
      color: #FFCB6E;
      font-family: 'Great Vibes', cursive;
      font-size: 52px;
      font-weight: normal;
    }

    .nossos-servicos-textos{
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 2500px;
      z-index: 1;
    }

    .nossos-servicos-textos h1{
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-family: 'Great Vibes', cursive;
      font-weight: 400;
      font-size: 128px;
      line-height: 1.25;
      color: #BA8C54;
    }

    .nossos-servicos-textos p{
      color: #FFCB6E;
      font-size: 25px;
      font-weight: 500;
      margin-right: 30px;
      top: 0px;
    }

    .btn-cards{
      background-color: transparent;
      width: 90px;
      height: 33px;
      margin-top: 12px;
      border-radius: 76px;
      color: #FFFFFF;
      border: 1px solid #FFFFFF;
      font-family: 'Cormorant Garamond';
      font-style: italic;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
    }

    .btn-cards:hover{
      background-color: #FFFFFF;
      color: #120A0F;
    }

    .card_buffet{
      background-image: url(assets/img/foto\ buffet.jpg);
      z-index: 1;
    }

    .card_acess{
      background-image: url(assets/img/foto\ acessoria.jpg);
      z-index: 1;
    }

    .card_deco{
      background-image: url(assets/img/foto\ deco.jpg);
      z-index: 1;
    }

    
/* === ESTILOS DO RODAPÉ === */
/* === ESTILOS DO RODAPÉ === */
/* === FOOTER DESKTOP === */
.rodape-desktop {
  position: relative;
  width: 100%;
  height: 287px;
}

.fundo-rodape{
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
}

.flores-rodape {
  position: absolute;
  width: 100%;
  height: 250px;
}

.conteudo-rodape {
  width: 100%;
  height: 250px;
  background: linear-gradient(103.74deg, #21151C 52.99%, #875673 115.37%);
  border-bottom: 2px solid #FFCB6E;
}

.logo-rodape {
  height: 200px;
  width: 100%;
}

.img-logo-rodape {
  padding: 10px;
  margin-top: 40px;
  margin-left: 20px;
}

.info-rodape {
  position: absolute;
  left: 170px;
  bottom: 60px;
  color: white;
  font-family: 'Cormorant Garamond', serif;
}

.info-rodape .titulo-rodape {
  font-size: 24px;
  color: #FFCB6E;
}

.info-rodape .subtitulo-rodape {
  font-weight: 700;
  font-size: 16px;
}

.linha-rodape {
  width: 247px;
  border: 1px solid #FFCB6E;
  margin: 8px 0;
}

.menu-titulo-rodape {
  color: #FFCB6E;
  font-size: 16px;
  margin: 0;
}

.menu-links-rodape {
  text-decoration: underline;
  text-decoration-color:#FFCB6E;
  font-size: 16px;
  margin-top: 2px;
  color: #FFFFFF;
  cursor: pointer;
}

.menu-links-rodape:hover{
  color: #BA8C54;
}

.lista-menu-links-rodape {
  display: flex;
  justify-content: space-around;
}

.fa-circle{
  font-size: 3px;
  padding: 13px;
}

.telefone-rodape {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  text-decoration: underline;
  text-decoration-color: #BA8C54;
  text-underline-offset: 3px;
  font-family: "Cormorant Infant", sans-serif;
}

.telefone-rodape span {
  color: #BA8C54;
}

.como-chegar {
  position: absolute;
  bottom: 170px;
  right: 385px;
  color: #FFCB6E;
  font-family: 'Cormorant Garamond', serif;
}

.titulos-rodape {
  font-size: 25px;
  margin: 0;
}

.botao-rota {
  margin-top: 10px;
  margin-left: 20px;
  width: 92px;
  height: 35px;
  border: 1.5px solid #BA8C54;
  border-radius: 76px;
  background: transparent;
  color: #BA8C54;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  cursor: pointer;
  padding: 5px;
  text-decoration: none;
}

.botao-rota:hover{
  color: #33212C;
  background-color: #FFCB6E;
}

.redes-rodape {
  position: absolute;
  bottom: 175px;
  right: 70px;
  color: #FFCB6E;
  font-family: 'Cormorant Garamond', serif;
}

.redes-sociais-rodape {
  display: flex;
  flex-direction: initial;
  gap: 20px;
}

.fa-instagram, .fa-facebook-f, .fa-location-dot{
  font-size: 20px;
  color: #FFCB6E;
  text-decoration: none;
  cursor: pointer;
}

.fa-instagram:hover, .fa-facebook-f:hover, .fa-location-dot:hover{
  color: #FFFFFF;
}

.premiacoes {
  position: absolute;
  bottom: 60px;
  right: 15px;
}

.premiacoes img {
  width: 500px;
  height: 54.8px;
}

.rodape-final {
  bottom: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(90deg, #21151C 24.13%, #33212C 100%);
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  color: #FFCB6E;
  text-align: center;
  line-height: 90px;
}

/* === FOOTER MOBILE === */
.rodape-mobile {
  display: none;
  background: linear-gradient(103.74deg, #21151C 52.99%, #875673 115.37%);
  color: white;
  font-family: 'Cormorant Garamond', serif;
  padding: 40px 20px 0;
}

.rodape-mobile-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  max-width: 400px;
  margin: 0 auto;
}

.logo-mobile-footer {
  margin-bottom: 10px;
}

.logo-mobile-img {
  max-width: 120px;
  height: auto;
}

.endereco-mobile {
  text-align: center;
}

.endereco-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #FFCB6E;
  font-size: 18px;
  font-weight: 600;
}

.endereco-icon i {
  font-size: 20px;
}

.endereco-texto {
  font-size: 16px;
  margin: 5px 0;
  color: white;
}

.tracar-rota-mobile {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  border: 1.5px solid #BA8C54;
  border-radius: 25px;
  background: transparent;
  color: #BA8C54;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tracar-rota-mobile:hover {
  background-color: #FFCB6E;
  color: #33212C;
}

.telefone-mobile {
  text-align: center;
}

.telefone-label {
  font-size: 18px;
  color: white;
  margin-bottom: 8px;
  font-weight: 600;
}

.telefone-numero {
  font-size: 20px;
  color: #BA8C54;
  text-decoration: underline;
  text-decoration-color: #BA8C54;
  font-weight: 600;
}

.premiacoes-mobile {
  text-align: center;
}

.premiacoes-mobile-img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.redes-mobile {
  text-align: center;
}

.redes-mobile-titulo {
  font-size: 18px;
  color: #FFCB6E;
  margin-bottom: 15px;
  font-weight: 600;
}

.redes-mobile-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.rede-mobile-link {
  color: #FFCB6E;
  font-size: 24px;
  transition: all 0.3s ease;
}

.rede-mobile-link:hover {
  color: #FFFFFF;
  transform: scale(1.1);
}

.rodape-mobile-final {
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(90deg, #21151C 24.13%, #33212C 100%);
  font-family: 'Cormorant Infant', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  color: #FFCB6E;
  text-align: center;
  line-height: 1.4;
}

/* === RESPONSIVIDADE === */
/* Mostra footer mobile a partir de 991px */
@media (max-width: 991px) {
  .rodape-mobile {
    display: block;
  }
}

/* Esconde footer desktop a partir de 575px */
@media (max-width: 575px) {
  .rodape-desktop {
    display: none;
  }
}

/* Ajustes para tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  .conteudo-rodape {
    padding: 25px;
  }
  
  .info-rodape {
    left: 140px;
  }
  
  .como-chegar {
    right: 300px;
  }
  
  .redes-rodape {
    right: 50px;
  }
  
  .premiacoes img {
    width: 400px;
  }
}

/* Ajustes para mobile pequeno no footer mobile */
@media (max-width: 480px) {
  .rodape-mobile {
    padding: 30px 15px 0;
  }
  
  .rodape-mobile-content {
    gap: 25px;
  }
  
  .logo-mobile-img {
    max-width: 100px;
  }
  
  .endereco-icon {
    font-size: 16px;
  }
  
  .endereco-texto {
    font-size: 14px;
  }
  
  .tracar-rota-mobile {
    font-size: 14px;
    padding: 6px 16px;
  }
  
  .telefone-label {
    font-size: 16px;
  }
  
  .telefone-numero {
    font-size: 18px;
  }
  
  .premiacoes-mobile-img {
    max-width: 250px;
  }
  
  .redes-mobile-titulo {
    font-size: 16px;
  }
  
  .rede-mobile-link {
    font-size: 22px;
  }
  
  .rodape-mobile-final {
    font-size: 12px;
    padding: 15px;
  }
}


@media (max-width: 768px) {

  .instalacoes {
    height: 320px;
    top: 0px;
  }

  .instalacoes h1 {
    font-size: 48px;
    width: auto;
    margin-bottom: 30px;
    margin-top: -30px;
  }

  .instalacoes p {
    font-size: 13px;
    max-width: 260px;
  }

  .faixa-decorativa {
    position: relative;
    top: 260px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .swiper {
    height: 350px;
    top: -30px;
  }

  .texto-intro1 {
    margin-top: -110px;
  }

  .texto-intro1, .texto-intro2 {
    font-size: 16px;
    max-width: 78%;
    margin-bottom: 30px;
  }

  .espacos-exclusivos {
    position: relative;
    flex-direction: column;
    gap: 0px;
  }

  .textos-espacos {
    padding-top: 20px;
    height: auto;
  }

  .textos-espacos h2 {
    font-size: 22px;
  }

  .textos-espacos p{
    font-size: 16px;
  }

  .espaco-card{
    height: 70px;
  }

  .cards-espaco {
    display: flex;
    flex-direction: column;
  }

  .espaco-card p {
    display: none;
  }

/* nossos servicos */

  .nossos-servicos {
    top: 287px;
    height: 2300px;
  }

  .nossos-servicos-textos {
    margin-top: -200px;
    width: 85%;
    margin-left: -110px;
  }

  .nossos-servicos-textos h1 {
    font-size: 48px;
    margin: auto;
    padding-left: 440px;
  }

  .nossos-servicos-textos p {
    font-size: 16px;
    margin-right: 0px;
  }

  .nossos-servicos-down{
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 50px;
      gap: 10px;
      padding: 0px 30px;
      max-width: 85%;
    }


    .nossos-servicos-up {
      flex-wrap: wrap;
      margin-top: -920px;
    }

    .titulos-cards{
      font-size: 35px;
    }

    .servico-card p {
      font-size: 12px;
    }

    .servico-card, .card_sono {
      padding: 30px;
      height: 250px;
    }

    .card-sono {
      width: 85%;
      margin: 50px;
      padding: 0px;
    }
}