/*inizio cookie implementation*/

div#cookieChoiceInfo {
    top: auto !important;
    bottom: 0px !important;
    font-size: 13px;
    padding: 45px 0px !important;
    background-color: rgb(46 52 60 / 70%) !important;
    color: #ffffff;
}
}

div#cookieChoiceInfo span {
    display: block;
    width: 98%;
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
}



div#cookieChoiceInfo a {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px 26px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	font-weight: bold;
}

div#cookieChoiceInfo a#cookieChoiceDismiss {
    padding: 12px 26px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    background-color: #632979;
    border: 1px solid #ffffff;
    color: #fff;
    margin-left: 15px !important;
    font-weight: bold;
}
div#cookieChoiceInfo>span {
    display: block;
    margin-bottom: 20px;
}

.subtitle_dett {
  font-size: 21px;
  width: 298px;
}

/* fine cookie implementation*/

.analytics-count {
   display: none;
}



/*WhatsApp*/
#whatsapp_chat {
    position: fixed;
    bottom: 0px;
    right: 9px;
    z-index: 99;
}

#whatsapp_chat img {
    height: 77px;
}

#whatsapp_chat a {
    cursor: pointer;
}

/*INIZIO CONTACT DIRECT*/
.form-wa {
    display: none;
}

.home-content__button {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 0;
    padding-bottom: 0;
    z-index: 12;
    display: none;
}

.home-content__button .btn {
  margin-right: 0;
    display: inline-block;
    float: left;
}

a.btn.btn-animatedbg i {
	margin-right: 5px;
	font-size: 25px
}

.home-content__button .btn i.fab.fa-whatsapp {
    font-size: 26px;
    font-weight: normal;
    position: relative;
    top: 5px;
}

a.btn.btn-animatedbg.whatsappbutton {
    background-color: #25d366 !important;
    border-color: #ffffff !important;
    width: calc(50%);
    color: #FFF;
}

a.btn.btn-animatedbg.chiamabutton {
    background-color: #a12643 !important;
    border-color: #ffffff !important;
    width: calc(50%);
    color: #FFF;
}

.btn-animatedbg {
    position: relative;
    background: transparent !important;
    border-color: #02bff2 !important;
    color: #FFFFFF !important;
    height: 4.2rem;
    line-height: 4.2rem;
    padding: 0 8rem 0 4rem;
    overflow: hidden;
    z-index: 1;
}
.btn-animatedbg.dark-btn {
    background: #2a2a2a !important;
}

.btn-animatedbg::before {
  content: "";
  height: 100%;
  width: 0;
  background-color: #02bff2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-animatedbg::after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icons/icon-arrow-right.svg);
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -1.1rem;
  position: absolute;
  top: 50%;
  right: 4rem;
}

.btn-animatedbg:hover::before {
  width: 100%;
}

.btn-animatedbg:hover::after {
  right: 3rem;
}
.btn-animatedbg.chiamabutton, .btn-animatedbg.whatsappbutton {
    line-height: 1.4rem;
    padding-top: 1.1rem;
}

/*FINE CONTACT LINK*/

/*Copyright*/
.copyright {
  background: #3F232A;
  padding: 10px 0 10px;
  /*margin-top: 40px;*/
}

.copyright__text {
  margin-bottom: 0;
  font-size: 14px;
  color: #bdb8b8 !important;
}
.copyright__text i {
  color: #f08632;
}
.copyright__text a {
  color: #bdb8b8;
}
.copyright__text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.copyright__widget {
  text-align: right;
}
.copyright__widget ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.copyright__widget ul li:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "|";
  color: #888888;
}
.copyright__widget ul li:last-child {
  margin-right: 0;
}
.copyright__widget ul li:last-child:after {
  display: none;
}
.copyright__widget ul li a {
  font-size: 14px;
  color: #bdb8b8;
}
/*FINE COPYRIGHT*/

.bg-footer h3 {
  font-size: 23px;
}

.text_info_contact {
    font-size: 21px;
    color: #632979;
    font-weight: bold !important;
}

.bg_label_box {
    background-color: #632979 !important;
    color: #FFF !important;
    font-weight: bold;
    text-transform: uppercase;
}

.descr-nl {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #ddd;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.site-btn-nl {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    background: #111;
    padding: 7px 50px 7px;
    border: 1px solid #ffffff;
}

.site-btn-nl:hover {
    color: #632979 !important;
    background: #ffffff;
    border: 1px solid #632979 !important;
}

.footer-widget {
    margin-bottom: 100px;
    overflow: hidden;
}

.didascalia {
    font-size: 19px;
    text-align: justify;
}

.title_didascalia {
    font-size: 2.0rem;
}

.bordo_img_did {
    box-shadow: 10px 10px #d8d8d8;
}

.bg-box-icon i {
    font-size: 27px;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #c54bf3 !important;
    border-radius: 2px;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #632979 !important;
    border-radius: 2px;
    transform: rotate(-45deg);
}

.box_info_serv h2 {
    font-size: 22px !important;
}

.link_cat_blog:hover {
  background-color: #632979 !important;
  color: #fff;
}



