@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

html {
    font-size: 16px;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #424143;
}
a,a:hover{color: #424143;text-decoration: none;}
a,i,.Banners-Box .BoxImg .Img{
    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
}

p{
    font-size: 1rem;
    line-height: 1.8rem;
}

/*//// UTILITIES ///*/

.ClGris{color: #f7f6f6;}
.BgGris{background: #f7f6f6;}

.ClWhite{color: rgba(255,255,255,1);}
.BgWhite{background: rgba(255,255,255,1);}

.ClVerde{color: #068280;}
.BgVerde{background: #068280;}

#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.8rem;
    /*margin: 0 auto;*/
    max-height: 48px;
    z-index: 1;
}

.BtnDefault:hover {
    background: #404041;
    color: #fff;
    text-decoration: none;
    border: 1px solid #404041;
}

/*//// AND UTILITIES ///*/

.Wrapper{
    /*max-width: 1420px;*/
    max-width: 100%;
    background-color:#fff;
    width:100%;
    padding-bottom:0px;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
}

/*///////////// WEB HEADER /////////////*/

.Site-Header {
    background: url(../img/header/bg-detalle.png) #fff;
    background-repeat: no-repeat;
    background-position: top right;
    border-bottom: 1px solid #e6e6e6;
}

.HeaderLogoMenu-Grid{
    height: 80px;
}

.Header-Logo{}

.Header-Menu-Opciones{}
.Header-Menu-Opciones .Opciones {
    display: flex;
    position: relative;
    right: -15px;
}
.Header-Menu-Opciones .Opciones .Link {
    padding: 10px 12px;
}
.Header-Menu-Opciones .Opciones .Link:hover {
    opacity: 0.5;
}
.Header-Menu-Opciones .Opciones .Link .Icon{
    display: block;
    width: 21px;
    height: 21px;
}
.Header-Menu-Opciones .Opciones .Link .Icon.IconSearch{background: url("../img/header/icon-search.png");}
.Header-Menu-Opciones .Opciones .Link .Icon.IconBars {
    background: url(../img/header/icon-bars.png);
    background-repeat: no-repeat;
    background-position: center;
}

/*///////////// WEB SLIDER PRINCIPAL /////////////*/

.ItemSlider .Img-Desktop-xxl{display: none;}
.ItemSlider .Img-Desktop-xl{display: none;}

.Site-SliderPrincipal {
    display: block;
    width: 100%;
}

.BoxControlSliderPrincipal{
    width: 1140px !important;
    display: block !important;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -570px;
    padding: 0 0px;
    height: 100%;
}

.ItemSlider {position: relative;}

.ItemSlider .Img {width: 100%;}
.ItemSlider .BoxDescripcion {
    width: 1040px !important;
    display: block !important;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -520px;
    padding: 0 85px;
}
.ItemSlider .BoxDescripcion .PreTitle{
    color: #787878;
    
    text-transform: uppercase;
    font-size: 0.85rem;
}
.ItemSlider .BoxDescripcion .Title {
    color: #fff;
    font-size: 2.1rem;
    line-height: 2.3rem;
    font-weight: 700;
    margin: 0;
}
.ItemSlider .BoxDescripcion .Line {
    width: 85px;
    height: 1px;
    background: #fff;
    display: flex;
    margin: 15px 0;
}
.ItemSlider .BoxDescripcion .Text {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0;
}
.ItemSlider .BoxDescripcion .Link {
    background: transparent;
    color: #9cab8f;
    padding: 10px 25px;
    display: flex;
    border-radius: 8px;
    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;
}

.BoxProductos{
    display: flex;
}

.BoxProductos.BoxProductosFiltros{
    flex-wrap: wrap;
}

.BoxProductos-Grid .LinkPrevious i{
    position: relative;
    top: -2px;
    left: -2px;
}
.BoxProductos-Grid .LinkNext i{
position: relative;
    top: -2px;
    left: 2px;
}

.SliderPrincipal-Grid .LinkPrevious {
    left: 0;
    bottom: 45%;
}

.SliderPrincipal-Grid .LinkPrevious:hover {color: #8b8b8c;}

.SliderPrincipal-Grid .LinkPrevious i{
    position: relative;
    top: -2px;
    left: -2px;
}
.SliderPrincipal-Grid .LinkNext i{
position: relative;
    top: -2px;
    left: 2px;
}

.SliderPrincipal-Grid .LinkNext {
    right: 0%;
    bottom: 45%;
}

.SliderPrincipal-Grid .LinkNext:hover {color: #8b8b8c;}


.LinkSlider {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #424143;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 2rem;
    line-height: 0rem;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}
.LinkSlider:visited {
    color: #424143;
}

.LinkSlider:hover {
    text-decoration: none;
    color: #424143;
}

.ItemSlider .Img-Desktop {display: inline-block;}
.ItemSlider .Img-Mobile {display: none;}

/*///////////// WEB MAS VENDIDOS /////////////*/

.Site-BoxProductos {
    display: block;
    width: 100%;
}

.Site-BoxProductos .BoxProductos-Title {
    padding: 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.Site-BoxProductos .BoxProductos-Text{
    padding: 0 15px;
}
.Site-BoxProductos .BoxProductos-LinkAll {
    padding: 0px;
    position: absolute;
    right: 30px;
    top: 0;
    color: #068280;
}
.BoxProductos-LineFinish {
    width: 100%;
    height: 1px;
    background: #e5e3e3;
    display: inline-block;
}

.ItemProducto {
    position: relative;
    padding: 10px;
    text-align: center;
    width: 25%;
}

.BoxProductos-Grid:last-child .BoxProductos-LineFinish{
    display: none;
}

.BoxProducto {
}
.BoxProducto .BoxImg:hover{
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
.BoxProducto .BoxImg {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
    padding: 20px 0px;
    border-radius: 10px;
    position: relative;
    background: #fff;
    text-align: center;
    min-height: 340px;
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BoxProducto .BoxImg .Img{}
.BoxProducto .BoxDescripcion {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.BoxProducto .BoxDescripcion .Title {
    color: #424143;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

/*///////////// WEB FILTROS /////////////*/

.Site-Filtros {
    padding: 15px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.05);
    position: relative;
}

.BoxFormFlitros {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    padding: 0 15px;
}

.BoxFormFlitros-Text{
    width: 15%;
}
.BoxFormFlitros-Select {
    width: 25%;
    padding: 10px 20px;
    border-radius: 10px;
    border-color: #e5e3e3;
    background: url(../img/row-select.png) no-repeat right 10px #fff !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}
.BoxFormFlitros-LinkFiltrar {
    width: 8%;
    padding: 10px 15px;
    border-radius: 8px;
    background: #239d97;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.BoxFormFlitros-LinkFiltrar:hover {
    color: #fff;
    background: #263846;
}

/*///////////// WEB FOOTER /////////////*/

.Site-Footer {
    height: 135px;
}

.BoxFooter {
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
}

.BoxFooter-Logo {
    position: absolute;
    bottom: 0;
    left: -50px;
}
.BoxFooter-Menu .LinksRedes {
    display: flex;
}
.BoxFooter-Menu .LinksRedes .LinkRed {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    margin-right: 0;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.2rem;
}
.BoxFooter-Menu .LinksRedes .LinkRed i {
    color: #8e8d8e;
}

.BoxFooter-Menu .LinksRedes .LinkRed:hover {
    background: #8e8d8e;
}


/*///////////// 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: 8px;
    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;
}

.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;
}

.ComoCuidar-BoxImg .Img{display: none;}

.SubCat-Header{}
.BoxFiltros{
    padding: 5px 25px;
    color: #787878;
    background: #fff;
    border-radius: 8px;
    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: 8px;
    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-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: 8px;
    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;}

/* */
.DetalleProducto-Breadcrumb {
    padding: 15px 0;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.DetalleProducto-Breadcrumb a {
    color: #979499;
}
.DetalleProducto-Breadcrumb i {
    color: #979499;
    margin: 0 5px;
}

.DetalleProducto-Img {
    display: flex;
    justify-content: center;
}
.DetalleProducto-Img .Img{}
.DetalleProducto-Img .Img img{}


.DetalleProducto-Text{}
.DetalleProducto-Text .Marca {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.DetalleProducto-Text .Title {
    font-size: 2.2rem;
    width: 85%;
}
.DetalleProducto-Text .Line {
    background: #5d9b96;
    width: 60px;
    height: 2px;
    display: block;
}
.DetalleProducto-Text .SubTitle {
    font-size: 1rem;
}
.DetalleProducto-Text .Text{}

.Site-DetalleProductoTabs-Header {
    box-shadow: 0px 1px 10px rgba(0,0,0,0.05);
    border-top: 1px solid #e5e5e5;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
}
.nav-tabs li {
    margin: 0 1.5rem;
    cursor: pointer;
}
.nav-tabs li a {
    border-bottom: 3px solid #fff;
    padding: 18px 0 12px 0;
    display: inline-block;
    text-decoration: none;
    color: rgba(0,0,0,0.6);
    font-weight: 700;
    font-size: 0.9rem;
}

.nav-tabs li a:hover {
    color: rgba(0,0,0,0.9);
    border-bottom: 3px solid #5d9b96;
}
.nav-tabs li a.active {
    color: rgba(0,0,0,0.9);
    border-bottom: 3px solid #5d9b96;
}

.TabsContent {
    padding-right: 30px;
}
.TabsContent .Content-Title{
     font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.TabsContent .Content-Text{
    font-size: 1.1rem;
}

.Indicaciones-Tabla{}
.Indicaciones-Tabla .Tabla-Title{
font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.Indicaciones-Tabla .Tabla-Img{}