* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
*::selection {
  color: white;
  background-color: #515E40;
}

body {
  min-width: 360px;
}

b {
  font-weight: 700;
}

.header {
  height: 85vh;
  background-image: url("../imgs/psico4_2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 10px solid #515E40;
}
@media all and (max-width: 568px) {
  .header {
    height: 63vh;
    min-height: 500px;
    background-position: 0px -140px;
    justify-content: center;
    background-image: url("../imgs/psico4_mobile.jpg");
    background-size: 124%;
  }
}
.header p {
  color: white;
}
.header img {
  width: 400px;
  margin-bottom: 25px;
  margin-top: 0;
}
@media all and (max-width: 568px) {
  .header img {
    width: 185px;
    margin-bottom: 10px;
    margin-top: 75px;
  }
}
.header-wrapper {
  width: 57%;
  max-width: 621px;
  margin-top: -50px;
  padding-left: 200px;
}
.header-wrapper__text {
  font-size: 1.4rem;
  font-weight: 300;
}
@media all and (max-width: 568px) {
  .header-wrapper__text {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 768px) {
  .header-wrapper {
    padding-left: 72px;
    width: 64%;
  }
}
@media all and (max-width: 568px) {
  .header-wrapper {
    padding: 10px;
    width: 80%;
  }
}

.title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #515E40;
}

button {
  border: none;
  border-radius: 50px !important;
  padding: 5px 15px;
  background-color: #515E40;
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem !important;
  padding: 10px 20px;
  transition: 0.2s ease all;
}
button:hover {
  background-color: #37402b;
  color: white;
}

section {
  padding: 60px 0;
}

.sobre img {
  width: 641px;
  border-radius: 17px;
}
@media all and (max-width: 568px) {
  .sobre img {
    width: 100%;
  }
}
.sobre b {
  font-size: 1.7rem;
}
.sobre i {
  font-size: 1.4rem;
  margin-right: 10px;
}

.tcc {
  padding: 15px 0;
}
.tcc div:first-child {
  width: 100%;
  padding-right: 25px;
}
@media all and (max-width: 568px) {
  .tcc div:first-child {
    padding-right: 0;
  }
}
.tcc__wrapper > div:last-child {
  border: 4px solid #515E40;
  border-radius: 10px;
  padding: 20px;
}
.tcc__wrapper > div:last-child li::marker {
  color: #515E40;
}
.tcc img {
  width: 50%;
}
.tcc i {
  font-size: 1.8rem;
}
.tcc h3 {
  font-size: 2rem;
  display: inline;
}

.como-funciona h3 {
  font-size: 2rem;
}
@media all and (max-width: 568px) {
  .como-funciona h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 568px) {
  .como-funciona ul {
    padding: 0;
  }
}
.como-funciona .img-container {
  float: right;
}
.como-funciona img {
  height: 300px;
  display: block;
  border-radius: 15px;
  margin-left: 30px;
  margin-bottom: 15px;
}
@media all and (max-width: 992px) {
  .como-funciona img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 40px;
  }
}
.como-funciona ul li {
  list-style-type: none;
  margin: 10px 0;
}
.como-funciona ul li i {
  color: #515E40;
}
.como-funciona h4 {
  display: inline;
}

.atendimento {
  background-position: top;
  background-image: url("../imgs/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 10px solid #515E40;
  border-top: 10px solid #515E40;
}
.atendimento i.fa-address-book-o {
  font-size: 2rem;
  color: #515E40;
}
.atendimento h3 {
  font-size: 2.2rem;
  margin: 10px 0;
}

.faq h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.contato img {
  height: 200px;
}
.contato .form-group:not(:first-child) {
  margin-top: 15px;
}
.contato textarea {
  resize: none;
  height: 200px;
}
.contato i.fa-whatsapp, .contato i.fa-instagram {
  color: #515E40;
  font-size: 2.2rem;
}

.wpp-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.wpp-fixed img {
  width: 70px;
}

.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: rgba(81, 94, 64, 0.8) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon) !important;
}

.accordion-button:focus {
  border-color: #715B64 !important;
  box-shadow: rgba(113, 91, 100, 0.5) 0px 0px 0px 4px !important;
}

/*# sourceMappingURL=style.min.css.map */
