/* FONTS - Poppins customizadas */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/poppins-v23-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/poppins-v23-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('./fonts/poppins-v23-latin-900italic.woff2') format('woff2');
}

/* Reset básico */
*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  background-color: #f1d4d4;
  color: #fffafd;
}

/* ------------------ HEADER ------------------ */
.contato-header {
  background: url('../img/Fundopink.jpg') center/cover no-repeat fixed;
  color: rgb(255, 252, 252);
  padding: 1rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contato-header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contato-logo {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  text-align: center;
}

.contato-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.contato-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  transition: color 0.3s;
}

.contato-nav a:hover {
  color: #ffd6ec;
}

@media (min-width: 768px) {
  .contato-header-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .contato-logo {
    text-align: left;
  }

  .contato-nav {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}

/* BOTÕES */
/* === BOTÃO DE CONTATO === */
.contato-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  padding: 14px 20px;
  margin: 8px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: white !important;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(135deg, #551E3E, #A62F6A);
  border: none;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(85, 30, 62, 0.15);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}

.contato-cta-button:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 16px rgba(85, 30, 62, 0.25);
  background: linear-gradient(135deg, #66254a, #B83A78);
}

.contato-cta-button:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Animação de clique */
@keyframes buttonClickPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
.contato-cta-button.clicked {
  animation: buttonClickPulse 0.3s ease;
}
/* SEÇÃO CONTATO */
.contato-sec-contato {
  padding: 200px 20px;
  background: url('../img/Fundoo.jpg') center/cover no-repeat fixed;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.contato-sec-contato h2 {
  font-size: 1.5rem;
  color: #551e3e;;
  margin-bottom: 20px;
  font-weight: 900;
  z-index: 2;
}
.contato-sec-contato ul a {
  color: #fffafd;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  transition: color 0.3s ease;
  z-index: 2;
}

.contato-sec-contato ul {
  list-style: none;
  padding: 20px;
  margin-bottom: 25px;
  max-width: 41%;
  margin-left: auto;
  margin-right: auto;
  background-color: #c42b89;
  border-radius: 0px 20px 20px 0px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  z-index: 2;
}
.contato-sec-contato li {
  font-size: 1.3rem;
  padding: 5px 20px;
  text-align: left;
  z-index: 2;
}
.contato-image {
  position: absolute;
  bottom: 250px;
  right: 100px; /* Alinhado à direita */
  max-width: 18%;
  height: auto;
  z-index: 0;
  opacity: 0.95;
  pointer-events: none;
  animation: float 3s ease-in-out infinite;
}





.smartphone-image {
  position: absolute;
  top: 20%;
  left: 10.2%; /* Adjust as needed */
  max-width: 20%;
  height: auto;
   z-index: 0;
  opacity: 0.95;
  pointer-events: none;
}


@media (max-width: 1262px) {
  .smartphone-image {
    position: relative;
    width: 150px;
    max-width: none;
    margin-bottom: 20px;
    left: auto;
    top: auto;
  }

  .contato-sec-contato ul {
  list-style: none;
  padding: 20px;
  margin-bottom: 25px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #c42b89;
  border-radius: 20px 20px 20px 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  z-index: 2;
}

.contato-sec-contato li {
  font-size: 1rem;
  padding: 5px 20px;
  text-align: left;
  z-index: 2;
}

  .contato-image {
    top: 40px;
    left: 30%;
    bottom: auto;
    transform: translateX(-50%);
    max-width: 150px;
    z-index: 1;
    right: auto; /* Remove o right para mobile */
  }
  .contato-sec-contato {
    padding: 200px 20px 50px 0px;
  }

}
@media (max-width: 411px) {
.contato-sec-contato li {
  font-size: 0.8rem;
  padding: 5px 20px;
  text-align: left;
  z-index: 2;
}
}


/* Animação de float para a imagem */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ===== ANIMAÇÃO: SEC-CONTATO ===== */
/* Estados iniciais */
#sec-contato h2,
#sec-contato li,
#sec-contato .contato-cta-button,
#sec-contato .contato-image {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#sec-contato h2 {
  transform: translateY(-30px);
}
#sec-contato li {
  transform: translateX(-40px);
}
#sec-contato .contato-cta-button {
  transform: translateY(30px) scale(0.9);
}
#sec-contato .contato-image {
  transform: translateY(40px) scale(0.8);
}
/* Estados animados */
#sec-contato.contato-animar h2,
#sec-contato.contato-animar li,
#sec-contato.contato-animar .contato-cta-button,
#sec-contato.contato-animar .contato-image {
  opacity: 1;
  transform: translate(0) scale(1);
}
/* ===== FIM: SEC-CONTATO ===== */
/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
@media (max-width: 480px) {
  .whatsapp-float {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
  }
  .whatsapp-float img {
    width: 28px;
    height: 28px;
  }
}
/* BARRAS COLORIDAS */
.barra-cores,
.barra-cores-dupla {
  display: flex;
  height: 30px;
  width: 100%;
}
.barra-cores::before,
.barra-cores::after,
.barra-cores div,
.barra-cores-dupla::before,
.barra-cores-dupla::after {
  content: '';
  flex: 1;
}
.barra-cores::before { background-color: #f17dc4; }
.barra-cores div     { background-color: #c42d8e; }
.barra-cores::after  { background-color: #4e1c38; }
.barra-cores-dupla::before { background-color: #c42d8e; }
.barra-cores-dupla::after  { background-color: #4e1c38; }
@media (max-width: 768px) {
  .barra-cores,
  .barra-cores-dupla {
    height: 20px;
    z-index: 1000;
  }
}
/* FOOTER */
footer {
  background: #fffefe;
  color: #000000;
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
}
@media (min-width: 1920px) {
  .contato-content,
  .contato-header-container {
    max-width: 1400px;
  }
  .contato-sec-contato {
    padding-left: 9vw;
    padding-right: 10vw;
  }
  .contato-image {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;         /* Centraliza verticalmente */
    width: auto;
    max-width: 25%;
    z-index: 0;
    opacity: 0.9;
    pointer-events: none;
    padding: 100px;
  }

  .smartphone-image {
    position: absolute;
    top: 20%;
    left: 10.2%; /* Ajuste conforme necessário */
    max-width: 20%;
    height: auto;
    z-index: 0;
    opacity: 0.95;
    pointer-events: none;
  }
}



