body {
  background: #0b0b0b;
  color: white;
  font-family: Arial;
}

.servicos {
  padding: 20px;
}

h1 {
  font-size: 44px;
  font-weight: bold;
}

h2 {
  text-align: left;
}

h3 {
  font-size: 34px;
  font-weight: bold;
}

p {
  font-size: 26px;
  color: #737373;
  padding-bottom: 12px;
}

/* ===== CARDS DE SERVIÇOS ===== */
.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111;
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;

}

.info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info img {
  width: 140px;
  height: 140px;
  border-radius: 10px;
}

.preco {
  color: #00ff88;
  display: block;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 7px;
}

.tempo {
  color: #737373;
  font-size: 26px;
  font-weight: bold;
}

button {
  background: #840000;
  color: white;
  font-size: 26px;
  font-weight: bold;
  border: none;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}

button:hover {
  background: #a80000;
  transition: 0.5s;
}

/* ===== HEADER E MENU ===== */
.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.menu {
  position: absolute;
  left: 35px;
  font-size: 65px;
  cursor: pointer;
  color: #737373;
  padding-bottom: 10px;
}

.logo {
  height: 165px;
  padding-top: 20px;
}

.menu-lateral {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #111;
  padding-top: 80px;
  transition: 0.3s;
  z-index: 999;
}

.menu-lateral a {
  display: block;
  color: #737373;
  font-size: 30px;
  font-weight: bold;
  padding: 25px;
  text-decoration: none;
  border-bottom: 1px solid #222;
}

.menu-lateral a:hover {
  background: #222;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 998;
}

/* ===== CARROSSEL ===== */
.carrossel {
  position: relative;
  z-index: 1;
  margin-top: 120px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.slide.ativo {
  display: block;
}

/* ===== WHATSAPP FIXO ===== */
.whatsapp-fixo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #03e251;
  padding: 1px;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.whatsapp-fixo img {
  width: 100px;
  height: 100px;
}

.whatsapp-fixo:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

/* ===== SOBRE NÓS ===== */
.titulo-principal {
  text-align: left;
  padding-left: 30px;
  margin-top: 90px;
  font-size: 34px;
  font-weight: bold;
}

.titulo {
  text-align: center;
  margin-top: 90px;
  font-size: 34px;
  font-weight: 700;
}

.secao {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px;
  background: #111;
  padding: 15px;
  border-radius: 12px;
}

.secao img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.secao p {
  font-size: 26px;
  color: #737373;
  line-height: 1.5;
}

.texto, .texto-marcos {
  display: flex;
  flex-direction: column;
}

.secao:nth-of-type(even) {
  flex-direction: row-reverse;
}

.btn-agendar {
  display: inline-block;
  margin-top: 10px;
  padding: 18px 24px;
  background: #840000;
  color: white !important;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  width: 210px;
  margin-left: 65px;
}

.btn-agendar:hover {
  background: #a80000;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 600px) {
  .secao {
    flex-direction: column;
    text-align: center;
  }

  .secao img {
    width: 100px;
    height: 100px;
  }

  .card {
    flex-direction: column;
    text-align: center;
  }

  .info {
    flex-direction: column;
  }
}
.barbeariatexto {
  text-align: left;
  margin-top: 90px;
  font-size: 34px;
  font-weight: 700;
  padding-left: 30px;
}
.canhetetexto {
  text-align: right;
  margin-top: 90px;
  font-size: 34px;
  font-weight: 700;
  padding-right: 30px;
}
.maikontexto {
  text-align: left;
  margin-top: 90px;
  font-size: 34px;
  font-weight: 700;
  padding-left: 30px;
}
.brenotexto {
  text-align: right;
  margin-top: 90px;
  font-size: 34px;
  font-weight: 700;
  padding-right: 30px;
}
.guianatexto {
  text-align: left;
  margin-top: 90px;
  font-size: 34kpx;
  font-weight: 700;
  padding-left: 30px;
}
/* ===== AVALIAÇÕES ===== */

.secao-carrossel {
  margin: 100px 20px;
  padding: 20px;
}

.titulo-carrossel {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
  color: white;
}

.carrossel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.carrossel-avaliacoes {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  position: relative;
}

.avaliacao {
  display: none;
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 25px;
  min-height: 250px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
}

.avaliacao.ativa {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.estrelas {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

.estrela {
  font-size: 24px;
  color: #ffc107;
}

.estrela.vazia {
  color: #444;
}

.nome-avaliador {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.comentario-avaliacao {
  font-size: 16px;
  color: #ccc;
  line-height: 1.6;
  font-style: italic;
}

.btn-seta {
  background: #840000;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  flex-shrink: 0;
}

.btn-seta:hover {
  background: #a80000;
  transform: scale(1.1);
}

.btn-seta.esquerda {
  order: -1;
}

.btn-seta.direita {
  order: 1;
}

/* Responsivo */
@media (max-width: 600px) {
  .secao-carrossel {
    margin: 40px 10px;
    padding: 15px;
  }

  .titulo-carrossel {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .avaliacao {
    padding: 20px;
    min-height: 220px;
  }

  .btn-seta {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .carrossel-container {
    gap: 10px;
  }
}
/* ===== LOCALIZAÇÃO ===== */

.secao-local {
  margin: 120px 20px 40px;
  background: #111;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.secao-local h2 {
  margin-bottom: 20px;
  font-size: 26px;
}

.secao-local iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 10px;
  margin-bottom: 15px;
}

.secao-local p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
}

.btn-maps {
  display: inline-block;
  background: #840000;
  color: white;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}

.btn-maps:hover {
  background: #a80000;
  transform: scale(1.05);
}