/*----------------------------------------------------*/
/*  ---  BIG BANNER ---  */
/*----------------------------------------------------*/
.DESTROYCUSTOMBANNER {
  padding: 0;
  gap: 0;
  height: auto !important;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #37424A;
  min-height: 600px;
}
.DESTROYCUSTOMBANNER header {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 20px;
  position: relative;
}
.DESTROYCUSTOMBANNER header .textContainer {
  width: 100%;
  max-width: 100%;
}
.DESTROYCUSTOMBANNER figure {
  width: 100%;
  padding: 0;
  margin: 0;
  max-height: none;
  position: relative;
}
.DESTROYCUSTOMBANNER figure::after {
  display: none;
}
.bigBanner {
  display: block !important;
  width: 100%;
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 2;
  background: #ffffff;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .bigBanner {
    height: 80vh;
  }
}
@media (max-width: 1080px) {
  .bigBanner {
    height: 60vh;
  }
}
@media (max-width: 980px) {
  .bigBanner {
    height: 50vh;
    margin-bottom: 30px;
  }
}
@media (max-width: 860px) {
  .bigBanner {
    height: auto;
  }
}
.bigBanner .owl-carousel,
.bigBanner .owl-stage-outer,
.bigBanner .owl-stage,
.bigBanner .owl-item {
  height: 100%;
}
.bigBanner .owl-dots {
  position: absolute;
  height: 35px;
  z-index: 2;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: rgba(224, 5, 52, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bigBanner .owl-dots button {
  width: 15px;
  height: 15px;
  background-color: #ffffff !important;
  border-radius: 100%;
}
.bigBanner .owl-dots button.active {
  background-color: #ff504a !important;
}
.bigBanner .owl-nav button {
  background-color: #E00534 !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 10;
  margin-top: -20px;
  color: #ffffff !important;
  font-size: 22px !important;
}
@media (max-width: 640px) {
  .bigBanner .owl-nav button {
    width: 30px;
    height: 30px;
    font-size: 16px !important;
    left: 10px;
    top: 356px;
  }
}
.bigBanner .owl-nav button:hover {
  background-color: #37424A !important;
}
.bigBanner .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}
@media (max-width: 640px) {
  .bigBanner .owl-nav button.owl-next {
    right: 10px;
  }
}
.bigBanner .bigBannerItem {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  position: relative;
}
@media (max-width: 1280px) {
  .bigBanner .bigBannerItem {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .bigBanner .bigBannerItem {
    padding: 30px;
    align-items: center;
  }
}
.bigBanner .bigBannerItem header {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  width: 100%;
  z-index: 3;
}
@media (max-width: 860px) {
  .bigBanner .bigBannerItem header {
    justify-content: center;
    text-align: center;
    align-content: flex-start;
    gap: 10px 0;
    padding-bottom: 50px;
    min-height: 350px;
  }
}
.bigBanner .bigBannerItem header h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 1;
  color: #E00534;
}
@media (max-width: 980px) {
  .bigBanner .bigBannerItem header h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 640px) {
  .bigBanner .bigBannerItem header h2 {
    font-size: 1.3em;
    letter-spacing: 7px;
  }
}
.bigBanner .bigBannerItem header .textContainer {
  width: 100%;
}
.bigBanner .bigBannerItem header .textContainer p {
  font-family: "Gantari", sans-serif;
  font-size: 1.7em;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (max-width: 980px) {
  .bigBanner .bigBannerItem header .textContainer p {
    font-size: 1.5em;
  }
}
.bigBanner .bigBannerItem header .textContainer .tipoOfferta {
  font-size: 5em !important;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 800;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: solid 1px rgba(55, 66, 74, 0.5) !important;
  border-bottom: solid 1px rgba(55, 66, 74, 0.5) !important;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 1080px) {
  .bigBanner .bigBannerItem header .textContainer .tipoOfferta {
    font-size: 3.5em !important;
    letter-spacing: 5px;
  }
}
@media (max-width: 980px) {
  .bigBanner .bigBannerItem header .textContainer .tipoOfferta {
    font-size: 2.5em !important;
  }
}
.bigBanner .bigBannerItem header .textContainer .prezzo {
  font-size: 2.5em !important;
  text-decoration: none !important;
  font-weight: 100;
  color: #ffffff !important;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.bigBanner .bigBannerItem header .textContainer .prezzo s {
  text-decoration: none !important;
}
.bigBanner .bigBannerItem header .textContainer .prezzo:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: -2px auto auto auto;
  max-width: 140px;
  top: 50%;
  border-top: 4px solid #ffffff;
  border-color: inherit;
  transform: rotate(-5deg);
  opacity: 0.5;
}
.bigBanner .bigBannerItem header .textContainer .offerta {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 50px;
  margin-left: 5px;
  font-weight: 800 !important;
  font-size: 4em !important;
  transform: rotate(-3deg);
  background-color: #20a54c !important;
  color: #ffffff !important;
}
@media (max-width: 1680px) {
  .bigBanner .bigBannerItem header .textContainer .offerta {
    font-size: 2em !important;
  }
}
.bigBanner .bigBannerItem header .textContainer .sconto {
  padding-top: 60px;
  font-weight: 800;
  font-size: 10em !important;
  line-height: 0.7;
  letter-spacing: -15px;
  transform: rotate(3deg);
  margin-top: -10px;
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2) !important;
  color: #E00534 !important;
}
@media (max-width: 1680px) {
  .bigBanner .bigBannerItem header .textContainer .sconto {
    font-size: 9em !important;
  }
}
@media (max-width: 1500px) {
  .bigBanner .bigBannerItem header .textContainer .sconto {
    font-size: 8em !important;
  }
}
@media (max-width: 1280px) {
  .bigBanner .bigBannerItem header .textContainer .sconto {
    font-size: 5em !important;
    letter-spacing: -5px;
  }
}
@media (max-width: 980px) {
  .bigBanner .bigBannerItem header .textContainer .sconto {
    font-size: 5em !important;
  }
}
@media (max-width: 780px) {
  .bigBanner .bigBannerItem header .textContainer .sconto {
    font-size: 6em !important;
  }
}
@media (max-width: 640px) {
  .bigBanner .bigBannerItem header .textContainer .sconto {
    font-size: 6em !important;
    padding-top: 20px;
  }
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons {
  margin-top: 40px !important;
  margin: 0;
  gap: 5px 15px;
  font-size: 1.23em;
}
@media (max-width: 860px) {
  .bigBanner .bigBannerItem header .textContainer .wp-block-buttons {
    margin-top: 20px;
    justify-content: center;
  }
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: auto;
  position: relative;
  text-transform: uppercase;
  font-family: "Gantari", sans-serif;
  text-align: center;
  background: #37424A;
  color: #ffffff;
  font-size: 1.1em !important;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 25px 10px 25px;
  border: 0;
  border-radius: 1000px;
  transition: color 0.4s ease-out, opacity 0.4s ease-out, background 0.4s ease-out;
  cursor: pointer;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.small {
  font-size: 1em;
  padding: 5px 20px;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link > i {
  font-size: 1.8em;
}
@media (max-width: 768px) {
  .bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link {
    line-height: 0.95;
  }
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link:hover {
  animation: headShake;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 0.5s;
  /* don't forget to set a duration! */
  background: #E00534;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.brand {
  background: #E00534;
  color: #ffffff;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.brand:hover {
  background: #37424A;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.inverse {
  background: #37424A;
  color: #ffffff;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.inverse:hover {
  background: #E00534;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.black {
  background: #37424A;
  color: #ffffff;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.black:hover {
  background: #ffffff;
  color: #37424A;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.azure {
  background: #37424A;
  color: #ffffff;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.azure:hover {
  background: #E00534;
  color: #ffffff;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.white {
  background: #ffffff;
  color: #E00534;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.white:hover {
  background: #000000;
  color: #ffffff;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.green {
  background: #E00534;
  color: #37424A;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.green:hover {
  color: #ffffff;
  background: #E00534;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.red {
  background: #f45656;
  color: #ffffff;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.red:hover {
  background: #999999;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.orange {
  background: #ffb836;
  color: #ffffff;
}
.bigBanner .bigBannerItem header .textContainer .wp-block-buttons .wp-block-button__link.orange:hover {
  background: #999999;
}
.bigBanner .bigBannerItem header .buttonsContainer {
  padding: 0;
}
.bigBanner .bigBannerItem figure {
  height: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1;
}
.bigBanner .bigBannerItem figure img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigBanner .bigBannerItem.bg-white {
  background: #ffffff;
}
.bigBanner .bigBannerItem.bg-black {
  background: #000000;
}
.bigBanner .bigBannerItem.bg-black header h2 {
  color: #ffffff;
}
.bigBanner .bigBannerItem.bg-black header .textContainer p {
  color: #E00534 !important;
}
.bigBanner .bigBannerItem.bg-black header .textContainer .tipoOfferta {
  border-top: solid 1px rgba(224, 5, 52, 0.9) !important;
  border-bottom: solid 1px rgba(224, 5, 52, 0.9) !important;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5) !important;
}
.bigBanner .bigBannerItem.bg-black header .textContainer .prezzo {
  color: #DDDDDD !important;
}
.bigBanner .bigBannerItem.bg-black header .textContainer .offerta {
  background-color: #20a54c !important;
  color: #ffffff !important;
}
.bigBanner .bigBannerItem.bg-black header .textContainer .sconto {
  text-shadow: 8px 8px 0px rgba(224, 5, 52, 0.5) !important;
  color: #ffffff !important;
}
.bigBanner .bigBannerItem.bg-black header .textContainer .wp-block-button__link {
  background: #E00534;
  color: #ffffff;
}
.bigBanner .bigBannerItem.bg-black header .textContainer .wp-block-button__link:hover {
  background: #37424A;
}
.bigBanner .bigBannerItem.bg-brand-1 {
  background: linear-gradient(125deg, #e00534 35%, #ff504a 100%);
}
.bigBanner .bigBannerItem.bg-brand-1 header h2 {
  color: #ffffff !important;
}
.bigBanner .bigBannerItem.bg-brand-1 header .textContainer p {
  color: #ffffff;
}
.bigBanner .bigBannerItem.bg-brand-1 header .textContainer .tipoOfferta {
  color: #ffffff !important;
  border-top: solid 1px rgba(255, 255, 255, 0.3) !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3) !important;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3) !important;
}
.bigBanner .bigBannerItem.bg-brand-1 header .textContainer .prezzo {
  color: #EEEEEE !important;
}
.bigBanner .bigBannerItem.bg-brand-1 header .textContainer .offerta {
  background-color: #20a54c !important;
  color: #ffffff !important;
}
.bigBanner .bigBannerItem.bg-brand-1 header .textContainer .sconto {
  text-shadow: 8px 8px 0px rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}
.bigBanner .bigBannerItem.bg-brand-1 header .textContainer .wp-block-button__link {
  background: #ffffff;
  color: #E00534;
}
.bigBanner .bigBannerItem.bg-brand-1 header .textContainer .wp-block-button__link:hover {
  background: #000000;
  color: #ffffff;
}
.bigBanner .bigBannerItem.bg-brand-2 {
  background: linear-gradient(125deg, #37424a 35%, #0074ad 100%);
}
.bigBanner .bigBannerItem.bg-brand-2 header h2 {
  color: #ffffff !important;
}
.bigBanner .bigBannerItem.bg-brand-2 header .textContainer p {
  color: #ffffff;
}
.bigBanner .bigBannerItem.bg-brand-2 header .textContainer .tipoOfferta {
  color: #E00534 !important;
  border-top: solid 1px rgba(255, 255, 255, 0.3) !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3) !important;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4) !important;
}
.bigBanner .bigBannerItem.bg-brand-2 header .textContainer .prezzo {
  color: #EEEEEE !important;
}
.bigBanner .bigBannerItem.bg-brand-2 header .textContainer .offerta {
  background-color: #20a54c !important;
  color: #ffffff !important;
}
.bigBanner .bigBannerItem.bg-brand-2 header .textContainer .sconto {
  text-shadow: 8px 8px 0px rgba(224, 5, 52, 0.9) !important;
  color: #ffffff !important;
}
.bigBanner .bigBannerItem.bg-brand-2 header .textContainer .wp-block-button__link {
  background: #ffffff;
  color: #E00534;
}
.bigBanner .bigBannerItem.bg-brand-2 header .textContainer .wp-block-button__link:hover {
  background: #000000;
  color: #ffffff;
}
.bigBanner .bigBannerItem.layout-img-right {
  padding-left: 90px;
}
@media (max-width: 860px) {
  .bigBanner .bigBannerItem.layout-img-right {
    padding: 0;
    gap: 0;
    height: auto !important;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #37424A;
    min-height: 600px;
  }
  .bigBanner .bigBannerItem.layout-img-right header {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 20px;
    position: relative;
  }
  .bigBanner .bigBannerItem.layout-img-right header .textContainer {
    width: 100%;
    max-width: 100%;
  }
  .bigBanner .bigBannerItem.layout-img-right figure {
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: none;
    position: relative;
  }
  .bigBanner .bigBannerItem.layout-img-right figure::after {
    display: none;
  }
}
.bigBanner .bigBannerItem.layout-img-left {
  flex-direction: row-reverse;
  padding-right: 90px;
}
@media (max-width: 860px) {
  .bigBanner .bigBannerItem.layout-img-left {
    padding: 0;
    gap: 0;
    height: auto !important;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #37424A;
    min-height: 600px;
  }
  .bigBanner .bigBannerItem.layout-img-left header {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 20px;
    position: relative;
  }
  .bigBanner .bigBannerItem.layout-img-left header .textContainer {
    width: 100%;
    max-width: 100%;
  }
  .bigBanner .bigBannerItem.layout-img-left figure {
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: none;
    position: relative;
  }
  .bigBanner .bigBannerItem.layout-img-left figure::after {
    display: none;
  }
}
.bigBanner .bigBannerItem.layout-bg-full header {
  width: 100%;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.bigBanner .bigBannerItem.layout-bg-full header h2 {
  color: #000000;
}
.bigBanner .bigBannerItem.layout-bg-full header .textContainer {
  max-width: 850px;
}
@media (max-width: 980px) {
  .bigBanner .bigBannerItem.layout-bg-full header .textContainer {
    max-width: 90%;
  }
}
.bigBanner .bigBannerItem.layout-bg-full header .textContainer p {
  color: #000000;
}
.bigBanner .bigBannerItem.layout-bg-full header .textContainer .wp-block-buttons {
  margin-top: 20px;
  justify-content: center;
}
.bigBanner .bigBannerItem.layout-bg-full figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .bigBanner .bigBannerItem.layout-bg-full figure {
    max-width: inherit;
  }
}
.bigBanner .bigBannerItem.layout-bg-full figure::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
}
.bigBanner .bigBannerItem.layout-bg-full figure img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigBanner .bigBannerItem.layout-bg-full.bg-black header h2 {
  color: #ffffff;
}
.bigBanner .bigBannerItem.layout-bg-full.bg-black header .textContainer p {
  color: #ffffff;
}
.bigBanner .bigBannerItem.layout-bg-full.bg-black figure::after {
  background: rgba(0, 0, 0, 0.6);
}
.bigBanner .bigBannerItem.layout-bg-full.bg-brand-1 header h2 {
  color: #000000;
}
.bigBanner .bigBannerItem.layout-bg-full.bg-brand-1 header .textContainer p {
  color: #000000;
}
.bigBanner .bigBannerItem.layout-bg-full.bg-brand-1 figure::after {
  background: rgba(224, 5, 52, 0.8);
}
.bigBanner .bigBannerItem.layout-bg-full.bg-brand-2 header h2 {
  color: #000000;
}
.bigBanner .bigBannerItem.layout-bg-full.bg-brand-2 header .textContainer p {
  color: #000000;
}
.bigBanner .bigBannerItem.layout-bg-full.bg-brand-2 figure::after {
  background: rgba(55, 66, 74, 0.8);
}
@media (max-width: 860px) {
  .bigBanner .bigBannerItem.layout-bg-full {
    padding: 0;
    gap: 0;
    height: auto !important;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #37424A;
    min-height: 600px;
  }
  .bigBanner .bigBannerItem.layout-bg-full header {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 20px;
    position: relative;
  }
  .bigBanner .bigBannerItem.layout-bg-full header .textContainer {
    width: 100%;
    max-width: 100%;
  }
  .bigBanner .bigBannerItem.layout-bg-full figure {
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: none;
    position: relative;
  }
  .bigBanner .bigBannerItem.layout-bg-full figure::after {
    display: none;
  }
}
