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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #fff0f5;
  color: #333;
  line-height: 1.6;
}

header, footer {
  background: #f78fb3;
  color: white;
  text-align: center;
  padding: 1em 0;
}

nav a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #fffde7;
}

.hero {
  text-align: center;
  padding: 2em 1em;
  background: #fadadd;
}

.hero img {
  max-width: 300px;
  animation: float 4s ease-in-out infinite;
}

.hero h1 {
  margin-top: 1em;
  font-size: 2.2em;
  font-weight: 600;
}

.section {
  padding: 2em 1em;
  text-align: center;
}

.section h2 {
  font-size: 1.8em;
  margin-bottom: 1em;
}

.carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}

.carousel img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.carousel img:hover {
  transform: scale(1.05);
}

.steps, .contact, .ubicacion {
  margin-top: 2em;
}

ol {
  text-align: left;
  max-width: 400px;
  margin: auto;
  background: #fff;
  padding: 1em;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.social-buttons a {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  background-color: #f78fb3;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.social-buttons a:hover {
  background-color: #ff6f91;
}

iframe {
  width: 100%;
  max-width: 500px;
  border: none;
  height: 400px;
  margin: auto;
  display: block;
}

footer {
  font-size: 0.9em;
}

@keyframes float {
  0% { transform: translatey(0px); }
  50% { transform: translatey(-10px); }
  100% { transform: translatey(0px); }
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

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

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.swiper-slide img:hover {
  transform: scale(1.05);
}

.facebook .fb-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 1em;
  max-width: 520px;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.facebook iframe {
  border-radius: 8px;
  width: 100%;
  height: 400px;
}

.fb-intro {
  font-size: 1rem;
  margin-bottom: 1em;
  color: #444;
}

.pasos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 1.5em;
}

.paso {
  background: #fff;
  padding: 1em;
  width: 220px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.paso i {
  font-size: 2.2em;
  color: #f78fb3;
  margin-bottom: 0.5em;
}

.paso p {
  margin: 0;
  font-size: 0.95em;
}

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

.ubicacion-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 1.5em;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  max-width: 400px;
  margin: 1.5em auto 0 auto;
  gap: 1em;
}

.ubicacion-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
  font-size: 1em;
}

.ubicacion-item i {
  font-size: 1.5em;
  color: #f78fb3;
}

.ubicacion-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 1.5em;
}

.ubicacion-card {
  background: #fff;
  padding: 1.5em 1em;
  width: 220px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.ubicacion-card i {
  font-size: 2.2em;
  color: #f78fb3;
  margin-bottom: 0.5em;
  display: inline-block;
}

.ubicacion-card p {
  margin: 0;
  font-size: 0.95em;
  color: #333;
}

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

.icon-link {
  color: #f78fb3;
  font-size: 2em;
  margin-bottom: 0.5em;
  display: inline-block;
  transition: transform 0.3s ease;
}

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

.link-card {
  cursor: pointer;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 1.5em;
}

.contact-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f78fb3;
  color: white;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  transition: transform 0.3s ease, background 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.contact-btn i {
  font-size: 1.2em;
}

.contact-btn:hover {
  transform: translateY(-3px);
  background-color: #ff6f91;
}

.contact-btn.whatsapp { background-color: #25D366; }
.contact-btn.whatsapp:hover { background-color: #1ebd59; }

.contact-btn.facebook { background-color: #3b5998; }
.contact-btn.facebook:hover { background-color: #2d4373; }

.contact-btn.instagram { background-color: #e1306c; }
.contact-btn.instagram:hover { background-color: #c72c5c; }
