/* Estilos generales del footer */
#footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 0 20px;
    font-family: Arial, sans-serif;
}

footer p {
    font-size: 15px;
    line-height: 1.6em;
}

footer h4 {
    font-size: 15px;
    line-height: 1.6em;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

footer .row.flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-start;
}

.col {
    padding: 0 15px;
    box-sizing: border-box;
}

.col-sm-3 {
    text-align: left;
}

/* Columna izquierda (logo e info) */
.footer-logo svg {
    width: 140px;
    height: auto;
    margin-top: 0;
    margin-left: -17px;
    margin-bottom: -15px;
}

footer #logo-tagline-digital-security {
    display: none;
}

footer #logo-white {
    display: none;
}

footer #logo-colored {
    opacity: 1;
    visibility: visible;
}

.company-info p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
}

.company-info a {
    color: #fff;
    text-decoration: none;
}

.company-info a:hover {
    text-decoration: underline;
}

.link-language {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.country-picker-text {
    font-size: 15px;
    font-weight: 700;
}

.payment-methods img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

/* Columnas de enlaces (versión desktop) */
.hidden-from-to-xxs.hidden-from-to-xs .col-sm-3 {
    width: 25%;
    margin-bottom: 30px;
}

.list-clean {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.list-clean li {
    padding: 3px 0 3px;
    line-height: 1.1em;
}

.list-clean a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    line-height: 1.1em;
}

.list-clean a:hover {
    text-decoration: underline;
}

/* Acordeón móvil */
.accordion {
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #333;
}

.accordion-title {
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
}

.accordion-title:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.accordion-title.active:after {
    content: '-';
}

.accordion-content {
    display: none;
    padding: 0 0 15px 15px;
}

.accordion-content.active {
    display: block;
}

/* Divisor */
.divider {
    border: 0;
    border-top: 1px solid #333;
    margin: 30px 0;
    background: hsla(0, 0%, 100%, .5);
    opacity: 1;
    height: 2px;
}

/* Redes sociales */
.social-links {
    text-align: center;
    margin-bottom: 20px;
}

.social-icon {
    display: inline-block;
    margin: 0 10px;
}

.social-links a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}


/* Enlaces rápidos */
.quick-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.quick-links li {
    margin: 0 10px;
}

.quick-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.quick-links a:hover {
    text-decoration: underline;
}

/* Copyright */
.copyright h5 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: normal;
}

/* Responsive */
@media (max-width: 992px) {

    .col-lg-3,
    .col-lg-9 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .quick-links ul {
        flex-direction: column;
        align-items: center;
    }

    .quick-links li {
        margin: 5px 0;
    }
}

@media (max-width: 576px) {
    .accordion-title {
        padding: 12px 0;
    }

    .social-icon {
        margin: 0 5px;
    }

    .social-icon svg {
        width: 25px;
        height: 25px;
    }

    .footer-logo {
        display: none;
    }


    .accordion {
        width: 100%;
    }

    .company-info p {
        margin: 20px 0;
    }

}

#footer .accordion {
    --bs-accordion-bg: inherit;
    --bs-accordion-color: #fff;
    --bs-accordion-border-color: none;
}

#footer h4.accordion-title {
    background-color: #424d56;
    padding-left: 20px;
    margin-bottom: 3px;
}

#footer .accordion-title::after {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .dictionary-mobile-only {
        display: none;
    }

}

/* Clases de orden básicas */
.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-lg-1 {
    order: 1 !important;
}

.order-lg-2 {
    order: 2 !important;
}

@media (min-width: 992px) {
    .order-lg-1 {
        order: 2 !important;
    }

    .order-lg-2 {
        order: 1 !important;
    }
}

.footer-container {
    background-color: #1a1a1a;
}

#iframe-footer .section.skin-inverse {
    background-color: #1a1a1a!important;
}

#iframe-footer {
    background-color: #1a1a1a!important;
}

#iframe-footer body,
#iframe-footer html {
    margin: 0!important;
    padding: 0!important;
    background-color: #1a1a1a!important;
}
