* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 100%;
  color: #f7f7f7;
}

.container {
  max-width: 1420px;
  margin: 0 auto;
  display: block;
  width: 80%;
}

img {
  max-width: 100%;
}

.space-custom {
  padding-top: 6em;
}

p {
  font-size: 1.2rem;
  line-height: 1.5;
}

h2 {
  font-size: 2.5rem;
}

::-webkit-scrollbar {
  width: 10px;
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #787878 !important;
  border-radius: 10px;
}

/*header*/

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

.navbar {
  background-color: #4E342E;
  box-shadow: 0px -4px 15px -1px rgb(0 0 0 / 75%);
  border-bottom: 1px solid #795548;
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
}

.align-itens-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100px;
  justify-content: space-between;
}

.menu-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  height: 60px;
  grid-gap: 5px;
}

.align-logo-bar {
  display: flex;
  align-items: center;
}

.nav-item a {
  text-decoration: none;
  font-size: 16px;
  display: flex;
  text-align: center;
  color: #f7f7f7;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 25px;
  align-items: center;
}

.nav-item a:hover {
  background-color: #b27d2f;
  color: #f7f7f7;
}

.agnd-nav {
  /*padding: 10px 15px !important; */
  color: #f7f7f7 !important;
  background-image: linear-gradient(90deg, #21762d, #39b94a) !important;
}

.nav-item .agnd-nav:hover {
  background-color: #817036;
}

.set-logo {
  width: 130px;
}

.social-icon {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.social-icon a {
  text-decoration: none;
  color: #f7f7f7;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
}

.pulse {
  animation: animate-pulse 3s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 204, 102, .7), 0 0 0 0 rgba(51, 204, 102, .7)
  }

  40% {
    box-shadow: 0 0 0 50px transparent, 0 0 0 0 rgba(51, 204, 102, .7)
  }

  80% {
    box-shadow: 0 0 0 50px transparent, 0 0 0 30px transparent
  }

  100% {
    box-shadow: 0 0 0 0 transparent, 0 0 0 30px transparent
  }
}

/*Intro*/

.intro {
  position: relative;
  color: #f7f7f7;
  font-size: 18px;
  /*border-bottom: 1px solid #8b8b8b;*/
  min-height: 100vh;
  padding-top: 5rem;
  background: rgb(0 0 0 / 45%) url(../images/background.jpg);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}

.set-btn {
  display: flex;
}

.flex-div-intro {
  display: flex;
  align-items: center;
}

.introall {
  grid-gap: 30px;
}

.p-intro {
  grid-gap: 60px;
}

.p-intro p {
  font-weight: 600;
}

.div-25 {
  width: 25%;
}

.div-35 {
  width: 35%;
}

.div-50 {
  width: 50%;
}

.div-75 {
  width: 75%;
}

.h1-intro {
  margin-bottom: 15px;
  font-size: 2.8rem;
}

#intro .btn-agendar-intro {
  margin-top: 30px;
}

.btn-agendar-intro {
  width: 200px;
  height: 40px;
  border-radius: 25px;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  background: linear-gradient(90deg, #956929 0%, #f6ab3f 100%);
  color: #f7f7f7;
  transition: all .3s;
  box-shadow: 3px 3px 3px 1px #0000007d;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
}

.btn-agendar-intro:hover {
  background: linear-gradient(90deg, #7a5521 0%, #d89232 100%);
  transform: translateY(-2px);
  box-shadow: 5px 5px 8px 2px rgba(0, 0, 0, 0.3);
}

/*index sobre*/

#sobre {
  color: #232323;
  background-color: #f8f8ff;
  padding-bottom: 6em;
}

#sobre .flex-div-intro img {
  border-radius: 20px;
  width: 500px;
}

.h2-sobre {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

#sobre .btn-agendar-intro {
  margin-top: 2rem;
}

#sobre .flex-div-intro .space-div-50 {
  display: flex;
  justify-content: right;
  padding-left: 15px;
  padding-right: 15px;
}

.alguns-clientes {
  background: rgb(135 135 135 / 50%) url(../images/bg-nossos-clientes.jpg);
  background-blend-mode: darken;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6em;
}

#nossosclientes {
  padding-bottom: 6em;
}

.owl-carousel .item img {
  width: 200px;
  height: fit-content;
}

.owl-carousel .item {
  display: flex;
  justify-content: center;
  min-height: 210px;
  background: #fdfdfd;
  padding: 25px;
  border-radius: 20px;
  align-items: center;
  width: max-content;
  max-width: 200px;
}

/*algumas atuacoes*/

.title-atuacoes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 5px 12px 5px 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e8f0;
  border-radius: 20px;
  background-color: transparent;
  color: #2f314e;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 135px;
}

#atuacoes {
  color: #232323;
  background: #f7f7f7;
  padding-bottom: 6em;
}

#atuacoes .btn-agendar-intro {
  background-image: linear-gradient(90deg, #21762d, #39b94a) !important;
}

#atuacoes .set-btn {
  margin-top: 2rem;
}

#atuacoes>.set-size-img {
  text-align: right;
}

#atuacoes .flex-div-intro {
  grid-gap: 40px;
  margin-top: initial;
}

#atuacoes .h2-sobre {
  color: #2f314e;
}

#atuacoes .right-img {
  text-align: right;
}

#atuacoes .set-size-img img {
  width: 590px;
  max-height: 450px;
  object-fit: cover;
  box-shadow: 3px 3px 10px rgb(104 104 104);
  border-radius: 20px;
}

#atuacoes .reverse-flex {
  flex-direction: row-reverse;
  margin-top: 6em;
}

.last-item-atuacoes {
  margin-top: 6em !important;
}

.title-atuacoes2 {
  width: 160px;
}

/*Areas de atuacao*/

.atuacao-cards {
  border: 1px solid #e3e3e3;
  padding: 25px;
  border-radius: 30px;
  box-shadow: 1px 1px 10px 2px #d9d9d9;
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #444666;
  min-height: 300px;
  place-content: center;
}

.icon-background {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4e342e), to(#6d4c41));
  background-image: linear-gradient(180deg, #4e342e, #6d4c41);
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.h2-areas-atuacao {
  color: #2f314e;
  text-align: center;
  margin-bottom: 3rem;
}

#areas-atuacao .flex-div-intro {
  grid-gap: 30px;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
}

#areas-atuacao .set-btn {
  justify-content: center;
  margin-top: 6rem;
}

#areas-atuacao .atuacao-cards h3 {
  margin-bottom: 16px;
  font-size: 26px;
}

#banner-contato {
  background-image: linear-gradient(90deg, #191616, #414141);
  color: #fff;
  padding: 6em 0px;
  margin-top: 6em;
}

.flexing-banner {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.h2-banner-contact {
  margin-bottom: 3rem;
}

.wave-bottom {
  position: absolute;
  left: 0%;
  right: 0%;
  z-index: 1;
  width: 100%;
  height: 5vw;
}

#banner-contato .btn-agendar-intro {
  margin-top: 2rem;
}

#banner-contato .btn-agendar-intro {
  background-image: linear-gradient(90deg, #21762d, #39b94a) !important;
}

#banner-contato .btn-agendar-intro:hover {
  background-color: initial;
}

/*Contato index*/

#form-contato {
  background: ghostwhite;
  padding-bottom: 6em;
}

#form-contato .div-50 {
  padding-right: 30px;
  padding-left: 30px;
}

#form-contato .h2-sobre {
  text-align: center;
  color: #2f314e;
}

.form-index {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 30px 30px 30px 30px;
  border: 1px solid #3c426121;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 6px 6px 12px #e5e5e5;
}

.inputs-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 10px;
}

.inputs-group label {
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
  text-align: left;
}

.form-index h2 {
  margin-bottom: 10px;
  color: #2f314e;
}

.sec-formulario .flex-div-intro {
  justify-content: center;
}

.form-p {
  padding-top: initial !important;
  font-size: initial !important;
  padding-bottom: initial !important;
  margin-bottom: 15px;
}

.form-inner {
  text-align: center;
}

.form-index textarea {
  resize: none;
  min-height: 100px;
}

.form-inner input,
.form-inner textarea {
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 40px;
  border-radius: 5px;
  border-color: #A9A9A9;
  font-size: 15px;
  font-family: inherit;
}

.form-inner textarea {
  resize: none;
}

.btn-submit {
  padding: 10px 15px !important;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

/*Modal succes*/

.modal {
  background-color: #ffffff;
  border: 2px solid #a5a5a5;
  border-radius: 20px;
  top: 30%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 20px;
  box-shadow: 4px 4px 10px 1px #433e3b73;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.p-modal {
  padding: 10px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #2f314e;
}

.msg-success p {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

/*Footer*/
#footer h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

#footer .flex-div-intro {
  align-items: initial;
}

#footer a {
  color: #bbbbbb;
  text-decoration: none;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4e342e;
}

.logo-footer img {
  width: 165px;
}

.ul-footer {
  list-style: none;
  padding: 0;
  display: inline-grid;
  grid-gap: 15px;
}

.icon-background ion-icon {
  font-size: 35px;
}

/*breadcrumb*/
.breadcrumb-bg {
  background-image: url(../images/breadcrumb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 23em;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  top: 70px;
  position: relative;
}

.breadcrumb-bg a {
  text-decoration: none;
  color: #f7f7f7;
  font-weight: 600;
}

.h1breadcrumb {
  text-align: center;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 30px;
}

.centerbreadcrumb {
  display: flex;
  place-content: center;
  margin-top: 25px;
  grid-gap: 20px;
  align-items: center;
}

.breadcrumb {
  height: 16px;
}

/*Responsivo*/

/*Trabalhos realizados*/

#trabalhosrealizados {
  color: #232323;
}

.trabalhos-realizados .alignment-main-title-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.gallery-flex-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;

}

.gallery-image-item {
  margin-bottom: 25px;
  width: 32%;
}

.gallery-image-item h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
}

.h2-trabalhos-realizados {
  color: #2f314e;
}

@media only screen and (max-width: 1250px) {
  .set-logo {
    width: 65px;
  }

  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
    margin-right: 45px;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .menu-nav {
    position: fixed;
    left: -100%;
    top: 75px;
    gap: 15px;
    flex-direction: column;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    opacity: 0;
    height: auto;
    background-color: #4e342e;
    padding: 30px 0px;
  }

  .menu-nav.active {
    left: 0;
    border-top: 1px solid #a4914c;
    border-bottom: 1px solid #a4914c;
    margin-left: unset;
    box-shadow: unset;
    top: 75px;
    height: auto;
    opacity: 1;
    overflow: auto;
  }

  .div-75,
  .div-50,
  .div-25,
  .atuacao-cards,
  .form-index {
    width: 100%;
    text-align: center;
  }

  #atuacoes .right-img {
    text-align: center;
  }

  h1 {
    font-size: 2.2rem !important;
  }

  h2 {
    font-size: 1.8rem !important;
  }

  h3 {
    font-size: 1.5rem !important;
  }

  .set-btn {
    justify-content: center;
    margin-bottom: 30px;
  }

  .flex-div-intro,
  #atuacoes .reverse-flex {
    flex-direction: column;
    margin-top: 3em;
  }

  .last-item-atuacoes {
    margin-top: 3em !important;
  }

  .space-custom {
    padding-top: 3em;
  }

  #sobre {
    padding-bottom: 3em;
  }

  #sobre .flex-div-intro .space-div-50 {
    margin-top: 1em;
    justify-content: center;
  }

  .title-atuacoes {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  #atuacoes {
    padding-bottom: 3em;
  }

  #areas-atuacao .atuacao-cards {
    min-height: initial;
  }

  #areas-atuacao {
    padding-bottom: 3em;
  }

  #banner-contato {
    margin-top: 3em;
  }

  .sec-formulario .flex-div-intro {
    grid-gap: 20px;
    flex-direction: column-reverse;
  }

  #form-contato .div-50 {
    padding-left: initial;
    padding-right: initial;
  }

  #form-contato .div-50 iframe {
    width: 100%;
    margin-top: 2em;
  }

  #form-contato .form-inner {
    padding: 20px;
  }

  #footer {
    padding-top: 2rem;
  }

  #footer .flex-div-intro {
    align-items: center;
    text-align: center;
    grid-gap: 25px;
  }

  #intro .div-75 {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .align-itens-header {
    height: 75px;
  }

  #banner-contato {
    padding: 3em 0px;
  }

  #nossosclientes .owl-carousel .owl-item {
    display: flex;
    place-content: center;
    margin-bottom: 2rem;
  }

  .alguns-clientes {
    margin-top: initial;
  }

  #atuacoes .set-size-img img {
    max-height: 300px;
  }

  .gallery-image-item h3 {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-flex-container {
    flex-direction: column;
    justify-content: center;
  }

  .gallery-image-item {
    margin-bottom: 26px;
    width: 100%;
  }

  .trabalhos-realizados .alignment-main-title-button {
    flex-direction: column;
    grid-gap: 20px;
  }
}