.beneficios {
    background-color: rgba(127, 255, 212, 0);
    height: auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.beneficios h2 {
    display: flex;
    justify-content: center;
    width: 480px;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 8px;
    font-size: 40px;
    font-weight: 100;
    background-color: #4745BF;
    color: white;
}

.beneficios-box-contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.beneficios-box-contenedor div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    width: 550px;
    padding: 10px;
    margin: 50px;
    background-color: #D9E6FF;
    border-radius: 10px;
}
@media (max-width: 1400px){
    .beneficios-box-contenedor div{
        height: auto;
        width: 450px;
    }
}
@media (max-width: 800px){
    .beneficios-box-contenedor div{
        height: auto;
        width: 400px;
    }
}
@media (max-width: 500px){
    .beneficios-box-contenedor div{
        height: auto;
        width: 340px;
    }
    #titulo-beneficios{
        height: auto;
        width: 360px;
        text-align: center;
    }
}

.beneficios-box-contenedor h3 {
    font-size: 30px;
    font-weight: 400;
}

.beneficios-box-contenedor p {
    margin-top: 20px;
    font-size: 25px;
}

.beneficios-box-abajo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 250px;
    margin-top: 20px;
}
.beneficios-box-abajo h3{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 800px;
    font-size: 30px;
    border-radius: 10px;
}

.beneficios-box-abajo a{
    height: 50px;
    background-color: (5, 29, 73);
    width: 300px;
    padding: 10px;
    margin-top: 30px;
    border-radius: 8px;
    font-size: 22px;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    font-weight: bolder;
    cursor: pointer;
    color: white;
    background-color: #CF50BC;
}

.beneficios-box-abajo a:hover{
    transition: 0.1s ease;
    box-shadow: 0 0 10px #CF50BC;
}
@media (max-width: 800px){
    .beneficios-box-abajo h3{
        width: 450px;
        text-align: center;
    }
}
@media (max-width: 800px){
    .beneficios{
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .presentacion{
        overflow: hidden;
        margin: 0;
        padding: 0;

    }
}