footer {
    background: var(--color-gris-4);
    color: var(--color-a-blanco);
    padding: 2rem 0;
    font-size: 0.9rem;
    z-index: 1;
}
footer a {
    color: var(--color-a-blanco);
    text-decoration: none;
}
footer a:hover {
    color: var(--color-gris-claro);
    text-shadow: 0 0 1rem var(--color-gris-4);
    text-decoration: none;
    font-weight: 500;
}

.footer-logos {
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
    justify-content: center;
}
.footer-logos .img-thumbnail {
    display: flex;
    margin: 0 1rem 0 0;
    max-width: 140px;
    align-items: center;
    max-height: 162px;
    height: 100px;
    text-align: center;
    justify-content: center;
}
.footer-logos .img-thumbnail:last-child {
    margin: 0;
}
.footer-logos .img-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.footer-contacto {
    margin-bottom: 1rem;
    text-align: center;
}
.footer-contacto p {
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.footer-contacto ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-contacto li {
    margin-bottom: 0.5rem;
}
.footer-contacto li:last-child {
    margin-bottom: 0;
}
.footer-contacto li svg {
    font-size: 1.25rem;
    position: relative;
    top: -2px;
}

.footer-redes {
    margin-bottom: 0;
    text-align: center;
}
.footer-redes p {
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.footer-redes ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-redes li {
    margin-right: 1.5rem;
    font-size: 1.25rem;
}
.footer-redes li:last-child {
    margin-right: 0;
}

.footer-lista {
    margin-bottom: 1rem;
    text-align: center;
}
footer > .container > .row .col-12:last-child .footer-lista:last-child {
    margin-bottom: 0;
}
.footer-lista p {
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.footer-lista ul {
    margin: 0 0 0 3rem;
}
.footer-lista ul li {
    text-align: left;
    margin-bottom: 0.25rem;
}

#copyright {
    background: var(--color-amarillo-4);
    color: #fff;
    padding: 0.5rem 0;
    font-size: 0.75rem;
}
#copyright a {
    color: #ffffff;
    text-decoration: underline;
}
#copyright .row div:first-child {
    text-align: center;
    margin-bottom: 0.5rem;
}
#copyright .row div:last-child {
    text-align: center;
}

#whatsapp,
#whatsapp2,
#whatsapp3,
#whatsapp4,
#whatsapp5 {
    position: fixed;
    inset: auto 1rem 5rem auto;
    opacity: 1;
    max-height: 100vh;
    max-width: 100vw;
    visibility: visible;
    z-index: 999999999 !important;
    display: flex;
    align-items: center;
}
#whatsapp:hover .whatsapp-mensaje,
#whatsapp2:hover .whatsapp-mensaje,
#whatsapp3:hover .whatsapp-mensaje,
#whatsapp4:hover .whatsapp-mensaje,
#whatsapp5:hover .whatsapp-mensaje {
    box-shadow: rgb(0 18 46 / 18%) 0px 2px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 20px 0px;
}
#whatsapp:hover .whatsapp-img,
#whatsapp2:hover .whatsapp-img,
#whatsapp3:hover .whatsapp-img,
#whatsapp4:hover .whatsapp-img,
#whatsapp5:hover .whatsapp-img {
    box-shadow: rgb(2 6 16 / 20%) 0px 2px 16px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 2px 20px 0px;
}

.whatsapp-img {
    background: linear-gradient(135deg, rgb(0, 182, 191), rgb(155, 230, 141));
    box-shadow: rgb(2 6 16 / 20%) 0px 2px 16px;
    height: 3rem;
    width: 3rem;
    bottom: 0;
    border-radius: 3rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    margin: 0 0.75rem 0 0;
}
a.whatsapp-img {
    color: #fff;
    text-decoration: none;
}
a.whatsapp-img:hover {
    color: #fff;
    text-decoration: none;
}

.whatsapp-mensaje {
    display: none;
    transition-property: opacity;
    box-shadow: rgb(0 18 46 / 18%) 0px 2px 20px 0px;
    height: 42px;
    z-index: 1;
    white-space: nowrap;
    font-size: 1.05rem;
    border-radius: 1rem;
    background: rgb(255, 255, 255);
    align-items: center;
    padding: 0 1rem;
}
a.whatsapp-mensaje {
    text-decoration: none;
    color: #000;
}
a.whatsapp-mensaje:hover {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 576px) {
    .footer-lista ul {
        margin: 0 0 0 1rem;
    }
}

@media (min-width: 768px) {
    .footer-contacto {
        text-align: left;
    }
    .footer-lista {
        text-align: left;
    }
    .footer-lista ul {
        margin: 0;
        padding-left: 1rem;
        list-style: disc;
    }
    #whatsapp,
    #whatsapp2,
    #whatsapp3,
    #whatsapp4,
    #whatsapp5 {
        inset: auto 1rem 3.2rem auto;
    }
    .whatsapp-img {
        height: 3.75rem;
        width: 3.75rem;
    }
    .whatsapp-mensaje {
        display: flex;
        padding: 1.3rem 1rem;
    }
}

@media (min-width: 992px) {
    #copyright .row div:first-child {
        text-align: left;
        margin-bottom: 0;
    }
    #copyright .row div:last-child {
        text-align: right;
    }
    #whatsapp,
    #whatsapp2,
    #whatsapp3,
    #whatsapp4,
    #whatsapp5 {
        inset: auto 1rem 3.3rem auto;
    }
    .whatsapp-img {
        height: 3.5rem;
        width: 3.5rem;
    }
    .footer-logos {
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    footer {
        font-size: 1rem;
    }
}

@media (min-width: 1400px) {
}
