.page-header.type3.sticky-header ~ .custom-top-bar-fixed {
    /*display: none !important;*/
}

.page-header.type3.sticky-header .header-main {
    margin-top: 41px !important;
}

.custom-top-bar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #f1f1f1;
    padding: 8px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.custom-top-bar-fixed .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-top-bar-fixed ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.custom-top-bar-fixed ul li {
    border-radius: 25px;
    background: black;
    padding: 3px 15px;
}

.custom-top-bar-fixed ul li a {
    color: white;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-top-bar-fixed ul li a:hover {
    text-decoration: underline;
}

/* Desplazar el contenido hacia abajo para que no lo tape */
body {
    padding-top: 40px; /* Ajusta según el alto real de la barra */
}
