.footer {
 
    left: 0;
    bottom: 0;
    width: 100%;
 
  display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #808589;
 }

 .contenedorelementosfooter{



    max-width: 1200px;
    background-color: white;
    width: 100%;
    padding: 30px;
    display: flex;
 }
 .contlista1{

    width: 50%;
 
    justify-content: center;
    display: flex;
 }

 .ulfooter{
    list-style-position: inside;
    text-align: left;
 }
 .link{

    text-decoration: none;
    color: black;
    font-weight: 700;

 }

 .contenedorredes{
  /*  border: 1px dashed red;*/
    /*display: grid;
    grid-template-columns: 90px 90px 90px 90px;*/
    padding-top: 30px;
    padding-bottom: 50px;
    width: 300px;
    display: flex;
    justify-content: space-between;
 }

 .redesimg{


    width: 70px;
 }

 
.brfot{

    margin-left: 23px;
}


@media (max-width: 500px) {

  

    .contenedorelementosfooter {
    flex-direction: column;
    align-items: center;
    line-height: 29px;
    }

    .contlista1{

        justify-content: flex-start;
    }

    .brfot{

       
    }


}
@media (max-width: 421px) {

  
.contenedorelementosfooter{

    font-size: 12px;
}
 


}


@media (max-width: 421px) {

  
    .contenedorelementosfooter{
    
        font-size: 12px;
    }
     
    
    
    }

    .face{

        width: 70px;
    }
 