/* ====== VARIABLES ====== */
:root {
  --rosa-claro: #e2c3ce;
  --rosa-medio: #c57896cd;
  /* background-color: #d28aa6ae; */
  --rosa-fuerte: #ebe7e900;
  /* --blanco: #c4727271; */ 
  --gris: #2b0808;
  --fuente: 'Poppins', sans-serif;
}

/* ====== BASE ====== */
body {
  font-family: var(--fuente);
  margin: 0;
  background-color: var(--rosa-claro);
  color: var(--gris);
  scroll-behavior: smooth;
}

h1, h2, h3 {
  color: var(--rosa-fuerte);
  margin-bottom: 1rem;
}

p {
  line-height: 1.6;
}

/* ====== HEADER ====== */
header {
  background: linear-gradient(to right, var(--rosa-medio), var(--rosa-fuerte));
  color: var(--blanco);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 300;
}

header img {
  height: 60px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

nav a {
  color: var(--blanco);
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  margin: 0 25px;
  text-decoration: none;
  font-size: 21px;
  
}

nav a:hover {
  text-decoration: underline;
}

/* ====== SECCIONES ====== */
section {
  padding: 4rem 2rem;
  text-align: center;
}

/* ====== TARJETAS ====== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  
}

.card {
  background: var(--blanco);
  border-radius: 1.5rem;
  box-shadow: 0 4px 12px rgb(113, 92, 92);
  padding: 2rem;
  max-width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 15px rgba(204, 163, 163, 0.895);
}

.card img {
  width: 100%;
  border-radius: 1rem;
}

.card h3 {
  margin-top: 1rem;
  color: rgba(154, 68, 115, 0.831);
  
}

/* ====== BOTONES FLOTANTES ====== */
.floating-buttons {
  position: fixed;
  right: 50px;
  bottom: 110px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 1000;
}

.floating-buttons a {
  background-color: var(--blanco);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0 3px 8px rgb(206, 142, 142); */
  transition: transform 0.2s ease;
}

.floating-buttons a:hover {
  transform: scale(1.1);
}
x
.floating-buttons img {
  width: 35px;
  height: 35px;
}

/* ====== FOOTER ====== */
footer {
  /* background-color: var(--rosa-fuerte); */
  color: var(--blanco);
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
  margin-top: 3rem;
}


/* ====== RESPONSIVE ====== */
@media (max-width: 768px) {
  header {
    flex-direction: column;
    text-align: center;
  }

  nav {
    justify-content: center;
  }

  section {
    padding: 3rem 1rem;
  }

  .card {
    max-width: 90%;
  }
}
.logo{
    height: 190px;
    object-fit: cover;
    border-radius: 60%;
    /* border: 3px solid #981f1f; */
    box-shadow: 0 4px 8px rgb(0,0,0,0.2);
}
 .floating-btn {
      position: fixed;
      right: 20px;
      width: 60px;
      height: 60px;
      border-radius: 90%;
      /* color: rgb(24, 10, 10); */
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 58px;
      z-index: 1000;
      /* box-shadow: 0 4px 10px rgba(198, 135, 135, 0.2); */
      transition: transform 0.3s;
    }
    .floating-btn:hover {
      transform: scale(1.1);
    }
    .whatsapp { background: #25d365; bottom: 100px; }
     .instagram { background: #E1306C; bottom: 260px; }
     .facebook { background: #3b5998; bottom: 180px; }

     
    footer h3 {
      color: #a55977ca;
      font-weight: 600;
      margin-bottom: 15px;
    }
    footer a {
      color: #0a0709;
      text-decoration: none;
    }
    footer a:hover {
      color: #837575;
      text-decoration: underline;
    }

    /* Botones flotantes */
    .floating-btn {
      position: fixed;
      right: 50px;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      color: rgb(252, 248, 248);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 35px;
      z-index: 100;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      transition: transform 0.5s;
    }
    .floating-btn:hover {
      transform: scale(1.1);
    }
    iframe {
      border-radius: 12px;
      border: none;

    }
    .col-md-4{
      text-align: left;
      justify-content: flex-end;
    }
    .ella{
      color: #2f2525;
    }