/* COR DOS TEXTOS */

.texto_branco{
    color: #ffffff;
}
.texto_preto{
    color: #000000;
}
.texto_cinza_escuro{
    color: #1E1E1E;
}
.texto_cinza_claro{
    color: #BFBFBF;
}
.texto_cinza{
    color: #5B5B5B;
}
.texto_vermelho{
    color: #ff0000;
}
.texto_amarelo{
    color: #FFED00;
}
.texto_laranja{
    color: #E35B00;
}
.texto_verde{
    color: #069900;
}
.texto_velocidade{
    color: #fff;
    font-size: 80px;
}
.texto_preco_menor{
    color: #fff;
    font-size: 35px;
    letter-spacing: -2px;
}
.texto_preco_maior{
    color: #fff;
    font-size: 110px;
    letter-spacing: -5px;
    line-height: 90px;
    height: 35px;
}
.texto_meses1{
    color: #fff;
    font-size: 20px;
    letter-spacing: -1px;
    /*line-height: 90px;
    height: 35px;*/
}
.texto_meses2{
    color: #fff;
    font-size: 10px;
    letter-spacing: 0px;
    /*line-height: 90px;
    height: 35px;*/
}
/* COR DOS TEXTOS */





/* COR DOS FUNDOS */

.fundo_branco{
    background-color: #ffffff;
}
.fundo_preto{
    background-color: #000000;
}
.fundo_cinza_escuro{
    background-color: #1E1E1E;
}
.fundo_cinza_claro{
    background-color: #efefef;
}
.fundo_cinza_claro2{
    background-color: #D9D9D9;
}
.fundo_cinza_claro3{
    background-color: #ABABAB;
}
.fundo_vermelho{
    background-color: #FF0000;
}
.fundo_vermelho_claro{
    background-color: #FF282C;
}
.fundo_vermelho_banner{
    /*background-color: rgba(209,33,49,1.00);*/
    background-color: #ff0000;
}
.fundo_vermelho_menu{
    background-color: #b5051a;
}
/* COR DOS FUNDOS */


/* TAMANHO DA FONTE */
.espacamento_0{
    letter-spacing: 0px;
}
.espacamento_05{
    letter-spacing: -0.5px;
}
.espacamento_1{
    letter-spacing: -1px;
}
.espacamento_2{
    letter-spacing: -2px;
}
.tamanho_fonte_5{
    font-size: 5px;
}
.tamanho_fonte_10{
    font-size: 10px;
}
.tamanho_fonte_20{
    font-size: 20px;
}
.tamanho_fonte_30{
    font-size: 30px;
}
.tamanho_fonte_40{
    font-size: 40px;
}
.tamanho_fonte_50{
    font-size: 50px;
}
.tamanho_fonte_60{
    font-size: 60px;
}
.tamanho_fonte_70{
    font-size: 70px;
}
.tamanho_fonte_80{
    font-size: 80px;
}
/* TAMANHO DA FONTE */



/*
 * Primary
 */
.uk-button-laranja {
  background-color: #FF5F00;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-laranja:hover {
  background-color: #E35300;
  color: #fff;
}
/* OnClick + Active */
.uk-button-laranja:active,
.uk-button-laranja.uk-active {
  background-color: #CB4B00;
  color: #fff;
}


.uk-button-vermelho {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-vermelho:hover {
  background-color: #AB0002;
  color: #fff;
}
/* OnClick + Active */
.uk-button-vermelho:active,
.uk-button-vermelho.uk-active {
  background-color: #FF0000;
  color: #fff;
}


.uk-button-branco {
  background-color: #ffffff;
  color: #000;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-branco:hover {
  background-color: #CDCDCD;
  color: #000;
}
/* OnClick + Active */
.uk-button-branco:active,
.uk-button-branco.uk-active {
  background-color: #ffffff;
  color: #000;
}




.uk-overlay-personalizado {
  background: rgba(0, 0, 0, 0.5);
}



.uk-iconnav-sky {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px;
}
/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav-sky > * {
  /* 1 */
  padding-left: 10px;
}
.uk-iconnav-sky > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  line-height: 0;
  /* 4 */
  color: #fff;
  /* 5 */
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
/* Hover */
.uk-iconnav-sky > * > a:hover {
  color: #000;
}
/* Active */
.uk-iconnav-sky > .uk-active > a {
  color: #000;
}