@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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;
}
.alert-success {
  background-color: #008000;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  z-index: 190;
  text-align: center;
}
.alert-danger {
  background-color: #8b0000;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  z-index: 190;
  text-align: center;
}
a .btn_orange {
  display: flex;
  padding: 10px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}
a .btn_orange:hover {
  transform: scale(1.05);
}
.flash-sucesso {
  position: fixed;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  top: 50%;
  background-color: #008000;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  z-index: 190;
  text-align: center;
}
.flash-erro {
  position: fixed;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  top: 50%;
  background-color: #8b0000;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  z-index: 190;
  text-align: center;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
p {
  line-height: 1.5;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:focus,
a:visited,
a:active {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.center {
  width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .center {
    width: 90%;
  }
}
footer {
  background: #3a3a3a;
}
footer .centre {
  max-width: 1215px;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 35px 0;
}
@media only screen and (max-width: 1239px) {
  footer .centre {
    max-width: 80%;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 41px;
  }
}
footer .centre .master_box {
  max-width: 460px;
  min-width: 450px;
}
@media only screen and (max-width: 1239px) {
  footer .centre .master_box {
    min-width: 0;
  }
}
footer .centre .master_box .logo {
  width: 205px;
  height: 48px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1239px) {
  footer .centre .master_box .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .centre .master_box .logo img {
  width: 100%;
  height: 100%;
}
footer .centre .master_box .tel {
  display: flex;
}
@media only screen and (max-width: 1239px) {
  footer .centre .master_box .tel {
    -ms-justify-content: center;
    justify-content: center;
  }
}
footer .centre .master_box .tel a {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s;
}
footer .centre .master_box .tel a:hover {
  color: #f48005;
}
footer .centre .master_box .tel p {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s;
}
footer .centre .master_box .tel p:hover {
  color: #f48005;
}
footer .centre .master_box .end {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1239px) {
  footer .centre .master_box .end {
    text-align: center;
  }
}
footer .centre .master_box .end .over {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
footer .centre .master_box .pol {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 330px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1239px) {
  footer .centre .master_box .pol {
    text-align: center;
    margin-top: 30px;
  }
}
footer .centre .master_box .pol:hover {
  color: #f48005;
}
footer .centre .master_box .minor {
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 1239px) {
  footer .centre .master_box .minor {
    text-align: center;
  }
}
footer .centre .box {
  display: flex;
  flex-direction: column;
  width: 380px;
  min-width: 270px;
}
@media only screen and (max-width: 1239px) {
  footer .centre .box {
    min-width: 0;
  }
}
footer .centre .box .menu {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1239px) {
  footer .centre .box .menu {
    text-align: center;
  }
}
footer .centre .box .menu:hover {
  color: #f48005;
}
footer .centre .box .submenu {
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  cursor: pointer;
  margin-bottom: 15px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1239px) {
  footer .centre .box .submenu {
    text-align: center;
  }
}
footer .centre .box .submenu:hover {
  color: #f48005;
}
footer .centre .socials {
  width: 185px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media only screen and (max-width: 1239px) {
  footer .centre .socials {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .centre .socials .icons {
  width: 25px;
  height: 25px;
  transition: all 0.3s;
}
footer .centre .socials .icons:hover {
  transform: scale(1.2);
}
footer .centre .socials .icons img {
  width: 100%;
  height: 100%;
}
header {
  position: relative;
  width: 100%;
  z-index: 116;
  border-bottom: solid 1px $cinzaClaro;
}
header .center {
  padding-top: 40px;
  display: flex;
  width: 1200px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media only screen and (max-width: 1229px) {
  header .center {
    max-width: 80%;
    flex-direction: column;
    row-gap: 20px;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 649px) {
  header .center {
    flex-direction: column;
    row-gap: 20px;
    -ms-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 399px) {
  header .center {
    max-width: 90%;
  }
}
header .center .upper_mobs {
  display: flex;
}
@media only screen and (max-width: 1229px) {
  header .center .upper_mobs {
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-column-gap: 25px;
    column-gap: 25px;
    width: 505px;
  }
}
@media only screen and (max-width: 979px) {
  header .center .upper_mobs {
    width: 100%;
    max-width: 505px;
  }
}
header .center .upper_mobs .logo {
  display: block;
  height: 69px;
  width: 297px;
}
@media only screen and (max-width: 1229px) {
  header .center .upper_mobs .logo {
    width: 180px;
    height: auto;
  }
}
@media only screen and (max-width: 399px) {
  header .center .upper_mobs .logo {
    width: 160px;
  }
}
header .center .upper_mobs .logo img {
  height: 100%;
  width: 100%;
}
header .center .real .upper {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media only screen and (max-width: 1229px) {
  header .center .real .upper {
    flex-direction: column;
    row-gap: 20px;
  }
}
header .center .real .upper .search {
  position: relative;
  width: 505px;
  height: 30px;
}
@media only screen and (max-width: 979px) {
  header .center .real .upper .search {
    width: 230px;
  }
}
header .center .real .upper .search input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
header .center .real .upper .search .lupa {
  position: absolute;
  right: 8px;
  top: 4px;
  width: 22px;
  height: 22px;
  border: 0;
  background-color: transparent;
  padding: 0;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
header .center .real .upper .search .lupa img {
  width: 100%;
  height: 100%;
}
header .center .real .btn_order {
  width: 250px;
  height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1229px) {
  header .center .real .btn_order {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
header .center .real .btn_order:hover {
  transform: scale(1.03);
}
header .center .real .btn_order img {
  width: 23px;
  height: auto;
}
header .center .real .btn_order p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
header .center #nav-desktop {
  margin-top: 35px;
  display: flex;
  -ms-justify-content: center;
  -moz-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-left: -10px;
}
@media only screen and (max-width: 1229px) {
  header .center #nav-desktop {
    display: none;
  }
}
header .center #nav-desktop .menu_cabec {
  position: relative;
  min-height: 30px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .center #nav-desktop .menu_cabec:hover {
  color: #000;
}
header .center #nav-desktop .active {
  color: #000;
}
header .center #nav-desktop .sub_options {
  position: absolute;
  top: 32px;
  left: 0;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #a9a9a9;
  z-index: 116;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
header .center #nav-desktop .sub_options a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  text-decoration: none;
  transition: all 0.3s;
}
header .center #nav-desktop .sub_options a:hover {
  text-decoration: underline;
}
#mobile-toggle {
  display: block;
  background-color: transparent;
  border: 0;
  position: relative;
  height: 100%;
  width: 30px;
  min-width: 30px;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1230px) {
  #mobile-toggle {
    display: none;
  }
}
#mobile-toggle .lines {
  display: block;
  margin-top: 12px;
  width: 100%;
  height: 5px;
  background: #f48005;
  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: 5px;
  background: #f48005;
  transition: 0.3s ease;
  border-radius: 3px;
}
#mobile-toggle .lines:before {
  top: 10px;
}
#mobile-toggle .lines:after {
  top: -10px;
}
#mobile-toggle.close .lines {
  background: transparent;
}
#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);
}
@media only screen and (max-width: 1229px) {
  #mobile-toggle {
    height: 25px;
  }
  #mobile-toggle .center-header {
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  #mobile-toggle .logo {
    margin: 0;
    width: 25px;
  }
}
nav#nav-mobile {
  position: relative;
  z-index: 116;
  background: #fff;
  box-shadow: 0 6px 6px rgba(0,0,0,0.1);
  height: auto;
  display: none;
  padding: 10px 0 20px;
  text-align: right;
}
@media only screen and (min-width: 1230px) {
  nav#nav-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 649px) {
  nav#nav-mobile {
    margin-top: 15px;
  }
}
nav#nav-mobile a {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  color: #3a3a3a;
}
nav#nav-mobile a:hover,
nav#nav-mobile a.active {
  color: #f48005;
}
nav#nav-mobile .head_anchor {
  position: relative;
  z-index: 116;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  color: #3a3a3a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav#nav-mobile .head_anchor:hover,
nav#nav-mobile .head_anchor.active {
  color: #f48005;
}
nav#nav-mobile .center-header {
  display: flex;
  flex-direction: column;
  padding-right: 10%;
  row-gap: 20px;
}
.aviso-cookies {
  display: none;
  width: 100%;
  margin: 0;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: center;
  justify-content: center;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 650;
  padding: 25px 7%;
}
.aviso-cookies .frase-cookies {
  width: 80%;
  font-family: "Verdana";
  font-size: 14px;
  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;
}
.aviso-cookies .aceitar-cookies {
  width: 20%;
  font-family: "Verdana";
  font-size: 14px;
  color: #fff;
  background-color: #01669c;
  border: none;
  border-radius: 5px;
  height: 40px;
  margin-left: 20px;
  z-index: 650;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}
.aviso-cookies .aceitar-cookies:hover,
.aviso-cookies .aceitar-cookies:focus {
  background-color: #003d5d;
}
@media only screen and (max-width: 1229px) {
  .aviso-cookies .frase-cookies {
    font-size: 13px;
    z-index: 650;
  }
  .aviso-cookies .aceitar-cookies {
    font-size: 13px;
    z-index: 650;
  }
}
@media only screen and (max-width: 1229px) and (max-width: 767px) {
  .aviso-cookies {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 1229px) and (max-width: 767px) {
  .aviso-cookies .frase-cookies {
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1229px) and (max-width: 767px) {
  .aviso-cookies .aceitar-cookies {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
.d_none {
  display: none;
}
.spinCenter {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
.alpineArrow {
  max-width: 12px;
}
.alpineArrow.clicked {
  transform: rotate(180deg);
}
.nav_prod {
  position: absolute;
  top: 155px;
  left: 0;
  display: flex;
  z-index: 116;
  width: 100%;
  max-height: 615px;
}
.nav_prod .left {
  background-color: #7c7c7c;
  padding: 10px 0;
  width: 30%;
}
.nav_prod .left .item_nav {
  padding: 10px 40px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.nav_prod .left .item_nav:hover {
  background-color: #f48005;
}
.nav_prod .left .item_nav_2 {
  display: block;
  max-height: 40px;
  text-decoration: underline;
  padding: 10px 40px;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.nav_prod .left .item_nav_2:hover {
  background-color: #f48005;
}
.nav_prod .right {
  border: 2px solid #cfcfcf;
  padding: 25px 40px;
  background-color: #fff;
  overflow: hidden;
  padding: 25px 40px;
  background-color: #fff;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 180px;
  column-gap: 180px;
  height: auto !important;
}
.nav_prod .right .image {
  max-width: 1000px;
  max-height: 250px;
  margin-bottom: 20px;
}
.nav_prod .right .image img {
  max-width: 1000px;
  max-height: 250px;
}
.nav_prod .right .grid {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 80px;
  column-gap: 80px;
  width: 1000px;
}
.nav_prod .right .grid .grid-item {
  display: inline-block;
  width: 210px;
  margin-bottom: 30px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.nav_prod .right .containers .categories {
  color: #2f2f2f;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: solid 2px #f48005;
  width: 100%;
}
.nav_prod .right .containers .list {
  margin-top: 10px;
  margin-bottom: 20px;
}
.nav_prod .right .containers .list .unit {
  color: #2f2f2f;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  margin-bottom: 3px;
}
.nav_prod .right .containers .list .unit:hover {
  transform: scale(1.03);
}
.nav_prod_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  z-index: 116;
}
@media only screen and (min-width: 1230px) {
  .nav_prod_mobile {
    display: none;
  }
}
.nav_prod_mobile .closer {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 27px;
  height: 28px;
  filter: invert(50%) sepia(100%) saturate(1084%) hue-rotate(356deg) brightness(95%) contrast(102%);
}
.nav_prod_mobile .first {
  background-color: #d9d9d9;
  padding: 20px 20px;
  width: 90%;
  height: auto;
}
@media (max-height: 880px) {
  .nav_prod_mobile .first {
    overflow-y: scroll;
    height: 90%;
  }
}
.nav_prod_mobile .first .item_nav {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  color: #3a3a3a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}
.nav_prod_mobile .first .item_nav:hover,
.nav_prod_mobile .first .item_nav.active {
  color: #f48005;
}
.nav_prod_mobile .second {
  background-color: #fff;
  padding: 20px 20px;
  width: 90%;
  height: auto;
}
@media (max-height: 880px) {
  .nav_prod_mobile .second {
    overflow-y: scroll;
    height: 90%;
  }
}
.nav_prod_mobile .second .categories {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 600;
  color: #f48005;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
  margin: 0;
}
.nav_prod_mobile .second .categories:hover {
  color: #808080;
}
.nav_prod_mobile .second .list {
  margin-top: 10px;
  margin-bottom: 25px;
}
.nav_prod_mobile .second .list .unit {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-weight: 400;
  color: #3a3a3a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
  margin: 0;
  margin-bottom: 10px;
}
.nav_prod_mobile .second .mobBack {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  color: #3a3a3a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
  margin: 0;
  padding-bottom: 20px;
}
.nav_prod_mobile .second .mobBack:hover {
  color: #808080;
}
html,
body {
  height: 100%;
}
body {
  background-color: $bg;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
body main {
  width: 100%;
  height: auto;
  background-color: $bg;
  padding: 60px 0 100px 0;
  min-height: calc(100% - 100px - 150px);
}
@media only screen and (max-width: 1199px) {
  body main {
    min-height: calc(100% - 100px - 150px);
  }
}
@media only screen and (max-width: 767px) {
  body main {
    min-height: calc(100% - 100px - 150px);
  }
}
.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: 999;
  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: 65%;
  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: 1199px) {
  .aviso-cookies .frase-cookies {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .aviso-cookies .frase-cookies {
    width: 100%;
    text-align: center;
  }
}
.aviso-cookies .aceitar-cookies {
  width: 15%;
  height: 40px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: 30px;
  cursor: pointer;
  outline: none;
}
.aviso-cookies .aceitar-cookies:hover {
  border: 1px solid $dourado;
  background-color: $dourado;
}
@media only screen and (max-width: 1199px) {
  .aviso-cookies .aceitar-cookies {
    font-size: 12px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .aviso-cookies .aceitar-cookies {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
.fancybox-overlay {
  background: rgba(0,0,0,0.8) !important;
}
.not-found {
  width: 100%;
  text-align: center;
  padding: 280px 0;
}
.not-found h1 {
  display: inline-block;
  padding: 15px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid $vermelho;
  color: $vermelho;
  montserrat: 11 bold;
  line-height: 1;
}
.sub_cdc {
  background-color: #f48005;
  margin-top: 35px;
}
.sub_cdc .centre {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 48px;
}
@media only screen and (max-width: 1229px) {
  .sub_cdc .centre {
    max-width: 80%;
  }
}
@media only screen and (max-width: 889px) {
  .sub_cdc .centre {
    height: auto;
    padding: 15px 0;
  }
}
.sub_cdc .centre .items {
  display: flex;
  padding: 10px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 44px;
  column-gap: 44px;
}
@media only screen and (max-width: 889px) {
  .sub_cdc .centre .items {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    row-gap: 10px;
  }
}
@media only screen and (max-width: 359px) {
  .sub_cdc .centre .items {
    padding: 0 20px;
  }
}
.sub_cdc .centre .items a {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s;
}
.sub_cdc .centre .items a:hover {
  font-weight: 700;
}
.sub_cdc .centre .items .active {
  font-weight: 700;
}
.sub_cdc .centre .lupa {
  display: flex;
  width: 24px;
  height: 24px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.sub_cdc .centre .lupa img {
  width: 100%;
  height: 100%;
}
.cdc_catalog .centre {
  max-width: 620px;
  margin: 0 auto;
}
@media only screen and (max-width: 1229px) {
  .cdc_catalog .centre {
    max-width: 80%;
  }
}
.cdc_catalog .centre .title {
  color: #5c5c5c;
  text-align: justify;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 280px;
  border-bottom: 2px solid #c0c0c0;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 759px) {
  .cdc_catalog .centre .title {
    max-width: 280px;
    width: 100%;
  }
}
.cdc_catalog .centre .external {
  display: flex;
  -moz-column-gap: 35px;
  column-gap: 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 759px) {
  .cdc_catalog .centre .external {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 25px;
  }
}
.cdc_catalog .centre .external .image {
  width: 175px;
  height: 246px;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cdc_catalog .centre .external .image img {
  width: 100%;
  height: 100%;
}
.cdc_catalog .centre .external .infos {
  max-width: 375px;
}
.cdc_catalog .centre .external .infos .caller {
  color: #878787;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cdc_catalog .centre .external .infos a .btn_orange {
  background: #f48005;
  color: #fff;
  width: 150px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
}
.cdc_download .centre {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 1019px) {
  .cdc_download .centre {
    max-width: 80%;
  }
}
.cdc_download .centre .title {
  color: #5c5c5c;
  text-align: justify;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 615px;
  border-bottom: 2px solid #c0c0c0;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 759px) {
  .cdc_download .centre .title {
    max-width: 615px;
    width: 100%;
  }
}
.cdc_download .centre .external {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .cdc_download .centre .external {
    max-width: 504px;
  }
}
@media only screen and (max-width: 579px) {
  .cdc_download .centre .external {
    max-width: 205px;
  }
}
.cdc_download .centre .external .bottom_title {
  color: #878787;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cdc_download .centre .external .container .filter select {
  width: 260px;
  height: 36px;
  color: #3a3a3a;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.cdc_download .centre .external .container .filter select option {
  font-family: Lato;
  font-size: 18px;
  color: #3a3a3a;
}
.cdc_download .centre .external .container .filter .mini_title {
  color: #5c5c5c;
  text-align: justify;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
.cdc_download .centre .external .container .filter .external {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 70px;
  margin-top: 60px;
}
.cdc_download .centre .external .container .filter .external .card {
  width: 205px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cdc_download .centre .external .container .filter .external .card .image {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.cdc_download .centre .external .container .filter .external .card .image img {
  width: 100%;
  height: 100%;
}
.cdc_download .centre .external .container .filter .external .card .item_title {
  color: #5c5c5c;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: 15px;
}
.cdc_download .centre .external .container .filter .external .card .btn_orange_sm {
  width: 120px;
  height: 30px;
  display: flex;
  padding: 6px 25px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  background-color: #f48005;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
  margin-top: 15px;
  transition: all 0.3s;
}
.cdc_download .centre .external .container .filter .external .card .btn_orange_sm:hover {
  transform: scale(1.04);
}
.cdc_cursos .centre {
  max-width: 1202px;
  margin: 0 auto;
}
@media only screen and (max-width: 1229px) {
  .cdc_cursos .centre {
    max-width: 80%;
  }
}
.cdc_cursos .centre .title {
  color: #5c5c5c;
  text-align: justify;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 485px;
  border-bottom: 2px solid #c0c0c0;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 759px) {
  .cdc_cursos .centre .title {
    max-width: 280px;
    width: 100%;
  }
}
.cdc_cursos .centre .external {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 1129px) {
  .cdc_cursos .centre .external {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 45px;
  }
}
.cdc_cursos .centre .external .left {
  max-width: 572px;
}
.cdc_cursos .centre .external .left h1 {
  color: #878787;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cdc_cursos .centre .external .left h2 {
  color: #878787;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cdc_cursos .centre .external .left h3 {
  color: #878787;
  font-family: Lato;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cdc_cursos .centre .external .left h4 {
  color: #878787;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cdc_cursos .centre .external .left h5 {
  color: #878787;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cdc_cursos .centre .external .left p {
  color: #878787;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}
.cdc_cursos .centre .external .heighter {
  background-color: #c0c0c0;
  width: 2px;
  height: 400px;
}
@media only screen and (max-width: 1129px) {
  .cdc_cursos .centre .external .heighter {
    display: none;
  }
}
.cdc_cursos .centre .external .right {
  max-width: 567px;
}
.cdc_cursos .centre .external .right h1 {
  color: #878787;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}
.cdc_cursos .centre .external .right h2 {
  color: #878787;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}
.cdc_cursos .centre .external .right h3 {
  color: #878787;
  font-family: Lato;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}
.cdc_cursos .centre .external .right h4 {
  color: #878787;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}
.cdc_cursos .centre .external .right h5 {
  color: #878787;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 0;
}
.cdc_cursos .centre .external .right p {
  color: #878787;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}
.cdc_cursos .centre .contato {
  margin-top: 45px;
}
.cdc_cursos .centre .contato form {
  margin-top: 40px;
  padding-bottom: 45px;
}
.cdc_cursos .centre .contato form .forms {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 659px) {
  .cdc_cursos .centre .contato form .forms {
    flex-direction: column;
  }
}
.cdc_cursos .centre .contato form .forms .left {
  width: 572px;
}
@media only screen and (max-width: 659px) {
  .cdc_cursos .centre .contato form .forms .left {
    width: 100%;
  }
}
.cdc_cursos .centre .contato form .forms .left input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
  color: #878787;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cdc_cursos .centre .contato form .forms .right {
  width: 567px;
}
@media only screen and (max-width: 659px) {
  .cdc_cursos .centre .contato form .forms .right {
    width: 100%;
  }
}
.cdc_cursos .centre .contato form .forms .right input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
  color: #878787;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cdc_cursos .centre .contato form .selection {
  width: 284px;
  height: 36px;
}
@media only screen and (max-width: 369px) {
  .cdc_cursos .centre .contato form .selection {
    width: 100%;
  }
}
.cdc_cursos .centre .contato form .selection select {
  width: 100%;
  height: 100%;
  color: #3a3a3a;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: block;
  padding: 0 15px;
  margin: 0 auto;
}
.cdc_cursos .centre .contato form .selection select option {
  font-family: Lato;
  font-size: 18px;
  color: #3a3a3a;
  text-align: left;
}
.cdc_cursos .centre .contato form .subscribe {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 659px) {
  .cdc_cursos .centre .contato form .subscribe {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.cdc_cursos .centre .contato form .subscribe label {
  color: #878787;
  text-align: justify;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 659px) {
  .cdc_cursos .centre .contato form .subscribe label {
    margin-top: -4px;
    text-align: left;
  }
}
.cdc_cursos .centre .contato form .subscribe label a {
  text-decoration: underline;
}
.cdc_cursos .centre .contato form .btn_go {
  display: flex;
  width: 145px;
  height: 40px;
  padding: 10px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  background: #f48005;
  color: #fff;
  margin-top: 25px;
  border: 0;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s;
}
.cdc_cursos .centre .contato form .btn_go:hover {
  transform: scale(1.04);
}
.contato_main {
  margin-top: 20px;
  padding: 0;
}
.contato_main .navigation {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #3a3a3a;
  margin-top: 25px;
  margin-bottom: 50px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1239px) {
  .contato_main .navigation {
    width: 80%;
  }
}
.contato_main .centre {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1319px) {
  .contato_main .centre {
    width: 80%;
  }
}
.contato_main .centre .callUs {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-weight: 800;
  margin: 60px 0 40px 0;
  color: #3a3a3a;
}
.contato_main .centre .forms select {
  width: 100%;
  height: 50px;
  border: 1px solid #3a3a3a;
  margin-bottom: 25px;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
}
.contato_main .centre .forms .line {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 629px) {
  .contato_main .centre .forms .line {
    flex-direction: column;
  }
}
.contato_main .centre .forms .line .inputs {
  width: 49%;
  height: 50px;
  border: 1px solid #3a3a3a;
  margin-bottom: 25px;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
}
@media only screen and (max-width: 629px) {
  .contato_main .centre .forms .line .inputs {
    width: 100%;
  }
}
.contato_main .centre .forms textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #3a3a3a;
  margin-bottom: 25px;
  padding: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
}
.contato_main .centre .forms .check_boxes {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
@media only screen and (max-width: 629px) {
  .contato_main .centre .forms .check_boxes {
    margin-left: 0;
  }
}
.contato_main .centre .forms .check_boxes .line_check {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.contato_main .centre .forms .check_boxes .line_check a {
  text-decoration: underline;
}
.contato_main .centre .forms .check_boxes .line_check a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.contato_main .centre .forms .check_boxes .line_check input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contato_main .centre .forms .check_boxes .line_check label {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 400;
  color: #a9a9a9;
}
.contato_main .centre .forms .btn_enviar {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 150px;
  height: 40px;
  background-color: #f48005;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  font-weight: 400;
}
.contato_main .centre .forms .btn_enviar:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.contato_main .centre .divisor {
  width: 100%;
  height: 2px;
  background-color: rgba(217,217,217,0.7);
  margin-top: 20px;
  margin-bottom: 20px;
}
.contato_main .centre .work {
  display: flex;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
@media only screen and (max-width: 779px) {
  .contato_main .centre .work {
    flex-direction: column;
    width: 100%;
  }
}
.contato_main .centre .work .w_title {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-weight: 800;
  margin-bottom: 20px;
  color: #3a3a3a;
  margin-top: 20px;
}
@media only screen and (max-width: 779px) {
  .contato_main .centre .work .w_title {
    font-size: 20pt;
  }
}
.contato_main .centre .work .btn_trabalhe {
  margin-right: 0;
  width: 300px;
  height: 40px;
  background-color: #f48005;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-size: 16pt;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 549px) {
  .contato_main .centre .work .btn_trabalhe {
    width: 100%;
  }
}
.contato_main .centre .work .btn_trabalhe:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.distribuidor .form-panel {
  background: $bgCinza;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .distribuidor .form-panel {
    padding: 30px 0;
  }
}
.distribuidor .form-panel h2 {
  ptsans: 20 bold;
  color: #f48005;
  text-transform: uppercase;
  margin: 0 0 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .distribuidor .form-panel h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.distribuidor .form-panel form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.distribuidor .form-panel form input[type=text],
.distribuidor .form-panel form input[type=email],
.distribuidor .form-panel form input[type=password] {
  width: 100%;
  display: block;
  background: #fff;
  outline: 0;
  border: 0;
  text-align: center;
  ptsans: 16;
  color: #444;
  height: 50px;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .distribuidor .form-panel form input[type=text],
  .distribuidor .form-panel form input[type=email],
  .distribuidor .form-panel form input[type=password] {
    font-size: 15px;
  }
}
.distribuidor .form-panel form input[type=submit] {
  width: 100%;
  display: block;
  background: #f48005;
  outline: 0;
  border: 0;
  ptsans: 16 bold;
  color: #fff;
  height: 50px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 10px;
  border: 2px solid #f48005;
  transition: background 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .distribuidor .form-panel form input[type=submit] {
    font-size: 15px;
  }
}
.distribuidor .form-panel form input[type=submit]:hover {
  background: transparent;
  color: #f48005;
}
.distribuidor .form-panel form .btn-esqueci {
  display: block;
  margin-top: 25px;
  ptsans: 10;
  color: #444;
  text-align: center;
}
.distribuidor .form-panel form .btn-esqueci:hover {
  color: #f48005;
}
@media only screen and (max-width: 767px) {
  .distribuidor .form-panel form .btn-esqueci {
    margin-top: 20px;
  }
}
.distribuidor .flash {
  border: 1px solid #f48005;
  ptsans: 15;
  color: #f48005;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .distribuidor .flash {
    font-size: 14px;
  }
}
.distribuidor .box-cadastro {
  background: $bgCinza;
  padding: 40px 45px;
  margin-top: 30px;
}
.distribuidor .box-cadastro h2 {
  width: 100%;
  display: block;
  ptsans: 20;
  color: #f48005;
  text-align: center;
  margin: 0 0 1em;
}
.distribuidor .box-cadastro h2 strong {
  font-weight: 700;
}
.distribuidor .box-cadastro .row:before,
.distribuidor .box-cadastro .row:after {
  content: " ";
  display: table;
}
.distribuidor .box-cadastro .row:after {
  clear: both;
}
.distribuidor .box-cadastro .col {
  width: calc(50% - 5px);
  float: left;
}
.distribuidor .box-cadastro .col + .col {
  margin-left: 10px;
}
.distribuidor .box-cadastro input[type=text],
.distribuidor .box-cadastro input[type=password],
.distribuidor .box-cadastro input[type=email],
.distribuidor .box-cadastro select {
  width: 100%;
  display: block;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  padding: 0 10px;
  ptsans: 16;
  color: #444;
  border: 0;
  outline: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .distribuidor .box-cadastro input[type=text],
  .distribuidor .box-cadastro input[type=password],
  .distribuidor .box-cadastro input[type=email],
  .distribuidor .box-cadastro select {
    font-size: 15px;
  }
}
.distribuidor .box-cadastro select:disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.distribuidor .box-cadastro .checkboxes {
  background: #fff;
  height: 40px;
  border-radius: 4px;
  padding: 0 15px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.distribuidor .box-cadastro .checkboxes label {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  ptsans: 16;
  font-style: italic;
  color: #444;
  text-transform: lowercase;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .distribuidor .box-cadastro .checkboxes label {
    font-size: 15px;
  }
}
.distribuidor .box-cadastro .checkboxes label input {
  margin-right: 5px;
  outline: 0;
  border: 0;
}
.distribuidor .box-cadastro .checkboxes label + label {
  margin-left: 25px;
}
.distribuidor .box-cadastro .erro {
  border: 2px solid #f48005 !important;
}
.distribuidor .box-cadastro .submit {
  width: 100%;
  max-width: 550px;
  margin: 25px auto 0;
}
@media only screen and (max-width: 767px) {
  .distribuidor .box-cadastro .submit {
    margin-top: 15px;
  }
}
.distribuidor .box-cadastro .submit p {
  ptsans: 10;
  color: #444;
  text-align: center;
  text-transform: uppercase;
  margin: 2em 0 0;
}
.distribuidor .box-cadastro input[type=submit] {
  width: 100%;
  display: block;
  background: #f48005;
  outline: 0;
  border: 0;
  ptsans: 16 bold;
  color: #fff;
  height: 50px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #f48005;
  transition: background 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .distribuidor .box-cadastro input[type=submit] {
    font-size: 15px;
  }
}
.distribuidor .box-cadastro input[type=submit]:hover {
  background: transparent;
  color: #f48005;
}
@media only screen and (max-width: 767px) {
  .distribuidor .box-cadastro {
    padding: 20px;
    margin-top: 25px;
  }
  .distribuidor .box-cadastro h2 {
    font-size: 18px;
  }
  .distribuidor .box-cadastro h2 strong {
    display: block;
  }
  .distribuidor .box-cadastro h2 span {
    display: none;
  }
  .distribuidor .box-cadastro .col {
    width: 100%;
  }
  .distribuidor .box-cadastro .col + .col {
    margin: 0;
  }
  .distribuidor .box-cadastro .checkboxes {
    display: block;
    padding: 12px;
    height: auto;
  }
  .distribuidor .box-cadastro .checkboxes label + label {
    margin: 6px 0 0;
  }
}
.empresa_main {
  margin-top: 20px;
  padding: 0;
}
.empresa_main .navigation {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #3a3a3a;
  margin-top: 25px;
  margin-bottom: 50px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1239px) {
  .empresa_main .navigation {
    width: 80%;
  }
}
.empresa_main .father {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 30px;
}
@media only screen and (max-width: 1239px) {
  .empresa_main .father {
    width: 80%;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 50px;
  }
}
.empresa_main .father .left {
  max-width: 519px;
}
.empresa_main .father .left .title {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-weight: 800;
  color: #3a3a3a;
  margin: 0 0 25px 0;
}
.empresa_main .father .left .text {
  margin-left: 20px;
}
.empresa_main .father .left .text p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 25px;
}
.empresa_main .father .left .text p a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 25px;
  text-decoration: underline;
}
.empresa_main .father .right .image {
  width: 430px;
  height: 330px;
}
@media only screen and (max-width: 489px) {
  .empresa_main .father .right .image {
    width: 100%;
    height: 100%;
  }
}
.empresa_main .father .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.empresa_main .divisor_company {
  max-width: 1300px;
  margin: 0 auto;
  height: 2px;
  border-bottom: 2px solid rgba(217,217,217,0.7);
}
.empresa_main .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1239px) {
  .empresa_main .wrapper {
    width: 80%;
  }
}
.empresa_main .wrapper .title {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-weight: 400;
  font-weight: 800;
  color: #3a3a3a;
  margin: 0 0 25px 0;
}
.empresa_main .wrapper .text p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  margin: 0;
  margin-left: 20px;
}
.empresa_main .wrapper .text p a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 25px;
  text-decoration: underline;
}
.empresa_main .wrapper .text ul li {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  margin: 0;
}
.empresa_main .wrapper .btn_download {
  background-color: #f48005;
  color: #fff;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 200px;
  height: 40px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
.empresa_main .wrapper .btn_download:hover {
  transform: scale(1.04);
}
.empresa_main .history {
  width: 100%;
}
.empresa_main .history .timeline {
  width: 100%;
  margin-top: 115px;
  padding-bottom: 60px;
}
.empresa_main .history .timeline .external_timeline {
  background-color: #e5e5e5;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 1239px) {
  .empresa_main .history .timeline .external_timeline {
    height: auto;
    padding: 25px 0;
  }
}
.empresa_main .history .timeline .external_timeline .image {
  position: relative;
  width: 350px;
  height: 295px;
  margin-top: -25px;
}
@media only screen and (max-width: 1239px) {
  .empresa_main .history .timeline .external_timeline .image {
    margin-top: 0;
  }
}
@media only screen and (max-width: 559px) {
  .empresa_main .history .timeline .external_timeline .image {
    width: 175px;
    height: auto;
  }
}
.empresa_main .history .timeline .external_timeline .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.empresa_main .history .timeline .external_timeline .centre {
  position: relative;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 1239px) {
  .empresa_main .history .timeline .external_timeline .centre {
    width: 70%;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 25px;
  }
}
@media only screen and (max-width: 839px) {
  .empresa_main .history .timeline .external_timeline .centre {
    width: 90%;
  }
}
@media only screen and (max-width: 1239px) {
  .empresa_main .history .timeline .external_timeline .centre .info {
    text-align: center;
  }
}
.empresa_main .history .timeline .external_timeline .centre .info .titler {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3a3a3a;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
}
.empresa_main .history .timeline .external_timeline .centre .info .texter p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  margin-bottom: 10px;
  max-width: 600px;
}
.empresa_main .history .timeline .external_timeline .centre .prev {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  font-weight: 400;
  font-weight: 800;
  color: #3a3a3a;
  margin: 0;
  cursor: pointer;
  transition: 0.2s all;
}
@media only screen and (max-width: 1239px) {
  .empresa_main .history .timeline .external_timeline .centre .prev {
    left: 0;
  }
}
@media only screen and (max-width: 559px) {
  .empresa_main .history .timeline .external_timeline .centre .prev {
    top: 25%;
    font-size: 30px;
  }
}
.empresa_main .history .timeline .external_timeline .centre .prev:hover {
  font-size: 40px;
}
.empresa_main .history .timeline .external_timeline .centre .next {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  font-weight: 400;
  font-weight: 800;
  color: #3a3a3a;
  margin: 0;
  cursor: pointer;
  transition: 0.2s all;
}
@media only screen and (max-width: 1239px) {
  .empresa_main .history .timeline .external_timeline .centre .next {
    right: 0;
  }
}
@media only screen and (max-width: 559px) {
  .empresa_main .history .timeline .external_timeline .centre .next {
    top: 25%;
    font-size: 30px;
  }
}
.empresa_main .history .timeline .external_timeline .centre .next:hover {
  font-size: 40px;
}
.empresa_main .history .true_time {
  width: 1220px;
  margin: 15px auto 80px auto;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1259px) {
  .empresa_main .history .true_time {
    width: 80%;
  }
}
.empresa_main .history .true_time .ball {
  width: 13px;
  height: 13px;
  background-color: #8c8c8c;
  border-radius: 100%;
}
.empresa_main .history .true_time .line {
  width: 10%;
  height: 5px;
  background-color: #8c8c8c;
}
.empresa_main .history .true_time .line:last-child {
  display: none;
}
.empresa_main .history .true_time .active {
  background-color: #f48005;
}
.empresa_main .history .true_time .active_line {
  background: linear-gradient(to right, #F48005 50%, #8C8C8C 50%);
}
.filiais {
  padding-top: 20px;
  padding-bottom: 60px;
}
.filiais .center {
  padding: 30px 0;
  border-left: 2px solid #f48005;
  -ms-align-items: flex-start !important;
  align-items: flex-start !important;
}
.filiais .center:before,
.filiais .center:after {
  content: " ";
  display: table;
}
.filiais .center:after {
  clear: both;
}
@media only screen and (max-width: 1199px) {
  .filiais .center {
    border: none;
  }
}
.filiais .mapa {
  float: left;
  width: 490px;
  height: 495px;
  background: url("../img/layout/mapa/BRASIL.png") no-repeat center;
  position: relative;
  margin-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .filiais .mapa {
    display: none;
  }
}
.filiais .mapa a {
  position: absolute;
  display: block;
  text-indent: -9999px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.3s;
}
.filiais .mapa a:hover,
.filiais .mapa a.active {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.filiais .mapa a.ac {
  width: 92px;
  height: 49px;
  top: 165px;
  left: 0;
  background-image: url("../img/layout/mapa/AC.png");
  z-index: 2;
}
.filiais .mapa a.al {
  width: 39px;
  height: 24px;
  right: 5px;
  top: 184px;
  background-image: url("../img/layout/mapa/AL.png");
}
.filiais .mapa a.am {
  width: 218px;
  height: 158px;
  top: 39px;
  left: 2px;
  background-image: url("../img/layout/mapa/AM.png");
}
.filiais .mapa a.ap {
  width: 63px;
  height: 70px;
  top: 11px;
  left: 240px;
  background-image: url("../img/layout/mapa/AP.png");
  z-index: 2;
}
.filiais .mapa a.ba {
  width: 113px;
  height: 125px;
  top: 179px;
  left: 342px;
  background-image: url("../img/layout/mapa/BA.png");
}
.filiais .mapa a.ce {
  width: 52px;
  height: 66px;
  top: 105px;
  left: 409px;
  background-image: url("../img/layout/mapa/CE.png");
}
.filiais .mapa a.df {
  width: 15px;
  height: 10px;
  top: 261px;
  left: 319px;
  background-image: url("../img/layout/mapa/DF.png");
  z-index: 3;
}
.filiais .mapa a.es {
  width: 29px;
  height: 44px;
  top: 297px;
  left: 393px;
  background-image: url("../img/layout/mapa/ES.png");
  z-index: 2;
}
.filiais .mapa a.go {
  width: 90px;
  height: 89px;
  top: 224px;
  left: 259px;
  background-image: url("../img/layout/mapa/GO.png");
  z-index: 2;
}
.filiais .mapa a.ma {
  width: 88px;
  height: 118px;
  top: 81px;
  left: 317px;
  background-image: url("../img/layout/mapa/MA.png");
  z-index: 2;
}
.filiais .mapa a.mg {
  width: 137px;
  height: 111px;
  top: 248px;
  left: 284px;
  background-image: url("../img/layout/mapa/MG.png");
}
.filiais .mapa a.ms {
  width: 88px;
  height: 89px;
  top: 283px;
  left: 200px;
  background-image: url("../img/layout/mapa/MS.png");
}
.filiais .mapa a.mt {
  width: 141px;
  height: 136px;
  top: 158px;
  left: 156px;
  background-image: url("../img/layout/mapa/MT.png");
}
.filiais .mapa a.pa {
  width: 164px;
  height: 158px;
  top: 33px;
  left: 187px;
  background-image: url("../img/layout/mapa/PA.png");
}
.filiais .mapa a.pb {
  width: 48px;
  height: 30px;
  top: 148px;
  left: 441px;
  background-image: url("../img/layout/mapa/PB.png");
  z-index: 2;
}
.filiais .mapa a.pe {
  width: 81px;
  height: 29px;
  top: 163px;
  left: 408px;
  background-image: url("../img/layout/mapa/PE.png");
}
.filiais .mapa a.pi {
  width: 70px;
  height: 102px;
  top: 104px;
  left: 350px;
  background-image: url("../img/layout/mapa/PI.png");
  z-index: 3;
}
.filiais .mapa a.pr {
  width: 75px;
  height: 53px;
  top: 352px;
  left: 244px;
  background-image: url("../img/layout/mapa/PR.png");
  z-index: 2;
}
.filiais .mapa a.rj {
  width: 46px;
  height: 29px;
  top: 334px;
  left: 358px;
  background-image: url("../img/layout/mapa/RJ.png");
  z-index: 2;
}
.filiais .mapa a.rn {
  width: 44px;
  height: 28px;
  top: 133px;
  left: 444px;
  background-image: url("../img/layout/mapa/RN.png");
}
.filiais .mapa a.ro {
  width: 88px;
  height: 72px;
  top: 169px;
  left: 91px;
  background-image: url("../img/layout/mapa/RO.png");
}
.filiais .mapa a.rr {
  width: 76px;
  height: 85px;
  top: 0px;
  left: 112px;
  background-image: url("../img/layout/mapa/RR.png");
}
.filiais .mapa a.rs {
  width: 88px;
  height: 86px;
  top: 409px;
  left: 211px;
  background-image: url("../img/layout/mapa/RS.png");
}
.filiais .mapa a.sc {
  width: 61px;
  height: 43px;
  top: 395px;
  left: 252px;
  background-image: url("../img/layout/mapa/SC.png");
}
.filiais .mapa a.se {
  width: 23px;
  height: 27px;
  top: 192px;
  left: 445px;
  background-image: url("../img/layout/mapa/SE.png");
}
.filiais .mapa a.sp {
  width: 104px;
  height: 72px;
  top: 317px;
  left: 261px;
  background-image: url("../img/layout/mapa/SP.png");
}
.filiais .mapa a.to {
  width: 61px;
  height: 103px;
  top: 133px;
  left: 291px;
  background-image: url("../img/layout/mapa/TO.png");
}
.filiais .lista {
  width: 45.8%;
  float: right;
}
.filiais .lista h2 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 700;
  margin: 0 0 2em;
  color: #f48005;
  text-transform: uppercase;
}
.filiais .lista .indication {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.filiais .lista .select {
  position: relative;
  display: block;
}
.filiais .lista .select:after {
  content: '';
  width: 50px;
  height: 60%;
  background: url("../img/layout/icone-busca.png") no-repeat center #fff;
  position: absolute;
  top: 11px;
  right: 1px;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}
.filiais .lista .select select {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 15px;
  color: #878787;
  line-height: normal;
  border: 1px solid #878787;
  margin-top: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  padding: 0 15px;
  outline: 0;
  position: relative;
  cursor: pointer;
}
.filiais .lista .lista-filiais,
.filiais .lista .nenhum {
  margin-top: 35px;
}
.filiais .lista .lista-filiais .filial,
.filiais .lista .nenhum .filial {
  background: #fff;
  border-top: 2px solid #f48005;
  padding: 20px;
}
.filiais .lista .lista-filiais .filial .telefone,
.filiais .lista .nenhum .filial .telefone {
  display: block;
  padding-left: 26px;
  background: url("../img/layout/icone-telefone.png") no-repeat left center;
}
.filiais .lista .lista-filiais .filial .email,
.filiais .lista .nenhum .filial .email {
  display: block;
  padding-left: 26px;
  background: url("../img/layout/icone-email.png") no-repeat left center;
  color: #444;
}
.filiais .lista .lista-filiais .filial .email:hover,
.filiais .lista .nenhum .filial .email:hover {
  color: #f48005;
  text-decoration: none;
}
.filiais .lista .lista-filiais .filial.com-divisoes,
.filiais .lista .nenhum .filial.com-divisoes {
  display: flex;
}
.filiais .lista .lista-filiais .filial.com-divisoes p,
.filiais .lista .nenhum .filial.com-divisoes p {
  flex: 1 1 auto;
  margin: 0;
}
.filiais .lista .lista-filiais .filial.com-divisoes .divisoes,
.filiais .lista .nenhum .filial.com-divisoes .divisoes {
  flex: 0 0 auto;
  margin-left: 20px;
}
.filiais .lista .lista-filiais .filial.com-divisoes .divisoes span,
.filiais .lista .nenhum .filial.com-divisoes .divisoes span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #f48005;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 30px;
  height: 32px;
  line-height: 32px;
}
.filiais .lista .lista-filiais .filial.com-divisoes .divisoes span.automacao,
.filiais .lista .nenhum .filial.com-divisoes .divisoes span.automacao {
  background-image: url("../img/layout/automacao.png");
}
.filiais .lista .lista-filiais .filial.com-divisoes .divisoes span.componentes,
.filiais .lista .nenhum .filial.com-divisoes .divisoes span.componentes {
  background-image: url("../img/layout/componentes.png");
}
@media only screen and (max-width: 767px) {
  .filiais .lista .lista-filiais .filial.com-divisoes,
  .filiais .lista .nenhum .filial.com-divisoes {
    display: block;
  }
  .filiais .lista .lista-filiais .filial.com-divisoes .divisoes,
  .filiais .lista .nenhum .filial.com-divisoes .divisoes {
    margin: 0;
  }
  .filiais .lista .lista-filiais .filial.com-divisoes .divisoes span:first-child,
  .filiais .lista .nenhum .filial.com-divisoes .divisoes span:first-child {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .filiais .lista {
    width: 100%;
  }
  .filiais .lista h2 {
    font-size: 15px;
    margin-bottom: 1.5em;
  }
  .filiais .lista .lista-filiais,
  .filiais .lista .nenhum {
    margin-top: 25px;
  }
}
.home_main {
  padding: 25px 0;
  min-height: auto;
}
.home_main .banners {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .home_main .banners {
    height: 550px;
  }
}
@media only screen and (max-width: 849px) {
  .home_main .banners {
    height: 415px;
  }
}
@media only screen and (max-width: 767px) {
  .home_main .banners {
    height: auto;
  }
}
.home_main .banners .slide {
  position: relative;
  width: 100%;
  height: 740px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1679px) {
  .home_main .banners .slide {
    height: 600px;
  }
}
@media only screen and (max-width: 1329px) {
  .home_main .banners .slide {
    height: 480px;
  }
}
@media only screen and (max-width: 969px) {
  .home_main .banners .slide {
    height: 400px;
  }
}
@media only screen and (max-width: 849px) {
  .home_main .banners .slide {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .home_main .banners .slide {
    height: 570px;
    background-position-x: -200px;
  }
}
@media only screen and (max-width: 589px) {
  .home_main .banners .slide {
    height: 350px;
    background-position-x: -90px;
  }
}
@media only screen and (max-width: 399px) {
  .home_main .banners .slide {
    background-position-x: -110px;
  }
}
.home_main .banners .slide .block_text_left {
  position: absolute;
  max-width: 575px;
  left: 295px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1679px) {
  .home_main .banners .slide .block_text_left {
    left: 130px;
    max-width: 450px;
  }
}
@media only screen and (max-width: 1329px) {
  .home_main .banners .slide .block_text_left {
    max-width: 320px;
    left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .home_main .banners .slide .block_text_left {
    display: none;
  }
}
.home_main .banners .slide .block_text_left .pre_frase {
  max-width: 250px;
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 25px;
  text-align: left;
}
@media only screen and (max-width: 1329px) {
  .home_main .banners .slide .block_text_left .pre_frase {
    font-size: 25px;
  }
}
@media only screen and (max-width: 999px) {
  .home_main .banners .slide .block_text_left .pre_frase {
    text-align: center;
    margin-right: auto;
  }
}
@media only screen and (max-width: 699px) {
  .home_main .banners .slide .block_text_left .pre_frase {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 399px) {
  .home_main .banners .slide .block_text_left .pre_frase {
    font-size: 14px;
  }
}
.home_main .banners .slide .block_text_left .over {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 80px;
  font-weight: 400;
  font-weight: 800;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1679px) {
  .home_main .banners .slide .block_text_left .over {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1329px) {
  .home_main .banners .slide .block_text_left .over {
    font-size: 38px;
  }
}
@media only screen and (max-width: 999px) {
  .home_main .banners .slide .block_text_left .over {
    text-align: center;
  }
}
@media only screen and (max-width: 699px) {
  .home_main .banners .slide .block_text_left .over {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 399px) {
  .home_main .banners .slide .block_text_left .over {
    font-size: 16px;
  }
}
.home_main .banners .slide .block_text_left .o_white {
  border-bottom: 1px solid #fff;
}
.home_main .banners .slide .block_text_left .o_black {
  border-bottom: 1px solid #000;
}
.home_main .banners .slide .block_text_left .under {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 55px;
  font-weight: 400;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}
@media only screen and (max-width: 1679px) {
  .home_main .banners .slide .block_text_left .under {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1329px) {
  .home_main .banners .slide .block_text_left .under {
    font-size: 32px;
  }
}
@media only screen and (max-width: 999px) {
  .home_main .banners .slide .block_text_left .under {
    text-align: center;
  }
}
@media only screen and (max-width: 699px) {
  .home_main .banners .slide .block_text_left .under {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 399px) {
  .home_main .banners .slide .block_text_left .under {
    font-size: 16px;
  }
}
.home_main .banners .slide .block_text_left .btn {
  width: 140px;
  margin: 0 auto;
  height: 46px;
  padding: 10px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-weight: 700;
  border: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 999px) {
  .home_main .banners .slide .block_text_left .btn {
    background-color: #f48005;
    color: #fff;
  }
}
@media only screen and (max-width: 569px) {
  .home_main .banners .slide .block_text_left .btn {
    display: none;
  }
}
.home_main .banners .slide .block_text_left .btn:hover {
  transform: scale(1.03);
}
.home_main .banners .slide .block_text_right {
  position: absolute;
  max-width: 500px;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1679px) {
  .home_main .banners .slide .block_text_right {
    right: 130px;
    max-width: 380px;
  }
}
@media only screen and (max-width: 1329px) {
  .home_main .banners .slide .block_text_right {
    max-width: 320px;
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .home_main .banners .slide .block_text_right {
    display: none;
  }
}
.home_main .banners .slide .block_text_right .pre_frase {
  max-width: 250px;
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 25px;
  text-align: right;
  margin-left: auto;
}
@media only screen and (max-width: 1329px) {
  .home_main .banners .slide .block_text_right .pre_frase {
    font-size: 25px;
  }
}
@media only screen and (max-width: 999px) {
  .home_main .banners .slide .block_text_right .pre_frase {
    text-align: center;
    margin-right: auto;
  }
}
@media only screen and (max-width: 699px) {
  .home_main .banners .slide .block_text_right .pre_frase {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 399px) {
  .home_main .banners .slide .block_text_right .pre_frase {
    font-size: 14px;
  }
}
.home_main .banners .slide .block_text_right .over {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 80px;
  font-weight: 400;
  font-weight: 800;
  padding-bottom: 30px;
  text-align: right;
}
@media only screen and (max-width: 1679px) {
  .home_main .banners .slide .block_text_right .over {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1329px) {
  .home_main .banners .slide .block_text_right .over {
    font-size: 38px;
  }
}
@media only screen and (max-width: 999px) {
  .home_main .banners .slide .block_text_right .over {
    text-align: center;
  }
}
@media only screen and (max-width: 699px) {
  .home_main .banners .slide .block_text_right .over {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 399px) {
  .home_main .banners .slide .block_text_right .over {
    font-size: 16px;
  }
}
.home_main .banners .slide .block_text_right .o_white {
  border-bottom: 1px solid #fff;
}
.home_main .banners .slide .block_text_right .o_black {
  border-bottom: 1px solid #000;
}
.home_main .banners .slide .block_text_right .under {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 55px;
  font-weight: 400;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
}
@media only screen and (max-width: 1679px) {
  .home_main .banners .slide .block_text_right .under {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1329px) {
  .home_main .banners .slide .block_text_right .under {
    font-size: 32px;
  }
}
@media only screen and (max-width: 999px) {
  .home_main .banners .slide .block_text_right .under {
    text-align: center;
  }
}
@media only screen and (max-width: 699px) {
  .home_main .banners .slide .block_text_right .under {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 399px) {
  .home_main .banners .slide .block_text_right .under {
    font-size: 16px;
  }
}
.home_main .banners .slide .block_text_right .btn {
  width: 140px;
  margin: 0 auto;
  height: 46px;
  padding: 10px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-weight: 700;
  border: 0;
  transition: all 0.3s;
}
.home_main .banners .slide .block_text_right .btn:hover {
  transform: scale(1.03);
}
@media only screen and (max-width: 999px) {
  .home_main .banners .slide .block_text_right .btn {
    background-color: #f48005;
    color: #fff;
  }
}
@media only screen and (max-width: 569px) {
  .home_main .banners .slide .block_text_right .btn {
    display: none;
  }
}
.home_main .banners .slide .c_white {
  color: #fff;
}
.home_main .banners .slide .c_black {
  color: #000;
}
.home_main .banners .phrase_mobile {
  display: none;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .home_main .banners .phrase_mobile {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
  }
}
.home_main .banners .phrase_mobile .pre_frase_mobile {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  margin-right: auto;
}
.home_main .banners .phrase_mobile .over_mobile {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-weight: 800;
  margin: 0;
  text-align: center;
  margin-right: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 399px) {
  .home_main .banners .phrase_mobile .over_mobile {
    font-size: 26px;
  }
}
.home_main .banners .phrase_mobile .under_mobile {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  margin-right: auto;
}
.home_main .banners .phrase_mobile .btn_btn_mobile {
  display: flex;
  margin: 0 auto;
  margin-top: 25px;
  width: 250px;
  height: 60px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-weight: 700;
  border: 0;
  background-color: #f48005;
  color: #fff;
  transition: all 0.3s;
}
.home_main .banners .phrase_mobile .btn_btn_mobile:hover {
  transform: scale(1.03);
}
@media only screen and (max-width: 399px) {
  .home_main .banners .phrase_mobile .btn_btn_mobile {
    width: 200px;
    height: 50px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .home_main .banners .cycle-pager {
    display: none;
  }
}
.home_main .banners .makeup {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 73px;
  z-index: 112;
}
@media only screen and (max-width: 1679px) {
  .home_main .banners .makeup {
    height: 65px;
  }
}
@media only screen and (max-width: 969px) {
  .home_main .banners .makeup {
    height: 45px;
  }
}
@media only screen and (max-width: 679px) {
  .home_main .banners .makeup {
    display: none;
  }
}
.home_main .banners .makeup img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .call {
    margin-top: 260px;
  }
}
.call .centre {
  max-width: 1300px;
  margin: 40px auto;
}
@media only screen and (max-width: 1319px) {
  .call .centre {
    max-width: 80%;
  }
}
.call .centre .external {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media only screen and (max-width: 1319px) {
  .call .centre .external {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 40px;
  }
}
.call .centre .external .box_1 {
  width: 640px;
  min-width: 640px;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_1 {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 399px) {
  .call .centre .external .box_1 {
    width: 100%;
    min-width: 100%;
  }
}
.call .centre .external .box_1 .heads {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_1 .heads {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    row-gap: 15px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 399px) {
  .call .centre .external .box_1 .heads {
    width: 100%;
  }
}
.call .centre .external .box_1 .heads .image {
  width: 200px;
  height: 90px;
  margin-left: -42px;
}
.call .centre .external .box_1 .heads .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_1 .heads .image {
    width: 95px;
    height: auto;
    margin-left: 0;
  }
}
.call .centre .external .box_1 .heads .infos .top {
  text-align: justify;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
  color: #5c5c5c;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_1 .heads .infos .top {
    font-size: 25px;
    text-align: left;
  }
}
.call .centre .external .box_1 .body_new {
  display: flex;
  gap: 25px;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .call .centre .external .box_1 .body_new {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.call .centre .external .box_1 .body_new .bot {
  max-width: 110px;
}
@media only screen and (max-width: 767px) {
  .call .centre .external .box_1 .body_new .bot {
    max-width: 485px;
  }
}
.call .centre .external .box_1 .body_new .bot p {
  color: #878787;
  text-align: left;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_1 .body_new .bot p {
    font-size: 22px;
    text-align: left;
  }
}
.call .centre .external .box_1 .body_new .video {
  width: 485px;
  height: 275px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_1 .body_new .video {
    width: 279px;
    height: 154px;
    margin-left: auto;
    margin-right: auto;
  }
}
.call .centre .external .box_1 a {
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-left: 0;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_1 a {
    margin: 0 auto;
  }
}
.call .centre .external .box_1 a .btn_red {
  display: flex;
  width: 144px;
  padding: 10px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  background: #ee3e33;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
  margin-top: 25px;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_1 a .btn_red {
    margin-left: 0;
  }
}
.call .centre .external .box_1 a .btn_red:hover {
  transform: scale(1.03);
}
.call .centre .external .vertical {
  width: 1px;
  max-height: 420px;
  background: #d9d9d9;
}
.call .centre .external .box_2 {
  width: 640px;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_2 {
    width: 100%;
  }
}
.call .centre .external .box_2 .heads {
  display: flex;
  max-width: 535px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 40px;
  margin-top: 8px;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_2 .heads {
    margin-top: 0;
    flex-direction: column;
    row-gap: 20px;
    -ms-align-items: center;
    align-items: center;
  }
}
.call .centre .external .box_2 .heads img {
  width: 200px;
  height: 70px;
}
.call .centre .external .box_2 .heads .title {
  color: #5c5c5c;
  text-align: justify;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.call .centre .external .box_2 .box_body {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height: 357px;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_2 .box_body {
    flex-direction: column;
    row-gap: 50px;
    -ms-align-items: center;
    align-items: center;
    height: auto;
  }
}
.call .centre .external .box_2 .box_body .left {
  max-width: 325px;
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_2 .box_body .left {
    -ms-align-items: center;
    align-items: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_2 .box_body .left .text {
    margin-bottom: 50px;
    text-align: center;
  }
}
.call .centre .external .box_2 .box_body .left .text p {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #878787;
  font-weight: 400;
  line-height: normal;
}
.call .centre .external .box_2 .box_body .left a {
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.call .centre .external .box_2 .box_body .left a .btn_blue {
  display: flex;
  width: 144px;
  padding: 10px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  background: #021752;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}
.call .centre .external .box_2 .box_body .left a .btn_blue:hover {
  transform: scale(1.03);
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_2 .box_body .right {
    width: 100%;
  }
}
.call .centre .external .box_2 .box_body .right img {
  width: 277px;
  height: 278px;
}
@media only screen and (max-width: 674px) {
  .call .centre .external .box_2 .box_body .right img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    max-width: 320px;
  }
}
.divider {
  max-width: 1300px;
  margin: 0 auto;
  height: 2px;
  margin-top: 60px;
  background: rgba(217,217,217,0.7);
}
.know_our_line {
  padding-top: 50px;
  margin-bottom: 50px;
}
.caller {
  color: #5c5c5c;
  font-family: Lato;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.center {
  max-width: 1250px;
  padding-top: 30px;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1299px) {
  .center {
    max-width: 655px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 779px) {
  .center {
    max-width: 277px;
  }
}
@media only screen and (max-width: 479px) {
  .center {
    max-width: 240px;
  }
}
.center .card {
  width: 275px;
  transition: all 0.3s;
}
.center .card:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 479px) {
  .center .card {
    width: 240px;
  }
}
.center .card .image {
  width: 275px;
  height: 330px;
}
@media only screen and (max-width: 479px) {
  .center .card .image {
    width: 240px;
    height: auto;
  }
}
.center .card .image img {
  width: 100%;
  height: 100%;
}
.center .card .title {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3a3a3a;
  font-weight: 700;
  margin-top: 25px;
}
.newsletter {
  position: relative;
  background: rgba(217,217,217,0.7);
}
.newsletter .makeup_2 {
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  width: 100%;
  height: 73px;
  z-index: 112;
}
@media only screen and (max-width: 1679px) {
  .newsletter .makeup_2 {
    height: 65px;
  }
}
@media only screen and (max-width: 969px) {
  .newsletter .makeup_2 {
    height: 45px;
  }
}
@media only screen and (max-width: 699px) {
  .newsletter .makeup_2 {
    display: none;
  }
}
.newsletter .makeup_2 img {
  width: 100%;
  height: 100%;
}
.newsletter .centre {
  max-width: 1215px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1239px) {
  .newsletter .centre {
    max-width: 80%;
  }
}
.newsletter .centre .title {
  color: #5c5c5c;
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(192,192,192,0.8);
  width: 505px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre .title {
    width: 100%;
    font-size: 30px;
  }
}
.newsletter .centre .content {
  color: #878787;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.newsletter .centre .btn_sign_up {
  background: #f48005;
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  width: 250px;
  height: 40px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
.newsletter .centre .btn_sign_up:hover {
  transform: scale(1.03);
}
@media only screen and (max-width: 659px) {
  .newsletter .centre .btn_sign_up {
    width: 100%;
  }
}
.newsletter .centre form {
  margin-top: 40px;
  padding-bottom: 45px;
}
.newsletter .centre form .forms {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre form .forms {
    flex-direction: column;
  }
}
.newsletter .centre form .forms .left {
  width: 595px;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre form .forms .left {
    width: 100%;
  }
}
.newsletter .centre form .forms .left .inputs {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 15px;
  color: #878787;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.newsletter .centre form .forms .right {
  width: 595px;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre form .forms .right {
    width: 100%;
  }
}
.newsletter .centre form .forms .right .inputs {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 15px;
  color: #878787;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.newsletter .centre form .aceite {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 10px;
  color: #878787;
}
.newsletter .centre form .selection {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre form .selection {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.newsletter .centre form .selection .wrappers {
  width: 115px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.newsletter .centre form .selection .wrappers .checkers {
  width: 13px !important;
  margin: 0;
}
.newsletter .centre form .selection .wrappers label {
  color: #878787;
  text-align: justify;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre form .selection .wrappers label {
    margin-top: -4px;
    text-align: left;
  }
}
.newsletter .centre form .selection .wrappers label a {
  text-decoration: underline;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre form .desktop {
    display: none;
  }
}
.newsletter .centre form .mobile {
  display: none;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre form .mobile {
    display: flex;
  }
}
.newsletter .centre form .subscribe {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre form .subscribe {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.newsletter .centre form .subscribe label {
  color: #878787;
  text-align: justify;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 659px) {
  .newsletter .centre form .subscribe label {
    margin-top: -4px;
    text-align: left;
  }
}
.newsletter .centre form .subscribe label a {
  text-decoration: underline;
}
.newsletter .centre form .btn_go {
  display: flex;
  width: 148px;
  height: 40px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  background: #f48005;
  color: #fff;
  margin-top: 25px;
  border: 0;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s;
}
.newsletter .centre form .btn_go:hover {
  transform: scale(1.04);
}
.blog {
  padding-bottom: 70px;
}
.blog .centre {
  max-width: 1215px;
  margin: 0 auto;
}
@media only screen and (max-width: 1239px) {
  .blog .centre {
    max-width: 80%;
  }
}
.blog .centre .title {
  color: #5c5c5c;
  font-family: Lato;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(192,192,192,0.8);
  width: 505px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 619px) {
  .blog .centre .title {
    font-size: 30px;
    width: 100%;
  }
}
.blog .centre .content {
  color: #878787;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog .centre .father {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 1206px;
  margin-top: 55px;
}
@media only screen and (max-width: 1239px) {
  .blog .centre .father {
    width: 722px;
    flex-wrap: wrap;
    row-gap: 80px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 929px) {
  .blog .centre .father {
    width: 342px;
  }
}
@media only screen and (max-width: 429px) {
  .blog .centre .father {
    width: 100%;
  }
}
.blog .centre .father .card {
  position: relative;
  width: 340px;
  height: 420px;
}
@media only screen and (max-width: 429px) {
  .blog .centre .father .card {
    width: 100%;
    height: auto;
  }
}
.blog .centre .father .card .thumb {
  width: 100%;
  height: 230px;
}
@media only screen and (max-width: 429px) {
  .blog .centre .father .card .thumb {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.blog .centre .father .card .thumb img {
  width: 100%;
  height: 100%;
}
.blog .centre .father .card .blog_title {
  color: #5c5c5c;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 429px) {
  .blog .centre .father .card .blog_title {
    margin-bottom: 80px;
  }
}
.blog .centre .father .card a .btn_orange {
  display: flex;
  width: 172px;
  padding: 10px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #f48005;
  color: #fff;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}
.blog .centre .father .card a .btn_orange:hover {
  transform: translateX(-50%) scale(1.05);
}
.border {
  border-top: 2px solid rgba(192,192,192,0.8);
}
.cycle-pager span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  content: '';
  font-size: 0;
}
.cycle-pager .cycle-pager-active {
  background-color: #333;
}
.cycle-pager {
  position: absolute;
  width: 300px;
  z-index: 114;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  background-color: transparent;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
.home_search .centre {
  max-width: 1260px;
  margin: 40px auto;
}
@media only screen and (max-width: 1279px) {
  .home_search .centre {
    max-width: 80%;
  }
}
.home_search .centre .search_title {
  color: #5c5c5c;
  font-family: Lato;
  margin-bottom: 24px;
}
.home_search .centre .father {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  -ms-justify-content: center;
  justify-content: center;
}
.home_search .centre .father .card {
  border: 1px solid #ababab;
  width: 230px;
  height: 100%;
}
.home_search .centre .father .card .image {
  width: 196px;
  height: 198px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.home_search .centre .father .card .image img {
  width: 80%;
  height: 80%;
}
.home_search .centre .father .card .name {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0 17px;
  margin-bottom: 10px;
}
.home_search .centre .father .card .code {
  color: var(--Titulos, #5c5c5c);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: left;
  padding: 0 17px;
  margin-bottom: 10px;
}
.home_search .centre .father .card .btns_options {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 100%;
  padding: 0 17px;
  margin: 15px auto;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.home_search .centre .father .card .btns_options .btn_pattern {
  width: 100%;
  padding: 0 10px;
  height: 25px;
  background-color: #f48005;
  color: #fff;
  font-family: Lato;
  font-weight: 500;
  font-size: 10px;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home_search .centre .father .card .btns_options .btn_pattern:hover {
  transform: scale(1.02);
}
.catalog_section {
  background-color: #f5f5f5;
  padding: 55px 0;
  margin: 0;
}
.catalog_section .container {
  max-width: 830px;
  margin: 0 auto;
}
.catalog_content {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 45px;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  .catalog_content {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 40px;
  }
}
.catalog_image {
  flex: 0 0 auto;
}
.catalog_image img {
  width: 175px;
  height: 245px;
}
.catalog_info {
  flex: 1;
  text-align: left;
  margin-top: -60px;
}
@media only screen and (max-width: 979px) {
  .catalog_info {
    margin-top: 0;
  }
}
.catalog_title {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-weight: bold;
  color: #333;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .catalog_title {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 559px) {
  .catalog_title {
    font-size: 26px;
  }
}
.catalog_subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 400;
  color: #666;
}
@media only screen and (max-width: 979px) {
  .catalog_subtitle {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 559px) {
  .catalog_subtitle {
    font-size: 20px;
  }
}
.catalog_download_btn {
  display: inline-block;
  background-color: #f48005;
  color: #fff;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}
.catalog_download_btn:hover {
  background-color: #e55a00;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,102,0,0.4);
  color: #fff;
  text-decoration: none;
}
.offers .centre {
  max-width: 1260px;
  margin: 40px auto;
}
@media only screen and (max-width: 1279px) {
  .offers .centre {
    max-width: 80%;
  }
}
.offers .centre .title {
  color: #5c5c5c;
  font-family: Lato;
  margin-bottom: 24px;
}
.offers .centre .father {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  -ms-justify-content: center;
  justify-content: center;
}
.offers .centre .father .card {
  border: 1px solid #ababab;
  width: 230px;
  height: 100%;
}
.offers .centre .father .card .image {
  max-width: 210px;
  max-height: 210px;
  padding: 10px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.offers .centre .father .card .image img {
  max-width: 100%;
  max-height: 100%;
}
.offers .centre .father .card .name {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0 17px;
  margin-bottom: 10px;
}
.offers .centre .father .card .code {
  color: var(--Titulos, #5c5c5c);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 10px;
}
.offers .centre .father .card .price {
  font-weight: 700;
  color: #000;
}
.prod_selected {
  position: fixed;
  width: 460px;
  background-color: #fff;
  border-left: 1px solid #7c7c7c;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 160;
  overflow-y: scroll;
}
@media only screen and (max-width: 499px) {
  .prod_selected {
    width: 100%;
  }
}
.prod_selected .prod_center {
  width: 410px;
  margin: 60px 15px;
}
@media only screen and (max-width: 499px) {
  .prod_selected .prod_center {
    width: 90%;
    margin: 60px auto;
  }
}
.prod_selected .prod_center .btn_my_list {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prod_selected .prod_center .btn_my_list img {
  width: 24px;
  height: 24px;
}
.prod_selected .prod_center .btn_my_list p {
  color: #3a3a3a;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.prod_selected .prod_center .prod_external .prod_card {
  display: flex;
  -moz-column-gap: 35px;
  column-gap: 35px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 499px) {
  .prod_selected .prod_center .prod_external .prod_card {
    -ms-align-items: center;
    align-items: center;
    flex-direction: column-reverse;
    row-gap: 10px;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 15px;
  }
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 499px) {
  .prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 10px;
  }
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .image {
  width: 80px;
  height: 50px;
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .image img {
  max-height: 49px;
  max-width: 49px;
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .prod_infos {
  max-width: 254px;
}
@media only screen and (max-width: 499px) {
  .prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .prod_infos {
    max-width: 100%;
  }
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .prod_infos .prod_titler {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .prod_infos .prod_code {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  margin: 0;
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .qtd {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .prod_system {
  display: flex;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .prod_system .minus {
  width: 21px;
  height: 24px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #7c7c7c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .prod_system input {
  width: 47px;
  height: 24px;
  color: var(--Titulos, #5c5c5c);
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #7c7c7c;
}
.prod_selected .prod_center .prod_external .prod_card .prod_item .prod_line .prod_system .plus {
  width: 21px;
  height: 24px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #7c7c7c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prod_selected .prod_center .prod_external .prod_card .btn_trash {
  width: 30px;
  height: 30px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
.prod_selected .prod_center .prod_external .prod_card .btn_trash:hover {
  transform: scale(1.3);
}
.prod_selected .prod_center .prod_external .prod_card .btn_trash img {
  width: 24px;
  height: 24px;
}
.prod_selected .prod_center .btn_order_now {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  width: 158px;
  height: 40px;
  -ms-align-items: center;
  align-items: center;
  -ms-align-content: center;
  align-content: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 53px;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f48005;
  margin-top: 35px;
  transition: all 0.3s;
}
.prod_selected .prod_center .btn_order_now:hover {
  transform: scale(1.05);
}
.btn_float_order {
  position: fixed;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  right: 0;
  top: 30%;
  width: 240px;
  height: 40px;
  z-index: 115;
  background-color: #fff;
  border-left: 1px solid #7c7c7c;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateX(192px);
  transition: all 0.5s;
}
@media only screen and (max-width: 649px) {
  .btn_float_order {
    display: none;
  }
}
.btn_float_order:hover {
  transform: translateX(0px);
}
.btn_float_order p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-weight: 700;
}
.btn_float_order img {
  width: 24px;
  height: 24px;
}
.orcamento_index .banner_title {
  width: 100%;
  margin-bottom: 30px;
}
.orcamento_index .banner_title .caller {
  padding: 30px 0;
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 900;
  color: #3a3a3a;
  text-transform: uppercase;
  width: 1300px;
}
@media only screen and (max-width: 1339px) {
  .orcamento_index .banner_title .caller {
    width: 80%;
    text-align: center;
  }
}
.orcamento_index .centre {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1299px) {
  .orcamento_index .centre {
    width: 80%;
  }
}
@media only screen and (max-width: 599px) {
  .orcamento_index .centre {
    width: 95%;
  }
}
.orcamento_index .centre .items {
  margin-bottom: 25px;
}
.orcamento_index .centre .items .item {
  border: 1px solid #d3d3d3;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 5px;
}
@media only screen and (max-width: 1159px) {
  .orcamento_index .centre .items .item {
    flex-direction: column;
    row-gap: 15px;
  }
}
.orcamento_index .centre .items .item .left {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media only screen and (max-width: 1159px) {
  .orcamento_index .centre .items .item .left {
    flex-direction: column;
    row-gap: 10px;
  }
}
.orcamento_index .centre .items .item .left .image {
  width: 50px;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 1px solid #d3d3d3;
}
.orcamento_index .centre .items .item .left .image img {
  width: 70%;
  height: 70%;
}
.orcamento_index .centre .items .item .left .infos .first {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 1159px) {
  .orcamento_index .centre .items .item .left .infos .first {
    text-align: center;
  }
}
.orcamento_index .centre .items .item .left .infos .titulo {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 1159px) {
  .orcamento_index .centre .items .item .left .infos .titulo {
    text-align: center;
  }
}
.orcamento_index .centre .items .item .right {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media only screen and (max-width: 1159px) {
  .orcamento_index .centre .items .item .right {
    flex-direction: column;
    row-gap: 10px;
  }
}
.orcamento_index .centre .items .item .right .quantity {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  background-color: #eff1f0;
  padding: 0 10px;
  height: 50px;
}
.orcamento_index .centre .items .item .right .quantity .qtd {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #f48005;
  font-weight: 600;
}
.orcamento_index .centre .items .item .right .quantity input {
  width: 75px;
  height: 30px;
  text-align: center;
  border: 0;
}
.orcamento_index .centre .items .item .right .quantity input[type="number"]::-webkit-inner-spin-button,
.orcamento_index .centre .items .item .right .quantity input[type="number"]::-webkit-outer-spin-button {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.orcamento_index .centre .items .item .right .quantity input[type="number"] {
  -moz-appearance: textfield; /* Remove a aparência padrão no Firefox */
}
.orcamento_index .centre .items .item .right .quantity input[type::number]::-webkit-outer-spin-button,
.orcamento_index .centre .items .item .right .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important; /* Força a aparência no Chrome */
}
.orcamento_index .centre .items .item .right .btn_excluir {
  width: 115px;
  height: 50px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  background-color: #eff1f0;
  transition: all 0.3s;
}
.orcamento_index .centre .items .item .right .btn_excluir:hover {
  background-color: #f48005;
}
.orcamento_index .centre .items .item .right .btn_excluir:hover .exclude {
  color: #fff;
}
.orcamento_index .centre .items .item .right .btn_excluir .closer {
  font-size: 15px;
  color: #fff;
  font-weight: 900;
  background-color: #f48005;
  width: 20px;
  height: 20px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.orcamento_index .centre .items .item .right .btn_excluir .exclude {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #f48005;
  font-weight: 600;
}
.orcamento_index .centre .forms {
  width: 590px;
  background-color: #eff1f0;
  padding: 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .orcamento_index .centre .forms {
    width: 100%;
  }
}
.orcamento_index .centre .forms .inputs {
  width: 100%;
  height: 50px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  border: 0;
}
.orcamento_index .centre .forms .text_area {
  width: 100%;
  height: 100px;
  padding: 20px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  border: 0;
}
.orcamento_index .centre .forms .radios {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 419px) {
  .orcamento_index .centre .forms .radios {
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 15px;
  }
}
.orcamento_index .centre .forms .radios .inputs2 {
  width: 210px;
  height: 50px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  border: 0;
}
@media only screen and (max-width: 419px) {
  .orcamento_index .centre .forms .radios .inputs2 {
    width: 100%;
  }
}
.orcamento_index .centre .forms .solicitacao-newsletter {
  margin-top: 10px;
  font-size: 15px;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  color: #444;
  display: flex;
  -ms-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.orcamento_index .centre .forms .solicitacao-opt-in p {
  margin: 25px 0 15px 0;
  font-size: 12px;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.orcamento_index .centre .forms .solicitacao-opt-in .checkboxes {
  display: flex;
  -ms-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.orcamento_index .centre .forms .solicitacao-opt-in .checkboxes label {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -ms-align-items: center;
  font-size: 12px;
  font-family: PT Sans, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}
.orcamento_index .centre .forms .solicitacao-opt-in .checkboxes label input {
  margin-left: 4px;
}
.orcamento_index .centre .btn_enviar {
  width: 360px;
  height: 50px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f48005;
  color: #fff;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 499px) {
  .orcamento_index .centre .btn_enviar {
    width: 100%;
  }
}
.orcamento_index .centre .btn_enviar:hover {
  transform: scale(1.05);
}
.banner_contratacao {
  position: fixed;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  right: 20px;
  bottom: 100px;
  width: 240px;
  height: auto;
  z-index: 114;
  background-color: #f48005;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  padding: 10px;
}
@media (max-width: 768px) {
  .banner_contratacao {
    width: 200px;
    height: 50px;
    right: 15px;
    bottom: 80px;
  }
}
@media (max-width: 480px) {
  .banner_contratacao {
    width: 250px;
    right: 15px;
    left: 15px;
    bottom: 20px;
    height: 45px;
  }
}
.banner_contratacao:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(244,128,5,0.4);
}
.banner_contratacao p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .banner_contratacao p {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
}
@media (max-width: 480px) {
  .banner_contratacao p {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}
.politica-de-privacidade .center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .politica-de-privacidade .center {
    max-width: 80%;
  }
}
.politica-de-privacidade .center .titulo {
  font-size: 25px;
}
.politica-de-privacidade .center .texto h1 {
  font-size: 30px;
  font-weight: 600;
}
.politica-de-privacidade .center .texto h2 {
  font-size: 27px;
  font-weight: 600;
}
.politica-de-privacidade .center .texto h3 {
  font-size: 25px;
  font-weight: 600;
}
.politica-de-privacidade .center .texto h4 {
  font-size: 22px;
  font-weight: 600;
}
.politica-de-privacidade .center .texto p {
  font-size: 20px;
  font-weight: 400;
}
.politica-de-privacidade .center .texto ul li {
  font-size: 20px;
  font-weight: 400;
}
.prod_category {
  padding-top: 20px;
  padding-bottom: 20px;
}
.prod_category .centre {
  max-width: 1300px;
  margin: 0 auto;
  border-top: 2px solid #cfcfcf;
  padding-top: 20px;
  border-bottom: 2px solid rgba(217,217,217,0.7);
}
@media only screen and (max-width: 1279px) {
  .prod_category .centre {
    max-width: 90%;
  }
}
.prod_category .centre .categories {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prod_category .centre .categories a:hover {
  text-decoration: underline;
}
.prod_category .centre .caller {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #cfcfcf;
  max-width: 500px;
}
@media only screen and (max-width: 699px) {
  .prod_category .centre .caller {
    font-size: 25px;
    text-align: left;
    line-height: 1.3;
  }
}
.prod_category .centre .external {
  display: flex;
  margin-top: 40px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.prod_category .centre .external .left {
  width: 390px;
  border-right: solid 1px #cfcfcf;
}
@media only screen and (max-width: 1019px) {
  .prod_category .centre .external .left {
    display: none;
  }
}
.prod_category .centre .external .left .option .title {
  color: #3a3a3a;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 15px;
}
.prod_category .centre .external .left .option .list {
  margin-bottom: 20px;
  margin-left: 15px;
}
.prod_category .centre .external .left .option .list .line {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.prod_category .centre .external .left .option .list .line label {
  color: #3a3a3a;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-left: 7px;
  cursor: pointer;
}
.prod_category .centre .external .left .btn_filter {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 115px;
  height: 35px;
  cursor: pointer;
  margin-top: 35px;
  margin-bottom: 40px;
  background-color: #f48005;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
  border: 0;
}
.prod_category .centre .external .left .btn_filter:hover {
  transform: scale(1.05);
}
.prod_category .centre .external .right {
  width: 731px;
}
@media only screen and (max-width: 1279px) {
  .prod_category .centre .external .right {
    width: 481px;
  }
}
@media only screen and (max-width: 1019px) {
  .prod_category .centre .external .right {
    width: 731px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 829px) {
  .prod_category .centre .external .right {
    width: 481px;
  }
}
@media only screen and (max-width: 549px) {
  .prod_category .centre .external .right {
    width: 231px;
  }
}
.prod_category .centre .external .right .father {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.prod_category .centre .external .right .father .card {
  border: 1px solid #ababab;
  width: 230px;
  height: 100%;
}
.prod_category .centre .external .right .father .card .image {
  width: 196px;
  height: 198px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.prod_category .centre .external .right .father .card .image img {
  width: 80%;
  height: 80%;
}
.prod_category .centre .external .right .father .card .name {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0 17px;
  margin-bottom: 10px;
}
.prod_category .centre .external .right .father .card .code {
  color: var(--Titulos, #5c5c5c);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: left;
  padding: 0 17px;
  margin-bottom: 10px;
}
.prod_category .centre .external .right .father .card .btns_options {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  width: 100%;
  padding: 0 17px;
  margin: 15px auto;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.prod_category .centre .external .right .father .card .btns_options .btn_pattern {
  width: 100%;
  padding: 0 10px;
  height: 25px;
  background-color: #f48005;
  color: #fff;
  font-family: Lato;
  font-weight: 500;
  font-size: 10px;
  border: 0;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prod_category .centre .external .right .father .card .btns_options .btn_pattern:hover {
  transform: scale(1.02);
}
.prod_category .centre .btn_see_more {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  border-bottom: 2px solid #000;
  width: 115px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 auto;
  margin-bottom: 40px;
}
.prod_category .centre .btn_see_more:hover {
  transform: scale(1.02);
}
.prod_category .centre .btn_see_more p {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 6px;
}
.prod_category .centre .btn_see_more img {
  height: 9px;
  width: auto;
}
.more_prods .centre {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 20px;
}
@media only screen and (max-width: 1279px) {
  .more_prods .centre {
    max-width: 80%;
  }
}
.more_prods .centre .caller {
  color: var(--Titulos, #5c5c5c);
  text-align: justify;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #cfcfcf;
  max-width: 620px;
  text-transform: none;
}
@media only screen and (max-width: 699px) {
  .more_prods .centre .caller {
    font-size: 25px;
    text-align: left;
    line-height: 1.3;
  }
}
.more_prods .centre .external {
  display: flex;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 906px;
}
@media only screen and (max-width: 1149px) {
  .more_prods .centre .external {
    width: 596px;
  }
}
@media only screen and (max-width: 759px) {
  .more_prods .centre .external {
    width: 286px;
  }
}
@media only screen and (max-width: 449px) {
  .more_prods .centre .external {
    width: 100%;
  }
}
.more_prods .centre .external .card {
  border: 1px solid #ababab;
  width: 230px;
  height: 100%;
}
.more_prods .centre .external .card .image {
  max-width: 210px;
  max-height: 210px;
  padding: 10px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.more_prods .centre .external .card .image img {
  max-width: 100%;
  max-height: 100%;
}
.more_prods .centre .external .card .card_title {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0 17px;
  margin-bottom: 10px;
}
.more_prods .centre .external .card .code {
  color: var(--Titulos, #5c5c5c);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 10px;
}
.prod_category .centre .caller_2 {
  color: #000;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prod_category .centre .linha_desc {
  color: #000;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prod_show {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: auto;
}
.prod_show .centre {
  max-width: 1300px;
  margin: 0 auto;
  border-top: 2px solid #cfcfcf;
  padding-top: 20px;
  border-bottom: 2px solid rgba(217,217,217,0.7);
}
@media only screen and (max-width: 1279px) {
  .prod_show .centre {
    max-width: 90%;
  }
}
.prod_show .centre .categories {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prod_show .centre .categories a:hover {
  text-decoration: underline;
}
.prod_show .centre .external {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 30px;
  row-gap: 40px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1249px) {
  .prod_show .centre .external {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 679px) {
  .prod_show .centre .external .left {
    width: 100%;
  }
}
.prod_show .centre .external .left .image {
  width: 550px;
  height: 430px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #7c7c7c;
}
@media only screen and (max-width: 679px) {
  .prod_show .centre .external .left .image {
    width: 100%;
  }
}
.prod_show .centre .external .left .image img {
  max-width: 400px;
  max-height: 400px;
}
@media only screen and (max-width: 679px) {
  .prod_show .centre .external .left .image img {
    max-width: 80%;
    max-height: 80%;
  }
}
.prod_show .centre .external .right {
  max-width: 605px;
}
.prod_show .centre .external .right .info {
  margin-top: -5px;
  position: relative;
}
.prod_show .centre .external .right .info .title {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media only screen and (max-width: 679px) {
  .prod_show .centre .external .right .info .title {
    font-size: 26px;
  }
}
.prod_show .centre .external .right .info .code {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(217,217,217,0.7);
}
.prod_show .centre .external .right .info .text {
  margin-top: 20px;
}
.prod_show .centre .external .right .info .text p {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.prod_show .centre .external .right .info .more_info {
  margin-top: 60px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 400px;
}
@media only screen and (max-width: 679px) {
  .prod_show .centre .external .right .info .more_info {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    max-width: 100%;
    row-gap: 25px;
  }
}
.prod_show .centre .external .right .info .more_info .automation {
  display: flex;
  width: 180px;
  height: 45px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-align-items: center;
  align-items: center;
}
.prod_show .centre .external .right .info .more_info .automation img {
  width: 40px;
  height: 40px;
}
.prod_show .centre .external .right .info .more_info .automation p {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.prod_show .centre .external .right .info .more_info .especify {
  display: flex;
  width: 180px;
  height: 45px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-align-items: center;
  align-items: center;
}
.prod_show .centre .external .right .info .more_info .especify .main_icon {
  width: 42px;
  height: 42px;
}
.prod_show .centre .external .right .info .more_info .especify p {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.prod_show .centre .external .right .info .more_info .especify .esps .icons_container {
  display: flex;
  -moz-column-gap: 14px;
  column-gap: 14px;
  margin-top: 7px;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.prod_show .centre .external .right .info .more_info .especify .esps .icons_container img {
  width: 24px;
  height: auto;
}
.prod_show .centre .external .right .info .other {
  margin-top: 40px;
  display: flex;
  width: 407px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 679px) {
  .prod_show .centre .external .right .info .other {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    row-gap: 35px;
    width: 100%;
  }
}
.prod_show .centre .external .right .info .other .color {
  display: flex;
  flex-direction: column;
}
.prod_show .centre .external .right .info .other .color label {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.prod_show .centre .external .right .info .other .color select {
  width: 160px;
  height: 35px;
  text-align: center;
  color: #3a3a3a;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #7c7c7c;
}
.prod_show .centre .external .right .info .other .quantity {
  display: flex;
  flex-direction: column;
}
.prod_show .centre .external .right .info .other .quantity label {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.prod_show .centre .external .right .info .other .quantity .system {
  display: flex;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
.prod_show .centre .external .right .info .other .quantity .system .minus {
  width: 30px;
  height: 35px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #7c7c7c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
.prod_show .centre .external .right .info .other .quantity .system .minus:hover {
  background: #f48005;
  color: #fff;
}
.prod_show .centre .external .right .info .other .quantity .system input {
  width: 70px;
  height: 35px;
  color: var(--Titulos, #5c5c5c);
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #7c7c7c;
}
.prod_show .centre .external .right .info .other .quantity .system input[type="number"]::-webkit-inner-spin-button,
.prod_show .centre .external .right .info .other .quantity .system input[type="number"]::-webkit-outer-spin-button {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.prod_show .centre .external .right .info .other .quantity .system input[type="number"] {
  -moz-appearance: textfield; /* Remove a aparência padrão no Firefox */
}
.prod_show .centre .external .right .info .other .quantity .system input[type::number]::-webkit-outer-spin-button,
.prod_show .centre .external .right .info .other .quantity .system input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important; /* Força a aparência no Chrome */
}
.prod_show .centre .external .right .info .other .quantity .system .plus {
  width: 30px;
  height: 35px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #7c7c7c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
.prod_show .centre .external .right .info .other .quantity .system .plus:hover {
  background: #f48005;
  color: #fff;
}
.prod_show .centre .external .right .info .other .btn_order {
  display: flex;
  width: 180px;
  height: 36px;
  padding: 0 15px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #f48005;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}
.prod_show .centre .external .right .info .other .btn_order:hover {
  transform: scale(1.03);
}
.prod_show .centre .consult {
  margin-top: 25px;
  margin-bottom: 50px;
}
.prod_show .centre .consult .option {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1249px) {
  .prod_show .centre .consult .option {
    text-align: center;
    margin-top: 50px;
  }
}
.prod_show .centre .consult .links {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
@media only screen and (max-width: 1249px) {
  .prod_show .centre .consult .links {
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 679px) {
  .prod_show .centre .consult .links {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 25px;
  }
}
.prod_show .centre .consult .links .link {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: 190px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
}
.prod_show .centre .consult .links .link:hover {
  transform: scale(1.03);
}
.prod_show .centre .consult .links .link img {
  width: 42px;
  height: 42px;
}
.prod_show .centre .consult .links .link p {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.prod_show .centre .gif {
  margin: 0 auto 50px auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 749px) {
  .prod_show .centre .gif {
    display: none;
  }
}
.prod_show .centre .gif img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod_show .centre .video {
  margin: 0 auto 50px auto;
  width: 460px;
  height: 280px;
  border: 2px solid #ffc0cb;
}
@media only screen and (max-width: 549px) {
  .prod_show .centre .video {
    width: 270px;
    height: 155px;
  }
}
.other_models {
  margin-top: 30px;
}
.other_models .centre {
  max-width: 1300px;
  margin: 0 auto;
  border-bottom: 2px solid rgba(217,217,217,0.7);
}
@media only screen and (max-width: 1319px) {
  .other_models .centre {
    max-width: 90%;
  }
}
.other_models .centre .title {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 2px solid #cfcfcf;
  max-width: 305px;
}
.other_models .centre .father {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  width: 981px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1104px) {
  .other_models .centre .father {
    width: 731px;
  }
}
@media only screen and (max-width: 819px) {
  .other_models .centre .father {
    width: 481px;
  }
}
@media only screen and (max-width: 599px) {
  .other_models .centre .father {
    width: 232px;
  }
}
.other_models .centre .father .card {
  border: 1px solid #ababab;
  width: 230px;
  height: 100%;
}
.other_models .centre .father .card .image {
  max-width: 210px;
  max-height: 210px;
  padding: 10px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.other_models .centre .father .card .image img {
  max-width: 100%;
  max-height: 100%;
}
.other_models .centre .father .card .name {
  color: var(--Titulos, #5c5c5c);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0 17px;
  margin-bottom: 10px;
}
.other_models .centre .father .card .code {
  color: var(--Titulos, #5c5c5c);
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 10px;
}
.prod_index .centre {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1329px) {
  .prod_index .centre {
    max-width: 80%;
  }
}
.prod_index .centre .all_title {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #f48005;
  margin: 0;
  font-weight: 700;
  margin-bottom: 25px;
}
.prod_index .centre .external .hyper_title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #f48005;
  margin: 0;
  font-weight: 700;
  margin-bottom: 25px;
}
.prod_index .centre .external .father {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 80px;
  column-gap: 80px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 25px;
}
@media only screen and (max-width: 969px) {
  .prod_index .centre .external .father {
    display: flex;
    -moz-column-count: none;
    column-count: none;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.prod_index .centre .external .father .blocks {
  display: inline-block;
  width: 330px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 399px) {
  .prod_index .centre .external .father .blocks {
    width: 100%;
  }
}
.prod_index .centre .external .father .cat_title {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 270px;
  color: #3a3a3a;
  margin: 0;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 2px solid #f48005;
  transition: all 0.3s;
}
.prod_index .centre .external .father .cat_title:hover {
  transform: scale(1.02);
}
.prod_index .centre .external .father .item_title {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6e6e6e;
  margin: 0;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: 20px;
  transition: all 0.3s;
}
.prod_index .centre .external .father .item_title:hover {
  transform: scale(1.04);
}
.trabalhe_main {
  margin-top: 20px;
  padding: 0;
}
.trabalhe_main .navigation {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #3a3a3a;
  margin-top: 25px;
  margin-bottom: 50px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1239px) {
  .trabalhe_main .navigation {
    width: 80%;
  }
}
@media only screen and (max-width: 399px) {
  .trabalhe_main .navigation {
    width: 92%;
  }
}
.trabalhe_main .center {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 779px) {
  .trabalhe_main .center {
    max-width: 100%;
  }
}
.trabalhe_main .center .left {
  margin-top: -22px;
  width: 535px;
}
@media only screen and (max-width: 779px) {
  .trabalhe_main .center .left {
    width: 100%;
  }
}
.trabalhe_main .center .right {
  margin-top: 25px;
  width: 615px;
}
@media only screen and (max-width: 779px) {
  .trabalhe_main .center .right {
    width: 100%;
  }
}
.trabalhe_main .box {
  background: $bgCinza;
  padding: 22px 20px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 399px) {
  .trabalhe_main .box {
    padding: 15px 0;
  }
}
.trabalhe_main .box .wrapper + .wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .trabalhe_main .box .wrapper + .wrapper {
    margin-top: 25px;
  }
}
.trabalhe_main .box + .texto {
  padding: 22px 20px 0;
}
.trabalhe_main h2 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-weight: 800;
  color: #f48005;
  text-transform: uppercase;
  margin: 0 0 1em;
}
@media only screen and (max-width: 767px) {
  .trabalhe_main h2 {
    font-size: 15px;
  }
}
.trabalhe_main form .input-arquivo {
  border-radius: 0;
}
.trabalhe_main form .flash {
  border: 1px solid #f48005;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #f48005;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .trabalhe_main form .flash {
    font-size: 14px;
  }
}
.trabalhe_main form input[type=text],
.trabalhe_main form input[type=email],
.trabalhe_main form textarea,
.trabalhe_main form select {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  outline: 0;
  resize: none;
  height: 50px;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  border: 1px solid #444;
}
@media only screen and (max-width: 767px) {
  .trabalhe_main form input[type=text],
  .trabalhe_main form input[type=email],
  .trabalhe_main form textarea,
  .trabalhe_main form select {
    font-size: 15px;
    padding: 0 15px;
  }
}
.trabalhe_main form textarea {
  height: 250px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .trabalhe_main form textarea {
    padding: 15px;
    height: 150px;
  }
}
.trabalhe_main form input[type=submit] {
  margin-top: 10px;
  width: 100%;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #f48005;
  border: 2px solid #f48005;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  text-transform: uppercase;
  height: 50px;
  outline: 0;
}
.trabalhe_main form input[type=submit]:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .trabalhe_main form input[type=submit] {
    font-size: 15px;
  }
}
.trabalhe_main .contato-opt-in {
  margin: 25px 0 15px;
  color: #444;
}
.trabalhe_main .contato-opt-in p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-size: 14px;
}
.trabalhe_main .contato-opt-in .checkboxes {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 15px;
}
.trabalhe_main .contato-opt-in .checkboxes label {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.trabalhe_main .contato-opt-in .checkboxes label input {
  margin-right: 4px;
}
.trabalhe_main .contato-opt-in .checkboxes label + label {
  margin-left: 20px;
}
.input-arquivo {
  width: 100%;
  display: block;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 47px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  border: 1px solid #444;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
@media only screen and (max-width: 767px) {
  .input-arquivo {
    font-size: 15px;
  }
}
.input-arquivo.arquivo-selecionado {
  background-color: #f7f7f7;
  border-color: #f48005;
  color: #f48005;
}
.input-arquivo span {
  display: block;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  transition: color 0.3s, font-weight 0.3s;
}
.input-arquivo span.arquivo-selecionado {
  font-weight: bold;
  color: #f48005;
}
.input-arquivo input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contato .vaga {
  border-bottom: 1px solid #f48005;
}
.contato .vaga .handle {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 0;
}
.contato .vaga .handle span {
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-left: 20px;
  color: #f48005;
  font-weight: 800;
}
.contato .vaga .handle + .texto {
  padding: 0 0 32px;
}
.contato .vaga .handle + .texto *:first-child {
  margin-top: 0;
}
.contato .vaga .handle + .texto *:last-child {
  margin-bottom: 0;
}

