/* Box sizing rules */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* CUSTOM */
.max-w-400 {
  width: 100%;
  max-width: 400px;
}
.max-w-410 {
  width: 100%;
  max-width: 410px;
}
.max-w-490 {
  width: 100%;
  max-width: 490px;
}

.bg-linear {
  background: linear-gradient(90deg, var(--primary-500) 0%, #015196 100%);
}

.bg-linear-scale-left {
  background: linear-gradient(90deg, var(--primary-500) 0%, #015196 100%);
}
.bg-linear-scale-right {
  background: linear-gradient(90deg, #015196 0%, var(--primary-500) 100%);
}

.h-00-1 {
  height: 1px;
}

.dot-right {
  position: absolute;
  bottom: -3px;
  right: 40px;
}

.dot-left {
  position: absolute;
  top: -3px;
  left: 40px;
}

.bg-plan-unilever {
  height: 200px;
  background-image: url('../img/plan-unilever.webp');
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
}

.card-trail {
  width: 100%;
  max-width: 480px;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  margin: auto;
}

.movie-switcher {
  width: min(100%, 1536px);
  aspect-ratio: 1536 / 864;
  margin: 0 auto;
  transition: width 0.45s ease-in-out, aspect-ratio 0.45s ease-in-out;
}

.movie-switcher.is-secondary {
  width: min(100%, 600px);
  aspect-ratio: 600 / 600;
}

.movie-switcher .movie {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease-in-out;
}

.movie-switcher .movie-primary {
  opacity: 1;
  pointer-events: auto;
}

.movie-switcher.is-secondary .movie-primary {
  opacity: 0;
  pointer-events: none;
}

.movie-switcher.is-secondary .movie-secondary {
  opacity: 1;
  pointer-events: auto;
}

.movie-switcher .icon-libra {
  position: absolute;
  top: 50%;
  right: 12px;
  border: 0;
  padding: 0;
  z-index: 3;
  transform: translateY(-50%);
}

.movie-switcher .icon-libra-mark,
.movie-switcher .icon-libra-arrow {
  transition: opacity 0.25s ease-in-out;
}

.movie-switcher .icon-libra-arrow {
  opacity: 0;
  pointer-events: none;
}

.movie-switcher.is-secondary .icon-libra-mark {
  opacity: 0;
}

.movie-switcher.is-secondary .icon-libra-arrow {
  opacity: 1;
}

.movie-switcher .video-toggle-arrow {
  opacity: 0;
  pointer-events: none;
}

.movie-switcher.is-secondary .video-toggle-libra {
  opacity: 0;
  pointer-events: none;
}

.movie-switcher.is-secondary .video-toggle-arrow {
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .movie-switcher .movie,
  .movie-switcher .icon-libra-arrow {
    transition: none;
  }
}

@keyframes hologram01 {
  0%, 4%, 8%, 12% {
    opacity: 0;
    filter: drop-shadow(0 0 0 transparent);
  }
  2%, 6%, 10%, 15% {
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.65));
  }
  18%, 88% {
    opacity: 1;
    filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.75));
  }
  94%, 100% {
    opacity: 0;
    filter: drop-shadow(0 0 0 transparent);
  }
}

@keyframes hologram02 {
  0%, 4%, 8%, 12% {
    opacity: 0;
    filter: drop-shadow(0 0 0 transparent);
  }
  2%, 6%, 10%, 15% {
    opacity: 1;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.65));
  }
  18%, 88% {
    opacity: 1;
    filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.75));
  }
  94%, 100% {
    opacity: 0;
    filter: drop-shadow(0 0 0 transparent);
  }
}

/* ACCORDION */
.accordion-header {
  cursor: pointer;
  border: 0;
  width: 100%;
  transition: background-color 0.4s ease;
}

.accordion-header p {
  transition: color 0.4s ease;
  text-align: left;
}

.accordion-arrow {
  display: block;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease;
}

.accordion-content.is-open {
  opacity: 1;
}

/* ANIME */
/* Base para elementos com animação */
[data-anime] { opacity: 0; animation-play-state: paused; /* Animação pausada até entrar na tela */ }

/* Tipos de animação */
[data-anime="top"] { animation-name: fromTop; }
[data-anime="right"] { animation-name: fromRight; }
[data-anime="left"] { animation-name: fromLeft; }
[data-anime="bottom"] { animation-name: fromBottom; }
[data-anime="center"] { animation-name: fromCenter; }

/* Tempos de animação */
[data-time="fast"] {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="medium"] {
  animation-duration: 0.4s;
  animation-delay: 0.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow01"] {
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow02"] {
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow03"] {
  animation-duration: 1.0s;
  animation-delay: 1.0s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow04"] {
  animation-duration: 1.2s;
  animation-delay: 1.1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow05"] {
  animation-duration: 1.4s;
  animation-delay: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow06"] {
  animation-duration: 1.6s;
  animation-delay: 1.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow07"] {
  animation-duration: 1.8s;
  animation-delay: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow08"] {
  animation-duration: 2s;
  animation-delay: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow09"] {
  animation-duration: 2.2s;
  animation-delay: 2.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow10"] {
  animation-duration: 2.4s;
  animation-delay: 2.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow11"] {
  animation-duration: 2.6s;
  animation-delay: 2.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow12"] {
  animation-duration: 2.8s;
  animation-delay: 2.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

[data-time="slow13"] {
  animation-duration: 3s;
  animation-delay: 3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

/* Dispara a animação quando a classe 'visible' é adicionada */
[data-anime].visible { animation-play-state: running; }

/* Definição das animações */
@keyframes fromTop {
  from { opacity: 0; transform: translate3d(0, -50px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fromRight {
  from { opacity: 0; transform: translate3d(50px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fromLeft {
  from { opacity: 0; transform: translate3d(-50px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fromBottom {
  from { opacity: 0; transform: translate3d(0, 50px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes fromCenter {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* MEDIA QUERYS */
@media (max-width: 639px) {
  .movie {
    max-width: 340px;
    height: 180px;
  }

  .benefit-01,.benefit-02,.benefit-03,.benefit-04,.benefit-05,.benefit-06 {
    width: 48px;
    flex-shrink: 0;
  }

  .dot-left-expience-01 {
    position: absolute;
    top: -3px;
    left: 90px;
  }
  
  .dot-right-expience-02 {
    position: absolute;
    top: -3px;
    right: 80px;
  }

  .title-time-line {
    position: absolute;
    bottom: -45px;
    left: 0;
  }

  /* CAROSEL */
  .gallery {
    width: 100%;
    margin-top: 280px;
    margin-bottom: 100px;
  }

  .gallery-container {
    align-items: center;
    display: flex;
    height: auto;
    margin: 0 auto;
    max-width: 390px;
    position: relative;
    margin: auto;
  }

  .gallery-item {
    width: 300px;
    height: 500px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    border-radius: 16px;
    background-size: contain;
  }

  .gallery-item-1 {
    width: 150px;
    height: 180px;
    left: 15%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-item-2, .gallery-item-4  {
    width: 150px;
    height: 265px;
    opacity: 0.4;
    z-index: 1;
  }

  .gallery-item-2 {
    left: 80px;
    transform: translateX(-50%);
  }

  .gallery-item-3 {
    width: 290px;
    height: 500px;
    opacity: 1;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    box-shadow: -2px 5px 33px 6px rgba(0,0,0,0.35);
  }

  .gallery-item-4 {
    left: 310px;
    transform: translateX(-50%);
  }

  .gallery-item-5 {
    width: 150px;
    height: 180px;
    left: 85%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-controls {
    display: flex;
    justify-content: center;
    margin: 25px 0;
    height: 100px;
  }

  .gallery-controls-button:focus {
    outline: none;
  }

  .gallery-controls-previous {
    width: 24px;
    position: relative;
    top: -70px;
    left: -160px;
    z-index: 5;
  }

  .gallery-controls-next {
    width: 24px;
    position: relative;
    top: -70px;
    right: -160px;
    z-index: 5;
  }

  .arrow-right,.arrow-left {
    width: 24px;
  }
  .depoiment-right {
    width: 140px;
    position: absolute;
    top: 30px;
    right: 20px;
    opacity: 0.7;
  }  
  .depoiment-center {
    width: 180px;
  }
  .depoiment-left {
    width: 140px;
    position: absolute;
    top: 30px;
    left: 20px;
    opacity: 0.7;
  }

  .card-dados {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-400);
    border-radius: 16px;
    padding: 20px;
  }
  
}

@media (min-width: 640px) {
  .sm\:txt-cs-18 {
    font-size: 18px;
    line-height: normal;
  }
  .sm\:txt-cs-22 {
    font-size: 22px;
    line-height: normal;
  }
  .sm\:txt-cs-24 {
    font-size: 24px;
    line-height: normal;
  }
  .sm\:txt-cs-26 {
    font-size: 26px;
    line-height: normal;
  }
  .sm\:txt-cs-28 {
    font-size: 28px;
    line-height: normal;
  }
  .sm\:txt-cs-30 {
    font-size: 30px;
    line-height: normal;
  }
  .sm\:txt-cs-34 {
    font-size: 34px;
    line-height: normal;
  }
  .sm\:txt-cs-38 {
    font-size: 38px;
    line-height: normal;
  }
  .sm\:txt-cs-40 {
    font-size: 40px;
    line-height: 44px;
  }
  .sm\:txt-cs-42 {
    font-size: 42px;
    line-height: 46px;
  }
  .sm\:txt-cs-44 {
    font-size: 44px;
    line-height: 48px;
  }
  .sm\:txt-cs-45 {
    font-size: 45px;
    line-height: 44px;
  }
  .sm\:txt-cs-50 {
    font-size: 50px;
    line-height: 54px;
  }
  .sm\:txt-cs-60 {
    font-size: 60px;
    line-height: 64px;
  }
  .sm\:txt-cs-65 {
    font-size: 65px;
    line-height: 69px;
  }
  .sm\:txt-cs-85 {
    font-size: 85px;
    line-height: 89px;
  }

  .dot-left-expience-01 {
    position: absolute;
    top: -3px;
    left: 90px;
  }
  
  .dot-right-expience-02 {
    position: absolute;
    top: -3px;
    left: 120px;
  }

  .title-time-line {
    position: absolute;
    bottom: -45px;
    left: 0;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .movie {
    max-width: 600px;
    height: 323px;
  }

  /* CAROSEL */
  .gallery {
    width: 100%;
    margin-top: 240px;
    margin-bottom: 80px;
  }

  .gallery-container {
    align-items: center;
    display: flex;
    height: auto;
    margin: 0 auto;
    max-width: 620px;
    position: relative;
    margin: auto;
  }

  .gallery-item {
    width: 230px;
    height: 408px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    border-radius: 16px;
    background-size: contain;
  }

  .gallery-item-1 {
    width: 200px;
    height: 250px;
    left: 15%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-item-2, .gallery-item-4  {
    width: 200px;
    height: 350px;
    opacity: 0.4;
    z-index: 1;
  }

  .gallery-item-2 {
    left: 120px;
    transform: translateX(-50%);
  }

  .gallery-item-3 {
    width: 230px;
    height: 408px;
    opacity: 1;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    box-shadow: -2px 5px 33px 6px rgba(0,0,0,0.35);
  }

  .gallery-item-4 {
    left: 500px;
    transform: translateX(-50%);
  }

  .gallery-item-5 {
    width: 200px;
    height: 250px;
    left: 85%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-controls {
    display: flex;
    justify-content: center;
    margin: 25px 0;
    height: 100px;
  }

  .gallery-controls-button:focus {
    outline: none;
  }

  .gallery-controls-previous {
    width: 32px;
    position: relative;
    top: -70px;
    left: -130px;
    z-index: 5;
  }

  .gallery-controls-next {
    width: 32px;
    position: relative;
    top: -70px;
    right: -130px;
    z-index: 5;
  }

  .card-dados {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-400);
    border-radius: 16px;
    padding: 36px 0 32px 28px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .movie {
    max-width: 700px;
    height: 378px;
  }

  .card-dados {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-400);
    border-radius: 16px;
    padding: 36px 0 32px 28px;
  }
}

@media (max-width: 768px) {
  .exclamation {
    position: absolute;
    top: -45px;
    right: -30px;
  }
}

@media (min-width: 768px) {
  .exclamation {
    position: absolute;
    top: -45px;
    right: -30px;
  }
  .olograma-bg-omo {
    position: absolute;
    top: -360px;
    left: -590px;
    rotate: 15deg;
    animation: hologram01 14s ease-in-out infinite;
  }
  .trail-left {
    position: absolute;
    top: -1170px;
    left: -480px;
  }
  .trail-right {
    position: absolute;
    top: -50px;
    right: -480px;
  }

  .icon-u {
    position: absolute;
    top: 60px;
    right: -372px;
  }

  .rexona {
    position: absolute;
    top: 20px;
    left: -320px;
    rotate: -15deg;
    animation: hologram01 14s ease-in-out infinite;
  }

  .cif {
    position: absolute;
    top: -100px;
    right: -100px;
    rotate: -25deg;
    animation: hologram01 14s ease-in-out infinite;
  }

  .path-form {
    position: absolute;
    top: -70px;
    left: -270px;
  }

  .title-benefit {
    position: absolute;
    top: -110px;
    left: -200px;
  }

  .dove {
    position: absolute;
    top: -340px;
    left: -390px;
    rotate: -25deg;
    animation: hologram01 14s ease-in-out infinite;
  }

  /* CAROSEL */
  .gallery {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 40px;
  }

  .gallery-container {
    align-items: center;
    display: flex;
    height: 200px;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
  }

  .gallery-item {
    width: 300px;
    height: 533px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    border-radius: 16px;
    background-size: contain;
  }

  .gallery-item-1 {
    width: 250px;
    height: 320px;
    left: 15%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-item-2, .gallery-item-4  {
    width: 250px;
    height: 443px;
    opacity: 0.4;
    z-index: 1;
  }

  .gallery-item-2 {
    left: 150px;
    transform: translateX(-50%);
  }

  .gallery-item-3 {
    width: 300px;
    height: 533px;
    opacity: 1;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    box-shadow: -2px 5px 33px 6px rgba(0,0,0,0.35);
  }

  .gallery-item-4 {
    left: 600px;
    transform: translateX(-50%);
  }

  .gallery-item-5 {
    width: 250px;
    height: 320px;
    left: 85%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-controls {
    display: flex;
    justify-content: center;
    margin: 25px 0;
    height: 100px;
  }

  .gallery-controls-button:focus {
    outline: none;
  }

  .gallery-controls-previous {
    width: 32px;
    position: relative;
    top: -180px;
    left: -180px;
    z-index: 5;
  }

  .gallery-controls-next {
    width: 32px;
    position: relative;
    top: -180px;
    right: -180px;
    z-index: 5;
  }

  .arrow-right,.arrow-left {
    width: 32px;
  }
  .depoiment-right {
    width: 250px;
    position: absolute;
    top: 40px;
    right: 30px;
    opacity: 0.7;
  }
  .depoiment-center {
    width: 300px;
  }
  .depoiment-left {
    width: 250px;
    position: absolute;
    top: 40px;
    left: 30px;
    opacity: 0.7;
  }

  .scale-left {
    position: absolute;
    top: 30px;
    left: -420px;
  }

  .scale-right {
    position: absolute;
    top: 65px;
    right: -420px;
  }

  .olograma-omo-left {
    position: absolute;
    top: -620px;
    left: -700px;
    rotate: -15deg;
    animation: hologram01 20s ease-in-out infinite;
  }

  .olograma-omo-right {
    position: absolute;
    top: -680px;
    right: -600px;
    rotate: -15deg;
    animation: hologram02 20s ease-in-out infinite;
  }

  .seda {
    position: absolute;
    top: -380px;
    right: -280px;
    rotate: 15deg;
    animation: hologram01 14s ease-in-out infinite;
  }

  .md\:ml-120 {
    margin-left: 120px;
  }
  .md\:ml-180 {
    margin-left: 180px;
  }
  .md\:ml-190 {
    margin-left: 190px;
  }
  .md\:ml-230 {
    margin-left: 230px;
  }
  .md\:ml-280 {
    margin-left: 280px;
  }
  .md\:ml-330 {
    margin-left: 330px;
  }
}

/* MENU MOBILE - Telas MENORES que 1024px */
@media (max-width: 1023px) {
  .logo-header {
    width: 120px;
  }
  .checkbtn {
    width: 40px;
    height: 40px;
  }
  #check {
    display: none;
  }
  .checkbtn {
    font-size: 24px;
    float: right;
    cursor: pointer;
    display: flex;
  }

  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-500);
    top: 60px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li {
    display: block;
  }
  nav ul li a p{
    color: var(--white);
  }
  #check:checked ~ ul {
    left: 0;
  }

  .movie-switcher .icon-libra {
    right: -18px;
  }

  .max-w-350 {
    width: 100%;
    max-width: 350px;
  }

  .step-01 {
    position: absolute;
    top: 95px;
    left: -15px;
  }

  .step-02 {
    position: absolute;
    top: 115px;
    right: 35px;
  }

  .step-03 {
    position: absolute;
    top: 210px;
    left: 45px;
  }

  .step-04 {
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}

/* MENU DESKTOP - Telas 1024px ou MAIORES */
@media (min-width: 1024px) {
  .movie {
    max-width: 1000px;
    height: 540px;
  }
  .movie-primary {
    max-width: 1000px;
    height: 600px;
  }
  .movie-secondary {
    max-width: 1000px;
    height: 600px;
  }

  .movie-switcher .icon-libra {
    right: -18px;
  }

  .sm\:bg-banner {
    background-image: url('../img/banner.webp');
    background-size: cover;
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
  }

  .lg\:max-w-410 {
    width: 100%;
    max-width: 410px;
  }

  .lg\:max-w-490 {
    width: 100%;
    max-width: 490px;
  }

  .lg\:max-w-510 {
    width: 100%;
    max-width: 510px; 
  }

  .lg\:max-w-580 {
    width: 100%;
    max-width: 580px;
  }

  .lg\:max-w-680 { 
    width: 100%;
    max-width: 680px; 
  }

  .lg\:max-w-840 { 
    width: 100%;
    max-width: 840px; 
  }

  .lg\:max-w-1024 { 
    width: 100%;
    max-width: 1024px; 
  }

  .lg\:txt-cs-24 {
    font-size: 24px;
    line-height: normal;
  }
  .lg\:txt-cs-50 {
    font-size: 50px;
    line-height: 54px;
  }

  .lg\:pt-45 { padding-top: 11.25rem; /* 180px */ }

  .lg\:line-height-28 {
    line-height: 28px;
  }    
  #check {
    display: none;
  }
  .checkbtn {
    font-size: 30px;
    float: right;
    cursor: pointer;
    display: flex;
  }
  
  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-500);
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li {
    display: block;
  }
  nav ul li a p{
    color: var(--white);
  }
  #check:checked ~ ul {
    left: 0;
  }

  .bg-plan-unilever {
    height: 440px;
  }

  .card-dados {
    height: 200px;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-400);
    border-radius: 16px;
    padding: 36px 0 32px 28px;
  }

  .arrow-right,.arrow-left {
    width: 42px;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .lg\:txt-cs-16 {
    font-size: 16px;
    line-height: normal;
  }
  .lg\:txt-cs-18 {
    font-size: 18px;
    line-height: normal;
  }
  .lg\:txt-cs-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .lg\:txt-cs-24 {
    font-size: 24px;
    line-height: 28px;
  }
  .lg\:txt-cs-28 {
    font-size: 28px;
    line-height: 32px;
  }
  .lg\:txt-cs-30 {
    font-size: 30px;
    line-height: 34px;
  }
  .lg\:txt-cs-36 {
    font-size: 36px;
    line-height: 40px;
  }
  .lg\:txt-cs-45 {
    font-size: 45px;
    line-height: 49px;
  }
  .lg\:txt-cs-60 {
    font-size: 60px;
    line-height: 64px;
  }

  .lg\:max-w-540 {
    width: 100%;
    max-width: 540px;
  }

  .rexona {
    top: -40px;
  }

  .max-w-350 {
    width: 100%;
    max-width: 350px;
  }

  .step-01 {
    position: absolute;
    top: 115px;
    left: -15px;
  }

  .step-02 {
    position: absolute;
    top: 140px;
    right: 35px;
  }

  .step-03 {
    position: absolute;
    top: 235px;
    left: 45px;
  }

  .step-04 {
    position: absolute;
    bottom: 20px;
    left: 0;
  }

  .card-dados {
    height: 150px;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-400);
    border-radius: 16px;
    padding: 24px 0 24px 28px;
  }

  /* CAROSEL */
  .gallery {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 40px;
  }

  .gallery-container {
    align-items: center;
    display: flex;
    height: 200px;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
  }

  .gallery-item {
    width: 300px;
    height: 533px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    border-radius: 16px;
    background-size: contain;
  }

  .gallery-item-1 {
    width: 250px;
    height: 320px;
    left: 15%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-item-2, .gallery-item-4  {
    width: 250px;
    height: 443px;
    opacity: 0.4;
    z-index: 1;
  }

  .gallery-item-2 {
    left: 260px;
    transform: translateX(-50%);
  }

  .gallery-item-3 {
    width: 300px;
    height: 533px;
    opacity: 1;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    box-shadow: -2px 5px 33px 6px rgba(0,0,0,0.35);
  }

  .gallery-item-4 {
    left: 740px;
    transform: translateX(-50%);
  }

  .gallery-item-5 {
    width: 250px;
    height: 320px;
    left: 85%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-controls {
    display: flex;
    justify-content: center;
    margin: 25px 0;
    height: 100px;
  }

  .gallery-controls-button:focus {
    outline: none;
  }

  .gallery-controls-previous {
    width: 32px;
    position: relative;
    top: -180px;
    left: -180px;
    z-index: 5;
  }

  .gallery-controls-next {
    width: 32px;
    position: relative;
    top: -180px;
    right: -180px;
    z-index: 5;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-300 {
    width: 100%;
    max-width: 300px;
  }
  .xl\:max-w-333 {
    width: 100%;
    max-width: 333px;
  }
  .xl\:max-w-366 {
    width: 100%;
    max-width: 366px;
  }
}

@media (min-width: 1400px) {
  .xxl\:txt-cs-18 {
    font-size: 18px;
    line-height: normal;
  }
  .xxl\:txt-cs-22 {
    font-size: 22px;
    line-height: normal;
  }
  .xxl\:txt-cs-24 {
    font-size: 24px;
    line-height: normal;
  }
  .xxl\:txt-cs-26 {
    font-size: 26px;
    line-height: normal;
  }
  .xxl\:txt-cs-28 {
    font-size: 28px;
    line-height: normal;
  }
  .xxl\:txt-cs-30 {
    font-size: 30px;
    line-height: normal;
  }
  .xxl\:txt-cs-34 {
    font-size: 34px;
    line-height: normal;
  }
  .xxl\:txt-cs-38 {
    font-size: 38px;
    line-height: normal;
  }
  .xxl\:txt-cs-40 {
    font-size: 40px;
    line-height: 44px;
  }
  .xxl\:txt-cs-42 {
    font-size: 42px;
    line-height: 46px;
  }
  .xxl\:txt-cs-44 {
    font-size: 44px;
    line-height: 48px;
  }
  .xxl\:txt-cs-45 {
    font-size: 45px;
    line-height: 44px;
  }
  .xxl\:txt-cs-50 {
    font-size: 50px;
    line-height: 54px;
  }
  .xxl\:txt-cs-60 {
    font-size: 60px;
    line-height: 64px;
  }
  .xxl\:txt-cs-65 {
    font-size: 65px;
    line-height: 69px;
  }
  .xxl\:txt-cs-85 {
    font-size: 85px;
    line-height: 89px;
  }

  .xxl\:text-start { text-align: start; }

  .xxl\:py-7 { 
    padding-top: 1.5rem; /* 28px */
    padding-bottom: 1.5rem; /* 28px */
  }
  .xxl\:py-20 { 
    padding-top: 5rem; /* 80px */
    padding-bottom: 5rem; /* 80px */
  }

  .xxl\:mb-8 { margin-bottom: 2rem; /* 32px */ }
  .xxl\:mb-12 { margin-bottom: 3rem; /* 48px */ }
  .xxl\:mb-15 { margin-bottom: 3.75rem; /* 60px */ }
  .xxl\:mb-18 { margin-bottom: 4.5rem; /* 72px */ }

  .xxl\:w-fit {
    width: 100%;
  }

  .xxl\:max-w-md { max-width: 768px; }
  .xxl\:max-w-lg { max-width: 1024px; }

  .xxl\:max-w-410 {
    width: 100%;
    max-width: 410px;
  }
  .xxl\:max-w-580 {
    width: 100%;
    max-width: 580px;
  }

  .xxl\:max-w-2xl { max-width: 1534px; }

  .xxl\:pt-25 { padding-top: 6.25rem; /* 100px */ }

  .xxl\:pl-8 { padding-left: 2rem; /* 32px */ }

  .xxl\:justify-between {
    justify-content: space-between;
  }

  .xxl\:gap-5 { gap: 1.25rem; /* 20px */ }

  .xxl\:hidden { display: none; }
  .xxl\:block { display: block; }

  .step-01 {
    position: absolute;
    top: 180px;
    left: -10px;
  }

  .step-02 {
    position: absolute;
    top: 230px;
    right: 160px;
  }

  .step-03 {
    position: absolute;
    top: 440px;
    left: 150px;
  }

  .step-04 {
    position: absolute;
    bottom: 40px;
    left: 55px;
  }

  /* CAROSEL */
  .gallery {
    width: 100%;
    margin-top: 170px;
  }

  .gallery-container {
    align-items: center;
    display: flex;
    height: 400px;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
  }

  .gallery-item {
    width: 368px;
    height: 650px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    border-radius: 16px;
    background-size: contain;
  }

  .gallery-item-1 {
    left: 15%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-item-2, .gallery-item-4  {
    width: 308px;
    height: 550px;
    opacity: 0.4;
    z-index: 1;
  }

  .gallery-item-2 {
    left: 210px;
    transform: translateX(-50%);
  }

  .gallery-item-3 {
    width: 368px;
    height: 650px;
    opacity: 1;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    box-shadow: -2px 5px 33px 6px rgba(0,0,0,0.35);
  }

  .gallery-item-4 {
    left: 820px;
    transform: translateX(-50%);
  }

  .gallery-item-5 {
    left: 85%;
    opacity: .0;
    transform: translateX(-50%);
  }

  .gallery-controls {
    display: flex;
    justify-content: center;
    margin: 25px 0;
    height: 100px;
  }

  .gallery-controls-button:focus {
    outline: none;
  }

  .gallery-controls-previous {
    width: 42px;
    position: relative;
    top: -270px;
    left: -230px;
    z-index: 5;
  }

  .gallery-controls-next {
    width: 42px;
    position: relative;
    top: -270px;
    right: -230px;
    z-index: 5;
  }
}

@media (min-width: 1534px) {}
