/** contatti Page **/

section.domandefrequenti.faq-prodotto h2 {
    text-transform: uppercase;
    font-size: 35px;
}

section.contactsec {
    padding: 4em 0 8em;
}

section.contactsec h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 25px !important;
}

p.subcon {
    margin-bottom: 50px;
}

.riquadro-cont {
    text-align: center;
}

.riquadro-cont img {
    max-width: 90px;
    margin-bottom: 30px;
    cursor: pointer;
}

p.textcontriq {
    margin: 0;
    font-size: 18px;
}

.riquadro-cont a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #1bb1a5;
    text-transform: uppercase;
}

.maxwcont .columns:last-child {
    border-left: 1px solid #000;
}

.maxwcont .columns:first-child {
    border-right: 1px solid #000;
}

.maxwcont {
    max-width: 900px;
    margin: 0 auto;
}

div#openChat {
    padding: 30px 0;
}


a.btncont {
    display: block;
}

.domandefrequenti.faq-prodotto h4.question {
    text-transform: uppercase !important;
}

.domandefrequenti.faq-prodotto p,
.domandefrequenti.faq-prodotto p.p1 {
    display: none;
    margin: 0;
}

@media only screen and (max-width: 639px) {
    section.general_newhero.contattipage h1 {
        font-size: 30px !important;
    }

    section.domandefrequenti.faq-prodotto h2 {
        font-size: 28px;
    }

    section.contactsec h2 {
        font-size: 28px;
    }

    .maxwcont .columns:first-child {
        border: none;
        padding-bottom: 50px;
    }

    .maxwcont .columns:last-child {
        border: none;
        padding-top: 50px;
    }

    .maxwcont {
        position: relative;
        height: 450px;
    }

    .maxwcont:before {
        content: '';
        position: absolute;
        width: 70%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        background: #000;
    }
}