.banner.wp-block-cover {
  min-height: calc(100vh - var(--header-height));
}

.servicos__wrapper {
  padding: 5em 0 3.75em;
  row-gap: 60px;
}
.servicos__wrapper .hidden-card {
  display: none;
}
.servicos__wrapper__card {
  border-radius: var(--radius);
  border: 1px solid var(--color-black);
  height: 100%;
}
.servicos__wrapper__card .ico {
  width: 65px;
  height: 65px;
  padding: 15px;
  border-radius: var(--radius);
  margin: -20px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.servicos__wrapper__card .content {
  padding: 1.875em 2em;
  text-align: center;
}
@media (max-width: 991px) {
  .servicos__wrapper__card .content {
    padding: 1.875em 1.5em;
  }
}
.servicos__wrapper__card .content h3 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.servicos__wrapper__card .content h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: unset;
  height: 4px;
  width: 88px;
  background-color: #D9D9D9;
  left: calc(50% - 44px);
}
.servicos__wrapper__card .content .text, .servicos__wrapper__card .content .text p {
  color: var(--color-secondary);
  font-size: var(--text);
  line-height: var(--line-height);
  font-weight: 500;
  height: 150px;
  overflow-y: auto;
  padding-right: 3px;
}
.servicos__wrapper__card .content .text::-webkit-scrollbar, .servicos__wrapper__card .content .text p::-webkit-scrollbar {
  width: 2px;
}
.servicos__wrapper__card .content .text::-webkit-scrollbar-track, .servicos__wrapper__card .content .text p::-webkit-scrollbar-track {
  background: transparent;
}
.servicos__wrapper__card .content .text::-webkit-scrollbar-thumb, .servicos__wrapper__card .content .text p::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}
.servicos__wrapper .bt {
  display: block;
  margin: 0 auto;
}
.servicos--dark .servicos__wrapper__card {
  background: #171616;
}
.servicos--dark .servicos__wrapper__card .content h3 {
  color: #D9D9D9;
}
.servicos--dark .servicos__wrapper__card .content h3::after {
  background-color: var(--color-primary);
}
.servicos--dark .servicos__wrapper__card .content .text, .servicos--dark .servicos__wrapper__card .content .text p {
  color: #696969;
}
.servicos--dark .servicos__wrapper .bt {
  border-color: var(--color-white);
  color: var(--color-white);
}
.servicos--dark .servicos__wrapper .bt:hover {
  border-color: var(--color-primary);
}

.faq {
  padding: 3.125em 0 6.875em;
}
.faq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--degrade-black);
}
.faq .schema-faq {
  margin-top: 2.5em;
}
.faq .schema-faq-section {
  border: 1px solid #383838;
  border-radius: var(--radius);
  padding: 10px 20px;
  margin-bottom: 10px;
}
.faq .schema-faq-section.active {
  background-color: #fff;
}
.faq .schema-faq-section.active .schema-faq-question {
  color: var(--color-black);
}
.faq .schema-faq-section.active .schema-faq-question::after {
  content: "-";
  color: #000;
  font-size: 20px;
  align-items: flex-end;
}
.faq .schema-faq-section.active .schema-faq-answer {
  opacity: 1;
  color: var(--color-default);
  padding: 10px 25px 10px 0px;
  max-height: unset;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq .schema-faq-question {
  font-size: var(--text);
  color: #E3E3E3;
  line-height: 24px;
  font-weight: 700;
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 30px;
  align-items: center;
  cursor: pointer;
}
.faq .schema-faq-question::after {
  content: "+";
  color: #7A7A7A;
  border: 2px solid currentColor;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .schema-faq-question:hover::after {
  color: #fff;
}
.faq .schema-faq-answer {
  font-size: var(--text-small);
  color: var(--color-default);
  line-height: 24px;
  font-weight: 500;
  opacity: 0;
  max-height: 0;
  padding-right: 25px;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq--dark .schema-faq-section .schema-faq-question {
  color: var(--color-black);
}
.faq--dark .schema-faq-question {
  color: var(--color-black);
}
.faq--dark .schema-faq-question:hover::after {
  color: var(--color-black);
}

.clientes__slide {
  border-bottom: 2px solid #DADADA;
  padding-bottom: 40px;
}
.clientes__slide__wrapper {
  display: flex;
}
.clientes__slide__wrapper__card {
  width: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quem-somos .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin: 5px 0 20px;
}

.numeros__wrapper {
  border: 1px solid #F4F4F4;
  border-radius: 6px;
  padding: 3.75em 15px;
  position: relative;
  margin-top: 3.75em;
  top: -3.75em;
}
.numeros__wrapper__card > div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.numeros__wrapper__card > div p {
  line-height: 1em;
  margin-bottom: 0;
}
.numeros__wrapper__card__icon {
  width: 75px;
  min-width: 75px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 6px;
}

.depoimentos__slide {
  margin-top: 54px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .depoimentos__slide .swiper-button-next, .depoimentos__slide .swiper-button-prev {
    display: none;
  }
}
.depoimentos__slide__wrapper__card {
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 3.125em 5.938em;
  display: grid;
  gap: 20px;
  border-style: inset;
  height: 100%;
}
@media (max-width: 768px) {
  .depoimentos__slide__wrapper__card {
    padding: 3em;
  }
}
.depoimentos__slide__wrapper__card__thumb {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
.depoimentos__slide__wrapper__card__texto {
  margin-bottom: 10px;
}
.depoimentos__slide__wrapper__card span {
  color: var(--color-black);
  display: block;
}
.depoimentos__slide__wrapper__card__nome {
  font-size: var(--title-small);
  font-weight: 700;
}
.depoimentos__slide__wrapper__card__cargo {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}
.depoimentos--dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #A8A8A8;
}
.depoimentos--dark .swiper-button-next::after, .depoimentos--dark .swiper-button-prev::after {
  background-color: var(--color-black);
}

form p:not(:last-of-type) {
  margin-bottom: 0;
}

form label, form span, form p {
  font-weight: 400;
}

::placeholder {
  color: #808080;
  font-size: var(--text-small);
}

input:is([type=text], [type=email], [type=tel]), textarea, select {
  background: #F8F8F8;
  border: none;
  border-radius: 2.5px;
  height: 40px;
  padding: 10px;
  font-size: var(--text-small);
  width: 100%;
  color: var(--color-secondary);
  margin-bottom: 15px;
}

textarea {
  height: 115px;
}

input[type=radio], input[type=checkbox] {
  visibility: hidden;
}

label:has(input[type=radio]), label:has(input[type=checkbox]) {
  position: relative;
  display: flex;
  margin-bottom: 15px;
}

label:has(input[type=radio])::before, label:has(input[type=checkbox])::before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  background: #f8f8f8;
  border-radius: 2px;
  margin-right: 5px;
}

label:has(input[type=radio])::after, label:has(input[type=checkbox])::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  visibility: hidden;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 4px;
}

label:has(input[type=radio]:checked)::after, label:has(input[type=checkbox]:checked)::after {
  visibility: visible;
}

label:has(input[type=radio])::before {
  border-radius: 50%;
}

label:has(input[type=radio])::after {
  border-radius: 50%;
}

select {
  background-image: var(--chevron-down);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  padding-right: 24px;
}

label:has(input[type=file]) {
  position: relative;
  background: #F8F8F8;
  border: none;
  border-radius: 2.5px;
  height: 40px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  justify-content: flex-end;
}
label:has(input[type=file]) span {
  font-size: var(--text-small);
}
label:has(input[type=file]) .wpcf7-form-control-wrap {
  position: absolute;
}
label:has(input[type=file]) input {
  visibility: hidden;
}
label:has(input[type=file]) i {
  background-color: #aaa;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-size: var(--text-small);
  bottom: 4px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-radio span, .wpcf7-checkbox span {
  line-height: 16px;
}

.wpcf7-radio, .wpcf7-checkbox {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.contato .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  margin: -12px 0 20px;
  height: 8px !important;
}
.contato iframe {
  border-radius: var(--radius);
}
@media (max-width: 768px) {
  .contato iframe {
    width: 100%;
    height: unset;
    aspect-ratio: 1;
  }
}
.contato--dark iframe {
  filter: brightness(0.5) grayscale(1);
}
.contato--dark .bt {
  border-color: var(--color-white);
  color: var(--color-white);
}
.contato--dark .bt:hover {
  border-color: var(--color-primary);
}

/*# sourceMappingURL=home.css.map */
