@font-face {
  font-family: "DIN Bold";
  src: url("fonts/DINPro-Bold.woff2") format("woff2"),
    url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.otf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Bolder";
  src: url("fonts/DINPro-Bold-700.woff2") format("woff2"),
    url("fonts/DINPro-Bold-700.woff") format("woff"),
    url("fonts/DIN-Pro-Bold-700.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Regular";
  src: url("fonts/DINPro-Regular.woff2") format("woff2"),
    url("fonts/DINPro-Regular.woff") format("woff"),
    url("fonts/DINPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Medium";
  src: url("fonts/DINPro-Medium.woff2") format("woff2"),
    url("fonts/DINPro-Medium.woff") format("woff"),
    url("fonts/DINPro-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HKGrotesk";
  src: url("fonts/HKGrotesk-Regular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HKGrotesk SemiBold";
  src: url("fonts/HKGrotesk-SemiBold.woff") format("woff"),
    url("fonts/HKGrotesk-SemiBold.woff2") format("woff2"),
    url("fonts/HKGrotesk-SemiBold.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* GENERAL */
:root {
  --bs-font-sans-serif: "DIN", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-secondary: DIN Normal;
  /* --bs-font-tertiary: "TradeGothic"; */
  --bs-gradient: linear-gradient(90deg,
      rgb(0 118 73 / 100%),
      rgba(0 76 50 / 100%));
  --bs-body-font-size: 1.1rem;
  --bs-body-font-weight: 400;
  --bs-body-color: #444;
  --bs-body-bg: #fff;
  --animate-duration: 4s;
  --animate-delay: 0.9s;
}

body,
html {
  --bs-gutter-x: 1rem;

  width: 100%;
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.2;
}

.mobile {
  display: none !important;
}

.desktop {
  display: inline-block !important;
}

.desktop-flex {
  display: flex !important;
}

.font-secondary {
  font-family: "DINOT";
  font-weight: 400;
}

.bi.icon-bold::before {
  font-weight: 900 !important;
}

.row {
  --bs-gutter-x: 2rem;
}

.redirection-popup {
  padding: 0;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.text-green {
  color: #79af5f;
}

.text-maroon {
  color: #ea212e;
}

.text-normal {
  font-size: 1em;
}

.title-section {
  font-weight: 400;
  font-size: 1.2em;
}

#claimSwiper p {
  font-family: var(--bs-font-secondary);
  font-size: 1.5em;
  color: #79af5f;
}

/* Font Sizes */
sup {
  top: -0.5rem;
  font-size: 50%;
}

small,
.small,
.helper-text {
  font-family: sans-serif;
  font-size: 90%;
}

.big {
  font-family: sans-serif;
  font-size: 125%;
}

.section6 .pt-4.pb-2 {
  font-family: sans-serif;
  font-size: 80%;
}

/* Display Grid */
.d-grid {
  gap: 1rem;
}

.d-grid .grid-item {
  position: relative;
}

.pretitle {
  margin-bottom: 1em;
  font-size: 1.15rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--bs-font-tertiary);
}

.title {
  position: relative;
  margin-bottom: 1.25em;
  font-size: 1.5rem;
  font-family: DIN;
  font-weight: 600;
}

.title-big-header {
  position: relative;
  margin-bottom: 1.25em;
  font-size: 3rem;
  font-weight: 300;
  font-family: var(--bs-font-sans-serif);
}

.title-border {
  position: relative;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  color: inherit;
}

.title-border::before,
.title-border::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background-color: currentColor;
}

.title-border::before {
  top: 0;
}

.title-border::after {
  bottom: 0;
}

.title span[class^="bg"] {
  padding: 3px 10px;
  line-height: 1.35;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.subtitle {
  font-family: 'DIN Medium';
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 0.3rem;
  margin-bottom: 2rem;
}

/* Break lines */
.lg-br {
  display: none;
}

.sm-br {
  display: none;
}

.xs-br {
  display: inline;
}

.check-list {
  list-style: none;
}

.check-list li {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: left;
}

.check-list li::before {
  content: "\f272";
  font-family: bootstrap-icons;
  position: absolute;
  left: -1.5rem;
}

.separator {
  width: 50px;
  margin: 10px auto;
  background: #000;
  height: 2px;
}

.container>hr {
  margin: 0;
}

/* Navbar */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .navbar-brand img {
  min-width: 5rem;
}

/* accordion */
.accordion:not(:last-child) {
  margin-bottom: 3rem;
}

.accordion .accordion-button:focus {
  box-shadow: unset;
}

.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion.accordion-flush .accordion-item {
  border-bottom: 0;
  margin-bottom: 1.25rem;
}

.accordion.accordion-flush .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion.accordion-flush .accordion-item .accordion-button {
  padding: 0.25rem 0;
  box-shadow: inset 0 -1px 0 rgb(0 0 0);
  border-radius: 0;
  font-weight: 500;
  transition: all 0.15s linear;
}

.accordion.accordion-flush .accordion-item .accordion-button img {
  align-self: flex-start;
  max-width: 1rem;
  margin-right: 0.25rem;
}

.accordion.accordion-flush .accordion-item .accordion-button:not(.collapsed),
.accordion.accordion-flush .accordion-item .accordion-button:not(.collapsed):focus {
  color: inherit;
  background-color: inherit;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
}

.accordion.accordion-flush .accordion-item .accordion-button::after {
  width: 0.9rem;
  height: 0.9rem;
  background-size: 0.9rem;
}

.accordion.accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion.accordion-flush .accordion-body {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.accordion.accordion-buttons .accordion-item {
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem -0.5rem rgb(0 0 0 / 80%);
}

.accordion.accordion-buttons .accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}

.accordion.accordion-buttons .accordion-item .accordion-button {
  padding: 1rem;
  border-radius: 0.5rem;
}

.accordion.accordion-buttons .accordion-button {
  color: inherit;
  background-color: white;
  border: 2px solid #2073a5;
}

.accordion.accordion-buttons .accordion-button:not(.collapsed) {
  color: white;
  background-color: #2073a5;
}

.accordion.accordion-buttons .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion.accordion-buttons .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

/* downarrow */
.downarrow {
  text-align: center;
}

.downarrow .downarrow-text {
  margin-bottom: 0.5rem;
  font-size: 0.7em;
  color: #fff;
}

.downarrow .downarrow-arrow {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: 0;
  box-sizing: content-box;
  margin: 0 auto;
  color: inherit;
  cursor: pointer;
  -webkit-animation: up-down 0.6s linear infinite;
  -moz-animation: up-down 0.6s linear infinite;
  animation: up-down 0.6s linear infinite;
}

.downarrow .downarrow-arrow::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/arrow.png");
  transform: translateY(-7px);
}

.downarrow .downarrow-arrow.doble-arrow::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff'%3E%3cpath d='M0.5,0.8L8,7.9l7.5-7.1 M0.5,8.1L8,15.2l7.5-7.1'/%3E%3C/svg%3E%0A");
}

.downarrow .downarrow-arrow.real-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25,5.3v39.3 M9.5,29.2L25,44.7 M40.5,29.2L25,44.7' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='6px'/%3E%3C/svg%3E%0A");
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(2px);
  }

  25% {
    transform: translateY(4px);
  }

  50% {
    transform: translateY(6px);
  }

  75% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(2px);
  }
}

@-moz-keyframes up-down {
  0% {
    transform: translateY(2px);
  }

  25% {
    transform: translateY(4px);
  }

  50% {
    transform: translateY(6px);
  }

  75% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(2px);
  }
}

@-o-keyframes up-down {
  0% {
    transform: translateY(2px);
  }

  25% {
    transform: translateY(4px);
  }

  50% {
    transform: translateY(6px);
  }

  75% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(2px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(2px);
  }

  25% {
    transform: translateY(4px);
  }

  50% {
    transform: translateY(6px);
  }

  75% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(2px);
  }
}

/* LOADER */
.loader-screen {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  background-color: #fff;
}

.loader-screen:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.loader-screen:after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

.loader-screen.loader-hide {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

.loader-markets-logos {
  margin-bottom: 10vh;
}

.loader-markets-logos img {
  max-width: 200px;
}

.loader-pinkbrand-logo {
  margin-bottom: 10vh;
}

.loader-pinkbrand-logo img {
  max-width: 30vh;
}

.loader-logo img {
  max-width: 24vh;
}

.sk-fading-circle {
  margin: 10vh auto 0px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #111;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

/* MOSCA */
.mosca-superior {
  position: fixed;
  z-index: 9999;
  top: 0px;
}

.mosca-superior img {
  width: 4rem;
  vertical-align: top;
}

.mosca-superior a {
  display: block;
  height: 100%;
}

/* COPY CODE */
.copy-code {
  display: block;
  text-align: center;
}

.copy-code .btn-copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.9rem;
  border-width: 2px;
  border-radius: 0.25rem;
  margin: 0 auto;
  width: 12rem;
  max-width: 100%;
  line-height: 1.6rem;
  text-transform: none;
  letter-spacing: 0.06rem;
}

.copy-code .btn-copy .copy-text {
  /* padding-left: 2rem; */
  font-family: 'DIN Bold';
  font-size: 125%;
}

.copy-code .btn-copy .copy-icon-wrapper {
  position: relative;
  display: inline;
  width: 2rem;
  height: 1rem;
  font-size: 110%;
  vertical-align: unset;
}

.copy-code .btn-copy .copy-icon,
.copy-code .btn-copy .copy-icon-ok {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.copy-code .btn-copy .copy-icon-ok {
  display: none;
}

.copy-code .btn-copy .copy-icon::before {
  font-weight: inherit !important;
  content: "";
  background-image: url("../img/copycode.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  margin-left: 1.2rem;
  margin-top: 0.4rem;
}

.copy-code .copy-helper {
  margin-top: 0.5rem;
  font-size: 75%;
  font-weight: normal;
  text-align: center;
}

.copy-code .copy-helper:last-child {
  margin-bottom: 0;
}

.btn {
  width: 100%;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-family: "HKGrotesk";
  /* font-family: var(--bs-font-secondary) !important; */
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group>.btn {
  min-width: 10rem;
  padding: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-weight: bold;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 2rem;
  margin-left: 0;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: 0.25rem;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-radius: 2rem;
  margin-right: 0;
}

.accordion .btn-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3rem;
  /* background-color: #fff; */
  overflow-x: hidden;
  /* box-shadow: 0 0 1rem -0.5rem rgb(0 0 0 / 50%); */
}

.accordion .btn-group .btn {
  position: relative;
  flex: 1 0 0%;
  min-width: unset;
  max-width: 100%;
  border-radius: inherit;
  background-color: transparent;
  text-transform: none;
  box-shadow: unset;
  z-index: 1;
}

.accordion .btn-group .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(101%);
  height: 100%;
  width: 50%;
  border-radius: inherit;
  transition: transform 0.15s ease-in-out;
}

.accordion .btn-group .btn[aria-expanded="true"]:first-child~.bg {
  transform: translate(-100%);
}

.accordion .btn-group .btn[aria-expanded="true"]:nth-child(2)~.bg {
  transform: translate(0);
}

.accordion .btn-group~.accordion-item {
  border: unset;
  border-bottom: 0;
  background-color: transparent;
}

/* brand */
.btn-brand {
  color: #ffffff;
  background-color: #263a34;
  border-color: #263a34;
}

.btn-brand:hover,
.btn-brand:not(:disabled):not(.disabled).active,
.btn-brand:not(:disabled):not(.disabled):active,
.show>.btn-brand.dropdown-toggle {
  color: #ffffff;
  background-color: #3a5950;
  border-color: #3a5950;
}

.btn-outline-brand {
  color: #263a34;
  background-color: transparent;
  background-image: none;
  border-color: #263a34;
}

.btn-outline-brand:hover,
.btn-outline-brand:not(:disabled):not(.disabled).active,
.btn-outline-brand:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand.dropdown-toggle {
  color: #ffffff;
  border-color: #263a34;
  background-color: #263a34;
}

.btn-brand.focus,
.btn-brand:focus,
.btn-brand:not(:disabled):not(.disabled).active:focus,
.btn-brand:not(:disabled):not(.disabled):active:focus,
.show>.btn-brand.dropdown-toggle:focus,
.btn-outline-brand.focus,
.btn-outline-brand:focus,
.btn-outline-brand:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand.dropdown-toggle:focus {
  color: #fff;
  background-color: #263a34;
  border-color: #263a34;
  box-shadow: 0 0 0 0.2rem rgb(24 72 58 / 50%);
}

.bg-brand {
  background-color: #fff !important;
}

a.bg-brand:focus,
a.bg-brand:hover,
button.bg-brand:focus,
button.bg-brand:hover {
  background-color: #3a5950 !important;
}

.bg-outline-brand {
  border-color: #263a34 !important;
  background-color: #ffffff !important;
}

a.bg-outline-brand:focus,
a.bg-outline-brand:hover,
button.bg-outline-brand:focus,
button.bg-outline-brand:hover {
  border-color: #3a5950 !important;
  background-color: #ffffff !important;
}

.text-brand {
  color: #263a34 !important;
}

a.text-brand:focus,
a.text-brand:hover {
  color: #3a5950 !important;
}

.accordion .btn-group.btn-group-brand .btn {
  color: #ffffff !important;
}

.accordion .btn-group.btn-group-brand .btn[aria-expanded="false"] {
  color: inherit !important;
}

.accordion .btn-group.btn-group-brand .bg {
  background-color: #263a34 !important;
}

/* brand2 */
.btn-brand2 {
  color: #ffffff;
  background-color: #5d60b7;
  border-color: #5d60b7;
}

.btn-brand2:hover,
.btn-brand2:not(:disabled):not(.disabled).active,
.btn-brand2:not(:disabled):not(.disabled):active,
.show>.btn-brand2.dropdown-toggle {
  color: #ffffff;
  background-color: #8083c7;
  border-color: #8083c7;
}

.btn-outline-brand2 {
  color: #5d60b7;
  background-color: transparent;
  background-image: none;
  border-color: #5d60b7;
}

.btn-outline-brand2:hover,
.btn-outline-brand2:not(:disabled):not(.disabled).active,
.btn-outline-brand2:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand.dropdown-toggle {
  color: #ffffff;
  border-color: #5d60b7;
  background-color: #5d60b7;
}

.btn-brand2.focus,
.btn-brand2:focus,
.btn-brand2:not(:disabled):not(.disabled).active:focus,
.btn-brand2:not(:disabled):not(.disabled):active:focus,
.show>.btn-brand2.dropdown-toggle:focus,
.btn-outline-brand2.focus,
.btn-outline-brand2:focus,
.btn-outline-brand2:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand2:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand2.dropdown-toggle:focus {
  color: #fff;
  background-color: #5d60b7;
  border-color: #5d60b7;
  box-shadow: 0 0 0 0.2rem rgb(58 63 218 / 50%);
}

.bg-brand2 {
  background-color: #5d60b7 !important;
}

a.bg-brand2:focus,
a.bg-brand2:hover,
button.bg-brand2:focus,
button.bg-brand2:hover {
  background-color: #8083c7 !important;
}

.bg-outline-brand2 {
  border-color: #5d60b7 !important;
  background-color: #ffffff !important;
}

a.bg-outline-brand2:focus,
a.bg-outline-brand2:hover,
button.bg-outline-brand2:focus,
button.bg-outline-brand2:hover {
  border-color: #8083c7 !important;
  background-color: #ffffff !important;
}

.text-brand2 {
  color: #5d60b7 !important;
}

a.text-brand2:focus,
a.text-brand2:hover {
  color: #8083c7 !important;
}

.accordion .btn-group.btn-group-brand2 .btn {
  color: #ffffff !important;
}

.accordion .btn-group.btn-group-brand2 .btn[aria-expanded="false"] {
  color: inherit !important;
}

.accordion .btn-group.btn-group-brand2 .bg {
  background-color: #5d60b7 !important;
}

/* primary */
.btn-primary {
  color: #fff;
  background-color: #ffd198;
  border-color: #ffd198;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f66c31;
  border-color: #f66c31;
}

.btn-outline-primary {
  color: #ffd198;
  background-color: transparent;
  background-image: none;
  border-color: #ffd198;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  border-color: #ffd198;
  background-color: #ffd198;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  color: #fff;
  background-color: #f66c31;
  border-color: #ffd198;
  box-shadow: 0 0 0 0.2rem rgb(188 128 206 / 50%);
}

.bg-primary {
  background-color: #ffd198 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #f66c31 !important;
}

.text-primary {
  color: #f66c31 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #f66c31 !important;
}

.accordion .btn-group.btn-group-primary .btn {
  color: #fff !important;
  background-color: #ffd198;
  border-color: #ffd198;
}

.accordion .btn-group.btn-group-primary .btn[aria-expanded="false"] {
  color: inherit !important;
  background-color: transparent;
  border-color: currentColor;
}

.accordion .btn-group.btn-group-primary .bg {
  background-color: #ffd198 !important;
}

/* secondary */
.btn-secondary {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}

.btn-outline-secondary {
  color: #222;
  background-color: transparent;
  background-image: none;
  border-color: #222;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  border-color: #222;
  background-color: #222;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  color: #ffffff;
  background-color: #222;
  border-color: #222;
  box-shadow: 0 0 0 0.2rem rgb(43 24 24 / 50%);
}

.bg-secondary {
  background-color: #222 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #3b3b3b !important;
}

.text-secondary {
  color: #222 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #3b3b3b !important;
}

/* dark */
.btn-dark {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}

.btn-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}

.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  border-color: #000;
  background-color: #000;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus,
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%);
}

.bg-dark {
  background-color: #000 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1a1a1a !important;
}

.text-dark {
  color: #000 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1a1a1a !important;
}

/* light */
.btn-light {
  color: #000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.btn-outline-light {
  color: #f0f0f0;
  background-color: transparent;
  background-image: none;
  border-color: #f0f0f0;
}

.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #000;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}

.btn-light.focus,
.btn-light:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus,
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(244 235 235 / 50%);
}

.bg-light {
  background-color: #f0f0f0 !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #d6d6d6 !important;
}

.text-light {
  color: #f0f0f0 !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #d6d6d6 !important;
}

/* buttons */
.btn-red {
  background-color: #dd825e;
  color: #fff;
  font-weight: bold;
  margin: 0 0.5em;
  border: 3px solid #dd825e;
}

.btn-green {
  background-color: #79af5f;
  color: #fff;
  font-weight: bold;
  border: 3px solid #79af5f;
}

.btn-red:hover,
.btn-green:hover {
  background-color: #fff;
}

/* privalia */
.btn-privalia {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
}

.btn-privalia::after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-top: 0.1rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3e%3cpath fill='white' d='M25,0c-6.7,6.7-4.4,14-3.5,16.1c0.6,1.4,3,5.7,3.5,6.6c0.5-1,2.9-5.2,3.5-6.6C29.4,14,31.7,6.7,25,0'/%3e%3cpath fill='white' d='M4.8,9.9c1,9.6,8,12.2,10.2,12.8c1.5,0.4,6.2,1.2,7.3,1.4c-0.4-1-2.2-5.5-2.9-6.9C18.3,15.1,14.2,8.7,4.8,9.9'/%3e%3cpath fill='white' d='M0,32.2c7.9,5.2,14.4,1.2,16.2-0.1c1.2-0.9,4.8-4.2,5.6-4.9c-1-0.3-5.6-1.7-7.1-2C12.4,24.7,4.9,24,0,32.2'/%3e%3cpath fill='white' d='M13.8,50c8.9-3.1,9.9-10.7,10-13c0-1.6-0.3-6.4-0.3-7.5c-0.9,0.6-4.8,3.4-6,4.4C15.8,35.4,10.6,41,13.8,50'/%3e%3cpath fill='white' d='M36.2,50c3.2-9-2-14.6-3.7-16c-1.2-1-5.1-3.8-6-4.4c-0.1,1.1-0.4,6-0.3,7.5C26.3,39.3,27.3,46.9,36.2,50'/%3e%3cpath fill='white' d='M50,32.2c-4.9-8.2-12.4-7.5-14.6-7c-1.5,0.3-6.1,1.7-7.1,2c0.8,0.7,4.4,4,5.6,4.9C35.6,33.4,42.1,37.3,50,32.2'/%3e%3cpath fill='white' d='M45.2,9.9c-9.4-1.2-13.5,5.2-14.5,7.3c-0.7,1.4-2.5,5.9-2.9,6.9c1.1-0.2,5.8-1,7.3-1.4C37.2,22.1,44.2,19.5,45.2,9.9'/%3e%3c/svg%3e");
}

.btn-privalia:hover,
.btn-privalia:not(:disabled):not(.disabled).active,
.btn-privalia:not(:disabled):not(.disabled):active,
.show>.btn-privalia.dropdown-toggle {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-outline-privalia {
  color: #000000;
  background-color: transparent;
  background-image: none;
  border-color: #000000;
}

.btn-outline-privalia:hover,
.btn-outline-privalia:not(:disabled):not(.disabled).active,
.btn-outline-privalia:not(:disabled):not(.disabled):active,
.show>.btn-outline-privalia.dropdown-toggle {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}

.btn-privalia.focus,
.btn-privalia:focus,
.btn-privalia:not(:disabled):not(.disabled).active:focus,
.btn-privalia:not(:disabled):not(.disabled):active:focus,
.show>.btn-privalia.dropdown-toggle:focus,
.btn-outline-privalia.focus,
.btn-outline-privalia:focus,
.btn-outline-privalia:not(:disabled):not(.disabled).active:focus,
.btn-outline-privalia:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-privalia.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%);
}

.bg-privalia {
  background-color: #000000 !important;
}

a.bg-privalia:focus,
a.bg-privalia:hover,
button.bg-privalia:focus,
button.bg-privalia:hover {
  background-color: #1a1a1a !important;
}

.text-privalia {
  color: #000000 !important;
}

a.text-privalia:focus,
a.text-privalia:hover {
  color: #1a1a1a !important;
}

/* veepee */
.btn-veepee {
  color: white;
  background-color: #eb212e;
  border-color: #eb212e;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
}

.btn-veepee:hover,
.btn-veepee:not(:disabled):not(.disabled).active,
.btn-veepee:not(:disabled):not(.disabled):active,
.show>.btn-veepee.dropdown-toggle {
  color: #ffffff;
  background-color: #eb212e;
  border-color: #eb212e;
}

.btn-outline-veepee {
  color: #eb212e;
  background-color: transparent;
  background-image: none;
  border-color: #eb212e;
}

.btn-outline-veepee:hover,
.btn-outline-veepee:not(:disabled):not(.disabled).active,
.btn-outline-veepee:not(:disabled):not(.disabled):active,
.show>.btn-outline-veepee.dropdown-toggle {
  color: #ffffff;
  border-color: #eb212e;
  background-color: #eb212e;
}

.btn-veepee.focus,
.btn-veepee:focus,
.btn-veepee:not(:disabled):not(.disabled).active:focus,
.btn-veepee:not(:disabled):not(.disabled):active:focus,
.show>.btn-veepee.dropdown-toggle:focus,
.btn-outline-veepee.focus,
.btn-outline-veepee:focus,
.btn-outline-veepee:not(:disabled):not(.disabled).active:focus,
.btn-outline-veepee:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-veepee.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(195 34 123 / 50%);
}

.bg-veepee {
  background-color: #eb212e !important;
}

a.bg-veepee:focus,
a.bg-veepee:hover,
button.bg-veepee:focus,
button.bg-veepee:hover {
  background-color: #eb212e !important;
}

.text-veepee {
  color: #eb212e !important;
}

a.text-veepee:focus,
a.text-veepee:hover {
  color: #eb212e !important;
}

/* link */
.btn-link {
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}

.btn-link:hover {
  color: inherit;
  text-decoration: underline;
  filter: brightness(85%);
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: inherit;
  pointer-events: none;
  opacity: 0.9;
}

/* background transparent */
.bg-transparent {
  background-color: transparent;
}

/* background image */
.bg-img {
  position: relative;
  z-index: 0;
}

.bg-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/caneto-background.jpg");
  z-index: -1;
}

/* background products */
.bg-verdura {
  background-color: #e7f1bd;
}

.bg-pollo {
  background-color: #fff1ba;
}

.bg-pescado {
  background-color: #dbeffa;
}

.bg-puchero {
  background-color: #f8e5d7;
}

/* background animated */
.bg-animated {
  position: relative;
  z-index: 1;
}

.bg-animated span {
  position: absolute;
  bottom: 5%;
  left: -2.5%;
  width: 105%;
  height: 55%;
  z-index: -1;
}

/* background animated */
.moved-bg {
  position: relative;
  width: 100%;
  padding: 0.25rem;
}

.moved-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(1deg);
  display: block;
  width: 95%;
  height: 130%;
  background-color: white;
  box-shadow: 0.25rem 0.25rem 1rem 0 rgb(0 0 0 / 30%);
  z-index: -1;
}

/* CARD */
.card {
  border-width: 0;
  border-radius: 2rem;
  text-align: center;
  background-color: #f2f0ea;
  z-index: 0;
}

.card .card-img-top,
.card .card-body:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.card .card-img {
  border-radius: inherit;
  overflow: hidden;
}

.card .card-body {
  padding: 2rem 1rem;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.card .card-title {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: var(--bs-font-tertiary);
}

.card .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  color: inherit;
}

/*PRICE CARD*/
.priceCard {
  border-width: 0;
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: white;
  margin-top: 2rem;
  padding: 2rem 1rem;
  text-align: center;
  z-index: 0;
}

.priceCard-head {
  color: #eb212e;
  font-family: 'DIN Bolder';
}

.priceCard-price {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.5rem;
  display: block;
}

.priceCard-priceDescription {
  text-transform: uppercase;
  font-size: 1.16rem;
  margin-bottom: 1.2rem;
  display: block;
}

.priceCard-content {
  font-family: 'DIN Regular';
  margin-bottom: 1.8rem;
}

.priceCard-description {
  font-family: 'DIN Regular';
  margin-bottom: 1rem;
  color: black;
}

.priceCard-description.bold,
.priceCard-description.red {
  font-family: 'DIN Bold';
}

.priceCard-description.red {
  color: #ea212e;
}

.priceCard-btn-title {
  font-family: 'DIN Medium';
  margin-bottom: 0.5rem;
  display: block;
}

.priceCard-footer {
  margin-bottom: 1rem;
}

.priceCard-footerBtn {
  background-color: #ea212e;
  padding: 0.6rem 4.7rem;
  text-decoration: none;
  border-radius: 0.3rem;
  color: white;
  font-family: 'DIN Medium';
}

/* ADVANTAGE SECTION 3*/
.advantage-title {
  font-family: 'DIN Medium';
  color: #ea212e;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}

.advantage-content {
  margin-top: 4rem;
}

.advantageItem {
  margin-top: 1.8rem;
}

.advantageItem-img {
  height: 7.2rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.advantageItem-content {
  font-family: 'DIN Regular';
  font-size: 0.87rem;
  line-height: 1.1rem;
}

.advantageItem-content strong {
  font-family: "DIN Bold";
}

.advantageItem-img1 {
  height: 7.1rem;
  margin-right: -3.4rem;
  margin-top: -1.3rem;
}

.advantageItem-img2 {
  height: 6.7rem;
  margin-top: -0.5rem;
}

.advantageItem-img3 {
  height: 6.2rem;
  margin-top: 0.6rem;
  margin-left: 1.2rem;
  margin-bottom: 1.3rem;
}

.advantageItem-img4 {
  height: 5rem;
  margin-top: 1.3rem;
  margin-bottom: 1.8rem;
}

.advantageItem-img5 {
  height: 3.2rem;
  margin-top: 1.8rem;
  margin-bottom: 2.1rem;
}

.advantageItem-img6 {
  height: 4.4rem;
  margin-top: 1.4rem;
  margin-bottom: 1.6rem;
}

/* COUNTDOWN */
.countdown {
  font-size: 1rem;
  font-weight: normal;
}

.countdown .countdown-text {
  margin-bottom: 0;
}

.countdown .countdown-timer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.countdown .countdown-hours,
.countdown .countdown-minutes,
.countdown .countdown-seconds,
.countdown .countdown-points,
.countdown .countdown-expired {
  font-size: 320%;
  font-weight: 600;
}

.countdown .countdown-points {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.countdown .countdown-name {
  font-size: 90%;
}

/* SWIPER */
.swiper {
  position: relative;
  margin-bottom: 0;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: 15%;
  width: 1.3rem;
  height: 1.3rem;
  /* border: 1px solid currentColor;
    border-radius: 50%; */
  color: inherit;
}

.swiper .swiper-button-prev {
  left: 0;
}

.swiper .swiper-button-next {
  right: 0;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  color: inherit;
  font-size: 0.8rem;
  font-weight: 100;
  /* color: #b9b7b7; */
}

.swiper .swiper-button-prev.custom,
.swiper .swiper-button-next.custom {
  color: inherit;
}

.swiper .swiper-button-prev.custom::after,
.swiper .swiper-button-next.custom::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.swiper .swiper-button-prev.custom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' points='3.5,10.5 1,8 3.5,5.5'/%3E%3Cline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' x1='1' y1='8' x2='15' y2='8'/%3E%3C/svg%3E");
}

.swiper .swiper-button-next.custom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' points='12.5,5.5 15,8 12.5,10.5'/%3E%3Cline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' x1='15' y1='8' x2='1' y2='8'/%3E%3C/svg%3E");
}

.swiper-pagination .swiper-pagination-bullet,
.opinionswiper-pagination .swiper-pagination-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  border-color: #a1a1a1;
  margin: 0 0.25rem;
  opacity: 1;
  background-color: #a1a1a1;
  font-size: 1.15rem;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.opinionswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #79af5f;
  background-color: #79af5f;
}

.swiper-pagination .swiper-pagination-bullet.custom,
.opinionswiper-pagination .swiper-pagination-bullet.custom {
  width: 1.75rem;
  height: 1.75rem;
  margin: 0.25rem;
  border-color: transparent;
  transition: all 0.5s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet.custom.swiper-pagination-bullet-active,
.opinionswiper-pagination .swiper-pagination-bullet.custom.swiper-pagination-bullet-active {
  border-color: currentColor;
  background-color: transparent;
  transform: scale(1.5);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper .swiper-slide.see-more {
  position: relative;
  height: 100%;
}

.swiper .swiper-slide.see-more .stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper .position-relative {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  margin-top: 1.5rem;
}

.swiper .position-relative .swiper-button-prev,
.swiper .position-relative .swiper-button-next,
.swiper .position-relative .swiper-pagination {
  position: initial;
  transform: unset;
  margin-top: unset;
}

.swiper .position-relative .swiper-button-prev {
  margin-left: 0.5rem;
}

.swiper .position-relative .swiper-button-next {
  margin-right: 0.5rem;
}

.swiper-slide .card {
  height: 100%;
}

.swiper-slide .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.swiper .position-relative.swiper-scrollbar {
  width: 90%;
  height: 0.75rem;
  margin: 0 auto;
}

.swiper .position-relative.swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #5d60b7;
}

/* videocontainer */
/* .videocontainer {
    position: relative;
    display: flex; */
/* overflow: hidden; */
/* min-height: 30vh; */
/* } */

.videocontainer video {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 120%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.videocontainer .video-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.videocontainer .video-text p:last-child {
  margin-bottom: 0;
}

/* Badge */
.badge {
  padding: 0.5rem 0.75rem;
  font-size: 75%;
  font-weight: 600;
}

.badge.badge-outline {
  padding: 0.35rem 0.6rem;
  border-width: 0.15rem;
  border-style: solid;
  border-color: currentColor;
}

/* Topo */
.topo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-size: 65%;
  line-height: 1.1;
  text-align: center;
  color: white;
  background-color: #231421;
}

.topo p:last-child {
  margin-bottom: 0;
}

.topo strong {
  font-size: 125%;
  font-weight: normal;
}

/* SWITCH */
.switch .switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.switch .switch-label {
  position: relative;
  height: 3rem;
  width: 6rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.switch .switch-label::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  border-radius: 3rem;
  background-color: rgb(255 255 255);
}

.switch .switch-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: block;
  width: 3rem;
  height: 3rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  background-color: currentColor;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
}

.switch .switch-input:checked~.switch-label::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* CHECKBOX */
.form-check-input {
  width: 1.5em;
  height: 1.5em;
}

.form-check-input[type="checkbox"] {
  border-radius: 0;
}

.form-check-input:checked {
  background-color: #5d60b7;
  border-color: #5d60b7;
}

.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 0 51 / 25%);
}

.form-check {
  text-align: left;
}

.form-check-label {
  padding-left: 0.75rem;
  font-size: 0.65rem;
}

/* FORM-CONTROL */
.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #ff8099;
  box-shadow: 0 0 0 0.25rem rgb(255 0 51 / 25%);
}

/* #landing1,
    .landing1 {
      display: none;
    } */
#landing2,
.landing2 {
  display: none;
}

.wave {
  position: absolute;
  z-index: 1;
}

.decoration {
  position: absolute;
  width: 7rem;
  height: auto;
  overflow: hidden;
  z-index: 1;
}

.decoration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svg-animation {
  position: absolute;
  display: block;
}

.svg-animation svg {
  width: 100%;
}

.svg-animation svg path {
  stroke-dasharray: 113;
  stroke-dashoffset: 113;
  transition: stroke-dashoffset 0.5s ease-in;
}

.svg-animation.aos-animate svg path {
  stroke-dashoffset: unset;
}

section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 1rem;
  text-align: center;
}

/* HEADER */
header {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-family: var(--bs-font-tertiary);
  overflow: hidden;
}

header.header-blocks>.container,
header.header-blocks>.container-fluid {
  height: 100%;
}

header.header-blocks .downarrow {
  flex-basis: initial;
}

header .navbar+.container,
header .navbar+.container-fluid {
  height: 100%;
}

header .header-image {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

header .header-image .videocontainer {
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

header .header-image img {
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* margin-top: -1rem; */
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

header .navbar-brand {
  margin-left: auto;
  margin-right: auto;
}

header .navbar-brand img {
  width: 6.8rem;
  margin-top: 1rem;
}

header .header-wrapper,
header .header-content {
  position: relative;
  height: 100%;
}

header .header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

header .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 1;
}

header .downarrow .downarrow-text {
  font-size: 0.97rem;
  margin-bottom: 0;
  letter-spacing: 0.02rem;
  color: #000;
  font-family: 'DIN Regular';
}

header .header-content .navbar {}

header .title {
  margin-top: 2em;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 2rem;
}

header .subtitle {}

header .downarrow {
  font-weight: bold;
}

.downarrow-text .text_market {
  font-weight: 500;
}

.downarrow-text strong {
  font-weight: 500;
}

header .downarrow .downarrow-arrow {
  width: 30px;
  height: 30px;
  /* border: 0.25rem solid currentColor; */
  border-radius: 50%;
  background: transparent;
}

/* SECTION 2 */
.section2 {
  background-color: #eb212e;
}

.section2>.container {
  position: relative;
  z-index: 1;
  height: 100%;
}

.logo-ingenio {
  width: 9%;
  margin-top: -38px;
}

.margin-wrapper {
  margin-right: -18px;
  margin-left: -18px;
}

/* SECTION 3 */
.section3 {
  padding-top: 2rem;
}

.section3 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  margin-top: 1.6rem;
  margin-bottom: 2rem;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.div2 {
  grid-area: 1 / 2 / 2 / 3;
  position: relative;
}

.div3 {
  grid-area: 1 / 3 / 2 / 4;
  position: relative;
}

.div4 {
  grid-area: 2 / 1 / 3 / 2;
  position: relative;
}

.div5 {
  grid-area: 2 / 2 / 3 / 3;
  position: relative;
}

.div6 {
  grid-area: 2 / 3 / 3 / 4;
  position: relative;
}

.div7 {
  grid-area: 3 / 2 / 4 / 3;
  position: relative;
}

.section3 .grid img.img-fluid {
  width: 95%;
}

.section3 .grid p.text {
  font-size: 0.65rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 8rem;
}

.section3 .grid .div7 p.text {
  width: 12rem;
}

/* SECTION 4 */
.section4 {
  padding-top: 0;
}

.section4 .collage {
  position: relative;
  margin-top: -1rem;
}

.section4 .text-small .icon {
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  margin-right: 0.2rem;
  vertical-align: middle;
}

/* COLLAGE SECTION 4*/
.collage {
  position: relative;
  min-height: 25.7rem;
}

.collage>* {
  padding: 0;
}

.collage-redBlock2 {
  height: 13.6rem;
  position: absolute;
  bottom: 2.8rem;
  width: 100rem;
  left: 0;
  right: 0;
  padding: 0;
  z-index: -2;
}

.collage-img1 {
  position: absolute;
  width: 12rem;
  left: -1.5rem;
  top: 3.5rem;
}

.collage-img2 {
  position: absolute;
  width: 14rem;
  left: 0.9rem;
  bottom: 4rem;
}

.collage-img3 {
  position: absolute;
  width: 11rem;
  right: 0;
  bottom: 11.5rem;
  z-index: -1;
}

.collage-img4 {
  position: absolute;
  width: 9rem;
  right: 0rem;
  bottom: -1.5rem;
  z-index: -1;
}

/* Animations */
[data-aos=anim1],
[data-aos=anim2],
[data-aos=anim3],
[data-aos=anim4] {
  /* transform: skewX(45deg); */
  opacity: 0;
  /* transition-property: transform, opacity; */
  transition-property: opacity;
}

[data-aos=anim1].aos-animate {
  -webkit-animation: scale-up-tl 0.4s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation: scale-up-tl 0.4s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation-delay: 50ms;
}

[data-aos=anim2].aos-animate {
  -webkit-animation: scale-up-bl 0.4s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation: scale-up-bl 0.4s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation-delay: 300ms;
}

[data-aos=anim3].aos-animate {
  -webkit-animation: scale-up-tr 0.4s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation: scale-up-tr 0.4s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation-delay: 150ms;
}

[data-aos=anim4].aos-animate {
  -webkit-animation: scale-up-br 0.4s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation: scale-up-br 0.4s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
  animation-delay: 450ms;
}

@-webkit-keyframes scale-up-tr {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes scale-up-tr {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes scale-up-tl {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes scale-up-tl {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes scale-up-bl {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

@keyframes scale-up-bl {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes scale-up-br {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes scale-up-br {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

/* SECTION 5 */
.section5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow-x: hidden;
}

.section5 .title {
  margin-bottom: 1em;
}

.section5 .priceCard {
  margin-top: 1rem;
  padding-top: 3.8rem;
  margin-bottom: 1.4rem;
  box-shadow: 0px 0px 28.5px rgb(102 102 102 / 30%);
  padding-top: 1.5rem;
}

.section5 .priceCard-head {
  font-size: 1.7rem;
  font-family: "DIN MEDIUM";
  letter-spacing: 0.03rem;
  margin-bottom: 1rem;
}

.section5 .priceCard-content {
  margin-bottom: -0.4rem;
}

.section5 .priceCard-description {
  font-size: 1rem;
  margin-bottom: 0.9rem;
}

.section5 .priceCard-description strong {
  font-family: "DIN Bold";
}

.section5 .percent {
  color: #eb212e;
  font-size: 2.5rem;
  font-family: 'DIN Bold';
}

.section5 .subpercent {
  color: #eb212e;
  margin-top: -0.5rem;
}

.section5 .copy-code {
  margin-top: 1.2rem;
}

.section5 .copy-code .copy-helper:last-child {
  margin-bottom: 1.5rem;
}

.section5 .priceCard-footerBtn {
  background-color: #4a4949;
  padding: 0.5rem 5.4rem;
  text-decoration: none;
  border-radius: 0.3rem;
  color: white;
  font-family: 'DIN Regular';
  font-size: 1rem;
}

.section5 .cta-sub {
  margin-top: 1.1rem;
  font-size: 0.85rem;
}

.section5 .priceCard {
  padding: 2rem 1rem 5rem 1rem;
}

.section5 img.img-fluid.tefal1 {
  width: 11rem;
  position: absolute;
  left: -1rem;
  bottom: 4rem;
}

.section5 img.img-fluid.tefal2 {
  width: 14.5rem;
  position: absolute;
  bottom: 3.5rem;
}

/* Animations */
[data-aos=paella1],
[data-aos=paella2] {
  opacity: 0;
  transition-property: opacity;
}

[data-aos=paella1].aos-animate {
  -webkit-animation: openUpLeftReturn 0.5s both;
  animation: openUpLeftReturn 0.5s both;
  animation-delay: 300ms;
}

[data-aos=paella2].aos-animate {
  -webkit-animation: openUpRightReturn 0.5s both;
  animation: openUpRightReturn 0.5s both;
  animation-delay: 50ms;
}

@-webkit-keyframes openUpLeftReturn {
  0% {
    transform-origin: top left;
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform-origin: top left;
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes openUpLeftReturn {
  0% {
    transform-origin: top left;
    transform: rotate(110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform-origin: top left;
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@-webkit-keyframes openUpRightReturn {
  0% {
    transform-origin: top right;
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform-origin: top right;
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes openUpRightReturn {
  0% {
    transform-origin: top right;
    transform: rotate(-110deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform-origin: top right;
    transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

/* @-webkit-keyframes flip-2-ver-left-1 {
  100% {
    -webkit-transform: translateX(0) rotateY(0);
    transform: translateX(0) rotateY(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  0% {
    -webkit-transform: translateX(-100%) rotateY(180deg);
    transform: translateX(-100%) rotateY(180deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}

@keyframes flip-2-ver-left-1 {
  100% {
    -webkit-transform: translateX(0) rotateY(0);
    transform: translateX(0) rotateY(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  0% {
    -webkit-transform: translateX(-100%) rotateY(180deg);
    transform: translateX(-100%) rotateY(180deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}

@-webkit-keyframes flip-2-ver-right-1 {
  100% {
    -webkit-transform: translateX(0) rotateY(0);
    transform: translateX(0) rotateY(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  0% {
    -webkit-transform: translateX(100%) rotateY(-180deg);
    transform: translateX(100%) rotateY(-180deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

@keyframes flip-2-ver-right-1 {
  100% {
    -webkit-transform: translateX(0) rotateY(0);
    transform: translateX(0) rotateY(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  0% {
    -webkit-transform: translateX(100%) rotateY(-180deg);
    transform: translateX(100%) rotateY(-180deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
} */

/* SECTION 6 */
.section6 {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  background-color: #eb212e;
}

.section6 .title {
  font-family: 'DIN Regular';
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.section6 .categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.section6 .card {
  border-width: 0;
  border-radius: 7px;
  text-align: center;
  background-color: #ffff;
  z-index: 0;
}

.section6 .card .card-title {
  margin-bottom: 0;
  font-size: 0.88rem;
  text-transform: none;
  font-family: 'DIN Medium';
}

.section6 .card .card-body {
  padding: 0rem 0rem;
  height: 3rem;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* OFFER */
.offer-section {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
  background: #fff;
  z-index: 999;
}

.offer-section .cta .btn {
  width: 100%;
}

.offer-section .helper-text {
  display: inline-block;
  margin-bottom: 0;
  font-size: 80%;
  /* opacity: 0.5; */
}

.offer-section .helper-text:first-child {
  margin-bottom: 0.5rem;
}

.offer-section .text-small {
  font-family: 'DIN Regular';
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.offer-section .text-small strong {
  font-family: 'DIN Bold';
}

.text-small.grotesk {
  font-family: "HKGrotesk";
  margin-top: 1rem;
  font-size: 0.8rem;
  text-align: left;
  color: #707070;
}

/* FOOTER */
footer {
  position: relative;
  padding-top: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 0.5rem;
  font-weight: normal;
  letter-spacing: 0;
  background-color: #000;
  z-index: 1;
}

img.logo-footer {
  max-width: 110px !important;
}

footer .footer-logos {
  justify-content: center;
  margin-bottom: 2rem;
}

footer .footer-logos:not(:first-child) {
  margin-top: 2rem;
}

footer .footer-logo {
  align-self: center;
  text-align: center;
}

footer .footer-logo:first-of-type {
  text-align: right;
  padding-right: 0;
}

footer .footer-logo:last-of-type {
  text-align: left;
  padding-left: 1.3rem;
}

footer .footer-logo img {
  width: auto;
  height: 4rem;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

footer .footer-separator {
  width: 1px;
  padding: 0;
  background-color: #fff;
  margin: 0;
}

footer .copyright {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

footer .copyright.font-secondary {
  font-family: "HKGrotesk SemiBold";
}

footer p {
  margin-bottom: 0;
}

footer a.event {
  color: inherit;
}

footer .footer-logos.carte-logos .footer-logo:first-of-type img {
  transform: translateX(1.1rem);
}

footer .footer-logos.carte-logos .footer-logo:last-of-type img {
  margin-left: 0.35rem;
}

footer .footer-logos.carte-logos .footer-separator {
  display: none;
}

.d-flex.gif01 {
  flex-direction: column;
}

.peugif.alternatiu {
  padding-top: 1rem !important;
}

/* span.swiper-pagination-bullet:first-child {
  display: none;
} */

/* RESPONSIVE */
/* @media (max-width: 1367px) {
  header .title {
    margin-top: 1.5em;
    font-size: 2rem;
    font-weight: 500;
  }

  .title-big-header {
    font-size: 2.7rem;
  }

  .downarrow .downarrow-text {
    color: black;
    font-size: 0.8em;
    font-family: 'DIN Regular';
  }

  .title-section {
    font-size: 1em;
  }

  .title-section {
    font-size: 0.95em;
  }

  .card-green,
  .card-white {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .section3 .txt2,
  .section4 .txt2 {
    font-size: 1.7em;
  }

  .section3 .txt3,
  .section4 .txt3 {
    font-size: 1.8em;
  }

  .section3 .txt4,
  .section4 .txt4 {
    font-size: 0.9em;
  }

  .section3 .txt5,
  .section3 .txt6,
  .section4 .txt5,
  .section4 .txt6 {
    font-size: 1em;
  }

  .section3 .txt7,
  .section4 .txt7 {
    font-family: var(--bs-font-secondary);
    font-size: 1.2em;
  }

  .section4 {
    margin-top: -95px;
  }

  .section5 .icontitle {
    font-size: 1.3em;
  }

  .section5 .text {
    font-size: 0.94em;
  }

  .peugif.alternatiu {
    padding-top: 1.2rem !important;
  }

  .nomargin {
    margin-left: -4%;
    margin-right: -4%;
  }

  .tefalta {
    max-width: 55%;
  }

  .logo-ingenio {
    width: 15%;
  }
} */

@media (max-width: 767.98px) {
  header .header-content {
    margin-left: 0 !important;
  }

  header .header-image {}

  header .header-text {
    height: 100%;
  }

  header .header-text img {
    margin-top: 2.2rem;
    width: 8rem;
  }

  /* .downarrow {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
    } */

  .downarrow .downarrow-arrow::after {
    transform: translateY(0px);
  }

  .d-flex.gif01 {
    flex-direction: row;
  }

  .desktop,
  .desktop-flex {
    display: none !important;
  }

  .mobile {
    display: inline-block !important;
  }

  .mosca-superior {
    display: none;
  }

  .navbar .container {
    padding-left: 0;
    padding-right: 0;
  }

  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pl-xs-0 {
    padding-left: 0 !important;
  }

  .pr-xs-0 {
    padding-right: 0 !important;
  }

  .mt-xs-auto {
    margin-top: auto !important;
  }

  .mt-xs-3 {
    margin-top: 1rem !important;
  }

  .mt-xs-5 {
    margin-top: 2rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 2rem !important;
  }

  .mb-xs-6 {
    margin-bottom: 3rem !important;
  }

  .mt-xs-6 {
    margin-top: 3rem !important;
  }

  .bg-xs-transparent {
    background-color: transparent !important;
  }

  .bg-xs-secondary {
    background-color: #222 !important;
  }

  /* HEADER */
  header {}

  header .navbar {
    position: relative;
    z-index: 1;
    padding-top: 1rem;
    /* padding-bottom: 1.8rem; */
    background-color: transparent;
  }

  header .header-content .navbar {
    width: 100%;
    background: #fff;
    padding: 1rem 0;
  }

  header .header-content {
    padding-top: 0rem !important;
    padding-bottom: 1rem;
  }

  header .title {
    color: black;
    font-size: 2.2rem;
    margin-top: 1rem;
    line-height: 3rem;
    font-family: 'DIN Medium';
    font-weight: 500;
    margin-bottom: 0.5rem;
  }

  header .subtitle {
    color: black;
    font-size: 1.7rem;
    font-family: 'DIN Regular';
    text-transform: none;
    line-height: 1;
    font-weight: 100;
  }

  header .header-image img {}

  header .downarrow {
    color: #fff;
    position: absolute;
    top: auto;
    bottom: 2rem;
    left: 0;
    right: 0;
  }

  /* SECTION 2 */
  .section2 {
    padding-top: 2rem;
  }

  .logo-ingenio {
    width: 41%;
    margin-top: -1px;
  }

  .section2 .margin-wrapper img {
    margin-top: -4rem;
    width: 100%;
    z-index: -2;
    position: relative;
  }

  /* SECTION 3 */
  .section3 {}

  .section3 .img-wrapper {
    padding-left: 0;
  }

  .section3 .img-wrapper img {
    width: 120%;
    max-width: unset;
    margin-bottom: 0.5rem;
    transform: translateX(-20%);
  }

  .section3 .img-wrapper .img3 {
    margin-bottom: 1rem;
  }

  .section3 .img-wrapper img.active {
    transform: translateX(-20%) scale(1.25);
  }

  .section3 .carrousel-wrapper {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15%;
  }

  /* SECTION 4 */
  .section4 {
    margin-top: 2rem;
  }

  .section4 .back-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .section4 .title,
  .section4 .subtitle {
    position: relative;
    z-index: 1;
  }

  .text-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 11rem;
    right: -4rem;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .section4 .text-gif {
    position: absolute;
    font-size: 1.3rem;
    font-family: "DINOT";
    font-weight: 500;
    color: #fff;
    opacity: 0;
    transition: all 0.3s linear;
  }

  .section4 .text-gif.visible {
    opacity: 1;
  }

  /* SECTION 5 */
  .section5 {}

  .section5 .nomargin.mobile {
    text-align: left;
  }

  h2.title-section.fs-4.text-upper {
    font-size: calc(1.475rem + 0.3vw) !important;
    width: 80%;
    text-align: center;
    margin: 0 auto 0.5em auto;
    color: #fff;
    font-family: "DINOT";
    font-weight: 500;
  }

  /* SECTION 6 */
  .section6 {
    overflow-x: hidden;
  }

  .section6 .btn:not(:last-of-type) {
    margin-bottom: 1rem;
  }

  /* OFFER */
  .offer-section .helper-text:last-child {
    margin-top: 0.5rem;
  }

  /* FOOTER */
  footer {
    margin-top: 1.4rem;
    padding-bottom: 0.5rem;
  }

  /****/
  body {}

  .title {
    margin-bottom: 0;
  }

  header .header-content {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .title-big-header {
    margin-bottom: 7.25em;
  }

  header .downarrow {
    color: #444;
  }

  .offer-section .cta .btn {
    width: 71%;
    margin: 0 auto;
  }

  .offer-section .btn-text {
    font-family: 'DIN Medium';
    font-size: 1rem;
  }

  .swiper-pagination .swiper-pagination-bullet,
  .opinionswiper-pagination .swiper-pagination-bullet {
    width: 2.5rem;
  }

  #claimSwiper p {
    font-size: 1.2em;
    margin-top: -20px;
  }

  .section2 {
    font-size: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    /* max-height: 100vh; */
  }

  .section2 .title {
    font-size: 1.8rem;
    line-height: 2.05rem;
    font-family: 'DIN Regular';
    margin-top: 2.6rem;
    color: white;
  }

  /* .section2 .col-sm-12.img-wrapper {
      margin: 0 !important;
    } */

  .section3 {
    font-size: 1rem;
    overflow: hidden;
    padding-top: 2.3rem;
  }

  .section3 .title {
    font-size: 1.8rem;
    font-family: 'DIN Regular';
    margin-top: 0rem;
    color: #ea212e;
  }

  .section3 .subtitle {
    font-size: 1.01rem;
    font-family: 'DIN Regular';
    margin-top: 2rem;
    text-transform: none;
  }

  .section3 .subtitle strong {
    /* font-size: 1rem; */
    font-family: 'DIN Bold';
    text-transform: none;
  }

  .section3 .text-start,
  .section4 .text-end {
    text-align: center !important;
  }

  .section4 {
    font-size: 1rem;
    overflow: hidden;
  }

  .section4 .title {
    font-size: 1.05rem;
    font-family: 'DIN Medium';
    color: #ea212e;
    letter-spacing: 0.03rem;
  }

  .redsquare {
    flex-direction: column;
    border-radius: 20px;
    padding: 1.5em 1.5em 3em 1.5em;
  }

  .text-start.ps-3 {
    text-align: center !important;
    padding-left: 0 !important;
    font-size: 1.5em;
  }
}

@media (max-width: 390.98px) {
  header .header-content {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .title-big-header {
    margin-bottom: 5.5em;
  }

  .section2 .title-section.pb-5 {
    font-size: 1.1em;
  }

  .section3 .tab .title-section,
  .section4 .tab .title-section {
    padding: 1.5em 1em 1em;
  }

  .section3 .title-section,
  .section4 .title-section {
    font-size: 1.2em;
  }

  .section3 .txt4 {
    font-size: 0.94em;
  }

  .section4 .tab {
    margin-bottom: 38px;
  }

  .section6 .big {
    font-family: sans-serif;
    font-size: 85%;
  }

  .opinion {
    font-family: sans-serif;
  }

  .section6 .pt-4.pb-2 {
    font-family: sans-serif;
    font-size: 80%;
  }
}

@media (min-width: 419.98px) {
  html {
    font-size: 19.4px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 21px;
  }

  .xs-br {
    display: none;
  }

  .sm-br {
    display: inline;
  }

  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 3rem !important;
  }

  .big {
    font-size: 110%;
  }

  .section6 .big {
    font-size: 0.9em;
    position: absolute;
    width: 85%;
    top: 80px;
  }

  .section6 .small {
    font-size: 0.8em;
  }

  .btn {
    min-width: 15rem;
    width: auto;
    font-family: var(--bs-font-secondary);
    font-size: 0.9rem;
  }

  .bg-sm-primary {
    background-color: #ffd198 !important;
  }

  a.bg-sm-primary:focus,
  a.bg-sm-primary:hover,
  button.bg-sm-primary:focus,
  button.bg-sm-primary:hover {
    background-color: #f66c31 !important;
  }

  .text-sm-primary {
    color: #ffd198 !important;
  }

  .bg-sm-dark {
    background-color: #000 !important;
  }

  .card .card-body {
    padding: 2rem;
  }

  .card .badge {
    font-size: 0.75rem;
  }

  .categories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-size: 1rem;
  }

  .d-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .title {
    margin-bottom: 1em;
  }

  section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* section {
      overflow-x: hidden !important;
    } */

  .section6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  /* HEADER */
  header {
    height: 100vh;
    background-color: #f26f5d;
    overflow-y: hidden;
  }

  header.header-blocks .header-wrapper {
    flex-direction: row;
  }

  header.header-blocks .header-content,
  header.header-blocks .header-image {
    height: 100%;
  }

  header.header-blocks .header-image {}

  header .header-image {
    top: 0;
    left: 0;
    width: 100%;
  }

  header .header-wrapper {}

  header .header-image img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: top;
    margin-top: 0;
  }

  header .header-content {
    position: relative;
    flex: 0 0 auto;
    justify-content: center;
    margin-left: -50px;
  }

  header .navbar {}

  header .navbar-brand img {
    width: 5rem;
  }

  header .header-text {
    margin-top: 9.9rem;
    margin-right: 1.6rem;
  }

  header .header-text img {
    width: 5.5rem;
  }

  header .downarrow {
    margin-top: 0;
  }

  header .downarrow .downarrow-arrow::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"%3E%3Cpath fill="none" stroke-width="4px" stroke="%23000" d="M2.5,14.2L25,35.8l22.5-21.6"/%3E%3C/svg%3E');
  }

  header .videocontainer video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 53%;
    margin-top: 4rem;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  header .navbar {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
    background-color: #fff;
  }

  .navbar .navbar-brand img {
    min-width: 7.3rem;
  }

  header .title {
    margin-top: 1.6rem;
    font-size: 1.5rem;
    color: black;
    margin-bottom: 0.14rem;
    line-height: 1.8rem;
    font-family: "DIN Medium";
  }

  header .subtitle {
    color: black;
    text-transform: none;
    font-family: "DIN REGULAR";
    font-size: 1.13rem;
  }

  header .downarrow .downarrow-text {
    font-size: 0.52rem;
    margin-bottom: 0.8em;
    margin-top: 2.7rem;
  }

  header .downarrow .downarrow-arrow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: transparent;
  }

  .downarrow .downarrow-arrow::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"%3E%3Cpath fill="none" stroke-width="4px" stroke="%23000" d="M2.5,14.2L25,35.8l22.5-21.6"/%3E%3C/svg%3E');
    transform: translateY(-13px);
  }

  /* SECTION 2 */
  .section2 {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

  .section2 .container {
    max-width: 1120px;
  }

  .section2 .title {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 1.9rem;
    font-family: 'DIN Medium';
    margin-top: 3rem;
  }

  .section2 img.img-fluid.back {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
  }

  /* SECTION 3 */
  .section3 {
    padding-top: 2rem;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section3 .title {
    font-size: 1.3rem;
    font-family: 'DIN Medium';
    letter-spacing: 0.3px;
    margin-bottom: 0.6rem;
  }

  .section3 .subtitle {
    font-size: 0.77rem;
    font-family: 'DIN Regular';
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    margin-top: 1.4rem;
  }

  .section3 .grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: 0 auto;
    grid-template-rows: auto;
    grid-column-gap: 25px;
    grid-row-gap: 35px;
    margin-top: 2.3rem;
    margin-bottom: 2rem;
    max-width: 1040px;
  }

  .section3 .grid .div1,
  .section3 .grid .div2,
  .section3 .grid .div3,
  .section3 .grid .div4,
  .section3 .grid .div5,
  .section3 .grid .div6,
  .section3 .grid .div7 {
    grid-area: auto;
    position: relative;
  }

  .section3 .grid img.img-fluid {
    width: 60%;
  }

  .section3 .grid p.text {
    font-size: 0.46rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 8rem;
    margin-top: 0.4rem;
  }

  .section3 .subtitle strong {
    font-family: 'DIN Bold';
  }

  /* .section3 .container {
    max-width: 1050px;
  } */

  .section3 .advantage-title {
    margin-top: 0.5rem;
    font-size: 1.03rem;
  }

  .section3 .advantage-content {
    margin-top: 1rem;
  }

  .section3 .advantageItem-content {
    font-size: 0.59rem;
    line-height: 1.2;
  }

  .section3 .advantageItem-img {
    height: 6rem;
  }

  .section3 .advantageItem-img1 {
    height: 4.5rem;
    margin-right: auto;
    margin-top: 0;
    margin-left: 0.4rem;
  }

  .section3 .advantageItem-img2 {
    height: 4.1rem;
    margin-top: 0.7rem;
    margin-left: 0.6rem;
  }

  .section3 .advantageItem-img3 {
    height: 4.1rem;
    margin-top: 0.7rem;
    margin-left: 0.3rem;
    margin-bottom: 0rem;
  }

  .section3 .advantageItem-img4 {
    height: 3rem;
    margin-top: 1.3rem;
    margin-bottom: 0;
    margin-left: 0rem;
  }

  .section3 .advantageItem-img5 {
    height: 2.1rem;
    margin-top: 1.7rem;
    margin-bottom: 0;
    margin-left: 0rem;
  }

  .section3 .advantageItem-img6 {
    height: 2.7rem;
    margin-top: 1.4rem;
    margin-bottom: 0;
    margin-left: 0rem;
  }

  /* SECTION 4 */
  .section4 {}

  .section4 .container {
    max-width: 1120px;
  }

  .section4 .title,
  .section4 .subtitle {
    position: relative;
    z-index: 1;
    margin-bottom: 0.6rem;
  }

  .section4 .title {
    padding-top: 6rem;
    font-size: 1.2rem;
    font-family: "DINOT";
    font-weight: 600;
  }

  .section4 .subtitle {
    font-size: 0.8rem;
    margin-top: 0;
  }

  .section4 .text-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 5rem;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .section4 .text-gif {
    position: absolute;
    font-size: 1.2rem;
    color: #fff;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 1;
    font-family: "DINOT";
    font-weight: 600;
  }

  .section4 .text-gif.visible {
    opacity: 1;
  }

  .section4 img.img-fluid.gif {
    position: absolute;
    z-index: 1;
    margin-top: 2.5rem;
    margin-left: -8.3rem;
    max-width: 19.3%;
    top: 0rem;
  }

  .section4 .back-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .section4 .back-image2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  /* SECTION 5 */
  .section5 {
    padding-top: 3rem;
  }

  /* .section5 .priceCard {
    display: flex;
    flex-direction: row;
    padding-bottom: 4rem;
  } */

  .section5 .container {
    max-width: 1120px;
  }

  .section5 h2.title-section.fs-4.text-upper {
    font-size: calc(1.015rem + 0.3vw) !important;
    width: 80%;
    text-align: center;
    margin: 0.5rem auto 0.5em auto;
    color: #fff;
    font-family: "DINOT";
    font-weight: 600;
  }

  .section5 .redsquare.swipe {
    max-width: 100%;
    display: block;
    flex-direction: column;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    /* background-color: #a00d1a; */
    /* background-color: rgba(172, 61, 59, 1); */
    background-color: #9b3d3b;
    -webkit-box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 0%);
    box-shadow: 0px 7px 10px 1px rgb(0 0 0 / 0%);
    border-radius: 55px;
  }

  .section5 img.img-fluid.tefal1 {
    width: 11rem;
    position: absolute;
    left: -6.5rem;
    bottom: 5.5rem;
  }

  .section5 img.img-fluid.tefal2 {
    width: 13rem;
    position: absolute;
    bottom: 5.5rem;
    right: -8rem;
  }

  .section5 .priceCard-head {
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 0.7rem;
  }

  .section5 .priceCard-description {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }

  .section5 .percent {
    color: #eb212e;
    font-size: 1.8rem;
    font-family: 'DIN Bold';
  }

  .section5 .subpercent {
    color: #eb212e;
    margin-top: -0.1rem;
    font-size: 0.84rem;
  }

  .section5 .code.d-none.d-sm-block {
    font-size: 0.7rem;
    margin-top: 0.6rem;
  }

  .section5 .copy-code {
    margin-top: 0.5rem;
  }

  .section5 .copy-code .btn-copy {
    padding: 0.1rem 0.4rem;
    width: auto;
    max-width: 100%;
    min-width: unset;
    line-height: 1.5rem;
    font-size: 0.7rem;
    letter-spacing: 0;
    padding-left: 1.4rem;
  }

  .section5 .copy-code .btn-copy .copy-icon::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.1rem;
  }

  .section5 .copy-code .copy-helper {
    margin-top: 0.2rem;
    font-size: 0.5rem;
    margin-bottom: 0.9rem !important;
    color: #969993;
  }

  .section5 .priceCard-footerBtn {
    background-color: #4a4949;
    padding: 0.4rem 3.5rem;
    text-decoration: none;
    border-radius: 0.3rem;
    color: white;
    font-family: 'DIN Regular';
    font-size: 0.75rem;
  }

  .section5 .cta-sub {
    margin-top: 0.8rem;
    font-size: 0.5rem;
  }

  /* SECTION 6 */
  .section6 {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .section6 .container {
    max-width: 800px;
  }

  .section6 .title {
    font-family: 'DIN Regular';
    color: #fff;
    font-size: 1.03rem;
    margin-bottom: 2.7rem;
  }

  .section6 .categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
  }

  .section6 .card {
    border-width: 0;
    border-radius: 12px;
    text-align: center;
    background-color: #ffff;
    z-index: 0;
  }

  .section6 .card .card-title {
    margin-bottom: 0;
    font-size: 0.68rem;
    text-transform: none;
    font-family: 'DIN Medium';
  }



  /* SECTION 7 */

  .section7 {
    padding-top: 0;
    margin-top: 0;
  }

  .section7 .container {
    max-width: 100%;
  }

  .section7 .tefalta {
    max-width: 55%;
  }

  /* OFFER */
  .offer-section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .offer-section .cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .offer-section .cta .btn {
    min-width: 19rem;
    width: auto;
    padding: 0.5rem;
  }

  .offer-section .btn::after {
    height: 1.5rem;
    width: 1.5rem;
  }

  .offer-section .helper-text {
    margin-right: 1rem;
  }

  .offer-section .btn::after {
    height: 1rem;
    width: 1rem;
    margin-top: 5px;
  }

  .offer-section .cta .btn {
    min-width: 13rem;
    width: auto;
    padding: 0.3rem 0.5rem;
    border-radius: 5px;
  }

  .btn {
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    font-family: 'DIN Medium';
  }

  /* FOOTER */
  footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  footer .footer-logo img {
    height: 2.5rem;
  }

  .img-fluid.clock {
    width: 7%;
  }
}

/* @media (min-width: 1279px) {
  .section4 img.img-fluid.gif {
    position: absolute;
    z-index: 1;
    margin-top: 7vh;
    margin-left: -6.3rem;
    max-width: 19.3%;
    top: 0rem;
  }
} */

@media (min-width: 1400px) {
  html {
    font-size: 22px;
  }

  header .header-text {
    margin: 0;
    height: 100%;
    padding-top: 10.5rem;
    padding-right: 0;
  }

  header .header-text img {
    margin-top: 1rem;
    width: 5.85rem;
  }

  header .title {
    margin-top: 1.5rem;
    font-size: 1.65rem;
    letter-spacing: 0.03rem;
  }

  header .subtitle {
    color: black;
    text-transform: none;
    font-family: "DIN REGULAR";
    font-size: 1.3rem;
    margin-top: 0.3rem;
    display: block;
    font-weight: 100;
  }

  header .downarrow {
    margin-top: 3.35rem;
    color: black;
  }

  header .downarrow .downarrow-text {
    font-size: 0.87rem;
    margin: 0;
    margin-bottom: 1rem;
    font-family: 'DIN Regular';
  }

  .section2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 4.2rem;
  }

  .section2 .container {
    max-width: none;
  }

  .section2 .title {
    color: white;
    font-size: 1.25rem;
    font-family: "DIN Medium";
    margin-top: 1.7rem;
    letter-spacing: 0.03rem;
    margin-bottom: 1.5rem;
  }

  .section2 .priceCard {
    max-width: 655px;
    margin: 0 auto;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1rem 0 0.6rem;
  }

  /* .section2 .priceCard {
    display: flex;
    flex-direction: row;
    border-bottom-left-radius: 0;
    margin-left: -1rem;
    margin-top: 2.4rem;
    margin-right: -3.7rem;
    padding: 3.5rem;
    padding-bottom: 3.3rem;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
  } */

  .section2 .priceCard-head {}

  .section2 .priceCard-price {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .section2 .priceCard-priceDescription {
    font-size: 0.84rem;
    margin-bottom: 0.5rem;
  }

  .section2 .priceCard-description {
    font-size: 0.68rem;
    font-family: 'DIN Regular';
    margin-bottom: 1.3rem;
  }

  .section2 .priceCard-description .priceCard-description.bold {
    /* font-size: 0.66rem; */
    font-family: 'DIN Bold';
  }

  .section2 .priceCard-description .priceCard-description.red {
    /* font-size: 0.66rem; */
    font-family: 'DIN Bold';
  }

  .section2 .priceCard-content {
    padding-right: 0;
    margin-bottom: 0.8rem;
  }

  .section2 .priceCard-btn-title {
    margin-bottom: 0.4rem;
    font-size: 0.7rem;
    margin-top: 0.4rem;
  }

  .section2 .copy-code .btn-copy .copy-text {
    font-size: 105.7%;
  }

  .section2 .copy-code .btn-copy {
    padding: 0.1rem 0.8rem;
    width: 8.1rem;
    max-width: 100%;
    min-width: unset;
    line-height: 1.5rem;
    font-size: 0.8rem;
    letter-spacing: 0;
    padding-left: 1.4rem;
    border-radius: 6px;
  }

  .section2 .copy-code .btn-copy .copy-icon::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.1rem;
  }

  .section2 .copy-code .copy-helper:last-child {
    font-size: 0.5rem;
    margin-top: 0.3rem;
  }

  .section2 .priceCard-footerBtn {
    padding: 0.6rem 5rem;
    text-decoration: none;
    border-radius: 0.3rem;
    color: white;
    font-family: 'DIN Medium';
  }

  .section2 .priceCard-footerBtn {
    padding: 0.4rem 3.15rem;
    font-size: 0.7rem;
  }

  .section2 .margin-wrapper img {
    margin-left: -1rem;
    z-index: -1;
    position: relative;
    object-fit: cover;
    width: calc(100% + 2rem);
    height: 23.3rem;
    float: left;
  }

  .section3 {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

  .section4 {
    padding-top: 1rem;
    padding-bottom: 2.2rem;
  }

  .section4 .title {
    color: #eb212e;
    font-family: 'DIN Regular';
    padding-top: 1rem;
    font-size: 0.82rem;
    line-height: 0.94rem;
    margin-bottom: 3.4rem;
  }

  .section4 .advantage-title {
    font-family: 'DIN Medium';
    color: #ea212e;
    font-size: 1.02rem;
    margin-top: 1.2rem;
  }

  .section4 .collage {
    position: relative;
    margin: 0 auto;
    margin-top: 8rem;
    width: 1030px;
  }

  .section4 .container {
    max-width: none;
  }

  .collage {
    min-height: unset;
  }

  .collage-redBlock1 {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 5.5rem;
    margin: 0 auto;
    margin-left: 0.8rem;
    z-index: 0;
  }

  .collage-img1 {
    position: absolute;
    width: 11.8rem;
    left: -0.9rem;
    top: -3.4rem;
    z-index: 1;
  }

  .collage-img2 {
    position: absolute;
    width: 14rem;
    left: 23.9rem;
    bottom: 0.7rem;
    z-index: 1;
  }

  .collage-img3 {
    position: absolute;
    width: 11rem;
    right: 24rem;
    bottom: -1.2rem;
    z-index: 1;
  }

  .collage-img4 {
    position: absolute;
    width: 8.6rem;
    right: -0.3rem;
    bottom: -2rem;
    z-index: 1;
  }

  /* .collage-redBlock2 {
    object-fit: cover;
    object-position: top left;
    width: 48.2%;
    height: 11rem;
    top: 2.9rem;
    right: 0;
    left: auto;
    bottom: 0;
  }

  .collage-img2 {
    left: 2.3%;
    top: 1.3rem;
    right: auto;
    bottom: auto;
    object-fit: cover;
    object-position: top left;
    width: 26%;
  }

  .collage-img1 {
    left: 30.6%;
    top: 1.3rem;
    right: auto;
    bottom: auto;
    object-fit: cover;
    object-position: top left;
    width: 26%;
  }

  .collage-img3 {
    bottom: auto;
    left: auto;
    object-fit: cover;
    object-position: top left;
    right: 2.4%;
    top: 1.3rem;
    width: 38.7%;
  } */

  /* .section4 img.img-fluid.gif {
    position: absolute;
    z-index: 1;
    margin-top: 2.5rem;
    margin-left: -8.3rem;
    max-width: 19.3%;
    top: 0rem;
  } */

  .section5 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .section5 .priceCard {
    padding: 1rem 1rem 1.5rem 1rem;
    width: 750px;
    margin: 0 auto;
    border-radius: 35px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
  }

  .offer-section {
    padding-top: 0.3rem;
    padding-bottom: 0.8rem;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 10%);
  }

  .offer-section .container.cta {
    flex-direction: column;
  }

  .offer-section .text-small {
    font-size: 0.57rem;
    margin-bottom: 0.4rem;
  }

  .btn.event.btn-veepee {
    font-size: 0.67rem;
    min-width: unset;
    padding: 0.25rem 3.2rem;
  }

  .text-small.grotesk {
    margin-top: 0;
    font-size: 0.45rem;
    text-align: center;
    margin-bottom: 0;
  }

  footer {
    padding-top: 1rem;
    padding-bottom: 0.4rem;
    margin: 0;
  }

  footer .footer-logos {
    justify-content: center;
    margin-bottom: 0.9rem;
  }

  .src_footer_logo.alt_footer_logo {
    height: 1.7rem;
  }

  footer .footer-logo img {
    height: 0.7rem;
  }

  footer .footer-logo:first-of-type {
    text-align: right;
    padding-right: 0;
    margin-right: 1rem;
    margin-left: -1rem;
  }

  footer .footer-logo:last-of-type {
    padding-left: 0.8rem;
  }

  footer .copyright.font-secondary {
    font-size: 0.3rem;
  }

  footer .footer-logos.carte-logos .footer-logo:last-of-type img {
    margin-left: 0;
  }

  section.p-0 {
    padding: 1rem 0 !important;
  }
}

/* @media (min-width: 1550px) {
  .section4 {}

  .section4 img.img-fluid.gif {
    position: absolute;
    z-index: 1;
    margin-top: 2.6rem;
    margin-left: -10.6rem;
    max-width: 19.3%;
    top: 0rem;
  }

  .section4 .title {
    padding-top: 9rem;
  }
} */

/* @media (min-width: 1679px) {
  .section4 {
    padding-bottom: 5rem;
  }

  .section4 img.img-fluid.gif {
    position: absolute;
    z-index: 1;
    margin-top: 3.6rem;
    margin-left: -12.3rem;
    max-width: 19.3%;
    top: 0rem;
  }

  .section4 .title {
    padding-top: 10rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 600;
  }
} */

@media (min-width: 1919px) {
  .section2 img.img-fluid.back {
    width: 62%;
  }
}

/* @media (min-width: 2559px) {
  .section4 img.img-fluid.gif {
    position: absolute;
    z-index: 1;
    margin-top: 3.5rem;
    margin-left: -15.5rem;
    max-width: 14.3%;
    top: 0rem;
  }

  .section4 .title {
    padding-top: 12.3rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
} */


/* html {
  background-image: url(../img/backmobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  opacity: 0.6;
  margin-top: 0.5rem;
} */