@charset "utf-8";
  body,
html,
div,
a,
h1,
h2,
h3,
h4,
p,
li,
span,
strong,
ul {
margin: 0;
padding: 0;
color: inherit;
line-height: normal;
}
::-webkit-scrollbar {
display: none !important;
}
p {
line-height: 130%;
color: #707070;
font-size: 17px;
margin-bottom: 15px;
}
p:last-child {
margin-bottom: 0;
}
a:hover {
text-decoration: none;
color: inherit;
}
.container-80 {
width: 85%;
margin: 0 auto;
max-width: 1600px;
}
@media (max-width:990px) {
.container-80 {
width: 87%;
}
p {
font-size: 15px;
margin-bottom: 13px;
}
} .fade {
opacity: 0 !important;
}
@font-face {
font-family: p-1;
src: url(//casa-salubre.aspirastore.com/wp-content/themes/aspirastore_landing/css/fonts/Poppins-Regular.ttf);
}
@font-face {
font-family: p-2;
src: url(//casa-salubre.aspirastore.com/wp-content/themes/aspirastore_landing/css/fonts/Poppins-Bold.ttf);
}
html {
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-weight: 400;
color: dimgrey;
overflow-x: hidden;
font-family: p-1;
scroll-behavior: smooth;
}
body {
--maincolor: #1071C3;
--secondcolor: #9A24D8;
}
body.landing--vmc {
--maincolor: #08C8AB;
} .logo {
position: absolute;
z-index: 100;
top: 70px;
left: 7.5%;
}
.logo img {
height: 60px;
}
.cta_form_fixed {
position: fixed;
bottom: 40px;
right: 50%;
z-index: 100;
animation: cta_form_fixed 3s infinite;
transform: translateX(50%);
}
.wpcf7-select option:first-child {
display: none;
}
.btn--circle {
background-color: green;
height: 65px;
width: 65px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
}
.btn--circle img {
height: 35px;
width: auto;
}
.disclaimer_cta strong {
font-family: p-2;
}
.form_upload {
padding: 15px;
border-radius: 15px;
border: 1px solid white;
margin-top: 5px;
margin-bottom: 15px;
} h1 {
color: var(--maincolor);
font-family: p-2;
text-align: center;
max-width: 1300px;
width: 60%;
line-height: 120%;
margin: 0 auto;
font-size: 40px;
}
@media (max-width:990px) {
h1 {
width: 100%;
font-size: 25px;
}
} .hero {
position: relative;
background: rgb(245, 245, 245);
background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(24, 141, 215, 0.22172619047619047) 100%);
height: 100vh;
overflow: hidden;
width: 100%;
}
.landing--vmc .hero {
background: rgb(245, 245, 245);
background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(8, 200, 171, 0.22172619047619047) 100%);
}
.hero__img {
position: absolute;
z-index: 10;
right: 10%;
bottom: 0;
animation: hero3 1s ease;
}
.hero__img img {
width: auto;
max-height: 95vh;
max-width: 50vw;
}
.pattern {
position: absolute;
right: 0;
bottom: 0;
opacity: 0.65;
}
.hero__cta {
position: absolute;
bottom: 40px;
left: 7.5%;
margin: 0;
padding: 0;
}
.hero__content {
position: absolute;
top: 50%;
left: 7.5%;
transform: translateY(-50%);
max-width: 30%;
}
.hero__content__title p {
color: var(--maincolor);
font-family: p-2;
font-size: 40px;
margin-bottom: 40px;
line-height: auto;
line-height: 110%;
animation: hero1 1s ease;
}
.hero__content__description p {
color: #6F80A7;
font-family: p-2;
font-size: 26px;
animation: hero2 1s ease;
}
.hero__content__description strong {
font-weight: normal;
color: black;
}
@keyframes hero1 {
0% {
opacity: 0;
transform: translateY(30px);
}
20% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes hero2 {
0% {
opacity: 0;
transform: translateY(30px);
}
40% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes hero3 {
0% {
opacity: 0;
transform: translateY(30px);
}
60% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width:1450px) {
.hero__content__title p {
font-size: 35px;
margin-bottom: 20px;
}
.hero__content__description p {
font-size: 23px;
line-height: 110%;
}
}
@media (max-width:1250px) {
.logo {
top: 50px;
}
.hero__img {
right: 5%;
}
.hero__content__title p {
font-size: 32px;
margin-bottom: 20px;
}
.hero__content__description p {
font-size: 21px;
line-height: 110%;
}
.hero__content {
left: 5%;
}
.hero__cta {
left: 5%;
}
.logo {
left: 5%;
}
.cta_form_fixed {
right: 5%;
}
.container-80 {
width: 90%;
}
.hero__img img {
width: 55vw;
max-width: 55vw;
} }
.btn--circle {
display: none;
}
@media (max-width:990px) {
.cta_form_fixed--whatsapp .btn--circle {
display: flex;
}
.cta_form_fixed--whatsapp .btn {
display: none;
}
.hero {
background: rgb(245, 245, 245);
background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(24, 141, 215, 0.22172619047619047) 100%);
height: auto;
}
.hero__content {
position: inherit;
transform: translateY(0);
max-width: 80vw;
padding-top: 90px;
}
.hero__img {
position: relative;
right: 0;
bottom: 0;
text-align: center;
}
.hero__img img {
width: 90vw;
max-width: 90vw;
height: auto;
max-height: none;
margin-top: 40px;
}
.logo {
position: absolute;
z-index: 100;
top: 20px;
left: 7.5%;
}
.logo img {
height: 45px;
}
.cta_form_fixed {
position: fixed;
bottom: 10px;
right: 50%;
z-index: 100;
animation: none;
width: auto;
transform: translateX(50%);
}
.cta_form_fixed.cta_form_fixed--whatsapp {
transform: translateX(0);
right: 5%;
}
.btn--circle {
height: 55px;
width: 55px;
}
.hero__content__title p {
font-size: 26px;
margin-bottom: 20px;
}
.hero__content__description p {
font-size: 20px;
line-height: 110%;
}
.hero__cta {
display: none;
}
.pattern img {
height: 100vh;
}
}
@media (max-width:768px) {
.cta_form_fixed--whatsapp .btn--circle {
display: flex;
}
.cta_form_fixed--whatsapp .btn {
display: none;
}
}
@media(min-width:990px) and (max-height: 1000px) {
.hero__content__title p {
font-size: 32px;
}
.hero__content__description p {
font-size: 26px;
}
}
@media(min-width:990px) and (max-height: 750px) {
.hero__content__title p {
font-size: 25px;
}
.logo {
position: absolute;
z-index: 100;
top: 30px;
left: 7.5%;
}
.logo img {
height: 45px;
}
.hero__content__description p {
font-size: 21px;
}
}
.navigazione {
position: fixed;
z-index: 1000;
width: 100%;
height: 150px;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.navigazione__container {
width: 90%;
height: auto;
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1600px;
}
.navigazione__container__logo {
height: 58px;
width: auto;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
@media(max-width:1250px) {
.navigazione__container__logo {
height: 50px;
}
}
.navigazione_menu {
display: flex;
align-items: center;
gap: 30px;
}
.navigazione_link a {
margin-left: 40px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
font-size: 18px;
}
.navigazione_link a:hover {
color: var(--maincolor);
}
.navigazione_link {
display: flex;
align-items: center;
}
.navigazione_lingue {
padding-left: 30px;
}
.navigazione_lingue li {
display: inline;
list-style: none;
margin: 0;
}
.navigazione_lingue ul {
margin: 0;
padding: 0;
}
.navigazione--scroll {
height: 70px;
background-color: white
}
.navigazione--scroll .navigazione__container__logo {
height: 50px;
}
.navigazione--scroll .navigazione__container__logo--2 {
display: block;
}
.navigazione--scroll .navigazione_link a {
color: black;
}
@media(min-width:768px) {
.navigazione--scroll .navigazione__container__logo {
height: 45px;
}
}
.img-fluid {
max-width: 100%;
height: auto;
}
.logo {
height: 50px;
width: auto;
}
.burger,
.close {
display: none;
}
.navigazione_mobile__cta {
display: none;
}
.navigazione_link .navigazione_mobile__cta a {
padding: 0;
border: none;
}
.navigazione_link .navigazione_mobile__cta .footer_contatto {
margin-bottom: 4px;
padding: 12px 25px;
border-radius: 15px;
color: white;
background-color: var(--maincolor);
}
@media(max-width:1100px) {
.navigazione_menu {
gap: 15px;
}
.navigazione_link a {
margin-left: 12px;
}
.navigazione_link a:first-child {
margin-left: 0;
}
}
@media(max-width:768px) {
.navigazione_link a {
color: black;
}
.navigazione_link a:last-child {
border-bottom: none;
}
.navigazione_link a:hover {
color: black;
}
.navigazione_mobile__cta {
display: block;
}
.navigazione_lingue {
padding-left: 0;
margin-top: 30px;
}
.navigazione_lingue ul {
padding-left: 0;
display: flex;
width: 100%;
gap: 20px;
}
.navigazione_lingue li {
display: inline-block;
width: auto;
padding: 0;
border: none;
}
.navigazione_link .navigazione_lingue a {
display: block;
padding: 0;
border: none;
font-size: 16px;
margin-left: 0;
}
.navigazione_link {
display: block;
position: fixed;
height: calc(100% - 60px);
width: 100%;
background-color: white;
top: 60px;
left: 0;
padding: 15px 25px;
box-sizing: border-box;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
overflow-y: scroll;
}
.close div:nth-child(1) {
transform-origin: center;
transform: rotate(90deg);
background-color: var(--maincolor);
width: 100%;
height: 3px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.close div:nth-child(2) {
transform-origin: center;
transform: rotate(90deg);
background-color: var(--maincolor);
width: 3px;
height: 100%;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.close {
transform: rotate(45deg);
height: 35px;
width: 35px;
position: relative;
}
.navigazione_link.navigazione_link--show {
opacity: 1;
visibility: visible;
}
.navigazione_link a {
display: block;
padding: 12px 20px;
font-size: 16px;
margin-left: 0;
margin-bottom: 4px;
background-color: rgba(0, 0, 0, 0.075);
border-radius: 15px;
}
.navigazione_link a:last-child {
border-bottom: none !important;
padding-bottom: 0;
}
.burger {
display: block;
width: 35px;
margin-right: 0;
}
.burger div {
height: 3px;
background-color: var(--maincolor);
margin-bottom: 7px;
width: 100%;
}
.burger div:last-child {
margin-bottom: 0;
}
.navigazione__container__logo {
height: 46px;
}
.navigazione--scroll .navigazione__container__logo {
height: 46px;
}
.navigazione__container__logo--2 {
display: block;
}
.navigazione__container__logo--1 {
display: none;
}
.navigazione--scroll .navigazione__container__logo--1 {
display: none;
}
.navigazione--scroll .navigazione__container__logo--2 {
display: block;
}
.navigazione {
background-color: white;
height: 60px;
}
.navigazione--scroll {
height: 60px;
}
.btn {
padding: 8px 22px;
}
.container-90,
.navigazione__container {
width: calc(100% - 50px);
}
.btn--preventivo--menu {
display: none;
}
.link_altre_landing {
background-color: rgba(0, 0, 0, 0.075);
padding: 15px;
border-radius: 15px;
margin-top: 10px;
}
.link_altre_landing a {
display: block;
font-size: 15px;
padding: 15px !important;
border-radius: 15px;
}
.link_altre_landing strong {
color: black;
}
}
.btn {
padding: 9px 22px; background-color: #1071c3;
border-radius: 100px;
color: white;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
font-family: p-1;
font-size: 18px;
}
.btn--small {
padding: 10px 25px;
font-size: 17px;
}
.btn:hover {
opacity: 0.8;
color: white;
transform: scale(1.035);
}
.btn.btn--purple { background-color: #e8bb09;
-webkit-box-shadow: 0px 5px 20px 0px #424242;
-moz-box-shadow: 0px 5px 20px 0px #424242;
-o-box-shadow: 0px 5px 20px 0px #424242;
box-shadow: 0px 5px 20px 0px #424242;
}
.btn.btn--purple img {
margin-right: 10px;
transform: translateY(-3px);
}
.btn--prodotto--grigio {
background-color: #E0E0E0;
color: black;
}
.btn--prodotto--grigio:hover {
color: black;
}  .btn--preventivo--fixed {
background-color: #2e9926 !important; } .btn--preventivo {
background-color: #2e9926 !important; } .btn--acquista {
background-color: #e8bb09 !important;
} .btn--video {
background-color: #e30a0a !important;
}
@media (max-width:990px) {
.btn {
padding: 10px 25px;
font-size: 16px;
}
}
@media(min-width:768px) {
.btn--preventivo--fixed {
display: none;
}
} .tabella_comparativa__flex {
display: flex;
overflow-x: scroll;
}
.tabella_head {
width: 16%;
min-width: 250px;
}
.tabella_col {
width: 28%;
border-left: 1px solid #ddd;
min-width: 300px;
}
.tabella_col .btn {
margin-top: 10px;
}
.tabella_col__item--white {
color: white;
font-size: 18px;
}
.spacer--20 {
height: 15px;
}
.tabella_head__item--img,
.tabella_col__item--img {
height: 280px !important;
}
.tabella_col__item img {
height: 250px;
width: auto;
}
.tabella_head__item {
height: 60px;
display: flex;
align-items: center;
padding-left: 15px;
}
.tabella_head__item:nth-child(odd),
.tabella_col__item:nth-child(odd) {
background-color: #f5f5f5;
}
.tabella_head__item:nth-child(1),
.tabella_col__item:nth-child(1) { }
.tabella_col__item {
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #ddd;
}
.tabella_col__item.tabella_col__item--descrizione {
display: block;
padding: 15px;
}
.tabella_col__item.tabella_col__item--descrizione h3 {
font-size: 18px;
color: black;
margin-bottom: 5px;
font-family: b-2;
}
.tabella_head__item.tabella_head__item--descrizione {
padding: 15px 0;
}
.tabella_col__item.tabella_col__item--descrizione ul {
margin-left: 20px;
}
.tabella_col__item.tabella_col__item--descrizione li {
margin-left: 10px;
}
.tabella_col__item--title {
font-family: b-2;
color: black;
}
.tabella_head__item {
color: black;
}
.tabella_col__item--prezzo {
color: var(--maincolor);
}
.tabella_head__item--descrizione,
.tabella_col__item--descrizione {
height: auto;
}
.mobile_scroll_x {
display: none;
margin-bottom: 20px;
}
@media (max-width:1200px) {
.mobile_scroll_x {
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
}
.mobile_scroll_x__move {
width: 90px;
height: 1px;
overflow: hidden;
position: relative;
}
.mobile_scroll_x__move__inner {
width: 100%;
height: 100%;
background-color: black;
position: absolute;
top: 0;
right: 0;
animation: mobile_scroll_x__move__inner 2s ease infinite;
}
@keyframes mobile_scroll_x__move__inner {
0% {
transform: translateX(100%);
}
50% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}
} .video__img {
position: relative;
height: auto;
overflow: hidden;
border-radius: 15px;
}
.video__img__ico img {
height: 60px;
width: auto;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.video__img__ico {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 50;
}
.video__img:hover .video__img__ico img {
transform: scale(1.2);
}
.video_multipli__titolo {
padding-top: 15px;
color: black;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}  body.nascondi_riferimenti_preventivo .area_preventivo {
display: none !important;
}
.form_sblocco_preventivo {
position: fixed;
width: 500px;
padding: 25px;
border-radius: 20px;
height: auto;
z-index: 100000000;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
background-color: white;
-webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.64);
-moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.64);
box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.64);
padding-top: 60px;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
opacity: 0;
visibility: hidden;
}
.form_sblocco_preventivo__content button[type="submit"] {
text-align: center !important;
padding: 5px 15px !important;
display: block;
}
@media(max-width:768px) {
.form_sblocco_preventivo__content {
height: 100%;
overflow-y: scroll;
}
.form_sblocco_preventivo {
width: auto;
max-width: auto;
padding: 15px;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
transform: translate(0, 0);
}
.form_sblocco_preventivo__content button[type="submit"] {
text-align: center !important;
padding: 5px 15px !important;
display: block;
}
}
.form_sblocco_preventivo--show {
opacity: 1;
visibility: visible;
}
.form_sblocco_preventivo__close {
position: absolute;
top: 15px;
right: 15px;
width: 45px;
height: 45px;
transform: rotate(45deg);
display: flex;
align-items: center;
justify-content: center;
border: 3px solid black;
border-radius: 100%;
}
.form_sblocco_preventivo__close:hover {
cursor: pointer;
}
.form_sblocco_preventivo__close__inner {}
.form_sblocco_preventivo__close__inner div:nth-child(1) {
width: 26px;
height: 3px;
background-color: black;
}
.form_sblocco_preventivo__close__inner div:nth-child(2) {
width: 26px;
height: 3px;
background-color: black;
margin-top: -2px;
transform: rotate(90deg);
}
.form_sblocco_preventivo input[type="email"] {
background-color: #dedede;
border-color: gray;
}
.preventivi__text h3 {
text-align: center;
font-weight: 700;
font-family: 'p-2';
}
body.sblocca_preventivo .sblocco--start {
display: none;
}
.sblocco--end {
display: none;
}
body.sblocca_preventivo .sblocco--end {
display: block;
}
.preventivi_content {
display: none;
}
.preventivi_content--active {
display: block;
}
.preventivi_head {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding-top: 30px;
margin-bottom: 30px;
}
.preventivo_descrizione {
margin-bottom: 20px;
line-height: 110%;
}
.preventivo-container input[type="text"],
.preventivo-container input[type="email"],
.preventivo-container input[type="tel"] {
background-color: rgba(255, 255, 255, 0.5) !important;
}
.preventivi_head__item {
padding: 10px 30px;
border-radius: 100px;
border: 2px solid var(--maincolor);
white-space: nowrap;
font-family: p-2;
}
.preventivi_head__item:hover {
cursor: pointer;
border-color: var(--maincolor);
}
.preventivi_head__item--active {
color: white;
background-color: var(--maincolor);
border-color: var(--maincolor);
}
.preventivi_content {
background-color: var(--maincolor);
border-radius: 15px;
animation: preventivi_content 1s ease
}
@keyframes preventivi_content {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.preventivi_content__inner {
display: flex;
justify-content: center;
gap: 3%;
padding: 30px;
flex-wrap: wrap;
}
.preventivo {
width: 30%;
padding: 15px;
border-radius: 15px;
border: 1px solid #dedede;
background-color: white;
text-align: center;
-webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.25);
}
.preventivo img {
margin-top: 15px;
margin-bottom: 15px;
}
.preventivo__titolo {
color: black;
font-size: 19px;
font-family: p-2;
}
.preventivo .btn {
background-color: purple;
}
@media(max-width:1500px) {}
@media(max-width:1250px) {}
@media(max-width:990px) {
.preventivo {
width: 45%;
margin-bottom: 20px;
}
}
@media(max-width:768px) {
.preventivi_head {
justify-content: flex-start;
overflow-y: hidden;
width: 100vw;
transform: translateX(-5vw);
padding-left: 5vw;
padding-right: 5vw;
padding-top: 0;
}
.preventivi_head__item {
padding: 8px 15px;
}
.preventivi_content {
width: 100vw;
transform: translateX(-5vw);
border-radius: 0;
}
.preventivo {
width: 100%;
min-width: 80vw;
margin-bottom: 0;
padding-top: 25px;
padding-bottom: 25px;
}
.preventivi_content__inner {
padding: 15px;
flex-wrap: nowrap;
overflow-y: hidden;
justify-content: flex-start;
}
} .foto_immagine {
margin-top: 10vh;
}
.foto_immagine_grid {
display: flex;
align-items: center;
width: 100%;
flex-wrap: wrap;
}
.foto_immagine_grid--dx {
justify-content: flex-end;
}
.foto_immagine__img {
width: 45%;
}
.foto_immagine__img img {
width: 100%;
}
.foto_immagine_grid--sx .foto_immagine__img img {
border-radius: 20px;
}
.foto_immagine_grid--dx .foto_immagine__img img {
border-radius: 20px;
}
.foto_immagine__linea img {
border: 1px solid #ccc;
border-radius: 100px;
}
.linea_immagine {
width: 100px;
height: 1px;
background-color: #ccc;
}
.foto_immagine__linea img {
height: 60px;
}
.foto_immagine__linea {
display: flex;
align-items: center;
position: relative;
z-index: 5;
}
.foto_immagine__linea--sx {
transform: translateX(-30px);
}
.foto_immagine__linea--dx {
transform: translateX(30px);
}
.foto_immagine__testo h2,
.foto_immagine__testo h3 {
color: black;
margin-bottom: 30px;
font-family: p-2;
font-size: 27px;
line-height: 130%;
}
.foto_immagine__testo {
width: calc(50% - 100px);
}
@media (max-width:1500px) {
.foto_immagine__img {
width: 50%;
}
.foto_immagine__testo {
width: 45%;
}
.foto_immagine__linea {
display: none;
}
.foto_immagine_grid {
justify-content: space-between;
}
}
@media (max-width:990px) {
.foto_immagine {
margin-top: 50px;
}
.foto_immagine_grid {
justify-content: flex-start;
}
.foto_immagine__testo {
width: 100%;
}
.foto_immagine__img img {
width: 100%;
}
.foto_immagine__img {
margin-bottom: 20px;
width: 100%;
}
.foto_immagine_grid--dx {
flex-direction: column-reverse;
}
.foto_immagine__testo h2,
.foto_immagine__testo h3 {
color: black;
margin-bottom: 15px;
font-size: 19px;
}
.foto_immagine_grid--sx .foto_immagine__img img {
border-radius: 15px;
}
.foto_immagine_grid--dx .foto_immagine__img img {
border-radius: 15px;
}
} .dettaglio_gallery {
overflow: hidden;
border-radius: 20px;
width: 100%;
background-color: white;
}
.dettaglio_gallery img {
object-fit: cover;
width: 100%;
}
.dettaglio_gallery__titolo {
padding-top: 15px;
font-size: 17px;
text-align: center;
} section {
margin-top: 15vh;
position: relative;
}
.intro {
color: var(--maincolor);
text-align: center;
font-family: p-2;
font-size: 30px;
margin-bottom: 60px;
position: relative;
}
.intro:before {
content: "";
display: block;
height: 120px;
width: 120px;
border: 2px dashed #ccc;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 100%;
animation: rotation 2s infinite;
z-index: -1;
}
.intro--white {
color: white;
}
@media (max-width:1550px) {
section {
margin-top: 10vh;
}
}
@media (max-width:1350px) {
.intro {
font-size: 25px;
margin-bottom: 50px;
padding: 0 25px;
}
.intro:before {
height: 90px;
width: 90px;
}
section {
margin-top: 70px;
}
}
@media (max-width:990px) {
section {
margin-top: 50px;
}
.intro {
font-size: 22px;
margin-bottom: 50px;
padding: 0 30px;
}
.intro:before {
height: 90px;
width: 90px;
}
}
.dettagli--2 .dettaglio__text {
background-color: white !important;
}
.dettagli--2 {
background-color: #eeee;
padding-top: 8vh;
padding-bottom: 8vh;
}
.swiper-container {
width: 100%;
padding-left: 7.5%;
padding-right: 7.5%;
padding-bottom: 70px;
}
.swiper-pagination span {
margin: 0 10px !important;
height: 12px;
width: 12px;
border-radius: 100px;
}
.dettagli {
height: auto;
position: relative;
}
.dettaglio {
background-color: #F5F5F5;
border-radius: 20px;
overflow: hidden;
}
.dettaglio .video_youtube {
margin-top: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.dettagli--icone img {
max-width: 150px;
margin-top: 30px;
}
.dettagli--icone .dettaglio__img {
text-align: center;
}
.dettaglio__text {
padding: 40px;
}
.dettaglio__text h2,
.dettaglio__text h3 {
color: black;
font-family: p-2;
font-size: 20px;
margin-bottom: 30px;
}
.dettaglio__text ul {
margin-left: 15px;
}
.next,
.prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.next:hover,
.prev:hover {
cursor: pointer;
}
.next:hover img,
.prev:hover img {
cursor: pointer;
border-color: var(--maincolor);
}
.prev img,
.next img {
border-radius: 100px;
border: 1px solid gray;
height: 50px;
}
.prev {
left: 30px;
}
.next {
right: 30px;
}
@media (max-width:1350px) {
.dettaglio__text {
padding: 25px;
}
.dettaglio__text h2,
.dettaglio__text h3 {
font-size: 18px;
margin-bottom: 20px;
}
}
@media (max-width:990px) {
.dettaglio__text h2,
.dettaglio__text h3 {
font-size: 17px;
margin-bottom: 20px;
}
.swiper-container {
padding-bottom: 50px;
padding-left: 6.5%;
padding-right: 6.5%;
}
.dettaglio {
border-radius: 15px;
}
.dettaglio__text {
padding: 20px;
}
.next,
.prev {
display: none;
}
.swiper-pagination span {
margin: 0 7px !important;
height: 10px;
width: 10px;
}
} .faq_item {
background-color: #F5F5F5;
border-radius: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1300px;
border: 1px solid #ccc;
}
.faq_title {
padding: 25px 40px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 20px;
color: black;
font-family: p-2;
}
.faq_title:hover {
cursor: pointer;
}
.faq_title img {
height: 35px;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
padding: 5px;
border: 1px solid #aaa;
border-radius: 100px;
}
.rotate-45 {
transform: rotate(45deg);
}
.faq_content {
padding: 0 40px 25px 40px;
display: none;
max-width: 1200px;
}
.faq_content--active {
display: block;
}
.faq_content ul {
margin-left: 10px;
}
.faq_content li {
margin-left: 10px;
}
@media (max-width:990px) {
.faq_title {
padding: 15px 25px;
font-size: 15px;
}
.faq_title img {
height: 28px;
padding: 3px;
}
.faq_content {
padding: 0 25px 15px 25px;
}
.faq_content p {
font-size: 14px;
}
} .modello {
padding: 30px;
border: 1px solid #ccc;
border-radius: 20px;
position: relative;
}
.modelli_introduzione {
width: 60%;
max-width: 1300px;
background-color: #E9F5F3;
margin: 0 auto;
margin-bottom: 30px;
padding: 30px;
border-radius: 30px;
display: flex;
}
.modelli_introduzione--banner_testo img {
max-height: 85px;
min-height: 85px;
min-width: 85px;
}
.modelli_introduzione--banner_testo {
background-color: #e9f2f5;
gap: 20px;
}
.modelli_introduzione p strong {
font-weight: 600;
}
.modelli_introduzione__label_img { }
.modelli_introduzione p {
color: black;
}
.modelli_introduzione img {
margin-right: 25px;
}
.modello__label {
padding: 7px 17px;
border-radius: 100px;
text-transform: uppercase;
color: black;
font-size: 15px;
transform-origin: right center;
display: inline-block;
position: relative;
left: 50%;
margin-bottom: 20px;
transform: translateX(-50%);
}
.modello__label--verticale {
color: white;
position: absolute;
top: 10px;
right: 40px;
left: auto;
margin-bottom: 0;
transform: translateX(0);
transform: rotate(-90deg);
}
.modello:hover {
border-color: var(--maincolor);
}
.modello__img {
text-align: center;
margin-bottom: 20px;
border-radius: 20px;
overflow: hidden;
}
.modello__img img {
max-height: 330px;
border-radius: 15px;
}
.modello__titolo {
color: var(--maincolor);
font-family: p-2;
margin-bottom: 10px;
text-align: center;
font-size: 24px;
}
.modello__prezzo {
color: black;
font-family: p-2;
margin-bottom: 10px;
text-align: center;
font-size: 20px;
}
.modello__descrizione {
margin-bottom: 30px;
}
.modello__descrizione li {
margin-left: 10px;
padding-bottom: 7px;
margin-bottom: 7px;
border-bottom: 1px solid #ccc;
}
.modello__descrizione li:last-child {
margin-left: 10px;
padding-bottom: 7px;
margin-bottom: 0;
border-bottom: none;
}
.modello .btn--prodotto {
background-color: #e8bb09;
padding: 10px 22px;
display: block;
margin: 0 auto;
margin-bottom: 10px;
}
.btn--prodotto img {
height: 21px;
margin-right: 8px;
transform: translateY(-3px);
}
.btn--prodotto:nth-child(2) img {
margin-right: 8px;
} @media (min-width:990px) {
.due_modelli_centrati {
display: flex;
justify-content: center;
}
}
@media (min-width:1700px) {
.due_modelli_centrati .swiper-slide {
width: 30vw !important;
}
.due_modelli_centrati .modello__img img {
max-height: 400px !important;
border-radius: 15px !important;
}
}
@media (max-width:1450px) {
.modelli_introduzione {
width: 87%;
padding: 20px;
border-radius: 15px;
}
}
@media (max-width:990px) {
.modelli_introduzione {
width: 87%;
margin: 0 auto;
margin-bottom: 20px;
padding: 15px;
border-radius: 15px;
display: block;
}
.modelli_introduzione p {
color: black;
font-size: 14px;
}
.modelli_introduzione img {
height: 35px;
margin-bottom: 15px;
}
.modello__titolo {
font-size: 20px;
}
.modello__prezzo {
font-size: 16px;
}
.modello__descrizione {
margin-bottom: 20px;
}
.modello {
padding: 20px;
}
}
@media (max-width:989px) {
.modelli .swiper-container {
display: block;
}
.modelli .swiper-wrapper {
display: block;
}
.modello {
margin-bottom: 20px;
}
}
@media (max-width:989px) {
.swiper-wrapper {
margin-bottom: 15px;
}
}
@media (max-width:768px) {
.modello__prezzo {
font-size: 19px;
}
} .foto_full__img {
height: 60vh;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.foto_full__img:after {
position: absolute;
content: "";
display: block;
bottom: 0;
left: 0;
height: 50%;
width: 100%; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); }
.foto_full__text {
width: 50%;
max-width: 1100px;
position: relative;
z-index: 10;
top: -7vh;
margin: 0 auto;
text-align: center;
}
.foto_full__text h2,
.foto_full__text h3,
.foto_full__text h4 {
margin-bottom: 30px;
color: var(--maincolor);
font-family: p-2;
font-size: 44px;
}
@media (max-width:1400px) {
.foto_full__text {
width: 80%;
top: -30px;
}
.foto_full__text h2,
.foto_full__text h3,
.foto_full__text h4 {
margin-bottom: 20px;
font-size: 30px;
}
}
@media (max-width:990px) {
.foto_full__text h2,
.foto_full__text h3 {
margin-bottom: 20px;
font-size: 28px;
line-height: 115%;
}
.foto_full__text {
width: 85%;
top: -30px;
}
} .recensione {
text-align: center;
}
.recensione__img {
height: 150px;
width: 150px;
border-radius: 100%;
border: 1px solid #ccc;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
margin: 0 auto;
margin-bottom: 15px;
}
.recensione__titolo {
color: var(--maincolor);
font-family: p-2;
font-size: 20px;
margin-bottom: 20px;
}
@media (max-width:990px) {
.recensione__img {
height: 110px;
width: 110px;
margin-bottom: 10px;
}
} .container-guida {
background-color: #F5F5F5;
border-radius: 20px;
width: 60%;
max-width: 1300px;
margin: 0 auto;
padding: 50px;
}
.container-guida img {
max-height: 450px;
}
.container-guida input[type="submit"] {
background-color: var(--maincolor);
color: white !important;
border: none;
border-radius: 100px;
font-family: p-1;
}
.container-guida input[type="submit"]:hover {
background-color: var(--maincolor);
transform: scale(1.05);
}
.guida input[type="submit"] {
background-color: var(--maincolor);
color: white;
padding: 10px 20px;
border-radius: 100px;
}
@media (max-width:1450px) {
.container-guida {
width: 80%;
padding: 20px;
}
}
@media (max-width:990px) {
.container-guida {
border-radius: 0;
width: 100%;
padding: 20px;
}
.container-guida img {
max-height: 250px;
text-align: center;
}
.container-guida input[type="submit"] {
font-size: 16px;
}
} .container-video {
margin: 0 auto;
width: 75%;
max-width: 1350px;
}
.video_youtube {
position: relative;
margin-top: 50px;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
border-radius: 20px;
}
.video_youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width:1250px) {
.container-video {
width: 90%;
}
.video_youtube {
border-radius: 15px;
}
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.7;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .altre_landing {
margin-bottom: 30px;
}
.altre_landing__flex {
display: flex;
gap: 10px;
align-items: center;
flex-wrap: wrap;
}
.altre_landing span {
display: block;
margin-bottom: 10px;
}
.altre_landing a {
padding: 7px 17px;
background-color: white;
border-radius: 100px;
border: 1px solid #aaa;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.altre_landing a:hover {
background-color: var(--maincolor);
border-color: var(--maincolor);
color: white;
}
.footer_loghi-1 {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
padding-top: 30px;
background-color: white;
padding: 15px;
border-radius: 15px;
flex-wrap: wrap;
margin-bottom: 45px;
}
.footer_end__logo img {
max-height: 50px;
width: auto;
}
.footer_dati {
padding: 15px;
border-radius: 15px;
background-color: rgba(255, 255, 255, 0.65);
}
.footer_loghi-1 img {
max-height: 55px;
width: auto;
}
.footer_loghi-1 {
margin-bottom: 15px;
}
.footer_loghi-2 img {
max-height: 100px;
width: auto;
margin-right: 7px;
}
.footer_end {
padding: 50px 0;
background-color: #eee;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.footer_end p {
font-size: 14px;
}
.footer_end p strong {
color: black;
font-weight: 600;
}
.footer_end p a {
color: white;
display: inline-block;
background-color: var(--maincolor);
padding: 10px 20px;
border-radius: 100px;
margin-bottom: 15px;
}
.footer_end p a:last-child {
margin-bottom: 0;
}
@media (max-width:990px) {
.footer_end img:nth-child(1) {
margin-bottom: 30px;
}
.footer_end p:last-child {
margin-bottom: 30px;
}
.footer_end img:nth-child(2) {
margin-bottom: 10px;
}
} footer {
background-color: var(--maincolor);
padding-top: 10vh;
padding-bottom: 10vh;
margin-top: 10vh;
color: white;
position: relative;
}
footer .container-80 {
position: relative;
z-index: 10;
}
footer .intro:before {
display: none;
}
.igor {
position: relative;
height: 220px;
width: auto;
z-index: 5;
margin-bottom: 20px;
}
.pattern_footer {
position: absolute;
height: 100%;
bottom: 0;
left: 0;
z-index: 3;
}
.footer_contatto img {
height: 32px;
margin-right: 10px;
}
.footer_contatto {
font-family: p-2;
font-size: 18px;
margin-bottom: 20px;
padding: 10px 30px;
border: 1px solid white;
border-radius: 100px;
display: inline-block;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
margin-right: 10px;
background-color: rgba(0, 0, 0, 0.35);
}
.footer_contatto--whatsapp {
background-color: darkgreen;
}
.footer_contatto:hover {
background-color: #0A62AD;
}
footer p {
color: white;
}
.spacer-30 {
height: 30px;
}
@media (max-width:990px) {
.igor {
height: 150px;
}
footer {
padding-bottom: 0;
}
.pattern_footer {
height: 100vh;
}
.footer_contatto {
width: 100%;
display: block;
font-size: 17px;
}
.footer_contatto img {
height: 25px;
}
.intro--white {
width: 100%;
padding: 0;
margin-bottom: 30px;
}
} #footer_form .intro {
font-size: 36px;
}
.wpcf7-text {
width: 100%;
border: none;
padding: 20px;
color: white;
font-size: 16px;
background-color: var(--maincolor);
border: 1px solid white;
border-radius: 15px !important;
font-family: p-1;
-webkit-appearance: none;
}
.wpcf7-select {
max-width: 100%;
min-width: 100%;
border-radius: 15px;
padding: 15px;
}
.wpcf7-textarea {
width: 100%;
border: none;
background-color: var(--maincolor);
padding: 20px;
color: white;
border-radius: 15px !important;
font-family: p-1;
font-size: 16px;
max-width: 100%;
height: 200px;
overflow-y: scroll;
border: 1px solid white;
}
.privacy-form {
font-size: 13px;
}
.form_privacy_text {
font-size: 14px !important;
}
.form_privacy_text a {
color: black;
text-decoration: underline;
}
.form-row {
color: dimgrey;
margin-bottom: 0;
}
.form-row label {
color: white;
}
input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext {
width: 100%;
border-color: #ddd;
border: none;
padding: 5px;
color: white;
background-color: transparent;
border-bottom: 1px solid white;
display: none;
border-radius: 0 !important;
}
input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext:hover,
.wpcf7-textarea:hover,
.wpcf7-text:hover {
border-color: black !important;
}
input:focus,
textarea:focus,
select:focus {
outline: none;
}
input[type='radio'],
input[type='checkbox'] {
clip: rect(1px, 1px, 1px, 1px);
padding: 10px;
}
input[type='radio'],
input[type='checkbox'] {
width: 10px;
height: 10px;
background-color: white;
border-radius: 50% !important;
vertical-align: middle;
border: 1px solid #ddd;
-webkit-appearance: none;
outline: none;
cursor: pointer;
border: 1px solid gray;
margin: 0;
margin-right: 5px;
}
input[type='radio']:checked,
input[type='checkbox']:checked {
background-color: var(--secondcolor);
border: 1px solid var(--secondcolor);
}
.form_privacy {
display: flex;
font-size: 13px;
justify-content: flex-start;
}
.form_invia {
display: flex;
justify-content: flex-end;
margin: 0;
padding: 0;
}
.wpcf7-submit {
background-color: #13a603;
color: white;
font-size: 18px;
padding: 20px 50px;
display: inline-block;
position: relative;
-webkit-transition: all 0.35s;
transition: all 0.35s;
font-family: p-2;
border: none;
border-radius: 100px;
}
.wpcf7-submit:hover {
cursor: pointer;
background-color: var(--secondcolor);
color: white;
}
.privacy-form {
font-size: 13px;
}
.form-row {}
input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext {
width: 100%;
border-color: #ddd;
border: none;
padding: 5px;
color: white;
background-color: transparent;
border: 1px solid #aaa;
display: none;
border-radius: 0 !important;
}
input.wpcf7-form-control.wpcf7dtx-dynamictext.wpcf7-dynamictext:hover,
.wpcf7-textarea:hover,
.wpcf7-text:hover {}
input:focus,
textarea:focus,
select:focus {
outline: none;
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
} .wpcf7-not-valid-tip {
font-size: 14px;
text-transform: uppercase;
color: red;
font-family: p-2;
margin-top: 10px;
}
.wpcf7-not-valid-tip:before {
content: "↑";
margin-right: 5px;
}
.wpcf7-response-output {
border-color: green !important;
background-color: green !important;
text-align: center;
color: white !important;
font-family: p-2 !important;
}
@media (max-width:768px) {
#footer_form .intro {
font-size: 25px;
}
#footer_form {
padding-bottom: 30px;
}
}
.dicono_di_noi__grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 50px;
}
.dicono_di_noi__item img {
max-width: 100%;
}
@media (max-width: 768px) {
.dicono_di_noi__grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 25px;
}
}
.show--mobile {
display: none;
}
@media(max-width:768px) {
.show--mobile {
display: block;
}
.show--desktop {
display: none !important;
}
}
.mobile_scroll_x {
display: none;
margin-bottom: 20px;
}
@media (max-width:1200px) {
.mobile_scroll_x {
display: flex;
align-items: center;
gap: 10px;
justify-content: center;
}
.mobile_scroll_x__move {
width: 90px;
height: 1px;
overflow: hidden;
position: relative;
}
.mobile_scroll_x__move__inner {
width: 100%;
height: 100%;
background-color: black;
position: absolute;
top: 0;
right: 0;
animation: mobile_scroll_x__move__inner 2s ease infinite;
}
@keyframes mobile_scroll_x__move__inner {
0% {
transform: translateX(100%);
}
50% {
transform: translateX(0);
}
100% {
transform: translateX(-100%);
}
}
}
@media(max-width:768px) {
.altre_landing a {
padding: 8px 15px;
border-radius: 15px;
border: 2px solid var(--maincolor) !important;
width: 100%;
text-align: center;
}
}
.cotenuto_form input[type="text"],
.cotenuto_form input[type="email"],
.cotenuto_form textarea {
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.cotenuto_form input[type="text"]:hover,
.cotenuto_form input[type="email"]:hover,
.cotenuto_form textarea:hover {
background-color: rgba(255, 255, 255, 0.2);
border-color: white !important;
}
.footer_cta_normal a {
text-decoration: underline;
}
@media (max-width: 768px) {
.footer_cta_blu p a {
color: white;
display: block;
width: 100%;
text-align: center;
margin-bottom: 7px;
}
}