.container-slide {
    padding: 0 20px;
    margin: 0 auto;
}

.cards-slide {
    display: grid;
    grid-auto-columns: 25%;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    padding: 25px 0px;
    list-style: none;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.cards-slide-setor {
    display: grid;
    grid-auto-columns: 25%;
    grid-column-gap: 70px;
    grid-auto-flow: column;
    padding: 25px 0px;
    list-style: none;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.cards-slide-tarifa {   

    display: grid;
    grid-auto-columns: 25%;
    grid-column-gap: 10px;
    grid-auto-flow: column;
    padding: 25px 0px;
    list-style: none;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.card-slide {
    display: flex;
    flex-direction: column;
    padding: 0px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
    scroll-snap-align: start;
    transition: all 0.2s;
}

.card-slide-setor {
    display: flex;
    flex-direction: column;
    width: 140px;
    padding: 0px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
    scroll-snap-align: start;
    transition: all 0.2s;
}

.card-slide-tarifa {
    display: flex;
    flex-direction: column;
    padding: 0px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
    scroll-snap-align: start;
    transition: all 0.2s;
}


.card-slide-checked {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 15%);
    scroll-snap-align: start;
    transition: all 0.2s;
    box-shadow: 5px -5px 10px -2px rgba(214, 11, 82, 0.7);
    color: #FFF;
}

.card-slide:hover {
    background-color: #26549c;
    border-radius: 8px;
    
}

.btn-outline-primary:hover {
   background-color: #26549c;
    
}

/*SE DESEJAR APARECER O SCROLLBAR, AUMENTAR O TAMANHO*/
.cards-slide::-webkit-scrollbar {
    height: 0px;
}

.cards-slide::-webkit-scrollbar-thumb,
.cards-slide::-webkit-scrollbar-track {
    border-radius: 92px;
}

.cards-slide::-webkit-scrollbar-thumb {
    background: var(--darkorange);
}

.cards-slide::-webkit-scrollbar-track {
    background: var(--thumb);
}

.active-btn {
    background-color: #26549c;
}

profile-card .card-image .card-title {
    position: absolute;
    left: 1.25rem;
    top: 1.25rem
}

.profile-card .card-image .dropdown {
    position: absolute;
    right: 1rem;
    top: 1rem
}

.profile-card .profile-cover {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 175px
}

.profile-card .profile-image {
    width: 10rem;
    min-height: 10rem;
    margin: 0 auto;
    transform: translateY(-3rem)
}

.profile-card .profile-image-small {
    width: 8rem;
    height: 8rem;
    margin: 0 auto
}

.profile-card .profile-image-small img {
    border: .25rem solid #fff
}

.profile-card .card-link {
    font-size: .875rem
}

.profile-card .card-footer {
    background-color: #fff
}

.profile-card .social-buttons {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.profile-card .social-buttons li {
    display: inline-block
}

.profile-card .social-buttons li a.btn {
    padding: .25rem .375rem
    
}
.profile-card .profile-image {
    width: 10rem;
    min-height: 10rem;
    margin: 0 auto;
    transform: translateY(-3rem)
}

.profile-card .profile-image-small {
    width: 8rem;
    height: 8rem;
    margin: 0 auto
}

.profile-card .profile-image-small img {
    border: .25rem solid #fff
}
