/*!! By Nanod10 */
@charset "utf-8";

/*:root {
    --primary:#024fad;
    --primary-dark: #00397e;
    --secondary:#222222;
    --bg: #F5F5F5;
    --header-bg: #024fad;
    --header-link: #FFFFFF;
    --breadcrumb-left: #0016b8;
    --breadcrumb-right: #024fad;
    --title: #FFF;
    --icon: #024fad;
    --link: #024fad;
    --link-over: #ffd900;
    --footer-bg: #024fad;
    --footer-bg-lvl2: #C7C7C7;
    --footer-title: #FFF;
    --footer-link: #FFF;
}*/

:root {
    --primary:#ff2935;
    --primary-dark: #520609;
    --secondary:#222222;
    --bg: #FDFDFD;
    --header-bg: #FDFDFD;
    --header-link: #ff2935;
    --breadcrumb-left: #520609;
    --breadcrumb-right: #ff2935;
    --title: #ff2935;
    --icon: #ff2935;
    --link: #ff2935;
    --link-over: #d01019;
    --footer-bg: #E9E9E9;
    --footer-bg-lvl2: #C7C7C7;
    --footer-title: #010101;
    --footer-link: #ff2935;
}



/*
  colors
    primary-logo: #024fad;
    primary: #024fad;
    primary-dark: #0016b8;

*/




body{
	background-color: #F5F5F5;
    padding-top: 70px;
}

.toppage{
    background: var(--primary-dark);
    color: #FFF;
    padding: 10px 10px 5px;
    height: auto;
}
.toppage a,
.toppage span {
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
}
.toppage a:hover{
  	background: #0016b8;
  	color: #FFF;
  	text-decoration: none;
}


.header-main{
    background: var(--header-bg);
    border-bottom: 5px solid var(--primary);
    color: var(--header-link);
}

.header-main .header-inner{
    padding: 0 5px;
}
.header-main .header-content{
    max-height: unset;
}



@media(max-width: 800px) {
    .icon-traductor .dropdown-toggle:after {
        content: none
    }
    .icon-traductor .dropdown-toggle {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .icon-traductor .dropdown-toggle .caret {
        display: none !important
    }
}

.translation-links .option-item-span,
.translation-links .filter-option .option-item-span {
    border: var(--primary) 3px solid;
}

.goldline-bg{
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-size: 80px;*/
    /*font-weight: 200;*/
    /*font-family: "Yantramanav";*/
    filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}
@keyframes MoveBackgroundPosition {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}
.icon-user .fa{
    font-size: 32px !important;
}

.header-main .user-menu .icon.icon-search {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    color: #222;
}

.header-main .user-menu .icon.icon-search > input{
    padding: 8px 15px;
    border-radius: 15px 5px 5px 5px;
    border: none;
    text-align: right;
    background: #E9E9E9;
    max-width: 75vw;
    min-width: 40px;
    width: 100%;
}

@media(max-width: 900px){
    .header-main.header-fixed .user-menu .icon.icon-search,
    .header-main .user-menu .icon.icon-search{
        display: inline-block !important;
    }
    .header-main .user-menu .icon.icon-search > input{
        display: none !important;
    }
}



.header-main.header-fixed .user-menu {
    margin: 0;
    padding: 8px 15px;
}
.user-menu .icon i {
    color: var(--icon);
}

.header-main .user-menu .icon.icon-ofertas.label-danger {
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.5) 0 2px 5px;
    color: #FFF;
}
.header-main .user-menu .icon.icon-ofertas.label-danger i,
.header-main .user-menu .icon.icon-ofertas.label-danger small {
    color: #FFF;
}
/* Celulares */
@media(max-width: 800px) {
    .header-main .user-menu .icon a {
        padding: 0 8px;
    }
}


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
{

}


/*.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: #024fad;
}*/



/* Celulares */
@media(max-width: 800px){
    /* 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;
    }



}

/* PC */
@media(min-width: 800px) {

    /* link #337ab7 */
    .header-main .navlinks a {
        color: var(--header-link);
    }
    /*.header-main .navlinks.onhover:hover{*/
    /*    background: #0016b8;*/
    /*    color: #FFF;*/
    /*    border-radius: 5px;*/
    /*}*/

    .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{
        border-bottom: 2px solid var(--primary);
    }


    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);
    }

    ul.list .item .badge {
        background: transparent;
        color: var(--primary);
        border: var(--primary) 1px solid;
        border-radius: 8px;
    }

    ul.list.lvl1 .item-header:not(.activo):hover, 
    ul.list.lvl1 .item-header:active, 
    ul.list.lvl1 .item-header:focus{
        /*background: #024fad;*/
        /*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 .logo {
        margin: 0;
        padding: 8px 0;
    }
    .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: 50px;
}

.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: #024fad;*/
}






/*
*
*   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 .card .info {
    border-top: 2px solid var(--primary);
}
body .page-container{

}
body .page-container .page-box {
    background: transparent;
    box-shadow: none;
    border: none;
}

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-box.bg-white-force {
    background: #FFF;
}
.home-section > .title {
    padding: 20px;
}


/*
*
*
*   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;
}



/*
*
*   Category
*   Products Filters
*
*
*/

/* pc */
@media(min-width: 800px){
    .columna_filtros .drawer-container{
        border: none;
        border-radius: 25px 5px;
        rotate: 0.25deg;
    }
    .columna_filtros .drawer-container.fixed{

    }
}

/**
*
*	Btn Filtros flotante en celulares
*
*/

/* celulares */
@media(max-width: 800px){
    .filtros-btn-open-wrapper{
        text-align: right;
    }
    .btn-open-product-filters {
        margin: 10px 0px;
        position: relative;
        width: auto;
        margin-left: auto;
        margin-right: 10px;
        box-sizing: border-box;
        max-width: 100%;
    }
    .btn-open-product-filters.fixed {
        z-index: 900;
        right: 0;
        left: auto;
        top: 50px;
        position: fixed;
    }
}

/*
.filtros-header{
    border-bottom: #CCC 1px solid;
    color: #4c0050;
}
.prod_filtros .filtro_precio_valor{
    color: #024fad;
}
.prod_filtros .listado label:hover {
    color: #bd1e2d;
}
*/






/*
    
    Listado de productos

*/
.varDropdown-item-link .varAttrName{
    background: var(--primary);
    color: #FFF;
}





/*

    Pagina de producto

*/

.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 a,
.footer i {
    color: var(--footer-link);
}

.producto .thumbnail {
    margin-bottom: -5px;

    min-height: 250px;
    width: 100%;
    border-radius: 0 0 0 50px;
    /*svgView-preserveAspectRadio: none;*/
    /*background-image: url("https://repuestosfavale.siskit.com/images/card-back.svg#svgView(preserveAspectRatio(none))");*/
}
.producto .thumbnail:hover{
    margin-top: 0;
    margin-bottom: -5px;
}

.producto .thumbnail{
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
}
.producto .thumbnail .label{
    z-index: 110;
}
.producto .img-conteiner{
    position: relative;
    background-color: transparent !important;
}
.producto.typeCard .cantidad_text {
    display: none;
}
.producto.typeCard .cart-add {
    margin-top: 8px !important;
}
/*.producto .img-conteiner:before {*/
.producto.typeCard .img-conteiner:before {
    position: absolute;
    content: " ";
    display: block;
    bottom: -100px;
    top: 25px;
    overflow: hidden;
    margin: auto;
    height: auto;
    width: 100%;
    left: 0px;
    right: 0;
    /* background-color: transparent !important; */
    background-image: url(https://repuestosfavale.siskit.com/images/card-back.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

/*
.producto .thumbnail::before {
    content: " ";
    display: block;
    position: absolute;
    top: 170px;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: 10;

    background: #FFF;
    border-bottom-left-radius: 30px;
}
.producto .thumbnail::after {
    content: " ";
    display: block;
    position: absolute;
    top: 93px;
    left: -14px;
    right: 7px;
    margin: auto;
    bottom: auto;
    height: 180px;
    background: #FFF;
    border-radius: 50px;
    transform: rotate(14deg);
}
*/

.producto .thumbnail .img-conteiner,
.producto .thumbnail .img-container {
    z-index: 100;
    background-color: transparent;
}

.producto.typeCard .img-conteiner .inner .adapter img,
.lista .producto .img-conteiner .inner .adapter img,
.lista.typeCard .producto .img-conteiner .inner .adapter img {
    filter: drop-shadow(-5px 5px 15px rgba(50,50,50,0.5));
}

.lista.typeList .producto .info-container {
    flex-basis: min-content;
    flex-grow: 2;
}
.lista.typeList .producto .img-conteiner {
    flex-basis: min-content;
    flex-grow: 0;
}
.lista.typeList .producto .img-conteiner .inner .adapter img {
    filter: none;
}

.producto .thumbnail .caption {
    text-align: center;
    background-color: #FFF;
    z-index: 110;
    border: none;
}
.producto .nombre{
    text-align: left;
}

.producto .precio-container {
    text-align: left;
}
.producto .precio-container .precio {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #4d4d4d;
}

.producto .thumbnail .caption .botones a.btn-action,
.producto .thumbnail .caption .botones button.btn-action {
    text-transform: uppercase;
    content: "";
    white-space: nowrap;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    transition: all ease 0.5s;
    font-size: 1.2em;
    margin: auto;
    margin-right: 0;
    min-width: 50px;
    width: 50px;
    border-radius: 50px;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    padding-right: 0;
}
.producto .thumbnail .caption .botones a.btn-action.force-hover,
.producto .thumbnail .caption .botones button.btn-action.force-hover{
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
}
.producto .thumbnail .caption .botones a.btn-action.force-hover,
.producto .thumbnail .caption .botones a.btn-action.force-hover:hover,
.producto .thumbnail .caption .botones a.btn-action:hover,
.producto .thumbnail .caption .botones button.btn-action.force-hover,
.producto .thumbnail .caption .botones button.btn-action.force-hover:hover,
.producto .thumbnail .caption .botones button.btn-action:hover{
    width: 100%;
    /*background: linear-gradient(45deg, #0016b8, #0076b8);*/
    transition: all ease 0.5s;
    border-radius: 5px 5px 5px 30px;
}
.producto .thumbnail .caption .botones a.btn-action.btn-primary:hover,
.producto .thumbnail .caption .botones button.btn-action.btn-primary:hover {
    background: linear-gradient(45deg, var(--breadcrumb-left), var(--breadcrumb-right));
}
.producto .thumbnail .caption .botones a.btn-action.btn-warning:hover,
.producto .thumbnail .caption .botones button.btn-action.btn-warning:hover {
    background: linear-gradient(45deg, var(--breadcrumb-left), var(--breadcrumb-right));
}

.producto .thumbnail .caption .botones a i {
    min-width: 50px;
    min-height: 50px;
    padding: 0;
    margin: 0;
    line-height: 50px;

}



    /*

        Scrollbar

    */
body *::-webkit-scrollbar {
    border-radius: 3px;
    width: 7px;
}
body *::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    /* outline: 1px solid slategrey; */
}
body *::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%); */
    width: 1px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.3);
}


/*
    Home CUstom
*/



/* 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{

}

.lista.typeList {
    gap: 10px;
}
.lista.typeList > .producto {
    background: #FFF;
    rotate: -0.25deg;
    border-radius: 25px 5px;
}

.lista.typeList > .producto {
    padding: 5px;
}
.lista.typeList > .producto .thumbnail {
    min-height: auto;
    border-radius: 0;
}

.lista.listType > .producto:before {
    position: absolute;
    content: " ";
    display: block;
    bottom: -100px;
    top: 25px;
    overflow: hidden;
    margin: auto;

    height: auto;
    width: 100%;
    left: 0px;
    right: 0;
    /* background-color: transparent !important; */
    background-image: url(https://repuestosfavale.siskit.com/images/card-back.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}


/*

    footer

*/

.footer-delimiter {
    margin-bottom: -5px;
    background-repeat: no-repeat;
    min-height: 250px;
    width: 100%;
    background-size: 100%;
    background-position: center bottom;

}

.drawer.drawer-buscador .user-container .user-header,
.drawer.drawer-mi-cuenta .user-container .user-header {
    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 */
    color: #FFF;
}





