.input-height {
    height: 34px !important;

}

.mb-1 {
    margin-bottom: 1rem;
}

.label-form {
    line-height: 1.50;
    font-weight: 500
}

select.form-control {
    width: 100%;
}

.d-none {
    display: none;
}

.content {
    margin: auto;
    line-height: 1.5;
}

.fix {
    margin-top: 0rem;
}

#btn-lead {
    padding: 19px;
    margin-top: 21px;
    background-color: #337ab7;
    color: #fff;
    border-color: #337ab7;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

#btn-lead:hover {
    background-color: #1266AB;
}

@media (min-width: 878px) {
    .content {
        width: 750px;
    }

    .fix {
        margin-top: 1.5rem;
    }
}

@media (max-width: 878px) {
    .content {
        margin-top: 200px;
    }
}

@media (min-width: 992px) {
    .content {
        width: 970px;
    }

    .fix {
        margin-top: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .content {
        width: 1170px;
    }

    .fix {
        margin-top: 1.5rem;
    }
}

@media (max-width: 438px) {
    .content {
        width: 301px;
        margin-left: -62px;
    }
}

.textarea-ci {
    width: 100%;
}

#partner-form {
    width: 100%;
    overflow: hidden;
    margin-top: 2rem;
}

.principal-form {
    overflow: hidden;
}

.observaciones_c {
    padding: 1rem;
}

label.error {
    color: red;
}