

/* NUEVO CSS 'ALQUILER-A10'
-----------------------------*/

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

body {
  margin: 0;
  line-height: 1.6;
  color: #000000;
  min-height: 100vh;
  position: relative;
  padding-top: 19vh; /* 10% de la altura de la pantalla */
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="mesh" width="60" height="60" patternUnits="userSpaceOnUse"><path d="M0 30h60M30 0v60" stroke="%23000000" stroke-width="0.5" opacity="0.02"/></pattern></defs><rect width="60" height="60" fill="url(%23mesh)"/></svg>')
    repeat;
  pointer-events: none;
}
.container {
  max-width: 1200px;
  /* margin: 150px auto 0px auto; */
  /* padding: 45px 20px; */
  position: relative;
  z-index: 2;
}
.header {
  text-align: center;
  margin-bottom: 65px;
  position: relative;
}
.header::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 3px;
  background: linear-gradient(90deg, #333333, #000000, #333333);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
h1 {
  font-size: 4rem;
  color: #000000;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.subtitle {
  font-size: 1.5rem;
  color: #2c2c2c;
  font-weight: 300;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.7;
}
.main-content {
  background: rgba(255, 255, 255, 0.92);
  padding: 55px;
  border-radius: 22px;
  margin-bottom: 55px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.main-content::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -15%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.02) 0%, transparent 70%);
  border-radius: 50%;
  animation: drift 8s ease-in-out infinite;
}
.content-wrapper {
  position: relative;
  z-index: 2;
}
.intro-text {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #34495e;
  text-align: justify;
}
.features-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}
.feature-card {
  background: rgba(255, 255, 255, 0.85);
  padding: 45px 35px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  position: relative;
  text-align: center;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #000000, transparent);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.feature-card:hover::before {
  transform: scaleX(1);
}
.feature-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.house-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
  stroke: #000000;
  fill: none;
  stroke-width: 1.5;
  transition: transform 0.3s ease;
}
.feature-card:hover .house-icon {
  transform: scale(1.1);
}
.feature-card h3 {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 500;
}
.feature-card p {
  color: #333333;
  line-height: 1.7;
  font-size: 1rem;
}
.advantage-item:hover::before {
  transform: scale(1.3);
}
.advantage-item span {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
.final-section {
  background: linear-gradient(
    130deg,
    #0d0c0c 0%,
    #000000 25%,
    #000000 60%,
    #000000 100%
  );
  color: white;
  padding: 60px;
  border-radius: 0px 0px 0 0px;
  text-align: center;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.final-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      45deg,
      transparent 40%,
      rgba(255, 255, 255, 0.03) 50%,
      transparent 60%
    ),
    radial-gradient(
      circle at 30% 70%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 50%
    );
  animation: glow 5s ease-in-out infinite;
}
.final-content {
  position: relative;
  z-index: 2;
}
.final-section h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
.final-section p {
  font-size: 1.3rem;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
#iu9pv {
  color: white;
}
#irbn9 {
  color: white;
}
@keyframes drift {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 0.2;
  }
}
@keyframes glow {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(390deg);
  }
}
@media (max-width: 768px) {
  .container {
    /* padding: 30px 15px; */
  }
  h1 {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
  .subtitle {
    font-size: 1.2rem;
  }
  .features-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .main-content {
    padding: 35px;
  }
  .feature-card {
    padding: 35px;
  }
  .final-section {
    padding: 35px;
  }
}


@media (max-width: 768px) {
  body {
    padding-top: 150px;
  }
}