.footer{
    display: flex;
    flex-direction: column;
    
    
    
    /* paralax */
     background-blend-mode:soft-light;
    background: url(../imgfondos/fondos1.jpg) ;
     box-shadow: 1px -1px 32px -1px rgba(0, 0, 0, 0.54);
    background-color: #143654;
    
    /* paralax */
    
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
        /* paralax */
    
    
    
    
    
    
   
    }

.footer-container{
    text-align: center;
    

    
    
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 100px;
    margin-right: 100px;
    
 
    
    display: flex; /* Activa el diseño de columnas */
    gap: 20px; /* Espacio entre columnas */
   
   
}

.span-heading {
 
    justify-self: center; 
height: 20px;
   width: 550px;
  box-shadow:  5px 10px 30px black;

    border: solid 2px #ffffff;
    border-radius: 50px;
 
 
}








/* separador................................................................. configuarcion responsive */


/* Mobile */
@media (max-width: 700px) {
    
 
    
    

 }

/* Small Tablets */
@media (min-width: 701px) {

     }

 

 /* separador................................................................. configuarcion responsive */