.form-group{
    margin-bottom: 20px;
}

.lbl{
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.input_texto{
    width: 100%;
}

.mb2{
    margin-bottom: 20px !important;
}

.mt2{
    margin-top: 20px !important;
}

.subt{
    font-size: 14px;
    font-weight: 500;
    border-top: solid 1px #ccc;
    padding-top: 20px;
}

.center{
    text-align: center !important;
}

.link{
    margin-left: 5px;
}

.bkg{
    background: #f4f4f4;
}

.manage-column{
    font-weight: 500 !important;
}

.sp{
    font-weight: 600;
    margin-right: 5px;
}

hr{
    border-top: 1px solid #767272;
    border-bottom: 1px solid #767272;
}

.centrado{
    text-align: center;
    border: solid 1px #ccc;
    margin: 20px;
    min-height: 200px;
}

.btn_ver{
    display: inline-block;
    width: 100px;
    background: #002B80;
    padding: 11px;
    margin: 0 auto;
}

.btn_reg{
    background: #009e4a;
    padding: 11px;
    display: inline-block;
    width: 100px;
    margin: 0 auto;
    color: white;
    margin-bottom: 15px;
}

.titulo_h4 {
    color: #009e4a;
    font-size: 18px;
    /*text-transform: capitalize;*/
    letter-spacing: 2px;
    margin-top: 15px;
    padding-bottom: 58px;
    height: 40px;
}

.tarjeta{
    width: 90%;
    border: solid 1px #c4c4c4;
    margin: 0 auto;
    text-align: center;
    background: rgb(0 158 74 / 1);
    margin-bottom: 30px;
}

.tarjeta h4{
    font-size: 18px;
    color: white;
    padding: 5px;
}

.tarjeta p{
    color: white;
    font-size: 24px;
}

.tarjeta{
    height: 115px;
    position: relative;
}
.precio{
    position: absolute;
    text-align: center;
    width: -webkit-fill-available;
    bottom: 0px;
}

.lbl_enc{
    font-weight: bold !important;
    font-size: 17px;
}

.btn_ver_vc{
    background: #002B80;
    padding: 7px;
}