body {
  font-family: "Pathway Extreme", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.1em;
  font-weight: 300;
}

.wrapped-container {
  background-color:#00613C;
  border-bottom: 2px solid #ddd;
}

.wrapped-container:nth-child(even){ /*pares com fundo azul*/
  background-color:#fff;
  border: none;
}

.padding-section {
  padding: 30px 0 20px !important;
}

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

.logo-container {
  text-align: center;
  margin-top: 0px;
}

.logo-container img {
  max-width: 150px;
  height: auto;  
}

.section {
  padding: 10px 0;
}

#section1 .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#section1 img {
  max-width: 50%;
  border-radius: 2px;
  border: 3px solid #D7E0F2;
}

#section1 .text {
  max-width: 45%;
}

#section1 h1 {
  color: #00613C;
  font-size: 2em;
  margin: 0;
}

#section1 p {
  text-align: left;
  margin: 1em 0;
}

#section1 button {
  background-color: #25D366;
  border-radius: 4px;
  color: #fff;
  padding: 15px 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid #8ad7bc;
  border-left: 2px solid #8ad7bc;
  border-top: 1px solid #8ad7bc;
}

#section1 button:hover{
  background-color: #128c7e;
  border-bottom: 2px solid #128c7e;
  border-left: 2px solid #128c7e;
  border-top: 1px solid #128c7e;
}

#section2 {
  text-align: center;
}

#section2 .service-block {
  display: inline-block;
  width: 22.5%;
  margin: 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #8DA9DC;
  border-bottom: 2px solid #8DA9DC;

}

#section2 img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 50% 50%;
  margin: 40px auto 0;
  border: 5px solid #D7E0F2;
}

#section2 h2 {
  color: #fff;
}

#section2 p {
  color: #000;
  margin: 0px 30px 30px;
  font-style: italic;
  text-align: right;
}

.interviewed{
  margin-top: -10px !important;
  font-size: 0.9em;
  text-align: right;
  color: #555 !important;
}

#section3 h2 {
  color: #00613C;
}

#section2 button, #section3 button {
  background-color: #25D366;
  border-radius: 4px;
  color: #fff;
  padding: 15px 20px;
  margin-top: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid #8ad7bc;
  border-left: 2px solid #8ad7bc;
  border-top: 1px solid #8ad7bc;
}

#section2 button:hover, #section3 button:hover{
  background-color: #128c7e;
  border-bottom: 2px solid #128c7e;
  border-left: 2px solid #128c7e;
  border-top: 1px solid #128c7e;
}

#section3 {
  padding: 20px 50px;
}

#section3 .faq {
  margin: 10px 0;
}

#section3 h3 {
  color: #00613C;
}

/* Media query para telas menores */
@media (max-width: 768px) {
  #section1 .content {
      flex-direction: column;
      align-items: center;
  }

  #section1 img {
      max-width: 100%;
      margin-bottom: 20px;
  }

  #section1 .text {
      max-width: 100%;
      text-align: center;
  }

  #section1 h1 {
    font-size: 1.8em;
    margin-top: 10px;
  }

  #section1 p {
    line-height: 1.3em;
    font-size: 1.2em;
  }

  #section2 .service-block {
    display: inline-block;
    width: 90%;
    margin: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
  }

  #section1 button, #section2 button, #section3 button {
    font-size: 0.9em !important;
  }

  #section3 {
    padding: 20px 12px;
  }
}
