@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&family=Rubik:wght@300;400;700&display=swap);
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
p {
  line-height: 1.5;
}
.center {
  width: 1260px;
  margin: 0 auto;
}
@media only screen and (max-width: 1259px) {
  .center {
    width: 100%;
  }
}
footer {
  width: 100%;
  position: relative;
}
footer .footer {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1259px) {
  footer .footer {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
footer .footer .parte-um,
footer .footer .parte-dois {
  width: 18%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-um,
  footer .footer .parte-dois {
    width: 100%;
    -ms-align-items: center;
    align-items: center;
  }
}
footer .footer .parte-um .link-nav,
footer .footer .parte-dois .link-nav,
footer .footer .parte-um .sublink,
footer .footer .parte-dois .sublink {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 14px 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-um .link-nav,
  footer .footer .parte-dois .link-nav,
  footer .footer .parte-um .sublink,
  footer .footer .parte-dois .sublink {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-um .link-nav,
  footer .footer .parte-dois .link-nav,
  footer .footer .parte-um .sublink,
  footer .footer .parte-dois .sublink {
    margin: 0 0 10px 0;
  }
}
footer .footer .parte-um .link-nav:hover,
footer .footer .parte-dois .link-nav:hover,
footer .footer .parte-um .sublink:hover,
footer .footer .parte-dois .sublink:hover,
footer .footer .parte-um .link-nav.active,
footer .footer .parte-dois .link-nav.active,
footer .footer .parte-um .sublink.active,
footer .footer .parte-dois .sublink.active {
  color: #373435;
  font-weight: 600;
}
footer .footer .parte-um .linha,
footer .footer .parte-dois .linha,
footer .footer .parte-um .grupo-produtos,
footer .footer .parte-dois .grupo-produtos {
  padding-left: 10px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-um .linha,
  footer .footer .parte-dois .linha,
  footer .footer .parte-um .grupo-produtos,
  footer .footer .parte-dois .grupo-produtos {
    font-size: 12px;
  }
}
footer .footer .parte-um .sublink,
footer .footer .parte-dois .sublink {
  padding-left: 25px;
}
footer .footer .parte-tres {
  width: 20%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-tres {
    width: 100%;
    -ms-align-items: center;
    align-items: center;
  }
}
footer .footer .parte-tres .logo-home {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-tres .logo-home {
    width: 60%;
    margin-top: 15px;
  }
}
footer .footer .parte-tres .logo-home .img-logo-home {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
}
footer .footer .parte-tres .logo-home .img-logo-home:hover {
  transform: scale(1.1);
}
footer .footer .parte-tres .link-telefone {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-tres .link-telefone {
    font-size: 14px;
    margin: 15px 0;
  }
}
footer .footer .parte-tres .link-telefone:hover {
  color: #373435;
  font-weight: 600;
}
footer .footer .parte-tres .endereco {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  padding-right: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-tres .endereco {
    font-size: 12px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-tres .endereco {
    text-align: center;
    padding: 0 30px;
  }
}
footer .footer .parte-tres .redes-sociais {
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-tres .redes-sociais {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-tres .redes-sociais {
    margin: 15px 0;
  }
}
footer .footer .parte-tres .redes-sociais .facebook,
footer .footer .parte-tres .redes-sociais .linkedin,
footer .footer .parte-tres .redes-sociais .instagram,
footer .footer .parte-tres .redes-sociais .youtube {
  margin-right: 5px;
}
footer .footer .parte-tres .redes-sociais .facebook > img,
footer .footer .parte-tres .redes-sociais .linkedin > img,
footer .footer .parte-tres .redes-sociais .instagram > img,
footer .footer .parte-tres .redes-sociais .youtube > img {
  width: auto;
  height: 12px;
  transition: transform 0.3s;
}
footer .footer .parte-tres .redes-sociais .facebook:hover img,
footer .footer .parte-tres .redes-sociais .linkedin:hover img,
footer .footer .parte-tres .redes-sociais .instagram:hover img,
footer .footer .parte-tres .redes-sociais .youtube:hover img {
  transform: rotate(360deg) scale(1.5);
}
footer .footer .parte-tres .redes-sociais .instagram > img,
footer .footer .parte-tres .redes-sociais .youtube > img {
  margin-bottom: -1px;
}
footer .footer .parte-quatro {
  width: 20%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-quatro {
    width: 100%;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
footer .footer .parte-quatro .titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-quatro .titulo {
    font-size: 12px;
  }
}
footer .footer .parte-quatro form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
footer .footer .parte-quatro form input[type=text],
footer .footer .parte-quatro form input[type=email],
footer .footer .parte-quatro form textarea {
  margin: 1.5px 0;
  height: 25px;
  padding: 0 10px;
  border: none;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  background-color: #858585;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-quatro form input[type=text],
  footer .footer .parte-quatro form input[type=email],
  footer .footer .parte-quatro form textarea {
    height: 20px;
    font-size: 12px;
  }
}
footer .footer .parte-quatro form input[type=text]::-webkit-input-placeholder,
footer .footer .parte-quatro form input[type=email]::-webkit-input-placeholder,
footer .footer .parte-quatro form textarea::-webkit-input-placeholder {
  color: #fff;
  background-color: #858585;
}
footer .footer .parte-quatro form input[type=text]:-moz-placeholder,
footer .footer .parte-quatro form input[type=email]:-moz-placeholder,
footer .footer .parte-quatro form textarea:-moz-placeholder {
  color: #fff;
  background-color: #858585;
}
footer .footer .parte-quatro form input[type=text]::-moz-placeholder,
footer .footer .parte-quatro form input[type=email]::-moz-placeholder,
footer .footer .parte-quatro form textarea::-moz-placeholder {
  color: #fff;
  background-color: #858585;
}
footer .footer .parte-quatro form input[type=text]:-ms-input-placeholder,
footer .footer .parte-quatro form input[type=email]:-ms-input-placeholder,
footer .footer .parte-quatro form textarea:-ms-input-placeholder {
  color: #fff;
  background-color: #858585;
}
footer .footer .parte-quatro form input[type=text]:hover,
footer .footer .parte-quatro form input[type=email]:hover,
footer .footer .parte-quatro form textarea:hover,
footer .footer .parte-quatro form input[type=text]:focus,
footer .footer .parte-quatro form input[type=email]:focus,
footer .footer .parte-quatro form textarea:focus {
  font-weight: 600;
}
footer .footer .parte-quatro form textarea {
  height: 90px;
  padding: 5px 10px;
  resize: none;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-quatro form textarea {
    height: 50px;
  }
}
footer .footer .parte-quatro form .btn-enviar {
  width: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-quatro form .btn-enviar {
    font-size: 12px;
  }
}
footer .footer .parte-quatro form .btn-enviar .img-seta {
  width: auto;
  height: 12px;
  margin-left: 10px;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-quatro form .btn-enviar .img-seta {
    width: 12px;
  }
}
footer .footer .parte-quatro form .btn-enviar:hover,
footer .footer .parte-quatro form .btn-enviar:focus {
  font-weight: 500;
}
footer .footer .parte-quatro:before,
footer .footer .parte-quatro:after {
  content: " ";
  display: table;
}
footer .footer .parte-quatro:after {
  clear: both;
}
footer .footer .parte-quatro .flash {
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 5px 0 0 0;
  width: 100%;
  height: 30px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 0;
  bottom: 20px;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-quatro .flash {
    font-size: 12px;
  }
}
footer .footer .parte-quatro .flash > p {
  margin: 0;
}
footer .footer .parte-quatro .flash.flash-erro {
  border: 2px solid #e02227;
  background: #e02227;
  color: #fff;
}
footer .footer .parte-quatro .flash.flash-sucesso {
  border: 2px solid #2caf2c;
  background: #2caf2c;
  color: #fff;
}
footer .footer .parte-cinco {
  width: 18%;
  display: flex;
  flex-direction: column;
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-cinco {
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    margin-top: 15px;
  }
}
footer .footer .parte-cinco .link-nav {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 14px 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-cinco .link-nav {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-cinco .link-nav {
    margin: 0 0 10px 0;
  }
}
footer .footer .parte-cinco .link-nav:hover,
footer .footer .parte-cinco .link-nav.active {
  color: #373435;
  font-weight: 600;
}
footer .footer .parte-cinco .direitos-criacao {
  margin-top: 80px;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-cinco .direitos-criacao {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-cinco .direitos-criacao {
    margin-top: 15px;
  }
}
footer .footer .parte-cinco .direitos-criacao .empresa,
footer .footer .parte-cinco .direitos-criacao .direitos,
footer .footer .parte-cinco .direitos-criacao .criacao,
footer .footer .parte-cinco .direitos-criacao .link-trupe {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1259px) {
  footer .footer .parte-cinco .direitos-criacao .empresa,
  footer .footer .parte-cinco .direitos-criacao .direitos,
  footer .footer .parte-cinco .direitos-criacao .criacao,
  footer .footer .parte-cinco .direitos-criacao .link-trupe {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-cinco .direitos-criacao .empresa,
  footer .footer .parte-cinco .direitos-criacao .direitos,
  footer .footer .parte-cinco .direitos-criacao .criacao,
  footer .footer .parte-cinco .direitos-criacao .link-trupe {
    text-align: center;
  }
}
footer .footer .parte-cinco .direitos-criacao .empresa {
  text-transform: uppercase;
}
footer .footer .parte-cinco .direitos-criacao .direitos {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  footer .footer .parte-cinco .direitos-criacao .direitos {
    margin-bottom: 10px;
  }
}
footer .footer .parte-cinco .direitos-criacao .link-trupe {
  transition: 0.2s ease;
  display: block;
  margin-bottom: 5px;
}
footer .footer .parte-cinco .direitos-criacao .link-trupe:hover {
  color: #373435;
  font-weight: 500;
  text-decoration: underline;
}
.upper {
  background-color: #6f253c;
}
.upper .centre {
  max-width: 1130px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -ms-align-items: flex-start;
  align-items: flex-start;
  row-gap: 40px;
}
@media only screen and (max-width: 1179px) {
  .upper .centre {
    max-width: 80%;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.upper .centre .main {
  display: flex;
  -moz-column-gap: 55px;
  column-gap: 55px;
  row-gap: 40px;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1179px) {
  .upper .centre .main {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.upper .centre .main .elevators {
  max-width: 251px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1179px) {
  .upper .centre .main .elevators {
    text-align: center;
  }
}
.upper .centre .main .elevators .linha {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.upper .centre .main .elevators a {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 4px;
  transition: all 0.3s;
}
.upper .centre .main .elevators a:hover {
  transform: scale(1.03);
}
.upper .centre .main .escalators {
  max-width: 337px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1179px) {
  .upper .centre .main .escalators {
    text-align: center;
  }
}
.upper .centre .main .escalators .linha {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.upper .centre .main .escalators a {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 4px;
  transition: all 0.3s;
}
.upper .centre .main .escalators a:hover {
  transform: scale(1.03);
}
.upper .centre .main .menu {
  max-width: 95px;
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
@media only screen and (max-width: 1179px) {
  .upper .centre .main .menu {
    text-align: center;
  }
}
.upper .centre .main .menu a {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  margin-bottom: 7px;
  transition: all 0.3s;
}
.upper .centre .main .menu a:hover {
  transform: scale(1.03);
}
.upper .centre .final {
  padding-left: 55px;
  border-left: 1px solid #a9a9a9;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1179px) {
  .upper .centre .final {
    text-align: center;
    border-left: 0;
    -ms-align-items: center;
    align-items: center;
    padding-left: 0;
  }
}
.upper .centre .final .btn_busca {
  max-width: 184px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
.upper .centre .final .btn_busca:hover {
  transform: scale(1.03);
}
.upper .centre .final .btn_busca p {
  color: #fff;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.upper .centre .final .btn_busca img {
  width: 20px;
  height: auto;
}
.upper .centre .final a {
  color: #fff;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.upper .centre .final a:hover {
  transform: scale(1.03);
}
.down {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 1149px) {
  .down {
    width: 100%;
  }
}
.down .centre {
  margin: 45px auto 50px auto;
}
.down .centre .over {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
}
@media only screen and (max-width: 1149px) {
  .down .centre .over {
    flex-direction: column;
  }
}
.down .centre .over .logo {
  width: 240px;
  height: auto;
}
.down .centre .over .logo img {
  width: 100%;
  height: auto;
}
.down .centre .over .numbers {
  max-width: 170px;
}
.down .centre .over .numbers a {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6f253c;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.down .centre .over .numbers a:hover {
  transform: scale(1.03);
}
.down .centre .over .end {
  max-width: 232px;
}
.down .centre .over .end p {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
  margin-bottom: 10px;
}
.down .centre .over .socials {
  max-width: 137px;
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.down .centre .over .socials a {
  width: 28px;
  height: 28px;
  background-color: #6f253c;
  border-radius: 4px;
  transition: all 0.3s;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.down .centre .over .socials a:hover {
  transform: scale(1.03);
}
.down .centre .over .socials a img {
  max-width: 13px;
  max-height: 13px;
}
.down .centre .under {
  margin: 0 auto;
}
.down .centre .under .flex {
  display: flex;
  padding-bottom: 20px;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 45px;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 579px) {
  .down .centre .under .flex {
    flex-direction: column;
    row-gap: 5px;
  }
}
.down .centre .under .flex .empresa {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
}
.down .centre .under .flex .direitos {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
}
.down .centre .under .flex a {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
}
header {
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  z-index: 999;
  position: relative;
}
header.home {
  background-color: rgba(255,255,255,0.7);
  height: 150px;
}
header .header-topo,
header .header-topo-home {
  width: 100%;
  height: 30px;
  background-color: #6f253c;
}
header .header-topo .centralizado,
header .header-topo-home .centralizado {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1259px) {
  header .header-topo .centralizado,
  header .header-topo-home .centralizado {
    width: 90%;
  }
}
header .header-topo .centralizado .link-telefone,
header .header-topo-home .centralizado .link-telefone,
header .header-topo .centralizado .link-area-cliente,
header .header-topo-home .centralizado .link-area-cliente {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  margin: 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  header .header-topo .centralizado .link-telefone,
  header .header-topo-home .centralizado .link-telefone,
  header .header-topo .centralizado .link-area-cliente,
  header .header-topo-home .centralizado .link-area-cliente {
    font-size: 10px;
  }
}
header .header-topo .centralizado .link-telefone:hover,
header .header-topo-home .centralizado .link-telefone:hover,
header .header-topo .centralizado .link-area-cliente:hover,
header .header-topo-home .centralizado .link-area-cliente:hover {
  font-weight: 500;
}
@media only screen and (max-width: 499px) {
  header .header-topo .centralizado .link-telefone,
  header .header-topo-home .centralizado .link-telefone {
    display: none;
  }
}
header .header-topo .centralizado .link-area-cliente,
header .header-topo-home .centralizado .link-area-cliente {
  width: 190px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  header .header-topo .centralizado .link-area-cliente,
  header .header-topo-home .centralizado .link-area-cliente {
    width: 150px;
  }
}
@media only screen and (max-width: 499px) {
  header .header-topo .centralizado .link-area-cliente,
  header .header-topo-home .centralizado .link-area-cliente {
    width: 105px;
  }
}
header .header-topo .centralizado .redes-sociais,
header .header-topo-home .centralizado .redes-sociais {
  display: block;
}
header .header-topo .centralizado .redes-sociais .facebook,
header .header-topo-home .centralizado .redes-sociais .facebook,
header .header-topo .centralizado .redes-sociais .linkedin,
header .header-topo-home .centralizado .redes-sociais .linkedin,
header .header-topo .centralizado .redes-sociais .instagram,
header .header-topo-home .centralizado .redes-sociais .instagram,
header .header-topo .centralizado .redes-sociais .youtube,
header .header-topo-home .centralizado .redes-sociais .youtube {
  margin-right: 5px;
}
header .header-topo .centralizado .redes-sociais .facebook > img,
header .header-topo-home .centralizado .redes-sociais .facebook > img,
header .header-topo .centralizado .redes-sociais .linkedin > img,
header .header-topo-home .centralizado .redes-sociais .linkedin > img,
header .header-topo .centralizado .redes-sociais .instagram > img,
header .header-topo-home .centralizado .redes-sociais .instagram > img,
header .header-topo .centralizado .redes-sociais .youtube > img,
header .header-topo-home .centralizado .redes-sociais .youtube > img {
  width: auto;
  height: 12px;
  transition: transform 0.3s;
}
header .header-topo .centralizado .redes-sociais .facebook:hover img,
header .header-topo-home .centralizado .redes-sociais .facebook:hover img,
header .header-topo .centralizado .redes-sociais .linkedin:hover img,
header .header-topo-home .centralizado .redes-sociais .linkedin:hover img,
header .header-topo .centralizado .redes-sociais .instagram:hover img,
header .header-topo-home .centralizado .redes-sociais .instagram:hover img,
header .header-topo .centralizado .redes-sociais .youtube:hover img,
header .header-topo-home .centralizado .redes-sociais .youtube:hover img {
  transform: rotate(360deg) scale(1.5);
}
header .header-topo .centralizado .redes-sociais .instagram > img,
header .header-topo-home .centralizado .redes-sociais .instagram > img,
header .header-topo .centralizado .redes-sociais .youtube > img,
header .header-topo-home .centralizado .redes-sociais .youtube > img {
  margin-bottom: -1px;
}
header .header-topo .centralizado .languages,
header .header-topo-home .centralizado .languages {
  width: 145px;
  display: flex;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 2px;
  column-gap: 2px;
}
@media only screen and (max-width: 499px) {
  header .header-topo .centralizado .languages,
  header .header-topo-home .centralizado .languages {
    width: 70px;
  }
}
header .header-topo .centralizado .languages a,
header .header-topo-home .centralizado .languages a {
  height: 15px;
}
header .header-topo .centralizado .languages img,
header .header-topo-home .centralizado .languages img {
  width: 15px;
  height: 15px;
  transition: all 0.3s;
}
header .header-topo .centralizado .languages img:hover,
header .header-topo-home .centralizado .languages img:hover {
  transform: scale(1.1);
}
header .header-topo-home {
  background-color: #6f253c;
}
header .header-topo-home .link-telefone,
header .header-topo-home .link-area-cliente {
  color: #fff !important;
  font-weight: 400 !important;
}
header .header-topo-home .link-telefone:hover,
header .header-topo-home .link-area-cliente:hover {
  font-weight: 600 !important;
}
header .header-home,
header .header-paginas {
  width: 1300px;
  height: 50px;
  margin: 35px auto 0 auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1259px) {
  header .header-home,
  header .header-paginas {
    width: 90%;
  }
}
header .header-home .logo-home,
header .header-paginas .logo-home {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  header .header-home .logo-home,
  header .header-paginas .logo-home {
    width: 60%;
  }
}
header .header-home .logo-home .img-logo-home,
header .header-paginas .logo-home .img-logo-home {
  width: 100%;
  max-width: 293px;
  height: auto;
  transition: transform 0.2s;
}
header .header-home .logo-home .img-logo-home:hover,
header .header-paginas .logo-home .img-logo-home:hover {
  transform: scale(1.1);
}
header .header-home nav,
header .header-paginas nav {
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 1259px) {
  header .header-home nav,
  header .header-paginas nav {
    position: absolute;
    display: none;
    background-color: #6f253c;
    width: 100%;
    left: 0;
    height: auto;
    top: 150px;
    padding: 0;
    z-index: 99;
  }
}
header .header-home nav div.itens-menu,
header .header-paginas nav div.itens-menu {
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1259px) {
  header .header-home nav div.itens-menu,
  header .header-paginas nav div.itens-menu {
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 15px 8%;
  }
}
header .header-home nav div.itens-menu .link-nav,
header .header-paginas nav div.itens-menu .link-nav,
header .header-home nav div.itens-menu .link-busca,
header .header-paginas nav div.itens-menu .link-busca {
  height: 100%;
  width: auto;
  padding: 0 18px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6f253c;
  font-weight: 500;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  header .header-home nav div.itens-menu .link-nav,
  header .header-paginas nav div.itens-menu .link-nav,
  header .header-home nav div.itens-menu .link-busca,
  header .header-paginas nav div.itens-menu .link-busca {
    padding: 10px;
    font-weight: 500;
    text-shadow: #000 1px -1px 1px;
    color: #fff;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  header .header-home nav div.itens-menu .link-nav,
  header .header-paginas nav div.itens-menu .link-nav,
  header .header-home nav div.itens-menu .link-busca,
  header .header-paginas nav div.itens-menu .link-busca {
    padding: 5px;
  }
}
header .header-home nav div.itens-menu .link-nav:hover,
header .header-paginas nav div.itens-menu .link-nav:hover,
header .header-home nav div.itens-menu .link-busca:hover,
header .header-paginas nav div.itens-menu .link-busca:hover,
header .header-home nav div.itens-menu .link-nav:focus,
header .header-paginas nav div.itens-menu .link-nav:focus,
header .header-home nav div.itens-menu .link-busca:focus,
header .header-paginas nav div.itens-menu .link-busca:focus,
header .header-home nav div.itens-menu .link-nav.active,
header .header-paginas nav div.itens-menu .link-nav.active,
header .header-home nav div.itens-menu .link-busca.active,
header .header-paginas nav div.itens-menu .link-busca.active {
  color: #373435;
}
header .header-home nav div.itens-menu .link-busca,
header .header-paginas nav div.itens-menu .link-busca {
  padding-right: 35px;
  background-image: url("/assets/img/layout/icone-busca-lupa.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 16px;
}
@media only screen and (max-width: 1259px) {
  header .header-home nav div.itens-menu .link-busca,
  header .header-paginas nav div.itens-menu .link-busca {
    background-image: url("/assets/img/layout/icone-busca-lupa-branco.svg");
  }
}
header .header-home nav div.itens-menu .linha-vertical,
header .header-paginas nav div.itens-menu .linha-vertical {
  margin: 0 15px;
  width: 1px;
  height: 30px;
  border-right: 1px solid #6f253c;
}
@media only screen and (max-width: 1259px) {
  header .header-home nav div.itens-menu .linha-vertical,
  header .header-paginas nav div.itens-menu .linha-vertical {
    margin: 10px;
    width: 50px;
    height: 1px;
    border-right: none;
    border-top: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  header .header-home nav div.itens-menu .linha-vertical,
  header .header-paginas nav div.itens-menu .linha-vertical {
    margin: 5px;
  }
}
header .header-home nav div.itens-menu .link-produtos,
header .header-paginas nav div.itens-menu .link-produtos {
  width: 115px;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  header .header-home nav div.itens-menu .link-produtos,
  header .header-paginas nav div.itens-menu .link-produtos {
    width: auto !important;
  }
}
header .header-paginas {
  background-color: #f5f5f5;
  width: 1300px;
  height: 120px;
  margin: 0 auto;
  padding: 40px 0;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
}
@media only screen and (max-width: 1259px) {
  header .header-paginas {
    width: 80%;
  }
}
@media only screen and (max-width: 1259px) {
  header .header-paginas nav {
    background-color: #fff;
    top: 140px;
  }
}
header .header-paginas nav div.itens-menu .link-nav,
header .header-paginas nav div.itens-menu .link-busca {
  color: #6f253c;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  header .header-paginas nav div.itens-menu .link-nav,
  header .header-paginas nav div.itens-menu .link-busca {
    text-shadow: none;
    text-align: right;
  }
}
header .header-paginas nav div.itens-menu .link-nav:hover,
header .header-paginas nav div.itens-menu .link-busca:hover,
header .header-paginas nav div.itens-menu .link-nav:focus,
header .header-paginas nav div.itens-menu .link-busca:focus,
header .header-paginas nav div.itens-menu .link-nav.active,
header .header-paginas nav div.itens-menu .link-busca.active {
  color: #6f253c;
  border: solid 2px #ff6634;
  border-radius: 6px;
}
header .header-paginas nav div.itens-menu .link-busca {
  padding-right: 35px;
  background-image: url("/assets/img/layout/icone-busca-lupa.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 16px;
}
header .header-paginas nav div.itens-menu .link-busca:hover,
header .header-paginas nav div.itens-menu .link-busca:focus,
header .header-paginas nav div.itens-menu .link-busca.active {
  background-image: url("/assets/img/layout/icone-busca-lupa.svg");
}
header .header-paginas nav div.itens-menu .linha-vertical {
  margin: 0 15px;
  width: 1px;
  height: 30px;
  border-right: 1px solid #6f253c;
}
@media only screen and (max-width: 1259px) {
  header .header-paginas nav div.itens-menu .linha-vertical {
    margin: 10px;
    width: 50px;
    height: 1px;
    border-right: none;
    border-top: 1px solid #6f253c;
  }
}
@media only screen and (max-width: 767px) {
  header .header-paginas nav div.itens-menu .linha-vertical {
    margin: 5px;
  }
}
#mobile-toggle {
  display: block;
  background-color: transparent;
  border: 0;
  position: relative;
  height: 40%;
  width: 28px;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1260px) {
  #mobile-toggle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #mobile-toggle {
    margin: 10px 5% 0 auto;
    height: 20%;
  }
}
#mobile-toggle .lines {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #6f253c;
  position: relative;
  transition: 0.3s ease;
  border-radius: 3px;
}
#mobile-toggle .lines:before,
#mobile-toggle .lines:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #6f253c;
  transition: 0.3s ease;
  border-radius: 3px;
}
#mobile-toggle .lines.internas {
  background-color: #6f253c;
}
#mobile-toggle .lines.internas:before,
#mobile-toggle .lines.internas:after {
  background-color: #6f253c;
}
#mobile-toggle .lines:before {
  top: 7px;
}
#mobile-toggle .lines:after {
  top: -7px;
}
#mobile-toggle.close .lines {
  display: block;
  background: transparent;
  z-index: 9999;
}
#mobile-toggle.close .lines:before,
#mobile-toggle.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
}
#mobile-toggle.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
#mobile-toggle.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
#mobile-toggle.close .lines-home {
  background: transparent;
}
#mobile-toggle.close .lines-home:before,
#mobile-toggle.close .lines-home:after {
  transform-origin: 50% 50%;
  top: 0;
}
#mobile-toggle.close .lines-home:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
#mobile-toggle.close .lines-home:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.submenu-nav {
  width: 1300px;
  position: absolute;
  top: 104%;
  right: calc((100% - 1300px) / 2);
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-around;
  justify-content: space-around;
  padding: 0 10px 3px 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .submenu-nav {
    width: 100%;
    right: 0;
  }
}
.submenu-nav .linhas {
  width: 25%;
  height: 40px;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .submenu-nav .linhas {
    width: 80%;
    height: 30px;
  }
}
.submenu-nav .linhas .linha {
  height: 48px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  margin: 0;
  text-transform: uppercase;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .submenu-nav .linhas .linha {
    font-size: 12px;
    height: 39px;
  }
}
.submenu-nav .linhas .linha#escadas-rolantes {
  width: 58%;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #6f253c;
}
@media only screen and (max-width: 767px) {
  .submenu-nav .linhas .linha#escadas-rolantes {
    width: 55%;
  }
}
.submenu-nav .linhas .linha#escadas-rolantes.active {
  color: #6f253c;
  font-weight: 500;
  border-left: 1px solid #6f253c;
  border-top: 1px solid #6f253c;
  border-right: 1px solid #6f253c;
  border-bottom: 1px solid #fff;
}
.submenu-nav .linhas .linha#elevadores {
  width: 42%;
  margin-right: 3px;
  border-left: 1px solid #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #6f253c;
}
@media only screen and (max-width: 767px) {
  .submenu-nav .linhas .linha#elevadores {
    width: 40%;
  }
}
.submenu-nav .linhas .linha#elevadores.active {
  color: #6f253c;
  font-weight: 500;
  border-left: 1px solid #6f253c;
  border-top: 1px solid #6f253c;
  border-right: 1px solid #6f253c;
  border-bottom: 1px solid #fff;
}
.submenu-nav .linhas .linha:hover {
  color: #6f253c;
  font-weight: 500;
}
.submenu-nav .categorias-elevadores {
  width: 75%;
  height: 40px;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-around;
  justify-content: space-around;
  background-color: #413131;
  margin-left: auto;
  border-radius: 6px;
}
@media only screen and (max-width: 1259px) {
  .submenu-nav .categorias-elevadores {
    display: none;
  }
}
.submenu-nav .categorias-elevadores .categoria {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  margin: 0 5px;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.submenu-nav .categorias-elevadores .categoria:hover,
.submenu-nav .categorias-elevadores .categoria.active {
  color: #373435;
  font-weight: 500;
}
.submenu-nav .categorias-elevadores .letras {
  display: flex;
}
.submenu-nav .categorias-elevadores .letras .letra {
  width: 25px;
  height: 25px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 500;
  color: #fff;
  margin: 0 1.5px;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.2s ease;
  border-radius: 4px;
}
.submenu-nav .categorias-elevadores .letras .letra:hover,
.submenu-nav .categorias-elevadores .letras .letra.active {
  background-color: #6f253c;
}
.pop-up-orcamento {
  width: 315px;
  height: 130px;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 107px !important;
  right: 0;
  background-color: #f3d0b4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: -3px 2px 0px 1px rgba(149,149,149,0.651);
  cursor: pointer;
  z-index: 9999999;
}
@media only screen and (max-width: 767px) {
  .pop-up-orcamento {
    top: 127px !important;
  }
}
.pop-up-orcamento .img-cifrao {
  top: 0;
  margin-top: 5px;
  margin-left: 15px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.pop-up-orcamento .img-cifrao .texts {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
  font-weight: 800;
}
.pop-up-orcamento .img-cifrao .offs {
  display: none;
}
.pop-up-orcamento .textos {
  max-width: 195px;
  margin-top: 5px;
  margin-left: 20px;
}
.pop-up-orcamento .textos .frase-subtitulo {
  margin: 0 0 10px 0;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 500;
  color: #6f253c;
}
@media only screen and (max-width: 1259px) {
  .pop-up-orcamento .textos .frase-subtitulo {
    font-size: 11px;
    margin: 0 0 5px 0;
  }
}
.pop-up-orcamento .textos .frase-continuar {
  margin: 0;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  color: #6f253c;
}
@media only screen and (max-width: 1259px) {
  .pop-up-orcamento .textos .frase-continuar {
    font-size: 9px;
  }
}
.pop-up-orcamento span.fechar {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  color: #6f253c;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  right: 2px;
  cursor: pointer;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pop-up-orcamento.closed {
  width: 325px;
  height: 40px;
  right: -15px;
}
@media only screen and (max-width: 767px) {
  .pop-up-orcamento.closed {
    right: -115px;
  }
}
.pop-up-orcamento.closed .textos {
  display: none;
}
.pop-up-orcamento.closed span.fechar {
  display: none;
}
.busca-avancada {
  width: 100%;
  height: auto;
  background-color: #fbf3ee;
  position: fixed;
  top: 0;
  padding: 40px 0 60px 0;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 9999;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada {
    padding: 40px 0 60px 0;
    overflow-y: auto;
  }
}
.busca-avancada h2.titulo {
  width: 1300px;
  margin: 0 auto;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6f253c;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada h2.titulo {
    width: 90%;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada h2.titulo {
    font-size: 18px;
  }
}
.busca-avancada h2.titulo .img-fechar {
  width: 18px;
  height: auto;
  margin-right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada h2.titulo .img-fechar {
    width: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada h2.titulo .img-fechar {
    width: 14px;
  }
}
.busca-avancada .form-busca {
  width: 1300px;
  margin: 30px auto 20px auto;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.busca-avancada .form-busca .flexer {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.busca-avancada .form-busca .flexer .line_filter {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  transition: 0.2s ease;
}
.busca-avancada .form-busca .flexer .line_filter:hover .labeler {
  font-weight: 500;
}
.busca-avancada .form-busca .flexer .line_filter .labeler {
  height: 30px;
  border: 0;
  border-radius: 6px;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
}
.busca-avancada .form-busca .new_flex {
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.busca-avancada .form-busca .new_flex .tipo {
  width: 173px;
  min-width: 173px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 300;
  color: #6f253c;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: end;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca .new_flex .tipo {
    width: 20%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca .new_flex .tipo {
    width: 100%;
    text-align: start;
    margin: 0 0 5px 0;
  }
}
.busca-avancada .form-busca .new_flex input[type=text] {
  width: 595px;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  background-color: #fff;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca .new_flex input[type=text] {
    width: 32%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca .new_flex input[type=text] {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.busca-avancada .form-busca .new_flex input[type=text]::-webkit-input-placeholder {
  color: #373435;
  background-color: #fff;
}
.busca-avancada .form-busca .new_flex input[type=text]:-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
.busca-avancada .form-busca .new_flex input[type=text]::-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
.busca-avancada .form-busca .new_flex input[type=text]:-ms-input-placeholder {
  color: #373435;
  background-color: #fff;
}
.busca-avancada .form-busca .new_flex input[type=text]:hover,
.busca-avancada .form-busca .new_flex input[type=text]:focus {
  font-weight: 500;
}
.busca-avancada .form-busca .new_flex select.busca-marcas {
  width: 355px;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/assets/img/layout/seta-quantidade-descer.svg") no-repeat 96% #fff;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca .new_flex select.busca-marcas {
    width: 32%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca .new_flex select.busca-marcas {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.busca-avancada .form-busca .new_flex .btn-buscar {
  width: 150px;
  height: 50px;
  margin: 0;
  background-color: #6f253c;
  border: none;
  border-radius: 8px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 500;
  color: #fff;
  outline: none;
  cursor: pointer;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca .new_flex .btn-buscar {
    width: 15%;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca .new_flex .btn-buscar {
    width: 100%;
  }
}
.busca-avancada .form-busca .new_flex .btn-buscar .img-lupa {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.busca-avancada .form-busca .new_flex .btn-buscar:hover,
.busca-avancada .form-busca .new_flex .btn-buscar:focus {
  background-color: #373435;
}
.busca-avancada .form-busca-novo {
  width: 1300px;
  margin: 30px auto 20px auto;
  border-bottom: 1px solid #ff6634;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca-novo {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca-novo {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.busca-avancada .form-busca-novo .flexer {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.busca-avancada .form-busca-novo .flexer .line_filter {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  transition: 0.2s ease;
}
.busca-avancada .form-busca-novo .flexer .line_filter:hover .labeler {
  font-weight: 500;
}
.busca-avancada .form-busca-novo .flexer .line_filter .labeler {
  height: 30px;
  border: 0;
  border-radius: 6px;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
}
.busca-avancada .form-busca-novo .new_flex {
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.busca-avancada .form-busca-novo .new_flex .tipo {
  width: 170px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 300;
  color: #6f253c;
  margin: 0;
  padding: 0 15px 0 0;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca-novo .new_flex .tipo {
    width: 20%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca-novo .new_flex .tipo {
    width: 100%;
    text-align: start;
    margin: 0 0 5px 0;
  }
}
.busca-avancada .form-busca-novo .new_flex input[type=text] {
  width: 960px;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  background-color: #fff;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca-novo .new_flex input[type=text] {
    width: 80%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca-novo .new_flex input[type=text] {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.busca-avancada .form-busca-novo .new_flex input[type=text]::-webkit-input-placeholder {
  color: #373435;
  background-color: #fff;
}
.busca-avancada .form-busca-novo .new_flex input[type=text]:-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
.busca-avancada .form-busca-novo .new_flex input[type=text]::-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
.busca-avancada .form-busca-novo .new_flex input[type=text]:-ms-input-placeholder {
  color: #373435;
  background-color: #fff;
}
.busca-avancada .form-busca-novo .new_flex input[type=text]:hover,
.busca-avancada .form-busca-novo .new_flex input[type=text]:focus {
  font-weight: 500;
}
.busca-avancada .form-busca-novo .new_flex select.busca-marcas {
  width: 360px;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 0 20px;
  border: none;
  outline: none;
  border-radius: 8px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/assets/img/layout/seta-quantidade-descer.svg") no-repeat 96% #fff;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca-novo .new_flex select.busca-marcas {
    width: 32%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca-novo .new_flex select.busca-marcas {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.busca-avancada .form-busca-novo .new_flex .btn-buscar {
  width: 150px;
  height: 50px;
  margin: 0;
  background-color: #6f253c;
  border: none;
  border-radius: 8px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 500;
  color: #fff;
  outline: none;
  cursor: pointer;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .form-busca-novo .new_flex .btn-buscar {
    width: 15%;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .form-busca-novo .new_flex .btn-buscar {
    width: 100%;
  }
}
.busca-avancada .form-busca-novo .new_flex .btn-buscar .img-lupa {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.busca-avancada .form-busca-novo .new_flex .btn-buscar:hover,
.busca-avancada .form-busca-novo .new_flex .btn-buscar:focus {
  background-color: #373435;
}
.busca-avancada .filtro {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .filtro {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .filtro {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.busca-avancada .filtro .tipo {
  width: 170px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 300;
  color: #6f253c;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: end;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .filtro .tipo {
    width: 20%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .filtro .tipo {
    width: 100%;
    text-align: start;
    margin: 0 0 5px 0;
  }
}
.busca-avancada .filtro .linhas-letras {
  width: 1110px;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .filtro .linhas-letras {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .filtro .linhas-letras {
    width: 100%;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.busca-avancada .filtro .linhas-letras .linhas {
  width: 25%;
  height: 30px;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .filtro .linhas-letras .linhas {
    height: 20px;
  }
}
.busca-avancada .filtro .linhas-letras .linhas .linha {
  width: auto;
  height: 30px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #373435;
  margin: 0 10px 0 0;
  padding: 0 10px;
  text-transform: uppercase;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #6f253c;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .filtro .linhas-letras .linhas .linha {
    height: 20px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .filtro .linhas-letras .linhas .linha {
    margin: 0 0 5px 0;
  }
}
.busca-avancada .filtro .linhas-letras .linhas .linha:hover,
.busca-avancada .filtro .linhas-letras .linhas .linha.active {
  background-color: #6f253c;
  color: #fff;
}
.busca-avancada .filtro .linhas-letras .categorias-elevadores {
  width: 75%;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 759px) {
  .busca-avancada .filtro .linhas-letras .categorias-elevadores {
    width: 100%;
  }
}
.busca-avancada .filtro .linhas-letras .categorias-elevadores .categoria {
  width: auto;
  margin: 0 10px 0 0;
  padding: 0 10px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #373435;
  text-transform: uppercase;
  border: 1px solid #6f253c;
  background-color: transparent;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .filtro .linhas-letras .categorias-elevadores .categoria {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .filtro .linhas-letras .categorias-elevadores .categoria {
    margin: 0 0 5px 0;
  }
}
.busca-avancada .filtro .linhas-letras .categorias-elevadores .categoria:hover {
  background-color: #6f253c;
  color: #fff;
}
.busca-avancada .filtro .linhas-letras .categorias-elevadores .letras {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .busca-avancada .filtro .linhas-letras .categorias-elevadores .letras {
    flex-wrap: wrap;
    width: 100%;
  }
}
.busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .letra {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373435;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid #6f253c;
  border-radius: 4px;
  background-color: transparent;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .letra {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .letra {
    margin: 2px;
  }
}
.busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .letra:hover,
.busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .letra:focus {
  background-color: #6f253c;
  color: #fff;
}
.busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .categorias-por-letra {
  position: absolute;
  width: auto;
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-left: 1px solid #6f253c;
  max-height: 280px;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .categorias-por-letra {
    background-color: #f2f2f2;
    max-height: 200px;
  }
}
.busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .categorias-por-letra .categoria-sub {
  padding: 5px 10px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  text-transform: uppercase;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  .busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .categorias-por-letra .categoria-sub {
    padding: 5px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .categorias-por-letra .categoria-sub {
    padding: 3px;
    font-size: 10px;
  }
}
.busca-avancada .filtro .linhas-letras .categorias-elevadores .letras .letra-resultado .categorias-por-letra .categoria-sub:hover {
  background-color: #dbdbdb;
  color: #6f253c;
  font-weight: 500;
}
.aviso-cookies {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 200;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .aviso-cookies {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
  }
}
.aviso-cookies .frase-cookies {
  width: 60%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  margin: 0;
}
.aviso-cookies .frase-cookies .link-politica {
  text-decoration: underline;
}
.aviso-cookies .frase-cookies .link-politica:hover,
.aviso-cookies .frase-cookies .link-politica:focus {
  font-weight: bold;
}
@media only screen and (max-width: 1259px) {
  .aviso-cookies .frase-cookies {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .aviso-cookies .frase-cookies {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}
.aviso-cookies .aceitar-cookies {
  width: 20%;
  height: 40px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: 30px;
  cursor: pointer;
  outline: none;
}
.aviso-cookies .aceitar-cookies:hover,
.aviso-cookies .aceitar-cookies:focus {
  background-color: #373435;
}
@media only screen and (max-width: 1259px) {
  .aviso-cookies .aceitar-cookies {
    font-size: 14px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .aviso-cookies .aceitar-cookies {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
.bg-grey {
  background-color: #f5f5f5;
  height: auto !important;
}
html,
body {
  height: 100%;
  font-family: 'Rubik', 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
body .wrapper {
  width: 100%;
  min-height: calc(100% - 140px);
  height: auto;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  body .wrapper {
    display: block;
  }
}
body .wrapper .center {
  width: 100%;
}
body .wrapper .center:before,
body .wrapper .center:after {
  content: " ";
  display: table;
}
body .wrapper .center:after {
  clear: both;
}
body .wrapper .center .content {
  width: 100%;
}
@media only screen and (max-width: 1259px) {
  body {
    min-height: auto;
  }
  body .center {
    width: 100%;
  }
  body .center .content {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-height: auto;
  }
  body .wrapper {
    width: 100%;
  }
  body .wrapper .center .content {
    width: 100%;
  }
}
.not-found {
  width: 100%;
  text-align: center;
  padding: 280px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1259px) {
  .not-found {
    padding: 160px 5%;
  }
}
@media only screen and (max-width: 767px) {
  .not-found {
    padding: 100px 5%;
  }
}
.not-found h1 {
  display: inline-block;
  padding: 15px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #e02227;
  color: #e02227;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-weight: 700;
  line-height: 1;
}
section.busca-resultado {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 95px 0;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado {
    width: 90%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.busca-resultado {
    padding: 40px 0;
    flex-direction: column;
  }
}
section.busca-resultado .submenu-resultado {
  width: 25.5%;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .submenu-resultado {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  section.busca-resultado .submenu-resultado {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.busca-resultado .submenu-resultado h2.titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #890a3f;
  margin: 0 0 35px 0;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .submenu-resultado h2.titulo {
    font-size: 20px;
    margin: 0 0 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.busca-resultado .submenu-resultado h2.titulo {
    margin: 0 0 20px 0;
  }
}
section.busca-resultado .submenu-resultado .palavra-chave,
section.busca-resultado .submenu-resultado .marca {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: #373435;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .submenu-resultado .palavra-chave,
  section.busca-resultado .submenu-resultado .marca {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.busca-resultado .submenu-resultado .palavra-chave,
  section.busca-resultado .submenu-resultado .marca {
    margin: 0 0 5px 0;
  }
}
section.busca-resultado .submenu-resultado .palavra-chave .item,
section.busca-resultado .submenu-resultado .marca .item {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .submenu-resultado .palavra-chave .item,
  section.busca-resultado .submenu-resultado .marca .item {
    font-size: 12px;
  }
}
section.busca-resultado .resultados-produtos {
  width: 74.5%;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .resultados-produtos {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  section.busca-resultado .resultados-produtos {
    width: 100%;
  }
}
section.busca-resultado .resultados-produtos .categoria-titulo {
  width: 100%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #890a3f;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #890a3f;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .resultados-produtos .categoria-titulo {
    font-size: 12px;
  }
}
section.busca-resultado .resultados-produtos .produtos-categoria {
  width: 100%;
  margin: 20px 0 40px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto {
  width: 30.9%;
  height: auto;
  border: 1px solid #d3d3d3;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin: 0 35px 35px 0;
  transition: 0.1s ease;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .resultados-produtos .produtos-categoria .link-produto {
    width: 31%;
    margin: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.busca-resultado .resultados-produtos .produtos-categoria .link-produto {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto div.imagens {
  width: 100%;
  height: 300px;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .resultados-produtos .produtos-categoria .link-produto div.imagens {
    height: 200px;
    padding: 15px;
  }
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto div.imagens .img-produto {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s;
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto div.imagens .img-logo {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .resultados-produtos .produtos-categoria .link-produto div.imagens .img-logo {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.busca-resultado .resultados-produtos .produtos-categoria .link-produto div.imagens .img-logo {
    padding: 0 20%;
  }
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto .marca {
  width: 100%;
  height: 60px;
  padding: 15px 10px;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .resultados-produtos .produtos-categoria .link-produto .marca {
    padding: 10px;
  }
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto .marca .img-marca {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s;
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto .codigo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #373435;
  text-align: center;
  padding: 15px 0 5px 0;
  margin: 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .resultados-produtos .produtos-categoria .link-produto .codigo {
    font-size: 12px;
    padding: 10px 0 5px 0;
  }
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto .titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #373435;
  text-align: center;
  padding: 0 5px 15px 5px;
  margin: 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.busca-resultado .resultados-produtos .produtos-categoria .link-produto .titulo {
    font-size: 14px;
    padding: 0 5px 10px 5px;
  }
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto:hover {
  border: 1px solid #890a3f;
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto:hover .img-produto {
  transform: scale(1.1);
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto:hover .marca .img-marca {
  transform: scale(1.1);
}
section.busca-resultado .resultados-produtos .produtos-categoria .link-produto:hover .titulo {
  color: #890a3f;
}
section.contato {
  width: 100%;
  margin: 50px 0 60px 0;
  background-color: #fbf3ee;
}
@media only screen and (max-width: 767px) {
  section.contato {
    margin: 40px 0;
  }
}
section.contato .centralizado {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 40px 0 50px 0;
}
@media only screen and (max-width: 1259px) {
  section.contato .centralizado {
    width: 90%;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.contato .centralizado {
    flex-direction: column;
  }
}
section.contato .centralizado .contatos {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  section.contato .centralizado .contatos {
    width: 100%;
  }
}
section.contato .centralizado .contatos .telefone {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #373435;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.contato .centralizado .contatos .telefone {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  section.contato .centralizado .contatos .telefone {
    font-size: 24px;
  }
}
section.contato .centralizado .contatos .telefone:hover {
  color: #6f253c;
}
section.contato .centralizado .contatos .endereco {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  margin: 30px 0 0 0;
  line-height: 1.4;
  padding-right: 150px;
}
@media only screen and (max-width: 1259px) {
  section.contato .centralizado .contatos .endereco {
    font-size: 16px;
    margin: 25px 0 0 0;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  section.contato .centralizado .contatos .endereco {
    font-size: 14px;
    margin: 20px 0;
    padding-right: 100px;
  }
}
section.contato .centralizado .fale-conosco {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  section.contato .centralizado .fale-conosco {
    width: 100%;
  }
}
section.contato .centralizado .fale-conosco h4.titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6f253c;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1259px) {
  section.contato .centralizado .fale-conosco h4.titulo {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
section.contato .centralizado .fale-conosco form {
  width: 100%;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  section.contato .centralizado .fale-conosco form {
    flex-direction: column;
  }
}
section.contato .centralizado .fale-conosco form .dados {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1259px) {
  section.contato .centralizado .fale-conosco form .dados {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  section.contato .centralizado .fale-conosco form .dados {
    width: 100%;
  }
}
section.contato .centralizado .fale-conosco form .dados input[type=text],
section.contato .centralizado .fale-conosco form .dados input[type=email] {
  margin: 2.5px 0;
  width: 400px;
  height: 30px;
  border-radius: 6px;
  padding: 0 10px;
  border: none;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  background-color: #fff;
}
@media only screen and (max-width: 1259px) {
  section.contato .centralizado .fale-conosco form .dados input[type=text],
  section.contato .centralizado .fale-conosco form .dados input[type=email] {
    width: 100%;
    margin: 2px 0;
    height: 25px;
    font-size: 14px;
  }
}
section.contato .centralizado .fale-conosco form .dados input[type=text]::-webkit-input-placeholder,
section.contato .centralizado .fale-conosco form .dados input[type=email]::-webkit-input-placeholder {
  color: #373435;
  background-color: #fff;
}
section.contato .centralizado .fale-conosco form .dados input[type=text]:-moz-placeholder,
section.contato .centralizado .fale-conosco form .dados input[type=email]:-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
section.contato .centralizado .fale-conosco form .dados input[type=text]::-moz-placeholder,
section.contato .centralizado .fale-conosco form .dados input[type=email]::-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
section.contato .centralizado .fale-conosco form .dados input[type=text]:-ms-input-placeholder,
section.contato .centralizado .fale-conosco form .dados input[type=email]:-ms-input-placeholder {
  color: #373435;
  background-color: #fff;
}
section.contato .centralizado .fale-conosco form .dados input[type=text]:hover,
section.contato .centralizado .fale-conosco form .dados input[type=email]:hover,
section.contato .centralizado .fale-conosco form .dados input[type=text]:focus,
section.contato .centralizado .fale-conosco form .dados input[type=email]:focus {
  font-weight: 500;
}
section.contato .centralizado .fale-conosco form textarea {
  margin: 2.5px 5px;
  width: 440px;
  height: 135px;
  padding: 10px 10px;
  border: none;
  border-radius: 6px;
  outline: none;
  resize: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  background-color: #fff;
}
@media only screen and (max-width: 1259px) {
  section.contato .centralizado .fale-conosco form textarea {
    width: 47%;
    height: 112px;
    margin: 2px 4px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.contato .centralizado .fale-conosco form textarea {
    width: 100%;
    height: 120px;
    margin: 2px 0;
  }
}
section.contato .centralizado .fale-conosco form textarea::-webkit-input-placeholder {
  color: #373435;
  background-color: #fff;
}
section.contato .centralizado .fale-conosco form textarea:-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
section.contato .centralizado .fale-conosco form textarea::-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
section.contato .centralizado .fale-conosco form textarea:-ms-input-placeholder {
  color: #373435;
  background-color: #fff;
}
section.contato .centralizado .fale-conosco form textarea:hover,
section.contato .centralizado .fale-conosco form textarea:focus {
  font-weight: 500;
}
section.contato .centralizado .fale-conosco form .btn-contato {
  margin: 2.5px 0;
  width: 30px;
  height: 135px;
  border-radius: 6px;
  background-color: #6f253c;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.contato .centralizado .fale-conosco form .btn-contato {
    margin: 2px 0;
    height: 112px;
  }
}
@media only screen and (max-width: 767px) {
  section.contato .centralizado .fale-conosco form .btn-contato {
    width: 100%;
    height: 30px;
  }
}
section.contato .centralizado .fale-conosco form .btn-contato:hover,
section.contato .centralizado .fale-conosco form .btn-contato:focus {
  background-color: #373435;
}
section.contato .centralizado .fale-conosco:before,
section.contato .centralizado .fale-conosco:after {
  content: " ";
  display: table;
}
section.contato .centralizado .fale-conosco:after {
  clear: both;
}
section.contato .centralizado .fale-conosco .flash {
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 30px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 0;
}
section.contato .centralizado .fale-conosco .flash > p {
  margin: 0;
}
section.contato .centralizado .fale-conosco .flash.flash-erro {
  border: 2px solid #e02227;
  background: #e02227;
  color: #fff;
}
section.contato .centralizado .fale-conosco .flash.flash-sucesso {
  border: 2px solid #2caf2c;
  background: #2caf2c;
  color: #fff;
}
section.contato .contato-mapa {
  width: 100%;
  height: 550px;
}
@media only screen and (max-width: 1259px) {
  section.contato .contato-mapa {
    height: 400px;
  }
}
section.contato .contato-mapa iframe {
  width: 100%;
  height: 100%;
}
.downloads .centre {
  padding-top: 55px;
  padding-bottom: 100px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 36px;
  column-gap: 36px;
  row-gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1319px) {
  .downloads .centre {
    max-width: 1030px;
  }
}
@media only screen and (max-width: 1079px) {
  .downloads .centre {
    max-width: 763px;
  }
}
@media only screen and (max-width: 809px) {
  .downloads .centre {
    max-width: 80%;
  }
}
.downloads .centre .card {
  width: 100%;
  height: 80px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.downloads .centre .card:hover {
  transform: scale(1.04);
}
@media only screen and (max-width: 809px) {
  .downloads .centre .card {
    flex-direction: column;
    row-gap: 20px;
    height: auto;
    padding-bottom: 15px;
  }
}
.downloads .centre .card .left {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 809px) {
  .downloads .centre .card .left {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding-top: 15px;
    margin-left: 0;
  }
}
.downloads .centre .card .left .icon {
  width: 36px;
  height: auto;
  margin: 0 auto;
}
.downloads .centre .card .left .icon img {
  width: 100%;
  height: auto;
}
.downloads .centre .card .left .title {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 449px) {
  .downloads .centre .card .left .title {
    font-size: 16px;
  }
}
.downloads .centre .card .icon_down {
  width: 25px;
  height: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 809px) {
  .downloads .centre .card .icon_down {
    margin-right: 0;
  }
}
.downloads .centre .card .icon_down img {
  width: 100%;
  height: auto;
}
section.empresa {
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.empresa {
    padding: 40px 0;
  }
}
section.empresa .dados-empresa {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1259px) {
  section.empresa .dados-empresa {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .dados-empresa {
    flex-direction: column;
  }
}
section.empresa .dados-empresa .capa-empresa {
  width: 635px;
}
@media only screen and (max-width: 1259px) {
  section.empresa .dados-empresa .capa-empresa {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .dados-empresa .capa-empresa {
    width: 100%;
    margin-bottom: 15px;
  }
}
section.empresa .dados-empresa .capa-empresa .img-capa {
  width: 100%;
}
section.empresa .dados-empresa .texto-empresa {
  width: 635px;
  background-color: #f2f2f2;
  padding: 50px 50px 30px 50px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
}
@media only screen and (max-width: 1259px) {
  section.empresa .dados-empresa .texto-empresa {
    width: 49%;
    padding: 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .dados-empresa .texto-empresa {
    width: 100%;
    padding: 20px;
  }
}
section.empresa .dados-empresa .texto-empresa > p {
  margin: 0 0 30px 0;
  line-height: 1.8;
}
@media only screen and (max-width: 1259px) {
  section.empresa .dados-empresa .texto-empresa > p {
    margin: 0 0 20px 0;
  }
}
section.empresa .imagens-empresa {
  width: 1300px;
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1259px) {
  section.empresa .imagens-empresa {
    width: 90%;
  }
}
section.empresa .imagens-empresa .empresa-imagem {
  width: 23.5%;
  height: 350px;
}
@media only screen and (max-width: 1259px) {
  section.empresa .imagens-empresa .empresa-imagem {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .imagens-empresa .empresa-imagem {
    width: 48.5%;
    height: 200px;
    margin-bottom: 10px;
  }
}
section.empresa .imagens-empresa .empresa-imagem .img-empresa {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.empresa .pilares {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 0 90px 0;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.empresa .pilares {
    width: 90%;
    padding: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .pilares {
    flex-direction: column;
  }
}
section.empresa .pilares .missao,
section.empresa .pilares .visao,
section.empresa .pilares .valores {
  width: 350px;
  height: auto;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin: 0 20px;
}
@media only screen and (max-width: 1259px) {
  section.empresa .pilares .missao,
  section.empresa .pilares .visao,
  section.empresa .pilares .valores {
    width: 30%;
    margin: 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .pilares .missao,
  section.empresa .pilares .visao,
  section.empresa .pilares .valores {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
section.empresa .pilares .missao div.img,
section.empresa .pilares .visao div.img,
section.empresa .pilares .valores div.img {
  width: 100%;
  height: 110px;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.empresa .pilares .missao div.img,
  section.empresa .pilares .visao div.img,
  section.empresa .pilares .valores div.img {
    height: 60px;
  }
}
section.empresa .pilares .missao div.img .img-missao,
section.empresa .pilares .visao div.img .img-missao,
section.empresa .pilares .valores div.img .img-missao,
section.empresa .pilares .missao div.img .img-visao,
section.empresa .pilares .visao div.img .img-visao,
section.empresa .pilares .valores div.img .img-visao,
section.empresa .pilares .missao div.img .img-valores,
section.empresa .pilares .visao div.img .img-valores,
section.empresa .pilares .valores div.img .img-valores {
  max-width: 100%;
  max-height: 100%;
}
section.empresa .pilares .missao .titulo,
section.empresa .pilares .visao .titulo,
section.empresa .pilares .valores .titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ff6634;
  margin: 20px 0 15px 0;
}
@media only screen and (max-width: 1259px) {
  section.empresa .pilares .missao .titulo,
  section.empresa .pilares .visao .titulo,
  section.empresa .pilares .valores .titulo {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .pilares .missao .titulo,
  section.empresa .pilares .visao .titulo,
  section.empresa .pilares .valores .titulo {
    margin: 15px 0 10px 0;
  }
}
section.empresa .pilares .missao .texto,
section.empresa .pilares .visao .texto,
section.empresa .pilares .valores .texto {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  section.empresa .pilares .missao .texto,
  section.empresa .pilares .visao .texto,
  section.empresa .pilares .valores .texto {
    font-size: 14px;
  }
}
section.empresa .pilares .missao .texto > p,
section.empresa .pilares .visao .texto > p,
section.empresa .pilares .valores .texto > p {
  margin: 0;
  line-height: 1.8;
}
section.empresa .diferenciais {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #f3d0b4;
  background-image: url("/assets/img/layout/bg-conteCom.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 530px;
  background-position-x: 143px;
}
@media only screen and (max-width: 1259px) {
  section.empresa .diferenciais {
    padding: 40px 0;
    min-height: 1px;
    background-size: cover;
  }
}
section.empresa .diferenciais .first_box {
  position: absolute;
  top: -33px;
  left: 50%;
  height: 70px;
  width: 500px;
  background-image: linear-gradient(90deg,#6a283d 0%,#a83f39 35%,#fd6432 100%);
  transform: translateX(-50%);
  border-radius: 6px;
  color: #fff;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 800;
}
@media only screen and (max-width: 629px) {
  section.empresa .diferenciais .first_box {
    height: 55px;
    width: 285px;
    font-size: 20px;
  }
}
section.empresa .diferenciais .centralizado {
  width: 1300px;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 1259px) {
  section.empresa .diferenciais .centralizado {
    width: 90%;
  }
}
section.empresa .diferenciais .centralizado h2.titulo {
  max-width: 820px;
  margin: 0 auto 70px auto;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 42px;
  font-weight: 400;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-shadow: -2px 0px 4px #000;
}
@media only screen and (max-width: 1259px) {
  section.empresa .diferenciais .centralizado h2.titulo {
    font-size: 20px;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .diferenciais .centralizado h2.titulo {
    font-size: 16px;
    margin: 0 auto 30px auto;
  }
}
section.empresa .diferenciais .centralizado .itens {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
section.empresa .diferenciais .centralizado .itens .diferencial {
  width: 170px;
  height: 180px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin: 0 30px 30px 30px;
}
@media only screen and (max-width: 1259px) {
  section.empresa .diferenciais .centralizado .itens .diferencial {
    width: 15%;
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .diferenciais .centralizado .itens .diferencial {
    width: 30%;
    height: 120px;
    margin: 0 20px 20px 20px;
  }
}
section.empresa .diferenciais .centralizado .itens .diferencial .img-diferencial {
  width: 90%;
  height: 80px;
  margin-bottom: 25px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  section.empresa .diferenciais .centralizado .itens .diferencial .img-diferencial {
    width: 60%;
    height: 65px;
    margin-bottom: 15px;
  }
}
section.empresa .diferenciais .centralizado .itens .diferencial .img-diferencial img {
  width: auto;
  height: auto;
  transition: transform 0.3s;
}
@media only screen and (max-width: 767px) {
  section.empresa .diferenciais .centralizado .itens .diferencial .img-diferencial img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
section.empresa .diferenciais .centralizado .itens .diferencial .titulo {
  max-width: 90%;
  margin: 0;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.empresa .diferenciais .centralizado .itens .diferencial .titulo {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  section.empresa .diferenciais .centralizado .itens .diferencial .titulo {
    font-size: 14px;
  }
}
section.empresa .diferenciais .centralizado .itens a.diferencial:hover .img-diferencial img {
  transform: scale(1.2);
}
section.home {
  width: 100%;
  height: auto;
  position: relative;
}
section.home .banners {
  width: 1300px;
  margin: 0 auto;
  height: 854px;
  position: relative;
  margin-top: -150px;
}
@media only screen and (max-width: 1299px) {
  section.home .banners {
    width: 1029px;
    height: 675px;
  }
}
@media only screen and (max-width: 979px) {
  section.home .banners {
    width: 751px;
    height: 546px;
  }
}
@media only screen and (max-width: 679px) {
  section.home .banners {
    width: 473px;
    height: 364px;
  }
}
@media only screen and (max-width: 409px) {
  section.home .banners {
    width: 345px;
    height: 274px;
  }
}
section.home .banners .cycle-prev {
  position: absolute;
  color: #6f253c;
  font-size: 70px;
  left: -20px;
  top: 42%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 110;
}
@media only screen and (max-width: 1399px) {
  section.home .banners .cycle-prev {
    left: 50px;
  }
}
@media only screen and (max-width: 1299px) {
  section.home .banners .cycle-prev {
    left: 20px;
  }
}
@media only screen and (max-width: 1019px) {
  section.home .banners .cycle-prev {
    display: none;
  }
}
section.home .banners .cycle-next {
  position: absolute;
  color: #6f253c;
  font-size: 70px;
  right: -50px;
  top: 42%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 106;
}
@media only screen and (max-width: 1399px) {
  section.home .banners .cycle-next {
    right: 10px;
  }
}
@media only screen and (max-width: 1019px) {
  section.home .banners .cycle-next {
    display: none;
  }
}
section.home .banners .banner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home .banners .overlay-banner {
  position: absolute;
  width: 350px;
  height: 350px;
  right: 137px;
  top: 222px;
  z-index: 104;
  transform: translateX(-50%);
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-image: linear-gradient(90deg,#6a283d 0%,#a83f39 35%,#fd6432 100%);
  transform: rotate(-45deg);
  border-radius: 30px;
}
@media only screen and (max-width: 979px) {
  section.home .banners .overlay-banner {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 679px) {
  section.home .banners .overlay-banner {
    width: 250px;
    height: 250px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 409px) {
  section.home .banners .overlay-banner {
    width: 200px;
    height: 200px;
    right: 102px;
  }
}
section.home .banners .overlay-banner .titulo {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  max-width: 252px;
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  transform: rotate(45deg);
}
@media only screen and (max-width: 979px) {
  section.home .banners .overlay-banner .titulo {
    max-width: 211px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 409px) {
  section.home .banners .overlay-banner .titulo {
    max-width: 182px;
    font-size: 17px;
  }
}
section.home .itens-destaques {
  position: relative;
  margin: 30px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  width: 970px;
  margin-top: -90px;
  z-index: 106;
}
@media only screen and (max-width: 1109px) {
  section.home .itens-destaques {
    width: 470px;
  }
}
@media only screen and (max-width: 979px) {
  section.home .itens-destaques {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 679px) {
  section.home .itens-destaques {
    margin-top: 175px;
  }
}
@media only screen and (max-width: 509px) {
  section.home .itens-destaques {
    width: 221px;
  }
}
section.home .itens-destaques .destaque1 {
  width: 220px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.4s;
}
section.home .itens-destaques .destaque1:hover {
  transform: scale(1.04);
}
section.home .itens-destaques .image {
  position: relative;
  border-radius: 100%;
  border: 4px solid #fff;
  overflow: hidden;
  width: 200px;
  height: 200px;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
}
section.home .itens-destaques .image img {
  width: 100%;
  height: 100%;
}
section.home .itens-destaques .titulo {
  position: relative;
  width: 100%;
  height: 140px;
  background-color: #ff6634;
  text-transform: uppercase;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  z-index: 1;
  margin-top: -40px;
  border-radius: 10px;
}
section.home .itens-destaques .titulo p {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 800;
  color: #fff;
  max-width: 165px;
  text-align: center;
  margin-top: 55px;
}
section.home .orcamento {
  width: 100%;
  height: 260px;
  background-color: #6f253c;
  padding: 50px 0;
}
@media only screen and (max-width: 1259px) {
  section.home .orcamento {
    height: 220px;
    padding: 35px 0;
  }
}
@media only screen and (max-width: 939px) {
  section.home .orcamento {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  section.home .orcamento {
    padding: 15px;
  }
}
section.home .orcamento .centralizado {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.home .orcamento .centralizado {
    width: 90%;
  }
}
@media only screen and (max-width: 939px) {
  section.home .orcamento .centralizado {
    flex-direction: column;
    row-gap: 20px;
    height: auto;
  }
}
section.home .orcamento .centralizado .titulo {
  max-width: 340px;
  height: 100%;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-weight: 800;
  color: #fff;
  text-align: end;
  line-height: 1.4;
  padding-right: 35px;
  border-right: 1px solid #fff;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1259px) {
  section.home .orcamento .centralizado .titulo {
    font-size: 26px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 939px) {
  section.home .orcamento .centralizado .titulo {
    text-align: center;
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.home .orcamento .centralizado .titulo {
    width: 90%;
    padding: 0;
    font-size: 24px;
    border: none;
    text-align: center;
  }
}
section.home .orcamento .centralizado .texto {
  width: 35%;
  padding: 0 60px 0 35px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 1259px) {
  section.home .orcamento .centralizado .texto {
    font-size: 16px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 939px) {
  section.home .orcamento .centralizado .texto {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  section.home .orcamento .centralizado .texto {
    width: 100%;
    padding: 5px 0 15px 0;
    font-size: 14px;
    text-align: center;
  }
}
section.home .orcamento .centralizado .btn-orcamento {
  width: 310px;
  height: 55px;
  background-color: #7d3c50;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.home .orcamento .centralizado .btn-orcamento {
    width: 250px;
    height: 50px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.home .orcamento .centralizado .btn-orcamento {
    width: 90%;
    font-size: 12px;
  }
}
section.home .orcamento .centralizado .btn-orcamento span {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 700;
  margin: 0 0 4px 8px;
  transition: transform 0.3s;
}
@media only screen and (max-width: 767px) {
  section.home .orcamento .centralizado .btn-orcamento span {
    font-size: 15px;
    margin: 0 0 2px 5px;
  }
}
section.home .orcamento .centralizado .btn-orcamento:hover {
  background-color: #373435;
}
section.home .orcamento .centralizado .btn-orcamento:hover span {
  margin-bottom: 2px;
  transform: rotate(360deg) scale(1.2);
}
section.home .produtos {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0 30px 0;
  display: flex;
  flex-direction: row;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1259px) {
  section.home .produtos {
    padding: 35px 0 20px 0;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  section.home .produtos {
    padding: 20px 0;
  }
}
section.home .produtos .produto {
  width: 25%;
  height: 250px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.home .produtos .produto {
    width: 50%;
    margin-bottom: 30px;
  }
}
section.home .produtos .produto div.imagens {
  width: 80%;
  height: 70%;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  section.home .produtos .produto div.imagens {
    width: 70%;
  }
}
section.home .produtos .produto div.imagens .img-capa {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s;
}
section.home .produtos .produto div.imagens .img-logo {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
section.home .produtos .produto .cod-titulo {
  width: 80%;
  height: 30%;
  margin-top: 20px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  text-align: center;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.home .produtos .produto .cod-titulo {
    font-size: 12px;
    margin-top: 10px;
  }
}
section.home .produtos .produto:hover div.imagens .img-capa {
  transform: scale(1.2);
}
section.home .produtos .produto:hover .cod-titulo {
  font-weight: 500;
}
section.home .diferenciais {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #f3d0b4;
  background-image: url("/assets/img/layout/bg-conteCom.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 530px;
  background-position-x: 143px;
}
@media only screen and (max-width: 1259px) {
  section.home .diferenciais {
    padding: 40px 0;
    min-height: 1px;
    background-size: cover;
  }
}
section.home .diferenciais .centralizado {
  width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1259px) {
  section.home .diferenciais .centralizado {
    width: 90%;
  }
}
section.home .diferenciais .centralizado h2.titulo {
  max-width: 820px;
  margin: 0 auto 70px auto;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 42px;
  font-weight: 400;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-shadow: -2px 0px 4px #000;
}
@media only screen and (max-width: 1259px) {
  section.home .diferenciais .centralizado h2.titulo {
    font-size: 20px;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  section.home .diferenciais .centralizado h2.titulo {
    font-size: 16px;
    margin: 0 auto 30px auto;
  }
}
section.home .diferenciais .centralizado .itens {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
section.home .diferenciais .centralizado .itens .diferencial {
  width: 170px;
  height: 180px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin: 0 30px 30px 30px;
}
@media only screen and (max-width: 1259px) {
  section.home .diferenciais .centralizado .itens .diferencial {
    width: 15%;
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  section.home .diferenciais .centralizado .itens .diferencial {
    width: 30%;
    height: 120px;
    margin: 0 20px 20px 20px;
  }
}
section.home .diferenciais .centralizado .itens .diferencial .img-diferencial {
  width: 90%;
  height: 80px;
  margin-bottom: 25px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  section.home .diferenciais .centralizado .itens .diferencial .img-diferencial {
    width: 60%;
    height: 65px;
    margin-bottom: 15px;
  }
}
section.home .diferenciais .centralizado .itens .diferencial .img-diferencial img {
  width: auto;
  height: auto;
  transition: transform 0.3s;
}
@media only screen and (max-width: 767px) {
  section.home .diferenciais .centralizado .itens .diferencial .img-diferencial img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
section.home .diferenciais .centralizado .itens .diferencial .titulo {
  max-width: 90%;
  margin: 0;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.home .diferenciais .centralizado .itens .diferencial .titulo {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  section.home .diferenciais .centralizado .itens .diferencial .titulo {
    font-size: 14px;
  }
}
section.home .diferenciais .centralizado .itens a.diferencial:hover .img-diferencial img {
  transform: scale(1.2);
}
section.home .novidades {
  width: 1300px;
  margin: 0 auto;
  padding: 85px 0 60px 0;
}
@media only screen and (max-width: 1259px) {
  section.home .novidades {
    width: 90%;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.home .novidades {
    padding: 40px 0;
  }
}
section.home .novidades h2.titulo {
  width: 100%;
  margin: 0 0 45px 0;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 800;
  color: #890a3f;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  section.home .novidades h2.titulo {
    font-size: 20px;
    margin: 0 0 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.home .novidades h2.titulo {
    font-size: 18px;
  }
}
section.home .novidades .itens-novidades {
  width: 100%;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  section.home .novidades .itens-novidades {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
section.home .novidades .itens-novidades .novidade {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.home .novidades .itens-novidades .novidade {
    width: 90%;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 15px 0;
  }
}
section.home .novidades .itens-novidades .novidade .img-novidade {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1259px) {
  section.home .novidades .itens-novidades .novidade .img-novidade {
    max-width: 200px;
    max-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  section.home .novidades .itens-novidades .novidade .img-novidade {
    max-width: 150px;
    max-height: 150px;
    right: 30px;
  }
}
section.home .novidades .itens-novidades .novidade .categoria {
  position: absolute;
  top: 100px;
  right: 25px;
  width: 150px;
  height: 50px;
  background-color: #890a3f;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.home .novidades .itens-novidades .novidade .categoria {
    top: 80px;
    right: 0;
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  section.home .novidades .itens-novidades .novidade .categoria {
    width: 100px;
    top: 55px;
    right: 25px;
    font-size: 10px;
  }
}
section.home .novidades .itens-novidades .novidade .titulo-novidade {
  position: relative;
  width: 90%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 500;
  color: #890a3f;
  margin: 15px 0;
  line-height: 1.4;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.home .novidades .itens-novidades .novidade .titulo-novidade {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  section.home .novidades .itens-novidades .novidade .titulo-novidade {
    font-size: 14px;
    text-align: center;
  }
}
section.home .novidades .itens-novidades .novidade:hover .img-novidade {
  transform: scale(1.1);
}
section.home .novidades .itens-novidades .novidade:hover .categoria {
  background-color: #373435;
}
section.home .novidades .itens-novidades .novidade:hover .titulo-novidade {
  color: #373435;
}
section.home .marcas {
  width: 1300px;
  padding: 1px 0 75px 0;
  background-color: #fbf4ee;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 1299px) {
  section.home .marcas {
    width: 100%;
  }
}
section.home .marcas h2.titulo {
  width: 100%;
  margin: 70px 0 60px 0;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-weight: 800;
  color: #890a3f;
  text-align: center;
}
@media only screen and (max-width: 1299px) {
  section.home .marcas h2.titulo {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 599px) {
  section.home .marcas h2.titulo {
    font-size: 25px;
  }
}
section.home .marcas .centralizado {
  width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
@media only screen and (max-width: 1299px) {
  section.home .marcas .centralizado {
    width: 80%;
  }
}
section.home .marcas .centralizado .marca {
  max-width: 120px;
  max-height: 120px;
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  section.home .marcas .centralizado .marca {
    max-width: 80px;
    max-height: 80px;
  }
}
section.home .marcas .centralizado .marca:hover img {
  transform: scale(1.04);
}
section.home .marcas .centralizado .marca .img {
  max-width: 111px;
  max-height: 100px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 599px) {
  section.home .marcas .centralizado .marca .img {
    max-width: 70px;
    max-height: 70px;
  }
}
section.home .marcas .centralizado .owl-carousel .owl-stage {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
section.home .newsletter {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 1259px) {
  section.home .newsletter {
    width: 90%;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.home .newsletter {
    padding: 20px 0;
  }
}
section.home .newsletter .news {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 198px;
  font-weight: 400;
  color: #f2f2f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 800;
  margin: 35px 0;
}
section.home .newsletter .forms {
  position: absolute;
  width: 650px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  section.home .newsletter .forms {
    width: 100%;
    right: 0;
  }
}
section.home .newsletter .forms p.frase {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 300;
  color: #6f253c;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  section.home .newsletter .forms p.frase {
    font-size: 16px;
    margin: 0 0 10px 0;
    text-align: center;
  }
}
section.home .newsletter .form-newsletter {
  width: 100%;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
@media only screen and (max-width: 767px) {
  section.home .newsletter .form-newsletter {
    flex-direction: column;
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
section.home .newsletter .form-newsletter input[type=text],
section.home .newsletter .form-newsletter input[type=email] {
  margin: 0 2px;
  width: 300px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #6f253c;
  border-radius: 6px;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  background-color: #6f253c;
}
@media only screen and (max-width: 767px) {
  section.home .newsletter .form-newsletter input[type=text],
  section.home .newsletter .form-newsletter input[type=email] {
    width: 90%;
    margin: 0 0 10px 0;
  }
}
section.home .newsletter .form-newsletter input[type=text]::-webkit-input-placeholder,
section.home .newsletter .form-newsletter input[type=email]::-webkit-input-placeholder {
  color: #fff;
  background-color: transparent;
}
section.home .newsletter .form-newsletter input[type=text]:-moz-placeholder,
section.home .newsletter .form-newsletter input[type=email]:-moz-placeholder {
  color: #fff;
  background-color: transparent;
}
section.home .newsletter .form-newsletter input[type=text]::-moz-placeholder,
section.home .newsletter .form-newsletter input[type=email]::-moz-placeholder {
  color: #fff;
  background-color: transparent;
}
section.home .newsletter .form-newsletter input[type=text]:-ms-input-placeholder,
section.home .newsletter .form-newsletter input[type=email]:-ms-input-placeholder {
  color: #fff;
  background-color: transparent;
}
section.home .newsletter .form-newsletter input[type=text]:hover,
section.home .newsletter .form-newsletter input[type=email]:hover,
section.home .newsletter .form-newsletter input[type=text]:focus,
section.home .newsletter .form-newsletter input[type=email]:focus {
  font-weight: 500;
}
section.home .newsletter .form-newsletter .btn-enviar {
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
section.home .newsletter .form-newsletter .btn-enviar .img-seta {
  width: auto;
  height: 24px;
  transition: transform 0.3s;
}
section.home .newsletter .form-newsletter .btn-enviar:hover .img-seta,
section.home .newsletter .form-newsletter .btn-enviar:focus .img-seta {
  transform: rotate(360deg) scale(1.3);
}
section.home .newsletter:before,
section.home .newsletter:after {
  content: " ";
  display: table;
}
section.home .newsletter:after {
  clear: both;
}
section.home .newsletter .flash {
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 15px auto 0 auto;
  width: 70%;
  height: 30px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 0;
}
section.home .newsletter .flash > p {
  margin: 0;
}
section.home .newsletter .flash.flash-erro {
  border: 2px solid #e02227;
  background: #e02227;
  color: #fff;
}
section.home .newsletter .flash.flash-sucesso {
  border: 2px solid #2caf2c;
  background: #2caf2c;
  color: #fff;
}
section.home .explanation {
  margin-top: 120px;
  margin-bottom: 120px;
}
section.home .explanation .external .item {
  background-color: #f2f2f2;
  min-height: 440px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1229px) {
  section.home .explanation .external .item {
    margin-bottom: 50px;
  }
}
section.home .explanation .external .item .centre {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 1229px) {
  section.home .explanation .external .item .centre {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 80%;
  }
}
section.home .explanation .external .item .centre .image {
  position: relative;
  width: 530px;
}
@media only screen and (max-width: 1229px) {
  section.home .explanation .external .item .centre .image {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 699px) {
  section.home .explanation .external .item .centre .image {
    width: 100%;
  }
}
section.home .explanation .external .item .centre .image img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 530px;
  top: -265px;
}
@media only screen and (max-width: 1229px) {
  section.home .explanation .external .item .centre .image img {
    position: static;
  }
}
@media only screen and (max-width: 699px) {
  section.home .explanation .external .item .centre .image img {
    height: auto;
  }
}
section.home .explanation .external .item .centre .right {
  width: 600px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 699px) {
  section.home .explanation .external .item .centre .right {
    width: 100%;
  }
}
section.home .explanation .external .item .centre .right .infos {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 501px;
}
@media only screen and (max-width: 1229px) {
  section.home .explanation .external .item .centre .right .infos {
    width: 100%;
  }
}
section.home .explanation .external .item .centre .right .infos .new {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-image: linear-gradient(90deg,#6a283d 0%,#a83f39 35%,#fd6432 100%);
  margin: 0;
  margin-bottom: 43px;
  width: 130px;
  height: 25px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  letter-spacing: 6px;
  padding-top: 1px;
}
section.home .explanation .external .item .centre .right .infos .title {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-weight: 800;
  color: #6f253c;
  margin: 0;
  margin-bottom: 30px;
}
section.home .explanation .external .item .centre .right .infos .description {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
section.home .explanation .external .item .centre .right .arrow {
  width: 20px;
}
@media only screen and (max-width: 1229px) {
  section.home .explanation .external .item .centre .right .arrow {
    display: none;
  }
}
section.home .explanation .external .item .centre .right .arrow img {
  width: 100%;
}
section.home .explanation .external .item:nth-child(even) .centre {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1229px) {
  section.home .explanation .external .item:nth-child(even) .centre {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
section.home .produtos_home {
  margin-bottom: 130px;
}
section.home .produtos_home .centre {
  position: relative;
  background-color: #fbf4ee;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1319px) {
  section.home .produtos_home .centre {
    max-width: 80%;
  }
}
@media only screen and (max-width: 419px) {
  section.home .produtos_home .centre {
    max-width: 90%;
  }
}
section.home .produtos_home .centre .father {
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  row-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  min-height: 440px;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1319px) {
  section.home .produtos_home .centre .father {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 909px) {
  section.home .produtos_home .centre .father {
    width: 211px;
  }
}
section.home .produtos_home .centre .father .card {
  width: 210px;
}
section.home .produtos_home .centre .father .card .image {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 210px;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: -6px 5px 0px rgba(0,0,0,0.1);
}
section.home .produtos_home .centre .father .card .image img {
  width: 95%;
  height: 95%;
}
section.home .produtos_home .centre .father .title {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6f253c;
  margin: 20px auto;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 500;
}
section.home .produtos_home .centre .btn_more {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  width: 310px;
  height: 55px;
  background-color: #6f253c;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
section.home .produtos_home .centre .btn_more:hover {
  background-color: #ff6634;
}
@media only screen and (max-width: 399px) {
  section.home .produtos_home .centre .btn_more {
    width: 100%;
  }
}
section.marcas {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1259px) {
  section.marcas {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  section.marcas {
    padding: 40px 0;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
section.marcas .marca {
  width: 300px;
  height: 150px;
  padding: 20px;
  background-color: #f2f2f2;
  margin: 0 33px 40px 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.marcas .marca {
    width: 23%;
    height: 120px;
    margin: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.marcas .marca {
    width: 47%;
    height: 100px;
    margin: 0 0 20px 0;
  }
}
section.marcas .marca .img-marca {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s ease;
}
section.marcas .marca:hover .img-marca {
  transform: scale(1.2);
}
section.novidades-show {
  width: 100%;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  section.novidades-show {
    padding: 40px 0;
  }
}
section.novidades-show .faixa-superior {
  width: 100%;
  height: 200px;
  background-color: #f3d0b4;
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1259px) {
  section.novidades-show .faixa-superior {
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades-show .faixa-superior {
    height: 180px;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 25px;
  }
}
section.novidades-show .faixa-superior h4.titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #6f253c;
  line-height: 1.5;
  margin: 0;
  padding: 0 calc((100% - 1300px) / 2) 0 calc(50% + 10px);
}
@media only screen and (max-width: 1259px) {
  section.novidades-show .faixa-superior h4.titulo {
    font-size: 20px;
    padding: 0 5% 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades-show .faixa-superior h4.titulo {
    padding: 0 5%;
  }
}
section.novidades-show .conteudo {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1259px) {
  section.novidades-show .conteudo {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades-show .conteudo {
    flex-direction: column;
  }
}
section.novidades-show .conteudo .left {
  width: 50%;
  position: relative;
  top: -200px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1259px) {
  section.novidades-show .conteudo .left {
    top: -130px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades-show .conteudo .left {
    width: 100%;
    top: -40px;
    padding-bottom: 40px;
  }
}
section.novidades-show .conteudo .left .img-capa {
  width: 600px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1259px) {
  section.novidades-show .conteudo .left .img-capa {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades-show .conteudo .left .img-capa {
    width: 100%;
  }
}
section.novidades-show .conteudo .left .categoria {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 150px;
  height: 50px;
  background-image: linear-gradient(90deg,#6a283d 0%,#a83f39 35%,#fd6432 100%);
  border-radius: 4px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.novidades-show .conteudo .left .categoria {
    width: 130px;
    height: 40px;
    font-size: 12px;
  }
}
section.novidades-show .conteudo .left .btn-voltar {
  width: 200px;
  height: 40px;
  position: relative;
  margin: 70px 0 0 0;
  border: 1px solid #ff6634;
  background-color: transparent;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #ff6634;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.novidades-show .conteudo .left .btn-voltar {
    width: 30%;
    height: 35px;
    font-size: 14px;
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades-show .conteudo .left .btn-voltar {
    position: fixed;
    background-color: #fff;
    bottom: 10px;
    right: 5%;
    margin: 0;
  }
}
section.novidades-show .conteudo .left .btn-voltar:hover {
  background-color: #ff6634;
  color: #fff;
}
section.novidades-show .conteudo .right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section.novidades-show .conteudo .right {
    width: 100%;
    margin-top: -70px;
  }
}
section.novidades-show .conteudo .right .texto {
  padding: 35px 10px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
}
@media only screen and (max-width: 1259px) {
  section.novidades-show .conteudo .right .texto {
    padding: 15px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades-show .conteudo .right .texto {
    padding: 0;
  }
}
section.novidades-show .conteudo .right .texto > p {
  margin: 20px 0;
  line-height: 1.8;
}
section.novidades-show .conteudo .right .texto > ul {
  line-height: 1.8;
  margin: 0 0 20px 0;
}
section.novidades-show .conteudo .right .texto > ul li {
  line-height: 1.8;
}
section.novidades {
  width: 100%;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  section.novidades {
    padding: 40px 0;
  }
}
section.novidades .destaque-topo {
  width: 100%;
  height: 420px;
  background-color: #f3d0b4;
  padding: 40px 0;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaque-topo {
    height: 330px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaque-topo {
    height: auto;
    padding: 30px 0;
  }
}
section.novidades .destaque-topo a.centralizado {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaque-topo a.centralizado {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaque-topo a.centralizado {
    flex-direction: column;
  }
}
section.novidades .destaque-topo a.centralizado h2.titulo {
  width: 20%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
  padding: 0 40px 0 0;
  line-height: 1.5;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaque-topo a.centralizado h2.titulo {
    font-size: 18px;
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaque-topo a.centralizado h2.titulo {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
  }
}
section.novidades .destaque-topo a.centralizado .capa-categoria {
  width: 40%;
  height: 100%;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.novidades .destaque-topo a.centralizado .capa-categoria {
    width: 100%;
    height: 180px;
  }
}
section.novidades .destaque-topo a.centralizado .capa-categoria .img-novidade {
  width: 340px;
  height: 340px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaque-topo a.centralizado .capa-categoria .img-novidade {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaque-topo a.centralizado .capa-categoria .img-novidade {
    width: 180px;
    height: 180px;
    margin-left: 40px;
  }
}
section.novidades .destaque-topo a.centralizado .capa-categoria .categoria {
  position: absolute;
  top: 43%;
  right: 30px;
  width: 150px;
  height: 50px;
  background-image: linear-gradient(90deg,#6a283d 0%,#a83f39 35%,#fd6432 100%);
  border-radius: 4px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaque-topo a.centralizado .capa-categoria .categoria {
    right: 0;
    width: 120px;
    height: 45px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaque-topo a.centralizado .capa-categoria .categoria {
    top: 40%;
  }
}
section.novidades .destaque-topo a.centralizado .titulo-novidade {
  width: 40%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
  padding: 0 20px 0 15px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaque-topo a.centralizado .titulo-novidade {
    font-size: 22px;
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaque-topo a.centralizado .titulo-novidade {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 18px;
  }
}
section.novidades .destaque-topo a.centralizado:hover .capa-categoria .img-novidade {
  transform: scale(1.1);
}
section.novidades .destaque-topo a.centralizado:hover .capa-categoria .categoria {
  background-color: #373435;
}
section.novidades .destaque-topo a.centralizado:hover .titulo-novidade {
  color: #373435;
}
section.novidades .destaques {
  width: 1300px;
  margin: 70px auto;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaques {
    width: 90%;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaques {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
section.novidades .destaques .novidade {
  width: 30%;
  height: auto;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 15px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.novidades .destaques .novidade {
    width: 90%;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 15px 0;
  }
}
section.novidades .destaques .novidade .img-novidade {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaques .novidade .img-novidade {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaques .novidade .img-novidade {
    width: 150px;
    height: 150px;
    right: 30px;
  }
}
section.novidades .destaques .novidade .categoria {
  position: absolute;
  top: 100px;
  right: 25px;
  width: 150px;
  height: 50px;
  background-image: linear-gradient(90deg,#6a283d 0%,#a83f39 35%,#fd6432 100%);
  border-radius: 4px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaques .novidade .categoria {
    top: 80px;
    right: 0;
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaques .novidade .categoria {
    width: 100px;
    top: 55px;
    right: 25px;
    font-size: 10px;
  }
}
section.novidades .destaques .novidade .titulo-novidade {
  position: relative;
  width: 90%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6f253c;
  margin: 15px 0;
  line-height: 1.4;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.novidades .destaques .novidade .titulo-novidade {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .destaques .novidade .titulo-novidade {
    font-size: 14px;
    text-align: center;
  }
}
section.novidades .destaques .novidade:hover .img-novidade {
  transform: scale(1.1);
}
section.novidades .destaques .novidade:hover .categoria {
  background-color: #373435;
}
section.novidades .destaques .novidade:hover .titulo-novidade {
  color: #373435;
}
section.novidades .todas-novidades {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (max-width: 1259px) {
  section.novidades .todas-novidades {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .todas-novidades {
    width: 90%;
  }
}
section.novidades .todas-novidades .novidade {
  width: 100%;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  section.novidades .todas-novidades .novidade {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
section.novidades .todas-novidades .novidade .categoria {
  width: 150px;
  height: 50px;
  background-color: #ff6634;
  border-radius: 6px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.novidades .todas-novidades .novidade .categoria {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .todas-novidades .novidade .categoria {
    width: 100%;
    height: 40px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
section.novidades .todas-novidades .novidade .link-novidade {
  width: 900px;
  height: 50px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373435;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  border-radius: 6px;
  padding: 0 20px;
  background-color: #f2f2f2;
  background-image: url("/assets/img/layout/setinha-fios.svg");
  background-repeat: no-repeat;
  background-position: 98%;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.novidades .todas-novidades .novidade .link-novidade {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .todas-novidades .novidade .link-novidade {
    width: 100%;
    height: 80px;
  }
}
section.novidades .todas-novidades .novidade .link-novidade:hover {
  color: #fff;
  background-color: #6f253c;
  background-image: url("/assets/img/layout/setinha-fios-branca.svg");
}
section.novidades .btn-mais-novidades {
  width: 200px;
  height: 40px;
  margin: 40px calc((100% - 200px) / 2);
  border: 1px solid #ff6634;
  background-color: transparent;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #ff6634;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 6px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.novidades .btn-mais-novidades {
    width: 20%;
    font-size: 14px;
    margin: 20px 40%;
  }
}
@media only screen and (max-width: 767px) {
  section.novidades .btn-mais-novidades {
    width: 40%;
    margin: 20px 30%;
  }
}
section.novidades .btn-mais-novidades:hover {
  background-color: #ff6634;
  color: #fff;
}
section.pedido-de-orcamento {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento {
    width: 90%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento {
    padding: 40px 0;
    flex-direction: column;
  }
}
section.pedido-de-orcamento .left {
  width: calc((1300px - 30px) / 2);
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
section.pedido-de-orcamento .left .logado {
  width: 100%;
  height: 130px;
  background-color: #f2f2f2;
  padding: 30px 20px;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .logado {
    height: 100px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .logado {
    height: 85px;
    padding: 15px;
  }
}
section.pedido-de-orcamento .left .logado .titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ff6634;
  margin: 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .logado .titulo {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .logado .titulo {
    font-size: 18px;
  }
}
section.pedido-de-orcamento .left .logado .cliente-logout {
  width: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .logado .cliente-logout {
    margin-top: 10px;
  }
}
section.pedido-de-orcamento .left .logado .cliente-logout .cliente {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373435;
  margin: 0 15px 0 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .logado .cliente-logout .cliente {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .logado .cliente-logout .cliente {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
}
section.pedido-de-orcamento .left .logado .cliente-logout .cliente .nome {
  text-transform: uppercase;
}
section.pedido-de-orcamento .left .logado .cliente-logout .btn-sair {
  width: 80px;
  height: 30px;
  border: 1px solid #ccc;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: #6f253c;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .logado .cliente-logout .btn-sair {
    font-size: 14px;
    width: 75px;
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .logado .cliente-logout .btn-sair {
    font-size: 12px;
    width: 70px;
  }
}
section.pedido-de-orcamento .left .logado .cliente-logout .btn-sair .img-sair {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #6f253c;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-left: 5px;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .logado .cliente-logout .btn-sair .img-sair {
    width: 13px;
    height: 13px;
  }
}
section.pedido-de-orcamento .left .logado .cliente-logout .btn-sair .img-sair > img {
  width: 7px;
  transition: transform 0.3s;
}
section.pedido-de-orcamento .left .logado .cliente-logout .btn-sair:hover {
  border: 1px solid #6f253c;
  background-color: #ccc;
}
section.pedido-de-orcamento .left .logado .cliente-logout .btn-sair:hover .img-sair {
  transform: scale(1.2);
}
section.pedido-de-orcamento .left .logado .cliente-logout .btn-sair:hover .img-sair > img {
  transform: rotate(360deg) scale(1.2);
}
section.pedido-de-orcamento .left .login {
  width: 100%;
  height: 220px;
  background-color: #f2f2f2;
  padding: 30px 20px;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .login {
    height: 180px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .login {
    height: 200px;
    padding: 15px;
  }
}
section.pedido-de-orcamento .left .login .titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ff6634;
  margin: 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .login .titulo {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .login .titulo {
    font-size: 18px;
  }
}
section.pedido-de-orcamento .left .login .frase {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  color: #6f253c;
  margin: 5px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .login .frase {
    margin: 5px 0 10px 0;
  }
}
section.pedido-de-orcamento .left .login .form-login {
  width: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .login .form-login {
    flex-direction: column;
  }
}
section.pedido-de-orcamento .left .login .form-login .dados {
  width: 75%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .login .form-login .dados {
    width: 79%;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .login .form-login .dados {
    width: 100%;
  }
}
section.pedido-de-orcamento .left .login .form-login .dados input[type=password],
section.pedido-de-orcamento .left .login .form-login .dados input[type=email] {
  margin: 2.5px 0;
  height: 40px;
  padding: 0 20px;
  border: none;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  background-color: #fff !important;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .login .form-login .dados input[type=password],
  section.pedido-de-orcamento .left .login .form-login .dados input[type=email] {
    margin: 2px 0;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .login .form-login .dados input[type=password],
  section.pedido-de-orcamento .left .login .form-login .dados input[type=email] {
    height: 30px;
  }
}
section.pedido-de-orcamento .left .login .form-login .dados input[type=password]::-webkit-input-placeholder,
section.pedido-de-orcamento .left .login .form-login .dados input[type=email]::-webkit-input-placeholder {
  color: #373435;
  background-color: #fff !important;
}
section.pedido-de-orcamento .left .login .form-login .dados input[type=password]:-moz-placeholder,
section.pedido-de-orcamento .left .login .form-login .dados input[type=email]:-moz-placeholder {
  color: #373435;
  background-color: #fff !important;
}
section.pedido-de-orcamento .left .login .form-login .dados input[type=password]::-moz-placeholder,
section.pedido-de-orcamento .left .login .form-login .dados input[type=email]::-moz-placeholder {
  color: #373435;
  background-color: #fff !important;
}
section.pedido-de-orcamento .left .login .form-login .dados input[type=password]:-ms-input-placeholder,
section.pedido-de-orcamento .left .login .form-login .dados input[type=email]:-ms-input-placeholder {
  color: #373435;
  background-color: #fff !important;
}
section.pedido-de-orcamento .left .login .form-login .dados input[type=password]:hover,
section.pedido-de-orcamento .left .login .form-login .dados input[type=email]:hover,
section.pedido-de-orcamento .left .login .form-login .dados input[type=password]:focus,
section.pedido-de-orcamento .left .login .form-login .dados input[type=email]:focus {
  font-weight: 500;
}
section.pedido-de-orcamento .left .login .form-login .btn-login {
  width: 23.5%;
  height: 85px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #6f253c;
  border-radius: 6px;
  border: none;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .login .form-login .btn-login {
    width: 20%;
    height: 74px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .login .form-login .btn-login {
    width: 100%;
    height: 30px;
    font-weight: 500;
    margin: 2px 0;
  }
}
section.pedido-de-orcamento .left .login .form-login .btn-login:hover,
section.pedido-de-orcamento .left .login .form-login .btn-login:focus {
  background-color: #373435;
}
section.pedido-de-orcamento .left .cadastro {
  width: 100%;
  background-color: #f2f2f2;
  padding: 30px 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .cadastro {
    padding: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .cadastro {
    padding: 15px;
  }
}
section.pedido-de-orcamento .left .cadastro .titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ff6634;
  margin: 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .cadastro .titulo {
    font-size: 16px;
  }
}
section.pedido-de-orcamento .left .cadastro .frase {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  color: #6f253c;
  margin: 5px 0 15px 0;
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .cadastro .frase {
    margin: 5px 0 10px 0;
  }
}
section.pedido-de-orcamento .left .cadastro .form-cadastro {
  width: 100%;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .cadastro .form-cadastro {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados {
  width: 75%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .cadastro .form-cadastro .dados {
    width: 79%;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .cadastro .form-cadastro .dados {
    width: 100%;
  }
}
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=password],
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=email],
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=text] {
  margin: 2.5px 0;
  height: 40px;
  padding: 0 20px;
  border: none;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  background-color: #fff !important;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=password],
  section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=email],
  section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=text] {
    margin: 2px 0;
    height: 35px;
    padding: 0 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=password],
  section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=email],
  section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=text] {
    height: 30px;
  }
}
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=password]::-webkit-input-placeholder,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=email]::-webkit-input-placeholder,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=text]::-webkit-input-placeholder {
  color: #373435;
  background-color: #fff !important;
}
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=password]:-moz-placeholder,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=email]:-moz-placeholder,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=text]:-moz-placeholder {
  color: #373435;
  background-color: #fff !important;
}
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=password]::-moz-placeholder,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=email]::-moz-placeholder,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=text]::-moz-placeholder {
  color: #373435;
  background-color: #fff !important;
}
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=password]:-ms-input-placeholder,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=email]:-ms-input-placeholder,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=text]:-ms-input-placeholder {
  color: #373435;
  background-color: #fff !important;
}
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=password]:hover,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=email]:hover,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=text]:hover,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=password]:focus,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=email]:focus,
section.pedido-de-orcamento .left .cadastro .form-cadastro .dados input[type=text]:focus {
  font-weight: 500;
}
section.pedido-de-orcamento .left .cadastro .form-cadastro .btn-cadastrar {
  width: 23.5%;
  height: 85px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #6f253c;
  border: none;
  border-radius: 6px;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .left .cadastro .form-cadastro .btn-cadastrar {
    width: 20%;
    height: 74px;
    font-size: 12px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .left .cadastro .form-cadastro .btn-cadastrar {
    width: 100%;
    height: 30px;
    font-size: 14px;
    margin: 2px 0;
  }
}
section.pedido-de-orcamento .left .cadastro .form-cadastro .btn-cadastrar:hover,
section.pedido-de-orcamento .left .cadastro .form-cadastro .btn-cadastrar:focus {
  background-color: #373435;
}
section.pedido-de-orcamento .left .cadastro:before,
section.pedido-de-orcamento .left .cadastro:after {
  content: " ";
  display: table;
}
section.pedido-de-orcamento .left .cadastro:after {
  clear: both;
}
section.pedido-de-orcamento .left .cadastro .flash {
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 15px 0 0 0;
  width: 100%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 0;
}
section.pedido-de-orcamento .left .cadastro .flash > p {
  margin: 0;
}
section.pedido-de-orcamento .left .cadastro .flash.flash-erro {
  border: 2px solid #e02227;
  background: #e02227;
  color: #fff;
}
section.pedido-de-orcamento .left .cadastro .flash.flash-sucesso {
  border: 2px solid #2caf2c;
  background: #2caf2c;
  color: #fff;
}
section.pedido-de-orcamento .right {
  width: calc((1300px - 30px) / 2);
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right {
    width: 100%;
  }
}
section.pedido-de-orcamento .right .texto-adicionar {
  width: 100%;
  height: 220px;
  background-color: #f2f2f2;
  padding: 30px 70px 20px 40px;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .texto-adicionar {
    height: auto;
    padding: 20px 20px 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right .texto-adicionar {
    padding: 15px;
  }
}
section.pedido-de-orcamento .right .texto-adicionar > p {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .texto-adicionar > p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right .texto-adicionar > p {
    font-size: 12px;
  }
}
section.pedido-de-orcamento .right:before,
section.pedido-de-orcamento .right:after {
  content: " ";
  display: table;
}
section.pedido-de-orcamento .right:after {
  clear: both;
}
section.pedido-de-orcamento .right .flash,
section.pedido-de-orcamento .right .flash-sucesso {
  position: relative;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 40px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  padding: 5px 10px;
  border-radius: 0;
  border: 2px solid #2caf2c;
  background: #2caf2c;
  color: #fff;
  margin-top: 30px;
}
section.pedido-de-orcamento .right .flash > p,
section.pedido-de-orcamento .right .flash-sucesso > p {
  margin: 0;
}
section.pedido-de-orcamento .right .produtos-orcamento {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 30px 20px 60px 20px;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento {
    padding: 20px 20px 60px 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right .produtos-orcamento {
    padding: 15px 15px 50px 15px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto {
  width: 100%;
  height: 70px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto {
    height: 110px;
    flex-wrap: wrap;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .img-produto {
  width: 12%;
  height: 100%;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 5px;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .img-produto {
    padding: 2px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .img-produto {
    width: 20%;
    height: 80px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .img-produto > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .dados-produto {
  width: 76%;
  height: 100%;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: center;
  justify-content: center;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 15px;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .dados-produto {
    width: 73%;
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .dados-produto {
    width: 80%;
    height: 80px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .dados-produto .codigo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #373435;
  margin: 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .dados-produto .codigo {
    font-size: 12px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .dados-produto .titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6f253c;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .dados-produto .titulo {
    font-size: 12px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .dados-produto .titulo:hover {
  font-weight: 600;
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade {
  width: 12%;
  height: 100%;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade {
    width: 15%;
    padding: 5px 2px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade {
    width: 100%;
    height: 30px;
    flex-direction: row;
    padding: 0;
    border-left: none;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade > span {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #373435;
  margin: 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade > span {
    font-size: 8px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .numero {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #373435;
  margin: 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .numero {
    font-size: 14px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .aumentar,
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .diminuir,
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .excluir {
  width: 16px;
  height: 16px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .aumentar,
  section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .diminuir,
  section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .excluir {
    width: 14px;
    height: 14px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .aumentar,
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .diminuir {
  border: 1px solid #c2c2c2;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .aumentar > img,
  section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .diminuir > img {
    width: 7px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .aumentar:hover,
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .diminuir:hover {
  background-color: #6f253c;
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .excluir {
  border-radius: 50%;
  background-color: #e6e6e6;
  margin-left: 5px;
  transition: 0.2s ease;
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .excluir > img {
  width: 8px;
}
section.pedido-de-orcamento .right .produtos-orcamento .produto .quantidade .btns .excluir:hover {
  border: 1px solid #6f253c;
}
section.pedido-de-orcamento .right .produtos-orcamento .enviar {
  width: 100%;
  margin: 80px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .enviar {
    margin: 50px 0 0 0;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .enviar .linha-enviar-orcamento {
  width: calc(100% + 38px);
  left: -20px;
  border: 1.5px solid #6f253c;
  background-color: #6f253c;
  z-index: 0;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .enviar .linha-enviar-orcamento {
    width: 100%;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .enviar .link-enviar-orcamento {
  width: 350px;
  height: 70px;
  padding: 0 15px;
  margin-left: calc((100% - 350px) / 2);
  background-color: #6f253c;
  position: absolute;
  z-index: 1;
  top: -25px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.pedido-de-orcamento .right .produtos-orcamento .enviar .link-enviar-orcamento {
    width: 80%;
    height: 60px;
    margin-left: 10%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right .produtos-orcamento .enviar .link-enviar-orcamento {
    height: 50px;
    font-size: 12px;
    font-weight: 500;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .enviar .link-enviar-orcamento .img-enviar {
  margin-right: 20px;
  transition: transform 0.3s;
}
@media only screen and (max-width: 767px) {
  section.pedido-de-orcamento .right .produtos-orcamento .enviar .link-enviar-orcamento .img-enviar {
    width: 40px;
  }
}
section.pedido-de-orcamento .right .produtos-orcamento .enviar .link-enviar-orcamento:hover {
  background-color: #373435;
}
section.pedido-de-orcamento .right .produtos-orcamento .enviar .link-enviar-orcamento:hover .img-enviar {
  transform: rotate(360deg) scale(1.2);
}
.paginas_index {
  margin-top: 70px;
}
.paginas_index .banner {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 699px) {
  .paginas_index .banner {
    margin-left: -170px;
    width: 870px;
  }
}
.paginas_index .banner img {
  width: 100%;
  height: auto;
}
.paginas_index .banner .news {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 400px;
  border-radius: 4px;
  background-image: linear-gradient(90deg,#6a283d 0%,#a83f39 35%,#fd6432 100%);
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 800;
}
@media only screen and (max-width: 699px) {
  .paginas_index .banner .news {
    left: 180px;
    width: 277px;
    transform: translate(0, 0);
  }
}
.paginas_index .banner .title {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  text-shadow: -1px -2px 7px #808080;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 42px;
  font-weight: 400;
  font-weight: 800;
  width: 80%;
}
@media only screen and (max-width: 1599px) {
  .paginas_index .banner .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1299px) {
  .paginas_index .banner .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 989px) {
  .paginas_index .banner .title {
    font-size: 28px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 699px) {
  .paginas_index .banner .title {
    font-size: 25px;
    width: 50%;
    left: 180px;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 449px) {
  .paginas_index .banner .title {
    width: 277px;
  }
}
.paginas_index .centre {
  max-width: 1215px;
  margin: 0 auto;
}
@media only screen and (max-width: 1249px) {
  .paginas_index .centre {
    max-width: 80%;
  }
}
.paginas_index .centre .description {
  max-width: 720px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 25px;
  margin: 0 auto;
}
@media only screen and (max-width: 879px) {
  .paginas_index .centre .description {
    flex-direction: column;
    row-gap: 40px;
  }
}
.paginas_index .centre .description .image {
  width: 120px;
  height: 120px;
}
.paginas_index .centre .description .image img {
  width: 100%;
  height: 100%;
}
.paginas_index .centre .description .info {
  max-width: 543px;
}
.paginas_index .centre .description .info p {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
}
.paginas_index .centre .description .info ul {
  padding-left: 20px;
}
.paginas_index .centre .description .info li {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6f253c;
}
.paginas_index .centre .categories {
  margin-top: 105px;
  margin-bottom: 115px;
}
.paginas_index .centre .categories .cat_title {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #6f253c;
  text-align: center;
  margin-bottom: 35px;
}
.paginas_index .centre .categories .external {
  width: 1215px;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1249px) {
  .paginas_index .centre .categories .external {
    margin: 0 auto;
    row-gap: 50px;
    width: 600px;
  }
}
@media only screen and (max-width: 759px) {
  .paginas_index .centre .categories .external {
    width: 465px;
  }
}
@media only screen and (max-width: 594px) {
  .paginas_index .centre .categories .external {
    width: 211px;
  }
}
.paginas_index .centre .categories .external .card {
  width: 213px;
  transition: all 0.3s;
}
.paginas_index .centre .categories .external .card:hover {
  transform: scale(1.03);
}
.paginas_index .centre .categories .external .card .card_image {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  overflow: hidden;
}
.paginas_index .centre .categories .external .card .card_image img {
  width: 100%;
  height: 100%;
}
.paginas_index .centre .categories .external .card .card_title {
  color: #6f253c;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 800;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 1.4;
}
.paginas_index .centre .categories .external .card .liner {
  color: #6f253c;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
.paginas_show {
  margin-top: 70px;
}
.paginas_show .banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 530px;
  margin-bottom: 60px;
  background-image: url("/assets/img/layout/bg-topo-elevadores_interna.jpg");
  background-repeat: no-repeat;
  background-color: #dfe8d7;
}
.paginas_show .banner img {
  width: 100%;
  height: auto;
}
.paginas_show .banner .news {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 400px;
  border-radius: 4px;
  background-image: linear-gradient(90deg,#6a283d 0%,#a83f39 35%,#fd6432 100%);
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 800;
}
@media only screen and (max-width: 699px) {
  .paginas_show .banner .news {
    left: 180px;
    width: 277px;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 479px) {
  .paginas_show .banner .news {
    left: 0;
  }
}
.paginas_show .banner .boxer {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1149px) {
  .paginas_show .banner .boxer {
    max-width: 80%;
    flex-direction: column;
    row-gap: 40px;
  }
}
.paginas_show .banner .boxer .image {
  width: 305px;
  height: 405px;
  border: 5px solid #fff;
  border-radius: 12px;
}
.paginas_show .banner .boxer .image img {
  width: 100%;
  height: 100%;
}
.paginas_show .banner .boxer .infos {
  max-width: 725px;
}
.paginas_show .banner .boxer .infos .titler {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-weight: 800;
  color: #fff;
  text-shadow: 1px 1px 1px #a9a9a9;
  margin: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .paginas_show .banner .boxer .infos .titler {
    font-size: 30px;
  }
}
.paginas_show .banner .boxer .infos .line {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
  .paginas_show .banner .boxer .infos .line {
    font-size: 40px;
  }
}
.paginas_show .banner .boxer .infos .desc p {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media only screen and (max-width: 479px) {
  .paginas_show .banner .boxer .infos .desc p {
    font-size: 20px;
  }
}
.paginas_show .banner .boxer .infos .desc ul {
  margin-left: -20px;
}
.paginas_show .banner .boxer .infos .desc li {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media only screen and (max-width: 479px) {
  .paginas_show .banner .boxer .infos .desc li {
    font-size: 20px;
  }
}
.paginas_show .escada_image {
  background-image: url("/assets/img/layout/bg-topo-escadasrolantes_interna.jpg");
  background-color: #d0e5e8;
}
.paginas_show .external {
  width: 100%;
}
.paginas_show .external .item:nth-child(even) {
  background-color: #f6f6f6;
}
.paginas_show .external .item .centre {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 899px) {
  .paginas_show .external .item .centre {
    max-width: 80%;
  }
}
.paginas_show .external .item .centre .item_title {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  color: #6f253c;
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 569px) {
  .paginas_show .external .item .centre .item_title {
    font-size: 30px;
  }
}
.paginas_show .external .item .centre .item_desc {
  margin-bottom: 40px;
}
.paginas_show .external .item .centre .item_desc img {
  width: 100%;
}
.paginas_show .external .item .centre .item_desc p {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #000;
  margin: 0;
  margin-bottom: 40px;
}
.paginas_show .external .item .centre .item_desc ul {
  margin-left: -20px;
  text-align: center;
  list-style-position: inside;
}
.paginas_show .external .item .centre .item_desc li {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0;
  text-align: center;
  line-height: 1.5;
}
.paginas_show .external .item .centre .images {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .paginas_show .external .item .centre .images {
    width: 531px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 669px) {
  .paginas_show .external .item .centre .images {
    width: 261px;
  }
}
.paginas_show .external .item .centre .images .box_image {
  width: 260px;
  height: auto;
}
.paginas_show .external .item .centre .images .box_image img {
  width: 100%;
  height: auto;
}
.paginas_show .external .call {
  padding: 100px 0;
}
.paginas_show .external .call .callBanner {
  background-image: url("/assets/img/layout/caixa-falecom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 700px;
  margin: 0 auto;
  transition: all 0.4s;
}
@media only screen and (max-width: 719px) {
  .paginas_show .external .call .callBanner {
    width: 100%;
    background-color: #6f253c;
  }
}
.paginas_show .external .call .callBanner:hover {
  transform: scale(1.03);
}
.paginas_show .external .call .callBanner .wrapper {
  display: flex;
  max-width: 552px;
  -ms-align-items: center;
  align-items: center;
  margin-left: 95px;
  transition: all 0.4s;
}
@media only screen and (max-width: 719px) {
  .paginas_show .external .call .callBanner .wrapper {
    flex-direction: column;
    row-gap: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
}
.paginas_show .external .call .callBanner .wrapper:hover {
  transform: scale(1.03);
}
.paginas_show .external .call .callBanner .wrapper .text {
  max-width: 234px;
  margin: 0;
  margin-right: 50px;
  color: #fff;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 800;
}
@media only screen and (max-width: 719px) {
  .paginas_show .external .call .callBanner .wrapper .text {
    text-align: center;
    padding-top: 35px;
    margin-right: 0;
  }
}
.paginas_show .external .call .callBanner .wrapper .letter {
  width: 210px;
  height: 210px;
  margin-top: -15px;
}
@media only screen and (max-width: 719px) {
  .paginas_show .external .call .callBanner .wrapper .letter {
    width: 150px;
    height: 150px;
  }
}
.paginas_show .external .call .callBanner .wrapper .arrow {
  width: 22px;
  height: auto;
  margin-left: 30px;
}
.more_cat {
  background-color: #dfe8d7;
  margin-bottom: 80px;
}
.more_cat .centre {
  max-width: 970px;
  padding-top: 20px;
  padding-bottom: 55px;
  margin: 0 auto;
}
@media only screen and (max-width: 1109px) {
  .more_cat .centre {
    max-width: 80%;
  }
}
.more_cat .centre .hyper_title {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6f253c;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-align: center;
  padding-top: 45px;
  border-top: 1px solid #ff6634;
}
@media only screen and (max-width: 899px) {
  .more_cat .centre .hyper_title {
    width: 100%;
  }
}
.more_cat .centre .external {
  display: flex;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 25px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 1109px) {
  .more_cat .centre .external {
    width: 562px;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 699px) {
  .more_cat .centre .external {
    width: 366px;
  }
}
@media only screen and (max-width: 459px) {
  .more_cat .centre .external {
    width: 171px;
  }
}
.more_cat .centre .external .card {
  width: 170px;
  transition: all 0.3s;
}
.more_cat .centre .external .card:hover {
  transform: scale(1.03);
}
.more_cat .centre .external .card .card_image {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 225px;
}
.more_cat .centre .external .card .card_image img {
  width: 100%;
  height: 100%;
}
.more_cat .centre .external .card .card_title {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 800;
  color: #6f253c;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.more_cat .centre .external .card .liner {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6f253c;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.more_bg {
  background-color: #d0e5e8;
}
section.politica-de-privacidade {
  width: 100%;
  height: auto;
  padding: 50px 0 70px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.politica-de-privacidade {
    padding: 40px 0;
  }
}
section.politica-de-privacidade .centralizado {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  section.politica-de-privacidade .centralizado {
    width: 90%;
  }
}
section.politica-de-privacidade .centralizado .titulo {
  width: 100%;
  margin: 0 0 30px 0;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #890a3f;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  section.politica-de-privacidade .centralizado .titulo {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.politica-de-privacidade .centralizado .titulo {
    font-size: 18px;
  }
}
section.politica-de-privacidade .centralizado .texto {
  width: 100%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  padding-right: 70px;
}
@media only screen and (max-width: 1259px) {
  section.politica-de-privacidade .centralizado .texto {
    font-size: 14px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.politica-de-privacidade .centralizado .texto {
    font-size: 12px;
  }
}
section.politica-de-privacidade .centralizado .texto > p {
  line-height: 1.8;
}
section.politica-de-privacidade .centralizado .texto > ul li {
  line-height: 1.8;
}
section.produtos-categorias {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 80px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-categorias {
    width: 90%;
    padding: 80px 0 60px 0;
  }
}
.grid-linhas {
  max-height: 2040px;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1259px) {
  .grid-linhas {
    flex-wrap: nowrap;
    max-height: initial;
  }
}
@media only screen and (max-width: 767px) {
  .grid-linhas {
    flex-wrap: nowrap;
    max-height: initial;
  }
}
.grid-linhas .linha-botoeiras,
.grid-linhas .linha-cabines {
  width: 300px;
  height: 30px;
  border: 1px solid #d3d3d3;
  margin: 1px 0;
  padding: 0 15px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  .grid-linhas .linha-botoeiras,
  .grid-linhas .linha-cabines {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-linhas .linha-botoeiras,
  .grid-linhas .linha-cabines {
    width: 100%;
  }
}
.grid-linhas .linha-botoeiras:hover,
.grid-linhas .linha-cabines:hover {
  background-color: #6f253c;
  color: #fff;
}
.grid-linhas .linha-botoeiras {
  margin: 0 33px 15px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1259px) {
  .grid-linhas .linha-botoeiras {
    margin: 0 15px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .grid-linhas .linha-botoeiras {
    margin: 0 0 10px 0;
  }
}
.grid-linhas .linha-cabines {
  margin: 15px 33px 35px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1259px) {
  .grid-linhas .linha-cabines {
    margin: 10px 15px 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .grid-linhas .linha-cabines {
    margin: 10px 0 25px 0;
  }
}
.grid-linhas .grupo-letra {
  width: 300px;
  margin: 0 33px 35px 0;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1259px) {
  .grid-linhas .grupo-letra {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .grid-linhas .grupo-letra {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.grid-linhas .grupo-letra .letra {
  width: 30px;
  height: 30px;
  margin: 0 0 1px 0;
  background-color: #6f253c;
  border: 1px solid #d3d3d3;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  .grid-linhas .grupo-letra .letra {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.grid-linhas .grupo-letra .categoria {
  width: 300px;
  height: 30px;
  border: 1px solid #d3d3d3;
  margin: 1px 0;
  padding: 0 15px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  .grid-linhas .grupo-letra .categoria {
    width: 100%;
    height: 25px;
    padding: 0 10px;
    font-size: 12px;
  }
}
.grid-linhas .grupo-letra .categoria:hover {
  background-color: #6f253c;
  color: #fff;
}
section.produtos-show {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 80px 0;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show {
    width: 90%;
    padding: 80px 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show {
    flex-direction: column;
  }
}
section.produtos-show .submenu-produtos {
  width: 25.5%;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show .submenu-produtos {
    width: 100%;
  }
}
section.produtos-show .submenu-produtos .link-categoria,
section.produtos-show .submenu-produtos .link-marca {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6f253c;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .link-categoria,
  section.produtos-show .submenu-produtos .link-marca {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
section.produtos-show .submenu-produtos .link-categoria > span,
section.produtos-show .submenu-produtos .link-marca > span {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .link-categoria > span,
  section.produtos-show .submenu-produtos .link-marca > span {
    font-size: 12px;
  }
}
section.produtos-show .submenu-produtos .link-categoria:hover,
section.produtos-show .submenu-produtos .link-marca:hover,
section.produtos-show .submenu-produtos .link-categoria.active,
section.produtos-show .submenu-produtos .link-marca.active {
  color: #6f253c;
  font-weight: 600;
}
section.produtos-show .submenu-produtos .marca-filtrada,
section.produtos-show .submenu-produtos .categoria-filtrada,
section.produtos-show .submenu-produtos .palavra-filtrada,
section.produtos-show .submenu-produtos .filtro-lancamentos {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .marca-filtrada,
  section.produtos-show .submenu-produtos .categoria-filtrada,
  section.produtos-show .submenu-produtos .palavra-filtrada,
  section.produtos-show .submenu-produtos .filtro-lancamentos {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
}
section.produtos-show .submenu-produtos .marca-filtrada .link-marca,
section.produtos-show .submenu-produtos .categoria-filtrada .link-marca,
section.produtos-show .submenu-produtos .palavra-filtrada .link-marca,
section.produtos-show .submenu-produtos .filtro-lancamentos .link-marca,
section.produtos-show .submenu-produtos .marca-filtrada .link-categoria,
section.produtos-show .submenu-produtos .categoria-filtrada .link-categoria,
section.produtos-show .submenu-produtos .palavra-filtrada .link-categoria,
section.produtos-show .submenu-produtos .filtro-lancamentos .link-categoria,
section.produtos-show .submenu-produtos .marca-filtrada .palavra,
section.produtos-show .submenu-produtos .categoria-filtrada .palavra,
section.produtos-show .submenu-produtos .palavra-filtrada .palavra,
section.produtos-show .submenu-produtos .filtro-lancamentos .palavra,
section.produtos-show .submenu-produtos .marca-filtrada .link-lancamentos,
section.produtos-show .submenu-produtos .categoria-filtrada .link-lancamentos,
section.produtos-show .submenu-produtos .palavra-filtrada .link-lancamentos,
section.produtos-show .submenu-produtos .filtro-lancamentos .link-lancamentos {
  display: inline;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6f253c;
  margin-left: 5px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .marca-filtrada .link-marca,
  section.produtos-show .submenu-produtos .categoria-filtrada .link-marca,
  section.produtos-show .submenu-produtos .palavra-filtrada .link-marca,
  section.produtos-show .submenu-produtos .filtro-lancamentos .link-marca,
  section.produtos-show .submenu-produtos .marca-filtrada .link-categoria,
  section.produtos-show .submenu-produtos .categoria-filtrada .link-categoria,
  section.produtos-show .submenu-produtos .palavra-filtrada .link-categoria,
  section.produtos-show .submenu-produtos .filtro-lancamentos .link-categoria,
  section.produtos-show .submenu-produtos .marca-filtrada .palavra,
  section.produtos-show .submenu-produtos .categoria-filtrada .palavra,
  section.produtos-show .submenu-produtos .palavra-filtrada .palavra,
  section.produtos-show .submenu-produtos .filtro-lancamentos .palavra,
  section.produtos-show .submenu-produtos .marca-filtrada .link-lancamentos,
  section.produtos-show .submenu-produtos .categoria-filtrada .link-lancamentos,
  section.produtos-show .submenu-produtos .palavra-filtrada .link-lancamentos,
  section.produtos-show .submenu-produtos .filtro-lancamentos .link-lancamentos {
    font-size: 14px;
  }
}
section.produtos-show .submenu-produtos .marca-filtrada .link-marca:hover,
section.produtos-show .submenu-produtos .categoria-filtrada .link-marca:hover,
section.produtos-show .submenu-produtos .palavra-filtrada .link-marca:hover,
section.produtos-show .submenu-produtos .filtro-lancamentos .link-marca:hover,
section.produtos-show .submenu-produtos .marca-filtrada .link-categoria:hover,
section.produtos-show .submenu-produtos .categoria-filtrada .link-categoria:hover,
section.produtos-show .submenu-produtos .palavra-filtrada .link-categoria:hover,
section.produtos-show .submenu-produtos .filtro-lancamentos .link-categoria:hover,
section.produtos-show .submenu-produtos .marca-filtrada .palavra:hover,
section.produtos-show .submenu-produtos .categoria-filtrada .palavra:hover,
section.produtos-show .submenu-produtos .palavra-filtrada .palavra:hover,
section.produtos-show .submenu-produtos .filtro-lancamentos .palavra:hover,
section.produtos-show .submenu-produtos .marca-filtrada .link-lancamentos:hover,
section.produtos-show .submenu-produtos .categoria-filtrada .link-lancamentos:hover,
section.produtos-show .submenu-produtos .palavra-filtrada .link-lancamentos:hover,
section.produtos-show .submenu-produtos .filtro-lancamentos .link-lancamentos:hover {
  font-weight: 600;
}
section.produtos-show .submenu-produtos .busca-rapida {
  width: 90%;
  height: 50px;
  border: 1px solid #b3b3b3;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .busca-rapida {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show .submenu-produtos .busca-rapida {
    width: 100%;
    height: 35px;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
  }
}
section.produtos-show .submenu-produtos .busca-rapida .input-submenu {
  width: 90%;
  height: 100%;
  border: none;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #373435;
  background-color: #fff;
}
section.produtos-show .submenu-produtos .busca-rapida .input-submenu::-webkit-input-placeholder {
  color: #373435;
  background-color: #fff;
}
section.produtos-show .submenu-produtos .busca-rapida .input-submenu:-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
section.produtos-show .submenu-produtos .busca-rapida .input-submenu::-moz-placeholder {
  color: #373435;
  background-color: #fff;
}
section.produtos-show .submenu-produtos .busca-rapida .input-submenu:-ms-input-placeholder {
  color: #373435;
  background-color: #fff;
}
section.produtos-show .submenu-produtos .busca-rapida .btn-busca {
  width: 10%;
  height: 100%;
  border: none;
  outline: none;
  background-color: #fff;
  cursor: pointer;
}
section.produtos-show .submenu-produtos .busca-rapida .btn-busca .img-lupa {
  transition: transform 0.3s;
}
section.produtos-show .submenu-produtos .busca-rapida:hover,
section.produtos-show .submenu-produtos .busca-rapida:focus {
  border: 1px solid #6f253c;
}
section.produtos-show .submenu-produtos .busca-rapida:hover .btn-busca .img-lupa,
section.produtos-show .submenu-produtos .busca-rapida:focus .btn-busca .img-lupa {
  transform: rotate(360deg);
}
section.produtos-show .submenu-produtos .lista-marcas {
  width: 90%;
  height: 50px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .lista-marcas {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show .submenu-produtos .lista-marcas {
    width: 100%;
    height: 35px;
    margin: 0 0 10px 0;
  }
}
section.produtos-show .submenu-produtos .lista-marcas .select-marcas {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 0;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/assets/img/layout/seta-quantidade-descer-vinho.svg") no-repeat 95%;
  background-color: #f2f2f2;
  background-size: 12px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .lista-marcas .select-marcas {
    font-size: 12px;
    background: url("/assets/img/layout/seta-quantidade-descer-vinho.svg") no-repeat 97%;
    background-size: 10px;
  }
}
section.produtos-show .submenu-produtos .lista-marcas .select-marcas:hover {
  border: 1px solid #6f253c;
}
section.produtos-show .submenu-produtos .lancamentos {
  width: 90%;
  height: 50px;
  border: 0;
  border-radius: 6px;
  margin: 20px 0 0 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  background-color: #f2f2f2;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .lancamentos {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show .submenu-produtos .lancamentos {
    width: 100%;
    height: 35px;
    margin: 0 0 10px 0;
  }
}
section.produtos-show .submenu-produtos .lancamentos .img-setinha {
  margin-left: 5px;
  transition: transform 0.3s;
}
section.produtos-show .submenu-produtos .lancamentos:hover {
  font-weight: 600;
  transform: scale(1.03);
}
section.produtos-show .submenu-produtos .lancamentos:hover .img-setinha {
  transform: rotate(360deg) scale(1.2);
}
section.produtos-show .submenu-produtos .titulo-categorias {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.produtos-show .submenu-produtos .titulo-categorias {
    display: none;
  }
}
section.produtos-show .submenu-produtos .lista-categorias {
  width: 90%;
  height: 360px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border: 0;
  border-radius: 6px;
  background-color: #f2f2f2;
  position: relative;
  overflow-y: scroll;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .lista-categorias {
    height: 250px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show .submenu-produtos .lista-categorias {
    display: none;
  }
}
section.produtos-show .submenu-produtos .lista-categorias .categoria {
  width: 100%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  padding: 3px 15px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .lista-categorias .categoria {
    padding: 2px 10px;
  }
}
section.produtos-show .submenu-produtos .lista-categorias .categoria:hover {
  color: #fff;
  background-color: #6f253c;
}
section.produtos-show .submenu-produtos .todas-categorias {
  width: 90%;
  height: 50px;
  border: 0;
  border-radius: 6px;
  margin: 10px 0 0 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  background-color: #f2f2f2;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show .submenu-produtos .todas-categorias {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show .submenu-produtos .todas-categorias {
    width: 100%;
    height: 35px;
    margin: 0 0 10px 0;
  }
}
section.produtos-show .submenu-produtos .todas-categorias .img-setinha {
  margin-left: 5px;
  transition: transform 0.3s;
}
section.produtos-show .submenu-produtos .todas-categorias:hover {
  font-weight: 600;
  transform: scale(1.03);
}
section.produtos-show .submenu-produtos .todas-categorias:hover .img-setinha {
  transform: rotate(360deg) scale(1.2);
}
section.produtos-show #detalhesProduto {
  width: 74.5%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show #detalhesProduto {
    width: 100%;
  }
}
section.produtos-show #detalhesProduto #dadosProduto {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.produtos-show #detalhesProduto #dadosProduto {
    flex-direction: column;
  }
}
section.produtos-show #detalhesProduto #dadosProduto div.imagens {
  width: 400px;
  height: auto;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto div.imagens {
    width: 40%;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show #detalhesProduto #dadosProduto div.imagens {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
section.produtos-show #detalhesProduto #dadosProduto div.imagens .capa-produto {
  width: 100%;
  height: 400px;
  padding: 30px;
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto div.imagens .capa-produto {
    width: 100%;
    height: 250px;
    padding: 20px;
  }
}
section.produtos-show #detalhesProduto #dadosProduto div.imagens .capa-produto .img-produto {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.produtos-show #detalhesProduto #dadosProduto div.imagens .marca-dagua {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto div.imagens .marca-dagua {
    width: 100%;
    height: 250px;
  }
}
section.produtos-show #detalhesProduto #dadosProduto div.imagens .marca-dagua .img-marca {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  max-width: 100%;
}
section.produtos-show #detalhesProduto #dadosProduto div.imagens .variacoes-produtos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.produtos-show #detalhesProduto #dadosProduto div.imagens .variacoes-produtos a.variacao {
  width: 92.5px;
  height: 92.5px;
  padding: 5px;
  margin: 0 10px 10px 0;
  border: 1px solid #d3d3d3;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto div.imagens .variacoes-produtos a.variacao {
    width: 22.1%;
    height: 60px;
  }
}
section.produtos-show #detalhesProduto #dadosProduto div.imagens .variacoes-produtos a.variacao .img-variacao {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.produtos-show #detalhesProduto #dadosProduto div.imagens .variacoes-produtos a.variacao:hover {
  border: 1px solid #6f253c;
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto {
  width: calc(100% - 400px - 40px);
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto {
    width: calc(60% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto {
    width: 100%;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto p.codigo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  color: #373435;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto p.codigo {
    font-size: 16px;
    margin: 0;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto h2.titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #ff6634;
  text-transform: uppercase;
  margin: 10px 0 30px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto h2.titulo {
    font-size: 18px;
    margin: 10px 0 20px 0;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .descricao {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .descricao {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .descricao > p {
  margin: 0 0 15px 0;
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .marca {
  width: 200px;
  height: 100px;
  padding: 10px;
  background-color: #fbf3ee;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .marca {
    width: 47%;
    height: 80px;
    margin: 0 0 20px 0;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .marca .img-marca {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .desenho-tecnico {
  width: 100%;
  border-top: 1px solid #d3d3d3;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .desenho-tecnico {
    margin: 0 0 20px 0;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .desenho-tecnico .img-desenho {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto iframe.video {
  width: 100%;
  height: 300px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto iframe.video {
    height: 200px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto iframe.video {
    height: 190px;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .link-download {
  width: 400px;
  height: 60px;
  background-color: #f3d0b4;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  display: flex;
  border-radius: 6px;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 0 30px 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .link-download {
    width: 100%;
    height: 50px;
    font-size: 12px;
    margin: 0 0 20px 0;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .link-download .img-pdf {
  width: 40px;
  height: 40px;
  background-color: #b3b3b3;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .link-download .img-pdf {
    width: 30px;
    height: 30px;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .link-download .img-pdf > img {
  transition: transform 0.3s;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .link-download .img-pdf > img {
    width: 50%;
  }
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .link-download:hover {
  font-weight: 500;
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .link-download:hover .img-pdf {
  transform: scale(1.2);
}
section.produtos-show #detalhesProduto #dadosProduto .sobre-produto .link-download:hover .img-pdf > img {
  transform: rotate(360deg) scale(1.2);
}
section.produtos-show #detalhesProduto .add-orcamento {
  width: 100%;
  margin: 30px 0;
  position: relative;
}
section.produtos-show #detalhesProduto .add-orcamento .linha-add-orcamento {
  width: 100%;
  border: 1.5px solid #6f253c;
  background-color: #6f253c;
  z-index: 0;
}
section.produtos-show #detalhesProduto .add-orcamento .link-add-orcamento {
  width: 400px;
  height: 70px;
  padding: 0 80px 0 20px;
  margin-left: calc(400px + 40px);
  background-color: #6f253c;
  position: absolute;
  z-index: 1;
  top: -25px;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos-show #detalhesProduto .add-orcamento .link-add-orcamento {
    width: 45%;
    height: 60px;
    padding: 0 30px 0 20px;
    margin-left: 44.5%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos-show #detalhesProduto .add-orcamento .link-add-orcamento {
    width: 90%;
    padding: 0 35px 0 20px;
    margin-left: 5%;
    font-size: 12px;
  }
}
section.produtos-show #detalhesProduto .add-orcamento .link-add-orcamento .img-add {
  margin-right: 20px;
  transition: transform 0.3s;
}
section.produtos-show #detalhesProduto .add-orcamento .link-add-orcamento:hover {
  background-color: #373435;
}
section.produtos-show #detalhesProduto .add-orcamento .link-add-orcamento:hover .img-add {
  transform: rotate(360deg) scale(1.2);
}
section.produtos {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 80px 0;
  display: flex;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1259px) {
  section.produtos {
    width: 90%;
    padding: 80px 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos {
    flex-direction: column;
  }
}
section.produtos .submenu-produtos {
  width: 25.5%;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .submenu-produtos {
    width: 100%;
  }
}
section.produtos .submenu-produtos h2.titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-weight: 500;
  color: #6f253c;
  margin: 0 0 35px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos h2.titulo {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
}
section.produtos .submenu-produtos .link-categoria {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .link-categoria {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .submenu-produtos .link-categoria {
    display: none;
  }
}
section.produtos .submenu-produtos .link-categoria > span {
  font-size: 14px;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .link-categoria > span {
    font-size: 12px;
  }
}
section.produtos .submenu-produtos .link-categoria:hover,
section.produtos .submenu-produtos .link-categoria.active {
  color: #6f253c;
  font-weight: 500;
}
section.produtos .submenu-produtos .marca-filtrada,
section.produtos .submenu-produtos .categoria-filtrada,
section.produtos .submenu-produtos .palavra-filtrada,
section.produtos .submenu-produtos .filtro-lancamentos {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .marca-filtrada,
  section.produtos .submenu-produtos .categoria-filtrada,
  section.produtos .submenu-produtos .palavra-filtrada,
  section.produtos .submenu-produtos .filtro-lancamentos {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
}
section.produtos .submenu-produtos .marca-filtrada .link-marca,
section.produtos .submenu-produtos .categoria-filtrada .link-marca,
section.produtos .submenu-produtos .palavra-filtrada .link-marca,
section.produtos .submenu-produtos .filtro-lancamentos .link-marca,
section.produtos .submenu-produtos .marca-filtrada .link-categoria,
section.produtos .submenu-produtos .categoria-filtrada .link-categoria,
section.produtos .submenu-produtos .palavra-filtrada .link-categoria,
section.produtos .submenu-produtos .filtro-lancamentos .link-categoria,
section.produtos .submenu-produtos .marca-filtrada .palavra,
section.produtos .submenu-produtos .categoria-filtrada .palavra,
section.produtos .submenu-produtos .palavra-filtrada .palavra,
section.produtos .submenu-produtos .filtro-lancamentos .palavra,
section.produtos .submenu-produtos .marca-filtrada .link-lancamentos,
section.produtos .submenu-produtos .categoria-filtrada .link-lancamentos,
section.produtos .submenu-produtos .palavra-filtrada .link-lancamentos,
section.produtos .submenu-produtos .filtro-lancamentos .link-lancamentos {
  display: inline;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6f253c;
  margin-left: 5px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .marca-filtrada .link-marca,
  section.produtos .submenu-produtos .categoria-filtrada .link-marca,
  section.produtos .submenu-produtos .palavra-filtrada .link-marca,
  section.produtos .submenu-produtos .filtro-lancamentos .link-marca,
  section.produtos .submenu-produtos .marca-filtrada .link-categoria,
  section.produtos .submenu-produtos .categoria-filtrada .link-categoria,
  section.produtos .submenu-produtos .palavra-filtrada .link-categoria,
  section.produtos .submenu-produtos .filtro-lancamentos .link-categoria,
  section.produtos .submenu-produtos .marca-filtrada .palavra,
  section.produtos .submenu-produtos .categoria-filtrada .palavra,
  section.produtos .submenu-produtos .palavra-filtrada .palavra,
  section.produtos .submenu-produtos .filtro-lancamentos .palavra,
  section.produtos .submenu-produtos .marca-filtrada .link-lancamentos,
  section.produtos .submenu-produtos .categoria-filtrada .link-lancamentos,
  section.produtos .submenu-produtos .palavra-filtrada .link-lancamentos,
  section.produtos .submenu-produtos .filtro-lancamentos .link-lancamentos {
    font-size: 14px;
  }
}
section.produtos .submenu-produtos .marca-filtrada .link-marca:hover,
section.produtos .submenu-produtos .categoria-filtrada .link-marca:hover,
section.produtos .submenu-produtos .palavra-filtrada .link-marca:hover,
section.produtos .submenu-produtos .filtro-lancamentos .link-marca:hover,
section.produtos .submenu-produtos .marca-filtrada .link-categoria:hover,
section.produtos .submenu-produtos .categoria-filtrada .link-categoria:hover,
section.produtos .submenu-produtos .palavra-filtrada .link-categoria:hover,
section.produtos .submenu-produtos .filtro-lancamentos .link-categoria:hover,
section.produtos .submenu-produtos .marca-filtrada .palavra:hover,
section.produtos .submenu-produtos .categoria-filtrada .palavra:hover,
section.produtos .submenu-produtos .palavra-filtrada .palavra:hover,
section.produtos .submenu-produtos .filtro-lancamentos .palavra:hover,
section.produtos .submenu-produtos .marca-filtrada .link-lancamentos:hover,
section.produtos .submenu-produtos .categoria-filtrada .link-lancamentos:hover,
section.produtos .submenu-produtos .palavra-filtrada .link-lancamentos:hover,
section.produtos .submenu-produtos .filtro-lancamentos .link-lancamentos:hover {
  font-weight: 600;
}
section.produtos .submenu-produtos .lista-marcas {
  width: 90%;
  height: 50px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .lista-marcas {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .submenu-produtos .lista-marcas {
    width: 100%;
    height: 35px;
    margin: 0 0 10px 0;
  }
}
section.produtos .submenu-produtos .lista-marcas .select-marcas {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 0;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/assets/img/layout/seta-quantidade-descer-vinho.svg") no-repeat 95%;
  background-color: #f2f2f2;
  background-size: 12px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .lista-marcas .select-marcas {
    font-size: 12px;
    background: url("/assets/img/layout/seta-quantidade-descer-vinho.svg") no-repeat 97%;
    background-size: 10px;
  }
}
section.produtos .submenu-produtos .lista-marcas .select-marcas:hover {
  border: 1px solid #6f253c;
}
section.produtos .submenu-produtos .busca-rapida {
  width: 90%;
  height: 50px;
  border-radius: 6px;
  border: 0;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 10px;
  margin: 0 0 20px 0;
  background-color: #f2f2f2;
  color: #6f253c;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .busca-rapida {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .submenu-produtos .busca-rapida {
    width: 100%;
    height: 35px;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
  }
}
section.produtos .submenu-produtos .busca-rapida .input-submenu {
  width: 90%;
  height: 100%;
  border: none;
  outline: none;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  background-color: #f2f2f2;
}
section.produtos .submenu-produtos .busca-rapida .input-submenu::-webkit-input-placeholder {
  color: #6f253c;
  background-color: #f2f2f2;
}
section.produtos .submenu-produtos .busca-rapida .input-submenu:-moz-placeholder {
  color: #6f253c;
  background-color: #f2f2f2;
}
section.produtos .submenu-produtos .busca-rapida .input-submenu::-moz-placeholder {
  color: #6f253c;
  background-color: #f2f2f2;
}
section.produtos .submenu-produtos .busca-rapida .input-submenu:-ms-input-placeholder {
  color: #6f253c;
  background-color: #f2f2f2;
}
section.produtos .submenu-produtos .busca-rapida .btn-busca {
  width: 10%;
  height: 100%;
  border: none;
  outline: none;
  background-color: #f2f2f2;
  cursor: pointer;
}
section.produtos .submenu-produtos .busca-rapida .btn-busca .img-lupa {
  transition: transform 0.3s;
  width: 20px;
}
section.produtos .submenu-produtos .busca-rapida:hover,
section.produtos .submenu-produtos .busca-rapida:focus {
  border: 1px solid #6f253c;
}
section.produtos .submenu-produtos .busca-rapida:hover .btn-busca .img-lupa,
section.produtos .submenu-produtos .busca-rapida:focus .btn-busca .img-lupa {
  transform: rotate(360deg);
}
section.produtos .submenu-produtos .titulo-categorias {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.produtos .submenu-produtos .titulo-categorias {
    display: none;
  }
}
section.produtos .submenu-produtos .lista-categorias {
  width: 90%;
  height: 360px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border: 0;
  border-radius: 6px;
  background-color: #f2f2f2;
  position: relative;
  overflow-y: scroll;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .lista-categorias {
    height: 250px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .submenu-produtos .lista-categorias {
    display: none;
  }
}
section.produtos .submenu-produtos .lista-categorias .categoria {
  width: 100%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-weight: 300;
  color: #373435;
  padding: 3px 15px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .lista-categorias .categoria {
    padding: 2px 10px;
  }
}
section.produtos .submenu-produtos .lista-categorias .categoria:hover,
section.produtos .submenu-produtos .lista-categorias .categoria.active {
  color: #fff;
  background-color: #6f253c;
}
section.produtos .submenu-produtos .lancamentos {
  width: 90%;
  height: 50px;
  border: 0;
  border-radius: 6px;
  margin: 20px 0 0 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  background-color: #f2f2f2;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .lancamentos {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .submenu-produtos .lancamentos {
    width: 100%;
    height: 35px;
    margin: 0 0 10px 0;
  }
}
section.produtos .submenu-produtos .lancamentos .img-setinha {
  margin-left: 5px;
  transition: transform 0.3s;
}
section.produtos .submenu-produtos .lancamentos:hover {
  font-weight: 600;
  transform: scale(1.03);
}
section.produtos .submenu-produtos .lancamentos:hover .img-setinha {
  transform: rotate(360deg) scale(1.2);
}
section.produtos .submenu-produtos .todas-categorias {
  width: 90%;
  height: 50px;
  border: 0;
  border-radius: 6px;
  margin: 10px 0 0 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  background-color: #f2f2f2;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .submenu-produtos .todas-categorias {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .submenu-produtos .todas-categorias {
    width: 100%;
    height: 35px;
    margin: 0 0 10px 0;
  }
}
section.produtos .submenu-produtos .todas-categorias .img-setinha {
  margin-left: 5px;
  transition: transform 0.3s;
}
section.produtos .submenu-produtos .todas-categorias:hover {
  font-weight: 600;
  transform: scale(1.03);
}
section.produtos .submenu-produtos .todas-categorias:hover .img-setinha {
  transform: rotate(360deg) scale(1.2);
}
section.produtos .resultados-produtos,
section.produtos .resultados-produtos-ajax {
  width: 74.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos,
  section.produtos .resultados-produtos-ajax {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .resultados-produtos,
  section.produtos .resultados-produtos-ajax {
    width: 100%;
  }
}
section.produtos .resultados-produtos .link-produto,
section.produtos .resultados-produtos-ajax .link-produto {
  width: 30.9%;
  height: auto;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin: 0 35px 35px 0;
  transition: 0.1s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .link-produto,
  section.produtos .resultados-produtos-ajax .link-produto {
    width: 31%;
    margin: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .resultados-produtos .link-produto,
  section.produtos .resultados-produtos-ajax .link-produto {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
section.produtos .resultados-produtos .link-produto div.imagens,
section.produtos .resultados-produtos-ajax .link-produto div.imagens {
  width: 100%;
  height: 300px;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .link-produto div.imagens,
  section.produtos .resultados-produtos-ajax .link-produto div.imagens {
    height: 200px;
    padding: 15px;
  }
}
section.produtos .resultados-produtos .link-produto div.imagens .img-produto,
section.produtos .resultados-produtos-ajax .link-produto div.imagens .img-produto {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s;
}
section.produtos .resultados-produtos .link-produto div.imagens .img-logo,
section.produtos .resultados-produtos-ajax .link-produto div.imagens .img-logo {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .link-produto div.imagens .img-logo,
  section.produtos .resultados-produtos-ajax .link-produto div.imagens .img-logo {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .resultados-produtos .link-produto div.imagens .img-logo,
  section.produtos .resultados-produtos-ajax .link-produto div.imagens .img-logo {
    padding: 0 20%;
  }
}
section.produtos .resultados-produtos .link-produto .marca,
section.produtos .resultados-produtos-ajax .link-produto .marca {
  width: 100%;
  height: 60px;
  background-color: #fbf3ee;
  padding: 20px 10px;
  border: 1px solid #ffcdad;
  border-bottom: none;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .link-produto .marca,
  section.produtos .resultados-produtos-ajax .link-produto .marca {
    padding: 10px;
  }
}
section.produtos .resultados-produtos .link-produto .marca .img-marca,
section.produtos .resultados-produtos-ajax .link-produto .marca .img-marca {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s;
}
section.produtos .resultados-produtos .link-produto .codigo,
section.produtos .resultados-produtos-ajax .link-produto .codigo {
  border-left: 1px solid #ffcdad;
  border-right: 1px solid #ffcdad;
  width: 100%;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #373435;
  text-align: center;
  padding: 15px 0 5px 0;
  margin: 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .link-produto .codigo,
  section.produtos .resultados-produtos-ajax .link-produto .codigo {
    font-size: 12px;
    padding: 10px 0 5px 0;
  }
}
section.produtos .resultados-produtos .link-produto .titulo,
section.produtos .resultados-produtos-ajax .link-produto .titulo {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #373435;
  text-align: center;
  padding: 15px 5px 15px 5px;
  width: 100%;
  border: 1px solid #ffcdad;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  margin: 0;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .link-produto .titulo,
  section.produtos .resultados-produtos-ajax .link-produto .titulo {
    font-size: 14px;
    padding: 0 5px 10px 5px;
  }
}
section.produtos .resultados-produtos .link-produto:hover,
section.produtos .resultados-produtos-ajax .link-produto:hover {
  border: 1px solid #6f253c;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
section.produtos .resultados-produtos .link-produto:hover .img-produto,
section.produtos .resultados-produtos-ajax .link-produto:hover .img-produto {
  transform: scale(1.1);
}
section.produtos .resultados-produtos .link-produto:hover .marca .img-marca,
section.produtos .resultados-produtos-ajax .link-produto:hover .marca .img-marca {
  transform: scale(1.1);
}
section.produtos .resultados-produtos .link-produto:hover .titulo,
section.produtos .resultados-produtos-ajax .link-produto:hover .titulo {
  color: #6f253c;
}
section.produtos .resultados-produtos .nenhum-resultado,
section.produtos .resultados-produtos-ajax .nenhum-resultado {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #373435;
  margin: 0 0 30px 0;
}
section.produtos .resultados-produtos ul.pagination,
section.produtos .resultados-produtos-ajax ul.pagination {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
section.produtos .resultados-produtos ul.pagination > li,
section.produtos .resultados-produtos-ajax ul.pagination > li {
  width: 25px;
  height: 25px;
  border: 1px solid #6f253c;
  background-color: #fff;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  transition: background 0.3s linear;
}
section.produtos .resultados-produtos ul.pagination > li:hover,
section.produtos .resultados-produtos-ajax ul.pagination > li:hover,
section.produtos .resultados-produtos ul.pagination > li.active,
section.produtos .resultados-produtos-ajax ul.pagination > li.active {
  background-color: #6f253c;
  color: #fff;
  font-weight: 600;
}
section.produtos .resultados-produtos .btns-filtro-linhas,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 767px) {
  section.produtos .resultados-produtos .btns-filtro-linhas,
  section.produtos .resultados-produtos-ajax .btns-filtro-linhas {
    flex-direction: column;
  }
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-anterior,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-anterior {
  width: 30.9%;
  height: 50px;
  margin: 0 35px 0 0;
  border: 1px solid #ff6634;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .btns-filtro-linhas .btn-anterior,
  section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-anterior {
    width: 31%;
    height: 45px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .resultados-produtos .btns-filtro-linhas .btn-anterior,
  section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-anterior {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-anterior .descricao,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-anterior .descricao {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #ff6634;
  margin: 0 0 0 15px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-anterior .descricao span.nome-linha,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-anterior .descricao span.nome-linha {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  text-transform: uppercase;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .btns-filtro-linhas .btn-anterior .descricao span.nome-linha,
  section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-anterior .descricao span.nome-linha {
    font-size: 10px;
  }
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-anterior .img-setinha-anterior,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-anterior .img-setinha-anterior {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-anterior:hover .descricao span.nome-linha,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-anterior:hover .descricao span.nome-linha {
  font-weight: 600;
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-anterior:hover .img-setinha-anterior,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-anterior:hover .img-setinha-anterior {
  transform: rotate(540deg) scale(1.2);
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-topo,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-topo {
  width: 30.9%;
  height: 50px;
  margin: 0 35px 0 0;
  border: 1px solid #ff6634;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ff6634;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .btns-filtro-linhas .btn-topo,
  section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-topo {
    width: 31%;
    height: 45px;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .resultados-produtos .btns-filtro-linhas .btn-topo,
  section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-topo {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-topo .img-setinha-topo,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-topo .img-setinha-topo {
  margin-right: 5px;
  transform: rotate(270deg);
  transition: transform 0.3s;
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-topo:hover,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-topo:hover {
  font-weight: 600;
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-topo:hover .img-setinha-topo,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-topo:hover .img-setinha-topo {
  transform: rotate(630deg) scale(1.2);
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-proximo,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-proximo {
  width: 30.9%;
  height: 50px;
  margin: 0;
  border: 1px solid #ff6634;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .btns-filtro-linhas .btn-proximo,
  section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-proximo {
    width: 31%;
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  section.produtos .resultados-produtos .btns-filtro-linhas .btn-proximo,
  section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-proximo {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-proximo .descricao,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-proximo .descricao {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #ff6634;
  margin: 0 15px 0 0;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-proximo .descricao span.nome-linha,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-proximo .descricao span.nome-linha {
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ff6634;
  text-transform: uppercase;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  section.produtos .resultados-produtos .btns-filtro-linhas .btn-proximo .descricao span.nome-linha,
  section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-proximo .descricao span.nome-linha {
    font-size: 10px;
  }
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-proximo .img-setinha-proximo,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-proximo .img-setinha-proximo {
  margin-left: 5px;
  transition: transform 0.3s;
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-proximo:hover .descricao span.nome-linha,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-proximo:hover .descricao span.nome-linha {
  font-weight: 600;
}
section.produtos .resultados-produtos .btns-filtro-linhas .btn-proximo:hover .img-setinha-proximo,
section.produtos .resultados-produtos-ajax .btns-filtro-linhas .btn-proximo:hover .img-setinha-proximo {
  transform: rotate(360deg) scale(1.2);
}
section.produtos .resultados-produtos-ajax {
  -ms-justify-content: space-between;
  justify-content: space-between;
}
section.produtos .resultados-produtos-ajax .link-produto {
  margin: 0 0 35px 0;
}
.todas-marcas {
  width: 90%;
  height: 50px;
  border: 0;
  border-radius: 6px;
  margin: 10px 0 0 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #6f253c;
  background-color: #fff;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  .todas-marcas {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .todas-marcas {
    width: 100%;
    height: 35px;
    margin: 0 0 10px 0;
  }
}
.todas-marcas .img-setinha {
  margin-left: 5px;
  transition: transform 0.3s;
  width: 11px;
}
.todas-marcas:hover {
  font-weight: 600;
  transform: scale(1.03);
}
.todas-marcas:hover .img-setinha {
  transform: rotate(360deg) scale(1.2);
}
.offs {
  display: none;
}
.forms {
  width: 100%;
}
.forms select {
  width: 100%;
}
.forms .busca-rapida {
  width: 100%;
}
.line {
  width: 90%;
  display: flex;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.line .todas-categorias_2 {
  height: 30px;
  border: 0;
  border-radius: 6px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Rubik', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #6f253c;
  transition: 0.2s ease;
}
@media only screen and (max-width: 1259px) {
  .line .todas-categorias_2 {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .line .todas-categorias_2 {
    width: 100%;
    height: 30px;
    margin: 0 0 10px 0;
  }
}
.line .todas-categorias_2:hover {
  font-weight: 600;
  transform: scale(1.03);
}

