* {
  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: #12171b;
  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: "Ubuntu", sans-serif;
  color: #12171b;
  font-weight: 400;
}

.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;
  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-color: rgba(0, 0, 0, 0.3);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
  margin-bottom: 0.25rem;
}

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

.slick-prev:hover, .slick-prev:active, .slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

.slick-prev {
  left: 15%;
}

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

.slick-next {
  right: 15%;
}

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

.slick-dots li {
  height: 0.188rem;
  width: 2.5rem;
  opacity: 0.2;
  -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: "Ubuntu", sans-serif;
}

button {
  cursor: pointer;
}

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

.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: #12171b;
  font-size: 1rem;
  font-weight: 500;
  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 #12171b;
  border-radius: 1000px;
  padding: 0 2.5rem;
  text-align: center;
}

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

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

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

.btn-black:active, .btn-black:hover {
  background-color: #3b4b58;
  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;
}

.sec-title h2 {
  font-size: 1.8rem;
  font-weight: 500;
}

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

.track {
  width: 2.5rem;
  height: 0.25rem;
  background-color: #12171b;
  margin-bottom: 1rem;
}

.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: #12171b;
}

.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-bottom: 0.6rem;
    width: 2rem;
  }
  .tbreadcrumb {
    padding: 1.25rem 0 1.5rem 0;
  }
  .mob {
    display: block;
  }
  .desk {
    display: none;
  }
  .slick-dots li {
    height: 0.15rem;
    width: 1.5rem;
  }
  .slick-prev,
  .slick-next {
    width: 2.25rem;
    height: 2.25rem;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 0.9rem;
  }
  .slick-prev {
    left: 1.5rem;
  }
  .slick-next {
    right: 1.5rem;
  }
  .sec-title {
    margin-bottom: 2rem;
  }
  .sec-title h2 {
    font-size: 1.375rem;
    line-height: 1.85rem;
  }
  .sec-title h2 br {
    display: block;
  }
  .btn-branco,
  .btn-black {
    padding: 0 1.25rem;
    font-size: 0.925rem;
    min-width: unset;
    min-height: 2.5rem;
  }
}

header {
  position: relative;
  margin-bottom: 5.438rem;
}

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: 5.438rem;
  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: #12171b;
  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: #26313a;
}

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: #12171b;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  font-size: 0.975rem;
  cursor: pointer;
  background-color: #fff;
  -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 #openSearch {
  margin-right: 1rem;
}

header .wrapperNav {
  z-index: 99;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 5.438rem;
  background: white;
  -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);
}

header .innerNav {
  height: 5.438rem;
  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 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: 1.5rem;
}

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

header ul a {
  color: #12171b;
  font-size: 0.938rem;
  font-weight: 500;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

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

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: 10rem;
}

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: 4.5rem;
  }
  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#menuDesktop {
    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 1.5rem 0 auto;
  }
  header .brand img {
    width: 9rem;
    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: #12171b;
  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;
}

#newsLetter:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  left: 0;
  bottom: 0;
}

#newsLetter .inner {
  background: #12171b;
  border-radius: 2rem 2rem 0px 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.5rem;
}

#newsLetter h2 {
  color: #fff;
  font-size: 1.75rem;
  margin-left: 1.25rem;
  font-weight: 500;
}

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

#newsLetter form {
  position: relative;
}

#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 .icon {
  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.08);
  border-radius: 2rem 0px;
  width: 6.188rem;
  height: 6.188rem;
}

#newsLetter .icon img {
  height: 2.375rem;
  width: 2.375rem;
}

#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: 1.5rem;
  border: none;
  border-radius: 62.5rem;
  width: 85%;
  margin-left: auto;
  padding-right: 11.5rem;
}

#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;
  height: 2.938rem;
  position: absolute;
  right: 1.75rem;
  top: 0;
  border-radius: 62.5rem;
  border: 1px solid #12171b;
  font-weight: 500;
  width: 10.625rem;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #fff;
}

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

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

footer .copyright {
  padding: 1.5rem 0;
  text-align: center;
  position: relative;
}

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

footer h4 {
  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;
  font-size: 0.938rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

footer h4 .icon-wrapper {
  position: absolute;
  left: 0;
}

footer h4 i {
  font-size: 1rem;
}

footer h5 {
  padding-left: 1.5rem;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 0.938rem;
  line-height: 1.25rem;
}

footer h6 {
  font-weight: 300;
  font-size: 12px;
}

footer .inner {
  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 .infos {
  width: 50%;
}

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

footer .infos li {
  width: 50%;
  margin-bottom: 1.5rem;
}

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

footer .galeriaInfo a:hover, footer .galeriaInfo a:active {
  color: #313e49;
}

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

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

footer .lists a {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #12171b;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  margin-bottom: 1.5rem;
  display: block;
}

footer .lists a:hover, footer .lists a:active {
  color: #313e49;
}

footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

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

footer .img-wrapper {
  width: 50%;
}

footer .sm {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

footer .sm a {
  color: #ff3f34;
  font-size: 1.25rem;
  -webkit-transition: color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, transform 0.25s;
  transition: color 0.25s, transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
}

footer .sm a:hover, footer .sm a:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #ff8781;
}

#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: 2rem 0px 0px 2rem;
  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: 300;
  line-height: 2.1rem;
  white-space: pre-line;
}

#alertCookie h3 a {
  color: #ff3f34;
  font-weight: 500;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

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

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

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

@media only screen and (max-width: 767px) {
  #newsLetter {
    background: #12171b;
    border-radius: 1rem;
    padding: 3.5rem 0 0 0;
    margin-bottom: 3rem;
  }
  #newsLetter .inner {
    border-radius: 0;
    background: unset;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #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 .icon {
    margin-bottom: 0.75rem;
    width: 5.188rem;
    height: 5.188rem;
  }
  #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;
  }
  #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;
  }
  #newsLetter button {
    position: static;
    margin-bottom: 3.5rem;
  }
  footer h4 {
    margin-bottom: 0.5rem;
  }
  footer h4,
  footer h5 {
    font-size: 0.9rem;
  }
  footer .copyright {
    padding: 1rem 0;
  }
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .infos,
  footer .lists {
    width: 100%;
  }
  footer .lists a {
    font-size: 0.9rem;
  }
  footer .infos {
    margin-bottom: 1.5rem;
  }
  footer .infos li {
    width: 100%;
  }
  footer .sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .sm li {
    width: auto;
  }
  #floatSm {
    border-radius: 1.3rem 0px 0px 1.3rem;
  }
  #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: 2rem;
}

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

#carouselProdutosHomeSec {
  margin-bottom: 9rem;
}

#carouselProdutosHomeSec h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

#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: 21.25rem;
}

#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: 1.5rem;
}

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

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

#novidadesHomeSec {
  margin-bottom: 4.5rem;
}

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

#novidadesHomeSec .novidade a {
  display: block;
}

#novidadesHomeSec .novidade ul {
  padding: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

#novidadesHomeSec .novidade h4 {
  font-size: 1.063rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

#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: 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 4.375rem;
}

#novidadesHomeSec .novidade .readMore {
  font-size: 1rem;
  text-decoration: underline;
}

#novidadesHomeSec .novidade a {
  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: 21.25rem;
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#novidadesHomeSec .novidade .content {
  position: relative;
  padding-top: 2rem;
  margin-top: -2rem;
  background-color: #ffffff;
  border-radius: 0px 2rem 0px 0px;
}

@media only screen and (max-width: 767px) {
  #carouselHomeSec {
    margin-bottom: 3.5rem;
  }
  #carouselProdutosHomeSec {
    margin-bottom: 6.5rem;
  }
  #carouselProdutosHomeSec .container-image {
    height: 17.438rem;
  }
  #carouselProdutosHomeSec .content {
    margin-top: 1rem;
  }
  #carouselProdutosHomeSec .content a {
    font-size: 0.9rem;
  }
  #carouselProdutosHomeSec .slick-dots {
    bottom: -3rem;
  }
  #carouselProdutosHomeSec h3 {
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
  #novidadesHomeSec {
    margin-bottom: 3rem;
  }
  #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;
}

#bannerSobreAGaleria .inner {
  padding: 4rem 0;
}

#bannerSobreAGaleria .btn-branco {
  border: none;
}

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

#bannerSobreAGaleria .content {
  color: #fff;
}

#bannerSobreAGaleria h1 {
  font-weight: 500;
  font-size: 2.375rem;
  margin-bottom: 1rem;
  white-space: pre-line;
  line-height: 2.813rem;
}

#bannerSobreAGaleria h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.75rem;
}

#bannerSobreAGaleria h3 {
  font-size: 1.375rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
}

#bannerSobreAGaleria h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

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

#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;
}

#bannerSobreAGaleria .content,
#bannerSobreAGaleria .box {
  width: 50%;
}

#bannerSobreAGaleria .box {
  background-color: #fff;
  padding: 2rem 1.75rem;
  border-radius: 1rem;
}

#contentGaleria {
  margin-bottom: 5rem;
}

#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;
}

#contentGaleria .divisor {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #f1f1f1;
  margin-top: 3.75rem;
}

#carouselSobreGaleriaOneSec {
  margin-bottom: 5rem;
}

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

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

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

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

#carouselSobreGaleriaOneSec #carouselSobreGaleriaOne {
  margin-bottom: 6rem;
}

#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;
}

#infoGaleria {
  margin-bottom: 5rem;
}

#infoGaleria h4,
#infoGaleria p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #727272;
}

#infoGaleria h3 {
  font-size: 1.25rem;
  font-weight: 700;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

#infoGaleria .container-icon {
  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: 3rem;
  width: 3rem;
  background-color: #f1f1f1;
  border-radius: 0.5rem;
}

#infoGaleria .container-icon img {
  width: 1.313rem;
}

#infoGaleria .content {
  width: calc(100% - 4.5rem);
}

#infoGaleria h4 {
  text-align: center;
  width: 80%;
}

#infoGaleria h5 {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}

#infoGaleria ul {
  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;
  margin-bottom: 2.5rem;
}

#infoGaleria li {
  width: 47.5%;
  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;
  margin-bottom: 2.5rem;
}

#infoGaleria .firstRow h4 {
  margin: 0 auto 3.25rem auto;
}

#infoGaleria .lastRow h4 {
  margin: 0 auto 2rem auto;
  margin: 0 auto 2rem auto;
}

#carouselInfoGaleriaSec {
  margin-bottom: 2.5rem;
}

#carouselInfoGaleriaSec .inner {
  width: 100%;
  margin-left: auto;
}

#carouselInfoGaleriaSec .inner div {
  margin-bottom: 1.85rem;
}

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

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

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

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

#carouselInfoGaleriaSec h3 {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.563rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
}

#carouselInfoGaleriaSec h3 i {
  position: absolute;
  left: 0;
  font-size: 1.1rem;
  color: #ff3f34;
}

#carouselInfoGaleriaSec h5 {
  padding-left: 2rem;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #727272;
}

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

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

#carouselInfoGaleriaSec #carouselInfoGaleria {
  margin-bottom: 5rem;
}

#galeriaLocalizacao {
  margin-bottom: 5rem;
}

#galeriaLocalizacao .line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#galeriaLocalizacao iframe {
  height: 30rem;
  display: block;
  width: 100%;
  border: 0;
}

#galeriaLocalizacao h2 {
  white-space: pre-line;
  font-size: 1.75rem;
  line-height: 2.438rem;
  margin-bottom: 1.5rem;
}

#galeriaLocalizacao p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
  color: #727272;
}

#comoChegar {
  margin-bottom: 2.5rem;
}

#comoChegar .item {
  margin-bottom: 2.5rem;
}

#comoChegar h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}

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

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

#smGaleria {
  text-align: center;
  margin-bottom: 6.5rem;
}

#smGaleria h2 {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

#smGaleria h4 {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
  color: #727272;
}

#smGaleria h3 {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 2rem;
  color: #727272;
  font-weight: 500;
  width: 75%;
  margin: 0 auto 2rem auto;
}

#smGaleria ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#smGaleria li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

#smGaleria li:last-child {
  margin-right: 0;
}

#smGaleria a {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #12171b;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  border: 1px solid #f1f1f1;
  padding: 0.5rem;
  border-radius: 3.188rem;
}

#smGaleria a img {
  width: 2.563rem;
}

#smGaleria a span {
  display: inline-block;
  margin: 0 1.25rem;
}

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

@media only screen and (max-width: 767px) {
  #bannerSobreAGaleria {
    margin-bottom: 3rem;
  }
  #bannerSobreAGaleria .inner {
    padding: 10rem 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #bannerSobreAGaleria .container {
    padding: 0;
  }
  #bannerSobreAGaleria .content,
  #bannerSobreAGaleria .box {
    width: 100%;
    padding: 0 1rem;
  }
  #bannerSobreAGaleria .content {
    margin-bottom: 2rem;
  }
  #bannerSobreAGaleria .box {
    padding-top: 2rem;
    border-radius: 1.5rem;
  }
  #bannerSobreAGaleria h1 {
    font-size: 1.75rem;
    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 .slick-dots,
  #carouselInfoGaleriaSec .slick-dots {
    bottom: -2.5rem;
  }
  #carouselSobreGaleriaOneSec .slick-prev,
  #carouselInfoGaleriaSec .slick-prev {
    left: 1.5rem;
  }
  #carouselSobreGaleriaOneSec .slick-next,
  #carouselInfoGaleriaSec .slick-next {
    right: 1.5rem;
  }
  #carouselSobreGaleriaOneSec {
    margin-bottom: 3rem;
  }
  #carouselSobreGaleriaOneSec #carouselSobreGaleriaOne {
    margin-bottom: 4rem;
  }
  #infoGaleria {
    margin-bottom: 3rem;
  }
  #infoGaleria .firstRow h4 {
    margin: 0 auto 3rem auto;
  }
  #infoGaleria .lastRow h4 {
    margin: 0 auto 1rem auto;
  }
  #infoGaleria .content {
    width: calc(100% - 3.75rem);
  }
  #infoGaleria .container-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  #infoGaleria .container-icon img {
    width: 1.1rem;
  }
  #infoGaleria ul {
    margin-bottom: 1rem;
  }
  #infoGaleria h3 {
    font-size: 1.15rem;
    height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  #infoGaleria h4 {
    width: 100%;
  }
  #infoGaleria li {
    width: 100%;
    margin-bottom: 2rem;
  }
  #carouselInfoGaleriaSec {
    margin-bottom: 1.75rem;
  }
  #carouselInfoGaleriaSec .tcol-6 {
    width: 100%;
  }
  #carouselInfoGaleriaSec .inner div {
    margin-bottom: 1.25rem;
  }
  #carouselInfoGaleriaSec #carouselInfoGaleria {
    margin-bottom: 4rem;
  }
  #carouselInfoGaleriaSec .button {
    text-align: center;
  }
  #galeriaLocalizacao {
    margin-bottom: 3.5rem;
  }
  #galeriaLocalizacao .tcol-6 {
    width: 100%;
  }
  #galeriaLocalizacao .content {
    text-align: center;
    margin-bottom: 2rem;
  }
  #galeriaLocalizacao h2,
  #galeriaLocalizacao p {
    text-align: left;
  }
  #galeriaLocalizacao h2 {
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
  #galeriaLocalizacao iframe {
    height: 15rem;
  }
  #comoChegar {
    margin-bottom: 1rem;
  }
  #comoChegar .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  #comoChegar h3 {
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
  }
  #smGaleria {
    margin-bottom: 5rem;
  }
  #smGaleria h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  #smGaleria h3 {
    width: 100%;
    margin: 0 auto 1.75rem auto;
  }
  #smGaleria h4 {
    margin-bottom: 1rem;
  }
  #smGaleria ul {
    -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;
  }
  #smGaleria li {
    margin-right: 0;
  }
  #smGaleria a {
    font-size: 1rem;
  }
  #smGaleria a img {
    width: 2rem;
  }
  #smGaleria a span {
    margin: 0 0.85rem;
  }
}

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

#mainNovidades {
  margin-bottom: 5rem;
}

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

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

#mainNovidades .novidade a {
  display: block;
}

#mainNovidades .novidade ul {
  padding: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

#mainNovidades .novidade h4 {
  font-size: 1.063rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

#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: 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 4.375rem;
}

#mainNovidades .novidade .readMore {
  font-size: 1rem;
  text-decoration: underline;
}

#mainNovidades .novidade a {
  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: 21.25rem;
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#mainNovidades .novidade .content {
  position: relative;
  padding-top: 2rem;
  margin-top: -2rem;
  background-color: #ffffff;
  border-radius: 0px 2rem 0px 0px;
}

#mainNovidades .header {
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4rem;
  position: relative;
  top: -8.375rem;
  min-height: 8.375rem;
}

#mainNovidades h1 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 2.813rem;
}

#mainNovidades select {
  min-width: 15.438rem;
  height: 3.125rem;
  border: 1px solid #a6a6a6;
  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;
}

#mainNovidades #novidades {
  position: relative;
  top: -2rem;
}

@media only screen and (max-width: 767px) {
  #mainNovidades {
    margin-bottom: -3.5rem;
    position: relative;
    top: -8.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    overflow: hidden;
    background-color: #fff;
  }
  #mainNovidades .tcol-4 {
    width: 100%;
  }
  #mainNovidades .line {
    margin: 0;
  }
  #mainNovidades .container,
  #mainNovidades .tcol-12 {
    padding: 0;
  }
  #mainNovidades .header {
    padding: 2.75rem 1rem 2.25rem 1rem;
    position: static;
    min-height: unset;
    -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-radius: 0;
  }
  #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 {
    position: static;
  }
  #mainNovidades h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  #mainNovidades select {
    min-width: unset;
    width: 100%;
  }
}

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

#mainComoChegar {
  margin-bottom: 2rem;
}

#mainComoChegar .header {
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4rem;
  position: relative;
  top: -8.375rem;
  min-height: 8.375rem;
}

#mainComoChegar .innerMap {
  padding: 0 4rem;
  position: relative;
  top: -4rem;
}

#mainComoChegar .black-track {
  background-color: #000;
  color: #fff;
  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.15rem 1.75rem;
}

#mainComoChegar h1 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 2.813rem;
}

#mainComoChegar h4 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6rem;
}

#mainComoChegar h4 i {
  margin-right: 0.75rem;
}

#mainComoChegar iframe {
  display: block;
  border: none;
  width: 100%;
  height: 36.25rem;
}

#mainComoChegar .btn-branco {
  border: 1px solid #fff;
}

#comoChegar h2 {
  white-space: pre-line;
  font-size: 1.75rem;
  line-height: 2.438rem;
  font-weight: 700;
}

#comoChegar.page {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  #mainComoChegar {
    margin-bottom: -4.5rem;
    position: relative;
    top: -8.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    overflow: hidden;
    background-color: #fff;
  }
  #mainComoChegar .line {
    margin: 0;
  }
  #mainComoChegar .container,
  #mainComoChegar .tcol-12 {
    padding: 0;
  }
  #mainComoChegar .header {
    padding: 2.75rem 1rem 1.5rem 1rem;
    position: static;
    min-height: unset;
    -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-radius: 0;
  }
  #mainComoChegar .innerMap {
    position: static;
    padding: 0 1rem;
  }
  #mainComoChegar .black-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  #mainComoChegar h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #mainComoChegar h4 {
    font-size: 1rem;
  }
  #mainComoChegar iframe {
    height: 18rem;
  }
  #mainComoChegar .btn-branco {
    margin-top: 1rem;
  }
  #comoChegar h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: -0.5rem;
  }
}

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

#mainPlanejeSuaVisita {
  margin-bottom: 4rem;
}

#mainPlanejeSuaVisita .header {
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4rem;
  position: relative;
  top: -8.375rem;
  min-height: 8.375rem;
}

#mainPlanejeSuaVisita h1 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 2.813rem;
}

#mainPlanejeSuaVisita #questions {
  padding: 0 4rem;
  position: relative;
  top: -5rem;
}

#mainPlanejeSuaVisita li {
  border-bottom: 1px solid #f1f1f1;
}

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

#mainPlanejeSuaVisita .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.375rem;
  font-weight: 500;
  line-height: 1.875rem;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}

#mainPlanejeSuaVisita .tacc-item i {
  font-size: 1.15rem;
  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;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}

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

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

#mainPlanejeSuaVisita 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 #f1f1f1;
}

@media only screen and (max-width: 767px) {
  #mainPlanejeSuaVisita {
    margin-bottom: -4.5rem;
    position: relative;
    top: -8.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    overflow: hidden;
    background-color: #fff;
  }
  #mainPlanejeSuaVisita .line {
    margin: 0;
  }
  #mainPlanejeSuaVisita .container,
  #mainPlanejeSuaVisita .tcol-12 {
    padding: 0;
  }
  #mainPlanejeSuaVisita .header {
    padding: 2.75rem 1rem 0.5rem 1rem;
    position: static;
    min-height: unset;
    -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-radius: 0;
  }
  #mainPlanejeSuaVisita #questions {
    position: static;
    padding: 0 1rem;
  }
  #mainPlanejeSuaVisita .tacc-item {
    font-size: 1rem;
    padding: 0.75rem 0;
    line-height: 1.5;
  }
  #mainPlanejeSuaVisita h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #mainPlanejeSuaVisita p {
    padding: 0.75rem 0;
    font-size: 0.9rem;
  }
}

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

#mainSejaLojista {
  margin-bottom: 7rem;
}

#mainSejaLojista .header {
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4rem;
  position: relative;
  top: -8.375rem;
  min-height: 8.375rem;
}

#mainSejaLojista .inner {
  padding: 1.5rem 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

#mainSejaLojista .inner a {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.563rem;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  color: #12171b;
}

#mainSejaLojista .inner a:hover, #mainSejaLojista .inner a:active {
  opacity: 0.7;
}

#mainSejaLojista .inner span {
  vertical-align: middle;
}

#mainSejaLojista .inner i {
  background-color: #ff3f34;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  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;
  font-size: 0.9rem;
  color: #fff;
  margin-right: 0.6rem;
}

#mainSejaLojista p,
#mainSejaLojista h4 {
  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 h4,
#mainSejaLojista .btn-branco {
  margin: 0 0.75rem;
}

#mainSejaLojista .innerVantagens {
  padding: 0 4rem;
}

#mainSejaLojista #telephoneLojista {
  position: relative;
  top: -4rem;
  margin-bottom: 1rem;
}

#mainSejaLojista h1 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 2.813rem;
}

#mainSejaLojista h2 {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.438rem;
  white-space: pre-line;
  margin-bottom: 3rem;
}

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

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

#mainSejaLojista h3 {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #727272;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  color: #12171b;
}

#mainSejaLojista h3 strong {
  font-weight: 500;
}

#mainSejaLojista .itemVantagem {
  background-color: #f1f1f1;
  border-radius: 0.5rem;
  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 {
  min-height: 9.6rem;
  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: 80%;
}

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

#mainSejaLojista .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;
}

@media only screen and (max-width: 767px) {
  #mainSejaLojista {
    margin-bottom: -4.5rem;
    position: relative;
    top: -8.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    overflow: hidden;
    background-color: #fff;
  }
  #mainSejaLojista .line {
    margin: 0;
  }
  #mainSejaLojista .container {
    padding: 0;
  }
  #mainSejaLojista .header {
    padding: 2.75rem 0 1.5rem 0;
    position: static;
    min-height: unset;
    -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-radius: 0;
  }
  #mainSejaLojista .inner {
    padding: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mainSejaLojista .inner a {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  #mainSejaLojista .innerVantagens {
    padding: 0;
  }
  #mainSejaLojista #telephoneLojista {
    position: static;
    margin-bottom: 2rem;
  }
  #mainSejaLojista .container-icon {
    min-height: 8rem;
  }
  #mainSejaLojista h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #mainSejaLojista h2 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  #mainSejaLojista h3 {
    font-size: 0.9rem;
    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 h4 {
    font-size: 0.9rem;
  }
  #mainSejaLojista li {
    width: 50%;
  }
  #mainSejaLojista h4,
  #mainSejaLojista .btn-branco {
    margin: 0 0.5rem;
  }
}

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

#mainContato {
  margin-bottom: 3rem;
}

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

#mainContato .formWrapper {
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -8.375rem;
  min-height: 8.375rem;
  display: flex;
  overflow: hidden;
}

#mainContato .title {
  height: 8.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#mainContato .image {
  min-height: 54rem;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

#mainContato .image .content {
  position: relative;
  color: #fff;
  padding: 0 2.5rem 3rem 2.5rem;
}

#mainContato .image .content img {
  width: 3.5rem;
  margin-bottom: 1rem;
}

#mainContato .formCol {
  width: 50%;
  padding: 0 2.5rem;
}

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

#mainContato h1 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 2.813rem;
}

#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: 500;
  font-size: 1rem;
}

#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;
}

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

#mainContato textarea {
  height: 9rem;
}

#mainContato form {
  margin-top: 3rem;
}

#mainContato .btn-branco {
  margin-top: 1rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #mainContato {
    margin-bottom: -2rem;
    position: relative;
    top: -8.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    overflow: hidden;
    background-color: #fff;
  }
  #mainContato .line {
    margin: 0;
  }
  #mainContato .container {
    padding: 0;
  }
  #mainContato .formWrapper {
    padding: 0;
    position: static;
    min-height: unset;
    -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-radius: 0;
  }
  #mainContato .image,
  #mainContato .formCol {
    width: 100%;
  }
  #mainContato .image {
    display: none;
  }
  #mainContato .formCol {
    padding: 0;
  }
  #mainContato .title {
    height: auto;
    padding: 2.75rem 0 1.5rem 0;
  }
  #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: 1rem;
  }
}

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

#mainPortalDoLojista {
  margin-bottom: 3rem;
}

#mainPortalDoLojista .formWrapper {
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -8.375rem;
  min-height: 8.375rem;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 47rem;
  margin: 0 auto;
}

#mainPortalDoLojista .title {
  height: 8.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#mainPortalDoLojista .formCol {
  width: 100%;
  padding: 0 4rem;
}

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

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

#mainPortalDoLojista h1 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 2.813rem;
}

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

#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;
}

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

#mainPortalDoLojista form {
  margin-top: 3rem;
}

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

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

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

@media only screen and (max-width: 767px) {
  #mainPortalDoLojista {
    margin-bottom: -2rem;
    position: relative;
    top: -8.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    overflow: hidden;
    background-color: #fff;
  }
  #mainPortalDoLojista .line {
    margin: 0;
  }
  #mainPortalDoLojista .container,
  #mainPortalDoLojista .tcol-12 {
    padding: 0;
  }
  #mainPortalDoLojista .formCol {
    padding: 0;
  }
  #mainPortalDoLojista .formWrapper {
    position: static;
    padding: 0 1rem;
    border-radius: 0;
  }
  #mainPortalDoLojista .title {
    padding: 2.75rem 0 0.5rem 0;
    position: static;
    height: auto;
  }
  #mainPortalDoLojista h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #mainPortalDoLojista p {
    font-size: 0.9rem;
    margin: 0 0 1.5rem 0;
  }
  #mainPortalDoLojista form {
    margin-top: 0;
  }
  #mainPortalDoLojista .btn-branco,
  #mainPortalDoLojista .btn-black {
    min-height: 2.938rem;
    font-size: 1rem;
  }
  #mainPortalDoLojista .btn-black {
    margin: 1rem auto 1rem auto;
  }
}

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

#mainCadastro {
  margin-bottom: 3rem;
}

#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 {
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -8.375rem;
  min-height: 8.375rem;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 47rem;
  margin: 0 auto;
}

#mainCadastro .title {
  height: 8.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#mainCadastro .formCol {
  width: 100%;
  padding: 0 4rem;
}

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

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

#mainCadastro h1 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 2.813rem;
}

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

#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;
}

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

#mainCadastro form {
  margin-top: 3rem;
}

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

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

#mainCadastro .linkLogin {
  font-size: 1rem;
  color: #12171b;
  font-weight: 500;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#mainCadastro .linkLogin:hover, #mainCadastro .linkLogin:active {
  color: #3b4b58;
}

@media only screen and (max-width: 767px) {
  #mainCadastro {
    margin-bottom: -2rem;
    position: relative;
    top: -8.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    overflow: hidden;
    background-color: #fff;
  }
  #mainCadastro .line {
    margin: 0;
  }
  #mainCadastro .container,
  #mainCadastro .tcol-12 {
    padding: 0;
  }
  #mainCadastro .formCol {
    padding: 0;
  }
  #mainCadastro .formWrapper {
    position: static;
    padding: 0 1rem;
    border-radius: 0;
  }
  #mainCadastro .title {
    padding: 2.75rem 0 0.5rem 0;
    position: static;
    height: auto;
  }
  #mainCadastro .tw50 {
    width: 100%;
  }
  #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 {
    min-height: 2.938rem;
    font-size: 1rem;
  }
}

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

#mainPoliticaPrivacidade .secWrapper {
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -8.375rem;
  min-height: 8.375rem;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#mainPoliticaPrivacidade .title {
  height: 8.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 3rem;
}

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

#mainPoliticaPrivacidade h1 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 2.813rem;
}

#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: -1rem;
    position: relative;
    top: -8.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    overflow: hidden;
    background-color: #fff;
  }
  #mainPoliticaPrivacidade .line {
    margin: 0;
  }
  #mainPoliticaPrivacidade .container {
    padding: 0;
  }
  #mainPoliticaPrivacidade .secWrapper {
    padding: 0;
    position: static;
    min-height: unset;
    -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-radius: 0;
  }
  #mainPoliticaPrivacidade .contentCol {
    padding: 0;
  }
  #mainPoliticaPrivacidade .title {
    height: auto;
    padding: 2.75rem 0 1.5rem 0;
    margin-bottom: 0;
  }
  #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 {
  background-color: #fff;
  border-radius: 2.5rem 2.5rem 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -8.375rem;
  min-height: 8.375rem;
  display: flex;
  width: 100%;
  margin: 0 auto;
}

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

#mainNovidade .tags {
  padding: 0;
  margin: 0 -0.25rem 1rem -0.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -1.5rem;
}

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

#mainNovidade .date {
  margin-bottom: 3rem;
  padding: 1.25rem 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

#mainNovidade .date h5 {
  font-size: 1.25rem;
  line-height: 1.4rem;
  font-weight: 300;
  color: #919191;
}

#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: #f1f1f1;
}

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

#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: 500;
  font-size: 2.375rem;
  line-height: 2.813rem;
  color: #2d3436;
}

#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;
  font-style: italic;
  line-height: 2.45rem;
  border-left: 3px solid #f1f1f1;
}

#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 #f1f1f1;
  color: #727272;
}

@media only screen and (max-width: 767px) {
  #mainNovidade {
    margin-bottom: -3.5rem;
    position: relative;
    top: -8.5rem;
  }
  #mainNovidade .tcol-4 {
    width: 100%;
  }
  #mainNovidade .container,
  #mainNovidade .tcol-12 {
    padding: 0;
  }
  #mainNovidade .secWrapper {
    position: static;
    border-radius: 1.5rem;
    padding: 0 1rem;
  }
  #mainNovidade .content {
    padding-bottom: 2rem;
  }
  #mainNovidade .contentCol {
    padding: 0;
  }
  #mainNovidade .line {
    margin: 0;
  }
  #mainNovidade .tags {
    margin: 0 -0.25rem 0 -0.25rem;
  }
  #mainNovidade .title {
    margin-bottom: 1.5rem;
  }
  #mainNovidade .date {
    margin-bottom: 1.5rem;
    padding: 1rem 0;
  }
  #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;
  }
}

#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;
}

#mainLoja .info {
  width: 42%;
  margin-bottom: 1.5rem;
}

#mainLoja .image {
  width: 58%;
  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;
}

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

#mainLoja h1 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #12171b;
  margin-bottom: 1rem;
}

#mainLoja h5,
#mainLoja h4 {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

#mainLoja h5 {
  color: #a6a6a6;
}

#mainLoja h4 {
  color: #12171b;
}

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

#mainLoja .contact {
  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;
}

#mainLoja .contact li {
  margin-bottom: 1rem;
}

#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: #12171b;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

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

#mainLoja .contact img {
  width: 2.5rem;
  margin-right: 0.75rem;
}

#mainLoja .contact span {
  font-size: 1.25rem;
}

@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 .image {
    height: auto;
  }
  #mainLoja .image img {
    width: 100%;
  }
  #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.375rem;
    line-height: 1.85rem;
  }
  #mainLoja h4,
  #mainLoja h5 {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}

#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 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}

#mainLojas .clearFilters {
  font-size: 12px;
  font-weight: 400;
  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: #f1f1f1;
  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: #a6a6a6;
}

#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;
}

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

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

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

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

#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;
}

#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 0 0.75rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
  border-bottom: 1px solid #f1f1f1;
}

#mainLojas .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);
}

#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 ul {
  margin-top: 1.5rem;
}

#mainLojas .itemFilter {
  margin-bottom: 1.75rem;
}

#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 #f1f1f1;
  -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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}

#mainLojas .groupTitle {
  width: 4rem;
  text-align: center;
}

#mainLojas .groupItems {
  width: calc(100% - 5.25rem);
}

#mainLojas .groupItem {
  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: 1px solid #f1f1f1;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

#mainLojas .contact {
  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;
}

#mainLojas .contact li {
  margin-bottom: 1rem;
}

#mainLojas .contact li:last-child {
  margin-bottom: 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: #12171b;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#mainLojas .contact a:hover, #mainLojas .contact a:active {
  color: #12171b;
  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;
}

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

#mainLojas h1 {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

#mainLojas h3 {
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
  color: #12171b;
}

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

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

#mainLojas h5 {
  color: #a6a6a6;
}

@media only screen and (max-width: 767px) {
  #mainLojas {
    margin-bottom: 4rem;
  }
  #mainLojas .clearFilters.desk {
    display: none !important;
  }
  #mainLojas .title {
    margin-bottom: 1rem;
  }
  #mainLojas .searchDiv {
    margin-bottom: 2rem;
  }
  #mainLojas .searchDiv ul {
    display: none;
  }
  #mainLojas .inputSearch {
    width: 100%;
  }
  #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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.25rem;
  }
  #mainLojas .groupTitle {
    width: auto;
  }
  #mainLojas .groupItems {
    width: 100%;
  }
  #mainLojas .groupItem {
    padding: 1rem;
  }
  #mainLojas .contact span {
    display: none;
  }
  #mainLojas .contact img {
    margin-right: 0;
  }
  #mainLojas .linkWrapper {
    max-width: 82%;
  }
  #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.375rem;
    line-height: 1.85rem;
  }
  #mainLojas h2 {
    margin-bottom: 0.5rem;
    text-align: left;
    font-size: 1.45rem;
  }
  #mainLojas h3 {
    font-size: 1.05rem;
    margin-bottom: 1rem;
  }
  #mainLojas h4,
  #mainLojas h5 {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  #mainLojas h5 {
    margin-bottom: 0.25rem;
  }
}
/*# sourceMappingURL=style.css.map */