/* ------------------------------------------ Footer top ------------------------------------------ */
.footer_overflow {
  background-color: #3f3c5a;
  height: 2px;
  margin-bottom: -2px;
}
.footer_title {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer_title {
    text-align: center;
  }
}
.footer_block_left {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .footer_block_left {
    text-align: center;
  }
}
.footer_block_center {
  text-align: center;
}
.footer_block_right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer_block_right {
    text-align: center;
  }
}
footer {
  background-color: #3f3c5a;
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  font-weight: 200;
  padding-bottom: 0;
}
footer * {
  font-family: 'Maven Pro', sans-serif !important;
}
footer .loghi_commerciali_container img {
  width: 100%;
  max-width: 220px;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  footer .loghi_commerciali_container img {
    margin-right: auto;
    margin-left: auto;
  }
}
footer .logo_footer {
  display: block;
  position: relative;
  width: 100%;
  max-width: 240px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  footer .logo_footer {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .linkedin_footer {
  color: #fff;
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
footer .linkedin_footer .fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}
footer .sqs_logo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 125px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  footer .sqs_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer_title {
  font-size: 18px;
  line-height: 13px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  footer .footer_title {
    text-align: center;
  }
}
footer .footer_text {
  color: #d5d5d5;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
footer .footer_text a {
  color: #9f9eae;
  transition: all 0.3s;
  font-weight: 500;
}
footer .footer_text a:hover,
footer .footer_text a:focus,
footer .footer_text a:active {
  color: #d5d5d5;
  transition: all 0.3s;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  footer .footer_text {
    text-align: center;
  }
}
.certificazioni_footer a {
  display: block;
  color: #9f9eae !important;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .certificazioni_footer a {
    text-align: center;
  }
}
.certificazioni_footer a:hover,
.certificazioni_footer a:active,
.certificazioni_footer a:focus {
  color: #fff !important;
  text-decoration: none;
  transition: all 0.3s;
}
.footer_map {
  position: relative;
}
.footer_map iframe {
  height: 250px;
}
.menu_footer_menu {
  list-style-type: none;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .menu_footer_menu {
    margin-top: 28px;
  }
}
.menu_footer_menu li a {
  border-bottom: 1px solid #282a2b;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  padding: 9.5px 0;
  font-weight: 500;
}
.menu_footer_menu li a.active {
  color: #f7a600;
}
.menu_footer_menu li a:hover,
.menu_footer_menu li a:focus,
.menu_footer_menu li a:active {
  color: #f7a600;
  transition: all 0.3s;
  text-decoration: none;
}
.menu_footer_menu li:first-child a {
  padding-top: 0;
}
/* ---------- footer newsletter form ---------- */
#form_footer_newsletter .form-group {
  margin-bottom: 0;
}
#form_footer_newsletter .form-group input {
  background-color: #fff;
  border: 0px solid #ddd;
  height: 36px;
}
#form_footer_newsletter .invia_button {
  margin-top: 0;
}
#form_footer_newsletter .invia_button button {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  height: auto;
  padding: 4px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: auto;
}
/* ---------- footer news list ---------- */
.footer_news_list {
  margin-bottom: -13px;
}
.footer_news_list .news {
  margin-bottom: 13px;
}
.footer_news_list .news .news_image_container {
  padding-right: 0;
  min-height: 43px;
}
@media only screen and (max-width: 991px) {
  .footer_news_list .news .news_image_container {
    min-height: 0px;
  }
}
.footer_news_list .news .news_image_container .image {
  height: 100%;
  min-height: 58px;
}
.footer_news_list .news .title {
  color: #dedede;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.footer_news_list .news .title:hover {
  text-decoration: none;
  transition: all 0.3s;
  color: #dedede;
}
.footer_news_list .news .description {
  color: #dedede;
  font-size: 15px;
  font-weight: 400;
}
.footer_logicert img {
  width: 100%;
  position: relative;
  max-width: 250px;
  margin-top: 10px;
  transition: all 0.3s;
}
.footer_logicert img:hover,
.footer_logicert img:active,
.footer_logicert img:focus {
  filter: grayscale(0%) brightness(0.8);
  -webkit-filter: grayscale(0%) brightness(0.8);
  transition: all 0.3s;
}
.footer_logicert .certificazione img {
  filter: grayscale(0%) brightness(1);
  -webkit-filter: grayscale(0%) brightness(1);
  width: 100%;
  position: relative;
  max-width: 250px;
  margin-top: 10px;
  transition: all 0.3s;
}
.footer_logicert .certificazione img:hover,
.footer_logicert .certificazione img:active,
.footer_logicert .certificazione img:focus {
  filter: grayscale(0%) brightness(1);
  -webkit-filter: grayscale(0%) brightness(1);
  transition: all 0.3s;
}
.footer_logicert a {
  display: inline-block;
  max-width: 190px;
}
.footer_logicert a.certificazione {
  max-width: 110px;
  margin-left: 10px;
}
@media only screen and (max-width: 1399px) {
  .footer_logicert {
    margin-top: -20px !important;
  }
  .footer_logicert a {
    display: inline-block;
    max-width: 190px;
  }
  .footer_logicert a.certificazione {
    max-width: 110px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .footer_logicert {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer_logicert {
    margin-top: 0px !important;
  }
  .footer_logicert a {
    display: block;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_logicert a.certificazione {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ------------------------------------------ Footer bottom ------------------------------------------ */
.bottom_footer_container_fluid {
  background-color: #f7a600;
  padding-top: 18px;
  padding-bottom: 16px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.bottom_footer_container_fluid a {
  color: #fff;
}
.bottom_footer_container_fluid a:hover,
.bottom_footer_container_fluid a:focus,
.bottom_footer_container_fluid a:active {
  transition: all 0.3s;
  color: #a662a0;
  font-weight: 500;
  text-decoration: none;
}
.go_up_button {
  position: fixed;
  right: 30px;
  z-index: 51;
  display: none;
  bottom: 0;
  height: 35px;
}
.go_up_button a {
  font-size: 19px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  width: 47px;
  height: 55px;
  text-align: center;
  background-color: #ee7212;
  border-radius: 4px 4px 0 0;
}
.go_up_button a .fa {
  font-family: "fontawesome" !important;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .go_up_button {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}
/*# sourceMappingURL=footer.css.map */