body {
    font-family: 'Montserrat', sans-serif;
}

#text-services {
    font-weight: 800;
}


lottie-player {
    margin: 0 auto;
}

.card-img-top{
    border-radius: 50px;
    padding: 20px;
}

.card {
    border-radius: 30px;
    /* width: 23rem; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.card-body{
    padding: 25px;
    margin-top: -15px;
}

.btn-primary{
    border-radius: 50px;
    width: 120px;
}

.btn-primary:hover{
    background-color: black;
}

.card-title{
    font-size: 16px;
    font-weight: bold;
}

.nav-user1 {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.hidden {
    display:none;
}