/*!
 * CSS do template Guapo Intranet
 */

 :root {
  --cor-verde: #009640; /* Cor Verde */
  --cor-amarela: #ffec00; /* Cor amarela */
  --cor-pastel: #f4a71a; /* Cor amarela queimada */
  --cor-vermelha: #c11f12;
}

.header {
  text-align: center;
  padding: 1rem;
  background-color: var(--cor-amarela);
  font-size: 1.2rem;
  line-height: 1.5rem;
  /* color: var(--cor-verde); */
  color: black;
  font-weight: 600;
 }

 .content{
    padding: 1.5rem;
 }

 .titulo{
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: var(--cor-verde);
    font-weight: 700;
 }

.subtitulo{
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #000;
    font-weight: 600;
 }
 
.texto{
    font-size: 1rem;
    line-height: 1.3rem;
    color: #000;
    font-weight: 400;
 }

 .gridguapo{
    border-radius: 5px;
    padding: 1.2rem;
    box-shadow: 3px 3px 10px 0px black;
 }

  .gridguapocontato{
    text-align: center;
    border-radius: 2px;
    padding: 1.2rem;
    box-shadow: 3px 3px 8px 0px var(--cor-verde);
 }

 .messages{
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #10862f;
 }

 .conteudoprincipal ol {
   list-style: circle !important;
   margin: 0 !important;
   padding-left: 2.5rem !important;
   padding-right: 1.5rem !important;
}

   .conteudoprincipal ul {
   list-style: lower-alpha !important;
   margin: 0 !important;
   padding-left: 1.5rem !important;
}

