footer#importante {
    display: none;
}

footer {
    background: linear-gradient(180deg, rgba(0, 27, 68, 1) 0%, rgba(0, 45, 114, 1) 59%, rgba(218, 41, 28, 1) 100%);
    padding-top: 15px;
}

footer #marcas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-bottom: 40px;
}

footer #marcas p {
    color: white;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0px;
}

footer #marcas p b {
    font-style: italic;
}

footer #marcas .lema {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

footer #marcas img {
    margin-top: 30px;
    margin-bottom: 20px;
}

footer #descarga {
    background-color: #ffffff10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 30px;
}

footer #descarga p {
    font-size: 16px;
    line-height: 15px;
    color: #fff;
}

footer #descarga .app {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer #descarga .app img {
    width: 155px;
    margin: 10px;
}

footer #descarga .redes {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer #descarga .redes a {
    margin-bottom: 0px;
}

footer #descarga .redes img {
    margin: 0px 5px;
    width: 23px;
}

footer #enlaces {
    padding: 30px 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer #enlaces div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
}

footer #enlaces div a {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none;
    margin-bottom: 15px;
}

footer #enlaces div span a,
footer #enlaces div span {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: white;
}

footer #enlaces div hr {
    width: 68px;
    border-color: #da291c;
    border-width: 2px;
    margin: 15px 0;
}

footer #enlaces div img {
    width: 15px;
    margin-right: 5px;
    margin-left: 10px;
}

footer #legales {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 80px;
    background-color: #ffffff10;
    gap: 10px;
}

footer #legales a {
    margin-bottom: 0px;
}

footer #politicas {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #242424;
}

footer #politicas a {
    margin: 20px;
    color: white;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
}

footer #metodos_pago {
    padding: 20px 80px;
}

footer #metodos_pago .titulo {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500;
}

footer #metodos_pago p {
    font-size: 0.8rem;
    line-height: 1;
    margin-bottom: 1rem;
    color: #fff;
}

footer a {
    color: #fff;
}

footer #metodos_pago .titulo {
    font-size: 1.5rem;
}

footer #metodos_pago .swiper-slide {
    background: transparent !important;
}

footer #metodos_pago img {
    width: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(17%) hue-rotate(239deg) brightness(102%) contrast(108%);
}

@media (max-width: 1024px) {
    footer #legales {
        flex-wrap: wrap;
        padding: 20px;
    }
    
    footer #enlaces {
        padding: 20px;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    footer #metodos_pago {
        padding: 20px;
    }
}

@media (max-width: 650px) {
    footer #enlaces div {
        width: 100% !important;
    }
    
    footer #marcas {
        padding: 20px;
    }

    footer #marcas img {
        width: 100%;
    }

    footer #descarga {
        padding: 20px;
    }

    footer #marcas p {
        text-align: center;
    }

    footer #marcas .lema {
        font-size: 15px;
    }

    footer #descarga .app img {
        width: 130px;
    }

    footer #descarga .redes a {
        margin-bottom: 0px;
    }

    footer #enlaces {
        padding: 20px;
        flex-wrap: wrap;
    }

    footer #enlaces a {
        margin-bottom: 15px;
    }

    footer #enlaces div {
        width: 50%;
    }

    footer #metodos_pago {
        padding: 20px;
    }

    footer #metodos_pago .titulo {
        font-size: 1rem;
    }

    footer #metodos_pago .PagosSwiper {
        text-align: center;
    }

    footer #metodos_pago .PagosSwiper img {
        width: 100%;
    }

    footer #metodos_pago p {
        font-size: 10px;
        line-height: 15px;
    }

    footer #legales {
        padding: 20px;
        flex-wrap: wrap;
        gap: 0;
    }

    footer #legales a {
        margin: 10px;
    }

    footer #politicas {
        flex-wrap: wrap;
    }

    footer #politicas a {
        margin: 10px;
    }
    
    div#contenedorimportante {
        padding: 10px 15px !important;
    }
}