@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
:root {
  --container-gutter: 16px;
  --container-gap: calc(var(--container-gutter) / 2);
  --max-width: 1440px;
  --bubble-t2: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='142.9 128.729 168.258 84.129' width='168.258' height='84.129'%3E%3Cpath d='M 227.029 128.729 L 311.158 212.858 L 142.9 212.858 L 227.029 128.729 Z' fill='white'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  :root {
    --container-gutter: 120px;
  }
}

html {
  background-color: #FFFFFF;
  color: #000000;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
body > header {
  position: absolute;
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter));
  padding-left: var(--bs-gutter-x, var(--container-gutter));
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.625rem;
  z-index: 50;
}
body > header img {
  width: 9.25rem;
  height: auto;
}
@media (min-width: 992px) {
  body > header {
    left: 0;
    right: 0;
    padding-top: 3.5rem;
  }
  body > header > .inner {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
  }
  body > header img {
    width: 11.75rem;
    height: auto;
  }
}

.col-hero {
  position: relative;
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter));
  padding-left: var(--bs-gutter-x, var(--container-gutter));
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/background-pattern.png);
  background-size: cover;
  background-position: center;
  background-color: #E41C27;
}
.col-hero > .inner {
  position: relative;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  height: 80vh;
}
.col-hero .col-text {
  position: absolute;
  bottom: 4rem;
  padding: 1rem 1.5rem;
  border-radius: 0.875rem 0 0.875rem 0.875rem;
  background-color: #FFFFFF;
  box-shadow: -0.25rem 0.0375rem 0.34375rem 0 rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.col-hero .col-text::before {
  content: "";
  display: block;
  position: absolute;
  background-image: var(--bubble-t2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.col-hero .col-text h1 {
  margin: 0;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.25;
}
.col-hero .col-text h1 em {
  color: #E3000D;
  font-style: normal;
}
.col-hero .col-text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 65%;
  right: -8.3333333333%;
  width: 15.625rem;
  height: 20.625rem;
  background-image: url(../images/babbo-carrefour.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 15;
}
@media (max-width: 991.98px) {
  .col-hero > .inner {
    display: flex;
    justify-content: center;
  }
  .col-hero .col-text {
    width: 91.6666666667%;
    max-width: 19.5rem;
  }
  .col-hero .col-text::before {
    top: -0.3125rem;
    right: -1rem;
    width: 1.875rem;
    height: 1.6875rem;
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  .col-hero > .inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2rem;
    right: -2.5rem;
    width: 26.625rem;
    height: 34rem;
    background-image: url(../images/babbo-carrefour.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .col-hero .col-text {
    position: absolute;
    bottom: 50%;
    width: 75%;
    max-width: 55rem;
    padding: 2rem;
    border-radius: 2.625rem 2.625rem 0 2.625rem;
    box-shadow: -0.9375rem 0.125rem 1.125rem 0 rgba(0, 0, 0, 0.4);
    transform: translateY(50%);
  }
  .col-hero .col-text::before {
    bottom: 0;
    right: -2.25rem;
    width: 4.5rem;
    height: 2.25rem;
  }
  .col-hero .col-text h1 {
    font-size: 4rem;
  }
  .col-hero .col-text::after {
    display: none;
  }
}

.col-main {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.col-main > .inner {
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter));
  padding-left: var(--bs-gutter-x, var(--container-gutter));
  margin-right: auto;
  margin-left: auto;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
.col-main > .inner h2 {
  margin-bottom: 1rem;
  color: #E3000D;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
.col-main > .inner .swiper-container {
  margin-bottom: 1.875rem;
}
.col-main > .inner > .col-text {
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .col-main > .inner > h2,
.col-main > .inner > .swiper-container,
.col-main > .inner > .col-text {
    margin-left: 8.33333333%;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-main > .inner > h2,
.col-main > .inner > .col-text {
    margin-left: 8.33333333%;
    flex: 0 0 auto;
    width: 83.33333333%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .col-main {
    margin-top: 6.25rem;
    margin-bottom: 3.75rem;
  }
  .col-main > .inner h2 {
    margin-bottom: 3.5rem;
    font-size: 3rem;
  }
  .col-main > .inner .swiper-container {
    margin-bottom: 3.5rem;
  }
  .col-main > .inner > .col-text {
    font-size: 1.5625rem;
  }
}

.col-countdown > .inner {
  padding: 1rem 1rem 1.5rem 1rem;
  background-image: url(../images/background-pattern.png);
  background-size: cover;
  background-position: center;
  background-color: #E41C27;
}
.col-countdown > .inner h3 {
  margin-bottom: 1.5rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.col-countdown > .inner #countdown-wrapper {
  margin-left: 8.33333333%;
  flex: 0 0 auto;
  width: 83.33333333%;
  display: flex;
  flex-wrap: wrap;
}
.col-countdown > .inner #countdown-wrapper > div {
  flex: 0 0 auto;
  width: 33.33333333%;
  text-align: center;
}
.col-countdown > .inner #countdown-wrapper > div:not(:first-child) {
  border-left: 2px solid #FFFFFF;
}
.col-countdown > .inner #countdown-wrapper > div:nth-child(4) {
  display: none;
}
.col-countdown > .inner #countdown-wrapper > div span {
  display: block;
  color: #FFFFFF;
}
.col-countdown > .inner #countdown-wrapper > div span.simply-amount {
  margin-bottom: 0.25rem;
  font-size: 3.25rem;
  font-weight: 700;
}
.col-countdown > .inner #countdown-wrapper > div span.simply-word {
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .col-countdown > .inner {
    width: 100%;
    padding-right: var(--bs-gutter-x, var(--container-gutter));
    padding-left: var(--bs-gutter-x, var(--container-gutter));
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .col-countdown {
    width: 100%;
    padding-right: var(--bs-gutter-x, var(--container-gutter));
    padding-left: var(--bs-gutter-x, var(--container-gutter));
    margin-right: auto;
    margin-left: auto;
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.75rem;
  }
  .col-countdown > .inner {
    padding: 2rem 0 3.5rem 0;
    border-radius: 1.125rem;
  }
  .col-countdown > .inner h3 {
    margin-bottom: 3.5rem;
    color: #FFFFFF;
    font-size: 2.25rem;
  }
  .col-countdown > .inner #countdown-wrapper {
    margin-left: 16.66666667%;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-countdown > .inner #countdown-wrapper > div:not(:first-child) {
    border-left: 4px solid #FFFFFF;
  }
  .col-countdown > .inner #countdown-wrapper > div span.simply-amount {
    margin-bottom: 0;
    font-size: 6rem;
  }
  .col-countdown > .inner #countdown-wrapper > div span.simply-word {
    font-size: 1.75rem;
  }
}

article.item-consiglio {
  position: relative;
}
article.item-consiglio .col-media img {
  max-width: 100%;
  height: auto;
  border-radius: 0.875rem;
  overflow: hidden;
}
article.item-consiglio .col-text {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  right: 1.5rem;
  border-radius: 0.875rem;
  overflow: hidden;
}
article.item-consiglio .col-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.4;
  mix-blend-mode: multiply;
  z-index: 1;
}
article.item-consiglio .col-text h3 {
  position: relative;
  margin: 0;
  padding: 0.75rem 0.375rem;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: lowercase;
  z-index: 3;
}
article.item-consiglio .col-text h3::before {
  content: "...";
}
article.item-consiglio .col-text h3::after {
  content: ".";
}
article.item-consiglio::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.3125rem;
  right: -4%;
  height: 70%;
  width: 40%;
  background-image: url(../images/babbo-carrefour--1.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 2;
}
article.item-consiglio.consiglio-2::after {
  background-image: url(../images/babbo-carrefour--2.png);
}
article.item-consiglio.consiglio-3::after {
  background-image: url(../images/babbo-carrefour--3.png);
}
@media (min-width: 992px) {
  article.item-consiglio .col-media img {
    border-radius: 1.125rem;
  }
  article.item-consiglio .col-text {
    top: 1.25rem;
    left: 2rem;
    right: 2rem;
    border-radius: 1.125rem;
  }
  article.item-consiglio .col-text h3 {
    padding: 1rem 0.5rem;
    font-size: 1.625rem;
  }
}

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