@charset "UTF-8";
/*ANIEF RIsarcimento Sostegno*/
/* Variabili*/
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,600;0,900;1,100;1,300;1,400;1,600;1,900&display=swap");
@import url("https://i.icomoon.io/public/23cd51b5f5/MyIcons/style.css");
a, a:visited, a:active, a:focus, a:hover {
  text-decoration: none;
  outline: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  margin: 0;
  padding: 0; }
  ol li {
    margin-bottom: 0.5em; }

em {
  color: inherit; }

html {
  font-size: 16px;
  font-weight: 300;
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  line-height: 120%; }

[class*="icon-"]:before {
  font-weight: 400 !important; }

/*bootstrap-reset*/
.modal-xl {
  max-width: 1080px; }

.flex {
  display: flex; }

.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.flexstretch {
  display: flex;
  justify-content: center;
  align-items: stretch; }

.flexend {
  justify-content: flex-end; }

.flexstart {
  justify-content: flex-start; }

.centrato {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.nascosto {
  display: none; }

.relative {
  position: relative; }

.riempi {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.solomobile {
  display: none; }

.bg-colore1 {
  background-color: #e8d200;
  color: #fff; }

.bg-colore2 {
  background-color: #08c;
  color: #fff; }

.bg-colore3 {
  background-color: #003a6a;
  color: #fff; }

.bg-grayfade {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100px); }

[class*="bg-colore"] {
  color: #fff; }
  [class*="bg-colore"] a, [class*="bg-colore"] a:visited, [class*="bg-colore"] a:active, [class*="bg-colore"] a:focus, [class*="bg-colore"] a:hover {
    color: #fff; }
  [class*="bg-colore"] .tasto {
    background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:visited, [class*="bg-colore"] .tasto:active, [class*="bg-colore"] .tasto:focus, [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.2); }
    [class*="bg-colore"] .tasto:hover {
      background-color: rgba(0, 0, 0, 0.4); }

.bg-blended {
  background-color: rgba(232, 210, 0, 0.1); }

.txt-grigio {
  color: #666; }

.txt-colore1 {
  color: #e8d200; }

.txt-colore2 {
  color: #08c; }

.txt-default {
  color: #333; }

.corpo080 {
  font-size: 0.8em;
  line-height: 1.4em; }

.corpo090 {
  font-size: 0.9em;
  line-height: 1.4em; }

.corpo110 {
  font-size: 1.1em;
  line-height: 1.4em; }

.corpo120 {
  font-size: 1.2em;
  line-height: 1.4em; }

.corpo150 {
  font-size: 1.5em;
  line-height: 1.4em; }

.corpo200 {
  font-size: 2em;
  line-height: 1.4em; }

.corpo300 {
  font-size: 3em;
  line-height: 1.4em; }

.corpo400 {
  font-size: 4em;
  line-height: 1.4em; }

.separatore {
  border-top: 1px solid #999;
  margin: 2em 0;
  clear: both;
  display: block; }

.fascia {
  padding: 3.5rem 2rem; }

.stretto {
  max-width: 800px;
  margin: 0 auto; }

.strettissimo {
  max-width: 500px;
  margin: 0 auto; }

.apice, .pedice {
  position: relative;
  font-size: .6em;
  top: -.5em; }

.pedice {
  top: auto;
  bottom: -.2em; }

.nota {
  color: .nota grigio;
  font-style: italic;
  font-size: 15px; }

.strong {
  font-weight: 600; }

/*LAYOUT*/
/*TESTATA*/
/*twist*/
.twist {
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .twist > div {
    width: 50%;
    position: relative; }
  .twist .testo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 300; }
  .twist .immagine img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    min-height: 100%; }

.box-tasti {
  display: flex;
  flex-wrap: wrap; }
  .box-tasti .tasto {
    display: block;
    width: calc(50% - 5px);
    margin: 2px;
    position: relative;
    white-space: inherit; }

/*ELENCHI*/
.elenco {
  margin-bottom: 2em;
  /*puntati*/
  /*spaziato*/ }
  .elenco li {
    position: relative; }
  .elenco.cerchi li, .elenco.quadrati li, .elenco.linee li {
    padding-left: 1.5em;
    margin-bottom: 0.5em; }
    .elenco.cerchi li:before, .elenco.quadrati li:before, .elenco.linee li:before {
      content: '';
      position: absolute;
      top: 0.5em;
      left: 0;
      background-color: #08c;
      width: 0.3em;
      height: 0.3em; }
  .elenco.cerchi li:before {
    border-radius: 100%; }
  .elenco.linee li:before {
    height: 3px; }
  .elenco.spaziato li {
    padding: 0.75em 0;
    border-bottom: 1px solid #ccc; }
    .elenco.spaziato li [class*="icon-"]:first-child {
      margin-right: 1em;
      display: inline-block; }
  .elenco.alternato li {
    padding: 0.75em; }
    .elenco.alternato li:nth-child(2n-1) {
      background-color: rgba(0, 0, 0, 0.05); }
  .elenco.numero li {
    padding-left: 0.5em;
    margin-left: 1em; }
    .elenco.numero li span.numero {
      position: absolute;
      left: 0;
      top: 0;
      color: #e8d200;
      font-weight: 400; }
      .elenco.numero li span.numero:after {
        content: '.'; }

/*GRIGLIA*/
.griglia {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 3em 0 2em; }
  .griglia .item {
    margin: 5px;
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 270px;
    position: relative;
    overflow: hidden;
    width: calc(33% - 0.5em);
    transition: all 300ms ease-in-out; }
    .griglia .item img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 0;
      transition: all 300ms ease-in-out; }
    .griglia .item[href]:hover img {
      transform: scale(1.1); }
    .griglia .item .contenuti {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2; }
    .griglia .item h3 {
      font-weight: 600;
      font-size: 1em;
      padding: 0.5em 1em;
      color: #666; }
    .griglia .item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.9) 70%);
      z-index: 1; }

/*TASTO*/
.tasto {
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #e8d200;
  color: #012 !important;
  padding: 1em 1.5em 0.85em;
  transition: all 0.2s ease-in-out;
  user-select: none;
  position: relative;
  font-size: 1.1rem;
  display: inline-block;
  line-height: 1em;
  border-radius: 50px;
  border: none;
  text-transform: uppercase; }
  .tasto:hover, .tasto:active, .tasto:focus {
    background-color: #ffe80d;
    color: #012 !important; }
  .tasto:visited {
    color: #012 !important; }
  p + .tasto {
    margin-top: 1em; }
  .tasto[class*="icon-"] {
    color: #fff; }
    .tasto[class*="icon-"]:hover {
      color: #fff; }
  .tasto.icona-fine {
    padding-right: 3em; }
    .tasto.icona-fine [class*="icon-"] {
      position: absolute;
      right: 0.8rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5em; }
  .tasto.icona {
    padding-left: 4rem; }
    .tasto.icona [class*="icon-"] {
      font-size: 1.5em;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0.3em 0;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      text-align: center;
      width: 3rem; }
      .tasto.icona [class*="icon-"]:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .tasto.icona.evidenza [class*="icon-"] {
      background-color: #fff382 !important; }
    .tasto.icona.evidenza:hover [class*="icon-"] {
      background-color: #fff8b5 !important; }
  .tasto.grigio {
    background-color: #222; }
    .tasto.grigio.icona [class*="icon-"] {
      background-color: #e8d200; }
    .tasto.grigio:hover {
      background-color: #3c3c3c; }
      .tasto.grigio:hover.icona [class*="icon-"] {
        background-color: #ffe91c; }
  .tasto.bianco {
    background-color: #f2f2f2;
    color: #333; }
    .tasto.bianco.icona [class*="icon-"] {
      background-color: #e8d200;
      color: #fff; }
    .tasto.bianco:hover {
      background-color: #d9d9d9; }
      .tasto.bianco:hover.icona [class*="icon-"] {
        background-color: #ffe91c; }
  .tasto.info {
    padding: 0.33em; }
  .tasto.comingsoon {
    background-color: #777; }
    .tasto.comingsoon.icona [class*="icon-"] {
      background-color: #e8d200; }
    .tasto.comingsoon:hover {
      background-color: #777; }
      .tasto.comingsoon:hover.icona [class*="icon-"] {
        background-color: #ffe91c; }

.espandi:before {
  content: 'Read more'; }
  .espandi:before[aria-expanded='true']:before {
    content: 'Read less'; }
  .espandi:before:after, .espandi:before[aria-expanded='true']:after {
    content: '\e906';
    font-family: "myicons";
    margin-left: 1em; }
  .espandi:before[aria-expanded='true']:after {
    content: '\e907'; }

.media {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative; }
  .media .item {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
  .media.foglio {
    padding-bottom: 145%; }
  .media.video {
    padding-bottom: 56.25%;
    margin-bottom: 0;
    overflow: inherit; }
    .media.video iframe {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-shadow: 0px 30px 10px -25px rgba(0, 0, 0, 0.5); }
  .media.immagine {
    padding-bottom: 66%; }
    .media.immagine img {
      object-fit: cover;
      object-position: center center; }

/*FOOTER*/
/* TIPOGRAFIA */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1em;
  margin: 0 0 0.2em; }
  [class*='bg-colore'] h1, [class*='bg-colore'] h2, [class*='bg-colore'] h3, [class*='bg-colore'] h4, [class*='bg-colore'] h5, [class*='bg-colore'] h6 {
    color: #fff; }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 2em; }
  .titoletto + h1, .titoletto + h2, .titoletto + h3, .titoletto + h4, .titoletto + h5, .titoletto + h6 {
    margin: 0; }

h1, h2, h3 {
  font-weight: 900; }

h4, h5, h6 {
  color: #595959;
  font-weight: 400; }

h1 {
  font-size: 2.4em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1.1em; }

strong {
  font-weight: 600; }

.sottotitolo {
  margin: -0.3em 0 1em; }

.sopratitolo {
  color: #08c;
  margin-bottom: 0.25em; }

.testuale {
  font-size: 1.2em;
  line-height: 1.4em; }

.titoletto {
  font-weight: 600;
  color: #e8d200;
  margin-bottom: 0;
  font-size: 1.2em; }

/*RESPONSIVE MIN*/
/*RESPONSIVE MAX*/
@media (max-width: 991px) {
  .nomobile {
    display: none; } }
/*FONTS*/
[class^="icon-"], [class*=" icon-"] {
  font-family: 'myicons' !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; }

/*RIMOZIONE BARRA ADMIN FRONTEND*/
html[lang] {
  margin-top: 0 !important; }

#wpadminbar {
  display: none; }

/**/
/*MENU*/
.uk-logo {
  max-width: 230px; }

.tm-header {
  z-index: 2;
  width: 100%;
  background: linear-gradient(to bottom, #0088cc 0%, #0088cc 66%, rgba(0, 136, 204, 0) 100%);
  padding: 25px 0; }
  .tm-header .uk-navbar-nav {
    gap: 15px; }
    .tm-header .uk-navbar-nav > li > a {
      min-height: unset;
      padding: 0.75em 1em;
      background: #e8d200;
      font-size: 17px;
      font-weight: 600;
      border-radius: 50px;
      text-align: center;
      transition: all 0.2s ease-in-out;
      color: #012; }
      .tm-header .uk-navbar-nav > li > a:hover {
        background: #ffe80d; }
  .home .tm-header {
    position: absolute;
    background: transparent;
    margin-top: 25px;
    padding: 0; }

.uk-icon {
  color: #fff; }

.uk-navbar-toggle-icon {
  background: #e8d200;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 8px; }

.uk-dropbar {
  background: linear-gradient(to bottom, #0088cc 0%, #0088cc 50%, rgba(0, 136, 204, 0.5) 100%);
  padding-top: 1em;
  top: 75px !important; }
  .uk-dropbar .uk-nav-default > li {
    line-height: 1.2em;
    padding: 1em; }
    .uk-dropbar .uk-nav-default > li > a {
      font-size: 13px;
      color: #fff;
      letter-spacing: 1px; }
    .uk-dropbar .uk-nav-default > li + li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }

/*SLIDESHOW*/
.slideshow-home {
  height: 770px;
  position: relative;
  overflow: hidden;
  aspect-ratio: auto !important;
  min-height: unset !important;
  font-size: 20px; }
  .slideshow-home .uk-slideshow-items {
    min-height: 770px !important;
    aspect-ratio: unset !important; }
    .slideshow-home .uk-slideshow-items > li {
      background: #08c; }
  .slideshow-home * {
    color: #fff; }
  .slideshow-home h2 {
    font-size: 1.8em;
    line-height: 1em; }
  .slideshow-home h4 {
    font-size: 1.4em;
    line-height: 1em; }
  .slideshow-home p {
    line-height: 1.15em; }
    .slideshow-home p b {
      font-weight: 900; }
  .slideshow-home .forte {
    font-weight: 600;
    text-transform: uppercase; }
  .slideshow-home .ellisse {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 30%;
    background: url("img/ellisse.png") no-repeat left top transparent;
    background-size: cover;
    z-index: 2; }
  .slideshow-home .sfondo {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url("img/slideshow-bg.jpg") no-repeat center center #08c;
    background-size: cover;
    z-index: 0; }
  .slideshow-home .alone {
    position: absolute;
    height: 216px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url("img/alone.png") repeat-x left top transparent;
    z-index: 5; }
  .slideshow-home .testo {
    position: relative;
    z-index: 10;
    float: right;
    width: 47%;
    text-align: center;
    margin: 150px 0 2em; }
  .slideshow-home .tasto.ottieni {
    font-size: 1.3em;
    text-align: center;
    margin: 0 auto; }
  .slideshow-home .immagine {
    position: absolute; }
    .slideshow-home .immagine.float {
      z-index: 2;
      bottom: 0;
      height: 100%;
      right: 47%; }
      .slideshow-home .immagine.float img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: right; }
    .slideshow-home .immagine.fissa {
      width: 60%;
      height: 100%; }
      .slideshow-home .immagine.fissa img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 75% 35%; }
      .slideshow-home .immagine.fissa:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 300px;
        background: url("img/alone-foto.png") repeat-y right top; }

.uk-dotnav > * {
  padding-left: 7px; }

/*RIFERIMENTI*/
.riferimeti {
  padding: 0 0 2em; }
  .riferimeti h4 {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2em;
    margin-bottom: 1em;
    color: #08c; }
    .uk-section-primary .riferimeti h4 {
      color: #4dc4ff; }
  .riferimeti ul {
    margin: 2em auto;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap; }
    .riferimeti ul li {
      width: 50%;
      position: relative; }
      .riferimeti ul li a {
        padding: 1em 1em 1em 3em;
        position: relative;
        display: block;
        font-weight: 600;
        font-size: 0.85rem;
        line-height: 1.2em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-right: 10px;
        height: 100%; }
        .riferimeti ul li a span {
          position: absolute;
          left: 1em;
          color: #08c; }
        .riferimeti ul li a:hover {
          color: #fff !important;
          background: #08c; }
          .riferimeti ul li a:hover span, .riferimeti ul li a:hover b {
            color: #fff !important; }
        .uk-section-primary .riferimeti ul li a {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          .uk-section-primary .riferimeti ul li a span, .uk-section-primary .riferimeti ul li a:hover span {
            color: #fff; }
        .riferimeti ul li a b {
          font-weight: 600;
          color: #08c; }

/*STATISTICHE*/
#contatori {
  text-align: center;
  padding: 3em 0 1em; }
  #contatori .contatori {
    display: flex;
    justify-content: center; }
    #contatori .contatori .wpsm_counterbox {
      margin: 2em 0; }
      #contatori .contatori .wpsm_counterbox .wpsm_number {
        font-family: "Montserrat", sans-serif;
        font-size: 3em;
        font-weight: 900;
        color: #e8d200; }
      #contatori .contatori .wpsm_counterbox .wpsm_count-title {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2em;
        letter-spacing: 1px;
        margin: 0;
        max-width: 250px; }
    #contatori .contatori .wpsm_number:before {
      display: block;
      font-weight: 500;
      font-size: 13px;
      line-height: 1em;
      color: #333;
      text-transform: uppercase; }
    #contatori .contatori .wpsm_number .counter:after {
      font-weight: 500;
      color: #999;
      font-size: 0.6em; }
    #contatori .contatori .assistiti .wpsm_number:before {
      content: 'oltre'; }
    #contatori .contatori .sentenze .wpsm_number:before {
      content: 'più di'; }
    #contatori .contatori .beneficio .wpsm_number:before {
      content: 'oltre'; }
    #contatori .contatori .beneficio .wpsm_number .counter:after {
      content: '€'; }
    #contatori .contatori .wpsm_col-sm-6 {
      width: unset; }

/*Parlano di noi*/
.parlano {
  margin: 1em 0 3em;
  padding: 0 50px; }
  .parlano .uk-panel {
    display: flex;
    align-items: center;
    justify-content: center; }
  .parlano .uk-position-center-right {
    right: -50px; }
  .parlano .uk-position-center-left {
    left: -50px; }
  .parlano .uk-slidenav {
    color: #e8d200; }

/*Add to any*/
.addtoany_shortcode {
  padding: 1.5em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .addtoany_shortcode a {
    line-height: initial;
    margin-right: 9px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
    position: relative;
    background-color: #ffe80d;
    border-color: #ffe80d; }
    .addtoany_shortcode a:hover {
      background-color: #ffe91c;
      border-color: #ffe91c; }
      .addtoany_shortcode a:hover span {
        opacity: 1; }
      .addtoany_shortcode a:hover path {
        fill: #fff; }
    .addtoany_shortcode a span.a2a_svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .footer .addtoany_shortcode {
    border: none; }
    .footer .addtoany_shortcode .a2a_button_print, .footer .addtoany_shortcode .a2a_button_email {
      display: none; }

/*TASTI*/
.uk-button {
  line-height: 1.2em;
  padding: 1em 1.3em; }
  .uk-button [class^="icon-"] {
    font-size: 1.6em;
    line-height: 0;
    margin-right: 0.5em;
    position: relative;
    top: 0.2em; }
  p .uk-button {
    margin: 1em 0; }

.uk-button-default {
  border-color: #ccc; }
  .uk-button-default:hover {
    background-color: #333;
    color: #fff; }

.tasto.ottieni {
  font-weight: 600;
  background-image: url("img/tasto-ottieni-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/*VIDEO*/
/*SOCIALI*/
.sociali a {
  background-color: rgba(232, 210, 0, 0.8);
  height: 2.5em;
  width: 2.5em;
  display: inline-block;
  line-height: 2.5em;
  border-radius: 100%;
  margin: 0 0.2em;
  color: #08c; }
  .sociali a:hover {
    background-color: #e8d200;
    color: #08c; }
.footer .sociali {
  margin-top: 1em; }
  .footer .sociali a {
    background-color: #ffe80d;
    font-size: 1.2em;
    height: 2em;
    width: 2em;
    line-height: 2.1em;
    margin: 0.1em;
    color: #08c; }
    .footer .sociali a:hover {
      color: #08c;
      background-color: #ffea26; }

/*MODULI*/
.uk-tile-primary .elenco.cerchi {
  color: #fff; }
  .uk-tile-primary .elenco.cerchi li:before {
    background-color: #fff; }

/*COMPLIANZ*/
#cmplz-manage-consent .cmplz-manage-consent {
  width: 180px !important;
  height: 40px !important;
  bottom: 10px !important;
  right: 10px !important;
  background-color: #e8d200 !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 11px !important;
  font-weight: 600 !important; }
  #cmplz-manage-consent .cmplz-manage-consent:hover {
    background-color: #ffe80d !important; }

/*IFRAME CALCOLATORI*/
.calcolatore {
  height: 780px;
  width: 100%;
  margin: 0;
  background-color: #f2f2f2; }

body.calcolatrice .form-calcolo {
  background-color: #f2f2f2;
  padding: 4em 1em 1em;
  text-align: center; }
body.calcolatrice .w3-modal {
  box-shadow: unset;
  background: unset;
  padding-top: 50px; }
body.calcolatrice .w3-modal-content {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  padding: 0 1em; }
  body.calcolatrice .w3-modal-content header {
    padding: 1em 1em;
    font-size: 0.8em; }
body.calcolatrice .w3-button {
  background-color: #e8d200;
  color: #fff !important; }
  body.calcolatrice .w3-button:hover {
    background-color: #ffe80d !important; }
body.calcolatrice .anni {
  max-width: 380px;
  margin: 2em auto 0; }
  body.calcolatrice .anni .anno {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; }
body.calcolatrice .w3-text-red, body.calcolatrice .w3-hover-text-red:hover {
  color: #a00 !important;
  font-weight: 400; }

/*STILI E MODULI*/
.uk-section-secondary * {
  color: #fff; }

.testo-modulo {
  font-size: 1.2em;
  line-height: 1.2em; }

.flex-verticale {
  display: flex;
  align-items: center;
  height: 100%; }

.bombato {
  position: relative; }
  .bombato:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 37px;
    background: url("img/bombato.png") no-repeat center top transparent;
    background-size: contain; }

.sfumasotto {
  position: relative;
  padding-bottom: 150px; }
  .sfumasotto:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 180px;
    top: inherit;
    bottom: 0;
    background: url("img/alone.png") repeat-x left top transparent;
    background-size: contain;
    z-index: 0; }
  .sfumasotto > * {
    z-index: 1;
    position: relative; }

.modulo .tasto.ottieni {
  font-size: 1.2em; }

/*FAQ*/
.faq {
  margin-top: -150px;
  z-index: 10;
  position: relative;
  background: transparent; }
  .faq .uk-accordion > :nth-child(n+2) {
    margin-top: 0; }
  .faq .uk-accordion > li {
    padding: 25px 25px 25px 130px;
    position: relative; }
    .faq .uk-accordion > li:before {
      content: '1';
      position: absolute;
      left: 10px;
      font-size: 6em;
      top: 13px;
      line-height: 1em;
      font-weight: 900;
      opacity: .05;
      width: 1em;
      text-align: right;
      color: #000; }
    .faq .uk-accordion > li:nth-child(2):before {
      content: '2'; }
    .faq .uk-accordion > li:nth-child(3):before {
      content: '3'; }
    .faq .uk-accordion > li:nth-child(4):before {
      content: '4'; }
    .faq .uk-accordion > li:nth-child(5):before {
      content: '5'; }
    .faq .uk-accordion > li:nth-child(6):before {
      content: '6'; }
    .faq .uk-accordion > li:nth-child(7):before {
      content: '7'; }
    .faq .uk-accordion > li:nth-child(8):before {
      content: '8'; }
    .faq .uk-accordion > li:nth-child(9):before {
      content: '9'; }
    .faq .uk-accordion > li:nth-child(10):before {
      content: '10'; }
    .faq .uk-accordion > li:nth-child(11):before {
      content: '11'; }
    .faq .uk-accordion > li:nth-child(12):before {
      content: '12'; }
    .faq .uk-accordion > li:nth-child(13):before {
      content: '13'; }
    .faq .uk-accordion > li:nth-child(14):before {
      content: '14'; }
    .faq .uk-accordion > li:nth-child(15):before {
      content: '15'; }
    .faq .uk-accordion > li:nth-child(16):before {
      content: '16'; }
  .faq .uk-accordion-title, .faq .uk-accordion-content {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 400;
    padding-top: 1.2em;
    position: relative;
    padding-right: 40px; }
    .faq .uk-accordion-title:before, .faq .uk-accordion-content:before {
      background: #e8d200;
      color: #fff; }
    .faq .uk-accordion-title:after, .faq .uk-accordion-content:after {
      content: 'Domanda:';
      display: block;
      position: absolute;
      top: 0;
      color: #e8d200;
      font-weight: 600; }
  .faq .uk-accordion-content {
    margin: 2em 0 0 0.66em;
    padding-bottom: 1em; }
    .faq .uk-accordion-content:after {
      content: 'Risposta:'; }
  .faq .uk-accordion-title {
    font-weight: 500; }
    .faq .uk-accordion-title:before {
      background: #08c;
      color: #fff;
      content: '+';
      text-align: center;
      line-height: 35px;
      height: 35px;
      width: 35px;
      border-radius: 5px;
      font-size: 32px;
      position: relative;
      right: -30px; }
  .faq .uk-open {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 50%); }
    .faq .uk-open .uk-accordion-title:before {
      background: #08c;
      content: '-';
      line-height: 30px; }

/*TEAM - CALCOLA*/
.team .immagine, .calcola .immagine {
  position: relative;
  height: 100%; }
  .team .immagine:after, .calcola .immagine:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 4vw;
    left: auto;
    right: 0;
    background: url("img/chisiamo-ellisse.png") no-repeat right center transparent;
    background-size: 100% 100%; }
.team img, .calcola img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  position: absolute; }
.team .testo > .uk-tile, .calcola .testo > .uk-tile {
  display: flex;
  align-items: center; }
.team .testo .testo-modulo, .calcola .testo .testo-modulo {
  max-width: 680px; }
.team .testo > .uk-tile-primary p, .calcola .testo > .uk-tile-primary p {
  color: #fff; }

.calcola {
  margin-top: 10px; }
  .calcola .immagine:after {
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); }

/*VITTORIE*/
.vittorie {
  background: #003a6a;
  background-size: cover; }
  .vittorie .uk-slideshow .uk-slideshow-items img {
    padding: 10px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%) scale(95%);
    transform-origin: top center; }
  .vittorie .uk-slideshow .uk-overlay {
    padding: 0; }

/*MODULOFORM*/
.moduloform {
  border-top: 10px solid #fff;
  background: linear-gradient(to bottom, rgba(0, 136, 204, 0.1) 0%, rgba(0, 136, 204, 0) 50%);
  position: relative; }
  .moduloform .wpforms-container .wpforms-form .wpforms-field-label {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 15px;
    margin-left: 10px; }
  .moduloform .wpforms-container .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px; }
    .moduloform .wpforms-container .wpforms-field-container .wpforms-field {
      width: 50%;
      padding: 10px; }
    .moduloform .wpforms-container .wpforms-field-container .wpforms-field-checkbox {
      width: 100%; }
  .moduloform a {
    color: #e8d200; }
  .moduloform .wpforms-submit-container {
    text-align: center;
    margin-top: 2em !important; }
    .moduloform .wpforms-submit-container button {
      background-color: #e8d200 !important;
      border-radius: 50px !important;
      text-transform: uppercase;
      font-size: 1.2em !important;
      padding: 0.75em 1.5em  !important;
      height: auto !important; }
  .moduloform .wpforms-field.wpforms-field-radio fieldset .wpforms-field-label {
    margin-left: 0; }
  .moduloform .wpforms-field.wpforms-field-radio fieldset ul {
    display: flex !important;
    margin: 5px 0; }

#wpforms-confirmation-250 {
  background: #fff;
  border: 3px dotted #5b5;
  text-align: center;
  font-size: 1.2em;
  margin-top: 2em; }

/*POPUP*/
.pum-theme-lightbox {
  background-color: rgba(0, 0, 0, 0.5); }
  .pum-theme-lightbox .pum-container {
    border: none;
    padding: 0; }
  .pum-theme-lightbox .pum-content + .pum-close {
    background: #e8d200;
    border-radius: 3px;
    border: none;
    height: 30px;
    width: 30px;
    line-height: 32px;
    box-shadow: 0px 0px 10px rgba(2, 2, 2, 0.3); }
    .pum-theme-lightbox .pum-content + .pum-close:hover {
      background: #ffe80d; }

/**FOOTER**/
.footer {
  text-align: center;
  margin: 0 auto;
  max-width: 620px; }
  .footer p {
    font-weight: 400;
    color: #fff; }
  .footer img.anief {
    margin: 1em; }
  .footer .addtoany_shortcode {
    padding: 0; }
  .footer .url {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 2em;
    padding: 2em 0 0; }
  .footer .piede {
    font-size: 0.8em;
    line-height: 1em;
    margin: 5em 0 1.5em; }

/*TIPOGRAFIA*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 900; }

h1, h2, h3 {
  color: #e8d200;
  font-weight: 900; }

.titoletto {
  font-style: italic;
  margin-bottom: 0.25em;
  font-size: 1.1em;
  font-weight: 400; }
  .titoletto + p {
    margin-top: 0; }
  .titoletto.default {
    color: #333; }

/*RESPONSIVE MIN*/
@media (min-width: 960px) {
  .grecaptcha-badge {
    bottom: 65px !important; } }
/*RESPONSIVE MAX*/
@media (max-width: 1399px) {
  .slideshow-home {
    font-size: 20px; }

  .uk-logo {
    max-width: 200px; }

  .tm-header .uk-navbar-nav {
    gap: 12px; }
    .tm-header .uk-navbar-nav > li > a {
      padding: 0.66em 0.8em;
      font-size: 16px; } }
@media (max-width: 1199px) {
  .slideshow-home {
    font-size: 18px; }

  .uk-logo {
    max-width: 180px; }

  .tm-header .uk-navbar-nav {
    gap: 10px; }
    .tm-header .uk-navbar-nav > li > a {
      padding: 0.66em 0.8em;
      font-size: 15px; }

  .slideshow-home .immagine.fissa {
    width: 64%; } }
@media (max-width: 1060px) {
  .tm-header .uk-navbar-nav {
    gap: 6px; }
    .tm-header .uk-navbar-nav > li > a {
      padding: 0.66em 0.8em;
      font-size: 14px; } }
@media (max-width: 959px) {
  html {
    font-size: 15px; }

  .tm-header-mobile {
    position: absolute;
    z-index: 100;
    width: 100%; }

  .slideshow-home {
    height: 100vh;
    font-size: 16px; }
    .slideshow-home .uk-slideshow-items {
      min-height: 100vh !important; }
    .slideshow-home .testo {
      float: none;
      width: 100%;
      margin: auto;
      max-width: 360px;
      position: absolute;
      bottom: 1em;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 1em; }
      .slideshow-home .testo h2 {
        font-size: 1.6em;
        line-height: 1em; }
      .slideshow-home .testo h4 {
        font-size: 1.1em;
        line-height: 1em; }
      .slideshow-home .testo .tasto.ottieni {
        font-size: 1.1em;
        margin-top: 0; }
    .slideshow-home .immagine {
      position: relative; }
      .slideshow-home .immagine.float {
        right: 0;
        z-index: 1;
        background: url("img/slideshow-bg.jpg") no-repeat center center #08c;
        background-size: cover; }
        .slideshow-home .immagine.float img {
          object-position: center top; }
      .slideshow-home .immagine.fissa {
        width: 100%; }
        .slideshow-home .immagine.fissa img {
          object-position: 50% 35%; }
      .slideshow-home .immagine.float, .slideshow-home .immagine.fissa {
        height: calc(100vh - 400px); }
        .slideshow-home .immagine.float:after, .slideshow-home .immagine.fissa:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 150px;
          background: url("img/alone-foto-mob.png") repeat-x center center transparent;
          background-size: contain;
          bottom: 0;
          top: auto;
          right: 0; }
    .slideshow-home .ellisse {
      left: 0;
      background: url("img/ellisse-mob.png") no-repeat center top transparent;
      background-size: cover;
      top: 40vh;
      display: none; }
    .slideshow-home .alone {
      height: 126px;
      background-size: contain; }
    .slideshow-home .sfondo {
      background-image: unset; }

  #contatori .contatori .wpsm_counterbox .wpsm_number {
    font-size: 2em; }

  .testo-modulo {
    text-align: center;
    margin: auto; }

  .team .testo > .uk-tile .testo-modulo {
    max-width: unset; }

  .team .immagine:after, .calcola .immagine:after {
    content: none; }
  .team img, .calcola img {
    height: 90vw;
    object-position: center center;
    position: static; }

  .moduloform .wpforms-container .wpforms-field-container .wpforms-field {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em; }

  .grecaptcha-badge {
    display: none !important; }

  .bombato .nota {
    text-align: center; } }
@media (max-width: 639px) {
  html {
    font-size: 14px; }

  .slideshow-home .testo h4 {
    font-size: 1.1em;
    line-height: 1em; }

  .faq .uk-accordion > li {
    padding: 25px 0 25px 45px; }
    .faq .uk-accordion > li:before {
      left: 0;
      font-size: 4em;
      top: 20px;
      text-align: left;
      letter-spacing: -3px;
      opacity: 0.07; }
  .faq .uk-accordion-content {
    margin-left: 0; }

  #contatori .contatori {
    flex-wrap: wrap; }
    #contatori .contatori .wpsm_counterbox .wpsm_number {
      font-size: 3em; }
    #contatori .contatori .wpsm_counterbox .wpsm_count-title {
      margin: auto; }

  .vittorie .uk-slideshow .uk-slideshow-items img {
    padding: 5px; }

  .calcolatore {
    height: 100vh; }

  .pum-theme-lightbox .pum-container {
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100vh; }
  .pum-theme-lightbox .pum-content + .pum-close {
    border-radius: 0;
    right: 0;
    top: 0; }

  .riferimeti ul li {
    width: 100%;
    text-align: left; }

  body.calcolatrice .form-calcolo {
    padding: 2em 1em 1em; }
  body.calcolatrice .anni {
    margin-top: 1em; }
    body.calcolatrice .anni .anno {
      justify-content: center;
      flex-wrap: wrap;
      padding: 20px 0; }
      body.calcolatrice .anni .anno > strong:first-child {
        width: 100%;
        margin-bottom: 5px; }
        body.calcolatrice .anni .anno > strong:first-child:before {
          content: 'anno ';
          font-weight: 300;
          font-size: 0.9em; }
      body.calcolatrice .anni .anno .fine {
        margin-left: 10px; }
        body.calcolatrice .anni .anno .fine strong {
          font-weight: 300; }
      body.calcolatrice .anni .anno + .anno {
        border-top: 1px solid rgba(0, 0, 0, 0.2); } }
/*VARIAZIONI
@import "variazioni";*/

/*# sourceMappingURL=custom.css.map */
