@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?lmy57s');
    src:  url('fonts/icomoon.eot?lmy57s#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?lmy57s') format('truetype'),
      url('fonts/icomoon.woff?lmy57s') format('woff'),
      url('fonts/icomoon.svg?lmy57s#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.quiz .icona-1:hover::before,
.quiz .icona-1:hover button,
.quiz .icona-1:hover .icon-casa,
.quiz .icona-1:hover .icon-casa::before {
    animation: none;
}
.quiz .icona-1:hover,
.quiz .icona-1:hover::before {
    background: #174973;
}
.ctabstop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.boxiconcasa {
    z-index: 10;
}
.icon-casa {
    font-size: 100px;
}
.icon-casa::before {
    content: "\e900";
    color: #fff;
    /* animation: textcolorchange 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running; */
}
.quiz .icona-1 {
    border-radius: 22px;
    border: 2px solid #245d8c;
    position: relative;
    display: inline-block;
    background: transparent;
}
/* .quiz .icona-1 button {
    animation: textcolorchange 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
} */
.quiz .icona-1::before, .quiz .icona-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease;
    border-radius: 20px;
  }
.quiz .icona-1::after {
    border-radius: 10000px;
}
.quiz .icona-1::before {
    background: #245d8c;
    /* animation: colorchange 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running; */
    border-radius: 20px;
}
.quiz .icona-1:hover::before {
    box-shadow: inset 0 0 0 0px #fff; 
}
.quiz .cont-cta a {
    width: auto;
}
.quiz .fs-sm-26 {
    font-size: 26px;
    font-weight: 700;
}
.quiz .blog img {
    width: 20px;
}
.index .sticky-area-wrap.sticky .nav-item .iniziaquizvoce {
    color: #fff!important;
}
.quiz .icona-1:hover {
    background-color: #174973;
}
#iniziaquiz span,
#iniziaquiz button {
    --animate-duration: 2s;
}
@keyframes colorchange {
    0% {
        box-shadow: inset 0 0 0 100px #fff;
    }
    10% {
        box-shadow: inset 0 0 0 0px #fff; 
    }
    60% {
        box-shadow: inset 0 0 0 0px #fff; 
    }
    80% {
        box-shadow: inset 0 0 0 100px #fff;
    }
    100% {
        box-shadow: inset 0 0 0 100px #fff;
    }
}
@keyframes textcolorchange {
    0% {
        color: #245d8c;
    }
    10% {
        color: #fff;
    }
    60% {
        color: #fff;
    }
    80% {
        color: #245d8c;
    }
    100% {
        color: #245d8c;
    }
}