.slide {
    height: 450px;
}
@media (min-width: 992px) {
  .slider, .slide {
    height: 60vh;
  }
}

.slide {
  position: relative;
}

.slide .slide__content--headings,
.slide .slide__content--headings h3,
.slide .slide__content--headings h2 {
  color: #434343;
}

.slide .slide__content--headings .content-header{
  padding:2%;
}

.slide.slide__white .slide__content--headings,
.slide.slide__white .slide__content--headings h3,
.slide.slide__white .slide__content--headings h2{
  color:#fff;
}

.slide.slide__black .slide__content--headings,
.slide.slide__black .slide__content--headings h3,
.slide.slide__black .slide__content--headings h2{
  color:#000;
}

.slide.slide__bg_black_30 .content-header{
  background-color:rgba(0,0,0,0.3);
}

.slide.slide__top_15 .slide__content{
  top:15%;
}

.slide.slide__left_15 .slide__content{
  left:15%;
}
.slide .slide__content--headings h2:after {
    content: "";
    height: 0;
    background: transparent;
    display: none;
    width: 0;
    margin: 0;
    border: none;
}

.slide .slide__content--headings h2 {
  font-size: clamp(1.55rem, 3vw, 3.2rem);
  line-height: clamp(1.60rem, 2.5vw, 3.25rem);
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 800;
  margin: 0;
  text-align:left !important;
}
.slide .slide__content--headings .content-type{
  text-transform: none; 
    font-family: 'Roboto';
    font-weight: 100;
  font-size: clamp(0.7rem, 1.5vw, 2.2rem);
  line-height: clamp(0.7rem, 1.5vw, 2.2rem);
  -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    position: absolute;
    top: 0;
    right: 100%;
    white-space: nowrap;
    margin: 0;   
}

.slide .slide__content--headings .content-category {
  text-transform: none;
    font-family: 'Roboto';
    font-weight: 100;
  font-size: clamp(0.7rem, 1.5vw, 2.2rem);
  line-height: clamp(0.7rem, 1.5vw, 2.2rem);
  padding:0;
  margin: 0;
  text-align: left;    
}
.slide .slide__content--headings .content-claim {
  text-transform: none;
  font-weight: bold;
  font-size: clamp(0.7rem, 1.9vw, 2.1rem);
  line-height: clamp(0.7rem, 1.5vw, 2.1rem);
  margin: 0;
  padding-top:1.5%;
  text-align:left;
}

.slide .slide__content--headings .content-desc {
  display:none;
}
@media (min-width: 992px) {
  .slide .slide__content--headings .content-desc {
  display:block;
  padding: 1%;
  margin:0;
  }
}
.slide .slide__content--headings .content-btn {
  margin-top: 2%;
  font-size: 0.8em;
  height: 25px;
  line-height: 24px;
}
.slide .slide__content--headings .content-btn::after {
  height: 25px;
}
@media (min-width: 992px) {
  .slide .slide__content--headings .content-btn {
    font-size: 1.1em;
    height: 35px;
    line-height: 34px;
  }
  .slide .slide__content--headings .content-btn::after {
    height: 35px;
  }
}

/* Default behavior for slide */
.slide .slide__img{
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transform: none;
  background-repeat: no-repeat;

}

.slide .slide__content{
  position: relative;
  margin: 0 auto;
  transform: none;
  width: 45%;
  top: 5%;
  height: 100%;
  transform: none;
}
/* Half - Text Right in full width */
.slide__content__half__right .slide__img{
  position: relative;
  width: 100%;
  height: 275px;
}

.slide__content__half__right .slide__content{
  position: relative;
  float: left;
  transform: none;
  width: 80%;
  top: 3%;
  left: 5%;
  height: 50%;
}

@media (min-width: 992px) {
  .slide__content__half__right .slide__img{
    width: 50%;
    height: 100%;
  }
  .slide__content__half__right .slide__content{
    position: absolute;
    width: 42%;
    top: 10%;
    right: 6%;
    left: 52%;
    height: auto;
  }

}

/* Half - Text left in full width */
.slide__content__half__left .slide__img{
  position: absolute;
  top:50%;
  width: 100%;
  height: 275px;
}

.slide__content__half__left .slide__content{
  position: absolute;
  transform: none;
  width: 80%;
  top: 5%;
  left: 5%;
  height: 50%;
}

@media (min-width: 992px) {
  .slide__content__half__left .slide__img{
    top: 0%;
    left: 50%;
    width: 50%;
    height: 100%;
    transform: none;
  }
  .slide__content__half__left .slide__content{
    width: 44%;
    top: 10%;
    height: auto;
    left: 6%;
    max-height: 55vh;
  }

}

/* full - Text left in full width */
.slide__left .slide__img{
  position: absolute;
  top:0%;
  width: 100%;
  height: 100%;
  transform: none;
}

.slide__left .slide__content{
  position: absolute;
  transform: none;
  width: 44%;
  top: 5%;
  right: 6%;
  height: 100%;
  transform: none;
}

/* full - Text right in full width */
.slide__right .slide__img{
  position: absolute;
  top:0%;
  width: 100%;
  height: 100%;
  transform: none;
}

.slide__right .slide__content{
  position: absolute;
  transform: none;
  width: 44%;
  top: 5%;
  left: 6%;
  height: 100%;
  transform: none;
}

.slick-nav {
  --active: #ff8200;
  --border: rgba(255, 130, 0, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 1%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 1%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ff8200;
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

.slick-dots li.slick-active button::before {
  background-color: #ff8200;
}

.slick-dots li button::before{
  background-color: rgba(255, 130, 0, 0.5);
}
@keyframes animatedBackground {
    from
      { background-position: 40% 40%; }
    to
      { background-position: 50% 50%; }
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes fadeInUp{
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp{
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInDown{
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown{
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes rotateLeft{
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes rotateLeft{
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@-webkit-keyframes rotateRight{
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotateRight{
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.slide.slick-active .slide__img{
  animation: animatedBackground 1s linear;
}
.rotateLeft{
  -webkit-animation-name: rotateLeft;
  animation-name: rotateLeft; 
}
.rotateLeft{
  -webkit-animation-name: rotateRight;
  animation-name: rotateRight; 
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInRight {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.slick-current .slide__content .content-btn,
.slick-current .slide__content .content-desc{
  animation-name: fadeInUp;
  animation-duration: 1s;
}
.slick-current .slide__content .content-title{
  animation-name: fadeInDown;
  animation-duration: 1s;
}
.slick-current .slide__content .content-claim{
  animation-name: fadeInRight;
  animation-duration: 1s;
}
.slick-current .slide__content .content-category{
  animation-name: rotateRight;
  animation-duration: 1s;
}
.slick-current .slide__content .content-type{
  animation-name: rotateLeft;
  animation-duration: 1s;
}

.slide .slide__content--headings h2.amazon-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-amazon-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.castanha-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-castanha-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.acai-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-acai-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.castanha-02{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-castanha-02.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.ucuuba-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-ucuuba-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.breu-branco-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-breu-branco-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.gradient-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-gradient-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.pataua-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-pataua-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.pataua-02{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-pataua-02.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.murumuru-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-murumuru-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.andiroba-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-andiroba-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.maracuja-01 {
    background: url(https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-maracuja-01.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.maracuja-02 {
    background: url(https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-maracuja-02.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.tukuma-01 {
    background: url(https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-tukuma-01.jpg) no-repeat fixed;
    background-size: cover;
    background-position: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.homem-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-homem-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.nature-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-nature-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.chronos-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-chronos-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.lumina-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-lumina-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.parfums-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-parfums-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.soaps-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-soaps-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.kaiak-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-kaiak-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.buriti-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-buriti-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.ishpink-01{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-ishpink-01.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.bg-grao{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-grao.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slide .slide__content--headings h2.bg-summer-2023{
  background: url('https://www.naturabrasil.fr/content/files/natura/fr/backgrounds/texts/bg-text-summer-2023.jpg') no-repeat fixed;
    background-size: cover;
  background-position: 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Custom colors buttons */
.slide.btn__verde_praca a.btn{
  background-color: #73964a;
  border-color: #c7dd8b;
}

.slide.btn__verde_praca a.btn:hover{
  background-color: #206837;
  border-color: #73964a;
}

.slide.btn__varejao a.btn{
  background-color: #e2a061;
  border-color: #e8cdb1;
}

.slide.btn__varejao a.btn:hover{
  background-color: #7b471e;
  border-color: #e2a061;
}

.slide.btn__frida a.btn{
  background-color: #c02021;
  border-color: rgba(192,32,33,0.8);
}

.slide.btn__frida a.btn:hover{
  background-color: rgba(192,32,33,0.8);
  border-color: #c02021;
}
