@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@500;700&family=Open+Sans:wght@400;700&display=swap");
/* MEDIA QUERIES */
/* BREAKPOINTS */
/* COLORS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

html, body {
  font-size: 16px;
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0.7px;
  background-color: #f1f1f1;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.container--fluid {
  max-width: 100% !important;
}

.row {
  display: flex;
  width: 100%;
}

.line {
  background-color: #707070;
  display: block;
  width: 100%;
  height: 1px;
}

.inBtn {
  position: relative;
  padding: 0.75em 6em 0.75em 1.5em;
  margin: 0;
  border-radius: 0.75em;
  border: 0;
  font-family: "Bodoni Moda", serif;
  font-size: 0.75em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #BE1E2D;
  color: #f1f1f1;
  transition: 0.3s background-color;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 17px auto;
}
.inBtn:hover {
  background-color: #921723 !important;
}
.inBtn:focus {
  outline: 0;
}

.inBtn--catalogo {
  background-image: url("../images/icon_pdf.svg");
  background-color: #BE1E2D;
  color: #f1f1f1;
}
.inBtn--catalogo:hover {
  background-color: #921723 !important;
}

.in-textarea-danger {
  border: 2px solid #af0000;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #707070;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #707070;
}

.homeMain {
  position: relative;
  height: 100%;
}

.homeMain__info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
}

.homeMain__title {
  position: absolute;
  color: #f1f1f1;
  width: 15em;
}

.homeMain__description {
  position: absolute;
  color: #f1f1f1;
}

@media (min-width: 0) and (max-width: 768px) {
  .homeMain__info {
    height: 20em !important;
  }

  .homeMain__title {
    font-size: 1.1em;
    line-height: 1.4;
    top: 8em;
    left: 10%;
  }

  .homeMain__description {
    max-width: 90%;
    font-size: 0.8em;
    line-height: 1.6em;
    top: 28em;
    left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .homeMain__title {
    font-size: 2em;
    line-height: 1.2em;
    top: 29%;
    left: 14%;
  }

  .homeMain__description {
    max-width: 21em;
    font-size: 1em;
    line-height: 1.6em;
    top: 65%;
    left: 32%;
  }
}
@media (min-width: 1441px) {
  .homeMain__title {
    font-size: 3em;
    line-height: 1.4em;
    top: 29%;
    left: 14%;
  }

  .homeMain__description {
    max-width: 21em;
    font-size: 1.2em;
    line-height: 2em;
    top: 65%;
    left: 32%;
  }
}
.homeMain_carousel {
  position: relative;
  width: 100%;
  z-index: 1;
}

.carousel__menu--homeMain {
  width: auto !important;
  bottom: auto !important;
}

.carousel__menulist--homeMain {
  justify-content: flex-start !important;
}

.carousel__content--homeMain {
  position: relative;
  height: 100% !important;
}

@media (min-width: 0) and (max-width: 768px) {
  .homeMain_carousel {
    height: 70vh;
  }

  .carousel--homeMain {
    top: 70px !important;
  }

  .carousel__itemmask--homeMain {
    height: 100% !important;
  }

  .carousel__menu--homeMain {
    left: 65%;
    bottom: 0 !important;
    z-index: 100 !important;
  }

  .carousel__menulist--homeMain li {
    padding: 0 0.1em;
  }
  .carousel__menulist--homeMain li svg {
    width: 12px;
    height: auto;
  }

  .carousel__image--homeMain {
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: 100% !important;
    transform: translate(-50%, 0) !important;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .homeMain_carousel {
    height: 100%;
  }

  .carousel__itemmask--homeMain {
    width: 70% !important;
    margin-left: 20%;
  }

  .carousel__menu--homeMain {
    right: 0;
    bottom: 0 !important;
  }

  .carousel__image--homeMain {
    display: block;
    margin: 0 auto;
    height: 100% !important;
    width: auto !important;
  }
}
@media (min-width: 1441px) {
  .homeMain_carousel {
    height: 100%;
  }

  .carousel__itemmask--homeMain {
    width: 70% !important;
    margin-left: 20%;
  }

  .carousel__menu--homeMain {
    right: 0;
    bottom: 0 !important;
  }

  .carousel__image--homeMain {
    display: block;
    margin: 0 auto;
    height: 100% !important;
    width: auto !important;
  }
}
.quemSomos__info {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.quemSomos__image {
  max-width: 200px;
  margin-right: 3em;
}

.quemSomos__title {
  font-size: 1em;
  line-height: 1.6;
}

.quemSomos__title--destaque {
  text-transform: uppercase;
  color: #BE1E2D;
  font-weight: 700;
}

@media (min-width: 0) and (max-width: 768px) {
  .quemSomos {
    padding: 3em 10%;
  }

  .quemSomos__info {
    flex-direction: column;
  }

  .quemSomos__title {
    margin-top: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .quemSomos {
    padding: 10em 0;
  }

  .quemSomos__info {
    flex-direction: row;
    width: 60%;
  }
}
@media (min-width: 1441px) {
  .quemSomos {
    padding: 10em 0;
  }

  .quemSomos__info {
    flex-direction: row;
    width: 45%;
  }
}
.homeAhi__rowimages {
  width: 100%;
  background-color: #BE1E2D;
  display: flex;
}

.homeAhi__tradicao {
  position: relative;
  overflow: hidden;
}

.homeAhi__tradicaoimagemask {
  position: relative;
  width: 90%;
  height: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
  z-index: 1;
  overflow: hidden;
}

.homeAhi__tradicaotext {
  position: absolute;
  width: 70%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.homeAhi__tradicaoimage {
  width: 100%;
  height: auto;
}

.homeAhi__destaqueimage {
  width: 94%;
  padding: 2em 4% 1em 0;
}

.homeAhi__destaquetext {
  padding: 0 4% 1em 0;
  color: #f1f1f1;
  line-height: 1.6;
}

.homeAhi__rowinfo {
  display: flex;
  align-items: center;
  background-color: #1c1c1c;
  width: 90%;
  padding: 1em 5%;
  box-sizing: border-box;
}

.homeAhi__infotext {
  color: #f1f1f1;
  padding: 1em 0 1em 3em;
  line-height: 1.6;
  box-sizing: border-box;
}

.homeAhi__images {
  width: 45%;
}

.homeAhi__imageslist {
  display: flex;
  justify-content: space-between;
}

.homeAhi__imagesitem {
  width: 49%;
  height: auto;
}
.homeAhi__imagesitem img {
  width: 100%;
  height: auto;
}

@media (min-width: 0) and (max-width: 768px) {
  .homeAhi__tradicao {
    width: 100%;
  }

  .homeAhi__tradicaoimagemask {
    width: 100%;
    margin: 0;
  }

  .homeAhi__rowimages {
    flex-direction: column;
    background-color: #1c1c1c;
  }

  .homeAhi__rowinfo {
    width: 100%;
    flex-direction: column;
  }

  .homeAhi__infotext {
    width: 60%;
    font-size: 0.8em;
  }

  .homeAhi__infologo {
    width: 30%;
    height: auto;
  }

  .homeAhi__destaque {
    display: none;
  }

  .homeAhi__info {
    width: 100%;
    padding: 2em;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .homeAhi__imageslist {
    margin-top: 2em;
  }

  .homeAhi__images {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .homeAhi__tradicao {
    width: 60%;
  }

  .homeAhi__rowimages {
    flex-direction: row;
  }

  .homeAhi__rowinfo {
    width: 100%;
    flex-direction: row;
  }

  .homeAhi__infotext {
    width: 100%;
    font-size: 1em;
  }

  .homeAhi__infologo {
    width: 150px;
    height: auto;
  }

  .homeAhi__destaque {
    width: 40%;
  }

  .homeAhi__info {
    width: 55%;
    padding: 3em;
  }

  .homeAhi__imageslist {
    margin-top: initial;
  }
}
@media (min-width: 1441px) {
  .homeAhi__tradicao {
    width: 60%;
  }

  .homeAhi__rowimages {
    flex-direction: row;
  }

  .homeAhi__rowinfo {
    width: 100%;
    flex-direction: row;
  }

  .homeAhi__infotext {
    width: 100%;
    font-size: 1em;
  }

  .homeAhi__infologo {
    width: 150px;
    height: auto;
  }

  .homeAhi__destaque {
    width: 40%;
  }

  .homeAhi__info {
    width: 55%;
    padding: 0 3em;
  }

  .homeAhi__imageslist {
    margin-top: initial;
  }
}
.homeHoy__info {
  z-index: 10;
}

.homeHoy__text {
  line-height: 1.6;
}

.homeHoy_carousel {
  width: 100%;
  z-index: 1;
}

@media (min-width: 0) and (max-width: 768px) {
  .homeHoy__logo {
    width: 30%;
    height: auto;
  }

  .homeHoy__info {
    position: relative;
    top: 0;
    left: 5%;
    margin-bottom: 2em;
    width: 90%;
    display: flex;
    align-items: flex-start;
    padding: 3em 0;
  }

  .homeHoy__text {
    font-size: 1em;
    padding: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 1em 0 1em 3em;
  }

  .homeHoy_carousel {
    width: 100% !important;
    height: auto;
  }

  .carousel__image--homeHoy {
    width: 100% !important;
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .homeHoy__logo {
    width: 150px;
    height: auto;
  }

  .homeHoy__info {
    position: absolute;
    top: 3em;
    left: 3em;
  }

  .homeHoy__text {
    padding: 1em 0 0 2.4em;
    color: #f1f1f1;
    width: 15%;
    font-size: 1em;
  }

  .homeHoy_carousel {
    height: 100vh;
  }

  .carousel__image--homeHoy {
    width: 100% !important;
    height: auto !important;
  }
}
@media (min-width: 1441px) {
  .homeHoy__logo {
    width: 150px;
    height: auto;
  }

  .homeHoy__info {
    position: absolute;
    top: 3em;
    left: 3em;
  }

  .homeHoy__text {
    padding: 1em 0 0 2.4em;
    color: #f1f1f1;
    width: 15%;
    font-size: 1em;
  }

  .homeHoy_carousel {
    height: 100vh;
  }

  .carousel__image--homeHoy {
    width: 100% !important;
    height: auto;
  }
}
.homeMas_rowcarousel {
  position: relative;
  background-color: #1c1c1c;
}

.homeMas__carousel {
  z-index: 1;
}

.carousel__menu--homeMas {
  width: auto !important;
  bottom: auto !important;
}

.carousel__menulist--homeMas {
  justify-content: flex-start !important;
}

.carousel__image--homeMas {
  display: block;
  margin: 0 auto;
  width: auto !important;
}

@media (min-width: 0) and (max-width: 768px) {
  .carousel__itemmask--homeMas {
    width: 100% !important;
    margin-left: 0;
  }

  .carousel__menulist--homeMas {
    justify-content: center !important;
  }

  .carousel__image--homeMas {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .carousel__itemmask--homeMas {
    width: 70% !important;
    margin-left: 5%;
  }

  .carousel__menulist--homeMas {
    margin-left: 30em;
  }

  .carousel__image--homeMas {
    height: 100% !important;
  }
}
@media (min-width: 1441px) {
  .carousel__itemmask--homeMas {
    width: 70% !important;
    margin-left: 5%;
  }

  .carousel__menulist--homeMas {
    margin-left: 42em;
  }

  .carousel__image--homeMas {
    height: 100% !important;
  }
}
.homeMas__menuimages {
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0 2em;
  background-color: #1c1c1c;
}

.homeMas__menuimageslist {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.homeMas__menuimagesitem {
  cursor: pointer;
  transition: 0.3s all;
  border: 1px solid rgba(190, 30, 45, 0);
}
.homeMas__menuimagesitem:hover {
  transform: scale(0.9);
  border: 2px solid #be1e2d;
}

@media (min-width: 0) and (max-width: 768px) {
  .homeMas__menuimages {
    display: none;
  }

  .homeMas__menuimageslist {
    width: 100%;
    flex-direction: row;
  }

  .homeMas__menuimagesitem img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .homeMas__menuimages {
    width: 23%;
    position: absolute;
    height: 100%;
  }

  .homeMas__menuimageslist {
    width: 90%;
    flex-direction: column;
  }

  .homeMas__menuimagesitem img {
    width: 100%;
  }
}
@media (min-width: 1441px) {
  .homeMas__menuimages {
    width: 21%;
    position: absolute;
    height: 100%;
  }

  .homeMas__menuimageslist {
    width: 85%;
    flex-direction: column;
  }

  .homeMas__menuimagesitem img {
    width: 100%;
  }
}
.homeMas_rowinfo {
  width: 90%;
  background-color: #1c1c1c;
  padding: 3em 5%;
}

.homeMas__info {
  display: flex;
}

.homeMas__logo {
  height: auto;
}

.homeMas__text {
  color: #f1f1f1;
  line-height: 1.4;
  padding-top: 0.7em;
}

@media (min-width: 0) and (max-width: 768px) {
  .homeMas__info {
    flex-direction: row;
    align-items: flex-start;
  }

  .homeMas__logo {
    width: 30%;
    margin-right: 0;
    margin-bottom: 2em;
  }

  .homeMas__text {
    padding: 1em 0 1em 3em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .homeMas__info {
    flex-direction: row;
    align-items: center;
  }

  .homeMas__logo {
    width: 150px;
    margin-right: 2em;
  }

  .homeMas__text {
    padding-top: 0.7em;
  }
}
@media (min-width: 1441px) {
  .homeMas__info {
    flex-direction: row;
    align-items: center;
  }

  .homeMas__logo {
    width: 150px;
    margin-right: 2em;
  }

  .homeMas__text {
    padding-top: 0.7em;
  }
}
.homeAun__info {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  background-color: #1c1c1c;
}

.homeAun__text {
  line-height: 1.6;
  padding-top: 1em;
  color: #f1f1f1;
}

.homeAun__carousel {
  z-index: 1;
}

@media (min-width: 0) and (max-width: 768px) {
  .homeAun__info {
    align-items: flex-start;
    padding: 3em 5%;
    flex-direction: row;
  }

  .carousel__menu--homeAun {
    bottom: 2em !important;
    top: auto;
  }

  .homeAun__text {
    width: 100%;
  }

  .homeAun__logo {
    width: 30%;
    margin-right: 2em;
  }

  .carousel__image--homeAun {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .homeAun__info {
    align-items: center;
    padding: 3em;
    flex-direction: row;
  }

  .carousel__menu--homeAun {
    bottom: auto !important;
    top: 3em;
  }

  .homeAun__text {
    width: 100%;
  }

  .homeAun__logo {
    width: 150px;
    margin-right: 2em;
  }
}
@media (min-width: 1441px) {
  .homeAun__info {
    align-items: center;
    padding: 3em;
    flex-direction: row;
  }

  .carousel__menu--homeAun {
    bottom: auto !important;
    top: 3em;
  }

  .homeAun__text {
    width: 70%;
  }

  .homeAun__logo {
    width: 150px;
    margin-right: 2em;
  }
}
.citacao {
  display: block;
  margin: 0 auto;
  padding: 10em 0;
}

.citacao__title {
  color: #BE1E2D;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
}

.citacao__text {
  color: #BE1E2D;
  font-size: 1em;
}

@media (min-width: 0) and (max-width: 768px) {
  .citacao {
    width: 80%;
    padding: 3em 10%;
    margin: 0 !important;
  }

  .citacao__title {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .citacao {
    width: 50%;
  }

  .citacao__title {
    font-size: 2em;
  }
}
@media (min-width: 1441px) {
  .citacao {
    width: 50%;
  }

  .citacao__title {
    font-size: 2em;
  }
}
.home__main {
  position: relative;
  background-color: #BE1E2D;
}

.home__ahi {
  background-color: #BE1E2D;
}

.home__ahiinfo {
  background-color: #1c1c1c;
}

.home__hoy {
  background-color: #1c1c1c;
}

.home__mas {
  background-color: #1c1c1c;
}

.home__aun {
  background-color: #1c1c1c;
}

@media (min-width: 0) and (max-width: 768px) {
  .home__main {
    height: 30em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .home__main {
    height: 100vh;
  }
}
@media (min-width: 1441px) {
  .home__main {
    height: 100vh;
  }
}
.carousel__content--ahiMain {
  position: relative;
}

@media (min-width: 0) and (max-width: 768px) {
  .ahiMain_carousel {
    height: auto;
  }

  .carousel--ahiMain {
    top: 70px !important;
  }

  .carousel__menulist--ahiMain li {
    padding: 0 0.3em;
  }
  .carousel__menulist--ahiMain li svg {
    width: 12px;
    height: auto;
  }

  .carousel__image--ahiMain {
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    transform: translate(-50%, 0) !important;
  }

  .header--ahiMain {
    background-color: #e0bc88 !important;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .ahiMain_carousel {
    height: 100%;
  }

  .carousel__menu--ahiMain {
    right: 0;
    bottom: 1em !important;
  }

  .carousel__image--ahiMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
@media (min-width: 1441px) {
  .ahiMain_carousel {
    height: 100%;
  }

  .carousel__menu--ahiMain {
    right: 0;
    bottom: 1em !important;
  }

  .carousel__image--ahiMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
.ahiLinha {
  background-image: url(../images/ahi/ahi_triangulo_detalhe.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 80%;
}

.ahiLinha__info {
  display: flex;
}

.ahiLinha__infodestaque {
  box-sizing: border-box;
}

.ahiLinha__infotitle {
  width: 100%;
  margin-bottom: 2em;
  line-height: 1.6;
}

.ahiLinha__infoimage {
  width: 100%;
}

.ahiLinha__images {
  display: flex;
  padding-bottom: 5em;
}

.ahiLinha__imagesimage {
  border: 2px solid #f1f1f1;
}

.ahiLinha__imagesinfo {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ahiLinha__imagestext {
  line-height: 1.8;
}

.ahiLinha__imagesinfoimage {
  border: 2px solid #f1f1f1;
}

.ahiImage {
  width: 100%;
}

.ahiImage__image {
  width: 100%;
}

@media (min-width: 0) and (max-width: 768px) {
  .ahi__linha {
    margin-top: 2em;
  }

  .ahiLinha__info {
    flex-direction: column;
    padding: 5em 5%;
  }

  .ahiLinha__infodestaque {
    width: 100%;
    padding-right: 0;
  }

  .ahiLinha__imagestext {
    width: 100%;
  }

  .ahiLinha__infologo {
    width: 90%;
    padding-bottom: 2em;
  }

  .ahiLinha__logo {
    float: none;
    margin-right: 0;
  }

  .ahiLinha__images {
    flex-direction: column;
  }

  .ahiLinha__imagesimage {
    width: 100%;
  }

  .ahiLinha__imagesinfo {
    width: 90%;
    padding: 0 5%;
  }

  .ahiLinha__imagestext {
    color: #1c1c1c;
    padding: 2em 0;
  }

  .ahiLinha__imagesinfoimage {
    margin-bottom: 2em;
    width: 100%;
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .ahiLinha__info {
    flex-direction: row;
    padding: 10em 0;
  }

  .ahiLinha__infodestaque {
    width: 50%;
    padding-right: 20%;
  }

  .ahiLinha__imagestext {
    width: 60%;
  }

  .ahiLinha__infologo {
    width: 50%;
  }

  .ahiLinha__logo {
    float: right;
    margin-right: 2em;
  }

  .ahiLinha__images {
    flex-direction: row;
  }

  .ahiLinha__imagesimage {
    width: 70%;
  }

  .ahiLinha__imagesinfo {
    width: 23%;
    padding: 0 3%;
  }

  .ahiLinha__imagestext {
    color: #f1f1f1;
  }

  .ahiLinha__imagesinfoimage {
    margin-bottom: 5em;
  }
}
@media (min-width: 1441px) {
  .ahiLinha__info {
    flex-direction: row;
    padding: 10em 0;
  }

  .ahiLinha__infodestaque {
    width: 50%;
    padding-right: 20%;
  }

  .ahiLinha__imagestext {
    width: 40%;
  }

  .ahiLinha__infologo {
    width: 50%;
  }

  .ahiLinha__logo {
    float: right;
    margin-right: 2em;
  }

  .ahiLinha__images {
    flex-direction: row;
  }

  .ahiLinha__imagesimage {
    width: 70%;
  }

  .ahiLinha__imagesinfo {
    width: 23%;
    padding: 0 3%;
  }

  .ahiLinha__imagestext {
    color: #f1f1f1;
  }

  .ahiLinha__imagesinfoimage {
    margin-bottom: 5em;
  }
}
.ahiDiferenciais__list {
  display: flex;
  justify-content: space-between;
}

.ahiDiferenciais__item {
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
}

.ahiDiferenciais__icon {
  min-height: 8em;
  display: flex;
  align-items: center;
}

.ahiDiferenciais__title {
  padding-bottom: 1em;
}

.ahiDiferenciais__text {
  width: 90%;
  line-height: 1.6;
}

@media (min-width: 0) and (max-width: 768px) {
  .ahiDiferenciais__list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2em;
  }

  .ahiDiferenciais__item {
    width: 50%;
    padding: 1em;
    box-sizing: border-box;
  }

  .ahiDiferenciais__icon {
    width: 3em;
    height: auto !important;
    display: flex;
    align-items: center;
  }
  .ahiDiferenciais__icon:nth-child(3) {
    width: 2em !important;
  }
  .ahiDiferenciais__icon img {
    width: 100%;
    height: auto;
  }

  .ahiDiferenciais__icon--qualidade {
    width: 55px !important;
  }

  .ahiDiferenciais__icon--material {
    width: 60px !important;
  }

  .ahiDiferenciais__icon--detalhes {
    width: 40px !important;
  }

  .ahiDiferenciais__title {
    font-size: 0.8em;
  }

  .ahiDiferenciais__text {
    font-size: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .ahiDiferenciais__list {
    flex-direction: row;
  }

  .ahiDiferenciais {
    padding: 5em 3%;
  }

  .ahiDiferenciais__item {
    width: 25%;
    padding: 0 6%;
  }
}
@media (min-width: 1441px) {
  .ahiDiferenciais__list {
    flex-direction: row;
  }

  .ahiDiferenciais {
    padding: 5em 10%;
  }

  .ahiDiferenciais__item {
    width: 25%;
    padding: 0 5%;
  }
}
.ahiGallery__row {
  position: relative;
  display: flex;
  padding: 2em 0;
  justify-content: space-between;
}
.ahiGallery__row div {
  position: relative;
}
.ahiGallery__row div img {
  width: 100%;
  height: auto;
}

.ahiGallery__image1 {
  width: 64%;
}

.ahiGallery__image2 {
  width: 34%;
}

.ahiGallery__image3 {
  width: 32%;
}

.ahiGallery__image4 {
  width: 60%;
}

.ahiGallery__image5 {
  width: 60%;
}

.ahiGallery__image6 {
  width: 32%;
}

.carousel__content--asiMain {
  position: relative;
}

@media (min-width: 0) and (max-width: 768px) {
  .asiMain_carousel {
    height: auto;
  }

  .carousel--asiMain {
    top: 70px !important;
  }

  .carousel__menulist--asiMain li svg {
    width: 12px;
    height: auto;
  }

  .carousel__image--asiMain {
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    transform: translate(-50%, 0) !important;
  }

  .header--asiMain {
    background-color: #ffffff !important;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .asiMain_carousel {
    height: 100%;
  }

  .carousel__image--asiMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
@media (min-width: 1441px) {
  .asiMain_carousel {
    height: 100%;
  }

  .carousel__image--asiMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
.asi__linha {
  margin-top: 5em;
}

.asiLinha__row {
  display: flex;
}

.asiLinha__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.asiLinha__image img {
  height: auto;
}

.asiLinha__info {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.asiLinha__logo {
  padding-bottom: 2em;
  width: 150px;
  height: auto;
}

.asiLinha__destaquetitle {
  width: 60%;
  line-height: 1.8;
}

@media (min-width: 0) and (max-width: 768px) {
  .asiLinha__row {
    flex-direction: column;
  }

  .asiLinha__image {
    padding-top: 2em;
    width: 100%;
  }
  .asiLinha__image img {
    width: 100%;
  }

  .asiLinha__info {
    width: 100%;
    padding: 2em 10%;
  }

  .asiLinha__destaquetitle {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .asiLinha__row {
    flex-direction: row;
  }

  .asiLinha__image {
    width: 50%;
  }
  .asiLinha__image img {
    width: 60%;
  }

  .asiLinha__info {
    width: 50%;
    padding: 10%;
  }
}
@media (min-width: 1441px) {
  .asiLinha__row {
    flex-direction: row;
  }

  .asiLinha__image {
    width: 50%;
  }
  .asiLinha__image img {
    width: 60%;
  }

  .asiLinha__info {
    width: 50%;
    padding: 10%;
  }
}
.asiDiferenciais__list {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.asiDiferenciais__item {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.asiDiferenciais__icon {
  height: 7em;
}

.asiDiferenciais__title {
  margin-bottom: 1em;
}

.asiDiferenciais__text {
  line-height: 1.8;
}

@media (min-width: 0) and (max-width: 768px) {
  .asiDiferenciais__list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10%;
    box-sizing: border-box;
  }

  .asiDiferenciais__item {
    padding: 2em 1em;
    width: 50%;
    box-sizing: border-box;
  }

  .asiDiferenciais__icon {
    height: 5em !important;
    display: flex;
    align-items: center;
  }
  .asiDiferenciais__icon img {
    width: 100%;
    height: auto;
  }

  .asiDiferenciais__icon--qualidade {
    width: 55px !important;
  }

  .asiDiferenciais__icon--material {
    width: 60px !important;
  }

  .asiDiferenciais__icon--detalhes {
    width: 50px !important;
  }

  .asiDiferenciais__icon--cores {
    width: 40px !important;
  }

  .asiDiferenciais__icon--garantia {
    width: 40px !important;
  }

  .asiDiferenciais__title {
    font-size: 0.8em;
  }

  .asiDiferenciais__text {
    font-size: 0.7em;
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .asiDiferenciais__list {
    padding: 5em 5% 5em 8%;
  }

  .asiDiferenciais__item {
    padding: 0 2em;
    width: 20%;
  }
}
@media (min-width: 1441px) {
  .asiDiferenciais__list {
    padding: 5em 10%;
  }

  .asiDiferenciais__item {
    padding: 0 5em;
    width: 20%;
  }
}
.asiImage {
  width: 100%;
}

.asiImage--center {
  padding: 20%;
  box-sizing: border-box;
}

.asiImage__image {
  width: 100%;
}

.asiGallery__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2em;
}
.asiGallery__row div img {
  width: 100%;
  height: auto !important;
}

.asiGallery__image1 {
  width: 63%;
}

.asiGallery__info {
  position: relative;
}

.asiGallery__image2 {
  width: 100%;
}

.asiGallery__text {
  margin-top: 2em;
  line-height: 1.8;
}

.asiGallery__image3 {
  width: 70%;
  padding: 0 5%;
  box-sizing: border-box;
}

.asiGallery__image4 {
  width: 29%;
}

@media (min-width: 0) and (max-width: 768px) {
  .asiGallery__image1 {
    display: none;
  }

  .asiGallery__info {
    width: 90%;
    padding: 2em 5%;
  }

  .asiGallery__text {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .asiGallery__image1 {
    display: initial;
  }

  .asiGallery__info {
    width: 32%;
  }

  .asiGallery__text {
    width: 40%;
  }
}
@media (min-width: 1441px) {
  .asiGallery__image1 {
    display: initial;
  }

  .asiGallery__info {
    width: 32%;
  }

  .asiGallery__text {
    width: 40%;
  }
}
.carousel__content--aunMain {
  position: relative;
}

@media (min-width: 0) and (max-width: 768px) {
  .aunMain_carousel {
    height: auto;
  }

  .carousel--aunMain {
    top: 70px !important;
  }

  .carousel__menulist--aunMain li svg {
    width: 12px;
    height: auto;
  }

  .carousel__image--aunMain {
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    transform: translate(-50%, 0) !important;
  }

  .header--aunMain {
    background-color: #ada9ad !important;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .aunMain_carousel {
    height: 100%;
  }

  .carousel__image--aunMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
@media (min-width: 1441px) {
  .aunMain_carousel {
    height: 100%;
  }

  .carousel__image--aunMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
.aun__image {
  margin-top: 5em;
}

.aunImage {
  width: 100%;
  padding: 2em 0;
}

.aunImage__image {
  width: 100%;
}

.aunLinha {
  background-image: url("../images/aun/aun_triangulo_detalhe.svg");
  background-repeat: no-repeat;
}

.aunLinha__row {
  display: flex;
}

.aunLinha__info {
  box-sizing: border-box;
}

.aunLinha__logo {
  padding-bottom: 2em;
}

.aunLinha__destaquetitle {
  line-height: 1.8;
}

@media (min-width: 0) and (max-width: 768px) {
  .aunLinha {
    background-size: 40%;
  }

  .aunLinha__row {
    flex-direction: column;
  }

  .aunLinha__info {
    width: 100%;
    padding: 2em 10%;
  }

  .aunLinha__image1 {
    width: 100%;
  }

  .aunLinha__logo {
    width: 50%;
    padding-left: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .aunLinha {
    background-size: 80%;
  }

  .aunLinha__row {
    flex-direction: row;
  }

  .aunLinha__info {
    width: 50%;
    padding: 20% 10% 0 23%;
  }

  .aunLinha__image1 {
    width: 50%;
  }
}
@media (min-width: 1441px) {
  .aunLinha {
    background-size: 80%;
  }

  .aunLinha__row {
    flex-direction: row;
  }

  .aunLinha__info {
    width: 50%;
    padding: 20% 10% 0 23%;
  }

  .aunLinha__image1 {
    width: 50%;
  }
}
.aunLinha__image {
  width: 100%;
  height: auto !important;
}

@media (min-width: 0) and (max-width: 768px) {
  .aunLinha__image2 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .aunLinha__image2 {
    width: 50%;
  }
}
@media (min-width: 1441px) {
  .aunLinha__image2 {
    width: 50%;
  }
}
.aunDiferenciais {
  width: 100%;
}

.aunDiferenciais__list {
  display: flex;
  justify-content: space-between;
}

.aunDiferenciais__item {
  position: relative;
  box-sizing: border-box;
}

.aunDiferenciais__icon {
  min-height: 8em;
  display: flex;
  align-items: center;
}

.aunDiferenciais__title {
  padding-bottom: 1em;
}

.aunDiferenciais__text {
  width: 100%;
  line-height: 1.6;
}

@media (min-width: 0) and (max-width: 768px) {
  .aun__diferenciais {
    width: 100%;
  }

  .aunDiferenciais__list {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1em 5%;
  }

  .aunDiferenciais__item {
    width: 50%;
    flex-grow: 0;
    padding: 1em;
  }

  .aunDiferenciais__icon {
    width: 3em !important;
    height: 5em !important;
    display: flex;
    align-items: center;
  }
  .aunDiferenciais__icon:nth-child(3) {
    width: 2em !important;
  }
  .aunDiferenciais__icon img {
    width: 100%;
    height: auto;
  }

  .aunDiferenciais__icon--qualidade {
    width: 55px !important;
  }

  .aunDiferenciais__icon--material {
    width: 60px !important;
  }

  .aunDiferenciais__icon--detalhes {
    width: 50px !important;
  }

  .aunDiferenciais__icon--cores {
    width: 40px !important;
  }

  .aunDiferenciais__icon--garantia {
    width: 40px !important;
  }

  .aunDiferenciais__title {
    font-size: 0.8em;
  }

  .aunDiferenciais__text {
    font-size: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .aun__diferenciais {
    width: 50%;
  }

  .aunDiferenciais__list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .aunDiferenciais__item {
    width: 50%;
    flex-grow: 1;
    padding: 5% 10% 0 10%;
  }
}
@media (min-width: 1441px) {
  .aun__diferenciais {
    width: 50%;
  }

  .aunDiferenciais__list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .aunDiferenciais__item {
    width: 50%;
    flex-grow: 1;
    padding: 10%;
  }
}
.aunImage {
  width: 100%;
}

.aunImage__image {
  width: 100%;
  height: auto !important;
  z-index: 1;
}

.aunImage__text {
  z-index: 10;
  line-height: 1.8;
}

@media (min-width: 0) and (max-width: 768px) {
  .aunImage__text {
    width: 80%;
    max-width: auto;
    position: relative;
    top: 0;
    right: 0;
    padding: 2em 10%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .aunImage__text {
    width: 20%;
    max-width: 150px;
    position: absolute;
    top: 5em;
    right: 3em;
  }
}
@media (min-width: 1441px) {
  .aunImage__text {
    width: 20%;
    max-width: 230px;
    position: absolute;
    top: 5em;
    right: 3em;
  }
}
.aun__gallery div {
  position: relative;
}
.aun__gallery div img {
  width: 100%;
  height: auto;
}

.aunGallery {
  display: flex;
}

.aunGallery__image1 {
  box-sizing: content-box;
  width: 35%;
  padding: 5%;
}

.aunGallery__image2 {
  width: 60%;
}

.carousel__content--hoyMain {
  position: relative;
}

@media (min-width: 0) and (max-width: 768px) {
  .hoyMain_carousel {
    height: auto;
  }

  .carousel--hoyMain {
    top: 70px !important;
  }

  .carousel__menulist--hoyMain li svg {
    width: 12px;
    height: auto;
  }

  .carousel__image--hoyMain {
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    transform: translate(-50%, 0) !important;
  }

  .header--hoyMain {
    background-color: #ac8b71 !important;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .hoyMain_carousel {
    height: 100%;
  }

  .carousel__image--hoyMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
@media (min-width: 1441px) {
  .hoyMain_carousel {
    height: 100%;
  }

  .carousel__image--hoyMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
.hoyLinha {
  background-image: url("../images/hoy/hoy_triangulo_detalhe.svg");
  background-repeat: no-repeat;
}

.hoyLinha__row {
  display: flex;
}

.hoyLinha__logo {
  box-sizing: border-box;
}

.hoyLinha__info {
  box-sizing: border-box;
}

.hoyLinha__destaquetitle {
  padding-bottom: 2em;
  line-height: 1.8;
}

@media (min-width: 0) and (max-width: 768px) {
  .hoy__linha {
    margin-top: 5em;
  }

  .hoyLinha {
    background-size: 20%;
    margin-top: 2em;
  }

  .hoyLinha__row {
    flex-direction: column;
  }

  .hoyLinha__logo {
    padding: 1em 0 1em 40%;
  }
  .hoyLinha__logo img {
    width: 60% !important;
  }

  .hoyLinha__info {
    width: 100%;
    padding: 0 10%;
  }

  .hoyLinha__destaquetitle {
    width: 100%;
  }

  .hoyLinha__image {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .hoyLinha__row {
    flex-direction: row;
  }

  .hoyLinha__logo {
    width: 50%;
    padding: 15% 0 0 30%;
  }

  .hoyLinha__info {
    width: 50%;
    padding: 5% 0 0 0;
  }

  .hoyLinha__destaquetitle {
    width: 80%;
  }

  .hoyLinha__image {
    width: 80%;
  }
}
@media (min-width: 1441px) {
  .hoyLinha__row {
    flex-direction: row;
  }

  .hoyLinha__logo {
    width: 50%;
    padding: 15% 0 0 30%;
  }

  .hoyLinha__info {
    width: 50%;
    padding: 5% 0 0 0;
  }

  .hoyLinha__destaquetitle {
    width: 80%;
  }

  .hoyLinha__image {
    width: 80%;
  }
}
.hoyDiferenciais__list {
  display: flex;
  justify-content: space-between;
}

.hoyDiferenciais__item {
  position: relative;
  box-sizing: border-box;
}

.hoyDiferenciais__icon {
  min-height: 8em;
  display: flex;
  align-items: center;
}

.hoyDiferenciais__title {
  padding-bottom: 1em;
}

.hoyDiferenciais__text {
  width: 100%;
  line-height: 1.6;
}

@media (min-width: 0) and (max-width: 768px) {
  .hoyDiferenciais__list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 2em 1em;
  }

  .hoyDiferenciais__item {
    width: 50%;
    flex-grow: 0;
    padding: 1em;
  }

  .hoyDiferenciais__icon {
    width: 3em !important;
    height: 5em !important;
    display: flex;
    align-items: center;
  }
  .hoyDiferenciais__icon:nth-child(3) {
    width: 2em !important;
  }
  .hoyDiferenciais__icon img {
    width: 100%;
    height: auto;
  }

  .hoyDiferenciais__icon--qualidade {
    width: 55px !important;
  }

  .hoyDiferenciais__icon--material {
    width: 60px !important;
  }

  .hoyDiferenciais__icon--detalhes {
    width: 50px !important;
  }

  .hoyDiferenciais__icon--cores {
    width: 40px !important;
  }

  .hoyDiferenciais__icon--garantia {
    width: 40px !important;
  }

  .hoyDiferenciais__title {
    font-size: 0.8em;
  }

  .hoyDiferenciais__text {
    width: 90% !important;
    font-size: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .hoyDiferenciais {
    padding: 5em 3%;
  }

  .hoyDiferenciais__list {
    flex-direction: row;
  }

  .hoyDiferenciais__item {
    width: 25%;
    padding: 0 6%;
  }
}
@media (min-width: 1441px) {
  .hoyDiferenciais {
    padding: 5em 10%;
  }

  .hoyDiferenciais__list {
    flex-direction: row;
  }

  .hoyDiferenciais__item {
    width: 25%;
    padding: 0 5%;
  }
}
.hoyImage {
  width: 100%;
}

.hoyImage__image {
  width: 100%;
}

.hoyGallery__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
}
.hoyGallery__row div {
  position: relative;
}
.hoyGallery__row div img {
  width: 100%;
  height: auto;
}

.hoyGallery__info {
  position: relative;
}

.hoyGallery__image2 {
  width: 100%;
  padding-bottom: 2em;
}

.hoyGallery__text {
  line-height: 1.8;
}

.hoyGallery__image3 {
  width: 60%;
}

.hoyGallery__image4 {
  width: 33%;
}

.hoyGallery__image5 {
  position: relative;
  width: 40%;
}
.hoyGallery__image5 img {
  position: absolute;
  width: 60% !important;
  top: 0;
  right: 5%;
}

.hoyGallery__image6 {
  width: 60%;
}

@media (min-width: 0) and (max-width: 768px) {
  .hoyGallery__image1 {
    display: none;
  }

  .hoyGallery__info {
    width: 100%;
    padding: 2em 10%;
  }

  .hoyGallery__text {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .hoyGallery__image1 {
    width: 30%;
    padding: 0 5%;
    display: initial;
  }

  .hoyGallery__info {
    width: 60%;
  }

  .hoyGallery__text {
    width: 60%;
  }
}
@media (min-width: 1441px) {
  .hoyGallery__image1 {
    width: 30%;
    padding: 0 5%;
    display: initial;
  }

  .hoyGallery__info {
    width: 60%;
  }

  .hoyGallery__text {
    width: 60%;
  }
}
.carousel__content--masMain {
  position: relative;
}

@media (min-width: 0) and (max-width: 768px) {
  .masMain_carousel {
    height: auto;
  }

  .carousel--masMain {
    top: 70px !important;
  }

  .carousel__menulist--masMain li svg {
    width: 12px;
    height: auto;
  }

  .carousel__image--masMain {
    display: block;
    margin: 0 auto;
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    transform: translate(-50%, 0) !important;
  }

  .header--masMain {
    background-color: #445845 !important;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .masMain_carousel {
    height: 100%;
  }

  .carousel__image--masMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
@media (min-width: 1441px) {
  .masMain_carousel {
    height: 100%;
  }

  .carousel__image--masMain {
    display: block;
    height: auto !important;
    width: 100% !important;
  }
}
.mas__linha {
  margin-top: 5em;
}

.masLinha {
  background-image: url("../images/mas/mas_triangulo_detalhe.svg");
  background-repeat: no-repeat;
  background-size: 30%;
}

.masLinha__row {
  display: flex;
}

.masLinha__info {
  box-sizing: border-box;
}

.masLinha__logo {
  padding-bottom: 2em;
}

.masLinha__destaquetitle {
  line-height: 1.8;
}

.masLinha__image1 {
  width: 100%;
}

.masLinha__image2 {
  width: 100%;
}

.masLinha__text {
  line-height: 1.8;
}

@media (min-width: 0) and (max-width: 768px) {
  .masLinha {
    padding-top: 3em;
  }

  .masLinha__row {
    flex-direction: column;
  }

  .masLinha__image {
    width: 100%;
    padding: 1em 0;
  }

  .masLinha__info {
    width: 100%;
    padding: 2em 10%;
  }

  .masLinha__logo {
    width: 60%;
  }

  .masLinha__destaquetitle {
    width: 100%;
  }

  .masLinha__text {
    padding: 2em 10%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .masLinha {
    padding-top: 7em;
  }

  .masLinha__row {
    flex-direction: row;
  }

  .masLinha__info {
    width: 50%;
    padding: 15% 0 0 17%;
  }

  .masLinha__image {
    width: 50%;
  }

  .masLinha__destaquetitle {
    width: 60%;
  }

  .masLinha__text {
    padding: 1em 0 3em 50%;
  }
}
@media (min-width: 1441px) {
  .masLinha {
    padding-top: 7em;
  }

  .masLinha__row {
    flex-direction: row;
  }

  .masLinha__info {
    width: 50%;
    padding: 15% 0 0 17%;
  }

  .masLinha__image {
    width: 50%;
  }

  .masLinha__destaquetitle {
    width: 60%;
  }

  .masLinha__text {
    padding: 1em 0 3em 50%;
  }
}
.masDiferenciais__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.masDiferenciais__item {
  position: relative;
  box-sizing: border-box;
}

.masDiferenciais__icon {
  min-height: 8em;
  display: flex;
  align-items: center;
}

.masDiferenciais__title {
  padding-bottom: 1em;
}

.masDiferenciais__text {
  width: 100%;
  line-height: 1.6;
}

@media (min-width: 0) and (max-width: 768px) {
  .mas__diferenciais {
    width: 100%;
  }

  .masDiferenciais__list {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1em;
  }

  .masDiferenciais__item {
    width: 50%;
    flex-grow: 0;
    padding: 0 1em;
  }

  .masDiferenciais__icon {
    width: 3em !important;
    height: 5em !important;
    display: flex;
    align-items: center;
  }
  .masDiferenciais__icon:nth-child(3) {
    width: 2em !important;
  }
  .masDiferenciais__icon img {
    width: 100%;
    height: auto;
  }

  .masDiferenciais__icon--qualidade {
    width: 55px !important;
  }

  .masDiferenciais__icon--material {
    width: 60px !important;
  }

  .masDiferenciais__icon--detalhes {
    width: 50px !important;
  }

  .masDiferenciais__icon--cores {
    width: 40px !important;
  }

  .masDiferenciais__icon--garantia {
    width: 40px !important;
  }

  .masDiferenciais__title {
    font-size: 0.8em;
  }

  .masDiferenciais__text {
    font-size: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .mas__diferenciais {
    width: 50%;
  }

  .masDiferenciais__list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .masDiferenciais__item {
    width: 50%;
    flex-grow: 1;
    padding: 5% 10% 0 10%;
  }
}
@media (min-width: 1441px) {
  .mas__diferenciais {
    width: 50%;
  }

  .masDiferenciais__list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .masDiferenciais__item {
    width: 50%;
    flex-grow: 1;
    padding: 10%;
  }
}
.masImage {
  width: 100%;
  padding: 0;
}

.masImage__image1 {
  width: 100%;
}

.masImage__image2 {
  width: 100%;
}

.mas__legend {
  padding: 2em 5%;
}

.mas__legendtext {
  color: #f1f1f1;
  line-height: 1.6;
}

@media (min-width: 0) and (max-width: 768px) {
  .mas__legend {
    background-color: #445845;
  }

  .mas__legendtext {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .mas__legend {
    background-color: transparent;
    min-height: 1em;
  }

  .mas__legendtext {
    display: none;
  }
}
.politicasMain {
  padding: 10em 10% 5em 10%;
}

.politicas__title {
  font-size: 1.2em;
  color: #BE1E2D;
  margin-bottom: 2em;
  font-weight: 700;
}

.politicas__text {
  font-size: 1em;
  line-height: 1.6;
}

.politicas__text--number {
  color: #BE1E2D;
}

.politicas__text--spacing {
  margin-bottom: 2em;
}

.politicas__text--bold {
  font-weight: 700;
}

.politicas__list {
  list-style-position: inside;
}
.politicas__list li {
  list-style: outside;
  margin-left: 20px;
  line-height: 1.6;
}

.politicas__list--roman li {
  list-style-type: upper-roman;
}

.headerMenu__item {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  cursor: pointer;
  color: #1c1c1c;
  transition: 0.2s color;
}
.headerMenu__item:hover {
  color: #BE1E2D;
}

.headerMenu__list {
  pointer-events: visible;
}

.headerMenu__list--show {
  display: flex !important;
}

@media (min-width: 0) and (max-width: 768px) {
  .headerMenu {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    height: 100vh;
  }

  .headerMenu__list {
    flex-direction: column;
    background-color: #BE1E2D;
    display: none;
    width: 50%;
    height: 100%;
  }

  .headerMenu__item {
    padding: 1.5em;
  }
  .headerMenu__item:hover {
    color: #921723 !important;
  }

  .headerMenu__button {
    display: block;
    pointer-events: visible;
    z-index: 70;
    margin-bottom: 1em;
    margin-right: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .headerMenu {
    background-color: initial;
    display: initial;
  }

  .headerMenu__list {
    align-items: center;
    flex-direction: row;
    display: flex;
    margin-top: -1em;
  }

  .headerMenu__item {
    padding: 1.8em 1em 0 1em;
  }

  .headerMenu__button {
    display: none;
  }
}
@media (min-width: 1441px) {
  .headerMenu {
    background-color: initial;
    display: initial;
  }

  .headerMenu__list {
    align-items: center;
    flex-direction: row;
    display: flex;
    margin-top: -1em;
  }

  .headerMenu__item {
    padding: 1.8em 1em 0;
  }

  .headerMenu__button {
    display: none;
  }
}
.headerCollapse {
  pointer-events: none;
}

.headerCollapse__list {
  padding: 0.5em;
  display: flex;
  box-sizing: border-box;
}

.headerCollapse__item {
  position: relative;
  padding: 0.3em 0.5em;
  font-size: 1.2em;
  pointer-events: visible;
}
.headerCollapse__item a {
  pointer-events: visible;
  color: #1c1c1c;
  transition: 0.2s color;
}
.headerCollapse__item--colorAsi {
  color: #f1f1f1 !important;
}
.headerCollapse__item--colorAsi a {
  color: #f1f1f1 !important;
}

.headerCollapse__bar {
  color: #BE1E2D;
}

.headerCollapse__line {
  position: absolute;
  height: 1px;
  width: 60%;
  margin-left: 10%;
  background-color: #BE1E2D;
}

@media (min-width: 0) and (max-width: 768px) {
  .headerCollapse {
    width: 100%;
  }

  .headerCollapse__list {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 75%;
  }

  .headerCollapse__bar {
    color: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .headerCollapse {
    width: auto;
    padding: 0 0 0 23em;
  }

  .headerCollapse__list {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1441px) {
  .headerCollapse {
    width: auto;
    padding: 0 0 0 30em;
  }

  .headerCollapse__list {
    flex-direction: row;
    align-items: center;
  }
}
header {
  z-index: 50;
}

.header {
  position: relative;
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
}

.header__logotipo {
  position: relative;
}
.header__logotipo img {
  width: 100%;
  height: auto;
}

.header__menu {
  position: absolute;
  padding: 1em 0;
  pointer-events: none;
}

.header__collapse {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  pointer-events: none;
}

.header__collapse--show {
  display: block;
}

@media (min-width: 0) and (max-width: 768px) {
  .header {
    padding: 1em 0;
    flex-direction: row;
    background-color: #BE1E2D;
  }

  .header__logotipo {
    left: 5%;
    max-width: 25%;
  }

  .header__menu {
    top: 0;
    right: 0;
    width: 100%;
    height: 300px;
  }

  .header__collapse {
    margin-top: 7em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .header {
    padding: 1em 0;
    flex-direction: row;
  }

  .header__logotipo {
    left: 10%;
    max-width: 9%;
  }

  .header__menu {
    left: 20%;
  }

  .header__collapse {
    margin-top: 4em;
  }
}
@media (min-width: 1441px) {
  .header {
    padding: 1em 0;
    flex-direction: row;
  }

  .header__logotipo {
    left: 10%;
    max-width: 9%;
  }

  .header__menu {
    left: 20%;
  }

  .header__collapse {
    margin-top: 4em;
  }
}
.footer {
  background-color: #BE1E2D;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  background-color: #BE1E2D;
}

@media (min-width: 0) and (max-width: 768px) {
  .footer {
    padding: 3em 1em;
  }

  .footer__info {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .footer {
    padding: 5em;
  }

  .footer__info {
    flex-direction: row;
  }
}
@media (min-width: 1441px) {
  .footer {
    padding: 5em;
  }

  .footer__info {
    flex-direction: row;
  }
}
.footer__logo {
  width: 100px;
  height: auto;
  margin-bottom: 2em;
}

.footer__address {
  padding: 1em 0 0 3em;
}

.footer__addresstext {
  padding-bottom: 0.8em;
  color: #f1f1f1;
  line-height: 1.6;
}
.footer__addresstext a {
  color: #f1f1f1;
  text-decoration: underline;
  transition: 0.2s all;
}
.footer__addresstext a:hover {
  color: #1c1c1c;
}

@media (min-width: 0) and (max-width: 768px) {
  .footer__logo {
    padding: 1em 0 0 2em;
  }

  .footer__contato {
    width: 80%;
    margin: 1em 0 0 2em;
    box-sizing: border-box;
  }

  .footer__addresstext {
    max-width: 90% !important;
    font-size: 0.8em;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .footer__contato {
    width: 35%;
  }

  .footer__addresstext {
    max-width: 80% !important;
    font-size: 1em;
  }
}
@media (min-width: 1441px) {
  .footer__contato {
    width: 35%;
  }

  .footer__addresstext {
    max-width: 80% !important;
  }
}
.footer__menu {
  width: 25%;
}

.footer__menulist {
  padding: 1em 0 0 3em;
}

.footer__menuitem {
  padding-bottom: 0.8em;
}
.footer__menuitem a {
  color: #f1f1f1;
  transition: 0.2s all;
}
.footer__menuitem a:hover {
  color: #1c1c1c;
}

@media (min-width: 0) and (max-width: 768px) {
  .footer__menu {
    width: 50%;
    margin: 1em 0 0 2em;
  }
}
.footer__cadastrotitle {
  max-width: 5em;
  text-align: right;
}

.footer__campos {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0 0 3em;
}
.footer__campos fieldset {
  position: relative;
}
.footer__campos fieldset input {
  position: relative;
  height: 25px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #f1f1f1;
  color: #f1f1f1;
  padding: 0.6em;
}
.footer__campos fieldset input:focus {
  outline: 0;
  background-color: rgba(241, 241, 241, 0.1);
}
.footer__campos fieldset label {
  display: block;
  padding-bottom: 0.8em;
  color: #f1f1f1;
}

.fieldset_textarea textarea {
  width: 100% !important;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #f1f1f1;
  color: #f1f1f1;
  padding: 0.6em;
}
.fieldset_textarea textarea:focus {
  outline: 0;
  background-color: rgba(241, 241, 241, 0.1);
}

.footer__buttom {
  margin: 1em 0 0 4em;
  padding: 1em 3em;
  background-color: #1c1c1c;
  color: #f1f1f1;
  border: 0;
  cursor: pointer;
  transition: 0.2s all;
}
.footer__buttom:hover {
  box-shadow: 0 0 10px 0 rgba(28, 28, 28, 0.5);
}
.footer__buttom:focus {
  outline: 0;
}

.footer__containerpoliticas {
  display: flex;
  justify-content: space-between;
}

.footer__politicas a {
  color: #f1f1f1;
  text-decoration: none;
}
.footer__politicas a:hover {
  text-decoration: underline;
}

@media (min-width: 0) and (max-width: 768px) {
  .footer__cadastro {
    width: 80%;
    margin: 1em 0 0 2em;
  }

  .footer__campos fieldset {
    width: 100%;
  }
  .footer__campos fieldset input {
    width: 90%;
  }

  .fieldset_textarea {
    width: 85% !important;
  }

  .footer__containerpoliticas {
    flex-direction: column-reverse;
  }

  .footer__copywrite {
    padding: 0 2em 4em 6em;
  }
  .footer__copywrite p {
    line-height: 1.4;
  }

  .footer__politicas {
    padding: 4em 2em 4em 6em;
  }
  .footer__politicas a {
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .footer__cadastro {
    width: 40%;
  }

  .footer__campos fieldset {
    width: 40%;
  }
  .footer__campos fieldset input {
    width: 90%;
  }

  .fieldset_textarea {
    width: 80% !important;
  }

  .footer__containerpoliticas {
    flex-direction: row;
  }

  .footer__copywrite {
    padding: 5em 0;
  }

  .footer__politicas {
    padding: 5em 0;
  }
}
@media (min-width: 1441px) {
  .footer__cadastro {
    width: 40%;
  }

  .footer__campos fieldset {
    width: 40%;
  }
  .footer__campos fieldset input {
    width: 90%;
  }

  .fieldset_textarea {
    width: 80% !important;
  }

  .footer__containerpoliticas {
    flex-direction: row;
  }

  .footer__copywrite {
    padding: 5em 0;
  }

  .footer__politicas {
    padding: 5em 0;
  }
}
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 0) and (max-width: 768px) {
  .carousel {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .carousel {
    height: 100%;
    max-height: 100vh;
  }
}
@media (min-width: 1441px) {
  .carousel {
    height: 100%;
  }
}
.carousel__menu {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 20;
}

.carousel__menulist {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel__menuitem {
  padding: 0 5px;
}

.carousel__buttonimage {
  cursor: pointer;
  pointer-events: visible;
}
.carousel__buttonimage path {
  transition: 0.3s all;
}
.carousel__buttonimage path:hover {
  fill: #BE1E2D;
}

.carousel__buttonimage--active {
  fill: #BE1E2D !important;
}

.carousel__content {
  position: relative;
  padding: 0;
  height: 100%;
  transition: 1.2s all;
  z-index: 1;
  left: 0;
}

.carousel__list {
  display: flex;
  height: 100%;
}

.carousel__item {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

.carousel__itemmask {
  position: inherit;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.carousel__image {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  display: block;
}

@media (min-width: 0) and (max-width: 768px) {
  .carousel__itemmask {
    height: 100% !important;
  }

  .carousel__image {
    width: auto;
    height: 100%;
    top: 0 !important;
    transform: translate(-50%, 0) !important;
  }
}
@media (min-width: 768px) and (max-width: 1441px) {
  .carousel__image {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .carousel__image {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1920px) {
  .carousel__image {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=styles.css.map */
