﻿.hidde-top-menu ul {
    display: none;
}

.search-top {
    display: none;
}

.head .log-section {
    display: flex;
}

header {
    height: 80px;
}



    header .login-btn, header .signin-btn {
        display: flex;
        height: 48px;
        align-items: center;
        padding: 6px 24px;
        justify-content: center;
        font-size: 18px;
        border-radius: 24px;
    }


    header.top-top {
        background: transparent;
        border-bottom: 0px solid var(--gray-light);
    }

        header.top-top .logo {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
        }

        header.top-top.alt-color-header {
            background: linear-gradient(to bottom, #000000de 3%, #00000045 50%, #ffffff00 100%);
        }

.register-space a {
    color: var(--secondary);
}


.btn-secondary {
    color: var(--secondary);
    background: transparent;
    border: 2px solid var(--secondary);
}

    .btn-secondary:hover {
        background: var(--gray-light);
        color: var(--primary);
    }

.global-container {
    margin-top: 0px;
}

.h-100.global-container {
    height: max-content !important;
    display: inline-block;
}

.user-actions .user-img {
    height: 36px;
    width: 36px;
}

.notification-btn {
    height: 48px;
}

.mensajes-icon {
    background-image: url('content/images/iconos/mensajes-w.svg');
}

.notificaciones-icon {
    background-image: url('content/images/iconos/campana-w.svg');
}

.notification-btn:hover .mensajes-icon {
    background-image: url('content/images/iconos/mensajes-01.svg');
}

.notification-btn:hover .notificaciones-icon {
    background-image: url('content/images/iconos/campana-01.svg');
}

header:not(.top-top) .notification-btn .mensajes-icon {
    background-image: url('content/images/iconos/mensajes-01.svg');
}

header:not(.top-top) .notification-btn .notificaciones-icon {
    background-image: url('content/images/iconos/campana-01.svg');
}

.notificaciones-icon, .mensajes-icon {
    width: 32px;
    height: 32px;
}

.search-header.contract .search-square {
    width: 48px;
}

.search-header .search-square {
    height: 48px;
}

.search-header .btn-search {
    height: 46px;
    width: 46px;
}

.search-icon {
    width: 32px;
    height: 32px;
}

.pop-mensajes {
    top: 82px;
    right: 370px;
}

.pop-notificaciones {
    top: 82px;
    right: 290px;
}

.search-header{
    display: flex;
}