 
 @import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

 
 body {
    font-family: "Nunito", sans-serif;
    overflow-x: hidden !important;
    font-size: 1rem;
    color: #ffffff;
    /*background: #111d1d; */ 
    background: #011717;
  }

 .bg-overlay {
    background-color: rgba(21, 78, 3, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

.bg-linear-gradient-4 {
    background: -webkit-linear-gradient(to bottom, rgba(22, 28, 45, 0) 0%, rgba(22, 28, 45, 0.25) 25%, rgba(22, 28, 45, 0.5) 50%, rgba(1, 65, 20, 0.473) 75%, #0230069f 100%);
    background: -moz-linear-gradient(to bottom, rgba(22, 28, 45, 0) 0%, rgba(22, 28, 45, 0.25) 25%, rgba(22, 28, 45, 0.5) 50%, rgba(1, 65, 20, 0.473) 75%, #0230069f 100%);
    background: linear-gradient(to bottom, rgba(22, 28, 45, 0) 0%, rgba(22, 28, 45, 0.25) 25%, rgba(22, 28, 45, 0.5) 50%, rgba(1, 65, 20, 0.473) 75%, #0230069f 100%);
}

.title-1 {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size:3.5rem;
    line-height: 3.6rem;
}
.title-1 span {
    font-weight: 600 !important;
}

.title-2 {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size:3.5rem;
}
.title-2 span {
    font-weight: 600 !important;
}

#sobre { 
    background: url('../images/background/bg01.png') no-repeat;
    background-position: bottom left;  /* Alinha a imagem no canto inferior direito */
    background-size: contain;  /* Faz a imagem cobrir todo o elemento */
    background-attachment: fixed;
    background-size: auto 80%; 
}

#sobre h3 {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 3rem;
    line-height: 3rem;
    padding-top: 10px;
    text-align: right;
}

#sobre h4 {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 1.5rem;
    padding: 0 0 10px 0;
    text-align: right;
}

#sobre p {
    color: #d1be9a;
    font-family: "ivymode", sans-serif;
    font-size: 17px;
    font-weight: 100;
    font-style: italic;
    text-align: right;
}

/* Alinhar Texto Mobile para a esquerda*/

/* Parte Detalhes */
#detalhes h5 {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 3rem;
    line-height: 3rem;
    padding: 0 20px;
    text-align: center;
}
#detalhes h5 span {
    font-weight: 700 !important;
}

/* Bullets */
.text-primary {
    color: #d1be9a !important;
}

/* Lista */
.list-unstyled {
    color: #d1be9a !important;
    font-family: "ivymode", sans-serif;
    font-size: 17px;
    font-weight: 100;
    list-style: none;
}

.section-list {
    padding: 50px;
    position: relative;
}

#sobre-2 { 
    background: url('../images/background/bg02.png') no-repeat;
    background-position: bottom right;  /* Alinha a imagem no canto inferior direito */
    background-size: contain;  /* Faz a imagem cobrir todo o elemento */
    background-attachment: fixed;
    background-size: auto 80%; 
    padding-bottom: 120px;
    padding-top: 120px;
}


#sobre-2 h3 {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 2.6rem;
    line-height: 2.5rem;
    padding-top: 10px;
    text-align: left;
}

#sobre-2 p {
    color: #d1be9a;
    font-family: "ivymode", sans-serif;
    font-size: 17px;
    font-weight: 100;
    font-style: italic;
    margin: 20px auto;
    text-align: left;
}

/* Parte Detalhes */
#detalhes2 h5 {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 3rem;
    line-height: 3rem;
    padding: 0 20px;
    text-align: center;
}
#detalhes2 h5 span {
    font-weight: 700 !important;
}


/* Aerea */
#aerea {
    background: url('../images/background/bg01.png') no-repeat;
    background-position: bottom left;  /* Alinha a imagem no canto inferior direito */
    background-size: contain;  /* Faz a imagem cobrir todo o elemento */
    background-attachment: fixed;
    background-size: auto 80%; 
}

#aerea h3 {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 3rem;
    line-height: 3rem;
    padding-top: 10px;
    text-align: right;
}

#aerea h4 {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 1.5rem;
    padding: 0 0 10px 0;
    text-align: right;
}

#aerea p {
    color: #d5cbb8;
    font-family: "ivymode", sans-serif;
    font-size: 17px;
    font-weight: 100;
    font-style: italic;
    margin-top: 30px;
    text-align: right;
}

.lotes {
    color: #f2e8d4;
    display: inline-block;
    font-family: "ivymode", sans-serif;
    font-size: 1.1rem !important;
    line-height: 1.3rem;
    list-style: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

.lotes li {
    margin: 20px 0;
}

.lotes span {
    display: table-cell;
    font-size: 3.1rem !important;
    margin: 20px auto;
    text-align: center;
   
}

.lotes .small-numeric {
    font-size: 1rem !important;
    padding: 0 5px;
}

/* Localizacao */
#localizacao {
    background-color: #f7f7f7;
}

#localizacao h1 {
        color: #708240;
        font-family: "Archivo", serif;
        font-optical-sizing: auto;
        font-style: italic;
        font-weight: 600 !important;
        font-size: 2.1rem;
        line-height: 2.5rem;
        margin-top: 30px;
        text-align: right;
}

#localizacao h6 {
    color: #111d1d;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 30px auto;
    text-align: right;
}

#localizacao h6 span {
    font-weight: 300;
    font-size: 1rem;
}


.mapa {
    border: 0;
    height: 450px;
    width: 100%;
}


.section-green {
    background: url('../images/background/folhas.png') no-repeat;
    background-position: bottom right;  /* Alinha a imagem no canto inferior direito */
    background-size: contain;  /* Faz a imagem cobrir todo o elemento */
    background-attachment: fixed;
    background-size: auto 60%; 
    height: 450px;
    width: 100%;
}

.centralizar {
    height: 450px;
}



/* Reduzir no mobile */
/*background-size: auto 90%; */
#contato {
    overflow: hidden;
}

#contato h6 {
    color: #708240;
    font-family: "Archivo", serif;
    font-size: 2.7rem;
}

#contato p {
    font-family: "Archivo", serif;
    font-size: 1.1rem;
}

#contato input {
    background-color: #ffffff00;
    border: 1px solid #c3cd61;
    color: #ffffff;
    outline: #ffffff;
    margin-bottom: 10px;
    padding: 5px 10px;
    max-width: 320px;
    width: 100%;
}

#contato button {
    background-color: #c3cd61;
    border: 1px solid #c3cd61;
    color: #111d1d;
    display: block;
    outline: #ffffff;
    margin: 30px 0 10px 0;
    padding: 5px 30px;
    max-width: 320px;
}

footer {
    background-color: #ffffff;
    padding: 0 0 20px 0;
}

footer a {
    color: #111d1d;
    font-family: "Archivo", serif;
}

footer a:hover {
    color: #708240;
    font-family: "Archivo", serif;
}


footer .logo-color {
    margin-top: 30px;
    max-height: 62px;
}

.list-group-item  {
    border: 0;
}

footer h4 {
    color: #182727;
    font-size: 19px;
    margin: 0 0 10px 0;
    text-align: left;
}

footer p {
    color: #182727;
    font-size: 14px;
    margin: 0 0 5px 0;
    text-align: left;
}

/* Estilo inicial (invisível) */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(120px); /* Move os elementos para baixo inicialmente */
    transition: opacity 0.20s ease, transform 0.6s ease;
  }
  
  /* Estilo quando visível */
  .animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0); /* Move os elementos para sua posição original */
  }
  

  /* Seção Full */
  /* Configurações gerais da seção */
  .full-screen-section {
    position: relative;
    height: 100vh; /* Ocupa a altura total da tela */
    background-image: url('../images/background/academia.jpeg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed;
    display: flex;
    align-items: center; 
    justify-content: center; 
    overflow: hidden; 
}


  .full-screen-section-2 {
    position: relative;
    height: 100vh; /* Ocupa a altura total da tela */
    background-image: url('../images/background/lareira.png'); /* Substitua pelo caminho da sua imagem */
    background-size: cover; /* Faz com que a imagem cubra toda a seção */
    background-position: center; /* Centraliza a imagem */
    background-attachment: fixed;
    background-repeat: no-repeat; /* Evita repetição da imagem */
    display: flex; /* Usado para facilitar a centralização do conteúdo */
    align-items: center; /* Centraliza verticalmente o conteúdo */
    justify-content: center; /* Centraliza horizontalmente o conteúdo */
  }
  
  /* Sobreposição de cor (opcional) */
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.342); /* Sobreposição semitransparente */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  /* Estilo do conteúdo */
  .text-content {
    color: #fff; /* Texto branco */
    text-align: center; /* Centraliza o texto */
    z-index: 2;
  }
  
  .text-content h1 {
    font-size: 3rem; /* Tamanho do título */
    margin-bottom: 1rem;
  }
  
  .text-content p {
    font-size: 1.5rem; /* Tamanho do subtítulo */
  }


  /* Imagem FLutuante */
  /* Contêiner da imagem (opcional, para centralização) */
.floating-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; /* Altura do contêiner */
  }
  
  /* Estilo inicial da imagem */
  .floating-image:hover {
    width: 360px; /* Ajuste conforme necessário */
    height: auto;
    animation: float 3s ease-in-out infinite; /* Animação infinita */
  }
  
  /* Animação flutuante */
  @keyframes float {
    0% {
      transform: translateY(0); /* Posição inicial */
    }
    50% {
      transform: translateY(-10px); /* Sobe levemente */
    }
    100% {
      transform: translateY(0); /* Volta à posição inicial */
    }
  }
  



  @media only screen and (max-width: 767px) {
    .title-1 {
        font-family: "Archivo", serif;
        font-optical-sizing: auto;
        font-style: italic;
        font-weight: 100 !important;
        font-size:2.5rem;
        line-height: 2.6rem;
    }

    #sobre { 
        background: url('../images/background/bg01.png') no-repeat;
        background-position: bottom left;  /* Alinha a imagem no canto inferior direito */
        background-size: contain;  /* Faz a imagem cobrir todo o elemento */
        background-attachment: fixed;
        background-size: auto 60%; 
    }

    #sobre h3 {
        font-family: "Archivo", serif;
        font-optical-sizing: auto;
        font-style: italic;
        font-weight: 500 !important;
        font-size: 2.3rem;
        line-height: 2rem;
        padding-top: 10px;
        text-align: right;
    }

    #detalhes h5 {
        font-family: "Archivo", serif;
        font-optical-sizing: auto;
        font-style: italic;
        font-weight: 100 !important;
        font-size: 2.3rem;
        line-height: 3rem;
        padding: 0 20px;
        text-align: center;
    }
    
    #sobre-2 { 
        background: url('../images/background/bg02.png') no-repeat;
        background-position: bottom right;  /* Alinha a imagem no canto inferior direito */
        background-size: contain;  /* Faz a imagem cobrir todo o elemento */
        background-attachment: fixed;
        background-size: auto 60%; 
        padding-bottom: 60px;
        padding-top: 20px;
    }

    #sobre-2 h3 {
        font-family: "Archivo", serif;
        font-optical-sizing: auto;
        font-style: italic;
        font-weight: 300 !important;
        font-size: 2.2rem;
        line-height: 2.5rem;
        padding-top: 10px;
        text-align: left;
    }

    #detalhes2 h5 {
        font-family: "Archivo", serif;
        font-optical-sizing: auto;
        font-style: italic;
        font-weight: 100 !important;
        font-size: 2rem;
        line-height: 3rem;
        padding: 0 20px;
        text-align: center;
    }

 
    iframe {
        width: 100% !important;
    }

    #aerea{ 
        background: url('../images/background/bg01.png') no-repeat;
        background-position: bottom left;  /* Alinha a imagem no canto inferior direito */
        background-size: contain;  /* Faz a imagem cobrir todo o elemento */
        background-attachment: fixed;
        background-size: auto 60%; 
    }
    
    #aerea h3 {
        font-family: "Archivo", serif;
        font-optical-sizing: auto;
        font-style: italic;
        font-weight: 400 !important;
        font-size: 2.1rem;
        line-height: 2.5rem;
        padding-top: 10px;
        text-align: right;
    }

    .lotes span {
        display: table-cell;
        font-size: 2.6rem !important;
        margin: 20px auto;
        text-align: center;
    }

    .lotes {
        color: #f2e8d4;
        font-family: "ivymode", sans-serif;
        font-size: 1.rem !important;
        line-height: 1.3rem;
        list-style: none;
        text-align: center;
    }

    #localizacao h1 {
        color: #708240;
        font-family: "Archivo", serif;
        font-optical-sizing: auto;
        font-style: italic;
        font-weight: 600 !important;
        font-size: 2.1rem;
        line-height: 2rem;
        margin-top: 30px;
        padding: 0 10px;
        text-align: right;
      }

      #localizacao h6 {
        padding: 0 10px;
      }

    .mapa {
        border: 0;
        display: block;
        height: 450px;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    #contato h6 {
        color: #708240;
        font-family: "Archivo", serif;
        font-size: 2.7rem;
        margin-top: 50px;
        text-align: center;
    }
    
    #contato p {
        font-family: "Archivo", serif;
        font-size: 1.2rem;
        margin: 30px 20px 0 20px;
        max-width: 520px;
        width: 100%;
    }

    #contato input, #contato button, .form-label {
        max-width: 520px;
        width: 100%;
    }

    .section-green {
        background: url('../images/background/folhas-small.png') no-repeat;
        background-position: bottom right;  /* Alinha a imagem no canto inferior direito */
        background-size: contain;  /* Faz a imagem cobrir todo o elemento */
        background-attachment: fixed;
        background-size: auto 35%; 
        height: 670px;
        width: 100%;
    }
    .centralizar {
        height: 680px;
    }
}


.fotos-empreendimento {
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 1.6em;
    margin: 30px 0;
    padding-top: 10px;
    text-align: right;
}

.img-album {
    height: auto;
    width: 100%;
}

.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-60 {
    margin-top: 60px;
}


#club {
    background-color: #dedede;
    background-image: url('../images/folhas.png');
    background-position: 5% 30%; /* 10% da esquerda e do topo */
    background-repeat: no-repeat; /* Não repetir a imagem */
    background-attachment: fixed; /* Imagem fixa na tela */
    background-size: auto; /* Cobrir o container */
    padding: 50px 0;
}


.text-club {
    color: #111d1d;
    font-family: "Archivo", serif;
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
}

.title-club {
    color: #111d1d;
    font-family: "ivymode", sans-serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 300 !important;
    font-size: 3rem;
    line-height: 3rem;
    margin: 30px 0 20px 0;
    padding-top: 10px;
}


/* Animação Galeria */
.img-album {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.img-album.show {
    opacity: 1;
    transform: translateY(0);
}


#arquitetas {
    background-color: #ffffff;
    background-image: url('../images/folhas2.png'); /* Caminho da imagem */
    background-position: right 20px bottom 20px; /* 20px da direita e 20px do fundo */
    background-repeat: no-repeat; /* Não repetir a imagem */
    background-size: auto; /* Cobrir o container */
    background-attachment: fixed; /* Fixa a imagem ao rolar */
    min-height: 60vh; /* Ocupa toda a altura da tela */
    color: #111d1d;
    padding: 90px 0;
}

#arquitetas h2 {
    color: #111d1d;
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 100 !important;
    font-size: 2.3rem;
    line-height: 2.2rem;
    margin: 30px 0;
    padding-top: 10px;
    text-align: left;
}

#arquitetas h2 span {
    color: #111d1d;
    display: block;
    font-weight: 600 !important;
}

#arquitetas p {
    color: #666c6c;
    font-family: "ivymode", sans-serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 16px;
    margin-bottom: 5px;
}


.arquitetas-rbd {
    display: block;
    float: right;
    margin: 30px 0 50px 0;
    max-width: 90px;
}

#incorporadora {
    background-color: #f2f2f2;
    color: #666c6c;
    font-family: "ivymode", sans-serif;
    font-size: 16px;
    font-weight: 100 !important;
    padding: 50px 0;
}
#incorporadora p {
    margin-bottom: 5px;
    font-style: italic;
    font-weight: lighter;
}

.logo-incorporadora {
    margin: 20px auto;
    max-width: 120px;
    width: 100%;
}

.incorporadora-bordas {
    border: 1px solid #ffffff;
    border-left: none; /* Remove a borda esquerda */
    border-radius: 0 20px 20px 0; /* Bordas arredondadas apenas nos cantos superiores e inferiores direitos */
}

.incorporadora-text {
    background-color: #ffffff; 
    border: 1px solid #ffffff;
    border-radius: 0 20px 20px 20px;
    padding: 30px 30px 30px 40px;
}

.social-img {
    display: block;
    float: right;
    margin: 30px auto 20px auto;
    max-height: 30px;
}

@media only screen and (max-width: 767px) { 
    .social-img {
        display: none;
    }

}



/* Botão Whatsapp */

@import url("https://fonts.googleapis.com/css?family=Roboto");
/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}
@media (max-width: 360px) {
  .nav-bottom {
    width: 320px;
  }
}

.whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  z-index: 8;
  transition: 0.3s;
  margin: 10px;
  padding: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
}

.popup-whatsapp {
      background: linear-gradient(45deg, white 18em, #47cf73 14em);
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 85px;
    right: 15px;
    transition: 0.5s;
    border-radius: 10px;
    -webkit-box-shadow: 2px 1px 6px 0px rgb(68 68 68 / 71%);
    -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 0px 0px 6px -2px rgb(68 68 68 / 71%);
    animation: slideInRight 0.6s 0s both;
}
.popup-whatsapp > div {
  margin: 5px;
}
  .popup-whatsapp:after {
    content: 'Atendimento';
    background: #2cb742;
    display: flex;
    position: absolute;
    width: max-content;
    padding: 7px 39px 7px 13px;
    bottom: -59px;
        font-family: 'Roboto';
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    right: 30px;
}
@media (max-width: 768px) {
  .popup-whatsapp {
    background: linear-gradient(45deg, white 17em, #47cf73 14em);
}
  .popup-whatsapp p {
    font-size: 0.9em;
  }

  .incorporadora-text {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0 10px 20px 10px;
    font-size: 15px;
    padding: 30px 10px 30px 20px;
}

 
#club {
  background-color: #dedede;
  background-image: url('../images/folhas.png');
  background-position: 5% 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 30%;
  padding: 50px 0;
}


.section-list {
    padding: 50px 30px;
    position: relative;
  }
  
  .incorporadora-bordas {
    border: 1px solid #ffffff;
      border-left-width: 1px;
      border-left-style: solid;
      border-left-color: rgb(255, 255, 255);
    border-left: none;
    border-radius: 0 20px 20px 0;
    margin: 3px;
  }
  

}
.popup-whatsapp > .content-whatsapp.-top {
  display: flex;
  flex-direction: column;
}
.popup-whatsapp > .content-whatsapp.-top p {
    color: #585858;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}

.closePopup {
    background: none;
    display: flex;
    margin: 0px 0px 15px 0px;
    border: none;
      padding: 0;
    outline: none;
    cursor: pointer;
      align-items: baseline;
    align-self: flex-end;
    height: 0;
}

.send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}
.send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
}

.is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
}

input.whats-input[type=text] {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
}
@media (max-width: 420px) {
  input.whats-input[type=text] {
    width: 225px;
  }
}
input.whats-input::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
}
input.whats-input[type=text]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
}
.icon-whatsapp-small {
  width: 24px;
  height: 24px;
}
.icon-whatsapp {
    width: 40px;
    height: 40px;
}
.icon-font-color {
    color: #ffffff;
    font-style: normal;
}
.icon-font-color--black {
    color: #333333;
    font-size: 22px;
    transform: rotate(321deg);
}



    /* Adicionando uma regra específica para Safari no iPhone */
    @supports (-webkit-overflow-scrolling: touch) {
        .full-screen-section, .full-screen-section-2, .section-green {
            background-attachment: scroll; /* Altera para scroll no Safari */
        }
    }



    @media (max-width: 767px) {
        .bg-home, .bg-half-170, .bg-half-260, .bg-marketing, .swiper-slider-hero .swiper-container .swiper-slide {
          padding: 150px 0;
          height: 100vh !important;
        }
    }

    #tour {
      background-color: #ffffff;
      padding: 90px 0;
    }

    #tour h3 { 
        color: #d1be9a !important;
        font-family: "Archivo", serif;
        font-optical-sizing: auto;
        font-style: italic;
        font-weight: 500 !important;
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom: 50px;
        padding: 0 20px;
        text-align: center;
  }

    .tour {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-bottom: 10px solid #ffffff;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-top: 10px solid #ffffff;
    background-color: #031706;
    border-radius: 25px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
 
  }
  
  /*.tour .tour-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }*/
  
  
  .tour img {
    opacity: 0.35;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  .tour img:hover {
    opacity: 0.1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }

  
  .tour-image{
    width: 100%;
  }
  
  .tour-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .tour .tour-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .tour-title {
    color: #fff !important;
    font-size: 18px !important;
    font-family: "Archivo", serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    display: inline;
  }


#concreto {
  background-color: #dedede;
  background-image: url('../images/folhas.png');
  background-position: 5% 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto;
  padding: 60px 0;
}

.concreto-bg {
    background: url('../images/concreto.jpeg') center center / cover no-repeat;
    border-radius: 20px;
    padding: 60px;
    overflow: hidden; /* evita que o conteúdo ultrapasse o raio */
}

.concreto-bg .caixa {
    border-radius: 15px;
    padding: 10px 0;
    text-align: center;
}



#concreto .caixa h3 {
  color: #111d1d;
  font-family: "Archivo", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 100 !important;
  font-size: 3rem;
  line-height: 3rem;
  padding-top: 10px;
  text-align: left;
}



#concreto .caixa h3 span {
  color: #111d1d;
  font-weight: bold;
}


#concreto .caixa P {
  color: #111d1d;
  font-family: "ivymode", sans-serif;
  font-optical-sizing: auto;
  font-size: 30px;
  font-style: italic;
  font-weight: 100 !important;
  line-height: 1;
  padding-top: 10px;
  text-align: left;
}


    @media (max-width: 767px) {

      .concreto-bg {
          border-radius: 20px;
          padding: 30px 20px;
      }

      #concreto .caixa h3 {
      color: #111d1d;
      font-family: "Archivo", serif;
      font-optical-sizing: auto;
      font-style: italic;
      font-weight: 100 !important;
      font-size: 2rem;
      line-height: 2rem;
      padding-top: 10px;
      text-align: left;
    }

      #concreto .caixa P {
        color: #000;
        font-family: "ivymode", sans-serif;
        font-optical-sizing: auto;
        font-size: 23px;
        font-style: italic;
        font-weight: 100 !important;
        line-height: 1;
        padding-top: 10px;
        text-align: left;
      }


  }


  /* Tour */
  #tour {
    background-color: #dedede;
    /* background-image: url('../images/folhas.png');
    background-position: 5% 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto; */
    padding: 90px 0;
  }

  #tour h4 {
    color: #182727;
    font-family: "Archivo", serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
  }

  #tour h6 {
    color: #111d1d;
    font-family: "Archivo", serif;
    font-style: italic;
    font-weight: 100;
    font-size: 2.3rem;
    line-height: 2.3rem;
    margin: 10px 10px 30px 10px;
    text-align: center;
  }

  /* imagem de fundo */
  /*.tour-bg {
    background: 
    linear-gradient(rgba(3, 23, 6, 0.658), rgba(3, 23, 6, 0.295)), 
    url('../images/foto-tour.jpg') center center / cover no-repeat;
    border-radius: 20px;
    height: 460px;
    overflow: hidden;
  }*/

  /* conteúdo central */
  .tour-link {
    /*color: #fff;*/
    border: 1px solid #182727;
    border-radius: 10px;
    color: #182727;
    font-family: "Archivo", serif;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
  }

  .tour-link:hover {
    text-decoration: underline;
  }

  #tour ul { 
    list-style: none; 
  }

 
  .icon-360 {
    width: 75px;
    height: 75px;
    animation: spin360 10s linear infinite;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  /* Animação */

    /* Animação sutil de rotação contínua */
    /*@keyframes spin360 {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }*/


 
    /* Sessão Vídeo */
    #featured-videos {
    background-color: #f7f7f7;
    padding: 90px 0;
}


#featured-videos h3 {
    color: #111d1d;
    font-family: "Archivo", serif;
    font-style: italic;
    font-weight: 100;
    font-size: 2.3rem;
    line-height: 2.3rem;
    margin: 10px;
    text-align: center;
}

.video-grid.front-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em 2em;
}

ul.video-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

li.video {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  width: 33.333333333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border: solid 0.2em transparent;

}

li.video a {
  outline: none;
}

li.video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color .15s;
}

li.video figure {
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

li.video figure img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all .20s;
}

li.video figure figcaption {
  background-color: #112404d4;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "Archivo", serif;
  color: #fdfdfd !important;
  font-family: "Archivo", serif;
  font-weight: 300;
  font-size: 1.1rem;
  padding: 0.6rem 1.5rem;
  transform: translateY(0);
  opacity: 1;
  transition: all .20s;
  text-align: left;
}

li.video:hover figure img {
  opacity: 1;
  transform: scale(1);
}

li.video:hover figure figcaption {
  opacity: 0;
  transform: translateY(50%);
}

li.video:hover:before {
  /*background-color: rgba(0,0,0,0.3);*/
}

@media screen and (max-width: 2600px) {
  li.video {
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 760px) {
  li.video {
    width: 100%;
  }
}