/* footer{
    background-color: var(--clr-grey-9);
    width: 100%;
    position: static;
} */

/* .redes_sociales_footer{
    margin-bottom: 40px;
} */

.Titulo_footer{
    font-family: "Chela One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10em;
    margin-bottom: 20px;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

.imagen_footer{
  /* height: 15%; */
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
}

.footer{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--clr-grey-7);
    padding : 50px;
}

@media (max-width:500px){
    .Titulo_footer{
        font-size: 5em;
        margin-bottom: 20px;
        /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
        /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
        /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    }

}