.bg {
    /*background-image: url('../../brand/bg.png');*/
}

.container {
    max-width: 960px;
  }

.text-primary {
    --bs-text-opacity: 1;
    color: #219AFF !important;
}

.text-justify{
    text-align: justify;
    text-justify: inter-word;
}

.rc-primary{
    color: #219AFF !important;
}

.rc-bg-primary{
    background-color: #219AFF !important;
}

.rc-bg-primary-box{
    background: rgb(33,154,255);
    background: linear-gradient(0deg, rgba(33,154,255,1) 0%, rgba(33,154,255,1) 100%);
    box-shadow: 0px 20px 30px #555;
    border-radius: 25px;
}

.rc-bg-detail-box{
    border-radius: 25px;
    background: rgba(0,147,243,1);
}

.rc-bg-gradient{
    background: rgb(50,152,255);
    background: linear-gradient(0deg, rgba(33,154,255,1) 0%, rgba(33,154,255,1) 100%);
}

.rc-btn-home{
    width: 150px;
    height: 40px;
    padding-top: 9px;
}

.rc-btn-home-large{
    width: 150px;
    height: 40px;
    padding-top: 2px;
}

.rc-text-detail{
    color: #219AFF;
}

.rc-btn-return{
    /*background-color: #FFDF00;
    color: rgba(33,154,243,1);*/
    background-color: rgba(33,154,243,1);
    color: #fff;
}

.btn-outline-primary{
    border-color: #219AFF !important;
}

.modal-content{
    border-color: #219AFF !important;
}

.btn-primary{
    background-color: #219AFF !important;
    border-color: #219AFF !important;;
}

.nav-item a{
    text-decoration: none;
}

.nav-item a:hover{
    text-decoration: underline;
}

nav a.active{
    text-decoration: underline !important;
}

.indicadores{
    font-size: 0.9em !important;
}

.docs{
    font-size: 0.9em;
}