@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
  color: #1d2925;
}

body {
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

.container {
  margin: auto;
  max-width: 1300px;
  padding: 0 20px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #005649;
}
a:hover {
  color: #df8550;
}

.button-green {
  background-color: #005649;
  color: #f8f0e5;
  font-size: 1.2rem;
  padding: 12px 32px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  transition: 0.2s linear;
  display: inline-block;
  cursor: pointer;
}
.button-green:hover {
  background-color: #6e442b;
  color: #f8f0e5;
}

.button-orange {
  background-color: #df8550;
  color: #f8f0e5;
  font-size: 1.2rem;
  padding: 12px 32px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  transition: 0.2s linear;
  display: inline-block;
  cursor: pointer;
}
.button-orange:hover {
  background-color: #6e442b;
  color: #f8f0e5;
}

.button-green-light {
  background-color: #97e2c1;
  color: #1d2925;
  font-size: 1.2rem;
  padding: 12px 32px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  transition: 0.2s linear;
  display: inline-block;
  cursor: pointer;
}
.button-green-light:hover {
  background-color: #005649;
  color: #f8f0e5;
}

.button-brown {
  background-color: #6e442b;
  color: #f8f0e5;
  font-size: 1.2rem;
  padding: 12px 32px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  transition: 0.2s linear;
  display: inline-block;
  cursor: pointer;
}
.button-brown:hover {
  background-color: #df8550;
  color: #f8f0e5;
}

button {
  transition: 0.2s linear;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f8f0e5;
}

::-webkit-scrollbar-thumb {
  background-color: #023f37;
}

input, textarea {
  padding: 10px 18px;
  border-radius: 8px;
  color: #1d2925;
  font-size: 1.2rem;
  outline: none;
  border: 1px solid #1d2925;
}

select {
  padding: 10px 18px;
  border-radius: 8px;
  color: #1d2925;
  font-size: 1.2rem;
  outline: none;
  border: 1px solid #1d2925;
}

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

h1 {
  font-size: 4em;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

p {
  color: #1d2925;
  font-size: 1.1rem;
}

#hero {
  min-height: 70vh;
  background: url("/src/bg_hero.webp") bottom center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/src/GESTALT_LARANJA.webp") center right no-repeat;
  background-size: contain;
}
@media (max-width: 450px) {
  #hero {
    min-height: 550px;
  }
  #hero .overlay {
    min-height: 550px !important;
  }
}
#hero .overlay {
  background: linear-gradient(rgba(2, 63, 55, 0.75), rgba(0, 86, 73, 0.75));
  min-height: 70vh;
}
#hero .container {
  min-height: 70vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  gap: 0;
}
@media (max-width: 820px) {
  #hero .container {
    padding-top: 100px;
  }
}
@media (max-width: 450px) {
  #hero .container {
    padding-top: 120px;
    min-height: 550px;
  }
  #hero .container h1, #hero .container h2, #hero .container h4 {
    text-align: center;
    color: #f8f0e5;
  }
  #hero .container h1 {
    font-size: 3rem !important;
  }
  #hero .container h2 {
    font-size: 2.4rem;
  }
  #hero .container h4 {
    font-size: 1.4rem;
  }
}
#hero .container h1, #hero .container h2, #hero .container h4 {
  max-width: 700px;
  color: #f8f0e5;
}
#hero .container h4 {
  font-weight: 400;
}
#hero .container h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
#hero .container h2 {
  margin-top: -18px;
  margin-bottom: 20px;
}

#quem-somos .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 820px) {
  #quem-somos .container {
    gap: 40px !important;
  }
}
@media (max-width: 450px) {
  #quem-somos .container {
    flex-direction: column;
  }
}
#quem-somos .container .content h4 {
  font-style: italic;
}
#quem-somos .container .content h2 {
  text-transform: uppercase;
  color: #005649;
  font-weight: 800;
  margin-top: -10px;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
#quem-somos .container .image img {
  width: 350px;
}
@media (max-width: 820px) {
  #quem-somos .container .image img {
    width: 300px;
  }
}

.cta {
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
.cta::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cta#cta1 {
  background: url("/src/bg_cta.webp") bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.cta#cta1::before {
  background-color: rgba(110, 68, 43, 0.6);
}
.cta#cta2 {
  background: url("/src/bg_cta.webp") bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.cta#cta2::before {
  background-color: rgba(0, 86, 73, 0.6);
}
.cta .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cta h2, .cta p {
  text-align: center;
  color: #f8f0e5;
}
.cta p {
  margin-bottom: 20px;
}

#projetos .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
#projetos h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 800;
}
#projetos .projetos {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 820px) {
  #projetos .projetos {
    grid-template-columns: repeat(2, 1fr);
  }
  #projetos .projetos .projeto:last-child {
    display: none;
  }
}
@media (max-width: 450px) {
  #projetos .projetos {
    grid-template-columns: 1fr;
  }
  #projetos .projetos .projeto:last-child {
    display: block;
  }
}
#projetos .projetos .projeto {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: 0.2s linear;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: inherit;
  gap: 20px;
}
#projetos .projetos .projeto:hover {
  transform: scale(1.05);
}
#projetos .projetos .projeto img {
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
#projetos .projetos .projeto .content {
  padding: 20px 30px 0;
}
#projetos .projetos .projeto .content h3 {
  margin-bottom: 10px;
}
#projetos .projetos .projeto .content p {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
#projetos .projetos .projeto .content .hover:hover h3 {
  color: #005649;
}
#projetos .projetos .projeto .btn {
  margin-top: auto;
  padding: 0 30px 40px;
}

#testimonials .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 820px) {
  #testimonials .container {
    gap: 40px !important;
  }
}
@media (max-width: 450px) {
  #testimonials .container {
    flex-direction: column !important;
  }
}
#testimonials .quote {
  width: calc(40% - 50px);
  position: relative;
}
@media (max-width: 820px) {
  #testimonials .quote {
    width: calc(50% - 20px);
  }
}
@media (max-width: 450px) {
  #testimonials .quote {
    width: 100%;
  }
}
#testimonials .quote::before {
  content: "";
  top: -30px;
  left: -30px;
  position: absolute;
  background: url("/src/quotation.svg") no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  z-index: 3;
}
@media (max-width: 820px) {
  #testimonials .quote::before {
    left: auto;
    right: -10px;
  }
}
#testimonials .testimonials-box {
  overflow: hidden;
  position: relative;
  background: linear-gradient(#97e2c1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
#testimonials .testimonials-box .testimonials-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
}
#testimonials .testimonials-box .testimonial {
  padding: 50px 30px;
  flex: 0 0 100%;
  max-width: 100%;
}
#testimonials .testimonials-box .testimonial h3 {
  margin-bottom: 20px;
}
#testimonials .section-content {
  width: calc(60% - 50px);
}
@media (max-width: 820px) {
  #testimonials .section-content {
    width: calc(50% - 20px);
  }
}
@media (max-width: 450px) {
  #testimonials .section-content {
    width: 100%;
  }
}
#testimonials .section-content h4 {
  font-style: italic;
}
#testimonials .section-content h2 {
  text-transform: uppercase;
  color: #005649;
  font-weight: 800;
  margin-top: -10px;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
#testimonials .section-content p {
  margin-bottom: 30px;
}
#testimonials .section-content .arrows {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: inherit;
  gap: 30px;
}
#testimonials .section-content .arrows button {
  padding: 20px;
  background-color: #005649;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
}
#testimonials .section-content .arrows button:hover {
  background-color: #023f37;
}
#testimonials .section-content .arrows button i {
  color: #f8f0e5;
  font-size: 24px;
}/*# sourceMappingURL=home.css.map */