.oculto {
    display: none;
}

.formulario-anticipos {
    display: inline-block;
    list-style: none;
    margin: 20px;
    padding: 0px;
    width: 95%;
}

/* .formulario-anticipos .form-control, .formulario-anticipos .form-select, .formulario-anticipos textarea{
    border-radius: 0;
} */

.formulario-anticipos li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    height: 60px;
    margin: 8px;
    padding-bottom: 5px;
}

.fill-opc-row span {
    display: block;
    background: #e6e6e6;
    border: 1px solid #cccccc;
    color: black;
    text-align: center;
    line-height: 1.8;
}

.fill-opc-row input::placeholder {
    color: #a7a9ac;
    opacity: .7;
    font-size: 12px;
    padding-left: 5px;
}