* {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom;
}

html {
  font-family: 'Work Sans', sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-align-adjust: 100%;
}

html.no-scroll {
  overflow: hidden;
}

body,
html {
  overflow-x: hidden;
}

@media (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}
article,
aside,
div,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style-type: none;
}

h1 {
  font-size: 2.625rem;
  line-height: 1.7142857143;
}

h2 {
  font-size: 2.0625rem;
  line-height: 1.4545454545;
}

h3 {
  font-size: 1.625rem;
  line-height: 1.8461538462;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  background: transparent;
  cursor: pointer;
  -webkit-appearance: button;
}

[type='password'],
[type='text'] {
  background: transparent;
  width: 100%;
}

/**/
.a {
  margin-top: 7.5rem;
}
@media (min-width: 1200px) {
  .a .vertical-align {
    /*! margin-top: 33%; */
    /*! transform: translateY(-50%); */
  }
  .a .media__left {
    width: 50%;
  }
  .a .media__left img {
    width: 100%;
  }
  .a .media__right {
    width: 50%;
  }
  .a h2 {
    display: block;
    color: black;
    margin: 0;
    text-align: center;
    font-style: normal;
  }
  .a p {
    text-align: center;
    margin-top: 3rem;
    display: block;
    max-width: 70%;
    margin: 3rem auto 0;
  }
}
@media (max-width: 1199px) {
  .a .media__right,
  .a .media__left {
    float: none;
    width: 100%;
  }
  .a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 3rem);
  }
  .a h2 {
    display: block;
    color: black;
    margin: 0;
    text-align: center;
    font-style: normal;
    margin-top: 7.5rem;
  }
  .a p {
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

.b {
  margin-top: 4.5rem;
  margin-bottom: 6rem;
}
.b p {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}

/**/
.conheca_mais {
  background: #565251;
  padding-top: 1px;
}
.conheca_mais h2 {
  font-style: normal;
  text-align: center;
  margin: 6rem 0 3rem 0;
}
.conheca_mais ul {
  text-align: center;
}
.conheca_mais li {
  display: inline-block;
  margin: 0 1.5rem;
}
.conheca_mais li a {
  font-size: 1.2rem;
}
.conheca_mais ul:after {
  content: '';
  display: inline-block;
  width: 100%;
  margin-bottom: 6rem;
}
@media (max-width: 600px) {
  .conheca_mais ul {
    text-align: center;
  }
  .conheca_mais li {
    width: 100%;
    margin: 0.75rem 0;
  }
}

.social-media__item {
  vertical-align: middle !important;
}

.social-media__icon.facebook {
  border: solid black 2px;
  border-radius: 5px;
  display: block;
  height: 15px;
  width: 15px;
  padding: 1px;
}

@media (max-width: 900px) {
  .topbar .facebook {
    border-color: #bebebe;
  }
}
.the {
  text-align: justify;
}

.the > li {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.the:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.footer.fake {
  background: transparent;
}

.footer.fake * {
  color: black;
  font-size: 1rem;
}

.the h3 {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.the .social-media__icon {
  height: 20px;
  width: 20px;
}

.banner.mobile {
  height: 33rem;
  background-position-x: left;
  position: relative;
  background-image: url('../img/mobile.png');
  background-position-y: 85%;
}

@media (min-width: 600px) and (max-width: 899px) {
  .banner.mobile {
    background-image: url('../img/tablet.png');
  }
}

.fake.footer {
  margin-top: -5rem;
  margin-bottom: 2rem;
}

@media (max-width: 900px) {
  .the > li {
    display: block;
  }

  .the h3 {
    margin-top: 3rem;
  }
}
@media (max-width: 900px) {
  .slider {
    display: none;
  }
}
@media (min-width: 901px) {
  .banner.mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  .bg-2 .banner__title {
    font-size: 2.25rem;
  }
}
@media (max-width: 900px) {
  .conheca_mais .button {
    display: block !important;
    width: 100% !important;
  }

  .conheca_mais li {
    width: 100%;
    margin: 0.75rem 0;
  }
}
.interna {
  padding: 3rem 4.5rem 4.5rem;
}

@media (max-width: 900px) {
  .interna {
    padding-left: 0;
    padding-right: 0;
  }
}
.interna__breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.interna__paragraph {
  font-size: 1.25rem;
  margin: 1.5rem 1rem;
  text-align: center;
}

.container,
.newsletter {
  margin-left: auto;
  margin-right: auto;
  max-width: 54rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1400px) {
  .container,
  .newsletter {
    max-width: 60vw;
  }
}

.media::after {
  content: '';
  display: table;
  clear: both;
}
.media__left {
  float: left;
}

.media__right {
  float: right;
}

.topbar {
  box-sizing: border-box;
  padding-top: 0.75rem;
  height: 4.5rem;
  position: relative;
}
.topbar__left {
  float: left;
}

.topbar__right {
  float: right;
  padding-top: 0.75rem;
}

.topbar__button {
  background-image: url(../img/svg/bars.svg);
  background-position: center;
  background-size: 100% auto;
  display: block;
  height: 1.875rem;
  margin-top: -0.1875rem;
  width: 1.875rem;
  text-indent: -99999px;
}
.topbar__button.show {
  background-image: url(../img/svg/close.png);
}
@media screen and (min-width: 900px) {
  .topbar__button {
    display: none;
  }
}

@media (min-width: 900px) {
  .topbar__menu,
  .topbar__social {
    display: inline-block;
  }
}
@media (max-width: 899px) {
  .topbar__dropdown {
    transition: 0.5s all;
    background: #424242;
    position: absolute;
    top: 4.5rem;
    right: 0px;
    height: calc(100vh - 72px);
    opacity: 0;
    width: 100%;
    z-index: 15;
    overflow: scroll;
    visibility: hidden;
  }
  .show ~ .topbar__dropdown {
    opacity: 1;
    visibility: visible;
  }
}

.header__address {
  padding: 1.5rem 0 3rem 1.5rem;
}
.header__address h2 {
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.header__address * {
  color: #bebebe;
  text-decoration: none;
}
.header__address aside svg {
  float: left;
}
.header__address aside p {
  overflow: hidden;
}
@media (min-width: 900px) {
  .header__address {
    display: none;
  }
}

.logo {
  display: block;
  height: 1.875rem;
  line-height: 1.875rem;
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
}
.logo__image {
  height: 100%;
  width: auto;
}

.inline__item {
  display: inline-block;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.inline__item:first-child {
  margin-left: 0;
}
.inline__item:last-child {
  margin-right: 0;
}

.menu__link {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 899px) {
  .menu {
    padding: 3rem 1.5rem 1.5rem;
  }
  .menu__link {
    font-size: 1.625rem;
    line-height: 1.8461538462;
    color: #bebebe;
  }
}
@media screen and (min-width: 900px) {
  .menu__item {
    display: inline-block;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .menu__item:hover {
    background: #424242;
    color: white;
  }

  .menu__link {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
  }
}

.social-media__item {
  color: #bebebe;
  display: inline-block;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  transition: all 0.25 ease-in;
}
.social-media__item:hover {
  transform: scale(1.2);
}

.social-media__link {
  color: inherit;
}

.social-media .fix_it {
  display: none;
}
@media screen and (max-width: 899px) {
  .social-media {
    padding: 0 1.5rem 1.5rem;
  }
  .social-media__item img {
    display: none;
  }
  .social-media__item .fix_it {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .social-media__item {
    color: black;
  }
}

.button {
  box-sizing: border-box;
  outline-color: white;
  outline-style: solid;
  outline-width: 0.0625rem;
  color: white;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  padding-bottom: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.375rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in;
}
.button:hover {
  background: white;
  color: #424242;
}

.download-button {
  display: grid;
  grid-template-columns: auto 1.5rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-transform: none;
  word-break: break-all;
  color: white;
  background: #424242;
  outline-color: #424242;
}

.banner,
.banner--dark,
.banner--centralized {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  height: 37rem;
  padding-top: 4.5rem;
}
.slider .banner,
.slider .banner--dark,
.slider .banner--centralized {
  height: calc(100vh - 4.5rem);
  min-height: 37rem;
  background-size: cover;
}

@media (max-width: 888px) {
  .banner,
  .banner--dark,
  .banner--centralized {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.banner--centralized {
  padding-top: 14.75rem;
  text-align: center;
}

.banner--sofa-1 {
  background-image: url('../img/sofa-1.png');
  background-position: center 70%;
}

.banner--sofa-2 {
  background-image: url('../img/sofa-2.png');
  background-position: center 70%;
}

.banner--sofa-3 {
  background-image: url('../img/sofa-3.png');
  background-position: center 70%;
}

.banner--sofa-4 {
  background-image: url('../img/sofa-4.png');
  background-position: center 70%;
}

.banner--pb {
  background-image: url('../img/preto-branco.png');
  background-position: center 70%;
}

.banner--sofas {
  background-image: url('../img/sofas.png');
  background-position: center 70%;
}

.banner--sofa-cama {
  background-image: url('../img/sofa-cama.png');
  background-position: center 70%;
}

.banner--chaises {
  background-image: url('../img/chaises.png');
  background-position: center 70%;
}

.banner--recamier {
  background-image: url('../img/recamier.png');
  background-position: center 70%;
}

.banner--poltronas {
  background-image: url('../img/poltronas.png');
  background-position: center 70%;
}

.banner--puffs {
  background-image: url('../img/puffs.png');
  background-position: center 70%;
}

.banner__title {
  color: white;
  font-size: 3.3125rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.358490566;
  text-transform: uppercase;
  /*         @media (max-width: 600px) {
              @include font((size: 2rem, style: italic, weight: 200));
              text-align: center;
              display: block !important;
          } */
}

.banner__small-title {
  display: block;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-top: -0.75rem;
}

.banner__text {
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  max-width: 33rem;
  text-align: center;
}

.banner__button {
  margin-top: 1.5rem;
}

.banner--dark {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 70%;
}
@media (max-width: 888px) {
  .banner--dark.show,
  .banner--dark.foo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 394px) {
  .banner--dark {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.banner--dark .banner__title {
  display: inline-block;
  font-style: normal;
  margin-top: 22.5rem;
  padding: 0 0.75rem;
}

@media screen and (max-width: 900px) {
  .banner--dark .banner__title {
    margin-top: 15rem;
  }
}
.banner--dark .banner__text {
  background: #424242;
  text-align: left;
  margin-left: 0;
  margin-top: -1.5rem;
  padding: 0.75rem 0.75rem;
}

.accordion section {
  cursor: pointer;
  height: 16.5rem;
  overflow: hidden;
  transition: all 0.5s linear;
  padding: 0;
}
.accordion section.show {
  cursor: default;
  height: 37rem;
}
.accordion section.show .banner__title {
  background: #424242;
  margin-top: 22.5rem;
}
.accordion section.show .banner__text {
  color: white;
  background: #424242;
}
.accordion section.show .filter {
  background: rgba(0, 0, 0, 0);
}
.accordion section.show .button {
  opacity: 1;
}
.accordion .banner__title {
  background: transparent;
  margin-top: 6rem;
  z-index: 2;
  transition: all 0.5s linear;
}
@media (max-width: 600px) {
  .accordion .banner__title {
    font-size: 2.2rem;
    line-height: 1.3636363636;
    margin-bottom: 0.75rem;
  }
}
.accordion .button {
  opacity: 0;
  transition-duration: 0.25s;
}
.accordion .banner__text {
  color: transparent;
  background: transparent;
  transition: all 0.5s linear;
}
.accordion .filter {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding-top: 0.01px;
}

/* .accordion {
    section {
        height: lines(12.5);
        overflow: hidden;
        position: relative;

        :after {
            background: rgba(0, 0, 0, 0.25);
            content: ' ';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: lines(12.5);
            width: 100%;
            z-index: 1;
        }

        .banner__title {
            background: transparent;
            margin-top: lines(2);
            z-index: 2;
        }

        .banner__text {
            opacity: 0;
        }
    }
} */
.bg-1 {
  background-image: url('../img/bg-1.png');
  background-position: center 70%;
}

.bg-2 {
  background-image: url('../img/bg-2.png');
  background-position: center 70%;
}

.bg-3 {
  background-image: url('../img/bg-3.png');
  background-position: center 70%;
}

.bg-4 {
  background-image: url('../img/bg-4.png');
  background-position: center 70%;
}

.fix {
  background-attachment: fixed;
  height: 100vh;
  min-height: 40rem;
}
@media (max-width: 888px) {
  .fix {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 843px) {
  .fix {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

.slider {
  position: relative;
  height: calc(100vh - 4.5rem);
  min-height: 37rem;
}
.slider__left-button,
.slider__right-button {
  color: white;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 2;
}

.slider__left-button {
  left: 1.5rem;
}

.slider__right-button {
  right: 1.5rem;
}

.slider__arrow {
  height: 3rem;
  width: auto;
}

.slider__scroll-down {
  bottom: 1.5rem;
  font-weight: 500;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}

.slider__chevron {
  display: block;
  width: 100%;
}

.slider .banner {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.slider .banner.animate {
  transition: all 1s ease-in-out;
}
.slider .banner.top {
  transform: translateX(0%);
  z-index: 2;
  opacity: 1;
}
.slider .banner.next {
  transform: translateX(100%);
  z-index: 1;
}
.slider .banner.previous {
  transform: translateX(-100%);
  z-index: 1;
}

body {
  overflow-x: hidden;
}

@keyframes scroll-down {
  from {
    bottom: 1.5rem;
  }
  to {
    bottom: 1rem;
  }
}
.slider__scroll-down {
  animation-name: scroll-down;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

.moon,
.moon--left {
  background-image: url('../img/circle.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 12rem 12rem;
  padding-bottom: 4.5rem;
  padding-right: 5rem;
  padding-top: 4.5rem;
}
.moon__text {
  background-color: #424242;
  color: white;
  font-size: 2.0625rem;
  font-weight: 200;
  line-height: 1;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  text-align: right;
  text-transform: uppercase;
}

.moon--left {
  background-position: center left;
  padding-left: 5rem;
  padding-right: 0;
}
.moon--left .moon__text {
  text-align: left;
}

@media (max-width: 899px) {
  .moon,
  .moon--left {
    background-image: url('../img/black-circle.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 12rem 12rem;
    margin-right: calc(50% - 100px);
  }
  .moon__text {
    background-color: white;
    color: black;
    font-size: 2.0625rem;
    font-weight: 200;
    line-height: 1;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
    text-align: right;
    text-transform: uppercase;
  }

  .moon--left {
    margin-left: calc(50% - 160px);
    margin-right: 0%;
    background-position: center left;
    padding-left: 5rem;
    padding-right: 0;
    background-image: url('../img/circle.svg');
  }
  .moon--left .moon__text {
    color: white;
    text-align: left;
    background: #424242;
  }
}
@media (max-width: 899px) {
  .window {
    background: white;
    height: 68rem;
    background-image: url('../img/breda.png');
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .window__rag {
    background: transparent;
    height: 37rem;
  }

  .window__inner-rag {
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 6rem;
  }

  .window__text {
    color: black;
    margin-top: 0.75rem;
    text-align: center;
  }

  .window__button {
    outline-color: black;
    color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    width: 7rem;
  }
  .window__button:hover {
    background: black;
    color: #bebebe;
  }

  .window--left {
    height: 40rem;
    background: #424242;
  }
  .window--left .window__rag {
    margin-top: -3rem;
  }
  .window--left .window__inner-rag {
    /*              float: right; */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .window--left .window__text {
    color: white;
    text-align: center;
  }
  .window--left .window__button {
    color: white;
    outline-color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    width: 7rem;
  }
  .window--left .window__button:hover {
    background: black;
    color: #bebebe;
  }
}
@media (min-width: 900px) {
  .window {
    background: #eee;
    height: 34rem;
    background-image: url('../img/breda.png');
    background-position: 350% 50%;
    background-repeat: no-repeat;
    background-size: 120% auto;
  }
  .window__rag {
    background: #424242;
    float: right;
    height: 37rem;
    width: 50%;
    transition: 1s all ease-in-out;
  }

  .window__inner-rag {
    box-sizing: border-box;
    max-width: 27rem;
    padding-left: 3rem;
    padding-top: 6rem;
  }
}
@media (min-width: 900px) and (min-width: 1400px) {
  .window__inner-rag {
    max-width: 30vw;
  }
}
@media (min-width: 900px) {
  .window__text {
    color: white;
    margin-top: 0.75rem;
    text-align: right;
  }
}
@media (min-width: 900px) {
  .window__button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    width: 7rem;
  }
}
@media (min-width: 900px) {
  .window--left {
    background-image: url('../img/mapa.svg');
    background-position: 100% 0%;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
  .window--left .window__rag {
    float: left;
    margin-top: -3rem;
  }
  .window--left .window__inner-rag {
    float: right;
    padding-left: 0rem;
    padding-right: 3rem;
    transform: translateX(0%);
  }
  .window--left .window__text {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .moon--left,
  .moon {
    transform: scale(0.7);
  }
}
:not(.window--left) > .window__rag {
  transform: translateX(100%);
}

.window--left > .window__rag {
  transform: translateX(-100%);
}

.window__rag.show {
  transform: translateX(0%);
}

.newsletter {
  max-width: 40rem;
  text-align: center;
  padding: 10rem 1.5rem;
}
@media (max-width: 899px) {
  .newsletter {
    padding: 6rem 1.5rem;
  }
}
.newsletter__title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.newsletter__field {
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: 0.5rem;
  /*! padding-left: 0.75rem; */
  line-height: 2.5rem;
  height: 2.5rem;
  text-indent: 0.75rem;
}

.newsletter__text {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  line-height: 1rem;
  margin-top: 1.5rem;
  text-align: center;
}

.newsletter__button {
  color: black;
  outline-color: black;
  margin-top: 1.5rem;
}
.newsletter__button:hover {
  background: #424242;
  color: white;
}

.footer {
  overflow: hidden;
  background: #424242;
  color: #bebebe;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.5;
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
@media (max-width: 899px) {
  .footer {
    padding-top: 3rem;
  }
}
.footer .container {
  overflow: hidden;
}
.footer__column {
  float: left;
  width: 20%;
}

.footer .logo {
  line-height: 1.5rem;
  height: 1.5rem;
}
.footer h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer h2.leading {
  margin-top: 1.5rem;
}
.footer a {
  color: #bebebe;
  text-decoration: none;
}
.footer .colecoes {
  text-transform: uppercase;
}
.footer .center {
  text-align: center;
}
.footer .center__inner {
  display: inline-block;
  text-align: left;
}
.footer .social {
  text-align: right;
}
.footer .social .social-media__item {
  margin-right: 0;
}
.footer .social-media__icon {
  width: 1.2rem;
}
.footer .footer__icon {
  height: 1rem;
  vertical-align: middle;
}
.footer .endereco {
  margin-top: 0.75rem;
}
.footer .endereco svg {
  float: left;
}
.footer .endereco p {
  overflow: hidden;
}
.footer > aside {
  margin-top: 2rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0 1.5rem;
}
.footer > aside svg {
  margin-right: 0rem;
  height: 1rem;
}
.footer > section:last-of-type {
  text-align: center;
}
.footer > section:last-of-type a {
  height: 0.5rem;
}

@media (max-width: 900px) {
  .footer__column {
    width: 100% !important;
    text-align: center !important;
  }
  .footer__column[style='text-align: right;'] {
    text-align: center !important;
  }

  .footer {
    font-size: 16px;
  }
  .footer * {
    text-align: center;
  }
  .footer .logo {
    text-align: center;
  }
  .footer h2 {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-top: 3rem;
  }
  .footer .social {
    text-align: center;
  }
}
@font-face {
  font-family: 'Oxygen';
  src: url('../fonts/oxygen-regular.ttf') format('truetype');
}
.tooltip__base {
  width: 16.25rem;
  margin: 0 auto;
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 8.125rem);
  transition: all 0.25s ease-in-out;
  transform: scale(0) rotateZ(-90deg);
  transform-origin: bottom;
}
.tooltip__base .tooltip__content {
  font-family: Oxygen, Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.8461538462;
  color: black;
  position: absolute;
  padding: 3rem;
  bottom: 5px;
}
.tooltip__base svg {
  fill: white;
  height: auto;
}

.tooltip__trigger {
  display: inline-block;
}

.tooltip__trigger:hover ~ .tooltip__base,
.tooltip__base:hover {
  transform: scale(1) rotateZ(0deg);
}

.voodoo {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  padding: 0 1.5rem;
}

footer .social-media__item {
  padding-left: 0 !important;
}

/**/
.footer {
  text-align: justify;
}

.footer .container:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.footer__column {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.footer__column .atendimento {
  margin-top: 1.5rem;
}

.endereco {
  display: inline-block;
}

.footer .social-media__icon.facebook {
  border: solid #bebebe 2px;
  border-radius: 5px;
  display: block;
  height: 14px;
  width: 14px;
  padding: 1px;
}

.agent p {
  margin-top: 4.5rem;
}
.agent h2 {
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.0434782609;
  display: block;
  width: 400px;
  margin: 3rem auto 0;
}
.agent ul {
  margin-top: 3rem;
  padding-bottom: 4rem;
  font-size: 0;
  text-align: center;
}
.agent ul::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.agent ul li {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  border: solid 1px black;
  box-sizing: border-box;
  padding: 1rem;
  display: inline-block;
  width: 18rem;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: all ease-in 0.25s;
  /*   margin-left: 1rem; */
  margin-right: 1rem;
  vertical-align: top;
  height: 12rem;
}
@media (max-width: 900px) {
  .agent ul li {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .agent ul li {
    width: 100%;
  }
}
.agent ul li:hover {
  background: #424242;
}
.agent ul li:hover a {
  color: #dedede;
}
.agent ul li:nth-child(3n + 0) {
  margin-right: 0;
}
.agent ul li a {
  color: black;
  text-decoration: none;
  transition: all ease-in 0.25s;
  display: block;
  text-align: left;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
  border: 1px solid black;
  margin-top: 1rem;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url('../svg/down.svg');
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  background-image: url('../svg/up.svg');
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.2;
  line-height: 2.25rem;
  padding-left: 1rem;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: solid black 1px;
  border-top: transparent;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #424242;
  color: white !important;
}

.agent .check {
  display: inline-block;
  text-align: left !important;
  margin-top: 3rem;
}
@media (max-width: 600px) {
  .agent .check {
    font-size: 0.8rem;
  }
}

.agent .check input,
.agent .check span {
  vertical-align: top;
}

.agent p {
  text-align: center;
}
.agent .newsletter {
  /*   padding: 3rem; */
  padding-left: 0;
  padding-right: 0;
}
.agent .newsletter__field {
  line-height: 3.5rem;
}

.gmaps {
  width: 100%;
  height: 500px;
}

.g-recaptcha > div {
  margin: 0 auto;
}

.slideshow {
  position: relative;
  height: 31.5rem;
}
@media screen and (max-width: 56.25rem) {
  .slideshow {
    height: 22.5rem;
  }
}
@media screen and (max-width: 37.5rem) {
  .slideshow {
    height: 16.5rem;
  }
}
.slideshow__slide {
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: -1;
  transition-duration: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slideshow__slide.show {
  opacity: 1;
}

.slideshow__image {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.slideshow__back,
.slideshow__next {
  background-image: url(../img/svg/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  font-size: 0;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4.5rem;
  width: 4.5rem;
  transition-duration: 0.25s;
}
.slideshow__back:hover,
.slideshow__next:hover {
  opacity: 0.5;
}

.slideshow__back {
  background-image: url(../img/svg/arrow-left.svg);
  left: -1rem;
}
@media screen and (max-width: 56.25rem) {
  .slideshow__back {
    left: 0rem;
  }
}

.slideshow__next {
  background-image: url(../img/svg/arrow-right.svg);
  right: -1rem;
}
@media screen and (max-width: 56.25rem) {
  .slideshow__next {
    right: 0rem;
  }
}

.slideshow__thumbnail-bar {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 50rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 56.25rem) {
  .slideshow__thumbnail-bar {
    width: 100%;
  }
}

.slideshow__thumbnail {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2), 0 0 5px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2.25rem 0 0.75rem;
  margin: 0.5rem 0.5rem;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  width: calc(33.333% - 1.5rem);
}

@media screen and (max-width: 750px) {
  .slideshow__thumbnail {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 450px) {
  .slideshow__thumbnail {
    width: calc(100% - 1rem);
  }
}

.slideshow__thumbnail:hover .slideshow__image {
  transform: translateX(-50%) scale(1.1);
}
@media screen and (max-width: 56.25rem) {
  .slideshow__thumbnail {
    /*! height: 4.5rem; */
  }
}

.slideshow__description {
  font-size: 0.875rem;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.slideshow__thumbnail .slideshow__image {
  height: 6rem;
  transition-duration: 0.25s;
  margin-left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.slideshow {
  opacity: 0;
  visibility: hidden;
  transition-duration: 500ms;
  transition-property: opacity, visibility;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}

.slideshow--active {
  opacity: 1;
  visibility: visible;
}

.slideshow:after {
  background: #565251;
  color: white;
  content: 'FECHAR';
  font-size: 20px;
  padding: 6px 12px;
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}

.banner-produto {
  padding: 0;
  height: 15rem;
}

.banner-produto .container {
  height: 100%;
  position: relative;
  font-size: 0;
}

.banner-produto .container:before {
  background: red;
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.banner-produto .banner__title {
  display: inline-block;
}

@media screen and (max-width: 700px) {
  .banner-produto .banner__title {
    font-size: 32px;
  }
}

.banner-produto .banner__title {
  margin-top: 0;
  padding: 0;
  vertical-align: middle;
}

.banner__back {
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  height: 2rem;
  width: 4rem;
  position: absolute;
  bottom: 2rem;
  left: 1.8rem;
}

.banner__back:hover {
  background-image: url(../img/svg/arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  transform: scale(1.1);
}

#ver-representantes {
  min-height: 25rem;
}

.buffer {
  background-attachment: fixed;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.5) 100%
    ),
    url('../img/render-sketchup.jpeg');
  background-size: cover;
  background-position: center;
  font-size: 0px;
  height: 100vh;
  max-height: 24rem;
  text-align: center;
}

.buffer::before {
  content: '';
  display: inline-block;
  height: 100vh;
  max-height: 24rem;
  vertical-align: middle;
}

.buffer__content {
  display: inline-block;
  vertical-align: middle;
}

.buffer__text {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3rem;
  margin: 0 1rem;
  text-transform: uppercase;
  vertical-align: middle;
}

.buffer__button {
  color: black;
  outline-color: black;
  margin-top: 1.5rem;
}

.buffer__button:hover {
  outline-color: white;
}

@media screen and (max-width: 900px) {
  .buffer__text {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
