body {
  background: url("https://app.explor-k.com/CDN/explork/Servicios/asesorias%20y%20capacitaciones/photorealistic-earth-planet.webp")
    no-repeat center center;
  background-size: cover;
  margin: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  color: white;
  font-family: Arial, sans-serif;
}

.arribaCentral {
  color: white;
  text-align: center;
  margin-bottom: 28%;
  width: 90%;
  margin-left: 5%;
}

.titles {
  font-size: 1em;
  font-weight: bold;
}


.asesorias {
  width: 100%;
  padding: 50px 20px;
  background: rgba(255, 255, 255, 0.459); 
  color: black;
  margin-top: -15%; 
}

.asesorias h2 {
  font-size: 2.2rem;
  text-shadow:
    0 0 8px rgba(0, 0, 0, 0),
    0 0 16px rgba(0, 0, 0, 0.6);
}

.asesorias p {
  font-size: 1.4rem; 
  text-shadow:
    0 0 6px rgba(0, 0, 0, 0.8),
    0 0 12px rgba(0, 0, 0, 0.6);
}

.asesorias ul li {
  font-size: 1.3rem; 
  text-shadow:
    0 0 6px rgba(0, 0, 0, 0.027),
    0 0 12px rgba(0, 0, 0, 0.6);
}

.titles {
  font-size: 1.2rem;
  font-weight: bold;
}


.certificaciones {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.certificaciones img {
  max-width: 500px;
  height: auto;
}


.logo-nsc img {
  max-width: 180px;
  height: auto;
  margin: 20px 0;
}


.boton-container {
  margin-top: 30px;
  font-weight: lighter;
  text-align: center; 
}


.boton-asesoria {
  display: inline-block;
  background-color: #0c1b2e;
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.boton-asesoria:hover {
  background-color: #1d3b5f;
}


@media screen and (max-width: 768px) {
  .asesorias {
    padding: 40px 15px;
  }

  .asesorias h1 {
    font-size: 28px;
  }

  .asesorias h2 {
    font-size: 22px;
  }

  .asesorias p,
  .asesorias ul li {
    font-size: 16px;
  }

  .certificaciones img {
    max-width: 120px;
  }

  .logo-nsc img {
    max-width: 150px;
  }

  .boton-asesoria {
    padding: 10px 20px;
    font-size: 16px;
  }

  .certificaciones img {
    max-width: 300px; 
    height: auto;
  }
}
