
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}


footer{
    width: 100%;
    height: 200px;
    background-color: rgb(117, 115, 115);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px;
    margin-top: 20px;
    border-radius: 0px;
}

footer .logo img{
    background-color: rgb(255, 255, 255);
    width: 150px;
    padding: 5px;
    height: 150px;
    box-shadow: 1px 1px 1px;
    border-radius: 200px;
    margin-top: 110px;
   
}

footer .logo{
    display: flex;
    justify-content: center;
}

footer nav{
        height: 150px;
        display: flex;
        justify-content: start;

}

footer a{
font-size: 40px;
}

footer h2{
    font-size: 30px;
    color: white;
}

.iconos{
    font-size: 40px;
    display: flex;
    gap: 40px;
    justify-content: center;
    padding-top: 20px;
}

.fa-facebook-f{
    color: rgb(4, 4, 242);
}

.fa-instagram{
    color: rgb(185, 124, 242);
}

.fa-telegram{
    color: rgb(2, 2, 239);
}
.fa-whatsapp{
    color: green;
}

.contacto{
    text-align: center;
    
}