html,body{
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    background: #fefbf3;
}
body {
    position: relative;
    
}  
.navbar{
    background-color: #fefbf3;
}
.navbar img{
    width: 140px;
}

.background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
section.sobre{
    height: calc(100%-200px);
    position: relative;
}
.scrolled{
    background-color: #FFF;
    transition: 1.5s;
}

.parallax {
    /* The image used */
    background-image: linear-gradient(to right, #22331a63, #72a753), url("./assets/banner-italo-salad.webp");
    /* Set a specific height */
    min-height: 200px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-capa {
    /* The image used */
    background-image: linear-gradient(to right, #24371c58, #6A994E), url("./assets/banner-italo.webp");
    /* Set a specific height */
    min-height: 200px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.float-button {
    text-decoration: none;
    position: fixed;
    padding: 8px;
    padding-right: 15px;
    bottom: 30px;
    right: 35px;
    background-color: #22b12e;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 1px 4px 6px 0px rgba(173, 173, 173, 1);
    z-index: 100;
    font-family: arial;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}

.float-button:hover {
    background-color: #25500d;
    color: #FFF;
}
.rounded-2{
    border-radius: 2.2rem!important
}
.bi-whatsapp {
    width: 30px;
    padding-right: 5px;
    padding-left: 5px;
}
.min-vh-80{
    min-height: 80vh!important;
}


.gradient-custom {
    /* fallback for old browsers */
    background: #6A994E;
  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #66994e14, #6A994E);
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #66994e14, #6A994E);
}

.gradient-custom2 {
    /* fallback for old browsers */
    background: rgba(0, 255, 167, 1);

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(30, 255, 0, 0.5), rgba(186, 224, 193, 0.425));
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(30, 255, 0, 0.5), rgba(186, 224, 193, 0.425));
}


#carouselAvaliacoes {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .carousel-inner {
    width: 100%;
  }
  
  .carousel-item {
    width: 100%;
    text-align: center;
  }
  
  .carousel-item > .testimonial {
    margin-left: auto;
    margin-right: auto;
  }
  
  .testimonial {
    max-width: 600px;
    width: 100%;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  }


  .chat-container {
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .message {
    background-color: #dcf8c6;
    border-radius: 16px;
    padding: 10px 12px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    position: relative;
  }

  .audio {
    justify-content: space-between;
    width: fit-content;
    margin-bottom: 4px;
  }

  .play-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #4caf50;
    margin-right: 10px;
  }

  .waveform {
    display: flex;
    gap: 2px;
    margin: 0 10px;
    align-items: flex-end;
  }

  .bar {
    width: 2px;
    background-color: #4caf50;
    border-radius: 2px;
    transition: height 0.2s ease;
  }

  .info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #555;
    margin-left: 10px;
  }

  .avatar {
    position: relative;
    margin-left: 10px;
  }

  .avatar i.fa-user-circle {
    font-size: 39px;
    color: #555;
  }

  .avatar i.fa-microphone {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #4caf50;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px;
  }

  .text-message {
    background-color: #dcf8c6;
    border-radius: 16px;
    padding: 10px 12px;
    display: inline-block;
    position: relative;
    max-width: 70%;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  }

  .text-time {
    font-size: 12px;
    color: #555;
    text-align: right;
    margin-top: 4px;
  }

  audio {
    display: none;
  }
  
  @keyframes wave-bounce {
    0%, 100% { height: 10px; }
    50% { height: 24px; }
  }
  
  
  
  
  
  
  
  

@keyframes whatsapp-animation {
    from {opacity: 0%;}
    to {opacity: 100%}
}

@media (min-width: 768px){
    .d-md-block {
        display: block!important;
    }
    .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
    .navbar img{
        width: 100px;
    }
}

@media screen and (max-width: 545px) {
    .float-button {
       border-radius: 10px;
       width: 55px;
    }
    .float-button span{
        display: none;
    }
    .bi-whatsapp {
        width: 40px;
    }
    .navbar img{
        width: 90px;
    }
}