    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #000000;
      color: #ffffff;
      height: 100%;

    }
    html{
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: transparent;
      color: #ffffff;
      height: 100%;
      

    }

    header {
      background-color: #222;
      color: white;
      padding: 1rem;
      display: flex;
      align-items: center; /* Centra verticalmente */
      gap: 1rem; /* Espacio entre imagen y texto */
      text-align: left; /* Ya no queremos centrarlo */
      z-index: 1001;

    }
    
    .logo {
      width: 100px;
      height: auto;
    }
    
    .header-text {
      display: flex;
      flex-direction: column;
    }
    
    .container {
      padding: 0px;
      max-width: 1200px;
      margin: 0 auto;
      z-index: -3;
background: transparent;
    }

    .hero {
      text-align: center;
      margin: 20px 0;
    }

    .hero h1 {
      font-size: 2.5rem;
      color: #ffffff;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-radius: 15px;
      padding: 0.5rem 1rem;
      width: fit-content;
      margin: 0 auto; /* para centrarlo horizontalmente */
    }

    .hero p {
      font-size: 1.2rem;
      color: #ffffff;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-radius: 15px;
      padding: 0.5rem 1rem;
      width: fit-content;
      margin: 0 auto; /* para centrarlo horizontalmente */
    }

    .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      background: transparent;
      
    }

    .service-card {
      border:none;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente negro */
      backdrop-filter: blur(8px);    /* Desenfoque */
      -webkit-backdrop-filter: blur(8px); /* Para compatibilidad con Safari */
      color: gold;                   /* Texto dorado */
      box-shadow: 2px 1px 8px #aaa;
    }

    .service-card h3 {
      color: #ffffff;
    }

    .service-card p {
      font-size: 1rem;
      color: #ffffff;
    }

    .service-card button {
      background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente negro */
      border: 1px solid #aaa;
      color: goldenrod;
      padding: 10px 20px;
      border-radius: 8px;
      box-shadow: 2px 2px 6px #aaa;
      cursor: pointer;
      font-weight: bold;
      transition: all 0.3s ease;

    }

    .service-card button:hover {
      background: linear-gradient(145deg, #f0f0f0, #d4d4d4);
      box-shadow: 2px 2px 10px #ccc;   
      color: #000;
    }

    .testimonials {
      margin: 40px 0;
    }

    .testimonials h2 {
      text-align: center;
      color: #222;
    }

    .testimonial {
      margin: 20px 0;
      background-color: white;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .testimonial p {
      font-style: italic;
      color: #555;
    }

    .testimonial strong {
      display: block;
      margin-top: 10px;
      color: #222;
    }

    .contact-form {
      margin: 40px 0;
      z-index: 1000;
      border-radius: 15px;

    }

    .contact-form h2 {
      text-align: center;
      color: goldenrod;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-radius: 15px;
      padding: 0.5rem 1rem;
      width: fit-content;
      margin: 0 auto; /* para centrarlo horizontalmente */
    }
    

    .contact-form form {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 15px;
      background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente negro */
      backdrop-filter: blur(8px);    /* Desenfoque */
      -webkit-backdrop-filter: blur(8px); /* Para compatibilidad con Safari */
     border-radius: 15px;
     padding: 10px;
     
    }

    .contact-form input,
    .contact-form textarea {
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 5px;
    }

    .contact-form button {
      padding: 10px 20px;
      background-color: #354250;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .contact-form button:hover {
      background-color: #98abbe;
    }


    footer {
      background-color: #222;
      color: white;
      text-align: center;
      padding: 2rem 1rem;
      margin: 0;
      width: 100%;
      margin-top: 20px;
      z-index: 9999;

    }
    
    


    footer a {
      color: #007BFF;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }



    .service-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 10px auto;
  border-radius: 10px;
}


.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 8px 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);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

.imgDecor1{
height: 100%;
width: 100%;
filter: brightness(50%); /* 50% es más oscuro, 100% es normal */

}

.imgDecor{
  height: 100%;
  width: 100%;
  z-index: -2;
  position: fixed;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Oscurece con negro y 50% opacidad */
  pointer-events: none; /* Para que no bloquee clics */
}


.why-choose-us{
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 15px;
  padding: 0.5rem 1rem;
  width: fit-content;
  display: inline-block;  
}