@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap");
.not-visible {
  display: none;
}

.title-block {
  font-family: "Roboto Slab", serif;
  font-size: 2.25rem;
  font-weight: normal;
  font-style: normal;
}

ul li a {
  color: #e53028;
  text-decoration: none !important;
}
ul li a:hover {
  color: #e53028;
  text-decoration: underline;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 0;
  padding: 1.5rem 0;
  width: 250px;
  border-radius: 0;
  border: 2px solid #e53028;
}
@media screen and (max-width: 992px) {
  .btn {
    line-height: 1;
  }
}
.btn.white {
  background-color: #fff;
  color: #e53028;
}
.btn.red {
  background-color: #e53028;
  color: #fff;
}

.relative-position {
  position: relative;
}

.owl-carousel .owl-nav {
  position: absolute;
  z-index: 101;
  color: #fff;
  font-size: 3rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  pointer-events: none;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  pointer-events: all;
}
.owl-carousel .owl-nav .owl-prev.disabled::before {
  opacity: 0.5;
}
.owl-carousel .owl-nav .owl-prev:focus {
  outline: none;
}
.owl-carousel .owl-nav .owl-prev::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.owl-carousel .owl-nav .owl-next {
  pointer-events: all;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.owl-carousel .owl-nav .owl-next.disabled::before {
  opacity: 0.5;
}
.owl-carousel .owl-nav .owl-next:focus {
  outline: none;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .owl-carousel .owl-dots {
    bottom: 1rem;
  }
}
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid #e53028;
}
.owl-carousel .owl-dots .owl-dot:not(:last-child) {
  margin-right: 1rem;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #e53028;
}

.filter {
  padding: 2rem 0;
}
.filter .label-select {
  font-size: 1.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.form {
  width: 90%;
  margin: 2rem auto;
}
@media screen and (max-width: 660px) {
  .form {
    width: 100%;
  }
}
.form a {
  color: #e53028;
  text-transform: uppercase;
}
.form .form-group label {
  width: 100%;
}
.form .form-group textarea,
.form .form-group input {
  border-radius: 10px;
  width: 100%;
  border-color: #dbdbdb;
  margin-top: 1rem;
}
.form .form-group input[type=text],
.form .form-group input[type=email],
.form .form-group input[type=tel],
.form .form-group input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dbdbdb;
  padding: 0.4rem;
}
@media screen and (max-width: 660px) {
  .form .form-group input[type=text],
.form .form-group input[type=email],
.form .form-group input[type=tel],
.form .form-group input[type=number] {
    padding: 1rem 0.4rem;
  }
}
.form .first {
  margin-left: 0;
}
.form .wpcf7-radio input[type=radio] {
  width: auto;
  margin-right: 20px;
}
.form input[type=checkbox] {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .form input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-top: 0;
  }
}
.form .wpcf7-list-item {
  margin-left: 0;
}
.form .last {
  margin-left: 10px;
}
.form input[type=submit] {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 0;
  padding: 1.5rem 0;
  width: 250px;
  border-radius: 0;
  border: 2px solid #e53028;
  color: #fff;
  background-color: #e53028;
  float: right;
  max-width: 100%;
}
.form .upload-file {
  width: 200px;
  background-color: #e53028;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 0;
  width: 250px;
  max-width: 100%;
  border-radius: 0;
  border: 2px solid #e53028;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 660px) {
  .form .upload-file {
    width: 100%;
  }
}
.form .upload-file::before {
  content: "CARICA CV";
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  width: 100%;
}
.form input[type=file] {
  opacity: 0;
}

.btn-row-submit {
  text-align: center;
  padding: 2rem 0;
}
.btn-row-submit input[type=submit] {
  float: none;
}

#cookie-bar {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  padding: 2rem;
  padding: 2rem;
  bottom: 0;
  position: fixed;
  z-index: 10000;
  background-color: red;
  color: #fff;
  width: 100%;
}
#cookie-bar p {
  width: 80%;
}
@media screen and (max-width: 992px) {
  #cookie-bar p {
    width: 100%;
  }
}
#cookie-bar p a {
  color: #fff;
  text-decoration: underline;
}
#cookie-bar .cb-enable {
  display: block;
  padding: 1rem;
  font-weight: bold;
  border: 1px solid #fff;
  text-decoration: none;
  width: 225px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#cookie-bar .cb-disable {
    position: absolute;
    right: 20px;
    top: 6px;
    height: 22px;
    width: 22px;
}


@media screen and (max-width: 992px) {
  #cookie-bar .cb-enable {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-top: 20px;
  }
}
#cookie-bar .cb-enable:hover {
  background-color: #ffff;
  color: #e53028;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background-color: grey;
  border-color: grey;
  opacity: 0.1;
  width: 100%;
}

.back {
  color: #4a4a4a;
  font-size: 1rem;
  position: relative;
  margin: 0 0 2rem;
  display: block;
}
.back:hover {
  color: #e53028;
  text-decoration: none;
}
.back:before {
  color: #e53028;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 100%;
  margin-right: 10px;
  transform: translateY(-50%);
  transform: rotate(180deg);
}

div.wpcf7 input[type=file] {
  width: 100%;
  text-align: center;
  max-width: 100%;
}

.header-menu {
  position: absolute;
  z-index: 100;
  width: calc(100% - 12.5rem);
  left: 6.25rem;
  top: 0;
  padding: 2rem 0;
  background-color: rgba(255, 255, 255, 0);
}
.header-menu.fixed {
  left: 0;
  width: 100%;
  background-color: white;
  padding: 1rem 5%;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 4px 20px 2px #4a4a4a;
  box-shadow: 0 4px 20px 2px #4a4a4a;
}
@media screen and (max-width: 992px) {
  .header-menu.fixed {
    padding: 1rem 0;
  }
}
.header-menu.fixed .btn-toggle-menu {
  color: #4a4a4a;
}
.header-menu.fixed .btn-toggle-menu i {
  vertical-align: middle;
}
.header-menu.fixed .logo-wrapper .dsk {
  display: none;
}
.header-menu.fixed .logo-wrapper .mob {
  display: block;
}
@media screen and (max-width: 992px) {
  .header-menu {
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
  }
}
.header-menu .logo-wrapper {
  max-width: 240px;
}
@media screen and (max-width: 992px) {
  .header-menu .logo-wrapper {
    max-width: unset;
    padding-left: 0;
  }
}
.header-menu .logo-wrapper img {
  height: 63px;
  width: auto;
}
@media screen and (max-width: 992px) {
  .header-menu .logo-wrapper img {
    height: auto;
    max-width: 100%;
  }
}

.internal-menu-header {
  position: absolute;
  z-index: 100;
  width: calc(100% - 12.5rem);
  left: 6.25rem;
  top: 0;
  padding: 2rem 0;
}
@media screen and (max-width: 992px) {
  .internal-menu-header {
    width: 100%;
    display: flex;
    left: 0;
  }
}
.internal-menu-header .logo-wrapper {
  max-width: 240px;
}
@media screen and (max-width: 992px) {
  .internal-menu-header .logo-wrapper {
    display: none;
  }
}
.internal-menu-header .logo-wrapper img {
  height: 63px;
  width: auto;
}
@media screen and (max-width: 992px) {
  .internal-menu-header .logo-wrapper img {
    height: auto;
    max-width: 100%;
  }
}

.mob {
  display: none;
}
@media screen and (max-width: 992px) {
  .mob {
    display: block;
  }
}

.dsk {
  display: block;
}
@media screen and (max-width: 992px) {
  .dsk {
    display: none;
  }
}

.btn-toggle-menu {
  text-align: right;
  color: #fff;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  float: right;
  cursor: pointer;
}
.btn-toggle-menu i {
  vertical-align: middle;
  display: inline-block;
}
.btn-toggle-menu.chiudi {
  width: 50px;
  height: 50px;
  float: right;
}
@media screen and (max-width: 660px) {
  .btn-toggle-menu.chiudi {
    width: 40px;
  }
}
@media screen and (max-width: 992px) {
  .btn-toggle-menu {
    color: #4a4a4a;
  }
}

.menu {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(229, 48, 40, 0.9);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  height: 0;
  overflow: hidden;
  padding-left: 6.25rem;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .menu {
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
  }
}
.menu.menu-open {
  height: 100%;
  position: fixed;
}
@media screen and (max-width: 992px) {
  .menu.menu-open .btn-toggle-menu {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .menu.menu-open .fa-times-circle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .menu.menu-open {
    top: 0;
    left: 0;
    padding-left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    overflow-y: hidden;
  }
}
.menu .first-level-menu {
  width: 330px;
  list-style: none;
  padding-left: 0;
  padding: 4rem 0;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .menu .first-level-menu {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 20px;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 75%;
  }
}
.menu .first-level-menu .item-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0.5rem 0;
}
.menu .first-level-menu .item-menu:last-child {
  display: none;
}
.menu .first-level-menu .item-menu:nth-last-child(-n+2) {
  display: none;
}
@media screen and (max-width: 992px) {
  .menu .first-level-menu .item-menu {
    padding-left: 1rem;
  }
}
.menu .first-level-menu .item-menu:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.menu .first-level-menu .item-menu:hover {
  background-color: #b51a13;
}
.menu .first-level-menu .item-menu.have-sub-menu {
  pointer-events: all;
  cursor: pointer !important;
}
.menu .first-level-menu .item-menu.have-sub-menu.active {
  background-color: #b51a13;
}
.menu .first-level-menu .item-menu.have-sub-menu a {
  pointer-events: none;
  cursor: pointer !important;
}
.menu .first-level-menu .item-menu a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.625rem;
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  padding-left: 0.5rem;
}
.menu .first-level-menu .item-menu a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  margin-left: 10px;
  font-size: 90%;
  position: absolute;
  right: 0.5rem;
}
.menu .second-level-menu {
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 0.5rem;
  left: 350px;
  width: 350px;
  display: none;
  margin-top: 3.5rem;
}
@media screen and (max-width: 992px) {
  .menu .second-level-menu {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
  }
}
.menu .second-level-menu.active {
  display: block;
}
.menu .second-level-menu .second-lvl-item {
  padding: 0.5rem 0;
}
@media screen and (max-width: 992px) {
  .menu .second-level-menu .second-lvl-item {
    padding: 0.8rem 0;
  }
}
.menu .second-level-menu .second-lvl-item:hover {
  background-color: #b51a13;
}
.menu .second-level-menu .second-lvl-item a {
  text-transform: none;
  font-size: 1.25rem;
  pointer-events: auto !important;
}
.menu .second-level-menu .second-lvl-item a::after {
  display: none !important;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #4a4a4a;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 992px) {
  html,
body {
    font-size: 14px;
  }
}

.red {
  color: #e53028;
}

.white {
  color: #fff;
}

img {
  width: 100%;
}

.container.large-size {
  max-width: 1700px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .container.large-size {
    max-width: 1366px;
  }
}
@media screen and (max-width: 1440px) {
  .container.large-size {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .container.large-size {
    max-width: 95%;
    padding: 0;
  }
}
@media screen and (min-width: 1660px) and (max-width: 1920px) {
  .container.large-size {
    max-width: 90%;
  }
}

.row {
  max-width: 100%;
  margin: 0 auto;
}

p {
  line-height: 1.5em;
}
p a {
  color: #e53028;
}

footer {
  margin-bottom: 0;
}
footer .footer-container {
  max-width: 90%;
}
@media screen and (max-width: 1440px) {
  footer .footer-container {
    max-width: 100% !important;
  }
}
footer .social-wrapper {
  margin-bottom: 0;
  background-color: #e53028;
  padding: 2rem 0;
}
footer .social-wrapper .social-list {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}
footer .social-wrapper .social-list li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 50px;
  font-size: 1.5rem;
}
footer .social-wrapper .social-list li:not(:first-child) {
  margin-left: 2rem;
}
footer .social-wrapper .social-list li a {
  color: #e53028;
}
footer .footer-menu-wrapper {
  background-color: #051324;
  padding: 2rem 0;
}
footer .footer-menu-wrapper .footer-menu {
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  padding-left: 0;
}
@media screen and (max-width: 1440px) {
  footer .footer-menu-wrapper .footer-menu .first-level-menu {
    padding-left: 1rem;
  }
}
footer .footer-menu-wrapper .footer-menu li {
  display: inline-block;
  color: #e53028;
  vertical-align: top;
}
footer .footer-menu-wrapper .footer-menu li a {
  color: #e53028;
  text-decoration: none;
}
footer .footer-menu-wrapper .footer-menu li:not(:first-child) {
  margin-left: 2rem;
}
@media screen and (max-width: 1440px) {
  footer .footer-menu-wrapper .footer-menu li:not(:first-child) {
    margin-left: 1rem;
  }
}
footer .footer-menu-wrapper .footer-menu li .sub-menu {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
footer .footer-menu-wrapper .footer-menu li .sub-menu ul {
  padding-left: 0;
}
footer .footer-menu-wrapper .footer-menu li .sub-menu ul li {
  display: block;
  margin-left: 0;
  color: #fff;
  margin-block: 0.5rem;
}
footer .footer-menu-wrapper .footer-menu li .sub-menu ul li a {
  color: #fff;
}
footer .footer-menu-wrapper .footer-menu li .second-level-menu {
  padding-left: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
footer .footer-menu-wrapper .footer-menu li .second-level-menu li {
  display: block;
  margin-left: 0;
  color: #fff;
  margin-block: 0.5rem;
}
footer .footer-menu-wrapper .footer-menu li .second-level-menu li a {
  color: #fff;
  text-transform: none;
}

.nav-menu-footer .item-menu:last-child {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .nav-menu-footer {
    display: none;
  }
}

.hero-top-wrapper {
  margin-bottom: 3rem;
}
.hero-top-wrapper .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center;
  max-height: 700px;
}
@media screen and (max-width: 992px) {
  .hero-top-wrapper .item {
    height: 70vh;
  }
}
.hero-top-wrapper .item .gradient {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-image: url("../assets/gradient-hero-top.png");
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
.hero-top-wrapper .item .info-hero {
  position: absolute;
  z-index: 101;
  left: 5%;
  bottom: 4.875rem;
  max-width: 90%;
}
@media screen and (max-width: 992px) {
  .hero-top-wrapper .item .info-hero {
    left: 2rem;
    bottom: 4.475rem;
  }
}
.hero-top-wrapper .item .info-hero a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
}
.hero-top-wrapper .item .info-hero a:hover {
  text-decoration: none;
}
.hero-top-wrapper .item .info-hero a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e53028;
  margin-left: 10px;
  font-size: 90%;
}
.hero-top-wrapper .item .info-hero .label {
  font-family: "Roboto Slab", serif;
  font-size: 1.875rem;
  line-height: 0.6;
  letter-spacing: normal;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  position: relative;
  width: fit-content;
  display: table;
}
.hero-top-wrapper .item .info-hero .label::after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 7px;
  background-color: #e53028;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}
.hero-top-wrapper .item .info-hero .text-desc {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: normal;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0.5rem 0;
}
.hero-top-wrapper .item .info-hero .text-desc p {
  line-height: 1.1;
}
@media screen and (max-width: 992px) {
  .hero-top-wrapper .item .info-hero .text-desc {
    font-size: 2.45rem;
  }
}
@media screen and (max-width: 992px) {
  .hero-top-wrapper .item .info-hero .text-desc p {
    line-height: 1;
  }
}

.hero-approccio-wrapper {
  background-color: #e53028;
  padding: 6rem 0;
  margin-bottom: 1rem;
}
.hero-approccio-wrapper .title-block {
  font-size: 3rem;
  margin-bottom: 1.5625rem;
  line-height: 1;
}
.hero-approccio-wrapper .text-description {
  margin: 1.5625rem auto;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.hero-title-subtitle-home {
  padding: 4rem 0;
}
.hero-title-subtitle-home .title-block {
  font-size: 3rem;
  margin-bottom: 1.5625rem;
  line-height: 1;
  color: #e53028;
}
.hero-title-subtitle-home .text-description {
  margin: 1.5625rem auto;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.page-template-home .hero-row-header .info-hero {
  left: 6.25rem;
}
@media screen and (max-width: 992px) {
  .page-template-home .hero-row-header .info-hero {
    left: 2rem;
  }
}

.hero-row-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 550px;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hero-row-header {
    height: 370px;
  }
}
.hero-row-header .info-hero {
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1440px) {
  .hero-row-header .info-hero {
    left: 5%;
  }
}
@media screen and (max-width: 992px) {
  .hero-row-header .info-hero {
    width: calc(100% - 4rem);
    left: 2rem;
  }
}
.hero-row-header .info-hero a {
  color: #fff;
  display: block;
}
.hero-row-header .info-hero a:hover {
  text-decoration: none;
}
.hero-row-header .info-hero a .title-block::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 660px) {
  .hero-row-header .info-hero a .title-block::after {
    right: -10px;
  }
}
.hero-row-header .info-hero .info-content {
  background-color: rgba(229, 48, 40, 0.8);
  padding: 2rem;
}
@media screen and (max-width: 660px) {
  .hero-row-header .info-hero .info-content {
    padding: 1rem;
  }
}
.hero-row-header .info-hero .info-content .title-block {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.875rem;
  position: relative;
  line-height: 1;
}
.hero-row-header .info-hero .info-content .text-desc {
  font-size: 1.375rem;
}
@media screen and (max-width: 992px) {
  .hero-row-header .info-hero .info-content .text-desc p {
    line-height: 1.1;
  }
}
.hero-row-header .info-hero .label {
  font-family: "Roboto Slab", serif;
  font-size: 1.875rem;
  line-height: 0.6;
  letter-spacing: normal;
  padding: 0.5rem 0;
  margin-bottom: 3rem;
  position: relative;
  width: fit-content;
  display: table;
}
@media screen and (max-width: 660px) {
  .hero-row-header .info-hero .label {
    line-height: 1;
  }
}
.hero-row-header .info-hero .label::after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 7px;
  background-color: #e53028;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
}

.hero-dettaglio-case-wrapper {
  margin-bottom: 1rem;
}
.hero-dettaglio-case-wrapper .label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #e53028;
  font-size: 1.375rem;
}
.hero-dettaglio-case-wrapper .processo-step-wrapper .single-processo-step {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hero-dettaglio-case-wrapper .processo-step-wrapper .single-processo-step .wrapper-icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .hero-dettaglio-case-wrapper .processo-step-wrapper .single-processo-step .wrapper-icon {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.hero-dettaglio-case-wrapper .processo-step-wrapper .single-processo-step .wrapper-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
}
.hero-dettaglio-case-wrapper .processo-step-wrapper .single-processo-step .wrapper-text p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
.hero-dettaglio-case-wrapper .list-strumenti {
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .hero-dettaglio-case-wrapper .list-strumenti {
    text-align: center;
    column-count: 2;
  }
}
.hero-dettaglio-case-wrapper .list-strumenti .single-strumento {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin: 1rem 2rem;
  width: 150px;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .hero-dettaglio-case-wrapper .list-strumenti .single-strumento {
    display: inline-block;
    text-align: center;
    margin: 1rem auto;
  }
}
.hero-dettaglio-case-wrapper .list-strumenti .single-strumento:first-child {
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .hero-dettaglio-case-wrapper .list-strumenti .single-strumento:first-child {
    margin-left: auto;
  }
}
.hero-dettaglio-case-wrapper .list-strumenti .single-strumento .wrapper-img {
  text-align: center;
  width: 100px;
  margin: 0 auto;
}
.hero-dettaglio-case-wrapper .list-strumenti .single-strumento .label-ico {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}

.hero-dettaglio-news-wrapper {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.hero-dettaglio-news-wrapper .wrapper-img-gallery {
  display: none;
}
.hero-dettaglio-news-wrapper .btn {
  margin: 1rem auto;
  display: block;
  color: #e53028;
}
.hero-dettaglio-news-wrapper .wrapper-img {
  width: 440px;
  height: 440px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #e53028;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .hero-dettaglio-news-wrapper .wrapper-img {
    width: 220px;
    height: 220px;
  }
}
.hero-dettaglio-news-wrapper .list-doc {
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.hero-dettaglio-news-wrapper .list-doc .single-doc {
  display: inline-block;
  border: 3px solid #e53028;
  padding: 0.4rem 1rem;
  margin-bottom: 20px;
}
.hero-dettaglio-news-wrapper .list-doc .single-doc:not(:first-child) {
  margin-left: 20px;
}
.hero-dettaglio-news-wrapper .list-doc .single-doc a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #e53028;
  text-decoration: none;
  position: relative;
}
.hero-dettaglio-news-wrapper .list-doc .single-doc a::after {
  content: "";
  background-image: url("../assets/PDF-icon.svg");
  width: 37px;
  height: 39px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.hero-dettaglio-news-wrapper .content-news .title-news {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  margin: 1rem 0;
}
.hero-dettaglio-news-wrapper .content-news .data {
  text-transform: uppercase;
  color: #e53028;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
.hero-dettaglio-news-wrapper .content-news .wrapper-txt {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
}
.hero-dettaglio-news-wrapper .content-news .wrapper-txt p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
}

.hero-last-news-wrapper {
  background-color: #f2f2f2;
  padding: 2rem 0;
}
.hero-last-news-wrapper .title-block {
  font-family: "Roboto Slab", serif;
  font-size: 2.125rem;
  text-align: center;
  margin: 2rem 0 4rem;
}
.hero-last-news-wrapper .wrapper-last-news-carousel .owl-carousel .owl-nav .owl-next {
  right: -40px;
}
@media screen and (max-width: 992px) {
  .hero-last-news-wrapper .wrapper-last-news-carousel .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.hero-last-news-wrapper .wrapper-last-news-carousel .owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
@media screen and (max-width: 992px) {
  .hero-last-news-wrapper .wrapper-last-news-carousel .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.hero-last-news-wrapper .wrapper-last-news-carousel .btn.all {
  background-color: transparent;
  color: #e53028;
  padding: 1rem;
  display: block;
  margin: 4rem auto 2rem;
}

.wrapper-list-news .single-news {
  min-height: auto !important;
}

.wrapper-list-news .owl-carousel .owl-nav,
.wrapper-last-news-carousel .owl-carousel .owl-nav {
  top: 60%;
}
.wrapper-list-news .owl-carousel .owl-nav .owl-next:before,
.wrapper-last-news-carousel .owl-carousel .owl-nav .owl-next:before {
  color: #e53028;
}
@media screen and (max-width: 660px) {
  .wrapper-list-news .owl-carousel .owl-nav .owl-next:before,
.wrapper-last-news-carousel .owl-carousel .owl-nav .owl-next:before {
    font-size: 2rem;
  }
}
.wrapper-list-news .owl-carousel .owl-nav .owl-prev:before,
.wrapper-last-news-carousel .owl-carousel .owl-nav .owl-prev:before {
  color: #e53028;
}
@media screen and (max-width: 660px) {
  .wrapper-list-news .owl-carousel .owl-nav .owl-prev:before,
.wrapper-last-news-carousel .owl-carousel .owl-nav .owl-prev:before {
    font-size: 2rem;
  }
}
.wrapper-list-news .single-news,
.wrapper-last-news-carousel .single-news {
  text-align: center;
  border-right: 1px solid #4a4a4a;
  min-height: 431px;
  padding: 0 2rem;
}
@media screen and (max-width: 992px) {
  .wrapper-list-news .single-news,
.wrapper-last-news-carousel .single-news {
    border-right: 0;
  }
}
.wrapper-list-news .single-news .img-wrapper,
.wrapper-last-news-carousel .single-news .img-wrapper {
  width: 200px;
  height: 200px;
  border: 2px solid #e53028;
  border-radius: 50%;
  margin: 1rem auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wrapper-list-news .single-news .data,
.wrapper-last-news-carousel .single-news .data {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #e53028;
}
.wrapper-list-news .single-news .title-news,
.wrapper-last-news-carousel .single-news .title-news {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
}
.wrapper-list-news .single-news .abstract,
.wrapper-last-news-carousel .single-news .abstract {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  min-height: 6em;
}
.wrapper-list-news .single-news a,
.wrapper-last-news-carousel .single-news a {
  color: #e53028;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: relative;
  width: fit-content;
  cursor: pointer;
  margin-right: 15px;
}
.wrapper-list-news .single-news a:after,
.wrapper-last-news-carousel .single-news a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper-list-news .single-archive-news {
  border-bottom: 1px solid #e53028;
  margin-bottom: 1rem;
}
.wrapper-list-news .single-archive-news:not(:first-child) {
  margin-top: 1rem;
}
.wrapper-list-news .single-archive-news.single-news {
  border-right: 0;
  text-align: left;
  padding-left: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrapper-list-news .single-archive-news.single-news .abstract {
  min-height: auto;
}
.wrapper-list-news .single-archive-news.single-news.active {
  display: flex;
  opacity: 1;
}
.wrapper-list-news .single-archive-news.single-news a {
  text-align: right;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../assets/arrow-down.svg");
  background-size: 15px;
  background-position: 95% center;
  background-repeat: no-repeat;
}

.wrapper-list-aggiornamenti .single-press {
  margin-bottom: 2rem;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.wrapper-list-aggiornamenti .single-press.active {
  display: flex;
  opacity: 1;
}
.wrapper-list-aggiornamenti .single-press .content-press {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #e53028;
}
.wrapper-list-aggiornamenti .single-press .data {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #e53028;
}
.wrapper-list-aggiornamenti .single-press .txt-desc {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
  .wrapper-list-aggiornamenti .single-press .txt-desc {
    display: inline-block;
    vertical-align: top;
    width: calc(68% - 20px);
  }
}
.wrapper-list-aggiornamenti .single-press .txt-desc p {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.wrapper-list-aggiornamenti .single-press .label {
  font-size: 1.125rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.wrapper-list-aggiornamenti .single-press a {
  color: #e53028;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: relative;
  width: fit-content;
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 1rem;
}
.wrapper-list-aggiornamenti .single-press a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper-last-press-home {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wrapper-last-press-home .title {
  color: #e53028;
  font-size: 2.125rem;
  font-family: "Roboto Slab", serif;
  margin: 2rem 0 4rem;
}
.wrapper-last-press-home .btn.all {
  background-color: transparent;
  color: #e53028;
  padding: 1rem;
  display: block;
  margin: 2rem auto 4rem;
}

.hero-intro-text {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.hero-intro-text h1 {
  color: #e53028;
  font-size: 2.8125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 660px) {
  .hero-intro-text h1 {
    font-size: 2rem;
  }
}
.hero-intro-text .text-description-wrapper {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.hero-citazione-infografica {
  margin-bottom: 3rem !important;
}
.hero-citazione-infografica .cit-wrapper {
  background-color: #f2f2f2;
  height: 100%;
  padding: 4.5rem 4rem;
  position: relative;
}
.hero-citazione-infografica .cit-wrapper .cit {
  font-size: 2.1875rem;
  text-align: center;
  font-family: "Roboto Slab", serif;
  position: relative;
  margin: 1rem auto;
  max-width: 80%;
}
.hero-citazione-infografica .cit-wrapper .cit:before {
  content: "";
  background-image: url("../assets/quote-open.svg");
  background-image: url("../assets/quote-open.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: -40px;
  top: -40px;
}
.hero-citazione-infografica .cit-wrapper .cit:after {
  content: "";
  background-image: url("../assets/quote-close.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -40px;
  bottom: -40px;
}
.hero-citazione-infografica .cit-wrapper .logo-cit {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.hero-citazione-infografica img {
  width: 100%;
}

.hero-citazione-icone {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.hero-citazione-icone .cit-wrapper {
  background-color: #f2f2f2;
  height: 100%;
  padding: 4.5rem 4rem;
}
.hero-citazione-icone .cit-wrapper .cit {
  font-size: 2.1875rem;
  text-align: center;
  font-family: "Roboto Slab", serif;
  position: relative;
}
.hero-citazione-icone .cit-wrapper .cit:before {
  content: "";
  background-image: url("../assets/quote-open.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: -40px;
  top: -40px;
}
.hero-citazione-icone .cit-wrapper .cit:after {
  content: "";
  background-image: url("../assets/quote-close.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -40px;
  bottom: -40px;
}
.hero-citazione-icone .list-icone {
  padding-left: 0;
  text-align: center;
}
.hero-citazione-icone .list-icone .single-icona {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin: 1rem 1rem;
  width: 150px;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  .hero-citazione-icone .list-icone .single-icona {
    text-align: center;
    margin: 1rem auto;
    width: 47%;
    display: block;
    float: left;
  }
}
@media screen and (max-width: 992px) {
  .hero-citazione-icone .list-icone .single-icona:nth-child(even) {
    margin-left: 3% !important;
  }
}
.hero-citazione-icone .list-icone .single-icona:first-child {
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .hero-citazione-icone .list-icone .single-icona:first-child {
    margin-left: auto;
  }
}
.hero-citazione-icone .list-icone .single-icona .wrapper-img {
  text-align: center;
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .hero-citazione-icone .list-icone .single-icona .wrapper-img {
    width: 100%;
  }
}
.hero-citazione-icone .list-icone .single-icona .label-ico {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}

.hero-accordion {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.hero-accordion .row-btn {
  text-align: center;
}
.hero-accordion .btn.all {
  background-color: transparent;
  color: #e53028;
  padding: 1rem 2rem;
  display: inline-block;
  margin: 2rem auto 4rem;
  width: auto;
}
@media screen and (max-width: 992px) {
  .hero-accordion .btn.all {
    width: 100%;
    margin: 2rem auto;
  }
}
.hero-accordion .accordion-wrapper .single-accordion {
  border-bottom: 1px solid #4a4a4a;
}
.hero-accordion .accordion-wrapper .single-accordion:last-child {
  margin-bottom: 4rem;
}
.hero-accordion .accordion-wrapper .single-accordion .header {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #4a4a4a;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hero-accordion .accordion-wrapper .single-accordion .header {
    padding-right: 3rem;
  }
}
.hero-accordion .accordion-wrapper .single-accordion .header .wrapper-icona-accordion {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.hero-accordion .accordion-wrapper .single-accordion .header .wrapper-info {
  flex: 1;
}
.hero-accordion .accordion-wrapper .single-accordion .header.open:after {
  transform: rotateX(180deg);
}
.hero-accordion .accordion-wrapper .single-accordion .header:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../assets/arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 15px;
  top: 1.5rem;
}
.hero-accordion .accordion-wrapper .single-accordion h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  margin: 0;
}
.hero-accordion .accordion-wrapper .single-accordion h4 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  margin: 0;
}
.hero-accordion .accordion-wrapper .single-accordion .inner {
  overflow: hidden;
  padding: 0 0 15px;
  display: none;
}
.hero-accordion .accordion-wrapper .single-accordion .inner a {
  color: #e53028;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: relative;
  width: fit-content;
  cursor: pointer;
  text-transform: uppercase;
  float: right;
  margin-right: 20px;
}
.hero-accordion .accordion-wrapper .single-accordion .inner a:after {
  color: #e53028;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.hero-accordion .accordion-wrapper .single-accordion .inner .text-desc {
  font-size: 1.125rem;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.hero-other-case {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.hero-other-case .title {
  color: #e53028;
  font-size: 2.125rem;
  font-family: "Roboto Slab", serif;
  margin-bottom: 2rem;
}
.hero-other-case .wrapper-other-case-carousel .single-case-other {
  background-color: #f2f2f2;
  padding: 2rem;
  min-height: 270px;
}
@media screen and (max-width: 660px) {
  .hero-other-case .wrapper-other-case-carousel .single-case-other {
    min-height: 240px;
  }
}
.hero-other-case .wrapper-other-case-carousel .single-case-other .title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}
.hero-other-case .wrapper-other-case-carousel .single-case-other .txt-desc {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  min-height: 3em;
}
.hero-other-case .wrapper-other-case-carousel .single-case-other a {
  color: #e53028;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: relative;
  width: fit-content;
  cursor: pointer;
  text-transform: uppercase;
  display: table;
  margin: 1rem auto;
  text-align: center;
  position: relative;
}
.hero-other-case .wrapper-other-case-carousel .single-case-other a:after {
  color: #e53028;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
  position: absolute;
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.hero-other-case .wrapper-other-case-carousel .owl-carousel {
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .hero-other-case .wrapper-other-case-carousel .owl-carousel {
    width: 100%;
  }
}
.hero-other-case .wrapper-other-case-carousel .owl-nav .owl-prev {
  left: -40px;
}
@media screen and (max-width: 992px) {
  .hero-other-case .wrapper-other-case-carousel .owl-nav .owl-prev {
    left: 5px;
  }
}
.hero-other-case .wrapper-other-case-carousel .owl-nav .owl-prev::before {
  color: #e53028;
}
@media screen and (max-width: 992px) {
  .hero-other-case .wrapper-other-case-carousel .owl-nav .owl-prev::before {
    font-size: 2rem;
  }
}
.hero-other-case .wrapper-other-case-carousel .owl-nav .owl-next {
  right: -40px;
}
@media screen and (max-width: 992px) {
  .hero-other-case .wrapper-other-case-carousel .owl-nav .owl-next {
    right: 5px;
  }
}
.hero-other-case .wrapper-other-case-carousel .owl-nav .owl-next::before {
  color: #e53028;
}
@media screen and (max-width: 992px) {
  .hero-other-case .wrapper-other-case-carousel .owl-nav .owl-next::before {
    font-size: 2rem;
  }
}

.hero-other-offers {
  background-image: url("../assets/bg-other-offers.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
  padding: 2rem 0;
  width: 100%;
}
.hero-other-offers .title-underline {
  font-family: "Roboto Slab", serif;
  font-size: 2.125rem;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.hero-other-offers .title-underline::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e53028;
  display: block;
}
.hero-other-offers .single-case-other {
  padding: 1rem 0;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #e53028;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hero-other-offers .single-case-other {
    padding: 1rem;
  }
}
.hero-other-offers .single-case-other a {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
}
.hero-other-offers .single-case-other a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 2rem;
}
.hero-other-offers .single-case-other .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.875rem;
  font-weight: 300;
  color: #fff;
  max-width: 90%;
}
.hero-other-offers .single-case-other .txt-desc {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
}
.hero-other-offers .single-case-other .txt-desc p {
  margin-bottom: 0;
}

.posizioni-aperte {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.posizioni-aperte .title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  color: #e53028;
}
.posizioni-aperte a {
  text-decoration: none;
}
.posizioni-aperte .single-annuncio {
  border-bottom: 1px solid #4a4a4a;
  padding: 1rem 0;
  position: relative;
}
.posizioni-aperte .single-annuncio::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 2rem;
  color: #e53028;
}
.posizioni-aperte .single-annuncio .title {
  color: #4a4a4a;
  font-size: 1.825rem;
  font-family: "Roboto", sans-serif;
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  .posizioni-aperte .single-annuncio .title {
    padding-left: 0;
  }
}
.posizioni-aperte .single-annuncio .abstract {
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 20px;
  font-weight: 300;
  font-size: 1rem;
  color: #4a4a4a;
}
@media screen and (max-width: 992px) {
  .posizioni-aperte .single-annuncio .abstract {
    padding-left: 0;
  }
}

.hero-dettaglio-lavoro {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.hero-dettaglio-lavoro .title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  color: #e53028;
}
.hero-dettaglio-lavoro .back {
  color: #4a4a4a;
  font-size: 1rem;
  position: relative;
  margin: 2rem 0;
  display: block;
}
.hero-dettaglio-lavoro .back:before {
  color: #e53028;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 100%;
  margin-right: 10px;
  transform: translateY(-50%);
  transform: rotate(180deg);
}
.hero-dettaglio-lavoro .details .title {
  font-size: 1.875rem;
  margin-bottom: 2rem;
}
.hero-dettaglio-lavoro .details .wrapper-desc-offerta {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

.hero-form-lavoro {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hero-form-lavoro .title {
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  color: #e53028;
}

.hero-dettaglio-interna {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.hero-dettaglio-interna .title {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  color: #e53028;
}
.hero-dettaglio-interna .text-desc {
  margin: 2rem auto;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.hero-dettaglio-interna .text-desc p a {
  color: #e53028;
}
.hero-dettaglio-interna .list-doc {
  padding-left: 0;
  width: 100%;
  text-align: center;
}
.hero-dettaglio-interna .list-doc .single-doc {
  display: inline-block;
  border: 3px solid #e53028;
  padding: 0.4rem 1rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  .hero-dettaglio-interna .list-doc .single-doc {
    width: 100%;
  }
}
.hero-dettaglio-interna .list-doc .single-doc:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 660px) {
  .hero-dettaglio-interna .list-doc .single-doc:not(:first-child) {
    margin-left: 0;
  }
}
.hero-dettaglio-interna .list-doc .single-doc a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #e53028;
  text-decoration: none;
  position: relative;
}
.hero-dettaglio-interna .list-doc .single-doc a::after {
  content: "";
  background-image: url("../assets/PDF-icon.svg");
  width: 37px;
  height: 39px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.page-template-page-press-kit .hero-dettaglio-interna.press-kit {
  display: none;
}

.hero-sedi {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.hero-sedi .title {
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #e53028;
}
.hero-sedi .wrapper-sedi {
  margin-top: 2rem;
}
.hero-sedi .wrapper-sedi .single-sede {
  border-bottom: 2px solid #e53028;
  padding: 1rem 0;
  cursor: pointer;
}
.hero-sedi .wrapper-sedi .single-sede.selected .name-office {
  color: #e53028;
}
.hero-sedi .wrapper-sedi .single-sede .name-office {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.hero-sedi .wrapper-sedi .single-sede .info {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
@media screen and (max-width: 992px) {
  #map {
    margin-top: 2rem;
  }
}

.hero-partnership {
  margin: 4rem auto;
}
.hero-partnership .title {
  color: #e53028;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin-bottom: 2rem;
}
.hero-partnership .logo-partner {
  max-width: 180px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .hero-partnership .logo-partner {
    position: relative;
    top: auto;
    transform: none;
  }
}
.hero-partnership .name-partner {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
.hero-partnership .text-desc {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin: 1rem auto;
  font-size: 1.125rem;
}

.box-evidenza {
  margin: -45px auto 5px !important;
}
.box-evidenza .box-evidenza-wrapper .single-box-evidenza {
  background: none no-repeat scroll center center transparent;
  background-size: cover;
  height: 220px;
  position: relative;
}
.box-evidenza .box-evidenza-wrapper .single-box-evidenza .block-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../assets/arrow-right.png") no-repeat scroll right 15px center transparent;
  background-color: rgba(229, 48, 40, 0.7);
  padding: 12px 20px;
  background-size: 20px;
}
.box-evidenza .box-evidenza-wrapper .single-box-evidenza .block-text h4 {
  font-family: "RobotoCondesed", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 200;
}
.box-evidenza .box-evidenza-wrapper .single-box-evidenza .block-text .text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 200;
}
.box-evidenza .box-evidenza-wrapper .single-box-evidenza .block-text .text p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .box-evidenza {
    margin: -40px auto 5px !important;
  }
}

.infografica-piramide .infografica-piramide-wrapper {
  position: relative;
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img {
  position: relative;
  width: 549px;
  height: 435px;
  margin: 20px auto;
}
@media screen and (max-width: 660px) {
  .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img {
    width: 100%;
    height: auto;
  }
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .label {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4a4a4a;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_1_top {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_1_bottom {
  top: 123px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 20px;
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_2 {
  top: 225px;
  left: 31%;
  transform: translateX(-50%);
  width: 100px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 660px) {
  .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_2 {
    top: 145px;
    font-size: 10px;
    line-height: 10px;
    width: 40px;
  }
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_3_top {
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 660px) {
  .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_3_top {
    top: 96px;
    font-size: 10px;
  }
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_3_bottom {
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 660px) {
  .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_3_bottom {
    top: 121px;
    width: 70px;
    font-size: 10px;
    line-height: 10px;
  }
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_4 {
  top: 250px;
  left: 69.5%;
  transform: translateX(-50%);
  width: 100px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 660px) {
  .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_4 {
    top: 130px;
    width: 50px;
    font-size: 10px;
  }
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .base_1 {
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media screen and (max-width: 660px) {
  .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .base_1 {
    top: 192px;
    font-size: 10px;
  }
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .box_1 {
  top: 407px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 20px;
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail {
  position: relative;
  text-align: center;
  width: 549px;
  height: 435px;
  margin: 20px auto;
}
@media screen and (max-width: 660px) {
  .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail {
    width: 300px;
    height: 300px;
  }
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail .infografica-piramide-detail-image {
  height: 430px;
  width: 430px;
  border-radius: 50%;
  background: none no-repeat scroll center center rgba(199, 8, 0, 0.5);
  background-size: cover;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 992px) {
  .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail .infografica-piramide-detail-image {
    width: 300px;
    height: 300px;
  }
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail .infografica-piramide-detail-image.show {
  display: block;
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail .info-grafica-istruzioni {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #4a4a4a;
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail .infografica-piramide-detail-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail .infografica-piramide-detail-text {
    font-size: 16px;
    line-height: 1;
    width: 90%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail .infografica-piramide-detail-text strong {
  font-family: "Roboto Slab", serif;
  font-size: 26px;
  line-height: 30px;
}
.infografica-piramide .infografica-piramide-wrapper .infografica-piramide-detail .infografica-piramide-detail-text p:last-child {
  margin-bottom: 0;
}
.infografica-piramide .infografica-piramide-wrapper .tratteggio {
  border-top: 2px dashed #d3d3d3;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.infografica-piramide .infografica-piramide-wrapper .tratteggio.show {
  display: block;
}
@media screen and (max-width: 991px) {
  .infografica-piramide .tratteggio.show {
    display: none !important;
  }
}

.page-template-page-gruppo .hero-dettaglio-interna:nth-child(even) {
  padding: 1rem 0;
  background-color: #eeeeee;
}

.page-template-page-press-kit .list-doc .single-doc a::after {
  content: "";
  background-image: url("../assets/zip.svg");
  width: 37px;
  height: 39px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.hero_box_con_icona {
  margin: 2rem 0;
}
.hero_box_con_icona .single-box {
  margin-bottom: 1rem;
}
.hero_box_con_icona .single-box .wrapper-info {
  height: 300px;
  background-color: #f2f2f2;
  padding: 1rem 0.5rem;
  text-align: center;
}
.hero_box_con_icona .single-box .wrapper-info .titolo {
  text-transform: uppercase;
  color: #e53028;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.hero_box_con_icona .single-box .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 1rem auto;
}
.hero_box_con_icona .single-box .icon-wrapper img {
  max-width: 100%;
}

.hero_box_no_icona_offerta {
  margin: 2rem 0;
}
.hero_box_no_icona_offerta .single-box {
  margin-bottom: 1rem;
}
.hero_box_no_icona_offerta .single-box .wrapper-info {
  height: 200px;
  background-color: #f2f2f2;
  text-align: center;
}
.hero_box_no_icona_offerta .single-box .wrapper-info .titolo {
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 1rem;
  background-color: #e53028;
}
.hero_box_no_icona_offerta .single-box .wrapper-info .text-desc {
  padding: 1rem;
}

@media screen and (max-width: 992px) {
  .page-id-944 .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_1_top {
    top: 40px;
    font-size: 9px;
    line-height: 1;
  }
}
@media screen and (max-width: 992px) {
  .page-id-944 .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .box_1 {
    top: 235px;
  }
}
@media screen and (max-width: 992px) {
  .page-id-944 .infografica-piramide .infografica-piramide-wrapper .infografica-piramide-img .triangle_1_bottom {
    top: 69px;
    font-size: 10px;
  }
}

/*# sourceMappingURL=styles.css.map */
