﻿/*ASSISTENZA*/
iframe {
    margin-top: 40px;
}

.margin-slide {
    margin-right: 5px;
    margin-left: 5px;
}

.btn-supp {
    font-family: SF Pro Display;
    border-radius: 10px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 180px;
    opacity: 1;
    color: white !important;
    border: 2px solid transparent;
    background-color: #004c40;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 10px;
    font-weight: bold;
    transition: 0.3s;
}

    .btn-supp:hover {
        color: #004c40 !important;
        background-color: transparent;
        border: 2px solid #004c40;
    }

.text {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #000000;
    font-family: SF Pro Display;
}

.title {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #000000;
    font-family: SF Pro Display;
}

.question {
    margin-bottom: 15px;
}

    .question font {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.6;
        color: #000000;
        font-family: SF Pro Display;
    }

.answer {
    margin-bottom: 40px;
}

    .answer font {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.6;
        color: #000000;
        font-family: SF Pro Display;
    }

hr {
    border: 1px solid #bd2236;
    background-color: #bd2236;
    height: 1px;
}

.faq ul li {
    width: 100%;
    margin-left: unset !important;
}

.slide-tutorial {
    background-color: #ffffff;
    padding-top: 40px;
    /*padding-bottom: 40px;*/
    margin-top: 60px;
    margin-bottom: 60px;
}

.tutorial img {
    width: 50px;
}

.tutorial .container-fluid {
    padding-top: 30px;
}

.sezioni {
    margin-left: 30px;
}

.faq .nav-tabs {
    border-bottom: 0px solid transparent;
}

    .faq .nav-tabs .nav-link.active {
        border-color: transparent transparent transparent;
    }

.faq .nav-pills .nav-link.active {
    background-color: transparent;
}

.faq .nav-link.active font {
    color: #000000 !important;
    font-weight: bold;
}

.faq .col-12.col-lg-4 .title {
    font-size: 32px;
}

.faq input[type=button] {
    width: 222px;
}

.btn-contatti {
    font-size: 30px;
    color: #ffffff;
    font-family: SF Pro Display;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    border: 3px solid transparent;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-yellow {
    background-color: #e1bf78;
}

.btn-red {
    background-color: #bf0033;
}

.btn-yellow:hover img {
    filter: none !important;
}

.btn-yellow:hover, .btn-red:hover {
    color: #000000;
}

.faq .row .col-12.col-lg-4 .row.d-flex.justify-content-center {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-device-height: 900px) {
    .td-container, .tdc-row, .tdc-row-composer {
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #wpadminbar {
        display: none !important;
    }

    html {
        margin-top: 0px !important;
    }

    .col-lg-7 {
        margin-top: 50px;
    }

    .slide-tutorial .col-12 {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .slide-tutorial {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

        .slide-tutorial .col-12.col-lg-5 {
            margin-bottom: 50px !important;
        }

    .tutorial .container .col-6.col-lg-3 .text {
        font-size: 20px;
    }

    .text {
        font-size: 24px;
    }

    .title {
        font-size: 36px;
    }

    .faq .col-12.col-lg-4 .title {
        font-size: 34px;
    }

    .faq .col-12.col-lg-4 .col-10.col-lg-10 .title {
        font-size: 28px;
    }

    .faq .col-12.col-lg-4 .col-10.col-lg-10 .text {
        font-size: 20px;
    }

    .faq .col-12.col-lg-7 .title {
        font-size: 50px;
    }

    .question font {
        font-size: 32px;
    }

    .answer font {
        font-size: 22px;
    }

    input[type=button] {
        font-size: 24px;
    }

    .btn-yellow {
        background-color: #e1bf78;
    }

    .btn-red {
        background-color: #bf0033;
    }

    .tutorial img {
        width: 40px;
    }

    .faq .row .col-12.col-lg-4 .row.d-flex.justify-content-center {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}