.logo-home {
    width: 25%;
}

.logo-side {
    width: 200px;
}

.loghi-menu {
    width: 40%;
}

.loghi-side {
    width: 200px;
}

.menu-color {
    background: #000!important;
}

.menu-social-color {
    background: #000!important;
}

.max-width-custom {
    max-width: 100%!important;
}

.menu-burger-color {
    background: #fff!important;
    color: #000!important
}

.icon-color {
    fill: #000!important
}

.img-home-parallax {
    background-image: url('/assets/images/Ferla/HOME-Immagine-drone.jpg');
    min-height: 800px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.img-home {
    background-image: url('/assets/images/Ferla/HOME-Immagine-drone.jpg');
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bottom-menu-color {
    background: #000!important;
}

.display-small {
    display: none!important;
}

.custom-padding {
    padding-left: 20%!important;
}

.banner-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.banner-1 {
    background-image: url('/assets/images/Ferla/Cittadella-sport-logo.jpg');
}

.banner-2 {
    background-image: url('/assets/images/Ferla/Casa-Sales-logo.jpg');
}

.banner-3 {
    background-image: url('/assets/images/Ferla/Mura-Puniche-logo.jpg');
}

.banner-4 {
    background-image: url('/assets/images/Ferla/new_img.jpg');
}

.banner-5 {
    background-image: url('/assets/images/Ferla/erucina_logo.jpg.530x347_q85.jpg');
}

.active-link {
    color: #04AA6D!important;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 10px 10px 0 0;
}

.middle {
    transition: .5s ease;
    border-radius: 10px;
    text-align: center;
}

.container-image:hover .image {
    opacity: 0.3;
}

.container-image:hover .middle {
    box-shadow: 1px 1px 75px 10px #04AA6D;
}


.text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 0  0 10px 10px;
}



/* Smartphone o piccoli Tablet */
@media all and (max-width: 480px) {

    .logo-home {
        width: 60%;
    }

    .no-small-device {
        display: none!important;
    }

    .menu-color {
        background: #fff!important;
    }

    .menu-social-color {
        background: #000!important;
    }

    .alignment {
        margin: auto!important;
        text-align: center!important;
    }

    .display-small {
        display: block!important;
    }

    .custom-padding {
        padding-left: 0!important;
    }

}

/* Tablet in modalità verticale */
@media all and (max-width: 992px) {

    .menu-color {
        background: #fff!important;
    }

    .menu-social-color {
        background: #000!important;
    }

    .alignment {
        margin: auto!important;
        text-align: center!important;
    }

    .display-small {
        display: block!important;
    }

    .custom-padding {
        padding-left: 0!important;
    }

}