/* Label required
-------------------------------------------------- */

body {
    margin: 0;
    font-family:  Montserrat;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
}

.required::after {
    color: red;
    margin-left: 0.25rem;
    content: '*';
}

.backcolor-menu {
    background-color: #FFCE34;
}

.titulo {
    font-family: Montserrat;
    font-size: 2.1rem;
    color: #004E38;
    font-weight: 700;
    text-align: center;
}


.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}


.btn-info {
    color: #fff;
    background-color: #004E38 !important;
    border-color: #004E38 !important;
}

.btn-primary {
    color: #fff;
    background-color: #004E38 !important;
    border-color: #004E38 !important;
}

.btn-save {
    color: #fff;
    background-color: #DA1A32 !important;
    border-color: #DA1A32 !important;
}

.txtTituloRojo {
    color: #DA1A32;
    font-weight: bold;
}

.head_table {
    background-color: #DA1A32;
    color: white;
}