/* Footer Precontact (Prefooter con imagen de fondo) */
.footer-precontact {
    background-size: cover;
    background-position: center;
    text-align: center;
    align-content: center;
    padding: 40px 0;
    height: 279px;
}

.footer-contact-icon img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.footer-contact-text {
    color: var(--white);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    /* filter: drop-shadow(black 0rem 0rem 10px); */
}

.footer-socials {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-socials img {
    width: 40px;
    height: 40px;
}

/* Footer Principal */
.footer-main {
    background-color: var(--footer-bg, #000);
    color: var(--white);
    text-align: center;
    padding: 40px 20px;
}

.footer-middle-text {
    margin-bottom: 30px;
}

.footer-middle-text div {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 20px;
    /* filter: drop-shadow(black 0rem 0rem 10px); */
}

.footer-middle-text div a {
    color: var(--white);
    text-decoration: none;
}
.footer-middle-text div a:hover {
    text-decoration: underline;
    /* font-weight: bold; */
}
.footer-menu {
    margin-bottom: 0px;
    /* margin-bottom: 30px; */
}

.footer-menu-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0 auto;
    max-width: 814px;
    list-style: none;
    /* filter: drop-shadow(black 0rem 0rem 10px); */
    filter: drop-shadow(white 0rem 0rem 0px);
}

.footer-menu-items li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 15px auto 30px;
    width: 100%;
    max-width: 1278px;
}

.footer-kit-text {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    /* filter: drop-shadow(black 0rem 0rem 10px); */
}

.footer-kit-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-kit-logos img:first-of-type {
    width: 182px;
    height: 43px;
}
.footer-kit-logos img:last-of-type {
    width: 256px;
    height: 42px;
}