/*Footer*/
.footer{
    font-size: 2rem;
    background-color: var(--verde3);
    color: var(--blanco);
    margin: 0px;
    text-align: center;
}
.footer img {
    width: 10rem;
    margin: 2rem;
}
.footer i {
    padding: 0 1rem;
}
.contenedor-contactar-footer {
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(min-width: 425px){
    .footer{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

}