/* @font-face {
  font-family: "VAG Rundschrift D";
  src: url("../fonts/VAGRundschriftD/VAGRundschriftD.eot");
  src: url("../fonts/VAGRundschriftD/VAGRundschriftD.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/VAGRundschriftD/VAGRundschriftD.woff2") format("woff2"),
    url("../fonts/VAGRundschriftD/VAGRundschriftD.woff") format("woff"),
    url("../fonts/VAGRundschriftD/VAGRundschriftD.ttf") format("truetype"),
    url("../fonts/VAGRundschriftD/VAGRundschriftD.svg#VAGRundschriftD")
      format("svg");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "VAG Rundschrift D";
  src: url("../fonts/VAGRundschriftD/vag-rundschrift-d.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "VAG Rundschrift D", "Poppins", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}
body {
  background-color: #e3e3e3;
}
.card {
  box-shadow: 0px 6px 15px #00000027;
  border-radius: 10px;
  border: none;
}
header .menu li {
  line-height: 30x !important;
  text-align: center;
}
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;
}
.socials li a {
  color: var(--primary);
}
header {
background: linear-gradient(to right,
  #003B92 0%,
  #003B92 60%,
  #003B92 70%,
  var(--secondary) 100%);

}
#faq .btn-link.collapsed[aria-expanded="false"],
#faq .btn-link.collapsed[aria-expanded="true"],
#faq .btn-link[aria-expanded="true"] {
  background-color: #ffffff;
  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: #fff;
  text-decoration: none;
  color: var(--secondary) !important;
}

#faq .btn-link.collapsed[aria-expanded="false"] {
  background-color: #fff;
  text-decoration: none;
}

#faq .btn-link[aria-expanded="true"] {
  color: var(--primary) !important;
}
footer p,
footer p a,
footer a {
  color: var(--primary) !important;
}
.special-title {
  font-weight: normal !important;
  text-transform: none !important;
}
.special-title:after {
  background: var(--secondary);
  margin: 10px auto 0;
  border-radius: 25px;
}
.btn-primary {
  font-family: "Poppins";
  color: #fff;
  /* border-radius: 50vw; */
  box-shadow: 0 4px 10px #0000004d;
}
.btn-secondary {
  font-family: "Poppins";
  /* border-radius: 50vw; */
  color: #fff !important;
  box-shadow: 0 4px 10px #0000004d;
}
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 {
  background-color: #fff !important;
  min-height: 200px;
}
.footer_menu li a {
  color: #fff !important;
} */

header .abrirMenu div {
  background-color: var(--primary) !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;
}


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

  header .menu li.participar {
    padding: 0;
    max-width: 220px;
  }

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

/* MENU MOBILE - ANIMAÇÃO DO HAMBURGER */
@media (max-width: 1240px) {
  header .abrirMenu {
    width: 39px !important;
    float: right !important;
    z-index: 10 !important;
    position: relative !important;
    cursor: pointer !important;
    padding-right: 3rem !important;
  }

  header .abrirMenu div {
    width: 39px !important;
    height: 5px !important;
    background-color: var(--primary) !important;
    margin: 6px 0!important;
    transition: 0.4s!important;
    border-radius: 50vw!important;
    background-color: var(--dark)!important;
  }

  /* Animação da primeira barra - rotaciona -45 graus */
  header .abrirMenu.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px)!important;
    transform: rotate(-45deg) translate(-9px, 6px)!important;
  }

  /* Fade out da segunda barra */
  header .abrirMenu.change .bar2 {
    opacity: 0!important;
  }

  /* Animação da terceira barra - rotaciona 45 graus */
  header .abrirMenu.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -7px)!important;
    transform: rotate(45deg) translate(-9px, -7px)!important;
  }

  /* CONTAINER DO MENU MOBILE */
  header .menu {
    top: 80px!important;
    width: 100%!important;
    background: #000000!important;
    overflow: hidden!important;
    height: 0!important;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    left: 0!important;
    position: fixed!important;
    overflow-y: hidden!important;
    display: block!important;
    background-color: whitesmoke!important;
    flex-direction: column!important;
    justify-content: flex-start!important;
  }

  /* ESTADO ATIVO DO MENU */
  header .menu.active {
    height: calc(100% - 80px)!important;
    background: var(--primary)!important;
  }

  header .menu.active a {
    color: var(--white)!important;
  }

  /* ITENS DO MENU MOBILE */
  header .menu li {
    display: block!important;
    width: 100%!important;
    text-align: center!important;
    border-bottom: 1px solid #929292!important;
    padding: 15px 0!important;
    line-height: 20px!important;
    height: auto!important;
    justify-content: center!important;
  }

  header .menu li a {
    color: #929292!important;
  }

  /* BOTÃO PARTICIPAR NO MENU MOBILE */
  header .menu li.participar {
    background: none!important;
    border: none!important;
    padding: 15px 0!important;
    max-width: 100%!important;
    min-height: 50px!important;
    background-color: var(--primary)!important;
    max-width: 200px!important;
    margin: 25px auto!important;
  }

  header .menu li.participar a {
    width: 100%!important;
  }

  header .menu li.participar.logado a:last-child {
    top: 15px!important;
  }

  /* Remove efeitos hover do desktop */
  header .menu li.participar:before, 
  header .menu li.participar:after {
    display: none!important;
  }
}

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

