h5{
    margin-bottom: 0!important;
}

.barraPestaniasDL {
    background-color: #eeeeee;
    z-index: 2;
    font-size: 13px;
      
}
.volverAtras{
    position: absolute;
    top: 21px;
    left: 4rem;
}

.botonVolver {
    border-radius: 5px;
    border: none;
    background-color: #d90817;
    color: white;
    padding: 5px 10px;
}

.botonVolver:hover {
    transition: 0.1s;
    box-shadow: 0 0 3px 0 #d90817;
}

.perfilLegajo {
    border-top: 3px solid #d90817!important;
    padding: 1rem 0.5rem;
    box-shadow: 1px 1px 3px 0 gray;
    border-radius: 5px;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    display: inline-block;
    background-color: white;
    height: calc(100% - 45px);
}

.contenidoLegajo {
    border-radius: 5px;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
}

#principal-tab, #btnPestanaNuevoTelefono, #bandejaTelefonos-tab {
    margin-left: 0;
}

.divPpal {
    display: flex;
    min-height: calc(100% - 70px)!important;
    background-color: #eeeeee;
    box-shadow: 0 -3px 3px 0 #bebcba;
}

.spanFiliatorios {
    font-weight: 400;
    color: gray;
    margin-bottom: 5px;
    font-size: 16px;
}

.botonDarBaja {
    border-radius: 5px;
    border: solid 1px #d90817;
    background-color: white;
    color: #d90817;
    padding: 2px 5px;
}

.botonDarBaja:hover {
    background-color: #d90817;
    color: white;
    transition: ease-in-out 0.5s;
}


.botonDarAlta {
    border-radius: 5px;
    border: solid 1px #4d9f4d;
    background-color: white;
    color: #4d9f4d;
    padding: 2px 5px;
}

.botonDarAlta:hover {
    background-color: #4d9f4d;
    color: white;
    transition: ease-in-out 0.5s;
}

.botonDarBaja:not(:hover), .botonDarAlta:not(:hover) {
    transition: ease-in-out 0.5s;
}

.botonHabilitarModificar {
    width: auto!important;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 2px #d90817;
}

.iconoHabilitarModificar {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 16px;
}

.accordion-button {
    font-size: large!important;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #d90817 !important;
    background-color: #ffe7e7 !important;
}

.accordion-button:focus {
    border-color: #fdefef !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 102, 102, 0.25) !important;
}

.botonTabla {
    background-color: transparent;
    border: none;
    color: #d90817;
    font-size: 16px;
}
