body * {
    font-family: "Unbounded", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 17px;
    color: #2B2929;
}
body img {
    max-width: 100%;
    object-fit: contain;
}

body {
    overflow-x: hidden;
}

@media (min-width: 1700px) {
    .container {
        min-width: 1600px;
    }
}

body p {
    font-weight: 300;
}

body strong {
    font-weight: 700;
}

.btn {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: unset;
    padding: 15px;
}

.btn-1 {
    color: #2B2929;
    background-color: #FFFFFF;
    width: 100%;
    border: 1px solid transparent;
}

.btn-2 {
    color: #FFFFFF;
    background-color: #2B2929;
    border: 1px solid transparent;
    width: 100%;
    margin-top: 20px;
}

.btn-3 {
    color: #2B2929;
    background-color: transparent;
    padding: 15px 33px;
    width: fit-content;
    border: 1px solid #2B2929;
}

.btn-1:hover {
    color: #FFFFFF;
    background-color: #2B2929;
    width: 100%;
    border: 1px solid #FFFFFF;
}

.btn-2:hover {
    color: #2B2929;
    background-color: transparent;
    border: 1px solid #2B2929;
}

.btn-3:hover {
    color: #FFFFFF;
    background-color: #2B2929;
}

.owl-carousel .owl-stage-outer {
    overflow: unset !important;
}

.owl-carousel .owl-stage {
    display: flex;
}

.carousel-vantaggi {
    margin-bottom: 40px;
}

.carousel-vantaggi .owl-item > div {
    height: 100%;
}

#hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hero {
    background-color: #ECF0F1;
}

#hero img {
    margin-bottom: 55px;
    width: 70%;
}

#hero h1 {
    font-size: 25px;
    font-weight: 300;
}

#hero h1 strong {
    font-size: 30px;
    text-transform: uppercase;
}

#hero h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}

#hero p {
    margin-bottom: 80px;
}

#hero #form-contatti {
    background-color: #FFFFFF;
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.16);
    padding: 55px 30px;
    z-index: 1;
}

#hero #form-contatti h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

#hero #form-contatti p {
    margin-bottom: 35px;
}

#hero #form-contatti label {
    font-weight: 300;
    margin-bottom: 13px;
}

#hero #form-contatti input:not([type="submit"], [type="checkbox"]), #hero #form-contatti select, #hero #form-contatti textarea {
    width: 100%;
    background-color: #F1F1F1;
    border: none;
    padding: 12px 15px;
    margin-bottom: 20px;
    font-weight: 300;
}

#hero #form-contatti input::placeholder, #hero #form-contatti textarea::placeholder {
    color: rgba(43, 41, 41, 0.5);
    font-weight: 300;
}

#hero #form-contatti input[type="checkbox"] {
    width: fit-content;
    margin-right: 10px;
    margin-bottom: 13px;
}

#hero #form-contatti input[type="submit"] {
    width: 100%;
    padding: 15px 55px;
}

#bisogni {
    padding: 35px 10px;
    background-color: #ECF0F1;
}

#bisogni h2 {
    font-size: 25px;
}

#bisogni img {
    width: 180px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.owl-dots button {
    border: 1px solid #000000 !important;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 0 5px;
}

.owl-dots button span {
    height: 13px;
    width: 13px;
    background: transparent;
    display: block;
    border-radius: 100%;
    transition: 0.3s;
}

.owl-dots button.active span {
    height: 13px;
    width: 13px;
    background: #000000;
    display: block;
    border-radius: 100%;
}

#vantaggi {
    background: linear-gradient(0deg, rgba(186,185,185,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 55%, rgba(186,185,185,1) 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

#vantaggi h2 {
    font-size: 25px;
    margin-bottom: 70px;
}

#vantaggi .row {
    margin-bottom: 70px;
}

#vantaggi .card {
    padding: 40px 30px;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.16);
}

#vantaggi a {
    width: fit-content;
    text-align: center;
    padding: 15px 60px;
}

#vantaggi .card img {
    height: 100px;
    width: 100px;
    margin-bottom: 20px;
}

#prodotti h3, #prodotti-1 h3 {
    font-size: 25px;
}

#prodotti h4, #prodotti-1 h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}

#prodotti med, #prodotti-1 med {
    font-weight: 500;
}

#prodotti-1  {
    background-color: #ECF0F1;
}

#prodotti p, #prodotti-1 p  {
    margin-bottom: 70px;
}

#prodotti img, #prodotti-1 img  {
    height: 100%;
    object-fit: cover;
}

#loghi {
    padding: 35px 0;
}

#loghi .img-container {
    padding: 27px 0;
    height: 100%;
}

#consulenza {
    background: rgba(236,240,241,1);
    padding-top: 70px;
    padding-bottom: 70px;
}

#consulenza h3 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}

#consulenza img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 180px;
}

#consulenza img.position-absolute {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

footer {
    background-color: #2B2929;
    color: #FFFFFF;
    padding: 70px 0;
}

footer a {
    color: #FFFFFF;
}

footer p, footer strong {
    color: #FFFFFF;
}

footer img {
    width: 80%;
}

footer i {
    color: #FFFFFF;
    font-size: 30px;
}

footer i {
    color: #FFFFFF;
    font-size: 30px;
}

#iubenda-cs-banner.iubenda-cs-padded:not(.iubenda-cs-branded) .iubenda-banner-content * {
    color: white !important;
}

@media (min-width: 992px) {
    #hero h1 {
        font-size: 50px;
        font-weight: 300;
    }

    #hero h1 strong {
        font-size: 60px;
        text-transform: uppercase;
    }

    #hero h3 {
        font-size: 23px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    #hero #form-contatti {
        background-color: #FFFFFF;
        box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.16);
        padding: 55px 65px;
        z-index: 1;
    }

    #hero img {
        margin-bottom: 80px;
    }

    #bisogni {
        padding: 10px;
        background-color: #ECF0F1;
        margin-top: -35px;
    }

    #bisogni h2 {
        font-size: 30px;
    }

    #vantaggi {
        background: linear-gradient(0deg, rgba(186,185,185,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 55%, rgba(186,185,185,1) 100%);
        padding-top: 120px;
        padding-bottom: 120px;
    }

    #vantaggi h2 {
        font-size: 30px;
        margin-bottom: 70px;
    }

    #vantaggi {
        background: linear-gradient(0deg, rgba(186,185,185,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 55%, rgba(186,185,185,1) 100%);
        padding-top: 120px;
        padding-bottom: 120px;
    }

    #prodotti h3, #prodotti-1 h3 {
        font-size: 30px;
    }

    #prodotti h4, #prodotti-1 h4 {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 40px;
    }

    #loghi {
        padding: 130px 0;
    }

    #consulenza h3 {
        font-size: 30px;
    }

    #consulenza {
        background: rgba(236,240,241,1);
        padding-top: 113px;
        padding-bottom: 113px;
    }

    #hero {
        background-color: unset;
        background-image: url(Assets/Img/Background-hero.png)
    }

    #hero p {
        margin-bottom: unset;
    }

    #hero #form-contatti input:not([type="submit"], [type="checkbox"]), #hero #form-contatti select, #hero #form-contatti textarea {
        width: 100%;
        background-color: #F1F1F1;
        border: none;
        padding: 20px 30px;
        margin-bottom: 30px;
        font-weight: 300;
    }

    #loghi .img-container {
        background-color: #ECF0F1;
        padding: 27px 0;
        height: 100%;
    }

    #hero #form-contatti input[type="submit"] {
        padding: 15px 90px;
        width: fit-content;
    }
}