@charset "UTF-8";

/**
 * Arquivo base do SCSS com definição das variáveis
 *
 * @author Alvaro junior
 * @version 1.0.0
 */

/* ============= BASE ============= */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

body {
  overflow-x: hidden;
  background-color: #E5E4D9;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none !important;
  color: initial !important;
}

.f-buffalo {
  font-family: "Buffalo-Regular";
}

.f-grotesk {
  font-family: "Work Sans", sans-serif;
}

.animated {
  transition: all 0.5s ease;
}

span.error {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  color: red;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "larken", sans-serif;
}

footer {
  font-family: "Work Sans", sans-serif;
}

/* ============= INCLUDES ============= */

header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s all ease;
  height: 90px;
  display: flex;
  align-items: center;
}

header .progress {
  width: 0%;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  height: 6px;
  background-color: #DE7941;
}

header.is-white {
  background-color: #fff;
  box-shadow: 0px 24px 23px rgba(0, 0, 0, 0.3);
}

header.is-white--with-products nav .nav__item {
  text-transform: uppercase;
}

header.is-white--with-products nav .nav__item--right-item .nav {
  text-transform: uppercase !important;
}

header.is-white--with-products nav .nav__item--right-item .nav__link {
  color: #fff !important;
}

header.is-white--with-products nav .nav__item--right-item .nav__link .official-store {
  text-transform: uppercase !important;
}

header.is-white--with-products nav .nav__item-search {
  flex: 0 !important;
}

header.is-white nav .nav__list {
  padding: 15px 5rem;
}

header.is-white nav .nav__item--logo {
  transform: translateX(0);
}

header.is-white nav .nav__item--logo .logo-orange {
  display: block;
  height: 54px;
}

header.is-white nav .nav__item--logo .logo-main {
  display: none;
}

header.is-white nav .nav__item.cats {
  text-transform: uppercase;
}

header.is-white nav .nav__item-search {
  flex: 0 !important;
}

header.is-white nav .nav__link {
  color: #282D2A;
}

header.is-white nav .nav__link--is-icon svg path {
  stroke: #DE7941 !important;
}

header.is-white nav .nav__link--has-submenu svg path {
  stroke: #282D2A;
}

header.is-black {
  background-color: transparent;
}

header.is-black nav .nav__item--logo .logo-orange {
  display: block;
}

header.is-black nav .nav__item--logo .logo-main {
  display: none;
}

header.is-black nav .nav__item-search {
  flex: 0 !important;
}

header.is-black nav .nav__link {
  color: #282D2A;
}

header.is-black nav .nav__link--is-icon svg path {
  stroke: #DE7941 !important;
}

header.is-black nav .nav__link--has-submenu svg path {
  stroke: #282D2A;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

header nav .nav__list {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 5rem;
}

header nav .nav__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

header nav .nav__item:nth-child(1) {
  justify-content: flex-start;
}

header nav .nav__item--logo {
  flex: 2;
  margin: 0 0rem 0 3rem;
  transform: translateY(30px);
}

header nav .nav__item--logo .logo-orange {
  display: none;
}

header nav .nav__item--lang {
  flex: 0;
}

header nav .nav__item--hamburguer {
  display: none;
}

header nav .nav__item-search {
  flex: 0 !important;
}

header nav .nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 96.5%;
  color: #FFFFFF;
  transition: 0.3s all ease;
}

header nav .nav__link:hover,
header nav .nav__link.active {
  color: #DE7941 !important;
}

header nav .nav__link--has-submenu svg {
  margin-left: 10px;
  transition: 0.3s all ease;
}

header nav .nav__link--has-submenu:hover svg path,
header nav .nav__link--has-submenu.active svg path {
  stroke: #DE7941;
}

header nav .nav__link--has-submenu.active .turn {
  transform: rotate(180deg);
}

header .submenu {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 24px 23px rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: 0.5s all ease;
}

header .submenu::after {
  content: "";
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  position: fixed;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -2;
  pointer-events: none;
  opacity: 0;
}

header .submenu.active {
  height: calc(100vh - 45px);
  opacity: 1;
}

header .submenu--products {
  display: flex;
}

header .submenu--products::after {
  opacity: 1;
}

header .submenu--products .left {
  background-color: #fff;
  width: 60%;
  padding: 0 0 3rem 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}

header .submenu--products .left .cats {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}

header .submenu--products .left .cats li.active a,
header .submenu--products .left .cats li:hover a {
  color: #DE7941 !important;
}

header .submenu--products .left .cats li.active a span,
header .submenu--products .left .cats li:hover a span {
  color: initial;
  opacity: 1;
}

header .submenu--products .left .cats li a {
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
  margin-bottom: 60px;
}

header .submenu--products .left .cats li a span {
  margin-left: 25px;
  font-family: "Buffalo-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 96.5%;
  letter-spacing: -0.01em;
  transition: 0.3s all ease;
  opacity: 0;
}

header .submenu--products .left .colections .col-title {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  margin-bottom: 20px;
}

header .submenu--products .left .colections ul li:hover a {
  color: #DE7941 !important;
}

header .submenu--products .left .colections ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 134.5%;
  color: #282D2A;
}

header .submenu--products .right {
  width: 40%;
}

header .submenu--products .right .bg {
  height: 100%;
  width: 100%;
  position: relative;
}

header .submenu--products .right .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

header .submenu--search {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .submenu--search::after {
  opacity: 1;
}

header .submenu--search .search-container {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

header .submenu--search .search-container form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

header .submenu--search .search-container form .inputWrapper {
  position: relative;
  max-width: 960px;
  width: 90%;
  margin: auto;
}

header .submenu--search .search-container form .inputWrapper input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1.5px solid #AFBBA9;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
}

header .submenu--search .search-container form .inputWrapper input::-webkit-input-placeholder {
  color: #282D2A;
}

header .submenu--search .search-container form .inputWrapper input::-moz-placeholder {
  color: #282D2A;
}

header .submenu--search .search-container form .inputWrapper button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
}

header .submenu--search .search-container form .inputWrapper svg {
  position: absolute;
  right: 0;
  top: 0;
}

header .submenu--lang {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .submenu--lang::after {
  opacity: 1;
}

header .submenu--lang .lang-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
}

header .submenu--lang .lang-container ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .submenu--lang .lang-container ul li {
  padding: 0 35px;
  height: 86px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
}

header .submenu--lang .lang-container ul li.active svg,
header .submenu--lang .lang-container ul li:hover svg {
  opacity: 1;
}

header .submenu--lang .lang-container ul li.active a,
header .submenu--lang .lang-container ul li:hover a {
  color: #DE7941 !important;
}

header .submenu--lang .lang-container ul li:nth-child(2) {
  border-right: 1.5px solid #AFBBA9;
  border-left: 1.5px solid #AFBBA9;
}

header .submenu--lang .lang-container ul li svg {
  opacity: 0;
  transition: 0.5s all ease;
}

header .submenu--lang .lang-container ul li a {
  transition: 0.5s all ease;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
}

@media screen and (max-width: 1366px) {
  header .submenu--products .left .cats li a {
    font-size: 25px;
  }

  header .submenu--products .left .colections ul li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.3s all ease;
    height: 90px;
    display: flex;
    align-items: center;
  }

  header .progress {
    width: 0%;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 6px;
    background-color: #DE7941;
  }

  header.is-white {
    background-color: #fff;
    box-shadow: 0px 24px 23px rgba(0, 0, 0, 0.3);
  }

  header.is-white nav .nav__list {
    padding: 0 2rem;
  }

  header nav .nav__list {
    padding: 0 2rem;
    justify-content: space-between;
  }

  header nav .nav__item {
    display: none;
  }

  header nav .nav__item:nth-child(1) {
    justify-content: flex-start;
    display: block;
    order: 2;
    flex: unset;
  }

  header nav .nav__item--logo {
    display: block;
    order: 1;
    flex: unset;
    margin: 0;
    transform: translateY(0);
  }

  header nav .nav__item--logo img {
    width: 100px;
  }

  header nav .nav__item--hamburguer {
    display: block;
    order: 3;
    flex: unset;
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-top: 10px;
  }

  header nav .nav__item--hamburguer span {
    display: block;
    position: absolute;
    height: 0;
    width: 50%;
    border-bottom: 2px solid #DE7941;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  header nav .nav__item--hamburguer span:nth-child(even) {
    left: 50%;
  }

  header nav .nav__item--hamburguer span:nth-child(odd) {
    left: 0px;
  }

  header nav .nav__item--hamburguer span:nth-child(1),
  header nav .nav__item--hamburguer span:nth-child(2) {
    top: 0px;
  }

  header nav .nav__item--hamburguer span:nth-child(3),
  header nav .nav__item--hamburguer span:nth-child(4) {
    top: 6px;
  }

  header nav .nav__item--hamburguer span:nth-child(5),
  header nav .nav__item--hamburguer span:nth-child(6) {
    top: 12px;
  }

  header nav .nav__item--hamburguer.active span:nth-child(1),
  header nav .nav__item--hamburguer.active span:nth-child(6) {
    transform: rotate(45deg);
  }

  header nav .nav__item--hamburguer.active span:nth-child(2),
  header nav .nav__item--hamburguer.active span:nth-child(5) {
    transform: rotate(-45deg);
  }

  header nav .nav__item--hamburguer.active span:nth-child(1) {
    left: 2px;
    top: 4px;
  }

  header nav .nav__item--hamburguer.active span:nth-child(2) {
    left: calc(50% - 2px);
    top: 4px;
  }

  header nav .nav__item--hamburguer.active span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  header nav .nav__item--hamburguer.active span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  header nav .nav__item--hamburguer.active span:nth-child(5) {
    left: 2px;
    top: 12px;
  }

  header nav .nav__item--hamburguer.active span:nth-child(6) {
    left: calc(50% - 2px);
    top: 12px;
  }

  header .submenu.active {
    height: 100vh;
    opacity: 1;
  }

  header .submenu--products {
    flex-direction: column-reverse;
  }

  header .submenu--products .left {
    width: 100%;
    padding: 1rem 2rem;
  }

  header .submenu--products .left .cats {
    margin-bottom: 20px;
  }

  header .submenu--products .left .cats li a {
    font-size: 32px;
    margin-bottom: 30px;
  }

  header .submenu--products .left .cats li a span {
    display: none;
  }

  header .submenu--products .left .colections .col-title {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 176%;
    letter-spacing: 0.295em;
    margin-bottom: 20px;
  }

  header .submenu--products .left .colections ul li:hover a {
    color: #DE7941 !important;
  }

  header .submenu--products .left .colections ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 134.5%;
    color: #282D2A;
  }

  header .submenu--products .right {
    width: 100%;
    height: 100%;
  }

  header .submenu--search {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .submenu--search .search-container {
    width: 100%;
  }

  header .submenu--search .search-container form .inputWrapper {
    position: relative;
    max-width: 960px;
    width: 90%;
    margin: auto;
  }

  header .submenu--search .search-container form .inputWrapper input {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1.5px solid #AFBBA9;
    padding-bottom: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 104%;
    text-transform: lowercase;
    color: #282D2A;
  }

  header .submenu--search .search-container form .inputWrapper input::-webkit-input-placeholder {
    color: #282D2A;
  }

  header .submenu--search .search-container form .inputWrapper input::-moz-placeholder {
    color: #282D2A;
  }

  header .submenu--search .search-container form .inputWrapper button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
  }

  header .submenu--search .search-container form .inputWrapper svg {
    position: absolute;
    right: 0;
    top: 0;
  }

  header .submenu--lang {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .submenu--lang .lang-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .submenu--lang .lang-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .submenu--lang .lang-container ul li {
    padding: 0 35px;
    height: 86px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
  }

  header .submenu--lang .lang-container ul li.active svg,
  header .submenu--lang .lang-container ul li:hover svg {
    opacity: 1;
  }

  header .submenu--lang .lang-container ul li.active a,
  header .submenu--lang .lang-container ul li:hover a {
    color: #DE7941 !important;
  }

  header .submenu--lang .lang-container ul li:nth-child(2) {
    border-right: 1.5px solid #AFBBA9;
    border-left: 1.5px solid #AFBBA9;
  }

  header .submenu--lang .lang-container ul li svg {
    opacity: 0;
    transition: 0.5s all ease;
  }

  header .submenu--lang .lang-container ul li a {
    transition: 0.5s all ease;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 104%;
    text-transform: lowercase;
    color: #282D2A;
  }

  header .submenu--mobile {
    background-color: #fff;
  }

  header .submenu--mobile .nav-mobile {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
  }

  header .submenu--mobile .nav-mobile li {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
  }

  header .submenu--mobile .nav-mobile li:not(:last-child) {
    border-bottom: 1px solid #DE7941;
  }

  header .submenu--mobile .nav-mobile li a {
    transition: 0.5s all ease;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 104%;
    text-transform: uppercase;
    color: #DE7941;
  }

  header .submenu--mobile .nav-mobile li .langs {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .submenu--mobile .nav-mobile li .langs li {
    padding: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .submenu--mobile .nav-mobile li .langs li:nth-child(2) {
    border-right: 1.5px solid #AFBBA9;
    border-left: 1.5px solid #AFBBA9;
  }

  header .submenu--mobile .nav-mobile li .langs li a {
    text-transform: lowercase;
    padding: 0 1rem;
  }
}

footer {
  background-color: #282D2A;
}

footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .top .inner {
  padding: 8rem;
}

footer .top .inner a.text:hover {
  color: #DE7941 !important;
}

footer .top .inner .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #FFFFFF;
}

footer .top .inner .text--title {
  color: #757F70;
}

footer .top .inner ul {
  display: flex;
}

footer .top .inner ul li {
  padding: 0 20px;
  width: 100%;
}

footer .top .inner ul li .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 115px;
}

footer .top .inner ul li .social li {
  padding: 0 5px;
}

footer .top .inner ul li .social li:first-child {
  width: 100%;
}

footer .top .inner ul li .sublist {
  display: flex;
  flex-direction: column;
}

footer .top .inner ul li .sublist .sublist-item {
  padding: 0;
}

footer .top .inner ul li .sublist .sublist-item:first-child {
  width: 100%;
}

footer .top .inner ul li:first-child {
  width: 140%;
}

footer .top .inner ul li:first-child form .inputWrapper {
  margin: 25px 0;
  position: relative;
  background: #3d423e;
  display: flex;
  align-items: center;
  height: 55px;
  width: 100%;
}

footer .top .inner ul li:first-child form .inputWrapper input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #FFFFFF;
}

footer .top .inner ul li:first-child form .inputWrapper button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
}

footer .bottom .inner {
  padding: 4rem 8rem;
  display: flex;
  align-items: center;
}

footer .bottom .inner .left {
  max-width: 295px;
  width: 130%;
  margin-right: 75px;
}

footer .bottom .inner .right {
  width: 100%;
  display: flex;
  align-items: center;
}

footer .bottom .inner .right .rights {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 176%;
  color: #757F70;
  margin: 0 50px;
}

footer .bottom .inner .right .a_deen {
  width: 40px;
  position: relative;
  opacity: 0.26;
}

footer .bottom .inner .right .a_deen svg {
  width: 40px;
  height: 15px;
}

footer .bottom .inner .right .a_deen svg path {
  stroke-dasharray: 800;
  transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  stroke: #fff;
}

footer .bottom .inner .right .a_deen svg:hover path {
  -webkit-animation-name: deen;
          animation-name: deen;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

footer .bottom .pans {
  height: 156px;
}

footer .bottom .pans .item {
  height: 156px;
}

footer .bottom .pans .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  footer .top .inner {
    padding: 3rem 2rem;
  }

  footer .top .inner ul {
    display: flex;
  }

  footer .top .inner ul li:first-child {
    width: 100%;
    margin-right: 0;
  }

  footer .top .inner ul li:not(:first-child) {
    display: none;
  }

  footer .top .inner ul li .social li {
    display: block;
  }

  footer .bottom .inner {
    padding: 2rem 3rem;
    flex-direction: column;
  }

  footer .bottom .inner .left {
    max-width: 295px;
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
  }

  footer .bottom .inner .right {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  footer .bottom .inner .right .rights {
    margin: 30px 0;
  }

  footer .bottom .pans {
    height: 91px;
  }

  footer .bottom .pans .item {
    height: 91px;
  }
}

.confiada-container {
  overflow: hidden;
}

.confiada-container .title {
  padding-left: 5rem;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
  margin-bottom: 40px;
  font-family: "Larken-Regular";
}

.confiada-container .title strong {
  font-weight: bold;
}

.confiada-container .confiada-carousel {
  position: relative;
}

.confiada-container .confiada-carousel .slick-track {
  padding-bottom: 0;
}

.confiada-container .confiada-carousel .pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.confiada-container .confiada-carousel .pagination .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.confiada-container .confiada-carousel .pagination .slick-dots li {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #AFBBA9;
}

.confiada-container .confiada-carousel .pagination .slick-dots li:not(:last-child) {
  margin-right: 15px;
}

.confiada-container .confiada-carousel .pagination .slick-dots li.slick-active {
  background-color: #757F70 !important;
}

.confiada-container .confiada-carousel .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
  z-index: 10;
}

.confiada-container .confiada-carousel .arrow:hover {
  background-color: #DE7941;
}

.confiada-container .confiada-carousel .arrow--next {
  right: 5rem;
}

.confiada-container .confiada-carousel .arrow--left {
  left: 1.5rem;
}

.confiada-container .confiada-carousel .arrow--left svg {
  transform: rotate(180deg);
}

.confiada-container .confiada-carousel .slick-disabled {
  opacity: 0;
  transition: 0.3s all ease;
  pointer-events: none;
}

.confiada-container .confiada-carousel .wrapper {
  height: 540px;
}

.confiada-container .confiada-carousel .wrapper .slick-list {
  padding: 0 5rem;
}

.confiada-container .confiada-carousel .wrapper .item {
  height: 540px;
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5rem;
  position: relative;
}

.confiada-container .confiada-carousel .wrapper .item::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
}

.confiada-container .confiada-carousel .wrapper .item .bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.confiada-container .confiada-carousel .wrapper .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.confiada-container .confiada-carousel .wrapper .item .content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-height: 95%;
}

.confiada-container .confiada-carousel .wrapper .item .content .quotes {
  opacity: 0;
  margin-bottom: 40px;
  max-height: 0;
  transition: 1s all ease-in-out;
}

.confiada-container .confiada-carousel .wrapper .item .content .btn {
  opacity: 0;
  max-height: 0;
  transition: 1s all ease-in-out;
}

.confiada-container .confiada-carousel .wrapper .item .content .item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 94.5%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.confiada-container .confiada-carousel .wrapper .item .content .item-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 176%;
  text-align: center;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.confiada-container .confiada-carousel .wrapper .item .content .item-desc {
  transition: 1s all ease-in-out;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  text-align: center;
  color: #FFFFFF;
  margin: 15px 0 30px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  width: 290px;
}

.confiada-container .confiada-carousel .wrapper .item:hover:before {
  background: linear-gradient(0deg, rgba(40, 45, 42, 0.8), rgba(40, 45, 42, 0.8)), #C4C4C4;
  mix-blend-mode: multiply;
}

.confiada-container .confiada-carousel .wrapper .item:hover .content .item-desc,
.confiada-container .confiada-carousel .wrapper .item:hover .content .quotes,
.confiada-container .confiada-carousel .wrapper .item:hover .content .btn {
  opacity: 1;
  max-height: 999px;
}

@media screen and (max-width: 991px) {
  .confiada-container {
    margin-top: 2rem;
  }

  .confiada-container .title {
    font-size: 20px;
    line-height: 104%;
    text-align: center;
    padding: 0;
    max-width: 230px;
    margin: 0 auto 2rem;
  }

  .confiada-container .confiada-carousel {
    position: relative;
  }

  .confiada-container .confiada-carousel .arrow {
    right: 1rem;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
  }

  .confiada-container .confiada-carousel .arrow--left {
    left: 1rem;
    right: unset;
    opacity: 1;
    pointer-events: all;
  }

  .confiada-container .confiada-carousel .arrow svg {
    width: 6px;
  }

  .confiada-container .confiada-carousel .wrapper {
    height: 202px;
  }

  .confiada-container .confiada-carousel .wrapper .slick-list {
    padding: 0 2rem;
  }

  .confiada-container .confiada-carousel .wrapper .item {
    height: 202px;
  }
}

.popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  z-index: 99999;
  transition: 0.3s all ease;
  pointer-events: none;
}

.popup .popup-inner {
  background-color: #282D2A;
  border-radius: 20px;
  width: 60%;
  height: 70%;
  display: flex;
}

.popup .popup-inner .left {
  width: 35%;
  position: relative;
}

.popup .popup-inner .left .image {
  height: 100%;
  width: 100%;
}

.popup .popup-inner .left .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}

.popup .popup-inner .right {
  width: 65%;
  position: relative;
  padding: 24px 24px 0 0;
}

.popup .popup-inner .right .top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.popup .popup-inner .right .top .logo {
  display: flex;
  align-items: center;
  max-height: 25px;
  width: 70px;
}

.popup .popup-inner .right .top .logo img {
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup .popup-inner .right .top .close-popup {
  display: flex;
  align-items: center;
  padding-left: 41px;
  cursor: pointer;
}

.popup .popup-inner .right .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 34px 37px 34px;
}

.popup .popup-inner .right .content .logo-two {
  height: 73px;
  width: auto;
  margin-bottom: 67px;
}

.popup .popup-inner .right .content .logo-two img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup .popup-inner .right .content .links {
  margin-bottom: 67px;
  width: 100%;
}

.popup .popup-inner .right .content .links .btn {
  margin-bottom: 11px;
  display: flex;
  padding: 18px 24px;
  color: #fff;
  text-transform: uppercase;
  background-color: #DE7941;
  justify-content: space-between;
  width: 100%;
}

.popup .popup-inner .right .content .links .btn--primary {
  background-color: #DE7941;
  color: #fff !important;
}

.popup .popup-inner .right .content .links .btn--primary:hover {
  transition: 0.3s all ease;
  transform: scale(1.1);
  background-color: transparent;
  border: 1px solid #DE7941;
}

.popup .popup-inner .right .content .continue .continue-text {
  color: #fff !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 81.5%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.popup.active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 991px) {
  .popup .popup-inner {
    width: 80%;
    height: 60%;
  }

  .popup .popup-inner .left {
    display: none;
  }

  .popup .popup-inner .right {
    width: 100%;
  }

  .popup .popup-inner .right .content .logo-two {
    margin-bottom: 32px;
  }

  .popup .popup-inner .right .content .links {
    margin-bottom: 32px;
  }
}

/* ============= PAGES ============= */

#home .home__banner {
  height: 100vh;
  position: relative;
}

#home .home__banner .form_alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8%;
  color: #FFF;
  background-color: green;
  text-align: center;
  padding: 30px;
  z-index: 1000;
  text-transform: uppercase;
}

#home .home__banner .form_alert_error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8%;
  color: #FFF;
  background-color: #c90000;
  text-align: center;
  padding: 30px;
  z-index: 1000;
  text-transform: uppercase;
}

#home .home__banner__slider {
  height: 100vh;
}

#home .home__banner__slider .wrapper {
  height: 100vh;
}

#home .home__banner__slider .wrapper [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

#home .home__banner__slider .wrapper .item {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 8rem 8rem;
}

#home .home__banner__slider .wrapper .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #282D2A;
  z-index: -1;
}

#home .home__banner__slider .wrapper .item .bg::before {
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  position: absolute;
}

#home .home__banner__slider .wrapper .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#home .home__banner__slider .wrapper .item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#home .home__banner__slider .wrapper .item .content .title {
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 81.5%;
  width: min(100%, 475px);
  color: #FFFFFF;
  flex: 1;
  margin-bottom: 2rem;
}

#home .home__banner__slider .slider-js-home-banner-pagination {
  position: absolute;
  bottom: 8rem;
  left: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#home .home__banner__slider .slider-js-home-banner-pagination .arrow {
  display: flex;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  height: 55px;
  width: 55px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  cursor: pointer;
  transition: 0.3s all ease;
}

#home .home__banner__slider .slider-js-home-banner-pagination .arrow:hover {
  background-color: #DE7941;
}

#home .home__banner .selos-mobile {
  display: none;
}

#home .home__products {
  padding: 7rem 5rem 70px;
  position: relative;
}

#home .home__products .selos {
  position: absolute;
  left: 3rem;
  top: 4rem;
}

#home .home__products .selos .pan,
#home .home__products .selos .letters {
  position: absolute;
  left: 50%;
  top: 50%;
}

#home .home__products .selos .letters {
  -webkit-animation: spin 20s infinite linear;
          animation: spin 20s infinite linear;
}

#home .home__products .inner {
  border: 1px solid #CECECE;
  border-bottom: none;
  display: flex;
}

#home .home__products .inner .main {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#home .home__products .inner .main .top {
  height: calc(calc(100% / 3) * 2);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 8rem;
}

#home .home__products .inner .main .top .title {
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 81.5%;
  text-align: center;
  color: #282D2A;
  max-width: 265px;
  margin-bottom: 35px;
}

#home .home__products .inner .main .top .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  text-align: center;
  color: #282D2A;
  width: min(100%, 470px);
  margin-bottom: 40px;
}

#home .home__products .inner .main .top .btn {
  margin-bottom: 80px;
}

#home .home__products .inner .main .top img {
  flex: 1;
  width: 100%;
}

#home .home__products .inner .main .video-mitos {
  width: 100%;
  height: calc(100% / 3);
}

#home .home__products .inner .main .video-mitos a {
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  position: relative;
  height: 100%;
}

#home .home__products .inner .main .video-mitos a:hover svg {
  fill: #DE7941;
}

#home .home__products .inner .main .video-mitos a:hover svg path {
  stroke: #DE7941;
}

#home .home__products .inner .main .video-mitos a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.54%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

#home .home__products .inner .main .video-mitos a img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .home__products .inner .main .video-mitos a .content {
  padding-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

#home .home__products .inner .main .video-mitos a .content svg {
  margin-right: 30px;
  transition: 0.3s all ease;
}

#home .home__products .inner .main .video-mitos a .content .desc {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #FFFFFF;
  max-width: 370px;
}

#home .home__products .inner .side {
  width: 30%;
  min-width: 430px;
  display: flex;
  flex-direction: column;
}

#home .home__products .inner .side .find-product-carousel {
  min-height: 456px;
  background-color: #AFBBA9;
  height: calc(100% / 3);
  padding: 2rem 0;
}

#home .home__products .inner .side .find-product-carousel .wrapper .slick-list {
  padding: 0 !important;
}

#home .home__products .inner .side .find-product-carousel .wrapper .item {
  min-width: 1px;
  max-height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #AFBBA9;
}

#home .home__products .inner .side .find-product-carousel .wrapper .item img {
  width: 350px;
  mix-blend-mode: multiply;
}

#home .home__products .inner .side .find-product-carousel .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 96.5%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #282D2A;
  margin-bottom: 20px;
}

#home .home__products .inner .side .find-product-carousel .btn {
  margin: auto;
}

#home .home__products .inner .side .quote-carousel {
  min-height: 464px;
  background-color: #AFBBA9;
  height: calc(100% / 3);
}

#home .home__products .inner .side .quote-carousel .wrapper .slick-list {
  padding: 0 !important;
}

#home .home__products .inner .side .quote-carousel .wrapper .slick-list .slick-track {
  height: 465px;
}

#home .home__products .inner .side .quote-carousel .wrapper .item {
  width: 100%;
  min-width: 1px;
  max-height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #AFBBA9;
  padding: 0 10px 0 10px;
}

#home .home__products .inner .side .quote-carousel .wrapper .item .background {
  position: absolute;
  width: inherit;
  height: 100%;
}

#home .home__products .inner .side .quote-carousel .wrapper .item .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .home__products .inner .side .quote-carousel .wrapper .item .background:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

#home .home__products .inner .side .quote-carousel .wrapper .item .content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  align-items: center;
}

#home .home__products .inner .side .quote-carousel .wrapper .item .content .desc {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 104%;
  text-align: center;
  text-transform: lowercase;
  color: #FFFFFF;
  margin: 25px 0;
}

#home .home__products .inner .side .randon-art {
  min-height: 456px;
  height: calc(100% / 3);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#home .home__products .inner .side .randon-art .slick-slide {
  border: none;
  outline: none;
}

#home .home__products .inner .side .randon-art .randon-art-item {
  position: relative;
  min-width: 1px;
  height: calc(456px / 2);
}

#home .home__products .inner .side .randon-art .randon-art-item .item {
  height: calc(456px / 2);
}

#home .home__products .inner .side .randon-art .randon-art-item .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .home__lancamentos {
  padding: 5rem;
}

#home .home__lancamentos .inner .arrow {
  display: none !important;
}

#home .home__lancamentos .inner .grid {
  display: flex;
  flex-wrap: wrap;
}

#home .home__lancamentos .inner .grid--mobile {
  display: none;
}

#home .home__lancamentos .inner .grid .item {
  position: relative;
  height: 540px;
  width: 33.33%;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  background-color: #fff;
}

#home .home__lancamentos .inner .grid .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease;
}

#home .home__lancamentos .inner .grid .item--destaque {
  width: 66.66%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

#home .home__lancamentos .inner .grid .item--destaque::before {
  opacity: 1;
}

#home .home__lancamentos .inner .grid .item--destaque .title {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 81.5%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  z-index: 2;
}

#home .home__lancamentos .inner .grid .item--destaque .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

#home .home__lancamentos .inner .grid .item--ambientada {
  position: relative;
}

#home .home__lancamentos .inner .grid .item--ambientada::before {
  opacity: 1;
}

#home .home__lancamentos .inner .grid .item--ambientada .content {
  position: relative;
  z-index: 2;
}

#home .home__lancamentos .inner .grid .item--ambientada .content .left .title,
#home .home__lancamentos .inner .grid .item--ambientada .content .left .desc {
  color: #fff;
}

#home .home__lancamentos .inner .grid .item--ambientada .onlypan {
  opacity: 1 !important;
  transition: 0.3s all ease;
}

#home .home__lancamentos .inner .grid .item--ambientada .ambientada {
  opacity: 1 !important;
}

#home .home__lancamentos .inner .grid .item--ambientada:hover::before {
  opacity: 1 !important;
}

#home .home__lancamentos .inner .grid .item--ambientada:hover .content .left .title,
#home .home__lancamentos .inner .grid .item--ambientada:hover .content .left .desc {
  color: #FFF !important;
}

#home .home__lancamentos .inner .grid .item--ambientada:hover .onlypan {
  opacity: 0 !important;
}

#home .home__lancamentos .inner .grid .item--ambientada:hover .ambientada {
  opacity: 1 !important;
}

#home .home__lancamentos .inner .grid .item .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  transition: 0.3s all ease;
}

#home .home__lancamentos .inner .grid .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .home__lancamentos .inner .grid .item .bg-pan {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  transition: 0.3s all ease;
  background-color: #fff;
}

#home .home__lancamentos .inner .grid .item .bg-pan img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

#home .home__lancamentos .inner .grid .item .onlypan {
  opacity: 1;
}

#home .home__lancamentos .inner .grid .item .ambientada {
  opacity: 1;
}

#home .home__lancamentos .inner .grid .item .content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#home .home__lancamentos .inner .grid .item .content .title {
  width: 200px;
  margin-bottom: 6px;
  color: #282D2A;
}

#home .home__lancamentos .inner .grid .item .content .desc {
  color: #282D2A;
}

#home .home__lancamentos .inner .bntWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

#home .home__depos {
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  #home .home__banner {
    overflow: hidden;
  }

  #home .home__banner .selos-mobile {
    display: block;
    z-index: 0;
    position: absolute;
    right: 80px;
    bottom: 70px;
  }

  #home .home__banner .selos-mobile .pan,
  #home .home__banner .selos-mobile .letters {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75px;
  }

  #home .home__banner .selos-mobile .letters {
    -webkit-animation: spin 20s infinite linear;
            animation: spin 20s infinite linear;
  }

  #home .home__banner__slider .wrapper .item {
    padding: 0 0 8rem 2rem;
  }

  #home .home__banner__slider .wrapper .item .content .title {
    font-size: 50px;
    max-width: 240px;
    line-height: 81.5%;
    margin-bottom: 2rem;
  }

  #home .home__banner__slider .slider-js-home-banner-pagination {
    bottom: 3rem;
    left: 2rem;
  }

  #home .home__products {
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  #home .home__products .selos {
    position: absolute;
    left: unset;
    top: -70px;
    right: 80px;
  }

  #home .home__products .selos .pan,
  #home .home__products .selos .letters {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 75px;
  }

  #home .home__products .inner {
    border: none;
    flex-direction: column;
    position: relative;
    padding-bottom: 379px;
  }

  #home .home__products .inner .main {
    width: 100%;
  }

  #home .home__products .inner .main .top {
    height: auto;
    padding-top: 3rem;
  }

  #home .home__products .inner .main .top .title {
    font-size: 50px;
    line-height: 81.5%;
    margin-bottom: 35px;
  }

  #home .home__products .inner .main .top .desc {
    font-size: 13px;
    line-height: 176%;
    margin-bottom: 40px;
    width: 310px;
  }

  #home .home__products .inner .main .top .btn {
    margin-bottom: 80px;
  }

  #home .home__products .inner .main .top img {
    flex: 1;
    width: 100%;
  }

  #home .home__products .inner .main .video-mitos {
    width: 100%;
    height: 380px;
    position: absolute;
    left: 0;
    bottom: 0%;
    height: 380px;
    width: 100%;
  }

  #home .home__products .inner .main .video-mitos a {
    display: flex;
    align-items: flex-start;
    padding-bottom: 2rem;
    position: relative;
    height: 100%;
  }

  #home .home__products .inner .main .video-mitos a .content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 8rem;
  }

  #home .home__products .inner .main .video-mitos a .content svg {
    margin-right: 0;
    transition: 0.3s all ease;
    width: 24px;
    margin-bottom: 2rem;
  }

  #home .home__products .inner .side {
    width: 100%;
    min-width: auto;
  }

  #home .home__products .inner .side .find-product-carousel {
    min-height: auto;
    height: auto;
  }

  #home .home__products .inner .side .find-product-carousel .wrapper .slick-list {
    padding: 0 3rem !important;
  }

  #home .home__products .inner .side .find-product-carousel .wrapper .item {
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #home .home__products .inner .side .find-product-carousel .wrapper .item img {
    width: 250px;
  }

  #home .home__products .inner .side .quote {
    min-height: 0;
    height: auto;
    position: relative;
    padding: 5rem 2rem;
  }

  #home .home__products .inner .side .quote .content {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 270px;
    margin: auto;
  }

  #home .home__products .inner .side .quote .content .title {
    font-size: 28px;
    line-height: 104%;
  }

  #home .home__products .inner .side .randon-art {
    display: none;
  }

  #home .home__possibilidades .confiada-container .confiada-carousel .wrapper .item .content .item-desc,
  #home .home__possibilidades .confiada-container .confiada-carousel .wrapper .item .content .btn {
    display: none;
  }

  #home .home__lancamentos {
    padding: 5rem 0 0;
  }

  #home .home__lancamentos .inner {
    position: relative;
  }

  #home .home__lancamentos .inner .arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.3s all ease;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #CECECE;
    box-sizing: border-box;
  }

  #home .home__lancamentos .inner .arrow--left {
    left: 1rem;
    right: unset;
  }

  #home .home__lancamentos .inner .arrow svg {
    width: 6px;
  }

  #home .home__lancamentos .inner .arrow:hover {
    background-color: #DE7941;
  }

  #home .home__lancamentos .inner .pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
  }

  #home .home__lancamentos .inner .pagination .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #home .home__lancamentos .inner .pagination .slick-dots li {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #AFBBA9;
  }

  #home .home__lancamentos .inner .pagination .slick-dots li:not(:last-child) {
    margin-right: 15px;
  }

  #home .home__lancamentos .inner .pagination .slick-dots li.slick-active {
    background-color: #757F70 !important;
  }

  #home .home__lancamentos .inner .grid--mobile {
    display: block;
    height: auto;
  }

  #home .home__lancamentos .inner .grid--mobile .item:not(:first-child) {
    height: 470px;
    width: 100%;
    display: flex !important;
  }

  #home .home__lancamentos .inner .grid .item:first-child {
    height: 233px;
    width: 100%;
  }

  #home .home__lancamentos .inner .grid .item:first-child .title {
    font-size: 35px;
    line-height: 81.5%;
    margin-bottom: 0;
  }

  #home .home__lancamentos .inner .grid .item:first-child .desc {
    font-size: 13px;
    line-height: 176%;
  }

  #home .home__lancamentos .inner .grid .item:not(:first-child) {
    display: none;
  }

  #home .home__lancamentos .inner .bntWrapper {
    margin-top: 5rem;
  }

  #home .home__depos {
    margin-bottom: 5rem;
  }

  #home .home__depos .item,
  #home .home__depos .wrapper {
    height: 414px !important;
  }
}

#category .category__banner {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#category .category__banner::after {
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: #282D2A;
}

#category .category__banner::before {
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

#category .category__banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#category .category__banner .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#category .category__banner .content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#category .category__banner .content .cat {
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 81.5%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

#category .category__banner .content .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 96.5%;
  letter-spacing: -0.01em;
  color: #fff;
}

#category .category__banner .content .next {
  position: absolute;
  left: 50%;
  bottom: 8vh;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 55px;
  width: 55px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: 0.3s all ease;
}

#category .category__banner .content .next:hover {
  background-color: #DE7941;
}

#category .category__list .inner {
  width: 100%;
  padding: 5rem;
}

#category .category__list .inner .list-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

#category .category__list .inner .list-header .left {
  max-width: 522px;
}

#category .category__list .inner .list-header .left .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  margin-bottom: 30px;
}

#category .category__list .inner .list-header .left .count {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  color: #757F70;
  text-transform: uppercase;
}

#category .category__list .inner .list-header .right {
  display: flex;
}

#category .category__list .inner .list-header .right span {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  color: #757F70;
  text-transform: uppercase;
  margin-right: 30px;
}

#category .category__list .inner .list-header .right select {
  outline: none;
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
}

#category .category__list .inner .grid {
  margin-top: 30px;
  width: 100%;
}

#category .category__list .inner .grid::after {
  content: "";
  display: block;
  clear: both;
}

#category .category__list .inner .grid .item {
  border: 0.5px solid #E5E4D9;
  float: left;
  width: 33.33%;
  position: relative;
  height: 540px;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  background-color: #fff;
}

#category .category__list .inner .grid .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease;
}

#category .category__list .inner .grid .item.is-lancamento .lancamento-selo {
  opacity: 1;
}

#category .category__list .inner .grid .item .lancamento-selo {
  text-transform: uppercase;
  position: absolute;
  right: 2%;
  top: 2%;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  color: #FFFFFF;
  padding: 0.3rem 0.5rem;
  background-color: #282D2A;
  z-index: 5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#category .category__list .inner .grid .item .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  transition: 0.3s all ease;
}

#category .category__list .inner .grid .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#category .category__list .inner .grid .item .bg_pan {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  transition: 0.3s all ease;
}

#category .category__list .inner .grid .item .bg_pan img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

#category .category__list .inner .grid .item .onlypan {
  opacity: 1;
}

#category .category__list .inner .grid .item .ambientada {
  opacity: 0;
}

#category .category__list .inner .grid .item .content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#category .category__list .inner .grid .item .content .title {
  width: 200px;
  margin-bottom: 6px;
  color: #282D2A;
}

#category .category__list .inner .grid .item .content .desc {
  color: #282D2A;
  line-height: 150%;
}

#category .category__list .inner .grid .item:hover::before {
  opacity: 1;
  z-index: 2;
}

#category .category__list .inner .grid .item:hover .content {
  position: relative;
  z-index: 2;
}

#category .category__list .inner .grid .item:hover .content .item-title,
#category .category__list .inner .grid .item:hover .content .desc {
  color: #fff !important;
}

#category .category__list .inner .grid .item:hover .onlypan img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#category .category__list .inner .grid .item:hover .ambientada {
  opacity: 1;
  z-index: 1;
}

#category .category__list .inner .grid .item:hover .ambientada .content .title {
  color: #FFF;
}

#category .category__possibilidades {
  margin-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  #category .category__banner {
    height: 65vh;
  }

  #category .category__banner .content .cat {
    font-size: 50px;
  }

  #category .category__banner .content .desc {
    font-size: 24px;
  }

  #category .category__banner .content .next {
    height: 40px;
    width: 40px;
  }

  #category .category__banner .content .next svg {
    width: 10px;
  }

  #category .category__list .inner {
    padding: 2rem;
  }

  #category .category__list .inner .list-header {
    flex-direction: column;
  }

  #category .category__list .inner .list-header .left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  #category .category__list .inner .list-header .right {
    display: flex;
  }

  #category .category__list .inner .list-header .right span {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 176%;
    letter-spacing: 0.295em;
    color: #757F70;
    text-transform: uppercase;
    margin-right: 30px;
  }

  #category .category__list .inner .list-header .right select {
    outline: none;
    border: none;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 176%;
    color: #282D2A;
  }

  #category .category__list .inner .grid::after {
    content: "";
    display: block;
    clear: both;
  }

  #category .category__list .inner .grid .item {
    width: 100% !important;
    height: 50vh;
  }

  #category .category__possibilidades .confiada-container .confiada-carousel .wrapper .item .content .item-desc,
  #category .category__possibilidades .confiada-container .confiada-carousel .wrapper .item .content .btn {
    display: none;
  }
}

#product .product__banner {
  height: 100vh;
}

#product .product__banner .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  transition: 0.3s all ease;
}

#product .product__banner .arrow--left {
  left: 5rem;
}

#product .product__banner .arrow--right {
  right: 5rem;
}

#product .product__banner .arrow:hover {
  background-color: #DE7941;
}

#product .product__banner .arrow:hover path {
  stroke: #fff;
}

#product .product__banner .wrapper {
  height: 100%;
  position: relative;
}

#product .product__banner .wrapper::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}

#product .product__banner .wrapper .item {
  height: 100vh;
}

#product .product__banner .wrapper .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#product .product__banner .slider-thumb {
  position: absolute;
  z-index: 15;
  left: 5rem;
  bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#product .product__banner .slider-thumb .item {
  height: 50px;
  width: 50px;
}

#product .product__banner .slider-thumb .item.active {
  border: 2px solid #FFFFFF;
}

#product .product__banner .slider-thumb .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#product .product__banner .product-info {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  z-index: 20;
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 380px;
}

#product .product__banner .product-info .left {
  padding: 35px 0;
  flex: 1;
  border-right: 1px solid #E5E4D9;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product .product__banner .product-info .left img {
  width: 100%;
}

#product .product__banner .product-info .right {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
}

#product .product__banner .product-info .right .title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 104.5%;
  color: #282D2A;
  max-width: 145px;
  margin-bottom: 6px;
}

#product .product__banner .product-info .right .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
}

#product .product__banner .product-info .right .down {
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translate(50%, 50%);
  z-index: 20;
}

#product .product__details {
  padding: 5rem;
}

#product .product__details .details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#product .product__details .details-header span {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  color: #757F70;
  text-transform: uppercase;
}

#product .product__details .details-header .left .crumb {
  display: flex;
  align-items: center;
}

#product .product__details .details-header .left .crumb .cat {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

#product .product__details .details-header .left .crumb .cat::before {
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 1rem;
  background-color: #DE7941;
  border-radius: 50%;
}

#product .product__details .details-header .left .crumb .cat a {
  color: #282D2A;
}

#product .product__details .details-header .right .share {
  display: flex;
  align-items: center;
}

#product .product__details .details-header .right .share .item:not(:last-child) {
  margin-right: 2rem;
}

#product .product__details .details-desc {
  margin-top: 85px;
  display: flex;
}

#product .product__details .details-desc .left {
  width: 55%;
  position: relative;
  margin-right: 3rem;
}

#product .product__details .details-desc .left .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  transition: 0.3s all ease;
}

#product .product__details .details-desc .left .arrow--left {
  left: 0;
}

#product .product__details .details-desc .left .arrow--right {
  right: 0;
}

#product .product__details .details-desc .left .arrow:hover {
  background-color: #DE7941;
}

#product .product__details .details-desc .left .arrow:hover path {
  stroke: #fff;
}

#product .product__details .details-desc .left .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 47%;
  transform: translateX(-50%);
  bottom: 10%;
  position: absolute;
}

#product .product__details .details-desc .left .pagination .slick-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

#product .product__details .details-desc .left .pagination .slick-dots li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #282D2A;
  background-color: transparent;
}

#product .product__details .details-desc .left .pagination .slick-dots li:not(:last-child) {
  margin-right: 22px;
}

#product .product__details .details-desc .left .pagination .slick-dots li.slick-active {
  border: 2px solid transparent;
  background-color: #282D2A;
}

#product .product__details .details-desc .left .wrapper .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  background-size: cover !important;
  background-position: center !important;
  background-blend-mode: multiply !important;
  background-color: #E5E4D9;
}

#product .product__details .details-desc .right {
  max-width: 440px;
}

#product .product__details .details-desc .right .title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 85.5%;
  text-transform: uppercase;
  color: #282D2A;
  margin-bottom: 35px;
}

#product .product__details .details-desc .right .text {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
}

#product .product__details .details-desc .right .text strong {
  font-weight: bold;
}

#product .product__details .details-desc .right .text ul {
  padding: 20px 0 0 50px;
}

#product .product__details .details-desc .right .text ul li {
  list-style-type: disc;
}

#product .product__details .details-desc .right .text ul li strong {
  font-weight: bold;
}

#product .product__details .details-desc .right .cod {
  margin: 25px 0;
  letter-spacing: 0.295em;
  color: #757F70;
}

#product .product__details .details-desc .right .sizes,
#product .product__details .details-desc .right .colors {
  margin-bottom: 20px;
}

#product .product__details .details-desc .right .sizes-list {
  display: flex;
  margin-bottom: 20px;
}

#product .product__details .details-desc .right .sizes-list ul {
  display: flex;
  flex-wrap: wrap;
}

#product .product__details .details-desc .right .sizes-list ul li {
  margin-bottom: 15px;
  border: 1.5px solid #282D2A;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.8rem;
  font-family: "Work Sans", sans-serif;
}

#product .product__details .details-desc .right .sizes-list ul li:not(:last-child) {
  margin-right: 15px;
}

#product .product__details .details-desc .right .colors-list {
  display: flex;
  align-items: center;
}

#product .product__details .details-desc .right .colors-list li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

#product .product__details .details-desc .right .colors-list li:not(:last-child) {
  margin-right: 20px;
}

#product .product__details .details-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  max-width: 100%;
}

#product .product__details .details-items .item {
  flex: 1;
  padding: 3rem 5rem;
  position: relative;
  min-width: 33.33%;
}

#product .product__details .details-items .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#product .product__details .details-items .item:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#product .product__details .details-items .item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#product .product__details .details-items .item .item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 104.5%;
  color: #282D2A;
  max-width: 50%;
  margin-bottom: 20px;
}

#product .product__details .details-items .item .item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  max-width: 100%;
}

#product .product__healthy {
  padding: 0rem 5rem;
  display: flex;
}

#product .product__healthy .left {
  width: 50%;
  background-color: #282D2A;
  position: relative;
  padding: 8rem;
}

#product .product__healthy .left .title {
  font-family: "Larken-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #FFFFFF;
  max-width: 250px;
  margin-bottom: 20px;
}

#product .product__healthy .left .title strong {
  font-weight: 700;
}

#product .product__healthy .left .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #FFFFFF;
  max-width: 250px;
}

#product .product__healthy .left .selo {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

#product .product__healthy .right {
  width: 50%;
}

#product .product__healthy .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product .product__faq {
  padding: 5rem;
  display: flex;
  justify-content: space-between;
}

#product .product__faq .left {
  width: 40%;
}

#product .product__faq .left .title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
  font-family: "Larken-Regular";
}

#product .product__faq .left .title strong {
  font-weight: bold;
}

#product .product__faq .left .tabs {
  margin-top: 70px;
}

#product .product__faq .left .tabs li {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 329%;
  color: #282D2A;
  font-family: "Larken-Regular";
  cursor: pointer;
}

#product .product__faq .left .tabs li.active {
  font-weight: bold;
}

#product .product__faq .right {
  width: 60%;
}

#product .product__faq .right .questions {
  width: 100%;
}

#product .product__faq .right .questions .item {
  width: 100%;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

#product .product__faq .right .questions .item.active {
  border-bottom-color: #DE7941;
}

#product .product__faq .right .questions .item.active .answer {
  margin-bottom: 2rem;
}

#product .product__faq .right .questions .item.active svg {
  transform: rotate(180deg);
}

#product .product__faq .right .questions .item .question {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 347%;
  color: #282D2A;
  cursor: pointer;
}

#product .product__faq .right .questions .item .answer {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  max-width: 80%;
  display: none;
}

#product .product__faq .right .questions .item svg {
  position: absolute;
  pointer-events: none;
  transition: 0.3s all ease;
  top: 2rem;
  right: 0;
}

#product .product__more {
  margin: 3rem 0;
}

#product .product__more .more-container .title {
  padding-left: 5rem;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
  margin-bottom: 40px;
  font-family: "Larken-Regular";
}

#product .product__more .more-container .title strong {
  font-weight: bold;
}

#product .product__more .more-container .more-carousel {
  position: relative;
}

#product .product__more .more-container .more-carousel .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translate(50%, -50%);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #282D2A;
  transition: 0.3s all ease;
  cursor: pointer;
  z-index: 10;
}

#product .product__more .more-container .more-carousel .arrow path {
  stroke: #DE7941;
}

#product .product__more .more-container .more-carousel .arrow:hover {
  background-color: #DE7941;
}

#product .product__more .more-container .more-carousel .arrow:hover path {
  stroke: #282D2A;
}

#product .product__more .more-container .more-carousel .arrow--left {
  left: 1.5rem;
}

#product .product__more .more-container .more-carousel .arrow--left svg {
  transform: rotate(180deg);
}

#product .product__more .more-container .more-carousel .slick-disabled {
  opacity: 0;
  transition: 0.3s all ease;
  pointer-events: none;
}

#product .product__more .more-container .more-carousel .wrapper {
  height: 540px;
}

#product .product__more .more-container .more-carousel .wrapper .slick-list {
  padding: 0 5rem;
}

#product .product__more .more-container .more-carousel .wrapper .item {
  border: 0.5px solid #E5E4D9;
  float: left;
  width: 33.33%;
  position: relative;
  height: 540px;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  background-color: #fff;
}

#product .product__more .more-container .more-carousel .wrapper .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease;
}

#product .product__more .more-container .more-carousel .wrapper .item .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  transition: 0.3s all ease;
}

#product .product__more .more-container .more-carousel .wrapper .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#product .product__more .more-container .more-carousel .wrapper .item .bg_pan {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  transition: 0.3s all ease;
}

#product .product__more .more-container .more-carousel .wrapper .item .bg_pan img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

#product .product__more .more-container .more-carousel .wrapper .item .onlypan {
  opacity: 1;
}

#product .product__more .more-container .more-carousel .wrapper .item .ambientada {
  opacity: 0;
}

#product .product__more .more-container .more-carousel .wrapper .item .content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#product .product__more .more-container .more-carousel .wrapper .item .content .item-title {
  width: 200px;
  margin-bottom: 6px;
  color: #282D2A;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 104.5%;
}

#product .product__more .more-container .more-carousel .wrapper .item .content .desc {
  color: #282D2A;
}

#product .product__more .more-container .more-carousel .wrapper .item:hover::before {
  opacity: 1;
  z-index: 2;
}

#product .product__more .more-container .more-carousel .wrapper .item:hover .content {
  position: relative;
  z-index: 2;
}

#product .product__more .more-container .more-carousel .wrapper .item:hover .content .item-title,
#product .product__more .more-container .more-carousel .wrapper .item:hover .content .desc {
  color: #fff !important;
}

#product .product__more .more-container .more-carousel .wrapper .item:hover .onlypan img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#product .product__more .more-container .more-carousel .wrapper .item:hover .ambientada {
  opacity: 1;
  z-index: 1;
}

#product .product__more .more-container .more-carousel .wrapper .item:hover .ambientada .content .title {
  color: #FFF;
}

@media screen and (max-width: 991px) {
  #product {
    overflow: hidden;
  }

  #product .product__banner {
    height: 80vh;
    position: relative;
  }

  #product .product__banner .arrow--left {
    left: 1rem;
  }

  #product .product__banner .arrow--right {
    right: 1rem;
  }

  #product .product__banner .wrapper .item {
    height: 80vh;
  }

  #product .product__banner .slider-thumb {
    position: absolute;
    z-index: 15;
    left: 2rem;
    bottom: 15vh;
  }

  #product .product__banner .product-info {
    right: 50%;
    bottom: 0;
    width: 312px;
    transform: translate(50%, 50%);
  }

  #product .product__details {
    padding: 6rem 2rem;
  }

  #product .product__details .details-header .right .share {
    display: none;
  }

  #product .product__details .details-desc {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
  }

  #product .product__details .details-desc .left {
    width: 100%;
    position: relative;
    margin-right: 0;
    margin-bottom: 2rem;
    padding-bottom: 4rem;
  }

  #product .product__details .details-desc .left .pagination {
    bottom: 0%;
  }

  #product .product__details .details-desc .left .wrapper .item img {
    width: 250px;
  }

  #product .product__details .details-desc .right .text ul {
    padding: 0;
  }

  #product .product__details .details-items {
    flex-direction: column;
  }

  #product .product__details .details-items .item {
    flex: 1;
    padding: 2rem 0;
  }

  #product .product__details .details-items .item::before {
    display: none;
  }

  #product .product__details .details-items .item:last-child::before {
    display: none;
  }

  #product .product__details .details-items .item:last-child::after {
    display: none;
  }

  #product .product__details .details-items .item .item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 104.5%;
    color: #282D2A;
    max-width: 50%;
    margin-bottom: 20px;
  }

  #product .product__details .details-items .item .item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 176%;
    color: #282D2A;
    max-width: 100%;
  }

  #product .product__healthy {
    padding: 0;
    flex-direction: column;
  }

  #product .product__healthy .left {
    width: 100%;
    padding: 2rem;
  }

  #product .product__healthy .left .selo {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }

  #product .product__healthy .left .selo img {
    width: 90px;
  }

  #product .product__healthy .right {
    width: 100%;
  }

  #product .product__faq {
    padding: 2rem;
    flex-direction: column;
  }

  #product .product__faq .left {
    width: 100%;
  }

  #product .product__faq .left .title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 104%;
    text-transform: lowercase;
    color: #282D2A;
    font-family: "Larken-Regular";
  }

  #product .product__faq .left .title strong {
    font-weight: bold;
  }

  #product .product__faq .left .tabs {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  #product .product__faq .left .tabs li {
    line-height: 229%;
  }

  #product .product__faq .right {
    width: 100%;
  }

  #product .product__faq .right .questions {
    width: 100%;
  }

  #product .product__faq .right .questions .item .question {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 170%;
    color: #282D2A;
    cursor: pointer;
    padding: 1rem 1rem 1rem 0;
  }

  #product .product__faq .right .questions .item .answer {
    max-width: 90%;
  }

  #product .product__depos {
    margin-bottom: 5rem;
  }

  #product .product__depos .item,
  #product .product__depos .wrapper {
    height: 414px !important;
  }

  #product .product__more {
    margin: 3rem 0 0;
  }

  #product .product__more .more-container .title {
    padding-left: 0;
    font-size: 20px;
    text-align: center;
  }

  #product .product__more .more-container .more-carousel {
    position: relative;
  }

  #product .product__more .more-container .more-carousel .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0%, -50%);
    height: 40px;
    width: 40px;
  }

  #product .product__more .more-container .more-carousel .arrow--left {
    left: 1rem;
    right: unset;
    transform: translateY(-50%);
  }

  #product .product__more .more-container .more-carousel .arrow svg {
    width: 6px;
  }

  #product .product__more .more-container .more-carousel .wrapper .slick-list {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 475px) {
  #category .category__list .inner .grid .item .content .desc {
    display: none;
  }

  #product .product__more .more-container .more-carousel .wrapper .item .content .desc {
    display: none;
  }
}

#about .about__banner {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #282D2A;
}

#about .about__banner::before {
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

#about .about__banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#about .about__banner .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about .about__banner .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about .about__banner .content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#about .about__banner .content .title {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 81.5%;
  text-align: center;
  color: #FFFFFF;
  width: min(100%, 900px);
  margin: 0 auto 60px;
}

#about .about__banner .content .logo {
  width: 100px;
  margin: auto;
}

#about .about__banner .content .logo img {
  width: 100%;
}

#about .about__banner .content .next {
  position: absolute;
  left: 50%;
  bottom: 8vh;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 55px;
  width: 55px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: 0.3s all ease;
}

#about .about__banner .content .next:hover {
  background-color: #DE7941;
}

#about .about__timeline {
  padding: 5rem;
}

#about .about__timeline .timeline-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 100px;
}

#about .about__timeline .timeline-header .title {
  width: min(100%, 400px);
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-align: center;
  text-transform: lowercase;
  color: #282D2A;
  font-family: "Larken-Regular";
  margin-bottom: 30px;
}

#about .about__timeline .timeline-header .title strong {
  font-weight: bold;
}

#about .about__timeline .timeline-header .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  text-align: center;
  color: #282D2A;
  width: min(100%, 640px);
}

#about .about__timeline .timeline-header .selo {
  position: absolute;
  top: 3rem;
  right: 3rem;
}

#about .about__timeline .timeline-carousel {
  display: flex;
  position: relative;
}

#about .about__timeline .timeline-carousel .arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  transition: 0.3s all ease;
  border: 1px solid #C4C4C4;
}

#about .about__timeline .timeline-carousel .arrow--left {
  left: 0;
  transform: translate(-50%, -50%);
}

#about .about__timeline .timeline-carousel .arrow--right {
  right: 0;
  transform: translate(50%, -50%);
}

#about .about__timeline .timeline-carousel .arrow:hover {
  background-color: #DE7941;
}

#about .about__timeline .timeline-carousel .arrow:hover path {
  stroke: #fff;
}

#about .about__timeline .timeline-carousel .pagination {
  position: absolute;
  left: 5rem;
  bottom: 5rem;
}

#about .about__timeline .timeline-carousel .pagination .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#about .about__timeline .timeline-carousel .pagination .slick-dots li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #282D2A;
}

#about .about__timeline .timeline-carousel .pagination .slick-dots li:not(:last-child) {
  margin-right: 20px;
}

#about .about__timeline .timeline-carousel .pagination .slick-dots li.slick-active {
  border: 2px solid transparent;
  background-color: #282D2A !important;
}

#about .about__timeline .timeline-carousel .wrapper {
  width: 50%;
}

#about .about__timeline .timeline-carousel .wrapper .slick-list {
  height: 100%;
}

#about .about__timeline .timeline-carousel .wrapper .slick-list .slick-track {
  height: 100%;
}

#about .about__timeline .timeline-carousel .wrapper .item {
  height: 100%;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 8rem 5rem 5rem;
}

#about .about__timeline .timeline-carousel .wrapper .item .item-pretitle {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  color: #757F70;
  margin-bottom: 30px;
}

#about .about__timeline .timeline-carousel .wrapper .item .item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
  font-family: "Larken-Regular";
  margin-bottom: 30px;
}

#about .about__timeline .timeline-carousel .wrapper .item .item-title strong {
  font-weight: bold;
}

#about .about__timeline .timeline-carousel .wrapper .item .item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  margin-bottom: 40px;
  max-width: 80%;
}

#about .about__timeline .timeline-carousel .imgWrapper {
  width: 50%;
}

#about .about__timeline .timeline-carousel .imgWrapper .slick-list {
  height: 100%;
}

#about .about__timeline .timeline-carousel .imgWrapper .slick-list .slick-track {
  height: 100%;
}

#about .about__timeline .timeline-carousel .imgWrapper .item {
  height: 100%;
}

#about .about__timeline .timeline-carousel .imgWrapper .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .about__values {
  padding: 0 5rem 5rem;
}

#about .about__values .values-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

#about .about__values .values-items .item {
  flex: 1;
  padding: 3rem 5rem;
  position: relative;
  min-width: 33.33%;
}

#about .about__values .values-items .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#about .about__values .values-items .item:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#about .about__values .values-items .item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#about .about__values .values-items .item .item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 104.5%;
  color: #282D2A;
  max-width: 50%;
  margin-bottom: 20px;
}

#about .about__values .values-items .item .item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  max-width: 100%;
}

#about .about__values .values-items .item .item-desc strong {
  font-weight: 600;
}

#about .about__video {
  height: 100vh;
  margin: 0 5rem 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #CECECE;
  background-color: #282D2A;
}

#about .about__video .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#about .about__video .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about .about__video .content {
  position: relative;
}

#about .about__video .content a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#about .about__video .content a svg {
  margin: 0 35px;
}

#about .about__video .content a span {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 104.5%;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
}

#about .about__quality {
  padding: 0 5rem 5rem;
}

#about .about__quality .top {
  display: flex;
}

#about .about__quality .top .left {
  width: 50%;
}

#about .about__quality .top .left img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#about .about__quality .top .right {
  width: 50%;
  background-color: #282D2A;
  padding: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#about .about__quality .top .right .title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #FFFFFF;
  max-width: 285px;
  font-family: "Larken-Regular";
  margin-bottom: 30px;
}

#about .about__quality .top .right .title strong {
  font-weight: bold;
}

#about .about__quality .top .right .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #FFFFFF;
}

#about .about__quality .bottom .quality-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

#about .about__quality .bottom .quality-items .item {
  background-color: #fff;
  flex: 1;
  padding: 5rem;
  position: relative;
  min-width: 33.33%;
}

#about .about__quality .bottom .quality-items .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#about .about__quality .bottom .quality-items .item:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#about .about__quality .bottom .quality-items .item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#about .about__quality .bottom .quality-items .item .item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 104.5%;
  color: #282D2A;
  max-width: 50%;
  margin-bottom: 20px;
}

#about .about__quality .bottom .quality-items .item .item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  max-width: 100%;
  margin-bottom: 30px;
}

#about .about__quality .bottom .quality-items .item .download {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
}

#about .about__quality .bottom .quality-items .item .download svg {
  margin-left: 15px;
}

#about .about__sustentability {
  display: flex;
  padding: 0 5rem;
}

#about .about__sustentability .right {
  width: 50%;
}

#about .about__sustentability .right img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#about .about__sustentability .left {
  width: 50%;
  padding: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

#about .about__sustentability .left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 90%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 33.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 66.6%);
}

#about .about__sustentability .left .title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
  max-width: 285px;
  font-family: "Larken-Regular";
  margin-bottom: 30px;
}

#about .about__sustentability .left .title strong {
  font-weight: bold;
}

#about .about__sustentability .left .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
}

#about .about__chefs {
  padding-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  #about {
    overflow: hidden;
  }

  #about .about__banner .content .title {
    font-size: 50px;
    line-height: 90.5%;
  }

  #about .about__banner .content .logo {
    width: 100px;
    margin: auto;
  }

  #about .about__banner .content .logo img {
    width: 100%;
  }

  #about .about__timeline {
    padding: 8rem 0rem 2rem 0;
  }

  #about .about__timeline .timeline-header {
    margin-bottom: 100px;
    padding: 1rem;
  }

  #about .about__timeline .timeline-header .title {
    font-size: 20px;
  }

  #about .about__timeline .timeline-header .desc {
    font-size: 13px;
  }

  #about .about__timeline .timeline-header .selo {
    position: absolute;
    top: -7rem;
    right: 0;
  }

  #about .about__timeline .timeline-header .selo img {
    width: 90px;
  }

  #about .about__timeline .timeline-carousel {
    flex-direction: column-reverse;
    height: auto;
  }

  #about .about__timeline .timeline-carousel .arrow--left {
    left: 1.5rem;
    top: 125px;
  }

  #about .about__timeline .timeline-carousel .arrow--right {
    right: 1.5rem;
    top: 125px;
  }

  #about .about__timeline .timeline-carousel .pagination {
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
    width: 90%;
  }

  #about .about__timeline .timeline-carousel .pagination .slick-dots {
    flex-wrap: wrap;
    justify-content: center;
  }

  #about .about__timeline .timeline-carousel .pagination .slick-dots li {
    margin-bottom: 1rem;
  }

  #about .about__timeline .timeline-carousel .wrapper {
    height: 100%;
    width: 100%;
  }

  #about .about__timeline .timeline-carousel .wrapper .slick-list .slick-track {
    height: auto;
  }

  #about .about__timeline .timeline-carousel .wrapper .item {
    padding: 1rem;
  }

  #about .about__timeline .timeline-carousel .wrapper .item .item-title {
    font-size: 20px;
  }

  #about .about__timeline .timeline-carousel .wrapper .item .item-desc {
    font-size: 13px;
  }

  #about .about__timeline .timeline-carousel .imgWrapper {
    width: 100%;
    min-height: auto;
  }

  #about .about__timeline .timeline-carousel .imgWrapper .item {
    height: 250px;
    min-height: auto;
  }

  #about .about__values {
    padding: 2rem;
    padding-top: 5rem;
  }

  #about .about__values .values-items {
    flex-direction: column;
  }

  #about .about__values .values-items .item {
    flex: 1;
    padding: 0 0 2rem 0;
  }

  #about .about__values .values-items .item::before {
    display: none;
  }

  #about .about__values .values-items .item:last-child::before,
  #about .about__values .values-items .item:last-child::after {
    display: none;
  }

  #about .about__values .values-items .item .item-title {
    font-size: 20px;
  }

  #about .about__values .values-items .item .item-desc {
    font-size: 13px;
  }

  #about .about__video {
    height: 60vh;
    margin: 0;
  }

  #about .about__video .content {
    position: relative;
  }

  #about .about__video .content a svg {
    margin: 0 25px;
  }

  #about .about__video .content a span {
    font-size: 20px;
  }

  #about .about__quality {
    padding: 2rem 0;
  }

  #about .about__quality .top {
    flex-direction: column;
  }

  #about .about__quality .top .left {
    width: 100%;
  }

  #about .about__quality .top .right {
    width: 100%;
    padding: 2rem;
  }

  #about .about__quality .top .right .title {
    font-size: 20px;
  }

  #about .about__quality .top .right .desc {
    font-size: 13px;
  }

  #about .about__quality .bottom .quality-items {
    flex-direction: column;
  }

  #about .about__quality .bottom .quality-items .item {
    padding: 2rem;
    border-bottom: 1px solid #cecece;
  }

  #about .about__quality .bottom .quality-items .item::before {
    display: none;
  }

  #about .about__quality .bottom .quality-items .item:last-child::before {
    display: none;
  }

  #about .about__quality .bottom .quality-items .item:last-child::after {
    display: none;
  }

  #about .about__quality .bottom .quality-items .item .item-title {
    font-size: 20px;
  }

  #about .about__quality .bottom .quality-items .item .item-desc {
    font-size: 13px;
  }

  #about .about__quality .bottom .quality-items .item .download {
    font-size: 13px;
  }

  #about .about__sustentability {
    flex-direction: column;
    padding: 0 2rem;
  }

  #about .about__sustentability .right {
    width: 100%;
  }

  #about .about__sustentability .left {
    width: 100%;
    padding: 0rem 2rem 2rem;
  }

  #about .about__sustentability .left .title {
    font-size: 20px;
  }

  #about .about__sustentability .left .desc {
    font-size: 13px;
  }

  #about .about__chefs .item,
  #about .about__chefs .wrapper {
    height: 414px !important;
  }
}

#news .news__banner {
  height: 100vh;
  max-height: 476px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#news .news__banner::before {
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

#news .news__banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#news .news__banner .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#news .news__banner .content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#news .news__banner .content .title {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 81.5%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

#news .news__banner .content .next {
  position: absolute;
  left: 50%;
  bottom: 8vh;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 55px;
  width: 55px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: 0.3s all ease;
}

#news .news__banner .content .next:hover {
  background-color: #DE7941;
}

#news .news__grid {
  padding: 5rem;
}

#news .news__grid .cats ul {
  display: flex;
  align-items: center;
}

#news .news__grid .cats ul li {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 104.5%;
  display: flex;
  align-items: flex-end;
  color: #757F70;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;
}

#news .news__grid .cats ul li a {
  color: inherit;
}

#news .news__grid .cats ul li:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #DE7941;
  opacity: 0;
  transition: 0.3s all ease;
}

#news .news__grid .cats ul li.active,
#news .news__grid .cats ul li:hover {
  color: #282D2A;
}

#news .news__grid .cats ul li.active::after,
#news .news__grid .cats ul li:hover::after {
  opacity: 1;
}

#news .news__grid .cats ul li:not(:last-child) {
  margin-right: 45px;
}

#news .news__grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 50px 0;
}

#news .news__grid .grid .item {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.2);
}

#news .news__grid .grid .item.no-img {
  background-color: #fff;
}

#news .news__grid .grid .item.no-img::before {
  display: none;
}

#news .news__grid .grid .item.no-img .bg {
  opacity: 0;
}

#news .news__grid .grid .item.no-img .content .title {
  font-size: 35px;
  line-height: 104.5%;
  color: #282D2A;
}

#news .news__grid .grid .item.no-img .content .cat {
  color: #282D2A;
}

#news .news__grid .grid .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  transition: 0.3s all ease;
}

#news .news__grid .grid .item .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  transition: 0.3s all ease;
  z-index: -1;
}

#news .news__grid .grid .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#news .news__grid .grid .item .content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
}

#news .news__grid .grid .item .content .title {
  width: 200px;
  margin-bottom: 6px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 104.5%;
}

#news .news__grid .grid .item .content .cat {
  color: #fff;
}

#news .news__grid .loadmoreWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

#news .news__grid .loadmoreWrapper .btn {
  min-width: 212px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#news .news__faq {
  padding: 5rem;
  display: flex;
  justify-content: space-between;
}

#news .news__faq .left {
  width: 40%;
}

#news .news__faq .left .title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
  font-family: "Larken-Regular";
}

#news .news__faq .left .title strong {
  font-weight: bold;
}

#news .news__faq .left .tabs {
  margin-top: 70px;
}

#news .news__faq .left .tabs li {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 329%;
  color: #282D2A;
  font-family: "Larken-Regular";
  cursor: pointer;
}

#news .news__faq .left .tabs li.active {
  font-weight: bold;
}

#news .news__faq .right {
  width: 60%;
}

#news .news__faq .right .questions {
  width: 100%;
}

#news .news__faq .right .questions .item {
  width: 100%;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
}

#news .news__faq .right .questions .item.active {
  border-bottom-color: #DE7941;
}

#news .news__faq .right .questions .item.active .answer {
  margin-bottom: 2rem;
}

#news .news__faq .right .questions .item.active svg {
  transform: rotate(180deg);
}

#news .news__faq .right .questions .item .question {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 347%;
  color: #282D2A;
  cursor: pointer;
}

#news .news__faq .right .questions .item .answer {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  max-width: 80%;
  display: none;
}

#news .news__faq .right .questions .item svg {
  position: absolute;
  pointer-events: none;
  transition: 0.3s all ease;
  top: 2rem;
  right: 0;
}

@media screen and (max-width: 991px) {
  #news .news__banner .content .title {
    font-size: 50px;
  }

  #news .news__grid {
    padding: 1rem;
  }

  #news .news__grid .cats ul {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  #news .news__grid .cats ul li {
    font-size: 13px;
    margin-bottom: 2rem;
    text-align: center;
    margin-right: 0 !important;
  }

  #news .news__grid .grid {
    grid-template-columns: 1fr;
  }

  #news .news__grid .grid .item {
    min-height: 470px;
    padding: 2rem;
    margin-bottom: 1rem;
  }

  #news .news__faq {
    padding: 2rem;
    flex-direction: column;
  }

  #news .news__faq .left {
    width: 100%;
  }

  #news .news__faq .left .title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 104%;
    text-transform: lowercase;
    color: #282D2A;
    font-family: "Larken-Regular";
  }

  #news .news__faq .left .title strong {
    font-weight: bold;
  }

  #news .news__faq .left .tabs {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  #news .news__faq .left .tabs li {
    line-height: 229%;
  }

  #news .news__faq .right {
    width: 100%;
  }

  #news .news__faq .right .questions {
    width: 100%;
  }

  #news .news__faq .right .questions .item .question {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 170%;
    color: #282D2A;
    cursor: pointer;
    padding: 1rem 1rem 1rem 0;
  }

  #news .news__faq .right .questions .item .answer {
    max-width: 90%;
  }
}

#new .new__banner {
  padding: 12rem 5rem 5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#new .new__banner .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#new .new__banner .content .crumb {
  margin-bottom: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  color: #757F70;
  display: flex;
  align-items: center;
}

#new .new__banner .content .crumb .cat {
  color: #282D2A;
  display: flex;
  align-items: center;
}

#new .new__banner .content .crumb .cat::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #DE7941;
  margin: 0 15px;
}

#new .new__banner .content .title {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 104%;
  text-align: center;
  color: #282D2A;
  max-width: 890px;
  margin-bottom: 35px;
}

#new .new__banner .content .excerpt {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  text-align: center;
  color: #282D2A;
  max-width: 700px;
  margin-bottom: 3rem;
}

#new .new__banner .video {
  position: relative;
  width: 70%;
  height: 500px;
}

#new .new__banner .video .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#new .new__banner .video .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#new .new__banner .video .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#new .new__banner .video .content a {
  color: #FFF;
}

#new .new__banner .video .content a:hover span {
  color: #FFF;
}

#new .new__main {
  display: flex;
  justify-content: flex-start;
  padding: 0 5rem 5rem;
}

#new .new__main .aside {
  width: 30%;
  max-width: 80px;
  position: relative;
  margin-right: 75px;
}

#new .new__main .aside::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #CECECE 80.3%, #CECECE 33.3%, #CECECE 66.6%, #DE7941 33.33%);
}

#new .new__main .aside .share-list {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  left: 5rem;
}

#new .new__main .aside .share-list .share-item {
  margin-bottom: 20px;
}

#new .new__main .main {
  width: 80%;
}

#new .new__main .main .content {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 176%;
  color: #282D2A;
  max-width: 720px;
}

#new .new__main .main .content strong {
  font-weight: bold;
}

#new .new__more {
  padding-bottom: 5rem;
}

#new .new__more .more-container .title {
  padding-left: 5rem;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
  margin-bottom: 40px;
  font-family: "Larken-Regular";
}

#new .new__more .more-container .title strong {
  font-weight: bold;
}

#new .new__more .more-container .more-carousel {
  position: relative;
}

#new .new__more .more-container .more-carousel .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translate(50%, -50%);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background-color: #282D2A;
  transition: 0.3s all ease;
  cursor: pointer;
  z-index: 10;
}

#new .new__more .more-container .more-carousel .arrow path {
  stroke: #DE7941;
}

#new .new__more .more-container .more-carousel .arrow:hover {
  background-color: #DE7941;
}

#new .new__more .more-container .more-carousel .arrow:hover path {
  stroke: #282D2A;
}

#new .new__more .more-container .more-carousel .arrow--left {
  left: 1.5rem;
}

#new .new__more .more-container .more-carousel .arrow--left svg {
  transform: rotate(180deg);
}

#new .new__more .more-container .more-carousel .slick-disabled {
  opacity: 0;
  transition: 0.3s all ease;
  pointer-events: none;
}

#new .new__more .more-container .more-carousel .wrapper {
  height: 540px;
}

#new .new__more .more-container .more-carousel .wrapper .slick-list {
  padding: 0 5rem;
}

#new .new__more .more-container .more-carousel .wrapper .item {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.2);
}

#new .new__more .more-container .more-carousel .wrapper .item.no-img {
  background-color: #fff;
}

#new .new__more .more-container .more-carousel .wrapper .item.no-img::before {
  display: none;
}

#new .new__more .more-container .more-carousel .wrapper .item.no-img .bg {
  opacity: 0;
}

#new .new__more .more-container .more-carousel .wrapper .item.no-img .content .item-title {
  font-size: 35px;
  line-height: 104.5%;
  color: #282D2A;
}

#new .new__more .more-container .more-carousel .wrapper .item.no-img .content .cat {
  color: #282D2A;
}

#new .new__more .more-container .more-carousel .wrapper .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  transition: 0.3s all ease;
}

#new .new__more .more-container .more-carousel .wrapper .item .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  transition: 0.3s all ease;
  z-index: -1;
}

#new .new__more .more-container .more-carousel .wrapper .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#new .new__more .more-container .more-carousel .wrapper .item .content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
}

#new .new__more .more-container .more-carousel .wrapper .item .content .item-title {
  width: 200px;
  margin-bottom: 6px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 104.5%;
  text-align: left;
}

#new .new__more .more-container .more-carousel .wrapper .item .content .cat {
  color: #fff;
}

@media screen and (max-width: 991px) {
  #new {
    overflow: hidden;
  }

  #new .new__banner {
    padding: 8rem 2rem 2rem;
  }

  #new .new__banner .content .title {
    font-size: 50px;
  }

  #new .new__banner .content .excerpt {
    font-size: 13px;
  }

  #new .new__banner .video {
    width: 100%;
    height: 150px;
  }

  #new .new__banner .video .content span {
    display: none;
  }

  #new .new__banner img {
    height: 250px;
  }

  #new .new__main {
    flex-direction: column-reverse;
    padding: 0 2rem 2rem;
  }

  #new .new__main .aside {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  #new .new__main .aside::before {
    display: none;
  }

  #new .new__main .aside .share-list {
    margin-top: 1em;
    position: relative;
    top: unset;
    left: unset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #new .new__main .aside .share-list .share-item:not(:last-child) {
    margin-right: 1rem;
  }

  #new .new__main .main {
    width: 100%;
  }

  #new .new__main .main .content {
    font-size: 15px;
  }

  #new .new__more {
    padding-bottom: 0;
  }

  #new .new__more .more-container .title {
    padding-left: 2rem;
    font-size: 20px;
  }

  #new .new__more .more-container .more-carousel {
    position: relative;
  }

  #new .new__more .more-container .more-carousel .arrow {
    top: 50%;
    right: 1rem;
    height: 40px;
    width: 40px;
    transform: translateY(-50%) translateX(0);
  }

  #new .new__more .more-container .more-carousel .arrow--left {
    left: 1rem;
    transform: translateY(-50%);
  }

  #new .new__more .more-container .more-carousel .arrow svg {
    width: 6px;
  }

  #new .new__more .more-container .more-carousel .wrapper {
    height: 470px;
  }

  #new .new__more .more-container .more-carousel .wrapper .slick-list {
    padding: 0 2rem;
  }

  #new .new__more .more-container .more-carousel .wrapper .item {
    min-height: 470px;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.2);
  }

  #new .new__more .more-container .more-carousel .wrapper .item .content .item-title {
    font-size: 15px;
  }

  #new .new__more .more-container .more-carousel .wrapper .item .content .cat {
    color: #fff;
  }
}

#search .search__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12rem 5rem 0rem;
}

#search .search__banner span {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  text-align: center;
  letter-spacing: 0.295em;
  color: #282D2A;
  margin-bottom: 20px;
}

#search .search__banner .title {
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 81.5%;
  text-align: center;
  color: #282D2A;
}

#search .search__list .inner {
  width: 100%;
  padding: 5rem;
}

#search .search__list .inner .list-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

#search .search__list .inner .list-header .left {
  max-width: 522px;
}

#search .search__list .inner .list-header .left .count {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  color: #757F70;
  text-transform: uppercase;
}

#search .search__list .inner .list-header .right {
  display: flex;
}

#search .search__list .inner .list-header .right span {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  color: #757F70;
  text-transform: uppercase;
  margin-right: 30px;
}

#search .search__list .inner .list-header .right select {
  outline: none;
  border: none;
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
}

#search .search__list .inner .grid {
  margin-top: 30px;
  width: 100%;
}

#search .search__list .inner .grid::after {
  content: "";
  display: block;
  clear: both;
}

#search .search__list .inner .grid .item {
  border: 0.5px solid #E5E4D9;
  float: left;
  width: 33.33%;
  position: relative;
  height: 540px;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  background-color: #fff;
}

#search .search__list .inner .grid .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
  opacity: 0;
  transition: 0.3s all ease;
}

#search .search__list .inner .grid .item.is-lancamento .lancamento-selo {
  opacity: 1;
}

#search .search__list .inner .grid .item .lancamento-selo {
  position: absolute;
  right: 2%;
  top: 2%;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 176%;
  letter-spacing: 0.295em;
  color: #FFFFFF;
  padding: 0.3rem 0.5rem;
  background-color: #282D2A;
  z-index: 5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#search .search__list .inner .grid .item .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  transition: 0.3s all ease;
}

#search .search__list .inner .grid .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

#search .search__list .inner .grid .item .onlypan {
  opacity: 1;
}

#search .search__list .inner .grid .item .ambientada {
  opacity: 0;
}

#search .search__list .inner .grid .item .content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#search .search__list .inner .grid .item .content .title {
  width: 200px;
  margin-bottom: 6px;
  color: #282D2A;
  text-transform: uppercase;
}

#search .search__list .inner .grid .item .content .desc {
  color: #282D2A;
}

#search .search__list .inner .grid .item:hover::before {
  opacity: 1;
}

#search .search__list .inner .grid .item:hover .content {
  position: relative;
  z-index: 2;
}

#search .search__list .inner .grid .item:hover .content .title,
#search .search__list .inner .grid .item:hover .content .desc {
  color: #fff !important;
}

#search .search__list .inner .grid .item:hover .onlypan {
  opacity: 0;
}

#search .search__list .inner .grid .item:hover .ambientada {
  opacity: 1;
}

#resale .resale__banner {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#resale .resale__banner::before {
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

#resale .resale__banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#resale .resale__banner .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#resale .resale__banner .content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#resale .resale__banner .content .title {
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  line-height: 81.5%;
  text-align: center;
  color: #ffffff;
  max-width: 650px;
  margin-bottom: 20px;
}

#resale .resale__banner .content .next {
  position: absolute;
  left: 50%;
  bottom: 8vh;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 55px;
  width: 55px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: 0.3s all ease;
}

#resale .resale__banner .content .next:hover {
  background-color: #DE7941;
}

#resale .resale__products {
  display: flex;
  padding: 5rem;
}

#resale .resale__products .right {
  width: 50%;
}

#resale .resale__products .right img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#resale .resale__products .left {
  width: 50%;
  padding: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

#resale .resale__products .left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 90%;
  width: 1px;
  background: linear-gradient(360deg, #cecece 33.3%, #cecece 33.3%, #cecece 66.6%, #DE7941 66.6%);
}

#resale .resale__products .left .title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #282D2A;
  max-width: 95%;
  margin-bottom: 30px;
}

#resale .resale__products .left .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  margin-bottom: 50px;
}

#resale .resale__products.resale-storeb2b {
  flex-direction: row-reverse;
}

#resale .resale__values {
  padding: 0 5rem 5rem;
}

#resale .resale__values .values-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

#resale .resale__values .values-items .item {
  flex: 1;
  padding: 3rem 5rem;
  position: relative;
  min-width: 33.33%;
}

#resale .resale__values .values-items .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #cecece 33.3%, #cecece 33.3%, #cecece 66.6%, #DE7941 66.6%);
}

#resale .resale__values .values-items .item:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #cecece 33.3%, #cecece 33.3%, #cecece 66.6%, #DE7941 66.6%);
}

#resale .resale__values .values-items .item:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #cecece 33.3%, #cecece 33.3%, #cecece 66.6%, #DE7941 66.6%);
}

#resale .resale__values .values-items .item .item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 104.5%;
  color: #282D2A;
  max-width: 65%;
  margin-bottom: 20px;
}

#resale .resale__values .values-items .item .item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  max-width: 100%;
}

#resale .resale__contact {
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#resale .resale__contact .form_alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8%;
  color: #FFF;
  background-color: green;
  text-align: center;
  padding: 30px;
  z-index: 1000;
}

#resale .resale__contact .inner {
  max-width: 615px;
}

#resale .resale__contact .inner .title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 104%;
  text-align: center;
  text-transform: lowercase;
  color: #282D2A;
  margin-bottom: 20px;
  font-family: "Larken-Regular";
}

#resale .resale__contact .inner .title strong {
  font-weight: bold;
}

#resale .resale__contact .inner .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  text-align: center;
  color: #282D2A;
  margin-bottom: 45px;
}

#resale .resale__contact .inner .desc a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

#resale .resale__contact .inner .desc a:hover {
  color: #DE7941;
}

#resale .resale__contact .inner .form-container form .section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 104.5%;
  color: #282D2A;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
  margin: 30px 0;
}

#resale .resale__contact .inner .form-container form .row {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

#resale .resale__contact .inner .form-container form .row .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

#resale .resale__contact .inner .form-container form .row .col label {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  margin-bottom: 6px;
}

#resale .resale__contact .inner .form-container form .row .col input {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  border: none;
  background-color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  outline: none;
  padding: 0 1rem;
  font-family: "Work Sans", sans-serif;
}

#resale .resale__contact .inner .form-container form .row .col .first {
  margin-right: 20px;
}

#resale .resale__contact .inner .form-container form .row--privacy .col {
  width: auto;
}

#resale .resale__contact .inner .form-container form .row--privacy .col input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -999999;
}

#resale .resale__contact .inner .form-container form .row--privacy .col input[type=checkbox]:checked + .custom-checkbox::after {
  display: block;
}

#resale .resale__contact .inner .form-container form .row--privacy .col .custom-checkbox {
  transform: translateY(5px);
  width: 15px;
  height: 15px;
  border: 1.5px solid #282d2a;
  position: relative;
}

#resale .resale__contact .inner .form-container form .row--privacy .col .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #DE7941;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#resale .resale__contact .inner .form-container form .row--privacy .col .privacy-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 176%;
  color: #282D2A;
  margin-left: 20px;
  max-width: 80%;
}

#resale .resale__contact .inner .form-container form .row--privacy .col .privacy-text a {
  font-weight: bold;
  color: #282D2A;
}

#resale .resale__contact .inner .form-container form .row--button {
  justify-content: center;
}

#resale .resale__contact .inner .form-container form .row--button button {
  cursor: pointer;
  border: none;
  outline: none;
}

@media screen and (max-width: 991px) {
  #resale {
    overflow: hidden;
  }

  #resale .resale__banner .content .title {
    font-size: 50px;
    line-height: 90.5%;
    padding: 0 1rem;
  }

  #resale .resale__products {
    flex-direction: column;
    padding: 2rem;
  }

  #resale .resale__products .right {
    width: 100%;
  }

  #resale .resale__products .left {
    width: 100%;
    padding: 2rem;
  }

  #resale .resale__products .left .title {
    font-size: 20px;
  }

  #resale .resale__products .left .desc {
    font-size: 13px;
  }

  #resale .resale__products.resale-storeb2b {
    flex-direction: column;
  }

  #resale .resale__values {
    padding: 2rem;
  }

  #resale .resale__values .values-items {
    flex-direction: column;
  }

  #resale .resale__values .values-items .item {
    padding: 0rem 0 2rem 0;
  }

  #resale .resale__values .values-items .item::before {
    display: none;
  }

  #resale .resale__values .values-items .item:last-child::before {
    display: none;
  }

  #resale .resale__values .values-items .item:last-child::after {
    display: none;
  }

  #resale .resale__values .values-items .item .item-title {
    font-size: 20px;
  }

  #resale .resale__values .values-items .item .item-desc {
    font-size: 13px;
  }

  #resale .resale__chefs .item,
  #resale .resale__chefs .wrapper {
    height: 414px !important;
  }

  #resale .resale__contact {
    padding: 5rem 2rem 2rem;
  }

  #resale .resale__contact .inner {
    max-width: 100%;
  }

  #resale .resale__contact .inner .title {
    font-size: 20px;
  }

  #resale .resale__contact .inner .desc {
    font-size: 13px;
  }

  #resale .resale__contact .inner .form-container form .row {
    flex-direction: column;
    margin-bottom: 0;
  }

  #resale .resale__contact .inner .form-container form .row .col {
    margin-bottom: 20px;
  }

  #resale .resale__contact .inner .form-container form .row .col .first {
    margin-right: 0;
  }

  #resale .resale__contact .inner .form-container form .row--privacy {
    flex-direction: row;
  }
}

#contact .form-container .form_alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8%;
  color: #FFF;
  background-color: green;
  text-align: center;
  padding: 30px;
  z-index: 1000;
}

#contact .form-container div .section-title,
#contact .form-container form .section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 104.5%;
  color: #282D2A;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
  margin: 30px 0;
}

#contact .form-container div .section-title:first-child,
#contact .form-container form .section-title:first-child {
  margin-top: 0;
}

#contact .form-container div .row,
#contact .form-container form .row {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

#contact .form-container div .row .state,
#contact .form-container form .row .state {
  width: 110px !important;
}

#contact .form-container div .row .col,
#contact .form-container form .row .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

#contact .form-container div .row .col label,
#contact .form-container form .row .col label {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  margin-bottom: 6px;
}

#contact .form-container div .row .col input,
#contact .form-container div .row .col select,
#contact .form-container div .row .col textarea,
#contact .form-container form .row .col input,
#contact .form-container form .row .col select,
#contact .form-container form .row .col textarea {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  border: none;
  background-color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  outline: none;
  padding: 0 1rem;
  font-family: "Work Sans", sans-serif;
  resize: none;
}

#contact .form-container div .row .col textarea,
#contact .form-container form .row .col textarea {
  height: 150px;
  padding-top: 1rem;
}

#contact .form-container div .row .col .first,
#contact .form-container form .row .col .first {
  margin-right: 20px;
}

#contact .form-container div .row--privacy .col,
#contact .form-container form .row--privacy .col {
  width: auto;
}

#contact .form-container div .row--privacy .col input[type=checkbox],
#contact .form-container form .row--privacy .col input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -999999;
}

#contact .form-container div .row--privacy .col input[type=checkbox]:checked + .custom-checkbox::after,
#contact .form-container form .row--privacy .col input[type=checkbox]:checked + .custom-checkbox::after {
  display: block;
}

#contact .form-container div .row--privacy .col .custom-checkbox,
#contact .form-container form .row--privacy .col .custom-checkbox {
  transform: translateY(5px);
  width: 15px;
  height: 15px;
  border: 1.5px solid #282d2a;
  position: relative;
}

#contact .form-container div .row--privacy .col .custom-checkbox::after,
#contact .form-container form .row--privacy .col .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #DE7941;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#contact .form-container div .row--privacy .col .privacy-text,
#contact .form-container form .row--privacy .col .privacy-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 176%;
  color: #282D2A;
  margin-left: 20px;
  max-width: 80%;
}

#contact .form-container div .row--privacy .col .privacy-text a,
#contact .form-container form .row--privacy .col .privacy-text a {
  font-weight: bold;
  color: #282D2A;
}

#contact .form-container div .row--button button,
#contact .form-container form .row--button button {
  cursor: pointer;
  border: none;
  outline: none;
}

#contact .form-container--black form .section-title {
  color: #DE7941;
}

#contact .form-container--black form .row .col label {
  color: #fff;
}

#contact .form-container--black form .row--privacy .col .custom-checkbox {
  border-color: #fff;
}

#contact .form-container--black form .row--privacy .col .privacy-text,
#contact .form-container--black form .row--privacy .col a {
  color: #fff !important;
}

#contact .form-container--black form .row .btn:hover {
  border: 2px solid #DE7941;
}

#contact .form-container--black form .row--file .col input[type=file] {
  position: absolute;
  z-index: -999999;
  opacity: 0;
  pointer-events: none;
}

#contact .form-container--black form .row--file .col .custom-upload-container {
  background-color: #fff;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
}

#contact .form-container--black form .row--file .col .custom-upload-container .custom-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: none;
  outline: none;
  background-color: transparent;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

#contact .form-container--black form .row--file .col .custom-upload-container .custom-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #757F70;
  padding-left: 1rem;
}

#contact .contact__tabs {
  border-top: 1px solid #C4C4C4;
  margin-top: 10rem;
}

#contact .contact__tabs .tab-list {
  padding: 3rem 5rem;
  display: flex;
  align-items: center;
}

#contact .contact__tabs .tab-list li {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 104.5%;
  display: flex;
  align-items: flex-end;
  color: #757F70;
  position: relative;
  cursor: pointer;
  transition: 0.3s all ease;
}

#contact .contact__tabs .tab-list li:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #DE7941;
  opacity: 0;
  transition: 0.3s all ease;
}

#contact .contact__tabs .tab-list li.active,
#contact .contact__tabs .tab-list li:hover {
  color: #282D2A;
}

#contact .contact__tabs .tab-list li.active::after,
#contact .contact__tabs .tab-list li:hover::after {
  opacity: 1;
}

#contact .contact__tabs .tab-list li:not(:last-child) {
  margin-right: 45px;
}

#contact .contact__talk {
  padding: 2rem 5rem 5rem;
  display: flex;
  align-items: flex-start;
}

#contact .contact__talk .left {
  width: 50%;
  padding-left: 5rem;
  position: relative;
}

#contact .contact__talk .left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(360deg, #cecece 33.3%, #cecece 33.3%, #cecece 66.6%, #DE7941 66.6%);
}

#contact .contact__talk .left .left-row .title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 104.5%;
  display: flex;
  align-items: flex-end;
  color: #282D2A;
  margin-bottom: 20px;
}

#contact .contact__talk .left .left-row .title--small {
  font-size: 24px;
}

#contact .contact__talk .left .left-row .text,
#contact .contact__talk .left .left-row ul {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #282D2A;
  max-width: 350px;
  margin-bottom: 50px;
  font-family: "Work Sans", sans-serif;
}

#contact .contact__talk .left .left-row .text li a,
#contact .contact__talk .left .left-row ul li a {
  text-decoration: none;
  color: inherit;
}

#contact .contact__talk .left .left-row .btn {
  color: #DE7941;
}

#contact .contact__talk .left .left-row .btn:hover {
  color: #fff !important;
}

#contact .contact__talk .right {
  width: 50%;
}

#contact .contact__work {
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#contact .contact__work .left {
  width: 46%;
  height: 500px;
  overflow: hidden;
}

#contact .contact__work .left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-25%);
  -o-object-position: center;
     object-position: center;
}

#contact .contact__work .right {
  width: 46%;
  height: 500px;
  background: #282D2A;
  padding: 5rem 8rem 5rem 5rem;
}

#contact .contact__work .right .title {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 104%;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

#contact .contact__work .right .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  color: #FFFFFF;
  margin-bottom: 50px;
}

#contact .contact__map #map {
  height: 100vh;
}

#contact .contact__map #map .address {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 176%;
  text-align: center;
  color: #282D2A;
  padding: 3rem;
  text-align: center;
  max-width: 400px;
}

@media screen and (max-width: 991px) {
  #contact {
    overflow: hidden;
  }

  #contact .form-container form .row {
    flex-direction: column;
    margin-bottom: 0;
  }

  #contact .form-container form .row .state {
    width: 100% !important;
  }

  #contact .form-container form .row .col {
    margin-bottom: 1rem;
  }

  #contact .form-container form .row .col .first {
    width: 100%;
  }

  #contact .form-container form .row--privacy {
    flex-direction: row;
  }

  #contact .contact__tabs {
    border-top: 1px solid #C4C4C4;
    margin-top: 8rem;
  }

  #contact .contact__tabs .tab-list {
    padding: 2rem;
  }

  #contact .contact__tabs .tab-list li {
    font-size: 13px;
  }

  #contact .contact__talk {
    padding: 2rem;
    flex-direction: column;
  }

  #contact .contact__talk .left {
    width: 100%;
    padding-left: 2rem;
    position: relative;
  }

  #contact .contact__talk .left .left-row .title {
    font-size: 20px;
  }

  #contact .contact__talk .left .left-row .title--small {
    font-size: 16px;
  }

  #contact .contact__talk .left .left-row .text,
  #contact .contact__talk .left .left-row ul {
    font-size: 13px;
  }

  #contact .contact__talk .right {
    margin-top: 2rem;
    width: 100%;
  }

  #contact .contact__work {
    flex-direction: column;
  }

  #contact .contact__work .right {
    width: 100%;
    padding: 2rem;
  }

  #contact .contact__work .right .title {
    font-size: 20px;
  }

  #contact .contact__work .right .desc {
    font-size: 13px;
  }

  #contact .contact__work .left {
    width: 100%;
    height: 350px;
  }

  #contact .contact__map #map {
    height: 100vh;
  }

  #contact .contact__map #map .address {
    font-size: 13px;
  }
}

.main-container .section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-container .section .content {
  color: #fff;
  font-size: 50px;
}

.main-container .slick-container {
  position: relative;
}

.main-container .slick-container .sliderNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}

.main-container .slick-container .sliderNav__prev {
  left: 0;
}

.main-container .slick-container .sliderNav__next {
  right: 0;
}

.main-container .slick-container .slick-carousel {
  height: 100vh;
}

.main-container .slick-container .slick-carousel .slick-item {
  background-color: grey;
  height: 100vh;
}

.main-container .check-viewport {
  height: 100vh;
  background-color: red;
}

.main-container .mascaras {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-container .mascaras input {
  margin-bottom: 20px;
}

/* ============= COMPONENTES ============= */

.btn {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #282D2A;
  display: flex;
  align-items: center;
  border-radius: 200px;
  padding: 1.26rem 1.3rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s all ease;
}

.btn svg {
  margin-left: 35px;
  transition: 0.3s all ease;
}

.btn--main {
  background-color: #DE7941;
}

.btn--main:hover {
  background-color: #282D2A;
  color: #fff !important;
}

.btn--main:hover svg path {
  stroke: #fff;
}

.btn--secondary {
  background-color: #282D2A;
  color: #fff;
}

.btn--secondary:hover {
  background-color: #DE7941;
}

.btn--secondary:hover svg path {
  stroke: #fff;
}

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

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ============= FONTS ============= */

@font-face {
  font-family: "Buffalo-Regular";
  src: url("/fonts/Buffalo-Regular.eot");
  src: url("/fonts/Buffalo-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Buffalo-Regular.svg#Buffalo-Regular") format("svg"), url("/fonts/Buffalo-Regular.ttf") format("truetype"), url("/fonts/Buffalo-Regular.woff") format("woff"), url("/fonts/Buffalo-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.whatsapp {
  position: fixed;
  top: 93%;
  right: 18px;
  z-index: 999;
}

.whatsapp .container {
  display: inline-flex;
  align-items: center;
  background-color: #2db917;
  color: white;
  border-radius: 30px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 550;
  text-decoration: none;
  height: 35px;
}

.whatsapp .container svg {
  width: 33px;
  height: 33px;
  margin-left: 6px;
}

.whatsapp .container span {
  margin-right: 11px;
}

.whatsapp .container:hover {
  background-color: #1b830d;
}

