

@media screen and (min-width: 640px) {
    .panel-heading.panel-heading-sm{
        padding-top: 5px;
        padding-right: 15px;
        padding-bottom: 5px;
        padding-left: 15px;
    }

    .lb-xs{
        padding-top: 2px !important;
        font-size: 11px !important;
    }

    #infoServicio .panel{
        margin-bottom: 5px !important;
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}