/* @import '_reset'; */
.topbar--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #da2032;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  height: 30px;
  padding: 0 15px;
}
.topbar--wrap .icona {
  margin-right: 5px;
}
.topbar--wrap .icona svg {
  fill: #fff;
}

.topbar--lang {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.topbar--lang:hover {
  opacity: 0.8;
}

.topbar--portal {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.topbar--portal:hover {
  opacity: 0.8;
}

.menu--wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  transition: 150ms opacity ease-out;
  background: rgba(25, 29, 29, 0.7);
  z-index: 10;
}

.menu--wrap {
  opacity: 0;
  pointer-events: none;
}

.menu--wrap.on {
  opacity: 1;
  pointer-events: all;
}

.menu--logowrap {
  flex: 1;
  padding-left: 15px;
}

.menu--logo {
  display: inline-block;
}
.menu--logo img {
  display: block;
  width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .menu--logo img {
    width: 75px;
  }
}

@media (min-width: 768px) {
  .nav--mobile {
    display: none;
  }
}
.nav--mobile .nav--box {
  position: fixed;
  top: calc(70px + 30px);
  right: 0;
  width: auto;
  height: calc(100% - 70px - 30px);
  border-bottom: 0;
  padding-top: 10px;
  z-index: 7000;
  background-color: rgba(21, 21, 21, 0.95);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 70%;
  transition: transform 250ms ease-in-out;
  transform: translateX(100%);
}
.nav--mobile .nav--box.on {
  transform: translateX(0);
}
.nav--mobile .nav--item {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 20px;
  font-size: 16px;
  display: block;
  font-weight: bold;
}

.nav--desktop {
  display: none;
}
@media (min-width: 768px) {
  .nav--desktop {
    display: block;
  }
}
.nav--desktop .nav--box {
  display: flex;
  position: relative;
  top: 0;
  width: auto;
  height: 70px;
  border-bottom: 0;
  padding-top: 0;
  align-items: stretch;
  justify-content: space-between;
}
.nav--desktop .nav--item {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  padding: 0 15px;
}

.topbar--wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.menu--wrap {
  position: fixed;
  z-index: 10;
  top: 30px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header--langSwitcherMobile {
  margin-left: 5px;
  margin-top: 0px;
  cursor: pointer;
}
.header--langSwitcherMobile select {
  background: none;
  color: #fff;
  border: none;
  font-family: "WorkSans", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.langBar--wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  background: #da2032;
  color: white;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  border-top: 4px solid #fff;
  font-size: 24px;
  padding: 35px 20px 35px 20px;
}
@media (min-width: 768px) {
  .langBar--wrap {
    font-size: 32px;
    padding: 50px 0 50px 0;
  }
}

/* @import '_pxxForm'; */
.btn, .btn--wrap {
  display: inline-block;
  background-color: #da2032;
  padding: 10px 25px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0;
}
.btn:hover, .btn--wrap:hover {
  background-color: #fff;
  color: #da2032;
}
@media (min-width: 1024px) {
  .btn, .btn--wrap {
    font-size: 22px;
    padding: 15px 40px;
  }
}

.btn--wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateZ(0) scale(1, 1);
}

footer {
  background: #da2032;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  min-height: 300px;
}

.footer--layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .footer--layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer--logo {
  padding-right: 40px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer--logo {
    margin-bottom: 0;
    width: auto;
  }
}
.footer--logo svg {
  width: 100px;
  height: 49.2753623188px;
  fill: #fff;
}

.footer--content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer--content {
    width: auto;
    margin-bottom: 0;
  }
}

.footer--address {
  line-height: 1.2;
  padding-right: 40px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 320px) {
  .footer--address {
    margin-bottom: 0;
    width: auto;
  }
}

.footer--contact {
  line-height: 1.2;
  width: 100%;
}
@media (min-width: 320px) {
  .footer--contact {
    width: auto;
  }
}
.footer--contact span {
  width: 50px;
  display: inline-block;
}

.footer--social {
  display: flex;
}
@media (min-width: 768px) {
  .footer--social {
    margin-left: auto;
  }
}

.footer--social__item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.footer--social__item:last-child {
  margin-right: 0;
}
.footer--social__item:hover {
  opacity: 0.8;
}
.footer--social__item svg {
  width: auto;
  height: 24px;
}

.post--footer {
  background: #da2032;
}

.post--footer__layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 15px 20px;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 1300px) {
  .post--footer__layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post--footer__layout a {
  color: #fff;
  text-decoration: underline;
}
.post--footer__layout hr {
  height: 1px;
  width: 100%;
  background: #fff;
  border: 0;
  margin: 0 0 20px 0;
}

.post--footer__block {
  width: 100%;
  margin-bottom: 10px;
}
.post--footer__block:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .post--footer__block {
    width: auto;
    margin-bottom: 0;
  }
}

@font-face {
  font-family: "WorkSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/WorkSans-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "WorkSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/WorkSans-Bold.woff2) format("woff2");
}
html {
  height: 100%;
}
@media (min-width: 320px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  height: 100%;
  font-size: 16px;
  line-height: 1.2;
  font-family: "WorkSans", "Helvetica", Arial, sans-serif;
  background: #151515;
}

.noscroll {
  overflow: hidden;
}

*::selection {
  background: #da2032;
}

button,
input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=submit],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=submit]:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

strong, b {
  font-weight: 700;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p + p {
  margin-top: 1rem;
}

a {
  text-decoration: underline;
  color: inherit;
}

ul,
ol {
  margin: 1rem 0;
  padding-left: 1rem;
  list-style-type: none;
}

ul {
  list-style-type: disc;
}

li {
  font-size: 16px;
}

li + li {
  margin-top: 0.5rem;
}

.layout {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.layoutStretto {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .layoutStretto {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.center {
  text-align: center;
}

.nodesktop {
  display: none;
}
@media (min-width: 1024px) {
  .nodesktop {
    display: inherit;
  }
}

.freeze {
  overflow-y: hidden;
}

.obscure {
  opacity: 0.15;
  pointer-events: none;
}

.pulsante {
  display: inline-block;
  background-color: #da2032;
  padding: 10px 25px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.pulsante:hover {
  background-color: #fff;
  color: #da2032;
}
@media (min-width: 1024px) {
  .pulsante {
    font-size: 22px;
    padding: 15px 40px;
  }
}

.pulsante.dark {
  background-color: transparent;
  border: 1px solid #da2032;
}
.pulsante.dark:hover {
  background-color: #da2032;
  color: #fff;
}

.pulsante.neg {
  background-color: transparent;
  border: 1px solid #fff;
}
.pulsante.neg:hover {
  background-color: #da2032;
  color: #fff;
}

.btn_menu {
  display: inline-block;
  position: fixed;
  top: 30px;
  right: 0;
  overflow: hidden;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background: transparent;
  text-align: center;
  padding: 0.3rem 0;
  font-size: 0;
  cursor: pointer;
  z-index: 9999;
  transition: right, background 250ms ease;
  -moz-transition: right, background 250ms ease;
  -webkit-transition: right, background 250ms ease;
}
@media (min-width: 769px) {
  .btn_menu {
    display: none;
  }
}
.btn_menu:before {
  font-size: 2rem;
  color: #fff;
}
.btn_menu:focus {
  outline: none;
}
.btn_menu span {
  display: block;
  position: absolute;
  top: 30px;
  left: 30%;
  right: 30%;
  height: 2px;
  background: #fff;
}
.btn_menu span:after, .btn_menu span:before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.btn_menu span:after {
  bottom: -8px;
}
.btn_menu span:before {
  top: -8px;
}

.hamburger span {
  transition: background 0ms 250ms;
  -moz-transition: background 0ms 250ms;
  -webkit-transition: background 0ms 250ms;
}
.hamburger span:before, .hamburger span:after {
  transition-duration: 250ms, 250ms;
  -moz-transition-duration: 250ms, 250ms;
  -webkit-transition-duration: 250ms, 250ms;
  transition-delay: 250ms, 0ms;
  -moz-transition-delay: 250ms, 0ms;
  -webkit-transition-delay: 250ms, 0ms;
}
.hamburger span:before {
  transition-property: top, transform;
  -moz-transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
.hamburger span:after {
  transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}

.hamburger.active span {
  background: none;
}
.hamburger.active span:before, .hamburger.active span:after {
  transition-delay: 0ms, 250ms;
  -moz-transition-delay: 0ms, 250ms;
  -webkit-transition-delay: 0ms, 250ms;
}
.hamburger.active span:before {
  top: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.hamburger.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.form--bottom {
  margin: 200px 0 100px 0;
}