* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #eee;
}

*::-webkit-scrollbar-thumb {
  background-color: #181818;
  border-radius: 0;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
}

@media only screen and (max-width: 1499px) {
  html {
    font-size: 15.5px;
  }
}

@media only screen and (max-width: 1399px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1299px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (max-width: 1250px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 13.5px;
  }
}

@media only screen and (max-width: 1150px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 10.75px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 15.5px;
  }
}

@media only screen and (max-width: 350px) {
  html {
    font-size: 14.75px;
  }
}

@media only screen and (max-width: 340px) {
  html {
    font-size: 14.25px;
  }
}

@media only screen and (max-width: 330px) {
  html {
    font-size: 13.75px;
  }
}

body {
  font-family: "Assistant", sans-serif;
  color: #181818;
  font-weight: 400;
}

.wrap-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-container .container,
.wrap-container .container-fluid {
  height: 100%;
  position: relative;
}

.container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}

.line .tcol-12,
.line .tcol-4,
.line .tcol-6 {
  padding: 0 1rem;
}

.line .tcol-12 {
  width: 100%;
}

.line .tcol-6 {
  width: 50%;
}

.line .tcol-4 {
  width: 33.3333%;
}

#overPage {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
}

#overPage.active {
  display: block;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  z-index: 3;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.25rem;
}

.slick-prev {
  left: 15%;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next {
  right: 15%;
}

.slick-next:before {
  content: "\f054";
}

.slick-dots li {
  height: 0.563rem;
  width: 0.563rem;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.slick-dots li button::before {
  content: unset;
}

.slick-dots li.slick-active {
  opacity: 1;
}

input,
button {
  font-family: "Assistant", sans-serif;
}

button {
  cursor: pointer;
}

.container-image {
  position: relative;
  overflow: hidden;
}

.container-image .image {
  max-height: 100%;
}

.container-image::before {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.container-image:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.btn-branco,
.btn-black {
  background-color: #fff;
  color: #181818;
  font-size: 1rem;
  font-weight: 700;
  min-width: 13.125rem;
  min-height: 2.938rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 1px solid #181818;
  border-radius: 1000px;
  padding: 0 2.5rem;
  text-align: center;
}

.btn-branco:active, .btn-branco:hover,
.btn-black:active,
.btn-black:hover {
  background-color: #181818;
  color: #fff;
}

.btn-branco i,
.btn-black i {
  font-size: 1.1rem;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.btn-black {
  background-color: #181818;
  color: #fff;
}

.btn-black:active, .btn-black:hover {
  background-color: #4b4b4b;
  color: #fff;
}

.sec-title {
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6rem;
}

.sec-title h2 {
  font-size: 2.25rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-title h2 br {
  display: none;
}

.sec-title h5 {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  width: 40%;
}

.track {
  width: 0.25rem;
  height: 1.813rem;
  background-color: #181818;
  margin-right: 1.75rem;
}

.banner {
  position: relative;
}

.banner img {
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tbreadcrumb {
  padding: 2.5rem 0 1.75rem 0;
}

.tbreadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tbreadcrumb li {
  font-size: 13px;
  margin-right: 1.5rem;
  position: relative;
}

.tbreadcrumb li::after {
  content: "/";
  position: absolute;
  right: -0.75rem;
  color: #a6a6a6;
}

.tbreadcrumb li:last-child::after {
  content: unset;
}

.tbreadcrumb li.active {
  color: #181818;
}

.tbreadcrumb li a {
  color: #a6a6a6;
}

.tbreadcrumb li a:hover, .tbreadcrumb li a:active {
  text-decoration: underline;
}

.tbreadcrumb i {
  margin-right: 0.25rem;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.tacc-item * {
  pointer-events: none;
}

.tacc-hided-content {
  height: 0px;
  overflow: hidden;
}

.mob {
  display: none;
}

.desk {
  display: block;
}

@media only screen and (max-width: 767px) {
  .banner img {
    height: 31.25rem;
  }
  .track {
    margin-right: 0.5rem;
  }
  .tbreadcrumb {
    padding: 1.25rem 0 1.5rem 0;
  }
  .mob {
    display: block;
  }
  .desk {
    display: none;
  }
  .slick-prev,
  .slick-next {
    width: 2.25rem;
    height: 2.25rem;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.3rem;
  }
  .slick-prev {
    left: 1.5rem;
  }
  .slick-next {
    right: 1.5rem;
  }
  .sec-title {
    margin-bottom: 2rem;
    padding: 0;
  }
  .sec-title h2 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .sec-title h2 br {
    display: block;
  }
  .sec-title h5 {
    font-size: 0.9rem;
    width: 50%;
  }
  .btn-branco,
  .btn-black {
    padding: 0 1.25rem;
    font-size: 0.925rem;
    min-width: unset;
    min-height: 2.5rem;
  }
}

header {
  position: relative;
  margin-bottom: calc(4rem - 1rem);
}

header #searchDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: fixed;
  left: 0;
  top: -4rem;
  max-width: 95%;
  width: 25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.25s, opacity 0.25s;
  transition: top 0.25s, opacity 0.25s;
  z-index: 101;
  opacity: 0;
}

header #searchDiv.active {
  top: 4rem;
  opacity: 1;
}

header #searchDiv .group {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header #searchDiv .button-wrapper {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  width: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 0.938rem;
  border-bottom-left-radius: 0.938rem;
  overflow: hidden;
}

header #searchDiv .button-wrapper i {
  color: #fff;
}

header #searchDiv button[type="submit"] {
  border: none;
  background-color: unset;
  background-color: #181818;
  padding: 0.5rem;
  cursor: pointer;
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

header #searchDiv button[type="submit"]:hover, header #searchDiv button[type="submit"]:active {
  background-color: #323232;
}

header #searchDiv input {
  border: none;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0 0.5rem 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0 0.5rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.938rem;
  padding: 0 2.5rem 0 3.5rem;
  height: 3rem;
}

header #searchDiv input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header #searchDiv li {
  margin-right: 0;
}

header #searchDiv #closeSearchButton {
  font-size: 1.1rem;
  font-weight: 700;
  position: absolute;
  right: 0.25rem;
  padding: 0.5rem;
  cursor: pointer;
}

header #searchDiv #closeSearchButton * {
  pointer-events: none;
}

header #openSearch,
header .user-group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #181818;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  font-size: 0.975rem;
  cursor: pointer;
  background-color: #f4f4f4;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

header #openSearch:focus,
header .user-group a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header #openSearch:hover, header #openSearch:active,
header .user-group a:hover,
header .user-group a:active {
  color: #737373;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header #openSearch *,
header .user-group a * {
  pointer-events: none;
}

header .wrapperNav {
  z-index: 99;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 4rem;
  background: #fff;
  -webkit-box-shadow: 0px 0 0.5rem 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0 0.5rem 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 1rem 1rem;
}

header .portion1,
header .portion2 {
  width: calc(50% - 5.25rem);
}

header .portion1 ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .portion2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .portion2 #menuDesktopY {
  width: 80%;
}

header .portion2 #menuDesktopY ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header #areaLojistaDesk i {
  margin-right: 0.25rem;
}

header #areaLojistaDesk a {
  text-decoration: underline;
}

header #areaLojistaDesk span {
  font-size: 0.938rem;
}

header .innerNav {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

header h2 {
  color: black;
}

header nav #closeMenu {
  display: none;
}

header nav#menuMobile {
  display: none;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

header ul li {
  margin-right: 2rem;
}

header ul li:last-child {
  margin-right: 0;
}

header ul a {
  color: #181818;
  font-size: 0.938rem;
  font-weight: 600;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

header ul a:hover, header ul a:active {
  color: #656565;
  text-decoration: none;
}

header .brand {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8rem;
  height: 5.375rem;
  background-color: #fff;
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
  top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .brand a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

header .brand img {
  width: 3.875rem;
}

header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  header {
    margin-bottom: calc(4.5rem - 2.25rem);
  }
  header .portion1 {
    display: none;
  }
  header .wrapperNav,
  header .innerNav {
    height: 4.5rem;
  }
  header nav {
    position: fixed;
    z-index: 101;
    top: 0;
    left: -80%;
    opacity: 0.1;
    -webkit-transition: left 0.35s, opacity 0.35s;
    transition: left 0.35s, opacity 0.35s;
    width: 70%;
    -webkit-box-shadow: 0px 0 0.5rem 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0 0.5rem 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-bottom-right-radius: 0.25rem;
  }
  header nav#menuDesktopX, header nav#menuDesktopY {
    display: none;
  }
  header nav#menuMobile {
    display: block;
    padding-bottom: 1rem;
  }
  header nav.active {
    left: 0;
    opacity: 1;
  }
  header nav #closeMenu {
    width: 4.5rem;
    height: 4.5rem;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 1.5rem;
  }
  header nav #closeMenu * {
    pointer-events: none;
  }
  header nav ul {
    overflow: auto;
    max-height: calc(85vh - 4.5rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  header nav ul li {
    margin-right: 0;
  }
  header nav ul a {
    display: block;
    padding: 0.75rem 1.5rem;
  }
  header .actions {
    margin: 0;
  }
  header .portion2 {
    margin: 0 1.5rem 0 auto;
  }
  header .brand {
    position: static;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    width: auto;
    background-color: unset;
    height: auto;
  }
  header .brand img {
    width: 3.875;
    max-width: 100%;
  }
  header #openSearch {
    margin-right: 0.5rem;
  }
}

#openMenuMobile {
  margin: 0;
  display: none;
  width: 1.375rem;
  height: 1.25rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#openMenuMobile * {
  pointer-events: none;
}

#openMenuMobile span {
  display: block;
  position: absolute;
  height: 0.25rem;
  width: 100%;
  background: #181818;
  border-radius: 0.313rem;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#openMenuMobile span:nth-child(1) {
  top: 0;
}

#openMenuMobile span:nth-child(2) {
  top: 0.5rem;
}

#openMenuMobile span:nth-child(3) {
  top: 1rem;
}

#openMenuMobile.open span:nth-child(1) {
  top: 0.5rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#openMenuMobile.open span:nth-child(2) {
  opacity: 0;
  left: -50rem;
}

#openMenuMobile.open span:nth-child(3) {
  top: 0.5rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media only screen and (max-width: 767px) {
  #openMenuMobile {
    display: block;
  }
}

#newsLetter {
  position: relative;
  margin-bottom: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#newsLetter .inner {
  background: #ff2b5e;
  border-radius: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  position: relative;
}

#newsLetter .inner::before, #newsLetter .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0px 100px 0px 0px;
  background: linear-gradient(64.83deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.4;
}

#newsLetter .inner::before {
  width: 25%;
}

#newsLetter .inner::after {
  width: 35%;
}

#newsLetter h2 {
  color: #fff;
  font-size: 1.688rem;
  padding-left: 1.75rem;
  font-weight: 700;
}

#newsLetter .wpcf7,
#newsLetter .title {
  width: 50%;
}

#newsLetter form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#newsLetter .wpcf7-response-output {
  position: absolute;
  bottom: -1.3rem;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: revert;
  text-align: right;
  color: #fff;
  font-size: 0.8rem;
  padding-right: 1.75rem;
  border: none;
}

#newsLetter .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#newsLetter input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.75rem 0 auto;
  height: 2.938rem;
  font-size: 0.938rem;
  background-color: #fff;
  color: #9c9c9c;
  padding-left: 3.25rem;
  border: none;
  border-radius: 0.375rem;
  width: 85%;
  margin-left: auto;
  padding-right: 9rem;
}

#newsLetter button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border-radius: 0.375rem;
  border: 1px solid #f4f4f4;
  font-weight: 700;
  width: 8.25rem;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
  background-color: #fff;
  font-size: 1rem;
  height: 2.5rem;
  right: 1.9rem;
  color: #ff2b5e;
}

#newsLetter button:hover, #newsLetter button:active {
  color: #fff;
  background-color: #ff2b5e;
}

#newsLetter .letterIcon {
  background-color: #ff2b5e;
  position: absolute;
  left: 11.2%;
  border-radius: 0.375rem;
  color: #fff;
  height: 2.35rem;
  width: 2.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer {
  background-color: #f4f4f4;
}

footer .middle {
  margin-bottom: 3rem;
}

footer .inner-copyright {
  position: relative;
  padding: 1.5rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .inner-copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .inner-copyright li:first-child {
  margin-right: 1.5rem;
}

footer .inner-copyright:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  left: 0;
  top: 0;
}

footer .inner-copyright a {
  font-size: 0.813rem;
  font-weight: 700;
  color: #181818;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

footer .inner-copyright a:hover, footer .inner-copyright a:active {
  color: #3e3e3e;
}

footer h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

footer h5 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

footer h6 {
  font-weight: 400;
  font-size: 0.813rem;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .galeriaInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .galeriaInfo li {
  width: 50%;
  margin-bottom: 1.25rem;
}

footer .galeriaInfo a {
  color: #181818;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

footer .galeriaInfo a:hover, footer .galeriaInfo a:active {
  color: #3e3e3e;
}

footer .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.25rem;
}

footer .lists ul {
  width: 50%;
  padding: 0 0.25rem;
}

footer .lists a {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #181818;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  margin-bottom: 1.5rem;
  display: block;
  line-height: 1.5;
}

footer .lists a:hover, footer .lists a:active {
  color: #3e3e3e;
}

footer .lists h4 {
  width: 100%;
  padding-left: 0.25rem;
}

footer .logo {
  min-width: 7.813rem;
  margin-right: 4rem;
}

footer .logo img {
  width: 7.813rem;
  max-width: 100%;
}

footer .sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

footer .sm li {
  width: auto;
  margin-bottom: 0;
  margin-right: 0.65rem;
}

footer .sm li:last-child {
  margin-right: 0;
}

footer .sm a {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
}

footer .sm a img {
  width: 2rem;
}

footer .sm a:hover, footer .sm a:active {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

#floatSm {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: -0.5rem 0px 3.5rem rgba(0, 0, 0, 0.1);
          box-shadow: -0.5rem 0px 3.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: hidden;
  z-index: 10;
}

#floatSm li a {
  padding: 0.5rem 0.8rem 0.5rem 1rem;
}

#floatSm li:first-child a {
  padding: 0.8rem 0.8rem 0.5rem 1rem;
}

#floatSm li:last-child a {
  padding: 0.5rem 0.8rem 0.8rem 1rem;
}

#floatSm a {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #fff;
  display: block;
  line-height: 0;
}

#floatSm a:hover, #floatSm a:active {
  background-color: #cccccc;
}

#floatSm img {
  width: 2.563rem;
}

#alertCookie {
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  overflow: hidden;
}

#alertCookie .alert-content {
  width: 100%;
  margin: 0 1rem 2rem 1rem;
  max-width: 90rem;
}

#alertCookie .inner {
  background-color: #fff;
  padding: 1.6rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.25rem;
}

#alertCookie h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1rem;
  white-space: pre-line;
}

#alertCookie h3 a {
  text-decoration: underline;
  color: #181818;
  font-weight: 700;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#alertCookie h3 a:hover, #alertCookie h3 a:active {
  color: #3e3e3e;
}

#alertCookie.open {
  opacity: 1;
  visibility: visible;
}

#alertCookie.close {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  #newsLetter {
    background: #ff2b5e;
    border-radius: 1rem;
    padding: 3.5rem 0 0 0;
    margin-bottom: 3rem;
    -webkit-transform: none;
            transform: none;
  }
  #newsLetter .inner {
    border-radius: 0;
    background: unset;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #newsLetter .inner::before, #newsLetter .inner::after {
    content: unset;
  }
  #newsLetter .title,
  #newsLetter form {
    width: 100%;
  }
  #newsLetter .wpcf7 {
    width: 100%;
  }
  #newsLetter .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem;
  }
  #newsLetter .wpcf7-response-output {
    text-align: center;
    font-size: 0.8rem;
    padding-right: 0;
    bottom: 1.35rem;
  }
  #newsLetter h2 {
    font-size: 1.25rem;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #newsLetter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #newsLetter input {
    width: 90%;
    margin: 0 auto 1rem auto;
    padding: 0 1.5rem 0 3.5rem;
  }
  #newsLetter button {
    position: static;
    margin-bottom: 3.5rem;
  }
  #newsLetter .letterIcon {
    top: 0.29rem;
    left: 6.5%;
  }
  footer h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  footer h5 {
    font-size: 0.9rem;
  }
  footer .middle {
    margin-bottom: 2rem;
  }
  footer .galeriaInfo {
    padding-bottom: 0;
  }
  footer .galeriaInfo li {
    width: 100%;
    margin-bottom: 2rem;
  }
  footer .logo {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .lists {
    width: 100%;
    padding-bottom: 1rem;
  }
  footer .lists a {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  footer .inner-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0;
  }
  footer .inner-copyright ul {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1rem;
  }
  footer .inner-copyright h6 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .sm {
    margin-left: 0;
  }
  #floatSm img {
    width: 1.5rem;
  }
  #floatSm li a {
    padding: 0.35rem 0.35rem 0.35rem 0.6rem;
  }
  #floatSm li:first-child a {
    padding: 0.65rem 0.35rem 0.35rem 0.6rem;
  }
  #floatSm li:last-child a {
    padding: 0.35rem 0.35rem 0.65rem 0.6rem;
  }
  #alertCookie .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
  }
  #alertCookie .alert-content {
    margin: 0 1rem 1rem 1rem;
  }
  #alertCookie h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  #alertCookie .btn-branco {
    width: 100%;
  }
}

#carouselHomeSec {
  margin-bottom: 5rem;
}

#carouselHomeSec img {
  max-width: 100%;
  width: 100%;
  display: block;
}

#carouselHomeSec a {
  display: block;
}

#carouselHomeSec .slick-dots {
  bottom: 3.5rem;
  width: 6.5%;
  left: 11.5%;
}

#carouselHomeSec .slick-dots li {
  background-color: #fff;
}

#carouselHomeSec .slick-next,
#carouselHomeSec .slick-prev {
  top: unset;
  -webkit-transform: none;
          transform: none;
  bottom: 3.5rem;
}

#carouselHomeSec .slick-prev {
  left: 10%;
}

#carouselHomeSec .slick-next {
  right: unset;
  left: 18.4%;
}

#carouselProdutosHomeSec {
  margin-bottom: 6rem;
  /* the slides */
  /* the parent */
}

#carouselProdutosHomeSec .slick-slide {
  margin: 0 0.5rem;
}

#carouselProdutosHomeSec .slick-list {
  margin: 0 -0.5rem;
}

#carouselProdutosHomeSec .inner {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
}

#carouselProdutosHomeSec #carouselHomeProdutosWrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.5rem 6rem;
  border-radius: 1rem;
}

#carouselProdutosHomeSec #carouselProdutosHome {
  margin-bottom: 3rem;
}

#carouselProdutosHomeSec h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
}

#carouselProdutosHomeSec .slick-dots li {
  background-color: #000;
}

#carouselProdutosHomeSec .slick-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#carouselProdutosHomeSec .slick-slide.slick-active {
  opacity: 1;
}

#carouselProdutosHomeSec .slick-dots {
  bottom: -4rem;
}

#carouselProdutosHomeSec .container-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12rem;
}

#carouselProdutosHomeSec .container-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#carouselProdutosHomeSec .container-image .image {
  max-width: 100%;
}

#carouselProdutosHomeSec .item a {
  display: block;
}

#carouselProdutosHomeSec .content {
  margin-top: 0.5rem;
  text-align: center;
}

#carouselProdutosHomeSec .content a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  color: #181818;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#carouselProdutosHomeSec .content a:hover, #carouselProdutosHomeSec .content a:active {
  color: #656565;
}

#carouselProdutosHomeSec .slick-prev {
  left: -2rem;
}

#carouselProdutosHomeSec .slick-next {
  right: -2rem;
}

#carouselProdutosHomeSec .button {
  text-align: center;
}

#carouselProdutosHomeSec .btn-branco {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

#carouselProdutosHomeSec .btn-branco:hover, #carouselProdutosHomeSec .btn-branco:active {
  background-color: #fff;
  color: #000;
}

#novidadesHomeSec {
  margin-bottom: 6.5rem;
}

#novidadesHomeSec .novidade {
  margin-bottom: 3rem;
}

#novidadesHomeSec .novidade ul {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  -webkit-transform: translate(1rem, -50%);
          transform: translate(1rem, -50%);
}

#novidadesHomeSec .novidade li {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 1.875rem;
  font-size: 0.938rem;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  margin: 0.25rem;
  padding: 0.4rem 0.9rem;
  line-height: 1;
}

#novidadesHomeSec .novidade h4 {
  font-size: 1rem;
  font-weight: 400;
}

#novidadesHomeSec .novidade h4 i {
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

#novidadesHomeSec .novidade .container-iframe {
  position: relative;
}

#novidadesHomeSec .novidade .title {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 5rem;
}

#novidadesHomeSec .novidade .readMore {
  font-size: 1rem;
  color: #ff2b5e;
  font-weight: 700;
}

#novidadesHomeSec .novidade .readMore:active, #novidadesHomeSec .novidade .readMore:hover {
  color: #ff7898;
  text-decoration: initial;
}

#novidadesHomeSec .novidade .readMore i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

#novidadesHomeSec .novidade .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#novidadesHomeSec .novidade .mediaWrapper {
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#novidadesHomeSec .novidade a {
  display: block;
  color: #000;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#novidadesHomeSec .novidade a:hover, #novidadesHomeSec .novidade a:active {
  color: #4d4d4d;
  text-decoration: underline;
}

#novidadesHomeSec .novidade img,
#novidadesHomeSec .novidade iframe {
  height: 14rem;
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#novidadesHomeSec .novidade .content {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  border: 1px solid #f4f4f4;
  padding: 1.75rem 1.25rem 1.5rem 1.25rem;
}

@media only screen and (max-width: 767px) {
  #carouselHomeSec {
    margin-bottom: 3.5rem;
  }
  #carouselHomeSec .slick-dots {
    bottom: 1.5rem;
    width: 100%;
    left: unset;
  }
  #carouselHomeSec .slick-next,
  #carouselHomeSec .slick-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: unset;
  }
  #carouselHomeSec .slick-prev {
    left: 0;
  }
  #carouselHomeSec .slick-next {
    right: 0;
    left: unset;
  }
  #carouselProdutosHomeSec {
    margin-bottom: 4.5rem;
  }
  #carouselProdutosHomeSec .container-image {
    height: 14.5rem;
  }
  #carouselProdutosHomeSec .slick-dots {
    bottom: -3rem;
  }
  #carouselProdutosHomeSec h3 {
    font-size: 1.1rem;
  }
  #carouselProdutosHomeSec #carouselHomeProdutosWrapper {
    padding: 2rem;
  }
  #carouselProdutosHomeSec #carouselProdutosHome {
    margin-bottom: 1.75rem;
  }
  #novidadesHomeSec {
    margin-bottom: 1.5rem;
  }
  #novidadesHomeSec .tcol-4 {
    width: 100%;
  }
  #novidadesHomeSec .novidade .title {
    min-height: unset;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  #novidadesHomeSec .novidade .readMore {
    font-size: 0.9rem;
  }
  #novidadesHomeSec .novidade li {
    font-size: 0.9rem;
    padding: 0.3rem 0.9rem;
  }
  #novidadesHomeSec .novidade h4 {
    font-size: 0.95rem;
  }
  #novidadesHomeSec .novidade h4 i {
    font-size: 1rem;
  }
}

#bannerSobreAGaleria {
  margin-bottom: 5rem;
  color: #fff;
  padding: 16rem 0;
}

#bannerSobreAGaleria h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

#bannerSobreAGaleria p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
  color: #727272;
  color: #fff;
  text-align: center;
}

#bannerSobreAGaleria p:last-child {
  margin-bottom: 0;
}

#bannerSobreAGaleria .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  margin: 0 auto;
}

#carouselSobreGaleriaOneSec {
  margin-bottom: 3.5rem;
  /* the slides */
  /* the parent */
}

#carouselSobreGaleriaOneSec .slick-slide {
  margin: 0 0.5rem;
}

#carouselSobreGaleriaOneSec .slick-list {
  margin: 0 -0.5rem;
}

#carouselSobreGaleriaOneSec .slick-next {
  right: 1.25rem;
}

#carouselSobreGaleriaOneSec .slick-prev {
  left: 1.25rem;
}

#carouselSobreGaleriaOneSec .slick-next,
#carouselSobreGaleriaOneSec .slick-prev {
  z-index: 10;
}

#carouselSobreGaleriaOneSec .slick-dots {
  bottom: -3rem;
}

#carouselSobreGaleriaOneSec .slick-dots li {
  background-color: #000;
}

#carouselSobreGaleriaOneSec .button {
  text-align: center;
}

#carouselSobreGaleriaOneSec img {
  width: 100%;
  display: block;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#carouselSobreGaleriaOneSec .wrapperX {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  line-height: 0;
}

#carouselSobreGaleriaOneSec .wrapperX::before, #carouselSobreGaleriaOneSec .wrapperX::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  opacity: 0.64;
  z-index: 5;
  border-radius: 1rem;
}

#carouselSobreGaleriaOneSec .wrapperX::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

#carouselSobreGaleriaOneSec .wrapperX::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

#contentGaleria {
  margin-bottom: 8rem;
}

#contentGaleria p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
  color: #727272;
  width: 47.5%;
}

#contentGaleria p strong {
  font-weight: 500;
}

#contentGaleria .tcol-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #bannerSobreAGaleria {
    padding: 0;
    margin-bottom: 8.5rem;
  }
  #bannerSobreAGaleria .inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #bannerSobreAGaleria .container {
    padding: 0;
  }
  #bannerSobreAGaleria .content,
  #bannerSobreAGaleria .box {
    width: 100%;
    padding: 8rem 1rem 0 1rem;
  }
  #bannerSobreAGaleria .box {
    padding-top: 2rem;
    border-radius: 1.5rem;
  }
  #bannerSobreAGaleria h1 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  #bannerSobreAGaleria h2 {
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
    line-height: 1.45;
  }
  #bannerSobreAGaleria h3 {
    font-size: 1.1rem;
  }
  #bannerSobreAGaleria p {
    margin-bottom: 1.25rem;
  }
  #contentGaleria {
    margin-bottom: 3rem;
  }
  #contentGaleria p {
    width: 100%;
  }
  #contentGaleria .divisor {
    margin-top: 1.75rem;
  }
  #carouselSobreGaleriaOneSec {
    margin-bottom: 3rem;
  }
  #carouselSobreGaleriaOneSec .slick-dots {
    bottom: -2.5rem;
  }
  #carouselSobreGaleriaOneSec .slick-prev {
    left: 1.5rem;
  }
  #carouselSobreGaleriaOneSec .slick-next {
    right: 1.5rem;
  }
}

#bannerNovidades img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#mainNovidades {
  margin-bottom: 6rem;
}

#mainNovidades #notFoundNovidades {
  text-align: center;
  font-size: 1.5rem;
  padding: 0 2rem;
}

#mainNovidades #novidadesPrincipais {
  padding-bottom: 2rem;
}

#mainNovidades .novidade {
  margin-bottom: 3rem;
}

#mainNovidades .novidade ul {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  -webkit-transform: translate(1rem, -50%);
          transform: translate(1rem, -50%);
}

#mainNovidades .novidade li {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 1.875rem;
  font-size: 0.938rem;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  margin: 0.25rem;
  padding: 0.4rem 0.9rem;
  line-height: 1;
}

#mainNovidades .novidade h4 {
  font-size: 1rem;
  font-weight: 400;
}

#mainNovidades .novidade h4 i {
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

#mainNovidades .novidade .container-iframe {
  position: relative;
}

#mainNovidades .novidade .title {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 5rem;
}

#mainNovidades .novidade .readMore {
  font-size: 1rem;
  color: #ff2b5e;
  font-weight: 700;
}

#mainNovidades .novidade .readMore:active, #mainNovidades .novidade .readMore:hover {
  color: #ff7898;
  text-decoration: initial;
}

#mainNovidades .novidade .readMore i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

#mainNovidades .novidade .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mainNovidades .novidade .mediaWrapper {
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#mainNovidades .novidade a {
  display: block;
  color: #000;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#mainNovidades .novidade a:hover, #mainNovidades .novidade a:active {
  color: #4d4d4d;
  text-decoration: underline;
}

#mainNovidades .novidade img,
#mainNovidades .novidade iframe {
  height: 14rem;
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainNovidades .novidade .content {
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  border: 1px solid #f4f4f4;
  padding: 1.75rem 1.25rem 1.5rem 1.25rem;
}

#mainNovidades .header {
  position: relative;
  margin-bottom: 4rem;
}

#mainNovidades .wrapperContent {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mainNovidades h1 {
  font-weight: 700;
  color: #fff;
  font-size: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainNovidades h1 .track {
  background-color: #fff;
}

#mainNovidades .wrapperSelect {
  position: relative;
}

#mainNovidades .wrapperSelect::before {
  content: "";
  background: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 62.5rem;
}

#mainNovidades select {
  min-width: 23.313rem;
  height: 2.5rem;
  border: none;
  border-radius: 62.5rem;
  padding: 0 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 92% 55%;
  cursor: pointer;
  position: relative;
  background: no-repeat 92% 55%;
  color: #181818;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
}

@media only screen and (max-width: 767px) {
  #mainNovidades {
    margin-bottom: -1.5rem;
    position: relative;
    top: -4.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background-color: #fff;
  }
  #mainNovidades .tcol-4 {
    width: 100%;
  }
  #mainNovidades .line {
    margin: 0;
  }
  #mainNovidades .container,
  #mainNovidades .tcol-12 {
    padding: 0;
  }
  #mainNovidades .sec-title {
    padding: 0 1rem;
  }
  #mainNovidades .header {
    margin-bottom: 2.5rem;
  }
  #mainNovidades .wrapperContent {
    bottom: 1.5rem;
    padding: 0 1rem;
  }
  #mainNovidades .novidade .title {
    min-height: unset;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  #mainNovidades .novidade .readMore {
    font-size: 0.9rem;
  }
  #mainNovidades .novidade li {
    font-size: 0.9rem;
    padding: 0.3rem 0.9rem;
  }
  #mainNovidades .novidade h4 {
    font-size: 0.95rem;
  }
  #mainNovidades .novidade h4 i {
    font-size: 1rem;
  }
  #mainNovidades #novidades,
  #mainNovidades #novidadesPrincipais {
    position: static;
  }
  #mainNovidades #novidadesPrincipais {
    padding-bottom: 1rem;
  }
  #mainNovidades h1 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 0;
  }
  #mainNovidades select {
    min-width: 11rem;
    width: 100%;
  }
}

#bannerDuvidas img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#mainDuvidas h1 {
  position: relative;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  line-height: 1;
  color: #fff;
}

#mainDuvidas h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 0.25rem;
  height: 90%;
  background-color: #fff;
}

#mainDuvidas .wrapperLine {
  padding: 0 5.5rem;
  -webkit-transform: translateY(-12.85rem);
          transform: translateY(-12.85rem);
}

#mainDuvidas li {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0 1.25rem;
  margin-bottom: 1rem;
}

#mainDuvidas li:first-child {
  border-top: none;
}

#mainDuvidas .tacc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
  line-height: 1.15;
}

#mainDuvidas .tacc-item i {
  font-size: 0.9rem;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

#mainDuvidas .tacc-item:hover, #mainDuvidas .tacc-item:active {
  opacity: 0.6;
}

#mainDuvidas .tacc-item.active i {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

#mainDuvidas p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #727272;
  font-size: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid #f4f4f4;
}

@media only screen and (max-width: 767px) {
  #mainDuvidas .line {
    margin: 0;
  }
  #mainDuvidas .container,
  #mainDuvidas .tcol-12 {
    padding: 0;
  }
  #mainDuvidas .wrapperLine {
    padding: 0 1rem;
    -webkit-transform: translateY(-9.5rem);
            transform: translateY(-9.5rem);
  }
  #mainDuvidas .tacc-item {
    font-size: 1rem;
    padding: 0.75rem 0;
    line-height: 1.5;
  }
  #mainDuvidas li {
    padding: 0 1rem;
  }
  #mainDuvidas h1 {
    font-size: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }
  #mainDuvidas p {
    padding: 0.75rem 0;
    font-size: 0.9rem;
  }
}

#bannerSejaLojista {
  position: relative;
  margin-bottom: 4rem;
  color: #fff;
}

#bannerSejaLojista img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#bannerSejaLojista .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#bannerSejaLojista .inner {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#bannerSejaLojista .btn-branco {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

#bannerSejaLojista .btn-branco:hover, #bannerSejaLojista .btn-branco:active {
  background-color: #fff;
  color: #000;
}

#bannerSejaLojista .tel {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  margin-bottom: 2.5rem;
}

#bannerSejaLojista .tel:active, #bannerSejaLojista .tel:hover {
  color: #cccccc;
}

#bannerSejaLojista h1 {
  position: relative;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  line-height: 1;
}

#bannerSejaLojista h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 0.25rem;
  height: 90%;
  background-color: #fff;
}

#bannerSejaLojista p {
  font-size: 1rem;
  font-weight: 400;
  white-space: pre-line;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

#mainSejaLojista {
  margin-bottom: 9.5rem;
}

#mainSejaLojista .itemVantagem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainSejaLojista .container-icon {
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 50%;
  margin-bottom: 1rem;
}

#mainSejaLojista .container-icon img {
  max-width: 60%;
  display: block;
}

#mainSejaLojista .wrapper-ul {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.5rem 6rem 2.5rem 6rem;
  border-radius: 1rem;
}

#mainSejaLojista p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #727272;
  font-size: 1rem;
  white-space: pre-line;
}

#mainSejaLojista p {
  line-height: 1.563rem;
}

#mainSejaLojista h2 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.25;
  white-space: pre-line;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 2rem;
}

#mainSejaLojista h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 0.25rem;
  height: 90%;
  background-color: #181818;
}

#mainSejaLojista ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem 0 -0.5rem;
}

#mainSejaLojista li {
  padding: 0 0.5rem;
  margin: 1rem 0;
  width: 25%;
}

#mainSejaLojista h3 {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #727272;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #bannerSejaLojista {
    margin-bottom: 3rem;
  }
  #bannerSejaLojista .tel {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  #bannerSejaLojista .btn-branco {
    min-width: 9rem;
  }
  #bannerSejaLojista .inner {
    margin-top: 2rem;
  }
  #bannerSejaLojista h1 {
    font-size: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
  }
  #bannerSejaLojista p {
    line-height: 1.5;
  }
  #mainSejaLojista {
    margin-bottom: 5.5rem;
  }
  #mainSejaLojista .line {
    margin: 0;
  }
  #mainSejaLojista .container {
    padding: 0;
  }
  #mainSejaLojista .innerVantagens {
    padding: 0;
  }
  #mainSejaLojista .container-icon {
    width: 6.5rem;
    height: 6.5rem;
  }
  #mainSejaLojista .wrapper-ul {
    padding: 2rem 1rem 1rem 1rem;
  }
  #mainSejaLojista h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  #mainSejaLojista h3 {
    font-size: 0.825rem;
    padding: 0 0.5rem;
    margin-bottom: 1.25rem;
  }
  #mainSejaLojista p {
    line-height: 1.45;
    white-space: normal;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0.75rem;
  }
  #mainSejaLojista li {
    width: 50%;
    margin: 0.5rem 0;
  }
}

#bannerContato img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#mainContato .wpcf7-response-output {
  border: none;
  margin: 1rem 0;
  font-size: 1rem;
}

#mainContato .formWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-15rem);
          transform: translateY(-15rem);
}

#mainContato .formCol {
  width: 35rem;
  max-width: 100%;
}

#mainContato .form-inner {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 2.5rem;
}

#mainContato .group {
  margin-bottom: 1.5rem;
}

#mainContato h1 {
  position: relative;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  line-height: 1;
  color: #fff;
}

#mainContato h1::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 5%;
  width: 0.25rem;
  height: 90%;
  background-color: #fff;
}

#mainContato h3 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.25rem;
}

#mainContato h3 strong {
  font-weight: 700;
}

#mainContato label {
  display: block;
  cursor: pointer;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 0.938rem;
}

#mainContato p {
  font-size: 1rem;
  color: #fff;
}

#mainContato input,
#mainContato textarea {
  height: 3rem;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
}

#mainContato input:active, #mainContato input:focus,
#mainContato textarea:active,
#mainContato textarea:focus {
  border: 1px solid #939393;
}

#mainContato textarea {
  height: 9rem;
}

#mainContato .btn-branco {
  margin-top: 0.5rem;
  width: 100%;
  background-color: rgba(255, 43, 94, 0.1);
  color: #ff2b5e;
  border: none;
}

#mainContato .btn-branco:hover, #mainContato .btn-branco:active {
  background-color: rgba(255, 43, 94, 0.25);
}

@media only screen and (max-width: 767px) {
  #mainContato .line {
    margin: 0;
  }
  #mainContato .container {
    padding: 0;
  }
  #mainContato .image,
  #mainContato .formCol {
    width: 100%;
  }
  #mainContato .formCol {
    padding: 0;
  }
  #mainContato .form-inner {
    padding: 2rem 1.5rem;
  }
  #mainContato h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #mainContato form {
    margin-top: 0;
  }
  #mainContato .btn-branco {
    min-height: 2.938rem;
    font-size: 0.95rem;
  }
}

#bannerPortalDoLojista img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#mainPortalDoLojista .formWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-15rem);
          transform: translateY(-15rem);
}

#mainPortalDoLojista .formCol {
  width: 35rem;
  max-width: 100%;
}

#mainPortalDoLojista .form-inner {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 2.5rem;
}

#mainPortalDoLojista .group {
  margin-bottom: 1.5rem;
}

#mainPortalDoLojista .button {
  text-align: center;
}

#mainPortalDoLojista h1 {
  position: relative;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  line-height: 1;
  color: #fff;
}

#mainPortalDoLojista h1::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 5%;
  width: 0.25rem;
  height: 90%;
  background-color: #fff;
}

#mainPortalDoLojista label {
  display: block;
  cursor: pointer;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 0.938rem;
}

#mainPortalDoLojista input {
  height: 3rem;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
}

#mainPortalDoLojista input:active, #mainPortalDoLojista input:focus {
  border: 1px solid #939393;
}

#mainPortalDoLojista p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #727272;
  font-size: 1rem;
  color: #fff;
}

#mainPortalDoLojista .btn-branco,
#mainPortalDoLojista .btn-black {
  width: 100%;
}

#mainPortalDoLojista .btn-black {
  margin: 1rem auto;
}

#mainPortalDoLojista .btn-black {
  margin-top: 0.5rem;
  width: 100%;
  background-color: rgba(255, 43, 94, 0.1);
  color: #ff2b5e;
  border: none;
}

#mainPortalDoLojista .btn-black:hover, #mainPortalDoLojista .btn-black:active {
  background-color: rgba(255, 43, 94, 0.25);
}

#mainPortalDoLojista .btn-branco {
  width: 100%;
  background-color: #fff;
  color: #ff2b5e;
  border: 1px solid #ff2b5e;
}

#mainPortalDoLojista .btn-branco:hover, #mainPortalDoLojista .btn-branco:active {
  background-color: #ff2b5e;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #mainPortalDoLojista .line {
    margin: 0;
  }
  #mainPortalDoLojista .container {
    padding: 0;
  }
  #mainPortalDoLojista .image,
  #mainPortalDoLojista .formCol {
    width: 100%;
  }
  #mainPortalDoLojista .formCol {
    padding: 0;
  }
  #mainPortalDoLojista .form-inner {
    padding: 2rem 1.5rem;
  }
  #mainPortalDoLojista h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #mainPortalDoLojista form {
    margin-top: 0;
  }
  #mainPortalDoLojista .btn-branco,
  #mainPortalDoLojista .btn-black {
    min-height: 2.938rem;
    font-size: 0.95rem;
  }
  #mainPortalDoLojista .btn-black {
    margin: 1rem auto 1rem auto;
  }
}

#bannerCadastro img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#mainCadastro .wpcf7-response-output {
  border: none;
  margin: 1rem 0;
  font-size: 1rem;
}

#mainCadastro form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mainCadastro .group,
#mainCadastro .button {
  width: 100%;
}

#mainCadastro .tw50 {
  width: 48%;
}

#mainCadastro .formWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-15rem);
          transform: translateY(-15rem);
}

#mainCadastro .formCol {
  width: 35rem;
  max-width: 100%;
}

#mainCadastro .form-inner {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 2.5rem;
}

#mainCadastro .group {
  margin-bottom: 1.5rem;
}

#mainCadastro .button {
  text-align: center;
}

#mainCadastro h1 {
  position: relative;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  line-height: 1;
  color: #fff;
}

#mainCadastro h1::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 5%;
  width: 0.25rem;
  height: 90%;
  background-color: #fff;
}

#mainCadastro label {
  display: block;
  cursor: pointer;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 0.938rem;
}

#mainCadastro input {
  height: 3rem;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
}

#mainCadastro input:active, #mainCadastro input:focus {
  border: 1px solid #939393;
}

#mainCadastro p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #727272;
  color: #fff;
  font-size: 1rem;
}

#mainCadastro .btn-branco {
  margin: 1rem auto 1.5rem auto;
  width: 100%;
}

#mainCadastro .btn-black {
  margin-top: 0.5rem;
  width: 100%;
  background-color: rgba(255, 43, 94, 0.1);
  color: #ff2b5e;
  border: none;
}

#mainCadastro .btn-black:hover, #mainCadastro .btn-black:active {
  background-color: rgba(255, 43, 94, 0.25);
}

#mainCadastro .btn-branco {
  width: 100%;
  background-color: #fff;
  color: #ff2b5e;
  border: 1px solid #ff2b5e;
  margin: 1rem auto 0 auto;
}

#mainCadastro .btn-branco:hover, #mainCadastro .btn-branco:active {
  background-color: #ff2b5e;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #mainCadastro .line {
    margin: 0;
  }
  #mainCadastro .container {
    padding: 0;
  }
  #mainCadastro .formCol {
    padding: 0;
  }
  #mainCadastro .tw50 {
    width: 100%;
  }
  #mainCadastro .form-inner {
    padding: 2rem 1.5rem;
  }
  #mainCadastro h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #mainCadastro p {
    font-size: 0.9rem;
    margin: 0 0 1.5rem 0;
  }
  #mainCadastro form {
    margin-top: 0;
  }
  #mainCadastro .btn-branco,
  #mainCadastro .btn-black {
    min-height: 2.938rem;
    font-size: 1rem;
  }
}

#bannerPoliticaPrivacidade img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#mainPoliticaPrivacidade {
  margin-bottom: 7.5rem;
}

#mainPoliticaPrivacidade .contentCol {
  width: 100%;
  padding: 0 8rem;
}

#mainPoliticaPrivacidade .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-5.5rem);
          transform: translateY(-5.5rem);
}

#mainPoliticaPrivacidade .content {
  margin-top: 1rem;
}

#mainPoliticaPrivacidade h1 {
  position: relative;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
  line-height: 1;
  color: #fff;
}

#mainPoliticaPrivacidade h1::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 5%;
  width: 0.25rem;
  height: 90%;
  background-color: #fff;
}

#mainPoliticaPrivacidade h2 {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.813rem;
}

#mainPoliticaPrivacidade p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.75rem;
  color: #2d3436;
  font-weight: 300;
}

#mainPoliticaPrivacidade ul,
#mainPoliticaPrivacidade ol {
  margin-bottom: 2rem;
  padding-left: 1.2rem;
}

#mainPoliticaPrivacidade ul li {
  list-style: disc;
  padding-left: 1.25rem;
}

#mainPoliticaPrivacidade ol li {
  list-style: decimal;
  padding-left: 0.25rem;
}

#mainPoliticaPrivacidade li {
  list-style: auto;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #2d3436;
  font-weight: 300;
}

#mainPoliticaPrivacidade li strong {
  font-weight: 700;
}

#mainPoliticaPrivacidade li::marker {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #mainPoliticaPrivacidade {
    margin-bottom: 6rem;
  }
  #mainPoliticaPrivacidade .line {
    margin: 0;
  }
  #mainPoliticaPrivacidade .container {
    padding: 0;
  }
  #mainPoliticaPrivacidade .contentCol {
    padding: 0;
  }
  #mainPoliticaPrivacidade .content {
    margin-top: 0.5rem;
  }
  #mainPoliticaPrivacidade h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #mainPoliticaPrivacidade h2 {
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
  }
  #mainPoliticaPrivacidade h3 {
    font-size: 1.2rem;
    line-height: 1.813rem;
    margin-bottom: 1.25rem;
  }
  #mainPoliticaPrivacidade h5 {
    font-size: 1rem;
  }
  #mainPoliticaPrivacidade p,
  #mainPoliticaPrivacidade li {
    font-size: 0.9rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

#bannerNovidade img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#mainNovidade .secWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 7rem auto;
}

#mainNovidade .title {
  margin-bottom: 1.5rem;
}

#mainNovidade .title h1 {
  position: relative;
}

#mainNovidade .title h1::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 5%;
  width: 0.25rem;
  height: 90%;
  background-color: #fff;
}

#mainNovidade .upper {
  position: absolute;
  bottom: calc(100% + 3rem);
}

#mainNovidade .tags {
  padding: 0;
  margin: 0 -0.25rem 2rem -0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#mainNovidade .tags li {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 1.875rem;
  font-size: 0.938rem;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  padding: 0.32rem 0.9rem;
  margin: 0.25rem;
  list-style: none;
  line-height: 1;
}

#mainNovidade .date i {
  margin-right: 0.5rem;
}

#mainNovidade .date h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

#mainNovidade .date h5 span {
  margin-left: 1.5rem;
  padding-left: 1rem;
  position: relative;
  display: inline-block;
}

#mainNovidade .date h5 span::before {
  position: absolute;
  content: "";
  height: 120%;
  top: -10%;
  left: 0;
  width: 1px;
  background-color: #f4f4f4;
}

#mainNovidade .contentCol {
  width: 100%;
  padding: 0 8rem;
  position: relative;
}

#mainNovidade .iframeWrapper {
  position: relative;
  padding-top: 60%;
  margin-bottom: 3rem;
}

#mainNovidade .iframeWrapper iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#mainNovidade h1 {
  font-weight: 700;
  font-size: 2.15rem;
  color: #fff;
  line-height: 1.2;
}

#mainNovidade h2 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.6rem;
  font-weight: 700;
}

#mainNovidade h3 {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.813rem;
}

#mainNovidade p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.75rem;
  font-weight: 300;
}

#mainNovidade p strong {
  font-weight: 500;
  color: #ff3f34;
}

#mainNovidade p.citacao {
  padding-left: 2rem;
  font-size: 1.3rem;
  line-height: 2.45rem;
  font-weight: 600;
  border-left: 3px solid #f4f4f4;
}

#mainNovidade ul,
#mainNovidade ol {
  margin-bottom: 2rem;
  padding-left: 1.2rem;
}

#mainNovidade ul li {
  list-style: disc;
  padding-left: 1.25rem;
}

#mainNovidade ol li {
  list-style: decimal;
  padding-left: 0.25rem;
}

#mainNovidade li {
  list-style: auto;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
}

#mainNovidade li strong {
  font-weight: 700;
}

#mainNovidade li::marker {
  font-weight: 700;
}

#mainNovidade img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

#mainNovidade h6 {
  text-align: center;
  color: #a6a6a6;
  text-align: center;
  font-size: 0.85rem;
  margin-bottom: 3rem;
  font-weight: 400;
}

#mainNovidade .content {
  padding-bottom: 4rem;
  border-bottom: 1px solid #f4f4f4;
  color: #181818;
}

@media only screen and (max-width: 767px) {
  #mainNovidade .tcol-4 {
    width: 100%;
  }
  #mainNovidade .container,
  #mainNovidade .tcol-12 {
    padding: 0;
  }
  #mainNovidade .secWrapper {
    position: static;
    padding: 0 1rem;
    margin: 0 auto 5.5rem auto;
  }
  #mainNovidade .content {
    padding-bottom: 2rem;
  }
  #mainNovidade .contentCol {
    padding: 0;
  }
  #mainNovidade .line {
    margin: 0;
  }
  #mainNovidade .tags {
    margin: 0 -0.25rem 1.5rem -0.25rem;
  }
  #mainNovidade .date h5 {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  #mainNovidade h1 {
    font-size: 1.35rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  #mainNovidade h2 {
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
  }
  #mainNovidade h3 {
    font-size: 1.2rem;
    line-height: 1.813rem;
    margin-bottom: 1.25rem;
  }
  #mainNovidade h5 {
    font-size: 1rem;
  }
  #mainNovidade p,
  #mainNovidade li {
    font-size: 0.9rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
  }
  #mainNovidade p.citacao {
    padding-left: 1.25rem;
    font-size: 1.05rem;
    line-height: 1.5;
  }
  #mainNovidade li {
    margin-bottom: 1rem;
  }
}

#bannerLoja img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#wrapperStore {
  margin-top: -21rem;
}

#wrapperStore .tbreadcrumb li a {
  color: #fff;
}

#wrapperStore .tbreadcrumb li.active {
  color: #fff;
}

#wrapperStore .tbreadcrumb li::after {
  color: #fff;
}

#mainLoja {
  margin-bottom: 8rem;
}

#mainLoja .lineLoja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  overflow: hidden;
}

#mainLoja .info {
  width: 48.5%;
  margin-bottom: 1.5rem;
  background-color: #fff;
  padding: 2.5rem 4rem;
}

#mainLoja .image {
  width: 51.5%;
  height: 35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

#mainLoja .image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainLoja .logomarca {
  margin-bottom: 1.5rem;
}

#mainLoja h1 {
  font-weight: 700;
  font-size: 1.75rem;
  color: #181818;
  margin-bottom: 1rem;
}

#mainLoja h5 {
  color: #181818;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

#mainLoja h4 {
  color: #6b6b6b;
  font-weight: 300;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

#mainLoja p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
  color: #727272;
  font-size: 1rem;
  width: 95%;
  font-weight: 400;
}

#mainLoja .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#mainLoja .contact li {
  margin-right: 1.25rem;
}

#mainLoja .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #181818;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#mainLoja .contact a:hover, #mainLoja .contact a:active {
  color: #181818;
  opacity: 0.7;
}

#mainLoja .contact img {
  width: 1.75rem;
  margin-right: 0.5rem;
}

#mainLoja .contact span {
  font-size: 1rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #mainLoja {
    margin-bottom: 6rem;
  }
  #mainLoja .lineLoja {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mainLoja .info,
  #mainLoja .image {
    width: 100%;
  }
  #mainLoja .info {
    padding: 1.5rem;
    margin-bottom: 0;
  }
  #mainLoja .image {
    height: auto;
  }
  #mainLoja .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mainLoja .contact li {
    margin: 0 0 1rem 0;
  }
  #mainLoja .contact img {
    width: 2rem;
  }
  #mainLoja .contact span {
    font-size: 1.15rem;
  }
  #mainLoja p {
    width: 100%;
    font-size: 0.95rem;
  }
  #mainLoja h1 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  #mainLoja h4,
  #mainLoja h5 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}

#bannerLojas img {
  display: block;
  width: 100%;
  max-width: 100%;
}

#mainLojas {
  margin-bottom: 6rem;
}

#mainLojas #shoppingChoice {
  display: none;
}

#mainLojas .notFoundItems {
  text-align: center;
  font-size: 1.5rem;
  padding: 0 2rem;
}

#mainLojas #notFoundItems {
  display: none;
}

#mainLojas .wrapTitle {
  position: relative;
}

#mainLojas .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  left: 0;
}

#mainLojas .clearFilters {
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: none;
}

#mainLojas .clearFilters .desk {
  display: block;
}

#mainLojas .clearFilters * {
  pointer-events: none;
}

#mainLojas .clearFilters span {
  display: inline-block;
  margin-left: 0.25rem;
}

#mainLojas .searchDiv {
  background-color: #f4f4f4;
  padding: 1rem 0;
  margin-bottom: 2.75rem;
}

#mainLojas .searchDiv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(78% - 2rem);
}

#mainLojas .searchDiv .tgroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainLojas .searchDiv .wrapperSearchIcon {
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  right: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
  color: #181818;
}

#mainLojas .searchDiv input {
  border: none;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  height: 2.5rem;
  border-radius: 62.5rem;
  padding: 0 2.5rem 0 1.25rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #181818;
}

#mainLojas .searchDiv input::-webkit-input-placeholder {
  font-size: 0.85rem;
}

#mainLojas .searchDiv input:-ms-input-placeholder {
  font-size: 0.85rem;
}

#mainLojas .searchDiv input::-ms-input-placeholder {
  font-size: 0.85rem;
}

#mainLojas .searchDiv input::placeholder {
  font-size: 0.85rem;
}

#mainLojas .searchDiv li {
  font-size: 1rem;
  line-height: 1.325rem;
  font-weight: 400;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #a6a6a6;
  border-radius: 50%;
}

#mainLojas .searchDiv li:hover, #mainLojas .searchDiv li:active, #mainLojas .searchDiv li.active {
  background-color: #ff3f34;
  color: #fff;
  font-weight: 500;
}

#mainLojas .lineFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#mainLojas .lineLojas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mainLojas .tacc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}

#mainLojas .tacc-item i {
  font-size: 0.75rem;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

#mainLojas .tacc-item:hover, #mainLojas .tacc-item:active {
  opacity: 0.6;
}

#mainLojas .tacc-item.active i {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

#mainLojas .tacc-hided-content li {
  margin-bottom: 1rem;
}

#mainLojas .tacc-hided-content li:last-child {
  margin-bottom: 0;
}

#mainLojas .tacc-hided-content ul {
  margin-top: 1rem;
  padding: 1rem 1rem 0 1rem;
  border-top: 1px solid #f4f4f4;
}

#mainLojas .itemFilter {
  margin-bottom: 1.75rem;
  border: 1px solid #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  padding: 1rem 0;
}

#mainLojas .inputSearch {
  position: absolute;
  right: 0;
  top: -3.5rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  min-width: 23.313rem;
}

#mainLojas #checkFilters,
#mainLojas .inputSearch {
  width: 22%;
}

#mainLojas #checkFilters label {
  font-size: 0.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 1rem;
  cursor: pointer;
}

#mainLojas #checkFilters label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#mainLojas #checkFilters label input + span {
  position: relative;
  padding-left: 1.75rem;
  text-align: left;
  font-size: 0.938rem;
}

#mainLojas #checkFilters label input + span::before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mainLojas #checkFilters label input + span::after {
  content: "";
  position: absolute;
  left: 0.188rem;
  top: 0.188rem;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 3;
  background-color: #ff3f34;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  border-radius: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mainLojas #checkFilters label input:checked + span::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#mainLojas #checkFilters h3 {
  margin-bottom: 0;
}

#mainLojas #lojas {
  width: calc(78% - 2rem);
}

#mainLojas .groupItemsWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}

#mainLojas .groupTitle {
  text-align: left;
  padding: 0 0 1rem 0.5rem;
}

#mainLojas .groupItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

#mainLojas .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#mainLojas .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainLojas .contact li {
  margin-right: 1.25rem;
}

#mainLojas .contact li:last-child {
  margin-right: 0;
}

#mainLojas .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #181818;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#mainLojas .contact a:hover, #mainLojas .contact a:active {
  color: #181818;
  opacity: 0.7;
}

#mainLojas .contact img {
  width: 1.75rem;
  margin-right: 0.75rem;
}

#mainLojas .contact span {
  font-size: 1rem;
}

#mainLojas .linkWrapper {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  width: 100%;
  margin-bottom: 1.5rem;
}

#mainLojas .linkWrapper:hover, #mainLojas .linkWrapper:active {
  opacity: 0.7;
}

#mainLojas .track {
  background-color: #fff;
}

#mainLojas h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainLojas h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

#mainLojas h3 {
  font-size: 1.375rem;
  color: #181818;
}

#mainLojas h4 {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

#mainLojas h4 {
  margin-bottom: 0;
  color: #181818;
}

#mainLojas h5 {
  color: #6b6b6b;
  font-size: 0.938rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  #mainLojas {
    margin-bottom: 4rem;
  }
  #mainLojas .clearFilters.desk {
    display: none !important;
  }
  #mainLojas .searchDiv {
    margin-bottom: 2rem;
  }
  #mainLojas .searchDiv ul {
    display: none;
  }
  #mainLojas .inputSearch {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    min-width: unset;
  }
  #mainLojas #checkFilters {
    width: 90%;
    position: fixed;
    right: -100vw;
    top: 0;
    z-index: 101;
    background-color: #fff;
    -webkit-transition: opacity 0.25s, right 0.25s;
    transition: opacity 0.25s, right 0.25s;
    opacity: 0;
    padding: 0.5rem 1rem 1rem 1rem;
  }
  #mainLojas #checkFilters.active {
    right: 0;
    opacity: 1;
  }
  #mainLojas #closeFilters {
    width: 3rem;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #ff3f34;
  }
  #mainLojas #closeFilters * {
    pointer-events: none;
  }
  #mainLojas #lojas {
    width: 100%;
  }
  #mainLojas .groupItemsWrapper {
    margin-bottom: 1.25rem;
  }
  #mainLojas .groupTitle {
    width: 100%;
  }
  #mainLojas .groupItems {
    width: 100%;
  }
  #mainLojas .groupItem {
    padding: 1rem;
  }
  #mainLojas .contact span {
    display: none;
  }
  #mainLojas .contact img {
    margin-right: 0;
  }
  #mainLojas .contact li {
    margin-right: 1rem;
  }
  #mainLojas .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #mainLojas #btnFilterMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.25rem;
    width: 7rem;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 0.5rem;
    font-weight: 500;
  }
  #mainLojas #btnFilterMobile * {
    pointer-events: none;
  }
  #mainLojas .itemsFilter {
    overflow: auto;
    max-height: calc(80vh - 3.5rem);
  }
  #mainLojas .itemFilter {
    margin-bottom: 0.75rem;
  }
  #mainLojas .itemFilter:last-child {
    margin-bottom: 0.5rem;
  }
  #mainLojas .tacc-item {
    pointer-events: none;
    font-size: 1rem;
  }
  #mainLojas .tacc-item i {
    display: none;
  }
  #mainLojas .tacc-hided-content {
    overflow: auto;
    height: auto;
  }
  #mainLojas .tacc-hided-content ul {
    margin-top: 1rem;
  }
  #mainLojas #headerCloseFilters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainLojas h1 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  #mainLojas h2 {
    font-size: 1.45rem;
  }
  #mainLojas h3 {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
  }
  #mainLojas h4,
  #mainLojas h5 {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  #mainLojas h5 {
    margin-bottom: 0.25rem;
  }
}
/*# sourceMappingURL=style.css.map */