@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Light.eot");
  src: url("fonts/TWKEverett-Light.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Light.woff2") format("woff2"), url("fonts/TWKEverett-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Black.eot");
  src: url("fonts/TWKEverett-Black.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Black.woff2") format("woff2"), url("fonts/TWKEverett-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Bold.eot");
  src: url("fonts/TWKEverett-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Bold.woff2") format("woff2"), url("fonts/TWKEverett-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Regular.eot");
  src: url("fonts/TWKEverett-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Regular.woff2") format("woff2"), url("fonts/TWKEverett-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Medium.eot");
  src: url("fonts/TWKEverett-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Medium.woff2") format("woff2"), url("fonts/TWKEverett-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.fw-black {
  font-weight: 900;
}

.strong {
  font-weight: 800;
}

p {
  font-family: "TWK Everett", serif;
  font-size: 1.111rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #333;
}

.font-padrao {
  font-family: "TWK Everett", serif;
}

.uc {
  text-transform: uppercase;
}

.fontXLarge {
  font-size: 5rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontLarge {
  font-size: 4.167rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontXMedium {
  font-size: 2.722rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontMedium {
  font-size: 2.222rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontXSmall {
  font-size: 1.944rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontSmall {
  font-size: 1.444rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.c-white {
  color: #fff;
}

.c-texto {
  color: #1D1D1D !important;
}

.c-light {
  color: #D6D6D6;
}

.bg-white {
  background-color: #fff;
}

.bg-texto {
  background-color: #1D1D1D !important;
}

.bg-light {
  background-color: #D6D6D6;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

svg,
img {
  max-width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "TWK Everett", serif;
}
@media only screen and (min-width: 1300px) {
  html,
  body {
    font-size: 18px;
  }
}

html {
  height: auto;
}

body {
  position: relative;
  height: auto;
}

button.button {
  border: none;
  cursor: pointer;
}

button.button,
a.button {
  display: inline-table;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  background-color: #F48B0C;
  font-weight: 800;
  color: #fff;
}
button.button.mt-0,
a.button.mt-0 {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
  font-family: "TWK Everett", serif;
  font-weight: normal;
}

.grid {
  width: min(90%, 98.125rem);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.wpcf7 .wpcf7-form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wpcf7 p {
  position: relative;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -20%);
  width: 20px;
  height: 20px;
}
.wpcf7 .wpcf7-response-output {
  padding: 15px !important;
  text-align: center;
  font-size: 18px;
  color: #1D1D1D;
}
.wpcf7 .tr {
  position: relative;
  width: 100%;
}
.wpcf7 .tr p {
  padding-top: 10px;
}
.wpcf7 .tc {
  width: 100%;
  text-align: center !important;
}
.wpcf7 .campField {
  width: 100%;
  margin-top: 15px;
}
.wpcf7 .campField:first-child {
  margin-top: 0;
}
.wpcf7 .campField.w50 {
  width: 49%;
}
.wpcf7 .campField.w30 {
  width: 28%;
}
.wpcf7 .campField.w70 {
  width: 70%;
}
.wpcf7 .campField.checkbox .wpcf7-checkbox {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.wpcf7 .campField.checkbox .wpcf7-list-item {
  width: 48%;
  margin: 15px 0;
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: normal;
}
.wpcf7 .campField.checkbox .wpcf7-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.wpcf7 .campField.w50 {
  width: 49%;
}
.wpcf7 .campField p {
  font-family: "TWK Everett", serif;
  font-size: 1.111rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #333;
  padding-top: 0;
  color: #1D1D1D;
  width: 100%;
  position: relative;
}
.wpcf7 .campField p ~ p {
  padding-top: 0;
}
.wpcf7 .campField .textfield {
  width: 100%;
  background-color: #fff;
  border: 1px solid #707070;
  padding: 15px;
  color: #1D1D1D;
  margin-top: 5px;
}
.wpcf7 .campField ::placeholder {
  color: #1D1D1D;
  opacity: 0.8;
}
.wpcf7 .campField textarea.textfield {
  resize: vertical;
  height: 180px;
}
.wpcf7 .btn {
  width: 100%;
  text-align: right;
  margin-top: 1.5rem;
}
.wpcf7 .btn p {
  padding-top: 0;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Light.eot");
  src: url("fonts/TWKEverett-Light.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Light.woff2") format("woff2"), url("fonts/TWKEverett-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Black.eot");
  src: url("fonts/TWKEverett-Black.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Black.woff2") format("woff2"), url("fonts/TWKEverett-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Bold.eot");
  src: url("fonts/TWKEverett-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Bold.woff2") format("woff2"), url("fonts/TWKEverett-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Regular.eot");
  src: url("fonts/TWKEverett-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Regular.woff2") format("woff2"), url("fonts/TWKEverett-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Medium.eot");
  src: url("fonts/TWKEverett-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Medium.woff2") format("woff2"), url("fonts/TWKEverett-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.fw-black {
  font-weight: 900;
}

.strong {
  font-weight: 800;
}

p {
  font-family: "TWK Everett", serif;
  font-size: 1.111rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #333;
}

.font-padrao {
  font-family: "TWK Everett", serif;
}

.uc {
  text-transform: uppercase;
}

.fontXLarge {
  font-size: 5rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontLarge {
  font-size: 4.167rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontXMedium {
  font-size: 2.722rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontMedium {
  font-size: 2.222rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontXSmall {
  font-size: 1.944rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontSmall {
  font-size: 1.444rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.c-white {
  color: #fff;
}

.c-texto {
  color: #1D1D1D !important;
}

.c-light {
  color: #D6D6D6;
}

.bg-white {
  background-color: #fff;
}

.bg-texto {
  background-color: #1D1D1D !important;
}

.bg-light {
  background-color: #D6D6D6;
}

.sec-header {
  width: 100%;
  top: 0;
  left: 0;
  padding: 28px 0;
  border-bottom: 1px solid #1D1D1D;
}
.sec-header.orcamento {
  background-color: #1D1D1D;
}
.sec-header.orcamento .logo svg, .sec-header.orcamento .logo path {
  fill: #fff;
}
.sec-header.orcamento .sec-menu li a {
  color: #fff;
}
.sec-header .sec-menu {
  align-self: center;
}
.sec-header .sec-menu input#menuhamburguer {
  display: none;
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu {
    z-index: 999;
    order: 4;
    width: 30%;
  }
  .sec-header .sec-menu .redes-sociais-res {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
    z-index: 2;
    transform: translate(-50%, 0);
    max-height: 30px;
    top: auto;
    bottom: 0;
  }
  .sec-header .sec-menu .redes-sociais-res a {
    margin: 0 20px;
  }
  .sec-header .sec-menu .redes-sociais-res a path,
  .sec-header .sec-menu .redes-sociais-res a svg {
    fill: #fff;
  }
  .sec-header .sec-menu .menu-responsivo {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #1D1D1D;
    position: fixed;
    top: 35px;
    right: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #1D1D1D, 0 0 0 8px #1D1D1D;
    z-index: 2;
    transition: 0.4s ease-in-out;
  }
  .sec-header .sec-menu .menu-responsivo:hover {
    box-shadow: 0 0 0 8px #1D1D1D, 0 0 0 8px #1D1D1D;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer {
    display: block;
    background: #fff;
    width: 25px;
    height: 2px;
    position: relative;
    top: 14px;
    left: 2px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    z-index: 9;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after, .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    background: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.4s ease-in-out;
    left: 0;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    top: -6px;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after {
    bottom: -6px;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer {
    transform: rotate(45deg);
    transform-origin: center;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:after, .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:before {
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .menu-responsivo {
    box-shadow: 0 0 0 130vw #1D1D1D, 0 0 0 130vh #1D1D1D;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul {
    transition: 0.25s 0.4s ease;
    opacity: 1 !important;
    visibility: unset;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul li ul {
    transition: 0s;
    padding: 0;
  }
  .sec-header .sec-menu ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    z-index: 2;
    width: 100%;
  }
}
@media screen and (max-width: 1025px) and (max-width: 500px) {
  .sec-header .sec-menu ul {
    width: 100%;
    padding: 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu ul li {
    width: auto;
    display: block;
    text-align: center;
  }
  .sec-header .sec-menu ul li.menu-item-has-children > a {
    display: none;
  }
  .sec-header .sec-menu ul li .sub-menu {
    display: block !important;
    position: unset !important;
    transform: translate(0, 0) !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .sec-header .sec-menu ul li a {
    font-size: 1.887rem;
    padding: 1.333rem 0 !important;
    color: #fff !important;
  }
}
.sec-header .sec-menu li {
  display: inline-table;
}
.sec-header .sec-menu li a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  padding: 1rem 2rem;
}

@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Light.eot");
  src: url("fonts/TWKEverett-Light.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Light.woff2") format("woff2"), url("fonts/TWKEverett-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Black.eot");
  src: url("fonts/TWKEverett-Black.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Black.woff2") format("woff2"), url("fonts/TWKEverett-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Bold.eot");
  src: url("fonts/TWKEverett-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Bold.woff2") format("woff2"), url("fonts/TWKEverett-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Regular.eot");
  src: url("fonts/TWKEverett-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Regular.woff2") format("woff2"), url("fonts/TWKEverett-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Medium.eot");
  src: url("fonts/TWKEverett-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Medium.woff2") format("woff2"), url("fonts/TWKEverett-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.fw-black {
  font-weight: 900;
}

.strong {
  font-weight: 800;
}

p {
  font-family: "TWK Everett", serif;
  font-size: 1.111rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #333;
}

.font-padrao {
  font-family: "TWK Everett", serif;
}

.uc {
  text-transform: uppercase;
}

.fontXLarge {
  font-size: 5rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontLarge {
  font-size: 4.167rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontXMedium {
  font-size: 2.722rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontMedium {
  font-size: 2.222rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontXSmall {
  font-size: 1.944rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontSmall {
  font-size: 1.444rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.c-white {
  color: #fff;
}

.c-texto {
  color: #1D1D1D !important;
}

.c-light {
  color: #D6D6D6;
}

.bg-white {
  background-color: #fff;
}

.bg-texto {
  background-color: #1D1D1D !important;
}

.bg-light {
  background-color: #D6D6D6;
}

.art-home .sec-hero-home {
  --height-banner: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .art-home .sec-hero-home {
    --height-banner: 110vh;
  }
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home {
    --height-banner: 100vh;
    max-height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .logo {
    width: 100%;
    text-align: center;
    padding: 2rem 0 0 0;
  }
  .art-home .sec-hero-home .logo svg {
    width: 240px;
  }
}
.art-home .sec-hero-home .video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.art-home .sec-hero-home .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.art-home .sec-hero-home:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-color: #000;
  opacity: 0.46;
}
.art-home .sec-hero-home .grid {
  min-height: var(--height-banner);
  position: relative;
  z-index: 5;
}
.art-home .sec-hero-home .grid .header-home {
  padding: 2rem 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .grid .header-home {
    padding: 2rem 0 0 0;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .grid .header-home .sec-menu {
    width: 100%;
    text-align: center;
    padding-top: 3rem;
  }
}
.art-home .sec-hero-home .grid .header-home .sec-menu li {
  display: inline-table;
}
.art-home .sec-hero-home .grid .header-home .sec-menu li a {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 1rem 2rem;
  transition: 0.3s ease-in-out;
}
.art-home .sec-hero-home .grid .header-home .sec-menu li a:hover {
  opacity: 0.5;
}
.art-home .sec-hero-home .grid .desc {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .grid .desc {
    padding: 0;
    text-align: center;
  }
}
.art-home .sec-hero-home .grid .desc h1 {
  color: #fff;
}
.art-home .sec-hero-home .grid .desc p {
  color: #fff;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 300;
}
.art-home .sec-hero-home .grid .menu-banner {
  width: 100%;
}
.art-home .sec-hero-home .grid .menu-banner ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .grid .menu-banner ul {
    padding: 3rem 0 6rem 0;
    gap: 20px;
  }
}
.art-home .sec-hero-home .grid .menu-banner ul li {
  display: block;
  flex: 1;
}
@media screen and (max-width: 500px) {
  .art-home .sec-hero-home .grid .menu-banner ul li {
    width: calc(50% - 20px);
    flex: auto;
  }
}
.art-home .sec-hero-home .grid .menu-banner ul li a {
  font-size: 1.167rem;
  color: #fff;
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff;
  padding: 10px 15px;
  transition: 0.3s ease-in-out;
}
.art-home .sec-hero-home .grid .menu-banner ul li a:hover {
  background-color: rgba(255, 255, 255, 0.89);
  color: #637146;
}

.art-sobre-nos .sec-hero-page {
  padding: 4rem 0;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-hero-page {
    padding: 2rem 0;
  }
}
.art-sobre-nos .sec-hero-page .desc {
  width: 48%;
  padding: 3rem 0;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-hero-page .desc {
    width: 100%;
    padding: 2rem;
  }
}
.art-sobre-nos .sec-hero-page .desc h1 {
  color: #BCA695;
}
.art-sobre-nos .sec-hero-page .desc h1 .txt {
  display: inline;
}
.art-sobre-nos .sec-hero-page .desc h1 .ico {
  display: inline;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-hero-page .desc h1 .ico img {
    height: 42px;
  }
}
.art-sobre-nos .sec-hero-page .img {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-hero-page .img {
    width: 100%;
    margin-top: 1rem;
  }
}
.art-sobre-nos .sec-hero-page .img img {
  background-color: #ccc;
  border-radius: 12px;
}
.art-sobre-nos .sec-galeria-mosaico {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: dense;
  gap: 10px 10px;
  grid-template-areas: "item-1 item-1 item-1 item-1 item-2 item-2 item-2 item-2 item-3 item-3 item-3 item-3" "item-4 item-4 item-4 item-4 item-5 item-5 item-6 item-6 item-6 item-6 item-7 item-7";
}
.art-sobre-nos .sec-galeria-mosaico .item-1 {
  grid-area: item-1;
}
.art-sobre-nos .sec-galeria-mosaico .item-2 {
  grid-area: item-2;
}
.art-sobre-nos .sec-galeria-mosaico .item-3 {
  grid-area: item-3;
}
.art-sobre-nos .sec-galeria-mosaico .item-4 {
  grid-area: item-4;
}
.art-sobre-nos .sec-galeria-mosaico .item-5 {
  grid-area: item-5;
}
.art-sobre-nos .sec-galeria-mosaico .item-6 {
  grid-area: item-6;
}
.art-sobre-nos .sec-galeria-mosaico .item-7 {
  grid-area: item-7;
}
.art-sobre-nos .sec-galeria-mosaico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 292px;
}
.art-sobre-nos .sec-mis-vis-val {
  padding: 6rem 0;
}
.art-sobre-nos .sec-mis-vis-val .grid {
  gap: 30px;
}
.art-sobre-nos .sec-mis-vis-val .item {
  width: calc(33.33333% - 30px);
  text-align: center;
  padding: 4rem;
  border-radius: 30px;
  border: 1px solid #000;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-mis-vis-val .item {
    width: 100%;
  }
}
.art-sobre-nos .sec-mis-vis-val .item .ico {
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.art-sobre-nos .sec-mis-vis-val .item p {
  font-weight: 300;
}
.art-sobre-nos .sec-jundiai {
  background-color: #656565;
  padding: 12rem 0 5rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.art-sobre-nos .sec-jundiai:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 2;
  position: absolute;
  opacity: 0.86;
}
.art-sobre-nos .sec-jundiai:after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url("../img/detail-sobre.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
.art-sobre-nos .sec-jundiai .grid {
  align-items: center;
  align-content: center;
  position: relative;
  z-index: 3;
}
.art-sobre-nos .sec-jundiai .desc {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-jundiai .desc {
    width: 100%;
    padding: 0 2rem;
  }
}
.art-sobre-nos .sec-jundiai .desc h2 {
  color: #fff;
}
.art-sobre-nos .sec-jundiai .desc h2 .txt {
  display: inline;
}
.art-sobre-nos .sec-jundiai .desc h2 .ico {
  display: inline;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-jundiai .desc h2 .ico img {
    height: 42px;
  }
}
.art-sobre-nos .sec-jundiai .desc h3 {
  font-size: 4.167rem;
  color: #e8c08b;
  line-height: 1.2;
  padding: 2rem 0 1rem 0;
}
.art-sobre-nos .sec-jundiai .desc h3 + p {
  border-top: 2px solid #fff;
  padding-top: 0;
  padding: 1rem 0;
  font-size: 1.444rem;
  color: #1D1D1D;
  line-height: 1.2;
  color: #fff;
  display: inline-table;
  min-width: 369px;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-jundiai .desc h3 + p {
    min-width: 100%;
  }
}
.art-sobre-nos .sec-jundiai .img {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-jundiai .img {
    width: 100%;
    padding: 0 2rem;
    margin-top: 2rem;
  }
}
.art-sobre-nos .sec-jundiai .img h3 {
  text-align: center;
  color: #fff;
}
.art-sobre-nos .sec-jundiai .img h3 span {
  display: block;
  padding-top: 1rem;
}
.art-sobre-nos .sec-jundiai .img .img-dest {
  width: 100%;
  height: 500px;
  margin-top: 1.5rem;
  border-radius: 26px;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .art-sobre-nos .sec-jundiai .img .img-dest {
    height: 400px;
  }
}
.art-sobre-nos .sec-jundiai .img .legend {
  padding: 1rem;
  background-color: #BCA695;
  max-width: 90%;
  margin: 0 auto;
  transform: translate(0, -50%);
}
.art-sobre-nos .sec-jundiai .img .legend p {
  padding-top: 0;
  font-size: 1.444rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}
.art-sobre-nos .sec-logo {
  background-color: #1D1D1D;
  padding: 8rem 0;
}
.art-sobre-nos .sec-logo .logo {
  width: 100%;
  text-align: center;
}

.art-arquitetura .sec-hero-page {
  padding: 0;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-hero-page {
    width: 2rem 0;
  }
}
.art-arquitetura .sec-hero-page .grid {
  align-items: center;
  align-content: center;
}
.art-arquitetura .sec-hero-page .desc {
  width: 45vw;
  padding: 3rem 0;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-hero-page .desc {
    width: 2rem;
    width: 100%;
  }
}
.art-arquitetura .sec-hero-page .desc h1 small {
  display: block;
  font-size: 2.2rem;
}
.art-arquitetura .sec-hero-page .desc h2 {
  letter-spacing: 3px;
}
.art-arquitetura .sec-hero-page .desc h2 small {
  display: block;
  font-size: 1.82rem;
}
.art-arquitetura .sec-hero-page .desc p {
  font-size: 15px;
  letter-spacing: 2px;
  padding-top: 15px;
}
.art-arquitetura .sec-hero-page .desc + .desc {
  width: 34vw;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-hero-page .desc + .desc {
    width: 0 2rem;
    width: 100%;
  }
}
.art-arquitetura .sec-hero-page .desc + .desc p {
  font-size: 16px;
}
.art-arquitetura .sec-list-galeria {
  padding: 0 0 4rem 0;
}
.art-arquitetura .sec-list-galeria .container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px 20px;
  grid-template-areas: "item-1 item-1 item-1" "item-2 item-2 item-4" "item-3 item-3 item-4" "item-5 item-5 item-5" "item-6 item-7 item-7" "item-8 item-8 item-8";
}
.art-arquitetura .sec-list-galeria .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(6, auto);
  gap: 20px 20px;
  grid-auto-flow: dense;
}
.art-arquitetura .sec-list-galeria img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-arquitetura .sec-list-galeria .item-1,
.art-arquitetura .sec-list-galeria .item-2,
.art-arquitetura .sec-list-galeria .item-3,
.art-arquitetura .sec-list-galeria .item-4,
.art-arquitetura .sec-list-galeria .item-5,
.art-arquitetura .sec-list-galeria .item-6,
.art-arquitetura .sec-list-galeria .item-7,
.art-arquitetura .sec-list-galeria .item-8 {
  overflow: hidden;
}
.art-arquitetura .sec-list-galeria .item-1 img,
.art-arquitetura .sec-list-galeria .item-2 img,
.art-arquitetura .sec-list-galeria .item-3 img,
.art-arquitetura .sec-list-galeria .item-4 img,
.art-arquitetura .sec-list-galeria .item-5 img,
.art-arquitetura .sec-list-galeria .item-6 img,
.art-arquitetura .sec-list-galeria .item-7 img,
.art-arquitetura .sec-list-galeria .item-8 img {
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.art-arquitetura .sec-list-galeria .item-1 img:hover,
.art-arquitetura .sec-list-galeria .item-2 img:hover,
.art-arquitetura .sec-list-galeria .item-3 img:hover,
.art-arquitetura .sec-list-galeria .item-4 img:hover,
.art-arquitetura .sec-list-galeria .item-5 img:hover,
.art-arquitetura .sec-list-galeria .item-6 img:hover,
.art-arquitetura .sec-list-galeria .item-7 img:hover,
.art-arquitetura .sec-list-galeria .item-8 img:hover {
  transform: scale(1.02);
}
.art-arquitetura .sec-list-galeria .item-1 {
  grid-column: 1/span 3;
  height: 600px;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-list-galeria .item-1 {
    height: 250px;
  }
}
.art-arquitetura .sec-list-galeria .item-2 {
  grid-column: 1/span 2;
  height: 300px;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-list-galeria .item-2 {
    height: 125px;
  }
}
.art-arquitetura .sec-list-galeria .item-3 {
  grid-column: 1/span 2;
  height: 300px;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-list-galeria .item-3 {
    height: 125px;
  }
}
.art-arquitetura .sec-list-galeria .item-4 {
  grid-column: 3/span 1;
  grid-row: span 2;
  height: 620px;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-list-galeria .item-4 {
    height: 270px;
  }
}
.art-arquitetura .sec-list-galeria .item-5 {
  grid-column: 1/span 3;
  height: 600px;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-list-galeria .item-5 {
    height: 250px;
  }
}
.art-arquitetura .sec-list-galeria .item-6 {
  grid-column: 1/span 1;
  grid-row: span 2;
  height: 620px;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-list-galeria .item-6 {
    height: 270px;
  }
}
.art-arquitetura .sec-list-galeria .item-7 {
  grid-column: 2/span 2;
  height: 300px;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-list-galeria .item-7 {
    height: 125px;
  }
}
.art-arquitetura .sec-list-galeria .item-8 {
  grid-column: 2/span 2;
  height: 300px;
}
@media screen and (max-width: 500px) {
  .art-arquitetura .sec-list-galeria .item-8 {
    height: 125px;
  }
}
.art-arquitetura .sec-ch {
  padding: 0 0 6rem 0;
}
.art-arquitetura .sec-ch .btn {
  margin: 0 auto;
}
.art-arquitetura .sec-ch .btn a.button {
  font-size: 1.993rem;
  border-radius: 0;
  background-color: #637146;
}

.art-interiores .sec-hero-page {
  padding: 0;
}
.art-interiores .sec-hero-page .grid {
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 500px) {
  .art-interiores .sec-hero-page {
    padding: 2rem 0;
  }
}
.art-interiores .sec-hero-page .desc {
  width: 35vw;
  padding: 3rem 0;
}
@media screen and (max-width: 500px) {
  .art-interiores .sec-hero-page .desc {
    width: 100%;
    padding: 2rem;
  }
}
.art-interiores .sec-hero-page .desc h1 small {
  display: block;
  font-size: 2.2rem;
}
.art-interiores .sec-hero-page .desc h2 small {
  display: block;
  font-size: 1.62rem;
}
.art-interiores .sec-hero-page .desc + .desc {
  width: 30vw;
  max-width: 376px;
}
@media screen and (max-width: 500px) {
  .art-interiores .sec-hero-page .desc + .desc {
    width: 100%;
    padding: 2rem;
  }
}
.art-interiores .sec-hero-page .desc + .desc span.letter {
  letter-spacing: 6px;
}
.art-interiores .sec-hero-page .desc + .desc p {
  font-size: 15px;
  letter-spacing: 2px;
  padding-top: 15px;
}
.art-interiores .sec-list-galeria {
  padding: 0 0 4rem 0;
}
.art-interiores .sec-list-galeria .container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
.art-interiores .sec-list-galeria img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.art-interiores .sec-list-galeria .item-1,
.art-interiores .sec-list-galeria .item-2,
.art-interiores .sec-list-galeria .item-3,
.art-interiores .sec-list-galeria .item-12 {
  height: 600px;
}
@media screen and (max-width: 500px) {
  .art-interiores .sec-list-galeria .item-1,
  .art-interiores .sec-list-galeria .item-2,
  .art-interiores .sec-list-galeria .item-3,
  .art-interiores .sec-list-galeria .item-12 {
    height: 200px;
  }
}
.art-interiores .sec-list-galeria .item-1 {
  grid-column: span 4;
}
.art-interiores .sec-list-galeria .item-2 {
  grid-column: span 2;
}
.art-interiores .sec-list-galeria .item-3 {
  grid-column: span 2;
}
.art-interiores .sec-list-galeria .item-4 {
  grid-column: span 2;
}
.art-interiores .sec-list-galeria .item-5 {
  grid-column: span 1;
}
.art-interiores .sec-list-galeria .item-6 {
  grid-column: span 1;
}
.art-interiores .sec-list-galeria .item-7 {
  grid-column: span 1;
}
.art-interiores .sec-list-galeria .item-8 {
  grid-column: span 1;
}
.art-interiores .sec-list-galeria .item-9 {
  grid-column: span 2;
}
.art-interiores .sec-list-galeria .item-10 {
  grid-column: span 1;
}
.art-interiores .sec-list-galeria .item-11 {
  grid-column: span 3;
}
.art-interiores .sec-list-galeria .item-12 {
  grid-column: span 4;
}
.art-interiores .sec-list-galeria .item-13 {
  grid-column: span 1;
}
.art-interiores .sec-list-galeria .item-14 {
  grid-column: span 2;
}
.art-interiores .sec-list-galeria .item-15 {
  grid-column: span 1;
}
.art-interiores .sec-list-galeria .item-16 {
  grid-column: span 3;
}
.art-interiores .sec-list-galeria .item-17 {
  grid-column: span 1;
}
.art-interiores .sec-list-galeria .item-1,
.art-interiores .sec-list-galeria .item-2,
.art-interiores .sec-list-galeria .item-3,
.art-interiores .sec-list-galeria .item-4,
.art-interiores .sec-list-galeria .item-5,
.art-interiores .sec-list-galeria .item-6,
.art-interiores .sec-list-galeria .item-7,
.art-interiores .sec-list-galeria .item-8,
.art-interiores .sec-list-galeria .item-9,
.art-interiores .sec-list-galeria .item-10,
.art-interiores .sec-list-galeria .item-11,
.art-interiores .sec-list-galeria .item-12,
.art-interiores .sec-list-galeria .item-13,
.art-interiores .sec-list-galeria .item-14,
.art-interiores .sec-list-galeria .item-15,
.art-interiores .sec-list-galeria .item-16,
.art-interiores .sec-list-galeria .item-17 {
  overflow: hidden;
}
.art-interiores .sec-list-galeria .item-1 img,
.art-interiores .sec-list-galeria .item-2 img,
.art-interiores .sec-list-galeria .item-3 img,
.art-interiores .sec-list-galeria .item-4 img,
.art-interiores .sec-list-galeria .item-5 img,
.art-interiores .sec-list-galeria .item-6 img,
.art-interiores .sec-list-galeria .item-7 img,
.art-interiores .sec-list-galeria .item-8 img,
.art-interiores .sec-list-galeria .item-9 img,
.art-interiores .sec-list-galeria .item-10 img,
.art-interiores .sec-list-galeria .item-11 img,
.art-interiores .sec-list-galeria .item-12 img,
.art-interiores .sec-list-galeria .item-13 img,
.art-interiores .sec-list-galeria .item-14 img,
.art-interiores .sec-list-galeria .item-15 img,
.art-interiores .sec-list-galeria .item-16 img,
.art-interiores .sec-list-galeria .item-17 img {
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
.art-interiores .sec-list-galeria .item-1 img:hover,
.art-interiores .sec-list-galeria .item-2 img:hover,
.art-interiores .sec-list-galeria .item-3 img:hover,
.art-interiores .sec-list-galeria .item-4 img:hover,
.art-interiores .sec-list-galeria .item-5 img:hover,
.art-interiores .sec-list-galeria .item-6 img:hover,
.art-interiores .sec-list-galeria .item-7 img:hover,
.art-interiores .sec-list-galeria .item-8 img:hover,
.art-interiores .sec-list-galeria .item-9 img:hover,
.art-interiores .sec-list-galeria .item-10 img:hover,
.art-interiores .sec-list-galeria .item-11 img:hover,
.art-interiores .sec-list-galeria .item-12 img:hover,
.art-interiores .sec-list-galeria .item-13 img:hover,
.art-interiores .sec-list-galeria .item-14 img:hover,
.art-interiores .sec-list-galeria .item-15 img:hover,
.art-interiores .sec-list-galeria .item-16 img:hover,
.art-interiores .sec-list-galeria .item-17 img:hover {
  transform: scale(1.02);
}
.art-interiores .sec-ch {
  padding: 0 0 6rem 0;
}
.art-interiores .sec-ch .btn {
  margin: 0 auto;
}
.art-interiores .sec-ch .btn a.button {
  font-size: 1.993rem;
  border-radius: 0;
  background-color: #637146;
}

.art-contato .sec-hero-contato {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-hero-contato {
    padding: 2rem 0 0 0;
  }
}
.art-contato .sec-hero-contato .grid {
  min-height: 100vh;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-hero-contato .grid {
    width: 100%;
  }
}
.art-contato .sec-hero-contato .desc {
  width: 45%;
  padding: 3rem 0;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-hero-contato .desc {
    width: 100%;
    padding: 2rem;
  }
}
.art-contato .sec-hero-contato .desc h1 {
  color: #637146;
}
.art-contato .sec-hero-contato .desc h1 .txt {
  display: inline;
}
.art-contato .sec-hero-contato .desc h1 .ico {
  display: inline;
}
.art-contato .sec-hero-contato .desc button.button {
  font-size: 1.993rem;
  border-radius: 0;
  margin-top: 0;
  background-color: #637146;
  text-transform: uppercase;
}
.art-contato .sec-hero-contato .img {
  width: 40vw;
  height: 100%;
  position: absolute;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  bottom: 0;
  top: 0;
  right: 0;
}
@media screen and (max-width: 500px) {
  .art-contato .sec-hero-contato .img {
    width: 100%;
    height: 450px;
    position: unset;
  }
}

.art-faq .sec-hero-page .bg {
  height: 75vh;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .art-faq .sec-hero-page .bg {
    height: 250px;
  }
}
.art-faq .sec-hero-page .desc {
  width: 30vw;
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  .art-faq .sec-hero-page .desc {
    width: 100%;
    padding: 2rem;
  }
}
.art-faq .sec-hero-page .desc h1 {
  color: #000;
}
.art-faq .sec-hero-page .desc h1 .txt {
  display: inline;
}
.art-faq .sec-hero-page .desc h1 .ico {
  display: inline;
}
@media screen and (max-width: 500px) {
  .art-faq .sec-hero-page .desc h1 .ico img {
    height: 42px;
  }
}
.art-faq .sec-hero-page .desc + .desc {
  width: 25vw;
}
@media screen and (max-width: 500px) {
  .art-faq .sec-hero-page .desc + .desc {
    width: 100%;
    padding: 2rem;
  }
}
.art-faq .faq-container {
  width: 100%;
  padding-bottom: 4rem;
}
.art-faq .faq-container .faq-item {
  background-color: #D6D6D6;
  padding: 1rem;
  color: #637146;
  cursor: pointer;
}
.art-faq .faq-container .faq-item h2 {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.art-faq .faq-container .faq-item h2 .txt {
  display: block;
  width: calc(100% - 40px);
}
.art-faq .faq-container .faq-item:nth-child(even) {
  background-color: #f4fcff;
  color: #000;
}
.art-faq .faq-container .faq-item .faq-content {
  padding-bottom: 2rem;
}

.art-orcamento {
  background-color: #1D1D1D;
}
.art-orcamento .sec-hero-page .bg {
  height: 78vh;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .art-orcamento .sec-hero-page .bg {
    height: 250px;
  }
}
.art-orcamento .sec-hero-page .desc {
  width: 100%;
  text-align: center;
  padding: 5rem 0;
}
.art-orcamento .sec-hero-page .desc h1 {
  color: #F48B0C;
}
.art-orcamento .sec-hero-page .desc h1 .txt {
  display: inline;
}
.art-orcamento .sec-hero-page .desc h1 .ico {
  display: inline;
}
@media screen and (max-width: 500px) {
  .art-orcamento .sec-hero-page .desc h1 .ico img {
    height: 42px;
  }
}
.art-orcamento .sec-hero-page .desc p {
  font-size: 1.444rem;
  color: #fff;
  line-height: 1.2;
}
.art-orcamento .sec-form-orc {
  padding-bottom: 6rem;
}
.art-orcamento .sec-form-orc #calculo-orcamento {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 3rem;
  border: 2px solid #637146;
  margin-top: 2rem;
  display: none;
}
.art-orcamento .sec-form-orc #calculo-orcamento p {
  font-size: 1.444rem;
  color: #fff;
  line-height: 1.2;
  padding-top: 0;
  line-height: 2;
}
.art-orcamento .sec-form-orc #calculo-orcamento p strong {
  font-size: 4.167rem;
  color: #fff;
  line-height: 1.2;
}
.art-orcamento .sec-form-orc #calculo-orcamento a {
  margin-top: 2rem;
  display: inline-table;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  background-color: #637146;
  font-weight: 800;
  color: #fff;
}
.art-orcamento .sec-form-orc .form {
  width: 100%;
}
.art-orcamento .sec-form-orc .form .wpcf7-response-output {
  color: #fff;
  width: 100%;
  display: none;
}
.art-orcamento .sec-form-orc .form p {
  color: #fff;
}
.art-orcamento .sec-form-orc .form .campField {
  padding: 10px;
}
@media screen and (max-width: 500px) {
  .art-orcamento .sec-form-orc .form .campField.w50 {
    width: 100%;
  }
}
.art-orcamento .sec-form-orc .form .campField.radio {
  color: #fff;
}
.art-orcamento .sec-form-orc .form .campField.radio .wpcf7-list-item {
  margin: 1rem;
}
.art-orcamento .sec-form-orc .form .btn {
  text-align: center;
  margin-top: 2rem;
}
.art-orcamento .sec-form-orc .form button.button {
  font-size: 1.993rem;
  border-radius: 0;
  margin-top: 0;
  background-color: #F48B0C;
  text-transform: uppercase;
}

@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Light.eot");
  src: url("fonts/TWKEverett-Light.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Light.woff2") format("woff2"), url("fonts/TWKEverett-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Black.eot");
  src: url("fonts/TWKEverett-Black.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Black.woff2") format("woff2"), url("fonts/TWKEverett-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Bold.eot");
  src: url("fonts/TWKEverett-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Bold.woff2") format("woff2"), url("fonts/TWKEverett-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Regular.eot");
  src: url("fonts/TWKEverett-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Regular.woff2") format("woff2"), url("fonts/TWKEverett-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWK Everett";
  src: url("fonts/TWKEverett-Medium.eot");
  src: url("fonts/TWKEverett-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/TWKEverett-Medium.woff2") format("woff2"), url("fonts/TWKEverett-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.fw-black {
  font-weight: 900;
}

.strong {
  font-weight: 800;
}

p {
  font-family: "TWK Everett", serif;
  font-size: 1.111rem;
  line-height: 1.5;
  padding-top: 2rem;
  color: #333;
}

.font-padrao {
  font-family: "TWK Everett", serif;
}

.uc {
  text-transform: uppercase;
}

.fontXLarge {
  font-size: 5rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontLarge {
  font-size: 4.167rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontXMedium {
  font-size: 2.722rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontMedium {
  font-size: 2.222rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontXSmall {
  font-size: 1.944rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.fontSmall {
  font-size: 1.444rem;
  color: #1D1D1D;
  line-height: 1.2;
}

.c-white {
  color: #fff;
}

.c-texto {
  color: #1D1D1D !important;
}

.c-light {
  color: #D6D6D6;
}

.bg-white {
  background-color: #fff;
}

.bg-texto {
  background-color: #1D1D1D !important;
}

.bg-light {
  background-color: #D6D6D6;
}

.sec-rodape {
  background-color: #1D1D1D;
  padding: 5rem 0;
  border-top: 1px solid #fff;
}
.sec-rodape.faq {
  background-color: #637146;
}
.sec-rodape .grid {
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 500px) {
  .sec-rodape .grid {
    padding: 0 15vw;
  }
}
.sec-rodape .col {
  width: 30%;
}
.sec-rodape .col p {
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .sec-rodape .col {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .sec-rodape .col .redes-sociais {
    text-align: left;
    width: 100%;
  }
}
.sec-rodape .col .redes-sociais a {
  display: inline-table;
  padding-right: 1rem;
  margin: 10px 0;
}
.sec-rodape .col:last-child {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec-rodape .col:last-child {
    max-width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .sec-rodape .col:last-child {
    text-align: left;
    max-width: 144px;
    order: -1;
    padding: 0 0 40px 0;
  }
}
.sec-rodape .col .item-contact {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 1rem 0;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .sec-rodape .col .item-contact {
    justify-content: flex-start;
    text-align: left;
    gap: 13px;
  }
}
.sec-rodape .col .item-contact .ico {
  width: 30px;
}
@media screen and (max-width: 500px) {
  .sec-rodape .col .item-contact .ico {
    width: 23px;
  }
}
.sec-rodape .col .item-contact .txt {
  width: calc(100% - 40px);
}
@media screen and (max-width: 500px) {
  .sec-rodape .col .item-contact .txt {
    width: auto;
  }
}

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