/* Ramona Light */
@font-face {
    font-family: 'Ramona';
    src: url('/front/public/maguarysaborquevale.com.br/fonts/Ramona-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Ramona Bold */
@font-face {
    font-family: 'Ramona';
    src: url('/front/public/maguarysaborquevale.com.br/fonts/Ramona-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
footer .footer_final {
  background-color: var(--secondary) !important;
}
/* Exemplo de uso */
body {
    font-family: 'Ramona', sans-serif;
    background-color: #E32521;
}

.card {
  box-shadow: 0px 6px 15px #00000027;
  border-radius: 10px;
  border: none;
}

header {
  border-bottom: 8px solid var(--secondary);
}

header .menu li:nth-last-child(n + 2) a:hover,
header .menu li:nth-last-child(n + 2) a:focus {
  box-shadow: none !important;
}
header .menu li.participar.logado {
  background: none;
}
header .menu li.participar:after {
  display: none !important;
}
header .menu li.participar {
  background-color: var(--secondary) !important;
  color: var(--primary) !important;
}
/* .socials li a {
  color: #fff;
}
header {
  background: #fff;
} */
#faq .btn-link.collapsed[aria-expanded="false"],
#faq .btn-link.collapsed[aria-expanded="true"],
#faq .btn-link[aria-expanded="true"] {
  background-color: var(--primary);
  text-decoration: none;
}
/* Cor de seleção de acordo com a cor primária setada no admin */
::selection {
  background-color: var(--primary);
}

/* Para fazer a transição de ancoragem - Homepage */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

/* Problema do footer ficar voando em algumas páginas */
/* calc(Altura da tela inteira - Altura do header - Altura do footer) */
.scene-form {
  height: 100%;
  min-height: calc(100vh - 80px - 200px);
  margin-top: 50px;
}

/* No FAQ o elemento já vem com expanded=true */
#faq .btn-link {
  min-height: 75px;
  font-weight: 500;
  border-radius: 30px;
}
#faq .card {
  border-radius: 30px !important;
}

#faq .btn-link.collapsed[aria-expanded="true"] {
  background-color: var(--secondary);
  text-decoration: none;
  color: #fff !important;
}

#faq .btn-link.collapsed[aria-expanded="false"] {
  background-color: var(--secondary);
  text-decoration: none;
  color: var(--primary);
}

#faq .btn-link[aria-expanded="true"] {
  color: #fff !important;
}
footer p,
footer p a,
footer a {
  color: #fff !important;
}
/* .special-title {
  color: #000 !important;
} */
.special-title {
    font-family: 'Ramona';
    font-weight: 700;
    color: #fff;
}
.special-title:after {
  background: var(--primary);
  margin: 10px auto 0;
  border-radius: 25px;
}

.btn-primary,
.btn-secondary {
  min-width: 250px;
  height: 55px;
  border-top-left-radius: 20px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 9px;

  font-family: 'Ramona', sans-serif;
  font-size: 22px;
  font-weight: 700;
  border: #fff;
}

.btn-primary {
  background-color: var(--primary);
}
.btn-secondary {
  background-color: var(--secondary);
}

footer .footer_line {
  border: none;
}
li.participar {
  background-color: transparent !important;
}
header .menu li:nth-last-child(n + 2) a {
  color: #fff !important;
  font-size: 13px;
}

.footer_menu li a {
  color: #fff !important;
}

header .menu li.participar:hover a {
  color: var(--primary) !important;
}

header .abrirMenu div {
  background-color: var(--secondary) !important;
}
.cadastreSe {
  max-width: 289px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

header .menu li.participar a,
header .menu li.participar {
  color: var(--primary);
  font-weight: 700;
  border-top-left-radius: 20px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 9px;
  font-family: 'Ramona', sans-serif;

}

@media (max-width: 991px) {
  header .menu li {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .comoParticipar .boxStep {
    margin-bottom: 30px;
  }
  .comoParticipar .description,
  .comoParticipar .description a {
    min-height: auto;
  }
  /* header {
    background-color: #fff;
  } */
  header .menu li:nth-last-child(n + 2) a {
    display: block;
    padding: 15px 0;
  }

  header .menu li.participar {
    border: 1px var(--white) solid;
    padding: 0;
    max-width: 220px;
  }

  header .menu li.participar a {
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
