/* Hero */
.hero-wrapper {
    background: #FBF6FF;
    padding-bottom: 48px;
    padding-top: 48px;
}

/* Qué son las mentorías */
.que-son-hero {
    position: relative;
    margin: 0 48px;
    height: 400px;
    padding-top: 20px;
}

.que-son-hero-img {
    position: absolute;
    right: 18px;
    top: 0;
    width: 60%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.30);

}

.que-son-hero-texto {
    position: absolute;
    top: 100px;
    left: 10%;
    background: white;
    border: 2px solid #E5E7EB;
    padding: 35px;
    border-radius: 12px;
    max-width: 450px;
    z-index: 1;
}

.que-son-hero-texto h1 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}

.que-son-hero-texto p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #808080;
    line-height: 1.5;
}

.que-son-intro {
    padding: 35px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
}

.que-son-intro p {
    font-family: 'Inter', sans-serif;
    color: #666;
    font-size: 20px;
}

/* Para qué sirven */
.para-que-sirven {
    padding: 35px;
    background: white;
}

.para-que-sirven h2 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}

.sirven-lista {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    margin: 0 20px;
}

.sirven-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    border: 1.5px solid #E5E7EB;
    border-radius: 12px;
    background: white;
}

.sirven-item svg {
    color: #6f2e98;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.sirven-item h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}

.sirven-item p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #808080;
}

.sirven-conclusion {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 1.3;
    text-align: center;
    max-width: 90%;
    padding-top: 5px;
    margin: 28px auto;
    margin-bottom: 5px;
}

/* Que son digital */
.que-son-digital {
    padding: 35px;
    background: linear-gradient(135deg, #FBF6FF 30%, #e8fdf5 70%);;
}

.que-son-digital > h2 {
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 24px;
}

.que-son-digital > p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #666;
    max-width: 100%;
    line-height: 1.6;
    margin-bottom: 24px;
}

.digital-lista {
    background: white;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.digital-lista p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.footer-conclusion {
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding-top: 25px;
    margin: 24px auto;
    text-align: center;
}

.footer-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-footer {
    background: #6f2e98;
    color: white;
    font-weight: 400;
}