body,html {
        margin: 0;
        padding: 0;
        font-family: Helvetica, sans-serif;
        /*background: rgb(255,239,205);*/
        background: linear-gradient(0deg, rgba(255,239,205,1) 0%, rgba(251,246,235,1) 50%, rgba(255,255,255,1) 100%);



        /*background-color:#fbf6eb;*/
      }
     
        #localizacao {
      margin-left: 2rem;
      margin-right: 1rem;
    }

      .banner {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
      }
      .content {
        display: flex;
        flex-direction: column;
        padding: 2rem;
        margin-top: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
      }
      .location {
        padding: 2rem;
        display: flex;
        justify-content: center;
      }
      header {
        background-color: #3069b2;
        color: #fff;
        padding: 1em;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .logo img {
        width: 200px;
        height: auto;
      }
      nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
      }
      nav ul li {
        display: inline;
        margin-right: 20px;
      }
      nav ul li a {
        color: #fff;
        text-decoration: none;
      }
      footer {
        background-color: #3069b2;
        color: #fff;
        text-align: center;
        padding: 1em;
        position: relative;
        bottom: 0;
        width: 100%;
      }
      @media screen and (max-width: 768px) {
        nav ul {
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        nav ul li {
          margin: 0.5rem 0;
        }
      }
      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
      }
      .slider-container {
        width: 80%;
        max-width: 600px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
      }
      .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
      }
      .slide {
        min-width: 100%;
        padding: 20px;
      }
      .team-member {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .team-member img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
      }
      .team-member h2 {
        margin-bottom: 5px;
      }
      .team-member h3 {
        color: #777;
        margin-bottom: 10px;
      }
      .team-member p {
        width: 100%;
        max-width: 550px;
        font-size: 0, 5rem;
      }
      .slider-nav {
        display: flex;
        justify-content: center;
        margin-top: 20px;
      }
      .slider-nav button {
        background-color: #333;
        color: white;
        border: none;
        padding: 10px 20px;
        margin: 0 10px;
        cursor: pointer;
      }

    .floating-button {
        position: fixed;
        bottom: 40px;
        right: 40px;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
       text-decoration: none;
        transition: all 0.3s ease;
        z-index: 900;
        margin-bottom: 1.2rem;
    }

/*    .floating-button:hover {
        background-color: rgb(255, 255, 255);
        box-shadow: 2px 2px 5px #666;
    }*/

    address {
      text-align: center;
      color: #3069b2;

    }

   /* .floating-button {
      position: fixed;
      bottom: 40px;
      right: 40px;
      background-color: #0C9;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      box-shadow: 2px 2px 3px #999;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      text-decoration: none;
      transition: all 0.3s ease;
  }
      */

    