.menu__item:last-child{
    border-right: none!important;
}
.boton__morado{
    background-color: blueviolet;
}
.header__slogan{
    align-items: end;
    flex-direction: row;
    gap: initial;
    justify-content: center;
    text-align: left;
}
.header_titular{
    display: flex;
    display: flex-direction;
    flex-direction: column;
}
.mt-h2{
    margin-top: 6.5rem;
}
.ficha__img{
    height: auto;
    margin: 16px 0;
}
.ficha__img img{
    width: 40px;
    height: 40px;
}
.boton__morado{
    border-radius: 8px;
    color:#ffffff;
    padding: 16px 60px;
}
a.boton__morado{
    text-decoration: none;
    text-transform: uppercase;
}
a.boton__morado:hover{
    opacity: 0.6;
}

