@font-face {
    font-family: 'MuseoSans_500';
    src: url('MuseoSans_500.eot');
    src: url('MuseoSans_500.eot') format('embedded-opentype'),
         url('MuseoSans_500.woff2') format('woff2'),
         url('MuseoSans_500.woff') format('woff'),
         url('MuseoSans_500.ttf') format('truetype'),
         url('MuseoSans_500.svg#MuseoSans_500') format('svg');
}

@font-face {
    font-family: 'MuseoSans300';
    src: url('MuseoSans300.eot');
    src: url('MuseoSans300.eot') format('embedded-opentype'),
         url('MuseoSans300.woff2') format('woff2'),
         url('MuseoSans300.woff') format('woff'),
         url('MuseoSans300.ttf') format('truetype'),
         url('MuseoSans300.svg#MuseoSans300') format('svg');
}

@font-face {
    font-family: 'MuseoSans_700';
    src: url('MuseoSans_700.eot');
    src: url('MuseoSans_700.eot') format('embedded-opentype'),
         url('MuseoSans_700.woff2') format('woff2'),
         url('MuseoSans_700.woff') format('woff'),
         url('MuseoSans_700.ttf') format('truetype'),
         url('MuseoSans_700.svg#MuseoSans_700') format('svg');
}

@font-face {
    font-family: 'MuseoSans_900';
    src: url('MuseoSans_900.eot');
    src: url('MuseoSans_900.eot') format('embedded-opentype'),
         url('MuseoSans_900.woff2') format('woff2'),
         url('MuseoSans_900.woff') format('woff'),
         url('MuseoSans_900.ttf') format('truetype'),
         url('MuseoSans_900.svg#MuseoSans_900') format('svg');
}


@font-face {
    font-family: 'selima';
    src: url('selima.eot');
    src: url('selima.eot') format('embedded-opentype'),
         url('selima.woff2') format('woff2'),
         url('selima.woff') format('woff'),
         url('selima.ttf') format('truetype'),
         url('selima.svg#selima') format('svg');
}

html {
    font-size: 18px;
    height: 100%;
}
body {
    /*font-family: 'MuseoSans300';*/
    font-family: 'MuseoSans_500';
    color: rgb(164,173,183);
    height: 100%;
}
a,i,.BoxProducto .BoxCantidad .Btn{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

a:focus{
    box-shadow: none !important;
    outline: none;
}

p{
    font-size: 0.9rem;
    line-height: 1.2rem;
}

/*//// UTILITIES ///*/

.ClAzul{color: rgba(0,80,160,1);}
.BgAzul{background: rgba(0,80,160,1);}

.ClGris{color: #edeff0;}
.BgGris{background: #edeff0;}

.ClWhite{color: rgba(255,255,255,1);}
.BgWhite{background: rgba(255,255,255,1);}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}


.BotonTop{
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #545454;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    right: 15px;
    bottom: 20px;
    display: none;
}

.BotonTop i {
    font-size: 2rem;
    line-height: 1.5rem;
    position: relative;
    top: 0px;
}

.BotonTop:hover, .BotonTop:focus, .BotonTop:active{
    color: #fff;
    background: rgba(0,80,160,1);
}

.hasScrolled{
    display: block;
}

.BtnDefault {
    background: 
    #ffce35;
    color:
    #404041;
    border-radius: 50px;
    padding: 12px 36px;
    border: 1px solid
    #ffce35;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 12px 15px
    rgba(0,0,0,0.2);
    min-width: 220px;
    font-size: 0.9rem;
    /*margin: 0 auto;*/
    max-height: 48px;
    z-index: 1;
}

.BtnDefault:hover {
    background: #404041;
    color: #fff;
    text-decoration: none;
    border: 1px solid #404041;
}

/*//// AND UTILITIES ///*/

.App-Wrapper {
    /* max-width: 1440px; */
    background-color: #FFF;
    width: 100%;
    padding-bottom: 0px;
    margin: 0 auto;
    position: relative;
    /*overflow-x: hidden;*/
    height: 100%;
    /* padding-bottom: 5rem; */
    padding-top: 88px;
}

.tns-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    bottom: 15px;
    text-align: center;
}

/*.tns-nav button {
    width: 10px !important;
    height: 14px !important;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
    display: inline-block;
    margin: 0 5px;
}*/
.tns-nav button {
    position: relative;
    height: 25px;
    width: 25px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    border: 1px solid #fff;
    transition: 0.3s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
    padding: 0;
    /*margin: 0 5px;*/
    background: transparent;
    z-index: 999;
}
.tns-nav button.tns-nav-active, .tns-nav button.tns-nav-active:focus{
    border: 1px solid #9cab8f;
    background: #9cab8f;
}

.tns-nav button:focus{
    border: 1px solid #9cab8f;
    background: #9cab8f;
    outline: none !important;
}

/*///////////// WEB HEADER /////////////*/

.Site-Header_Perfil {
    background: #f5f5f5;
    padding: 15px 0;
    min-height: 70px;
}

    .Perfil-Personal{line-height: 1rem; width: 50%;}
    .Perfil-Personal .BoxImg{
        float: left;
        margin-right: 15px;
    }
    .Perfil-Personal .BoxImg .Img{}
    .Perfil-Personal .Text{
        font-size: 0.8rem;
        color: #bbbbbb;
    }
    .Perfil-Personal .Nombre{
        color: #787878;
        margin: 0;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .Perfil-Link {
        line-height: 1rem;
        width: 50%;
        display: flex;
        text-align: right;
        justify-content: flex-end;
        align-items: center;
    }
    .Perfil-Link .Link{
        font-size: 0.8rem;
        color: #787878;
        font-weight: 500;
    }


.Site-Header_Menu {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e7;
    position: relative;
    height: 88px;
}

.Header-Menu-Principal {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.Header-Menu-Principal .Menu {
    display: flex;
    height: 100%;
    align-items: center;
}

@media (min-width: 1024px) {
.Header-Menu-Principal .Menu {
    margin-left:-73px;
}
}
.Header-Menu-Principal .Menu .Link {
    padding: 5px 32px;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    text-decoration: none;
    padding-left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.Header-Menu-Principal .Menu .Link .Icon{
    margin-left: 5px;
}
.Header-Menu-Principal .Menu .Link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.Header-Menu-Opciones{}
.Header-Menu-Opciones .Opciones {
    display: flex;
    position: relative;
    right: -15px;
}
.Header-Menu-Opciones .Opciones .Link {
    padding: 10px;
}
.Header-Menu-Opciones .Opciones .Link:hover {
    opacity: 0.5;
}
.Header-Menu-Opciones .Opciones .Link .Icon{
    display: block;
    width: 26px;
    height: 26px;
}
.Header-Menu-Opciones .Opciones .Link .Icon.IconBuscar{background: url("../img/header/icon-buscar.png");}
.Header-Menu-Opciones .Opciones .Link .Icon.IconUser{background: url("../img/header/icon-user.png");}
.Header-Menu-Opciones .Opciones .Link .Icon.IconShop{background: url("../img/header/icon-shop.png");}

.Site-Header_SubMenu {
    position: absolute;
    z-index: 5;
    background: #fff;
    width: 100%;
    padding: 15px 0;
    top: 170px;
    display: none;
}
.Site-Header_SubMenu .SubMenuLinks {
    display: flex;
    padding: 15px 0;
}
.Site-Header_SubMenu .SubMenuLinks .SubCategorias {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
    border-right: 1px solid #bbb;
    width: 25%;
    padding-right: 50px;
}
.Site-Header_SubMenu .SubMenuLinks .SubCategorias .SubCatLink {
    width: 100%;
    color: #787878;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 5px 0;
}

.Site-Header_SubMenu .SubMenuLinks .SubCategorias .SubCatLink.Active{
    color: #9cab8f;
    font-family: 'MuseoSans_700';
}

.Site-Header_SubMenu .SubMenuLinks .Categorias {
    width: 50%;
    display: flex;
    padding: 0 15px;
    justify-content: center;
}
.Site-Header_SubMenu .SubMenuLinks .Categorias .Menu {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
.Site-Header_SubMenu .SubMenuLinks .Categorias .CatLink {
    width: 100%;
    color: #787878;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 3px 0;
}
.Site-Header_SubMenu .SubMenuLinks .Recomendacion{
    width: 25%;
}
.Site-Header_SubMenu .SubMenuLinks .Recomendacion .Img{
    width: 100%;
}

/*///////////// WEB SLIDER PRINCIPAL /////////////*/

.App-SliderPrincipal {
    display: block;
    width: 100%;
}

.App-SliderPrincipal .tns-inner{
    border-radius: 15px;
    overflow: hidden;
}

.App-SliderPrincipal .tns-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -25px;
    text-align: center;
}

.App-SliderPrincipal .tns-nav button {
    position: relative;
    height: 10px;
    width: 10px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    border: 1px solid #fff;
    transition: 0.3s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
    padding: 0;
    background: #DDE2E5;
    z-index: 999;
}
.App-SliderPrincipal .tns-nav button.tns-nav-active, .App-SliderPrincipal .tns-nav button.tns-nav-active:focus{
    border: 1px solid #9cab8f;
    background: #9cab8f;
    height: 15px;
    width: 15px;
}

.App-SliderPrincipal .tns-nav button:focus{
    border: 1px solid #9cab8f;
    background: #9cab8f;
    outline: none !important;
    height: 15px;
    width: 15px;
}

.ItemSlider {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.ItemSlider .Img {width: 100%;}
.ItemSlider .BoxDescripcion {
    width: 25%;
    position: absolute;
    left: 6%;
    top: 35%;
    margin-left: 0;
    padding: 0;
}
.ItemSlider .BoxDescripcion .PreTitle{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */

    letter-spacing: 0.04em;
    text-transform: uppercase;

    /* Gray 3 */
    color: #828282;
}
.ItemSlider .BoxDescripcion .Title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #74949E;
    font-family: 'MuseoSans_700';
}
.ItemSlider .BoxDescripcion .Text{
    color: #787878;
}
.ItemSlider .BoxDescripcion .Link {
    background: transparent;
    color: #9cab8f;
    padding: 10px 25px;
    display: flex;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    width: 200px;
    height: 46px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 2px solid #9cab8f;
}
.ItemSlider .BoxDescripcion .Link:hover {
    color: #fff;
    background: #9cab8f;
}


.SliderMasVendidos-Grid .LinkPrevious i{
    position: relative;
    top: -2px;
    left: -2px;
}
.SliderMasVendidos-Grid .LinkNext i{
position: relative;
    top: -2px;
    left: 2px;
}

.App-SliderPrincipal-Grid {
    margin: 2rem 0;
    position: relative;
}

.App-SliderPrincipal-Grid .LinkPrevious {
    left: 1%;
    bottom: 50%;
    margin-bottom: -20px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}

.App-SliderPrincipal-Grid .LinkPrevious:hover {color: #8b8b8c;}

.App-SliderPrincipal-Grid .LinkPrevious i{
    position: relative;
    top: -1px;
    color: #9CAB8F;
    left: -1px;
}
.App-SliderPrincipal-Grid .LinkNext i {
    position: relative;
    top: -1px;
    left: 1px;
    color: #9CAB8F;
}

.App-SliderPrincipal-Grid .LinkNext {
    right: 1%;
    bottom: 50%;
    margin-bottom: -20px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}

.App-SliderPrincipal-Grid .LinkNext:hover {color: #8b8b8c;}


.LinkSlider {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #8b8b8c;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 0rem;
    background: rgba(255,255,255,1);
    border-radius: 50%;
    cursor: pointer;
}

.LinkSlider:hover {
    text-decoration: none;
}

.ItemSlider .Img-Desktop {display: inline-block;}
.ItemSlider .Img-Mobile {display: none;}

/*///////////// WEB MAS VENDIDOS /////////////*/

.Site-SliderMasVendidos {
    display: block;
    width: 100%;
}

.Site-SliderMasVendidos .SliderMasVendidos-Title{
    font-family: 'MuseoSans_700';
    font-size: 1.2rem;
    padding: 0 15px;
}
.Site-SliderMasVendidos .SliderMasVendidos-LinkAll {
    font-family: 'MuseoSans_700';
    font-size: 0.9rem;
    padding: 0px;
    position: absolute;
    right: 35px;
    top: 0;
    color: #787878;
}
.Site-SliderMasVendidos .SliderMasVendidos-LinkAll i{
    margin-left: 5px;
}


.ItemSliderProducto {
    position: relative;
    padding: 15px;
    text-align: center;
}

.VisoDescuento {
    position: absolute;
    background: #b599b5;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BoxProducto {
    padding: 20px 20px;
    border-radius: 15px;
    position: relative;
    background: #fff;
}
.BoxProducto:hover {
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.BoxProducto .BoxImg {
    text-align: center;
}
.BoxProducto .VisoDescuento {
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 0.9rem;
}

.BoxProducto .Aviso-New {
    font-family: 'MuseoSans_900';
    color: #74949e;
    font-size: 0.8rem;
    position: absolute;
    left: 20px;
    top: 15px;
}
.BoxProducto .BoxImg .Img{}
.BoxProducto .BoxDescripcion {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.BoxProducto .BoxDescripcion .Title {
    color: #787878;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
}
.BoxProducto .BoxDescripcion .Precio{
    font-family: 'MuseoSans_700';
    color: #b599b5;
    font-size: 1.2rem;
}

.BoxProducto .BoxDescripcion .Precio .Tachado{
    text-decoration: line-through;
    margin-left: 0.5rem;
    color: #bbb;
}

.BoxProducto .BoxDescripcion .Link {
    color: #9cab8f;
    border: 2px solid #9cab8f;
    font-family: 'MuseoSans_700';
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    width: 110px;
    height: 45px;
    font-size: 0.8rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.BoxProducto .BoxDescripcion .Link:hover {
    background: #9cab8f;
    color: #fff;
    text-decoration: none;
}

.SliderMasVendidos-Grid .LinkPrevious {
    left: 0%;
    bottom: 45%;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    background: rgba(255,255,255,1);
}

.SliderMasVendidos-Grid .LinkNext {
    right: 0%;
    bottom: 45%;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    background: rgba(255,255,255,1);
}

/*///////////// WEB SUBCATEGORIA /////////////*/

.Subcategoria-Grid {
    padding-right: 0;
}
.Subcategoria-Grid .SubcategoriaProducto{
    width: 33.3%;
    float: left;
    position: relative;
    padding: 15px;
}

.Subcategoria-Grid .SubcategoriaMenu{
    padding: 20px 20px;
    border-radius: 15px;
    position: relative;
    background: #fff;
    margin-top: 1rem;
}

.BoxCatMenu{
    padding: 15px 15px 5px 15px;
}
.BoxCatMenu .BoxCatMenu-Title{
    color: #787878;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 0.9rem;
}
.BoxCatMenu .BoxCatMenu-Links {
    display: flex;
    flex-direction: column;
}
.BoxCatMenu .BoxCatMenu-Links .BoxCatMenu-Link{
    color: #787878;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    position: relative;
}
.BoxCatMenu .BoxCatMenu-Links .BoxCatMenu-Link span{
    color: #bbb;
}

.BoxOrdenar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 10px;
}
.BoxOrdenar .Title {
    margin-right: 15px;
    font-size: 0.8rem;
}
.BoxOrdenar .ItemOrden {
    padding: 5px 25px;
    color: #787878;
    background: #fff;
    border-radius: 4px;
    margin-right: 15px;
    text-decoration: none;
    position: relative;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.BoxOrdenar .ItemOrden.ItemOrdenNumber .IconClose{
    font-size: 1.4rem;
}

.BoxOrdenar .ItemOrden .IconClose {
    position: relative;
    right: -10px;
    font-size: 0.8rem;
}

/*///////////// WEB BLENDS /////////////*/

.Site-HomeBlends{
    background: url("../../assets/img/home/bg-blends.jpg");
    background-size: cover;
}

.Site-HomeBlends .HomeBlends-BoxText .PreTitle{
    color: #787878;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 0.9rem;
}

.Site-HomeBlends .HomeBlends-BoxText .Title {
    color: #74949e;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 3.3rem;
    line-height: 3.2rem;
}

.Site-HomeBlends .HomeBlends-BoxText .Text {
    color: #787878;
}

.Site-HomeBlends .HomeBlends-BoxText .Link {
    background: transparent;
    color: #9cab8f;
    padding: 10px 25px;
    display: flex;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    width: 120px;
    height: 46px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 2px solid #9cab8f;
}
.Site-HomeBlends .HomeBlends-BoxText .Link:hover {
    color: #fff;
    background: #9cab8f;
}

/*///////////// WEB OTROS /////////////*/

.Site-HomeOtros{
   background: #edeff0; 
}

.HomeOtros-Grid .ApartadoA {
    background: url(../../assets/img/home/bg-amor-en-pareja.jpg);
    background-size: cover;
    display: inline-block;
    width: 100%;
}

.HomeOtros-Grid .ApartadoB{
    background: url("../../assets/img/home/bg-cabello-sano.jpg");
    background-size: cover;
    display: inline-block;
    width: 100%;
}

.ApartadoA .HomeOtros-BoxApartado {
    width: 530px;
    padding: 50px 40px;
    float: right;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    justify-content: center;
}

.ApartadoB .HomeOtros-BoxApartado {
    width: 530px;
    padding: 50px 40px;
    float: left;
    display: flex;
    flex-direction: column;
    min-height: 430px;
    justify-content: center;
}

.ApartadoA .HomeOtros-BoxApartado .Link{width: 120px;}
.ApartadoB .HomeOtros-BoxApartado .Link{width: 200px;}

.HomeOtros-BoxApartado .Title {
    color: #74949e;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.HomeOtros-BoxApartado .Text {
    color: #787878;
    width: 55%;
}

.HomeOtros-BoxApartado .Link {
    background: transparent;
    color: #9cab8f;
    padding: 11px 14px;
    display: inline-block;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    width: auto;
    height: 46px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 2px solid #9cab8f;
    text-align: center;
}
.HomeOtros-BoxApartado .Link:hover {
    color: #fff;
    background: #9cab8f;
}

/*///////////// WEB BANNERS /////////////*/

.Site-Banners{}
    .Banners-Grid{}

        .Banners-Box{}
        .Banners-Box .BoxImg{}
        .Banners-Box .BoxImg .Img{}

        .Banners-Box .BoxTex {
            padding: 25px 15px;
            text-align: center;
        }
        .Banners-Box .BoxTex .Title{
            font-family: 'MuseoSans_900';
            color: #fff;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .Banners-Box .BoxTex .Text {
            color: #fff;
            margin: 0;
            font-size: 0.9rem;
            line-height: 1rem;
        }

        .Banners-Box.BoxUnete .BoxTex{background: #bba1bb;}
        .Banners-Box.BoxAnfitrion .BoxTex{background: #a2b096;}
        .Banners-Box.BoxHistoria .BoxTex{background: #8ea8b0;}

/*///////////// WEB CATEGORIA /////////////*/

/*/// BIENESTAR /////////////*/
.Categoria-BienestarMental {
    background: url(../../assets/img/categoria/bg-bienestar.jpg);
    background-size: cover;
    min-height: 300px;
}

.Categoria-BienestarMental .BienestarMental-BoxText .Title {
    color: #74949e;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 2.2rem;
}

.Categoria-BienestarMental .BienestarMental-BoxText .Text {
    color: #787878;
    width: 75%;
}

.Categoria-BienestarMental .BienestarMental-BoxText .Link {
    background: transparent;
    color: #9cab8f;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    width: 215px;
    height: 46px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #9cab8f;
    cursor: pointer;
}

.Categoria-BienestarMental .BienestarMental-BoxText .Link:hover {
    color: #fff;
    background: #9cab8f;
}

/*/// PREOCUPACIONES /////////////*/

.Categoria-Preocupaciones{
        position: relative;
}

.Categoria-Preocupaciones .LinkBlank {
    height: 60px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Categoria-Preocupaciones .Preocupaciones-BoxText{
    width: 421px;
    float: right;
}

.Categoria-Preocupaciones .Preocupaciones-BoxText .Title {
    color: #74949e;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 2.2rem;
}

.Categoria-Preocupaciones .Preocupaciones-BoxText .Text {
    color: #787878;
    width: 75%;
}

.Categoria-Preocupaciones .PreocupacionesImg-Grid{}
.Categoria-Preocupaciones .PreocupacionesImg-Grid .PreocupacionesImg-BoxImg{
    padding-left: 25px;
}
.Categoria-Preocupaciones .PreocupacionesImg-Grid .PreocupacionesImg-BoxImg .Img{
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    width: 100%;
}

/*/// ESSENCIAL /////////////*/

.Categoria-Essencial {
    background: url(../../assets/img/categoria/bg-essencial.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
.Categoria-Essencial .Essencial-Grid{}
.Categoria-Essencial .Essencial-Grid .Essencial-BoxText {
    text-align: center;
    margin-bottom: 2rem;
}
.Categoria-Essencial .Essencial-Grid .Essencial-BoxText .Title {
    color: #787878;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 1.3rem;
    position: relative;
    width: 240px;
    margin: 0 auto;
    text-align: center;
    top: 10px;
}
.Categoria-Essencial .Essencial-Grid .Essencial-BoxText .Img{
    margin-bottom: 15px;
}
.Categoria-Essencial .Essencial-Grid .Essencial-BoxText .Link {
    background: transparent;
    color: #9cab8f;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    width: 140px;
    height: 46px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #9cab8f;
    margin: 0 auto;
    cursor: pointer;
}
.Categoria-Essencial .Essencial-Grid .Essencial-BoxText .Link:hover {
    color: #fff;
    background: #9cab8f;
}

.EssencialVideo-Grid{}
.EssencialVideo-Grid .EssencialVideo-BoxImg{
    position: relative;
    text-align: center;
}
.EssencialVideo-Grid .EssencialVideo-BoxImg .Link{
    width: 100px;
    height: 100px;
    background: #9cab8f;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 50%;
    z-index: 3;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
}
.EssencialVideo-Grid .EssencialVideo-BoxImg .Link:hover{
    background: #fff;
}
.EssencialVideo-Grid .EssencialVideo-BoxImg .Link:hover i{
    color: #9cab8f;
}

.EssencialVideo-Grid .EssencialVideo-BoxImg .Link i{
    color: #fff;
    font-size: 1.2rem;
}

.EssencialVideo-Grid .EssencialVideo-BoxImg .ImgVideo {
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    border: 8px solid #fff;
}
.EssencialVideo-Grid .EssencialVideo-BoxImg .ImgProductos{
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
}

.Categoria-ApartadosDestacados{}
.ApartadosDestacadosText1-Grid{
    padding-right: 10px;
}
.ApartadosDestacadosText2-Grid{
    padding-left: 10px;

}
.ApartadosDestacadosText-BoxText{
    background: #fafafa;
    width: 100%;
    text-align: center;
    padding-top: 4rem;
}
.ApartadosDestacadosText-BoxText .PreTitle{
    color: #787878;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: block;
}
.ApartadosDestacadosText-BoxText .Title{
    font-family: 'MuseoSans_700';
    font-size: 1.4rem;
}
.ApartadosDestacadosText-BoxText .Text{}
.ApartadosDestacadosText-BoxText .Link{
    background: transparent;
    color: #9cab8f;
    padding: 10px 20px;
    display: flex;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    width: 150px;
    height: 46px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #9cab8f;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}
.ApartadosDestacadosText-BoxText .Link:hover {
    color: #fff;
    background: #9cab8f;
}
.ApartadosDestacadosText-BoxText .BoxImg{
    margin-top: 2rem;
}
.ApartadosDestacadosText-BoxText .BoxImg .Img{}

.Categoria-ComoCuidar {
    background: url(../../assets/img/categoria/bg-como-cuidar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 15px solid #fff;
    border-bottom: none;
    background-position: right;
}

.ComoCuidar-BoxText .Title {
    color: #74949e;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.ComoCuidar-BoxText .CuidarBox {
    position: relative;
    padding-left: 40px;
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 15px;
}
.ComoCuidar-BoxText .CuidarBox .Number {
    background: #74949e;
    color: #fff;
    position: absolute;
    left: 0;
    top: -4px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ComoCuidar-BoxText .CuidarBox .SubTitle{
    font-family: 'MuseoSans_700';
    font-size: 1rem;
}
.ComoCuidar-BoxText .CuidarBox .Text {
    font-size: 0.9rem;
    line-height: 1rem;
}

.Categoria-EnciendeVida {
    background: #efefef;
    background-repeat: no-repeat;
    min-height: 560px;
    position: relative;
    padding-bottom: 3rem;
}
.Categoria-EnciendeVida .LineWhite {
    width: 100%;
    height: 20px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.Categoria-EnciendeVida .Img-Pareja {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
}
.Categoria-EnciendeVida .Img-Botella {
    position: absolute;
    left: 30%;
    top: 3rem;
    margin-right: -170px;
    z-index: 3;
}
.Categoria-EnciendeVida .EnciendeVidaImg-BoxImg{}
.Categoria-EnciendeVida .EnciendeVidaImg-BoxImg .Img{}

.Categoria-EnciendeVida .EnciendeVidaText-BoxText{
    margin-top: 5rem;
}
.Categoria-EnciendeVida .EnciendeVidaText-BoxText .PreTitle {
    color: #787878;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    display: block;
}
.Categoria-EnciendeVida .EnciendeVidaText-BoxText .Title {
    color: #74949e;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}
.Categoria-EnciendeVida .EnciendeVidaText-BoxText .SubTitle {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.Categoria-EnciendeVida .EnciendeVidaText-BoxText .Text {
    font-size: 0.9rem;
    margin-bottom: 1.4rem;
}
.Categoria-EnciendeVida .EnciendeVidaText-BoxText .Link{
    background: transparent;
    color: #9cab8f;
    padding: 10px 20px;
    display: flex;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    width: 160px;
    height: 46px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #9cab8f;
    cursor: pointer;
    text-align: center;
}
.Categoria-EnciendeVida .EnciendeVidaText-BoxText .Link:hover{
    color: #fff;
    background: #9cab8f;
}

.DestacadosCatProducto{
    position: relative;
    padding: 15px;
    width: 25%;
    float: left;
}

/*///////////// WEB CATEGORIA /////////////*/

.Categoria2-BienestarMental {
    background: url(../../assets/img/categoria/bg-categoria-2.jpg);
    background-size: cover;
    min-height: 300px;
        display: flex;
}
.Categoria2-BienestarMental .BienestarMental-BoxText .Text {
    color: #787878;
    width: 100%;
    font-size: 1rem;
    margin: 0;
}

.Categoria2-BienestarMental .BienestarMental-BoxText .Title {
    color: #74949e;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1.8rem;
}

/*///////////// WEB PRODUCTO DETALLE /////////////*/

.ProductoDetails-Header {
    text-transform: uppercase;
    padding: 15px 0;
    color: #787878;
    margin-bottom: 1rem;
    font-family: 'MuseoSans_700';
}

.ProductoDetails-Header .Link:first-child{
    font-family: 'MuseoSans_700';
}
.ProductoDetails-Header .Link{
    color: #74949e;
}
.ProductoDetails-Header .Icon{
    margin: 0 10px;
}

.ProductoDetails-Galeria {
    display: inline-block;
}

.GaleriaMiniaturas {
    width: 15%;
    float: left;
}

.GaleriaMiniaturas .BoxMinImg {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 2px solid #e4e4e4;
    cursor: pointer;
}
.GaleriaMiniaturas .BoxMinImg.Active{
    border: 2px solid #9cab8f;
}
.GaleriaMiniaturas .BoxMinImg:hover{
    border: 2px solid #9cab8f;
}

.GaleriaMiniaturas .BoxMinImg .Img{
    float: left;
    width: 100%;
}

.GaleriaImagen {
    width: 85%;
    float: left;
    position: relative;
    padding-right: 10%;
}

.GaleriaImagen .VisoDescuento {
    right: 15%;
    top: 5%;
}

.ProductoDetails-Informacion{}
.ProductoDetails-Informacion .PreTitle{
    color: #787878;
    font-family: 'MuseoSans_900';
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: block;
}
.ProductoDetails-Informacion .Title{
    color: #74949e;
    font-family: 'MuseoSans_700';
    font-size: 2rem;
}
.ProductoDetails-Informacion .SubTitle{
    font-size: 1.1rem;
    margin-bottom: 1.4rem;
}
.ProductoDetails-Informacion .Text{}
.ProductoDetails-Informacion .BoxAcciones {
    width: 100%;
    margin-bottom: 1rem;
}
.ProductoDetails-Informacion .BoxAcciones .BoxCantidad{
    width: 40%;
    float: left;
}
.ProductoDetails-Informacion .BoxAcciones .BoxAccion .BoxCantidad-Title {
    color: #bbb;
    font-family: 'MuseoSans_700';
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    display: block;
}

.ProductoDetails-Informacion .BoxAcciones .BoxCantidad .BoxCantidad-Accion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}
.ProductoDetails-Informacion .BoxAcciones .BoxCantidad .BoxCantidad-Accion .Link {
    padding: 8px 0;
    color: #333;
    border: 2px solid #cdcdcd;
    width: 30%;
    text-align: center;
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    text-decoration: none;
}
.ProductoDetails-Informacion .BoxAcciones .BoxCantidad .BoxCantidad-Accion .Link i{
    color: #787878;
}
.ProductoDetails-Informacion .BoxAcciones .BoxCantidad .BoxCantidad-Accion .Link.LinkRestar {
    border-radius: 8px 0 0 8px;
}
.ProductoDetails-Informacion .BoxAcciones .BoxCantidad .BoxCantidad-Accion .Link.LinkSumar {
    border-radius: 0 8px 8px 0;
}

.ProductoDetails-Informacion .BoxAcciones .BoxCantidad .BoxCantidad-Accion .Number {
    border-top: 2px solid #cdcdcd;
    border-bottom: 2px solid #cdcdcd;
    display: inline-block;
    padding: 8px;
    width: 40%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
}

.ProductoDetails-Informacion .BoxAcciones .BoxCantidad .BoxCantidad-Accion .Link:hover i {
    transition: 0.9s;
    transform: rotate(180deg);
}

.ProductoDetails-Informacion .BoxAcciones .BoxOpciones{
    width: 60%;
    float: left;
}

.ProductoDetails-Informacion .BoxAcciones .BoxOpciones .BoxOpciones-Form{}
.ProductoDetails-Informacion .BoxAcciones .BoxOpciones .BoxOpciones-Form .form-group{}
.ProductoDetails-Informacion .BoxAcciones .BoxOpciones .Input {
    border: 2px solid #cdcdcd;
    border-radius: 8px;
    padding: 8px 10px;
    height: 44px;
}

.BoxOpciones-Form .Input{
    color: #787878;
}

.BoxOpciones-Form select::-webkit-input-placeholder{color: #787878;opacity:1 !important;font-size: 1rem;}
.BoxOpciones-Form select::-moz-placeholder{color: #787878;opacity:1 !important;font-size: 1rem;}
.BoxOpciones-Form select:-ms-input-placeholder{color: #787878;opacity:1 !important;font-size: 1rem;}
.BoxOpciones-Form select:-moz-placeholder{color: #787878;opacity:1 !important;font-size: 1rem;}

.ProductoDetails-Informacion .BoxAcciones .BoxPrecios{
    display: flex;
    width: 100%;
}
.ProductoDetails-Informacion .BoxAcciones .BoxPrecios .Precio {
    color: #b599b5;
    font-family: 'MuseoSans_700';
    font-size: 1.6rem;
}
.ProductoDetails-Informacion .BoxAcciones .BoxPrecios .Precio.Tachado {
    color: #bbb;
    text-decoration: line-through;
    font-family: 'MuseoSans_700';
    margin-left: 1rem;
}
.ProductoDetails-Informacion .BoxComprar{}
.ProductoDetails-Informacion .BoxComprar .LinkComprar{
    background: #9cab8f;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    width: 130px;
    height: 46px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 2px solid #9cab8f;
    text-align: center;
}
.ProductoDetails-Informacion .BoxComprar .LinkComprar:hover{
    color: #9cab8f;
    background: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #787878;
    background-color: #fff;
}
.nav-pills .nav-link {
    border-radius: .25rem;
}

.nav-link {
    font-family: 'MuseoSans_700';
    font-size: 1.4rem;
    display: block;
    padding: .5rem 1rem;
    color: #bbbbbb;
}

.card {
    margin-bottom: 15px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
}

.card-header .btn-link{
    color: #787878;
    font-family: 'MuseoSans_700';
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    text-align: left;
    position: relative;
}

.card-header .btn-link .fa {
    color: #787878;
    right: 10px;
    position: absolute;
    top: 10px;
}

.card-header .btn-link.collapsed .fa-times{display: none;}
.card-header .btn-link .fa-times{display: inline-block;}

.card-header .btn-link.collapsed .fa-plus{display: inline-block;}
.card-header .btn-link .fa-plus{display: none;}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    padding-top: 0;
}

.card-body ul{}
.card-body ul li{}
.card-body ul li p{
    margin: 0;
}

/*///////////// WEB PREGUNTAS /////////////*/

.Site-ProductoPreguntas{}
.ProductoPreguntas-Box-Grid{}
.ProductoPreguntas-Box{}

.HeaderNav{
    justify-content: center;
}

/*///////////// WEB INGREDIENTES /////////////*/

.Site-SliderIngredientes{
    background: #fafafa;
}

.SliderIngredientes-Grid{}
.SliderIngredientes-Grid .LinkPrevious {
    left: 0%;
    bottom: 60%;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    background: rgba(255,255,255,1);
}
.SliderIngredientes-Grid .LinkNext {
    right: 0%;
    bottom: 60%;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    background: rgba(255,255,255,1);
}

.SliderIngredientes-Grid .SliderIngredientes-Title{
    font-family: 'MuseoSans_700';
    font-size: 1.2rem;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.SliderIngredientes {
    transition-duration: 0s;
}

.ItemSliderIngrediente{padding: 0;position: relative;}
.ItemSliderIngrediente:hover{z-index: 1;}

.BoxIngrediente {
    padding: 5rem 0 12rem 0;
    border-radius: 15px;
    position: relative;
}

.BoxIngrediente .BoxImg{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    text-align: center;
}

.BoxIngrediente .BoxImg .Img{}
.BoxIngrediente .BoxImg .ImgTitle{
    text-align: center;
    font-size: 1rem;
    font-family: 'MuseoSans_700';
}

.BoxIngrediente:hover .BoxIngrediente-Hover{
    display: flex;
}


.BoxIngrediente-Hover {
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    background: #fff;
    position: absolute;
    left: 50%;
    top: 4%;
    display: none;
    width: 300px;
    flex-direction: column;
    margin-left: -150px;
    border-radius: 10px 10px 0 0;
    padding-top: 15px;
}

.BoxIngrediente-Hover .BoxImg {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.BoxIngrediente-Hover .BoxImg .Img{}
.BoxIngrediente-Hover .BoxDescripcion {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 30px 20px;
}
.BoxIngrediente-Hover .BoxDescripcion .Title{
    color: #74949e;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    font-family: 'MuseoSans_700';
}
.BoxIngrediente-Hover .BoxDescripcion .Text{
    /*opacity: 0;*/
    font-size: 0.8rem;
}
.BoxIngrediente-Hover .BoxDescripcion .Link {
    color: #9cab8f;
    border: 2px solid #9cab8f;
    font-family: 'MuseoSans_700';
    text-transform: uppercase;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    width: 160px;
    height: 45px;
    font-size: 0.8rem;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.BoxIngrediente-Hover .BoxDescripcion .Link:hover {
    background: #9cab8f;
    color: #fff;
    text-decoration: none;
}


/*///////////// WEB FOOTER /////////////*/

.Landing-Footer{
    border-top: 1px solid #f2f2f2;
}

.Footer-Menu{}
.Footer-Menu .Title{
    font-size: 0.8rem;
    font-family: 'MuseoSans_700';
    margin-bottom: 1rem;
    color: #787878;
}
.Footer-Menu .Title .LinkTitle{
    color: #787878;
}

.Footer-Menu .LinkWeb{
    color: #787878;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    display: block;
}

.Footer-Menu .LinksRedes {
    display: flex;
}
.Footer-Menu .LinksRedes .LinkRed {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    background: #bbbbbb;
    text-align: center;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.Footer-Menu .LinksRedes .LinkRed i{
    color: #fff;
}

.Footer-Menu .LinksRedes .LinkRed:hover {
    background: #9cab8f;
}


/*///////////// CONTACTO /////////////*/

.FormRegistro{}
.FormRegistro .Link {
    max-width: 280px;
    height: 60px;
    display: flex;
    background: rgba(0,80,160,1);
    border: 1px solid rgba(0,80,160,1);
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-size: 1.2rem;
}
.FormRegistro .Link:hover {
    text-decoration: none;
    background: transparent;
    color: rgba(0,80,160,1);
}

.FormRegistro .Input {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,80,160,1);
    background: transparent;
    padding: 10px 0 20px 0px;
    font-size: 1.2rem;
}

.FormRegistro .Label{
    color:rgba(134,142,150,1);
    font-size: 0.8rem;
    margin: 0;
}

.FormRegistro .TextAviso {

    color: rgba(134,142,150,1);
    font-size: 0.8rem;
    margin: 0;
    padding-top: 0 !important;

}
.FormRegistro .MensajeError{
    display: none;
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 0rem;
    text-align: center;
}
.FormRegistro .MensajeError.activeError{
    display: block;
}
.FormRegistro .MensajeError .TextError{
    margin-bottom: 0rem;
    color: red;
    font-size: 1.2rem;
}

.FormRegistro input::-webkit-input-placeholder{color:rgba(134,142,150,0.5);opacity:1 !important;font-size: 1.2rem;}
.FormRegistro input::-moz-placeholder{color:rgba(134,142,150,0.5);opacity:1 !important;font-size: 1.2rem;}
.FormRegistro input:-ms-input-placeholder{color:rgba(134,142,150,0.5);opacity:1 !important;font-size: 1.2rem;}
.FormRegistro input:-moz-placeholder{color:rgba(134,142,150,0.5);opacity:1 !important;font-size: 1.2rem;}


.FormRegistro .Input:focus, .FormRegistro .Input:active{
    border-bottom: 1px solid rgba(134,142,150,0.5);
    box-shadow: none;
}

.FormRegistro .Input.activeError, .FormRegistro .Label.activeError{
    color: red;
}

.FormRegistro .Input.activeError:focus, .FormRegistro .Input.activeError:active, .FormRegistro .Input.activeError{
    border-bottom: 1px solid red;
    box-shadow: none;
}

.ComoCuidar-BoxImg .Img{display: none;}

.SubCat-Header{}
.BoxFiltros{
    padding: 5px 25px;
    color: #787878;
    background: #fff;
    border-radius: 4px;
    margin-right: 15px;
    text-decoration: none;
    position: relative;
    font-size: 0.8rem;
    display: none;
    align-items: center;
}
.BoxFiltros .ItemOrden {
    padding: 5px 25px;
    color: #787878;
    background: #fff;
    border-radius: 4px;
    margin-right: 15px;
    text-decoration: none;
    position: relative;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}

.Header-MenuMobile {
    position: absolute;
    left: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    /* font-family: 'MuseoSans_900'; */
    font-size: 0.8rem;
    background: transparent !important;
}

.Header-MenuMobile span{
    margin: 0;
    line-height: 1.5rem;
}
.Header-MenuMobile i{
    font-size: 1.6rem;
    margin-right: 10px;
}

.Header-ShopMobile {
    position: absolute;
    right: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.Header-ShopMobile .BoxImg{
    width: 32px;
    height: 32px;
}
.Header-ShopMobile .Link {
    display: flex;
    padding: 0 0 0 8px;
}
.Header-ShopMobile .Link .Icon {
    display: block;
    width: 32px;
    height: 32px;
}
.Header-ShopMobile .Link .Icon.IconShop{background: url("../img/header/icon-shop.png");background-size: cover;}

.BoxBuscador {
    width: 290px;
    display: flex;
    position: absolute;
    bottom: -30px;
    padding: 0px;
    right: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    z-index: 2;
}

.BoxBuscador form{width: 100%;}
.BoxBuscador form input {
    width: 100%;
    padding: 5px 15px;
    border: 2px solid #cdcdcd;
    border-radius: 4px;
    position: relative;
    font-size: 0.8rem;
    height: 40px;
}
/*.BoxBuscador form .fa {
    font-size: 1.4rem;
    top: 7px;
    color: #787878;
}*/

.BoxBuscador form .Icon-Search {
    position: absolute;
    right: 10px;
    background: url(../img/header/icon-buscar.png);
    display: block;
    width: 26px;
    height: 26px;
    top: 7px;
}

.BoxBuscador {display: none;}
.Header-ShopMobile{display: none;}
.Header-MenuMobile{display: none;}

.VerCatalogo-Link {display: none;}

.SliderMasVendidos-Grid .tns-nav {width: 97.5%;bottom: -5px;}
.SliderMasVendidos-Grid .tns-nav button {border: 1px solid #9cab8f !important;}

.SliderMasVendidos-Grid .tns-nav {width: 97.5%;bottom: -5px;}
.SliderMasVendidos-Grid .tns-nav button {border: 1px solid #9cab8f !important;}

.BoxNumberOption {
    padding: 5px 25px;
    color: #787878;
    background: #fff;
    border-radius: 4px;
    margin-right: 15px;
    text-decoration: none;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    position: absolute;
    flex-direction: column;
    top: 38px;
    width: 82px;
    z-index: 1;
    right: 0;
    display: none;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.BoxNumberOption .BoxNumberOption-Item {
    width: 100%;
    text-align: center;
    padding: 6px 0;
    color: #787878;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.BoxOrderOption {
    padding: 5px 25px;
    color: #787878;
    background: #fff;
    border-radius: 4px;
    margin-right: 15px;
    text-decoration: none;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    position: absolute;
    flex-direction: column;
    top: 38px;
    width: 179px;
    z-index: 1;
    right: 97px;
    display: none;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.BoxOrderOption .BoxOrderOption-Item {
    width: 100%;
    text-align: center;
    padding: 6px 0;
    color: #787878;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.BoxCatMenu .BoxCatMenu-Title i{
    display: none;
}

/* /////////////////// */

.switch {
    display: none;
    height: 22px;
    position: absolute;
    width: 46px;
    margin: 0;
    right: 0;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px;
}

input:checked + .slider {
  background-color: #9cab8f;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar {
    padding: 0 1rem;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #bbb;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 15px 10px;
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    text-decoration: none;
    font-family: 'MuseoSans_500';
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 300;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.9rem;
}
.dropdown-menu > li a:hover, .dropdown-menu > li.show {
    background: #74949e !important;
    color: white;
}

.MenuMobile{display: none;}


#categoriaActual{
    text-transform: lowercase;
}

#categoriaActual:first-letter {
    text-transform: uppercase;
}