@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #050202;
  overflow-x: hidden;
}

.banner {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner {
    top: 90px;
  }
}

.banner-default {
  height: 378px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .banner-default {
    background-size: auto 190px;
  }
}

.banner-titulo-home {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .banner-titulo-home {
    margin-top: 5px;
    font-size: 15px;
  }
}

.no-style-link, .rodape nav a, .nav a {
  text-decoration: none;
  color: inherit;
}
.no-style-link:hover, .rodape nav a:hover, .nav a:hover {
  color: inherit;
  cursor: pointer;
}

.titulo {
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .titulo {
    font-size: 30px;
  }
}

.subtitulo {
  font-size: 22px;
  font-weight: 600;
}

.botao {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  padding: 10px;
  font-weight: 700;
  font-family: inherit;
}

.container {
  max-width: 65%;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 90%;
  }
}

figcaption {
  font-weight: 700;
  font-size: 12px;
}

.telefone {
  font-weight: 700;
}
.telefone .ddd {
  font-size: 75%;
  font-weight: 500;
}

.input {
  background-color: #eeeef0;
  border-radius: 0;
  border: none;
  width: 100%;
  margin-bottom: 20px;
}
.input:focus {
  border-color: #f26122;
  box-shadow: 0 0 0 0.25rem rgba(242, 97, 34, 0.45);
}
.input::-moz-placeholder {
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
  font-weight: 700;
  font-size: 12px;
}
.input:-ms-input-placeholder {
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
  font-weight: 700;
  font-size: 12px;
}
.input::placeholder {
  text-transform: uppercase;
  color: inherit;
  opacity: 0.5;
  font-weight: 700;
  font-size: 12px;
}

.cabecario {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.header {
  margin: 0;
  background-color: rgba(242, 97, 34, 0.9);
  color: #fff;
  padding: 5px 0 50px 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 20px;
  }
  .header img {
    height: 45px;
    margin: 0;
  }
}
.header .row {
  align-items: center;
}
.header-content {
  margin: 10px;
}
.header-content.button {
  display: none;
}
.header-content div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-content div p {
  margin: 0 0 0 15px;
  font-size: 13px;
}
.header-content.imagem {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header-content:not(:first-child) {
    display: none;
  }
  .header-content.button {
    display: block;
    background: none;
    border: none;
    color: #fff;
  }
  .header-content.imagem {
    text-align: left;
  }
}

.nav {
  background-color: #fff;
  padding: 0px 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .nav {
    position: fixed;
    top: 90px;
    transform: unset;
    right: -100%;
    flex-direction: column;
    align-items: flex-end;
    min-width: 50%;
    transition: all 0.5s;
  }
  .nav.active {
    right: 0;
  }
}
.nav a {
  font-weight: 700;
  padding: 15px 0;
}
.nav a:hover {
  color: #f26122;
}
.nav a.nav-link--active {
  color: #f26122;
  border-bottom: 4px solid #f26122;
}
@media screen and (max-width: 768px) {
  .nav a {
    padding: 10px 0;
  }
  .nav a.nav-link--active {
    border-width: 3px;
  }
}

.oferencendo-solucoes {
  margin: 50px auto;
  background-color: #14738f;
  position: relative;
}
.oferencendo-solucoes img {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.oferencendo-solucoes-texto {
  padding: 50px 0;
  color: #fff;
}
.oferencendo-solucoes-texto h2,
.oferencendo-solucoes-texto button {
  color: #fff !important;
}
@media screen and (max-width: 576px) {
  .oferencendo-solucoes-texto h2 {
    font-size: 18px;
  }
}
.oferencendo-solucoes-texto button {
  background-color: #25d366;
  display: flex;
  align-items: center;
}
.oferencendo-solucoes-texto button i {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .oferencendo-solucoes img {
    position: static;
    width: 100%;
    height: auto;
  }
}

.rodape {
  background-color: #f26122;
  color: #fff;
  padding: 20px 0px 5px 0px;
}
@media screen and (max-width: 992px) {
  .rodape {
    font-size: 12px;
  }
}
.rodape nav {
  margin: 50px 0;
}
.rodape nav a {
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .rodape nav a:not(:last-child) {
    margin-right: 30px;
  }
}
.rodape .sociais {
  font-weight: 600;
  margin-bottom: 20px;
}
.rodape hr {
  border-top: 1px solid #fff;
  opacity: 1;
  margin-top: 50px;
}
.rodape small {
  font-size: 12px;
  margin: 0;
}

main {
  margin: 200px auto 0 auto;
}
@media screen and (max-width: 1200px) {
  main {
    margin-top: 250px;
  }
}

.home-page {
  margin-top: 175px;
}
.home-page .cartao {
  background-color: #fff;
  border-radius: 8px;
  border-bottom: 5px solid #f26122;
  padding: 30px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home-page .cartao h3 {
  color: #f26122;
  margin-top: 30px;
}
.home-page .cartao p {
  font-size: 14px;
}
.home-page .sobre {
  margin-top: 70px;
}
.home-page .sobre h2 {
  color: #f26122;
}
.home-page .sobre a {
  background-color: #f26122;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
}
.home-page .solucoes {
  color: #fff;
  background-color: #f26122;
  position: relative;
}
.home-page .solucoes-texto {
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .home-page .solucoes-texto h2 {
    font-size: 25px;
  }
}
.home-page .solucoes ul {
  padding: 0;
}
.home-page .solucoes ul li {
  display: flex;
}
.home-page .solucoes ul li::before {
  content: url(../img/ico-check.png);
  margin-right: 10px;
}
.home-page .solucoes ul li:last-child {
  font-weight: 700;
}
.home-page .solucoes a {
  color: #f26122;
  background-color: #fff;
  text-decoration: none;
}
.home-page .solucoes img {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 942px) {
  .home-page .solucoes img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.home-page .obras {
  margin-top: 50px;
  text-align: center;
}
.home-page .obras h2 {
  color: #f26122;
}
.home-page .obras-img div {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .home-page .obras-img div {
    margin-bottom: 12px;
  }
  .home-page .obras-img div [class*=col] {
    padding: 0 6px;
  }
}
.home-page .obras-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.home-page .obras-grid img {
  width: 100%;
}
.home-page .obras-grid img.row-span-2 {
  grid-row: span 2;
  height: 100%;
}
.home-page .obras-grid img.column-span-2 {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .home-page .obras-grid {
    gap: 12px;
  }
  .home-page .obras-grid img[class*=col] {
    padding: 0;
  }
}
.home-page .clientes {
  background-color: #f3f5f4;
  text-align: center;
  text-transform: uppercase;
  padding: 50px;
  margin-top: 50px;
}
.home-page .clientes .row {
  row-gap: 25px;
}

.sobre-page h2 {
  color: #f26122;
}
.sobre-page .sobre {
  margin: 50px auto;
}
.sobre-page .sobre .cartao {
  background-color: #f2f4f3;
  padding: 10px;
  margin-bottom: 10px;
  min-width: 150px;
  outline: 10px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sobre-page .sobre .cartao p {
  margin-top: 10px;
}
.sobre-page .linha-do-tempo {
  margin: 25px auto;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .sobre-page .linha-do-tempo {
    max-width: 75%;
    font-size: 12px;
  }
}
.sobre-page .linha-do-tempo p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.sobre-page .linha-do-tempo p::after {
  content: "●";
  color: #f26122;
}
.sobre-page .linha-do-tempo-item {
  cursor: pointer;
}
.sobre-page .linha-do-tempo-item--active {
  color: #f26122;
}
.sobre-page .linha-do-tempo::after {
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  background: #f26122;
  position: relative;
  top: -12px;
}

.servicos-page h2 {
  color: #f26122;
}
.servicos-page .servicos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .servicos-page .servicos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .servicos-page .servicos-grid {
    grid-template-columns: 1fr;
  }
}

.obras-page h2 {
  color: #f26122;
}
.obras-page a img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .obras-page a img {
    height: 300px;
  }
}

.modal .titulo {
  color: #f26122;
}
.modal-dialog {
  max-width: 65%;
}
@media screen and (max-width: 768px) {
  .modal-dialog {
    max-width: 90%;
  }
}
.modal img,
.modal video {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.modal button .btn-close {
  position: absolute;
  right: 15px;
}
.modal button[data-bs-target] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal button[data-bs-target] span {
  background-color: #000;
}

.contato-page {
  font-size: 12px;
}
.contato-page .resumo,
.contato-page .telefone {
  font-size: 16px;
}
.contato-page h2 {
  color: #f26122;
}
.contato-page h3 {
  color: #f26122;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.contato-page i.fa-whatsapp {
  color: #25d366;
}
.contato-page form button {
  color: #fff;
  background-color: #f26122;
  font-size: 16px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .contato-page form button {
    width: 100%;
  }
}

.trabalhe-conosco-page h2 {
  color: #f26122;
}
.trabalhe-conosco-page form button,
.trabalhe-conosco-page form label {
  background-color: #f26122;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.trabalhe-conosco-page form .input-file {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.trabalhe-conosco-page form small {
  font-size: 9px;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */