@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 0.4s;
}

button {
  cursor: pointer;
  transition: 0.4s;
}

.owl-item {
  float: left;
}

.owl-stage-outer {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-all-page {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 5;
  min-height: 100vh;
  background: #efefef;
}

.wrap-home {
  background: #f6f6f6;
}

.hide-h1 {
  position: absolute;
  left: -9999em;
  text-indent: -9999em;
}

ul {
  padding-left: 0;
}

.row {
  clear: both;
}

body.overflow {
  overflow: hidden;
}

.container {
  max-width: 1350px;
}

.google-icon {
  font-family: "Material Symbols Outlined";
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #4b4f56;
}

h1,
h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #2e2d37;
}

.owl-carousel div.disabled {
  display: none !important;
}

.separator {
  display: table;
  margin-bottom: 20px;
}

.btn-white {
  display: flex;
  height: 50px;
  border-radius: 5px;
  padding: 0 20px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ff002e;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border: none;
}

.btn-white i {
  margin-left: 10px;
}

.btn-white:hover {
  background: #ff002e;
  color: #fff;
}

.btn-red {
  display: flex;
  height: 55px;
  border-radius: 5px;
  padding: 0 20px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background: #ff002e;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border: none;
}

.btn-red i {
  margin-left: 10px;
}

.btn-red:hover {
  background: #fff;
  color: #ff002e;
}

.btn-whatsapp {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  height: 55px;
  border-radius: 5px;
  padding: 0 20px;
  background: #00b55f;
  flex-shrink: 0;
  margin-right: 50px;
}

.btn-whatsapp i {
  font-size: 24px;
  margin-right: 10px;
}

.btn-whatsapp:hover {
  background: #075b51;
  color: #fff;
}

.card-service {
  float: left;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  width: 100%;
}

.card-service .image {
  width: 100%;
  border: 2px solid #ff002e;
  overflow: hidden;
  float: left;
  border-radius: 15px 15px 0 0;
}

.card-service .image img {
  float: left;
  width: 100%;
  transition: 0.5s;
}

.card-service .image:hover img {
  transform: scale(1.1);
}

.card-service .box-text {
  float: left;
  width: 100%;
  padding: 25px;
}

.card-service .box-text h3 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #2e2d37;
  margin-bottom: 20px;
}

.card-service .box-text p {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4b4f56;
}

.card-service .box-text .btn-white,
.card-service .box-text .btn-whatsapp {
  margin: 15px auto 0;
}

.card-destaque {
  float: left;
  background: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 15px;
  transition: 0.5s;
}

.card-destaque:hover {
  box-shadow: -5px -5px 22px rgba(220, 220, 220, 0.37), 0px 10px 10px rgba(0, 0, 0, 0.38);
}

.card-destaque .image {
  float: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

.card-destaque .image img {
  float: left;
  width: 100%;
  transition: 0.5s;
}

.card-destaque .image:hover img {
  transform: scale(1.1);
}

.card-destaque h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #2e2d37;
  display: table;
  margin-bottom: 10px;
}

.card-destaque p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4b4f56;
}

.card-destaque .buttons {
  display: flex;
  margin-bottom: 15px;
}

.card-destaque .buttons .btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1288;
  border-radius: 5px;
  width: 65px;
  height: 50px;
  margin-left: 15px;
}

.card-destaque .buttons .btn-white {
  height: 50px;
  width: 100%;
  justify-content: center;
  border: 1px solid #ff002e;
  box-shadow: none;
}

.card-destaque .btn-whatsapp {
  width: 100%;
  justify-content: center;
}

.wrap-instagram {
  background: url(../image/bg-red.png) center center no-repeat;
  background-size: cover;
  margin-top: 200px;
}

.wrap-instagram .mockups {
  display: table;
  max-width: 100%;
  margin: -200px auto 0;
  position: relative;
  z-index: 1;
}

.wrap-instagram h2 {
  color: #fff;
  font-weight: 400;
}

.wrap-instagram .btn-white i {
  margin: 0 10px 0 0;
}

.wrap-instagram .logo {
  float: left;
  margin-left: -120px;
}

.wrap-gmaps {
  position: relative;
  z-index: 2;
}

.wrap-gmaps iframe {
  float: left;
  width: 100%;
  height: 460px;
  box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.06);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
}

.banner-pages {
  height: 370px;
  display: flex;
  align-items: center;
}

.banner-pages h1 {
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumbs {
  display: flex;
}

.breadcrumbs span,
.breadcrumbs a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

.breadcrumbs .separator {
  padding: 0 10px;
}

.breadcrumbs .last {
  color: #ffb101;
}

.wrap-services {
  padding: 80px 0;
  background: url(../image/bg-grey.png) top center no-repeat;
  background-size: cover;
}

.wrap-services .box-title {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-services .box-title h2,
.wrap-services .box-title p {
  width: 100%;
  text-align: center;
}

.wrap-services .box-title .separator {
  display: table;
  margin: 0 auto 25px;
}

.wrap-services .carousel-services {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 70px;
  margin-bottom: 35px;
}

.wrap-services .carousel-services .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.wrap-services .carousel-services .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff002e;
  color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.41);
}

.wrap-services .carousel-services .owl-nav button span {
  font-size: 25px;
  line-height: 25px;
}

.wrap-services .carousel-services .owl-nav button.owl-prev {
  left: 0;
}

.wrap-services .carousel-services .owl-nav button.owl-next {
  right: 0;
}

.wrap-services .btn-red {
  margin: 0 auto;
}

.side-site {
  float: left;
  width: 100%;
}

.side-site .categories {
  display: table;
  width: 100%;
  padding-bottom: 35px;
  margin-bottom: 30px;
  background: url(../image/divisor.png) bottom left no-repeat;
}

.side-site .categories .title {
  display: table;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2e2d37;
  margin-bottom: 20px;
}

.side-site .categories ul,
.side-site .categories ul li,
.side-site .categories ul li a {
  display: table;
  width: 100%;
}

.side-site .categories ul li {
  margin-bottom: 15px;
}

.side-site .categories ul li a {
  text-transform: uppercase;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  background: url(../image/icon-logo.svg) left 5px no-repeat;
  background-size: 12px;
  color: #2e2d37;
}

.side-site .categories ul li a:hover {
  color: #ff002e;
  font-weight: 600;
}

.side-site .box-form {
  display: table;
  width: 100%;
  padding-bottom: 35px;
  margin-bottom: 30px;
  background: url(../image/divisor.png) bottom left no-repeat;
}

.side-site .box-form .title {
  display: table;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2e2d37;
  margin-bottom: 20px;
}

.side-site .box-form form {
  width: 100%;
}

.side-site .box-form form .form-group {
  margin-bottom: 10px;
}

.side-site .box-form form input,
.side-site .box-form form textarea {
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  border-radius: 5px;
  border: 0;
  background: #74777c;
  width: 100%;
}

.side-site .box-form form ::-moz-placeholder {
  color: #fff;
}

.side-site .box-form form ::placeholder {
  color: #fff;
}

.side-site .box-form form textarea {
  height: 80px;
  resize: none;
  padding: 10px 15px;
}

.side-site .box-form form button {
  border: none;
  width: 100%;
  justify-content: center;
}

.side-site .box-form form .group-check {
  cursor: pointer;
}

.side-site .box-form form .group-check input {
  display: none;
}

.side-site .box-form form .group-check span {
  position: relative;
  display: table;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2e2d37;
  opacity: 0.7;
}

.side-site .box-form form .group-check span:before {
  content: "\f00c";
  font-family: fontAwesome;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  font-size: 0;
}

.side-site .box-form form .group-check input:checked ~ span:before {
  font-size: 12px;
  background: #ff002e;
}

.side-site .box-infos {
  display: table;
  width: 100%;
}

.side-site .box-infos .item-info {
  padding: 15px 25px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
}

.side-site .box-infos .item-info .google-icon {
  flex-shrink: 0;
  width: 30px;
  font-size: 25px;
  line-height: 25px;
  color: #ff002e;
}

.side-site .box-infos .item-info .info {
  display: table;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #2e2d37;
  padding-left: 5px;
}

.side-site .box-infos .item-info .info strong {
  font-weight: 700;
  font-size: 20px;
}

.side-site-2 {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

.side-site-2 .box-infos {
  background: url(../image/bg-side.png) center center no-repeat;
  background-size: cover;
  padding: 30px 10px;
  box-shadow: -5px -5px 22px rgba(220, 220, 220, 0.37), 0px 10px 10px rgba(0, 0, 0, 0.38);
}

.side-site-2 .box-infos img {
  display: table;
  max-width: 200px;
  margin-bottom: 20px;
}

.side-site-2 .box-infos p {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
}

.side-site-2 .box-infos .item-info {
  padding: 15px;
}

.item-accordion {
  border-radius: 0 0 5px 5px;
  float: left;
  width: 100%;
  border-bottom: 5px solid #fff;
  margin-bottom: 30px;
}

.item-accordion .open-accordion {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #4b4f56;
  padding-bottom: 15px;
  border: none;
  background: none;
}

.item-accordion .open-accordion i {
  padding-left: 15px;
}

.item-accordion.active .open-accordion {
  color: #ff002e;
}

.item-accordion .content-accordion {
  float: left;
  width: 100%;
  padding: 30px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  display: none;
}

.item-accordion .content-accordion p:last-of-type {
  margin-bottom: 0;
}

.item-accordion:last-of-type {
  margin-bottom: 0;
}

.wrap-brands {
  padding: 0 30px;
}

.wrap-brands .into {
  padding: 80px 0 0;
  float: left;
  width: 100%;
  background: #ff002e;
  box-shadow: 0px 60px 70px rgba(0, 0, 0, 0.34);
}

.wrap-brands h2 {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.wrap-brands .carousel-brands {
  float: left;
  width: 100%;
  padding: 0 70px;
  position: relative;
}

.wrap-brands .carousel-brands a {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}

.wrap-brands .carousel-brands a img {
  display: table;
  width: 100%;
  transition: 0.5s;
  border-radius: 5px;
  border: 2px solid transparent;
}

.wrap-brands .carousel-brands a.active img {
  border-color: #1e1288;
}

.wrap-brands .carousel-brands a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22.5px 35px 22.5px;
  border-color: transparent transparent #a1a1a1 transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.5s;
  opacity: 0;
}

.wrap-brands .carousel-brands a.active:before {
  opacity: 1;
}

.wrap-brands .carousel-brands .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 40px);
  transform: translate(0, -50%);
}

.wrap-brands .carousel-brands .owl-nav button {
  background: #2e2d37;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.wrap-brands .carousel-brands .owl-nav button.owl-prev {
  left: 10px;
}

.wrap-brands .carousel-brands .owl-nav button.owl-next {
  right: 10px;
}

.wrap-brands .carousel-brands .owl-nav button span {
  font-size: 15px;
  line-height: 15px;
  position: relative;
}

.wrap-brands .carousel-brands .owl-nav button:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.wrap-brands-2 .carousel-brands a:before {
  border-color: transparent transparent #2e2d37 transparent;
}

.wrap-into-brands {
  position: relative;
  overflow: hidden;
}

.wrap-into-brands .into {
  float: left;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  display: none;
}

.wrap-into-brands .into.active {
  display: block;
}

.wrap-into-brands .separator {
  display: table;
  margin-bottom: 0;
}

.wrap-into-brands .box-image {
  float: left;
  width: 100%;
  position: relative;
}

.wrap-into-brands .box-image .logo {
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: 1;
}

.wrap-into-brands .carousel-gallery-brands {
  float: left;
  width: 100%;
}

.wrap-into-brands .carousel-gallery-brands a {
  float: left;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #ff002e;
}

.wrap-into-brands .carousel-gallery-brands a img {
  display: table;
  width: 100%;
}

.wrap-into-brands .carousel-gallery-brands .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.wrap-into-brands .carousel-gallery-brands .owl-dots button {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  border: none;
  border-radius: 50%;
  background: #2e2d37;
}

.wrap-into-brands .carousel-gallery-brands .owl-dots button.active {
  background: #ff002e;
}

.wrap-into-brands .carousel-gallery-brands .disabled {
  display: none;
}

.wrap-into-brands .box-video {
  position: relative;
  padding: 35px;
}

.wrap-into-brands .box-video a {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

.wrap-into-brands .box-video a img {
  display: table;
  width: 100%;
  height: 315px;
}

.wrap-into-brands .box-video a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap-into-brands .box-video:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -150px;
  left: 0;
  right: 0;
  background: #222129;
  border-radius: 5px 5px 0 0;
}

.wrap-into-brands .box-video:after {
  content: "";
  width: 260px;
  height: 371px;
  position: absolute;
  background: url(../image/icon-logo.svg) center center no-repeat;
  top: -60px;
  right: -100px;
  background-size: 100%;
}

.wrap-into-brands .box-video span {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ffb101;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

.wrap-into-brands-2 {
  background: #2e2d37;
}

.wrap-into-brands-2 h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.wrap-into-brands-2 .box-text {
  min-height: 100%;
}

.wrap-into-brands-2 .box-text p {
  color: #fff;
}

.wrap-into-brands-2 .box-text h3 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
}

.wrap-into-brands-2 .carousel-gallery-brands .owl-dots button {
  background: #fff;
}

.wrap-testimonials {
  padding: 80px 0;
  background: url(../image/bg-testimonials.png) center center no-repeat;
  background-size: cover;
}

.wrap-testimonials .separator {
  display: table;
  margin: 0 auto 20px;
}

.wrap-testimonials h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.wrap-testimonials .carousel-testimonials {
  float: left;
  width: 100%;
  position: relative;
}

.wrap-testimonials .carousel-testimonials .item-testimonial {
  float: left;
  width: 100%;
  padding: 50px 100px;
  background: rgba(217, 217, 217, 0.05);
  border: 1px solid #4b4f56;
  border-radius: 5px;
}

.wrap-testimonials .carousel-testimonials .item-testimonial .box-title {
  width: 100%;
  margin-bottom: 20px;
}

.wrap-testimonials .carousel-testimonials .item-testimonial .box-title .title {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.wrap-testimonials .carousel-testimonials .item-testimonial .box-title .subtitle {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffb101;
}

.wrap-testimonials .carousel-testimonials .item-testimonial p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.wrap-testimonials .carousel-testimonials .owl-nav {
  position: absolute;
  top: calc(50% - 45px);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}

.wrap-testimonials .carousel-testimonials .owl-nav button {
  background: #ff002e;
  border: 1px solid #4b4f56;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.41);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.wrap-testimonials .carousel-testimonials .owl-nav button.owl-prev {
  left: -27.5px;
}

.wrap-testimonials .carousel-testimonials .owl-nav button.owl-next {
  right: -27.5px;
}

.wrap-testimonials .carousel-testimonials .owl-nav button:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.wrap-testimonials .carousel-testimonials .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.wrap-testimonials .carousel-testimonials .owl-dots button {
  width: 60px;
  height: 60px;
  opacity: 0.6;
  border: 1px solid #4b4f56;
  border-radius: 5px;
  margin: 0 10px;
}

.wrap-testimonials .carousel-testimonials .owl-dots button.active {
  border-color: #fff;
  opacity: 1;
}

.intro-projects {
  padding: 80px 0;
}

.intro-projects h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.intro-projects p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.sample-page {
  padding: 50px 0 80px;
}

@media only screen and (max-width: 991px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    width: 100%;
  }
  h1,
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .card-destaque {
    margin-bottom: 20px;
  }
  .bar-topics .item-topic {
    padding: 15px 0;
  }
  .wrap-full-gallery .carousel-full-gallery {
    padding: 0;
  }
  .wrap-full-gallery .carousel-full-gallery .owl-nav {
    display: none;
  }
  .col-side {
    order: 12;
    padding-top: 50px;
  }
  .side-site-2 .box-infos p {
    font-size: 20px;
    line-height: 25px;
  }
  .intro-projects p br {
    display: none;
  }
  .intro-projects {
    padding-top: 40px;
  }
  .intro-projects h2 br {
    display: none;
  }
  .wrap-into-brands-2 {
    padding-bottom: 50px;
  }
}
body {
  max-width: 1920px;
  margin: auto;
  background: #efefef;
  /* MODAL */ /* HEADER */ /* BLOG */ /* CONTATO */ /* HOME */ /* PRODUTO */ /* LOTEAMENTO */
  /* ENERGIA SOLAR */
  /* SERVICOS */ /* SOBRE */ /* 404 */
}
@media (min-width: 992px) {
  body.compensar {
    margin-top: 143px;
  }
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.barra-lgpd {
  padding: 0 15px;
  background: #4b4f56;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body section.barra-lgpd .container {
    padding: 0;
  }
}
body section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  body section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 0;
    line-height: 0;
    height: 33px;
  }
}
@media (min-width: 992px) {
  body section.barra-lgpd.scroll {
    bottom: 77px !important;
  }
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1215px !important;
  margin: auto;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: white;
  border: 1px solid white;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body section.barra-lgpd .row .conteudo-lgpd-in,
  body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #ff002e;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffbe71;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #ffbe71;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 14px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 14px;
  }
  body .modal-body form label {
    font-size: 13px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 13px;
    padding: 7px 15px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #ff002e;
  background: white;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #ff002e;
  font-weight: 500;
  border-bottom: 1px dotted #ff002e;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #ff002e;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #ff002e;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #ff002e;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ff002e;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #ff002e;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body header {
  position: absolute;
  top: 40px;
  z-index: 9;
  width: calc(100vw - 80px);
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1740px;
}
body header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 25px;
  max-width: 1480px;
}
body header ul li a {
  line-height: 50px;
  display: table;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #fff;
}
body header ul li a span {
  margin-right: 10px;
}
body header ul li a:hover {
  color: #ffb101;
}
body header .topbar {
  border-radius: 5px 5px 0 0;
  background: #4b4f56;
  width: 100%;
  float: left;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
}
body header .topbar ul li.has-children > a {
  border-radius: 15px 15px 0px 0px;
  background: #2e2d37;
  padding: 0 20px;
}
body header .topbar ul li.has-children > a:hover {
  background: #ff002e;
  color: #fff;
}
body header .midbar {
  width: 100%;
  float: left;
  border-radius: 5px;
  background: #fff;
  margin: -5px 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
body header .midbar .into {
  display: flex;
  width: 100%;
  max-width: 1480px;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
}
body header .midbar .logo {
  margin-right: 50px;
}
body header .midbar .phone {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 50px;
}
body header .midbar .phone .text {
  padding-left: 20px;
}
body header .midbar .phone .text .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4b4f56;
  display: table;
  transition: 0.5s;
}
body header .midbar .phone .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ff002e;
  transition: 0.5s;
}
body header .midbar .phone img {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
body header .midbar .phone:hover {
  background: #ff002e;
}
body header .midbar .phone:hover span {
  color: #fff !important;
}
body header .midbar form {
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #efefef;
  margin-right: 50px;
}
body header .midbar form input {
  width: 100%;
  height: 45px;
  border: none;
  padding: 0 30px;
  background: none;
}
body header .midbar form button {
  width: 85px;
  height: 45px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
body header .midbar form button:hover {
  background: #999;
  color: #fff;
}
body header .midbar .btn-whatsapp {
  margin-right: 50px;
}
body header .midbar .btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: linear-gradient(223.23deg, #eeeeee 24.23%, #ffffff 62.37%);
  border-radius: 5px;
  position: relative;
  flex-shrink: 0;
}
body header .midbar .btn-cart span {
  position: absolute;
  left: calc(50% + 2px);
  top: 5px;
  transform: translate(-50%, 0);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff002e;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  transition: 0.5s;
}
body header .midbar .btn-cart:hover span {
  background: #ffb101;
}
body header .bottombar {
  border-radius: 0 0 5px 5px;
  background: #2e2d37;
  width: 100%;
  float: left;
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
body header.header-pages {
  position: relative;
  width: 100%;
  top: 0;
  max-width: 100%;
  left: auto;
  transform: none;
  margin-bottom: -50px;
}
body header.header-pages .topbar {
  border-radius: 0;
}
body header.header-pages .bottombar {
  width: 1730px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  float: none;
}
body header .open-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  body header {
    position: relative;
    width: 100%;
    top: 0;
    max-width: 100%;
    left: auto;
    transform: none;
    margin-bottom: 0;
  }
  body header.header-pages {
    margin-bottom: 0;
  }
  body header .midbar {
    border-radius: 0;
    margin: 0;
  }
  body header .midbar .logo {
    width: 100%;
  }
  body header .midbar .into {
    padding: 15px;
  }
  body header .topbar,
  body header .bottombar,
  body header .midbar .phone,
  body header .midbar .btn-whatsapp,
  body header .midbar form {
    display: none;
  }
  body header .open-menu {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    border: none;
    background: #ff002e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    flex-shrink: 0;
  }
  body header .midbar .logo {
    margin-right: 0;
  }
  body header .midbar .btn-cart {
    flex-shrink: 0;
  }
}
body ul.paginacao {
  display: flex;
  margin: 0 5px;
  clear: both;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
body ul.paginacao li {
  list-style: none;
}
body ul.paginacao li a {
  background-color: white;
  border: 2px solid lightgray;
  width: 45px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-size: 18px;
  transition: all 0.3s;
}
body ul.paginacao li a.active, body ul.paginacao li a:hover {
  color: white;
  border-color: #ff002e;
  background-color: #ff002e;
}
body .content-blog .intro {
  margin-bottom: 30px;
}
body .content-blog .intro .separator {
  display: table;
  margin-bottom: 20px;
}
body .item-full-blog {
  float: left;
  margin-bottom: 30px;
}
body .item-full-blog .image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #ff002e;
  border-radius: 5px;
  overflow: hidden;
}
body .item-full-blog .image img {
  display: table;
  transition: 0.5s;
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .item-full-blog a.image:hover img {
  transform: scale(1.1);
}
body .item-full-blog h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #2e2d37;
  line-height: 24px;
}
body .item-full-blog p a {
  color: #ff002e;
  text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
  body .item-full-blog {
    margin-bottom: 45px;
  }
}
body .banner-contact {
  padding-top: 190px;
  padding-bottom: 80px;
}
body .banner-contact h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
body .banner-contact .breadcrumbs {
  margin-bottom: 30px;
}
body .banner-contact .box-text {
  display: table;
  width: 100%;
}
body .banner-contact .box-text h2 {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}
body .banner-contact .box-text p {
  color: #fff;
}
body .banner-contact .row > div {
  position: initial;
}
body .banner-contact form {
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 5;
  box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.35), inset -2px 2px 2px rgba(0, 0, 0, 0.06);
}
body .banner-contact form .form-group {
  margin-bottom: 10px;
}
body .banner-contact form input,
body .banner-contact form textarea {
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  border-radius: 5px;
  border: 0;
  background: #74777c;
  width: 100%;
}
body .banner-contact form ::-moz-placeholder {
  color: #fff;
}
body .banner-contact form ::placeholder {
  color: #fff;
}
body .banner-contact form textarea {
  height: 80px;
  resize: none;
  padding: 10px 15px;
}
body .banner-contact form button {
  border: none;
  width: 100%;
  justify-content: center;
}
body .banner-contact form .group-check {
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
}
body .banner-contact form .group-check input {
  display: none;
}
body .banner-contact form .group-check span {
  position: relative;
  display: table;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2e2d37;
  opacity: 0.7;
}
body .banner-contact form .group-check span:before {
  content: "\f00c";
  font-family: fontAwesome;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  font-size: 0;
}
body .banner-contact form .group-check input:checked ~ span:before {
  font-size: 12px;
  background: #ff002e;
}
body .banner-contact form .checks {
  display: flex;
}
body .banner-contact form h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #2e2d37;
  display: table;
  margin-bottom: 20px;
}
body .banner-contact form h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2e2d37;
  display: table;
  margin-bottom: 20px;
}
body .banner-contact form .custom-file-label::after {
  content: "";
  height: 45px;
  border: none;
  position: absolute;
  top: 2.5px;
  right: 2.5px;
  background: #ccc;
  border-radius: 0;
  width: 60px;
  background: url(../image/icon-upload.svg) center center no-repeat;
}
body .banner-contact form .custom-file-input {
  height: 50px;
  display: none;
}
body .banner-contact form .custom-file {
  height: 50px;
  background: #74777c;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 1px solid #581017;
}
body .banner-contact form .custom-file-label {
  height: 50px;
  background: none;
  border: none;
  line-height: 50px;
  padding: 0 0 0 15px;
  color: #fff;
  text-transform: initial;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  font-size: 16px;
}
body .banner-contact form .row {
  margin: 0 -5px;
}
body .banner-contact form .row > div {
  padding: 0 5px;
}
body .banner-contact .logo {
  display: table;
  margin: 135px auto 50px;
}
body .banner-contact .boxes {
  float: left;
  width: calc(100% + 25px);
  margin-left: -25px;
  padding: 20px 20px 20px 50px;
  border-radius: 0 5px 5px 0;
  background: rgb(46, 45, 55);
}
body .banner-contact .boxes .item-box {
  float: left;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  transition: 0.5s;
}
body .banner-contact .boxes .item-box svg {
  margin-bottom: 15px;
}
body .banner-contact .boxes .item-box svg path {
  transition: 0.5s;
}
body .banner-contact .boxes .item-box:hover svg path {
  fill: #fff;
}
body .banner-contact .boxes .item-box:hover {
  background: #ff002e;
}
body .banner-contact .boxes .item-box p {
  margin-bottom: 0;
  transition: 0.5s;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
body .banner-contact .boxes .item-box:hover p {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  body .banner-contact {
    padding-top: 80px;
  }
  body .banner-contact .logo {
    display: none;
  }
  body .banner-contact .boxes {
    width: 100%;
    margin-left: 0;
    padding: 20px;
    border-radius: 5px;
    margin-top: 50px;
  }
  body .banner-contact .boxes .item-box {
    margin: 10px 0;
  }
  body .banner-contact form .checks {
    flex-wrap: wrap;
  }
}
body .home-banner {
  position: relative;
}
body .home-banner .item-banner {
  height: 911px;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 119px;
}
body .home-banner .item-banner h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #fff;
}
body .home-banner .item-banner p {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}
body .home-banner .item-banner a {
  margin: 0 auto;
}
body .home-banner .item-banner ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
body .home-banner .item-banner ul li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
body .home-banner .item-banner ul li i {
  margin-right: 10px;
}
body .home-banner .item-banner ul li:last-child {
  border-right: 0;
  padding-right: 0;
  border-right: 0;
}
body .home-banner .owl-dots {
  display: none;
}
body .home-banner .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body .home-banner .owl-nav button {
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body .home-banner .owl-nav button:hover {
  background: #ff002e;
  color: #fff;
}
body .home-banner .owl-nav button span {
  font-size: 25px;
  line-height: 25px;
}
body .home-banner .owl-nav button.owl-prev {
  left: 20px;
}
body .home-banner .owl-nav button.owl-next {
  right: 20px;
}
body .wrap-boxes {
  background: url(../image/bg-boxes.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
body .wrap-boxes .container {
  margin-top: -140px;
}
body .wrap-boxes .item-box {
  float: left;
  width: 100%;
  border-radius: 15px;
  background: url(../image/bg-box.png) center center no-repeat;
  background-size: cover;
  transition: 0.5s;
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  height: 345px;
  transition: 0.5s;
  border: 2px solid transparent;
}
body .wrap-boxes .item-box .icon {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body .wrap-boxes .item-box h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
body .wrap-boxes .item-box:hover {
  border-color: #ff002e;
  box-shadow: 0px 30px 20px 0 rgba(0, 0, 0, 0.2);
}
body .wrap-raio {
  padding: 80px 0;
  background: url(../image/bg-raio.png) center center no-repeat;
  background-size: cover;
}
body .wrap-raio .separator {
  display: table;
  margin-bottom: 25px;
}
body .wrap-raio h2,
body .wrap-raio p {
  color: #fff;
}
body .wrap-raio ul {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
body .wrap-raio ul li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  margin-bottom: 15px;
}
body .wrap-raio ul li i {
  margin-right: 10px;
}
body .wrap-raio ul li:last-child {
  border-right: 0;
  padding-right: 0;
  border-right: 0;
}
body .wrap-raio .buttons {
  display: flex;
  align-items: center;
}
body .wrap-raio .buttons .btn-red {
  margin-right: 20px;
}
body .bar-contact {
  padding: 80px 0 60px;
  background: #eaeaeb;
  box-shadow: 0px 40px 40px 0 rgba(0, 0, 0, 0.2);
}
body .bar-contact h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #2e2d37;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
body .bar-contact form {
  float: left;
  width: 100%;
}
body .bar-contact form .form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body .bar-contact form input {
  float: left;
  width: 100%;
  height: 50px;
  background: #74777c;
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
}
body .bar-contact form input::-moz-placeholder {
  color: #fff;
}
body .bar-contact form input::placeholder {
  color: #fff;
}
body .bar-contact form input:-ms-input-placeholder {
  color: #fff;
}
body .bar-contact form input::-ms-input-placeholder {
  color: #fff;
}
body .bar-contact form .group-check {
  cursor: pointer;
  display: table;
  margin-bottom: 0;
}
body .bar-contact form .group-check input {
  display: none;
}
body .bar-contact form .group-check span {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #2e2d37;
  padding-left: 30px;
  display: table;
}
body .bar-contact form .group-check span:before {
  content: "\f00c";
  font-family: fontAwesome;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  font-size: 0;
}
body .bar-contact form .group-check input:checked ~ span:before {
  font-size: 12px;
  background: #ff002e;
}
body .bar-contact form button {
  width: 100%;
  height: 50px;
  justify-content: center;
}
body .wrap-diferentials {
  padding-top: 20px;
}
body .wrap-diferentials .bar {
  float: left;
  width: 100%;
  border-radius: 5px;
  background: url(../image/bg-diferenciais.png) center center no-repeat;
  background-size: cover;
  margin-top: 105px;
}
body .wrap-diferentials .bar .left-img {
  float: right;
  margin-top: -105px;
}
body .wrap-diferentials .bar .right-img {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -30px;
}
body .wrap-diferentials .bar .right-img img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body .wrap-diferentials .bar h2 {
  color: #fff;
}
body .wrap-diferentials .bar span {
  float: left;
  width: 100%;
  display: flex;
  background: #2e2d37;
  border-left: 2px solid #ff002e;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  height: 95px;
}
body .wrap-diferentials .bar .row-into {
  margin: 0 -10px;
}
body .wrap-diferentials .bar .row-into > div {
  padding: 0 10px;
}
body .wrap-destaques {
  padding: 80px 0;
}
body .wrap-destaques .box-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body .wrap-destaques .box-title .separator {
  display: table;
  margin: 0 auto 20px;
}
body .wrap-destaques .box-title h2 {
  width: 100%;
  text-align: center;
}
body .wrap-destaques .button-tabs {
  margin: 0 auto -25px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background: #efefef;
}
body .wrap-destaques .button-tabs:before {
  content: "";
  position: absolute;
  width: 74px;
  height: 105px;
  background: url(../image/icon-logo.svg) center center no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .wrap-destaques .button-tabs a {
  width: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #4b4f56;
}
body .wrap-destaques .button-tabs a:first-child {
  border-radius: 5px 0 0 5px;
}
body .wrap-destaques .button-tabs a:last-child {
  border-radius: 0 5px 5px 0;
}
body .wrap-destaques .button-tabs a svg {
  margin-right: 10px;
}
body .wrap-destaques .button-tabs a svg path {
  transition: 0.5s;
  fill: #4b4f56;
}
body .wrap-destaques .button-tabs a:hover svg path,
body .wrap-destaques .button-tabs a.active svg path {
  fill: #ffb101;
}
body .wrap-destaques .button-tabs a:hover,
body .wrap-destaques .button-tabs a.active {
  color: #ffb101;
  background: #2e2d37;
}
body .wrap-destaques .tab-destaques {
  padding: 70px 40px 0;
  width: calc(100% + 80px);
  float: left;
  margin-left: -40px;
  border: 5px solid rgba(216, 216, 216, 0.8);
  border-radius: 5px;
  margin-bottom: 80px;
  display: none;
}
body .wrap-destaques .tab-destaques.active {
  display: block;
}
body .wrap-destaques .tab-destaques .row {
  margin-bottom: -50px;
}
body .wrap-destaques .btn-red {
  margin: 0 auto;
}
body .wrap-destaques-2 .tab-destaques .row {
  margin-bottom: 0;
}
body .wrap-destaques-2 .tab-destaques {
  padding: 0;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
}
body .bar-topics {
  padding: 80px 0;
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.06);
}
body .bar-topics .item-topic {
  display: flex;
  align-items: center;
}
body .bar-topics .item-topic .text {
  padding-left: 20px;
}
body .bar-topics .item-topic .text p {
  margin-bottom: 0;
}
body .bar-topics .item-topic .text h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #2e2d37;
  margin-bottom: 10px;
}
body .wrap-steps .left-box {
  position: relative;
  float: left;
  width: 100%;
  height: 525px;
  display: flex;
  align-items: center;
  padding: 0 25px 0 0;
}
body .wrap-steps .left-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  left: -400px;
  bottom: 0;
  background: url(../image/bg-steps.png) center center no-repeat;
  background-size: cover;
  box-shadow: -40px 60px 70px 10px rgba(0, 0, 0, 0.2);
}
body .wrap-steps .left-box h2 {
  display: table;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #efefef;
  position: relative;
}
body .wrap-steps .left-box .into {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body .wrap-steps .left-box h2:after {
  content: "";
  background: url(../image/detail-title.svg) center center no-repeat;
  width: 610px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  transform: translate(0, -50%);
}
body .wrap-steps .left-box p {
  color: #efefef;
}
body .wrap-steps .left-box .item-step {
  display: table;
  width: 100%;
}
body .wrap-steps .left-box .item-step .number {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #ff002e;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.41);
  font-weight: 700;
  font-size: 18px;
  position: relative;
  margin-left: 10px;
  margin-bottom: 20px;
  border-radius: 50%;
}
body .wrap-steps .left-box .item-step .number:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 50%;
  border: 2px solid #fff;
}
body .wrap-steps .left-box .row {
  margin-top: 40px;
}
body .wrap-steps .right-box {
  position: relative;
  float: left;
  width: 100%;
  height: 525px;
  display: flex;
  align-items: center;
  padding: 0 0 0 25px;
}
body .wrap-steps .right-box .into {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body .wrap-steps .right-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  right: -400px;
  bottom: 0;
  background: url(../image/bg-steps-2.png) right center no-repeat;
  background-size: cover;
}
body .wrap-steps .right-box .separator {
  display: table;
  margin-bottom: 20px;
}
body .wrap-map {
  padding: 80px 0;
  background: url(../image/bg-grey.png) top center no-repeat;
  background-size: cover;
}
body .wrap-map .box-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body .wrap-map .box-title .separator {
  display: table;
  margin: 0 auto 20px;
}
body .wrap-map .box-title h2,
body .wrap-map .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-map .full {
  display: table;
  position: relative;
  max-width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
body .wrap-news {
  padding: 80px 0;
  background: #fff;
}
body .wrap-news .box-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body .wrap-news .box-title .separator {
  display: table;
  margin: 0 auto 20px;
}
body .wrap-news .box-title h2,
body .wrap-news .box-title p {
  width: 100%;
  text-align: center;
}
body .wrap-news .carousel-news {
  padding: 0 100px;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
body .wrap-news .carousel-news a {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 5px;
  float: left;
  background: #fff;
}
body .wrap-news .carousel-news a img {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  transition: 0.5s;
}
body .wrap-news .carousel-news a .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  transition: 0.5s;
  opacity: 0;
}
body .wrap-news .carousel-news a .overlay .title {
  display: table;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  margin: 0 auto 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}
body .wrap-news .carousel-news a .overlay p {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 13px;
}
body .wrap-news .carousel-news .owl-item {
  padding: 80px 0;
}
body .wrap-news .carousel-news .owl-item.active {
  z-index: 1;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active {
  z-index: 2;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active a {
  transform: scale(1.3);
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active a img {
  opacity: 0.6;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active {
  z-index: 6;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active a {
  transform: scale(2);
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active a img {
  opacity: 1;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active a .overlay {
  opacity: 1;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
  z-index: 2;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active a .overlay {
  opacity: 0;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active a {
  transform: scale(1.3);
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active a img {
  opacity: 0.6;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active {
  z-index: 1;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active a {
  transform: none;
}
body .wrap-news .carousel-news .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active + .owl-item.active a img {
  opacity: 0.3;
}
body .wrap-news .carousel-news .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
body .wrap-news .carousel-news .owl-nav button {
  background: #ff002e;
  border: 1px solid #4b4f56;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.41);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body .wrap-news .carousel-news .owl-nav button.owl-prev {
  left: 0;
}
body .wrap-news .carousel-news .owl-nav button.owl-next {
  right: 0;
}
body .wrap-news .carousel-news .owl-nav button:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
body .wrap-news .btn-red {
  margin: 0 auto;
}
body .wrap-faq {
  padding: 80px 0;
}
body .wrap-faq .box-title .separator {
  display: table;
  margin: 0 0 20px;
}
body .wrap-about {
  padding-bottom: 40px;
}
body .wrap-about .box-text img {
  display: table;
  margin-bottom: 20px;
}
body .wrap-about .box-right {
  float: left;
  position: relative;
  padding: 135px 0;
  width: 100%;
}
body .wrap-about .box-right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 70px;
  right: -400px;
  border-radius: 5px 0 0 5px;
  box-shadow: 40px 60px 70px 10px rgba(0, 0, 0, 0.34);
  background: url(../image/bg-about.png) center center no-repeat;
  background-size: cover;
}
body .wrap-about .carousel-about-gallery {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 27.5px;
}
body .wrap-about .carousel-about-gallery a {
  border-radius: 5px;
  float: left;
  width: 100%;
  border: 2px solid #fff;
  overflow: hidden;
}
body .wrap-about .carousel-about-gallery a img {
  display: table;
  width: 100%;
  transition: 0.5s;
}
body .wrap-about .carousel-about-gallery a:hover img {
  transform: scale(1.1);
}
body .wrap-about .carousel-about-gallery .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
body .wrap-about .carousel-about-gallery .owl-nav button {
  background: #ff002e;
  border: 1px solid #4b4f56;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.41);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body .wrap-about .carousel-about-gallery .owl-nav button.owl-prev {
  left: 0;
}
body .wrap-about .carousel-about-gallery .owl-nav button.owl-next {
  right: 0;
}
body .wrap-about .carousel-about-gallery .owl-nav button:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
body .wrap-about .carousel-about-gallery .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
body .wrap-about .carousel-about-gallery .owl-dots button {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  border: none;
  border-radius: 50%;
  background: #fff;
}
body .wrap-about .carousel-about-gallery .owl-dots button.active {
  background: #ff002e;
}
@media only screen and (max-width: 991px) {
  body .wrap-news .carousel-news {
    padding: 0;
  }
  body .wrap-news .carousel-news .owl-nav {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    top: auto;
    display: table;
    margin: 0 auto;
    padding-top: 30px;
  }
  body .wrap-news .carousel-news .owl-nav button {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    top: auto;
    float: left;
    margin: 0 15px;
  }
  body .wrap-news .carousel-news .owl-item {
    padding: 0;
  }
  body .wrap-news .carousel-news a img {
    opacity: 1;
  }
  body .wrap-news .carousel-news a {
    transform: none !important;
  }
  body .wrap-news .carousel-news a .overlay {
    opacity: 1;
    padding: 15px;
  }
  body .wrap-news .carousel-news a .overlay .title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 26px;
  }
  body .wrap-news .carousel-news a .overlay p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  body .home-banner .item-banner h2 {
    font-size: 30px;
    line-height: 38px;
  }
  body .home-banner .item-banner h2 br {
    display: none;
  }
  body .home-banner .item-banner p br {
    display: none;
  }
  body .home-banner .item-banner ul {
    display: table;
    margin: 0 auto 30px;
  }
  body .home-banner .item-banner ul li {
    margin-right: 0;
    border: 0;
    text-align: center;
  }
  body .home-banner .item-banner {
    padding-top: 0;
    height: 640px;
    padding-bottom: 80px;
  }
  body .home-banner .owl-nav {
    width: auto;
    display: table;
    margin: 0 auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    top: auto;
    bottom: 70px;
  }
  body .home-banner .owl-nav button {
    float: left;
    position: relative;
    left: auto !important;
    right: auto !important;
    transform: none;
    margin: 0 10px;
  }
  body .wrap-boxes .container {
    margin-top: -50px;
  }
  body .wrap-boxes .item-box {
    margin-bottom: 20px;
  }
  body .wrap-raio ul li {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
  body .wrap-raio .buttons {
    flex-wrap: wrap;
  }
  body .wrap-raio .buttons a {
    margin-top: 15px;
  }
  body .wrap-services .box-title p br {
    display: none;
  }
  body .wrap-services .carousel-services {
    padding: 0;
  }
  body .wrap-services .carousel-services .owl-nav {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    top: auto;
    display: table;
    margin: 0 auto;
    padding-top: 30px;
  }
  body .wrap-services .carousel-services .owl-nav button {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
    top: auto;
    float: left;
    margin: 0 15px;
  }
  body .wrap-diferentials .bar .left-img {
    margin: -544px auto 0;
    float: none;
    display: table;
  }
  body .wrap-diferentials .bar {
    margin-top: 509px;
    padding: 70px 25px 70px 25px;
  }
  body .wrap-diferentials .bar .right-img {
    display: none;
  }
  body .wrap-destaques .button-tabs {
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
  }
  body .wrap-destaques .button-tabs a {
    width: 100%;
    font-size: 18px;
    border-radius: 5px !important;
    float: left;
  }
  body .wrap-destaques .button-tabs:before {
    display: none;
  }
  body .wrap-steps .left-box {
    height: auto;
    padding: 70px 0 60px;
  }
  body .wrap-steps .left-box .item-step {
    margin-bottom: 15px;
  }
  body .wrap-steps .right-box {
    padding-left: 0;
  }
  body .wrap-map {
    padding: 70px 0;
  }
  body .wrap-map .box-title p br {
    display: none;
  }
  body .wrap-brands .into {
    padding: 65px 15px 0;
  }
  body .wrap-brands {
    padding: 0 0;
  }
  body .wrap-into-brands .box-image .logo {
    display: none;
  }
  body .wrap-into-brands .separator {
    margin-bottom: 20px;
  }
  body .wrap-into-brands .box-text {
    padding-top: 50px;
  }
  body .wrap-into-brands .box-video {
    padding-bottom: 70px;
  }
  body .wrap-into-brands .box-video:before {
    bottom: 0;
  }
  body .wrap-into-brands .into {
    padding-bottom: 0;
  }
  body .wrap-testimonials .carousel-testimonials .owl-nav {
    display: none;
  }
  body .wrap-testimonials .carousel-testimonials .item-testimonial {
    padding: 50px 20px 40px;
  }
  body .wrap-news .box-title p br {
    display: none;
  }
  body .wrap-faq .box-title {
    margin-bottom: 40px;
  }
  body .wrap-about {
    padding-bottom: 0;
  }
  body .wrap-about .box-text img {
    max-width: 90%;
  }
  body .wrap-about .box-right {
    padding: 70px 0;
    margin-top: 70px;
  }
  body .wrap-about .box-right:before {
    left: -50px;
    right: -50px;
    box-shadow: none;
  }
  body .wrap-instagram {
    margin-top: 0;
    padding: 70px 0;
  }
  body .wrap-instagram img {
    display: none !important;
  }
  body .wrap-instagram h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
body .content-single-product {
  padding: 50px 0 80px;
}
body .content-single-product .full {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid #ff002e;
  filter: drop-shadow(-5px -5px 22px rgba(220, 220, 220, 0.37)) drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.38));
}
body .content-single-product .full img {
  display: table;
  width: 100%;
}
body .content-single-product .box-text {
  width: 100%;
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
body .content-single-product .box-text .ref {
  font-weight: 400;
  font-size: 18px;
  display: table;
  color: #2e2d37;
  margin-bottom: 20px;
}
body .content-single-product .box-text h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #2e2d37;
}
body .content-single-product .box-text .buttons {
  display: flex;
}
body .content-single-product .box-text .buttons .btn-whatsapp {
  margin-right: 0;
}
body .content-single-product .box-text .buttons .btn-cart {
  width: 100px;
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  background: #1e1288;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-left: 10px;
}
body .content-single-product .box-text .buttons .btn-cart:hover {
  background: #ffb101;
}
body .content-single-product .carousel-gallery {
  float: left;
  position: relative;
  padding: 0 27.5px;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}
body .content-single-product .carousel-gallery a {
  border-radius: 5px;
  overflow: hidden;
  float: left;
  width: 100%;
  border: 1px solid #fff;
}
body .content-single-product .carousel-gallery a img {
  float: left;
  width: 100%;
  transition: 0.5s;
}
body .content-single-product .carousel-gallery a:hover img {
  transform: scale(1.1);
}
body .content-single-product .carousel-gallery a:hover,
body .content-single-product .carousel-gallery a.active {
  border-color: #4b4f56;
}
body .content-single-product .carousel-gallery .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
body .content-single-product .carousel-gallery .owl-nav button {
  background: #ff002e;
  border: 1px solid #4b4f56;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.41);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body .content-single-product .carousel-gallery .owl-nav button.owl-prev {
  left: 0;
}
body .content-single-product .carousel-gallery .owl-nav button.owl-next {
  right: 0;
}
body .content-single-product .carousel-gallery .owl-nav button:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
body .content-single-product .carousel-gallery .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
body .content-single-product .carousel-gallery .owl-dots button {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  border: none;
  border-radius: 50%;
  background: #fff;
}
body .content-single-product .carousel-gallery .owl-dots button.active {
  background: #ff002e;
}
body .content-single-product .menu-tabs {
  float: left;
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 15px 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
body .content-single-product .menu-tabs a {
  margin-right: 15px;
  border: 1px solid #ff002e;
  border-radius: 5px;
  padding: 0 15px;
  height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #ff002e;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
body .content-single-product .menu-tabs a:hover,
body .content-single-product .menu-tabs a.active {
  background: #ff002e;
  color: #fff;
}
body .content-single-product .tab-content {
  float: left;
  width: 100%;
  display: none;
}
body .content-single-product .tab-content.active {
  display: block;
}
body .bar-single-product {
  padding: 150px 0 80px;
}
body .bar-single-product .bar {
  float: left;
  width: 100%;
  background: url(../image/bg-bar-product.png) center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0px 60px 70px rgba(0, 0, 0, 0.34);
}
body .bar-single-product .bar .left {
  float: right;
  margin-top: -250px;
}
body .bar-single-product .bar .subtitle {
  display: table;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: rgba(244, 244, 244, 0.8);
}
body .bar-single-product .bar h2 {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 5px;
}
body .bar-single-product .bar p {
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #ffffff;
}
body .bar-single-product .bar .right-img {
  position: relative;
  width: 100%;
  mix-blend-mode: darken;
}
body .bar-single-product .bar .right-img img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -150px;
}
body .bar-single-product .bar a {
  display: flex;
  padding: 0 20px;
  background: #ffe600;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 55px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #813f03;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
body .bar-single-product .bar a span {
  margin-right: 10px;
}
body .bar-single-product .bar a:hover {
  color: #ffe600;
  background: #813f03;
}
body .content-products {
  padding: 40px 0 80px;
}
body .content-products .card-destaque {
  margin-bottom: 30px;
}
body .small-banner {
  float: left;
  width: 100%;
  padding: 35px 65px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
body .small-banner p {
  color: #fff;
  margin-bottom: 0;
}
body .top-products {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .top-products h2 {
  margin-bottom: 10px;
}
body .top-products p {
  margin-bottom: 0;
}
body .top-products select {
  background: none;
  border: none;
  padding-right: 30px;
  background: url(../image/arrow-select.png) right center no-repeat;
  font-weight: 400;
  color: #ff002e;
  font-weight: 18px;
}
@media only screen and (max-width: 991px) {
  body .content-single-product {
    padding-top: 0;
  }
  body .content-single-product .full {
    margin-bottom: 40px;
  }
  body .content-single-product .carousel-gallery .owl-nav {
    display: none;
  }
  body .content-single-product .menu-tabs a {
    width: 100%;
    justify-content: center;
    margin-right: 0;
  }
  body .content-single-product .menu-tabs {
    padding-right: 15px;
  }
  body .bar-single-product .bar {
    padding: 35px 20px;
  }
  body .bar-single-product .bar .left {
    display: none;
  }
  body .bar-single-product .bar h2 {
    font-size: 40px;
    line-height: 46px;
  }
  body .bar-single-product .bar .subtitle,
  body .bar-single-product .bar p {
    font-size: 24px;
    line-height: 30px;
  }
  body .bar-single-product .bar .right-img {
    display: none;
  }
  body .bar-single-product {
    padding-top: 0;
  }
  body .small-banner {
    flex-wrap: wrap;
    padding: 35px 20px;
  }
  body .small-banner p {
    margin-bottom: 20px;
  }
  body .small-banner p br {
    display: none;
  }
  body .top-products {
    flex-wrap: wrap;
  }
  body .top-products h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  body .top-products p {
    font-size: 14px;
  }
  body .top-products select {
    font-size: 14px;
    padding-right: 20px;
  }
  body .top-products .right {
    width: 100%;
  }
}
body .banner-loteamento {
  padding-top: 190px;
}
body .banner-loteamento h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
body .banner-loteamento .breadcrumbs {
  margin-bottom: 30px;
}
body .banner-loteamento .box-text {
  display: table;
  width: 100%;
}
body .banner-loteamento .box-text h2 {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}
body .banner-loteamento .box-text p {
  color: #fff;
}
body .banner-loteamento .wrap-right {
  float: left;
  width: 100%;
}
body .banner-loteamento .wrap-right .title {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 20px;
}
body .banner-loteamento .wrap-right a {
  float: left;
  width: 100%;
  padding: 20px 35px;
  border: 1px solid #ff002e;
  border-radius: 15px;
  background: #fff;
}
body .banner-loteamento .wrap-right a img {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
}
body .banner-loteamento .wrap-right a span {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #2e2d37;
}
body .banner-loteamento .wrap-right a i {
  display: table;
  margin: 0 auto;
  color: #2e2d37;
}
body .content-loteamento-1 {
  padding: 80px 0;
}
body .content-loteamento-1 .separator {
  display: table;
  margin: 0 auto 20px;
}
body .content-loteamento-1 h2 {
  width: 100%;
  text-align: center;
}
body .content-loteamento-1 .into {
  float: left;
  width: 100%;
  background: url(../image/bg-loteamento.png) top center no-repeat;
}
body .content-loteamento-1 .into p {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #4b4f56;
}
body .content-loteamento-1 .into .top {
  display: table;
  margin: 0 auto 130px;
}
body .content-loteamento-1 .into .bottom {
  display: table;
  margin: 0 auto;
}
body .content-loteamento-1 .into .bottom .contact {
  display: flex;
  align-items: center;
}
body .content-loteamento-1 .into .bottom .contact a {
  display: flex;
  align-items: center;
}
body .content-loteamento-1 .into .bottom .contact a img {
  position: relative;
  bottom: -3px;
}
body .content-loteamento-1 .into .bottom .contact a .text {
  padding-left: 15px;
}
body .content-loteamento-1 .into .bottom .contact a .text .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4b4f56;
}
body .content-loteamento-1 .into .bottom .contact a .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
body .content-loteamento-1 .into .bottom .contact a.whatsapp {
  margin-right: 40px;
}
body .content-loteamento-1 .into .bottom .contact a.whatsapp .text .info {
  color: #077b44;
}
body .content-loteamento-1 .into .bottom .contact a.phone .text .info {
  color: #ff002e;
}
body .content-loteamento-2 {
  padding: 0 0 80px;
  background: url(../image/bg-loteamento-2.png) left center no-repeat;
}
body .content-loteamento-2 .separator {
  display: table;
  margin: 0 0 20px;
}
body .content-loteamento-2 .btn-whatsapp {
  margin-bottom: 20px;
}
body .content-loteamento-2 .box-right {
  position: relative;
  height: 640px;
  width: 100%;
  float: left;
  padding: 130px 0 0 50px;
}
body .content-loteamento-2 .box-right:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: -450px;
  background: url(../image/construcao-manutencao.png) left center no-repeat;
  background-size: cover;
  border-radius: 5px 0 0 5px;
}
body .content-loteamento-2 .box-right .text {
  position: relative;
  padding-left: 45px;
}
body .content-loteamento-2 .box-right .text p {
  color: #fff;
}
body .content-loteamento-2 .box-right .text:before {
  content: "";
  position: absolute;
  top: -25px;
  left: -10px;
  width: 497px;
  height: 283px;
  background: url(../image/detail-construcao.svg) left top no-repeat;
}
body .content-loteamento-3 {
  height: 610px;
  display: flex;
  align-items: center;
}
body .content-loteamento-3 .left {
  float: right;
}
body .content-loteamento-3 .right {
  float: left;
}
body .content-loteamento-3 .left,
body .content-loteamento-3 .right {
  border-radius: 5px;
  box-shadow: 40px 60px 70px 10px rgba(0, 0, 0, 0.34);
  width: 415px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
body .content-loteamento-3 .separator {
  display: table;
  margin: 0 auto 20px;
}
body .content-loteamento-3 h2 {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
}
body .content-loteamento-3 .item-box {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #4b4f56;
  border-radius: 5px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
body .content-loteamento-3 .item-box img {
  display: table;
  margin: 0 auto 20px;
}
body .content-loteamento-3 .item-box span {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #077b44;
}
body .content-loteamento-3 p {
  width: 100%;
  text-align: center;
  color: #fff;
}
body .content-loteamento-3 p strong {
  color: #ffc94e;
  font-size: 20px;
  line-height: 28px;
}
body .content-loteamento-4 {
  position: relative;
}
body .content-loteamento-4 .container {
  background: #efefef;
  padding-top: 40px;
  border-radius: 15px 15px 0 0;
  margin-top: -60px;
}
body .content-loteamento-4 .box-title {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
body .content-loteamento-4 .box-title .separator {
  display: table;
  margin: 0 auto 20px;
}
body .content-loteamento-4 .box-title h2 {
  width: 100%;
  text-align: center;
}
body .content-loteamento-4 .list-service-loteamento {
  float: left;
  width: 100%;
}
body .content-loteamento-4 .list-service-loteamento .item-service {
  float: left;
  width: 100%;
  margin-bottom: 55px;
}
body .content-loteamento-4 .list-service-loteamento .item-service:last-of-type {
  margin-bottom: 0;
}
body .content-loteamento-4 .list-service-loteamento .item-service .row > div {
  position: initial;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text {
  float: left;
  width: 100%;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text h3 {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text h3:before {
  content: "";
  position: absolute;
  left: -1000px;
  right: -30px;
  top: 0;
  bottom: 0;
  background: #ff002e;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text h3 span {
  display: table;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text .btn-whatsapp {
  margin-bottom: 20px;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text .phone {
  display: flex;
  align-items: center;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text .phone img {
  position: relative;
  bottom: -3px;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text .phone .text {
  padding-left: 15px;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text .phone .text .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4b4f56;
}
body .content-loteamento-4 .list-service-loteamento .item-service .box-text .phone .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ff002e;
}
body .content-loteamento-4 .list-service-loteamento .item-service .full {
  float: left;
  width: 100%;
  filter: drop-shadow(-5px -5px 22px rgba(220, 220, 220, 0.37)) drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.38));
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
body .content-loteamento-4 .list-service-loteamento .item-service:nth-of-type(2n) h3:before {
  right: -1000px;
  left: -30px;
}
body .content-loteamento-4 .list-service-loteamento .item-service:nth-of-type(2n) .col-text {
  order: 12;
}
body .wrap-quotation-pages {
  padding: 30px 0 80px 0;
  background: url(../image/bg-grey-2.png) center center no-repeat #efefef;
  background-size: cover;
}
body .into-form-pages h2 {
  display: table;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #2e2d37;
}
body .into-form-pages p {
  width: 100%;
  text-align: center;
}
body .into-form-pages form {
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body .into-form-pages form .form-group {
  margin-bottom: 10px;
}
body .into-form-pages form input,
body .into-form-pages form textarea {
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  border-radius: 5px;
  border: 0;
  background: #74777c;
  width: 100%;
}
body .into-form-pages form ::-moz-placeholder {
  color: #fff;
}
body .into-form-pages form ::placeholder {
  color: #fff;
}
body .into-form-pages form textarea {
  height: 80px;
  resize: none;
  padding: 10px 15px;
}
body .into-form-pages form button {
  border: none;
  width: 100%;
  justify-content: center;
}
body .into-form-pages .contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .into-form-pages .contact a {
  display: flex;
  align-items: center;
}
body .into-form-pages .contact a img {
  position: relative;
  bottom: -3px;
}
body .into-form-pages .contact a .text {
  padding-left: 15px;
}
body .into-form-pages .contact a .text .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4b4f56;
}
body .into-form-pages .contact a .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
body .into-form-pages .contact a.whatsapp {
  margin-right: 40px;
}
body .into-form-pages .contact a.whatsapp .text .info {
  color: #077b44;
}
body .into-form-pages .contact a.phone .text .info {
  color: #ff002e;
}
body .into-form-pages .video {
  float: left;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
body .into-form-pages .video img {
  display: table;
  width: 100%;
  transition: 0.5s;
}
body .into-form-pages .video:hover img {
  transform: scale(1.1);
}
body .into-form-pages .video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url(../image/play.svg) center center no-repeat;
  background-size: 100%;
}
body .content-loteamento-5 {
  position: relative;
  background: #fff;
  padding-bottom: 80px;
}
body .content-loteamento-5 .container {
  background: #fff;
  padding-top: 40px;
  border-radius: 15px 15px 0 0;
  margin-top: -60px;
}
body .content-loteamento-5 .box-title {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
body .content-loteamento-5 .box-title .separator {
  display: table;
  margin: 0 auto 20px;
}
body .content-loteamento-5 .box-title h2 {
  width: 100%;
  text-align: center;
}
body .content-loteamento-5 .box-title p {
  width: 100%;
  text-align: center;
}
body .content-loteamento-5 img {
  position: relative;
}
body .content-loteamento-5 .item-text {
  padding-left: 25px;
  width: 100%;
  position: relative;
  z-index: 2;
}
body .content-loteamento-5 .item-text-1 {
  margin-bottom: 120px;
}
body .content-loteamento-5 .item-text-2 {
  margin-bottom: 40px;
}
body .content-loteamento-5 .item-text-1:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -20px;
  width: 773px;
  height: 330px;
  background: url(../image/detail-loteamento-1.svg) top left no-repeat;
}
body .content-loteamento-5 .item-text-2:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -20px;
  width: 1325px;
  height: 298px;
  background: url(../image/detail-loteamento-2.svg) top left no-repeat;
}
body .content-loteamento-5 .row > div {
  position: initial;
}
body .content-loteamento-5 .red {
  float: left;
  padding: 25px;
  border-radius: 5px;
  background: #ff002e;
}
body .content-loteamento-5 .red p {
  margin-bottom: 0;
  color: #fff;
}
body .content-loteamento-6 {
  background: url(../image/bg-green-2.png) center center no-repeat;
  background-size: cover;
}
body .content-loteamento-6 .left {
  float: right;
}
body .content-loteamento-6 .right {
  float: left;
}
body .content-loteamento-6 .separator {
  display: table;
  margin-bottom: 20px;
}
body .content-loteamento-6 p {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
}
body .content-loteamento-7 {
  padding: 80px 50px 50px;
  background: #fff;
  position: relative;
}
body .content-loteamento-7 .into {
  float: left;
  width: 100%;
  background: url(../image/bg-red-2.png) center center no-repeat;
  background-size: cover;
  box-shadow: 0px 60px 70px rgba(0, 0, 0, 0.2);
  padding-top: 80px;
  border-radius: 5px;
}
body .content-loteamento-7 h2 {
  width: 100%;
  display: table;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
body .content-loteamento-7 p {
  width: 100%;
  text-align: center;
  color: #fff;
}
body .content-loteamento-7 .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -50px;
  float: left;
  width: 100%;
}
body .content-loteamento-7 .logos img {
  display: table;
  border-radius: 5px;
  margin: 0 15px;
  box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.06);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
}
body .content-loteamento-8 {
  background: #fff;
  margin-bottom: 160px;
  padding-top: 80px;
}
body .content-loteamento-8 .container {
  margin-bottom: -80px;
}
body .content-loteamento-8 .separator {
  display: table;
  margin: 0 auto 20px;
}
body .content-loteamento-8 h2 {
  width: 100%;
  text-align: center;
}
body .content-loteamento-8 .item-box {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 100%;
  padding: 20px;
}
body .content-loteamento-8 .item-box img {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}
body .content-loteamento-8 .item-box p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
body .content-energia {
  padding: 0;
  background: url(../image/bg-loteamento-2.png) left center no-repeat;
  overflow: hidden;
}
body .content-energia .separator {
  display: table;
  margin: 0 0 20px;
}
body .content-energia .btn-whatsapp {
  margin-bottom: 20px;
}
body .content-energia .full {
  float: left;
  margin-bottom: -50px;
}
body .content-energia .box-right {
  float: left;
  width: 100%;
  padding: 70px 0 70px 50px;
  position: relative;
}
body .content-energia .box-right > * {
  position: relative;
  z-index: 1;
}
body .content-energia .box-right .title-box {
  display: table;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
body .content-energia .box-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -400px;
  bottom: 0;
  border-radius: 5px 0 0 5px;
  box-shadow: 40px 60px 70px 10px rgba(0, 0, 0, 0.34);
  background: url(../image/bg-solar.png) center center no-repeat;
  background-size: cover;
}
body .content-energia .box-right form {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body .content-energia .box-right form .form-group {
  margin-bottom: 10px;
}
body .content-energia .box-right form input,
body .content-energia .box-right form textarea {
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  height: 50px;
  border-radius: 5px;
  border: 0;
  background: #74777c;
  width: 100%;
}
body .content-energia .box-right form ::-moz-placeholder {
  color: #fff;
}
body .content-energia .box-right form ::placeholder {
  color: #fff;
}
body .content-energia .box-right form textarea {
  height: 80px;
  resize: none;
  padding: 10px 15px;
}
body .content-energia .box-right form button {
  border: none;
  width: 100%;
  justify-content: center;
}
body .content-energia .box-right form .row {
  margin: 0 -5px;
}
body .content-energia .box-right form .row > div {
  padding: 0 5px;
}
body .content-energia .box-right form .custom-file-label::after {
  content: "";
  height: 45px;
  border: none;
  position: absolute;
  top: 2.5px;
  right: 2.5px;
  background: #ccc;
  border-radius: 0;
  width: 60px;
  background: url(../image/icon-upload.svg) center center no-repeat;
}
body .content-energia .box-right form .custom-file-input {
  height: 50px;
  display: none;
}
body .content-energia .box-right form .custom-file {
  height: 50px;
  background: #74777c;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 1px solid #581017;
}
body .content-energia .box-right form .custom-file-label {
  height: 50px;
  background: none;
  border: none;
  line-height: 50px;
  padding: 0 0 0 15px;
  color: #fff;
  text-transform: initial;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  font-size: 16px;
}
body .content-energia-2 {
  padding-top: 80px;
}
body .content-energia-2 .container {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
body .content-energia-3 {
  padding: 80px 0;
}
body .content-energia-3 .full {
  float: right;
  top: -75px;
  right: -50px;
  position: absolute;
  z-index: 5;
}
body .content-energia-3 .col-img {
  width: 100%;
  float: right;
  position: relative;
}
body .content-energia-3 .separator {
  margin: 0 auto 20px;
}
body .content-energia-3 h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
body .content-energia-3 .subtitle {
  position: relative;
  width: 100%;
  display: table;
  text-align: center;
  padding: 15px 0;
  font-size: 29px;
  line-height: 35px;
  text-transform: uppercase;
  color: #00b55f;
  font-weight: 700;
  margin-bottom: 20px;
}
body .content-energia-3 .subtitle:before {
  content: "";
  position: absolute;
  left: -500px;
  right: -500px;
  top: 0;
  bottom: 0;
  background: #2e2d37;
}
body .content-energia-3 .subtitle span {
  position: relative;
  z-index: 1;
}
body .content-energia-3 .wrap-boxes-energia {
  width: calc(100% - 40px);
  margin: 0 auto 380px;
  padding-top: 60px;
  background: #ff002e;
  box-shadow: 0px 60px 70px rgba(0, 0, 0, 0.34);
  border-radius: 5px;
  display: table;
}
body .content-energia-3 .wrap-boxes-energia .container {
  margin-bottom: -380px;
}
body .content-energia-3 .wrap-boxes-energia h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 22px;
  font-size: 26px;
}
body .content-energia-3 .wrap-boxes-energia .box {
  margin-bottom: 20px;
  width: 100%;
  height: calc(100% - 20px);
  padding: 25px;
  background: #2e2d37;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
body .content-energia-3 .wrap-boxes-energia .box h4 {
  width: 100%;
  text-align: center;
  display: table;
  font-weight: 700;
  font-size: 20px;
  font-size: 24px;
  color: #fff;
}
body .content-energia-3 .wrap-boxes-energia .box p {
  color: #fff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
body .wrap-steps-2 {
  background: none;
  padding-bottom: 70px;
}
body .wrap-steps-2 .left-box {
  padding: 70px 50px 70px 0;
  height: auto;
}
body .wrap-steps-2 .left-box:before {
  background: url(../image/bg-realize.png) center center no-repeat;
  background-size: cover;
}
body .wrap-steps-2 .left-box h2 {
  margin-bottom: 60px;
}
body .wrap-steps-2 .left-box h2:after {
  background: none;
}
body .wrap-steps-2 .left-box h3 {
  position: relative;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 60px;
  color: #fff;
  display: table;
  padding: 15px 0;
}
body .wrap-steps-2 .left-box h3:after {
  content: "";
  background: url(../image/detail-title.svg) center center no-repeat;
  width: 610px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  transform: translate(0, -50%);
}
body .wrap-steps-2 .right-box:before {
  display: none;
}
body .wrap-steps-2 .contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .wrap-steps-2 .contact a {
  display: flex;
  align-items: center;
  float: left;
  margin-top: 20px;
}
body .wrap-steps-2 .contact a img {
  position: relative;
  bottom: -3px;
}
body .wrap-steps-2 .contact a .text {
  padding-left: 15px;
}
body .wrap-steps-2 .contact a .text .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4b4f56;
}
body .wrap-steps-2 .contact a .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
body .wrap-steps-2 .contact a.whatsapp {
  margin-right: 40px;
}
body .wrap-steps-2 .contact a.whatsapp .text .info {
  color: #077b44;
}
body .wrap-steps-2 .contact a.phone .text .info {
  color: #ff002e;
}
body .content-energia-4 {
  padding-top: 80px;
  background: url(../image/bg-boxes-2.png) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
body .content-energia-4 .container {
  margin-bottom: -40px;
}
body .content-energia-4 .col-custom {
  padding: 0 10px;
  width: 20%;
}
body .content-energia-4 .separator {
  display: table;
  margin: 0 auto 20px;
}
body .content-energia-4 h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  color: #fff;
}
body .content-energia-4 .item-box {
  float: left;
  width: 100%;
  background: #efefef;
  border: 1px solid #4b4f56;
  border-radius: 5px;
  padding: 25px 15px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
body .content-energia-4 .item-box p {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #2e2d37;
}
body .content-energia-4 .item-box:hover {
  border-color: #ff002e;
  box-shadow: 0px 20px 20px 10px rgba(0, 0, 0, 0.3);
}
body .content-energia-5 {
  padding-bottom: 70px;
}
body .content-energia-5 .contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .content-energia-5 .contact a {
  display: flex;
  align-items: center;
  float: left;
  margin-top: 20px;
}
body .content-energia-5 .contact a img {
  position: relative;
  bottom: -3px;
}
body .content-energia-5 .contact a .text {
  padding-left: 15px;
}
body .content-energia-5 .contact a .text .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
body .content-energia-5 .contact a .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
body .content-energia-5 .contact a.whatsapp {
  margin-right: 40px;
}
body .content-energia-5 .contact a.whatsapp .text .info {
  color: #077b44;
}
body .content-energia-5 .contact a.phone .text .info {
  color: #ff002e;
}
@media only screen and (max-width: 991px) {
  body .banner-loteamento .wrap-right {
    padding-top: 40px;
  }
  body .banner-loteamento .wrap-right a {
    margin-top: 20px;
  }
  body .banner-loteamento {
    padding-top: 70px;
  }
  body .content-loteamento-1 .into {
    background: none;
  }
  body .content-loteamento-1 .into p br {
    display: none;
  }
  body .content-loteamento-1 .into .top {
    margin-bottom: 40px;
  }
  body .content-loteamento-1 .into .bottom .contact,
  body .into-form-pages .contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  body .content-loteamento-1 .into .bottom .contact a.whatsapp,
  body .into-form-pages .contact a.whatsapp {
    margin-right: 0;
  }
  body .content-loteamento-2 .box-right:before {
    left: -50px;
    right: -50px;
  }
  body .content-loteamento-2 .box-right .text {
    padding: 0;
  }
  body .content-loteamento-2 .box-right {
    padding: 70px 15px;
    height: 400px;
  }
  body .content-loteamento-2 .box-right .text:before {
    display: none;
  }
  body .content-loteamento-3 {
    height: auto;
    background-size: auto 150% !important;
    padding: 70px 0;
  }
  body .content-loteamento-3 .left,
  body .content-loteamento-3 .right {
    display: none;
  }
  body .content-loteamento-3 .item-box {
    margin-top: 15px;
    height: auto;
  }
  body .content-loteamento-4 {
    padding-top: 70px;
  }
  body .content-loteamento-4 .container {
    padding-top: 0;
    margin-top: 0;
    background: none;
  }
  body .content-loteamento-4 .list-service-loteamento .item-service .col-lg-5 {
    order: 12;
  }
  body .content-loteamento-4 .list-service-loteamento .item-service .full {
    margin-bottom: 30px;
  }
  body .wrap-quotation-pages .video {
    margin-bottom: 40px;
  }
  body .wrap-quotation-pages .video,
  body .wrap-quotation-pages .video img {
    width: 100%;
    display: table;
  }
  body .content-loteamento-5 .container {
    margin-top: 0;
    background: none;
  }
  body .content-loteamento-5 .item-text {
    padding-left: 0;
  }
  body .content-loteamento-5 .item-text:before {
    display: none;
  }
  body .content-loteamento-5 .item-text p br {
    display: none;
  }
  body .content-loteamento-5 .item-text-1,
  body .content-loteamento-5 .item-text-2 {
    margin-bottom: 35px;
  }
  body .content-loteamento-5 .red p br {
    display: none;
  }
  body .content-loteamento-5 img {
    width: 100%;
    margin-top: 35px;
  }
  body .content-loteamento-6 {
    padding: 70px 0;
  }
  body .content-loteamento-6 .left {
    width: 100%;
    margin-bottom: 40px;
  }
  body .content-loteamento-6 .right {
    display: none;
  }
  body .content-loteamento-7 {
    padding: 0;
  }
  body .content-loteamento-7 p br {
    display: none;
  }
  body .content-loteamento-7 .into {
    padding: 70px 0 50px;
    border-radius: 0;
  }
  body .content-loteamento-7 .logos {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  body .content-loteamento-7 .logos img {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
  body .content-services {
    padding-bottom: 70px;
  }
  body .content-services .left,
  body .content-services .right {
    display: none;
  }
  body .content-services .box-text {
    padding-left: 0;
  }
  body .content-energia .full {
    float: left;
    margin-bottom: 0;
    width: calc(100% + 20px);
  }
  body .content-energia-3 .col-img {
    display: none;
  }
  body .wrap-steps-2 .left-box h2 {
    margin-bottom: 30px;
  }
  body .wrap-steps-2 .left-box h3 {
    margin-bottom: 20px;
  }
  body .wrap-steps .right-box {
    height: auto;
    padding-top: 70px;
  }
  body .content-energia-4 .col-custom {
    width: 100%;
    padding-bottom: 15px;
  }
  body .content-energia-4 h2 {
    margin-bottom: 40px;
  }
  body .content-energia .box-right:before {
    left: -50px;
    right: -50px;
  }
  body .content-energia .box-right {
    padding: 70px 0;
    margin-top: 40px;
  }
}
body .content-services {
  background: url(../image/bg-servicos.png) right center no-repeat #efefef;
  background-blend-mode: multiply;
}
body .content-services .left {
  float: right;
}
body .content-services .right {
  float: left;
  margin-left: 50px;
}
body .content-services .box-text {
  padding-left: 70px;
}
body .content-services .box-text .separator {
  display: table;
  margin-bottom: 20px;
}
body .content-services .box-text h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  color: #2e2d37;
  margin-bottom: 20px;
}
body .content-services .box-text a {
  margin-bottom: 20px;
}
body .wrap-about-pages {
  padding-bottom: 80px;
  background: url(../image/bg-about-pages.png) left center no-repeat #efefef;
  background-blend-mode: multiply;
}
body .wrap-about-pages .box-about {
  float: left;
  width: 100%;
  padding: 80px 0 80px 45px;
  position: relative;
}
body .wrap-about-pages .box-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -440px;
  bottom: 0;
  border-radius: 5px 0 0 5px;
  background: url(../image/bg-box-about.png) center center no-repeat;
  background-size: cover;
  box-shadow: 40px 60px 70px 10px rgba(0, 0, 0, 0.2);
}
body .wrap-about-pages .box-about .row {
  position: initial;
}
body .wrap-about-pages .box-about p {
  color: #fff;
  position: relative;
  z-index: 1;
}
body .wrap-about-pages .box-about .logo {
  margin: 0 0 20px;
  display: table;
  position: relative;
  z-index: 1;
}
body .wrap-about-pages .box-about .raio {
  width: 424px;
  height: auto;
  mix-blend-mode: overlay;
  position: relative;
  z-index: 1;
}
body .content-single-service {
  padding-bottom: 80px;
  padding-top: 50px;
}
body .content-single-service .into {
  float: left;
  width: 100%;
}
body .content-single-service .full {
  float: left;
  width: 100%;
  filter: drop-shadow(-5px -5px 22px rgba(220, 220, 220, 0.37)) drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.38));
  border-radius: 15px;
  margin-bottom: 30px;
}
body .content-single-service .carousel-gallery {
  float: left;
  position: relative;
  padding: 0 27.5px;
  width: 100%;
}
body .content-single-service .carousel-gallery a {
  border-radius: 5px;
  overflow: hidden;
  float: left;
  width: 100%;
}
body .content-single-service .carousel-gallery a img {
  float: left;
  width: 100%;
  transition: 0.5s;
}
body .content-single-service .carousel-gallery a:hover img {
  transform: scale(1.1);
}
body .content-single-service .carousel-gallery .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
body .content-single-service .carousel-gallery .owl-nav button {
  background: #ff002e;
  border: 1px solid #4b4f56;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.41);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body .content-single-service .carousel-gallery .owl-nav button.owl-prev {
  left: 0;
}
body .content-single-service .carousel-gallery .owl-nav button.owl-next {
  right: 0;
}
body .content-single-service .carousel-gallery .owl-nav button:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
body .content-single-service .carousel-gallery .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
body .content-single-service .carousel-gallery .owl-dots button {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  border: none;
  border-radius: 50%;
  background: #fff;
}
body .content-single-service .carousel-gallery .owl-dots button.active {
  background: #ff002e;
}
body .content-single-service .box-text {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 40px;
  background: url(../image/divisor.png) bottom left no-repeat;
}
body .list-services {
  background: none;
}
@media only screen and (max-width: 991px) {
  body .content-single-service .carousel-gallery .owl-nav {
    display: none;
  }
  body .content-services .box-text {
    padding-left: 0;
  }
  body .wrap-services {
    padding-bottom: 40px;
  }
  body .wrap-about-pages .box-about {
    padding: 70px 0;
    margin-top: 70px;
  }
  body .wrap-about-pages .box-about img {
    max-width: 90%;
  }
  body .wrap-about-pages .box-about:before {
    left: -50px;
    right: -50px;
  }
  body .wrap-about-pages .box-about .raio {
    display: none;
  }
}
body .wrap-mvv {
  padding: 130px 0 65px 0;
  background: url(../image/bg-mvv.png) center center no-repeat;
  background-size: cover;
}
body .wrap-mvv .item-mvv {
  float: left;
  width: 100%;
  background: #ffffff;
  border: 3px solid #ff002e;
  border-radius: 15px;
  padding: 0 20px 30px;
  height: 100%;
}
body .wrap-mvv .item-mvv img {
  display: table;
  margin: -75px auto 20px;
}
body .wrap-mvv .item-mvv h3 {
  display: table;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #2e2d37;
}
body .wrap-mvv .item-mvv p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
body .wrap-mvv .row {
  margin: 0 -70px;
}
body .wrap-mvv .row > div {
  padding: 0 70px;
}
body .wrap-full-gallery {
  padding: 80px 0;
}
body .wrap-full-gallery .separator {
  display: table;
  margin: 0 auto 20px;
}
body .wrap-full-gallery h2 {
  width: 100%;
  text-align: center;
}
body .wrap-full-gallery .carousel-full-gallery {
  float: left;
  position: relative;
  padding: 0 27.5px;
  width: 100%;
}
body .wrap-full-gallery .carousel-full-gallery a {
  border-radius: 5px;
  overflow: hidden;
  float: left;
  width: 100%;
}
body .wrap-full-gallery .carousel-full-gallery a img {
  float: left;
  width: 100%;
  transition: 0.5s;
}
body .wrap-full-gallery .carousel-full-gallery a:hover img {
  transform: scale(1.1);
}
body .wrap-full-gallery .carousel-full-gallery .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
body .wrap-full-gallery .carousel-full-gallery .owl-nav button {
  background: #ff002e;
  border: 1px solid #4b4f56;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.41);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body .wrap-full-gallery .carousel-full-gallery .owl-nav button.owl-prev {
  left: 0;
}
body .wrap-full-gallery .carousel-full-gallery .owl-nav button.owl-next {
  right: 0;
}
body .wrap-full-gallery .carousel-full-gallery .owl-nav button:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
body .wrap-full-gallery .carousel-full-gallery .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
body .wrap-full-gallery .carousel-full-gallery .owl-dots button {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  border: none;
  border-radius: 50%;
  background: #2e2d37;
}
body .wrap-full-gallery .carousel-full-gallery .owl-dots button.active {
  background: #ff002e;
}
@media only screen and (max-width: 991px) {
  body .wrap-mvv {
    padding: 85px 0 35px;
  }
  body .wrap-mvv .item-mvv {
    margin: 50px 0;
    height: auto;
  }
}
body section.carrinho {
  padding: 50px 0;
}
body section.carrinho .main-cta {
  display: inline-flex;
  outline: none;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  align-items: center;
  background-color: #ff002e;
  color: white;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}
body section.carrinho .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body section.carrinho .main-cta {
    font-size: 15px;
  }
}
body section.carrinho .main-cta:hover {
  color: white;
  background-color: #ff002e;
}
body section.carrinho .main-cta .icon {
  margin-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body section.carrinho {
    padding: 20px 0;
  }
}
body section.carrinho .continuar {
  color: gray;
  border-bottom: 1px dotted gray;
  display: inline-block;
  font-weight: 600;
}
body section.carrinho .remover .loader {
  display: none;
}
body section.carrinho .remover.loading i {
  display: none;
}
body section.carrinho .remover.loading .loader {
  color: gray;
  display: inline-block;
}
body section.carrinho .passos {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
body section.carrinho .passos a {
  background-color: #e5e5e5;
  display: flex;
  padding: 20px;
  width: 33%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #afafaf;
  position: relative;
}
body section.carrinho .passos a:hover {
  color: #afafaf;
}
body section.carrinho .passos a:last-child:after {
  display: none;
}
body section.carrinho .passos a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/chevron.png");
}
body section.carrinho .passos a strong {
  font-weight: 600;
  border: 2px solid #afafaf;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.carrinho .passos a.ativo {
  color: #ff002e;
}
body section.carrinho .passos a.ativo:hover {
  color: #ff002e;
}
body section.carrinho .passos a.ativo strong {
  color: #ff002e;
  border-color: #ff002e;
}
@media (max-width: 991px) {
  body section.carrinho .passos a {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }
  body section.carrinho .passos a:after {
    display: none;
  }
}
body section.carrinho .carrinho-mobile {
  margin-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body section.carrinho .carrinho-mobile .opcoes-produto {
  color: gray;
  font-size: 14px;
  margin-bottom: 10px;
}
body section.carrinho .carrinho-mobile .opcoes-produto strong {
  color: gray;
}
body section.carrinho .carrinho-mobile .produto {
  border-bottom: 1px solid rgba(220, 220, 220, 0.3019607843);
  display: flex;
  margin: 0;
  padding: 20px 0;
  align-items: flex-start;
}
body section.carrinho .carrinho-mobile .produto strong {
  color: black;
}
body section.carrinho .carrinho-mobile .produto img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body section.carrinho .carrinho-mobile .removerMobile {
  color: #ff002e;
  font-size: 14px;
  display: block;
  text-align: center;
}
body section.carrinho .carrinho-mobile .removerMobile .loader {
  display: none;
}
body section.carrinho .carrinho-mobile .removerMobile.loading span {
  display: none;
}
body section.carrinho .carrinho-mobile .removerMobile.loading .loader {
  color: gray;
  display: inline-block;
}
body section.carrinho .carrinho-mobile .titulo {
  color: #ff002e;
}
body section.carrinho .carrinho-mobile .quantidade {
  font-size: 14px;
  color: dimgray;
  display: inline-block;
  width: 110px;
  padding: 5px 10px;
  margin-left: 5px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #ececec;
  position: relative;
}
body section.carrinho .carrinho-mobile .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 60%;
  outline: none;
}
body section.carrinho .carrinho-mobile .quantidade.loading .opcoes {
  display: none;
}
body section.carrinho .carrinho-mobile .quantidade.loading .qtd-loading {
  display: block;
}
body section.carrinho .carrinho-mobile .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 11px);
  right: 8px;
}
body section.carrinho .carrinho-mobile .quantidade .qtd-loading i {
  color: dimgray;
  font-size: 16px;
  cursor: default;
}
body section.carrinho .carrinho-mobile .quantidade .aumentar {
  position: absolute;
  top: 7px;
  right: 30px;
  cursor: pointer;
}
body section.carrinho .carrinho-mobile .quantidade .aumentar i {
  color: dimgray;
  font-size: 16px;
}
body section.carrinho .carrinho-mobile .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 10px;
  cursor: pointer;
}
body section.carrinho .carrinho-mobile .quantidade .diminuir i {
  color: dimgray;
  font-size: 16px;
}
body section.carrinho .empty {
  margin-top: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: dimgray;
  font-style: italic;
}
@media (max-width: 991px) {
  body section.carrinho .empty {
    margin-top: 20px;
    font-size: 18px;
  }
}
body section.carrinho .tabela-carrinho {
  width: 100%;
  margin: 70px auto 0 auto;
}
body section.carrinho .tabela-carrinho thead tr {
  overflow: hidden;
}
body section.carrinho .tabela-carrinho thead td {
  background-color: #4e4e4e;
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #dadada;
}
body section.carrinho .tabela-carrinho thead td:first-child {
  border-left: none;
}
body section.carrinho .tabela-carrinho thead td:last-child {
  border-right: none;
}
body section.carrinho .tabela-carrinho tbody td {
  padding: 30px 10px;
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
  border: 1px solid rgba(220, 220, 220, 0.3019607843);
}
body section.carrinho .tabela-carrinho tbody td:first-child {
  border-left: none;
}
body section.carrinho .tabela-carrinho tbody td:last-child {
  border-right: none;
}
body section.carrinho .tabela-carrinho .quantidade {
  font-size: 22px;
  max-width: 180px;
  color: gray;
  padding: 15px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #ececec;
  position: relative;
  min-width: 150px;
}
body section.carrinho .tabela-carrinho .quantidade input {
  background-color: transparent;
  border: none;
  color: inherit;
  width: 80%;
  outline: none;
}
body section.carrinho .tabela-carrinho .quantidade.loading .opcoes {
  display: none;
}
body section.carrinho .tabela-carrinho .quantidade.loading .qtd-loading {
  display: block;
}
body section.carrinho .tabela-carrinho .quantidade .qtd-loading {
  display: none;
  position: absolute;
  top: calc(50% - 18px);
  right: 20px;
}
body section.carrinho .tabela-carrinho .quantidade .qtd-loading i {
  color: dimgray;
  cursor: default;
  font-size: 16px;
}
body section.carrinho .tabela-carrinho .quantidade .aumentar {
  position: absolute;
  top: 3px;
  right: 20px;
  cursor: pointer;
}
body section.carrinho .tabela-carrinho .quantidade .aumentar i {
  color: gray;
  font-size: 16px;
}
body section.carrinho .tabela-carrinho .quantidade .diminuir {
  position: absolute;
  bottom: 3px;
  right: 20px;
  cursor: pointer;
}
body section.carrinho .tabela-carrinho .quantidade .diminuir i {
  color: gray;
  font-size: 16px;
}
body section.carrinho .tabela-carrinho td strong {
  font-weight: 400;
  color: #ff002e;
  font-size: 24px;
}
body section.carrinho .tabela-carrinho td i {
  color: red;
  font-size: 22px;
  cursor: pointer;
}
body section.carrinho .tabela-carrinho td .produto {
  width: 100%;
  display: flex;
  align-items: center;
}
body section.carrinho .tabela-carrinho td .produto .opcoes-produto {
  color: gray;
  font-size: 15px;
}
body section.carrinho .tabela-carrinho td .produto .opcoes-produto strong {
  font-weight: 700;
  color: inherit;
  font-size: inherit;
}
body section.carrinho .tabela-carrinho td .produto h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: dimgray;
  font-size: 17px;
  margin-bottom: 0;
}
body section.carrinho .tabela-carrinho td .produto img {
  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
}
body section.carrinho .box {
  margin: 50px auto 0 auto;
}
body section.carrinho .box .endereco {
  font-size: 18px;
  color: #ff002e;
  line-height: 20px;
}
body section.carrinho .box .endereco strong {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
body section.carrinho .box .main-cta {
  background-color: #ff002e;
  display: inline-block;
  padding: 13px 23px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: white;
}
body section.carrinho .box .main-cta img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  body section.carrinho .box {
    margin-top: 20px;
    padding: 0;
  }
  body section.carrinho .box .main-cta {
    margin-top: 15px;
  }
  body section.carrinho .box .endereco {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
  body section.carrinho .box .endereco strong {
    font-size: 18px;
  }
}
body section.carrinho .enviado {
  max-width: 800px;
  margin: 60px auto 0 auto;
  color: #189d0e;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
body section.carrinho .enviado .texto {
  color: white;
  text-align: left;
  line-height: 1.4;
  background-color: #3aa700;
  padding: 30px 70px;
  border-radius: 7px;
  font-weight: 300;
  margin-top: 30px;
}
body section.carrinho .enviado h1 {
  color: #3aa700;
  font-size: 39px;
  font-weight: 500;
  margin: auto;
  text-align: center;
}
body section.carrinho .enviado h5 {
  text-align: center;
  color: gray;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body section.carrinho .enviado {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  body section.carrinho .enviado .texto {
    padding: 20px;
  }
  body section.carrinho .enviado h5 {
    font-size: 18px;
  }
  body section.carrinho .enviado h1 {
    font-size: 20px;
  }
}
body section.carrinho .form {
  max-width: 750px;
  margin: 20px auto 0 auto;
  padding: 50px 60px;
  padding-bottom: 0;
}
body section.carrinho .form .main-cta {
  margin-top: 30px;
}
body section.carrinho .form h1 {
  font-size: 30px;
  color: rgb(88, 88, 88);
  font-weight: 600;
  text-align: center;
}
body section.carrinho .form h5 {
  text-align: center;
  color: gray;
  margin-bottom: 5px;
}
body section.carrinho .form h6 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
}
body section.carrinho .form label {
  color: black;
  display: block;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
}
body section.carrinho .form input,
body section.carrinho .form select,
body section.carrinho .form textarea {
  width: 100%;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  background-color: white;
  border: 1px solid gainsboro;
}
body section.carrinho .form select {
  padding-top: 12px;
  padding-bottom: 12px;
}
body section.carrinho .form textarea {
  min-height: 100px;
  resize: vertical;
}
@media (max-width: 991px) {
  body section.carrinho .form {
    padding: 20px;
    margin-top: 0;
  }
  body section.carrinho .form h1 {
    font-size: 20px;
  }
  body section.carrinho .form h5 {
    font-size: 16px;
  }
  body section.carrinho .form h6 {
    font-size: 15px;
  }
  body section.carrinho .form label {
    font-size: 16px;
  }
  body section.carrinho .form input,
  body section.carrinho .form select,
  body section.carrinho .form textarea {
    font-size: 15px;
    padding: 10px;
  }
}
body .wrap-404 {
  padding: 80px 0;
}
body .wrap-404 .left {
  float: right;
}
body .wrap-404 .right {
  float: left;
  margin-top: 280px;
}
body .wrap-404 .box-text {
  width: 100%;
}
body .wrap-404 .box-text h1 {
  font-weight: 700;
  font-size: 65px;
  line-height: 75px;
  text-align: center;
  color: #2e2d37;
  display: table;
  width: 100%;
  text-align: center;
}
body .wrap-404 .box-text div {
  font-weight: 700;
  font-size: 200px;
  line-height: 170px;
  display: flex;
  align-items: center;
  color: #ff002e;
  justify-content: center;
}
body .wrap-404 .box-text svg {
  margin: 0 20px 0 0;
}
body .wrap-404 .box-text svg:last-of-type {
  margin: 0 0 0 20px;
}
body .wrap-404 .box-text p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  body .wrap-404 {
    padding: 80px 0;
  }
  body .wrap-404 .left,
  body .wrap-404 .right {
    display: none;
  }
  body .wrap-404 .box-text h1 {
    font-size: 46px;
    line-height: 52px;
  }
  body .wrap-404 .box-text div {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 20px;
  }
  body .wrap-404 .box-text div svg {
    width: 60px;
    height: auto;
  }
  body .wrap-404 .box-text br {
    display: none;
  }
}
body footer .top-footer {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 35px;
}
body footer p {
  font-size: 16px;
  line-height: 19px;
}
body footer .logo {
  display: table;
  margin-bottom: 20px;
}
body footer .item-contact {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
body footer .item-contact i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  width: 36px;
  height: 44px;
  font-size: 18px;
  color: #2e2d37;
}
body footer .item-contact span {
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4b4f56;
  display: table;
  transition: 0.5s;
}
body footer .item-contact:hover span {
  color: #ff002e;
}
body footer .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2e2d37;
  display: table;
  margin-bottom: 15px;
}
body footer ul li {
  margin-bottom: 15px;
}
body footer ul li a {
  display: table;
  font-size: 16px;
  line-height: 19px;
  color: #4b4f56;
}
body footer ul li a:hover {
  color: #ff002e;
}
body footer .link-more {
  display: table;
  text-decoration: underline !important;
  color: #ff002e;
  font-size: 16px;
}
body footer .link-more:hover {
  color: #000;
}
body footer nav {
  float: left;
  width: 100%;
  border-top: 1px solid #2e2d37;
}
body footer nav ul {
  display: flex;
  justify-content: space-between;
}
body footer nav ul li {
  margin-bottom: 0;
}
body footer nav ul li a {
  display: table;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #2e2d37;
  padding: 20px 0;
  text-transform: uppercase;
}
body footer nav ul li a:hover {
  color: #ff002e;
}
body footer .bar-footer {
  float: left;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #2e2d37;
  display: flex;
  align-items: center;
}
body footer .bar-footer .left {
  display: flex;
  padding: 25px 50px;
  align-items: center;
  background: #4b4f56;
  flex-shrink: 0;
}
body footer .bar-footer .left p {
  color: #fff;
  margin-bottom: 0;
}
body footer .bar-footer .left .links {
  display: flex;
}
body footer .bar-footer .left .links a {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  margin-left: 20px;
}
body footer .bar-footer .left .links a:hover {
  color: #ff002e;
}
body footer .bar-footer .right {
  display: flex;
  align-items: center;
  padding: 0 50px;
  justify-content: center;
  width: 100%;
}
body footer .bar-footer .right .title {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  margin-right: 100px;
  text-transform: initial;
  margin-bottom: 0;
}
body footer .bar-footer form {
  background: #ff002e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
body footer .bar-footer form input {
  width: 220px;
  height: 60px;
  border: none;
  background: none;
  padding: 0 30px;
  color: #fff;
}
body footer .bar-footer form input::-moz-placeholder {
  color: #fff;
}
body footer .bar-footer form input::placeholder {
  color: #fff;
}
body footer .bar-footer form button {
  background: #fff;
  height: 50px;
  border: none;
  padding: 0 20px;
  color: #ff002e;
  margin-right: -25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
body footer .bar-footer form button i {
  margin-left: 5px;
}
body footer .bar-footer form button:hover {
  background: #000;
  color: #fff;
}
body footer .copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  float: left;
  width: 100%;
}
body footer .copy span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2e2d37;
}
body body.overflow {
  overflow: hidden;
}
body .wrap-menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999999;
  transition: 0.6s;
  left: -100%;
}
body .wrap-menu-mobile.show {
  left: 0;
}
body .wrap-menu-mobile .overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
body .wrap-menu-mobile .bar-menu {
  background: #fff;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  max-width: 340px;
  padding-bottom: 100px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile {
  display: flex;
  width: 100%;
  padding: 20px 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo {
  float: left;
  padding: 0;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
  display: table;
  width: 150px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
  float: right;
  padding: 0;
  display: flex;
  align-items: center;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons a.btn-social {
  float: left;
  margin-left: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background: #4c4c4c;
  position: relative;
  font-family: arial;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages {
  float: left;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages a {
  float: left;
  margin-right: 15px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
  float: right;
  width: 30px;
  position: relative;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #ccc;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:before {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, 0);
  top: 4px;
  background: #ccc;
  transition: 0.5s;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile:after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  left: 50%;
  transform: rotate(45deg) translate(-50%, 0);
  bottom: 5px;
  background: #ccc;
  transition: 0.5s;
}
body .wrap-menu-mobile .box-menu-style-1 {
  padding: 20px 20px;
  display: table;
  width: 100%;
}
body .wrap-menu-mobile ul,
body .wrap-menu-mobile ul li,
body .wrap-menu-mobile ul li a {
  display: table;
  width: 100%;
}
body .wrap-menu-mobile ul {
  margin-bottom: 20px;
  padding-left: 0;
}
body .wrap-menu-mobile ul li {
  margin-bottom: 0;
}
body .wrap-menu-mobile ul li:last-of-type {
  margin-bottom: 0;
}
body .wrap-menu-mobile ul li a {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1d1d1d;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
body .wrap-menu-mobile ul li a i.fa-angle-down {
  margin-left: 10px;
}
body .wrap-menu-mobile ul li a i {
  font-size: 14px;
  margin: 10px;
}
body .wrap-menu-mobile ul li ul {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
body .wrap-menu-mobile .box-menu-style-1 {
  position: relative;
  z-index: 1;
}
body .wrap-menu-mobile .phone {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 5px;
  flex-shrink: 0;
  margin-bottom: 30px;
}
body .wrap-menu-mobile .phone .text {
  padding-left: 20px;
}
body .wrap-menu-mobile .phone .text .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4b4f56;
  display: table;
  transition: 0.5s;
}
body .wrap-menu-mobile .phone .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ff002e;
  transition: 0.5s;
}
body .wrap-menu-mobile .phone img {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1), inset -2px 2px 2px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
body .wrap-menu-mobile .phone:hover {
  background: #ff002e;
}
body .wrap-menu-mobile .phone:hover span {
  color: #fff !important;
}
body .wrap-menu-mobile form {
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #efefef;
  margin-bottom: 30px;
}
body .wrap-menu-mobile form input {
  width: 100%;
  height: 45px;
  border: none;
  padding: 0 30px;
  background: none;
}
body .wrap-menu-mobile form button {
  width: 85px;
  height: 45px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
body .wrap-menu-mobile form button:hover {
  background: #999;
  color: #fff;
}
body .wrap-menu-mobile .btn-whatsapp {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  body footer .bar-footer .right .title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 991px) {
  body footer .top-footer {
    flex-wrap: wrap;
  }
  body footer p br,
  body footer ul li a br {
    display: none;
  }
  body footer nav {
    display: none;
  }
  body footer .bar-footer,
  body footer .bar-footer .right {
    flex-wrap: wrap;
  }
  body footer .bar-footer form button {
    margin-right: 0;
  }
  body footer .bar-footer form {
    margin-right: 0;
    flex-wrap: wrap;
    width: 100%;
  }
  body footer .bar-footer form button,
  body footer .bar-footer form input {
    width: 100%;
  }
  body footer .bar-footer .right {
    padding: 0;
  }
  body footer .bar-footer .right .title {
    text-align: center;
    padding: 40px 0;
    width: 100%;
    margin-right: 0;
  }
  body footer .bar-footer .left {
    flex-wrap: wrap;
    width: 100%;
  }
  body footer .bar-footer .left p {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  body footer .bar-footer .left .links {
    width: 100%;
    justify-content: center;
  }
  body footer .bar-footer .left .links a {
    margin: 0 10px;
  }
  body footer .copy {
    flex-wrap: wrap;
  }
  body footer .copy span {
    width: 100%;
    text-align: center;
    display: table;
    margin-bottom: 20px;
  }
  body footer .copy a {
    margin: 0 auto;
  }
}
body section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background-color: white;
  border-top: 2px solid #ff002e;
  width: 100%;
  padding: 0;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-fixa {
    display: none;
  }
}
body section.barra-fixa .contact {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
body section.barra-fixa .contact a {
  display: flex;
  align-items: center;
  float: left;
}
body section.barra-fixa .contact a img {
  position: relative;
  bottom: -3px;
}
body section.barra-fixa .contact a .text {
  padding-left: 15px;
}
body section.barra-fixa .contact a .text .title {
  display: table;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: black;
}
body section.barra-fixa .contact a .text .info {
  display: table;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
body section.barra-fixa .contact a.whatsapp {
  margin-right: 40px;
}
body section.barra-fixa .contact a.whatsapp .text .info {
  color: #077b44;
}
body section.barra-fixa .contact a.phone .text .info {
  color: #ff002e;
}
body section.barra-fixa.oculta {
  bottom: -100px;
}
body section.barra-fixa-mobile {
  background-color: #2e2d37;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  border-top: 2px solid #ffbe71;
  transition: 0.3s all;
}
body section.barra-fixa-mobile .btn-orcamento {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 700;
  color: #b5ca32 !important;
  background-color: white;
}
body section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  align-items: center;
}
body section.barra-fixa-mobile .list-itens a {
  color: white;
}
body section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body section.barra-fixa-mobile {
    display: none;
  }
}
body section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body section.modal-whatsapp {
  font-family: "Open Sans";
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 350px;
  max-height: 450px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body section.modal-whatsapp.exibir {
  transform: scale(1);
}
body section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body section.modal-whatsapp .contatos a {
  color: dimgray;
  font-weight: 700;
  display: block;
}
body section.modal-whatsapp .contatos a i {
  color: #4baa2b;
}
body section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 15px;
  position: relative;
}
body section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body section.modal-whatsapp .campo-acao {
    display: none;
  }
  body section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body header .topbar ul li.has-children {
  position: relative;
}
body header .topbar ul li.has-children:hover .inner-children {
  display: block;
}
body header .topbar ul li.has-children .inner-children {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
  background: #2e2d37;
  border-top: 2px solid #ff002e;
  border-radius: 0px 10px 10px 10px;
  display: none;
}
body header .topbar ul li.has-children .inner-children.white {
  background: #f4f4f4;
  border-color: #2e2d37;
}
body header .topbar ul li.has-children .inner-children.white a {
  color: #2e2d37;
}
body header .topbar ul li.has-children .inner-children a {
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
}
body .home-banner .item-banner ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 10px;
}
body .wrap-raio ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 10px;
}
body .card-service .image img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .card-destaque .image img {
  height: 240px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body .wrap-brands .carousel-brands a img {
  height: 135px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .wrap-into-brands .box-image .logo {
  height: 176px;
  width: 203px;
  -o-object-fit: "contain";
     object-fit: "contain";
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .wrap-into-brands .box-image .logo {
    height: 176px;
  }
}
body .wrap-into-brands .carousel-gallery-brands a img {
  height: 345px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .wrap-into-brands .box-video a img {
  height: 315px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .wrap-news .carousel-news a img {
  height: 195px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .wrap-about .carousel-about-gallery a img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .side-site .categories ul li a.active {
  color: #ff002e;
  font-weight: 600;
}
body .content-single-product .full img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .content-single-product .carousel-gallery a img {
  height: 155px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .bar-single-product .bar h3 {
  display: table;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  color: rgba(244, 244, 244, 0.8);
}
body .content-single-service .carousel-gallery a img {
  height: 156px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .wrap-full-gallery .carousel-full-gallery a img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .content-loteamento-4 .list-service-loteamento .item-service .full {
  height: 465px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .content-loteamento-7 .logos img {
  height: 120px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .content-loteamento-7 .logos img {
    height: 120px;
  }
}
body .content-loteamento-8 .item-box img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body footer {
  margin-bottom: 78px;
}
@media (max-width: 991px) {
  body footer {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  body header.fixed {
    position: fixed;
  }
}
body .wrap-quotation-pages .video-youtube {
  display: flex;
  height: 400px;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: white;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
body .wrap-quotation-pages .video-youtube:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
  content: "";
  transition: 0.5s all;
}
body .wrap-quotation-pages .video-youtube:hover:before {
  opacity: 0.4;
}
body .wrap-quotation-pages .video-youtube i {
  position: relative;
  z-index: 2;
}
body .wrap-quotation-pages .video-youtube.no-bf::before {
  display: none;
}
body .lista-categorias-servicos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
body .lista-categorias-servicos a {
  margin: 5px 8px;
  display: block;
  border: 2px solid gray;
  padding: 5px 15px;
  border-radius: 5px;
  color: gray;
  font-weight: 500;
  font-size: 19px;
  transition: 0.5s all;
}
body .lista-categorias-servicos a:hover {
  opacity: 0.6;
}
body .lista-categorias-servicos a.active {
  border-color: #ff002e;
  background-color: #ff002e;
  color: white;
}
body .wrap-news .carousel-news a:before {
  content: "";
  background-color: black;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
body .wrap-news .carousel-news a .overlay {
  z-index: 2;
}
body .bar-contact {
  background: #1c1b1f;
}
body .bar-contact h2 {
  color: white;
}
body .bar-contact form input {
  background: #d2d2d2;
  color: #4b4f56;
}
body .bar-contact form input::-moz-placeholder {
  color: #4b4f56;
}
body .bar-contact form input::placeholder {
  color: #4b4f56;
}
body .bar-contact form .group-check span {
  color: white;
}
body .wrap-services {
  background: #efefef;
}
body .wrap-boxes .item-box h3 {
  color: var(--texto-2, #2e2d37);
}
body .wrap-boxes .item-box img {
  transition: 0.5s all;
}
body .wrap-boxes .item-box:not(:hover) img {
  filter: grayscale(1) brightness(0);
}
body header .bottombar-novo {
  background: #fff;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  justify-content: center;
}
body header .bottombar-novo a {
  transition: 0.5s all;
  border-right: 1px solid gainsboro;
  padding: 20px 16px;
  text-transform: uppercase;
  color: var(--texto-2, #2e2d37);
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 20.4px */
}
body header .bottombar-novo a img {
  transition: 0.5s all;
}
body header .bottombar-novo a .cv {
  position: relative;
  top: -2px;
}
body header .bottombar-novo a:first-child {
  border-left: 1px solid gainsboro;
}
body header .bottombar-novo a:hover {
  background-color: #4b4f56;
  color: white;
}
body header .bottombar-novo a:hover img {
  filter: grayscale(1) brightness(100);
}
body header .midbar {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0;
}
body .list-services .card-service {
  height: calc(100% - 20px);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body .list-services .card-service {
    height: auto;
  }
}
body .content-loteamento-3 p strong {
  color: #ff002e;
}
body .content-loteamento-3 .item-box svg {
  display: table;
  margin: 0 auto 20px;
}
body .content-loteamento-3 .item-box svg path {
  fill: #ff002e;
}
body .content-loteamento-3 .item-box span {
  color: black;
}
body .content-loteamento-6 {
  position: relative;
}
body .content-loteamento-6 .img-lampada {
  margin-top: -100px;
  margin-bottom: -100px;
}
@media (max-width: 991px) {
  body .content-loteamento-6 .img-lampada {
    display: none;
  }
}
body header .contatos-mobile .contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  margin: auto;
  width: 100%;
}
body header .contatos-mobile .contact a {
  display: flex;
  align-items: center;
  float: left;
}
body header .contatos-mobile .contact a img {
  position: relative;
  bottom: -3px;
}
body header .contatos-mobile .contact a .text {
  padding-left: 5px;
}
body header .contatos-mobile .contact a .text .title {
  display: table;
  font-weight: 400;
  font-size: 15px;
  color: black;
}
body header .contatos-mobile .contact a .text .info {
  display: table;
  font-weight: 700;
  font-size: 14px;
}
body header .contatos-mobile .contact a.whatsapp {
  margin-right: 10px;
}
body header .contatos-mobile .contact a.whatsapp .text .info {
  color: #077b44;
}
body header .contatos-mobile .contact a.phone .text .info {
  color: #ff002e;
}
@media (min-width: 992px) {
  body .wrap-steps.home .left-box:before {
    right: -400px;
    left: -15px;
  }
  body .wrap-steps.home .right-box:before {
    right: -15px;
    left: -400px;
  }
  body .wrap-steps.home .right-box {
    padding: 0 25px 0 0;
  }
  body .wrap-steps.home .left-box {
    padding: 0 0 0 25px;
  }
}
body section.content-energia-4 {
  background: none;
  position: relative;
}
body section.content-energia-4 .container {
  position: relative;
  z-index: 2;
}
body section.content-energia-4:after {
  content: url("../image/overlay.png");
  position: absolute;
  right: 5px;
  bottom: -7px;
}
@media (max-width: 991px) {
  body section.content-energia-4:after {
    display: none;
  }
}
body section.content-energia-4:before {
  content: "";
  background: conic-gradient(from -62deg at 77.47% 50%, rgba(46, 45, 55, 0.5) 138.8229203224deg, rgba(46, 45, 55, 0.5) 193.2000303268deg, rgba(46, 45, 55, 0.37) 360deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body section.content-energia-4 video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .content-energia .box-right form input {
  border-radius: 5.649px;
  border: 1.13px solid #ff002e;
  background: #f0f0f0;
  padding: 20px;
  color: #4b4f56;
  font-weight: 600;
}
body .content-energia .box-right form input::-moz-placeholder {
  color: #4b4f56;
}
body .content-energia .box-right form input::placeholder {
  color: #4b4f56;
}
body .content-energia .box-right form .custom-file-label {
  border-radius: 5.649px;
  border: 1.13px solid #ff002e;
  background: #f0f0f0;
  color: #4b4f56;
  font-weight: 600;
}
body .content-energia .box-right form .custom-file-label:after {
  top: 1.5px;
}
body .content-services .box-text {
  padding-left: 0;
}
body .into-form-pages form input,
body .into-form-pages form textarea {
  font-size: 19px;
  height: 70px;
}
body .into-form-pages form textarea {
  height: 90px;
}