* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header .container {
  width: 100%;
  height: 90px;
  padding-top: 20px;
}

.logo {
  float: left;
}

.logo img {
  width: 230px;
  margin-top: -2px;
}

.icon-whats {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.icon-whats img {
  width: 60px;
}

.menu {
  width: fit-content;
  float: left;
  padding-left: 80px;
}

.menu li {
  list-style: none;
  padding: 10px;
  display: inline-block;
}

.menu li a {
  text-decoration: none;
  color: #000;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
}

.burger {
  display: none;
}

.btn-contact {
  background-color: #000;
  padding: 10px 30px 10px 30px;
  color: white;
  float: right;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
  font-size: 13px;
}

.banner {
  display: flex;
}

.banner .left {
  flex: 1;
  background-color: #f2f2f2;
  height: 500px;
}

.banner .right {
  flex: 1;
  background-image: url("../img/image-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 80px 0 80px 0;
}

.banner .container h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #000;
  width: 40%;
}

.banner .container p {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 19px;
  color: #000;
  width: 40%;
  margin-top: 20px;
  margin-bottom: 0;
}

.btn-contact-banner {
  display: inline-block;
  background-color: #388da5;
  padding: 10px 30px 10px 30px;
  color: white;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
  font-size: 13px;
  margin-top: 30px;
}

.services {
  padding: 60px 0 60px 0;
}

.services h3 {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #388da5;
}

.services h2 {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.service-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.item-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.carousel-inner {
  padding: 0 20px 30px;
}

#carousel-services {
  display: none;
}

.carousel-indicators {
  margin-bottom: -1.5rem;
}

.carousel-indicators [data-bs-target] {
  background-color: #388da5;
  height: 8px;
}

.service-item {
  width: 19%;
  padding: 20px 30px;
  font-family: "Manrope", sans-serif;
  border: 1px solid #f2f2f2;
  border-top: 3px solid #388da5;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 40px #e3e3e3;
  cursor: pointer;
}

.service-item h4 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 30px;
}

.service-item p {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 200;
}

.service-item.active {
  border: 1px solid #388da5;
  border-top: 3px solid #388da5;
}

.service-description {
  display: flex;
  margin-top: 80px;
}

.description-tab {
  flex: 2;
}

.description-tab ul {
  padding-left: 0;
}

.description-tab-detail {
  display: none;
  flex: 4;
  padding: 0;
  background-color: #f2f2f2;
  max-height: 500px;
}

.description-tab-detail .wrapper {
  max-height: 400px;
  overflow-x: scroll;
  padding: 60px;
}

.description-tab-detail.active {
  display: block;
}

.description-tab-detail h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: black;
  text-align: left;
}

.description-tab-detail p {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: black;
  text-align: left;
  margin-top: 30px;
}

.description-tab ul {
  margin: 0;
  list-style: none;
}

.description-tab li {
  display: block;
}

.description-tab a {
  display: block;
  padding: 20px 30px;
  color: #000;
  text-decoration: none;
}

.description-tab a.active {
  background-color: #388da5;
  color: white;
}

.about {
  display: flex;
}

.about .right {
  flex: 1;
  background-color: #f2f2f2;
  height: 800px;
}

.about .left {
  flex: 1;
  background-image: url("../img/image-about.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.about .container {
  position: absolute;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
}

.about .wrapper {
  flex: 1;
  padding: 80px 60px;
}

.about h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #388da5;
}

.about h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: black;
  text-align: left;
}

.about p {
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: black;
  text-align: left;
  margin-top: 30px;
}

.about ul {
  list-style-type: none;
  padding-left: 0;
}

.about li {
  margin-bottom: 10px;
}

.faq {
  background-color: #388da5;
  padding: 60px 0 60px 0;
}

.faq h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: white;
}

.faq .left h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 30px;
  width: 60%;
}

.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-bottom-color: white;
  color: white;
}

.accordion-item {
  border-bottom: 1px solid #579eb3;
}

.accordion-button {
  color: white;
  padding: 20px 50px;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: transparent;
}

.accordion-body {
  background-color: #30788c;
  color: white;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  padding: 30px 50px;
}

.contact {
  padding: 60px 0 60px 0;
  background-color: #f2f2f2;
}

.contact h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #30788c;
}

.contact h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 30px;
  width: 60%;
}

.contact form {
  margin-top: 60px;
}

.contact .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact input,
.contact textarea {
  padding: 30px 20px 10px 20px;
}

.contact textarea {
  height: 232px;
}
.contact input::placeholder,
.contact textarea::placeholder {
  color: #388da5;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.contact .form-label {
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #b5d3db;
  top: 14px;
  left: 20px;
}

.contact .form-control {
  border-radius: 0;
  border: 0;
}

.contact .submit {
  width: 50%;
  padding-top: 10px;
  background-color: #388da5;
  border: 0;
  color: white;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.contact .error,
.contact .mensagem-erro {
  color: crimson;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.contact .mensagem-sucesso {
  color: #30788c;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
}

footer {
  background-color: black;
}

footer .container .row {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px 40px 20px;
}

.social {
  width: fit-content;
}

.social a {
  margin-right: 20px;
}

.copyright {
  color: white;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 13px;
  width: fit-content;
}

strong {
  font-weight: 900;
}

.header-nav-respo {
  display: none;
  position: absolute;
  top: 80px;
  background-color: #f1f1f1;
  width: 100%;
  padding: 20px 20px 0 20px;
}

.header-nav-respo ul {
  padding-left: 0;
  list-style-type: none;
}

.header-nav-respo ul li {
  padding: 8px 20px;
}

.header-nav-respo a {
  color: #000;
  text-decoration: none;
  display: block;
}

@media (max-width: 768px) {
  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background-color: white;
  }

  .logo img {
    width: 200px;
  }

  .menu {
    display: none;
  }

  main {
    padding-top: 80px;
  }

  .btn-contact {
    display: none;
  }

  .banner {
    display: block;
    position: relative;
  }

  .banner .left {
    background-color: #f2f2f2;
    height: 440px;
  }

  .banner .right {
    height: 300px;
  }

  .banner .container {
    top: 20px;
    padding: 40px 16px 40px 16px;
  }

  .banner .container h1 {
    width: 100%;
    font-size: 30px;
  }

  .banner .container p {
    width: 100%;
    font-size: 15px;
  }

  .service-list {
    display: none;
  }

  .description-tab {
    display: none;
  }

  .about .wrapper {
    background-color: #f2f2f2;
  }

  .about .container {
    position: inherit;
    left: inherit;
    left: inherit;
    transform: inherit;
  }

  .contact h3 {
    text-align: center;
  }

  .contact h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }

  .contact .submit {
    width: 100%;
  }

  .faq .left h2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }

  .faq .left h3 {
    text-align: center;
  }

  .btn-contact-banner {
    width: 100%;
    text-align: center;
  }

  .about .wrapper {
    padding: 40px 20px;
  }

  .about h1 {
    font-size: 20px;
  }

  .accordion-button {
    padding: 30px 30px;
  }

  .services h2 {
    font-size: 20px;
    padding: 0 20px;
  }

  .description-tab-detail h3 {
    font-size: 20px;
  }

  .description-tab-detail .wrapper {
    padding: 40px;
  }

  .service-item {
    width: 47%;
  }

  #carousel-services {
    display: block;
  }

  .service-item h4 {
    font-size: 13px;
    text-align: center;
  }

  .service-item img {
    width: 60px;
    margin: auto;
  }
  

  .burger {
    display: block;
    float: right;
    width: 40px;
  }

  .burger img {
    width: 100%;
  }
}
