/* ALL */
* {
  font-family: "Ubuntu", sans-serif;
}
@font-face {
  font-family: "Ubuntu";
  src: url("/assets/fonts/ubuntu/Ubuntu-Light.ttf");
}
@font-face {
  font-family: "Milanesa-serif";
  src: url("/assets/fonts/milanesa-serif/MilanesaSerif-Light.otf");
}
body {
  font-size: 14px;
  background-color: #f7f7fa;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Milanesa-serif", sans-serif;
}
.container {
  max-width: 1480px;
}
.m-section {
  margin-top: 7rem;
}
img {max-width:100%;}

/* HOMEPAGE */
.nav-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  color: #484848 !important;
}
.nav-link:hover {
  color: #ff52e5 !important;
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar-light .navbar-toggler {
  box-shadow: none;
}
.carousel-item {
  color: #ff52e5 !important;
}
.active {
  color: #ff52e5 !important;
}
.modal-backdrop {
  background-color: #fff !important;
}
.modal-link-box {
  margin: 0 20px 20px 0;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.back-dots {
  width: 85%;
  height: 150px;
  position: absolute;
  top: -7%;
  right: 0;
  background-image: url(../../uploads/img/dots.png);
  background-repeat: no-repeat;
  opacity: 0.1;
  background-size: 13%;
  background-position-x: 1000px;
  background-position-y: -3%;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 0;
}
.overlay {
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #192938 0%, #bfbe80 100%);
  opacity: 0.29;
  mix-blend-mode: multiply;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.overlay-grey {
  height: 100%;
  width: 100%;
  background-color: rgba(105, 105, 105, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.overlay-blue {
  height: 100%;
  width: 100%;
  background-color: rgba(157, 225, 244, 0.678);
}
.overlay-pink {
  height: 100%;
  width: 100%;
  background-color: rgba(229, 36, 134, 0.3);
}
.title {
  /* font-family: "Montserrat", Sans-serif; */
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3em;
  /* text-shadow: 0px 0px 10px rgb(0 0 0 / 30%); */
  margin-bottom: 0px;
}
.search-box {
  width: 30%;
  margin-top: 4rem;
}
.search-input {
  border: none;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #efefef;
  border-radius: 0 !important;
  padding: 8px 20px;
  /* margin-bottom: 20px; */
  font-size: 16px;
  color: #f7f7f7;
}
.search-input::placeholder {
  font-size: 16px;
  color: #9b9b9b;
}
.suggestions-container{
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.suggestions-wrapper{
  list-style: none;
  margin: 0;
  padding: 0;
}
.suggest {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: #484848;
}
.suggest:hover {
  background-color: #484848;
  color: #fff;
}
.my-btn {
  background-color: #484444;
  border: 2px solid #484444;
  color: #fff;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px;
  letter-spacing: 1px;
  line-height: 29px;
  min-width: max-content;
}
.my-btn:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}
.my-reverse-btn {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px;
  letter-spacing: 1px;
  border: 2px solid #fff;
  line-height: 29px;
  min-width: max-content;
}
.my-reverse-btn:hover {
  border: 2px solid #484444;
  background-color: #484444;
  color: #fff;
}
.my-btn-pink {
  background-color: #e52486;
  border: 2px solid #e52486;
  color: #fff;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px;
  letter-spacing: 1px;
  line-height: 29px;
  min-width: max-content;
}
.my-btn-pink:hover {
  color:#fff;
  border: 2px solid #fff;
  /* background-color: transparent; */
}
.my-btn-all {
  background-color: #484444;
  border: 2px solid #484444;
  color: #fff;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 35px;
  letter-spacing: 1px;
  line-height: 29px;
  min-width: max-content;
}
.my-btn-all:hover {
  color: #484444;
  font-weight: 400;
  border: 2px solid #484444;
  background-color: transparent;
}
.sottotitolo-grey {
  font-family: "Ubuntu", sans-serif;
  color: #484848;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.sottotitolo-pink {
  color: #ff52e5;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 3px;
}
.text-pink {
  color: #ff52e5;
}
.overlay-black {
  height: 100%;
  width: 100%;
  background-color: #020202;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.category-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0 30px 20px 30px;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
  min-height: 24rem;
  border: 10px solid rgba(255, 255, 255, 0.4);
}
/* .category-card::before {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    135deg,
    #ffc25d 25%,
    transparent 25%,
    transparent 50%,
    #ffc25d 50%,
    #ffc25d 75%,
    transparent 75%,
    transparent 100%
  );
  background-size: 25px 25px;
  opacity: 0;
  margin: 0 15px;
  width: 96%;
} */
.category-card {
  position: relative;
  transition: 0.2s ease-out;
}
/* .category-card:hover:before {
  opacity: 1;
  transform: translate3d(-15px, 10px, 0);
}
.category-card:hover {
  transform: translate3d(10px, -10px, 0);
} */
/* .category-text-box:hover .category-inner {
  transform: translateY(-30px);
  transition: all 0.5s ease-in-out;
} */
/* .category-text-box:hover .overlay-black {
  opacity: 0.4;
} */
.titolo-categoria {
  font-family: "Milanesa-serif", sans-serif;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 40px;
  padding-right: 20px;
  color: #fff;
  text-size-adjust: 100%;
  /* text-transform: uppercase; */
}
.sottotitolo-categoria {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0px;
  margin-bottom: 30px;
  color: #62c3d5;
}

.titolo-card {
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 40px;
  padding-right: 20px;
  color: #fff;
  text-size-adjust: 100%;
  text-transform: uppercase;
}
.sottotitolo-card {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8em;
  letter-spacing: 0px;
  margin-bottom: 30px;
  color: #ffd35b;
}

.section-titolo {
  color: #484848;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6em;
}

/* SEZIONE ARTICOLI */
.section-top-articles {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  position: relative;
}
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.elementor-shape-top {
  top: -1px;
}
.elementor-shape-fill {
  fill: #f7f7fa;
}

.text-wrapper {
  padding: 40px;
}
.box-cat-trattamenti {
  background-color: #fff;
}
.plus-box {
  position: absolute;
  top: -20px;
  right: 20px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #ff52e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus-box:hover {
  background-color: rgba(255, 255, 255, 0.7);
  /* border: 1px solid #6c6c6c; */
}
.plus-box:hover i {
  color: #484848 !important;
}
.text-titolo {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  width: 60%;
  margin-bottom: 20px;
}
.articolo-text {
  padding: 25px;
}
.text-body {
  line-height: 1.82em;
}
/* .text-titolo a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.text-titolo a:hover {
  color: #ffd35b !important;
} */
/* FINE SEZIONE ARTICOLI */

/* SEZIONE TRATTAMENTI */
.category-box {
  color: #484848;
  border: 2px solid #484848;
  padding: 0.5rem 4rem;
  text-decoration: none;
}
.category-box:hover {
  background-color: #484848;
  border: 2px solid #484848;
  color: #fff;
}
.category-box-selected{
  background-color: #484848;
  border: 2px solid #484848;
  color: #fff;
  padding: 0.5rem 4rem;
  text-decoration: none;
}
.category-box-selected:hover{
  border: 2px solid #484848;
  color: #fff;
}
.text-grigio{
  color: #484848;
}
.text-grigio:hover{
  color: #FFF;
}
/* FINE SEZIONE TRATTAMENTI */

/* SEZIONE DEAL SHOW */
.disabled {
  border: 1px solid #d4d4d4!important;
  pointer-events: none;
}
.disabled span {
  color: #d4d4d4!important;
}
/* FINE SEZIONE DEAL SHOW */

/* DIVIDER */
.yellow-divider {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 80px 0;
  padding: 80px;
  position: relative;
}
.yellow-divider-overlay {
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    #ffa72d 0%,
    rgba(242, 41, 91, 0) 82%
  );
  opacity: 0.66;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cit-box {
  border: 10px solid #fff;
}
.quotes {
  /* margin-top: calc(194px / 4.4); */
  position: relative;
  text-align: center;
}
.quotes:before {
  content: "“";
  font-family: "Mulish", sans-serif;
  font-size: 194px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cit {
  font-family: "Lora", sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 1.66em;
  margin-bottom: 30px;
  color: #fff;
  transition: 0.3s;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 7px;
  padding-right: 7px;
  width: 60%;
  margin: 0 auto;
}
/* FINE DIVIDER */

/* FOOTER */
.footer-box {
  margin-bottom: 40px;
}
.footer-text {
  font-size: 16px;
  line-height: 1.82em;
  word-wrap: break-word;
}
.footer-title {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 10px;
  z-index: 1;
  color: #fff;
}
.footer-title:before {
  position: absolute;
  content: "";
  /* left: 0; */
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #e52486;
}
.white-box {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 24px;
  box-shadow: 0px 3px 10px -7px rgb(0 0 0 / 30%);
  /* box-shadow: 0px 3px 35px -20px rgb(0 0 0 / 30%); */
  min-height: 65px;
  line-height: 65px;
  padding-left: 17px;
  padding-right: 10px;
}
.white-box a {
  color: #484848;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.82em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle;
}
.white-box:hover a {
  color: #ffd35b;
}
.social-links a {
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
  background-color: #fff;
  width: 55px;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  border: none;
  -webkit-box-shadow: 0px 3px 10px -7px rgb(0 0 0 / 30%);
  box-shadow: 0px 3px 10px -7px rgb(0 0 0 / 30%);
  color: #484848;
  border: none;
}
/* .stretched-link:after {
  content: none;
} */
.attivo {
  background-color: #484848 !important;
}
.attivo a {
  color: #fff !important;
}
.attivo a:hover {
  color: #fff !important;
}
.newsletter-input {
  box-shadow: 0px 3px 10px -7px rgb(0 0 0 / 30%);
  border-radius: 0;
}
/* CARD */
.card-img-box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  text-align: center;
  margin: 0 auto;
  width: 93%;
  height: 15rem;
}
.card-text-box {
  position: relative;
  border-radius: 12px;
  margin-top: -20px;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0px 8px 30px -24px #ff52e5;
}

/* SEZIONE DEALS */
/* .img-card:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transition: all 8s;
} */
/* .img-card {
  webkit-transition: background-size 1000ms linear;
  -moz-transition: background-size 1000 linear;
  -o-transition: background-size 1000 linear;
  -ms-transition: background-size 1000ms linear;
  transition: background-size 1000ms linear;
}
.img-card:hover {
  background-size: 215% !important;
} */
/* FINE SEZIONE DEALS */

/* PAGINA TRATTAMENTO */
.banner-text-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 20%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.55)),
    to(transparent)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent);
}
.titolo-banner-white {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 0;
}
.text-description {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82em;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  overflow-x: hidden;
  word-wrap: break-word;
}
.simile-wrapper {
  margin-bottom: 20px;
}
.simile-text-box {
  height: 100%;
  background-color: #fff;
  padding: 15px 20px 15px 25px;
}
.card-bs {
  box-shadow: 0px 3px 35px -20px rgb(0 0 0 / 30%);
}
.zona-title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-size: 30px;
  margin-bottom: 0;
  color: #fff;
}
/* .simile-title:hover {
  color: #ffd35b !important;
} */
.simile-sottotitolo {
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #9c9b9b;
  text-transform: uppercase;
}
.simile-ashtag {
  color: #ff52e5;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 7px;
}
.simile-link {
  font-family: "Ubuntu", sans-serif;
  color: #ffc25d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.4;
}
.simile-link:hover {
  color: #ffc25d;
}

/* PAGINA DEAL */
.target-box {
  padding: 20px;
  border: 1px solid #484848;
  margin-top: 15px;
}
#map {
  height: 400px;
}
.pac-container {
  z-index: 9999;
}
a:focus-visible {
  outline: none;
}
.deal-subtitle {
  font-size: 18px;
  color: #62c3d5;
}

/* PAGINA LOGIN */
.login-title {
  margin: 0 0 0.8em;
  color: #222;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.login-form {
  background-color: #fff;
  padding: 60px;
  -webkit-box-shadow: 0px 17px 11px -14px rgb(0 0 0 / 5%),
    0px 50px 32px -27px rgb(0 0 0 / 7%);
  box-shadow: 0px 17px 11px -14px rgb(0 0 0 / 5%),
    0px 50px 32px -27px rgb(0 0 0 / 7%);
  margin: 2em 0;
  border-radius: 5px;
}
.login-form label {
  max-width: 100%;
  margin-bottom: 8px;
  margin-left: 15px;
  font-weight: 800;
  font-size: 14px;
  color: #484848;
}
.login-form .input-form {
  -webkit-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 8px 20px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  font-weight: 400;
  line-height: 1.82em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lost-password {
  color: #ff52e5;
  text-decoration: none;
  font-weight: 500;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.lost-password:hover {
  color: #ffc25d;
}
/* MEDIA QUERIES */

/* HOMEPAGE */

@media only screen and (max-width: 576px) {
  .title {
    font-size: 45px;
  }
  .search-input {
    font-size: 13px;
  }
  .sottotitolo-grey {
    font-size: 20px;
  }
  .search-box {
    width: 100%;
  }
  .back-dots {
    display: none;
  }
  .titolo-categoria {
    font-size: 25px !important;
  }
  .text-wrapper {
    padding: 40px 20px;
  }
  .top-articles-img {
    min-height: 200px;
  }
  .titolo-card {
    font-size: 20px !important;
  }
  .yellow-divider {
    background-attachment: unset !important;
    padding: 40px 10px !important;
  }
  .quotes:before {
    font-size: 100px;
  }
  .cit {
    width: 100%;
    padding-top: 80px;
  }
  .banner-basso {
    padding-top: 55% !important;
  }
}

#modalBanner .template-caption {padding:15px; width:500px; max-width:75%;}
#modalBanner .template-caption.template1 {top:15px; left:15px;}
#modalBanner .template-caption.template2 {top:15px; right:15px;}
#modalBanner .template-caption.template3 {bottom:15px; left:15px;}
#modalBanner .template-caption.template4 {bottom:15px; right:15px;}
#modalBanner .template-caption.template5 {top:50%; left:50%; transform:translate(-50%, -50%);}
#modalBanner .template-caption.template6 {bottom:15px; left:50%; transform:translateX(-50%);}

.btn-wa {
  color: #25D366;
  border: 2px solid #25D366;
  background: transparent;
}
.btn-wa:hover {
  background-color: #25D366;
  border: 2px solid #25D366;
  color: #fff;
}
