.footer{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
}


#logo_footer img{
  
    width: 180px;
    padding: 40px ;
}

.footer #proveedor2{
    font-family: Calibri;
    font-weight: 700;
    text-align: center;
    border: 2px solid #69A021;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
}

.footer #proveedor2 a{
    margin: 0px 0px;
    padding: 0px 0px;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    
}

.footer #proveedor2:hover{
    background: rgba(51,51,51,0.5);
}



.area2 #maps img{
    margin-top: 30px;
    width: 70px
}

.area2 p{
    color: #fff;
}


.area2 #correo, a{
    margin: 20px 0px;
    padding: 0px 0px;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
}

.footer #telefonos  {
    display: flex;
    margin-bottom: 40px;
}

.footer #telefonos img  {
 transform: translatey(-15px)
}
