@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: 'Merriweather' , sans-serif;
}

:root {
    color-scheme: light;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #334b3b00;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: transform 0.3s;
}

.whatsapp-float i {
  margin-top: 14px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img{
  width: 80px;
  height: 80px;
}



/*HEADER*/
.logo {
    display: flex;
    align-items: center; /* Alinha a logo com o centro vertical da h1 */
    
}

/* Ajuste do tamanho da imagem da logo */
.logo_kasa {
    height: 100px; /* Ou o tamanho que achar melhor */
    width: auto; /* Mantém a proporção da imagem */
}

header {
    
    box-shadow: 0px 3px 10px;
}

.nav-bar {

    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 6rem;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-list a {
    font-size: 26px;
}

.nav-list a:hover {
    color: #d4751b;
}

.nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    text-decoration: none;
    font-size: 1.15rem;
    color: #000;
    font-weight: 400;
}

a, a:hover{
    text-decoration: none;
  }

.btn-menu {
    background: #8d1c87;
    color: #ffff;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-menu:hover {
    background: #826192;
    color: #ffff;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .nav-bar{
        padding: 1.5rem;
    }
    .nav-item {
        display: none;
    }

    .contratar-button {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    
    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }

    .mobile-menu .login-button button {
        width: 100%;
    }

    .open{
        display: block;
    }

    
}

/* MAIN PARTE DO BANNER PRINCIPAL */

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 6rem;
    background-color: #f0f4f9; /* azul claro quase branco */
    flex-wrap: nowrap;
    gap: 2rem;
}

.hero-text {
    flex: 1;
}

.hero-text h1 {
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #0056A4;
    margin-left: 8rem;
}


.hero-text p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #333;
    margin-left: 8rem;
}

.hero-button {
    background-color: #ff7b00;
    color: white;
    padding: 0.9rem 1.6rem;
    margin-left: 8rem;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.hero-button:hover {
    background-color: #e66d00;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    max-width: 100%;
    max-height: 300px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .hero-content {
        flex-wrap: nowrap;
        flex-direction: row;
        padding: 2rem;
        gap: 1rem;
    }


    .hero-text h1 {
        font-size: 1.5rem;
        margin-left: 0;
    }

    .hero-text p {
        font-size: 0.8rem;
        margin-left: 0;
    }

    .hero-button {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
        display: block;
        width: fit-content;
        margin: 0 auto;
        text-align: center;
    }

    .hero-image img {
        max-width: 140px;
        height: auto;
    }
}

/* Tablets grandes (entre 769px e 1199px) */
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .hero-content {
    flex-direction: row;
    padding: 3rem 4rem;
    gap: 2rem;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.2rem;
  }

  .hero-button {
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
  }

  .hero-image img {
    max-width: 200px;
  }
}

/* SECTION SOBRE PREÇOS ETC */
/* Seção institucional */
/* Seção Informativa */
.info-section {
    background-color: #66b7f5;
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
}

.info-container {
    background-color: #ebeff3;
    padding: 5rem;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.info-text h2 {
    color: #0a2c55;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.horario {
    background-color: #0a2c55;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.frete {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background-color: #f2f2f2;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.frete img {
    width: 150px;
    height: auto;
}

.frete p {
    margin: 0;
    color: #0a2c55;
    font-weight: bold;
    font-size: 1.05rem;
}

.info-button {
    background-color: #f28500;
    color: white;
    padding: 0.8rem 1.8rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

.info-button:hover {
    background-color: #d4751b;
}

/* Responsivo */
@media screen and (max-width: 480px) {
    .info-text h2 {
        font-size: 1.6rem;
    }

    .horario {
        font-size: 1rem;
    }

    .frete p {
        font-size: 1rem;
    }

    .frete img {
        width: 40px;
    }

    .info-button {
        font-size: 0.95rem;
        padding: 0.6rem 1.5rem;
    }
}

/* PORDUTOS LISTA */

.produtos {
  padding: 4rem 2rem;
  text-align: center;
  background-color: #fcfcfc;
}

.produtos h2 {
  font-size: 3rem;
  color: #1e3a5f;
  margin-bottom: 2rem;
}

/* Estilo do container do filtro */
.filtros {
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Label do filtro */
.filtros label {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

/* Select do filtro */
.filtros select {
  padding: 0.6rem 1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #f9f9f9;
  color: #333;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.filtros select:hover {
  border-color: #7e57c2;
}

.filtros select:focus {
  border-color: #7e57c2;
  box-shadow: 0 0 0 3px rgba(126, 87, 194, 0.2);
  outline: none;
}

/* Responsividade */
@media (max-width: 600px) {
  .filtros {
    flex-direction: column;
    align-items: stretch;
  }

  .filtros label {
    margin-bottom: 0.3rem;
  }
}


/* Grid de Produtos */
.produtos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 6.8rem;
  justify-items: center;
}

/* Card Produto */
.produto-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  max-width: 400px;
  transition: transform 0.3s ease;
}

.produto-card:hover {
  transform: translateY(-5px);
}

/* Swiper */
.swiper {
  width: 100%;
  border: 5px solid #c8ced6;
  border-radius: 16px;
  margin-bottom: 1rem;
}

.swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #f39c12;
}

.swiper-pagination-bullet {
  background-color: #9bb0cc;
}

/* Texto e Preço */
.produto-card h3 {
  font-size: 1.9rem;
  color: #1e3a5f;
  margin-bottom: 0.5rem;
}

.produto-card .descricao {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.produto-card .preco {
  font-size: 1.8rem;
  color: #128696;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Botão */
.botao-acao {
  background-color: #f39c12;
  color: white;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
  display: inline-block;
}

.botao-acao:hover {
  background-color: #d97f05;
}

/* ======= RESPONSIVO ======= */


/* BENEFICIOS E DIFERENCIAIS */

/* Estilo geral da seção */
.benefits-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.benefits-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 50px;
}

/* Container dos itens */
.benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

/* Cada item */
.benefit-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Ícones */
.benefit-item img {
  width: 70px;
  margin-bottom: 20px;
}

/* Títulos */
.benefit-item h3 {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 15px;
}

/* Texto */
.benefit-item p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.benefit-item i {
  font-size: 65px; 
  color: #f27c00;
  margin-bottom: 15px;
}



/* Responsividade extra (opcional) */
@media (max-width: 500px) {
  .benefits-section h2 {
    font-size: 2rem;
  }

  .benefit-item h3 {
    font-size: 1.3rem;
  }
}

/* ====== FOOTER GERAL ====== */
footer {
  background-color: #222;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

/* ====== LOGO ====== */
.footer-logo img {
  width: 180px;
}

/* ====== LINKS ====== */
.footer-links h4,
.footer-contato h4,
.footer-social h4 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #f5f5f5;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #00cba9;
}

/* ====== CONTATO ====== */
.footer-contato p {
  margin: 8px 0;
  color: #ccc;
  font-size: 0.95rem;
}

/* ====== SOCIAL ====== */
.footer-social a {
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s;
}

.footer-social a img {
  width: 30px;
 
}

.footer-social a:hover {
  transform: scale(1.1);
}

/* ====== BOTTOM ====== */
.footer-bottom {
  border-top: 1px solid #444;
  text-align: center;
  padding-top: 15px;
  margin-top: 30px;
}

.footer-bottom p {
  color: #aaa;
  font-size: 0.9rem;
}

/* ====== RESPONSIVO ====== */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-social a {
    margin-right: 15px;
  }

  .footer-logo img {
    margin-bottom: 20px;
  }
}

/* ========== Localização ========== */
.map-container {
  width: 100%;
  max-width: 700px;   /* limita a largura máxima para desktop */
  height: 400px;      /* altura um pouco maior para melhor visual */
  margin: 0 auto 40px; /* centraliza e dá margem inferior */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border: 2px solid #f5a623; /* borda amarela suave */
}

.contato h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 12px;
}

.ploc {
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.map-container {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* ========== Informações de Contato ========== */
.info-contato {
  background-color: #fff;
  padding: 40px 20px;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.contato-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 18px;
}

.contato-item i {
  color: #f5a623;
  font-size: 22px;
}

.botoes-contato {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-contato {
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
}

.btn-contato:hover {
  background-color: #1ebe57;
}

.btn-contato.insta {
  background-color: #c13584;
}

.btn-contato.insta:hover {
  background-color: #a92c71;
}

.btn-contato img {
  width: 20px;
}

/* ========== Formulário ========== */
.formulario {
  background-color: #f9f9f9;
  padding: 60px 20px;
}

.formulario h2 {
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}

.formulario form {
  max-width: 700px;
  margin: 0 auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.formulario input,
.formulario select,
.formulario textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

.formulario textarea {
  resize: none;
}

.formulario button {
  background-color: #2354f5;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.formulario button:hover {
  background-color: #0049e6;
}

/* ========== Responsivo ========== */
@media (max-width: 768px) {
  .info-contato {
    padding: 30px 15px;
  }

  .botoes-contato {
    flex-direction: column;
    align-items: center;
  }

  .btn-contato {
    width: 80%;
    justify-content: center;
  }
}

a {
    text-decoration: none;
}



