.select2-container{
        background: #fff;
        height: 34px;
    /*border: 1px solid #ccc;*/
}

.select2-selection{
        height: 34px !important;
}

@media (max-width: 767px) {
        .campo-tipo-inteiro{
            min-width: 67px;
        }
}