@font-face {
  font-family: 'Avenir';
  src: url('fonts/Avenir-Book.woff2') format('woff2'),
    url('fonts/Avenir-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('fonts/Avenir-Roman.woff2') format('woff2'),
    url('fonts/Avenir-Roman.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('fonts/Avenir-Heavy.woff2') format('woff2'),
    url('fonts/Avenir-Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('fonts/Avenir-Black.woff2') format('woff2'),
    url('fonts/Avenir-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('fonts/AGaramondPro-Regular.woff2') format('woff2'),
    url('fonts/AGaramondPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GuthenBloots';
  src: url('fonts/GuthenBlootsPersonalUse.woff2') format('woff2'),
    url('fonts/GuthenBlootsPersonalUse.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* GENERAL */
:root {
  --bs-font-sans-serif: "Avenir", 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: "GuthenBloots";
  --bs-gradient: linear-gradient(90deg,
      rgb(0 118 73 / 100%),
      rgba(0 76 50 / 100%));
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: normal;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
  color-scheme: light only;
}

body,
html {
  --bs-gutter-x: 1rem;
  width: 100%;
  height: 100%;
}

.font-secondary {
  font-family: var(--bs-font-secondary) !important;
}

html {
  font-size: 18px;
}

body {
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.2rem;
}

/* .family-raleway {
  font-family: "Raleway", sans-serif;
} */

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

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

.redirection-popup {
  padding: 0;
}

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

small,
.small,
.helper-text {
  font-size: 70%;
}

.big {
  font-size: 200%;
}

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

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

.pretitle {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
}

.title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #22222b;
}

.title.special {
  font-family: var(--bs-font-secondary) !important;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
  color: #22222b;
}

.subtitle {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
}

.subtitle.big {
  font-size: 1.6rem;
}

.text-blue {
  color: #1b0d65;
}

/* 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: 10rem;
  margin: 1rem auto;
  background: #fa4b14;
  height: 2px;
}

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

/* Categories */
.categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: normal;
}

.categories .categories-item {
  position: relative;
}

.categories .categories-item .stretched-link {
  color: inherit;
  text-decoration: underline;
}

.categories .categories-item .stretched-link:not(:hover) {
  text-decoration: unset;
}

.categories .categories-item img {
  margin-bottom: 0.5rem;
}

.categories .categories-item .card {
  height: 100%;
  background-color: transparent;
}

.categories .categories-item .card .card-img-top {
  position: relative;
  border: 0.2rem solid white;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 0.5rem 0.35rem #00b86e;
  box-shadow: 0 0 0.5rem 0.35rem #00b86e;
  background-color: #00b86e;
}

.categories .categories-item .card .card-img-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0 0 0.5rem 0.35rem #00b86e;
  box-shadow: inset 0 0 0.5rem 0.35rem #00b86e;
}

.categories .categories-item .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 0;
  min-height: 3.5rem;
  font-weight: normal;
}

.categories .categories-item .card .card-text:not(:last-child) {
  margin-bottom: 0.5rem;
}

.categories .stretched-link {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: none;
}

.categories .btn {
  min-width: unset;
  max-width: 100%;
}

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

.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 .accordion-button {
  padding: 0.5rem 0;
}

.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: 1rem;
  height: 1rem;
  background-size: 1rem;
}

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

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

.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;
  font-weight: normal;
}

.downarrow .downarrow-text {
  margin-bottom: 0.5rem;
}

.downarrow .downarrow-arrow {
  position: relative;
  width: 1rem;
  height: 1rem;
  padding-bottom: 0.5rem;
  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: 100%;
  height: 100%;
  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 40 30'%3e%3cpath fill='none' stroke-width='4px' stroke='%23000000' d='M0.5,1L20,19.7L39.5,1'/%3e%3c/svg%3e");
}

.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");
}

@-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: #000;
  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: #fff;
  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-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin: 0 auto;
  border: 3px solid #1c0865;
  border-radius: 10px;
  margin-bottom: 1rem;
  letter-spacing: 6px;
}

.copy-code .btn-copy .copy-text {
  padding-left: 2rem;
  font-size: 1.6rem;
}

.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;
}

/* .bi-files::before {
  content: "";
  background-image: url(../img/copy.png);
} */

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

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

.btn {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0rem;
  font-size: 1rem;
  font-weight: normal;
}

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

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

.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;
}

/* brand */
.btn-brand {
  color: #000000;
  background-color: #ffcb00;
  border-color: #ffcb00;
}

.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: #c6a003;
  border-color: #c6a003;
}

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

.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: #fa4b14;
  background-color: #fa4b14;
}

.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: #fa4b14;
  border-color: #fa4b14;
  box-shadow: 0 0 0 0.2rem rgb(138 184 54 / 50%);
}

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

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

.bg-outline-brand {
  border-color: #fa4b14 !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: #acee33 !important;
  background-color: #ffffff !important;
}

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

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

/* primary */
.btn-primary {
  color: #ffffff;
  background-color: #00b86e;
  border-color: #00b86e;
}

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

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

.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: #ffffff;
  border-color: #00b86e;
  background-color: #00b86e;
}

.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: #00eb8c;
  border-color: #00b86e;
  box-shadow: 0 0 0 0.2rem rgb(28 156 105 / 50%);
}

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

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

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

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

/* secondary */
.btn-secondary {
  color: #000000;
  background-color: #d1f896;
  border-color: #d1f896;
}

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

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

.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: #000000;
  border-color: #d1f896;
  background-color: #d1f896;
}

.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: #000;
  background-color: #d1f896;
  border-color: #d1f896;
  box-shadow: 0 0 0 0.2rem rgb(207 231 168 / 50%);
}

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

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

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

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

/* dark */
.btn-dark {
  color: #ffffff;
  background-color: #010101;
  border-color: #010101;
  letter-spacing: 2px;
}

.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(1 1 1 / 50%);
}

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

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

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

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

/* light */
.btn-light {
  color: #00b86e;
  background-color: #ffffff;
  border-color: #ffffff;
}

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

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

.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: #00b86e;
  border-color: #ffffff;
  background-color: #ffffff;
}

.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(179 179 179 / 50%);
}

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

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

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

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

/* privalia */
.btn-privalia {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 0.25rem;
}

.btn-privalia::after {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  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: #e6007e;
  border-color: #e6007e;
  border-radius: 0.25rem;
}

.btn-veepee::after {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  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 40 50'%3e%3cpath fill='white' d='M36.8,31.4c-1.4,1.7-2.8,3.3-4.3,4.6c-0.2,0.2-0.4,0.2-0.2,0c5.5-6,11.5-19.4,3.7-32.6c0,0-3.1,2.1-5.6,6.5 C28,6.1,24.4,2.9,19.9,0c0,0-11.3,12.7-6.3,31.2c-14.5,2-9.2,13.2-6.9,14.9c0.1,0.1,0.2,0,0.1-0.2c-0.8-1.3-3.1-5.6,1.6-9.8 c2.5-2.3,7.8-2.8,7.8-2.8C14.9,24.3,15,16.3,21,7.4c0.8,0.5,9.6,4.4,9.9,17.5c0.7,8.2-3.5,14.8-7.6,17.3C16,46.2,7.8,48.1,0.7,49.8 C0.1,50,0.3,50,0.7,50c16.9-0.7,31.9-8.4,37.7-15.6c1.1-1.4,1.6-2.9,0.9-3.8C38.5,29.7,37.1,31.1,36.8,31.4 M34.1,20.7 c-0.2-2.5-0.8-5-1.8-7.3c1.6-3.4,3.3-4.7,3.3-4.7S39,17.6,36,26.6c-1.9,5.6-4.1,9-5.3,10.5c-0.3,0.3-0.5,0.4-0.4,0.2 C33.2,33.5,34.7,27.5,34.1,20.7'/%3e%3c/svg%3e");
}

.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: #ff1a97;
  border-color: #ff1a97;
}

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

.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: #ff1a97;
  background-color: #ff1a97;
}

.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: #ff1a97 !important;
}

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

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

a.text-veepee:focus,
a.text-veepee:hover {
  color: #ff1a97 !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;
  overflow: hidden;
  z-index: 0;
}

.bg-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(9deg);
  filter: blur(1px);
  opacity: 0.25;
  background-size: 80%;
  background-repeat: repeat;
  background-image: url("../img/sybox1-2-wave-mobile.svg");
  z-index: -1;
}

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

.bg-animated span {
  position: absolute;
  top: 1%;
  left: -2.5%;
  width: 105%;
  height: 100%;
  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: 1rem;
  text-align: center;
  z-index: 0;
  box-shadow: 0.15rem 0.15rem 1rem -0.5rem rgb(0 0 0 / 50%);
}

.card .card-img-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card .card-subtitle {
  font-size: 1.5rem;
  letter-spacing: -1px;
}

/* 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;
  background-color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1rem;
  border-radius: 20px;
}

.countdown .countdown-hours,
.countdown .countdown-minutes,
.countdown .countdown-seconds,
.countdown .countdown-points,
.countdown .countdown-expired {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

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

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

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

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

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: 35%;
  width: 2rem;
  height: 2rem;
  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: 1.5rem;
}

.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 {
  width: 0.8rem;
  height: 0.8rem;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  margin: 0 0.25rem;
  background-color: transparent;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: currentColor;
  background-color: currentColor;
}

.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: 0.5rem;
  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: 0.75rem;
}

.swiper-scrollbar {
  background-color: rgb(255 255 255 / 75%);
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #1e133f;
}

/* videocontainer */
/* .videocontainer {
  position: relative;
  min-height: 3rem;
} */
.videocontainer video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  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;
}

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

#landing2,
.landing2 {
  display: none;
}

#landing3,
.landing3 {
  display: none;
}

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

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

section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  /* overflow-x: hidden; */
}

.cta .container {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* HEADER */
header {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  text-align: center;
  background-color: #ffcb00;
}

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

header.header-blocks .header-image {
  position: absolute;
}

header.header-blocks .header-content {
  flex-basis: initial;
  height: 100%;
}

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

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

/* header .header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
} */

header .header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: relative;
}

header .navbar {
  padding: 0;
  z-index: 2;
}

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

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

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

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

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

/* header .title {
  position: relative;
  padding: 1rem 0.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  transform: rotate(-2deg);
  text-transform: uppercase;
  z-index: 0;
} */

header .header-title {
  margin-top: 21.1rem;
  margin-bottom: 1rem;
}

header .header-title .h1,
h1 {
  font-size: 1.7rem;
  color: #000;
  font-family: 'Adobe Garamond Pro';
  margin-bottom: 0.3rem;
}

header .handwrite {
  color: #949e69;
  font-family: 'GuthenBloots';
  font-size: 2.2rem;
}

/* header .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1;
} */

/* header .title::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  box-shadow: 0.5rem 0.5rem 2rem -0.25rem rgb(0 0 0 / 50%);
  z-index: -2;
} */

header .title-wrapper {
  margin-top: auto;
}

header .downarrow {
  font-size: 1.05rem;
  margin-bottom: 0;
}

header .downarrow-text {
  margin-bottom: 0.5rem;
}

header .top-bar {
  background-color: #FFFFFF;
  z-index: 9999;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* SECTION 2 */
.section2 {
  padding-bottom: 0rem;
  margin-bottom: 0.8rem;
  background-color: #ffcb00;
  padding-top: 0rem;
  overflow-x: hidden;
}

.section2 .container {
  position: relative;
  z-index: 1;
  transform: translateY(-3.8rem);
}

.section2 .back-image {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  z-index: 0;
}

.section2 .back-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: relative;
}

.section2 .image {
  margin-left: -1rem;
  margin-right: -1rem;
}

.section2 .title {
  font-size: 2.2rem;
  font-weight: normal;
  color: #14171f;
  font-family: 'Adobe Garamond Pro';
  margin-top: 6rem;
  margin-bottom: 0;
}

.section2 .subtitle {
  font-size: 1.2rem;
  transform: translateY(10px);
}

.section2 p.partecipa {
  font-size: 1.05rem;
  transform: translateY(10px);
}

.section2 .btn {
  width: 10.6rem;
  padding: 0.5rem 1rem;
  border-radius: 0rem;
  font-size: 1.05rem;
  font-weight: normal;
  text-transform: uppercase;
  transform: translateY(17px);
}

.section2 .row.justify-content-center.align-items-center {
  z-index: 2;
  position: relative;
}

/* SECTION 3 */

.section3 {
  background: #949e69;
  color: #fff;
  padding-top: 0;
  padding-bottom: 2.8rem;
}

.section3 .image {
  margin-left: -1rem;
  margin-right: -1rem;
}

.section3 .pretitle {
  margin-top: 2.5rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
}

.section3 .title {
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
  font-family: 'Adobe Garamond Pro';
  margin-top: 0.3rem;
  margin-bottom: 0;
}

.section3 .subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: normal;
  font-style: normal;
  font-family: 'GuthenBloots';
}

.section3 .swiper {
  max-width: 11rem;
}

.section3 .swiper-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 2rem;
}

.section3 .text {
  font-size: 1.05rem;
  margin-top: 1.3rem;
}

.swiper-button-next:after {
  content: '';
  width: 30px;
  height: 20px;
  background-image: url(../img/next.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-prev:after {
  content: '';
  width: 30px;
  height: 20px;
  background-image: url(../img/prev.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 72%;
}

.swiper-button-next {
  right: 3rem;
  left: auto;
}

.swiper-button-prev {
  left: 3rem;
  right: auto;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  border-width: 2px;
  border-style: solid;
  border-color: #d4d8c3;
  margin: 0 0.25rem;
  background-color: #d4d8c3;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: currentColor;
  background-color: currentColor;
  width: 20px;
  border-radius: 5px;
}

/* SECTION4 */
.section4 {
  padding-bottom: 0rem;
  margin-bottom: 0.8rem;
  background-color: #ffcb00;
  padding-top: 0rem;
  overflow-x: hidden;
}

.section4 .container {
  position: relative;
  z-index: 1;
  transform: translateY(-5.5rem);
}

.section4 .back-image {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  top: 0;
  z-index: 0;
}

.section4 .back-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: relative;
}

.section4 .title {
  font-size: 2.2rem;
  font-weight: normal;
  color: #14171f;
  font-family: 'Adobe Garamond Pro';
  margin-top: 24rem;
  margin-bottom: 0;
}

.section4 .text {
  font-size: 1.05rem;
  transform: translateY(13px);
}

.section4 .text2 {
  font-size: 1.19rem;
  font-weight: 600;
  transform: translateY(37px);
}

.section4 .separator {
  background-color: #000;
  width: 51%;
  height: 1px;
  transform: translateY(28px);
}

.checkbox p {
  font-size: 0.7rem;
}

/* checkbox rodó */

/* Hide the browser's default checkbox */
form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  height: 14px;
  width: 16px;
  background-color: #fff;
  border-radius: 30px;
}

span.space {
  display: inline-block;
  width: 18px;
}

.checkmark.opt {
  height: 14px;
  width: 14px;
  background-color: #fff;
  border-radius: 0;
}

/* When the checkbox is checked, add a blue background */
input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  display: none;
}

/* Show the checkmark when checked */
input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
  margin-left: 5px;
  margin-top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-loccitane {
  padding-top: 0;
  max-width: 80%;
  margin: 0 auto;
}

.form-loccitane .separator {
  width: 100%;
  margin: 1.5rem auto;
  background: #fff;
  height: 1px;
}

.form-loccitane .btn-brand {
  color: #000000;
  background-color: #ffcb00;
  border-color: #ffcb00;
  text-transform: uppercase;
  margin-top: 2rem;
  width: 10.6rem;
  padding: 0.5rem 1rem;
  font-size: 1.05rem;
  font-weight: normal;
}

.form-loccitane label.text-label {
  display: block;
  text-align: left;
  margin-top: 1.4rem;
  color: #fff;
}

.form-loccitane input[type="text"],
.form-loccitane input[type="email"] {
  padding: 0.8rem 1rem;
  border: none;
  width: 100%;
  margin-top: 0.5rem;
  border-radius: 0;
  font-size: 0.9rem;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
}

.form-loccitane input[type="checkbox"] {
  border: none;
  display: inline-block !important;
  margin-right: 1rem;
}

.form-loccitane label.conditions {
  /* display: contents; */
  font-size: 0.7rem;
  color: #fff;
  line-height: 12px !important;
  margin-left: -10px;
}

.form-loccitane a {
  color: #fff;
  font-weight: 600;
}

.checkbox {
  text-align: left;
  margin-top: 1rem;
  margin-left: 0;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* Header landing 3 */
/* .landing1,
.landing2 {
  display: none;
}
.landing3 {
  display: block;
} */

.landing3 header {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 82vh;
  text-align: center;
  background-color: #949e69;
  color: #fff;
}

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

.landing3 header .header-title .h1 {
  font-size: 2.2rem;
  color: #fff;
  font-family: 'Adobe Garamond Pro';
  margin-bottom: 0.3rem;
}

.landing3 header .header-title {
  margin-top: 15.1rem;
  margin-bottom: 1rem;
}

.landing3 header .subtitle {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  margin-top: 1rem;
}

.landing3 header .separator {
  width: 12rem;
  margin: 1.5rem auto;
  background: #fff;
  height: 1px;
}

.landing3 header .botox {
  font-size: 1.2rem;
  font-weight: 600;
}

.landing3 h1 {
  color: #fff;
}

.landing3 .section7 {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
  background-color: #949e69;
}

.landing3 .section7 .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.landing3 .section7 .marc {
  transform: translateY(-7rem);
}

.landing3 .section7 .caixa {
  background-color: #fff;
  margin: 0 1rem 0 1rem;
  padding: 0.8rem 1.5rem 0.8rem 1.5rem;
  transform: translateY(-3.3rem);
}

.landing3 .section7 .bord {
  border: 2px solid #ffcb00;
}

.landing3 .section7 .punt {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 6.5rem;
  left: 50%;
  transform: translate(-50%, -110%);
}

.landing3 .section7 .subito {
  font-size: 1.1rem;
  font-weight: 600;
}

.landing3 .section7 .code {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.landing3 .section7 .ampolla {
  position: absolute;
  top: -13rem;
  left: 0rem;
  max-width: 4rem;
}

.landing3 .section7 .btn-brand {
  color: #000000;
  background-color: #ffcb00;
  border-color: #ffcb00;
  width: 10.5rem;
  text-transform: uppercase;
}

.copy-code .btn-copy .copy-text {
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
}

.copy-code .btn-copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin: 0 auto;
  border: 2px solid #1c0865;
  border-radius: 5px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  letter-spacing: 6px;
  width: 11rem;
  font-size: 1.3rem;
  padding-left: 0;
  padding-right: 0;
}

.copy-code .btn-copy .copy-icon-wrapper {
  margin-left: 1rem;
}

.landing3 .section6 {
  background-color: #949e69;
}

.landing3 .section6 .title {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #fff;
  font-family: 'Adobe Garamond Pro';
}

.landing3 .section6 .regali {
  padding-left: 1rem;
  padding-right: 1rem;
}

.landing3 .section6 .caption a {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  padding-top: 1rem;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.landing3 .section6 .link {
  font-weight: 300;
  text-decoration: underline;
  font-size: 0.9rem;
}

/* OFFER */
a#exit_sticky {
  text-decoration: none;
}

.offer-section,
.offer-section-l3 {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
  background-color: transparent;
  z-index: 999;
  margin-top: -3rem;
}

.offer-section .cta,
.offer-section-l3 .cta {
  max-width: 91%;
  -webkit-box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.offer-section .helper-text,
.offer-section-l3 .helper-text {
  display: block;
  margin-bottom: 0;
  color: #070707;
}

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

.offer-section .helper-text:last-child,
.offer-section-l3 .helper-text:first-child {
  margin-top: 0.5rem;
}

.offer-section span.text-code,
.offer-section-l3 span.text-code {
  margin-bottom: 0;
  padding-right: 0;
  color: #1c0865;
  display: inline-block;
  font-size: 0.8rem;
  transform: translateX(17px);
}

.offer-section-l3 span.text-code {
  transform: translateX(7px);
}

.offer-section .cta .btn,
.offer-section-l3 .cta .btn {
  width: 10rem;
  text-transform: uppercase;
}

/* FOOTER */
footer {
  position: relative;
  padding-top: 5.5rem;
  margin-top: -6.5rem;
  padding-bottom: 1rem;
  font-size: 0.5rem;
  letter-spacing: 0;
  background-color: #ffcb00;
  color: #000000;
  z-index: 1;
}

footer .footer-logos {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
}

.footer-logo {
  align-self: center;
  padding: 1rem 1.5rem;
  text-align: center;
}

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

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

footer .footer-logo img {
  width: auto;
  height: 3rem;
  max-width: 100%;
  max-height: 100%;
}

footer .footer-logo-right img {
  width: 7rem;
}

.footer-separator {
  width: 1px;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #000000;
  height: 4rem;
}

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

footer a.event {
  color: inherit;
}

/* Landing 2 */
.landing2 header {}

/* .landing2 .navbar-brand {
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: -65px;
} */

.landing2 header {
  height: 64vh;
}

.landing2 header .header-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.landing2 header .product-textos {
  position: relative;
  width: 100%;
}

.landing2 header .product-textos .decoration {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, 0);
}

.landing2 header .product-textos .title {
  font-size: 1.6rem;
}

.landing2 header .product-textos .subtitle {}

.landing2 header .product-textos .subtitle.second {
  font-size: 1.2rem;
  padding-bottom: 2rem;
}

.landing2 header .big {
  font-size: 1.1rem;
  font-weight: bold;
}

.landing2 header .big strong {
  font-size: 1.35rem;
}

.landing2 .copy-code {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.landing2 .copy-code p {
  margin-bottom: 0.5rem;
}

/* .landing2 .copy-code .btn-copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 1rem;
  letter-spacing: 6px;
  width: 65%;
  font-size: 1.3rem;
  padding-left: 0;
  padding-right: 0;
} */

/* .landing2 .copy-code .btn-copy .copy-text {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0.5rem;
} */

/* .landing2 .section2 {
  padding: 0;
  font-size: 1rem;
  background: none;
  background-color: #fff;
} */

.landing2 .section3 {}

.landing2 .section3 .title {}

.caption a {
  font-weight: 600;
  font-size: 0.9rem;
  color: #000;
  padding-top: 1rem;
  display: inline-block;
}

span.boto-number {
  font-size: 1.91rem;
  margin-right: 1rem;
}

.discount-code {
  display: none;
}

.landing2 .section3 p.subtitle {
  max-width: 50rem;
  margin: 0 auto;
  font-size: 1.4rem;
  padding-top: 1rem;
}

.caption p {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.landing2 .boto.stick {
  font-size: 1.2rem;
  padding: 1rem 8rem;
  border: 0;
  text-decoration: none;
  border-radius: 0;
  margin-bottom: 1rem;
  letter-spacing: 3px;
  font-weight: 600;
}

span.text-code {
  margin-bottom: 0.5rem;
  padding-right: 2rem;
  color: #000;
}

/* .landing2 .offer-section .boto {
  display: inline-block;
  background-color: #dc481d;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.55rem 1rem;
  margin-top: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  min-width: 80%;
  text-decoration: none;
} */

.landing2 .offer-section {
  display: none;
}

.pre-footer {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffcb00;
  margin-bottom: -1rem;
  margin-top: -2.7rem;
  display: none;
}

.pre-footer p {
  font-size: 0.7rem;
  text-align: left;
  padding: 1rem;
  color: #707070;
}

/* SECTION 5 */
.section5 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  overflow-x: hidden;
  background-color: #949e69;
}

.section5 .title {
  color: #fff;
  font-family: 'Adobe Garamond Pro';
  font-size: 2.2rem;
  font-weight: normal;
}

.section5 .subtitle {
  color: #fff;
  font-size: 1.2rem;
}

.form-loccitane {
  padding-top: 0.5rem;
  max-width: 90%;
  margin: 0 auto;
}



/* RESPONSIVE */
@media (max-width: 767.98px) {
  .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;
  }

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

  /* HEADER */

  /* SECTION 2 */

  /* SECTION 3 */

  /* SECTION 4 */
  .section4 {}

  .checkmark {
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 0;
  }

  span.space.desk {
    display: none;
  }

  /* SECTION5 */
  /* .landing1 .section5 {
    height: auto;
    background: no-repeat;
  } */

  /* .section5 {
    height: auto;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: hidden;
    background-color: #949e69;
  } */

  /* .landing1 .section5 .col-sm-7 {
    margin-bottom: -4rem;
  } */

  /* .section5 .container-fluid {
    padding: 0;
    margin: 0;
  } */

  /* SECTION6 */
  .section6 {
    background-color: #d6d8ee;
    padding-bottom: 3rem;
    padding-top: 0;
    font-size: 1.3rem;
  }


  /* thankyou */



  /* .landing2 header .navbar-brand img {
    width: 10rem;
  } */

  .landing2 .product-textos .subtitle {
    margin-top: 0;
  }

  .landing2 header.header-blocks .header-image {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
  }

  .landing2 .boto.stick {
    padding: 0.8rem 4rem;
    font-size: 1rem;
  }

  .landing2 .product img {
    padding: 0rem;
  }

  .product-textos .subtitle {
    margin-bottom: 1rem;
  }

  .copy-code .btn-copy .copy-text {}

  span.boto-number {
    font-size: 1.81rem;
    margin-right: 0;
  }

  img.imgboto {
    width: 1.5rem;
    margin-bottom: 0.3rem;
  }

  .landing2 .section3 p.subtitle {
    max-width: 22rem;
    margin: 0 auto;
    font-size: 1.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0;
  }

  .caption p {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
  }

  .regali img.img-fluid.mb-sm-5 {
    margin-top: 3rem;
  }

  .offer-section {
    font-size: 1rem;
  }

  span.text-code {
    margin-bottom: 0.5rem;
    padding-right: 0;
    color: #1c0865;
    display: inline-block;
  }

  .offer-section {
    padding-bottom: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: -1rem;
  }

  .offer-section .boto-blau {
    padding: 0.7rem 6rem;
  }
}

@media (max-width: 400.98px) {}

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

  .xs-br {
    display: none;
  }

  .sm-br {
    display: inline;
  }

  .btn {
    padding: 0.35rem 1rem;
    min-width: 15rem;
    width: auto;
    font-size: 1rem;
  }

  /* background image */
  .bg-img::before {
    background-size: 25%;
  }

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

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

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

  /* HEADER */
  header {
    height: 100vh;
    font-size: 1rem;
    background-color: #fa4b14;
  }

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

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

  header .header-image {
    top: 0;
    left: 0;
  }

  header .header-image img {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
  }

  header .header-content {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    justify-content: center;
  }

  header .header-content .navbar {}

  header .navbar-brand img {}

  header .header-title .h1,
  h1 {}

  header .downarrow-text {
    margin-bottom: 2rem;
  }

  header .downarrow {
    font-size: 0.75rem;
    color: #FFF;
  }

  header .downarrow .downarrow-arrow {
    width: 1rem;
    height: 1rem;
    margin-top: 30vh;
  }

  header .downarrow .downarrow-arrow::after {
    height: 1.5rem;
  }

  header .title-wrapper {
    margin-top: 1rem;
  }

  header .header-title {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  header .header-title h1 {
    color: #FFFFFF;
    margin-bottom: 0;
  }

  .downarrow .downarrow-arrow::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 30'%3e%3cpath fill='none' stroke-width='4px' stroke='%23000' d='M0.5,1L20,19.7L39.5,1'/%3e%3c/svg%3e");
  }

  header .container-fluid {
    max-width: 75vw;
  }


  /* SECTION 2 */

  .section2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    background-color: #FFFFFF;
  }

  .section2 .container {
    position: relative;
    transform: translateY(0.31rem);
    max-width: 1140px;
  }

  .section2 .container .back-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    position: relative;
  }

  .section2 .image {
    margin-left: 0rem;
    margin-right: 0rem;
    width: 28rem;
    transform: translate(70px, 34px);
  }

  .section2 .title {
    font-size: 2.2rem;
    font-weight: normal;
    color: #14171f;
    font-family: 'Adobe Garamond Pro';
    margin-top: 0;
    margin-bottom: 0;
  }

  .section2 .subtitle {
    font-size: 1.2rem;
    transform: translateY(0);
    margin-top: 1.1rem;
  }

  .section2 p.partecipa {
    font-size: 0.94rem;
    transform: translateY(-12px);
  }

  .section2 .row.justify-content-center.align-items-center {
    z-index: 1;
    position: relative;
  }

  .bloc1 {
    transform: translate(50px, -21px);
  }

  .bloc3 {
    transform: translate(50px, -40px);
  }

  .section2 .btn {
    width: 10.6rem;
    padding: 0.5rem 1rem;
    border-radius: 0rem;
    font-size: 0.9rem;
    font-weight: normal;
    text-transform: uppercase;
    transform: translateY(0);
    min-width: 4rem;
  }

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

  .section3 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .section3 .row {
    position: relative;
  }

  .section3 .pretitle {
    margin-top: 5.5rem;
  }

  .section3 .swiper {
    max-width: 560px;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  /* SECTION 4 */
  .section4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin: 0;
  }

  .section4 .container {
    position: relative;
    z-index: 1;
    transform: translateY(0);
    height: 350px;
  }

  .section4 .back-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    position: relative;
  }

  .section4 .title {
    font-size: 2.2rem;
    font-weight: normal;
    color: #14171f;
    font-family: 'Adobe Garamond Pro';
    margin-top: 3.5rem;
    margin-bottom: 0;
  }

  .section4 .row {
    position: relative;
    z-index: 1;
  }

  .section4 .separator {
    background-color: #000;
    width: 34%;
    height: 1px;
    transform: translateY(28px);
  }

  /* SECTION 5 */
  .section5 {
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: unset;
    background-color: #949e69;
    /* height: 85vh; */
  }

  .section5 .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .section5 img.img-fluid.logo {
    width: 14rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .form-loccitane {
    padding-top: 0.5rem;
    max-width: 470px;
    margin: 0 auto;
  }

  span.space {
    display: inline-block;
    width: 0;
  }

  .form-loccitane .btn-brand {
    color: #000000;
    background-color: #ffcb00;
    border-color: #ffcb00;
    text-transform: uppercase;
    margin-top: 2rem;
    width: 10.6rem;
    padding: 0.3rem 1rem;
    font-size: 0.9rem;
    font-weight: normal;
    min-width: 5rem;
  }

  .checkmark {
    height: 15px;
    width: 30px;
    border-radius: 0;
  }

  .checkmark.opt {
    height: 15px;
    width: 27px;
    border-radius: 0;
  }

  form {
    margin-top: 0.5rem;
  }

  .form-loccitane label.text-label {
    display: block;
    text-align: left;
    margin-top: 1rem;
    color: #fff;
    font-size: 0.8rem;
  }

  .form-loccitane input[type="text"],
  .form-loccitane input[type="email"] {
    padding: 0.8rem 1rem;
    border: none;
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 0;
    font-size: 0.75rem;
  }

  .form-loccitane label.conditions {
    padding-left: 1.5rem;
    color: #fff;
  }

  .form-loccitane input[type="checkbox"] {
    border: none;
    display: inline-block !important;
    margin-right: 0.5rem;
  }

  .checkbox {
    text-align: left;
    margin-top: 1rem;
    margin-left: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0 !important;
  }

  .checkbox p {
    text-align: center;
    width: 100%;
  }

  .offer-section {
    margin-top: 0;
  }

  /* Landing2 */
  .landing2 header {
    height: auto;
    background-color: #FFFFFF;
  }

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

  .landing2 header .header-content {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    justify-content: center;
  }

  .landing2 header .product-textos .decoration {
    top: 25%;
    width: 20rem;
  }

  .landing2 header .product-textos {}

  .landing2 header .product-textos .title {}

  .landing2 header .product-textos .subtitle {}

  .landing2 header .product-textos .subtitle.second {}

  .landing2 .copy-code .btn-copy .copy-text {}

  .landing2 .copy-code .btn-copy {
    min-width: 12rem;
    width: auto;
  }

  .copy-code .copy-helper {}

  .landing2 header .boto {}

  .landing2 .section3 .title {}

  .landing2 .section3 {}

  .landing2 .section3 .row {
    position: relative;
  }

  .landing2 .section3 img {
    max-width: 100%;
  }

  .landing2 footer {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  /* Landing3 */

  .landing3 header {
    height: 65vh;
  }

  .landing3 header .container-fluid {
    max-width: 100%;
  }

  .landing3 header .header-title {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .landing3 h1 {
    font-size: 2.2rem;
  }

  .landing3 header .subtitle {
    font-size: 0.9rem;
  }

  .landing3 header .botox {
    font-size: 1.1rem;
    font-weight: 600;
  }

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

  .landing3 .section7 .caixa {
    background-color: #fff;
    margin: 0 1rem 0 1rem;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    transform: translateY(0);
    transform: translateX(155px);
    width: 600px;
  }

  .landing3 .img-fluid.fons {
    width: 100%
  }

  .landing3 .copy-code .btn-copy {
    width: 10rem;
    min-width: 4rem;
  }

  .landing3 .copy-code .copy-helper {
    color: #707070;
  }

  .landing3 .section7 .btn-brand {
    color: #000000;
    background-color: #ffcb00;
    border-color: #ffcb00;
    width: 10.5rem;
    min-width: 4rem;
    text-transform: uppercase;
    font-size: 0.9rem;
  }

  .landing3 .siero {
    font-size: 0.9rem;
    margin-top: 0.8rem;
  }

  .landing3 .section7 .punt {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 6.5rem;
    left: 108%;
    transform: translate(-50%, 80%);
  }

  .landing3 .section6 .title {
    margin-bottom: 3rem;
  }

  .landing3 .section6 .regali {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1140px;
    margin: 0 auto;
  }

  .landing3 .section7 .ampolla {
    position: absolute;
    top: -15rem;
    left: -1.5rem;
    max-width: 4.5rem;
  }

  .offer-section-l3 .cta .btn {
    width: 10rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    min-width: 4rem;
  }

  .offer-section-l3 .cta {
    justify-content: space-evenly;
  }

  .landing3 .section6 .caption a {
    line-height: 1.5rem;
  }

  .landing3 .section6 .link {
    font-size: 0.8rem;
  }

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

  .offer-section .cta {
    justify-content: space-evenly;
    align-items: center;
  }

  .offer-section .cta,
  .offer-section-l3 .cta {
    max-width: 30rem;
  }

  .offer-section .cta .btn {
    min-width: 5rem;
    width: auto;
    padding: 0.5rem;
    width: 10.6rem;
    font-size: 0.9rem;
  }

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

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

  .offer-section span.text-code,
  .offer-section-l3 span.text-code {
    transform: translateX(0px);
  }

  .landing2 .offer-section {
    padding-top: 0.5rem;
  }

  .landing2 .offer-section .boto {
    display: inline-block;
    background-color: #dc481d;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.25rem 1rem;
    margin-top: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    min-width: 29%;
    text-decoration: none;
    width: 3rem;
    margin: 0 auto;
  }

  /* FOOTER */
  footer {
    position: relative;
    margin-top: -5.5rem;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  footer .footer-logo img {
    width: 5rem;
  }

  .pre-footer {
    margin-bottom: 0;
    padding-bottom: 0rem;
    z-index: 2;
  }

  .pre-footer p {
    font-size: 0.6rem;
    line-height: 0.8rem;
    text-align: center;
    padding: 1rem;
    color: #707070;
    width: 1140px;
    margin: 0 auto;
  }
}



/* IPHONE SE, 6,7,8 */
@media (min-width: 300px) and (max-width: 380px) {
  html {
    font-size: 16px;
  }

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

    header .header-title {
      margin-top: 1rem;
    } */
}

/* SPECIAL */
@media (min-width: 1200px) and (max-width: 1400px) and (min-height: 500px) and (max-height: 650px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1520px) {
  .section2 .container {
    transform: translateY(-0.5rem);
  }

  .landing3 .section7 .caixa {
    width: 670px;
  }

  .landing3 .section7 .code {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1920px) {
  .section2 .container {
    transform: translateY(0.6rem);
  }

  .section2 .back-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: bottom;
    position: relative;
  }

  .landing3 .section7 .caixa {
    transform: translateX(232px);
    width: 800px;
  }

  .landing3 .section7 .code {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

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

body {
  opacity: 0.6;
} */

/* header {
  height: 85.5vh;
} */