/* ---------- Footer ---------- */
.footer{
    background-color: black;
    color: #ffffff;
    flex: 0 1 40px;
    height: 3.5rem;
    padding: 15px;
    width: 100%;
}

.fix{
    position: fixed;
    bottom: 0;
}

.footer h3{
    font-size: var(--font-subtitulo);
    font-weight: normal;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width : 415px) {
    .footer h3{
        font-size: var(--font-texto);
    }
}

@media only screen and (max-width : 415px) {
    .contact_icons{
        bottom: 110px;
    }
    
    .contacto img, .whatsapp img{
        height: 3rem;
        width: 3rem;
    }
}