:root {
  --white: #ffffff;
  --dark: #000000;

  --blue-100: #1700ff;
  --blue-600: #151035;

  --yellow-100: #ffaf01;

  --red-300: #861a2e;
  --red-800: #2b1115;

  --gray-100: #707070;
  --gray-300: #555555;
  --gray-600: #383838;
  --gray-900: #212529;

  --font-family: "Lato", sans-serif;
  --font-family-2: "Gochi Hand", sans-serif;

  --font-h1: 700 3.125rem/1.2 var(--font-family);
  --font-h2: 700 2.25rem/1 var(--font-family);
  --font-h3: 400 1.875rem/1.2 var(--font-family);
  --font-h4: 400 1.625rem/1.2 var(--font-family);
  --font-h5: 400 1.125rem/1.2 var(--font-family);
  --font-p: 400 1rem/1.2 var(--font-family);
  --font-especial: 400 4.75rem/1 var(--font-family-2);
}

.wrapper {
  max-width: 96rem;
  margin: 0 auto;
}

body {
  background-color: var(--white);
  color: var(--gray-100);
  font-family: var(--font-family);
  font: var(--font-p);
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn {
  padding: 0.625rem 1.25rem;
  border: 0;
  border-radius: 0;
  background-color: var(--white);
  color: var(--gray-600);
}

.btn-md {
  padding: 1.25rem 2.5rem;
}

.btn-lg {
  padding: 1.25rem 3.5rem;
}

.btn-xl {
  padding: 1.25rem 4.5rem;
}

.btn-primary {
  background-color: var(--blue-100);
  color: var(--white);

  &:hover {
    background-color: var(--blue-600);
  }
}

.btn-secondary {
  background-color: var(--yellow-100);
  color: var(--red-800);

  &:hover {
    background-color: var(--blue-600);
    color: var(--white);
  }
}

.form {
  /* gap: 1.875rem; */

  & > div {
    margin-bottom: 1.875rem;
  }

  & input,
  & textarea,
  & select {
    padding: 1rem 0.625rem;
    border: 0;
    border-radius: 5px;
    background-color: var(--white);

    &:focus {
      box-shadow: 0 0 0 0.25rem rgb(106 184 88 / 25%);
    }
  }

  & .btn_site {
    display: inline-flex;
    width: 100%;
    padding-block: 1rem;
    font-size: 1.125rem;
    justify-content: center;
    background-color: var(--yellow-100);
    border-radius: 5px;
  }

  .wpcf7-spinner {
    display: none;
  }
}

.accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #0000001a;
  padding: 0.5rem 0;
}

.accordion-item:nth-child(1) {
  border-top: none;
}

.accordion-item:last-child {
  border-bottom: 1px solid #0000001a;
}

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

.accordion-button:focus {
  border-color: transparent;
  box-shadow: initial;
}

.accordion-button {
  font: var(--font-h5);
  color: var(--gray-900);
}

/* Remove o ícone padrão do Bootstrap */
.accordion-button::after {
  display: none;
}

/* Ícone base */
.accordion-button {
  position: relative;
  padding-right: 40px; /* espaço para o ícone */
}

/* Ícone customizado */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 22px;
  font-weight: bold;
  transition: transform 0.2s ease;
}

/* Quando o item está aberto, vira "-" */
.accordion-button:not(.collapsed)::before {
  content: "-";
}

.search_box {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.search_box input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.search_box .btn_buscar {
  padding: 8px 20px;
  border: none;
  background: #007bff;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.text_yellow {
  color: var(--yellow-100);
}

@media (max-width: 1400px) {
  .wrapper {
    max-width: 80rem;
  }
}

@media (max-width: 1280px) {
	:root {
	  --font-h1: 700 2.25rem/1.2 var(--font-family);
	  --font-h2: 700 1.875rem/1 var(--font-family);
	  --font-h3: 400 1.625rem/1.2 var(--font-family);
	  --font-h4: 400 1.125rem/1.2 var(--font-family);
	  --font-especial: 400 3.125rem/1 var(--font-family-2);
	}
}

@media (max-width: 992px) {
  .wrapper {
    max-width: 58rem;
  }
}

.wp-google-feedback.grw-scroll {
  text-align: center !important;
}

.wp-gr .grw-review .wp-google-left {
  display: flex !important;
  align-content: center;
  align-items: center;
  flex-direction: column;
}

.wp-gr .rpi-dots-wrap {
  margin-top: 2rem !important;
}

.testimonials .grw-prev svg, .testimonials .grw-next svg {
  background-color: #2b2b2b;
  color: #ffffff;
  font-weight: bold;
}

.wp-gr .grw-review .wp-google-stars {
  margin: 8px 0 var(--rev-gap) !important;
  text-align: center;
  display: flex;
  justify-content: center;
}

.testimonials .grw-prev {
  margin-right: 20px !important;
}

.testimonials .grw-next {
  margin-left: 12px !important;
}
