.quebra_linha {
  white-space: pre-wrap !important;
}

:root {
  --amarelo-ej: #f8c346;
  --azul-ej: #031522;
}

.card-preco{
  min-height: 700px !important;
  max-height: 700px !important;
}


.ej-pagamento-botao-amarelo {
  color: #ffffff;
  background-color: var(--amarelo-ej) !important;
  border-color: var(--amarelo-ej) !important;
} 

.card-container-titulo{
  height: auto !important;
  /* background-color: red!important; */
  padding-bottom: 5rem !important;
  /* min-height: 300px; */
  /* max-height: 350px; */
}

@media (max-width: 500px) {
  .ej-pagamento-espaco-top {
    padding-top: 25px !important;
  }
  #botao_submit{
    width: 100%;
  }
  #container_receber_codigo {
    margin-top: 1rem !important;
  }
  .card-container-titulo{
    padding-bottom: 3rem !important;
  }
  #subtitulo_inicio{
    font-size: 1rem;
  }
  #preco-card-azul{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .card-preco{
    min-height: auto !important;
    max-height: auto !important;
  }
}

@media (min-width: 800px) {
  .titulo-lista-processos{
    font-size: 4rem !important;
  }
  .card-container-titulo{
    min-height: 350px !important;
  }
  .escolha-sua-lista{
    margin-top: 5rem !important;
  }
  .container-precos{
    margin-bottom: 2rem !important;
  }
}

#ej_estados_codigo{
  -webkit-appearance: none;
}


.cookieConsentContainer {
  z-index: 999;
  width: 100%;
  min-height: 20px;
  box-sizing: border-box;
  bottom: 0px;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.cookieConsentContainer .cookieConsentHeader,
.cookieConsentBody {
  width: 75%;
}

.cookieConsentContainer .cookieConsentHeader {
  padding: 0px 30px;
  display: flex;
  justify-content: end;
}

.cookieConsentContainer .cookieConsentHeader .cookieConsentButton {
  background: #232323;
  color: #fff;
  padding: 8px;
  font-weight: bolder;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cookieConsentContainer .cookieConsentBody {
  padding: 30px 30px 30px 30px;
  background: #232323;
}

.cookieConsentContainer .cookieConsentBody p {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.cookieConsentContainer .cookieConsentBody a {
  color: #fff;
  text-decoration: underline
}

.fontes-monitoradas:hover > h1 div {
  color: #fff !important;
}

.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #f5c146;
  color: #000;
}

.whatsapp_wrapper {
  border-radius: 50%;
  background-color: #00da39;
  position: fixed;
  top: 88%;
  right: 2%;
  padding: 10px;
  z-index: 10000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.whatsapp{width: 50px;}

@media (max-width:980px) {
  .cookieConsentContainer {
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important
  }
}