﻿
.box-provider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}


.box-provider div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 114px;
    border-radius: 8.4375rem;
    background: linear-gradient(180deg, #b7b5bd 0%, #000000 100%)
}

.img-provider {
    width: 109px;
    height: 109px;
    object-fit: cover;
    border-radius: 8.4375rem;
}

.slick-prev {
    left: -10px;
    z-index: 1;
}

.slick-next {
    right: 20px;
}

.slick-prev, .slick-next {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    position: absolute;
    top: 36%;
}

.section-gallery {
    background-position: center!important;
    background-repeat: no-repeat!important;
    opacity: 70% !important;
}

.hide-lista {
    display: none;
}

.show-lista {
    display: flex;
}

.showContent {
    display: flex;
}

.hideContent {
    display: none;
}

