body{
    /*background-color: lightgrey;*/
}

.footer{
    padding: 1rem 1.5rem 1rem;  /* Me parece muy alto el footer   */
    font-size: 0.9em;           /* Me parece muy pequeña la letra */
}

.section{
    padding: 1rem 1.5rem;       /* 3 Me parece mucho padding superior e inferior, lo pruebo a 1 */
}

.breadcrumb{
    margin-left: 10px;
}

#img_logo{
    float: right;
    width: 100px;
    margin-right: 30px;
    margin-top: 5px;
    /*background-color: black;*/
    background-color: white;

    padding: 5px;
    border-radius: 10px;
}
.img_logo_adm{
    max-width: 100px;
    background-color: black;
    max-height: 40px;
}

/*--------------------- Cards de Declaraciones*/
.card_t0{
    width: 300px;
    min-width: 300px;
    margin-bottom: 1rem;
    border: 3px solid lightgrey;
}
.card_t0:hover{
    border: 3px solid blue;
}


.card-header-title{
    display: block;
    text-align: center;
     width: 100%;
}
.card-footer{
    display: block;
}

.btn_card:hover{
    border-color: blue;
}
.card-content{
    min-height: 120px;
}

.is-fino{
    height: 25px;
    border-radius: 20px;

}
.inp-card{
    width: 60%;
    margin-left: 50px;
}
/*-------------------------------------------*/

.flexy_betw{
    display:flex; 
    justify-content: space-between;   
}

.flexy_betw_pad1{
    display:flex; 
    justify-content: space-between; 
    padding-left: 1rem;
    padding-right: 1rem; 
}

.flexy_even{
    display:flex; 
    justify-content: space-between;   
}

.flexy_even_pad1{
    display:flex; 
    justify-content: space-evenly; 
    padding-left: 1rem;
    padding-right: 1rem; 
}



/*  Elemento_t0  _t1  ... distintos tipos de posibles visualizaciones */

.box_t0{
    padding: 10px;
    border: 2px solid gray;
    margin-bottom: 1.5rem;      /*Para cortocircuitar -->   .box:not(:last-child),    */
}

.box_t0:hover{
    border-color: blue;
}



.btn_fino{
    padding-top: 0px;
    padding-bottom: 0px;
    height: inherit;
}

.txta_t0{
    width: 90%;
    height: 150px;
    resize: none;
    overflow: scroll;
}

.fa-circle{
    font-size: 0.7em;
}

/*-----------------ficha de RRHH*/
.ficha_rrhh{
    max-width:600px;
    border: 2px solid;
    margin-left:50px;
    border-radius: 10px;
}

.ficha_rrhh_inp{
    width: 50px;
    max-height: 24px;
}

.ficha_rrhh_txta{
    width:100%;
    height: 300px;
    resize: none;
    overflow: auto;
    padding: 5px;
}

/*-----------------ficha de Ambito fiscal*/
.inp_tabla{
    text-align: center;
}

.i_invert{
  color:white; 
  background-color: lightblue;
}

/*button:has(i.i_invert):hover{
    background-color: green;   
}*/
#btn_nueva_dec:hover > .i_invert{
        background-color: green;   
}

/*----------------- almacenamiento seguro*/
.file-icon2{
    color:#e63535;
    font-size: 1.3em;
}