@font-face {
  font-family: "Play";
  src: url("../fonts/Play-Bold.woff2") format("woff2"), url("../fonts/Play-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Play";
  src: url("../fonts/Play-Regular.woff2") format("woff2"), url("../fonts/Play-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --blu: #0C1C8C;
}

body * {
  font-family: "Play", sans-serif !important;
}

.d-flex {
  display: flex;
}
.d-flex.g-1 {
  gap: 10px;
}

#logo {
  background: url(../images/logo.png) no-repeat center center;
  background-size: contain;
}

header.site-header {
  z-index: 999;
}
header.site-header #nav-btn {
  width: 52px;
  height: 52px;
  padding: 12px;
  background-color: var(--blu);
  top: 27px;
}
header.site-header #nav-btn div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 1rem;
}
header.site-header #nav-btn span {
  display: block;
  height: 3px;
  margin-bottom: initial;
  width: 100%;
  opacity: 1;
}
header.site-header #nav-btn span.close-span {
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  z-index: 100;
  opacity: 0;
}
header.site-header #nav-btn.active .close-span {
  opacity: 1;
}
header.site-header #nav-btn.active span:nth-child(2) {
  transform: rotate(45deg);
}
header.site-header #nav-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.logo {
  position: absolute;
  left: 43px;
  z-index: 145;
  background-size: contain;
}
.logo::before {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--blu);
}
.logo img {
  width: 255px;
  background-color: var(--blu);
  padding: 20px;
  position: relative;
}

.btn-outline {
  padding: 15px 30px;
  border: 1px solid;
  display: inline-block;
}
.btn-outline.outline-w {
  color: #fff;
}

.shop-link .btn-outline::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25.844c0-.457.352-.844.844-.844h2.531c.387 0 .738.316.809.703l.07.422h14.765c.739 0 1.301.738 1.09 1.441l-1.898 6.75c-.14.493-.563.809-1.09.809H8.227l.316 1.688h10.863c.457 0 .844.386.844.843a.833.833 0 0 1-.844.844H7.84a.827.827 0 0 1-.809-.668L4.921 1.687H3.095c-.492 0-.844-.351-.844-.843Zm4.605 1.969L7.91 8.436h11.04l1.581-5.624H6.855Zm3.27 13.5c0 .949-.773 1.687-1.688 1.687-.949 0-1.687-.738-1.687-1.688 0-.914.738-1.687 1.688-1.687.914 0 1.687.773 1.687 1.688Zm6.75 0c0-.915.738-1.688 1.688-1.688a1.71 1.71 0 0 1 1.687 1.688c0 .949-.773 1.687-1.688 1.687-.949 0-1.687-.738-1.687-1.688ZM3.656 3.374c.457 0 .844.387.844.844a.833.833 0 0 1-.844.843H.844C.352 5.063 0 4.712 0 4.22c0-.457.352-.844.844-.844h2.812Zm.563 2.813c.457 0 .843.386.843.843a.833.833 0 0 1-.843.844H.844C.352 7.875 0 7.523 0 7.031c0-.457.352-.843.844-.843h3.375ZM4.78 9c.457 0 .844.387.844.844a.833.833 0 0 1-.844.844H.844c-.492 0-.844-.352-.844-.844C0 9.387.352 9 .844 9H4.78Z' fill='%23fff'/%3E%3C/svg%3E");
  margin-right: 10px;
  vertical-align: bottom;
}

span.arrow-right {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.086 12.305c-.195-.157-.274-.39-.274-.664 0-.235.079-.47.274-.625l3.71-3.75H.939C.39 7.266 0 6.875 0 6.328c0-.508.39-.937.938-.937h15.859L13.086 1.68a.856.856 0 0 1 0-1.29c.351-.39.937-.39 1.328 0l5.313 5.313a.92.92 0 0 1 0 1.29l-5.313 5.312c-.39.39-.976.39-1.328 0Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--blu);
}

.text-right > .arrow-right {
  margin-left: auto;
}

.badge.news-badge > div {
  background: #fff;
}
.badge.news-badge > div a {
  color: #000;
}
.badge.news-badge h2 {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  line-height: initial;
}
.badge.news-badge .data {
  color: #000;
}
.badge.news-badge .thumb {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.badge.badge-next-race .sfondo-circuito {
  position: absolute;
  top: 0;
  width: calc(100% - 12px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.badge.badge-next-race .wrapper-next-race {
  height: auto;
  position: relative;
  z-index: 2;
  padding: 40px;
  display: block;
}
.badge.badge-next-race .wrapper-next-race::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(123deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 100%);
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0.9;
  transition: all 0.6s ease-in-out;
}
.badge.badge-next-race .wrapper-next-race img {
  width: auto;
}
.badge.badge-next-race .wrapper-next-race .flag img {
  width: 46px;
}
.badge.badge-next-race .wrapper-next-race span.arrow-right {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(50px);
}
.badge.badge-next-race .wrapper-next-race:hover::before {
  opacity: 1;
}
.badge.badge-next-race .wrapper-next-race:hover span.arrow-right {
  opacity: 1;
  transform: none;
}
.badge.badge-next-race .circuito-body {
  position: relative;
  color: #fff;
  z-index: 10;
}
.badge.badge-next-race .logo-next-race {
  z-index: 10;
  position: relative;
  text-align: right;
}
.badge.badge-next-race h2.title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0.2em;
}
.badge.badge-next-race span.label-circuit {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.badge.badge-next-race span.data-race {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.badge .badge-body {
  padding: 0 15px;
  position: relative;
  height: 150px;
}
.badge .badge-body h2, .badge .badge-body .data, .badge .badge-body .label {
  padding: 0;
}
.badge .badge-body .label {
  left: 15px;
}
.badge .badge-body .label .label-type {
  background-color: var(--blu);
}
.badge .badge-body .label .label-name {
  color: #000;
}

.spacer1 {
  padding: 30px 0;
}/*# sourceMappingURL=custom.css.map */