.mentoriaPago{
    display: flex;
   
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}



.mentoriaPago-container{
    
   
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 700px;
    background: url("../../img/nuestrasMentorias/mentoriaCompletaBackground.4a5f4a62f247.png");
    background-size: cover;
    background-repeat: no-repeat;
    gap: 15px;
}


.mentoriaPago-container-h3{
    color: #FDFDFD;
    font-size: 1.5em;
    font-weight: 800;
    text-align: center;

}
.mentoriaPago-container-h3-dos{
    color: #FDFDFD;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}


.mentoriaPago-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    background-color: #fdfdfd;
    padding: 10px;
    border: 1px solid #EAECF0;
    
    border-radius: 16px;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.mentoriaPago-info h3{
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1.5em;
}

.mentoriaPago-info-ul{
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
    gap: 14px;
   margin: 2rem 0;
}
.mentoriaPago-info-li{
    display: flex;
    gap: 10px;
    color: #333;
    font-family: 400;
    font-size: 1.1em;
}

.mentoriaPago-info-boton{
    padding: 12px 20px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    background-color: #ABA6A6;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
}

.mentoriaPago-info-boton:hover{
    opacity: 0.7;
}

@media screen and (min-width: 992px){
    .mentoriaPago-info{
        padding: 50px 150px;
        border: 1px solid #EAECF0;
    
        border-radius: 16px;
        box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.4), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    }
}