body {
font-family: 'Montserrat', sans-serif;
}

.tabela-precos{
font-family: 'Otomanopee One', sans-serif;
}


header {

  background: #008000;
  padding: 20px 0;
}

.caixa {
  position: relative;
  width: 940px;
  margin: 0 auto;
}


.marca {
    
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute; top: 75px; left: 230px; right: 200px;
    
}

.titulo-destaque{
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
    
}


nav {
  position: absolute;
  top: 110px;
  right: 0;
}

nav li {
  display: inline;
  margin: 0 0 0 15px;
}

nav a {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
}

nav a:hover {
  color: #C78C19;
  text-decoration: underline;
}

.produtos {
  width: 940px;
  margin: 0 auto;
  padding: 80px 0;
}

.produtos li {
  display: inline-block;
  text-align: center;
  width: 30%;
  vertical-align: top;
  margin: 0 0.5%;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 2px solid #000000;
  border-radius: 10px;
}

.produtos li:hover {
  border-color: #008000;
}

.produtos li:active {
  border-color: #008000;  
}

.produtos li:hover h2 {
  font-size: 34px;
}

.produtos h2 {
  font-size: 30px;
  font-weight: bold;
}

.produto-descricao {
  font-size: 22px;
  color: #cf0e0e;
  font-weight: bold;
}

.produto-preco {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}


footer {
  text-align: center;
  background: url("bg.jpg");
  padding: 40px 0;
}

.copyright {
  color: #FFFFFF;
  font-size: 13px;
  margin: 20px 0 0;
}

/* Página de contato */
.contato {
  width: 940px;
  margin: 40px auto;
}

.contato label, .input-group legend {
  display: block;
  margin: 0 0 5px;
  font-size: 20px;
}

.campo-padrao, textarea {
  display: block;
  margin: 0 0 30px;
  padding: 10px 20px;
  width: 50%;
  border: 1px solid #aaa;
}

.input-group {
  margin: 0 0 20px;
}

.newsletter {
  margin: 0 0 20px;
}

.botao {
  margin: 20px 0 0;
  width: 30%;
  padding: 10px 20px;
  font-size: 24px;
  display: inline-block;
  background: orange;
  color: white;
  border: none;
  border-radius: 5px;
  transition: 1s;
}

.botao:hover {
  cursor: pointer;
  transform: scale(1.2);  
}

.funcionamento {
  width: 940px;
  margin: 0 auto 40px;
}

.tabela-precos {

    
    margin: 40px 60px 40px;
    color: #000000;
    font-weight: bold; 
    
}

h3{
    
    margin: 40px 40px;
    font-weight: bold;
    
    
    
}


.titulo-destaque{
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
    
}

thead {
    background: #555555;
    color: white;
    font-weight: bold;
}



td, th {
    border: 1px solid #000000;
    padding: 8px 15px;
    text-align: left;
}

th  {
  background: #008000;
  color: #FFFFFF;
  text-align: center;
}

.horario{
    position: absolute; 
    margin: 100px 0px 0px 100px;
    background: #FFFFFF;
    
    
}

    #cookieConsent {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: center;
        padding: 15px;
        z-index: 1000;
        display: none;
    }

    #cookieConsent .cookie-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #cookieConsent p {
        margin: 0;
    }

    #cookieConsent a {
        color: #4CAF50;
        text-decoration: underline;
    }

    #cookieConsent button {
        background-color: #4CAF50;
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
    }

    #cookieConsent button:hover {
        background-color: #45a049;
    }

  th a:link {
            color: #ffffff ; /* link não visitado */
        }

       th a:visited {
            color: #ffffff ; /* link visitado */
        }

       th a:hover {
            color: #ffffff ; /* mouse sobre o link */
        }

       th a:active {
            color: #ffffff ; /* link no momento do clique */
        }




.whatsapp-fixed {
    position: fixed;
    bottom: 20px;   /* Distância da parte inferior da página */
    right: 20px;    /* Distância da lateral direita da página */
    padding: 10px;  /* Espaçamento interno */
    font-size: 30px; /* Tamanho do ícone */
    background-color: #25D366; /* Cor de fundo verde WhatsApp */
    color: white; /* Cor do ícone */
    border-radius: 50%; /* Torna o fundo circular */
    box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* Sombra para destacar */
    z-index: 1000; /* Garante que ficará sobre outros elementos */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Largura do círculo */
    height: 50px; /* Altura do círculo */
}

.whatsapp-fixed:hover {
    background-color: #128C7E; /* Cor mais escura ao passar o mouse */
}
