@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.pointer-events-none {
  pointer-events: none;
}

.divLoadingAjax {
  background-color: white;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  cursor: wait;
  display: none;
}

.has-error {
  border-color: red !important;
}

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

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

.container {
  max-width: 1350px;
}
.container.small {
  max-width: 1100px;
}
.container.big {
  max-width: 1600px;
}
.container.grandao {
  max-width: 1800px;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #003351;
}
a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

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

/* VARIAVEIS GLOBAIS DO PROJETO */
/*PADRÕES*/
.owl-carousel .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 47%;
  color: #9f9f9f;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 80px;
  height: 67px;
  background: white;
  border: 3px solid white;
  border-radius: 3px;
  font-size: 35px;
  line-height: 0;
}
.owl-carousel .owl-nav button.owl-prev i.right,
.owl-carousel .owl-nav button.owl-next i.right {
  margin-left: 2px;
}
.owl-carousel .owl-nav button.owl-prev i.left,
.owl-carousel .owl-nav button.owl-next i.left {
  margin-right: 2px;
}
.owl-carousel .owl-nav button.owl-next {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .owl-carousel .owl-dots {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 991px) {
  .owl-carousel .owl-dots .owl-dots {
    visibility: hidden;
  }
}
.owl-carousel .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  background-color: #c4c4c4;
  margin-right: 15px;
  border: none;
  outline: none;
  border-radius: 0%;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #9b9b9b;
}

/*Globals by Paulo*/
.padrao-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: white;
}
.padrao-header:not(.min, .servicos) {
  padding-bottom: 10px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  min-height: 320px;
  background-color: transparent;
  z-index: 5;
  position: relative;
}
@media (max-width: 991px) {
  .padrao-header:not(.min, .servicos) {
    padding: 20px 0;
    min-height: 250px;
  }
}
.padrao-header.min {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #eaeaea;
}
@media screen and (max-width: 991px) {
  .padrao-header.min {
    padding-left: 10px;
  }
}
.padrao-header.servicos {
  padding-bottom: 40px;
  padding-top: 55px;
  min-height: 600px;
  display: flex;
  background-color: transparent;
  z-index: 5;
  position: relative;
}
@media (max-width: 991px) {
  .padrao-header.servicos {
    padding: 20px 0;
    min-height: 0;
    background: #f2f2f2;
    background-image: none !important;
  }
}
.padrao-header .breadcrumb {
  text-transform: lowercase;
}
.padrao-header .breadcrumb:not(.min) {
  color: #000;
  margin-bottom: 20px;
}
.padrao-header .breadcrumb:not(.min) a {
  color: #000;
}
.padrao-header .breadcrumb.min {
  color: white;
  margin: 0;
}
.padrao-header .breadcrumb.min a {
  color: white;
}
.padrao-header .breadcrumb.min a.active {
  color: white;
}
.padrao-header .breadcrumb a {
  margin-left: 5px;
  font-size: 15px;
  line-height: 22px;
  margin-right: 5px;
}
.padrao-header:not(.servicos) h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  color: #fecb29;
  position: relative;
  display: initial;
}
@media (min-width: 992px) {
  .padrao-header:not(.servicos) h1 {
    line-height: 67px;
  }
}
.padrao-header:not(.servicos) h1:before {
  width: 500%;
  height: 4px;
  background: #fecb29;
  content: "";
  position: absolute;
  display: block;
  bottom: -12px;
  right: 0;
}
.padrao-header:not(.servicos) p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding-top: 15px;
}
.padrao-header:not(.servicos) p strong {
  color: #fecb29;
}
@media (min-width: 992px) {
  .padrao-header:not(.servicos) p {
    max-width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .padrao-header:not(.servicos) {
    background-position: left;
  }
  .padrao-header:not(.servicos) h1 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 70px;
  }
  .padrao-header:not(.servicos) p {
    line-height: initial;
    font-size: 16px;
    padding-top: 0;
    line-height: 22px;
  }
  .padrao-header:not(.servicos) p br {
    display: none;
  }
}
.padrao-header.servicos .icone-interna {
  position: absolute;
  width: 100px;
  margin-left: -100px;
  margin-top: 85px;
}
.padrao-header.servicos .icone-interna .icon {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.padrao-header.servicos h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 30px;
}
.padrao-header.servicos h1 strong {
  font-weight: 700;
  font-size: 50px;
  line-height: 57px;
  display: block;
  color: #000000;
}
@media (max-width: 991px) {
  .padrao-header.servicos h1 strong {
    font-size: 24px;
    line-height: 30px;
  }
}
.padrao-header.servicos p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  max-width: 600px;
  padding-top: 0;
  margin-top: 0;
  min-height: 110px;
  max-width: 457px;
}
.padrao-header.servicos a span {
  max-width: 318px;
}
@media screen and (max-width: 991px) {
  .padrao-header.servicos {
    background-position: left;
  }
  .padrao-header.servicos h1 {
    font-size: 24px;
    line-height: initial;
    margin-bottom: 15px;
  }
  .padrao-header.servicos p {
    line-height: initial;
    font-size: 16px;
    padding-top: 0;
    min-height: auto;
    margin-bottom: 25px;
  }
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

/*Pequenas classes*/
.w-lg-100 {
  width: auto !important;
}

.numeros {
  font-size: 16px;
  line-height: 19px;
  color: black;
}
.numeros.white {
  color: white;
}
@media (max-width: 991px) {
  .numeros {
    font-size: 14px;
  }
  .numeros img {
    width: 20px;
  }
}

@media (min-width: 991px) {
  .flex-2 {
    flex: 2;
  }
  .flex-14 {
    flex: 1.4;
  }
  .flex-15 {
    flex: 1.5;
  }
  .flex-18 {
    flex: 1.8;
  }
}
.cta-padrao {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  padding-bottom: 10px;
  padding-top: 7px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.cta-padrao.blue {
  background: #262e3b;
}
.cta-padrao.color-yellow {
  color: #fecb29;
}
.cta-padrao.color-white {
  color: white;
}
.cta-padrao.color-blue {
  color: #262e3b;
}
.cta-padrao.bordered {
  border: 2px solid #fecb29;
}
@media (max-width: 991px) {
  .cta-padrao.bordered {
    border-width: 2px;
  }
}
@media (max-width: 991px) {
  .cta-padrao {
    font-size: 15px;
    max-width: 340px;
    margin: 0 auto;
  }
}

a.numeros:hover {
  color: inherit;
}

a.numeros.white:hover {
  color: white;
}

h2.padrao {
  color: #262e3b;
  font-size: 35px;
  text-align: center;
}
h2.padrao strong {
  color: #fecb29;
  display: block;
}
@media (max-width: 991px) {
  h2.padrao {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.linha {
  margin: auto;
  margin-top: 5px;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 991px) {
  .linha {
    width: 75%;
    margin-bottom: 20px;
  }
}

strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  footer {
    margin-bottom: 53px;
  }
}

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;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #fecb29;
  -webkit-animation: loader-rotate 1s infinite;
          animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@-webkit-keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

body {
  font-size: 1em;
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  background-color: #fff;
  color: #000000;
}
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 .politica-termos {
  padding: 30px 0px;
}
body .politica-termos h1,
body .politica-termos h2,
body .politica-termos h3,
body .politica-termos h4,
body .politica-termos h5,
body .politica-termos h6 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fecb29;
  font-weight: 700;
}
body .politica-termos strong,
body .politica-termos b {
  color: #333;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body .politica-termos h1 {
    font-size: 22px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: #262e3b;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  display: none;
  border-bottom: 1px solid #fecb29;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1520px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header 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 header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body main {
  /* MODAL */
}
body main section.top-email {
  background-color: #131924;
  padding: 10px 0;
  font-size: 15px;
}
@media (max-width: 991px) {
  body main section.top-email {
    font-size: 13px;
  }
}
body main section.top-email a {
  color: white;
}
body main section.top-email i {
  color: #fecb29;
}
body main section.top-header {
  background-color: #262e3b;
  padding: 20px 0 15px 0;
  color: white;
  position: relative;
  font-size: 12pt;
  line-height: 19px;
  border-bottom: 2px solid #ecc300;
}
body main section.top-header .with-drop {
  position: relative;
  display: flex;
  align-items: center;
}
body main section.top-header .with-drop:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: white;
  margin-left: 10px;
}
body main section.top-header .with-drop:hover .dropdown-out {
  display: block;
}
body main section.top-header .with-drop .dropdown-out {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 15px;
}
body main section.top-header .with-drop .dropdown-out .dropdown-in {
  background-color: #3d4552;
}
body main section.top-header .with-drop .dropdown-out .dropdown-in a {
  padding: 9px 20px;
  font-size: 16px;
  display: block;
}
body main section.top-header .with-drop .dropdown-out .dropdown-in a:hover {
  background-color: #4e5663;
}
body main section.top-header .with-drop .dropdown-out .dropdown-in a:first-child, body main section.top-header .with-drop .dropdown-out .dropdown-in a:last-child {
  margin: 0;
}
@media (max-width: 991px) {
  body main section.top-header {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
    border-width: 0;
    line-height: 17px;
  }
}
body main section.top-header a {
  color: white;
}
body main section.top-header img.logo {
  width: 209px;
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.top-header img.logo {
    width: 145px;
  }
}
@media (max-width: 991px) {
  body main section.top-header .icon {
    width: 20px;
  }
}
@media (max-width: 991px) {
  body main section.top-header .ig img {
    position: absolute;
    top: 10px;
    right: 0;
    width: 17px;
  }
}
body main section.top-header .ig {
  font-size: 17px;
}
body main section.top-header .ig i {
  color: #fecb29;
  font-size: 21px;
  vertical-align: middle;
}
body main section.top-header span.ig:after {
  width: 552px;
  height: 2px;
  background: #ecc300;
  content: "";
  position: absolute;
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.top-header span.ig:after {
    display: none;
  }
}
body main section.top-header nav.nav-top {
  margin-top: 25px;
}
body main section.top-header nav.nav-top ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: end;
}
body main section.top-header nav.nav-top ul li a {
  color: #fff;
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
}
body main section.top-header nav.nav-top ul li a.active {
  color: #fecb29;
  font-weight: 600;
}
body main section.top-header nav.nav-top ul li a.active:before {
  background: #fecb29;
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: -10px;
}
body main section.top-header .categorias-mobile {
  z-index: 2;
  position: relative;
  margin-top: 10px;
}
body main section.top-header .categorias-mobile .btn-open {
  display: block;
  color: white;
  font-weight: 500;
  background: #131924;
  font-size: 14px;
  text-align: center;
  padding: 12px 20px;
}
body main section.top-header .categorias-mobile img {
  height: 20px;
}
body main section.top-header .categorias-mobile .in-categorias {
  background-color: #262e3b;
  padding: 10px;
}
body main section.top-header .categorias-mobile .in-categorias a {
  color: white;
  text-transform: uppercase;
  padding: 5px 20px;
  display: block;
  text-align: center;
  font-weight: 400;
  transition: 0.3s all;
  font-size: 15px;
}
body main section.top-header .categorias-mobile .in-categorias a i {
  color: red;
}
body main .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body main .modal-lg {
  max-width: 650px;
}
body main .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body main .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body main .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 main .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body main .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body main .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body main .modal-body h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #262e3b;
}
body main .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  margin-top: 10px;
}
body main .modal-body form {
  margin-top: 20px;
}
body main .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body main .modal-body form button {
  outline: none;
  background-color: #262e3b;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body main .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body main .modal-body form textarea {
  height: 100px;
  outline: none;
}
body main .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body main .modal-body.video {
    min-height: 360px;
  }
}
body main .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body main .modal-body {
    padding: 15px 0;
  }
  body main .modal-body h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  body main .modal-body h3 {
    text-align: center;
    font-size: 16px;
  }
  body main .modal-body form {
    margin-top: 20px;
  }
  body main .modal-body form button {
    font-size: 17px;
  }
  body main .modal-body form label {
    font-size: 15px;
  }
  body main .modal-body form input,
body main .modal-body form select,
body main .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 991px) {
  body main ul.paginacao {
    margin-top: 20px;
  }
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  background-color: white;
  border: 1px solid #fecb29;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fecb29;
  font-size: 18px;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  color: white;
  border-color: #fecb29;
  background-color: #fecb29;
}
body main section.index-chamada {
  background-color: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.index-chamada {
    padding-top: 20px;
  }
}
body main section.index-chamada p {
  margin-bottom: 0;
  font-size: 15px;
}
@media (max-width: 991px) {
  body main section.index-chamada p {
    text-align: center;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    padding: 0 20px;
  }
}
body main section.index-chamada .logo {
  width: 209px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-chamada .logo {
    width: 152px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}
body main section.index-servicos {
  background-color: #fff;
  background-image: url("../image/index/servicos/bg.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.index-servicos {
    background-image: none;
    padding-top: 20px;
  }
}
body main section.index-servicos .box {
  text-align: center;
  width: 243px;
  height: 173px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #262e3b;
  margin-bottom: 20px;
  border-radius: 10px;
  justify-content: space-evenly;
  box-shadow: 4px 4px 0px #fecb29;
}
@media (max-width: 991px) {
  body main section.index-servicos .box {
    width: 150px;
    margin: auto;
    height: 145px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 0px #fecb29;
  }
}
body main section.index-servicos .box img {
  height: 53px;
  width: 53px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-servicos .box img {
    width: 35px;
    height: 35px;
  }
}
body main section.index-servicos .box span {
  display: block;
  color: white;
  font-size: 23px;
  padding: 0 40px;
  font-weight: 500;
  line-height: 27px;
}
@media (max-width: 991px) {
  body main section.index-servicos .box span {
    font-size: 17px;
    line-height: 22px;
    padding: 0 10px;
  }
}
body main section.index-engenharia {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #262e3b;
}
@media (max-width: 991px) {
  body main section.index-engenharia {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  body main section.index-engenharia .next {
    display: none;
  }
}
@media (min-width: 991px) {
  body main section.index-engenharia .listing {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
body main section.index-engenharia .listing span {
  border-radius: 30px;
  border: 3px solid #fecb29;
  color: white;
  min-height: 65px;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 500;
  max-width: 540px;
  display: flex;
  line-height: 23px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-engenharia .listing span {
    border-width: 1px;
    margin-bottom: 10px;
    font-size: 17px;
    min-height: auto;
    text-align: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
  }
}
body main section.index-solucao {
  padding-top: 50px;
  padding-bottom: 45px;
  background-image: url("../image/index/solucao/bg.png");
  background-color: #fecb29;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  body main section.index-solucao {
    padding-top: 25px;
    padding-bottom: 20px;
    background-image: none;
  }
}
body main section.index-solucao .cta-padrao {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body main section.index-solucao .cta-padrao {
    margin-top: 10px;
  }
}
body main section.index-solucao h2 {
  font-weight: 400;
  font-size: 40px;
  color: #262e3b;
  position: relative;
}
body main section.index-solucao h2 strong {
  display: block;
}
@media (max-width: 991px) {
  body main section.index-solucao h2 {
    font-size: 24px;
    text-align: center;
  }
}
body main section.index-solucao h2:before {
  width: 135%;
  height: 8px;
  background: #262e3b;
  content: "";
  position: absolute;
  display: block;
  margin-top: 10px;
  bottom: -30px;
  left: -60%;
}
@media (max-width: 991px) {
  body main section.index-solucao h2:before {
    display: none;
  }
}
body main section.index-solucao p {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 30px;
  color: #262e3b;
}
@media (max-width: 991px) {
  body main section.index-solucao p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 22px;
  }
}
body main section.index-fornecedores {
  padding-top: 70px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  body main section.index-fornecedores {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
body main section.index-fornecedores h2 {
  font-weight: 600;
  font-size: 30px;
}
@media (max-width: 991px) {
  body main section.index-fornecedores h2 {
    font-size: 24px;
  }
}
body main section.index-fornecedores img {
  width: 230px !important;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-fornecedores img {
    width: 130px !important;
    height: 50px;
    margin: auto;
  }
}
body main section.index-oferecemos {
  height: 601px;
  background-image: url("../image/index/oferecemos/bg.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.index-oferecemos {
    height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
    background: #f2f2f2;
  }
}
body main section.index-oferecemos .texto::after {
  width: 100%;
  height: 8px;
  background: #262e3b;
  content: "";
  position: absolute;
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.index-oferecemos .texto::after {
    display: none;
  }
}
@media (max-width: 991px) {
  body main section.index-oferecemos .texto br {
    display: none;
  }
}
body main section.index-oferecemos h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-oferecemos h2 {
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
  }
}
body main section.index-oferecemos h2, body main section.index-oferecemos p, body main section.index-oferecemos .texto {
  color: #262e3b;
}
body main section.index-oferecemos .cta-padrao {
  display: block;
  margin: auto;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  body main section.index-oferecemos .cta-padrao {
    margin-top: 15px;
  }
}
body main section.index-porque {
  min-height: 659px;
  background-image: url("../image/index/porque/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-porque {
    background: #262e3b;
    height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
  }
}
@media (max-width: 991px) {
  body main section.index-porque h2 {
    font-size: 24px;
    color: #fecb29;
    font-weight: 600;
  }
  body main section.index-porque h2 span, body main section.index-porque h2 strong {
    color: white;
    display: block;
  }
  body main section.index-porque h2 span {
    font-weight: 500;
    font-size: 20px;
  }
  body main section.index-porque h2 strong {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  body main section.index-porque h2 {
    text-align: center;
    color: #fecb29;
    font-size: 60px;
    font-weight: 600;
    line-height: 50px;
  }
  body main section.index-porque h2 span {
    display: block;
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }
  body main section.index-porque h2 strong {
    display: block;
    color: white;
    font-size: 35px;
    font-weight: 600;
  }
}
body main section.index-porque .cta-padrao {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body main section.index-porque .item {
  border: 2px solid #fecb29;
  color: white;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  min-width: 350px;
  margin-top: 30px;
  top: 25px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-porque .item {
    margin: auto !important;
    top: 0 !important;
    margin-top: 15px !important;
    font-size: 16px;
    border-radius: 10px;
    border-width: 1px;
  }
}
body main section.index-planos {
  padding-top: 65px;
  padding-bottom: 60px;
  background-image: url("../image/index/planos/bg.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  body main section.index-planos {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
body main section.index-planos h2, body main section.index-planos p {
  text-align: center;
}
body main section.index-planos h2 {
  color: #262e3b;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.index-planos h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
body main section.index-planos p {
  color: #2d2d2d;
  font-size: 17px;
}
@media (max-width: 991px) {
  body main section.index-planos p {
    font-size: 16px;
    line-height: 22px;
  }
}
body main section.index-planos .box {
  margin: auto;
  width: 385px;
  min-height: 110px;
  background-color: #262e3b;
  border: 2px solid #fecb29;
  border-radius: 5px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0px 10px;
}
@media (max-width: 991px) {
  body main section.index-planos .box {
    width: 100%;
    max-width: 320px;
    margin: auto;
    min-height: 90px;
    margin-top: 25px;
  }
}
body main section.index-planos .box h3, body main section.index-planos .box h4 {
  color: #fecb29;
}
body main section.index-planos .box h3 {
  font-size: 23px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-planos .box h3 {
    font-size: 18px;
    font-weight: 700;
  }
}
body main section.index-planos .box h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-planos .box h4 {
    font-size: 16px;
    font-weight: 700;
  }
}
body main section.index-planos .cta-padrao {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
}
body main section.index-planos .linha {
  margin-bottom: 0;
}
body main section.index-entregamos {
  min-height: 469px;
  background-image: url("../image/index/entregamos/bg.png");
  background-size: cover;
  background-position: left;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
@media (max-width: 991px) {
  body main section.index-entregamos {
    min-height: auto;
    background: #262e3b;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
  }
}
body main section.index-entregamos h2 {
  color: #fecb29;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.index-entregamos h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
body main section.index-entregamos h3 {
  color: white;
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 15px;
}
body main section.index-entregamos h3 strong {
  color: #fecb29;
}
@media (max-width: 991px) {
  body main section.index-entregamos h3 strong {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  body main section.index-entregamos h3 {
    font-size: 16px;
    font-weight: 600;
  }
}
body main section.index-entregamos p {
  font-size: 20px;
  color: white;
}
@media (max-width: 991px) {
  body main section.index-entregamos p {
    font-size: 16px;
    line-height: 20px;
  }
}
body main section.index-entregamos h2, body main section.index-entregamos h3, body main section.index-entregamos p {
  text-align: left;
}
@media (max-width: 991px) {
  body main section.index-entregamos h2, body main section.index-entregamos h3, body main section.index-entregamos p {
    text-align: center;
  }
}
body main section.index-cases {
  min-height: 769px;
  background-image: url("../image/index/cases/bg.png");
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.index-cases {
    height: auto;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    background: #fecb29;
  }
}
body main section.index-cases h2 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.index-cases h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
body main section.index-cases h2 strong {
  color: #262e3b;
  display: block;
}
body main section.index-cases h2 strong:before {
  width: 135%;
  height: 8px;
  background: #262e3b;
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: -70%;
}
@media (max-width: 991px) {
  body main section.index-cases h2 strong:before {
    display: none;
  }
}
body main section.index-cases .box-transparent {
  background: rgba(0, 0, 0, 0.45);
  border-top-left-radius: 7px;
  border-bottom-right-radius: 10px;
  max-width: 350px;
}
@media (max-width: 991px) {
  body main section.index-cases .box-transparent {
    max-width: 340px;
    margin: auto;
    margin-top: 75px;
  }
}
body main section.index-cases .box-transparent p {
  font-size: 19px;
  line-height: 30px;
  color: white;
  text-align: left;
  padding-left: 28px;
  font-weight: 200;
  padding-top: 10px;
  margin-bottom: 0;
}
body main section.index-cases .box-transparent p strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-cases .box-transparent p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 10px 20px;
    padding-bottom: 0;
  }
}
body main section.index-cases .box {
  background-color: #fff;
  min-height: 540px;
  width: 435px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
  flex-direction: column;
  border-radius: 5px;
  border: 1px solid #fecb29;
}
@media (max-width: 991px) {
  body main section.index-cases .box {
    width: 340px;
    min-height: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: auto;
  }
}
body main section.index-cases .box .logo {
  display: block;
  margin: auto;
  width: 155px;
  height: 97px;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.index-cases .box h3 {
  text-align: center;
  color: #b18937;
  font-size: 18px;
  margin-bottom: 18px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body main section.index-cases .box h3 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
body main section.index-cases .box p, body main section.index-cases .box li {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
}
@media (max-width: 991px) {
  body main section.index-cases .box p, body main section.index-cases .box li {
    font-size: 16px;
  }
}
body main section.index-cases .box ul {
  padding-left: 15px;
}
body main section.index-cases .box .destaque {
  width: 360px;
  height: 180px;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body main section.index-cases .box .destaque {
    width: 330px;
  }
}
body main section.index-cases .numeros {
  font-size: 19px;
  margin-top: 20px;
  display: block;
  line-height: 23px;
}
@media (max-width: 991px) {
  body main section.index-cases .numeros {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
}
body main section.index-cases .owl-nav {
  position: absolute;
  top: auto;
  color: #fecb29;
  margin-top: 25px;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.index-cases .owl-nav {
    margin-top: 15px;
  }
}
body main section.index-cases .owl-nav i {
  font-size: 35px;
}
@media (max-width: 991px) {
  body main section.index-cases .owl-nav i {
    font-size: 25px;
  }
}
body main section.index-cases .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 30px;
}
@media (max-width: 991px) {
  body main section.index-cases .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
}
body main section.index-cases .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
@media (max-width: 991px) {
  body main section.index-cases .owl-carousel .owl-nav button.owl-next {
    border-radius: 100%;
    width: 35px;
    height: 35px;
  }
}
body main section.index-parceiros {
  padding-bottom: 20px;
  padding-top: 40px;
  background: #f7f7f7;
}
@media (max-width: 991px) {
  body main section.index-parceiros {
    padding-top: 25px;
  }
}
body main section.index-parceiros h2 {
  color: #262e3b;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-parceiros h2 {
    font-size: 24px;
  }
}
body main section.index-parceiros p {
  font-size: 22px;
  color: #222;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.index-parceiros p {
    font-size: 16px;
  }
}
body main section.index-parceiros .parceiro-img {
  width: 285px;
  height: 123px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.index-parceiros .parceiro-img {
    width: 160px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  body main section.index-parceiros .owl-parceiros {
    width: 50%;
    margin: auto;
    display: block;
  }
}
body main section.index-orcamento {
  min-height: 473px;
  background-image: url("../image/index/orcamento/bg.png");
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 35px;
  color: white;
}
@media (max-width: 991px) {
  body main section.index-orcamento {
    background: #0B1723;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
  }
}
body main section.index-orcamento label {
  display: block;
  color: white;
}
body main section.index-orcamento h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 20px;
}
body main section.index-orcamento h2 strong {
  color: #fecb29;
}
@media (max-width: 991px) {
  body main section.index-orcamento h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body main section.index-orcamento ul {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  body main section.index-orcamento .suporte {
    width: 30px;
  }
}
body main section.index-orcamento li {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 300;
}
body main section.index-orcamento li strong {
  font-weight: 300;
}
@media (max-width: 991px) {
  body main section.index-orcamento li strong {
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  body main section.index-orcamento li {
    text-align: center;
    list-style: none;
    margin-bottom: 7px;
    font-size: 17px;
  }
  body main section.index-orcamento li strong {
    font-weight: 500;
  }
}
body main section.index-orcamento span {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 991px) {
  body main section.index-orcamento span {
    font-size: 17px;
    margin-top: 10px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
body main section.index-orcamento .box {
  padding-left: 50px;
  padding-right: 60px;
  padding-top: 35px;
  padding-bottom: 40px;
  background: #262e3b;
  border: 2px solid #fecb29;
  border-radius: 7px;
}
@media (max-width: 991px) {
  body main section.index-orcamento .box {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    text-align: left;
    padding-bottom: 20px;
  }
}
body main section.index-orcamento .box label {
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 991px) {
  body main section.index-orcamento .box label {
    font-size: 16px;
  }
}
body main section.index-orcamento .box input, body main section.index-orcamento .box textarea {
  background: #4e6ca0;
  border: 1px solid #75a8fe;
  font-size: 14px;
  color: white;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 15px;
}
body main section.index-orcamento .box input {
  height: 43px;
}
body main section.index-orcamento .box textarea, body main section.index-orcamento .box button {
  height: 59px;
}
body main section.index-orcamento .box textarea {
  padding-top: 10px;
}
body main section.index-orcamento .box button {
  display: flex;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  background: #fecb29;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  body main section.index-orcamento .box button {
    width: 50%;
    margin: auto;
    height: 45px;
    font-size: 14px;
  }
}
body main section.index-orcamento .cta-padrao {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body main section.index-daikin {
  padding-top: 60px;
  padding-bottom: 40px;
  min-height: 462px;
  background: url("../image/index/daikin/bg.png");
  background-size: cover;
  background-position: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.index-daikin {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    min-height: 0;
  }
}
body main section.index-daikin h2 {
  font-size: 30px;
  font-weight: 500;
  color: #262e3b;
}
body main section.index-daikin h2 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-daikin h2 {
    text-align: center;
    font-size: 24px;
  }
}
body main section.index-daikin p {
  font-size: 21px;
  color: #000;
  margin-top: 30px;
  font-weight: 300;
}
@media (max-width: 991px) {
  body main section.index-daikin p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
  }
}
body main section.index-daikin img.daikin {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-daikin img.daikin {
    width: 80%;
    margin: auto;
    display: block;
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 280px;
  }
}
body main section.index-daikin picture::after {
  width: 100%;
  height: 8px;
  background: #262e3b;
  content: "";
  position: absolute;
  display: block;
  margin-top: -15px;
  margin-left: -3px;
}
@media (max-width: 991px) {
  body main section.index-daikin picture::after {
    display: none;
  }
}
body main section.index-video {
  position: relative;
}
body main section.index-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}
body main section.index-video .container {
  position: relative;
  z-index: 1;
}
body main section.index-video .logo {
  width: 199px;
}
body main section.index-video .bg-video {
  background-image: url("../image/index/video.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 508px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
body main section.index-video .bg-video .container {
  z-index: 2;
  position: relative;
}
body main section.index-video .bg-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body main section.index-video .bg-video p {
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
}
body main section.index-video .bg-video p strong {
  color: #fecb29;
}
@media screen and (max-width: 991px) {
  body main section.index-video .bg-video h2 {
    font-size: 24px;
  }
  body main section.index-video .bg-video p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (min-width: 992px) {
  body main section.index-sobre {
    min-height: 1049px;
    background-image: url("../image/index/sobre/bg.png");
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  body main section.index-sobre {
    background-color: #f6f6f6;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
  }
}
body main section.index-sobre p {
  color: #333;
}
body main section.index-sobre span.sobre {
  color: #b18937;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-sobre span.sobre {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
body main section.index-sobre h2.principal {
  font-size: 46px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  color: #262e3b;
  margin-bottom: 40px;
}
body main section.index-sobre h2.principal strong {
  color: #fecb29;
}
@media (max-width: 991px) {
  body main section.index-sobre h2.principal {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  body main section.index-sobre h2.principal strong {
    font-size: 24px;
  }
}
body main section.index-sobre h2.principal:before {
  width: 158%;
  height: 8px;
  background: #fecb29;
  content: "";
  position: absolute;
  display: block;
  bottom: -17px;
  left: -60%;
}
@media (max-width: 991px) {
  body main section.index-sobre h2.principal:before {
    display: none;
  }
}
body main section.index-sobre .texto-1 p {
  font-size: 24px;
  max-width: 540px;
  line-height: 30px;
}
@media (max-width: 991px) {
  body main section.index-sobre .texto-1 p {
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    max-width: none;
    margin-bottom: 10px;
  }
}
body main section.index-sobre .conheca {
  width: 50%;
  font-size: 20px;
}
@media (max-width: 991px) {
  body main section.index-sobre .conheca {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
}
body main section.index-sobre .conheca .cta-padrao {
  padding-bottom: 7px;
  padding-top: 7px;
}
body main section.index-sobre .texto-2 h2 {
  font-size: 45px;
  line-height: 47px;
  color: #262e3b;
}
body main section.index-sobre .texto-2 h2 strong {
  color: #fecb29;
  font-weight: 800;
}
@media (max-width: 991px) {
  body main section.index-sobre .texto-2 h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
  }
}
body main section.index-sobre .texto-2 p {
  font-size: 20px;
  line-height: 30px;
  max-width: 700px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  body main section.index-sobre .texto-2 p {
    font-size: 15px;
    text-align: center;
    line-height: 23px;
  }
}
body main section.index-sobre .texto-2 h3 {
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fecb29;
}
@media (max-width: 991px) {
  body main section.index-sobre .texto-2 h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  body main section.index-sobre .flex-089 {
    flex: 0.89;
  }
  body main section.index-sobre .orcar {
    left: -10px;
    position: relative;
  }
}
body main section.index-sobre .numeros {
  color: #262e3b;
}
@media (max-width: 991px) {
  body main section.index-sobre .brasil {
    width: 80%;
    max-width: 455px;
    margin: auto;
    display: block;
    margin-top: 20px;
  }
}
body main section.index-blog {
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url("../image/index/blog-bg.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding-top: 25px;
    padding-bottom: 20px;
    background: #182432;
  }
}
body main section.index-blog h2 {
  color: white;
  font-weight: 600;
}
body main section.index-blog h2 strong {
  color: #fecb29;
  font-weight: 800;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    font-size: 24px;
  }
}
body main section.index-blog p {
  text-align: center;
  color: white;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
}
body main section.index-blog p strong {
  color: #fecb29;
}
@media (max-width: 991px) {
  body main section.index-blog p {
    font-size: 16px;
    font-weight: 500;
  }
  body main section.index-blog p br {
    display: none;
  }
}
body main section.index-blog .linha {
  margin-top: 5px;
}
body main section.index-blog .box {
  position: relative;
  width: 425px;
  min-height: 215px;
  border: 1px solid #fecb29;
  border-radius: 7px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-bottom: 32px;
  padding-left: 45px;
  padding-right: 90px;
}
@media (max-width: 991px) {
  body main section.index-blog .box {
    width: 345px;
    margin: auto;
    margin-bottom: 10px;
    min-height: 185px;
    padding-bottom: 25px;
    padding-right: 70px;
  }
}
body main section.index-blog .box:before {
  background: rgba(0, 0, 0, 0.3);
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
body main section.index-blog .box h3 {
  color: white;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  body main section.index-blog .box h3 {
    font-size: 19px;
  }
}
body main section.index-blog .cta-padrao {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 600;
  margin-top: 25px;
  background-color: #262e3b;
}
@media (max-width: 991px) {
  body main section.index-blog .cta-padrao {
    margin-top: 15px;
  }
}
body main section.index-depoimentos {
  padding-top: 60px;
  padding-bottom: 50px;
  background: white;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
body main section.index-depoimentos h2 {
  color: #2d2d2d;
  font-weight: 600;
  text-align: center;
}
body main section.index-depoimentos h2 strong {
  color: #fecb29;
  font-weight: 800;
}
@media (max-width: 991px) {
  body main section.index-depoimentos h2 {
    font-size: 24px;
  }
}
body main section.index-depoimentos p {
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 21px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos p {
    font-size: 16px;
    font-weight: 500;
  }
  body main section.index-depoimentos p br {
    display: none;
  }
}
@media (min-width: 992px) {
  body main section.index-depoimentos .owl-carousel .owl-stage {
    display: flex;
  }
  body main section.index-depoimentos .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
body main section.index-depoimentos .linha {
  margin-top: 15px;
}
body main section.index-depoimentos .box {
  background-color: #ededed;
  width: 100%;
  height: 100%;
  padding-left: 68px;
  padding-right: 72px;
  padding-top: 40px;
  padding-bottom: 35px;
  text-align: left;
  border: 1px solid #ccc;
  border-top: 8px solid #fecb29;
  border-radius: 13px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
body main section.index-depoimentos .box img {
  width: auto;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box {
    border-top-width: 4px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
body main section.index-depoimentos .box h3 {
  color: #262e3b;
  font-size: 21px;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 19px;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box h3 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
body main section.index-depoimentos .box .texto {
  font-size: 18px;
  color: #666;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .box .texto {
    font-size: 16px;
  }
}
body main section.index-instagram {
  min-height: 360px;
  background-image: url("../image/index/bg-ig.png");
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: right;
}
@media (max-width: 991px) {
  body main section.index-instagram {
    background: #B9B9B9;
    padding-top: 25px;
    padding-bottom: 20px;
    min-height: auto;
    text-align: center;
  }
}
body main section.index-instagram h2 {
  font-size: 44px;
  font-weight: 800;
  color: #262e3b;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-instagram h2 {
    font-size: 24px;
    text-align: center;
  }
}
body main section.index-instagram h2 span {
  color: #fecb29;
  z-index: 3;
  position: relative;
}
@media (max-width: 991px) {
  body main section.index-instagram h2 span {
    display: block;
    margin-bottom: 5px;
  }
}
body main section.index-instagram h2 span:before {
  content: "";
  position: absolute;
  background: #262e3b;
  width: 201%;
  height: -webkit-fill-available;
  z-index: -1;
  margin-left: -100%;
  margin-top: 3px;
}
@media (max-width: 991px) {
  body main section.index-instagram h2 span:before {
    display: none;
  }
}
body main section.index-instagram a {
  color: #262e3b;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.index-instagram a {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  body main section.index-instagram a img {
    width: 25px;
  }
}
body main section.sobre-conheca {
  padding-top: 155px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.sobre-conheca {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
body main section.sobre-conheca .imagem-destaque {
  width: 100%;
  border: 3px solid #fecb29;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 9;
  position: relative;
}
@media (max-width: 991px) {
  body main section.sobre-conheca .imagem-destaque {
    border-width: 3px;
  }
}
body main section.sobre-conheca h2 {
  font-weight: 600;
  font-size: 32px;
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.sobre-conheca h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
body main section.sobre-conheca h2:after {
  width: 200%;
  height: 4px;
  background: #fecb29;
  content: "";
  position: absolute;
  display: block;
  bottom: -35px;
  right: -60%;
}
@media (max-width: 991px) {
  body main section.sobre-conheca h2:after {
    bottom: -15px;
    height: 2px;
  }
}
body main section.sobre-conheca .texto {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 991px) {
  body main section.sobre-conheca .texto {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }
}
body main section.sobre-conheca .texto p {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.sobre-conheca .texto p {
    margin-bottom: 10px;
  }
}
body main section.sobre-conheca .box {
  width: 90%;
  margin: auto;
  margin-top: 20px;
  display: block;
  background-color: #262e3b;
  padding-top: 70px;
  padding-bottom: 65px;
  padding-left: 55px;
  padding-right: 55px;
  border-radius: 10px;
  border: 3px solid #fecb29;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  body main section.sobre-conheca .box {
    padding: 15px;
    border-width: 2px;
    margin-top: 10px;
  }
}
body main section.sobre-conheca .box .foto {
  border: 3px solid #fecb29;
  border-radius: 5px;
  width: 100%;
  max-width: 340px;
  height: 195px;
  z-index: 9;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.sobre-conheca .box .foto {
    border-width: 1px;
    margin: auto;
    height: 150px;
  }
}
body main section.sobre-conheca .owl-nav {
  width: 130%;
  left: -16%;
  top: 35%;
  z-index: -1;
}
body main section.sobre-conheca .owl-nav .fas {
  font-size: 45px;
  color: #cfcfcf;
}
@media (max-width: 991px) {
  body main section.sobre-conheca .owl-nav {
    display: none;
  }
}
body main section.sobre-valores {
  min-height: 475px;
  background-image: url("../image/sobre/bg-valores.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.sobre-valores {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
body main section.sobre-valores img {
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  body main section.sobre-valores img {
    width: 45px;
  }
}
body main section.sobre-valores h3 {
  text-align: center;
  font-weight: 700;
  color: #fecb29;
  font-size: 33px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.sobre-valores h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
  }
}
body main section.sobre-valores p {
  font-weight: 500;
  text-align: center;
  font-size: 23px;
  color: white;
}
@media (max-width: 991px) {
  body main section.sobre-valores p {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
body main section.sobre-valores .bloco {
  max-width: 435px;
  margin: auto;
}
body main section.sobre-equipe {
  min-height: 485px;
  background-image: url("../image/sobre/equipe.png");
  background-size: cover;
  background-position: top;
  display: flex;
  align-items: center;
  text-align: start;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  body main section.sobre-equipe {
    padding-bottom: 10px;
    padding-top: 25px;
    background: #f2f2f2;
    min-height: auto;
    text-align: center;
  }
}
body main section.sobre-equipe h2 {
  font-size: 27px;
  color: #262e3b;
  margin-bottom: 35px;
  position: relative;
}
body main section.sobre-equipe h2 strong {
  color: #fecb29;
  font-size: 35px;
}
@media (max-width: 991px) {
  body main section.sobre-equipe h2 strong {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body main section.sobre-equipe h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
body main section.sobre-equipe h2:before {
  width: 150%;
  height: 8px;
  background: #262e3b;
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  right: -50%;
}
@media (max-width: 991px) {
  body main section.sobre-equipe h2:before {
    display: none;
  }
}
body main section.sobre-equipe p {
  font-size: 23px;
  color: #262e3b;
}
@media (max-width: 991px) {
  body main section.sobre-equipe p {
    font-size: 16px;
  }
}
body main section.servicos-listagem {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  body main section.servicos-listagem {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
body main section.servicos-listagem .box {
  background: #262e3b;
  width: 440px;
  margin: auto;
  border: 3px solid #fecb29;
  border-radius: 10px;
  min-height: 544px;
  justify-content: space-around;
  padding: 40px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 35px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
@media (max-width: 991px) {
  body main section.servicos-listagem .box {
    width: 345px;
    margin: auto;
    margin-top: 30px;
    padding: 30px;
    border-width: 2px;
    min-height: auto;
    padding-bottom: 25px;
  }
}
body main section.servicos-listagem .box .imagem {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}
body main section.servicos-listagem .box .icone {
  margin: auto;
  display: block;
  width: 82px;
  height: 82px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body main section.servicos-listagem .box .icone {
    width: 50px;
    height: 50px;
  }
}
body main section.servicos-listagem .cta-padrao {
  margin: auto;
  margin-top: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.servicos-listagem p {
  text-align: left;
  font-size: 19px;
  color: #fff;
  line-height: 26px;
}
@media (max-width: 991px) {
  body main section.servicos-listagem p {
    text-align: center;
    font-size: 16px;
  }
}
body main section.servicos-listagem h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fecb29;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  body main section.servicos-listagem h2 {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
body main section.servicos-ctas {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  body main section.servicos-ctas {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
body main section.servicos-ctas .cta-padrao {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
body main section.servicos-ctas a.numeros {
  color: #262e3b;
}
body main section.servicos-destaque {
  min-height: 661px;
  background-image: url("../image/sv/bg-destaque.png");
  background-size: cover;
  background-position: left;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.servicos-destaque {
    background: #fecb29;
    padding-top: 25px;
    padding-bottom: 15px;
    min-height: auto;
  }
}
body main section.servicos-destaque span {
  display: flex;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px;
  background: #262e3b;
  border-radius: 25px;
  padding-left: 30px;
  border: 2px solid white;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body main section.servicos-destaque span {
    font-size: 15px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
body main section.servicos-interna {
  padding-top: 175px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.servicos-interna {
    padding-top: 25px;
  }
}
body main section.servicos-interna img.destaque {
  width: 100%;
  border: 3px solid #fecb29;
  border-radius: 10px;
  max-width: 620px;
  display: block;
  height: 759px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  body main section.servicos-interna img.destaque {
    height: 250px;
    border-width: 2px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  body main section.servicos-interna .principal {
    display: flex;
    flex-direction: column;
  }
}
body main section.servicos-interna .principal h2 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 15px;
  color: #fecb29;
  position: relative;
  display: inline-grid;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .principal h2 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
  }
}
body main section.servicos-interna .principal h2:before {
  content: "";
  background: #fecb29;
  position: absolute;
  width: 130%;
  height: 3px;
  z-index: 1;
  bottom: 8px;
  margin-left: -28%;
}
@media (max-width: 991px) {
  body main section.servicos-interna .principal h2:before {
    margin-left: -10%;
    height: 2px;
    bottom: 0px;
  }
}
body main section.servicos-interna .principal h2:after {
  content: "";
  background: #262e3b;
  position: absolute;
  width: 300%;
  height: 100%;
  margin-left: -20%;
  z-index: -1;
}
body main section.servicos-interna .principal p {
  font-size: 18px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 535px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .principal p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body main section.servicos-interna .entenda {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991px) {
  body main section.servicos-interna .entenda {
    font-size: 20px;
  }
}
body main section.servicos-interna .secondario h2 {
  font-weight: 800;
  font-size: 26px;
  color: #fecb29;
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .secondario h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    padding-bottom: 2px;
  }
}
body main section.servicos-interna .secondario h2:before {
  position: absolute;
  left: 0;
  width: 200%;
  content: "";
  height: 160%;
  background: #262e3b;
  z-index: -1;
  left: -30%;
  display: block;
  top: -9px;
}
body main section.servicos-interna .secondario h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fecb29;
  height: 5px;
  content: "";
  margin-left: -101%;
  margin-top: 14px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .secondario h2:after {
    display: none;
  }
}
body main section.servicos-interna .secondario p {
  margin-bottom: 60px;
  font-size: 21px;
  color: #2d2d2d;
}
@media (max-width: 991px) {
  body main section.servicos-interna .secondario p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
  }
}
body main section.servicos-interna .normas {
  background: #262e3b;
  text-align: center;
  padding: 30px 0px;
  padding-bottom: 20px;
  color: white;
}
@media (max-width: 991px) {
  body main section.servicos-interna .normas {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
body main section.servicos-interna .normas h2 {
  font-weight: 800;
  font-size: 24px;
  color: #fecb29;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .normas h2 {
    font-size: 20px;
  }
}
body main section.servicos-interna .normas p {
  font-size: 20px;
}
@media (max-width: 991px) {
  body main section.servicos-interna .normas p {
    font-size: 16px;
  }
}
body main section.servicos-interna .adicional {
  padding-top: 30px;
  padding-bottom: 35px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.servicos-interna .adicional {
    padding-bottom: 15px;
    padding-top: 25px;
  }
}
body main section.servicos-interna .adicional h2 {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #2d2d2d;
}
@media (max-width: 991px) {
  body main section.servicos-interna .adicional h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body main section.servicos-interna .adicional p {
  font-size: 20px;
  color: #2d2d2d;
}
@media (max-width: 991px) {
  body main section.servicos-interna .adicional p {
    font-size: 16px;
  }
}
body main section.projetos-principal {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.projetos-principal {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
body main section.projetos-principal .imagem {
  width: 100%;
  border-radius: 7px;
  border: 4px solid #fecb29;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.projetos-principal .imagem {
    height: 240px;
    border-width: 2px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  body main section.projetos-principal .conteudo-principal {
    text-align: center;
  }
}
body main section.projetos-principal .conteudo-principal h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
  color: #262e3b;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.projetos-principal .conteudo-principal h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
body main section.projetos-principal .conteudo-principal h2:after {
  height: 5px;
  width: 200%;
  position: absolute;
  content: "";
  background: #262e3b;
  left: 0;
  bottom: -7px;
}
@media (max-width: 991px) {
  body main section.projetos-principal .conteudo-principal h2:after {
    display: none;
  }
}
body main section.projetos-principal .conteudo-principal p {
  font-size: 20px;
  line-height: 25px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 991px) {
  body main section.projetos-principal .conteudo-principal p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
body main section.projetos-principal .conteudo-principal h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  color: #fecb29;
  margin-bottom: 30px;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 991px) {
  body main section.projetos-principal .conteudo-principal h3 {
    font-size: 16px;
  }
}
body main section.projetos-principal .conteudo-principal h3:before {
  content: "";
  background: #262e3b;
  position: absolute;
  left: 0;
  width: 200%;
  height: 180%;
  z-index: -1;
  top: -9px;
  margin-left: -50%;
}
@media (max-width: 991px) {
  body main section.projetos-principal .conteudo-principal h3:before {
    height: 150%;
  }
}
body main section.projetos-principal .conteudo-principal ul {
  padding-left: 20px;
}
@media (max-width: 991px) {
  body main section.projetos-principal .conteudo-principal ul {
    padding-left: 0;
  }
}
body main section.projetos-principal .conteudo-principal ul li {
  font-size: 20px;
  margin-bottom: 5px;
  color: #2b2b2b;
  list-style-type: none;
  position: relative;
}
@media (max-width: 991px) {
  body main section.projetos-principal .conteudo-principal ul li {
    font-size: 16px;
  }
}
body main section.projetos-principal .conteudo-principal ul li:before {
  content: "•";
  display: inline-block;
  position: relative;
  left: -0.05em;
  margin-right: 5px;
  color: #fecb29;
  font-size: 40px;
  line-height: 25px;
  position: relative;
  top: 7px;
}
@media (max-width: 991px) {
  body main section.projetos-principal .conteudo-principal ul li:before {
    font-size: 22px;
    top: 0;
  }
}
body main section.projetos-equipe {
  min-height: 600px;
  background-image: url("../image/projetos/bg-equipe.png");
  background-size: cover;
  background-position-x: -20px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body main section.projetos-equipe {
    padding-top: 25px;
    padding-bottom: 20px;
    background: #EDEBEB;
    min-height: auto;
  }
}
body main section.projetos-equipe h2 {
  font-size: 40px;
  color: #262e3b;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  body main section.projetos-equipe h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 35px;
  }
}
body main section.projetos-equipe h2:before {
  position: absolute;
  content: "";
  height: 8px;
  background: #262e3b;
  width: 200%;
  bottom: -15px;
}
@media (max-width: 991px) {
  body main section.projetos-equipe h2:before {
    height: 4px;
  }
}
body main section.projetos-equipe ul {
  padding-left: 20px;
}
body main section.projetos-equipe li {
  font-size: 19px;
  margin-bottom: 5px;
  color: #2b2b2b;
  list-style-type: none;
  position: relative;
}
@media (max-width: 991px) {
  body main section.projetos-equipe li {
    font-size: 16px;
  }
}
body main section.projetos-equipe li:before {
  content: "•";
  display: inline-block;
  position: relative;
  left: -0.5em;
  margin-right: 5px;
  color: #fecb29;
  font-size: 60px;
  line-height: 25px;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  body main section.projetos-equipe li:before {
    top: -2px;
    left: -0.5em;
    font-size: 40px;
  }
}
body main section.projetos-equipe .cta-padrao {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
@media (max-width: 991px) {
  body main section.projetos-equipe .cta-padrao {
    margin-top: 20px;
  }
}
body main section.projetos-elabore {
  padding-top: 50px;
  padding-bottom: 55px;
  /*BOX*/
}
@media (max-width: 991px) {
  body main section.projetos-elabore {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main section.projetos-elabore h2.central {
  text-align: center;
  margin-bottom: 25px;
  font-size: 35px;
  color: #2d2d2d;
}
body main section.projetos-elabore h2.central strong {
  color: #fecb29;
}
@media (max-width: 991px) {
  body main section.projetos-elabore h2.central {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
body main section.projetos-elabore h2:not(.central) {
  font-size: 30px;
  font-weight: 700;
  color: #343434;
}
@media (max-width: 991px) {
  body main section.projetos-elabore h2:not(.central) {
    font-size: 24px;
    text-align: center;
  }
}
body main section.projetos-elabore p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 21px;
  max-width: 600px;
  color: #4c4c4c;
  line-height: 27px;
}
@media (max-width: 991px) {
  body main section.projetos-elabore p {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }
}
body main section.projetos-elabore h3 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body main section.projetos-elabore h3 {
    margin-bottom: 10px;
    text-align: center;
  }
}
body main section.projetos-elabore h3 strong {
  font-size: 22px;
  font-weight: 700;
  color: #fecb29;
}
@media (max-width: 991px) {
  body main section.projetos-elabore h3 strong {
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
}
body main section.projetos-elabore label {
  font-weight: 600;
  font-size: 18px;
  color: #43413e;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  body main section.projetos-elabore label {
    font-size: 16px;
  }
}
body main section.projetos-elabore input, body main section.projetos-elabore textarea, body main section.projetos-elabore select {
  margin-bottom: 20px;
  height: 50px;
  border-radius: 0 !important;
}
body main section.projetos-elabore textarea {
  height: 140px;
}
body main section.projetos-elabore button {
  float: right;
  font-weight: 600;
  outline: 0;
  border: 0;
  background: #fecb29;
}
@media (max-width: 991px) {
  body main section.projetos-elabore button {
    float: initial;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}
body main section.projetos-elabore .box {
  padding-left: 45px;
  padding-right: 75px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #29374d;
  text-align: left;
  margin-top: 30px;
  color: white;
  border: 3px solid #fecb29;
  border-top-right-radius: 45px;
  border-bottom-left-radius: 45px;
}
@media (max-width: 991px) {
  body main section.projetos-elabore .box {
    border-width: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    text-align: left;
    padding-right: 30px;
    margin-top: 15px;
  }
}
body main section.projetos-elabore .box a {
  color: white;
  font-size: 20px;
}
@media (max-width: 991px) {
  body main section.projetos-elabore .box a {
    font-size: 16px;
  }
}
body main section.projetos-elabore .box h3 {
  color: #fecb29;
  font-weight: 800;
  margin-bottom: 5px;
  font-size: 22px;
}
@media (max-width: 991px) {
  body main section.projetos-elabore .box h3 {
    font-size: 20px;
    font-weight: 700;
  }
}
body main section.projetos-elabore .box .texto {
  font-size: 20px;
  color: white;
}
body main section.projetos-elabore .box .texto.menor {
  font-size: 18px;
}
@media (max-width: 991px) {
  body main section.projetos-elabore .box .texto.menor {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body main section.projetos-elabore .box .texto {
    font-size: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
body main section.projetos-elabore .box .numeros {
  font-size: 23px;
}
@media (max-width: 991px) {
  body main section.projetos-elabore .box .numeros {
    font-size: 16px;
  }
}
body main section.projetos-elabore .cta-padrao {
  background-color: #fecb29;
}
body main section.projetos-elabore .trabalhe h2 {
  color: #fecb29;
}
@media (max-width: 991px) {
  body main section.projetos-elabore .trabalhe span {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
  }
  body main section.projetos-elabore .trabalhe span strong {
    color: #fecb29;
  }
}
@media (min-width: 992px) {
  body main section.projetos-elabore .trabalhe h2 {
    color: #fecb29;
    font-weight: 800;
  }
  body main section.projetos-elabore .trabalhe p {
    margin: auto;
    max-width: 860px;
    margin-bottom: 20px;
  }
  body main section.projetos-elabore .trabalhe span {
    font-size: 27px;
    line-height: 38px;
    font-weight: 800;
  }
  body main section.projetos-elabore .trabalhe span strong {
    color: #fecb29;
  }
}
body main section.projetos-elabore .selecione {
  display: inline-block;
  background: #fecb29;
  border-radius: 0px 5px 5px 0px;
  height: 50px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: #262e3b;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.projetos-elabore .flex-box {
  display: flex;
}
body main section.projetos-elabore .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 40px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 50px;
  width: 70%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.projetos-elabore em {
  margin-bottom: 7px;
}
body main section.projetos-conheca {
  min-height: 475px;
  background-image: url("../image/projetos/conheca.png");
  background-size: cover;
  background-position: left;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  color: white;
  align-items: center;
}
@media (max-width: 991px) {
  body main section.projetos-conheca {
    padding-top: 25px;
    padding-bottom: 20px;
    min-height: auto;
    background: #262e3b;
    text-align: center;
  }
}
body main section.projetos-conheca h2 {
  color: #fecb29;
  font-size: 33px;
  font-weight: 800;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body main section.projetos-conheca h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
}
body main section.projetos-conheca h3 {
  color: #fecb29;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 991px) {
  body main section.projetos-conheca h3 {
    font-size: 18px;
    font-weight: 700;
  }
}
body main section.projetos-conheca h3 strong {
  color: white;
  font-weight: 500;
}
@media (max-width: 991px) {
  body main section.projetos-conheca h3 strong {
    font-weight: 700;
  }
}
body main section.projetos-conheca p {
  font-size: 20px;
}
@media (max-width: 991px) {
  body main section.projetos-conheca p {
    font-size: 16px;
  }
}
body main section.contato,
body main section.trabalhe-conosco {
  background-color: #fff;
  color: #000;
  padding-top: 70px;
  padding: 50px 0;
  position: relative;
}
body main section.contato .projeto,
body main section.trabalhe-conosco .projeto {
  display: flex;
  justify-content: space-between;
  margin-top: -15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  body main section.contato .projeto,
body main section.trabalhe-conosco .projeto {
    justify-content: flex-start;
    margin-top: 0;
  }
  body main section.contato .projeto div,
body main section.trabalhe-conosco .projeto div {
    padding-right: 15px;
    margin-top: -15px;
  }
}
@media (max-width: 991px) {
  body main section.contato .canais,
body main section.trabalhe-conosco .canais {
    display: block;
    margin: 0 auto;
    width: 40px;
  }
}
body main section.contato hr,
body main section.trabalhe-conosco hr {
  background: #cecece;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.contato hr,
body main section.trabalhe-conosco hr {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
body main section.contato h3.titlex,
body main section.trabalhe-conosco h3.titlex {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  /* identical to box height */
  color: #000;
}
@media (max-width: 991px) {
  body main section.contato h3.titlex,
body main section.trabalhe-conosco h3.titlex {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
}
body main section.contato a.box,
body main section.trabalhe-conosco a.box {
  padding-top: 0;
  margin-top: 0;
  font-size: 17px;
  color: #000;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.contato a.box,
body main section.trabalhe-conosco a.box {
    font-size: 14px;
  }
}
body main section.contato a.box img,
body main section.trabalhe-conosco a.box img {
  width: 27px;
  margin-right: 12px;
}
@media (max-width: 991px) {
  body main section.contato,
body main section.trabalhe-conosco {
    padding: 20px;
  }
}
body main section.contato .container,
body main section.trabalhe-conosco .container {
  position: relative;
}
body main section.contato .right-c,
body main section.trabalhe-conosco .right-c {
  width: 51%;
}
body main section.contato .solicite,
body main section.trabalhe-conosco .solicite {
  position: absolute;
  left: -35px;
  top: 20px;
}
body main section.contato .end,
body main section.trabalhe-conosco .end {
  justify-content: space-between;
}
body main section.contato .end .col-lg-5,
body main section.trabalhe-conosco .end .col-lg-5 {
  width: 38%;
  padding-right: 0;
  padding: 0;
}
body main section.contato .end .col-lg-3,
body main section.trabalhe-conosco .end .col-lg-3 {
  min-width: 180px;
}
body main section.contato .end .col-lg-3 .col,
body main section.trabalhe-conosco .end .col-lg-3 .col {
  font-size: 17px;
}
body main section.contato .end .col-lg-3.first,
body main section.trabalhe-conosco .end .col-lg-3.first {
  padding: 0;
  margin-left: -30px;
}
body main section.contato .end .col-lg-3.last,
body main section.trabalhe-conosco .end .col-lg-3.last {
  padding: 0;
}
body main section.contato .end .col-lg-3.last .box,
body main section.trabalhe-conosco .end .col-lg-3.last .box {
  margin-left: -12px;
}
body main section.contato .end .cta-orange,
body main section.trabalhe-conosco .end .cta-orange {
  background: none !important;
  position: relative;
  left: -5px;
}
body main section.contato .end .col,
body main section.trabalhe-conosco .end .col {
  padding: 0;
}
body main section.contato .row.detalhes,
body main section.trabalhe-conosco .row.detalhes {
  background: #0d5a3b;
  border-radius: 0px 0px 20px 20px;
  color: white;
  padding-bottom: 22px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
body main section.contato .col-lg-3 strong,
body main section.trabalhe-conosco .col-lg-3 strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #000000;
}
body main section.contato .col-lg-3 .col,
body main section.trabalhe-conosco .col-lg-3 .col {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
body main section.contato h2,
body main section.trabalhe-conosco h2 {
  font-weight: 700;
  font-size: 37.3333px;
  line-height: 45px;
  color: #000000;
}
body main section.contato h2 strong,
body main section.trabalhe-conosco h2 strong {
  color: #ff8a00;
}
body main section.contato p,
body main section.trabalhe-conosco p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
body main section.contato p.principal,
body main section.trabalhe-conosco p.principal {
  max-width: 767px;
  margin: 0 auto;
  margin-bottom: 63px;
}
body main section.contato iframe,
body main section.trabalhe-conosco iframe {
  width: 100%;
}
body main section.contato label,
body main section.trabalhe-conosco label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
body main section.contato input,
body main section.contato select,
body main section.contato textarea,
body main section.trabalhe-conosco input,
body main section.trabalhe-conosco select,
body main section.trabalhe-conosco textarea {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 100%;
  color: #bebebe;
  margin-bottom: 20px;
}
body main section.contato input::-moz-placeholder, body main section.contato select::-moz-placeholder, body main section.contato textarea::-moz-placeholder, body main section.trabalhe-conosco input::-moz-placeholder, body main section.trabalhe-conosco select::-moz-placeholder, body main section.trabalhe-conosco textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: #bebebe;
}
body main section.contato input:-ms-input-placeholder, body main section.contato select:-ms-input-placeholder, body main section.contato textarea:-ms-input-placeholder, body main section.trabalhe-conosco input:-ms-input-placeholder, body main section.trabalhe-conosco select:-ms-input-placeholder, body main section.trabalhe-conosco textarea:-ms-input-placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: #bebebe;
}
body main section.contato input::placeholder,
body main section.contato select::placeholder,
body main section.contato textarea::placeholder,
body main section.trabalhe-conosco input::placeholder,
body main section.trabalhe-conosco select::placeholder,
body main section.trabalhe-conosco textarea::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  /* identical to box height */
  position: relative;
  top: 3px;
  color: #bebebe;
}
body main section.contato h3,
body main section.trabalhe-conosco h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  margin-bottom: 0;
  line-height: 40px;
}
body main section.contato a,
body main section.trabalhe-conosco a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #1198ce;
  padding-top: 29px;
}
@media screen and (max-width: 991px) {
  body main section.contato .col-lg-11,
body main section.trabalhe-conosco .col-lg-11 {
    flex-direction: column !important;
  }
  body main section.contato .col-lg-6,
body main section.trabalhe-conosco .col-lg-6 {
    margin-bottom: 20px !important;
  }
  body main section.contato .fale-especialista,
body main section.trabalhe-conosco .fale-especialista {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .duvidas,
body main section.trabalhe-conosco .duvidas {
    font-size: 14px;
    max-width: 100%;
    line-height: 27px;
  }
  body main section.contato .end .col-lg-3.first,
body main section.trabalhe-conosco .end .col-lg-3.first {
    margin-left: -12px !important;
  }
  body main section.contato .right-c,
body main section.trabalhe-conosco .right-c {
    width: 90%;
    margin: 0 auto;
  }
  body main section.contato .right-c .col-lg-4,
body main section.trabalhe-conosco .right-c .col-lg-4 {
    margin-bottom: 10px;
  }
  body main section.contato .col-lg-11 .col-lg-5,
body main section.trabalhe-conosco .col-lg-11 .col-lg-5 {
    width: 90%;
    margin: 0 auto;
  }
}
body main section.contato .sele,
body main section.trabalhe-conosco .sele {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  color: #fecb29;
}
body main section.contato .mx,
body main section.trabalhe-conosco .mx {
  width: 109%;
  margin-left: -20px;
  color: white;
  background: #116d92;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 19px;
  padding-bottom: 19px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
}
body main section.contato .mx .col-lg-4,
body main section.trabalhe-conosco .mx .col-lg-4 {
  padding: 0;
  margin: 0;
  width: 150px;
}
body main section.contato .mx h4,
body main section.trabalhe-conosco .mx h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}
body main section.contato .mx p,
body main section.trabalhe-conosco .mx p {
  font-weight: 700;
  font-size: 15px !important;
  line-height: 18px;
  margin-bottom: 0;
}
body main section.contato .mx img,
body main section.trabalhe-conosco .mx img {
  width: 43px;
}
body main section.contato .align-items-right,
body main section.trabalhe-conosco .align-items-right {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 15px;
}
body main section.contato .selecione,
body main section.trabalhe-conosco .selecione {
  display: inline-block;
  background: #000;
  border-radius: 0px 5px 5px 0px;
  height: 43px;
  width: 30%;
  line-height: 35px;
  margin-left: -8px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.contato .flex-box,
body main section.trabalhe-conosco .flex-box {
  display: flex;
}
body main section.contato .name-file,
body main section.trabalhe-conosco .name-file {
  background: #fbfbfb;
  border: 0.8px solid #dcdcdc;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 43px;
  width: 70%;
  color: #bebebe;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0;
}
body main section.contato .box .col-lg-6,
body main section.trabalhe-conosco .box .col-lg-6 {
  position: relative;
}
body main section.contato .box .col-lg-6.yellow:before,
body main section.trabalhe-conosco .box .col-lg-6.yellow:before {
  background: #fecb29;
  content: "UNIDADE 1 - MATRIZ";
}
body main section.contato .box .col-lg-6.blue:before,
body main section.trabalhe-conosco .box .col-lg-6.blue:before {
  background: #262e3b;
  content: "UNIDADE 2 - MATRIZ";
}
body main section.contato .box .col-lg-6:before,
body main section.trabalhe-conosco .box .col-lg-6:before {
  width: 200px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}
body main section.contato input[type=checkbox],
body main section.trabalhe-conosco input[type=checkbox] {
  display: inline;
  width: 18px;
  height: 18px;
  background: #dcdcdc !important;
  fill: #dcdcdc;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.contato input[type=checkbox],
body main section.trabalhe-conosco input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
body main section.contato .single,
body main section.trabalhe-conosco .single {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 991px) {
  body main section.contato .solicite,
body main section.trabalhe-conosco .solicite {
    display: block;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 55px !important;
    margin-bottom: 8px !important;
  }
  body main section.contato form .col.d-flex,
body main section.trabalhe-conosco form .col.d-flex {
    flex-direction: column;
  }
  body main section.contato form .col.d-flex .col-lg-5,
body main section.contato form .col.d-flex .col-lg-6,
body main section.trabalhe-conosco form .col.d-flex .col-lg-5,
body main section.trabalhe-conosco form .col.d-flex .col-lg-6 {
    width: 100%;
  }
  body main section.contato h2,
body main section.trabalhe-conosco h2 {
    line-height: 35px;
    text-align: center;
  }
  body main section.contato h1,
body main section.contato h2,
body main section.trabalhe-conosco h1,
body main section.trabalhe-conosco h2 {
    font-size: 24px !important;
  }
  body main section.contato p,
body main section.contato label,
body main section.contato button,
body main section.trabalhe-conosco p,
body main section.trabalhe-conosco label,
body main section.trabalhe-conosco button {
    font-size: 16px !important;
  }
}
body main section.vantagens-trabalhar-conosco {
  position: relative;
  background-image: url("../image/paginas/vantagens.png");
  background-color: #fff;
  background-position: bottom;
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  body main section.vantagens-trabalhar-conosco {
    background: #F4F4F4;
  }
}
body main section.vantagens-trabalhar-conosco .bg-bolas {
  position: absolute;
  right: 0;
  top: -200px;
}
body main section.vantagens-trabalhar-conosco img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
body main section.vantagens-trabalhar-conosco h2 {
  max-width: 700px;
  margin-top: 20px;
  font-weight: 400;
  font-size: 37.3333px;
  line-height: 45px;
  text-align: center;
  color: #FF8A00;
  margin-bottom: 55px;
}
body main section.vantagens-trabalhar-conosco h2 strong {
  font-weight: 700;
  font-size: 37.3333px;
  line-height: 45px;
  text-align: center;
  color: #000;
  display: block;
}
body main section.vantagens-trabalhar-conosco h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 38px;
  /* laranja texto */
  color: #fecb29;
}
body main section.vantagens-trabalhar-conosco p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
body main section.vantagens-trabalhar-conosco p,
body main section.vantagens-trabalhar-conosco h3 {
  max-width: 369px;
}
body main section.vantagens-trabalhar-conosco .col-lg-0 img {
  margin-right: 30px;
  position: relative;
  max-width: 200px;
  max-height: 200px;
  border-radius: 17px;
}
body main section.vantagens-trabalhar-conosco .top-curriculo {
  margin-top: -85px;
}
@media screen and (max-width: 991px) {
  body main section.vantagens-trabalhar-conosco .col-lg-6.d-flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  body main section.vantagens-trabalhar-conosco .col-lg-6.d-flex img {
    margin-right: 0px !important;
  }
  body main section.vantagens-trabalhar-conosco .bg-bolas {
    display: none;
  }
  body main section.vantagens-trabalhar-conosco .top-curriculo {
    margin-top: -55px;
    z-index: 1;
    width: 100%;
  }
  body main section.vantagens-trabalhar-conosco h2,
body main section.vantagens-trabalhar-conosco strong {
    font-size: 24px !important;
  }
  body main section.vantagens-trabalhar-conosco h2 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  body main section.vantagens-trabalhar-conosco h3 {
    font-size: 22px !important;
    margin-top: 15px;
  }
  body main section.vantagens-trabalhar-conosco p {
    font-size: 16px !important;
  }
}
body main section.page-videos {
  padding-top: 30px;
}
body main section.page-videos .video {
  display: block;
  margin-bottom: 50px;
}
body main section.page-videos .video:hover .image:before {
  opacity: 0.3;
}
body main section.page-videos .video .image {
  height: 230px;
  border: 1px solid #fecb29;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.page-videos .video .image i {
  color: white;
  z-index: 1;
  position: relative;
  font-size: 50px;
}
body main section.page-videos .video .image:before {
  transition: 0.3s all;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}
body main section.page-videos .video h3 {
  color: #fecb29;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 991px) {
  body main section.page-videos {
    padding-top: 0;
  }
  body main section.page-videos .video {
    margin-bottom: 20px;
  }
  body main section.page-videos .video .image {
    height: 130px;
  }
  body main section.page-videos .video h3 {
    font-size: 18px;
  }
}
body main section.duvidas {
  padding-top: 40px;
  padding-bottom: 40px;
}
body main section.duvidas .area h2 {
  font-size: 25px;
  font-weight: 600;
  border-bottom: 2px solid #dadada;
  padding-bottom: 13px;
  margin-bottom: 20px;
  color: #fecb29;
}
@media (max-width: 991px) {
  body main section.duvidas .area h2 {
    font-size: 20px;
  }
}
body main section.duvidas .area p {
  color: #4c4c4c;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  body main section.duvidas .area p {
    font-size: 16px;
  }
}
body main section.duvidas .box-tira-duvidas {
  width: 365px;
  margin: auto;
  display: block;
  background: #29374d;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 3px solid #fecb29;
  padding: 40px;
  padding-top: 15px;
  color: white;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-tira-duvidas {
    width: 345px;
    border-width: 2px;
    margin-bottom: 25px;
    padding: 30px;
    padding-top: 20px;
  }
}
body main section.duvidas .box-tira-duvidas a {
  color: white;
  font-size: 17px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-tira-duvidas a {
    font-size: 16px;
  }
}
body main section.duvidas .box-tira-duvidas.start {
  text-align: left;
}
@media (max-width: 991px) {
  body main section.duvidas .box-tira-duvidas.start {
    font-size: 14px;
  }
}
body main section.duvidas .box-tira-duvidas h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  color: #fecb29;
  margin-bottom: 5px;
}
body main section.duvidas .box-tira-duvidas h2.fale {
  font-size: 23px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-tira-duvidas h2.fale {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  body main section.duvidas .box-tira-duvidas h2 {
    font-size: 22px;
  }
}
body main section.duvidas .box-tira-duvidas p {
  font-size: 18px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-tira-duvidas p {
    font-size: 15px;
  }
}
body main section.duvidas .box-tira-duvidas input {
  height: 55px;
  margin-bottom: 25px;
}
body main section.duvidas .box-tira-duvidas textarea {
  height: 135px;
  margin-bottom: 12px;
}
body main section.duvidas .box-tira-duvidas button {
  width: 100%;
  border: 0;
  background: #fecb29;
  color: #262e3b;
  font-weight: 700;
  height: 53px;
  border-radius: 5px;
  font-size: 17px;
}
@media (max-width: 991px) {
  body main section.duvidas .box-tira-duvidas button {
    font-size: 16px;
  }
}
body main section.duvidas .box-tira-duvidas textarea, body main section.duvidas .box-tira-duvidas input {
  background: rgba(255, 255, 255, 0.9);
}
body main section.blog {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body main section.blog {
    padding-top: 20px;
  }
}
body main section.blog .titulo-blog {
  color: #262e3b;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 32px;
}
@media (max-width: 991px) {
  body main section.blog .titulo-blog {
    font-size: 22px;
  }
}
body main section.blog .post {
  max-width: 420px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  body main section.blog .post {
    margin-bottom: 25px;
  }
}
body main section.blog .post img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 215px;
}
body main section.blog .post h2 {
  padding-top: 15px;
  font-weight: 600;
  color: #424242;
  font-size: 24px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.blog .post h2 {
    font-size: 20px;
    padding-left: 10px;
  }
}
body main section.blog .post p {
  margin-top: 0;
  margin-bottom: 1.3rem;
  color: #2d2d2d;
  font-size: 17px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  body main section.blog .post p {
    padding-left: 10px;
  }
}
body main section.blog .post a.leia {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fecb29;
  padding-right: 30px;
  padding-left: 30px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #262e3b;
}
@media (max-width: 991px) {
  body main section.blog .post a.leia {
    font-size: 15px;
  }
}
body main section.blog .categorias {
  max-width: 365px;
}
@media (max-width: 991px) {
  body main section.blog .categorias {
    margin-top: 20px;
  }
}
body main section.blog .categorias.int {
  display: block;
  float: right;
  clear: both;
  width: 100%;
}
body main section.blog .categorias a.catin {
  padding-left: 40px;
  display: block;
  color: #4a4a4a;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.blog .categorias a.catin {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 700;
  }
}
body main section.blog .categorias a.catin.active {
  color: #262e3b;
  font-weight: 700;
}
body main section.blog .categorias a.catin i {
  color: #fecb29;
  margin-right: 5px;
}
body main section.blog .categorias h2 {
  background: #29374d;
  padding-left: 35px;
  color: #fecb29;
  font-weight: 700;
  font-size: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  body main section.blog .categorias h2 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
}
body main section.blog-interna h1,
body main section.blog-interna h2,
body main section.blog-interna h3,
body main section.blog-interna h4 {
  color: #fecb29;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 30px;
}
body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
  color: #000;
}
@media (max-width: 991px) {
  body main section.blog-interna h1.titulo-blog,
body main section.blog-interna h2.titulo-blog,
body main section.blog-interna h3.titulo-blog,
body main section.blog-interna h4.titulo-blog {
    color: #000;
    line-height: 30px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
  }
}
body main section.blog-interna .texto {
  color: #000;
}
body main section.blog-interna strong.main {
  background: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: 95%;
  padding: 8px 12px 8px 15px;
  margin-bottom: 20px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #050462;
  border-left: 6px solid;
  border-radius: 3px;
  border-color: #050462;
}
body main section.blog-interna img {
  max-width: 100%;
  width: 100%;
}
body main section.blog-interna h1 {
  padding-bottom: 0;
  font-weight: 700;
  font-size: 34.2275px;
  line-height: 40px;
  margin-bottom: 15px;
}
body main section.blog-interna a {
  color: Gray;
}
body main section.blog-interna .compartilhe {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 0.8px solid #dedede;
  margin-bottom: 35px;
}
body main section.blog-interna .compartilhe .col-5 {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 400;
}
body main section.blog-interna h4 span {
  color: black;
}
body main section.blog-interna h4 {
  margin-top: 25px;
  margin-bottom: 30px;
}
body main section.blog-interna hr {
  margin-top: 80px;
}
body main section.blog-interna img.gostou {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
  border-radius: 0;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  body main section.blog-interna h1,
body main section.blog-interna h2 {
    font-size: 24px;
  }
  body main section.blog-interna h3,
body main section.blog-interna h4 {
    font-size: 20px;
  }
  body main section.blog-interna strong {
    text-align: left;
  }
}
body main section.formulario-enviado {
  padding: 150px 0;
  color: #008d54;
}
body main section.formulario-enviado .box-in {
  text-align: center;
}
body main section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body main section.formulario-enviado .box-in a {
  color: #008d54;
  font-weight: 500;
  border-bottom: 1px dotted #008d54;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #008d54;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #008d54;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #008d54;
  color: white;
}
body main section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body main section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #008d54;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #008d54;
  line-height: 1;
}
@media (max-width: 991px) {
  body main section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  body main section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body main section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body main section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body main section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body main section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body footer section.footer-mapa {
  height: 443px;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 250px;
  }
  body footer section.footer-mapa.home {
    margin-top: 0;
  }
}
body footer section.footer-news {
  padding-top: 55px;
  padding-bottom: 60px;
  background-color: #262e3b;
}
@media (max-width: 991px) {
  body footer section.footer-news {
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
  }
}
body footer section.footer-news h2 {
  color: #fecb29;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body footer section.footer-news h2 {
    font-size: 24px;
  }
}
body footer section.footer-news p {
  font-size: 18px;
  color: white;
}
@media (max-width: 991px) {
  body footer section.footer-news p {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
body footer section.footer-news input {
  height: 50px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  body footer section.footer-news input {
    height: 45px;
  }
}
body footer section.footer-news button {
  border: 0;
  padding-left: 25px;
  padding-right: 25px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  background-color: #fecb29;
  color: #262e3b;
}
@media (max-width: 991px) {
  body footer section.footer-news button {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  body footer section.footer-news img {
    width: 25px;
  }
}
body footer section.footer-main {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fecb29;
  position: relative;
  overflow: hidden;
  font-size: 12pt;
  line-height: 19px;
}
@media (max-width: 991px) {
  body footer section.footer-main {
    font-size: 13px;
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 17px;
  }
}
body footer section.footer-main a {
  color: #262e3b;
}
body footer section.footer-main span.ig {
  font-weight: 600;
}
body footer section.footer-main img.logo {
  width: 209px;
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  body footer section.footer-main img.logo {
    width: 145px;
  }
}
body footer section.footer-main .icon {
  filter: contrast(100) brightness(0.2);
}
@media (max-width: 991px) {
  body footer section.footer-main .icon {
    width: 20px;
  }
}
body footer section.footer-main .icone {
  filter: contrast(100) brightness(0.2);
}
body footer section.footer-main .ig img {
  filter: contrast(100) brightness(0.2);
}
@media (max-width: 991px) {
  body footer section.footer-main .ig img {
    position: absolute;
    top: 10px;
    right: 0;
    width: 17px;
  }
}
body footer section.footer-main span.ig:after {
  width: 100%;
  height: 2px;
  background: #262e3b;
  content: "";
  position: absolute;
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body footer section.footer-main span.ig:after {
    display: none;
  }
}
body footer section.footer-main nav,
body footer section.footer-main ul {
  list-style: none;
}
body footer section.footer-main nav a,
body footer section.footer-main nav li,
body footer section.footer-main ul a,
body footer section.footer-main ul li {
  font-size: 25px;
  color: #222;
  text-transform: uppercase;
}
body footer section.footer-main ul {
  border-bottom: 3px solid #262e3b;
  padding-bottom: 30px;
}
body footer section.rodape {
  background-color: #262e3b;
  margin-bottom: 67px;
}
@media (max-width: 991px) {
  body footer section.rodape {
    margin-bottom: 54px;
  }
}
body footer section.rodape span {
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  text-align: left;
  padding-top: 20px;
  color: #fecb29;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  body footer section.rodape span {
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
  }
}
body footer .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 footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer 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: 400px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .contatos a {
  color: dimgray;
  font-weight: 700;
  display: block;
}
body footer section.modal-whatsapp .contatos a i {
  color: #4baa2b;
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer 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 footer 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 footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer 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 footer 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 footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer 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 footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer 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 footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer 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 footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer 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 footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer section.barra-fixa-mobile {
  background-color: #262e3b;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #fecb29;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.barra-fixa {
  position: fixed;
  z-index: 100;
  background-color: white;
  padding: 10px 0;
  border-top: 2px solid #fecb29;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: 0.5s all;
}
body footer section.barra-fixa.show {
  bottom: 0;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer .menu-mobile {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}