/* Las fuentes están puestas en el backend: Content/Design/Configuration->Global en el "HTML head" */

:root {
    --az: #181534;
    --azc: #334367;
    --az2: #171232;
    --yl: #ffc000;
    --nj: #ff8000;
    --ft: 'Barlow';
    --blue: #001441;
    --second-color: #001441;
}
.custom-table-cell-result .product-detalles .tipo-padre {
    width: 50%;
    text-align: left;
}
.filtracion-button {
    background: #fea101; padding: 10px 20px;font-weight: 600;
}
.product-detalles span,
.product-detalles a.accion-detalles-primary span {
    text-align: center;
    margin: auto;
}

/** cambio menu pruebas 09/11/2023 */
.sections.nav-sections {
    background: #fea101;
}

li.level0.nav-6.category-item.level-top.ui-menu-item,
li.level0.nav-7.category-item.last.level-top.ui-menu-item {
    float: right;
}


/** GENERAL */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
}

a {
    transition: .3s ease;
}

h1 {
    color: var(--az2);
    font-weight: 600;
    font-size: 26px !important;
}

h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 3.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

ol.products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    justify-content: space-between;
}

.referencia {
    display: flex;
    align-items: center;
}

.referencia h2 {
    margin: 3px;
    font-size: 12px;
}

.breadcrumbs {
    margin: 15px 0 15px;
}

ol.products.list.items.product-items strong.producto.name.producto-item-name h3 {
    margin: 0;
}

.page-title-wrapper.product h2.base {
    font-size: 20px;
}

.catalog-product-view.page-layout-1column .column.main .product.media {
    width: 30%;
}

.catalog-product-view.page-layout-1column .column.main .product-info-main {
    width: 65%;
}

.page-product-bundle .bundle-options-container {
    width: 65%;
    float: right;
    clear: none;
}
.page-product-bundle .product-info-main {
    display: none;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
    width: 100%;
    margin-top: 0;
}
.page-product-bundle  .bundle-options-container .product-add-form {
    display: block;
}
.page-product-bundle h1 {
    margin-bottom: 15px;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .product-details {
    display: flex;
    flex-direction: column-reverse;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 0;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .box-tocart, .box-tocart {
    margin: 0;
}
.page-product-bundle .fieldset:last-child {
    margin-bottom: 0;
}
.page-product-bundle  button#product-addtocart-button {
    width: 49%;
}

.products.wrapper.grid.products-grid ol.products.list.items.product-items li.item.product.product-item {
    margin: 0;
    width: calc((100% / 4) - 10px);
    display: block;
}

div#product-options-wrapper,
.product-options-bottom {
    display: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: none;
}

ol.products.list.items.product-items .actions-primary {
    text-align: center;
}

ol.products.list.items.product-items img.product-image-photo {
    width: 100% !important;
    margin: 0;
}

.products.wrapper.list.products-list ol.products.list.items.product-items span.product-image-wrapper {
    padding-bottom: 0 !important;
}

ol.products.list.items.product-items span.product-image-wrapper {
    padding-bottom: 100% !important;
}

li.item.product.product-item.producto-tipo-configurable a.producto.photo.producto-item-photo {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.item.product.product-item.producto-tipo-configurable .producto.details.producto-item-details {
    width: 75%;
}

small.referencia {
    margin-bottom: 5px;
    display: block;
}

ol.products.list.items.product-items strong.producto.name.producto-item-name a.product-item-link {
    display: block;
    color: #001441;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    box-decoration-break: clone;
}

.name.producto-item-name h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

ol.products.list.items.product-items strong.producto.name.producto-item-name {
    display: block;
    padding: 10px 0;
}

.productos-asociados {
    margin-top: 15px;
}

li.item.product.product-item.producto-tipo-simple {
    width: calc((100%/4) - 10px);
    display: block;
}

li.item.product.product-item.producto-tipo-simple .product-item-info {
    flex-direction: column;
}

li.item.product.product-item.producto-tipo-simple .product-item-info a.product.photo.product-item-photo {
    width: 100%;
}

li.item.product.product-item.producto-tipo-simple .product-item-info .product.details.product-item-details {
    width: 100%;
}


.catalog-category-view .products-list .product-item-info {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.products.wrapper.list.products-list a.product.photo.product-item-photo {
    width: 25%;
    padding: 0;
}

.products.wrapper.list.products-list .product.details.product-item-details {
    width: 65%;
    display: block;
}

.products.wrapper.list.products-list li.item.product.product-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
}

._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: 0 0 0px 2px var(--nj);
}

.product-social-links {
    display: none;
}

/*buscador*/
span.closelupa {
    display: flex;
    justify-content: right;
    margin: 20px;
    cursor: pointer;
}

svg.svg-inline--fa.fa-times.fa-w-11 {
    color: white;
    font-size: 38px;
}

.block-search .control {
    display: flex;
}

.block.block-search.open {
    padding: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    text-align: center;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 74%);
    z-index: 55;
}

.subheader-dos .block.block-search.open .block.block-content {
    display: block;
    position: relative;
    top: 180px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    margin: 0 auto;
}

input#search {
    /* height: 60px; */
}

.subheader-dos .block-search .action.search:before {
    font-size: 28px;
    vertical-align: middle;
}

.subheader-dos .block-search .action.search {
    top: 7px;
}

form#search_mini_form {
    position: relative;
}

/*menu*/
.sections.nav-sections .navigation .level0 .submenu .submenu-reverse {
    left: 100% !important;
    bottom: 0;
}

.navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
    bottom: 0;
}

ul.level3.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded,
ul.level2.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
    bottom: 0;
}

.sections.nav-sections .navigation>ul {
    padding-left: 25px;
}

.sections.nav-sections .navigation li.level1 {
    position: initial;
}

.sections.nav-sections .navigation .level0 .submenu {
    background: #fff;
    /* border: none; */
    border: 1px solid #ffa800;
    box-shadow: none;
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
    min-height: 465px;
}

.sections.nav-sections .navigation .level0 ul.level0.submenu {
    background: var(--az);
}

.sections.nav-sections .navigation .level0 ul.level1.submenu,
.sections.nav-sections .navigation .level0 ul.level2.submenu,
.sections.nav-sections .navigation .level0 ul.level3.submenu,
.sections.nav-sections .navigation .level0 ul.level4.submenu {
    background: var(--azc);
}

.sections.nav-sections .navigation .level0 .submenu .ui-corner-all>span {
    color: white;
}

.sections.nav-sections .navigation .level0 .submenu a {
    text-align: left;
}

.sections.nav-sections .navigation .level0 .submenu a.ui-state-active,
.sections.nav-sections .navigation .level0 .submenu a.ui-state-focus {
    background: var(--azc);
}

.sections.nav-sections .navigation .level0 .submenu li.parent>a>.ui-menu-icon:after {
    color: var(--nj);
}

.level-top.ui-corner-all.ui-state-active,
.level-top.ui-corner-all.ui-state-focus:hover {
    background: var(--az);
}

.level-top.ui-corner-all.ui-state-active span,
.level-top.ui-corner-all.ui-state-focus:hover span {
    color: #ffffff;
}

.sections.nav-sections .navigation .level0.parent>.level-top>.ui-menu-icon {
    right: 10px;
}

.sections.nav-sections .navigation .level0.parent>.level-top {
    padding-right: 30px;
}

/*home*/
.page-main .widget.block.block-static-block {
    margin-bottom: 0;
}

.seo-icono {
    margin-right: 15px;
    width: 20%;
}

.seo-ico-serv {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.seo-serv-block {
    /* display: flex; */
    align-items: center;
    margin-bottom: 25px;
}

.seo-icono svg {
    font-size: 50px;
    color: #ffa101;
}

.home.seo {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 0 100px;
    max-width: 1280px;
    margin: auto;
}

.cms-home.cms-index-index main#maincontent {
    width: 100%;
    max-width: initial;
    padding: 0 0;
}

.page-header .header.panel {
    padding-bottom: 0;
    padding-top: 0;
}

.block.block-search {
    /* display: none; */
}

span#buscador {
    cursor: pointer;
}

/*home slider*/
.sparsh_banner_slider>div {
    position: relative;
}

.sparsh_banner_slider .image-thumb>img {
    width: 100%;
}

.cms-home.cms-index-index .sparsh_banner_slider .caption h1 {
    width: 26ch;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: bolder;
    position: absolute;
    bottom: 0;
    margin: 0;
    font-family: var(--ft);
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 1px 1px 8px #00000087;
    color: white;
}

.cms-home.cms-index-index .sparsh_banner_slider .caption {
    position: absolute;
    margin: 0 auto;
    max-width: 1280px;
    right: 0;
    z-index: 3;
    top: 50%;
    left: 25%;
    right: 25%;
    transform: translate(20%, -50%);
    margin-top: inherit;
}

.sparsh_banner_slider>div:nth-of-type(n+2) {
    display: none;
}

.cms-index-index .sparsh_banner_slider .slick-list,
.cms-index-index .sparsh_banner_slider.slick-initialized .slick-slide>div>div {
    max-height: 700px;
}


/*Botones*/
.action.primary {
    background: linear-gradient(to right, var(--az), #322b68, var(--az));
}

/*Fin botones*/

/* HEADER barra de usuario */
.page-wrapper .page-header .header.panel {
    padding-bottom: 0;
    padding-top: 0;
}

.page-wrapper .page-header .panel.wrapper {
    background: #e6e6e6;
}

.panel.header {
    background: #e6e6e6;
    display: flex;
    justify-content: flex-end;
}

.header.panel>.header.links {
    font-size: inherit;
    width: 100%;
}

.header.links .headerTop {
    display: flex;
    justify-content: right;
}

.orange-menu a {
    color: var(--az);
}

.accesoCli a {
    color: var(--az);
    text-decoration: none;
}

/*Iconos*/
.accesoCli a svg {
    color: var(--az);
}

/*Fin barra de usuario*/

/* MENU */
.buscador-menu {
    padding: 0 12px;
}

.buscador-menu:hover {
    background: var(--az);
}

.buscador-menu:hover span#buscador {
    color: white !important;
}

svg.svg-inline--fa.fa-shopping-cart.fa-w-18 {
    font-size: 24px;
    color: var(--az);
}

header.page-header .header.content .minicart-wrapper .action.showcart:before {
    display: none;
}

/*
.header.content {
    display: flex;
    flex-flow: row nowrap;
}
header.page-header>.header.content {
    max-width: inherit;
    padding: 15px 0;
    max-width: 1350px;
    display: flex;
    align-items: center;
}
*/


.logo {
    width: 20%;
}

.contenerheader {
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    max-height: 50px;
    background: linear-gradient(to bottom, var(--yl), var(--nj)) !important;
    /* box-shadow: -16px 6px 8px -5px #8a5520a6; */
    border-top-left-radius: 50px;
}

.subheader-uno {
    width: 64%;
}

.subheader-dos {
    display: flex;
    flex-flow: row nowrap;
    line-height: 46px;
    width: calc(40% - 45px);
    justify-content: flex-end;
}

a.logo img {
    max-width: 190px;
}

a.logo {
    margin: 0;
}


svg.svg-inline--fa.fa-search.fa-w-16 {
    margin: 0 10px;
}

.navigation a:hover {
    text-decoration: none !important;
    color: var(--az);
    -webkit-text-stroke: var(--az) 0.1px;
}

.navslash {
    padding: 0 9px;

}

a.level-top {
    color: var(--az) !important;
    font-family: 'Open Sans';
}

.navigation ul {
    width: 100%;
}

span#buscador {
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--az) !important;
    font-family: 'Open Sans';
    font-weight: 700;
    display: block;
}

.navigation .level0>.level-top {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 16px;
}

.navigation .level0 {
    margin: 0 !important;
}

.nav-sections {
    margin: 0 !important;
    background: transparent;
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    border-color: var(--az2) !important;
}

.sections.nav-sections .navigation {
    background: transparent;
}

/* SEARCH */
.granheader {
    width: fit-content;
}

.block-search {
    height: 100%;
}

#search {
    /* border-radius: 21px/5px; */
    border: 2px solid var(--az);
    padding: 15px;
    box-shadow: 0 0 0px 2px transparent;
    transition: .3s ease;
}

#search:focus {
    border-color: var(--nj);
}

/* texto buscador vacio */
.block-search input::placeholder {
    color: transparent !important;
}

.block-search .action.search::before {
    color: var(--az) !important;
}

.minicart-wrapper {
    display: flex;
    align-items: center;
}

.minicart-wrapper .action.showcart,
.minicart-wrapper .action.showcart.active {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* !HOME */
.cms-home .columns {
    margin-top: 15px;
}

.home-banner {
    display: flex;
    min-height: 196px;
    color: white;
    position: relative;
    justify-content: center;
}

.home-banner h1 {
    width: 26ch;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: bolder;
    position: absolute;
    bottom: 0;
    margin: 0;
    font-family: var(--ft);
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 1px 1px 8px #00000087;
}

.home-banner img {
    filter: brightness(.875);
}

.home-contenido {
    display: flex;
    flex-direction: column;
    gap: 40px 0px;
}

/* Contenido home */
.categoria-block.multi {
    background: #e6e6e6;
    padding: 50px 0;
    text-align: center;
}

.categoria-grid-multi h3 {
    margin: 0;
}

.cat-content-multi a {
    background: var(--az2);
    color: white;
    padding: 15px 10px;
    line-height: 1;
    border-bottom-right-radius: 15px;
    margin: 10px auto 0;
    display: inline-block;
    /* box-shadow: 0 5px 10px #171232; */
    filter: unset;
    transition: all .4s ease-out, box-shadow .2s ease;
    margin-left: 0;
    width: 70%;
    position: absolute;
    bottom: 10px;
    left: 5px;
    font-size: 16px;
    text-align: left;
}

.categoria-grid-multi {
    position: relative;
}

.categoria-home.multi {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px 50px;
    max-width: 1280px;
    margin: auto;
}

.categoria-home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 40px;
    max-width: 1280px;
    margin: auto;
}

.categoria-grid {
    border-radius: 24px/19px;
    /* background: linear-gradient(to top, #e6e6e6 90%, #ffffff00 10%); */
}

.categoria-grid:first-of-type {
    border-radius: 24px/19px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 0;
}

.categoria-grid:first-of-type .cat-content {
    border-bottom-left-radius: 0px;
}

.categoria-grid:last-of-type {
    border-radius: 24px/19px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 21px;
}

.categoria-grid:last-of-type .cat-content {
    border-bottom-right-radius: 0px;
}

.categoria-grid a {
    display: flex;
    /* width: 100%; */
}

.cat-img img {
    width: 100%;
}

.cat-img.flt img {
    /* filter: drop-shadow(1px 4px 2px #00000036); */
    /* filter: drop-shadow(5px 2px 2px #0000002e); */
}

/* .cat-img.trc { */
/* margin-bottom: -8px; */
/* padding-top: 8px; */
/* } */
.cat-img.trc img {
    filter: saturate(60%);
}

.cat-content {
    color: white;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, var(--yl), var(--nj) 60%);
    padding: 0 20px;
}

.cat-txt {
    margin: 0 auto;
    min-height: 104px;
    color: var(--az2);
    text-align: left;
}

.cat-content h2,
.cat-subttl {
    text-align: left;
    color: var(--az2);
}

.cat-ttl {
    /* font-style: italic; */
    font-weight: bold;
}

.cat-subttl {
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.cat-content a svg {
    font-size: 16px;
}

.cat-content a {
    background: var(--az2);
    color: white;
    padding: 15px 20px;
    line-height: 1;
    border-bottom-right-radius: 15px;
    margin: 10px auto 0;
    box-shadow: 0 5px 10px #171232;
    filter: unset;
    transition: all .4s ease-out, box-shadow .2s ease;
    margin-left: 0;
    width: 55%;
    display: flex;
    justify-content: space-between;
}

.cat-content a:hover {
    background: white;
    color: var(--az2);
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 5px 10px #00000085;
}

/* texto fondo */
.home-desc {
    width: 70%;
    margin: 0 auto 24px;
    color: var(--az);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.consulte {
    background: var(--az);
    color: white !important;
    font-weight: bold;
    padding: 6px 13px;
    line-height: 1;
    border-radius: 20px;
    width: max-content;
    margin: 10px auto 0;
    display: inline-block;
    transition: all .4s ease-out
}

.consulte:hover {
    background: var(--nj);
    text-decoration: none;
    transform: translateY(-3px);

}

.desc-ttl {
    text-transform: uppercase;
    font-family: 'Barlow';
    font-weight: 800;
    font-size: 21px;
}

/* FOOTER */
.gm-footer-block ul>li>a,
.gm-footer-block ul>li,
.href-links a>span {
    color: #FFFFFF;
}

.copyright-block {
    background: var(--blue);
    padding: 30px 0;
}

.copyright {
    background: var(--blue);
    text-align: left;
    padding: 0;
}

footer.page-footer {
    padding: 25px 0;
    background: var(--blue);
}

.href-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.href-links .widget.block.block-cms-link {
    margin-bottom: 0;
}

.copyright.d-flex {
    display: grid;
    grid-template-columns: 1fr 3fr;
    /* grid-gap: 25px 20px; */
    max-width: 1280px;
    margin: auto;
    padding: 0;
}

.gm-footer-block ul {
    list-style: none;
    margin-bottom: 0;
}

.gm-footer-block.display-type-flex.size-desktop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px 20px;
    max-width: 1280px;
    margin: auto;
}

.orange-footer {
    min-height: 48px;
    background: linear-gradient(to top, var(--yl), var(--nj));
    border-top: 4px solid #181144;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 12px;
    gap: 30px;
    font-weight: bold;
}

.orange-footer a {
    color: #2c0b62
}

.orange-footer a:hover {
    color: white
}

/* !HOME */

/*Filtros y productos en BUSCADOR CATEGORÍAS*/
.page-with-filter .page-title span.base {
    background: linear-gradient(to right, var(--az), #322b68, var(--az));
    color: white;
    padding: 8px 40px;
    font-style: italic;
    font-size: 30px;
}

.page-with-filter .action.primary {
    background: linear-gradient(to right, var(--az), #322b68, var(--az));
    border: none;
}

.catalog-product-view .action.primary {
    background: linear-gradient(to right, var(--az), #322b68, var(--az));
    border: none;
}

/* FICHA */
.page-product-configurable.catalog-product-view.page-layout-1column .product.media {
    width: 30%;
}

.page-product-configurable.catalog-product-view.page-layout-1column .product-info-main {
    width: 70%;
}

.producto-asociado {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
}

th.info.cab {
    font-size: 14px;
}

.productos-asociados .info {
    border: 1px solid #c1c1c1;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    min-width: 70px;
    white-space: revert;
    padding: 5px 0;
    font-size: 12px;
}

td.info.no-padding {
    padding: 0;
    border-bottom: none;
}

/* .producto-asociado-header { */
/* display: grid; */
/* grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 3fr; */
/* } */
span.price-label {
    display: none !important;
}


/* FIN Filtros y productos en BUSCADOR CATEGORÍAS*/
@media (max-width: 991px) {

    h2 {
        font-weight: 300;
        line-height: 1.1;
        font-size: 2.4rem;
        margin-top: 2.5rem;
        margin-bottom: 2rem;
    }

    .cat-content-multi a {
        font-size: 1.2rem;
    }

    .categoria-home {
        grid-template-columns: 1fr;
        grid-gap: 40px 0;
    }

    .categoria-home.multi {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .home.seo {
        grid-template-columns: 1fr;
        grid-gap: 30px 0;
    }

    .gm-footer-block.display-type-flex.size-desktop {
        grid-template-columns: 1fr;
        grid-gap: 20px 0;
    }

    .home-contenido {}

    .categoria-home,
    .block.seo,
    .categoria-home.multi,
    .copyright.d-flex,
    .footer-contenido {
        width: calc(100% - 70px);
        margin: auto;
    }

    .copyright.d-flex {
        grid-template-columns: 1fr;
        grid-gap: 25px 0;
    }

    .href-links {
        grid-template-columns: 1fr;
        grid-gap: 25px 0;
    }

    .cms-home.cms-index-index .sparsh_banner_slider .caption {
        top: 60%;
        left: 0;
        right: 0;
        transform: initial;
        margin-top: inherit;
    }

    .cms-home.cms-index-index .sparsh_banner_slider .caption h1 {
        width: auto;
        margin-bottom: 40px;
        font-size: 2.8rem;
        font-weight: bolder;
        position: absolute;
        bottom: 0;
        margin: 0;
        font-family: var(--ft);
        text-transform: uppercase;
        line-height: 1;
        text-shadow: 1px 1px 8px #00000087;
        color: white;
        text-align: center;
    }

    .logo {
        width: initial;
    }

    .contenerheader {
        width: initial;
        background: none !important;
    }

    .subheader-dos {
        width: inherit;
    }

    header.page-header>.header.content {
        justify-content: space-between;
    }

    span#buscador label {
        display: none;
    }

    .minicart-wrapper {
        margin-top: 0;
    }

    .buscador-menu {
        padding: 0;
    }

    .minicart-wrapper,
    .buscador-menu {
        min-width: 50px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    svg.svg-inline--fa.fa-search.fa-w-16 {
        font-size: 24px;
        color: var(--az);
    }

    .buscador-menu span.level-top {
        display: block;
    }

    a.logo img {
        max-width: 130px;
    }

    a.logo {
        margin: 0 0 0 25px;
    }

    .buscador-menu:hover {
        background: none;
    }

    .sections.nav-sections .navigation>ul {
        padding-left: initial;
    }

    .nav-open .nav-toggle:after {
        background: rgb(0 0 0 / 40%);
    }

    .nav-sections {
        margin: 0 !important;
        background: var(--nj);
    }

    .sections.nav-sections .navigation .level0 .submenu a.ui-state-active,
    .sections.nav-sections .navigation .level0 .submenu a.ui-state-focus {
        background: var(--azc);
        color: white;
        font-weight: 600;
    }

    .navigation .parent .level-top.ui-state-active:after {
        content: '\e621';
        color: var(--nj);
    }

    .header.links .headerTop {
        display: flex;
        justify-content: inherit;
    }

    .nav-sections-item-title {
        background: var(--az);
    }

    a.nav-sections-item-switch {
        color: #FFFFFF;
        font-weight: 500;
    }

    .accesoCli {
        width: 100%;
    }

    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #ffffff;
    }

    .block-search input {
        /* left: 0; */
    }

    .block-search .control {
        border-top: navajowhite;
        clear: none;
        margin: 0;
        padding: 0;
    }

    .field.search>label {
        display: none;
    }

    span#buscador {
        font-size: 24px;
    }

    ul.level3.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded,
    ul.level2.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
        bottom: inherit;
    }

    .sections.nav-sections .navigation .level0 .submenu {
        position: initial;
        border: none;
        padding: unset;
    }

    ul.level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
        display: none !important;
    }

    .page-with-filter .page-title span.base {
        background: linear-gradient(to right, var(--az), #322b68, var(--az));
        color: white;
        padding: 12px 10px;
        font-style: italic;
        font-size: 22px;
    }

    .page-products .sorter {
        position: inherit;
    }
}

@media screen and (min-width:769px) {
    .header.content {
        padding: 15px 20px 0 !important;
    }

    .page-header {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 3;
    }

    .sections.nav-sections {
        position: sticky;
        top: 99px;
        z-index: 3;
    }

    .header.content {
        display: flex;
        align-items: center;
    }

    .logo {
        order: 1;
    }

    .block.block-search {
        order: 2;
        margin: 0 auto;
    }

    .minicart-wrapper {
        order: 3;
        gap: 20px;
    }

    .enlace-header {
        color: #000 !important;
    }

    .enlace-header svg {
        padding-right: 5px;
    }

    .enlace-header {
        text-decoration: none !important;
    }

    .panel.wrapper {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .enlace-header {
        display: none;
    }

    .block-search .control {
        clear: both;
    }

    .field.search>label {
        display: block;
    }

    .action.showcart {
        margin-top: 10px;
        z-index: 1;
    }

    a.logo {
        margin: 0 0 0 40px;
    }
}