@charset "UTF-8";
/*PÁGINA: DENUNCIA*/
section#pag-denuncia {
  margin-top: 2rem;
  background-color: #fff !important;
  padding: 2rem;
}

ul i {
  color: #14679D;
}

/* Botão estilizado */
.botao-denunciar {
  background-color: #B21F0F; /* vermelho institucional */
  color: #fff;
  font-size: 1rem; /* 14px */
  font-weight: 500;
  font-style: normal;
  padding: 0.375rem 0.75rem; /* padrão */
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.3s ease;
  width: auto;
}

/* Efeito ao passar o mouse */
.botao-denunciar:hover {
  background-color: #c9302c; /* Vermelho mais intenso */
  transform: scale(1.05); /* Aumenta levemente */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* Efeito de clique */
.botao-denunciar:active {
  transform: scale(0.95); /* Reduz levemente ao clicar */
}

/*__________________________RESPONSIVIDADE*/
/* MOBILE - SMALL/PEQUENO */
/* TABLET/DESKTOP PEQUENO - MEDIUM/MEDIO */
@media screen and (max-width: 1007px) {
  .botao-denunciar {
    width: 100%;
    display: inline-flex;
  }
}
/* DESKTOP - LARGE/GRANDE */
/* DESKTOP/TELEVISAO - X-LARGE/GIGANTE */

/*# sourceMappingURL=PetDenuncia.css.map */
