/* nav a {
    color: #65858f;
}

.error-section {
    display: flex;
    justify-content: center;
    padding: 1rem;
    margin: 2rem 0;
}

.errors-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.errors-text .title {
    margin: 2rem 0;
    text-align: left;
}

.errors-text .ceibo-primary {
    margin: 2rem 0;
    padding: 0.3rem 1rem;
}

.subtitle {
    color: #65858f;
} */

/* errores */
.has-addon .input-group-append{
    display: none;
}

.has-addon .input-group-append .input-group-text{
    background-color: transparent;
    color: #C0000F !important;
    border-color: #C0000F !important;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: none;
}


.error {
    /* border-right: none; */
    /* border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important; */
    border-color: #C0000F !important;
    font-weight: normal;
}
 
label.error {
    color:#C0000F!important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.errorP{
    margin-top: 0px;
    margin-bottom: 0px;
}

.icon-error{
    border:1px solid #C0000F;
    border-radius: 0rem .25rem .25rem 0rem;
    padding: .375rem .75rem;
    color:#C0000F!important;
    display:none;
}

.element-error {
    border: 1px dotted red;
}

.form-control.br-none.error{
    border-right: 0px!important;
    border-radius: .25rem 0rem 0rem .25rem!important;
}

