@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap");
body {
  color: #050202;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

.ddd {
  font-size: 75%;
}

.dropdown-menu {
  background-color: #000;
  text-align: center;
}
.dropdown-menu .dropdown-item {
  background-color: #000;
  color: #fff;
  padding: 10px 0px;
  position: relative;
}
.dropdown-menu .dropdown-item::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
}
.dropdown-menu .dropdown-item:hover::after {
  background-color: #fec301;
}

header {
  background-color: #000;
  position: sticky;
  top: -50px;
  z-index: 999;
}
header .topo {
  font-weight: bold;
  background-color: #fec301;
  padding: 8px 0;
  height: 50px;
}
header .topo .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .topo .container .whats a {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
header .topo .container .whats a i {
  font-size: 22px;
  display: flex;
  padding: 5px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #25d366;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}
header .topo .container .sociais {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
header .topo .container .sociais a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  padding: 5px;
  border-radius: 100%;
}
header .topo .container .sociais a i {
  font-size: 18px;
}
header nav {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
header nav .navbar-collapse {
  flex-grow: unset;
}
header nav .navbar-collapse .navbar-nav {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header nav .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: inherit;
}
header nav .navbar-collapse .navbar-nav .nav-item.whats {
  background-color: #25d366;
  border-radius: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.titulo, .titulo-alt {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-weight: 700;
  font-size: 35px;
}
.titulo::before, .titulo-alt::before {
  content: "";
  display: block;
  width: 25px;
  background-color: #fec301;
}

.titulo-alt::before {
  content: none;
}

.jcb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.botao {
  background-color: #fec301;
  padding: 15px;
  font-weight: 800;
}

.titulo-pagina {
  background-color: #000;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.fazemos {
  padding: 50px 0;
  background-color: #efefef;
}
.fazemos .itens .titulo, .fazemos .itens .titulo-alt {
  margin-bottom: 25px;
}
.fazemos .itens .imagem {
  height: 290px;
  width: 100%;
}
.fazemos .itens .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fazemos .itens .texto {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}
.fazemos .itens .texto h3 {
  font-weight: 900;
  margin-bottom: 0;
}
.fazemos .chamada {
  margin-top: 50px;
}

.chamada-whats {
  margin: 0 auto;
  background-color: #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.chamada-whats i {
  font-size: 35px;
}
.chamada-whats:hover {
  color: #fff;
}

.depoimento-item {
  background-color: #f5f6f6;
  padding: 30px 10px;
  position: relative;
}
.depoimento-item .aspas {
  margin-bottom: 50px;
}
.depoimento-item .aspas::before {
  position: absolute;
  content: "“";
  font-family: "Playfair Display", serif;
  color: #fec301;
  font-size: 70px;
  top: 0;
}

.owl-banners .item .b-mobile {
  display: none;
}

.fullbanner-orcamento {
  position: relative;
  color: #fff;
  background-position: center top;
  background-size: cover;
  background-color: #000;
}
.fullbanner-orcamento .header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
.fullbanner-orcamento .header .sociais {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.fullbanner-orcamento .header .sociais a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 100%;
}
.fullbanner-orcamento .header .sociais a i {
  font-size: 18px;
}
.fullbanner-orcamento img {
  display: block;
}
.fullbanner-orcamento .chamada {
  font-size: 40px;
  filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.8));
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.fullbanner-orcamento .chamada h1 {
  font-size: 40px;
  color: #fec301;
}
.fullbanner-orcamento .chamada p {
  font-size: 22px;
  color: #fff;
}
.fullbanner-orcamento .btn-chamada {
  background-color: rgba(0, 0, 0, 0.5843137255);
  border: 3px solid #fff;
  padding: 5px;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.fullbanner-orcamento .mouse {
  width: 75px;
  height: auto;
  margin: 50px auto;
}

#abreBox {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #53a451;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.5s;
}
#abreBox:hover {
  opacity: 0.9;
  font-size: 28px;
}

main {
  margin-bottom: 50px;
}
main.home section.sobre {
  padding: 50px 0;
}
main.home section.sobre p {
  margin-top: 25px;
  margin-bottom: 50px;
}
main.home section.projetos .projeto {
  color: #fff;
  background-color: #000;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
main.home section.projetos .projeto .box {
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  text-align: right;
  justify-content: center;
  align-items: flex-end;
}
main.home section.projetos .projeto .box .titulo, main.home section.projetos .projeto .box .titulo-alt {
  margin-bottom: 15px;
}
main.home section.projetos .projeto .box .titulo::after, main.home section.projetos .projeto .box .titulo-alt::after {
  content: "";
  display: block;
  width: 25px;
  background-color: #fec301;
}
main.home section.projetos .projeto .box .titulo::before, main.home section.projetos .projeto .box .titulo-alt::before {
  display: none;
}
main.home section.projetos .projeto .box a {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #fec301;
  font-weight: 800;
  margin-right: 45px;
  margin-left: 0px;
}
main.home section.projetos .projeto .box a::after {
  content: "->";
}
main.home section.projetos .projeto .img {
  right: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
main.home section.projetos .projeto-reverso .box {
  flex-direction: column;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}
main.home section.projetos .projeto-reverso .box .titulo::before, main.home section.projetos .projeto-reverso .box .titulo-alt::before {
  content: "";
  display: block;
  width: 25px;
}
main.home section.projetos .projeto-reverso .box .titulo::after, main.home section.projetos .projeto-reverso .box .titulo-alt::after {
  display: none;
}
main.home section.projetos .projeto-reverso .box a {
  margin-right: 0px;
  margin-left: 45px;
}
main.home section.projetos .projeto-reverso .img {
  left: 0;
  right: unset;
}
main.home section.depoimentos {
  padding: 50px 0;
}
main.home section.depoimentos .titulo, main.home section.depoimentos .titulo-alt {
  color: #fec301;
  margin-bottom: 25px;
}
main.home section.depoimentos .owl-depoimentos .owl-dots .owl-dot.active span, main.home section.depoimentos .owl-depoimentos .owl-dots .owl-dot:hover span {
  background: #fec301;
}
main.sobre .sobre {
  padding: 50px 0;
}
main.sobre .items {
  margin-bottom: 30px;
}
main.sobre .items ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: relative;
}
main.sobre .items ul li {
  color: #545454;
  font-size: 18px;
  position: relative;
  color: #545454;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main.sobre .items ul li.active {
  color: #fec301;
}
main.sobre .items ul li:hover {
  color: #fec301;
}
main.sobre .items ul li:first-child:before {
  position: absolute;
  margin-bottom: -30px;
  content: " ";
  width: 0px !important;
  height: 2px;
  background-color: #fec301;
  left: -70px;
}
main.sobre .items ul li:before {
  position: absolute;
  margin-bottom: -30px;
  content: " ";
  width: 90px;
  height: 2px;
  background-color: #fec301;
  left: -70px;
}
main.sobre .items ul li:after {
  position: absolute;
  margin-bottom: -30px;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #fec301;
}
main.sobre .conteudoTimeLine {
  display: none;
}
main.sobre .conteudoTimeLine.active {
  display: block;
}
main.sobre .conteudoTimeLine.active img {
  width: 400px;
}
main.sobre .projetamos {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 100px 0;
}
main.sobre .projetamos .titulo, main.sobre .projetamos .titulo-alt {
  margin-bottom: 25px;
}
main.sobre .projetamos img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
main.depoimentos .video {
  background-color: #f5f6f6;
  padding: 50px 0;
}
main.depoimentos .lista {
  margin-top: 100px;
}
main.depoimentos .lista .conteudo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
main.contato .conteudo {
  padding: 50px 0;
}
main.contato .conteudo .row {
  justify-content: space-evenly;
}
main.contato .conteudo .texto {
  background-color: #fec301;
  padding: 50px;
  height: 100%;
}
main.contato .conteudo .texto h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
}
main.contato .conteudo .texto h3::after {
  content: ":";
}
main.contato .conteudo form {
  margin-top: 25px;
}
main.contato .conteudo form .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  border: 0;
  background-repeat: 0;
  border-bottom: 1px solid #b4b4b4;
}
main.contato .conteudo form .form-control:focus, main.contato .conteudo form .form-control:focus-visible, main.contato .conteudo form .form-control:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(254, 195, 1, 0.25);
  border-color: #fec301;
}
main.contato .conteudo form button {
  border: none;
  background: #000;
  color: #fff;
  padding: 15px 35px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 50px;
  font-size: 14px;
}
main.contato .mapa {
  transform: translateY(56px);
}
main.projetos .lista {
  margin-top: 50px;
}
main.projetos .lista .conteudo {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
main.projetos .lista .conteudo .projeto .imagem {
  width: 100%;
  height: 250px;
}
main.projetos .lista .conteudo .projeto .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
main.projetos .lista .conteudo .projeto .texto {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0;
}
main.projeto .lista {
  margin-top: 50px;
}
main.projeto .lista .conteudo {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
main.projeto .lista .conteudo a {
  width: 100%;
  height: 500px;
}
main.projeto .lista .conteudo a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
main.projeto .lista .conteudo a.principal {
  grid-column: span 2;
}
main.orcamento {
  margin-bottom: 0;
}
main.orcamento #orcamento {
  margin-bottom: 50px;
  padding-top: 50px;
}
main.orcamento #orcamento .titulo-alt {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
main.orcamento #orcamento hr {
  margin: 35px 0;
}
main.orcamento #orcamento .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  border: 0;
  background-repeat: 0;
  border-bottom: 1px solid #b4b4b4;
}
main.orcamento #orcamento .form-control:focus, main.orcamento #orcamento .form-control:focus-visible, main.orcamento #orcamento .form-control:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(254, 195, 1, 0.25);
  border-color: #fec301;
}
main.orcamento #orcamento .form-control::-moz-placeholder {
  font-weight: bold;
  color: #000;
}
main.orcamento #orcamento .form-control::placeholder {
  font-weight: bold;
  color: #000;
}
main.orcamento .formulario .col-12 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 60px;
}
main.orcamento .formulario .col-12 .titulo-alt {
  width: 100%;
  font-size: 30px;
  text-align: center;
}
main.orcamento .formulario .col-12 label {
  position: relative;
  min-height: 34px;
  display: block;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 30px;
  cursor: pointer;
}
main.orcamento .formulario .col-12 label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main.orcamento .formulario .col-12 label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  border: 2px solid #000;
}
main.orcamento .formulario .col-12 label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  position: absolute;
  top: 12px;
  left: 10px;
}
main.orcamento .formulario .col-12 input[type=checkbox],
main.orcamento .formulario .col-12 input[type=radio] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
main.orcamento .formulario .col-12 input[type=checkbox]:checked ~ label:before,
main.orcamento .formulario .col-12 input[type=radio]:checked ~ label:before {
  border: 2px solid #000;
}
main.orcamento .formulario .col-12 input[type=checkbox]:checked ~ label:after,
main.orcamento .formulario .col-12 input[type=radio]:checked ~ label:after {
  transform: rotate(-45deg) scale(1);
}
main.orcamento .formulario .col-12 input[type=checkbox]:focus + label::before,
main.orcamento .formulario .col-12 input[type=radio]:focus + label::before {
  outline: 0;
}
main.orcamento .formulario .col-12 button {
  border: none;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  padding: 5px 15px;
}
main.orcamento .formulario .acoes {
  display: flex;
  justify-content: center;
  width: 100%;
}
main.orcamento .formulario .acoes button {
  height: 75px;
}
main.orcamento .formulario .orcamento-obras {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
main.orcamento .formulario .orcamento-obras a {
  background-color: #fec301;
  padding: 5px 15px;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
  font-size: 24px;
}
main.orcamento .formulario .orcamento-obras a:hover {
  background-color: #53a451;
  color: #fff;
}
main.orcamento #resultado {
  background-color: #5f5f5f;
  padding: 50px 0;
  color: #fff;
}
main.orcamento #resultado .titulo-secao {
  font-size: 40px;
}
main.orcamento #resultado .flex {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
main.orcamento #resultado .flex .small {
  font-size: smaller;
  font-style: italic;
}
main.orcamento #resultado-contato {
  padding: 50px 0;
}
main.orcamento #resultado-contato .chamada-whats {
  margin: 50px auto;
}
main.orcamento #resultado-contato .mail {
  font-weight: bold;
  font-size: 25px;
}
main.orcamento .projetos {
  transform: translateY(10px);
  background-color: #fec301;
  padding: 30px 0;
}
main.orcamento .projetos .titulo-alt {
  font-size: 25px;
}
main.orcamento .projetos .grid {
  display: grid;
  gap: 15px;
  grid-template-rows: 250px;
  margin-bottom: 15px;
}
main.orcamento .projetos .grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.orcamento .projetos .grid-1 {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 15px;
  margin-top: 40px;
}
main.orcamento .projetos .grid-2 {
  grid-template-columns: repeat(4, 1fr);
}
main.orcamento .projetos .grid .gc-2 {
  grid-column: span 2;
}
main.orcamento .projetos .grid .gr-2 {
  grid-row: span 2;
}

.orcamento-obrigado {
  margin-top: 50px;
  margin-bottom: 0px;
}
.orcamento-obrigado h1,
.orcamento-obrigado h2 {
  font-size: 26px;
}
.orcamento-obrigado h2 {
  margin-top: 70px;
}
.orcamento-obrigado .video {
  width: -moz-min-content;
  width: min-content;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}
.orcamento-obrigado .video .info {
  width: 710px;
  position: relative;
  margin-bottom: 50px;
}
.orcamento-obrigado .video .info video {
  width: -moz-min-content;
  width: min-content;
  height: 100%;
  width: 100%;
}
.orcamento-obrigado .video .info .btPlay,
.orcamento-obrigado .video .info .btPause {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  top: 0px;
  opacity: 0;
  color: #fff;
  cursor: pointer;
}
.orcamento-obrigado .video .info .btPlay i,
.orcamento-obrigado .video .info .btPause i {
  opacity: 0.7;
}
.orcamento-obrigado .video .info .btPlay {
  opacity: 1;
}
.orcamento-obrigado .video .info:hover .btPlay,
.orcamento-obrigado .video .info:hover .btPause {
  opacity: 1;
}
.orcamento-obrigado .orcamento-obras {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.orcamento-obrigado .orcamento-obras a {
  background-color: #fec301;
  padding: 5px 15px;
  font-weight: bold;
  color: #000;
  font-size: 24px;
}
.orcamento-obrigado .orcamento-obras a:hover {
  background-color: #53a451;
  color: #fff;
}
.orcamento-obrigado #resultado {
  background-color: #d7d7d7;
  padding: 50px 0;
  color: #000;
  margin-top: 50px;
}
.orcamento-obrigado #resultado .titulo-secao {
  font-size: 36px;
  line-height: 50px;
}
.orcamento-obrigado #resultado .flex {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.orcamento-obrigado #resultado .flex .small {
  font-size: smaller;
  font-style: italic;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-column-count: 2;
       column-count: 2;
}
footer ul li {
  margin-bottom: 10px;
}
footer h3 {
  color: #fec301;
  font-weight: 600;
  font-size: 18px;
}
footer img {
  display: block;
}
footer .zap {
  position: relative;
  width: -moz-min-content;
  width: min-content;
  display: flex;
  text-wrap: nowrap;
  height: 100%;
  align-items: center;
}
footer .zap i {
  position: absolute;
  right: -20px;
  margin-top: -10px;
  color: #fec301;
}
footer address {
  margin: 0px;
  padding: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer address i {
  color: #fec301;
  font-size: 24px;
}
footer .sociais {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  height: 100%;
}
footer .sociais .lista {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
footer .sociais .lista a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 100%;
  color: #fec301;
}
footer .sociais .lista a i {
  color: #fec301;
  font-size: 24px;
}

.copy {
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .owl-banners .item .b-desktop {
    display: none;
  }
  .owl-banners .item .b-mobile {
    display: block;
  }
  header nav .navbar-collapse .navbar-nav {
    padding-bottom: 15px;
  }
  header nav .navbar-collapse .navbar-nav .nav-link {
    display: inline-block;
  }
  header nav .navbar-collapse .navbar-nav .nav-link.whats {
    width: -moz-fit-content;
    width: fit-content;
  }
  .fazemos .col-12 {
    margin-bottom: 15px;
  }
  .fazemos .chamada .titulo, .fazemos .chamada .titulo-alt {
    font-size: 30px;
    text-align: center;
  }
  .fullbanner-orcamento .chamada {
    max-width: unset;
  }
  .titulo-alt.jcc {
    text-align: center;
  }
  main.home section.sobre .titulo, main.home section.sobre .titulo-alt {
    margin-top: 25px;
  }
  main.home section.projetos {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  main.home section.projetos .projeto {
    height: unset;
    display: flex;
    flex-direction: column;
  }
  main.home section.projetos .projeto.projeto-reverso {
    flex-direction: column-reverse !important;
  }
  main.home section.projetos .projeto .box {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
  }
  main.home section.projetos .projeto .box a {
    margin-left: 45px !important;
    margin-right: 0px !important;
  }
  main.home section.projetos .projeto .box .titulo::before, main.home section.projetos .projeto .box .titulo-alt::before {
    display: block !important;
  }
  main.home section.projetos .projeto .box .titulo::after, main.home section.projetos .projeto .box .titulo-alt::after {
    display: none !important;
  }
  main.home section.projetos .projeto .img {
    position: static;
    width: 100%;
    height: auto;
  }
  main.home section.projetos .projeto .titulo, main.home section.projetos .projeto .titulo-alt {
    margin-top: 0;
    margin-bottom: 15px;
  }
  main.home section.projetos .projeto .col-12 {
    padding-top: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
  }
  main.sobre .sobre .titulo-alt {
    margin-top: 25px;
  }
  main.sobre .projetamos {
    padding-top: 0;
  }
  main.sobre .projetamos img {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }
  main.depoimentos .lista .conteudo {
    grid-template-columns: 1fr;
  }
  main.projetos .lista .conteudo {
    grid-template-columns: 1fr;
  }
  main.projeto .lista .conteudo {
    grid-template-columns: 1fr;
  }
  main.projeto .lista .conteudo a.principal {
    grid-column: span 1;
  }
  main.contato .conteudo .titulo-alt {
    margin-top: 25px;
  }
  main.contato .conteudo .texto .titulo-alt {
    margin-top: 0;
  }
  main.orcamento #orcamento .titulo-alt {
    max-width: unset;
  }
  main.orcamento .projetos .grid {
    grid-template-columns: 1fr !important;
  }
  main.orcamento .projetos .grid .gr-2 {
    grid-row: span 1;
  }
  main.orcamento .projetos .grid .gc-2 {
    grid-column: span 1;
  }
  footer .col-12 {
    margin-bottom: 30px;
  }
  footer ul {
    -moz-column-count: 1;
         column-count: 1;
  }
  footer ul li {
    margin-bottom: 3px;
  }
  .copy {
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */