.btn_whats{
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #0df053;
    color: white;
    font-size: 2rem;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.btn_whats:hover{
    text-decoration: none;
    color: #0df053;
    background-color: white;     
    border-color:#0df053 ;
}


/* ESTILOS FOOTER */

/* ESTILOS nav_2 */

.nav_inferior a, .nav_inferior span{
    text-decoration: none;
    color:darkblue;   
    
}

.nav_inferior li{
    list-style: none;
    padding-top: 8px;
}

.barra_final{
    background-color: #933535;
    color: white;
}

.mi_footer{
   background-image: url("../../files/fondo_pie.png"); 
   background-size: 100% 100%;
   min-height: 240PX;
   color: white;
   display: flex;   
   justify-content: end;
   align-items: center;
   flex-direction: column;   
   padding-bottom: 50px;
   

}

.mi_footer a{
    color:white;  
    font-size: 1.2rem; 

}
