/* NUEVO CSS 'SERVICIOS AL PROPIETARIO'
----------------------------------------*/

* {
  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;
  position: relative;
  z-index: 2;
}
.header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.header::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 3px;
  background: linear-gradient(90deg, #3a3a3a, #000000, #3a3a3a);
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
h1 {
  font-size: 4rem;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.subtitle {
  font-size: 1.6rem;
  color: #2c2c2c;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
.intro-title span {
  font-weight: 700;
}
.services-intro {
  text-align: center;
  margin-bottom: 40px;
}
.services-intro-text {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 400;
  font-style: italic;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}
.service-item {
  background: rgba(255, 255, 255, 0.88);
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #000000, transparent);
  transition: left 0.5s ease;
}
.service-item:hover::before {
  left: 100%;
}
.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.service-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.service-item:hover .service-icon {
  transform: scale(1.1);
}
.service-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.service-content {
  flex: 1;
}
.service-content h3 {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  margin: 0 0 8px 0;
}
.premium-section {
  background: rgb(0 0 0 / 90%);
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  text-align: center;
  color: white;
}
.premium-title {
  font-size: 2.3rem;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 500;
  position: relative;
}
.premium-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 2px;
  background: #ffffff;
}
.premium-text {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}
.final-section h2 {
  font-size: 2.7rem;
  margin-bottom: 22px;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.final-section p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}
.decorative-hexagon {
  position: absolute;
  top: 80px;
  right: 70px;
  width: 90px;
  height: 90px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
  animation: rotate-hex 22s linear infinite;
}
.decorative-hexagon::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  clip-path: polygon(30% 0%, 70% 0%, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
}
@keyframes gentle-float {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-18px) scale(1.08);
    opacity: 0.2;
  }
}
@keyframes float-pattern {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.4;
  }
  50% {
    transform: translateY(-25px) rotate(180deg);
    opacity: 0.2;
  }
}
@keyframes rotate-hex {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.6rem;
    letter-spacing: 1px;
  }
  .subtitle {
    font-size: 1.3rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .service-item {
    padding: 30px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .premium-section {
    padding: 40px;
  }
  .decorative-hexagon {
    display: none;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 100px;
  }
  .premium-title::after {
    width: 70px;
    height: 2px;
  }
}
