.aviso{
    background: #D9EDF7;
    padding: 15px;
    color: #31708F;
    border: 1px solid #BCE8F1;
}
.fundo{
    background: #FFF;
    padding: 0px;
    min-height: 80vh;
    width: 100%;
    border: 1px solid #DEE2E6;
}

.form-control{
    border-radius: 0 !important;
    box-shadow: 0 0 0 0 !important;
}
.form-control:focus{
    border-color: #008135 !important;

}
.cartaologo{
    width: 100%;
    text-align: center;
    justify-content: center;
}
.cartaologo img{
    top:25px;
    position:relative;
}
.logopix{
    margin-top: 20px;
    text-align: center;
    padding: 10px;
}

.pagsint{
    font-size: 1.5rem;
    text-align: center;
    color: #939598;
    
}
.titiloinscritos{
    text-align: center;
    padding: 5px 0 0 0;
    background: #ebebeb;
    width: 100%;
}

.print_boleto{
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.codpix{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.nav .active{
    background: #ccff99 !important;
}
.verde{
    border: 1px solid #e0e0e0 !important;
    border-bottom: 0 !important;
    font-weight: bold !important;
}
.topPag{
   background: #FFF;
   width: 100%;
   padding: 15px 20px;
   text-align: left;
   margin-bottom: 20px;
}
.btn-pagamentos{
   min-width: 50%;
   padding: 20px 40px;
   max-width: 200px;
}
.fundo{

   border-top: 0;
   border-left: 0;
   border-right: 0;
}
.tab-content{
   padding: 0 10px;
}
@media only screen and (max-width: 600px) {
    .cartaologo{
        display: none;
    }
    .logopix img{
    width: 95%;
}
.colitenspedido{
   margin-top: 15px;
}
.btn-pagamentos{
   margin-top: 20px;
   min-width: 90%;
}

.codpix{
    text-align: center;
    width: 100%;

}

}

