p {
  margin-bottom: 0;
}

body {
  font-family: "Inter", sans-serif;
}

.titulo, .sect1-port-single .container .title, .sect1-port .container .card-port .overlay .centro .nome, .sect1-reparo .container .title, .sect7-case .container .conteudo .centro .title, .sect6-case .container .projeto .row .content p.title, .sect6-case .container .title, .sect5-case .container .title, .sect4-prod .container p.title, .sect2-prod .container p.title, .banner-prod .container .slide .overlay .container .row .content .nome-proj, .sect1-case .container .card-prod .content p.title, .parceiros .container .title, .sect1-blog .container .title, .sect-sobre .container .conteudo .nome, .sect4-sobre .container .card .title, .sect3-sobre .container p.title, .sect2-sobre .container .title, .banner-sobre .container .slide .overlay .container .p-titulo .title, .sect1-single-blog .container .title, .sect7 .container p.title, .sect6 .container .title, .sect5 .container .content p.title, .sect4 .container .metodologia .card-etapa .title-card, .sect4 .container .conteudo .title, .sect3 .container .projetos .projeto .row .content p.title, .sect3 .container p.title, .banner-home .container .slide .container .conteudo .title, .banner-home .container .slide .overlay .container p.title {
  font-family: "p22-mackinac-pro", serif;
  font-weight: 600;
  font-size: 30px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.galeria-port-verde .slick-arrow{
	display: none;
}

.menu {
  height: 30vh;
  padding-top: 3%;
  transition: 0.5s;
}
.menu.change {
  height: 10vh;
  background: black;
  padding-top: 0%;
}
.menu.change .container .collapse ul li.destaque a {
  background: white;
}
.menu .container {
  max-width: 80%;
  color: white;
}
.menu .container .navbar-brand {
  width: 14%;
}
.menu .container .collapse {
  padding-left: 5%;
}
.menu .container .collapse ul {
  align-items: center;
}
.menu .container .collapse ul li a {
  font-size: 15px;
  font-weight: 200;
  padding-right: 1rem;
  padding-left: 1rem;
}
.menu .container .collapse ul li.destaque {
  padding: 0 4vh;
}
.menu .container .collapse ul li.destaque a {
  background: #C8A472;
  color: black;
  padding-right: 5vh;
  padding-left: 5vh;
  font-weight: 600;
  border-radius: 50px;
}

button:focus, input:focus, textarea:focus, a:focus {
  outline: none;
}

.banner-home {
  padding-top: 1.2%;
  position: relative;
}
.banner-home .forma {
  position: absolute;
  right: 0;
  bottom: -25%;
  z-index: 10;
  width: 22%;
}
.banner-home .container {
  max-width: 100%;
}
.banner-home .container .slick-arrow {
  background: transparent;
  border-radius: 0px;
  bottom: 10%;
  transition: 0.5s;
}
.banner-home .container .slick-arrow.rightButton {
  right: inherit;
  left: 15%;
}
.banner-home .container .slick-arrow.leftButton {
  right: inherit;
  left: 9.5%;
}
.banner-home .container .slick-arrow:hover {
  opacity: 0.5;
}
.banner-home .container .slide {
  height: 92vh;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 29px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner-home .container .slide .conteudo-infos {
  transition: 1s;
  opacity: 0.5;
  padding-top: 4%;
}
.banner-home .container .slide .conteudo-infos .infos .bairro {
  display: flex;
  align-items: center;
  margin: 1% 0;
}
.banner-home .container .slide .conteudo-infos .infos .bairro .icon {
  width: 3vh;
  height: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C8A472;
  border-radius: 50%;
}
.banner-home .container .slide .conteudo-infos .infos .bairro p.local {
  margin-left: 10px;
  font-weight: 300;
  color: #cfbca1;
}
.banner-home .container .slide .conteudo-infos .infos .botao button {
  width: 23%;
}
.banner-home .container .slide .overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.5411764706);
  width: 100%;
  display: flex;
  align-items: center;
}
.banner-home .container .slide .overlay .container p.title {
  font-size: 40px;
  color: white;
  line-height: 100%;
  margin-bottom: 0;
}
.banner-home .container .slide .overlay .container .categoria {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #e3cfb1;
  font-weight: 200;
}
.banner-home .container .slide .container {
  max-width: 90%;
  color: white;
}
.banner-home .container .slide .container .conteudo {
  width: 80%;
  padding-top: 13%;
}
.banner-home .container .slide .container .conteudo .title {
  margin-bottom: 5%;
}
.banner-home .container .slide .container .botao button {
  background: #C8A472;
  border: 1px solid #C8A472;
  color: #28361C;
  font-weight: 700;
  width: 55%;
  padding: 2vh 4vh;
  border-radius: 50px;
  line-height: 120%;
  margin-top: 1%;
  transition: 0.5s;
}
.banner-home .container .slide .container .botao button:hover {
  background: #2F3822;
  border-color: #C8A472;
  color: white;
}
.banner-home .container .slick-track {
  margin-left: -3%;
}
.banner-home .container .slick-track .slick-slide {
  transition: 1.5s;
  filter: grayscale(1) brightness(0.9);
}
.banner-home .container .slick-track .slick-slide.slick-center {
  filter: grayscale(0) brightness(1);
}
.banner-home .container .slick-track .slick-slide.slick-center .conteudo-infos {
  opacity: 1;
}

.sect2 {
  padding: 2% 0;
}
.sect2 .container {
  max-width: 100%;
}

.sect3 {
  padding: 4% 0 5% 0;
  position: relative;
}
.sect3 .container {
  max-width: 89%;
}
.sect3 .container .r-title {
  margin-bottom: 8%;
  padding: 0 8%;
}
.sect3 .container p.title {
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 4%;
}
.sect3 .container .texto {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  width: 85%;
}
.sect3 .container .botoes {
  width: 100%;
  height: 100%;
  position: relative;
}
.sect3 .container .botoes .slick-arrow {
  bottom: 20%;
  transition: 0.5s;
}
.sect3 .container .botoes .slick-arrow:hover {
  opacity: 0.5;
}
.sect3 .container .botoes .slick-arrow.rightButton {
  right: 0;
  left: inherit;
}
.sect3 .container .botoes .slick-arrow.leftButton {
  left: inherit;
  right: 28%;
}
.sect3 .container .projetos .projeto {
  background: #2F3822;
  display: block !important;
  overflow: hidden;
}
.sect3 .container .projetos .projeto.tipo1 {
  border-radius: 25px 25px 0px 0px;
}
.sect3 .container .projetos .projeto.tipo2 {
  border-radius: 0px 0px 25px 25px;
}
.sect3 .container .projetos .projeto.tipo2 .row .content {
  padding: 0 5% 0 25%;
}
.sect3 .container .projetos .projeto .img-projeto {
  height: 65vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect3 .container .projetos .projeto .row {
  align-items: center;
}
.sect3 .container .projetos .projeto .row .content {
  padding: 0 15%;
}
.sect3 .container .projetos .projeto .row .content p.title {
  font-size: 30px;
  color: #C8A472;
  line-height: 100%;
  margin-bottom: 8%;
}
.sect3 .container .projetos .projeto .row .content .categoria {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #e3cfb1;
  font-weight: 200;
}
.sect3 .container .projetos .projeto .row .content .infos .bairro {
  display: flex;
  align-items: center;
  margin: 1% 0;
}
.sect3 .container .projetos .projeto .row .content .infos .bairro .icon {
  width: 3vh;
  height: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #667146;
  border-radius: 50%;
}
.sect3 .container .projetos .projeto .row .content .infos .bairro p.local {
  margin-left: 10px;
  font-weight: 300;
  color: #cfbca1;
}
.sect3 .container .projetos .projeto .row .content .botao {
  margin-top: 8%;
}
.sect3 .container .projetos .projeto .row .content .botao button {
  background: #C8A472;
  border: 1px solid #C8A472;
  color: #28361C;
  font-weight: 700;
  width: 80%;
  padding: 1.5vh 4vh;
  border-radius: 50px;
  line-height: 120%;
  margin-top: 1%;
  transition: 0.5s;
}
.sect3 .container .projetos .projeto .row .content .botao button:hover {
  background: #2F3822;
  border-color: #C8A472;
  color: white;
}
.sect3 .container .botao-ver {
  margin-top: 4%;
}
.sect3 .container .botao-ver button {
  color: #28361C;
  font-weight: 600;
  background: #C8A472;
  border: 1px solid #C8A472;
  padding: 2vh 6vh;
  border-radius: 50px;
  transition: 0.5s;
}
.sect3 .container .botao-ver button:hover {
  background: #28361C;
  border-color: #28361C;
  color: white;
}

.texto-sec, .sect5 .container .content p.texto, .sect4 .container .conteudo .texto {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.sect5 .slick-prev:before, .sect5 .slick-next:before{
  content: none!important;
}

.sect4 {
  padding: 5% 0 5% 0;
  position: relative;
  background: #f7f7f7;
}
.sect4 .container {
  max-width: 80%;
  position: relative;
}
.sect4 .container .slick-arrow {
  bottom: 30%;
  background: transparent;
  border-radius: 0;
  transition: 0.5s;
}
.sect4 .container .slick-arrow.rightButton {
  letter-spacing: inherit;
  right: 0;
}
.sect4 .container .slick-arrow.leftButton {
  left: 0;
}
.sect4 .container .slick-arrow:hover {
  opacity: 0.5;
}
.sect4 .container .conteudo {
  padding: 0 14%;
  margin-bottom: 4%;
}
.sect4 .container .metodologia {
  padding: 0 13%;
}
.sect4 .container .metodologia .item {
  padding: 1.5%;
}
.sect4 .container .metodologia .card-etapa {
  background: #667146;
  height: 40vh;
  color: white;
  position: relative;
  padding: 16%;
  font-size: 11px;
  border-radius: 15px;
}
.sect4 .container .metodologia .card-etapa .numero {
  background: #C8A472;
  position: absolute;
  width: 7vh;
  height: 7vh;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: -6%;
  top: -6%;
}
.sect4 .container .metodologia .card-etapa .numero p {
  color: #667146;
  font-weight: 600;
}
.sect4 .container .metodologia .card-etapa .icon {
  width: 100%;
  height: 8vh;
  opacity: 0.8;
  position: relative;
}
.sect4 .container .metodologia .card-etapa .icon .centro {
  height: 100%;
  width: 8vh;
  background-size: 75% !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
  filter: brightness(0) invert(1);
}
.sect4 .container .metodologia .card-etapa .title-card {
  font-size: 16px;
  color: white;
  margin: 2% 0;
  letter-spacing: 0.4px;
}
.sect4 .container .metodologia .card-etapa .texto-card {
  font-weight: 300;
  letter-spacing: 0.2px;
}

.sect5 {
  padding: 8% 0;
  position: relative;
}
.sect5 .forma2 {
  position: absolute;
  left: 0;
  top: -10%;
  width: 35%;
}
.sect5 .container {
  max-width: 92%;
}
.sect5 .container .fora {
  position: relative;
}
.sect5 .container .fora .slick-arrow {
  bottom: 30%;
  background: transparent;
  border-radius: 0;
  transition: 0.5s;
}
.sect5 .container .fora .slick-arrow.leftButton {
  left: 8%;
}
.sect5 .container .fora .slick-arrow.rightButton {
  right: -3%;
  left: inherit;
}
.sect5 .container .fora .slick-arrow:hover {
  opacity: 0.5;
}
.sect5 .container .content {
  padding: 0 8% 0 20%;
}
.sect5 .container .content p.title {
  margin-bottom: 2%;
}
.sect5 .container .content p.texto {
  padding-left: 30%;
  margin-bottom: 10%;
}
.sect5 .container .content .slider-comentarios .comentario-item{
  padding: .5%;
}
.sect5 .container .content .slider-comentarios .comentario-item a{
  display: block;
  height: 100%;
}
.sect5 .container .content .slider-comentarios .comentario-item video {
  background: black;
  width: 100%;
      pointer-events: none;
    cursor: default;
  height: 50vh;
  /*border-radius: 20px;*/
  overflow: hidden;
  position: relative;
}
.sect5 .container .content .thumbnails .thumbnail-item {
  position: relative;
  padding: 0.5%;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.sect5 .container .content .thumbnails .thumbnail-item:hover {
  opacity: 0.7;
}
.sect5 .container .content .thumbnails .thumbnail-item .play {
  position: absolute;
  top: 32%;
  left: 45%;
  width: 15%;
  z-index: 10;
}
.sect5 .container .content .thumbnails .thumbnail-item video {
  width: 100%;
  height: 20vh;
  background: black;
  filter: brightness(0.5);
  pointer-events: none;
  cursor: default;
  border-radius: 20px;
  overflow: hidden;
}

.card-do-blog .imagem, .sect7 .container .blog-sec .post-blog .imagem {
  height: 28vh;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 3%;
}
.card-do-blog .imagem .categoria, .sect7 .container .blog-sec .post-blog .imagem .categoria {
  background: #667146;
  padding: 1% 6%;
  color: white;
  font-size: 13px;
  font-weight: 200;
  border-radius: 50px;
}
.card-do-blog .desc, .sect7 .container .blog-sec .post-blog .desc {
  padding: 4% 10%;
}
.card-do-blog .desc .data, .sect7 .container .blog-sec .post-blog .desc .data {
  font-size: 12px;
  color: #667146;
}
.card-do-blog .desc .linha, .sect7 .container .blog-sec .post-blog .desc .linha {
  display: flex;
  align-items: center;
}
.card-do-blog .desc .linha .coluna1, .sect7 .container .blog-sec .post-blog .desc .linha .coluna1 {
  width: 80%;
}
.card-do-blog .desc .linha .coluna1 .title-post, .sect7 .container .blog-sec .post-blog .desc .linha .coluna1 .title-post {
  width: 90%;
}
.card-do-blog .desc .linha .coluna2, .sect7 .container .blog-sec .post-blog .desc .linha .coluna2 {
  width: 20%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.card-do-blog .desc .linha .coluna2 button, .sect7 .container .blog-sec .post-blog .desc .linha .coluna2 button {
  width: 6vh;
  height: 6vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #667146;
  color: white;
  border-radius: 50%;
  padding: 1%;
  transition: 0.5s;
  border: 1px solid #667146;
}
.card-do-blog .desc .linha .coluna2 button img, .sect7 .container .blog-sec .post-blog .desc .linha .coluna2 button img {
  margin: 0;
}
.card-do-blog:hover .desc .linha .coluna2 button, .sect7 .container .blog-sec .post-blog:hover .desc .linha .coluna2 button {
  background: #28361C;
}

.sect6 {
  background: #667146;
  padding: 7% 0;
}
.sect6 .container .row {
  align-items: center;
}
.sect6 .container .linha {
  display: flex;
  align-items: center;
}
.sect6 .container .linha .column {
  width: 33.3333%;
  padding: 0.7%;
}
.sect6 .container .title {
  line-height: 120%;
  color: white;
}
.sect6 .container .siga {
  margin-top: 2%;
  background: #C8A472;
  color: white;
  padding: 1% 2%;
  border-radius: 50px;
  width: 70%;
  text-align: center;
}

.sect7 {
  padding: 5% 0;
  position: relative;
}
.sect7 .container {
  max-width: 80%;
}
.sect7 .container .slick-arrow {
  position: relative;
  bottom: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  transition: 0.5s;
  opacity: 1;
}
.sect7 .container .slick-arrow:hover {
  opacity: 0.8;
}
.sect7 .container .botao-ver {
  margin-top: 4%;
}
.sect7 .container .botao-ver button {
  color: #28361C;
  font-weight: 600;
  background: #C8A472;
  border: 1px solid #C8A472;
  padding: 2vh 6vh;
  border-radius: 50px;
  transition: 0.5s;
}
.sect7 .container .botao-ver button:hover {
  background: #28361C;
  border-color: #28361C;
  color: white;
}
.sect7 .container p.title {
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 0%;
}
.sect7 .container .texto {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  width: 85%;
  margin-bottom: 6%;
}
.banner-single-blog {
  height: 65vh;
  background-size: cover !important;
  background-position: center !important;
}

.sect1-single-blog {
  padding: 0% 0 5% 0;
  position: relative;
  z-index: 10;
  background: white;
}
.sect1-single-blog .container h2 {
  margin-top: 4%;
}
.sect1-single-blog .container .categoria {
  margin-bottom: 2%;
  background: #667146;
  width: fit-content;
  padding: 1% 3%;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 700;
  color: white;
}
.sect1-single-blog .container .title {
  margin-bottom: 2%;
  font-size: 45px;
}
.sect1-single-blog .container .data {
  opacity: 0.8;
  letter-spacing: 0.5px;
}
.sect1-single-blog .container .video video {
  background: black;
  height: 60vh;
  width: 75%;
}
.sect1-single-blog .container .texto {
  margin-top: 3%;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.sect1-single-blog .container .texto div {
  margin-bottom: 3%;
}
.sect1-single-blog .container .sharethis-inline-share-buttons {
  margin-bottom: 3% !important;
}
.sect1-single-blog .nav-links {
  margin-top: 4%;
  display: flex;
}
.sect1-single-blog .nav-links .post-se {
  width: 50%;
  border: 2px solid white;
  background-size: cover !important;
  background-position: center !important;
  transition: 0.5s;
}
.sect1-single-blog .nav-links .post-se:hover {
  opacity: 0.8;
}
.sect1-single-blog .nav-links .post-se:nth-child(1) {
  border-left: 0;
}
.sect1-single-blog .nav-links .post-se:nth-child(2) {
  border-right: 0;
}
.sect1-single-blog .nav-links .post-se .overlay {
  background: rgba(0, 0, 0, 0.7215686275);
  height: 50vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20%;
}
.sect1-single-blog .nav-links .post-se .overlay .topico-post {
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
}
.sect1-single-blog .nav-links .post-se .overlay .nome-post {
  font-size: 35px;
  font-weight: 400;
  line-height: 110%;
}
.sect1-single-blog .nav-links .post-se .overlay .arrow {
  width: 50px;
  height: 50px;
  margin-top: 3%;
  background: white;
  border: 1px solid white;
  transition: 0.5s;
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect1-single-blog .nav-links .post-se .overlay .arrow:hover {
  opacity: 0.8;
}

footer {
  background: #667146;
  padding: 8% 0;
}
footer .container {
  max-width: 80%;
}
footer .container .topicos-form {
  padding: 0 10%;
}
footer .container .topicos-form p {
  color: white;
  font-weight: 200;
  margin-bottom: 4%;
}
footer .container .topicos-redes {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .topicos-redes .topico-rede {
  width: 33.3333%;
  color: white;
  font-size: 30px;
}

.ass {
  padding: 1% 0;
  background: black;
}
.ass .container {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ass .container img {
  width: 9%;
  margin-left: 2vh;
  margin-bottom: -0.5%;
}

.banner-sobre {
  height: 100vh;
}
.banner-sobre .container {
  max-width: 88%;
  height: 100%;
  padding: 2.5% 0;
}
.banner-sobre .container .slide {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 30px;
  overflow: hidden;
}
.banner-sobre .container .slide .overlay {
  background: rgba(0, 0, 0, 0.41);
  height: 100%;
}
.banner-sobre .container .slide .overlay .container {
  display: flex;
  height: 100%;
  color: white;
  align-items: flex-end;
}
.banner-sobre .container .slide .overlay .container .p-titulo {
  display: flex;
  align-items: center;
}
.banner-sobre .container .slide .overlay .container .p-titulo .forma {
  width: 20%;
  margin-right: 2vh;
}
.sect2-sobre {
  padding: 6% 0;
}
.sect2-sobre .container {
  max-width: 80%;
}
.sect2-sobre .container .row {
  align-items: center;
}
.sect2-sobre .container .content {
  width: 80%;
}
.sect2-sobre .container .title {
  margin-bottom: 5%;
}
.sect2-sobre .container .texto {
  font-size: 15px;
}
.sect2-sobre .container .img {
  height: 84vh;
  border-radius: 15px;
}

.sect3-sobre {
  padding: 5% 0;
}
.sect3-sobre .container video {
  height: 80vh;
}

.sect4-sobre {
  background: #667146;
  padding: 3% 0;
}
.sect4-sobre .container {
  max-width: 80%;
}
.sect4-sobre .container .row {
  align-items: center;
}
.sect4-sobre .container .card {
  position: relative;
  background: #C8A472;
  min-height: 48vh;
  border-radius: 15px;
  padding: 15% 10%;
}
.sect4-sobre .container .card .icon {
  width: 8vh;
  height: 8vh;
  position: absolute;
  left: 4.5vh;
  top: -3vh;
  box-shadow: 3px 2px 4px -2px rgba(0, 0, 0, 0.6588235294);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: white;
}
.sect4-sobre .container .card .icon img {
  width: 65%;
}
.sect4-sobre .container .card .title {
  margin-bottom: 3%;
}
.sect4-sobre .container .card .texto {
  font-size: 14px;
}
.sect-sobre {
  padding: 4% 0 4% 0;
}
.sect-sobre .container {
  max-width: 60%;
}
.sect-sobre .container .row {
  align-items: center;
}
.sect-sobre .container .conteudo {
  width: 90%;
}
.sect-sobre .container .conteudo .nome {
  font-size: 35px;
}
.sect-sobre .container .conteudo .linha {
  display: flex;
  align-items: center;
}
.sect-sobre .container .conteudo .linha .cargo {
  width: 40%;
  font-size: 15px;
}
.sect-sobre .container .conteudo .linha .email {
  width: 60%;
  background: black;
  padding: 1.5% 3%;
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
}
.sect-sobre .container .conteudo .imagem-henrique {
  height: 50vh;
  border-radius: 18px;
  margin-top: 10%;
  background-size: cover !important;
  background-position: center !important;
}
.sect-sobre .container .texto-apresentacao {
  font-size: 14px;
}
.sect-sobre .container .texto-apresentacao ul {
  padding: 0 0 0 3%;
}

.sect1-blog {
  padding: 5% 0;
}
.sect1-blog .container {
  max-width: 80%;
}
.sect1-blog .container .title {
  font-size: 35px;
  margin-bottom: 3%;
}
.sect1-blog .container .categorias {
  padding-left: 15%;
  border-left: 1px solid black;
  position: sticky;
  top: 15%;
}
.sect1-blog .container .categorias .title-cate {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 4%;
}
.sect1-blog .container .post-blog {
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin-bottom: 7%;
}
.sect1-blog .container .post-blog:hover {
  opacity: 0.8;
}
.sect1-blog .container .post-blog .imagem {
  height: 12em;
  width: 40%;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
  border-radius: 8px;
}
.sect1-blog .container .post-blog .data {
  color: #667146;
  font-size: 15px;
  margin-top: 2%;
}
.sect1-blog .container .post-blog button {
  width: 6vh;
  height: 6vh;
  background: #C8A472;
  padding: 1%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 1px solid #C8A472;
  justify-content: center;
}
.sect1-blog .container .post-blog button img {
  width: 60%;
  filter: brightness(0) invert(1);
}
.sect1-blog .container .post-blog .desc {
  width: 60%;
  padding-left: 5%;
}
.sect1-blog .container .post-blog .desc .categoria {
  background: #667146;
  padding: 1% 4%;
  width: fit-content;
  text-align: center;
  color: white;
  border-radius: 50px;
}
.sect1-blog .container .post-blog .desc .linha {
  display: flex;
  align-items: center;
}
.sect1-blog .container .post-blog .desc .linha .categoria {
  width: 70%;
}
.sect1-blog .container .post-blog .desc .linha .categoria p {
  background: black;
  width: fit-content;
  color: white;
  padding: 1% 5%;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: lowercase;
}
.sect1-blog .container .post-blog .desc .title-post {
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  margin: 2% 0;
}
.sect1-blog .container .post-blog .desc .texto {
  font-weight: 100;
  letter-spacing: 0.5px;
}

.banner-blog {
  height: 70vh !important;
}

.banner-single-blog {
  height: 80vh !important;
}

.parceiros {
/*  background: black;*/
  color: white;
  padding: 0% 0;
  position: relative;
}
.parceiros .overlay{
  padding: 5% 0;
  background: linear-gradient(209deg, #0000008c, transparent);
}
.parceiros .container {
  max-width: 80%;
}
.parceiros .container .slick-arrow {
  background: transparent;
  border-radius: 0px;
  bottom: 34%;
  transition: 0.5s;
}
.parceiros .container .slick-arrow.rightButton {
  right: 4%;
  left: inherit;
}
.parceiros .container .slick-arrow.leftButton {
  right: inherit;
  left: 4%;
}
.parceiros .container .slick-arrow:hover {
  opacity: 0.5;
}
.parceiros .container .texto {
  margin-bottom: 4%;
}
.parceiros .container .icon {
  height: 16vh;
  width: 100%;
  display: flex;
  justify-content: center;
    padding: 10%;
    align-items: center;  
}
.parceiros .container .icon img{
  width: 80%;
}
.parceiros .container .icon .img {
  width: 90%;
  background-size: 80% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 10%;
}

.sect1-case {
  padding: 5% 0;
}
.sect1-case .container {
  max-width: 80%;
}
.sect1-case .container .card-prod {
  background: #2F3822;
  margin-bottom: 10%;
  border-radius: 20px;
  overflow: hidden;
}
.sect1-case .container .card-prod .img-projeto {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.sect1-case .container .card-prod .content {
  height: 45vh;
  display: flex;
  align-items: center;
  padding: 0 15%;
}
.sect1-case .container .card-prod .content p.title {
  font-size: 30px;
  color: #C8A472;
  line-height: 100%;
  margin-bottom: 8%;
}
.sect1-case .container .card-prod .content .categoria {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #e3cfb1;
  font-weight: 200;
}
.sect1-case .container .card-prod .content .infos .bairro {
  display: flex;
  align-items: center;
  margin: 1% 0;
}
.sect1-case .container .card-prod .content .infos .bairro .icon {
  width: 3vh;
  height: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #667146;
  border-radius: 50%;
}
.sect1-case .container .card-prod .content .infos .bairro p.local {
  margin-left: 10px;
  font-weight: 300;
  color: #cfbca1;
}
.sect1-case .container .card-prod .content .botao {
  margin-top: 8%;
}
.sect1-case .container .card-prod .content .botao button {
  background: #C8A472;
  border: 1px solid #C8A472;
  color: #28361C;
  font-weight: 700;
  width: 100%;
  padding: 1.5vh 4vh;
  border-radius: 50px;
  line-height: 120%;
  margin-top: 1%;
  font-size: 14px;
  transition: 0.5s;
}
.sect1-case .container .card-prod .content .botao button:hover {
  background: #2F3822;
  border-color: #C8A472;
  color: white;
}

.banner-prod {
  height: 100vh;
}
.banner-prod .container {
  max-width: 88%;
  height: 100%;
  padding: 2.5% 0;
}
.banner-prod .container .slide {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 30px;
  overflow: hidden;
}
.banner-prod .container .slide .overlay {
  background: rgba(0, 0, 0, 0.41);
  height: 100%;
}
.banner-prod .container .slide .overlay .container {
  display: flex;
  height: 100%;
  color: white;
  align-items: center;
  padding-top: 10%;
}
.banner-prod .container .slide .overlay .container .row {
  align-items: center;
  width: 100%;
}
.banner-prod .container .slide .overlay .container .row .content .nome-proj {
  font-size: 60px;
}
.banner-prod .container .slide .overlay .container .row .content .categoria {
  font-size: 20px;
  font-weight: 200;
}
.banner-prod .container .slide .overlay .container .row .content .infos .bairro {
  display: flex;
  align-items: center;
  margin: 1% 0;
}
.banner-prod .container .slide .overlay .container .row .content .infos .bairro .icon {
  width: 3vh;
  height: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #667146;
  border-radius: 50%;
}
.banner-prod .container .slide .overlay .container .row .content .infos .bairro .icon svg path {
  fill: white;
}
.banner-prod .container .slide .overlay .container .row .content .infos .bairro p.local {
  margin-left: 10px;
  font-weight: 300;
  color: #cfbca1;
}
.banner-prod .container .slide .overlay .container .row .centro {
  display: flex;
  justify-content: flex-end;
}
.banner-prod .container .slide .overlay .container .row .centro .form {
  width: 100%;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.3803921569);
  backdrop-filter: blur(10px);
  padding: 15% 8%;
}
.banner-prod .container .slide .overlay .container .row .centro .form img {
  width: 55%;
  margin-bottom: 10%;
}
.banner-prod .container .slide .overlay .container .row .centro .form .campo {
  margin-bottom: 2%;
}
.banner-prod .container .slide .overlay .container .row .centro .form .campo input {
  width: 100%;
  height: 6vh;
  padding-left: 5%;
  background: white;
  border: 1px solid white;
  border-radius: 50px;
}
.banner-prod .container .slide .overlay .container .row .centro .form ::placeholder {
  color: black;
}
.banner-prod .container .slide .overlay .container .row .centro .form input[type=submit] {
  width: 100%;
  background: #C8A472;
  border: 1px solid #C8A472;
  color: #28361C;
  font-size: 18px;
  height: 6vh;
  border-radius: 50px;
  font-weight: 400;
}

.sect2-prod {
  padding: 5% 0;
}
.sect2-prod .container p.title {
  font-size: 50px;
  color: #28361C;
}
.sect2-prod .container .texto {
  color: #28361C;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 2%;
}
.sect2-prod .container .botao button {
  width: fit-content;
  background: #C8A472;
  color: #28361C;
  padding: 1% 3%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #C8A472;
  transition: 0.5s;
}
.sect2-prod .container .botao button:hover {
  background: #28361C;
  color: white;
  border-color: #28361C;
}

.sect3-prod {
  position: relative;
  z-index: 10;
  padding: 0% 0;
}
.sect3-prod.verde {
  background: linear-gradient(0deg, #2F3822 60%, transparent 60%);
  padding-bottom: 8%;
}
.sect3-prod .container {
  max-width: 100%;
}
.sect3-prod .container ul {
  justify-content: center;
  border: none;
  margin-bottom: 2%;
}
.sect3-prod .container ul li {
  border: none;
  padding: 0 0.5%;
}
.sect3-prod .container ul li a {
  border: none;
  background: #2F3822;
  opacity: 0.5;
  color: white;
  border-radius: 50px;
  padding: 1vh 3vh;
}
.sect3-prod .container ul li a.active {
  opacity: 1;
  background: #2F3822;
  color: white;
}
.sect3-prod .container .galeria-areas .item {
  padding: 8px;
}
.sect3-prod .container .galeria-areas .item .img {
  height: 65vh;
  border-radius: 20px;
  background-size: cover !important;
  background-position: center !important;
}
.sect3-prod .container .botao {
  margin-bottom: -3%;
  margin-top: -3%;
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
}
.sect3-prod .container .botao a {
  width: 60%;
}
.sect3-prod .container .botao button {
  font-weight: 600;
  color: #28361C;
  background: #C8A472;
  border: 1px solid #C8A472;
  border-radius: 50px;
  font-size: 20px;
  padding: 1.5% 4%;
  transition: 0.5s;
}
.sect3-prod .container .botao button:hover {
  background: #28361C;
  border-color: #28361C;
  color: white;
}

.sect4-prod {
  padding: 11% 0;
  background: #667146;
  position: relative;
  border-radius: 0px 0px 80px 0px;
}
.sect4-prod .container {
  max-width: 90%;
  padding-left: 7%;
}
.sect4-prod .container p.title {
  width: 50%;
  line-height: 120%;
  margin-bottom: 5%;
  font-size: 50px;
  color: white;
}
.sect4-prod .container p.title b {
  color: #C8A472;
}
.sect4-prod .container .slick-arrow {
  background: transparent;
  border-radius: 0px;
  bottom: 10%;
  transition: 0.5s;
}
.sect4-prod .container .slick-arrow.rightButton {
  right: inherit;
  left: 16%;
}
.sect4-prod .container .slick-arrow.leftButton {
  right: inherit;
  left: 10.5%;
}
.sect4-prod .container .slick-arrow:hover {
  opacity: 0.5;
}
.sect4-prod .container .item {
  padding: 4px;
}
.sect4-prod .container .depoimento {
  padding: 8%;
  background: white;
  border-radius: 12px;
}
.sect4-prod .container .depoimento .head-dep {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.sect4-prod .container .depoimento .head-dep .stars {
  color: #C8A472;
  width: fit-content;
}
.sect4-prod .container .depoimento .head-dep .nota {
  margin-left: 2vh;
  font-weight: 800;
  color: black;
}
.sect4-prod .container .depoimento .comentario {
  font-size: 14px;
  margin-top: 4%;
  margin-bottom: 4%;
}
.sect4-prod .container .depoimento .footer-dep {
  display: flex;
  align-items: center;
}
.sect4-prod .container .depoimento .footer-dep .img {
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
}
.sect4-prod .container .depoimento .footer-dep .img .center {
  height: 100%;
  width: 100%;
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.sect4-prod .container .depoimento .footer-dep .desc {
  padding-left: 2vh;
}
.sect4-prod .container .depoimento .footer-dep .desc .nome-cliente {
  font-size: 14px;
  font-weight: 600;
  color: #28361C;
}
.sect4-prod .container .depoimento .footer-dep .desc .cargo {
  font-size: 12px;
  font-weight: 400;
}

.sect5-case {
  padding: 5% 0;
}
.sect5-case .container {
  max-width: 50%;
}
.sect5-case .container .title {
  font-size: 50px;
}
.sect5-case .container .video {
  background: black;
  display: flex;
  justify-content: center;
}
.sect5-case .container .video video {
  width: 50%;
  height: auto;
}

.sect6-case {
  padding: 5% 0;
}
.sect6-case .container {
  max-width: 90%;
}
.sect6-case .container .title {
  font-size: 50px;
  margin-bottom: 4%;
}
.sect6-case .container .projeto {
  background: #2F3822;
  display: block !important;
  overflow: hidden;
}
.sect6-case .container .projeto.tipo1 {
  border-radius: 25px 25px 0px 0px;
}
.sect6-case .container .projeto.tipo2 {
  border-radius: 0px 0px 25px 25px;
}
.sect6-case .container .projeto.tipo2 .row .content {
  padding: 0 5% 0 25%;
}
.sect6-case .container .projeto .img-projeto {
  height: 65vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect6-case .container .projeto .row {
  align-items: center;
}
.sect6-case .container .projeto .row .content {
  padding: 0 15%;
}
.sect6-case .container .projeto .row .content p.title {
  font-size: 30px;
  color: #C8A472;
  line-height: 100%;
  margin-bottom: 8%;
}
.sect6-case .container .projeto .row .content .categoria {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #e3cfb1;
  font-weight: 200;
}
.sect6-case .container .projeto .row .content .infos .bairro {
  display: flex;
  align-items: center;
  margin: 1% 0;
}
.sect6-case .container .projeto .row .content .infos .bairro .icon {
  width: 3vh;
  height: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #667146;
  border-radius: 50%;
}
.sect6-case .container .projeto .row .content .infos .bairro p.local {
  margin-left: 10px;
  font-weight: 300;
  color: #cfbca1;
}
.sect6-case .container .projeto .row .content .botao {
  margin-top: 8%;
}
.sect6-case .container .projeto .row .content .botao button {
  background: #C8A472;
  border: 1px solid #C8A472;
  color: #28361C;
  font-weight: 700;
  width: 80%;
  padding: 1.5vh 4vh;
  border-radius: 50px;
  line-height: 120%;
  margin-top: 1%;
  transition: 0.5s;
}
.sect6-case .container .projeto .row .content .botao button:hover {
  background: #2F3822;
  border-color: #C8A472;
  color: white;
}

.sect7-case {
  background: #C8A472;
}
.sect7-case .container {
  max-width: 100%;
}
.sect7-case .container .conteudo {
  padding: 4% 10% 4% 10%;
  display: flex;
  align-items: center;
  height: 100%;
}
.sect7-case .container .conteudo .centro {
  width: 100%;
}
.sect7-case .container .conteudo .centro .title {
  line-height: 110%;
  font-size: 50px;
  margin-bottom: 8%;
}
.sect7-case .container .conteudo .centro .form .campo {
  margin-bottom: 3vh;
}
.sect7-case .container .conteudo .centro .form .campo input {
  width: 100%;
  border: 1px solid white;
  padding-left: 3%;
  background: white;
  height: 8vh;
  border-radius: 50px;
  color: black;
}
.sect7-case .container .conteudo .centro .form .campo textarea {
  width: 100%;
  border: 1px solid white;
  padding-left: 3%;
  padding-top: 3%;
  background: white;
  height: 20vh;
  border-radius: 10px;
  color: black;
}
.sect7-case .container .conteudo .centro .form input[type=submit] {
  background: #2F3822;
  border: 1px solid #2F3822;
  color: white;
  font-weight: 700;
  width: 30%;
  padding: 1.5vh 4vh;
  border-radius: 50px;
  line-height: 120%;
  margin-top: 1%;
  transition: 0.5s;
}
.sect7-case .container .conteudo .centro .form input[type=submit]:hover {
  background: #C8A472;
  border-color: #C8A472;
  color: white;
}

#mob {
  display: none;
}

.whatsapp {
  position: fixed;
  right: 1%;
  bottom: 3%;
  width: 4%;
  z-index: 100;
  cursor: pointer;
}

#whatsModal .modal-content {
  background: #4ecb5c;
}
#whatsModal .modal-content .modal-title {
  color: white;
}
#whatsModal .modal-content .btn-close {
  width: 5vh;
  height: 5vh;
  border: 1px solid white;
  background: white;
  font-size: 20px;
  border-radius: 50%;
}
#whatsModal .modal-content form {
  padding: 0 5%;
}
#whatsModal .modal-content form .campo {
  margin-bottom: 4%;
}
#whatsModal .modal-content form .campo input {
  padding-left: 5%;
  width: 100%;
  background: white;
  height: 7vh;
  color: black;
  border: 1px solid white;
  border-radius: 50px;
}
#whatsModal .modal-content form .campo ::placeholder {
  color: black;
  font-weight: 600;
}
#whatsModal .modal-content form input[type=submit] {
  float: right;
  background: black;
  color: white;
  border: 1px solid black;
  padding: 1.5% 3%;
}

#orcamentoModal .modal-content {
  background: #C8A472;
}
#orcamentoModal .modal-content .modal-title {
  color: white;
}
#orcamentoModal .modal-content .btn-close {
  width: 5vh;
  height: 5vh;
  border: 1px solid white;
  background: white;
  font-size: 20px;
  border-radius: 50%;
}
#orcamentoModal .modal-content form {
  padding: 0 5%;
}
#orcamentoModal .modal-content form .campo {
  margin-bottom: 4%;
}
#orcamentoModal .modal-content form .campo input, #orcamentoModal .modal-content form .campo select {
  padding-left: 5%;
  width: 100%;
  background: white;
  height: 7vh;
  color: black;
  border: 1px solid white;
  border-radius: 50px;
}
#orcamentoModal .modal-content form .campo textarea {
  padding-left: 5%;
  width: 100%;
  background: white;
  height: 10vh;
  color: black;
  border: 1px solid white;
  border-radius: 50px;
}
#orcamentoModal .modal-content form .campo ::placeholder {
  color: black;
  font-weight: 600;
}
#orcamentoModal .modal-content form input[type=submit] {
  float: right;
  background: black;
  color: white;
  border: 1px solid black;
  padding: 1.5% 3%;
}

.banner-solicitacao {
  height: 70vh;
}

.sect1-reparo {
  padding: 5% 0;
}
.sect1-reparo .container {
  max-width: 89%;
}
.sect1-reparo .container .botao {
  margin-top: 5%;
}
.sect1-reparo .container .botao button {
  font-weight: 600;
  color: #28361C;
  background: #C8A472;
  border: 1px solid #C8A472;
  border-radius: 50px;
  font-size: 20px;
  padding: 1.5% 4%;
  transition: 0.5s;
}
.sect1-reparo .container .botao button:hover {
  background: #28361C;
  border-color: #28361C;
  color: white;
}

.sect1-port {
  padding: 5% 0;
}
.sect1-port .container {
  max-width: 89%;
}
.sect1-port .container .card-port {
  height: 50vh;
  margin-bottom: 5%;
  overflow: hidden;
  border-radius: 15px;
  background-size: cover !important;
  background-position: center !important;
}
.sect1-port .container .card-port .overlay {
  color: white;
  background: rgba(0, 0, 0, 0.4784313725);
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 10%;
}
.sect1-port .container .card-port .overlay .forma {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 7%;
}
.sect1-port .container .card-port .overlay .centro {
  width: 100%;
}
.sect1-port .container .card-port .overlay .centro .nome {
  margin-bottom: 2%;
}
.sect1-port .container .card-port .overlay .centro .descricao {
  width: 75%;
  font-size: 15px;
  margin-bottom: 3%;
  font-weight: 200;
}
.sect1-port .container .card-port .overlay .centro .botao button {
  padding: 1% 4%;
  background: #C8A472;
  border: 1px solid #C8A472;
  color: #28361C;
  font-weight: 500;
  border-radius: 50px;
  transition: 0.5s;
}
.sect1-port .container .card-port .overlay .centro .botao button:hover {
  background: #28361C;
  color: #C8A472;
  border-color: #28361C;
}

.sect1-port-single {
  padding: 5% 0;
}
.sect1-port-single .branco {
  margin-bottom: 5%;
}
.sect1-port-single .branco .container {
  padding-left: 6% !important;
}
.sect1-port-single .branco .container .title {
  margin-top: 3%;
}
.sect1-port-single .branco .container .slick-dots li.slick-active button {
  background: #2F3822;
}
.sect1-port-single .branco .container .slick-dots li button {
  background: transparent;
  border: 1px solid #2F3822;
}
.sect1-port-single .verde {
  background: #2F3822;
  padding: 5% 0;
}
.sect1-port-single .verde .title {
  color: #C8A472;
}
.sect1-port-single .verde .container {
  padding-right: 6% !important;
}
.sect1-port-single .verde .container .slick-dots li.slick-active button {
  background: white;
}
.sect1-port-single .verde .container .slick-dots li button {
  background: transparent;
  border: 1px solid white;
}
.sect1-port-single .container {
  max-width: 100%;
  position: relative;
}
.sect1-port-single .container .title {
  font-size: 55px;
  margin-bottom: 3%;
}
.sect1-port-single .container .slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 2%;
}
.sect1-port-single .container .slick-dots li {
  padding: 0 0.5vh;
}
.sect1-port-single .container .slick-dots li button {
  font-size: 0;
  width: 3vh;
  transition: 0.5s;
  height: 3vh;
  border-radius: 50%;
  color: white;
}
.sect1-port-single .container .galeria-port-verde .item, .sect1-port-single .container .galeria-port-padrao .item {
  padding: 4px;
  cursor: pointer;
  opacity: 1;
}
.sect1-port-single .container .galeria-port-verde .item:hover, .sect1-port-single .container .galeria-port-padrao .item:hover {
  opacity: 0.7;
}
.sect1-port-single .container .galeria-port-verde .item .img, .sect1-port-single .container .galeria-port-padrao .item .img {
  height: 30vh;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 5px;
}

@media (max-width: 980px) {
  #desk {
    display: none;
  }
  #mob {
    display: block;
  }
  .banner-home .container .slick-track {
    margin-left: 0;
  }
  .banner-home .container .slide .container .conteudo {
    width: 100%;
  }
  .titulo, .banner-home .container .slide .overlay .container p.title, .banner-home .container .slide .container .conteudo .title, .sect3 .container p.title, .sect3 .container .projetos .projeto .row .content p.title, .sect4 .container .conteudo .title, .sect4 .container .metodologia .card-etapa .title-card, .sect5 .container .content p.title, .sect6 .container .title, .sect7 .container p.title, .sect1-single-blog .container .title, .banner-sobre .container .slide .overlay .container .p-titulo .title, .sect2-sobre .container .title, .sect3-sobre .container p.title, .sect4-sobre .container .card .title, .sect-sobre .container .conteudo .nome, .sect1-blog .container .title, .parceiros .container .title, .sect1-case .container .card-prod .content p.title, .banner-prod .container .slide .overlay .container .row .content .nome-proj, .sect2-prod .container p.title, .sect4-prod .container p.title, .sect5-case .container .title, .sect6-case .container .title, .sect6-case .container .projeto .row .content p.title, .sect7-case .container .conteudo .centro .title, .sect1-reparo .container .title, .sect1-port .container .card-port .overlay .centro .nome, .sect1-port-single .container .title {
    font-size: 25px !important;
  }
  .banner-home .container .slide .container .botao button {
    width: 100%;
  }
  .banner-home .container .slide .container .conteudo {
    padding-top: 45%;
  }
  .menu {
    height: auto;
    padding: 10% 2%;
  }
  .menu .navbar-toggler {
    color: white;
  }
  .menu.change {
    height: auto !important;
    padding: 4% 2%;
  }
  .menu.colorir {
    background: black;
  }
  .menu .container .navbar-brand {
    width: 40%;
  }
  .banner-home .container .slick-arrow.rightButton {
    right: inherit;
    left: 30%;
  }
  .banner-home .container .slide .conteudo-infos .infos .botao button {
    width: 80%;
  }
  .sect3 .container .r-title {
    padding: 0 0;
  }
  .sect3 .container .texto {
    width: 100%;
  }
  .sect3 .container .texto {
    margin-bottom: 30%;
  }
  .sect3 .container .projetos .projeto .img-projeto {
    height: 35vh;
  }
  .sect3 .container .projetos .projeto {
    margin-bottom: 10%;
  }
  .sect3 .container .projetos .projeto .row .content, .sect3 .container .projetos .projeto.tipo2 .row .content {
    padding: 12% 15%;
  }
  .sect3 .container .projetos .projeto .row .content .botao button {
    width: 100%;
    font-size: 14px;
  }
  .sect4 .container .conteudo, .sect4 .container .metodologia {
    padding: 0 0%;
  }
  .sect4 .container .metodologia .card-etapa .title-card {
    font-size: 16px !important;
  }
  .sect4 .container {
    max-width: 89%;
  }
  .sect4 .container .metodologia .item {
    padding: 3%;
  }
  .sect4 .container .metodologia .card-etapa .texto-card {
    font-size: 9px;
  }
  .sect5 .container .content {
    padding: 0 8% 0 8%;
  }
  .sect5 .container {
    max-width: 100%;
  }
  .sect5 .container .fora {
    padding-bottom: 30%;
  }
  .sect5 .container .fora .slick-arrow {
    bottom: 0%;
  }
  .sect5 .container .fora .slick-arrow.leftButton {
    left: 50%;
  }
  .sect7 {
    padding: 10% 0;
  }
  .sect7 .container {
    max-width: 89%;
  }
  footer .container .topicos-form {
    margin-top: 10%;
  }
  .banner-sobre {
    height: 75vh;
  }
  .banner-sobre .container .slide .overlay .container .p-titulo {
    margin-bottom: 5%;
  }
  .sect2-sobre .container .content {
    width: 100%;
  }
  .sect2-sobre .container {
    max-width: 90%;
  }
  .sect2-sobre .container .texto {
    margin-bottom: 10%;
  }
  .sect2-sobre .container .img {
    height: 50vh;
    background-position: center !important;
    background-size: cover !important;
  }
  .sect3-sobre .container video {
    height: 30vh;
  }
  .sect-sobre .container {
    max-width: 90%;
  }
  .sect-sobre {
    padding-top: 10%;
  }
  .sect-sobre .container .conteudo .imagem-henrique {
    height: 45vh;
  }
  .sect-sobre .container .texto-apresentacao {
    margin-top: 10%;
    margin-bottom: 35%;
  }
  .sect1-case .container {
    max-width: 90%;
  }
  .sect1-case .container .card-prod .img-projeto {
    height: 35vh;
  }
  .banner-prod .container .slide .overlay {
    position: relative;
  }
  .banner-prod .container .slide .overlay .container {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 6%;
  }
  .banner-prod .container .slide .overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #2f3822, transparent);
    width: 100%;
    height: 30%;
    mix-blend-mode: multiply;
  }
  .sect3-prod .container ul li {
    margin: 2%;
  }
  .sect4-prod .container .slick-arrow {
    bottom: inherit;
    top: 15%;
  }
  .sect4-prod .container .slick-arrow.leftButton {
    left: inherit;
    right: 17%;
  }
  .sect4-prod .container .slick-arrow.rightButton {
    left: inherit;
    right: 0;
  }
  .sect6-case .container .projeto.tipo2 .row .content {
    padding: 10% 10%;
  }
  .sect6-case .container .projeto .row .content .botao button {
    width: 100%;
  }
  .sect6-case .container .projeto .img-projeto {
    height: 35vh;
  }
  .sect7-case .container .conteudo {
    padding: 11% 5% 4% 5%;
  }
  .sect7-case .container .conteudo .centro .form .campo {
    margin-bottom: 2vh;
  }
  .sect7-case .container .conteudo .centro .form input[type=submit] {
    width: 40%;
  }
  .sect3-prod .container .botao a {
    width: 80%;
  }
  .sect3-prod .container .galeria-areas .item .img {
    height: 55vh;
  }
  .sect1-blog .container {
    max-width: 90%;
  }
  .sect1-blog .container .post-blog .desc .title-post {
    font-size: 18px;
  }
  .sect1-blog .container .post-blog .desc .categoria {
    font-size: 12px;
  }
  .sect1-single-blog .nav-links {
    display: block;
  }
  .sect1-single-blog .nav-links .post-se {
    width: 100%;
  }
  .whatsapp {
    width: 16%;
  }
  .sect1-port-single .container {
    padding: 0 6% !important;
  }
  .sect1-port-single .container .slick-dots {
    display: none;
  }
  .sect1-port-single .container .slick-arrow {
    background: #28361C;
    width: 8vh;
    height: 8vh;
    bottom: 35%;
    border-radius: 50%;
  }
  .sect1-port-single .container .slick-arrow.slick-next {
    left: inherit;
    right: 2%;
  }
  .sect1-port-single .container .slick-arrow.slick-prev {
    left: 2%;
  }
  .galeria-port-verde .slick-arrow{
	display: block;
}

}

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