
body {
    margin: 0;
    padding: 0;
    background: white;
    font-family: Helvetica, Arial, sans-serif;
}
#cabeça {
    background-color: #99cccc;
    height: 80px;
}
#menu {
  width: 100%;
  position: absolute;
    background-color: #99cccc; 
    margin-bottom: 20px;
    padding: 15px;
 
}

#menu a {
    background-color: transparent;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    color: rgb(17, 15, 15);
}

#menu button {

    border: none;
}

#header {
    margin-top: -30px;
    height: 110px;
    background-color: #99cccc;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.navbar-toggler {
    display: none !important;
}


#header img {
    margin-top: -10px;
    margin-left: -80px;
}

#button1 {
    text-align: justify;
    width: 200px;
    height: 40px;
    background-color: #99cccc;
    border-radius: 40px;
    margin-left: 1000px;
}


.badge {
    background-color: #5eb8b8;
    margin-top: -70px;
}

/* Estilo do vídeo */
#videoteste {
    display: flex;
    justify-content: center;
    align-items: center;
}

#videoteste video {
    width: 100%;
    height: auto;
    object-fit: cover;
}



#site a {  text-decoration: none;
    font-size: 20px;
    padding:  5px 10px;
    border-radius: 5px;         
    background-color: transparent; 
    color: black;                 
    display:inline-block;        
    border: #5eb8b8;
    position: relative;
    top: 25px;
    left: 100px;
}

#acima a
{  text-decoration: none;
align-items: center; 
color: black;
margin-top: 40px;
font-size: 20px;}

#banner1 {margin-top: 40px;}



  

  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  

  .col {
    flex: 1 1 22%;
    min-width: 220px;
    box-sizing: border-box;
  }
  
  .rodape a {
    color: #00bcd4;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
  }
  

  .col span {
    color: #99cccc;
    display: block;
    margin-top: 5px;
  }
  
  
  .icone-social {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #99cccc;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
  }
  .linha-divisoria {
    margin: 30px 0;
    border: none;
    border-top: 1px solid #99cccc;
  }
  
 
  .rodape-links {
    color: #99cccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    text-align: center;
    font-size: 14px;
  }
  
  .rodape-links a {
    color: #00bcd4;
    text-decoration: none;
  }
.color {color: #99cccc;}
#size {font-size: 12px;}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f0f8f8;
  color: #333;
  padding: 20px;
}

header, footer {
  text-align: center;
  padding: 20px;
  background-color: #e0f7fa;
}

.color {
  color: #99cccc;
  text-decoration: none;
}

.contato-container {
  max-width: 600px;
  margin: 30px auto;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
  margin-top: 15px;
  display: block;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #009999;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #007777;
}

#feedback {
  margin-top: 15px;
  font-weight: bold;
  color: #99cccc ;
}

    .btn-telefone {
      background-color: #77c2df;
      color: white;
      font-weight: bold;
      border-radius: 20px;
      padding: 8px 25px;
      border: none;
      margin-right: 10px;
    }

    .btn-contato {
      background-color: white;
      color: #77c2df;
      border-radius: 20px;
      padding: 8px 25px;
      border: 2px solid #77c2df;
      font-weight: bold;
    }

    /* SEÇÃO */
    h2 {
      color: #7fb7d4;
      font-weight: bold;
    }

    .service-box {
      border: 1px solid #b8d0dd;
      padding: 12px;
      margin-bottom: 15px;
      border-radius: 5px;
      text-align: center;
      color: #6aaac7;
      font-weight: bold;
      cursor: pointer;
      background: white;
    }

  




    .nav-link {
      font-weight: bold;
      color: black !important;
      margin-right: 15px;
    }

    .btn-telefone {
      background-color: #77c2df;
      color: white;
      font-weight: bold;
      border-radius: 20px;
      padding: 8px 25px;
      border: none;
      margin-right: 8px;
      white-space: nowrap;
    }

    .btn-contato {
      background-color: white;
      color: #77c2df;
      font-weight: bold;
      border-radius: 20px;
      padding: 8px 22px;
      border: 2px solid #77c2df;
      white-space: nowrap;
    }

    h2 {
      color: #7fb7d4;
      font-weight: bold;
    }

    .service-box {
      border: 1px solid #b8d0dd;
      padding: 12px;
      margin-bottom: 15px;
      border-radius: 5px;
      text-align: center;
      color: #6aaac7;
      font-weight: bold;
      background: white;
    }

    footer {
      background: black;
      color: white;
      padding: 40px 20px;
      margin-top: 40px;
    }

    footer a {
      color: white;
      text-decoration: none;
    }

    /* Responsividade */
    @media (max-width: 768px) {
      .nav-link { margin: 10px 0; }

      .buttons-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        margin-top: 10px;
      }

      .btn-telefone,
      .btn-contato {
        width: 100%;
      }}