body{
    background:#f8f9fa;
}

.topbar{
    background:#5B2D90;
}

.hero{
    padding:80px 0;
    background:linear-gradient(
        135deg,
        #5B2D90,
        #7c4dff
    );
    color:white;
}

.servicio-card{
    transition:.3s;
    border:none;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.servicio-card:hover{
    transform:translateY(-8px);
}

.footer{
    background:#222;
}

.whatsapp{
    position:fixed;
    right:20px;
    bottom:20px;
    width:65px;
    height:65px;
    background:#25D366;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    text-decoration:none;
    z-index:999;
}