
body {
  font-family: "Poppins", sans-serif;
  background: #f4f4f4;
  color: #333;
}


.nav-link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  margin-left: 1rem;
}


.hero {
  position: relative;
  background-image: url("IMG/panel baner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  padding: 6rem 2rem;
  color: #f6ff00dd;
}


.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.hero h1,
.hero p {
  position: relative;
  z-index: 1;
}


.section {
  padding: 3rem 2rem;
  background: white;
}

.section:nth-of-type(even) {
  background: #f0f8f5;
}

.section h2 {
  margin-bottom: 2rem;
  color: #00b894;
}


.card {
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}


.faq {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  margin-bottom: 1rem;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.faq-answer {
  display: none;
  margin-top: 0.5rem;
}


.calculator {
  max-width: 400px;
  margin: 0 auto;
}


#contacto p {
  margin: 0.3rem 0;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #1ebe57;
}

.menu-flotante {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

body {
  padding-top: 120px;
}
