.layer-blue.visible {
    max-width: initial;
    max-height: inherit;
}

.next-group h2.after-d::after {
    right: -60px;
    top: 0.7rem;
    font-size: 22px;
    height: 27px;
}

img {
    width: 100%;
}

.btn-socios a {
    display: flex;
    padding: 5px 30px;
    background: #D6371D;
    border-radius: 50px;
    color: #fff;
    align-items: center;
    transition-duration: .5s;
    justify-content: center;
}

.btn-socios a:hover {
    background-color: #C3331B;
}

.btn-socios a:hover p {
    color: #fff;
}

.btn-socios a p {
    color: #fff;
    font-size: 16px;
}

.socios-mobile {
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.live a {
    display: flex;
    align-items: center;
}

.live a figure {
    margin: 0;
}

.live a p {
    margin-bottom: 0;
    margin-right: 8px;
    color: #D6371D;
}

.live a figure img {
    width: 25px;
}

.banner img {
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .navigation-item.position-relative {
        position: initial !important;
    }
}

/* >>>>> 2025 */
@media (max-width: 1024px) {
    .linea-contenido {
        width: 100%;
    }

    .contenido-epoca p img {
        width: 100%;
        height: auto;
    }
}

.contenido-epoca ul,
.contenido-epoca ul li,
.contenido-epoca ol,
.contenido-epoca ol li {
    text-align: initial;
}

img {
    display: block;
}

.g-dato h2 {
    line-height: initial;
}

.contenido-indice .menu-group::before {
    content: '' !important;
}

.contenido-indice {
    overflow: auto;
    max-height: 100vh;
}

#header {
    overflow: hidden;
    box-shadow: 0px 0px 13px rgba(172, 172, 172, 0.47);
    padding: 1rem 0;
    min-height: 116px;
}

.header-top {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.header-top .header-links {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 15px;
}

.header-top .link-gremial {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 169px;
    height: 30px;
    background: #006EDC;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.header-top .link-cchc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 135px;
    height: 17px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #133462;
}

.header-top .link-cchc svg {
    width: 17px;
    min-width: 17px;
}

.footer {
    background-color: #f8f9fc;
}

.footer-item h3,
.footer-footer p {
    color: #424b5a;
}

.footer-item h3,
.footer-item a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.footer-item a {
    font-size: 14px;
    line-height: 14px;
}

.footer-footer p {
    padding: 0 1.5rem;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.footer-item a,
.footer-footer hr {
    color: #586579;
}

.footer-footer hr {
    margin-bottom: 13px;
}

.footer-footer {
    padding-bottom: 12px;
}

.footer .container {
    max-width: 1298px;
    padding: 0px;
}

.footer-item a:hover {
    color: #586579 !important;
}

footer {
    padding-top: 55px;
}

.cchc-redes-lista {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.cchc-redes-lista svg {
    width: 24px;
    min-width: 24px;
}

.footer-rrss {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.row-footer-links {
    max-width: 777px;
    margin-left: auto;
    margin-right: 1.5rem;
}

.footer-item {
    gap: 1rem;
}

.pt-5-force {
    padding-top: 5rem !important;
}

@media screen and (max-width: 1199px) {
    .menu-mobile-backdrop {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        z-index: 98;
        opacity: 0;
        pointer-events: none;
        transition: all .3s linear;
    }

    .header-top.active .menu-mobile-backdrop {
        opacity: 1;
    }

    .header-links {
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -250px;
        width: 100%;
        height: 100%;
        max-width: 250px;
        padding: 2rem 1rem;
        z-index: 99;
        transition: right .3s linear;
    }

    .header-top.active .header-links {
        display: flex !important;
        right: 0px;
    }

    .header-top .link-gremial {
        width: 100%;
    }

    .header-top img.brand {
        max-width: 110px;
    }

    #header {
        min-height: 65px;
    }

    .footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-footer-links {
        margin-right: 0;
    }

    .footer-footer p {
        padding: 0 0;
    }

    .next-group.next div:last-child {
        margin-left: 2rem !important;
    }
}