﻿
body {
    padding-top: 48px !important;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

#seccionSticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #801063;
    height: 48px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

    #seccionSticky a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #seccionSticky h3 {
        font-family: 'ClanOffc-Bold';
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 0.25px;
        display: flex;
        align-items: center;
    }

        #seccionSticky h3 i {
            position: relative;
            display: inline-block;
            width: 18.579px;
            height: 18.579px;
            min-width: 18.579px;
            min-height: 18.579px;
            background: #fff;
            border-radius: 50%;
            margin-right: 16px;
            margin-top: -3px;
        }

        #seccionSticky h3 b {
            margin-left: 8px;
        }

        #seccionSticky h3 i::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.9);
            animation: glow 2.2s ease-in-out infinite;
        }

.mobile {
    display: none;
}

.desktop {
    display: block;
}

@keyframes glow {
    0% {
        inset: 0;
        filter: blur(0px);
        opacity: 0;
    }

    30% {
        inset: -4px;
        filter: blur(4px);
        opacity: .6;
    }

    50% {
        inset: -12px;
        filter: blur(12px);
        opacity: 1;
    }

    100% {
        inset: -12px;
        filter: blur(12px);
        opacity: 0;
    }
}

#seccionSticky span {
    font-family: 'ClanOffc-Bold';
    font-size: 14px;
    color: #1E3E3B;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 0.25px;
    background: #ffffff;
    padding: 7px 16px 5px 16px;
    border-radius: 15px;
    margin-left: 48px;
}

.header-n {
    top: 48px;
    transition: top 0.3s ease;
}

@media screen and (max-width:1024px) {
    #seccionSticky h3 {
        font-size: 14px;
        line-height: 1;
    }

        #seccionSticky h3 i {
            margin-right: 8px;
        }

    #seccionSticky span {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media screen and (max-width:760px) {
    body {
        padding-top: 58px !important;
    }

    #seccionSticky .container {
        max-width: 93% !important;
    }

    .navlistab.sticky-active {
        top: 108px !important;
    }

    #seccionSticky {
        height: 48px;
    }

        #seccionSticky h3 {
            font-size: 14px;
            line-height: 16px;
            width: auto;
            letter-spacing: 0;
            padding-right: 7px;
        }

            #seccionSticky h3 b {
                display: none;
            }

        #seccionSticky span {
            line-height: 1;
            margin-left: 0;
            white-space: nowrap;
            padding: 8px 7px 6px 7px;
            font-size: 13px;
            letter-spacing: 0;
        }

    .header-n {
        top: 48px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}
