


body {
    background: url("https://elearning.explor-k.cl/CDN/explork/Servicios/asesorias%20y%20capacitaciones/photorealistic-earth-planet.webp") no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    color: white;
    font-family: Arial, sans-serif;

}

.arribaCentral{
color: white;
text-align: center;
margin-top: 10%;
margin-bottom: 28%;
width: 90%;
margin-left: 5%;
}

.titles{
    font-size: 1em;
    font-weight: bold;
}

/* 🔹 Asegurar que todo el texto sea blanco */
.asesorias {
    width: 100%;
    padding: 50px 20px;
    background: rgba(255, 255, 255, 0.459); /* Fondo blanco semi-transparente */
    color: black;
    margin-top: -15%;  /* Sube la sección un poco más */
}


.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; /* Incremento de tamaño */
    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; /* Incremento de tamaño para las listas */
    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 (logos) */
.certificaciones {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.certificaciones img {
    max-width: 500px;
    height: auto;
}

/* 🔹 Logo NSC */
.logo-nsc img {
    max-width: 180px;
    height: auto;
    margin: 20px 0;
}

/* 🔹 Contenedor del botón */
.boton-container {
    margin-top: 30px;
    font-weight:lighter;
    text-align: center; /* Centrar en pantallas grandes */
}

/* 🔹 Convertir el enlace en botón */
.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;
}

/* 🔹 Responsive: Ajustes para móviles */
@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;
    }
    .arribaCentral{
        margin-top: 25%;
    }
    
    .certificaciones img {
        max-width: 300px; /* Ajusta el tamaño en móvil */
        height: auto;
    }
}
