<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* padding logo*/
.logo img, .logo svg {
padding-top: 5px!important;
padding-bottom: 5px!important;
}



.popstyle{
    font-family: Poppins;
    color: #c9241a!important;
    letter-spacing:-1px!important;
}

/* Style  */
.popstyletwo{
    font-family: Poppins;
    color:#ffffff!important;
    letter-spacing:-1px!important;
     font-weight: 700;
}


.popstylethree{
    font-family: Poppins;
    color:#ffffff!important;
    letter-spacing:-1px!important;
     font-weight: 300;
}

/* togli la scritta developper di wpml */ 
.otgs-development-site-front-end {
   display: none!important;
}

/* flip card */
.flip-card {
  background-color: transparent;
  width: 240px!important;
  height: 260px;
  perspective: 1000px;

}

/* flip card */
.flip-card100 {
  background-color: transparent;
  width: 100%!important;
  height: 260px;
  perspective: 1000px;

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}


.flip-card100:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
  border-radius: 25px;
}

.flip-card-back {
  background-color: #c9241a;
  color: white;
  transform: rotateY(180deg);
  border-radius: 25px;
}

/* flip card content style */
.numberstyle{
    font-family: Poppins;
    color: #c9241a!important;
    letter-spacing:-1px!important;
    font-size: 65px;
    margin-top: 60px;
}


.titlestyle{
    font-family: Poppins;
    color: #000000!important;
    letter-spacing:-1px!important;
    font-size: 25px;
    margin-top: 5px;
}

.textstyle{
    font-family: Poppins;
    color: #ffffff!important;
    font-size: 14px;
    margin: 40px 5px 0px 5px;

}

/* color section altezza minima */
.avia-section {
min-height: 15px!important;
}

/* link style footer */
a.ex5:hover, a.ex5:active {
text-decoration:underline!important;
color:#fff!important;
}


.footer_color {
    border-color: #ffffff!important;
}


#top #wrap_all .av-social-link-instagram {
    color: #fff;
    background-color: #000000!important;
    border-radius: 100px!important;
    margin-right: 5px!important;
}


#top #wrap_all .av-social-link-facebook {
    color: #fff;
    background-color: #000000!important;
    border-radius: 100px!important;
}

/* Centra la colonna 3/4 */
div .av_three_fourth {
    position: relative!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
}



</pre></body></html>