* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  transition: 200ms ease-out;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 100vw;
  overflow-x: hidden !important;
  color: #333333;
  background-color: #FFFFFF;
}

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

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(26, 45, 90);
  margin-bottom: 0.5rem;
}

p {
  line-height: 1.6;
}

header {
  width: 100%;
  align-content: center;
  height: 12vh;
  background-color: #1A2D5A;
  color: #FFFFFF;
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.nav-list {
  list-style: none;
  display: flex;
}

.nav-list li {
  margin-left: 32px;
}

.header-li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 1vw;
  font-weight: 600;
}

.header-li a {
  color: #FFFFFF;
}

.header-li a:hover {
  cursor: pointer;
  color: #D9D9D9;
}

.header-logo {
  width: 80px;
}

.mobile-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu div {
  width: 32px;
  height: 2px;
  background: #7EE000;
  margin: 8px;
  transition: 0.3s;
}

.nav-list.active {
  transform: translateX(0);
  display: flex;
  visibility: visible;
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}


.banner {
  background-image: url("/assets/banner.webp");
  background-size: cover;
  min-height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
  color: rgb(26, 45, 90);
}

.section-summary {
  display: flex;
  width: 100%;
  text-align: left;
}

.section-flex-div {
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 1200px;
  margin-left: 20%;
  padding: 0 20px;
}

.section-text-div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  max-width: 600px;
}

.headline-logo {
  width: 250px;
  margin: 10px 0;
}

.summary-h1 {
  background: linear-gradient(to right, rgb(26, 45, 90) 0%, rgb(26, 45, 90) 40%, black 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 38px;
  margin: 10px 0;
}

.summary-p {
  background: linear-gradient(to right, rgb(26, 45, 90) 0%, rgb(26, 45, 90) 40%, black 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 19px;
  margin: 10px 0 20px 0;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem 0;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #7EE000;
  margin: 9px;
}

.topic-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: rgb(26, 45, 90);
  margin-bottom: 0.5rem;
}

.topic-icon {
  color: rgb(26, 45, 90);
  align-items: center;
  font-size: 35px;
  margin: 0px 10px;
}

.offer-grid {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.offer-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 600ms ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.offer-item:hover {
  background-color: #F9F9F9;
  box-shadow: 0 0 10px rgba(0, 0.6, 0, 0.3);
}

.text-icon-span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.text-icon-span img {
  margin-bottom: 10px;
}

.offer-item-title {
  color: rgb(26, 45, 90);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.offer-item-text {
  text-align: center;
  font-size: 1rem;
  color: #555555;
}

.whatsapp-button {
  margin: 0px 10px;
  font-size: 23px;
}

.summary-contact-us {
  background-color: #7EE000;
  display: flex;
  align-items: center;
  border: none;
  color: white;
  padding: 12px 24px;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  min-width: 200px;
  width: auto;
  max-width: 55%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
}

.contact-div .summary-contact-us {
  width: 25vw;
  margin-bottom: 2rem;
}


.summary-contact-us:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

.summary-contact-us:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.section-services {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  gap: 20px;
}

.services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(280px, 20vw, 350px);
  margin: 1rem 0;
  justify-content: flex-start;
  border-radius: 15px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  transition: 600ms ease-out;
  background-color: #fff;
  overflow: hidden;
}

.services-item:hover {
  background-color: #f5f5f5;
  transform: translateY(-5px);
}

.services-img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}

.services-item-title {
  color: rgb(26, 45, 90);
  text-align: center;
  font-size: 22px;
  margin: 20px 15px 10px 15px;
  font-weight: 600;
}

.services-item-text {
  text-align: center;
  font-size: 1rem;
  padding: 0 20px 20px 20px;
  color: #555555;
  flex-grow: 1;
}


.about-us {
  display: flex;
  justify-content: center;
}

.about-us-flex {
  width: 100%;
  height: 65vh;
  justify-content: center;
  display: flex;
  background-image: url("/assets/close-de-aspirar-um-tapete.webp");
  flex-direction: column;
  background-size: cover;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
}

.about-us-flex div:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 800px;
  border-radius: 25px;
  margin-top: 2rem;
  background-color: rgb(26, 45, 90);
  color: #FFFFFF;
  padding: 10px;
}

.about-us-logo {
  width: 80px;
  margin: 20px 0px;
}

.about-us-text {
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF !important;
  font-weight: 500;
}

.about-us-flex .summary-contact-us {
  width: auto;
  min-width: 250px;
  max-width: 40vw;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-results {
  background-color: rgb(26, 45, 90);
  align-content: center;
  padding: 3rem 0;
  color: #FFFFFF;
}

.section-results .topic-title,
.section-results .topic-icon {
  color: #FFFFFF;
}

.section-results .summary-contact-us {
  margin: 2rem auto;
}

.before-after {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 5px;
  padding: 0 20px;
  margin: 0 auto;
}

.before-after-img {
  width: clamp(250px, 20vw, 350px);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  transition: 600ms ease-out;
  border-radius: 8px;
}

.before-after-img:hover {
  transform: scale(1.05);
}


.faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 1rem;
  width: 80%;
  max-width: 900px;
}

.accordion {
  background-color: #fff;
  padding: 12px;
  cursor: pointer;
  margin-bottom: 1rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.accordion-header {
  width: 100%;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
  padding: 10px 0;
  text-align: left;
}

.accordion-header span {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  margin-right: 10px;
}

.accordion-header i {
  color: #333333;
  transition: transform 0.3s ease;
}

.accordion-body.active+.accordion-header i,
.accordion .accordion-header.active i {
  transform: rotate(180deg);
}


.accordion-body {
  color: #555555;
  font-size: 1rem;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-body p {
  text-align: left;
  padding: 10px 0;
  color: #555555;
}

.accordion-body.active {
  height: auto;
  opacity: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.perguntas {
  color: #7EE000;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(26, 45, 90);
  color: #FFFFFF;
  padding: 2rem 1rem;
}

footer p,
footer i,
footer a {
  margin: 0 10px;
  color: #FFFFFF !important;
}

footer i {
  font-size: 25px;
  cursor: pointer;
}

footer i:hover {
  color: #7EE000 !important;
}

footer div {
  margin: 10px;
}

.footer-sections ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.footer-li {
  font-size: 16px;
  text-align: center;
  margin: 5px 15px;
}

.footer-li a:hover {
  color: #D9D9D9 !important;
}

.copyright p {
  font-size: 0.9rem;
}


@media(max-width: 1500px) {
  .section-text-div {
    margin: 1rem;
    width: 60%;
  }

  .about-us-flex {
    height: 80vh;
  }

  .header-logo {
    width: 60px;
  }

  .header-li a {
    font-size: 0.8rem;
  }

  .text-icon-span {
    margin: 0;
  }

  .contact-div .summary-contact-us {
    width: 30vw;
  }

  .services-item-title {
    width: auto;
  }

  .header-li {
    font-size: 16px;
  }

  .summary-h1 {
    font-size: 32px;
  }

  .summary-p {
    font-size: 17px;
  }

  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .offer-item {
    width: auto;
    padding: 1rem;
  }

  .services-item {
    width: clamp(280px, 30vw, 400px);
  }
}


@media(max-width: 1350px) {
  .services-item {
    width: clamp(280px, 35vw, 420px);
  }

  .before-after {
    flex-direction: column;
    gap: 30px;
  }

  .before-after-img {
    width: clamp(300px, 50vw, 450px);
    margin: 0;
  }

}

@media(max-width: 1200px) {
  .section-results .summary-contact-us {
    margin: 2rem auto;
  }

  .before-after-img {
    width: clamp(280px, 40vw, 400px);
  }

  .services-item {
    width: clamp(280px, 40vw, 450px);
  }

  .contact-div .summary-contact-us {
    width: 40vw;
  }

  .summary-contact-us {
    width: auto;
    min-width: 220px;
    max-width: 45%;
  }
}

@media(max-width: 1000px) {
  .banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: auto;
    background-size: unset;
    background-position: left;
  }

  .section-flex-div {
    margin: 0;
  }

  .section-summary {
    justify-content: center;
  }

  .section-flex-div {
    flex-direction: column;
    text-align: center;
  }

  .section-text-div {
    width: 90%;
    align-items: center;
    text-align: center;
    margin: 1rem 0;
  }

  .summary-contact-us {
    margin-top: 1.5rem;
    width: auto;
    min-width: 240px;
  }

  .header-li {
    font-size: 1rem;
  }

  .offer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10%;
  }

  .offer-item {
    width: 100%;
    margin: 0;
    padding: 1.5rem;
  }

  .offer-item span img {
    width: 80px;
  }


  .services-img {
    height: 200px;
  }

  .services-item {
    width: clamp(280px, 70vw, 400px);
  }

  .before-after-img {
    width: clamp(280px, 70vw, 450px);
  }

  .about-us-flex div:first-of-type {
    width: 90%;
  }

  .about-us-flex .summary-contact-us {
    width: auto;
    min-width: 240px;
    max-width: 60vw;
  }
}

@media(max-width: 600px) {


  .nav-list {
    position: absolute;
    top: 12vh;
    right: 0;
    visibility: hidden;
    width: 100vw;
    height: 50vh;
    background-color: rgb(26, 45, 90);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    overflow-x: hidden !important;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    padding: 2rem 0;
    z-index: 1000;
  }

  .about-us-flex {
    height: auto;
  }



  .nav-list li {
    margin-left: 0;
    opacity: 0;
  }

  .header-logo {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .banner {
    min-height: auto;
  }

  .headline-logo {
    width: 180px;
  }

  .summary-h1 {
    font-size: 26px;
  }

  .summary-p {
    font-size: 16px;
  }

  .summary-contact-us,
  .contact-div .summary-contact-us,
  .about-us-flex .summary-contact-us {
    width: 80vw;
    font-size: 15px;
  }

  .contact-div .summary-contact-us {
    width: 80vw;
  }

  .header-li {
    opacity: 0;
    font-size: 18px;
  }

  .topic-title {
    font-size: 24px;
  }

  .topic-icon {
    font-size: 30px;
  }

  .services-item {
    width: 90vw;
  }

  .services-grid {
    gap: 15px;
  }

  .section-services {
    margin: 0;
  }

  .summary-p {
    margin: 15px 0 !important;
  }

  .offer-grid {
    margin: 0;
    padding: 0 5%;
  }

  .offer-item {
    width: 100%;
  }

  .about-us-flex div:first-of-type {
    width: 95%;
    padding: 10px;
  }

  .about-us-text {
    font-size: 14px;
  }

  .about-us-logo {
    width: 60px;
    margin: 10px 0px;
  }

  .before-after-img {
    width: 90vw;
  }

  .accordion-container {
    width: 90%;
  }

  .accordion-header span {
    font-size: 16px;
  }

  footer .footer-sections ul {
    flex-direction: column;
  }

  .footer-li {
    margin: 8px 0;
  }

  .copyright p {
    text-align: center;
  }

  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
