@import url('./menu.css');

.header {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    max-width: none !important;
}

.header .region-top-header #block-logo img {
    content: url('/sites/default/files/inline-images/Logo-Picasso-black.svg');
    width: 100px;
    height: 100px;
}

.header .navbar {
    padding: 0;
}

.header section.row>* {
    width: unset;
    padding: 0;
}

.header .region-top-header {
    width: 100%;
    margin: 20px 0;
    display: inline-flex;
    align-items: center
}

.header .region-top-header> :not([hidden])~ :not([hidden]) {
    margin-left: 1rem;
}

.header .region-top-header #block-logo p {
    margin-bottom: 0;
}

.header .region-top-header #block-logo a {
    display: block;
}

.header .region-top-header #block-descubrelacoleccion {
    width: fit-content;
    margin-left: 40px;
}

.header .region-top-header #block-entradas {
    width: fit-content;
}

.header .region-top-header #block-busqueda {
    width: 40px;
}

.header .region-top-header #block-menu {
    width: 60px;
}

.header .region-top-header .discover a {
    padding: 0px;
    text-decoration: none;
}

.header .region-top-header .discover a>span {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, var(--light-grey), var(--light-grey));
    font-size: 14px;
    border: none;
}

.header .region-top-header .discover span span {
    font-size: 14px;
    background-blend-mode: unset;
    background-image: unset;
}

.header .region-top-header .discover span.material-icons-outlined {
    padding: 0px 0px;
    padding-right: 10px;
}

.header .region-top-header #block-filler {
    flex: 1 0 auto;
}

.header .region-top-header .header-entradas {
    width: fit-content;
}

.header .region-top-header .header-entradas.sticky.hidden {
    top: 52px;
    border-radius: 40px;
    display: none !important;
}

.header .region-top-header .header-entradas.sticky.hidden.menu-open.visible {
    border: 1px solid var(--white);
    border-radius: 40px;
    background-color: var(--dark-blue);
    display: flex !important;
    position: fixed;
    opacity: 1 !important;
}

.header .region-top-header .header-entradas a {
    text-decoration: none;
}

.header .region-top-header .header-entradas span {
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.header .region-top-header .header-busqueda {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.header .region-top-header .header-busqueda.hidden {
    display: none;
    border-radius: 50%;
    top: 50px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) !important;
}

.header .region-top-header #block-menu .content>div {
    height: 60px;
    width: 60px;
    z-index: 99999;
}

.header .region-top-header .header-menu {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.header .region-top-header .header-menu img {
    height: 60px;
    width: 60px;
}

.header .region-top-header .header-menu.hidden {
    top: 40px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05) !important;
    display: none;
}

/* Header - Personalizado Nodos */
body.blue-bg .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5990;
    user-select: none;
}

body.blue-bg .header .region-top-header #block-logo img {
    content: url('/sites/default/files/inline-images/Logo-Picasso-white.svg');
    width: 100px;
    height: 100px;
}

body.blue-bg .header .region-top-header .header-entradas span {
    border: 1px solid var(--white);
    color: var(--white) !important;
}

body.blue-bg .header .region-top-header .discover a>span {
    color: var(--white) !important;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
}

body.blue-bg .header .region-top-header #block-menu img {
    content: url('/sites/default/files/inline-images/Hamburger-black.svg');
}

body.blue-bg .header .region-top-header #block-busqueda img {
    content: url('/sites/default/files/inline-images/Search-black.svg');
}

body.white-bg .header {
    position: relative !important;
}

body.white-bg .header .region-top-header #block-logo img {
    content: url('/sites/default/files/inline-images/Logo-Picasso-black.svg');

}

body.white-bg .header .region-top-header #block-menu img {
    content: url('/sites/default/files/inline-images/Hamburger-white.svg');
}

body.white-bg .header .region-top-header #block-busqueda img {
    content: url('/sites/default/files/inline-images/Search-white.svg');
}

.header .region-top-header .header-busqueda:hover,
.header .region-top-header .header-menu:hover {
    opacity: 0.7;
}

@media screen and (max-width: 991px) {

    .header .region-top-header .header-busqueda:hover,
    .header .region-top-header .header-menu:hover {
        opacity: 1;
    }
}

.header .region-top-header .chip {
    opacity: 1 !important;
    border: 1px solid var(--dark-blue);
}

.header .region-top-header .header-entradas.menu-open .chip {
    border: 1px solid var(--white);
    color: var(--white);
}

body.white-bg .header .region-top-header .header-entradas:hover .chip {
    background-color: var(--dark-blue);
    color: var(--white);
}

body.blue-bg .header .region-top-header .header-entradas:hover .chip,
.header .region-top-header .header-entradas.menu-open:hover .chip {
    background-color: var(--white) !important;
    color: var(--dark-blue) !important;
}

body.searcher-open .header .region-top-header .header-busqueda.sticky.hidden,
body.searcher-open .header .region-top-header .header-menu.sticky.hidden,
body.searcher-open .header .region-top-header .header-entradas.sticky.hidden {
    display: flex !important;
    position: fixed;
    z-index: 201 !important;
}

body.searcher-open .header .region-top-header .header-busqueda.sticky.hidden {
    z-index: 5994 !important;
}

@media screen and (max-width: 576px) {
    body.searcher-open .header .region-top-header .header-entradas.sticky.hidden {
        right: 135px;
    }
}

body.searcher-open .header .region-top-header .header-busqueda.sticky.hidden {
    content: url('/sites/default/files/inline-images/close.svg');
}

@media screen and (min-width: 1280px) {

    .header {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

}

@media screen and (min-width: 1440px) {

    .header {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        max-width: none !important;
    }
}

@media screen and (min-width: 1920px) {
    .header {
        width: 1720px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1279px) {

    .header .region-top-header #block-menu .content>div {
        height: 50px;
        width: 50px;
    }

    .header .region-top-header .header-menu.hidden {
        top: 45px;
    }
}

@media screen and (max-width: 991px) {

    .header {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding-right: 35px;
        padding-left: 35px;
    }

    .header .region-top-header {
        margin: 20px 0;
    }

    .header .region-top-header #block-logo img {
        width: 75px !important;
        height: 75px !important;
    }


    .header .region-top-header> :not([hidden])~ :not([hidden]) {
        margin-left: 10px;
    }

    .header .region-top-header .discover a>span,
    .header .region-top-header .header-entradas span {
        height: 30px;
    }

    .header .region-top-header .discover a>span {
        width: 30px;
    }

    .header .region-top-header .discover a>span>* {
        padding: 0 !important;
    }

    .header .region-top-header #block-busqueda {
        width: 30px;
    }

    .header .region-top-header .header-busqueda {
        height: 30px;
        width: 30px;
    }

    .header .region-top-header .header-busqueda img {
        height: 30px;
        width: 30px !important;
    }

    .header .region-top-header #block-menu {
        width: 50px;
    }

    .header .region-top-header #block-menu .content>div,
    .header .region-top-header .header-menu {
        height: 50px;
        width: 50px;
    }

    .header .region-top-header .discover a>span {
        padding: 5px 10px;
    }

    .header .region-top-header .header-menu img {
        height: 50px;
        width: 50px;
    }

    .header .region-top-header .discover span.material-icons-outlined {
        padding: 0;
        padding-right: 5px;
    }

    .header .region-top-header .discover a>span> :not([hidden])~ :not([hidden]) {
        display: none;
    }

    .header .region-top-header .header-menu.hidden {
        top: 40px;
    }
}

@media screen and (max-width: 576px) {

    .header .region-top-header #block-entradas .header-entradas,
    .header .region-top-header #block-entradas .header-entradas.sticky {
        display: none;
    }

    .header .region-top-header #block-logo img {
        width: 75px !important;
        height: 75px !important;
    }
}

@media screen and (max-width: 479px) {
    .header {
        padding-right: 25px;
        padding-left: 25px;
    }

    .header .region-top-header #block-logo img {
        width: 70px !important;
        height: 70px !important;
    }

    .header .region-top-header .discover a>span> :not([hidden]) {
        padding: 0 !important;
    }

    .header .region-top-header .discover a>span {
        width: 30px;
    }

    .header .region-top-header .header-busqueda span {
        font-size: 14px;
    }

    .header .region-top-header .header-menu span {
        font-size: 21px;
    }

    .header .region-top-header .header-menu {
        font-size: 24px !important;
        height: 50px !important;
        width: 50px !important;
    }
}

@media screen and (max-width: 1279px) {
    .header .region-top-header #block-logo img {
        width: 80px;
        height: 80px;
    }

    .header .region-top-header .discover span span {
        font-weight: 600;
    }

    .header .region-top-header .discover span.material-icons-outlined {
        padding-right: 5px;
    }

    .header .region-top-header .header-menu img {
        height: 50px;
        width: 50px;
    }

    .header .region-top-header .header-busqueda img {
        width: 40px;
    }
}


@media screen and (max-width: 991px) {
    .header .region-top-header #block-logo img {
        width: 80px !important;
        height: 80px !important;
    }

    .header .region-top-header .header-entradas span {
        padding: 0 15px;
        font-size: 13px;
        line-height: 13px;
    }

    .header .region-top-header .discover span.material-icons-outlined {
        padding-right: 4px;
    }

    .header .region-top-header #block-descubrelacoleccion {
        margin-left: 20px;
    }

    .header .region-top-header .discover span span {
        font-weight: 600;
    }
}

@media screen and (max-width: 576px) {

    .header .region-top-header #block-logo.menu-open {
        display: none !important;
    }
}

@media screen and (max-width: 379px) {
    .header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .header .region-top-header #block-logo img {
        width: 60px !important;
        height: 60px !important;
    }

    .header .region-top-header .header-menu {
        font-size: 18px !important;
        height: 45px !important;
        width: 45px !important;
    }

    .header .region-top-header .header-menu img{
        font-size: 18px !important;
        height: 45px !important;
        width: 45px !important;
    }

    #block-alternadordeidioma-3 button {
        font-size: 12px !important;
    }

    .header .region-top-header .discover a>span {
        width: 25px;
    }

    .header .region-top-header .discover span span {
        font-size: 12px;
    }

    .header .region-top-header .header-busqueda img {
        height: 30px;
        width: 30px;
    }
}