:root {
  --text-color-black-900: #000000;
  --text-color-black-800: #1e1e1e;
  --text-color-black-700: #333333;
  --text-color-dark-green: #078d4e;
  --bg-color-green: #00be64;
  --bg-color-green-hover: #078d4e;
  --text-color-white: #ffffff;
  --text-color-gray: #d6d6d6;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}
body {
  background: var(--text-color-white);
  padding: 0 100px;
}
section,
footer {
  max-width: 1340px;
  margin: auto;
  padding: 60px 0;
}
.menu {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px;
  cursor: pointer;
  border-radius: 2px;
  z-index: 10001;
}
.menu div {
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background: var(--text-color-black-800);
  transition: 0.3s;
}
.menu-open div {
  transition: 0.3s ease-in-out;
}
.menu-open div:nth-child(1) {
  transform: rotate(45deg) translateX(5.5px);
}
.menu-open div:nth-child(2) {
  display: none;
}
.menu-open div:nth-child(3) {
  transform: rotate(-45deg) translateX(4.5px);
}
.btn-orcamento {
  background: var(--bg-color-green);
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  color: var(--text-color-white);
  text-align: center;
  padding: 19px 24px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-orcamento::after {
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: var(--bg-color-green-hover);
  position: absolute;
  border-radius: 50%;
  left: -50px;
  top: 0;
  transition: 0.7s cubic-bezier(0.7, 0, 0.9, 1);
  transform-origin: 0 50%;
}
.btn-orcamento:hover::after {
  width: 100%;
  border-radius: 0;
  left: 0;
}
section h2 {
  color: var(--text-color-dark-green);
  font-size: 3rem;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.icon-instagram {
  opacity: .750;
}
header {
  max-width: 1340px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}


header .navbar ul {
  display: flex;
  gap: 30px;
}
header .navbar ul li a {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--text-color-black-800);
  position: relative;
  padding-bottom: 3px;
}
header .navbar ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--bg-color-green);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
header .navbar ul li a:hover::after {
  width: 100%;
}

.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
}
.home .container {
  max-width: 1340px;
  display: flex;
  gap: 56px;
  margin: auto;
}
.home .container img {
  min-width: 400px;
  width: 550px;
  height: 600px;
  object-fit: cover;
  object-position: top;
  box-shadow: 15px 15px 0px var(--bg-color-green);
}
.home .content {
  max-width: 734px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
}
.home .content h1 {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--text-color-black-700);
  line-height: 120.3%;
}
.home .content p {
  line-height: 120.3%;
  font-size: 1.25rem;
  font-weight: 300;
}
.home .content h1 span {
  color: var(--text-color-dark-green);
}
.home .scroll {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 14px 0;
}
.home .scroll ul {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
}
.home .scroll ul li a img, footer ul li a {
  width: 22px;
  height: 22px;
  display: flex;
}
header .navbar .open-menu {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--text-color-white);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: 1s;
  transform: translate(0vw);
  width: 100%;
  height: 100vh;
  opacity: 1;
  border-radius: 0;
}
.home .scroll ul li,
footer ul li {
  cursor: pointer;
  transition: 0.3s;
}
.home .scroll .icons li:hover,
footer .icons li:hover {
  transform: scale(1.15) translateY(-5px);
}
.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
  margin-top: 30px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 30px;
  border: 2px solid var(--text-color-black-700);
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: var(--text-color-black-700);
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.what-we-do {
  position: relative;
  margin-top: 40px;
  padding-bottom: 0;
}
.what-we-do h2 {
  color: var(--text-color-dark-green);
  font-size: 3rem;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}
.what-we-do .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.what-we-do .container .card {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 60px;
  background: var(--text-color-gray);
  color: var(--text-color-black-700);
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
}
.what-we-do .container .card:nth-child(1) {
  background: var(--bg-color-green);
  color: var(--text-color-white);
}
.what-we-do .container .card:nth-child(1) .btn a {
  color: var(--text-color-white);
}
.what-we-do .container .card h3 {
  font-size: 2.5rem;
  font-weight: 400;
  height: 94px;
}
.what-we-do .container .card p {
  font-size: 1.125rem;
  height: 105px;
}
.what-we-do .container .card .btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-color-black-800);
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.what-we-do .container .card .btn img {
  transform: rotate(-90deg);
  animation: baounce 1s infinite alternate;
}
.what-we-do .returnHome {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--bg-color-green);
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0px 0px 10px #00000063;
}
.what-we-do .displayButton {
  opacity: 1;
}
.what-we-do .returnHome img {
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}
@keyframes baounce {
  from {
    transform: rotate(-90deg) translateY(-20px);
  }
  to {
    transform: rotate(-90deg) translateY(10px);
  }
}
.parallax {
  max-width: 1340px;
  color: var(--text-color-white);
  background: var(--bg-color-green);
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax h2 {
  color: var(--text-color-white);
  margin-bottom: 0;
}
.before-after {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 40px;
}
.before-after h2 {
  color: var(--text-color-dark-green);
  margin-bottom: 20px;
}
.before-after p {
  color: var(--text-color-black-800);
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
}
.before-after .container {
  display: flex;
  gap: 31px;
}
.before-after .container img {
  width: 100%;
}
.before-after .container div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.before-after .container div img {
  object-fit: cover;
  height: 50%;
}
.before-after .container .col-02 img {
  height: 60%;
}
.before-after .container .col-02 img:nth-child(2) {
  height: 40%;
}
.feedbacks {
  padding: 80px 0;
}
.feedbacks .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.feedbacks .container .card {
  width: 400px;
  display: flex;
  flex-direction: column;
  padding: 47px 40px;
  gap: 40px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  background: var(--bg-color-green);
  color: var(--text-color-white);
}
.feedbacks .container .card img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100%;
}
.feedbacks .container .card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.feedbacks .container .card .content span {
  font-weight: 700;
}
.scheduling {
  padding-bottom: 200px;
}
.scheduling h2 {
  color: var(--text-color-dark-green);
}
.scheduling .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.scheduling .container .content {
  width: 681px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scheduling .container .content h2 {
  font-size: 2.5rem;
  text-align: start;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  color: var(--text-color-black-700);
}
.scheduling .container .content h2 span {
  color: var(--text-color-dark-green);
  font-weight: 400;
}
.scheduling .container .content .contact {
  display: flex;
  flex-direction: column;
  font-family: "Rubik", sans-serif;
  gap: 16px;
}
.scheduling .container .content .contact li {
  font-weight: 300;
  color: var(--text-color-black-700);
  font-size: 1.125rem;
  position: relative;
  margin-left: 20px;
}
.scheduling .container .content .contact a {
  color: var(--text-color-black-700);
  text-decoration: underline;
}
.scheduling .container .content .contact li::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--text-color-black-700);
  position: absolute;
  left: -35px;
  top: 10px;
}
.scheduling .container form {
  width: 505px;
  background: var(--bg-color-green);
  padding: 80px 60px;
  display: flex;
  gap: 60px;
  flex-direction: column;
}
.scheduling .container form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--text-color-white);
  padding-bottom: 8px;
  outline: none;
  color: var(--text-color-white);
}
.scheduling .container form #servico {
  background: transparent;
  color: var(--text-color-white);
  border: none;
  outline: none;
}
.scheduling .container form #servico option {
  background: var(--bg-color-green);
}
.scheduling .container form input::placeholder,
.scheduling .container form .servico,
.scheduling .container form textarea {
  background: transparent;
  border: none;
  font-family: "Rubik", sans-serif;
  color: var(--text-color-white);
  font-size: 0.875rem;
  border-bottom: 1px solid var(--text-color-white);
  padding-bottom: 8px;
  outline: none;
}
.scheduling .container form textarea {
  resize: none;
}
.scheduling .container form textarea::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.scheduling .container form textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--text-color-white);
}
.scheduling .container form textarea::placeholder {
  color: var(--text-color-white);
}
.scheduling .container form #btn-submit {
  width: 140px;
  font-family: "Rubik", sans-serif;
  background: var(--text-color-white);
  padding: 20px 40px;
  color: var(--text-color-black-700);
  text-transform: uppercase;
  cursor: pointer;
  border: transparent 1px solid;
  transition: 0.3s;
}
.scheduling .container form #btn-submit:hover {
  background: var(--bg-color-green);
  border: 1px solid var(--text-color-white);
  color: var(--text-color-white);
}
footer {
  display: flex;
  justify-content: space-between;
  color: var(--text-color-black-700);
  font-family: "Rubik", sans-serif;
  padding: 20px 0;
  font-size: 0.875rem;
  text-align: center;
}
footer a {
  color: var(--text-color-black-700);
  text-decoration: underline;
}
footer ul {
  display: flex;
  gap: 10px;
}
footer ul li a img {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1440px) {
  .what-we-do .container {
    gap: 20px;
  }
  .what-we-do .container .card h3 {
    font-size: 2.3rem;
  }
  .feedbacks .container {
    justify-content: center;
  }
}
@media screen and (max-width: 1380px) {
  .home .container img {
    max-width: 500px;
  }
  .what-we-do .container {
    justify-content: center;
  }
}
@media screen and (max-width: 1340px) {
  .home .container img {
    max-width: 450px;
  }
}
@media screen and (max-width: 1270px) {
  .home .container img {
    max-width: 400px;
  }
  .home .content h1 {
    font-size: 2.2rem;
  }
  .home .content p {
    font-size: 1.1rem;
  }
  .home .container a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1120px) {
  .btn-orcamento {
    font-size: 1.2rem;
  }
  .feedbacks .container {
    justify-content: center;
  }
  .home .content h1 {
    font-size: 2rem;
  }
  .home .content p {
    font-size: 1rem;
  }
  .home .container a {
    font-size: 1rem;
  }
  .home .container img {
    max-width: 380px;
  }
}
@media screen and (max-width: 1040px) {
  .home .container img {
    display: none;
  }
  .home .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 1012px) {
  body {
    padding: 0 50px;
  }
}
@media screen and (max-width: 950px) {
  .scheduling h2 {
    margin-bottom: 0;
  }
  .scheduling .container .content h2 {
    justify-content: center;
    text-align: center;
  }
  .scheduling .container {
    flex-direction: column;
    align-items: center;
  }
  .scheduling .container .content {
    width: 100%;
  }
  .scheduling .container .content .contact {
    width: 100%;
    margin-top: 20px;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
  }
  .scheduling .container .content .contact li {
    font-size: 0.8rem;
  }
  .parallax {
    height: 100px;
  }
}
@media screen and (max-width: 900px) {
  .before-after .container {
    flex-direction: column;
  }
  .before-after .container div {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .before-after .container div img {
    width: 300px;
    height: 300px;
  }
  .before-after .container .col-02 img {
    height: 300px;
  }
  .before-after .container .col-02 img:nth-child(2) {
    height: 300px;
  }
  .scheduling {
    padding-bottom: 100px;
  }
  footer {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 720px) {
  html {
    font-size: 92%;
  }
  .home {
    padding: 0;
  }
  .mousey {
    margin-top: 45px;
  }
  header .navbar ul {
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    left: 0;
    transform: translate(100vw);
    position: absolute;
    border-radius: 100%;
    transition: 1s;
    background: var(--text-color-white);
    overflow: hidden;
  }
  header .menu {
    display: flex;
  }
  .before-after {
    gap: 20px;
  }
  .before-after .container div,
  .before-after .container {
    gap: 10px;
  }
}
@media screen and (max-width: 605px) {
  .scheduling .container form {
    width: 100%;
  }
  .what-we-do h2,
  section h2 {
    font-size: 2.3rem;
  }
  .before-after,
  .feedbacks {
    padding-bottom: 0;
  }
  section h2 {
    margin-bottom: 30px;
  }
  .home .scroll {
    flex-direction: column;
  }
  .home .scroll .icons {
    justify-content: center;
    margin-bottom: 15px;
  }
  .home .scroll .scroll-icon {
    position: initial;
    transform: translate(0);
    top: auto;
    left: auto;
  }
  .scheduling .container .content h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    padding: 0 20px;
  }
  .btn-orcamento {
    padding: 19px 6px;
  }
  .what-we-do .container .card {
    max-width: 100%;
    gap: 10px;
    padding: 20px;
    justify-content: space-between;
  }
  .what-we-do .container .card h3 {
    font-size: 1.9rem;
    height: auto;
  }
  @keyframes baounce {
    from {
      transform: rotate(-90deg) translateY(-20px);
    }
    to {
      transform: rotate(-90deg) translateY(0px);
    }
  }
  .what-we-do .container .card p,
  .what-we-do .container .card .btn a {
    font-size: 1rem;
  }
  .feedbacks .container .card {
    width: 100%;
  }
  .before-after .container div img {
    width: 100%;
  }
  .scheduling .container form {
    padding: 30px;
    gap: 60px;
  }
}