.footer-net__container,
hr.hrfooter {
    border-top: 1px solid #d2d2d2
}

.footer-net {
    max-width: 1164px;
    margin: 0 auto 20px;
    width: 100%
}

.footer-net__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px
}

.footer-net__container--contact iconify-icon {
    margin-bottom: -2px;
    font-size: 14px
}

.footer-net__logo {
    width: 130px
}

.footer-net__link {
    color: #404040 !important;
    font-size: 12px
}

.footer-net__link:hover {
    color: var(--net-color-secundary) !important
}

.footer-net__text {
    color: #404040;
    line-height: 25px;
    font-size: 14px
}

.footer-net__list {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 0 25px;
}

.footer-net__list--row {
    flex-direction: row;
    flex-wrap: wrap
}

.footer-net__list--center {
    align-items: center
}

.footer-net__item {
    list-style-type: none;
    display: flex;
    align-items: center
}

.footer-net__logos {
    justify-content: space-between
}

@media (min-width:1025px) {
    .footer-net {
        margin: 0 auto
    }

    .footer-net__container,
    .footer-net__list {
        flex-direction: row;
        justify-content: space-between
    }

    .footer-net__container--column,
    .footer-net__list--column {
        flex-direction: column
    }

    .footer-net__container--redes,
    .footer-net__list--redes {
        gap: 5px
    }

    .footer-net__container--center,
    .footer-net__list--center {
        align-items: center
    }

    .footer-net__container {
        padding: 10px
    }

    .footer-net::before {
        border-top: 1px solid #d2d2d2;
        content: "";
        width: 100%;
        position: absolute;
        left: 0
    }
}

@media (max-width:1024px) {
    .footer-net {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .footer-net__container {
        gap: 20px;
        padding: 20px 0
    }

    .footer-net .net-accordion__title {
        border-bottom: 1px solid #f1f2f7
    }

    .footer-net__list--logos {
        justify-content: space-between;
        flex-wrap: wrap
    }

    .pre-footer {
        padding: 0 25px;
    }
}

.redes {
    gap: 7px !important;
}

@media (min-width:1025px) {
    .footer-net {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-net__container,
    .footer-net__list {
        gap: 1px;
        flex-direction: row;
        justify-content: space-between
    }

    .footer-net__container--logos,
    .footer-net__list--logos {
        min-height: 50px
    }

    .footer-net__container--column,
    .footer-net__list--column {
        flex-direction: column
    }

    .footer-net__container--redes,
    .footer-net__list--redes {
        gap: 5px
    }

    .footer-net__container {
        padding: 10px 0 15px
    }

    .footer-net__link {
        font-size: 14px
    }

    .footer-net::before {
        content: initial
    }

    .net-accordion__container {
        padding: 10px 0
    }

    .net-accordion__title {
        font-weight: 400;
        font-size: 18px;
        padding: 10px 0;

    }

    .net-accordion__body {
        padding: 0
    }
}

@media (max-width:768px) {
    .net-accordion__child {
        width: 100%
    }

    /* Contenedor del ícono */
    .footer-net .net-accordion__child .net-accordion__title::after {
        content: "";
        position: absolute;
        right: 25px;
        top: 50%;
        width: 20px;
        height: 20px;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease, opacity 0.3s ease;
        opacity: 1;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E") center/contain no-repeat;
    }

    /* Al abrir — rotamos 180° para reutilizar el mismo SVG */
    .footer-net .net-accordion__child.active .net-accordion__title::after {
        transform: translateY(-50%) rotate(180deg);
        opacity: 1;
    }
}


.net-accordion__body {
    padding: 0;
    height: 0;
    position: relative;
    overflow: hidden
}

.net-accordion__child.active .net-accordion__body {
    display: block;
    padding: 10px 0;
    height: -moz-max-content;
    height: max-content
}

@media (min-width:769px) {
    .net-accordion__title::after {
        content: inherit
    }

    .net-accordion__body {
        height: -moz-max-content;
        height: max-content;
        padding: 10px 0;
        background-color: transparent
    }

    .net-accordion__title {
        background-color: transparent;
        font-weight: 500;
        font-size: 17px
    }
}

.net-accordion__container {
    padding: 10px 0 15px
}

.net-accordion__title {
    padding: 15px 25px;
    position: relative;
    font-size: 16px
}

.net-accordion__title {
    color: var(--net-color-secundary) !important;
}

.active .net-accordion__title {
    background-color: #f1f2f7;
}