.arredonda_40{
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
}
.arredonda_30{
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}
.arredonda_25{
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border-radius: 25px !important;
}
.arredonda_20{
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
}
.arredonda_10{
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

.arredonda_esquerda_25{
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.arredonda_direita_25{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.arredonda_cima_25{
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.arredonda_baixo_25{
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.cor_tema{
  background-color: #87CEFA !important;
}


.shade_red{
  background: #f5492e;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

.shade_azul{
  background: #4169E1;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

.shade_azulclaro{
  background: #00BFFF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

.shade_amarelo{
  background: #FFD700;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

.shade_black{
  background: #000000;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}





.uma_linha {
  white-space: nowrap;          /* 1. Impede a quebra de linha */
  overflow: hidden;             /* 2. Esconde o texto que "vaza" para fora */
  text-overflow: ellipsis;      /* 3. Adiciona os "..." no final */
  font-size: 1.2rem;
  margin: 0;
}

.duas_linhas {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Número de linhas que você quer exibir */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
