* {
  margin: 0;
  padding: 0;
  text-align: justify;
  box-sizing: border-box;
  font-family: "Lora", serif;
}
*::selection {
  color: white;
  background-color: #222F30;
}

body {
  min-width: 360px;
}

section {
  padding: 60px 0;
}

button {
  border: none;
  padding: 5px 15px;
  background-color: #222F30;
  color: white;
  font-size: 1.2rem !important;
  padding: 10px 20px;
  transition: 0.2s ease all;
}
button:hover {
  background-color: #0d1212;
  color: white;
}

b {
  font-weight: 700;
}

.title {
  color: #222F30 !important;
  text-transform: uppercase;
  font-weight: bold;
}

.font-title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

header {
  background-image: url("../imgs/bg-5.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 6px solid #B49A67;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #d5e1e2;
}
header img {
  width: 255px;
}
@media all and (max-width: 768px) {
  header img {
    width: 150px;
  }
}

.welcome {
  background-image: url("../imgs/bg2.jpg");
  background-size: cover;
  background-position: center;
  height: 60vh;
  border-top: 6px solid #222F30;
}
.welcome p {
  color: white;
  font-size: 2.4rem;
}

.sobre .btn-contato {
  text-align: center;
}
@media all and (min-width: 992px) {
  .sobre .btn-contato {
    margin-top: 30px;
    text-align: right;
  }
}
.sobre h3 {
  font-size: 2.2rem;
}
.sobre img.jr {
  border-top-left-radius: 27px !important;
  border-bottom-left-radius: 27px !important;
  border-right: 15px solid #222F30;
}
@media all and (max-width: 1200px) {
  .sobre img.jr {
    border-radius: 11px !important;
    border-right: none;
  }
}
.sobre .desc {
  position: relative;
  order: 0;
}
.sobre .desc img {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 180px;
}
@media all and (max-width: 1400px) {
  .sobre .desc img {
    width: 120px;
  }
}

.tcc {
  box-shadow: 0 -9px 15px rgba(0, 0, 0, 0.4);
  border-bottom: 6px solid #B49A67;
  background-color: #d5e1e2;
  min-height: 80vh;
}
.tcc p {
  font-size: 1.3rem;
}
.tcc b {
  font-size: 1.4rem;
  border-left: 10px solid #B49A67;
  padding-left: 6px;
}
.tcc h2 span {
  border-bottom: 4px solid #222F30;
}
.tcc .lista {
  background-color: rgba(255, 255, 255, 0.35);
  padding: 15px;
  border-radius: 15px;
  padding-top: 32px;
}
.tcc ul {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
@media all and (max-width: 1400px) {
  .tcc ul {
    column-count: 2;
  }
}
@media all and (max-width: 768px) {
  .tcc ul {
    column-count: 1;
  }
}
@media all and (min-width: 1400px) {
  .tcc ul {
    column-count: 4;
  }
}
.tcc li {
  text-align: left !important;
  margin-bottom: 5px;
}
.tcc li::marker {
  color: #222F30;
}

.servicos {
  background-color: #222F30;
}
.servicos button {
  background-color: white;
  color: #222F30;
  font-size: 1.5rem !important;
  text-transform: uppercase;
}
.servicos i {
  color: #B49A67;
}
.servicos .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media all and (max-width: 1200px) {
  .servicos .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 768px) {
  .servicos .grid {
    grid-template-columns: 1fr;
  }
}
.servicos ._card {
  background-color: white;
  padding: 20px;
  border-radius: 10px !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.servicos ._card > div {
  text-align: center;
  font-size: 3.2rem;
}
.servicos ._card h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  font-family: "Raleway", sans-serif;
}
.servicos ._card p {
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: center;
}

.atendimento {
  background-position: top;
  background-image: url("../imgs/bg2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
.atendimento i.fa-address-book-o {
  font-size: 2rem;
  color: #222F30;
}
.atendimento * {
  color: white !important;
}
.atendimento h3 {
  font-size: 2.2rem;
  margin: 10px 0;
}
.atendimento h3 b {
  font-weight: 700;
}
.atendimento button {
  background-color: #076807 !important;
}

.faq {
  background-color: #d5e1e2;
}
.faq h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 20px;
  border-left: 13px solid #222F30;
}
@media all and (max-width: 768px) {
  .faq img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: none;
    margin-left: 0;
    margin-top: 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: #222F30;
  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(34, 47, 48, 0.8) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon) !important;
}

.accordion-button:focus {
  border-color: #B49A67 !important;
  box-shadow: rgba(180, 154, 103, 0.5) 0px 0px 0px 4px !important;
}

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