@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* ! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

header {
  background-color: #fff;
}
header .header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
  z-index: 50;
}
header .header-wrap #mobIcon {
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
header .header-wrap #mobIcon span {
  width: 100%;
  height: 2px;
  background-color: #ff4f00;
  transform-origin: 0 100%;
  transition: 0.7s;
}
header .header-wrap #mobIcon.active span:nth-child(1) {
  transform: rotate(40deg);
}
header .header-wrap #mobIcon.active span:nth-child(2),
header .header-wrap #mobIcon.active span:nth-child(3) {
  transform: scale(0);
}
header .header-wrap #mobIcon.active span:nth-child(4) {
  transform: rotate(-42deg) translate(0px, 1px);
}
header .header-wrap .area-logo {
  text-align: center;
}
header .header-wrap .area-logo img {
  max-width: 144px;
}
header .header-wrap .menus {
  display: none;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
  width: 100%;
}
header .header-wrap .menus ul {
  list-style: none;
  text-align: center;
}
header .header-wrap .menus ul li {
  width: 100%;
}
header .header-wrap .menus a {
  text-decoration: none;
  color: #666666;
  width: 100%;
  display: block;
  text-align: left;
  margin: 8px 0;
  font-weight: 400;
}
header .header-wrap .menus .links svg {
  height: 15px;
  width: 15px;
  fill: #ff4f00;
}

@media (min-width: 1024px) {
  header {
    background: #fff;
    width: 100%;
    z-index: 50;
  }
  header .header-wrap {
    padding: 0px 0;
    flex-direction: row;
    justify-content: space-around;
  }
  header .header-wrap .area-logo {
    justify-self: flex-start;
  }
  header .header-wrap #mobIcon {
    display: none;
  }
  header .header-wrap .menus {
    width: auto;
    display: flex;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  header .header-wrap .menus .menu {
    display: flex;
    align-items: center;
  }
  header .header-wrap .menus ul {
    list-style: none;
  }
  header .header-wrap .menus ul li {
    display: inline;
    position: relative;
  }
  header .header-wrap .menus a {
    text-decoration: none;
    color: #666;
    margin: 0;
    width: auto;
    display: inline;
    font-size: 14px;
    transition: 0.5s color;
    font-weight: 500;
  }
  header .header-wrap .menus a:hover {
    color: #ff4f00;
  }
  header .header-wrap .menus .links {
    width: 290px;
    display: flex;
    margin-left: 30px;
  }
  header .header-wrap .menus .links svg {
    margin-right: 5px;
    width: 40px;
  }
  header .header-wrap .menus .links a,
  header .header-wrap .menus .links {
    margin: 0;
    text-align: left;
    display: flex;
    color: #666;
    align-items: center;
    /*font-size: 14px;*/
    font-size: 12px;
    line-height: 15px;
  }
}
header .header-wrap .menus .links span.telTop {
  position: absolute;
  /*margin: 40px 0 0 45px;*/
  margin: 20px 0 0 15px;
  font-size: 11px;
  font-weight: bold;
}

@media (min-width: 1150px) {
  header .header-wrap .menus a {
    font-size: 18px;
  }
}

.banner {
  width: 100%;
}
.banner .banner-wrap {
  width: 100%;
  /*height: 600px; */
}
.banner .banner-arrow {
  position: absolute;
  width: 95%;
  /* height: 1px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.banner .banner-arrow .slick-arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.7s;
  outline: none;
}
.banner .banner-arrow .slick-arrow svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  transition: 0.7s;
}
.banner .banner-arrow .slick-arrow i {
  font-size: 25px;
}
.banner .banner-arrow .slick-arrow:hover svg {
  fill: rgba(248, 248, 247, 0.8);
}
.banner .banner-arrow .banner-left {
  float: left;
}
.banner .banner-arrow .banner-right {
  float: right;
}
.banner .item {
  position: relative;
  /* height: 600px; */
  display: flex;
  justify-content: center;
}
.banner .item picture {
  display: block;
}
.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .item img.imagem-desk {
  display: none;
}
.banner .item img.logo_empreendimento_img {
  width: auto;
  max-height: 100px;
  /* margin-bottom: 1.5rem; */
  max-width: 80%;
  z-index: 2;
  position: relative;
}
.banner .item .conteudo {
  position: absolute;
  bottom: 0;
  bottom: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  margin-bottom: 0;
  /*left: 50%;
      transform: translateX(-50%);*/
  text-align: center;
  width: 100%;
  overflow: hidden;
  transform: translateY(49%);
}

.banner .item .conteudo .city {
  color: white;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
}
.banner .item .conteudo .ponto-de-referencia {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: bold;
  text-shadow: 1px 1px 8px #171717;
  margin-top: 0;
}
.banner .item .conteudo .vantagens {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 8px #171717;
  color: #fff;
}
.banner .item .conteudo .vantagens p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}
.banner .item .conteudo .vantagens .iconBanner img {
  height: 2rem;
  width: 2rem;
  fill: #fff;
  margin-top: 5px;
}
.banner .item .conteudo a.botao {
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #ffbf00;
}
.banner .item .conteudo .botao {
  display: none !important;
}

@media (min-width: 768px) {
  .banner .item img.imagem-mobile {
    display: none;
  }
  .banner .item img.imagem-desk {
    display: block;
  }
  .banner .item .conteudo {
    position: absolute;
    /* bottom: 0; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 3%;
    padding-right: 10%;
    box-sizing: border-box;
  }

  .banner .item .conteudo .ponto-de-referencia {
    font-size: 52px;
  }
  .banner .item .conteudo .vantagens {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    color: #fff;
  }
  .banner .item .conteudo .vantagens p {
    margin: 0 10px;
  }
}

section .header-section h1,
section .header-section h2,
section .header-section h3,
section .header-section h4 {
  position: relative;
  color: #ff4e00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
section .header-section h1::before,
section .header-section h2::before,
section .header-section h3::before,
section .header-section h4::before {
  content: "";
  height: 1px;
  width: 100%;
  max-width: 20px;
  background-color: #ff4e00;
  margin-right: 5px;
}
section .header-section h1::after,
section .header-section h2::after,
section .header-section h3::after,
section .header-section h4::after {
  content: "";
  height: 1px;
  width: 100%;
  max-width: 20px;
  background-color: #ff4e00;
  margin-left: 5px;
}

section .block-header {
  display: flex;
  justify-content: left;
  margin-bottom: 15px;
}
section .block-header .block-title {
  display: flex;
  align-items: center;
  color: #2b5189;
  font-size: 16px;
}
section .block-header .block-title img {
  margin-right: 5px;
}

@media only all and (max-width: 640px) {
  section .block-header {
    justify-content: center;
  }
}

section.filtro {
  background-color: #2b5189;
  padding: 25px 0;
}
section.filtro h1,
section.filtro h2,
section.filtro h3,
section.filtro h4 {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
section.filtro h1 strong,
section.filtro h2 strong,
section.filtro h3 strong,
section.filtro h4 strong {
  font-weight: 600;
  white-space: pre;
}
section.filtro form {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.filtro form .campo {
  position: relative;
}
section.filtro .filtro-btn {
  display: flex;
  background: #fff;
  padding: 0 12px 0;
  width: 6.55rem;
  margin-left: 17px;
  border-radius: 8px;
  height: 2.7rem;
  align-items: center;
  cursor: pointer;
}
section.filtro .filtro-btn-orange {
  display: flex;
  background: #eb5c2a;
  padding: 0 12px 0;
  width: 6.55rem;
  margin-left: 17px;
  border-radius: 8px;
  height: 2.7rem;
  align-items: center;
  cursor: pointer;
}
section.filtro .filtro-btn h1 {
  color: #ff4e00;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 auto;
  align-items: center;
  display: flex;
}
section.filtro .filtro-btn-orange h1 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 auto;
  align-items: center;
  display: flex;
}
section.filtro .filtro-btn img {
  height: 1.9rem;
}
section.filtro .filtro-btn-orange img {
  height: 1.9rem;
  filter: brightness(100);
}

@media only screen and (max-width: 1024px) {
  section.filtro .filtro-btn,
  section.filtro .filtro-btn-orange {
    width: 80%;
    height: 3.7rem;
    margin: 0 auto;
    margin-top: 15px;
  }

  section.filtro .filtro-btn h1,
  section.filtro .filtro-btn-orange h1 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 360px) {
  section.filtro .filtro-btn h1,
  section.filtro .filtro-btn-orange h1 {
    font-size: 1rem;
  }
}

section.filtro form .campo svg {
  position: absolute;
  left: 10px;
  top: 13px;
  fill: #ff4e00;
  width: 20px;
}
section.filtro form .campo select {
  color: #666666;
  width: 180px;
  margin-bottom: 20px;
  padding: 15px 10px;
  padding-left: 32px;
  border-radius: 5px;
  text-transform: uppercase;
  outline: none;
  font-size: 13px;
  height: 49px;
}

section.produtos .itens .produto {
  position: relative;
  margin-bottom: 30px;
}
section.produtos .itens .produto .flag {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #2b5189;
  color: #fff;
  padding: 8px 15px;
  z-index: 10;
  font-size: 13px;
  display: flex;
}
section.produtos .itens .produto .area-imagem {
  position: relative;
  height: 270px;
  width: 100%;
}
section.produtos .itens .produto .area-imagem::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
}
section.produtos .itens .produto .area-imagem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.produtos .itens .produto .area-imagem .conteudo {
  position: absolute;
  bottom: 0;
  display: flex;
  /*padding: 15px 25px;*/
  padding: 15px 0px 15px 0px;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
  /*justify-content: space-between; */
  background-color: rgba(0, 0, 0, 0.6);
}
section.produtos .itens .produto .area-imagem .conteudo .titulo {
  position: relative;
  color: #fff;
  /*font-size: 30px;*/
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 20px;
  line-height: 35px;
  margin-left: 25px;
}
section.produtos .itens .produto .area-imagem .conteudo .titulo::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  right: -10px;
  background-color: #ff4e00;
}
section.produtos .itens .produto .area-imagem .conteudo .zona {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
section.produtos .itens .produto .informacoes {
  padding: 20px;
  min-height: 326px;
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.48);
}
section.produtos .itens .produto .informacoes h1,
section.produtos .itens .produto .informacoes h2,
section.produtos .itens .produto .informacoes h3,
section.produtos .itens .produto .informacoes h4,
section.produtos .itens .produto .informacoes h5,
section.produtos .itens .produto .informacoes h6 {
  font-size: 16px;
  color: #ff4e00;
  font-weight: 600;
  margin-bottom: 5px;
}
section.produtos .itens .produto .informacoes p {
  position: relative;
  color: #666666;
  font-size: 14px;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
section.produtos .itens .produto .informacoes p.endereco {
  min-height: 90px;
}
section.produtos .itens .produto .informacoes p.endereco::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(190, 190, 190, 0.75),
    rgba(190, 190, 190, 0)
  );
}
section.produtos .itens .produto .informacoes .infos-adicionais {
  display: flex;
  flex-direction: column;
  position: relative;
}
section.produtos .itens .produto .informacoes .infos-adicionais::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(190, 190, 190, 0.75),
    rgba(190, 190, 190, 0)
  );
}
section.produtos .itens .produto .informacoes .infos-adicionais svg {
  width: 18px;
  margin-right: 5px;
  fill: #ff4e00;
}
/*section.produtos .itens .produto .informacoes .botoes {
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  bottom: 0;
}*/
section.produtos .itens .produto .informacoes .botoes a {
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
section.produtos .itens .produto .informacoes .botoes .saiba-mais {
  border: 1px solid #ff4e00;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #ff4e00;
  cursor: pointer;
  padding: 0;
  font-size: 20px;
  min-width: 160px;
  height: 40px;
  font-family: "Gotham Black", sans-serif;
  text-align: center;
  transition: background-color 0.35s, color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 1.5px;
}
section.produtos .itens .produto .informacoes .botoes .saiba-mais:hover,
section.produtos .itens .produto .informacoes .botoes .saiba-mais:active {
  background-color: transparent;
  color: #ff4e00;
}

section.produtos .itens .produto .informacoes .botoes .local {
  background-color: #dddddd;
  padding: 10px;
  text-transform: uppercase;
  color: #666666;
  border-radius: 5px;
}

section.contato-home .formulario {
  background-image: url("../images/sum-bg.png");
  background-repeat: no-repeat;
  background-position: 70% 60%;
}
section.contato-home .formulario form {
  text-align: center;
  padding: 40px;
  background-image: linear-gradient(to top, #f6f6f6, rgba(246, 246, 246, 0.2));
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.contato-home .formulario form .area-botao {
  max-width: 100%;
}
section.contato-home .formulario form input,
section.contato-home .formulario form select {
  color: #666;
  width: 300px;
  max-width: 90%;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  outline: none;
}

section.contato-home .formulario form select {
  text-overflow: ellipsis;
  text-align-last: center;
}
section.contato-home .formulario form input::placeholder {
  color: #999;
}
/* section.contato-home .formulario form input[type="submit"] {
        background-color: #ff4e00;
        padding: 10px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        border-radius: 5px;
        width: 140px;
        background-image: url("../images/botao-bg.png");
        background-repeat: no-repeat;
        background-position: right center; } */
section.contato-home .formulario form button[type="submit"] {
  border: 1px solid #ff4e00;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 7px;
  background-color: #ff4e00;
  cursor: pointer;
  padding: 6px 17px;
  font-size: 16px;
  width: 140px;
  font-family: "Gotham Book", sans-serif;
  text-align: center;
  transition: background-color 0.35s, color 0.3s;
  margin-bottom: 0;
  /* background-color: #ff4e00;
          padding: 10px;
          text-transform: uppercase;
          color: #fff;
          border-radius: 5px; 
        font-weight: 700; */
}
section.contato-home .formulario form button[type="submit"]:hover,
section.contato-home .formulario form button[type="submit"]:active {
  background-color: transparent;
  color: #ff4e00;
}

section.contato-home .contatos {
  margin-bottom: 30px;
}
section.contato-home .contatos .contatos-wrap {
  display: flex;
  flex-direction: column;
}
section.contato-home .contatos .contatos-wrap a {
  color: #666;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  padding: 18px 0;
}
section.contato-home .contatos .contatos-wrap a .num-tel {
  color: #999999;
  width: 100%;
  padding-left: 35px;
  margin-top: -8px;
}
section.contato-home .contatos .contatos-wrap a .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
section.contato-home .contatos .contatos-wrap a .icon.chat {
  background-color: #ff4f00;
}
section.contato-home .contatos .contatos-wrap a .icon.wpp {
  background-color: #59b200;
}
section.contato-home .contatos .contatos-wrap a .icon.telefone {
  background-color: #2b5189;
}
section.contato-home .contatos .contatos-wrap a .icon.telefone svg {
  width: 15px;
  height: 15px;
}
section.contato-home .contatos .contatos-wrap a .icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
section.contato-home .contatos .contatos-wrap a:last-child {
  border-bottom: none;
}

section.noticias .noticias-wrap .tv-vibra {
  margin-bottom: 30px;
}
section.noticias .noticias-wrap .tv-vibra .area-imagem {
  position: relative;
  width: 100%;
}
section.noticias .noticias-wrap .tv-vibra .area-imagem::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
  border: 1px solid #fff;
}
section.noticias .noticias-wrap .tv-vibra .area-imagem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.noticias .noticias-wrap .tv-vibra .area-imagem .conteudo {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 0 25px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
section.noticias .noticias-wrap .tv-vibra .area-imagem .conteudo .titulo {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
section.noticias
  .noticias-wrap
  .tv-vibra
  .area-imagem
  .conteudo
  .titulo::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  right: -10px;
  background-color: #ff4e00;
}
section.noticias .noticias-wrap .tv-vibra .area-imagem .conteudo .zona {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

section.noticias .noticias-wrap .novidades svg {
  width: 20px;
  height: 20px;
}

section.noticias .noticias-wrap .novidades .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
section.noticias .noticias-wrap .novidades .item .area-imagem {
  position: relative;
  height: 120px;
}
section.noticias .noticias-wrap .novidades .item .area-imagem::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
}
section.noticias .noticias-wrap .novidades .item .area-imagem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.noticias .noticias-wrap .novidades .item .conteudo {
  width: 48%;
}
section.noticias .noticias-wrap .novidades .item .conteudo .titulo-item {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: #ec5c29;
}
@media only screen and (max-width: 600px) {
  section.noticias .noticias-wrap .novidades .item .conteudo .titulo-item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
section.noticias .noticias-wrap .novidades .item .conteudo .data {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
section.noticias .noticias-wrap .novidades .item .conteudo .data svg {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  fill: #ff4e00;
}
section.noticias .noticias-wrap .novidades .item .conteudo .data span {
  color: #666666;
  font-size: 11px;
}
/* section.noticias .noticias-wrap .novidades .item .conteudo .botao {
      text-decoration: none;
      font-size: 14px;
      background-color: #2b5189;
      padding: 7px 15px 7px 10px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 500;
      border-radius: 5px;
      background-image: url("../images/botao-bg.png");
      background-repeat: no-repeat;
      background-position: right center; } */

section.noticias .noticias-wrap .novidades .item .conteudo .botao {
  border: 1px solid #2b5189;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 7px;
  background-color: #2b5189;
  cursor: pointer;
  padding: 3px 17px;
  font-size: 13px;
  font-family: "Gotham Book", sans-serif;
  text-align: center;
  transition: background-color 0.35s, color 0.3s;
  /* background-color: #ff4e00;
        padding: 10px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 5px; 
      font-weight: 700; */
}
section.noticias .noticias-wrap .novidades .item .conteudo .botao:hover,
section.noticias .noticias-wrap .novidades .item .conteudo .botao:active {
  background-color: transparent;
  color: #2b5189;
}

section.noticias .noticias-wrap .novidades ul.social,
section.noticias .noticias-wrap .tv-vibra ul.social {
  margin-bottom: 30px;
}
section.noticias .noticias-wrap .novidades ul.social li,
section.noticias .noticias-wrap .tv-vibra ul.social li {
  display: inline;
  margin: 0 5px;
}
section.noticias .noticias-wrap .novidades ul.social svg,
section.noticias .noticias-wrap .tv-vibra ul.social svg {
  width: 25px;
  height: 25px;
}
section.noticias .noticias-wrap .novidades ul.social svg path,
section.noticias .noticias-wrap .tv-vibra ul.social svg path {
  fill: #ff4e00;
}

@media only all and (max-width: 640px) {
  section.noticias .noticias-wrap .novidades ul.social,
  section.noticias .noticias-wrap .tv-vibra ul.social {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

section.por-que-vibra {
  /* margin-bottom: 30px; */
}
section.por-que-vibra .area-imagem {
  position: relative;
  height: 330px;
  width: 100%;
  margin-bottom: 15px;
}
section.por-que-vibra .area-imagem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bit-por-que-vibra.png");
  background-repeat: no-repeat;
  background-position: right right;
}
section.por-que-vibra .area-imagem::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
}
section.por-que-vibra .area-imagem img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.por-que-vibra .conteudo {
  margin-bottom: 15px;
}
section.por-que-vibra .conteudo p {
  color: #666666;
  margin-bottom: 20px;
  font-size: 1.135rem;
}
section.por-que-vibra .conteudo p span {
  font-family: "Quicksand" !important;
}
section.por-que-vibra .vantagens ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
section.por-que-vibra .vantagens ul li img {
  margin-right: 10px;
}

@media (min-width: 768px) {
  section.filtro form {
    flex-direction: row;
  }
  section.filtro form .campo {
    margin: 0px 10px;
  }
  section.filtro form .campo select {
    margin-bottom: 0;
  }
  section .header-section h1,
  section .header-section h2,
  section .header-section h3,
  section .header-section h4 {
    justify-content: center;
  }
  section .header-section h1::before,
  section .header-section h2::before,
  section .header-section h3::before,
  section .header-section h4::before {
    max-width: 50px;
    margin-right: 15px;
  }
  section .header-section h1::after,
  section .header-section h2::after,
  section .header-section h3::after,
  section .header-section h4::after {
    max-width: 50px;
    margin-left: 1px;
  }
  section.produtos .itens {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  section.produtos .itens .produto {
    width: 48%;
  }
  section.contato-home .contatos .contatos-wrap {
    align-items: center;
  }
  section.contato-home .contatos .contatos-wrap a {
    flex-direction: column;
  }
  section.contato-home .contatos .contatos-wrap a .icon {
    margin-bottom: 5px;
  }
  section.contato-home .contatos .contatos-wrap a .num-tel {
    width: auto;
    padding-left: 0;
    margin-top: 0;
  }
  section.noticias .noticias-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  section.noticias .noticias-wrap .tv-vibra {
    width: 48%;
  }
  section.noticias .noticias-wrap .novidades {
    width: 48%;
  }
  section.por-que-vibra .area-imagem::after {
    background-position: right center;
  }
}

@media (min-width: 1024px) {
  section.filtro h1,
  section.filtro h2,
  section.filtro h3,
  section.filtro h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  section.filtro .filtro-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.filtro .filtro-wrap-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
  }
  section.filtro .filtro-wrap-btn h2 {
    margin-right: 15px;
  }
  section.filtro .filtro-wrap form {
    margin-top: 0;
  }
  section .header-section h1::before,
  section .header-section h2::before,
  section .header-section h3::before,
  section .header-section h4::before {
    max-width: 50px;
    margin-right: 15px;
  }
  section .header-section h1::after,
  section .header-section h2::after,
  section .header-section h3::after,
  section .header-section h4::after {
    max-width: 50px;
    margin-left: 15px;
  }
  section.produtos .itens .produto {
    width: 31%;
  }
  /* section.produtos .itens .produto .informacoes .botoes .saiba-mais {
      background-image: url("../images/botao-bg.png");
      background-repeat: no-repeat;
      background-position: right center; 
    } */
  section.contato-home .contato-home-wrap {
    display: flex;
    justify-content: center;
    margin: 2rem 0 3.5rem 0;
  }
  section.contato-home .contato-home-wrap .formulario {
    width: 48%;
  }
  section.contato-home .contato-home-wrap .formulario form {
    background-image: linear-gradient(to top, #f6f6f6, rgba(246, 246, 246, 0));
  }
  section.contato-home .contato-home-wrap .contatos {
    width: 48%;
  }
  section.contato-home .contato-home-wrap .contatos .block-header {
    justify-content: flex-start;
  }
  section.contato-home .contato-home-wrap .contatos .contatos-wrap a {
    flex-direction: row;
    width: 100%;
  }
  section.contato-home .contato-home-wrap .contatos .contatos-wrap a .num-tel {
    width: 100%;
    padding-left: 35px;
    margin-top: -8px;
  }
  /* section.noticias .noticias-wrap .tv-vibra .area-imagem { } */
  section.noticias .noticias-wrap .novidades .item .area-imagem {
    height: 140px;
    width: 200px;
  }
  section.noticias .noticias-wrap .novidades .item .conteudo {
    width: calc(100% - 215px);
  }
  section.noticias .noticias-wrap .novidades .item .conteudo .titulo-item {
    margin-bottom: 15px;
    max-width: 280px;
    width: 100%;
  }
  section.noticias .noticias-wrap .novidades .item .conteudo .data span {
    font-size: 12px;
  }
  section.por-que-vibra .por-que-vibra-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.por-que-vibra .por-que-vibra-wrap .area-imagem {
    /* height: 350px; */
    width: 46.5%;
    /* margin-right: 25px; } */
  }
  section.por-que-vibra .por-que-vibra-wrap .conteudo {
    width: 46.5%;
  }
}

footer {
  background-color: #2b5189;
  color: #ffffff;
  padding: 50px 0 8px 0px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.8;
}
footer h1,
footer .cva a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .cva a span {
  font-size: 13px;
}
footer p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
footer .menu {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
footer .menu ul,
footer .aboutUs ul,
footer .cva ul {
  text-align: center;
  list-style: none;
}
footer .menu ul li {
  margin-bottom: 15px;
}
footer .menu ul li a {
  font-size: 16px;
  font-weight: 400;
}
footer .menu.social ul li {
  display: inline;
  margin: 0;
}

footer .contact .itemContact {
  margin-bottom: 35px;
}

footer .sm {
  display: flex;
  /* flex-direction: column; */
}
footer .menu.social ul.sm li {
  margin-right: 0.75rem;
}
footer .menu.social svg {
  width: 25px;
  height: 25px;
  color: #fff;
}
footer .menu.social svg path {
  fill: #fff;
}
footer .informacoes,
footer .footerCol {
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
}
/* footer .informacoes .i {
      margin-bottom: 30px; } */

.copy {
  padding: 0 0 100px 0;
  text-align: center;
  background-color: #fff;
}
.copy p {
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 80px;
  color: #666666;
}

@media (min-width: 768px) {
  footer {
    padding: 50px 0 8px 40px;
  }

  footer .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  footer .informacoes {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .menu {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  footer .informacoes {
    width: 16%;
    margin-bottom: 0px;
    text-align: left;
  }
  footer .menu {
    width: 25%;
    text-align: left;
  }

  footer .cva {
    width: 21%;
  }

  footer .contact {
    width: 25%;
  }

  footer .menu ul,
  footer .aboutUs ul,
  footer .cva ul,
  footer .contact ul {
    text-align: left;
  }
  footer .aboutUs {
    text-align: left;
    width: 13%;
  }

  footer .footerCol {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.single.post .single-wrap .content .titulo {
  display: flex;
  align-items: center;
  color: #2b5189;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single.post .single-wrap .content .titulo img {
  margin-right: 10px;
}

.single.post .single-wrap .content .area-imagem {
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
}
.single.post .single-wrap .content .area-imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single.post .single-wrap .content .the-content p {
  color: #666666;
  margin-bottom: 20px;
  font-weight: 400;
}

.single.post .single-wrap .sidebar .item {
  margin-top: 50px;
}
.single.post .single-wrap .sidebar .item:last-child {
  margin-bottom: 30px;
}

.single.post .single-wrap .sidebar .titulo {
  display: flex;
  align-items: center;
  color: #2b5189;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single.post .single-wrap .sidebar .titulo img {
  margin-right: 10px;
}

.single.post .single-wrap .sidebar ul {
  list-style: none;
}
.single.post .single-wrap .sidebar ul li {
  margin-bottom: 20px;
}
.single.post .single-wrap .sidebar ul li a {
  color: #666666;
  text-decoration: none;
  transition: 0.7s;
}
.single.post .single-wrap .sidebar ul li a:hover {
  color: #ff4f00;
}

@media (min-width: 768px) {
  .single {
    margin-bottom: 100px;
  }
  .single.post .single-wrap .content .area-imagem {
    height: 340px;
  }
  .single.post .single-wrap .sidebar {
    display: flex;
    justify-content: space-between;
  }
  .single.post .single-wrap .sidebar .item {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .single.post .single-wrap {
    display: flex;
  }
  .single.post .single-wrap .content {
    max-width: 750px;
    margin-right: 150px;
  }
  .single.post .single-wrap .content .area-imagem {
    height: 350px;
  }
  .single.post .single-wrap .content .titulo {
    font-size: 22px;
  }
  .single.post .single-wrap .sidebar {
    flex-direction: column;
    max-width: 230px;
  }
  .single.post .single-wrap .sidebar .item {
    width: 100%;
  }
}

.banner.projeto {
  position: relative;
  top: 66px;
  margin-bottom: 130px;
}

.single.projetos .single-wrap .informacoes {
  margin-bottom: 30px;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .titulo {
  display: flex;
  align-items: center;
  color: #2b5189;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .titulo img {
  margin-right: 10px;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .area-imagem {
  position: relative;
  height: 338px;
  width: 100%;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .area-imagem::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
  border: 1px solid #fff;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .area-imagem img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.single.projetos
  .single-wrap
  .informacoes
  .ficha-tecnica
  .area-imagem
  .conteudo {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 15px 25px;
  margin-bottom: 30px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: space-between;
}
.single.projetos
  .single-wrap
  .informacoes
  .ficha-tecnica
  .area-imagem
  .conteudo
  .titulo {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 20px;
  line-height: 35px;
}
.single.projetos
  .single-wrap
  .informacoes
  .ficha-tecnica
  .area-imagem
  .conteudo
  .titulo::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  right: -10px;
  background-color: #ff4e00;
}
.single.projetos
  .single-wrap
  .informacoes
  .ficha-tecnica
  .area-imagem
  .conteudo
  .zona {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: -20px;
  text-transform: uppercase;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .dados {
  padding: 15px;
  background-color: #f6f6f6;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .dados h1 {
  color: #ff4e00;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .dados p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .dados p span {
  color: #ff4e00;
}
.single.projetos .single-wrap .informacoes .ficha-tecnica .dados a.download {
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #ff4f00;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
  background-image: url("../images/botao-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.single.projetos .single-wrap .galeria-de-fotos {
  margin-top: 30px;
}
.single.projetos .single-wrap .galeria-de-fotos .titulo {
  display: flex;
  align-items: center;
  color: #2b5189;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single.projetos .single-wrap .galeria-de-fotos .titulo img {
  margin-right: 10px;
}
.single.projetos .single-wrap .galeria-de-fotos .fotos {
  margin-bottom: 20px;
}
.single.projetos .single-wrap .galeria-de-fotos .fotos .item .area-imagem {
  position: relative;
  height: 225px;
  width: 100%;
}
.single.projetos
  .single-wrap
  .galeria-de-fotos
  .fotos
  .item
  .area-imagem::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
}
.single.projetos .single-wrap .galeria-de-fotos .fotos .item .area-imagem img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 93%;
}
.single.projetos .single-wrap .galeria-de-fotos .fotos .item .area-imagem p {
  text-align: center;
  margin-top: 0.15rem;
  font-style: italic;
}
.single.projetos .single-wrap .galeria-de-fotos .fotos .galeria-arrow {
  position: absolute;
  width: 90%;
  height: 1px;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.single.projetos
  .single-wrap
  .galeria-de-fotos
  .fotos
  .galeria-arrow
  .slick-arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.7s;
  outline: none;
}
.single.projetos
  .single-wrap
  .galeria-de-fotos
  .fotos
  .galeria-arrow
  .slick-arrow
  svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  transition: 0.7s;
  background-color: #fff;
  border-radius: 50%;
}
.single.projetos
  .single-wrap
  .galeria-de-fotos
  .fotos
  .galeria-arrow
  .slick-arrow
  svg
  path:last-child {
  fill: #ff4e00;
}
.single.projetos
  .single-wrap
  .galeria-de-fotos
  .fotos
  .galeria-arrow
  .slick-arrow
  i {
  font-size: 25px;
}
.single.projetos
  .single-wrap
  .galeria-de-fotos
  .fotos
  .galeria-arrow
  .galeria-left {
  float: left;
}
.single.projetos
  .single-wrap
  .galeria-de-fotos
  .fotos
  .galeria-arrow
  .galeria-right {
  float: right;
}
.single.projetos .single-wrap .galeria-de-fotos .botoes a,
.botoesMaps a {
  position: relative;
  text-decoration: none;
  background-color: #2b5189;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 15px;
  font-weight: 600;
  background-image: url("../images/botao-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.single.projetos .single-wrap .galeria-de-fotos .botoes a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff4e00;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
}

.single.projetos .single-wrap .sobre {
  margin-bottom: 30px;
}
.single.projetos .single-wrap .sobre .titulo {
  display: flex;
  align-items: center;
  color: #2b5189;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single.projetos .single-wrap .sobre .titulo img {
  margin-right: 10px;
}
.single.projetos .single-wrap .sobre p {
  color: #666666;
  margin-bottom: 15px;
}
.single.projetos .single-wrap .sobre a {
  color: #666666;
  text-decoration: none;
}
.single.projetos .single-wrap .sobre .area-imagem {
  position: relative;
  height: 338px;
  width: 100%;
}
.single.projetos .single-wrap .sobre .area-imagem::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
  border: 1px solid #fff;
}
.single.projetos .single-wrap .sobre .area-imagem img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.single.projetos .single-wrap .sobre .area-imagem .conteudo {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 0 25px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.single.projetos .single-wrap .sobre .area-imagem .conteudo .titulo {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.single.projetos .single-wrap .sobre .area-imagem .conteudo .titulo::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  right: -10px;
  background-color: #ff4e00;
}
.single.projetos .single-wrap .sobre .area-imagem .conteudo .zona {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.single.projetos .single-wrap .sobre-regiao,
.single.projetos .single-wrap .areas-de-lazer {
  margin-bottom: 30px;
}
.single.projetos .single-wrap .sobre-regiao .titulo,
.single.projetos .single-wrap .areas-de-lazer .titulo {
  display: flex;
  align-items: center;
  color: #2b5189;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single.projetos .single-wrap .sobre-regiao .titulo img,
.single.projetos .single-wrap .areas-de-lazer .titulo img {
  margin-right: 10px;
}
.single.projetos .single-wrap .sobre-regiao .itens,
.single.projetos .single-wrap .areas-de-lazer .itens {
  display: flex;
  flex-direction: column;
}
.single.projetos .single-wrap .sobre-regiao .itens p,
.single.projetos .single-wrap .areas-de-lazer .itens p {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #666666;
}
.single.projetos .single-wrap .sobre-regiao .itens p img,
.single.projetos .single-wrap .areas-de-lazer .itens p img {
  margin-right: 10px;
}

.single.projetos .single-wrap .tour-virtual .area-imagem {
  position: relative;
  height: 500px;
  width: 100%;
}
.single.projetos .single-wrap .tour-virtual .area-imagem::before {
  content: "";
  background-image: url(../images/tour-virtual.png);
  background-size: cover;
  position: absolute;
  width: 150px;
  height: 80px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single.projetos .single-wrap .tour-virtual .area-imagem img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.single.projetos .single-wrap .tour-virtual .area-imagem .conteudo {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 0 25px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.single.projetos .single-wrap .tour-virtual .area-imagem .conteudo .titulo {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.single.projetos
  .single-wrap
  .tour-virtual
  .area-imagem
  .conteudo
  .titulo::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  right: -10px;
  background-color: #ff4e00;
}
.single.projetos .single-wrap .tour-virtual .area-imagem .conteudo .zona {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.single.projetos .single-wrap .por-que-vibra {
  background-image: linear-gradient(to top, #f6f6f6, rgba(246, 246, 246, 0));
  padding: 20px;
}
.single.projetos .single-wrap .por-que-vibra p {
  margin-bottom: 15px;
  color: #666666;
}

.single.projetos .single-wrap .localizacao {
  margin-bottom: 30px;
}
.single.projetos .single-wrap .localizacao p {
  color: #666;
  font-weight: 500;
  margin-bottom: 20px;
}
.single.projetos .single-wrap .localizacao p span {
  color: #ff4e00;
  display: block;
}
.single.projetos .single-wrap .localizacao .area-mapa iframe {
  height: 150px;
  width: 100%;
}

@media (min-width: 768px) {
  .single.projetos .single-wrap .informacoes .ficha-tecnica {
    display: flex;
    flex-wrap: wrap;
  }
  .single.projetos .single-wrap .informacoes .ficha-tecnica h2 {
    width: 100%;
  }
  .single.projetos .single-wrap .informacoes .ficha-tecnica .area-imagem {
    width: 60%;
  }
  .single.projetos .single-wrap .informacoes .ficha-tecnica .dados {
    width: 40%;
    box-sizing: border-box;
  }
  .single.projetos .single-wrap .galeria-de-fotos .fotos .item .area-imagem {
    height: 350px;
  }
  .single.projetos .single-wrap .localizacao {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .single.projetos .single-wrap .localizacao .header-section {
    width: 100%;
  }
  .single.projetos .single-wrap .localizacao .area-mapa {
    width: 100%;
  }
  .single.projetos .single-wrap .localizacao .area-mapa iframe {
    width: 100%;
    height: 250px;
  }
}

@media (min-width: 1024px) {
  .single.projetos .single-wrap .informacoes {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .single.projetos .single-wrap .informacoes .ficha-tecnica {
    width: 65%;
  }
  .single.projetos .single-wrap .informacoes .ficha-tecnica .area-imagem {
    height: 345px;
  }
  .single.projetos .single-wrap .galeria-de-fotos {
    width: 100%;
  }
  .single.projetos .single-wrap .galeria-de-fotos .fotos .item .area-imagem {
    height: 450px;
  }
  .single.projetos .single-wrap .galeria-de-fotos .botoes a {
    font-size: 14px;
    margin-right: 5px;
  }
  .single.projetos .single-wrap .sobre {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single.projetos .single-wrap .sobre .titulo {
    align-self: flex-start;
  }
  .single.projetos .single-wrap .sobre .area-imagem {
    margin-top: 30px;
    width: 600px;
  }
  .single.projetos .single-wrap .sobre-regiao .itens,
  .single.projetos .single-wrap .areas-de-lazer .itens {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .single.projetos .single-wrap .sobre-regiao .itens p,
  .single.projetos .single-wrap .areas-de-lazer .itens p {
    font-size: 14px;
    margin: 0 10px;
    margin-bottom: 15px;
  }
  .single.projetos .single-wrap .tour-virtual .area-imagem .conteudo {
    left: 50%;
    transform: translateX(-50%);
  }
  .single.projetos .single-wrap .por-que-vibra {
    text-align: center;
  }
  .single.projetos .single-wrap .localizacao {
    flex-direction: column;
    align-items: center;
  }
  .single.projetos .single-wrap .localizacao p {
    margin-bottom: 0px;
  }
  .single.projetos .single-wrap .localizacao p span {
    display: inline;
  }
  .single.projetos .single-wrap .localizacao .area-mapa {
    margin-top: 20px;
  }
  .single.projetos .single-wrap .localizacao .area-mapa iframe {
    height: 600px;
  }
  .single.projetos .single-wrap .produtos .informacoes {
    display: block;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  line-height: 0;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Quicksand", sans-serif;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
li {
  line-height: 1.6;
}

.container {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.barraFooter {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fe5000;
  z-index: 1048;
}

.barraFooter .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.barraFooter svg {
  color: #fff;
  fill: currentColor;
}
/* .barraFooterItenIco{
  float: left;
  text-align: center;  
} */
.barraFooterIten {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  /* background-color: rgba(0, 0, 0, 0.2);8*/
  color: #fff;
  margin: 0;
  display: flex;
  width: 33.3%;
  align-items: center;
  justify-content: center;
}

.barraFooterIten {
  position: relative;
}
.barraFooterIten:after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: -0.5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.barraFooterIten:last-child:after {
  content: unset;
}

.barraFooterIten h1 {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 17px;
  font-family: "Muli Bold", sans-serif;
}
.barraFooterIten h5 {
  font-family: "Muli Extrabold", sans-serif;
  font-size: 11px;
  text-align: center;
}
.barraFooterIten h5 span {
  font-family: "Muli Black", sans-serif;
  font-style: normal;
  font-size: 39px;
  display: block;
  line-height: 0.8;
}

.barraFooterIten a,
.barraFooterIten p,
.barraFooter span {
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.barraFooterIten a {
  padding: 13px 0 13px 0;
  background-color: #fe5000;
  transition: background-color 0.35s;
  min-height: 75px;
  box-sizing: border-box;
}
.barraFooterIten a:active,
.barraFooterIten a:hover {
  background-color: #ffffff;
  color: #fe5000;
  cursor: pointer;
}

.barraFooterIten #vendasBottom {
  background-color: #fe5000;
}

#telnum p {
  margin-bottom: 9.5px;
}

.barraFooterIten span {
  /* position: absolute; */
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  bottom: 8px;
}
.barraFooterIten .mobShow {
  display: none;
  text-align: center;
}

@media (min-width: 1024px) {
  header {
    position: fixed;
    border-bottom: 2px solid #fe5000;
    top: 0;
    left: 0;
  }
}

.iconBanner {
  width: 35px;
  margin-right: 10px;
  text-align: center;
}

#formResponse {
  font-weight: bold;
}

.headerzinho li {
  padding-right: 1.25rem;
  cursor: pointer;
}

.headerzinho .wrapper {
  padding-top: 1.25rem;
}

.headerzinho li:last-child {
  padding-right: 0;
}

.divisor {
  border: 1px solid white;
  height: 40px;
}

.headerzinho li .menu-item {
  position: relative;
  display: inline-block;
}

.headerzinho li .sub-menu {
  display: none;
  background-color: #ff4f00;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 0.4rem;
  border-radius: 10px;
  border: 1px solid white;
}

.headerzinho li .sub-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid white;
  margin-top: -0.6rem;
  /* margin-left: 2rem; */
  left: 1rem;
  position: absolute;
}

.headerzinho li .sub-menu li {
  display: block !important;
  transition: all 0.2s ease;
  outline: none;
  padding-right: 0;
}

.headerzinho li .sub-menu a {
  text-decoration: none;
  color: white;
  padding: 0 5px 0 12px;
  display: block !important;
  outline: none;
  white-space: pre;
}
.wrappper {
  display: none;
  position: absolute;
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  left: 0;
}

.headerzinho li .sub-menu a:hover {
  display: block !important;
}

.headerzinho li:hover .wrappper,
.headerzinho li:hover .sub-menu {
  display: block;
}

.under {
  text-decoration: underline;
}

.bannermcmv {
  position: relative;
  color: #fff;
}
.bannermcmv img {
  min-width: 100%;
  max-width: 100%;
  display: block;
  padding-top: 5.2rem; /* REMOVER ISSO DEPOIS */
}
.orangebox {
  border: 0.2rem solid #ff4f00;
  width: 9%;
  margin-bottom: 0.5rem;
}
.bannermcmv .texto {
  position: absolute;
  top: 17rem;
  left: 10rem;
}
.bannermcmv .texto span {
  font-size: 2rem;
}
.bannermcmv .texto p {
  font-size: 3rem;
  line-height: 1rem;
}
.sobremcmv {
  padding-top: 4rem;
}
.sobremcmv .subsecao {
  font-size: 1.35rem;
}
.sobremcmv .subsecao strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.sobremcmv .row {
  margin: 2rem 0;
}
.sobremcmv .row img {
  max-width: 4rem;
  min-width: 4rem;
  display: block;
  margin: 0 auto;
}
.sobremcmv .row p {
  text-align: center;
}
.sobremcmv .row p strong {
  font-size: 1.1rem;
  margin-top: 0.4rem;
  display: inline-block;
}
#defaultQs a {
  background-color: #ff4f00;
  border-radius: 10px;
  padding: 0.2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 1.4rem;
  text-decoration: none;
}
#defaultQs .contentText {
  margin-top: 1rem;
  padding: 0 0.8rem;
  font-size: 1.3rem;
  margin: 1rem 0 0 0;
  /* padding: 0; */
}
.monts {
  font-family: "Quicksand", sans-serif;
}
.bannerinstitucional {
  position: relative;
  color: #fff;
}
.bannerinstitucional img {
  min-width: 100%;
  max-width: 100%;
  display: block;
  padding-top: 5.2rem; /* REMOVER ISSO DEPOIS */
}
.bannerinstitucional .texto {
  position: absolute;
  top: 15rem;
  right: 0;
  left: 0;
}
.bannerinstitucional .texto p {
  font-size: 6rem;
  text-align: center;
  font-weight: 900;
}
.inst h3,
.products h3,
.products h2,
.products h1 {
  color: #fe5000 !important;
  font-size: 3rem !important;
  font-weight: 900 !important;
  margin: 5rem 0 2rem 0 !important;
}

@media (max-width: 768px) {
  .inst h3,
  .products h3,
  .products h2,
  .products h1 {
    font-size: 2rem !important;
  }
}
.inst *:not(.container) h3:last-of-type {
  font-size: 2rem !important;
  margin-bottom: 0 !important;
}
.inst .row {
  width: 70%;
  margin: 0 auto !important;
  margin-top: 2rem !important;
}
.inst .row img {
  max-width: 7rem;
  display: block;
  margin: 0 auto;
}
.inst .row p {
  margin-top: 1.3rem !important;
  text-align: center;
}
.inst p:last-of-type strong {
  font-weight: 700;
  font-size: 1.6rem;
}
.inst p:last-of-type {
  margin-bottom: 3rem;
}
.inst p:last-of-type a,
.inst p:last-of-type a:hover {
  text-decoration: none;
  color: black;
}
#sobreproduct *,
#infoproduct *,
#locale * {
  text-transform: uppercase;
}
#sobreproduct .blackline {
  border-bottom: 1px solid #bbb;
  width: 50%;
  margin-bottom: 1.3rem;
  margin-top: 0.83rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#sobreproduct img {
  margin-right: 1rem;
}
#infoproduct h1 {
  font-size: 2rem !important;
}
#infoproduct h2 {
  font-size: 2rem !important;
}
#infoproduct table {
  margin: 0 auto;
  text-align: left;
}
#infoproduct table tr {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
#infoproduct table td {
  padding: 0.5rem 4rem;
  text-align: center;
}
#infoproduct table tr td:first-of-type {
  font-weight: 700;
  color: #fe5000;
  text-align: left;
}
#gallery .galeria-de-fotos {
  margin-top: 30px;
}
#gallery .galeria-de-fotos .titulo {
  display: flex;
  align-items: center;
  color: #2b5189;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#gallery .galeria-de-fotos .titulo img {
  margin-right: 10px;
}
#gallery .galeria-de-fotos .fotos {
  margin-bottom: 20px;
}
#gallery .galeria-de-fotos .fotos .item {
  margin: 0 12px;
  opacity: 0.4;
  cursor: zoom-in;
  transition: 400ms ease;
}
#gallery .galeria-de-fotos .fotos .item.slick-current {
  opacity: 1;
}
#gallery .galeria-de-fotos .fotos .item .area-imagem {
  position: relative;
  height: 650px;
  width: 100%;
}
#gallery .galeria-de-fotos .fotos .item .area-imagem::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin: 15px;
}
#gallery .galeria-de-fotos .fotos .item .area-imagem {
  text-decoration: unset;
  display: block;
}
#gallery .galeria-de-fotos .fotos .item .area-imagem img {
  object-fit: cover;
  width: 100%;
  height: 460px;
  margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
  #gallery .galeria-de-fotos .fotos .item .area-imagem img {
    height: 320px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .slick-slider .slick-track {
    display: flex;
  }
  #gallery .galeria-de-fotos .fotos .item .area-imagem img {
    object-fit: contain;
    width: 100%;
    height: 460px;
  }
  @media screen and (max-width: 640px) {
    /* #gallery .galeria-de-fotos .fotos .galeria-arrow {
     top: unset !important;
     bottom: 37rem; 
    } */
    #gallery .galeria-de-fotos .fotos .item .area-imagem img {
      object-fit: contain;
      height: 320px;
    }
  }
}
#gallery .galeria-de-fotos .fotos .item .area-imagem p {
  text-align: center;
  margin-top: 0.15rem;
  color: #171717;
  font-style: italic;
}
#gallery .galeria-de-fotos .fotos .galeria-arrow {
  position: absolute;
  width: 90%;
  height: 1px;
  top: calc(48% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
#gallery .galeria-de-fotos .fotos .galeria-arrow .slick-arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.7s;
  outline: none;
}
#gallery .galeria-de-fotos .fotos .galeria-arrow .slick-arrow svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  transition: 0.7s;
  background-color: #fff;
  border-radius: 50%;
}
#gallery
  .galeria-de-fotos
  .fotos
  .galeria-arrow
  .slick-arrow
  svg
  path:last-child {
  fill: #ff4e00;
}
#gallery .galeria-de-fotos .fotos .galeria-arrow .slick-arrow i {
  font-size: 25px;
}
#gallery .galeria-de-fotos .fotos .galeria-arrow .galeria-left {
  float: left;
}
#gallery .galeria-de-fotos .fotos .galeria-arrow .galeria-right {
  float: right;
}
#gallery .galeria-de-fotos .botoes a,
.botoesMaps a {
  position: relative;
  text-decoration: none;
  background-color: #2b5189;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-left: 10px;
  font-weight: 600;
  background-image: url("../images/botao-bg.png");
  background-repeat: no-repeat;
  background-position: right center;
}
#gallery .galeria-de-fotos .botoes a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff4e00;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
}
#lazer .itens {
  display: flex;
  flex-wrap: wrap;
}
#bairr .itens {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#locale {
  margin-bottom: 5rem;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.modal .modalContent {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 1rem auto;
  padding: 2rem 0;
  /* background: url("https://vibrawordpress.azurewebsites.net/wp-content/uploads/2020/03/modal_background.png") */
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 25px;
  pointer-events: all;
}
.modal img {
  max-width: 6rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.modal p {
  text-align: center;
  font-size: 1.7rem;
  line-height: unset;
}
.modal p:last-of-type {
  font-size: 1.3rem;
  color: #fe5000;
  font-weight: bolder;
  max-width: 100%;
}
.modal form {
  margin: 0 auto;
  width: 100%;
}

#modalChatOnline .my-modal-wrapper,
#modalChatWhatsApp .my-modal-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}

#modalChatOnline .formulariomodal,
#modalChatWhatsApp .formulariomodal {
  width: 85%;
  margin: 0 auto;
}

#modalChatOnline .formulariomodal br,
#modalChatWhatsApp .formulariomodal br {
  display: none;
}

/* #formChatOn span:first-of-type,
#formChatWpp span:first-of-type {
  color: #bbb;
  display: block;
  line-height: unset;
  margin: 0 auto;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
} */
#formChatOn,
#formChatWpp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formChatOn input,
#formChatWpp input,
.wpcf7-select {
  width: 100%;
  max-width: 100%;
  padding: 0.65rem;
  margin-bottom: 0.7rem;
  box-sizing: border-box;
  height: 2.75rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  border-bottom: 3px solid #fe5000;
  font-size: 1.1rem;
}
#formChatOn input:focus {
  border: none !important;
}
#formChatWpp input {
  flex-basis: 100%;
  border-left: none;
  border-right: 0.4rem solid #fe5000;
}
#formChatOn .double {
  flex-basis: 49%;
}
#formChatOn input[type="submit"],
#formChatWpp input[type="submit"] {
  display: block;
  margin: 0 auto;
  background-color: #fe5000;
  padding: 0.7rem;
  outline: none;
  border: none;
  color: white;
  width: 100%;
  font-weight: bolder;
  cursor: pointer;
  text-align: center;
  margin-top: 1.4rem;
}

.modalWppTest {
  width: 50%;
  margin: 0 auto;
}

#simulacao {
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  background-color: #000;
}
#simulacao picture {
  width: 100%;
  max-width: 100%;
  display: block;
}
#simulacao img {
  min-width: 100%;
  max-width: 100%;
}
#simulacao .overlap {
  position: absolute;
  left: 0rem;
  right: 0rem;
}
#simulacao .toporangebar {
  border: 0.2rem solid #ff4f00;
  width: 5rem;
}
#simulacao p {
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 0;
}
#simulacao span {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  display: inline-block;
}
#simulacao .form-control::placeholder {
  color: black;
}
#simulacao .form-control {
  background-color: #ccc;
}
#simulacao input[type="submit"] {
  margin-top: 1.4rem;
  margin-left: 1rem;
  background-color: #ff4f00;
  font-weight: bolder;
  padding: 0.45rem 1rem;
}

#simulacao input[type="submit"]:hover {
  background-color: #fff;
  color: #ff4f00;
}

@media only screen and (max-width: 760px) {
  .modal img {
    max-width: 3rem;
  }
  .modal p {
    font-size: 0.7rem;
  }
  .modal p:last-of-type {
    font-size: 1rem;
  }
  /* #formChatOn span:first-of-type,
  #formChatWpp span:first-of-type {
    font-size: 0.6rem;
  } */
  #formChatOn input,
  #formChatWpp input {
    flex-basis: unset;
    width: 100%;
    padding: 0.85rem;
  }
  #formChatOn .double {
    flex-basis: unset;
  }
  .modalWppTest {
    width: 75%;
  }
  #infoproduct table td {
    padding: 1rem 1rem;
  }
  .inst h3,
  .products h3 {
    font-size: 1.5rem !important;
    text-align: center;
    margin-top: 3rem !important;
  }
  #infoproduct h1 {
    font-size: 1.5rem !important;
  }
  #sobreproduct span {
    font-size: 0.78rem;
  }
  .bannerinstitucional img {
    padding-top: 0;
  }
  .bannerinstitucional .texto {
    top: 2rem;
  }
  .bannerinstitucional .texto p {
    font-size: 2rem;
  }
  .bannermcmv img {
    padding-top: 0rem;
  }
  .bannermcmv .texto {
    top: 1rem;
    left: 1rem;
  }
  .bannermcmv .texto span {
    font-size: 0.8rem;
  }
  .bannermcmv .texto p {
    font-size: 1rem;
  }
  .sobremcmv .subsecao {
    font-size: 1rem;
  }
  .sobremcmv .subsecao strong {
    font-size: 1.3rem;
  }
  #defaultQs a,
  #defaultQs .contentText {
    font-size: 0.8rem;
  }

  .banner .item img.logo_empreendimento_img {
    max-height: 90px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 2000px) {
  .modal .modalContent {
    width: 45%;
  }
  #simulacao img {
    height: 100%;
  }
  #simulacao .overlap {
    top: 12rem;
  }
}

/* 5 colunas em uma row */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.wrapper-logo-emp {
  position: relative;
  margin: 1.5rem 0;
  min-height: 85px;
  display: flex;
  align-items: center;
  min-width: 150px;
  margin-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .wrapper-logo-emp {
    margin-left: 0rem;
  }
}

.wrapper-logo-emp:before {
  content: "";
  position: absolute;
  right: 0rem;
  width: calc(200% + 8rem);
  height: calc(100% + 1rem);
  top: -0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  border-radius: 0.25rem;
}

section.produtos .itens .produto .flag.lancamento,
.info.lancamento {
  background-color: #f2bb44;
  color: #fff;
}

section.produtos .itens .produto .flag.breve-lancamento,
.info.breve-lancamento {
  background-color: #3c5181;
  color: #fff;
}

section.produtos .itens .produto .flag.regiao,
.info.regiao {
  background-color: rgb(244, 193, 166);
  color: #fff;
}

section.produtos .itens .produto .flag.pronto,
.info.pronto {
  background-color: #fe5000;
  color: #fff;
}

section.produtos .itens .produto .flag.construcao,
.info.construcao {
  background-color: #83a14f;
  color: #fff;
}

.barraFooterIten img {
  margin: 0 12px 0 0;
  height: 40px;
}

.modal .close {
  position: absolute;
  right: 1.25rem;
  cursor: pointer;
  top: 1.25rem;
  font-size: 1rem;
  transform: scale(1);
  transition: transform 0.35s;
}

.modal .close:hover,
.modal .close:active {
  transform: scale(1.25);
}

section.produtos .itens .informacoes h3.titulo {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}

/* section.produtos .itens .informacoes h3.titulo br{
  display: none;
} */

section.produtos .itens .informacoes p.zona {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #2b5189;
}

section.produtos .itens .produto .area-imagem .flag img {
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 5px;
  width: 25px;
  object-fit: initial;
}

.loc_endereco {
  margin: 0 auto;
  text-align: center;
  display: block;
}

#sobreproduct {
  text-align: center;
}

#table_center {
  margin: 0 auto;
  text-align: left;
  display: block;
  width: 85%;
}

.botoes {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#btnSearch {
  width: 180px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ff4e00;
  box-sizing: border-box;
  background-color: #ff4e00;
  cursor: pointer;
  font-family: "Gotham Black", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  height: 49px;
  color: #fff;
  transition: background-color 0.35s, color 0.25s;
  margin-left: 10px;
}

#btnSearch:hover,
#btnSearch:active {
  background-color: #fff;
  color: #ff4e00;
}

section.por-que-vibra .vantagens {
  width: 100%;
  margin: 3rem 0 1rem 0;
}

section.por-que-vibra .vantagens img {
  display: block;
  max-width: 100%;
  width: 100%;
}

#defaultQs {
  padding: 0.65rem 0 3rem 0;
}

#defaultQs .item {
  margin-bottom: 2rem;
}

#defaultQs i {
  transition: transform 0.5s;
}

.acc-item[aria-expanded="true"] i {
  transform: rotateZ(90deg) !important;
}

.sobremcmv .imgVantagensWrapper img {
  display: block;
  max-width: 100%;
  margin: 4rem auto;
}

#btnTourSec {
  margin-bottom: -1rem;
}

#btnTourSec .btnTour {
  line-height: 1;
  box-sizing: border-box;
  width: 315px;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4f00;
  padding: 0 20px;
  height: 55px;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.35s;
  margin: 0 auto;
  text-decoration: none;
}

#btnTourSec img {
  width: 47px;
  display: inline-block;
  margin-right: 1.25rem;
}

#btnTourSec .btnTour:hover,
#btnTourSec .btnTour:active {
  background-color: #b33700;
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
  display: block;
  width: 100% !important;
  margin: -1rem 0 0 0 !important;
  border: none !important;
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  #table_center {
    width: 95%;
  }

  section.filtro form .campo select,
  #btnSearch {
    width: 240px;
  }

  section.filtro form .campo svg {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .headerzinho .wrappper {
    width: 100%;
    position: static;
  }

  .headerzinho li .sub-menu::before {
    left: unset;
  }

  .headerzinho li {
    padding-right: 0;
  }

  .modal .modalContent {
    padding: 1rem 0;
    width: 95%;
  }

  .headerzinho li .sub-menu a {
    padding: 12px 0;
  }

  .banner .item .conteudo {
    margin-bottom: 0;
    bottom: 50%;
    transform: translateY(49%);
    width: 100%;
    align-items: center;
  }

  .banner .item .conteudo button:last-child {
    margin-right: 0;
  }

  .wrapper-logo-emp:before {
    right: unset !important;
    left: -50vw !important;
    width: 180vw !important;
  }

  section.contato-home .contato-home-wrap {
    margin: 2rem 0;
  }

  .info {
    font-size: 14px !important;
  }

  .filtro-wrap {
    text-align: center;
  }

  #btnSearch {
    margin-left: 0;
  }

  header .header-wrap #mobIcon {
    top: unset;
  }
}

@media only screen and (max-width: 991.5px) {
  #simulacao img {
    min-height: 40rem;
  }
  #simulacao .overlap {
    margin-top: 1rem;
  }
  .col-xs-5ths,
  .col-sm-5ths,
  .col-md-5ths,
  .col-lg-5ths {
    padding-left: 0;
    padding-right: 0;
  }

  #simulacao input[type="submit"] {
    margin-left: 0;
  }
}

@media (max-width: 1330px) {
  .barraFooterIten a {
    padding: 10px 0 10px 0;
    min-height: 70px;
  }
}

@media (min-width: 999px) {
  /* header .header-wrap {
    padding: 20px 0;
  } */
  #bannerCarousel {
    margin-top: 65px;
  }
}

@media (max-width: 680px) {
  .barraFooterIten p,
  .barraFooter span {
    display: none !important;
  }

  #vendasBottom p {
    display: block !important;
  }

  /* .barraFooterIten img {
    margin: 0 !important;
  } */

  .barraFooterIten {
    padding: 8px 8px 7px 8px;
    margin: 0 5px;
  }

  .mobShow {
    display: block !important;
  }
  .barraFooterItenIco {
    /* float: none!important; */
    margin: 0;
  }

  .barraFooterIten {
    width: 50%;
    padding: 0;
    margin: 0;
  }

  .barraFooterIten h1 {
    font-size: 13px;
  }

  .barraFooterIten img {
    margin: 0 6px 0 0 !important;
    height: 36px;
  }
  .barraFooterIten a {
    min-height: 70px;
  }
  .barraFooter .container {
    width: 100%;
  }

  .banner.projeto {
    top: 0;
    margin-bottom: 40px;
  }
  #btnTourSec .wrapper {
    text-align: center;
  }
  #btnTourSec .btnTour {
    width: auto;
    display: inline-flex;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* -------------------- */
#statusObra {
  margin-bottom: 7rem;
  /* Sets the containers height and width */
}
#statusObra h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  justify-content: center;
  color: #fd5001;
  position: relative;
  margin: 0 0 3rem 0;
  text-transform: uppercase;
  text-align: center;
}

#statusObra .line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#statusObra .circle {
  width: 40%;
}
#statusObra .bars {
  width: 60%;
}
#statusObra ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#statusObra li {
  height: 2.6rem;
  display: flex;
  align-items: center;
  border-radius: 1.188rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
  border: 1px solid #fd5001;
}
#statusObra li.low span {
  color: #000;
}
#statusObra li.mid span {
  color: #000;
}
#statusObra li.mid .percentage {
  color: #fff;
}
#statusObra li.adv span {
  color: #fff;
}
#statusObra .liBG {
  background-color: #fd5001;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#statusObra .percentage {
  position: absolute;
  z-index: 1;
  font-weight: 700;

  font-family: "Quicksand", sans-serif !important;
  left: 1rem;
}
#statusObra .type {
  position: absolute;
  z-index: 1;

  font-family: "Quicksand", sans-serif !important;
  left: 20%;
}
#statusObra .container-countdown {
  max-width: 75%;
  margin: 0 auto 0 0;
}
#statusObra .base-timer {
  position: relative;
  width: 100%;
  height: 100%;
  /* Removes SVG styling that would hide the time label */
  /* The SVG path that displays the timer's progress */
}
#statusObra .base-timer__circle {
  fill: none;
  stroke: none;
}
#statusObra .base-timer__path-elapsed {
  stroke-width: 0.1rem;
  stroke: #000;
}
#statusObra .base-timer__image {
  width: 5rem;
  margin-top: 0.5rem;
}
#statusObra .base-timer__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#statusObra .base-timer__text h4 {
  font-size: 4.75rem;
  margin: 0;
  line-height: 0.95;

  font-family: "Quicksand", sans-serif !important;
  font-weight: 700;
}
#statusObra .base-timer__text span {
  font-size: 1.75rem;

  font-family: "Quicksand", sans-serif !important;
  line-height: 0.95;
}
#statusObra .base-timer__path-remaining {
  /* Just as thick as the original ring */
  stroke-width: 0.1rem;
  /* Rounds the line endings to create a seamless circle */
  /* Makes sure the animation starts at the top of the circle */
  transform: rotate(90deg);
  transform-origin: center;
  /* One second aligns with the speed of the countdown timer */
  transition: 1s linear all;
  /* Allows the ring to change color when the color value updates */
  stroke: #fd5001;
}
#statusObra .base-timer__svg {
  transform: scaleX(-1);
}

@media only screen and (max-width: 1023px) {
  .itemContact ul {
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  #statusObra .container-countdown {
    max-width: 95%;
  }
}

@media (max-width: 800px) {
  section.filtro form .campo {
    color: red !important;
  }
}

@media only screen and (max-width: 767px) {
  #statusObra {
    margin-bottom: 5rem;
  }
  #statusObra .title {
    text-align: center;
  }
  #statusObra h2 {
    font-size: 2.25rem;
    margin: 0 0 0.5rem 0;
  }
  #statusObra h2:before {
    height: 3px;
  }
  #statusObra .circle {
    width: 100%;
  }
  #statusObra .bars {
    width: 100%;
  }
  #statusObra .container-countdown {
    max-width: 95%;
    margin: 2rem 0 2rem auto;
  }
  #statusObra .base-timer__text h4 {
    font-size: 4rem;
    margin-bottom: 0.5rem;
  }
  #statusObra .base-timer__text span {
    font-size: 1.25rem;
  }
  #statusObra .base-timer__image {
    width: 4rem;
  }
  #statusObra .percentage {
    left: 0.75rem;
    font-size: 14px;
  }
  #statusObra .type {
    left: unset;
    font-size: 14px;
  }
  #statusObra li {
    justify-content: center;
  }
  #statusObra li.adv .type {
    color: #000;
  }
  #statusObra li.advmobile .type {
    color: #fff;
  }
}

/*   */

#statusObraCarousel {
  margin-bottom: 7rem;
}

#statusObraCarousel .statusObraCarousel_content {
  display: flex;
  width: 100%;
  min-width: 100%;
  justify-content: space-between;
  position: relative;
}

.statusObraCarousel_carousel_inner {
  width: 97%;
}
#statusObraCarousel h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  justify-content: center;
  color: #fd5001;
  position: relative;
  margin: 0 0 3rem 0;
  text-transform: uppercase;
  text-align: center;
}
#statusObraCarousel .line {
  display: flex;
  flex-direction: column;
  width: 33%;
}

#statusObraCarousel .statusObraCarousel_carousel {
  width: 60%;
}

#statusObraCarousel .statusObraCarousel_carousel:before {
  height: 97%;
  width: 57%;
  background: #fd5001;
  content: "";
  position: absolute;
  top: 1%;
  right: 0%;
}

#statusObraCarousel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#statusObraCarousel li {
  height: 1.6rem;
  display: flex;
  align-items: center;
  border-radius: 1.188rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
  border: 1px solid #fd5001;
}
#statusObraCarousel li.low span {
  color: #000;
}
#statusObraCarousel li.mid span {
  color: #000;
}
#statusObraCarousel li.mid .percentage {
  color: #fff;
}
#statusObraCarousel li.adv span {
  color: #fff;
}
#statusObraCarousel .liBG {
  background-color: #fd5001;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#statusObraCarousel .percentage {
  position: absolute;
  z-index: 1;
  font-weight: 700;

  font-family: "Quicksand", sans-serif !important;
  left: 1rem;
}
#statusObraCarousel .type {
  position: absolute;
  z-index: 1;

  font-family: "Quicksand", sans-serif !important;
  left: 20%;
  font-size: 0.8rem;
}
#statusObraCarousel .container-countdown {
  max-width: 64%;
  margin: 0 auto 1rem;
}
#statusObraCarousel .base-timer {
  position: relative;
  width: 100%;
  height: 100%;
  /* Removes SVG styling that would hide the time label */
  /* The SVG path that displays the timer's progress */
}
#statusObraCarousel .base-timer__circle {
  fill: none;
  stroke: none;
}
#statusObraCarousel .base-timer__path-elapsed {
  stroke-width: 0.1rem;
  stroke: #000;
}
#statusObraCarousel .base-timer__image {
  width: 4rem;
  margin-top: 0.5rem;
}
#statusObraCarousel .base-timer__text {
  position: absolute;
  width: 100%;
  height: 95%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#statusObraCarousel .base-timer__text h1 {
  font-size: 3.75rem !important;
  margin: 0 !important;
  line-height: 0.95 !important;
  font-family: "Quicksand", sans-serif !important;
  font-weight: 700 !important;
}
#statusObraCarousel .base-timer__text span {
  font-size: 1.45rem;

  font-family: "Quicksand", sans-serif !important;
  line-height: 0.95;
}
#statusObraCarousel .base-timer__path-remaining {
  /* Just as thick as the original ring */
  stroke-width: 0.1rem;
  /* Rounds the line endings to create a seamless circle */
  /* Makes sure the animation starts at the top of the circle */
  transform: rotate(90deg);
  transform-origin: center;
  /* One second aligns with the speed of the countdown timer */
  transition: 1s linear all;
  /* Allows the ring to change color when the color value updates */
  stroke: #fd5001;
}
#statusObraCarousel .base-timer__svg {
  transform: scaleX(-1);
}

.vibracarousel__content {
  width: 100%;
  min-width: 100%;
}

.vibracarousel__content img {
  width: 105%;
  min-width: 105%;
  height: 98%;
  min-height: 98%;
}

@media only screen and (max-width: 1440px) {
  #statusObraCarousel .base-timer {
    position: relative;
    width: 75%;
    height: 75%;
  }

  #statusObraCarousel .container-countdown {
    max-width: 64%;
    margin: 0 auto 1.5rem;
  }

  #statusObraCarousel li {
    height: 1.35rem;
  }

  #statusObraCarousel .base-timer__text h1 {
    font-size: 2.75rem !important;
    padding-right: 0 !important;
  }

  #statusObraCarousel .base-timer__text span {
    font-size: 1.25rem;
  }

  #statusObraCarousel .base-timer__image {
    width: 3rem;
  }

  .vibracarousel__content {
    width: 77%;
    min-width: 77%;
  }

  #statusObraCarousel .statusObraCarousel_carousel:before {
    height: 97%;
    width: 48%;
    background: #fd5001;
    content: "";
    position: absolute;
    top: 1%;
    right: 11%;
  }
}

@media only screen and (max-width: 1390px) {
  #statusObraCarousel .base-timer {
    position: relative;
    width: 72%;
    height: 72%;
    margin: 0 auto;
  }

  #statusObraCarousel .container-countdown {
    max-width: 59%;
    margin: 0 auto 1.5rem;
  }

  #statusObraCarousel li {
    height: 1.15rem;
  }

  #statusObraCarousel .base-timer__text h1 {
    font-size: 2.25rem !important;
  }

  #statusObraCarousel .base-timer__text span {
    font-size: 1rem;
  }

  #statusObraCarousel .base-timer__image {
    width: 2.5rem;
  }

  .vibracarousel__content {
    width: 68%;
    min-width: 68%;
  }

  #statusObraCarousel .statusObraCarousel_carousel:before {
    height: 98%;
    width: 42.5%;
    background: #fd5001;
    content: "";
    position: absolute;
    top: 0.5%;
    right: 16.5%;
  }
}

@media only screen and (max-width: 1199px) {
  .vibracarousel__content img {
    width: 120%;
    min-width: 120%;
  }

  #statusObraCarousel .statusObraCarousel_carousel:before {
    height: 97%;
    width: 49%;
    background: #fd5001;
    content: "";
    position: absolute;
    top: 1%;
    right: 10%;
  }
}

@media only screen and (max-width: 1023px) {
  .itemContact ul {
    justify-content: center;
  }

  #statusObraCarousel .statusObraCarousel_content {
    flex-direction: column;
  }

  #statusObraCarousel .line {
    width: 85%;
    margin: 0 auto;
  }

  #statusObraCarousel {
    margin-bottom: 5rem;
  }
  #statusObraCarousel .title {
    text-align: center;
  }
  #statusObraCarousel h2 {
    font-size: 2.25rem;
    margin: 0 0 0.5rem 0;
  }
  #statusObraCarousel h2:before {
    height: 3px;
  }
  #statusObraCarousel .circle {
    width: 100%;
  }
  #statusObraCarousel .bars {
    width: 100%;
  }
  #statusObraCarousel .container-countdown {
    max-width: 95%;
    margin: 2rem 0 2rem auto;
  }
  #statusObraCarousel .statusObraCarousel_content .base-timer__text h4 {
    font-size: 8rem;
    margin-bottom: 0.5rem;
  }
  #statusObraCarousel .base-timer__text span {
    font-size: 4.25rem;
    font-weight: 200;
  }
  #statusObraCarousel .base-timer__image {
    width: 9rem;
  }
  #statusObraCarousel .percentage {
    left: 0.75rem;
    font-size: 14px;
  }
  #statusObraCarousel .type {
    left: unset;
    font-size: 14px;
  }
  #statusObraCarousel li {
    justify-content: center;
    height: 2.6rem;
  }
  #statusObraCarousel li.adv .type {
    color: #000;
  }
  #statusObraCarousel li.advmobile .type {
    color: #fff;
  }
  #statusObraCarousel .base-timer__text {
    height: 95%;
  }

  #statusObraCarousel .statusObraCarousel_carousel {
    width: 90%;
    margin: 5rem auto;
  }

  .vibracarousel__content img {
    border-bottom: 15px solid #fd5001;
  }

  #statusObraCarousel .statusObraCarousel_carousel:before {
    /* height: 97%; */
    width: 80%;
    background: #fd5001;
    content: "";
    position: absolute;
    top: 62%;
    /* height: 400px; */
    right: 12%;
    min-height: 35%;
    height: 35%;
  }
}

@media (max-width: 991px) {
  #statusObraCarousel .statusObraCarousel_carousel:before {
    top: 65%;
    right: 12%;
    min-height: 31%;
    height: 31%;
  }
}

@media (max-width: 800px) {
  section.filtro form .campo {
    color: red !important;
  }

  #statusObraCarousel .statusObraCarousel_content .base-timer__text h4 {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  #statusObraCarousel {
    margin-bottom: 5rem;
  }
  #statusObraCarousel .title {
    text-align: center;
  }
  #statusObraCarousel h2 {
    font-size: 2.25rem;
    margin: 0 0 0.5rem 0;
  }
  #statusObraCarousel h2:before {
    height: 3px;
  }
  #statusObraCarousel .circle {
    width: 100%;
  }
  #statusObraCarousel .bars {
    width: 100%;
    margin-bottom: -40px;
  }
  #statusObraCarousel .container-countdown {
    max-width: 100%;
    margin: 2rem 0 2rem auto;
  }
  #statusObraCarousel .base-timer__text h1 {
    font-size: 4rem !important;
    margin-bottom: 0.5rem !important;
  }
  #statusObraCarousel .base-timer__text span {
    font-size: 1.25rem;
  }
  #statusObraCarousel .base-timer__image {
    width: 4rem;
  }
  #statusObraCarousel .percentage {
    left: 0.75rem;
    font-size: 14px;
  }
  #statusObraCarousel .type {
    left: unset;
    font-size: 14px;
  }
  #statusObraCarousel li {
    justify-content: center;
  }
  #statusObraCarousel li.adv .type {
    color: #000;
  }
  #statusObraCarousel li.advmobile .type {
    color: #fff;
  }

  .vibracarousel__content img {
    width: 135%;
    min-width: 135%;
  }
}

@media only screen and (max-width: 758px) {
  #statusObraCarousel .statusObraCarousel_carousel:before {
    width: 0;
  }

  #statusObraCarousel .base-timer {
    width: 82%;
  }
}

@media only screen and (max-width: 425px) {
  #statusObraCarousel .statusObraCarousel_carousel:before {
    width: 85%;
    background: #fd5001;
    content: "";
    position: absolute;
    top: 70.5%;
    right: 9%;
    min-height: 23.5%;
    height: 23.5px;
  }
}

@media only screen and (max-width: 415px) {
  #statusObraCarousel .statusObraCarousel_carousel:before {
    min-height: 21.5%;
    height: 21.5%;
    top: 72%;
  }
}

@media only screen and (max-width: 370px) {
  #statusObraCarousel .statusObraCarousel_carousel:before {
    min-height: 19.5%;
    height: 19.5%;
    top: 73.5%;
  }
}

/* MODAL GALLERY */
.modal-gallery * {
  color: #ffffff;
}
.modal-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  background: rgba(0, 0, 0, 1);
  transition: 400ms ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal-gallery__carrossel .slick-list,
.modal-gallery__carrossel .slick-track {
  height: 100%;
}
.modal-gallery button {
  background: unset;
  display: block;
}
.modal-gallery.open {
  opacity: 1;
  visibility: visible;
}
.modal-gallery__top {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-gallery__top div {
  display: flex;
  align-items: center;
  gap: 24px;
}
.modal-gallery__carrossel {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-gallery__carrossel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 56px;
}
.modal-gallery svg {
  width: 24px;
  height: 24px;
}

.modal-gallery svg path {
  fill: #ffffff;
}
@media screen and (max-width: 640px) {
  .modal-gallery__carrossel .item {
    padding: 0;
  }
  .modal-gallery__prev,
  .modal-gallery__next {
    display: none;
  }
}
.modal-gallery__carrossel .item img {
  max-width: 100%;
  max-height: calc(100vh - 80px);
}
.modal-gallery__carrossel .item span {
  display: flex;
  font-style: italic;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  text-align: center;
}
.modal-gallery__prev,
.modal-gallery__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.modal-gallery i {
  font-size: 20px;
}
.modal-gallery__prev {
  left: 16px;
}
.modal-gallery__next {
  right: 16px;
}

header .header-wrap #mobIcon {
  top: 28px;
}
.desk-wrap-active-vibra {
  display: inline !important;
}
.mob-wrap-active-vibra {
  display: none !important;
}

@media only screen and (max-width: 999px) {
  .desk-wrap-active-vibra {
    display: none !important;
  }
  .mob-wrap-active-vibra {
    display: inline !important;
  }
}

.headerzinho li .mob-sub-menu {
  display: none;
  background-color: #ff4f00;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 0.4rem;
  border-radius: 10px;
  border: 1px solid white;
}

.headerzinho li .mob-sub-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid white;
  margin-top: -0.6rem;
  /* margin-left: 2rem; */
  left: 1rem;
  position: absolute;
}

.headerzinho li .mob-sub-menu li {
  display: block !important;
  transition: all 0.2s ease;
  outline: none;
  padding-right: 0;
}

.headerzinho li .mob-sub-menu a {
  text-decoration: none;
  color: white;
  padding: 0 5px 0 12px;
  display: block !important;
  outline: none;
  white-space: pre;
}
.mob-wrapper-sub-menu-vibra {
  display: none;
  position: static;
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  left: 0;
}
.mob-wrapper-sub-menu-emp {
  display: none;
  position: static;
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  left: 0;
}

.headerzinho li .mob-sub-menu a:hover {
  display: block !important;
}

.headerzinho li .mob-sub-menu-emp {
  display: none;
  background-color: #ff4f00;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 0.4rem;
  border-radius: 10px;
  border: 1px solid white;
}

.headerzinho li .mob-sub-menu-emp::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid white;
  margin-top: -0.6rem;
  /* margin-left: 2rem; */
  left: 1rem;
  position: absolute;
}

.headerzinho li .mob-sub-menu-emp li {
  display: block !important;
  transition: all 0.2s ease;
  outline: none;
  padding-right: 0;
}

.headerzinho li .mob-sub-menu-emp a {
  text-decoration: none;
  color: white;
  padding: 0 5px 0 12px;
  display: block !important;
  outline: none;
  white-space: pre;
}
.mob-wrapper-sub-menu-vibra {
  display: none;
  position: static;
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  left: 0;
}
.mob-wrapper-sub-menu-emp {
  display: none;
  position: static;
  z-index: 1;
  margin-top: -1rem;
  padding-top: 1rem;
  left: 0;
}

.close-mob-wrappper {
  position: absolute;
  right: 27px;
  color: white;
  z-index: 999999999;
  font-size: 20px;
  width: 24px;
}

.headerzinho li .mob-sub-menu-emp a:hover {
  display: block !important;
}

/* .headerzinho li:hover .mob-wrapper-sub-menu,
     .headerzinho li:hover .mob-sub-menu {
       display: block;
     } */

.wpcf7-not-valid-tip {
  font-size: 0.6em !important;
  margin-top: -1rem !important;
  margin-bottom: 1rem !important;
}

@media only screen and (max-width: 760px) {
  .wpcf7-not-valid-tip {
    font-size: 1em !important;
    margin-top: 0rem !important;
    margin-bottom: 0.5rem !important;
  }
}

.set__message__modal__ {
  display: none !important;
}
