@charset "UTF-8";
.soft-transition {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.background-lazy {
  background: linear-gradient(92.28deg,#D6F0FF 10.82%,#EDD6FF 35.84%,#D6DAFF 69.74%,#D6FFD6 93.9%) !important;
  background-image: none !important;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
br {
  clear: both;
}
input,
textarea,
select {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container-fluid {
  padding: 0;
}
.container {
  max-width: 1240px;
}
.title-header {
  align-items: center;
  display: flex;
  margin-bottom: 45px;
}
.title-header .icon {
  margin-right: 15px;
  height: 25px;
  color: #AAAAAA;
}
.title-header .title {
  color: #AAAAAA;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.title-header .title {
  text-transform: uppercase;
}
.geral-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  margin-bottom: 30px;
}
.geral-role {
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: #CA9AB6;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.geral-subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #1A1A1A;
  margin-bottom: 10px;
}
.geral-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #767676;
  font-family: 'Raleway';
}
.geral-text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #767676;
  font-family: 'Raleway';
}
.geral-btn {
  align-items: center;
  border: none;
  background: #000;
  border-radius: 10px;
  border: 1px solid #000;
  color: #fff;
  display: flex;
  height: unset;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 15px 40px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: auto;
}
.geral-btn:hover,
.geral-btn:active,
.geral-btn:focus {
  outline: 0;
  color: #000;
  background: #fff;
  box-shadow: none;
  text-decoration: none;
}
.part-side-content {
  position: relative;
}
.part-side-content .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40%;
  min-height: 450px;
}
.part-side-content .part-side-image {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  filter: grayscale(100%);
}
#page-top {
  height: 170px;
  margin-top: 195px;
  margin-bottom: 60px;
  width: 100%;
}
#top {
  background: #fff;
  box-shadow: rgba(0,0,0,0);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#top .shadowed {
  box-shadow: rgba(0,0,0,0.2);
}
#top .menu-desktop {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#top .menu-desktop .container {
  padding: 20px 15px;
}
#top .menu-desktop .container:last-child {
  padding: 35px 15px;
}
#top .menu-desktop .header-sub-itens {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#top .menu-desktop .header-sub-itens .header-sub-item {
  align-items: center;
  display: flex;
  width: 100%;
}
#top .menu-desktop .header-sub-itens .header-sub-item ul {
  align-items: center;
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
#top .menu-desktop .header-sub-itens .header-sub-item ul li {
  margin-right: 50px;
}
#top .menu-desktop .header-sub-itens .header-sub-item ul li:last-child {
  margin-right: 0;
}
#top .menu-desktop .header-sub-itens .header-sub-item .header-link {
  align-items: center;
  display: flex;
  margin-right: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #767676;
  font-family: 'Raleway';
}
#top .menu-desktop .header-sub-itens .header-sub-item .header-link .iconify {
  color: #DDDDDD;
  font-size: 17px;
  margin-right: 7px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#top .menu-desktop .header-sub-itens .header-sub-item .header-link:last-child {
  margin-right: 0;
}
#top .menu-desktop .header-sub-itens .header-sub-item .header-link:hover {
  color: #CA9AB6;
}
#top .menu-desktop .header-sub-itens .header-sub-item .header-link:hover .iconify {
  color: #CA9AB6;
}
#top .menu-desktop .header-sub-itens .header-sub-item .header-link.active {
  font-weight: bold;
}
#top .menu-desktop .header-sub-itens .header-sub-item:nth-child(2) {
  justify-content: center;
}
#top .menu-desktop .header-sub-itens .header-sub-item:nth-child(3) {
  justify-content: flex-end;
}
#top .menu-desktop .header-sub-itens .search-products {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
#top .menu-desktop .header-sub-itens .search-products input {
  border: none;
  background: none;
  border-bottom: 1px solid #DDDDDD;
  width: 0%;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #767676;
  font-family: 'Raleway';
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#top .menu-desktop .header-sub-itens .search-products input:active,
#top .menu-desktop .header-sub-itens .search-products input:focus {
  width: 100%;
}
#top .menu-desktop .header-sub-itens .search-products button {
  background: none;
  border: none;
}
#top .menu-desktop .header-sub-itens .search-products button:active,
#top .menu-desktop .header-sub-itens .search-products button:focus {
  outline: 0;
}
#top .menu-desktop .header-sub-itens .search-products:hover input,
#top .menu-desktop .header-sub-itens .search-products:active input,
#top .menu-desktop .header-sub-itens .search-products:focus input {
  width: 100%;
}
#top .menu-desktop .header-sub-itens.small-item .header-link {
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  color: #767676;
  font-family: 'Raleway';
}
#top .menu-desktop .header-sub-itens.small-item .header-link .iconify {
  font-size: 15px;
}
#top .menu-desktop .header-line {
  background: #DDDDDD;
  height: 1px;
  width: 100%;
}
#top #menu-mobile {
  display: none;
  background: #fff;
  position: relative;
  padding: 30px 0;
  position: fixed;
  width: 100vw;
  z-index: 9999;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#top #menu-mobile .container {
  display: flex;
  align-items: center;
}
#top #menu-mobile .menuToggle {
  margin-left: auto;
  margin-top: 0;
  position: relative;
  user-select: none;
  z-index: 10;
  -webkit-user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
#top #menu-mobile .menuToggle .menu-checkbox {
  cursor: pointer;
  height: 40px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 40px;
  z-index: 2;
  -webkit-touch-callout: none;
}
#top #menu-mobile .menuToggle .span-menu {
  background: #000;
  display: block;
  height: 2px;
  margin-bottom: 7px;
  position: relative;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
  width: 30px;
  z-index: 1;
}
#top #menu-mobile .menuToggle .span-menu:first-child {
  transform-origin: 0% 0%;
}
#top #menu-mobile .menuToggle .span-menu:nth-last-child(2) {
  transform-origin: 0% 100%;
  margin-bottom: 0;
}
#top #menu-mobile .menu-cel {
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  height: 90%;
  list-style: none;
  padding: 40px 60px 120px;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 115px;
  transform-origin: 0% 0%;
  transform: translate(100%,0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
#top #menu-mobile .menu-cel li {
  margin-bottom: 20px;
}
#top #menu-mobile .menu-cel li:last-child {
  margin-bottom: 0;
}
#top #menu-mobile .header-link {
  align-items: center;
  display: flex;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #767676;
  font-family: 'Raleway';
}
#top #menu-mobile .header-link:hover {
  color: #CA9AB6;
}
#top #menu-mobile .header-link.active {
  font-weight: bold;
}
#top #menu-mobile .footer {
  margin-top: auto;
}
#top #menu-mobile .footer .social-medias {
  align-items: center;
  display: flex;
}
#top #menu-mobile .footer .social-medias a {
  margin-bottom: 0;
  margin-right: 15px;
}
#top #menu-mobile .footer .social-medias a svg {
  font-size: 20px;
}
#top #menu-mobile .footer .social-medias a:last-child {
  margin-right: 0;
}
#top #menu-mobile .search {
  background: #FFFFFF;
  box-shadow: 0px 4px 100px rgba(0,0,0,0.1);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 40px;
}
#top #menu-mobile .search-products {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
#top #menu-mobile .search-products input {
  border: none;
  background: none;
  border-bottom: none;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #767676;
  font-family: 'Raleway';
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#top #menu-mobile .search-products button {
  background: none;
  border: none;
}
#top #menu-mobile .search-products button:active,
#top #menu-mobile .search-products button:focus {
  outline: 0;
}
#top .sub-menu {
  position: relative;
}
#top .sub-menu .header-link {
  margin-right: 0 !important;
}
#top .sub-menu .iconify {
  margin-right: 0 !important;
  margin-left: 5px;
}
#top .sub-menu ul.sub-menu-dropdown {
  background: #fff;
  bottom: -120px;
  box-shadow: 0px 0px 64px rgba(0,0,0,0.1);
  border-radius: 0 10px 10px 10px;
  display: grid !important;
  padding: 25px !important;
  opacity: 0;
  visibility: hidden;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 10px;
  position: absolute;
  left: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#top .sub-menu:hover .iconify,
#top .sub-menu:focus .iconify,
#top .sub-menu:active .iconify {
  transform: rotate(90deg);
}
#top .sub-menu:hover .sub-menu-dropdown,
#top .sub-menu:focus .sub-menu-dropdown,
#top .sub-menu:active .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
}
#banner {
  padding-top: 195px;
  height: 100vh;
}
#banner .swiper-container {
  height: 100%;
  position: relative;
}
#banner .swiper-container .swiper-slide {
  background-blend-mode: multiply;
  height: 100%;
  position: relative;
  width: 100%;
}
#banner .swiper-container .swiper-slide .lines {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#banner .swiper-container .swiper-slide .container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  padding-bottom: 180px;
  position: relative;
}
#banner .swiper-container .swiper-slide .container h3 {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
#banner .swiper-container .swiper-slide .container h2 {
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  margin: 0 0 40px;
}
#banner .swiper-container .swiper-slide .container a {
  align-items: center;
  border: none;
  background: #fff;
  border-radius: 10px;
  color: #000;
  display: flex;
  height: unset;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 15px 40px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: inset 0 0 0 0px #000;
}
#banner .swiper-container .swiper-slide .container a:hover,
#banner .swiper-container .swiper-slide .container a:active,
#banner .swiper-container .swiper-slide .container a:focus {
  outline: 0;
  color: #fff;
  background: #000;
  box-shadow: none;
  text-decoration: none;
}
#banner .swiper-container .swiper-slide .container a:hover,
#banner .swiper-container .swiper-slide .container a:active,
#banner .swiper-container .swiper-slide .container a:focus {
  box-shadow: inset 0 0 0 2px #000;
  background: #fff;
  color: #000;
}
#banner .swiper-container:after {
  background: linear-gradient(270deg,#EDD6FF 0%,#D6DAFF 100%);
  bottom: 0;
  content: '';
  left: 0;
  height: 5px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
#banner .banner-pagination {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 110px;
}
#banner .banner-pagination .container {
  position: unset;
  text-align: left;
}
#banner .banner-pagination .container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #fff;
  opacity: 1;
  margin-right: 5px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#banner .banner-pagination .container .swiper-pagination-bullet:hover,
#banner .banner-pagination .container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}
#featured-products {
  min-height: 385px;
}
#featured-products .container {
  position: relative;
}
#featured-products .container .list-featured-products {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
  top: -50px;
  z-index: 10;
}
#featured-products .container .list-featured-products .item {
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 64px rgba(0,0,0,0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 90px 40px 70px;
  position: relative;
}
#featured-products .container .list-featured-products .item .content {
  align-items: center;
  display: flex;
  position: relative;
}
#featured-products .container .list-featured-products .item img {
  height: 110px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#featured-products .container .list-featured-products .item .text {
  margin-left: 15px;
}
#featured-products .container .list-featured-products .item:nth-child(2):after {
  background: #EDD6FF;
}
#featured-products .container .list-featured-products .item:before {
  bottom: 15%;
  background: #FAFAFA;
  border-radius: 99999px;
  content: '';
  left: 15%;
  height: 70%;
  position: absolute;
  width: 70%;
}
#featured-products .container .list-featured-products .item:after {
  bottom: 0;
  background: #D6DAFF;
  border-radius: 0px 0px 10px 10px;
  content: '';
  left: 0;
  height: 5px;
  position: absolute;
  width: 100%;
}
#advantages {
  background: #FFFFFF;
  box-shadow: 0px 0px 154px rgba(0,0,0,0.05);
  padding: 90px 0;
  margin: 70px 0;
}
#advantages .advantage-items {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 140px;
}
#advantages .advantage-items .item {
  text-align: center;
}
#advantages .advantage-items .item img {
  margin-bottom: 20px;
}
#advantages .advantage-items .item p {
  color: #000;
}
#products {
  padding-bottom: 110px;
}
#products .product-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 50px;
  padding: 10px 0 70px;
}
#products .product-list .product-item .product-body {
  background: transparent;
  box-shadow: 0px 0px 34px rgba(0,0,0,0);
  border-radius: 10px;
  padding: 15px 15px 40px;
  margin-bottom: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#products .product-list .product-item .product-body .iconify {
  color: #CA9AB6;
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
  margin-left: auto;
}
#products .product-list .product-item .product-body .product-image {
  height: 240px;
  position: relative;
  width: 100%;
}
#products .product-list .product-item .product-body .product-image .background {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#products .product-list .product-item .product-body .product-image:after {
  border-radius: 9999px;
  content: '';
  left: 10%;
  height: 180px;
  position: absolute;
  top: 10%;
  width: 180px;
}
#products .product-list .product-item .product-body .product-image:nth-child(odd):after {
  background: #EDD6FF;
}
#products .product-list .product-item h3 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#products .product-list .product-item .product-infos {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#products .product-list .product-item .product-infos p {
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  color: #BCBCBC;
  font-family: 'Raleway';
  margin-bottom: 0;
}
#products .product-list .product-item .product-infos .stars {
  align-items: center;
  display: flex;
}
#products .product-list .product-item .product-infos .stars .iconify {
  font-size: 14px;
  color: #CA9AB6;
  margin-right: 2px;
}
#products .product-list .product-item .product-infos .stars .iconify:last-child {
  margin-right: 0;
}
#products .product-list .product-item .product-infos .stars .iconify.disabled {
  color: #BCBCBC;
}
#products .product-list .product-item:hover .product-body {
  background: #FFFFFF;
  box-shadow: 0px 0px 34px rgba(0,0,0,0.08);
}
#products .product-list .product-item:hover h3 {
  color: #CA9AB6;
}
#products #pagination .paginationjs {
  font-family: 'Raleway';
}
#products #pagination .paginationjs-pages ul {
  display: flex;
  justify-content: center;
}
#products #pagination .paginationjs-pages ul li {
  border-radius: 0 !important;
  border: none !important;
  margin-right: 10px;
}
#products #pagination .paginationjs-pages ul li:last-child {
  margin-right: 0px;
}
#products #pagination .paginationjs-pages ul li.active a {
  align-items: center;
  border: none;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #000;
  display: flex;
  height: unset;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  padding: 19px 16px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 14px rgba(0,0,0,0.2);
}
#products #pagination .paginationjs-pages ul li.active a:hover,
#products #pagination .paginationjs-pages ul li.active a:active,
#products #pagination .paginationjs-pages ul li.active a:focus {
  outline: 0;
  color: #fff;
  background: #000;
  box-shadow: none;
  text-decoration: none;
}
#products #pagination .paginationjs-pages ul li.active a:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
#products #pagination .paginationjs-pages ul li a {
  align-items: center;
  border: none;
  background: #000;
  border-radius: 10px;
  border: 1px solid #000;
  color: #fff;
  display: flex;
  height: unset;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  padding: 19px 16px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 14px rgba(0,0,0,0);
}
#products #pagination .paginationjs-pages ul li a:hover,
#products #pagination .paginationjs-pages ul li a:active,
#products #pagination .paginationjs-pages ul li a:focus {
  outline: 0;
  color: #000;
  background: #fff;
  box-shadow: none;
  text-decoration: none;
}
#contact {
  position: relative;
  padding: 90px 0 80px;
}
#contact #contato {
  position: absolute;
  top: -190px;
  left: 0;
}
#contact .container {
  align-items: center;
  display: flex;
}
#contact .container .content {
  width: 40%;
}
#contact .container .custom-form-group {
  margin-bottom: 20px;
}
#contact .container label {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  font-family: 'Raleway';
  display: block;
  margin-bottom: 10px;
}
#contact .container input[type="text"] {
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  font-family: 'Raleway';
}
#contact .container input[type="text"]:focus,
#contact .container input[type="text"]:hover,
#contact .container input[type="text"]:active {
  outline: 0;
  box-shadow: 0;
  border: none;
  border-bottom: 1px solid #000;
}
#contact iframe {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 52%;
  filter: grayscale(100%);
  border: 0;
}
#bottom {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0,0,0,0.05);
}
#bottom .footer-sub-itens {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 50px;
}
#bottom .footer-sub-itens .footer-sub-item {
  align-items: center;
  display: flex;
}
#bottom .footer-sub-itens .footer-sub-item ul {
  align-items: center;
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
#bottom .footer-sub-itens .footer-sub-item ul li {
  margin-right: 35px;
}
#bottom .footer-sub-itens .footer-sub-item ul li:last-child {
  margin-right: 0;
}
#bottom .footer-sub-itens .footer-sub-item .footer-link {
  align-items: center;
  display: flex;
  margin-right: 60px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #767676;
  font-family: 'Raleway';
}
#bottom .footer-sub-itens .footer-sub-item .footer-link .iconify {
  color: #DDDDDD;
  font-size: 17px;
  margin-right: 7px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#bottom .footer-sub-itens .footer-sub-item .footer-link:last-child {
  margin-right: 0;
}
#bottom .footer-sub-itens .footer-sub-item .footer-link:hover {
  color: #CA9AB6;
}
#bottom .footer-sub-itens .footer-sub-item .footer-link:hover .iconify {
  color: #CA9AB6;
}
#bottom .footer-sub-itens .footer-sub-item .footer-link.active {
  font-weight: bold;
}
#bottom .footer-sub-itens .footer-sub-item:nth-child(2) {
  justify-content: center;
}
#bottom .footer-sub-itens .footer-sub-item:nth-child(3) {
  justify-content: flex-end;
}
#bottom .footer-sub-itens .small-item .footer-link {
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
  color: #767676;
  font-family: 'Raleway';
}
#bottom .footer-sub-itens .small-item .footer-link .iconify {
  font-size: 15px;
}
#bottom .footer-sub-itens .less-margin .footer-link {
  margin-right: 20px;
}
#bottom .footer-sub-itens:first-child {
  padding: 35px 0;
}
#bottom .footer-line {
  background: #DDDDDD;
  height: 1px;
  width: 100%;
}
.empty-products {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 30vh;
}
.empty-products img {
  margin-bottom: 20px;
}
#about .title-mobile {
  display: none;
}
#about .title-mobile h1 {
  margin-bottom: 0;
}
#about-second-part {
  margin-bottom: 90px;
}
#about-photos {
  margin-bottom: 90px;
}
#about-photos .container {
  margin-bottom: 60px;
}
#about-photos .swiper-container {
  padding-left: 350px;
  padding-right: 350px;
}
#about-photos .swiper-container .swiper-slide {
  height: 650px;
  position: relative;
}
#about-photos .swiper-container .swiper-slide .button-fancybox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#products-header h1 {
  margin-bottom: 40px;
}
#products-header .intro {
  margin-bottom: 40px;
}
#products-header .promocional-banner {
  background-blend-mode: multiply;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 70px 150px;
  border-radius: 20px;
}
#products-header .promocional-banner .lines {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#products-header .promocional-banner .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 50%;
}
#products-header .promocional-banner .content h3 {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#products-header .promocional-banner .content h2 {
  color: #000;
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 20px;
}
#products-header .promocional-banner .content a {
  align-items: center;
  border: none;
  background: #000;
  border-radius: 10px;
  border: 1px solid #000;
  color: #fff;
  display: flex;
  height: unset;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 15px 40px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#products-header .promocional-banner .content a:hover,
#products-header .promocional-banner .content a:active,
#products-header .promocional-banner .content a:focus {
  outline: 0;
  color: #000;
  background: #fff;
  box-shadow: none;
  text-decoration: none;
}
#products-header .category-div {
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  padding: 50px 0;
  margin-bottom: 50px;
}
#products-header .swiper-slide .product-category:not(.active) {
  align-items: center;
  border: none;
  background: #000;
  border-radius: 10px;
  border: 1px solid #000;
  color: #fff;
  display: flex;
  height: unset;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 15px 40px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 100%;
  justify-content: center;
}
#products-header .swiper-slide .product-category:not(.active):hover,
#products-header .swiper-slide .product-category:not(.active):active,
#products-header .swiper-slide .product-category:not(.active):focus {
  outline: 0;
  color: #000;
  background: #fff;
  box-shadow: none;
  text-decoration: none;
}
#products-header .swiper-slide .product-category.active {
  align-items: center;
  border: none;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  display: flex;
  height: unset;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  padding: 15px 40px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 100%;
  justify-content: center;
}
#products-header .swiper-slide .product-category.active:hover,
#products-header .swiper-slide .product-category.active:active,
#products-header .swiper-slide .product-category.active:focus {
  outline: 0;
  color: #fff;
  background: #000;
  box-shadow: none;
  text-decoration: none;
}
#product-details {
  margin-bottom: 70px;
}
#product-details .back-button {
  margin-bottom: 40px;
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#product-details .back-button:hover {
  color: #767676;
}
#product-details .content {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 60px;
}
#product-details .content .product-picture {
  box-shadow: 0px 0px 34px rgba(0,0,0,0.08);
  border-radius: 10px;
  display: flex;
  min-height: 380px;
  height: 100%;
  padding: 30px;
  position: relative;
}
#product-details .content .product-picture .picture {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
#product-details .content .product-picture .background {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
#product-details .content .product-picture .background .circle {
  border-radius: 9999px;
  height: 230px;
  width: 230px;
}
#product-details .content .line-text {
  margin-bottom: 15px;
}
#product-details .content .line-text b {
  color: #000;
}
#product-details .content .line-text:last-child {
  margin-bottom: 0;
}
#distributors {
  margin-bottom: 80px;
}
#distributors .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
#distributors .header h2 {
  margin-bottom: 0;
}
#distributors .header .filters {
  align-items: center;
  display: flex;
}
#distributors .header .filters .cs-select {
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0,0,0,0.1);
  border-radius: 12px;
  color: #767676;
  padding: 10px 15px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#distributors .header .filters .cs-select span::after {
  content: '';
  background: url('https://api.iconify.design/akar-icons:chevron-down.svg') no-repeat center center / contain;
  height: 10px;
  width: 10px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#distributors .header .filters .cs-select:not(:last-child) {
  margin-right: 15px;
}
#distributors .header .filters .cs-select .cs-options {
  left: 0;
  box-shadow: 0px 4px 14px rgba(0,0,0,0.1);
}
#distributors .header .filters .cs-select ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
#distributors .header .filters .cs-select .cs-placeholder {
  padding-bottom: 0;
}
#distributors .header .filters .cs-select:hover {
  color: #000;
}
#distributors .distributors-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 45px;
}
#distributors .distributors-list .distributor .content-desktop {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 10px;
}
#distributors .distributors-list .distributor .mobile-text {
  display: none;
}
#distributors .distributors-list .distributor .picture {
  border-radius: 9999px;
  height: 125px;
  width: 125px;
}
#distributors .distributors-list .distributor .picture.no-name {
  background-color: #D6DAFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #000000;
}
#distributors .distributors-list .empty-products {
  grid-column: span 2;
}
#distributor-form {
  padding: 50px 0 90px;
}
#distributor-form h2 {
  margin-bottom: 60px;
}
#distributor-form .input-group {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 30px;
}
#distributor-form .input-group:nth-child(4) {
  grid-template-columns: repeat(1,1fr);
}
#distributor-form .custom-form-group.disabled {
  background: #efefef;
}
#distributor-form label {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  font-family: 'Raleway';
  display: block;
  margin-bottom: 10px;
}
#distributor-form input[type="text"],
#distributor-form input[type="email"] {
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  font-family: 'Raleway';
}
#distributor-form input[type="text"]:focus,
#distributor-form input[type="text"]:hover,
#distributor-form input[type="text"]:active,
#distributor-form input[type="email"]:focus,
#distributor-form input[type="email"]:hover,
#distributor-form input[type="email"]:active {
  outline: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
}
.geral-line {
  background: #BEBEBE;
  height: 1px;
  margin: 80px 0;
  width: 100%;
}
#cookies-second-part {
  padding: 30px 0 90px;
}
