/*!! By Nanod10 */
@charset "utf-8";

:root {
    /*--primary:#c00812;*/
    --primary:#522802;
    --primary-dark: #522802;
    --secondary:#222222;
    --bg: #FDFDFD;
    --header-bg: #FDFDFD;
    --header-link: #522802;
    --breadcrumb-left: #522802;
    --breadcrumb-right: #9e591a;
    --title: #522802;
    --icon: #522802;
    --link: #522802;
    --link-over: #9e591a;
    --footer-bg: #E9E9E9;
    --footer-bg-lvl2: #C7C7C7;
    --footer-title: #522802;
    --footer-link: #522802;
}


/*
  colors
    primary-logo: var(--primary);
    primary: var(--primary);
    primary-dark: var(--link-over);

*/


body{
	/*background-color: #F5F5F5;*/
    /*background-color: #d6b48a;*/
    /*background-color: #8f5934;*/
    /*background-color: #d4af85;*/
    /*background-color: #eabea1;*/
    background-color: #f5ebe5;
    /*padding-top: 50px;*/
}

.toppage{
    background: var(--header-bg);
    color: #FFF;
    padding: 10px 10px 5px;
    height: auto;
}
.toppage a,
.toppage span {
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
}
.toppage a:hover{
  	background: var(--link-over);
  	color: #FFF;
  	text-decoration: none;
}




.main_content > header, /* header-carrito */
.header-main{
    background-image: url("//web.souvenirsytrofeosenlaser.com.ar/images/header-bg.webp");
    /*border-bottom: 5px solid rgba(255,255,255,0.35);*/
    /*border-bottom: 5px solid rgba(0, 0, 0, 0.1);*/
    /*color: var(--secondary);*/
    color: var(--header-link);
    background-size: cover;

    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 25px, rgba(0, 0, 0, 0.5) 0px 0px 3px;
}

.header-main .navlinks > li > div,
.header-main .navlinks > li > a {
    color: var(--header-link);
    background-color: var(--header-link);
    /*color: transparent;*/
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3),
        0px 0px 10px var(--header-link);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}




.header-main.header-fixed .user-menu {
    margin: 0;
    padding: 8px 15px;
}
/* Celulares */
@media(max-width: 800px) {
    .header-main.header-fixed .user-menu {
        padding: 0 15px;
    }
    .header-main .user-menu .icon a {
        padding: 0 10px;
    }

}

.user-menu .icon i {
    /* background-color: #522802; */
    /* color: transparent; */
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3),
    0px 0px 10px var(--header-link);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.user-menu .icon i {
    color: var(--icon);
}

.user-menu .icon i:hover {
    color: var(--link-over);
}




/* Celulares */
@media(max-width: 800px){
    .navmain:before {
        contain: none;
        display: none;
    }
}

/* PC */
@media(min-width: 800px) {
    .navmain {
        position: relative;
        padding-right: 10px;
        margin-right: 40px;
    }
    .navmain:before {
        content: " ";
        background-color: rgba(255, 255, 255, 0.5);
        border: 3px rgba(255, 255, 255, 1) solid;
        width: 120%;
        height: 200px;
        position: absolute;
        display: block;
        top: -20px;
        left: -45px;
        z-index: -1;
        transform: skewX(-20deg);
        /*box-shadow: 0px 0px 20px 5px rgba(82, 40, 2, 0.75), 0px 0px 10px 0px rgba(0, 0, 0, 0.75);*/
        box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.85), 0px 0px 10px 0px rgba(0, 0, 0, 0.75), inset 0px 0px 16px -8px rgba(255, 0, 0, 1);
        background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.5), transparent);
    }
}



div[data-class-as*="drawer-menu-list"] div > i,
ul[data-class-as*="drawer-menu-list"] div > i,
div[data-class-as*="drawer-menu-list"] a > i,
ul[data-class-as*="drawer-menu-list"] a > i
{

}

*[data-class-as*="drawer-menu-list"] li > *,
*[data-class-as*="drawer-menu-list"] .view-more-container .item.view-more {
    /* background-color: #522802; */
    color: var(--header-link);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3),
    0px 0px 10px var(--header-link);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}





/*.drawer .name,
div[data-class-as*="drawer"] .name,
div[data-class-as*="drawer-menu-list"] .name,
ul[data-class-as*="drawer-menu-list"] .name
{
    color: var(--primary);
}*/



/* Celulares */
@media(max-width: 800px){
    div[data-class-as*="drawer"] > .drawer-container {
        background-color: #d1bda5;
        background-image: url(//web.souvenirsytrofeosenlaser.com.ar/images/header-bg.webp);
    }

    /* Header de sublistas (sub drawers en este caso) */
    ul[data-class-as*="drawer-menu-list"] .sl-header {
        padding: 10px;
        background:  var(--primary);
        color: #FFF;
        border-bottom: 2px solid var(--link-over);
    }
    
    div[data-class-as*="drawer-menu-list"] .sl-header .name,
    ul[data-class-as*="drawer-menu-list"] .sl-header .name
    {
        color: #FFF;
    }

    ul[data-class-as*="drawer-menu-list"] .sl-header i {
        color: #FFF;
    }

    .navlinks > li > div, .navlinks > li > a {
        font-size: 1em;
        /* background-color: #522802; */
        color: var(--header-link);
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3),
        0px 0px 10px var(--header-link);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
    }

}

/* PC */
@media(min-width: 800px) {

    /* link #337ab7 */
    .header-main,
    .ship-to-city,
    .header-main .navlinks a {
        color: var(--header-link);
    }

    /*.header-main .navlinks.onhover:hover{*/
    /*    background: var(--link-over);*/
    /*    color: #FFF;*/
    /*    border-radius: 5px;*/
    /*}*/
    .header-main a:hover,
    .header-main button:hover,
    .ship-to-city:hover,
    .header-main .navlinks a:not(.activo):hover,
    .header-main .navlinks a:active,
    .header-main .navlinks a:focus {
        text-decoration: none;
        color: var(--link-over);
    }


    .header-main .navlinks a.activo {
        background: inherit;
        color: var(--link-over);
        border-radius: 5px;
    }

    .header-main .navlinks a.hover {
        background: inherit;
        color: var(--link-over);
        border-radius: 5px;
    }

    .header-main .navlinks > li:not(.fnav-mobile):hover {
        background: inherit;
        color: var(--link-over);
        border-radius: 5px;
    }

    .header-main .navlinks li.navmain .nav-menu-full-list li:hover > a,
    .header-main .navlinks li.navmain .nav-menu-full-list li:hover > div {
        background: var(--primary);
        color: #FFF;
        cursor: pointer;

    }

    .navlinks li.navmain:hover .nav-menu-full-fixed {
        right: 0;
    }

    .navlinks li.navmain .nav-menu-full-sublist .sublist-body .sl-header {
        background: transparent;
        border-bottom: 2px solid var(--primary);

    }
    .navlinks li.navmain .nav-menu-full-sublist .sublist-body ul li.cat-card{
        border-radius: 8px;
    }



    div[data-class-as*="drawer-menu-list"] .sl-header .name,
    ul[data-class-as*="drawer-menu-list"] .sl-header .name
    {
        color: var(--primary);
    }
    


    ul.list .item > div,
    ul.list .item > a,
    ul.list .item > label {
        color: var(--primary);
    }
    /*ul.list .item:hover > div,*/
    ul.list .item:hover > a,
    ul.list .item:hover > label {
        color: var(--link-over);
    }
    ul.list .item.activo {
        color: var(--link-over);
        background: #FFF;
        border: var(--link-over) 1px solid;
    }
    ul.list .item > .item-header {
        color: var(--primary);

    }

    .navlinks li.navmain .nav-menu-full-list li > a .icon-has-childs,
    .navlinks li.navmain .nav-menu-full-list li > div .icon-has-childs{
        color: #FFF;
    }

    ul.list .item .badge {
        background: transparent;
        color: var(--primary);
        border: var(--primary) 1px solid;
        border-radius: 8px;
    }


    ul.list.lvl1.nav-menu-full-list {
        background-image: url(//web.souvenirsytrofeosenlaser.com.ar/images/nav-lvl1-bg.webp);
        margin: 0 !important;
        padding: 10px;
        max-height: 455px;
        box-shadow: 4px 0px 5px 2px rgba(0, 0, 0, 0.3), 10px 0px 20px 5px var(--header-link);
    }

    ul.list.lvl1 .item > .item-header {
        color: #FFF;
    }

    .navlinks li.navmain .nav-menu-full{
        box-shadow: 4px 0px 5px 2px rgba(0, 0, 0, 0.3), 10px 0px 20px 5px var(--header-link);
    }
    .navlinks li.navmain .nav-menu-full,
    .navlinks li.navmain .nav-menu-full-sublist,
    .navlinks li.navmain .nav-menu-full-sublist.opened {
        background: unset;
        background-image: url(//web.souvenirsytrofeosenlaser.com.ar/images/nav-lvl2-bg.webp);
        max-height: 455px;
    }

    ul.list.lvl1 .item-header:not(.activo):hover, 
    ul.list.lvl1 .item-header:active, 
    ul.list.lvl1 .item-header:focus{
        /*background: var(--primary);*/
        /*color: #FFF;*/
    }

    ul.list.lvl1 i.fa-circle,
    ul.list.lvl1 .lvl1 i.fa-circle {
        color: var(--primary);
        font-size: 0.5em;
    }
    ul.list.lvl1 .item-header:not(.activo):hover i.fa-circle, 
    ul.list.lvl1 .item-header:active i.fa-circle, 
    ul.list.lvl1 .item-header:focus i.fa-circle{
        color: #FFF;
    }


}



@media (max-width: 768px) {

    .header-main .header-inner .navlink-productos {
        width: 100%;
        display: block;
        margin: 0px 0;
        padding: 10px;
        color: var(--header-link);
        text-decoration: none;
        font-weight: normal;
        border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    }
    .header-main .header-inner .logo {
        float: none !important;
    }
    .header-main .header-inner .logo .mobile {
        color: var(--header-link);
        padding-right: 15px;
        padding-left: 10px;
    }



    ul.list.lvl1 i.fa-circle,
    ul.list.lvl1 .lvl1 i.fa-circle {
        color: var(--icon);
        font-size: 0.5em;
    }
}


.header-main.header-fixed .header-inner .logo img {
    height: 40px;
}
.header-main.header-fixed .header-inner .logo .btn-header.mobile {
    padding-right: 0;
}
.header-main.header-fixed .header-inner .logo .mobile img {
    height: 35px;
}

.header-main .logo,
.header-main .drawer-categorias-full {
    padding: 8px 0;
}

header ul li a.btn_cart .badge,
header ul li a.btn-drawer-cart .badge {
    color: #FFF;
    background: #710000;
    box-shadow: rgba(0,0,0,0.5) 0 3px 3px;
}

.nav-master .drawer-img-header {
    /*background-color: var(--primary);*/
}









/*
*
*   Novedades
*
***/

.lista.novedades_container {
    padding: unset;
    margin: unset;
    list-style: none;
}

.novedades{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
}
.novedades article{
    background: rgba(255,255,255,0.5);
    box-shadow: rgb(0 0 0 / 50%) 0 10px 25px;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.novedades header {
    width: 100%;
}
.novedades header .title {
    text-align: center;
}
.novedades figure {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}
.novedades figure .imagen_container{
    max-width: 33%;
    width: 250px;
    text-align: center;
    overflow: hidden;
    margin: auto;
}
.novedades figure .imagen_container img{
    max-height: 160px;
    width: auto;
}
.novedades .descripcion {
    max-width: 66%;
    text-align: justify;
    font-size: 1.2em;
    width: 100%;
}
.novedades footer {
    width: 100%;
}

@media (max-width: 400px) {
    .novedades figure {
        flex-wrap: wrap;
    }
    .novedades figure .imagen_container{
        max-width: 100%;
    }
    .novedades .descripcion {
        max-width: 100%;
    }
}

/*
*
*   Home 
*
***/



.btn-primary {
    border: none;
    transition: width .2s;
    background:var(--primary);
}
.btn-primary:hover {
    border: none;
    background:var(--link-over);
    color:#FFF;
}

.home-category-list a,
.home-category-list .card {
    color: var(--link);
}
.home-category-list .card .info {
    color: inherit;
    font-weight: bolder;
    font-size: 1.2em;
    text-transform: uppercase;
    border: none;
}
.home-category-list .card .info .name {
    color: inherit;
}

.home-category-list .card .image-container {
    border-radius: 100%;
    border: 5px solid var(--link);
    background: #FFF;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3), 0px 0px 5px 0px var(--link);
    transition: all ease .5s;
}
.home-category-list .card:hover .image-container {
    border: 5px solid var(--link);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.3), 0px 0px 5px 5px var(--link-over);
    transition: all ease .5s;
}


body .page-container .page-box.bg-grey {
    background: #f5f5f5;
    box-shadow: none;
    border: none;
}
body .page-container .page-box.bg-white {
    background: #f5f5f5;
    box-shadow: none;
    border: none;
}

body .page-container .page-datos-contacto.page-box{
    background: unset;
    padding: 0;
}

@media(max-width: 800px) {
    body .page-container .page-datos-contacto .row.general-cover-info,
    body .page-container .page-datos-contacto .row.general-cover-info [class*="col-"],
    .row.sm-no-padding,
    .row.sm-no-padding [class*="col-"] {
        padding: 0 !important;
        margin: 0 !important;
    }
}


/*
*
*
*   BREADCRUMB
*
*
*/
.breadcrumb-container {
    background-color: var(--breadcrumb-left);
    /* Gradient */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/var(--breadcrumb-left)+0,911e2d+100 */
    background: var(--breadcrumb-left); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  var(--breadcrumb-left) 0%, var(--breadcrumb-right) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  var(--breadcrumb-left) 0%,var(--breadcrumb-right) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  var(--breadcrumb-left) 0%,var(--breadcrumb-right) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--breadcrumb-left)', endColorstr='var(--breadcrumb-right)',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.breadcrumb-container h1 {
    color: #FFF
}
.breadcrumb-container span {
    color: #FFF;
}
.breadcrumb-container .breadcrumb > .active {
    color:#FFF;
}
.breadcrumb-container .breadcrumb .fa-home {
    color: #FFF;
}
.breadcrumb-container .breadcrumb span, 
.breadcrumb-container .breadcrumb ol a {
    color:#FFF;
}





/*
*
*    LA EMPRESA
*
*/


.empresa-nombre{
    max-width: 800px;
    margin: 2em auto;
    font-size: 1em;
}
.empresa-descripcion {
    max-width: 800px;
    margin: auto;
    font-size: 1.5em;
}
.empresa-logo {
    margin: 20px 0;
}
.empresa-logo img {
    margin: 20px;
    max-width: 80%;
}

/***/
.empresa-prop-body {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
    text-align: left;
}
.empresa-prop-logo {
    /*background: #039;*/
    padding: 20px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
}
.empresa-prop-logo img {
    width: auto;
    max-width: 150px;
    max-height: 80px;
}

.empresa-prop-title {
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
}
.empresa-prop-desc {
    text-align: center;
    padding: 10px 20px;
}

/***/
.empresa-categorias-body {
    margin: 0;
    padding: 20px;
    text-align: center;
    box-shadow: rgba(174, 174, 174, 0.5) 0px 8px 25px;
    border-radius: 8px;
}

.empresa-categorias-logo {
    /*background: #039;*/
    padding: 20px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
}
.empresa-categorias-logo img {
    width: auto;
    max-width: 150px;
    max-height: 80px;
}

.empresa-categorias-title {
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 1.2em;
    font-weight: bold;
}
.empresa-categorias-desc {
    text-align: center;
    padding: 10px 20px;
}

/***/


.empresa-marca-body {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
    text-align: left;
}
.empresa-marca-logo {
    background: #039;
    padding: 20px;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 80px;
}
.empresa-marca-logo img {
    width: auto;
    max-width: 150px;
    max-height: 80px;
}

.empresa-marca-desc {
    padding: 0 20px;
}

/*
*
*   Marcas
*
*/

.alpha-letter {
    border-bottom: 2px solid var(--primary);
    margin: 20px;
}

.brand-card {
    background: rgba(255,255,255,0.45);
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.brand-card:hover {
    margin-top: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.brand-logo {
    min-height: 100px;
    min-width: 300px;
}

.brand-card .brand-logo img {
    max-height: 100px;
    width: auto;
}

.brand-name {
    color: var(--primary);
    padding: 10px;
    padding-top: 20px;
}



.d-flex {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.d-flex.flex-row {
    flex-direction: row;
}



.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}
.flex-container > div {
    display: flex;
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 20px 15px;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}



/*
*
*
*   Products Filters
*
*
*/
/*
.filtros-header{
    border-bottom: #CCC 1px solid;
    color: #4c0050;
}
.prod_filtros .filtro_precio_valor{
    color: var(--primary);
}
.prod_filtros .listado label:hover {
    color: #bd1e2d;
}
*/






/*
    
    Listado de productos

*/
.varDropdown-item-link .varAttrName{
    background: var(--primary);
    color: #FFF;
}

.producto .thumbnail{
    padding: 8px;
    background-image: url(//web.souvenirsytrofeosenlaser.com.ar/images/product-card-bg-texture.webp) !important;
    border-color: var(--link);
}
.producto .img-conteiner .inner::after {
    content: " ";
    position: absolute;

    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    padding: 0;
    background: transparent;
    margin: auto;
    vertical-align: middle;
    width: auto;
    height: auto;
    z-index: 10;
    /*box-shadow: inset #000 0 0 50px -10px;*/
}

.producto .img-conteiner .inner{
    background: #FFF;
    border: var(--link) 1px solid;
}
.producto .img-conteiner .inner.alternate img{
    /*mask-image: radial-gradient(black 50%, transparent 60%);*/
}
.producto .img-conteiner .inner.alternate{
    background: #000;
}

.producto .botones {
    background: transparent;
}
.producto .cantidad_text{
    display: none;
}
.producto .nombre {
    color: var(--link);
}

/*

    Pagina de producto

*/

.producto-page .product-galery.alternate{
    background: #000;
    border-radius: 8px;
}

.producto-page .title,
.producto-page .subtitle {
  color: var(--primary);
}


.footer{
    color: var(--footer-title);
    background: var(--footer-bg);
}
.footer-developer {
    background: var(--footer-bg-lvl2);
}




.footer{
    color: var(--footer-title);
    border-top: 8px solid rgba(0, 0, 0, 0.1);
    background-color: #FFF !important;
    background-image: url(//web.souvenirsytrofeosenlaser.com.ar/images/bg-texture.webp) !important;
    background-size: cover;
    background-position-y: -15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 75px, rgba(0, 0, 0, 0.5) 0px 0px 3px;
}
.footer-developer {
    background: var(--footer-title);
    color: var(--link-over);
}


.footer a,
.footer i {
    color: var(--footer-link);
}

.producto .thumbnail {
    margin-bottom: -5px;
    /*min-height: 250px;*/
    width: 100%;
}

.producto .thumbnail{
    /*box-shadow: none !important;*/
    /*border: none !important;*/
    /*background-color: transparent !important;*/
}
.producto .thumbnail .label{
}




.producto.typeCard .thumbnail .img-conteiner,
.producto .thumbnail .img-container {
    background-color: transparent;
}

.producto .thumbnail .caption {
    text-align: center;
    /*background-color: #FFF;*/
    background-color: transparent;
    border: none;
}
.producto .nombre {
    text-align: left;
    font-size: 18px;
    overflow: unset;
    height: auto;
    color: var(--link);
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), 0px 0px 10px var(--header-link);
}

.producto .precio-container {
    text-align: left;
}
.producto .precio-container .precio {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: var(--link);
}



    /*

        Scrollbar

    */
body *::-webkit-scrollbar {
    border-radius: 3px;
    width: 7px;
}
body *::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(//web.souvenirsytrofeosenlaser.com.ar/images/header-bg.webp);
    border-radius: 3px;
    /* outline: 1px solid slategrey; */
    box-shadow: inset 3px 3px 3px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 5px 0px rgba(0, 0, 0, 0.5);
}
body *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    width: 1px;
    border-radius: 3px;
    background-image: url(//web.souvenirsytrofeosenlaser.com.ar/images/nav-lvl1-bg.webp);

    /*background-image: url(//web.souvenirsytrofeosenlaser.com.ar/images/nav-lvl1-bg.webp);*/
    /*background-image: url(//web.souvenirsytrofeosenlaser.com.ar/images/nav-lvl2-bg.webp);*/
    /*background-image: url("//web.souvenirsytrofeosenlaser.com.ar/images/header-bg.webp");*/
    box-shadow: inset -1px -1px 1px 0 rgba(255, 255, 255, 0.5), inset 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
}


/*
    Home CUstom
*/

.home-section > .title{
    color: var(--link);

}

/* Category */
.home-section.home-category-list{
    display: flex;
    overflow-x: scroll;
}
.home-category-list .card {
    box-shadow: none;
    background: none;
}
.home-category-list .card:hover{
    box-shadow: none;
}

/* Producto */
.lista > .producto{

}




/*

    footer

*/

.footer-delimiter {
    margin-bottom: -5px;
    background-repeat: no-repeat;
    min-height: 250px;
    width: 100%;
    background-size: 100%;
    background-position: center bottom;

}
