@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
}

header {
    padding: 20px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* para ficar responsivo */
    gap: 15px;
}

header img {
    max-width: 200px;
    height: auto;
}

/* Agrupa título + ícone */
.header-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profissional-name {
    font-size: 1.2rem;
    color: gold;
    margin: 5px 0 15px 0;
    font-weight: 400;
    font-style: italic;  
}

h1 {
    font-size: 2.5rem;
    color: gold;
    margin: 0;
}


h1 {
    font-size: 2.5rem;
    color: gold;
    margin: 0;
}

/* Ícone WhatsApp no header */
.whatsapp-icon {
    width: 50px;
    height: 50px;
    transition: transform 0.2s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.2);
}

/* Vídeo */
.video-container {
    margin: 20px auto;
    max-width: 1000px;
    padding: 0 10px;
}

video {
    width: 80%;
    height: auto;
    border: 3px solid  #b10303;
    border-radius: 10px;
}

/* Galeria de imagens */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    padding: 20px;
}

.gallery-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Efeito flutuante no hover */
.gallery-item img:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
    cursor: pointer;
}

/* Contato e mapa */
#contato {
    padding: 20px;
    background-color: #1a1a1a;
    color: white;
}
#contato {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    background-color: #1a1a1a;
}

#contato a img {
    width: 50px;
    height: 50px;
    transition: transform 0.2s ease;
}

#contato a img:hover {
    transform: scale(1.1);
}

#contato a img:hover {
    transform: scale(1.1);
}

#contato p {
    margin: 10px 0;
    font-size: 16px;
}

#contato iframe {
    width: 100%;
    max-width: 600px;
    height: 300px;
    border: 0;
    border-radius: 8px;
}

#openMapBtn {
    background-color: gold;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 20px 0;
}

#openMapBtn:hover {
    background-color: #e6c200;
}
#sobre-mim h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.8em;
  color: #b10303;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(177, 3, 3, 0.4);
  font-style: italic; 
  margin-bottom: 25px;
  text-align: center;
}

#sobre-mim {
  max-width: 700px;
  margin: 60px auto;
  padding: 40px 25px;
  background:  #1d1c1c; 
  border: 3px solid transparent;
  border-radius: 16px;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.06),
    0 2px 6px rgba(177, 3, 3, 0.15);
  font-family: 'Poppins', sans-serif;
  color: #f3f0f0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#sobre-mim:hover {
  border-color: #b10303;
  box-shadow:
    0 8px 24px rgba(238, 233, 233, 0.12),
    0 4px 12px rgba(177, 3, 3, 0.3);
}

#sobre-mim h2 {
  font-size: 2.4em;
  color: #b10303;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(177, 3, 3, 0.3);
}

#sobre-mim p {
  font-size: 1.15em;
  line-height: 1.75;
  margin-bottom: 20px;
  color: #f3f2f2;
  text-align: justify;
  letter-spacing: 0.02em;
}


#meus-cortes {
  text-align: center;
  margin-top: 40px;
}

#meus-cortes h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.4em;
  color: #b10303;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 3px rgba(177, 3, 3, 0.4);
  border-bottom: 3px solid #b10303;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#meus-cortes .subtitulo {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #7a1a1a;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0 0 2px rgba(122, 26, 26, 0.3);
}

#cortes-sugeridos {
  text-align: center;
  margin-top: 60px;
}

#cortes-sugeridos h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.4em;
  color: #b10303;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 3px rgba(177, 3, 3, 0.4);
  border-bottom: 3px solid#b10303;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}


#cortes-sugeridos .subtitulo {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 1.5em;
  color: #b10303;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: 0 0 2px rgba(51, 95, 154, 0.3);
}
/* Mesma animação para as imagens */
#cortes-sugeridos .gallery-item {
  opacity: 0;
  transform: translateY(20px);
}

/* Efeito inicial oculto */
.fade-in,
.gallery-item {
  opacity: 0;
  transform: translateY(20px);
}

/* Efeito visível */
.show {
  animation: fadeUp 0.8s forwards;
}

/* Animação */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Animação de entrada */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}


/* Rodapé */
footer {
    background: #111;
    padding: 10px;
    font-size: 0.9rem;
    color: #ccc;
}

/* Responsivo */
@media (max-width: 600px) {
    h1 {
        font-size: 1.6rem;
    }

    .whatsapp-icon {
        width: 30px;
        height: 30px;
    }
}
