@charset "utf-8";
 html {
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-family: "Google Sans", sans-serif;
color: #414042;
font-size: 15px;
color: var(--maincolor);
}
body p {
font-size: 17px;
line-height: 140%;
color: #0d284f;
}
a {
text-decoration: inherit;
color: var(--maincolor);
margin: 0;
padding: 0;
}
a:hover {
text-decoration: inherit;
color: inherit;
}
p {
font-size: 20px;
line-height: 140%;
padding: 0;
margin: 0;
color: gray;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
outline: none;
} section {
width: 100%;
height: auto;
position: relative;
}
.container-100 {
width: 100%;
margin: 0 auto;
padding: 0;
position: relative;
}
.container-80 {
width: 80%;
margin: 0 auto;
padding: 0;
position: relative;
}
@media (max-width: 1500px) {
.container-80 {
width: 90%;
}
} .padding-5 {
padding-top: 5px;
padding-bottom: 5px;
}
.padding-15 {
padding-top: 15px;
padding-bottom: 15px;
}
.padding-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.padding-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.padding-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.padding-120 {
padding-top: 120px;
padding-bottom: 120px;
}
.padding--vh {
padding: 7vh 0;
}
.padding-top--vh {
padding-top: 7vh;
}
.padding-top-azienda {
padding-top: 18vh;
}
.padding--hero {
padding: 15vh 0;
}
.padding-top--vh {
padding-top: 7vh;
}
@media screen and (max-width:990px) {}
@media(max-width:600px) {
.padding--vh {
padding: 30px 0;
}
.padding-top--vh {
padding-top: 30px;
}
} .animazione--appare--up {
animation: animazione--appare--up 1.75s ease;
}
@keyframes animazione--appare--up {
0% {
opacity: 0;
transform: translateY(20px);
}
20% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animazione--appare {
animation: animazione--appare 1.75s ease;
}
@keyframes animazione--appare {
0% {
opacity: 0;
}
20% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.animazione--appare--slide {
animation: animazione--appare--slide 1.75s ease;
}
@keyframes animazione--appare--slide {
0% {
opacity: 0;
transform: translateX(30px);
}
20% {
opacity: 0;
transform: translateX(30px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
h1 {
font-size: 72px;
line-height: 72px;
font-weight: 500;
font-family: "Google Sans", sans-serif;
font-weight: normal;
margin-bottom: 25px;
color: var(--maincolor);
}
@media screen and (max-width:768px) {
h1 {
font-size: 36px;
line-height: 40px;
margin-bottom: 20px;
}
}
h2 {
font-size: 21px;
font-weight: 600;
font-family: "Google Sans", sans-serif;
color: var(--maincolor);
}
h3 {
font-size: 21px;
font-weight: 600;
font-family: "Google Sans", sans-serif;
color: var(--maincolor);
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
li {
list-style: none;
margin: 0;
padding: 0;
}
.current-menu-item a {}
.current-menu-item a:before {}
.sfondo-grigio {
background-color: #efefef;
}
.sfondo-grigio-2 {
background-color: #eaf1f0;
}
.sfondo-nero {
background-color: black;
}
.sfondo-bianco {
background-color: white;
}
.colore {
color: var(--maincolor);
}
.bianco {
color: white;
}
.nero {
color: black;
}
.intro {
letter-spacing: 2px;
display: block;
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
}
@media screen and (max-width:990px) {
.padding-150 {
padding-top: 8vh;
padding-bottom: 8vh;
}
.mt-nav {
margin-top: 0;
}
.current-menu-item a:before {
display: none;
}
}
@media screen and (min-width:991px) {
.padding-150 {
padding-top: 15vh;
padding-bottom: 15vh;
}
.mt-nav {
margin-top: 70px;
}
}
.padding-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.no-padding {
padding-top: 0px;
padding-bottom: 0px;
}
.bottom-50 {
margin-bottom: 50px;
}
.bottom-30 {
margin-bottom: 30px;
}
.bottom-10 {
margin-bottom: 15px;
}
.bottom-15 {
margin-bottom: 15px;
}  .btn {
text-align: left;
padding: 0;
padding-bottom: 5px;
font-size: 18px;
letter-spacing: 1px;
position: relative;
color: var(--maincolor) !important;
transition-delay: 0.1s;
margin-right: 10px;
border-radius: 0;
font-weight: 600;
}
.btn_shop {
text-align: left;
padding: 0;
padding: 6px 20px;
border-radius: 100px;
font-size: 15px;
position: relative;
background-color: #FF9900 !important;
color: black !important;
transition-delay: 0.1s;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
font-weight: 600;
display: inline-block;
}
.btn_shop:hover {
background-color: #232F3E !important;
border-color: #232F3E !important;
color: white !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn:hover:before {
transform: scale(1.3);
}
.btn:before {
height: 30px;
width: 30px;
border-radius: 30px;
background-color: var(--maincolor);
content: "";
display: inline-block;
margin-right: 10px;
position: relative;
top: 7px;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
@media screen and (max-width:768px) {
.btn {
text-align: left;
font-size: 18px;
position: relative;
margin-top: 20px;
}
.btn:before {
height: 20px;
width: 20px;
border-radius: 20px;
margin-right: 5px;
top: 4px;
}
} .navigazione {
height: 80px;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9995;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 10%;
padding-right: 10%;
-webkit-transition: all 0.55s ease;
transition: all 0.55s ease;
background-color: white;
}
@media (max-width: 1500px) {
.navigazione {
padding-left: 5%;
padding-right: 5%;
}
}
.navigazione:before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: "";
background-color: rgba(255, 255, 255, 1);
transform: translateY(-100%);
-webkit-transition: all 0.55s ease;
transition: all 0.55s ease;
}
.navigazione-logo {
position: relative;
height: auto;
width: auto;
}
.navigazione-logo img {
height: 38px;
width: auto;
fill: white;
}
.navigazione--scroll {
height: 70px;
background-color: rgba(255, 255, 255, 1);
}
.search--mobile {
display: none;
}
@media (max-width:1250px) {
.navigazione-logo img {
height: 30px;
}
}
@media (max-width:990px) {
.search--desktop {
display: none;
}
.search--mobile {
display: block;
}
.search--mobile .search-field {
width: calc(90vw - 21px);
}
} .hamburger__wrapper>div {
width: 40px;
height: 3px;
margin-bottom: 6px;
background-color: var(--maincolor);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.hamburger__wrapper {
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.hamburger__wrapper.active {
transform: rotate(45deg);
}
.hamburger__wrapper.active>div:nth-child(3) {
display: none;
}
.hamburger__wrapper.active div {
margin: 0;
}
.hamburger__wrapper.active>div:nth-child(2) {
margin-top: -2px;
transform-origin: center;
transform: rotate(-90deg);
}
.hamburger {
text-align: center;
color: white;
position: fixed;
width: 60px;
height: 60px;
right: 5px;
top: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
}
.hamburger__wrapper>div:last-child {
margin-bottom: 0;
}
.hamburger:hover {
cursor: pointer;
} .menu-full {
position: fixed;
left: 0;
top: 0;
background-color: white;
height: 100%;
width: 100%;
z-index: 1000;
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
-ms-transition: all 0.15s ease;
-o-transition: all 0.15s ease;
transition: all 0.15s ease;
visibility: hidden;
opacity: 0;
} .navigazione__menu {
text-align: right;
position: relative;
z-index: 100;
}
.navigazione__menu ul {
margin: 0;
padding: 0;
}
.navigazione__menu ul li {
display: inline;
margin-right: 20px;
position: relative;
}
.navigazione__menu ul li:last-child {
margin-right: 0;
}
.navigazione__menu ul li a {
font-size: 16px;
text-transform: uppercase;
color: var(--maincolor);
font-weight: 600;
}
.navigazione__menu--appear {
visibility: visible;
opacity: 1;
}
.ancora_bianca {
color: white !important;
fill: white !important;
}
.navigazione__menu li a {
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.navigazione__menu li a:hover {
opacity: 0.5;
}
.navigazione__menu .menu-item-has-children .sub-menu {
position: absolute;
background-color: white;
width: 100%;
min-width: 220px;
padding: 12px;
left: 0;
visibility: hidden;
opacity: 0;
}
@media (min-width:1000px) {
.navigazione__menu .menu-item-has-children .sub-menu {
-webkit-transition: all 0.35s;
transition: all 0.35s;
border-radius: 10px;
border: 1px solid #aaa;
}
}
.navigazione__menu .menu-item-has-children:hover .sub-menu {
visibility: visible;
opacity: 1;
}
.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
margin-bottom: 0;
display: flex;
}
.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
margin-right: 0;
}
.navigazione__menu li.menu-item-has-children ul li {
text-align: left;
display: block;
}
.navigazione__menu .menu-item-has-children .sub-menu li a {
font-size: 15px;
}
.menu-evidenza a:before {
content: "";
height: 15px;
width: 15px;
display: inline-block;
margin-right: 8px;
border-radius: 100px;
background-color: #bc7f73;
}
.menu-evidenza a {
color: #bc7f73 !important;
} @media screen and (max-width:999px) {
.hamburger {
display: flex;
}
.navigazione {
height: 70px;
width: 100%;
position: fixed;
top: 0;
z-index: 9995;
-webkit-transition: opacity 0.3s ease-in;
-moz-transition: opacity 0.3s ease-in;
-ms-transition: opacity 0.3s ease-in;
-o-transition: opacity 0.3s ease-in;
transition: opacity 0.3s ease-in;
}
.navigazione-logo {
position: absolute;
top: 12px;
left: 12px;
z-index: 9999;
}
.navigazione-logo img {
height: 35px;
width: auto;
margin-top: 5px;
}
.search--mobile {
position: absolute;
left: 5%;
top: 45px;
}
.navigazione__menu {
visibility: hidden;
opacity: 0;
}
.navigazione__menu--show {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
visibility: visible;
overflow-y: scroll;
}
.navigazione__menu ul.menu {
margin: 0;
padding: 0;
text-align: left;
position: absolute;
top: 170px;
left: 5%;
width: 90%;
}
.navigazione__menu ul.menu li {
display: block;
margin-right: 0;
position: relative;
font-family: "Google Sans", sans-serif;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}
.navigazione__menu ul li a {
font-size: 25px;
text-transform: uppercase;
color: var(--maincolor);
}
.navigazione__menu .menu-item-has-children .sub-menu {
position: relative;
background-color: transparent;
min-width: auto;
padding: 0;
padding-left: 0;
visibility: visible;
opacity: 1;
margin-bottom: 10px;
font-size: 18px;
border-bottom: none;
padding-top: 10px;
}
.navigazione__menu .menu-item-has-children .sub-menu li {
border-bottom: none;
}
.sub-menu--show {
display: block !important;
}
.navigazione__menu .menu-item-has-children:hover .sub-menu {
visibility: visible;
opacity: 1;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 0;
}
.navigazione__menu .menu-item-has-children .sub-menu li {
display: block;
margin-bottom: 9px;
position: relative;
padding-bottom: 8px;
}
.navigazione__menu .menu-item-has-children .sub-menu li a {
font-size: 17px;
color: black;
padding: 8px 15px;
background-color: #eee;
border-radius: 20px;
display: block;
}
}
@media(max-width:768px) {
.navigazione {
height: 60px;
width: 100%;
}
.navigazione-logo img {
height: 30px;
margin-top: 2px;
}
.hamburger {
right: 0;
}
.navigazione__menu ul li a {
font-size: 22px;
}
}
@media screen and (max-width: 349px) {
.navigazione-logo {
position: absolute;
top: 19px;
left: 12px;
z-index: 9999;
}
.navigazione-logo svg {
height: 35px;
width: auto;
}
} .navbar a:after {
position: absolute;
bottom: -3px;
left: 0;
display: block;
height: 1px;
width: 0;
background: white;
content: "";
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.navbar a:hover:after {
width: 100%;
}
.navbar-toggler {
border: none;
}
.nav-item {
font-weight: 500;
font-size: 15px;
margin: 0;
padding: 0;
} .active {
position: relative;
}
.active a {
text-decoration: underline;
}
.navbar-brand svg {
height: 65px;
width: auto;
margin-top: 5px;
}
.dropdown-item {
background-color: gray !important;
} .paragrafo {
max-width: 75%;
width: 1000px;
padding-right: 25px;
}
.paragrafo p {
color: #0d284f;
font-weight: 400;
font-size: 20px;
line-height: 140%;
margin-bottom: 17px;
}
.paragrafo p:last-child {
margin-bottom: 0;
}
.paragrafo a {
font-weight: 600;
text-decoration: underline;
}
.paragrafo h2 {
font-size: 34px;
font-weight: 700;
margin-top: 40px;
margin-bottom: 30px;
}
.paragrafo h3 {
font-size: 28px;
margin-bottom: 30px;
margin-top: 30px;
}
article ol {
list-style-type: decimal; margin-left: 1.5rem; }
article ol li {
list-style-position: outside;
}
.paragrafo ul {
padding: 15px 0;
margin-left: 10px;
}
.paragrafo ul li {
color: #0d284f;
list-style: disc;
margin-bottom: 10px;
margin-left: 7px;
font-size: 20px;
}
.paragrafo ol {
list-style-type: decimal !important; margin-left: 20px; padding-left: 20px;
}
.paragrafo ol li {
color: #0d284f;
margin-bottom: 10px;
list-style-type: decimal !important;
font-size: 20px;
}
.paragrafo ul li:last-child {
margin-bottom: 0;
}
#toc_container {
padding: 20px;
border-radius: 10px !important;
}
#toc_container li {
font-size: 15px !important;
}
#toc_container li a {
font-weight: 400 !important;
}
@media(max-width:1250px) {
.paragrafo h2 {
font-size: 38px;
margin-top: 20px;
margin-bottom: 20px;
}
.paragrafo h3 {
font-size: 23px;
margin-bottom: 20px;
}
}
@media screen and (max-width:768px) {
.paragrafo h2 {
font-size: 28px;
margin-bottom: 25px;
}
.paragrafo h2:first-child {
margin-top: 0;
}
.paragrafo p {
color: #0d284f;
font-weight: 400;
font-size: 16px;
line-height: 140%;
}
.wp-block-image img {
max-width: 100%;
max-width: 80% !important;
height: auto !important;
}
.paragrafo ul li {
font-size: 16px;
}
.paragrafo ol li {
font-size: 16px;
}
} .hero {
height: 65vh;
color: white;
position: relative;
width: calc(100% - 40px);
margin: 0 auto;
overflow: hidden;
border-radius: 20px;
margin-top: 80px;
}
.hero:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
background-color: black;
opacity: 0.4;
top: 0;
left: 0;
}
.hero__small {
padding-top: calc(15vh + 70px);
padding-bottom: 15vh;
color: white;
position: relative;
width: 100%;
height: auto;
}
@media screen and (max-width:768px) {
.hero__small {
padding-top: calc(5vh + 50px);
padding-bottom: 9vh;
}
.hero {
margin-top: 60px;
border-radius: 15px;
width: calc(100% - 20px);
}
.hero.hero--home {
height: 75vh;
min-height: 75vh;
}
}
.hero__sfondo {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.socials__item {
display: block;
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 3px solid var(--maincolor);
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.socials__item img {
height: 30px;
width: auto;
}
.socials__item:hover {
cursor: pointer;
opacity: 0.5;
}
.socials--hero {
position: absolute;
right: 10%;
bottom: 70px;
}
.hero__claim {
position: absolute;
bottom: 70px;
left: 10%;
width: 60%;
z-index: 10;
}
@media(max-width:1500px) {
.hero__claim {
bottom: 60px;
left: 5%;
width: 70%;
}
}
.hero__claim h1 {
font-family: "Google Sans", sans-serif;
color: white;
font-weight: 600;
font-size: 72px;
line-height: 120%;
margin-bottom: 30px;
}
.hero__fade__slide--1 {
animation: hero__fade__slide 2s ease;
}
.hero__claim p {
animation: hero__fade__slide 3s ease;
color: white;
font-size: 32px;
line-height: 140%;
font-weight: 300;
margin-bottom: 50px;
}
.linea_blu {
width: 10vw;
min-width: 150px;
height: 5px;
background-color: white;
margin-bottom: 30px;
}
.hero__claim__cta {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 21px;
color: white;
font-weight: 300;
}
.hero__claim__cta__arrow {
background-color: var(--maincolor);
height: 50px;
width: 50px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
}
.hero__claim__cta__arrow img {
height: 25px;
width: auto;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.hero__claim__cta:hover img {
transform: translateY(5px);
}
@keyframes hero__fade__slide {
0% {
opacity: 0;
}
35% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.hero__fade__slide--2 {
animation: hero__fade__slide 2.5s ease;
}
.hero__small__claim h1 {
color: var(--maincolor);
text-transform: uppercase;
}
@media (max-width: 1300px) {
.hero__claim {
left: 5%;
}
}
@media(max-width:1250px) {
.hero__claim h1 {
font-size: 56px;
line-height: 120%;
margin-bottom: 25px;
}
.hero__claim p {
font-size: 27px;
margin-bottom: 30px;
}
}
@media screen and (max-width:990px) {
.hero {
min-height: 100vh;
padding: 5vh 0;
display: flex;
align-items: center;
}
.hero__claim {
position: relative;
top: 0;
left: 0;
padding-left: 10%;
padding-right: 10%;
transform: translateY(0);
width: 100%;
}
.hero__claim h1 {
font-family: "Google Sans", sans-serif;
font-weight: 600;
font-size: 48px;
line-height: 120%;
margin-bottom: 30px;
}
.hero__claim p {
font-size: 18px;
margin-bottom: 20px;
}
.hero__claim__cta__text {
font-size: 18px;
}
}
@media(max-width:600px) {
.hero__claim h1 {
font-size: 42px;
margin-bottom: 20px;
}
.hero__claim {
padding-left: 7%;
padding-right: 7%;
}
}
.sfondo_sfumato { background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0); } .intro_sezione,
.intro_sezione h2,
.intro_sezione h3 {
font-family: "Google Sans", sans-serif;
color: var(--maincolor);
font-size: 40px;
margin-bottom: 30px;
font-weight: 600;
}
@media screen and (max-width:768px) {
.intro_sezione,
.intro_sezione h2,
.intro_sezione h3 {
font-size: 32px;
margin-bottom: 30px;
}
}
.intro_sezione_line {
height: 4px;
width: 100%;
background-color: var(--maincolor);
margin-bottom: 50px;
}
.swiper-container {
width: 100%;
height: auto;
padding-bottom: 70px;
padding-left: 10%;
padding-right: 10%;
}
.swiper-wrapper {
width: 100%;
height: 100%;
}
.swiper-slide {
width: 100%;
display: flex;
justify-content: flex-start;
}
.ultimi_articoli .swiper-slide {
opacity: 0.5;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.ultimi_articoli .swiper-slide-active {
opacity: 1;
}
.swiper-pagination-bullet {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.swiper-pagination-bullet-active {
opacity: 1;
background-color: var(--maincolor);
}
.slide_news {
display: flex;
flex-wrap: wrap;
}
.slide_news__img {
width: 50%;
}
.slide_news__img {
overflow: hidden;
border-radius: 15px;
aspect-ratio: 3/2;
}
.slide_news__img img {
height: 100%;
width: 100%;
object-fit: cover;
}
.slide_news__text {
width: 50%;
padding-left: 50px;
display: flex;
flex-direction: column;
}
.slide_news__text h2 {
font-weight: 600;
font-size: 28px;
line-height: 140%;
}
.news__data {
font-weight: 300;
font-style: italic;
margin-bottom: 20px;
font-size: 21px;
color: var(--maincolor);
}
.news__link {
display: inline-block;
margin-top: 20px;
font-size: 18px;
padding: 8px 15px;
border: 1px solid #aaa;
border-radius: 100px;
font-style: italic;
color: var(--maincolor);
font-family: "Google Sans", sans-serif;
text-align: center;
background-color: rgba(255, 255, 255, 0.45);
}
.news__link:hover {
border: 1px solid var(--maincolor);
}
.ultimi_articoli .swiper-slide .news__title {
transform: translateY(10px);
opacity: 0;
-webkit-transition: all 1s;
transition: all 1s;
transition-delay: 0.1s;
}
.ultimi_articoli .swiper-slide-active .news__title {
transform: translateY(0);
opacity: 1;
}
@media(max-width:600px) {
.ultimi_articoli--css_slider .row {
width: 100vw;
transform: translateX(-5vw);
flex-wrap: nowrap;
overflow-x: scroll;
gap: 15px;
padding-left: 5vw;
padding-right: 5vw;
margin-left: 0;
margin-right: 0;
}
.ultimi_articoli--css_slider .ultimi_articoli__item {
width: 85vw;
min-width: 85vw;
padding: 15px;
background-color: rgba(255, 255, 255, 0.45);
border-radius: 15px;
}
.ultimi_articoli--css_slider .ultimi_articoli__item p {
font-size: 14px;
}
.ultimi_articoli--css_slider .ultimi_articoli__item .autore {
display: none;
}
} .comune {
text-align: center;
color: var(--maincolor);
font-size: 18px;
letter-spacing: 1px;
font-weight: 300;
}
.comune img {
height: 100px;
width: auto;
margin-bottom: 20px;
}
.comuni_associati .swiper-slide {
justify-content: center;
}
@media screen and (max-width:990px) {
.slide_news__img {
width: 100%;
}
.slide_news__text {
width: 100%;
padding-left: 0;
}
.slide_news__text h2 {
font-weight: 600;
font-size: 28px;
line-height: 140%;
margin-bottom: 20px;
}
.news__data {
font-weight: 300;
font-style: italic;
margin-top: 20px;
margin-bottom: 20px;
font-size: 16px;
color: var(--maincolor);
}
.news__link {
margin-top: 18px;
background-color: white;
font-size: 18px;
font-style: italic;
color: var(--maincolor);
border: 2px solid var(--maincolor);
text-align: center;
}
}
.categoria__sfondo__immagine {
overflow: hidden;
border-radius: 15px;
aspect-ratio: 4/2.8;
background-color: #dacdcf;
}
.categoria__sfondo__immagine img {
height: 100%;
width: 100%;
object-fit: cover;
}
.news_item .slide_news__img {
width: 100%;
margin-bottom: 10px;
}
@media(min-width:768px) {
.categoria__sfondo__immagine img {
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.categoria:hover .categoria__sfondo__immagine img {
transform: scale(1.15);
}
.news_item .slide_news__img img {
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.news_item:hover .slide_news__img img {
transform: scale(1.15);
}
}
.news_item .slide_news__text {
width: 100%;
padding-left: 0;
}
.news_item .news__data {
font-weight: 300;
font-style: italic;
margin-top: 5px;
margin-bottom: 10px;
font-size: 13px;
color: var(--maincolor);
background-color: #f3efef;
padding: 4px 12px;
border-radius: 100px;
display: inline-block;
}
.news_item .slide_news__text h3 {
font-weight: 600;
font-size: 28px;
line-height: 140%;
margin-bottom: 20px;
}
.news_item p {
font-size: 16px;
}
.autore {
color: #bc7f73;
margin-top: 20px;
display: inline-block;
text-decoration: underline;
}
.autore:hover {
color: var(--maincolor);
}
@media(max-width:1500px) {
.news_item .slide_news__text h3 {
font-size: 25px;
}
}
@media(max-width:1250px) {
.news_item .slide_news__text h3 {
font-size: 23px;
}
}
@media(max-width:768px) {
.news_item .slide_news__text h3 {
font-size: 21px;
}
.news_item {
margin-bottom: 30px;
}
.slide_news__text h2 {
font-size: 23px;
margin-bottom: 20px;
}
}  .verdetto_rapido__label {
padding: 5px 15px;
border-radius: 100px;
background-color: white;
display: inline-block;
font-size: 11px;
text-transform: uppercase;
margin-bottom: 10px;
}
.verdetto_rapido {
background-color: #e5f0f5;
border: 1px solid #8cb0d5;
padding: 20px;
border-radius: 15px;
margin-bottom: 30px;
}
.verdetto_rapido__titolo {
font-family: "Inter", sans-serif;
font-size: 24px;
font-weight: 600;
}
.verdetto_rapido__cta {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 10%;
margin-top: 20px;
}
.verdetto_rapido__cta a {
padding: 12px 30px;
border-radius: 100px;
background-color: white;
text-decoration: none;
color: black;
background-color: #FF9900;
text-align: right;
display: inline-block;
}
.verdetto_rapido--consiglio .verdetto_rapido__cta a {
padding: 12px 30px;
border-radius: 100px;
text-decoration: none;
color: white;
background-color: #243c5f;
text-align: right;
display: inline-block;
}
.verdetto_rapido--consiglio {
margin-top: 15px;
background-color: #eef4f5;
}
.verdetto_rapido--consiglio img {
max-height: 180px;
width: auto;
margin-top: 15px;
}
.verdetto_rapido__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.verdetto_rapido__stelle {
display: flex;
gap: 5px;
font-size: 20px;
}
.verdetto_rapido__stelle span {
display: none;
}
.verdetto_rapido__stelle--1 span:nth-child(1) {
display: inline-block;
}
.verdetto_rapido__stelle--2 span:nth-child(1),
.verdetto_rapido__stelle--2 span:nth-child(2) {
display: inline-block;
}
.verdetto_rapido__stelle--3 span:nth-child(1),
.verdetto_rapido__stelle--3 span:nth-child(2),
.verdetto_rapido__stelle--3 span:nth-child(3) {
display: inline-block;
}
.verdetto_rapido__stelle--4 span:nth-child(1),
.verdetto_rapido__stelle--4 span:nth-child(2),
.verdetto_rapido__stelle--4 span:nth-child(3),
.verdetto_rapido__stelle--4 span:nth-child(4) {
display: inline-block;
}
.verdetto_rapido__stelle--5 span:nth-child(1),
.verdetto_rapido__stelle--5 span:nth-child(2),
.verdetto_rapido__stelle--5 span:nth-child(3),
.verdetto_rapido__stelle--5 span:nth-child(4),
.verdetto_rapido__stelle--5 span:nth-child(5) {
display: inline-block;
}
@media(max-width:600px) {
.verdetto_rapido {
padding: 15px;
}
.verdetto_rapido__titolo {
font-size: 19px;
}
.verdetto_rapido__titolo {
width: 100%;
}
.verdetto_rapido__head {
flex-wrap: wrap;
}
.verdetto_rapido__stelle {
font-size: 18px;
}
.verdetto_rapido__cta {
flex-wrap: wrap;
gap: 15px;
}
} .pro_e_contro__intro {
margin-bottom: 20px;
font-size: 16px;
font-weight: 600;
}
.pro_e_contro {
padding: 20px;
border-radius: 15px;
background-color: #f4f6f7;
border: 1px solid #e3dddd;
}
@media(min-width:768px) {
.pro_e_contro__grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 8px;
}
}
.pro_e_contro__grid .pro_e_contro__row {
display: block;
}
.pro_e_contro--qw_custom {
margin-top: 15px;
}
.pro_e_contro__grid .pro_e_contro__row span {
font-weight: 600;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
padding-bottom: 6px;
margin-bottom: 6px;
}
.pro_e_contro--qw_custom--perfect_serve {
background-color: #f3f6e8;
}
.pro_e_contro__row {
display: flex;
justify-content: space-between;
grid-gap: 10px;
}
.pro_e_contro__row {
border: 1px solid #cfcfcf;
padding: 8px 15px;
border-radius: 15px;
margin-bottom: 5px;
background-color: rgba(255, 255, 255, 0.35);
}
.pro_e_contro .pro_e_contro__row:last-child {
margin: 0;
}
@media(max-width:600px) {
.pro_e_contro__row {
display: flex;
justify-content: space-between;
}
.pro_e_contro {
padding: 15px;
}
} .blocco_prodotto--comparazione {
margin-top: 50px;
margin-bottom: 30px;
display: grid;
grid-template-columns: 1fr 2fr 1fr;
grid-gap: 25px;
padding: 20px;
border-radius: 15px;
background-color: #f4f6f7;
border: 1px solid #e3dddd;
}
.blocco_prodotto--comparazione h3 {
font-size: 21px;
}
.blocco_prodotto--comparazione__img img {
max-width: 100%;
height: auto;
display: inline-block;
margin-bottom: 25px;
}
.riga_comparazione {
display: grid;
grid-gap: 5px;
grid-template-columns: 1fr 2fr 1fr;
text-align: center;
padding: 10px 0;
border-bottom: 1px solid #ccc
}
.riga_comparazione .riga_comparazione__centro {
font-weight: 600 !important;
}
.blocco_prodotto--comparazione__img h3 {
text-align: center;
margin-bottom: 20px;
}
.blocco_prodotto--comparazione__img {
text-align: center
}
.blocco_prodotto--comparazione__dati {
margin-top: 50px;
}
.blocco_prodotto--comparazione__img a {
padding: 12px 30px;
border-radius: 100px;
background-color: white;
text-decoration: none;
color: black;
background-color: #FF9900;
text-align: right;
display: inline-block;
} .blocco_prodotto--comparazione__img a {
transition: all 0.3s ease;
}
.blocco_prodotto--comparazione__img a:hover {
background-color: #232F3E !important;
border-color: #232F3E !important;
color: #ffffff !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
text-decoration: none !important;
}
.comparazione_scroll_mobile {
display: none;
}
@media (max-width: 768px) {
.comparazione_scroll_mobile {
display: block;
margin-top: 5px;
margin-bottom: 28px;
}
.blocco_prodotto--comparazione {
width: 100%;
overflow-x: scroll;
display: flex;
gap: 15px
}
.blocco_prodotto--comparazione__img h3 {
text-align: center;
margin-bottom: 15px;
}
.blocco_prodotto--comparazione__img {
min-width: 50vw
}
.blocco_prodotto--comparazione__img img {
width: 100%
}
.blocco_prodotto--comparazione__dati {
min-width: 60vw
}
} .performance_item__value {
display: flex;
gap: 3px;
}
.performance_item__value span {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #ccc;
position: relative;
}
.performance_item__value span::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: var(--maincolor);
clip-path: inset(0 calc(100% - var(--fill)) 0 0);
} .performance_item__value span:nth-child(1) {
--fill: clamp(0%, (var(--rating) - 0) * 100%, 100%);
}
.performance_item__value span:nth-child(2) {
--fill: clamp(0%, (var(--rating) - 1) * 100%, 100%);
}
.performance_item__value span:nth-child(3) {
--fill: clamp(0%, (var(--rating) - 2) * 100%, 100%);
}
.performance_item__value span:nth-child(4) {
--fill: clamp(0%, (var(--rating) - 3) * 100%, 100%);
}
.performance_item__value span:nth-child(5) {
--fill: clamp(0%, (var(--rating) - 4) * 100%, 100%);
}
.performance_grid {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 15px;
gap: 20px;
padding: 20px;
border-radius: 15px;
background-color: #f4f6f7;
border: 1px solid #e3dddd;
}
.performance_item {
flex-grow: 1;
}
.performance_item__name {
margin-bottom: 7px;
font-size: 15px;
}
.performance_item__icon {
width: clamp(60px, 15vw, 90px);
height: auto;
}
@media(max-width:990px) {
.performance_grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 20px 12px;
}
.accordion__content li {
flex-direction: column;
}
}
@media(max-width:600px) {
.performance_grid {
grid-template-columns: 1fr 1fr;
}
}
.data_pubblicazione_articolo {
font-size: 15px;
color: #414042;
margin: 10px 30px 30px 5px;
font-family: "Google Sans", sans-serif;
}
.data_pubblicazione_articolo p {
font-size: 15px;
}
.disclaimer_affiliazioni {
color: #484e50;
margin-bottom: 20px;
font-size: 13px;
padding: 6px 12px;
border: 1px solid #c1c7c9;
border-radius: 12px;
display: inline-block;
background-color: #f0f1e4;
}
.tempo_di_lettura {
margin-bottom: 24px;
font-family: "Google Sans", sans-serif;
font-size: 19px;
display: flex;
align-items: center;
}
.tempo_di_lettura img {
height: 30px;
margin-right: 10px;
}
.soft_suggest {
background-color: #dfeceb;
border-radius: 20px;
border: 2px solid #64918f;
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 15px 20px;
}
.soft_suggest p {
font-size: 18px;
}
@media(max-width:768px) {
.soft_suggest .row {
padding: 20px 15px !important;
}
.soft_suggest a {
display: inline-block;
}
.tempo_di_lettura img {
height: 20px;
margin-right: 6px;
}
.tempo_di_lettura {
font-size: 15px;
margin-bottom: 15px;
}
}
@media(max-width:600px) {}
.amazon {
background-color: #fff7e5 !important;
border-radius: 20px;
font-size: 15px;
border: 2px solid #d3bc89;
}
.amazon p {
font-size: 18px;
color: rgb(54, 44, 44);
}
.amazon a {
padding: 12px 30px;
border-radius: 100px;
background-color: white;
text-decoration: none;
color: black;
background-color: #FF9900;
text-align: right;
}
.soft_suggest a {
padding: 10px 20px;
border-radius: 100px;
background-color: white;
text-decoration: none;
color: white;
background-color: #589693;
text-align: right;
}
.amazon {
margin-top: 13px;
margin-bottom: 10px;
}
.amazon_cta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 15px 20px;
}
.article_content {
display: flex;
justify-content: space-between;
flex-direction: row;
}
article figure {
display: inline-block;
margin-bottom: 24px;
}
aside {
max-width: 25%;
width: 280px;
height: auto;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
} .prodotti_consigliati {
padding: 20px;
border: 2px solid #5c94ab;
background-color: #edf3f5;
border-radius: 20px;
}
@media (min-height:800px) {
.prodotti_consigliati {
position: -webkit-sticky;
position: sticky;
top: 80px;
}
}
.consigliato {
margin-bottom: 15px;
border-bottom: 1px solid rgb(145, 145, 145);
padding-bottom: 15px;
}
.consigliato:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.consigliato p {
font-size: 14px;
}
.consigliato_titolo {
font-size: 15px;
line-height: 115%;
margin-bottom: 4px;
font-weight: 700;
}
.descrizione_consigliato {
margin-bottom: 20px;
}
.label {
color: var(--maincolor);
margin-bottom: 10px;
font-size: 15px;
}
.consigliato:last-child {
margin-bottom: 0;
}
.prodotti_consigliati img {
width: auto;
max-height: 80px;
margin-bottom: 8px;
mix-blend-mode: multiply;
}
@media(max-width:990px) {
aside {  position: relative;
}
}
@media (max-width:990px) {
.article_content {
flex-wrap: wrap;
}
aside {
order: 1;
max-width: 100%;
width: 100%; margin-bottom: 15px;
}
.paragrafo {
order: 2;
width: 100%;
min-width: 100%;
}
.consigliato:nth-child(2) {
display: none;
}
.prodotti_consigliati img {
height: 40px;
width: auto;
}
.prodotti_consigliati {
padding: 0;
padding: 5px 20px;
}
.consigliato {
margin-bottom: 0;
}
.label {
display: none;
}
.consigliato {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.descrizione_consigliato {
display: none;
}
.consigliato_titolo {
width: 50%;
font-size: 16px;
}
.paragrafo {
padding-right: 0;
}
.btn_shop {
padding: 5px 10px;
font-size: 16px;
}
}
@media(max-width:768px) {
.btn_shop {
padding: 5px 8px;
font-size: 14px;
}
.prodotti_consigliati {
padding: 12px 15px;
}
.consigliato {
margin-bottom: 10px;
padding-bottom: 10px;
display: flex;
}
.consigliato_titolo {
width: auto;
font-size: 13px;
padding-left: 7px;
padding-right: 7px;
}
.consigliato:nth-child(2) {
display: flex;
}
}
.hero--page {
height: 50vh;
min-height: 500px;
}
.hero--page--title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.hero--page--title {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 100;
}
.hero--page--title .linea_blu {
margin: 0 auto;
}
.hero--page--title .linea_blu:first-child {
margin-bottom: 50px;
}
.hero--page--title h1 {
font-family: "Google Sans", sans-serif;
color: var(--maincolor);
font-weight: 600;
font-size: 48px;
line-height: 120%;
margin-bottom: 50px;
}
.hero--page--title.hero--page--title--articolo h1 {
color: white;
}
@media screen and (max-width:1499px) {
.hero--page--title .linea_blu:first-child {
margin-bottom: 30px;
}
.hero--page--title h1 {
font-size: 32px;
line-height: 120%;
margin-bottom: 30px;
}
}
@media(max-width:768px) {
.hero--page--title {
width: 100%;
padding-left: 5%;
padding-right: 5%;
}
.hero--page--title h1 {
font-size: 28px;
}
}
.swiper-button-next,
.swiper-button-prev {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: calc(50% - 70px);
transform: translateY(-50%);
}
@media screen and (max-width:768px) {
.swiper-button-next,
.swiper-button-prev {
display: none;
}
}
.swiper-button-prev {
padding: 10px;
left: 5%;
color: transparent;
background-color: transparent;
height: 50px !important;
width: 80px !important;
z-index: 100;
transform: translateX(-50%);
}
.swiper-button-next {
padding: 10px;
right: 5%;
color: transparent;
background-color: transparent;
height: 50px !important;
width: 80px !important;
transform: translateX(50%);
}
.swiper-button-prev img {
height: 30px;
width: auto;
margin: 0 auto;
position: absolute;
top: 10px;
left: 15px;
}
.swiper-button-next img {
height: 30px;
width: auto;
margin: 0 auto;
position: absolute;
top: 10px;
right: 15px;
} .intro_news {
font-size: 18px;
}
.single_news {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 45px;
color: rgba(0, 0, 0, 0.5);
font-size: 21px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single_news__date {
height: 100px !important;
width: 100px !important;
border: 5px solid var(--maincolor);
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--maincolor);
font-size: 16px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single_news__line {
height: 5px;
width: 60px;
background-color: var(--maincolor);
margin-right: 10px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single_news:hover {
color: var(--maincolor);
}
.single_news:hover .single_news__date {
border: 5px solid var(--secondcolor);
color: var(--secondcolor);
}
.single_news:hover .single_news__line {
background-color: var(--secondcolor);
width: 80px;
}
@media screen and (max-width:768px) {
.single_news__line {
display: none;
}
.single_news {
display: block;
margin-bottom: 30px;
color: rgba(0, 0, 0, 0.5);
font-size: 21px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.single_news__date {
height: 80px !important;
width: 80px !important;
border: 3px solid var(--maincolor);
margin-bottom: 20px;
}
}
#breadcrumbs {
font-size: 13px;
} .paginazione_post a,
.paginazione_post span {
margin-right: 15px;
padding: 8px 12px;
border: 1px solid var(--maincolor);
} .categoria__content h2 {
color: var(--maincolor);
font-size: 30px;
}
@media screen and (max-width:768px) {
.categoria__content h2 {
color: var(--maincolor);
font-size: 26px;
}
}
.categoria img {
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.categoria:hover img {
-webkit-box-shadow: 0px 0px 25px 5px #A0A0A0;
box-shadow: 0px 0px 25px 5px #A0A0A0;
} .footer {
border-radius: 20px;
width: calc(100% - 40px);
margin: 0 auto;
margin-bottom: 20px;
}
.footer .search_row {
background-color: rgba(255, 255, 255, 0.5);
padding: 15px;
border-radius: 15px;
margin-left: 60px; }
.dati_contatto a {
text-decoration: underline;
}
.footer .search_row input {
width: 100%;
}
.footer .search_row input.cerca_lente {
width: 50px;
}
@media(max-width:768px) {
.footer {
border-radius: 15px;
width: calc(100% - 20px);
margin-bottom: 10px;
}
}
footer {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
}
.linea_footer {
border-top: 10px solid var(--maincolor);
margin-bottom: 10px;
}
.footer_logo img {
width: auto;
max-width: 100%;
height: auto;
max-height: 50px;
margin-bottom: 10px;
display: inline-block;
}
.footer_logo {
margin-bottom: clamp(30px, 10vh, 90px);
}
.dati_contatto p {
font-size: 21px;
color: var(--maincolor);
font-weight: 300;
margin-bottom: 30px;
line-height: 150%;
}
.dati_contatto p:last-child {
margin-bottom: 0;
}
.dati_contatto p strong {
font-weight: 600;
}
.footer_sfondo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.dati_di_contatto_footer {
display: flex;
}
footer .dati_contatto,
footer .dati_contatto p,
footer .dati_contatto a {
font-size: 16px;
}
.footer_col_1,
.footer_col_2 {
flex: 1;
width: 50%;
}
.footer_col_2 {
width: 50%;
display: flex;
flex-direction: column;
} .socials--footer {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}
.dati_colonna_2 {
margin-top: auto;
}
.socials--footer .socials__item {
display: inline-block;
padding-right: 20px;
margin-right: 20px;
border-right: 3px solid var(--maincolor);
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.socials--footer .socials__item:last-child {
padding-right: 0;
margin-right: 0;
border-right: none;
}
.socials--footer .socials__item img {
height: 30px;
width: auto;
}
.privacy p {
margin-bottom: 50px;
font-size: 16px;
color: var(--maincolor);
font-weight: 300;
line-height: 150%;
} .search,
.cerca_lente {}
.search .search-field {
background-color: transparent;
border: none;
border-radius: 0;
border-bottom: 1px solid var(--maincolor);
color: var(--maincolor) !important;
font-size: 18px;
padding: 0;
margin: 0;
width: 120px;
font-size: 16px;
}
.search input::placeholder {
color: var(--maincolor) !important;
font-size: 21px;
}
.search_row {
display: flex;
justify-content: flex-end;
}
.cerca_lente {
height: 100%;
width: 21px;
padding-bottom: 12px;
border: none;
border-bottom: 1px solid var(--maincolor);
display: flex;
flex-direction: column;
margin-top: auto;
}
@media screen and (max-width:990px) {
.socials--hero {
position: absolute;
display: flex;
justify-content: flex-start !important;
bottom: 15px;
left: 10%;
}
.socials--hero .socials__item img {
height: 30px;
width: auto;
}
.socials--hero .socials__item {
border-right: 2px solid var(--maincolor);
padding-right: 10px;
margin-right: 10px;
border-bottom: none;
}
.socials--hero .socials__item:last-child {
border-right: none;
padding-right: 0;
margin-right: 0;
}
.footer_col_1,
.footer_col_2 {
display: block;
width: 100%;
}
.dati_di_contatto_footer {
display: block;
}
.socials--footer {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.dati_contatto p {
font-size: 18px;
}
.privacy p {
font-size: 18px;
}
.socials--footer .socials__item img {
height: 30px;
width: auto;
}
.footer_logo img {
height: 45px;
width: auto;
margin-bottom: 10px;
}
.search_row {
display: flex;
justify-content: flex-start;
margin-top: 30px;
margin-bottom: 30px;
width: 100%;
}
.search .search-field {
width: 100%;
}
}
@media(max-width:990px) {
.search_row {
display: flex;
justify-content: flex-start;
margin-top: 30px;
margin-bottom: 35px;
width: 90vw;
padding: 15px 20px;
border-radius: 15px;
background-color: #e8f2f7;
}
}
.author_img {
height: 120px;
width: 120px;
overflow: hidden;
border: 5px solid var(--maincolor);
border-radius: 100%;
}
@media(max-width:600px) {
.author_img {
margin-bottom: 20px;
}
} .disclaimer {
background-color: var(--maincolor);
color: white;
padding: 50px;
position: fixed;
height: auto;
bottom: 50px;
left: 50px;
right: 50px;
z-index: 100000;
}
.disclaimer p {
color: white !important;
margin-bottom: 20px;
font-size: 15px;
}
.disclaimer__accept {
display: inline-block;
background-color: white;
padding: 10px 20px;
color: var(--maincolor);
font-size: 17px;
border: 2px solid white;
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.disclaimer__accept:hover {
cursor: pointer;
background-color: var(--maincolor);
color: white;
} @media screen and (max-width:768px) {
.amazon {
border-radius: 20px !important;
padding-top: 1px !important;
padding-bottom: 5px !important;
}
.amazon p {
font-size: 16px !important;
line-height: 1.3 !important;
margin: 0;
}
.amazon .paragrafo p {
font-size: 16px !important;
line-height: 1.3 !important;
margin: 0;
}
.amazon .paragrafo p:last-child {
font-size: 16px !important;
line-height: 1.3 !important;
margin: 0;
}
.paragrafo p:last-child {
font-size: 16px !important;
line-height: 1.3 !important;
margin: 0;
}
}
@media screen and (max-width:768px) {
.tempo_di_lettura {
margin-top: 15px !important;
}
}
@media(max-width:600px) {
.progress_read_mobile {
position: absolute;
z-index: 10;
bottom: 0;
left: 0;
height: 3px;
width: 100%;
}
.progress_read_mobile__inner {
position: absolute;
z-index: 2;
bottom: 0;
left: 0;
height: 100%;
width: 0;
background-color: #4c8fd2;
}
} .entry-content img,
.wp-block-image img,
.paragrafo img {
border-radius: 15px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }  .navigazione__menu .menu-item-has-children .sub-menu li {
margin-bottom: 8px !important; padding-bottom: 8px !important; border-bottom: 1px dotted #e0e0e0; }
.navigazione__menu .menu-item-has-children .sub-menu li:last-child {
margin-bottom: 0 !important;
border-bottom: none; }
.navigazione__menu .menu-item-has-children .sub-menu li a {
display: block; padding: 5px 10px; line-height: 1.4;
transition: all 0.2s ease;
} .navigazione__menu .menu-item-has-children .sub-menu li a:hover {
background-color: #e5e5e5; color: #1b7ebb !important; border-radius: 4px; padding-left: 15px; } h4 { font-size: 24px;
margin-bottom: 20px;
margin-top: 30px;
font-family: "Google Sans", sans-serif;
font-weight: 600;
} .sfondo-grigio {
margin-bottom: 15px;
} @media screen and (max-width: 999px) {
.search--mobile { position: fixed !important;
top: 70px !important;
left: 5% !important;
width: 90% !important;
z-index: 10001 !important;
background-color: white;
padding-bottom: 10px;
} .navigazione__menu ul.menu {
margin-top: 70px !important;
}
} @media screen and (max-width: 999px) {
.navigazione__menu .menu-item-has-children .sub-menu li {
display: inline-block !important; width: auto !important; margin-right: 5px !important; margin-bottom: 10px !important; }
.navigazione__menu .menu-item-has-children .sub-menu li a {
display: inline-block !important;
width: auto !important;
}
} .amazon a {
transition: all 0.3s ease; }
.amazon a:hover {
background-color: #232F3E !important; border-color: #232F3E !important; color: white !important; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
.amazon a:hover:before {
transform: scale(1.3);
} .soft_suggest a {
transition: all 0.3s ease;
}
.soft_suggest a:hover {
background-color: #3d3f31 !important;
color: white !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.soft_suggest a:hover:before {
transform: scale(1.3);
} .verdetto_rapido__cta a a {
transition: all 0.3s ease;
}
.verdetto_rapido__cta a:hover {
background-color: #232F3E !important;
border-color: #232F3E !important;
color: white !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.verdetto_rapido__cta a:hover:before {
transform: scale(1.3);
}  :root {
--lp-primary: #FF6600; --lp-secondary: #00a682; --lp-dark: #2c3e50;
--lp-light: #f8f9fa;
--lp-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} .lp-aspir-wrapper {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
line-height: 1.6;
max-width: 100%;
overflow-x: hidden;
}
.lp-container {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
}
.text-center {
text-align: center;
} .lp-hero {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://www.qualeaspirapolvere.it/wp-content/uploads/2025/12/preventivo-impianto-centralizzato-qualeaspirapolvere-it.jpg);
background-size: cover;
background-position: center;
color: white;
padding: 100px 20px;
text-align: center;
border-radius: 15px;
}
.lp-hero h1 {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 10px;
color: #fff;
}
.lp-hero h2 {
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
color: white;
}
.lp-subtitle {
font-size: 1.5rem;
font-weight: 300;
margin-bottom: 20px;
color: #ffffff !important;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.lp-hero-desc {
max-width: 700px;
margin: 0 auto 40px auto;
font-size: 1.1rem;
color: #ffffff !important;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
font-weight: 500;
} .lp-btn-cta {
background-color: var(--lp-primary);
color: white !important;
padding: 18px 40px;
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
border-radius: 50px;
text-decoration: none;
display: inline-block;
box-shadow: 0 5px 15px rgba(255, 102, 0, 0.4);
transition: transform 0.2s, background 0.2s;
}
.lp-btn-cta:hover {
transform: scale(1.05);
background-color: #e65c00;
} .lp-section {
padding: 40px 0;
}
.lp-comparison .lp-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.lp-col {
flex: 1;
min-width: 300px;
}
.lp-col h2 {
font-size: 1.5rem;
margin-bottom: 20px;
text-align: center;
}
.lp-card {
background: white;
padding: 30px;
border-radius: 15px;
box-shadow: var(--lp-shadow);
height: 100%;
}
.lp-card ul {
list-style: none;
padding: 0;
margin: 0;
}
.lp-card li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.lp-card li:last-child {
border-bottom: none;
}
.lp-problem .lp-card {
border-top: 5px solid #cc0000;
}
.lp-solution .lp-card {
border-top: 5px solid var(--lp-secondary);
background: #f0fff4;
} .lp-retraflex {
background-color: var(--lp-dark);
color: white;
text-align: center;
border-radius: 15px;
}
.lp-retraflex h2,
.lp-retraflex p,
.lp-retraflex span,
.lp-retraflex strong {
color: #ffffff !important;
}
.lp-big-text {
font-size: 1.3rem;
margin-bottom: 40px;
color: #f0f0f0 !important;
font-weight: 300;
}
.lp-icon {
font-size: 3rem;
display: block;
margin-bottom: 10px;
text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.lp-grid-3 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-top: 30px;
}
.lp-card-icon {
background: white;
padding: 30px;
border-radius: 10px;
text-align: center;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
border: 1px solid #eee;
}
.icon-circle {
font-size: 2.5rem;
margin-bottom: 15px;
} .lp-form-section {
background-color: #f4f4f4;
border-radius: 15px;
}
.lp-form-wrapper {
background: white;
max-width: 700px;
margin: 0 auto;
border-radius: 20px;
box-shadow: var(--lp-shadow);
overflow: hidden;
}
.lp-form-header {
background: var(--lp-dark);
color: white;
padding: 30px;
text-align: center;
}
.lp-form-header h2 {
margin: 0 0 10px 0;
color: white;
}
.lp-form-header p,
.lp-form-header strong {
color: #ffffff !important;
opacity: 0.9;
}
.cf7-custom-style {
padding: 40px;
}
.cf7-custom-style input[type="text"],
.cf7-custom-style input[type="email"],
.cf7-custom-style input[type="tel"],
.cf7-custom-style textarea,
.cf7-custom-style select {
width: 100%;
padding: 15px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 8px;
background: #fcfcfc;
font-size: 1rem;
}
.cf7-custom-style input[type="submit"] {
background-color: var(--lp-secondary);
color: white;
width: 100%;
padding: 20px;
font-size: 1.2rem;
font-weight: bold;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background 0.3s;
}
.cf7-custom-style input[type="submit"]:hover {
background-color: #008f45;
}
.lp-faq-item {
background: white;
margin-bottom: 20px;
padding: 20px;
border-left: 4px solid var(--lp-primary);
border-radius: 5px;
}
.lp-faq-item h4 {
margin: 0 0 10px 0;
color: var(--lp-dark);
}
@media (max-width: 768px) {
.lp-hero h1 {
font-size: 1.8rem;
}
.lp-btn-cta {
width: 100%;
text-align: center;
padding: 15px;
font-size: 1rem;
}
.cf7-custom-style {
padding: 20px;
}
} .ty-wrapper {
background-color: #f4f6f8;
padding: 60px 20px;
min-height: 80vh;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
border-radius: 15px;
}
.ty-card {
background: #ffffff;
max-width: 600px;
width: 100%;
border-radius: 20px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
overflow: hidden;
text-align: center;
}
.ty-header {
background-color: #00a682;
color: white;
padding: 40px 30px;
}
.ty-icon-circle {
background: white;
width: 80px;
height: 80px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.ty-check {
font-size: 2.5rem;
}
.ty-header h2 {
font-size: 1.8rem;
margin: 0 0 10px 0;
color: white;
font-weight: 700;
}
.ty-intro {
font-size: 1.1rem;
opacity: 0.9;
margin: 0;
color: #ffffff !important;
font-weight: 500;
}
.ty-body {
padding: 40px 30px;
text-align: left;
}
.ty-body h3 {
text-align: center;
color: #2c3e50;
margin-bottom: 30px;
}
.ty-steps-list {
list-style: none;
padding: 0;
margin: 0;
}
.ty-steps-list li {
display: flex;
align-items: flex-start;
margin-bottom: 20px;
}
.step-num {
background: #eef2f5;
color: #2c3e50;
font-weight: bold;
min-width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
margin-top: -2px;
}
.ty-alert-box {
background-color: #fff8e1;
border-left: 5px solid #ffc107;
padding: 15px;
border-radius: 5px;
font-size: 0.95rem;
color: #555;
margin-top: 30px;
}
.ty-footer {
background-color: #f9f9f9;
padding: 30px;
border-top: 1px solid #eee;
}
.ty-footer p {
color: #777;
font-size: 0.9rem;
margin-bottom: 15px;
}
.ty-links-grid {
display: flex;
flex-direction: column;
gap: 10px;
}
.ty-link-btn {
display: block;
padding: 12px;
background: white;
border: 1px solid #ddd;
border-radius: 8px;
text-decoration: none;
color: #2c3e50;
font-weight: 600;
transition: all 0.2s;
}
.ty-link-btn:hover {
background-color: #eef2f5;
border-color: #ccc;
transform: translateX(5px);
}   .hp-hero-section {
padding-top: 140px !important; }
@media (max-width: 990px) {
.hp-hero-section {
padding-top: 100px !important; }
}
.hp-wrapper {
width: 100%;
max-width: 1200px !important;
margin-left: auto !important;
margin-right: auto !important;
padding: 0 15px;
display: block !important;
float: none !important;
position: relative;
left: auto !important;
right: auto !important;
} .hp-hero-section {
text-align: center !important;
width: 100%;
}
.text-highlight {
color: #00a682;
} .hp-hero-section h1 {
font-size: 3.6rem;
font-weight: 800;
color: var(--maincolor) !important; margin-bottom: 50px !important;
line-height: 1.1;
letter-spacing: -1px;
} .hp-hero-section .hp-subtitle {
font-size: 1.43rem;
font-family: "Google Sans", sans-serif;
color: var(--maincolor) !important; line-height: 1.5;
max-width: 800px;
margin: 0 auto 70px auto !important; display: block;
} .hp-split-container {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 80px;
margin-top: 40px !important;
}
.hp-card {
flex: 1;
min-width: 320px;
border-radius: 20px;
overflow: hidden;
position: relative;
padding: 0;
display: flex;
flex-direction: column;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
background: white;
}
.hp-card:hover {
transform: translateY(-5px);
}
.hp-card-badge {
background: #4e108d;
color: white;
text-align: center;
padding: 10px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.9rem;
}
.hp-badge-blue {
background: #1e3c72;
}
.hp-card-content {
padding: 40px;
display: flex;
flex-direction: column;
height: 100%;
}
.hp-card-build {
border: 2px solid #4e108d;
}
.hp-card-build h2 {
color: #2c3e50;
font-size: 2.2rem;
margin-bottom: 15px;
}
.hp-card-intro {
font-size: 1.1rem;
color: #555;
margin-bottom: 25px;
line-height: 1.6;
}
.hp-features {
list-style: none;
padding: 0;
margin-bottom: 20px;
}
.hp-features li {
margin-bottom: 12px;
font-size: 1rem;
color: #333;
}
.hp-card-review {
background: #f8f9fa;
border: 1px solid #e9ecef;
}
.hp-card-review h2 {
color: #2c3e50;
font-size: 2.2rem;
margin-bottom: 15px;
} .hp-btn {
display: block;
padding: 18px 20px;
border-radius: 50px;
text-decoration: none;
font-weight: 800;
text-align: center;
transition: all 0.3s;
text-transform: uppercase;
font-size: 1rem;
margin-top: auto;
}
.hp-btn-orange { background-color: #4e108d;
color: white !important; }
.hp-btn-orange:hover { background-color: #6119aa;
transform: scale(1.02);
}
.hp-small {
font-size: 0.8rem;
text-align: center;
color: #888;
margin-top: 15px;
}
.hp-links-grid {
display: flex;
flex-direction: column;
gap: 15px;
margin-top: auto;
}
.hp-link-box {
background: white;
padding: 15px 20px;
border-radius: 12px;
text-decoration: none;
color: #333;
border: 1px solid #ddd;
display: flex;
align-items: center;
transition: all 0.2s;
}
.hp-link-box:hover {
border-color: #1976d2;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
transform: translateX(5px);
}
.hp-icon {
font-size: 2rem;
margin-right: 15px;
}
.hp-link-desc {
display: block;
font-size: 0.85rem;
color: #666;
font-weight: normal;
margin-top: 2px;
} .hp-trust {
text-align: center;
padding: 60px 20px;
background-color: #fff;
border-top: 1px solid #eee;
margin-bottom: 40px;
}
.hp-trust h3 {
font-size: 1.8rem;
color: #2c3e50;
margin-bottom: 10px;
}
.hp-trust p {
color: #666;
margin-bottom: 40px;
font-size: 1.1rem;
}
.hp-trust-grid {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
text-align: left;
max-width: 1000px;
margin: 0 auto 40px auto;
}
.hp-trust-item {
flex: 1;
min-width: 250px;
}
.hp-trust-item strong {
display: block;
font-size: 1.2rem;
color: #00a682;
margin-bottom: 10px;
}
.hp-trust-item p {
font-size: 0.95rem;
margin: 0;
}
.hp-link-simple {
color: #1e3c72;
font-weight: bold;
text-decoration: underline;
font-size: 1.1rem;
}
@media (max-width: 768px) {
.hp-split-container {
flex-direction: column;
}
.hp-hero h1 {
font-size: 2.2rem;
}
.hp-trust-grid {
text-align: center;
}
}  .home .article_content,
.home .contenuto_pagina,
.home .contenuto_pagina .container-80 {
width: 100% !important;
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
display: block !important;
border: none !important;
float: none !important;
}
.home .paragrafo {
width: 100% !important;
max-width: 100% !important;
padding-right: 0 !important;
} section.ultimi_articoli,
section.categorie,
section.fascia_di_testo {
display: block !important;
width: 100% !important;
float: none !important;
clear: both !important;
margin: 0 !important;
grid-column: 1 / -1 !important;
}  @media (max-width: 768px) {
.ultimi_articoli .container-80,
.categorie .container-80,
.fascia_di_testo .container-80 {
width: 96% !important;
padding: 0 10px !important;
}
} @media (min-width: 769px) and (max-width: 1499px) {
.ultimi_articoli .container-80,
.categorie .container-80,
.fascia_di_testo .container-80 {
width: 92% !important; max-width: 1400px !important; margin: 0 auto !important;
padding: 0 15px !important;
display: block !important;
float: none !important;
}
} @media (min-width: 1500px) {
.ultimi_articoli .container-80,
.categorie .container-80,
.fascia_di_testo .container-80 {
width: 86% !important; max-width: 1600px !important; margin: 0 auto !important;
padding: 0 15px !important;
display: block !important;
float: none !important;
}
} @media (min-width: 1400px) { .navigazione {
padding-left: 2% !important;
padding-right: 2% !important;
max-width: 100% !important;
}
} section.categorie:last-of-type,
section.ultimi_articoli:last-of-type {
margin-bottom: 20px !important;
}
@media (max-width: 768px) {
section.categorie:last-of-type,
section.ultimi_articoli:last-of-type {
margin-bottom: 35px !important; }
} @media (max-width: 768px) { .hp-hero-section h1 {
font-size: 2.5rem !important;
margin-bottom: 40px !important;
} .hp-hero-section .hp-subtitle {
font-size: 22px !important; line-height: 1.4 !important;
padding: 0 15px !important;
margin-bottom: 40px !important;
} .hp-small {
margin-top: 30px !important; margin-bottom: 10px !important; font-size: 0.9rem !important;
}
}  .footer .search_row {
margin-left: 60px !important;
} @media (max-width: 990px) {
.footer .search_row {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
}  @media (max-width: 999px) { .hamburger {
display: flex !important; } .navigazione .search--desktop {
display: none !important; }
.search--mobile {
display: block !important;
position: fixed !important;
top: 70px !important;
left: 5% !important;
width: 90% !important;
z-index: 10001 !important;
background-color: white;
padding-bottom: 10px;
} .navigazione__menu ul.menu {
margin-top: 70px !important;
} .navigazione__menu .menu-item-has-children .sub-menu li {
display: inline-block !important;
width: auto !important;
margin-right: 5px !important;
margin-bottom: 10px !important;
}
} @media (min-width: 1000px) {
.hamburger {
display: none !important;
}
} @media (min-width: 1000px) and (max-width: 1250px) { .navigazione {
padding-left: 5px !important;
padding-right: 5px !important;
} .navigazione__menu ul li {
margin-right: 5px !important; }
.navigazione__menu ul li a {
font-size: 13px !important; letter-spacing: 0 !important;
} .navigazione .search--desktop {
display: block !important;
margin-left: 5px !important;
} .navigazione .search-field {
width: 60px !important; font-size: 13px !important;
}
.cerca_lente {
width: 15px !important;
}
} @media (min-width: 1251px) and (max-width: 1400px) {
.navigazione {
padding-left: 2% !important;
padding-right: 2% !important;
}
.navigazione__menu ul li a {
font-size: 14px !important;
}
} .hp-link-secondary {
display: inline-block;
margin-top: 15px; font-size: 15px; color: #2c3e50; text-decoration: underline; font-weight: 600; transition: all 0.2s ease;
}
.hp-link-secondary:hover {
color: #FF6600; text-decoration: none; }
.autore_del_post {
color: var(--maincolor);
}
.btn-secondary-outline {
display: inline-block;
padding: 10px 25px;
border: 2px solid #00a682; color: #00a682;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}
.btn-secondary-outline:hover {
background-color: #00a682;
color: white;
text-decoration: none;
} .ecosistema-box {
background-color: #f4f6f7;
padding: 25px;
border-radius: 15px;
border: 1px solid #ddd;
margin-bottom: 30px;
}
.ecosistema-box h4 {
margin-top: 0;
text-align: center;
font-size: 20px;
margin-bottom: 20px;
}
.ecosistema-grid {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
} .eco-btn {
display: flex !important; align-items: center;
justify-content: center;
padding: 12px 20px;
border-radius: 50px;
text-decoration: none !important;
font-weight: bold;
flex: 1 1 200px; text-align: center;
border: 2px solid transparent;
transition: all 0.3s ease;
font-size: 15px;
line-height: 1.2;
} .eco-btn:before,
.eco-btn:after {
display: none !important;
content: none !important;
width: 0 !important;
height: 0 !important;
} .eco-btn:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}  .eco-btn--preventivo {
background-color: #4e108d;
color: white !important;
border-color: #4e108d;
}
.eco-btn--preventivo:hover {
background-color: #621ea5;
color: white !important;
} .eco-btn--shop,
.eco-btn--retra {
background-color: white;
color: #2c3e50 !important;
border-color: #2c3e50;
}
.eco-btn--shop:hover,
.eco-btn--retra:hover {
background-color: #2c3e50;
color: white !important;
} .eco-btn--youtube {
background-color: #ff0000;
color: white !important;
border-color: #ff0000;
}
.eco-btn--youtube:hover {
background-color: #cc0000;
color: white !important;
} .eco-disclaimer {
text-align: center;
font-size: 13px;
margin-top: 15px;
color: #666;
margin-bottom: 0;
}  @media (min-width: 999px) {
.mobile-cta-btn {
display: none !important;
}
} li.mobile-cta-btn {
border: none !important;
border-top: none !important;
border-bottom: none !important;
position: relative; margin-top: 25px !important; } li.mobile-cta-btn::before {
content: "";
position: absolute;
top: -22px; left: 0;
width: 100%;
height: 25px; background-color: #ffffff; z-index: 1; } .mobile-cta-btn a {
background-color: #FF6600 !important; color: #ffffff !important;
text-align: center;
border-radius: 50px;
padding: 12px 20px !important;
font-weight: bold;
text-transform: uppercase;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border: none !important; position: relative;
z-index: 10; } .mobile-cta-btn a:active {
background-color: #e65c00 !important;
transform: translateY(2px);
} @media (max-width: 768px) { input[type="submit"],
button[type="submit"],
.wpcf7-submit,
.elementor-button {
white-space: normal !important; height: auto !important; padding: 15px 5px !important; min-height: 50px !important; font-size: 15px !important; line-height: 1.2 !important; width: 40% !important; }
} @media (max-width: 768px) {  .lp-comparison .lp-col,
.lp-problem,
.lp-solution {
background: transparent !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
height: auto !important; width: 100% !important;
min-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}  .lp-problem {
margin-bottom: 60px !important;
} .lp-solution {
margin-bottom: 60px !important;
margin-top: 0 !important; } .lp-card {
height: auto !important; min-height: 0 !important;
} .lp-problem .lp-card {
background-color: #fffbfb !important;
border: 2px solid #ffebeb !important;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
padding: 25px 20px !important;
border-radius: 15px !important;
} .lp-solution .lp-card {
background-color: #f4fff6 !important;
border: 2px solid #e6ffeb !important;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
padding: 25px 20px !important;
border-radius: 15px !important;
} .lp-col h2 {
font-size: 1.6rem !important;
margin-top: 0 !important;
margin-bottom: 20px !important; line-height: 1.3 !important;
padding: 0 10px;
} .lp-card li {
font-size: 16px !important;
margin-bottom: 15px !important;
line-height: 1.5 !important;
}
.cf7-custom-style input[type="submit"] {
white-space: normal !important;
height: auto !important;
padding: 15px 10px !important;
} .lp-container {
padding: 0 10px;
}
.lp-section {
padding: 40px 0;
}
.lp-comparison .lp-container {
gap: 5px;
}
} @media screen and (min-width: 1000px) and (max-width: 1450px) { .navigazione {
padding-left: 2% !important;
padding-right: 2% !important;
} .navigazione__menu ul li {
margin-right: 6px !important;
} .navigazione__menu ul li a {
font-size: 14px !important;
}
} @media screen and (min-width: 1000px) and (max-width: 1100px) { .navigazione__menu ul li a {
font-size: 13px !important;
letter-spacing: -0.3px !important; } .navigazione__menu ul li {
margin-right: 4px !important;
} .navigazione .search-field {
width: 50px !important;
} .navigazione {
padding-left: 5px !important;
padding-right: 5px !important;
}
}  .qw-btn-goto {
background-color: #333;
color: #fff !important;
padding: 10px 20px;
text-decoration: none !important;
border-radius: 50px;
font-weight: bold;
font-size: 16px;
display: inline-block;
transition: all 0.3s ease;
margin-top: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.qw-btn-goto:hover {
background-color: var(--maincolor, #1655ad);
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
} .qw-box-tubo {
background-color: #e3f2fd;
border: 1px solid #90caf9;
border-radius: 8px;
padding: 20px;
margin: 30px 0;
}
.qw-box-tubo p {
margin: 0;
color: #0d47a1;
font-size: 1.05rem;
}
.qw-box-tubo a {
text-decoration: underline;
font-weight: bold;
color: #0d47a1;
display: inline-block;
margin-top: 10px;
}
.qw-box-tubo a:hover {
color: #1565c0;
} .qw-box-ranking {
background-color: #f5f5f5;
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
text-align: center;
margin-top: 40px;
margin-bottom: 20px;
}
.qw-box-ranking p {
margin: 0;
font-size: 18px;
color: #333;
margin-bottom: 15px;
}
.qw-box-ranking .qw-btn-goto {
margin-top: 15px;
margin-bottom: 5px;
} .qw-box-preventivo {
background-color: #fff8e1;
border: 2px solid #FF6600;
border-radius: 12px;
padding: 25px 20px;
text-align: center;
margin: 40px 0;
box-shadow: 0 4px 15px rgba(255, 102, 0, 0.1);
}
.qw-box-preventivo p {
margin: 0;
font-size: 18px;
color: #2c3e50;
margin-bottom: 20px;
line-height: 1.5;
}
.qw-btn-preventivo {
background-color: #FF6600;
color: #fff !important;
padding: 12px 30px;
text-decoration: none !important;
border-radius: 50px;
font-weight: 800;
text-transform: uppercase;
font-size: 17px;
display: inline-block;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(255, 102, 0, 0.3);
}
.qw-btn-preventivo:hover {
background-color: #e65c00;
color: #fff !important;
transform: scale(1.05);
} .qw-box-shop {
background-color: #f0fdf4;
border: 2px solid #00a682;
border-radius: 12px;
padding: 25px 20px;
text-align: center;
margin: 40px 0;
position: relative;
}
.qw-box-shop::before {
content: "🛒 LO SHOP UFFICIALE";
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background-color: #00a682;
color: white;
font-size: 12px;
font-weight: bold;
padding: 2px 12px;
border-radius: 20px;
text-transform: uppercase;
}
.qw-box-shop p {
margin: 0;
font-size: 18px;
color: #1a4d2e;
margin-bottom: 20px;
line-height: 1.5;
}
.qw-btn-shop {
background-color: #00a682;
color: #fff !important;
padding: 12px 30px;
text-decoration: none !important;
border-radius: 50px;
font-weight: 700;
font-size: 17px;
display: inline-block;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(0, 166, 81, 0.25);
}
.qw-btn-shop:hover {
background-color: #008f45;
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(0, 166, 81, 0.35);
} .qw-box-shop-amz {
background-color: #e7f9f5;
border: 2px solid #2ab798;
border-radius: 12px;
padding: 25px 20px;
text-align: center;
margin: 40px 0;
position: relative;
}
.qw-box-shop-amz::before {
content: "🛒 ACQUISTO SICURO";
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
background-color: #2ab798;
color: white;
font-size: 12px;
font-weight: bold;
padding: 2px 12px;
border-radius: 20px;
text-transform: uppercase;
}
.qw-box-shop-amz p {
margin: 0;
font-size: 18px;
color: #1a4d2e;
margin-bottom: 20px;
line-height: 1.5;
}
.qw-btn-shop-amz {
background-color: #2ab798;
color: #fff !important;
padding: 12px 30px;
text-decoration: none !important;
border-radius: 50px;
font-weight: 700;
font-size: 17px;
display: inline-block;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(0, 166, 81, 0.25);
}
.qw-btn-shop-amz:hover {
background-color: #008f45;
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(0, 166, 81, 0.35);
} .qw-box-error { box-sizing: border-box !important; width: auto !important; max-width: 100% !important; margin: 40px 0 20px 0 !important;  display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important;  background-color: #f9f9f9 !important; border: 1px solid #e0e0e0 !important; border-radius: 12px !important; padding: 25px 20px !important; text-align: center !important; box-shadow: 0 4px 6px rgba(0,0,0,0.02) !important; } .qw-box-error p {
margin: 0 0 15px 0 !important; padding: 0 !important;
font-family: "Google Sans", sans-serif !important;
font-size: 15px !important;
font-style: italic !important;
color: #666 !important;
line-height: 1.5 !important;
width: 100% !important; } .qw-btn-error {
display: inline-block !important; background-color: #f1f1f1 !important; color: #333 !important; padding: 10px 24px !important; border-radius: 50px !important; text-decoration: none !important; font-weight: 600 !important; border: 1px solid #ccc !important; transition: all 0.3s ease; font-size: 14px !important;
white-space: nowrap !important; } .qw-btn-error:hover {
background-color: #e0e0e0 !important;
border-color: #bbb !important;
color: #000 !important;
transform: translateY(-2px); box-shadow: 0 2px 5px rgba(0,0,0,0.1);
} @media (max-width: 768px) {
.qw-box-error {
width: auto !important; margin-left: 0 !important;
margin-right: 0 !important;
padding: 20px 15px !important;
}
.qw-btn-error {
width: 100% !important; text-align: center !important;
}
}  .qw-btn-outline {
background-color: transparent;
color: var(--maincolor, #1655ad) !important;
padding: 10px 25px;
text-decoration: none !important;
border-radius: 50px;
font-weight: 700;
font-size: 16px;
display: inline-block;
transition: all 0.3s ease;
margin-top: 20px;
border: 2px solid var(--maincolor, #1655ad); }
.qw-btn-outline:hover {
background-color: var(--maincolor, #1655ad);
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
} .qw-box-read-also {
border-left: 4px solid var(--maincolor, #1655ad);
background-color: #f8f9fa;
padding: 15px 20px;
margin: 30px 0;
border-radius: 0 8px 8px 0; display: flex;
align-items: center;
gap: 15px;
}
.qw-box-read-also span.icon {
font-size: 24px;
}
.qw-box-read-also a {
font-weight: 700;
text-decoration: underline;
color: #333;
font-size: 18px;
line-height: 1.4;
}
.qw-box-read-also a:hover {
color: var(--maincolor, #1655ad);
} @media (max-width: 768px) {
.cf7-custom-style input[type="submit"],
.wpcf7-submit {
width: 100% !important;
min-width: 100% !important;
max-width: 100% !important;
display: block !important;
margin: 15px auto !important;
}
} @media screen and (max-width: 768px) { .article_content figure,
.wp-block-image,
.wp-block-image img {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
display: block !important;
} .article_content img:not([class*="wp-image-"]) {
width: auto !important; display: inline-block !important;
}
} .qw-btn-home-soft {
display: inline-block;
padding: 12px 30px;
border: 2px solid #1655ad; color: #1655ad !important; border-radius: 50px; font-weight: 700;
text-decoration: none !important;
background-color: transparent;
transition: all 0.3s ease;
margin-top: 15px;
font-size: 16px;
} .qw-btn-home-soft:hover {
background-color: #1655ad;
color: #fff !important; text-decoration: none;
box-shadow: 0 4px 10px rgba(22, 85, 173, 0.2);
} @media screen and (max-width: 768px) {
.qw-btn-home-soft {
width: 100%;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
}  body.page-template-page-landing .hamburger {
right: 20px !important; position: fixed !important; z-index: 99999 !important; } body.page-template-page-landing {
overflow-x: hidden !important; width: 100%;
} .qw-btn-soft-secondary {
display: inline-block;
padding: 8px 25px; border: 1px solid #333; color: #333 !important; border-radius: 50px;
font-weight: 600; text-decoration: none !important;
background-color: transparent; font-size: 14px; margin-top: 15px; transition: all 0.3s ease;
} .qw-btn-soft-secondary:hover {
background-color: #333;
color: #fff !important; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} @media screen and (max-width: 768px) {
.qw-btn-soft-secondary {
display: block; width: 100%; text-align: center; padding: 12px 0; }
} .qw-box-deep-dive {
background-color: #f9f9f9; border-left: 5px solid #1655ad; padding: 25px; margin: 20px 0; border-radius: 0 4px 4px 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }
.qw-box-deep-dive h4 {
margin: 0 0 10px 0 !important; font-size: 18px;
font-weight: 800; color: #333; text-transform: none; }
.qw-box-deep-dive p {
margin: 0;
font-size: 16px;
line-height: 1.6; color: #555;
}
.qw-box-deep-dive a {
color: #1655ad !important; font-weight: 700; text-decoration: underline !important; transition: color 0.2s;
}
.qw-box-deep-dive a:hover {
color: #0d3c82 !important; text-decoration: none !important;
}
.blocco_prodotto--comparazione__prezzo {
margin-bottom: 20px;
} #ez-toc-container {
margin-bottom: 20px !important;
}  body .aawp .aawp-button {
background-color: #FFD814 !important; color: #111111 !important; border-radius: 20px !important; border: none !important;
font-weight: bold !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; display: inline-block !important;
width: auto !important;
margin-top: 5px !important;
line-height: 1.3 !important;
} body .aawp .aawp-button:hover {
background-color: #F7CA00 !important; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}  figure.wp-block-embed-youtube {
position: relative !important;
width: 100% !important;
aspect-ratio: 16 / 9 !important;
margin: 30px 0 !important;
border-radius: 20px !important;
overflow: hidden !important;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important; background-color: transparent !important;
z-index: 1;
display: block !important;
} .wp-block-embed__wrapper {
width: 100% !important;
height: 100% !important;
padding: 0 !important;
margin: 0 !important;
} figure.wp-block-embed-youtube iframe {
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0;
left: 0;
opacity: 1 !important; visibility: visible !important;
border: none !important;
display: block !important;
} @media (max-width: 768px) {
figure.wp-block-embed-youtube {
border-radius: 12px !important;
margin: 20px 0 !important;
overflow: hidden !important;
}
}  .ecosistema-grid {
display: flex;
flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 20px;
} .ecosistema-grid .eco-btn {
display: inline-flex !important; align-items: center !important; justify-content: center !important; padding: 12px 25px !important;
border-radius: 50px !important;
text-decoration: none !important;
border: 1px solid transparent; transition: all 0.2s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);  line-height: 1.2 !important;
width: auto !important;
max-width: 100%;
} .ecosistema-grid .eco-btn:hover {
transform: translateY(-3px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
} .eco-btn .eco-icon {
font-size: 1.4em;
line-height: 1;
margin-right: 10px;
display: block;
margin-top: -2px;
}
.eco-btn .eco-label {
font-weight: 700 !important;
font-size: 16px !important;
text-align: left;
} .eco-btn--preventivo {
background-color: #FF6600 !important;
color: #ffffff !important;
border-color: #FF6600 !important;
}
.eco-btn--preventivo:hover {
background-color: #e65c00 !important;
color: #ffffff !important;
}
.eco-btn--shop,
.eco-btn--retra {
background-color: #ffffff !important;
color: #2c3e50 !important;
border-color: #2c3e50 !important;
}
.eco-btn--shop:hover,
.eco-btn--retra:hover {
background-color: #2c3e50 !important;
color: #ffffff !important;
}
.eco-btn--youtube {
background-color: #ff0000 !important;
color: #ffffff !important;
border-color: #ff0000 !important;
}
.eco-btn--youtube:hover {
background-color: #cc0000 !important;
color: #ffffff !important;
} @media (max-width: 768px) {
.ecosistema-grid {
flex-direction: column; gap: 10px;
}
.ecosistema-grid .eco-btn {
width: 100% !important; justify-content: center !important;
}
} @media (max-width: 768px) {
.qw-btn-goto {
margin-bottom: 30px !important;
}
}  .qw-btn-preventivo {
display: block; width: fit-content; margin: 20px auto 0 auto; } .qw-box-ranking .qw-btn-goto,
.qw-btn-goto {
display: block;
width: fit-content;
margin: 20px auto 0 auto;
} .blocco_prodotto--comparazione__img a[href=""],
.blocco_prodotto--comparazione__img a:not([href]),
.blocco_prodotto--comparazione__img a[href="#"] {
display: none !important;
} .qw-video-commentary {
background-color: #f8f9fa;
border-left: 4px solid #333;
padding: 15px;
margin-top: 30px;
font-style: italic;
}
@media (max-width: 768px) {
.qw-video-commentary {
margin-top: 30px;
margin-bottom: 30px;
}
} .qw-btn-goto-category {
background-color: #333;
color: #fff !important;
padding: 10px 20px;
text-decoration: none !important;
border-radius: 50px;
font-weight: bold;
font-size: 16px;
display: inline-block;
transition: all 0.3s ease;
margin-top: 20px;
margin-bottom: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.qw-btn-goto-category:hover {
background-color: var(--maincolor, #1655ad);
color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}  .lp-form-wrapper {
background-color: #ffffff;
border-radius: 15px; box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15); overflow: hidden; max-width: 700px;
margin: 40px auto; font-family: inherit; } .lp-form-header {
background-color: #2c3e50; color: #ffffff;
padding: 30px 20px;
text-align: center;
}
.lp-header-quote {
font-size: 0.9rem;
font-style: italic;
opacity: 0.8;
margin-bottom: 10px !important;
color: #ffffff !important;
}
.lp-form-header h2 {
font-size: 1.6rem;
font-weight: 700;
margin: 10px 0 15px 0;
color: #ffffff !important; line-height: 1.2;
}
.lp-header-desc {
font-size: 1rem;
opacity: 0.95;
margin: 0;
color: #ecf0f1 !important;
} .cf7-custom-style {
padding: 30px;
} .cf7-custom-style input[type="text"],
.cf7-custom-style input[type="email"],
.cf7-custom-style input[type="tel"],
.cf7-custom-style textarea,
.cf7-custom-style select {
background-color: #f8f9fa;
border: 1px solid #dfe6e9;
padding: 12px;
border-radius: 6px;
width: 100%;
} .qw-btn-tubo {
background-color: #0d47a1; color: #fff !important;
padding: 12px 30px;
text-decoration: none !important;
border-radius: 50px;
font-weight: 700;
font-size: 17px;
display: inline-block;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(13, 71, 161, 0.25);
margin-top: 15px; }
.qw-btn-tubo:hover {
background-color: #1565c0; color: #fff !important;
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(13, 71, 161, 0.35);
} .qw-box-shop,
.qw-box-shop-amz,
.qw-box-preventivo,
.qw-box-tubo {
position: relative; padding: 30px 20px 20px 20px; border-radius: 12px;
margin: 40px 0; text-align: center; border-width: 2px;
border-style: solid;
} .qw-box-shop p,
.qw-box-shop-amz p,
.qw-box-preventivo p,
.qw-box-tubo p {
margin-bottom: 15px;
line-height: 1.6;
} .qw-box-preventivo {
background-color: #fff8f0; border-color: #ff6600;
} .qw-box-preventivo::before {
content: "PREVENTIVO"; position: absolute;
top: -14px; left: 50%;
transform: translateX(-50%); background-color: #ff6600;
color: #fff;
padding: 5px 15px;
border-radius: 20px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
white-space: nowrap;
} .qw-btn-preventivo {
display: inline-block;
background-color: #ff6600;
color: #fff !important;
padding: 10px 24px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
margin-top: 10px;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(255, 102, 0, 0.2);
}
.qw-btn-preventivo:hover {
background-color: #e65c00;
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(255, 102, 0, 0.3);
} .qw-box-tubo {
background-color: #f0f8ff; border-color: #0056b3;
} .qw-box-tubo::before {
content: "IGIENE CLINICA"; position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
background-color: #0056b3;
color: #fff;
padding: 5px 15px;
border-radius: 20px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
white-space: nowrap;
} .qw-btn-tubo {
display: inline-block;
background-color: #0056b3;
color: #fff !important;
padding: 10px 24px;
border-radius: 50px;
text-decoration: none;
font-weight: bold;
margin-top: 10px;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 86, 179, 0.2);
}
.qw-btn-tubo:hover {
background-color: #004494;
transform: translateY(-2px);
box-shadow: 0 6px 12px rgba(0, 86, 179, 0.3);
}
.qw-video-commentary {
background-color: #f8f9fa; 
border-left: 4px solid #333; 
padding: 15px; 
margin-top: 10px; 
font-style: italic;
}  figure.wp-block-table {
overflow-x: auto; margin: 30px 0 !important;
border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border: 1px solid #eee;
} .wp-block-table table {
border-collapse: collapse;
width: 100%;
min-width: 600px; font-family: "Google Sans", sans-serif;
} .wp-block-table thead th {
background-color: #2c3e50; color: white;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.5px;
padding: 15px;
text-align: left;
border: none;
} .wp-block-table thead th:last-child {
background-color: #00a682; } .wp-block-table td {
padding: 12px 15px;
border-bottom: 1px solid #f0f0f0;
color: #555;
font-size: 16px;
vertical-align: middle;
} .wp-block-table tbody tr:nth-child(even) {
background-color: #fcfcfc; }
.wp-block-table tbody tr:hover {
background-color: #f1f1f1; }  .wp-block-table td strong {
color: #d35400; font-weight: 700;
} .wp-block-table td:last-child strong {
color: #008f45;
} .wp-block-table table tr:last-child td {
border-bottom: none; }