@font-face {
  font-family: "gobold_boldregular";
  src: url("../fonts/goboldbold1-webfont.woff2") format("woff2"), url("../fonts/goboldbold1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gobold_thin_lightregular";
  src: url("../fonts/goboldlight-webfont.woff2") format("woff2"), url("../fonts/goboldlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
}

body {
  overflow-x: hidden;
  color: #2f2f2f;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "gobold_boldregular" !important;
}

.h1 {
  font-size: calc(1.375rem + 3vw);
}
@media screen and (min-width: 992px) {
  .h1 {
    font-size: 4rem;
  }
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 1rem;
  font-family: "Open Sans";
}

body {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.header {
  width: 100%;
  color: #2f2f2f;
  background: #fff;
  padding: 2rem 1rem;
}

.footer {
  background: #2F2F2F;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  color: #fff !important;
}
.footer a {
  color: transparent !important;
}

.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-footer {
  border-top: 0;
}
.modal .modal-content {
  border-radius: 0 !important;
}
.modal .title-modale {
  line-height: 1;
  color: #CC1719;
  font-family: "Pathway Gothic One", sans-serif !important;
  font-weight: 400 !important;
  font-size: 4rem !important;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .modal .title-modale {
    font-size: 2.5rem !important;
    margin-bottom: 1.5rem;
  }
}
.modal .content-modale p {
  font-size: 1.125rem !important;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .modal .content-modale p {
    font-size: 0.875rem !important;
    margin-bottom: 1.5rem;
  }
}

h1,
h2 {
  font-family: "Gobold Bold", sans-serif;
}

h1 {
  font-size: 5rem;
  line-height: 7rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  h1 {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}

h2 {
  font-size: 4rem;
  line-height: 5.25rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
    line-height: 3.9375rem;
  }
}

p {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

.header .logo-container .logo {
  max-height: 100px;
}
@media screen and (max-width: 767px) {
  .header .logo-container .logo {
    max-height: 37px;
  }
}

.footer .logo-container a {
  color: transparent !important;
}
.footer .logo-container .logo {
  max-height: 80px;
}
.footer .logo-container .logo:first-of-type {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.bomba-container {
  overflow-x: hidden;
}
@media screen and (max-width: 467px) {
  .bomba-container .bomba {
    margin-left: 11.11%;
  }
}

.hero_copy h1 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 467px) {
  .hero_copy {
    margin-left: unset;
  }
}
.hero_copy .intro-text {
  position: relative;
  z-index: 2;
}
.hero_copy .intro-img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 467px) {
  .hero_copy .intro-img {
    margin-top: -13rem;
  }
}

#logo-container {
  display: flex;
}
@media screen and (max-width: 467px) {
  #logo-container {
    padding-top: 1rem;
  }
}
#logo-container .logo {
  display: inline-block;
  width: auto;
  padding: 10px 0;
}
#logo-container .logo:not(:last-of-type) {
  margin-right: 15px;
}
#logo-container .logo img {
  max-height: 80px;
}
@media screen and (max-width: 467px) {
  #logo-container .logo img {
    max-height: 50px;
  }
}
#logo-container .logo img.logo-main {
  width: 80px;
}
@media screen and (max-width: 467px) {
  #logo-container .logo img.logo-main {
    width: 50px;
  }
}

.container-section {
  flex: 1;
  padding: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .container-section {
    padding: 2.5rem 0;
  }
}
.container-section .cta-scopri {
  background: #CC1719;
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  color: #fff;
  font-family: "Pathway Gothic One", sans-serif;
  text-decoration: none;
}
.container-section.green {
  background: #42756C;
  color: #ffffff;
  padding: 5.625rem 0;
}
.container-section.green .cta-scopri {
  background: #fff;
  font-size: 1.5rem;
  padding: 1.125rem 3rem;
  display: inline-block;
  color: #2f2f2f;
  font-family: "Pathway Gothic One", sans-serif;
  text-decoration: none;
}
.container-section .disclaimer {
  margin-top: 3.5rem;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .container-section .disclaimer {
    margin-top: 3rem;
  }
}
.container-section .disclaimer a {
  color: #2f2f2f;
  text-decoration: none;
}
.container-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(217, 214, 206) 0%, rgba(246, 245, 240, 0.32) 30%, rgba(255, 255, 255, 0) 100%);
}
.container-section .overlay + .container {
  position: relative;
  z-index: 2;
}
.container-section .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .container-section .container {
    padding: 0 1rem;
  }
}
.container-section .container .row {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .container-section .container .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.container-section .container .col-md-7,
.container-section .container .col-md-5,
.container-section .container .col-12 {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .container-section .container .col-md-7,
  .container-section .container .col-md-5,
  .container-section .container .col-12 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.container-section.promosection {
  position: relative;
  z-index: 2;
}

#map-container-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.stores {
  margin-top: 1.5rem;
}
.stores li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .stores li {
    margin-right: 0 !important;
  }
}
.stores li a {
  margin-inline: 20px;
}
@media screen and (max-width: 767px) {
  .stores li a {
    margin-inline: 10px;
  }
}
.stores li a img {
  max-height: 4rem;
  width: 115px;
}
@media screen and (max-width: 767px) {
  .stores li a img {
    width: 82px;
  }
}

.map-section {
  padding-top: 10rem;
}
.map-section #map-container {
  background: url(../img/panorama_roma.png) top center no-repeat;
  background-size: cover;
  min-height: 25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map-section #map-container {
    min-height: 13rem;
  }
}
.map-section #map-container .map-marker {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .map-section #map-container .map-marker {
    max-height: 10rem;
    top: -5rem;
  }
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li button::before {
  font-size: 8px;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #00174D;
  font-size: 1rem;
}

.slides-container .slick-prev, .slides-container .slick-next {
  z-index: 10;
  bottom: -45px !important;
  top: unset;
}
.slides-container .slick-prev::before, .slides-container .slick-next::before {
  color: #000;
  font-size: 2rem;
}
.slides-container .slick-prev {
  left: calc(50% - 115px);
}
.slides-container .slick-next {
  right: calc(50% - 105px);
}
.slides-container .slick-slide {
  margin-right: 30px;
}
.slides-container .slick-slide:last-child {
  margin-right: 0;
}
.slides-container .slide {
  border-radius: 2rem;
  background: rgb(204, 23, 25);
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
  height: 230px;
  max-width: 380px;
}
.slides-container .slide.opaque {
  background: rgba(204, 23, 25, 0.5);
}
.slides-container .slide.overdue {
  background: rgba(47, 47, 47, 0.23);
}
.slides-container .slide .ico {
  max-width: 85px;
  margin: 0 auto;
}
.slides-container .slide .slide-content .dates {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-family: "gobold_boldregular", sans-serif;
}
.slides-container .slide .slide-content .location {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: "gobold_boldregular", sans-serif;
}
.slides-container .slide .slide-content .venue {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-family: "Pathway Gothic One", sans-serif;
}

.footer_social_container {
  width: 100%;
  max-width: 120px;
  margin: 1rem 0 1.5rem 0;
  text-align: center;
  font-family: "Pathway Gothic One", sans-serif;
}
.footer_social_container.right {
  margin-left: auto;
}
@media screen and (max-width: 467px) {
  .footer_social_container.right {
    margin-left: 1rem;
  }
}
.footer_social_container.policies {
  max-width: 260px;
}
@media screen and (max-width: 467px) {
  .footer_social_container {
    text-align: left;
    margin: 1rem auto 1.5rem 1rem;
  }
}
.footer_social_container .footer_social_title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.footer_social_container .footer_social_list_container a {
  color: #fff !important;
  text-decoration: none;
}

#summerTruckVideo {
  cursor: pointer;
}