/* generale */
@media (max-width: 1199px) {
    section {
        padding: 40px 0;
    }
}

/* font */
@media (max-width: 1199px) {
    h1 {
        font-size: 45px;
        line-height: 45px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .big h2 {
        font-size: 28px;
        line-height: 33px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 15px;
    }

    ul li {
        font-size: 15px;
    }
}

/* button */
.btn.gradient {
    font-size: 18px;
}

.btn.black {
    font-size: 18px;
}

/* form */
@media (max-width: 1199px) {
    .form-check {
        margin-bottom: 30px;
    }
}

/* tag button */
@media (max-width: 1199px) {
    .tag-button {
        margin-bottom: 30px;
    }
}

/* navbar */
@media (max-width: 991px) {
    header .navbar {
        display: none !important;
    }
}

@media (min-width: 992px) {
    header .nav-mobile {
        display: none;
    }
}

/* footer */
@media (max-width: 1199px) {

}

@media (max-width: 767px) {
    footer img {
        margin-bottom: 15px;
        object-position: center;
    }

    footer .text {
        text-align: center;
    }

    footer .app {
        justify-content: center;
    }

    footer ul {
        text-align: center;
    }

    footer .bar {
        margin-top: 40px;
        text-align: center;
    }
}

/* section */

/* tablet */
@media (max-width: 1199px) {
    .section-2 .box {
        padding: 30px;
    }

    .section-3 .box {
        padding: 20px;
    }

    .section-3 .box.mini img.in-box {
        width: 200px;
        margin: 0 auto;
    }
    
    .section-4 {
        margin: 40px 0;
    }

    .section-14 .box h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .section-14 .box p {
        font-size: 20px;
    }

    .section-16 hr {
        margin: 20px 0;
    }

    .section-20 .box h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .section-20 .box p {
        font-size: 20px;
    }

    .section-32 .number {
        margin-bottom: 25px;
    }

    .section-10 .box .btn-scopri {
        opacity: 1;
        visibility: visible;
    }
}

/* medio */
@media (max-width: 991px) {
    .section-9 .box {
        flex-direction: row;
        gap: 20px;
    }

    .section-9 .box img.in-box {
        width: 300px;
    }

    .section-9 .box.mini {
        flex-direction: column;
        gap: unset;
    }

    .section-9 .box.mini img.in-box {
        width: 100%;
    }

    .section-14 .box {
        padding: 20px;
    }

    .section-14 .box h3 {
        font-size: 25px;
    }

    .section-14 .box p {
        font-size: 17px;
    }

    .section-16 img.desktop {
        width: 450px;
    }

    .section-20 .box {
        padding: 20px;
    }

    .section-20 .box h3 {
        font-size: 25px;
    }

    .section-20 .box p {
        font-size: 17px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .section-1 {
        padding-top: 100px;
        height: 100vh;
    }

    .section-1 .container-xxl {
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    .section-1 .row.flex-column {
        margin-top: auto;
    }

    .section-1 h1 {
        margin-bottom: 20px;
    }

    .section-1 img {
        height: auto;
        margin-top: auto;
    }

    .section-3 .box.mini {
        display: flex;
        flex-direction: column;
    }

    .section-3 .box img.in-box {
        width: 200px;
        margin: 0 auto;
    }

    .section-5 .btn {
        margin-top: 25px;
    }

    .section-6 .logo-group {
        display: none;
    }

    .section-7 .box {
        padding: 15px 20px;
    }

    .section-8 {
        padding-top: 100px;
    }

    .section-9 p {
        margin-bottom: 40px;
    }

    .section-9 .box {
        padding: 15px 15px 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .section-9 .box img.in-box,
    .section-9 .box.mini img.in-box {
        aspect-ratio: 526/416;
        height: 200px;
        width: auto;
        object-fit: contain;
        object-position: bottom;
    }

    .section-10 .col-lg-4 p {
        margin-bottom: 40px;
    }

    .section-10 .box.image {
        height: 200px;
    }

    .section-10 .number {
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 35px;
    }

    .section-10 .box p {
        margin-bottom: 0;
    }

    .section-11 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .section-11 img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: bottom;
    }

    .section-12 p {
        margin-bottom: 40px;
    }

    .section-12 .arrows {
        margin-bottom: 30px;
    }

    .section-12 .box {
        padding: 20px 20px 0 20px;
    }

    .section-12 .box h3 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .section-12 .box p {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .section-13 .box {
        padding: 20px 20px;
    }

    .section-13 .box .number {
        font-size: 35px;
        margin-bottom: 30px;
        line-height: 35px;
    }

    .section-13 .box p {
        margin-bottom: 25px;
    }

    .section-15 p {
        margin-bottom: 40px;
    }

    .section-15 .box {
        padding: 20px 20px;
    }

    .section-15 .box h3 {
        margin-bottom: 40px;
    }

    .section-15 .box .number {
        font-size: 40px;
        line-height: 40px;
    }

    .section-16 h2 {
        margin-bottom: 30px;
    }

    .section-16 img.desktop {
        display: none;
    }

    .section-16 img.mobile {
        display: block;
    }

    .section-17 p {
        font-size: 25px;
        line-height: 30px;
    }

    .section-18 h2 {
        margin-bottom: 40px;
    }

    .section-19 h2 {
        margin-bottom: 10px;
    }

    .section-19 .box {
        padding: 20px 20px;
    }

    .section-19 ul li {
        padding-left: 20px;
    }

    .section-19 ul li::before {
        width: 12px;
        height: 12px;
    }

    .section-19 img {
        height: auto;
        width: 100%;
    }

    .section-20 p {
        margin-bottom: 40px;
    }

    .section-20 .box {
        padding: 20px 20px;
    }

    .section-20 .box h3 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .section-20 .box p {
        font-size: 20px;
    }

    .section-21 .box {
        padding: 20px 20px 40px 20px;
    }

    .section-21 img {
        width: 25px;
        height: 25px;
        margin-bottom: 15px;
    }

    .section-22 {
        padding-top: 100px;
    }

    .section-22 .tag-button {
        margin-bottom: 30px;
    }

    .section-23 .btn {
        margin-top: 25px;
    }

    .section-24 .box {
        padding: 20px;
    }

    .section-24 .box h3 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 30px;
    }

    .section-24 .box .number {
        font-size: 35px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .section-24 .box p {
        font-size: 20px;
        line-height: 25px;
    }

    .section-26 {
        padding-top: 100px;
    }

    .section-26 .box {
        padding: 20px 20px;
    }

    .section-26 h2 {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .section-26 ul li {
        font-size: 20px;
        line-height: 25px;
    }

    .section-27 h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .section-27 h2 {
        font-size: 150px;
        line-height: 150px;
    }

    .section-27 p {
        font-size: 20px;
        line-height: 25px;
    }

    .section-28 h1 {
        margin-bottom: 15px;
    }

    .section-32 .box.image {
        height: 200px;
    }
}
