@charset "utf-8";


.main{
  margin-top: 140px;
}

.navbar{
  background-image: url(../img/bkg.jpg);
  background-size: cover;
}

.style1{
  color: #ff8000;
  font-weight: bold;
  text-decoration: underline;
}
.style2{
  color: #ff8000;
  font-weight: bold;
}
.card_shadow{
  background: #020c6d;
  color: #fff;
  border-radius: 5px;
}
.recursos{
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}
.descricao{
  line-height: 40px;
  text-align: justify;
}
.warning{
  border: 1px solid #ccc;
    padding: 30px;
    border-radius: 8px;
}
.home_link{
  text-decoration: none;
  color: #6c757d !important;
}
.home_link:hover{
  text-decoration: underline;
}
.cod_pix {
  border: dotted;
  font-size: 16px;
  text-align: center;
}

#area_assinatura {
        display: none; /* Esconde inicialmente */
    }

#loader {
        display: none; /* Esconde o loader inicialmente */
        text-align: center;
        margin-top: 20px;
    }

    .spinner {
        border: 4px solid #0b77e2;
        border-left-color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
        display: inline-block;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }
.item{
  background: #fff;
  padding: 10px 10px 10px 20px;
  border-radius: 8px;
}
#table_plano td{
  align-content: center;
}