/* BOTONES HERO LOLO ALONSO */

.hero-links {
    margin-top: 25px;
}

.hero-links a {
    display: inline-block;
    padding: 14px 28px;
    background: #ff4d4d;
    color: #ffffff !important;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 10px 10px;
}

.hero-links a:hover {
    background: #ffffff;
    color: #ff4d4d !important;
    transform: translateY(-3px);
}

.hero-links .sep {
    display: none;
}