
.js-cookie-consent {
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    bottom: 0px;
    position: fixed;
    box-shadow: 0px 0px 30px rgb(50 50 50 / 35%);
}

.js-cookie-consent a{
    color: #3d5d49;;
}

.cookie-consent__agree {
    background-color: #3d5d49;
    color: #fff;
    border: 0px;
    padding: 10px;
}

.w-nav-menu {
    position: relative;
    float: right;
  }
  [data-nav-menu-open] {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #30533e!important;
    text-align: center;
    overflow: visible;
    min-width: 200px;
  }
  .w--nav-link-open {
    display: block;
    position: relative;
  }

  .w-nav-button.w--open {
    background-color: #30533e!important;
    color: white;
  }

  .w-tab-link.w--current {
    background-color: #30533e!important;
  }

  .slide-3 {
    /*background-position: inherit!important;*/
  }
  .bt-solar{
    color: #ffd400;
    font-weight: bold;
  }


  .w-form-done{
    display: contents!important;
  }

  .rl-success-text-2 {
    font-weight: 600;
    color: #3d5d49;
}



@media screen and (max-width: 479px){
    .heading-2 {
        width: fit-content;
    }   
}




  .bt-whatsapp-conceito{
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 998;
    cursor: pointer;
}

#icon-whatsapp-conceito{
    background: #2cb742;
    padding: 12px 16px;
    border-radius: 100%;
}

#icon-whatsapp-conceito i{
    color: white;
    font-size: 30px;
}  

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #00000063;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  z-index: 999;
}

#menu-rolagem {
  display: none;
  position: fixed;
  top: 0px;
  z-index: 999;
}


  /* Estilo do balão flutuante */
  .balao-flutuante {
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 999;
    cursor: pointer;
    background-image: linear-gradient(to right, #284031, #3d5d49);
    border-radius: 15px 15px 15px 0px;
    padding: 30px;
    width: 25%;
    text-align: justify;
  }
  .balao-flutuante h5{
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .balao-flutuante p{
    color: #fff;
    font-family: "Avenir Lt Std 35", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .fechar-btn{
    float: right;
    border-radius: 25px;
  }


  @media only screen and (max-width: 768px) {
    /* Se a largura da tela for 768 pixels ou menos (dispositivos móveis), ajuste o estilo */
    .balao-flutuante {
        width: 100%!important;
        right: 0; /* Ajuste conforme necessário */
        border-radius: 15px; /* Ajuste conforme necessário */
    }

    .balao-flutuante a {
      color: #fff;
  }
}

.balao-flutuante span{
  color: #fff;
}


.navbar{
  z-index: 998!important;
}


.rl_faq6_answer {
  padding-bottom: 0px!important;
}