.no_br br {
  display: none!important;
}


.slider_happy_card {
  margin-bottom: 15px!important;
}
.slider_happy_card img {
  display: block!important;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  transform: rotate(15deg);
}
.slider_happy_card .slick-dots li button:before {
  font-size: 12px;
  color: var(--verde);
}
.slider_happy_card .slick-dots li.slick-active button:before {
  color: var(--verde);
}
.slider_happy_card .slick-dots li.slick-active button:before {
  opacity: 1;
}
.slider_happy_card .slick-dots li {
  margin: 0 2px;
}


.blocco_testo .cta_blocco {
  background-color: var(--azzurro);
  /* color: #000000; */
  border: solid 2px var(--azzurro);
}



.outro {
  display: none;
}


.link_immagine_testo_immagine_tonda {
  padding-block: 20px!important;
}

.immagine_testo_immagine_tonda img {
  max-width: 230px!important;
  margin: 0 auto!important;
}








/* --------------------- PAGINA AZIENDE --------------------- */
#titolo_azienda {
  text-align: center!important;
}
#titolo_azienda span {
  color: var(--verde);
}
.fascia_icone_vantaggi_happy_card {
  background-color: var(--grigio);
  padding: 0;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: var(--verde);
  text-align: center;
  margin: 0 auto!important;
  font-weight: 700;
}
.fascia_icone_vantaggi_happy_card h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 37px;
  color: var(--rosso);
  margin: 0 auto 20px auto!important;
}
.fascia_icone_vantaggi_happy_card div {
  padding: 15px;
}
.fascia_icone_vantaggi_happy_card img {
  display: block;
  width: 100%;
  max-width: 130px;
  height: auto;
  margin: 0 auto 15px auto;
}
.fascia_icone_vantaggi_happy_card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  padding: 0;
  margin: 20px 0 0 0;
}


.fascia_happy_card_generica {
  background-color: var(--verde);
  padding: 0;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.fascia_happy_card_generica img {
  display: block;
  width: 100%;
  max-width: 323px;
  height: auto;
  margin: 0 auto;
}
.fascia_happy_card_generica h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.fascia_happy_card_generica h2 span {
  color: var(--verde-chiaro);
}
.fascia_happy_card_generica p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}


.fascia_modulo_happy_card {
  background-color: var(--grigio);
  padding: 0;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: var(--verde);
  text-align: center;
  margin: 0 auto!important;
  font-weight: 700;
}
.fascia_modulo_happy_card .row {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.fascia_modulo_happy_card h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 37px;
  color: var(--rosso);
  text-align: center;
  margin-bottom: 10px;
}
.fascia_modulo_happy_card h2 span {
  color: var(--verde);
}
.fascia_modulo_happy_card div {
  padding: 15px;
}
.fascia_modulo_happy_card img {
  display: block;
  width: 100%;
  max-width: 130px;
  height: auto;
  margin: 0 auto 15px auto;
}
.fascia_modulo_happy_card a {
  display: inline-block;
  background-color: var(--rosso);
  border-color: var(--rosso);
  border-width: 1px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 15px;
  margin-top: 15px;
  text-decoration: none;
  transition: all 0.2s linear;
  border-radius: 12px!important;
}



@media only screen and (min-width: 768px) {
  .outro {
    display: block;
  }
  .fascia_icone_vantaggi_happy_card h2, .fascia_modulo_happy_card h2 {
    font-size: 39px;
    line-height: 43px;
  }
}