.head-home {
  padding-top: 100px;
  /*  background: linear-gradient(
      135deg,
       #0a234285,
      #0a234285 
    ),
    url("https://jdclosers.es/wp-content/uploads/2025/10/fondos-abstractos-geometricos-con-estilo-tech-03-10-2025-at-18-51-50.jpeg")
      center/cover no-repeat; */
  background: linear-gradient(135deg, #0a2342f2, #0a234285),
    url(https://jdclosers.es/wp-content/uploads/2025/10/fondos-abstractos-geometricos-con-estilo-tech-03-10-2025-at-18-51-50.jpeg)
      center / cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;

  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 50px;
  background-color: #03bfcb;
}

.head-home .text-content {
  text-align: left;
}

.head-home .text-content h1,
.head-home .text-content h2 {
  margin-bottom: 20px;
  color: var(--neutral1);
}
.head-home .text-content h2 {
  margin-bottom: 0px !important;
  color: #ffffff93;
}
.head-home .btn {
  background-color: #03bfcb;
  color: var(--neutral1);
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  transition: background 0.3s;
}

.head-home .btn:hover {
  background-color: #029aa5;
}

.head-home .btn-text {
  color: #03bfcb;
  font-weight: bold;
  margin-left: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.head-home .btn-text:hover {
  color: #029aa5;
}

.commercial-img {
  max-height: 600px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.buttonContainer {
  margin-top: 20px;
}

/* --- Tablet (hasta 1024px) --- */
@media (max-width: 1024px) {
  .head-home {
    padding-top: 80px !important;
  }

  .head-home .text-content h1 {
    font-size: 2.5rem !important;
  }

  .head-home .text-content h2 {
    font-size: 1.25rem !important;
  }

  .commercial-img {
    max-height: 450px !important;
  }

  .buttonContainer {
    flex-wrap: wrap !important;
  }
}

/* --- Móvil (hasta 768px) --- */
@media (max-width: 768px) {
  .head-home {
    padding-top: 60px !important;
    text-align: center !important;
  }

  .head-home .text-content {
    padding: 12px !important;
  }

  .head-home .text-content h1 {
    font-size: 2rem !important;
    line-height: initial !important;
  }

  .head-home .text-content h2 {
    font-size: 1rem !important;
  }
  .head-home .text-content p {
    font-size: 12px !important;
  }
  .buttonContainer {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .head-home .btn {
    width: 100% !important;
    max-width: 100% !important;
  }

  .commercial-img {
    max-height: 300px !important;
  }
}
