﻿.home_text
{
   color: #7f888f;
    font-family: "Open Sans" , sans-serif;
    font-size: 13pt;
    font-weight: 400;
    line-height: 1.65;
}

.home_text_faq {
    color: #7f888f;
    font-family: "Open Sans", sans-serif;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.65;
    margin:10px;
}

.home_text_faq_title {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.65;
    margin: 10px;
}

.button_home_interno {
    background-color: white;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-radius: 10px;
    border-color: #FA8950;
    text-align: center;
    width: 16%;
    float: left;
    height: 7vh;
    margin: 8vh 14% 8vh 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FA8950;
    background-image: url("/comuni/icone_sue/area_riservata_new.png");
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.button_home_interno:hover {
    border-color: #e86f2a;
    box-shadow: 0 4px 12px rgba(250, 137, 80, 0.4);
    transform: translateY(-2px);
}

@media screen and (max-width: 1680px)
{
    .home_text {
        font-size: 11pt;
    }

    .home_text_faq {
        font-size: 9pt;
    }
    .home_text_faq_title {
        font-size: 9pt;
    }
    
    .button_home_interno {
        margin: 6vh 14% 6vh 0;
    }
}
@media screen and (max-width: 1280px)
{
    .home_text {
        font-size: 10pt;
    }

    .home_text_faq {
        font-size: 8pt;
    }

    .home_text_faq_title {
        font-size: 8pt;
    }

    .button_home_interno {
        margin: 4vh 14% 4vh 0;
    }
}
@media screen and (max-width: 360px)
{
    .home_text {
        font-size: 9pt;
    }

    .home_text_faq_title {
        font-size: 7pt;
    }

    .home_text_faq {
        font-size: 7pt;
    }

    .button_home_interno {
        margin: 5vh 14% 5vh 0;
    }
}

.a_home {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: dotted 1px;
    color: #99BBE8;
    text-decoration: none;
}
    .a_home:hover {
        border-bottom-color: #f1c4b5cc;
        color: #f1c4b5cc !important;
    }
        .a_home:hover strong {
            color: inherit;
        }

strong, b
{
    color: #3d4449;
    font-weight: 600;
}

em, i
{
    font-style: italic;
}

.right-home {
    float: left;
    width: 21%;
    padding: 15px;
    margin: 4vh 6% 0vh 6%;
    text-align: center;
    min-height: 15vw;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, background-color 0.2s ease;
}

.grey {
    background-image: url("/comuni/icone_sue/faq_new2.png");
}

.violet {
    background-image: url("/comuni/icone_sue/nuova_istanza_new2.png");
}

.pink {
    background-image: url("/comuni/icone_sue/sit_new2.png");
}

.purple {
    background-image: url("/comuni/icone_sue/cerca_new2.png");
}

.lavanda {
    background-image: url("/comuni/icone_sue/assistenza_new2.png");
}

.yellow {
    background-image: url("/comuni/icone_sue/geodata.png");
}

@media screen and (max-width: 736px)
{
    .right-home {
        float: left;
        padding: 15px;
        text-align: center;
        width: 46%;
        margin: 5vw 2% 5vw 2%;
    }
}

@media only screen and (max-width: 620px) {
    .right-home {
        float: left;
        padding: 15px;
        text-align: center;
        width: 100%;
        margin: 5vh 0 5vh 0;
    }

    .grey {
        background-image: url("/comuni/icone_sue/faq_right.png");
    }

    .violet {
        background-image: url("/comuni/icone_sue/nuova_istanza_rigth.png");
    }

    .pink {
        background-image: url("/comuni/icone_sue/sit_rigth.png");
    }

    .purple {
        background-image: url("/comuni/icone_sue/cerca_right.png");
    }

    .lavanda {
        background-image: url("/comuni/icone_sue/assitenza_right.png");
    }

    .yellow {
        background-image: url("/comuni/icone_sue/geodata.png");
    }
}



#header
{
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-bottom: solid 5px #99BBE8;
    padding: 4em 0 1em 0;
    position: relative;
}
#header > *
{
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}
#header .logo
{
    border-bottom: 0;
    color: inherit;
    font-family: "Roboto Slab" , serif;
    font-size: 1.125em;
}
#header .icons
{
    text-align: right;
}

.div-title
{
    height: 20vh;
    width: 100%;
    max-height: 20vh;
    background-color: #99BBE8;
}

header.major > :last-child
{
    border-bottom: solid 3px #99BBE8;
    display: inline-block;
    margin: 0 0 2em 0;
    padding: 0 0.75em 0.5em 0;
}

.menu-faq
        {
            float: left;
            width: 20%;
            text-align: center;
        }

    .menu-faq div {
        background-color: white;
        border: 2px solid rgb(217, 231, 248);
        border-radius: 10px;
        padding: 17px;
        margin-top: 10px;
        width: 100%;
    }
        
        .main-faq
        {
            float: left;
            width: 80%;
            padding: 0 20px;
        }



.button_home {
    background-color: rgb(217, 231, 248);
    border-color: #FA8950;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    color: White;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, background-color 0.2s ease;
}

.right-home.button_home:hover,
input.right-home.button_home:hover,
input.button_home:hover {
    background-color: rgb(235, 243, 252);
    border-color: #e86f2a;
    box-shadow: 0 4px 14px rgba(250, 137, 80, 0.35);
    transform: translateY(-3px);
}


.logo {
    max-height: 24vh;
    max-width: 100%;
}

.collapsible-faq {
    margin-top: 10px;
    background-color: #FFF;
    color: black;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .active-faq, .collapsible-faq:hover {
        background-color: rgb(217, 231, 248);
        border-left: 1px solid #FA8950;
        border-right: 1px solid #FA8950;
        border-top: 1px solid #FA8950;
    }

    .collapsible-faq:after {
        content: '\25BE';
        color: #FA8950;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active-faq:after {
    content: "\25B4";
}

.content-faq {
    padding: 0px 0px 0px 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #FFF;
    border-left: 1px solid #FA8950;
    border-right: 1px solid #FA8950;
    border-top: 1px solid #FA8950;
    border-bottom: 3px solid #FA8950;
    margin-bottom: 10px;
}

/* Assistenza.aspx — TeamViewer QuickSupport */
#header.assistenza-header {
    padding: 0.5em 0 0.75em 0;
}

.assistenza-header .assistenza-page-title {
    margin: 0;
    border-bottom: 0;
    font-weight: 700;
}

.assistenza-content {
    overflow: auto;
    padding: 1em 10% 0 10%;
}

.assistenza-intro-img {
    width: 22vw;
    max-width: 280px;
    margin-right: 25px;
    float: left;
}

.assistenza-intro {
    text-align: justify;
    margin-bottom: 0.5em;
}

.assistenza-intro::after {
    content: "";
    display: table;
    clear: both;
}

.assistenza-modalita-lead {
    clear: both;
    margin: 1.75em 0 1em 0;
    font-weight: 600;
}

.assistenza-modalita {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}

.assistenza-hidden {
    display: none;
}

.assistenza-canale-card {
    padding: 1.25em 1.5em;
    border: 2px solid #99BBE8;
    border-radius: 10px;
    background-color: rgb(247, 250, 255);
}

.assistenza-canale-title {
    display: flex;
    align-items: center;
    gap: 0.75em;
    margin-bottom: 0.75em;
}

.assistenza-canale-icon {
    flex-shrink: 0;
}

.assistenza-canale-heading {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.assistenza-canale-heading--telefono {
    color: #0E8EE9;
}

.assistenza-canale-heading--email {
    color: #FA8950;
}

.assistenza-canale-subheading {
    margin: 0.2em 0 0 0;
    color: #7f888f;
    font-family: "Open Sans", sans-serif;
    font-size: 10pt;
    font-weight: 600;
    line-height: 1.3;
}

.assistenza-canale-intro {
    margin-top: 0;
}

.assistenza-canale-nota {
    color: #FA8950;
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
    font-weight: 600;
    line-height: 1.5;
    margin: 0.75em 0 1em 0;
}

.assistenza-canale-actions {
    margin: 0;
}

.assistenza-email-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em;
}

.assistenza-copia-email {
    padding: 0.45em 0.85em;
    border: 1px solid #FA8950;
    border-radius: 8px;
    background-color: #ffffff;
    color: #FA8950;
    font-family: "Open Sans", sans-serif;
    font-size: 10pt;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.assistenza-copia-email:hover {
    background-color: #FA8950;
    color: #ffffff;
}

.assistenza-canale-cta {
    display: inline-block;
    margin-bottom: 0.25em;
    padding: 0.6em 1.2em;
    border-radius: 8px;
    color: #ffffff !important;
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

.assistenza-canale-cta--telefono {
    background-color: #0E8EE9;
}

.assistenza-canale-cta--telefono:hover {
    background-color: #0a6fb8;
    color: #ffffff !important;
}

.assistenza-canale-cta--email {
    background-color: #FA8950;
}

.assistenza-canale-cta--email:hover {
    background-color: #e07845;
    color: #ffffff !important;
}

.assistenza-conferma-tv {
    margin-top: 1.25em;
    padding: 1em 1.25em;
    border: 1px dashed #99BBE8;
    border-radius: 8px;
    background-color: #ffffff;
}

.assistenza-conferma-tv-hint {
    margin: 0 0 0.75em 0;
}

.assistenza-checkbox-row {
    display: flex;
    align-items: center;
    gap: 0.6em;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.assistenza-checkbox-row input[type="checkbox"] {
    width: 1.25em;
    height: 1.25em;
    flex-shrink: 0;
    cursor: pointer;
}

.assistenza-checkbox-row label {
    color: #3d4449;
    font-family: "Open Sans", sans-serif;
    font-size: 12pt;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.4;
}

.assistenza-telefono-interno {
    margin: 1em 0 0 0;
    padding: 0.75em 0 0 0;
    border-top: 1px solid rgb(217, 231, 248);
}

.assistenza-telefono-label {
    margin: 0 0 0.25em 0;
    color: #7f888f;
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.assistenza-telefono-numero {
    display: block;
    color: #3d4449;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-decoration: none;
    filter: blur(0);
    opacity: 1;
    transition: filter 0.55s ease, opacity 0.55s ease, color 0.55s ease, text-shadow 0.55s ease;
}

.assistenza-telefono-numero--oscurato {
    filter: blur(5px);
    opacity: 0.72;
    color: rgba(61, 68, 73, 0.35);
    text-shadow: 0 0 8px #3d4449;
    pointer-events: none;
    cursor: default;
    user-select: none;
}

.assistenza-telefono-numero:not(.assistenza-telefono-numero--oscurato):hover {
    color: #0E8EE9;
}

.assistenza-telefono-orari {
    margin: 0.5em 0 0 0;
}

.assistenza-faq-footer {
    clear: both;
    margin-top: 1.5em;
}

@media screen and (max-width: 1280px) {
    .assistenza-canale-heading {
        font-size: 1.15rem;
    }

    .assistenza-telefono-numero {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 736px) {
    .assistenza-intro-img {
        width: 40vw;
        max-width: none;
    }

    .assistenza-canale-title {
        flex-wrap: wrap;
    }

    .assistenza-canale-cta {
        display: block;
        width: 100%;
        text-align: center;
    }

    .assistenza-email-actions .assistenza-copia-email {
        width: 100%;
    }

    .assistenza-telefono-numero {
        font-size: 1.6rem;
    }
}