/* IMPOSTAZIONI DI BASE */

.colore1 {background-color: #ffead4 !important} /* peach */
.colore2 {background-color: #cdfdcb !important} /* verdino */
.colore3 {background-color: #fff496 !important} /* giallino */
.colore4 {background-color: #ceedff !important} /* celestino */
.colore5 {background-color: #2C6DA2 !important;} /* innocente */
.colore6 {background-color: #f2f2f2 !important;} /* grigietto chiaro */
.colore7 {background-color: #f3e9ff !important} /* lilla */

.colore8 {background-color: #76ff71 !important} /* verde cta */

.colore9 {background-color: #ffebec !important} /* rosso no */
.colore10 {background-color: #f0ffef !important} /* verde si */
.colore11 {background-color: #f4822a !important} /* arancione  */

.bianco {color: #fff !important}
.giallo {color: #fff496 !important}
 .arancione {color:#f4822a !important}

.ot-icon-box {
    padding: 10px 40px 10px 40px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 15px 40px 0px rgb(0 0 0 / 7%);
}
.hover1:hover {
    background-color: #dbbfff !important;
    color: #0c0909 !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transform: translateY(-5%);
}
.hover2:hover {
    background-color: #ceedff !important;
    color: #0c0909 !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transform: translateY(-5%);
}
.hover3:hover {
    background-color: #cdfdcb !important;
    color: #0c0909 !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transform: translateY(-5%);
}

/* Introduzione */
.hover1:hover {background-color: #dbbfff !important; color: #0c0909 !important; 
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; 
    transform: translateY(-5%);}

.hover2:hover {background-color: #ceedff !important; color: #0c0909 !important; 
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; 
    transform: translateY(-5%);}

.hover3:hover {background-color: #cdfdcb !important; color: #0c0909 !important;*/ 
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; 
    transform: translateY(-5%);}

    .colorViolet{ filter: invert(51%) sepia(81%) saturate(3074%) hue-rotate(231deg) brightness(98%) contrast(100%);}
    .colorBlue {filter: invert(74%) sepia(7%) saturate(3896%) hue-rotate(167deg) brightness(101%) contrast(90%);}
    .colorGreen {filter: invert(99%) sepia(54%) saturate(1953%) hue-rotate(36deg) brightness(95%) contrast(70%);}
/* 
    .BoxRound .icon-box-s2 {
        BORDER: 1PX SOLID #000 !important; 
        BORDER-RADIUS: 20PX !important; 
    }*/
    .icon-box-s2 {
        BORDER: 1PX SOLID #000 !important; 
        BORDER-RADIUS: 10PX !important; 
        background-color: rgba(255, 255, 255, 0.3);
        min-height: 300px;;
    }


    .cta-1 {
        font-family: "source-sans-pro", sans-serif  !important;
        background-color: #f4822a !important;
        /* color: #0c0909 !important; */
        /* border: 1px solid #0c0909; */
        border-radius: 5px 5px 5px 5px; 
        border: none;
        font-size: 16px  !important;
        font-weight: bold  !important;
    }
    .cta-1:hover {
        font-family: "source-sans-pro", sans-serif  !important;
        background-color: #f79952 !important;
        color: #0c0909 !important;
        /* border: 1px solid #0c0909; */
        border-radius: 5px 5px 5px 5px;
        font-size: 16px  !important;
        font-weight: bold  !important;
    }

    .is-stuck #site-logo, #site-logo  {
        padding: 23px 0 23px 0 !important;
    }
    .bkgHome {
        border-bottom: 1px solid #ccc;    
        min-height: 602px;
        background-image: url(../immaginicgn/header.jpg);
        background-position: top right;
        background-repeat: no-repeat;
        padding-bottom: 0;
        background-size: cover;
    }


    .cta-2{
        font-family: "source-sans-pro", sans-serif;
        background-color: #0c0909 !important;
        color: #cdfdcb !important;
        border: 1px solid #ffffff;
        border-radius: 5px 5px 5px 5px;
    }
    .cta-2:hover {
        font-family: "source-sans-pro", sans-serif;
        background-color: #cdfdcb !important;
        color: #0c0909 !important;
        border: 1px solid #0c0909;
        border-radius: 5px 5px 5px 5px;
    }

.technology-left ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.technology-left ul li {
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", Sans-serif;
}
.technology-left ul li:last-child {
    padding-bottom: 0;
}
.technology-left ul i {
    color: #43BAFF;
    font-size: 17px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .img-vantaggi-resize{
        width: 30px;
        height: 30px;
    }
    .ot-icon-box__icon {
        width: 80px !important;
        height: 80px !important;
    }
    .wpcf7-checkbox {
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .wpcf7-checkbox input {
        font-size: 12px !important;
        line-height: 12px !important;
    }
}

@media (min-width: 768px) {
    .img-vantaggi-resize{
        width: 50px;
    }
    .ot-icon-box__content {
        min-height: 400px;
    }
}