#carousel-cedelma a[class*="carousel-control"]{
    filter: drop-shadow(0px 0px 3px black);
}
.form-special {
    display: none;
}
.carousel-inner{
    height: 600px;
    max-width: 700px;
    margin: auto;
}
.carousel-inner *{
    height: 100%;
}
@media screen and (max-width: 576px) {
    
    .carousel-inner{
        height: 450px;
    }
    .footer-container{
        flex-direction: column;
    }
    .footer-container div:nth-child(1){
        order: 2;
    }
    .footer-container div:nth-child(2){
        order: 1;
        margin-top: 20px;
    }
    .footer-container div:nth-child(3){
        display: none;
    }
    .hidden-mobile{
        display: none !important;
    }
    .switch-block .row .bfilter{
        display: flex !important;
        justify-content: space-around !important;
        background-color: white !important;
        padding:  5px 0 20px 0 !important;
    }
    .navbar-nav .nav-item{
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px solid #cac7c79e;
    }
    .navbar-nav .nav-item:nth-child(4){
        border-bottom: 0 !important;
    }
    .container-fluid.bg-light .container.p-5{
        padding: 0 !important;
    }
    #toggle-list-label{
        transform: translate3d(-30px, 38px, 0px);
        max-height: 400px;
        overflow: scroll;
    }
    #toggle-list-category{
        transform: translate3d(-23px, 38px, 0px);
        max-height: 400px;
        overflow: scroll;
    }
}
@media screen and (min-width: 720px) {
    .hidden-computer{
        display: none !important;
    }
}
