<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
html body {
    touch-action: manipulation;
    /* Permite el zoom táctil */
}

/* normal */
@font-face {
    font-family: 'e3font';
    src: url('/content/fonts/e3font.eot');
    src: url('/content/fonts/e3font.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/e3font.woff') format('woff'),
        url('/content/fonts/e3font.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: ‘ClanOT-Book’;
    src: url(‘/content/fonts/ClanOT-Book.eot’);
    src: url(‘/content/fonts/ClanOT-Book.eot?#iefix’) format(‘embedded-opentype’), url(‘/content/fonts/ClanOT-Book.woff’) format(‘woff’), url(‘/content/fonts/ClanOT-Book.ttf’) format(‘truetype’);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: ‘ClanOT-Book’;
    src: url(‘/content/fonts/ClanOT-Book.eot’);
    src: url(‘/content/fonts/ClanOT-Book.eot?#iefix’) format(‘embedded-opentype’), url(‘/content/fonts/ClanOT-Book.woff’) format(‘woff’), url(‘/content/fonts/ClanOT-Book.ttf’) format(‘truetype’);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ‘ClanOT-Book’;
    src: url(‘/content/fonts/ClanOT-Medium.eot’);
    src: url(‘/content/fonts/ClanOT-Medium.eot?#iefix’) format(‘embedded-opentype’), url(‘/content/fonts/ClanOT-Medium.woff’) format(‘woff’), url(‘/content/fonts/ClanOT-Medium.ttf’) format(‘truetype’);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: ‘ClanOT-Book’;
    src: url(‘/content/fonts/ClanOT-Medium.eot’);
    src: url(‘/content/fonts/ClanOT-Medium.eot?#iefix’) format(‘embedded-opentype’), url(‘/content/fonts/ClanOT-Medium.woff’) format(‘woff’), url(‘/content/fonts/ClanOT-Medium.ttf’) format(‘truetype’);
    font-weight: bold;
    font-style: normal;
}

/*Custom Scrollbar*/

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*////////////////////////////////////////////////////////////////////*/
/*   GENERALES             ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/
body {
    font-family: 'ClanOT-Book', sans-serif !important;
    font-weight: normal;
    overflow-x: hidden;
}

header,
header .upper,
.header .main,
section,
.LOGO,
.MENU_TOP,
.MENU_MAIN,
.SEARCH_BOX,
.CART_BOX,
.LOGIN_BOX,
footer,
footer .upper,
footer .main,
footer .credits {
    position: relative
}

header,
#wrap section,
footer {
    float: left;
    width: 100%;
}

* {
    text-shadow: none
}

*:after,
*:before {
    text-transform: none !important
}

.align_center {
    text-align: center
}

.align_right {
    text-align: right
}

.align_left {
    text-align: left
}

.btn {
    font-weight: bolder;
    font-family: "Montserrat";
    max-width: 214px;
}

.banner-grande.banner-item {
    margin-bottom: 50px;
}

.upper&gt;div {
    height: auto;
    background: black;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 14px;
    position: relative;
    padding: 10px 30px;
    text-align: center;
}

.upper a.closeupper::before {
    content: "X";
    color: white;
    position: absolute;
    right: 13px;
}

/* mostrar/ocultar elementos */
.muestro {
    display: block;
}

.mostrame {
    display: none;
}

.muestro:hover~.mostrame,
.mostrame:hover {
    display: block;
}

.field-validation-valid::before {
    display: none;
}

@media (max-width:991px) {
    .container {
        width: 100%;
    }
}

a {
    transition: all 0.2s ease-in 0s;
}

/* banners */
.banner-item {
    width: 100% !important;
    /*height: 100%;*/
    overflow: hidden;
}

.banner-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform .2s;
}

.banner-item img:hover {
    transform: scale(1.1);
}

.banner-item.Html img {
    width: auto;
}

#modalTalles img:hover {
    transform: none;
}

@media (max-width: 767px) {}

@media (max-width: 479px) {
    .banner-item {
        margin-bottom: 45px;
    }

    .banner-item.Image {
        margin-bottom: 27px;
    }

    ._orientationRight_d422.wrap_e104 {
        right: unset !important;
        left: 15px;
    }
}

/* forms */
.required {
    /* color: #dd1919; */
    float: right;
    font-size: 0.9em;
    margin-left: 4px;
    margin-top: 1px;
}

fieldset p {
    color: #777;
    float: left;
    font-size: 0.9em;
    margin-top: 10px;
    position: relative;
    left: 17px;
}

.message {
    border: 1px solid;
    background-clip: padding-box;
    border-radius: 2px;
    display: block;
    font-size: 2em;
    line-height: 1em;
    padding: 15px;
}

textarea {
    border: 1px solid #CCCCCC;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #999;
    font-style: italic !important;
}

/* RECUPERAR CONTRASEÑA ***********************/
.Recover .user_wrapper {
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 30px auto;
    padding: 30px;
}

.Recover section form {
    margin-left: 47px;
    width: 50%;
}

.Recover section .btn {
    margin-top: 10px
}

.Recover section p {
    color: #777777;
    font-size: 1em;
    margin-bottom: 100px;
}

.Recover .user_wrapper&gt;h3::after {
    left: 48px;
}

@media (max-width: 479px) {
    .Recover section form {
        margin-left: 0;
        width: 100%;
    }
}

/*  MENU_MAIN *******************************/
.MENU_MAIN {
    float: left;
    width: 100%;
    background: white;
    display: flex;
}

.MENU_MAIN&gt;ul.navbar-nav {
    float: left;
    display: inline-flex;
    min-height: unset;
    max-height: unset;
    height: auto;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
}

.MENU_MAIN .navbar-nav {
    margin: 0 0 0 0px;
}

.MENU_MAIN .nav&gt;li&gt;a {
    margin: 0;
    padding: 12px 15px 12px 0;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #313131;
    text-transform: uppercase;
    transition: unset;
    font-weight: bold;
    font-family: "Montserrat";
}

.MENU_MAIN .nav&gt;li&gt;a.active {
    color: #1D93E0;
    font-weight: 600;
}

#MENU_MAIN ul.sencond-nav {
    align-items: baseline;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

#MENU_MAIN ul.sencond-nav li&gt;a {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #7e7e7e;
}

#MENU_MAIN ul.sencond-nav li&gt;a:hover {
    color: #000;
}

#MENU_MAIN ul.sencond-nav li:not(:last-child) a span::after {
    content: ".";
    color: #CFCFCF;
    font-size: 44px;
    position: relative;
    top: -2px;
    margin: 0 16px;
}

.MENU_MAIN .nav&gt;li&gt;a&gt;img {
    max-height: 34px;
    margin-right: 5px;
    width: auto;
    float: left;
}

.MENU_MAIN .nav.navbar-nav.extras {
    margin-left: 7px;
    padding-left: 7px;
}

.MENU_MAIN .nav.navbar-nav.extras::before {
    content: "";
    width: 1px;
    height: 33px;
    background: white;
    display: inline-block;
    float: left;
    top: 6px;
    position: relative;
    margin-right: 12px;
}

/* item "piezas" */
.MENU_MAIN .nav&gt;li.piezas {
    border-left: 1px solid #8fa2b0;
    border-right: 1px solid #8fa2b0
}

.MENU_MAIN .flechita::after {
    font-family: "Ionicons";
    content: "\f123";
    font-size: 8px;
    position: relative;
    top: 0;
    margin-left: 4px;
}

.MENU_MAIN .nav&gt;li.link&gt;a {
    color: white !important;
    text-transform: uppercase;
    background-color: #000 !important;
}

/* :hover */
.MENU_MAIN .nav&gt;li&gt;a:focus,
.MENU_MAIN .nav&gt;li&gt;a:hover,
.MENU_MAIN .nav&gt;li:hover&gt;a {
    text-decoration: none;
    background-color: transparent !important;
    color: #1D93E0 !important;
}

/* ul ul */
.MENU_MAIN ul li ul {
    background-color: transparent;
    border-radius: 0 !important;
    border-style: unset;
    left: 400px;
    top: 0;
    padding: 0;
    width: auto;
    box-shadow: unset;
}

.menuBckImg {
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 40px);
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 265px;
}

.MENU_MAIN ul li ul li {
    clear: left;
    float: left;
    width: 100%;
}

.MENU_MAIN ul li ul a:not(.imglink) {
    line-height: 1.2em;
    padding: 8px 22px;
    white-space: normal;
    background: transparent !important;
    font-size: 1.04em;
    text-transform: none;
    float: left;
    clear: left;
    width: auto;
}

.MENU_MAIN ul li ul a:hover {
    color: #000;
    background-color: transparent !important;
    text-decoration: underline;
}

.MENU_MAIN .dropdown-submenu ul li ul a {
    line-height: 1.3em;
}

.MENU_MAIN .dropdown-submenu ul li ul a:hover {
    color: #000;
    background-color: transparent !important;
    text-decoration: underline;
}

.MENU_MAIN .dropdown-header {
    display: block;
    padding: 0px 5px;
    font-size: 1.1em;
    line-height: 1em;
    color: #777;
    white-space: nowrap;

}

.MENU_MAIN .dropdown-header::before {
    content: "Y";
    font-family: "e3font";
    font-size: 23px;
    position: relative;
    padding: 10px;
    top: 4px;
    font-weight: 500;
}

.MENU_MAIN .dropdown-header::after {
    width: 220px;
    height: 1px;
    background-color: #ddd;
    content: "";
    display: block;
    margin-top: 20px;
    left: -4px;
    position: relative;
}

/* abrir login_box en :hover */
.MENU_MAIN ul li:hover&gt;.dropdown-menu {
    display: flex;
    justify-content: space-between;
}

.MENU_MAIN ul li&gt;.dropdown-menu {
    justify-content: space-between;
}

.MENU_MAIN .dropdown-header a {
    padding: 0;
}

.MENU_MAIN .dropdown-header a:hover {
    padding: 0;
    background-color: white !important;
    color: #000;
}

#mmenu .mainmenu .dropdown-header a {
    display: inline !important;
    padding: 0 20px !important;
    font-weight: normal;
    line-height: 1em;
    text-transform: capitalize;
    font-size: 1em;
}

@media (max-width: 1439px) {
    .MENU_MAIN .nav&gt;li&gt;a {
        font-size: 20px;
    }

    #MENU_MAIN .modal-body {
        padding: 15px 30px 20px 80px !important;
    }
}

@media (max-width: 1300px) {
    .MENU_MAIN .nav&gt;li&gt;a {
        font-size: 18px;
    }

    .SUBMENU_MAIN .imglink {
        width: 400px !important;
    }

    #MENU_MAIN .modal-body {
        padding: 15px 30px 20px 30px !important;
    }
}

@media (max-width: 1199px) {
    .SUBMENU_MAIN .imglink {
        display: none;
    }
}

@media (max-width: 991px) {
    .MENU_MAIN .navbar-nav {
        margin: 0 0 0 0px;
    }

    .open&gt;.dropdown-menu {
        top: 73%;
        max-width: 175px;
        position: absolute;
        left: unset;
        overflow: hidden;
    }
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
    position: absolute;
    width: 550px;
    left: 100%;
    top: -2px;
    border: 0;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    border-left: 1px solid #bbb;
}

#menu-width .dropdown-submenu .dropdown-submenu:hover .dropdown-menu {
    background: rgba(250, 250, 250, 1);
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(0%, rgba(247, 247, 247, 1)), color-stop(16%, rgba(255, 255, 255, 1)), color-stop(31%, rgba(255, 255, 255, 1)), color-stop(55%, rgba(255, 255, 255, 1)), color-stop(96%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(250, 250, 250, 1) 0%, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 96%, rgba(255, 255, 255, 1) 100%);
}

#menu-width .dropdown-submenu .dropdown-submenu:hover .dropdown-menu {
    display: flex;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu li {
    width: 50%;
}

#menu-width&gt;.dropdown-submenu&gt;.dropdown-menu&gt;.dropdown-submenu {
    display: inline-block;
    width: 100%;
    float: left;
    position: static;
}

#menu-width .dropdown-submenu .dropdown-menu.noImage .dropdown-submenu .dropdown-menu {
    width: 400px;
    left: 100%;
}

@media (max-width: 1439px) {
    #menu-width .dropdown-submenu .dropdown-menu.noImage .dropdown-submenu .dropdown-menu {
        width: 230px;
        left: 100%;
    }

    #menu-width .dropdown-submenu .dropdown-menu .dropdown-submenu:hover .dropdown-menu li {
        width: 100% !important;
    }

    #menu-width .dropdown-submenu .dropdown-menu.noImage .dropdown-submenu .dropdown-menu {
        max-height: unset;
    }
}

/*MENU MAIN MODAL*/
#MENU_MAIN .modal-dialog {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#MENU_MAIN .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

#MENU_MAIN .modal-body {
    margin: 10px 0;
    padding: 15px 30px 20px 140px;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#MENU_MAIN .modal-header {
    border-bottom: 0 none;
    padding: 0;
    background: #fff;
    height: 60px;
}

#MENU_MAIN .modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

#MENU_MAIN .modal.fade.in {
    top: 0;
}

.SUBMENU_MAIN {
    width: 100%;
}

.SUBMENU_MAIN .subgroup {
    display: flex;
    justify-content: space-between;
    margin-left: 85px;
}

.SUBMENU_MAIN .listing {
    max-height: 370px;
    min-height: 345px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.SUBMENU_MAIN .listing li {
    min-width: 190px;
    text-align: left;
    padding: 7px;
}

.SUBMENU_MAIN .listing a,
.sencond-nav a {
    color: #313131;
    font-weight: 800;
}

.SUBMENU_MAIN .listing a:hover,
.sencond-nav a:hover {
    /*#9a9a9a*/
    color: #1D93E0;
}

.SUBMENU_MAIN .imglink {
    height: 145%;
    width: 500px;
    margin-left: 25px;
    position: absolute;
    right: 0;
    overflow: hidden;
}

.SUBMENU_MAIN .imglink .img {
    width: 100%;
    height: auto;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

/* BREADCRUMB  **************************/
.breadcrumb {
    margin-bottom: 15px !important;
    margin-top: 20px !important;
    text-transform: uppercase;
}

.breadcrumb,
.back {
    letter-spacing: 0.03em;
    padding: 0 !important;
    width: auto;
    background: none;
    position: relative;
    background-color: transparent !important;
}

.breadcrumb li {
    line-height: 22px;
    padding: 0 5px 0 8px;
    position: relative;
    display: inline-block;
    /* vertical-align: top; */
}

.breadcrumb li:first-child {
    padding-left: 0px;
}

.breadcrumb li:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}

.breadcrumb li:not(:last-child)::after {
    content: "\f125";
    font-family: "Ionicons";
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 1px;
    width: 7px;
    font-size: 0.6em;
    right: -9px;
    color: #6F6F6F;
}

.breadcrumb&gt;li+li::before {
    display: none
}

.breadcrumb a {
    display: block;
    text-decoration: none;
    color: #6F6F6F !important;
    font-weight: 500;
    font-size: 1em;
    font-weight: 500;
}

.breadcrumb li:last-child a {
    color: #214970 !important;
    cursor: default;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: 'Montserrat', sans-serif !important;
}

.breadcrumb li:hover,
.breadcrumb li:hover::after {
    border-color: #ddd;
}

.breadcrumb li:last-child,
.breadcrumb li:last-child:after {
    border-color: #ddd !important;
}

@media (max-width: 991px) {

    .totalprods {
        font-size: 0.83em
    }

    #menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
        width: 500px;
    }
}

@media (max-width: 767px) {
    .Category h1 {
        font-size: 1.6em;
        margin: 35px 0 8px;
        text-align: center;
    }

    .breadcrumb {
        margin-bottom: 0px !important;
        text-align: center;
        position: relative;
        top: 3px;
        color: #fff;
        order: 1;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
		flex-wrap: wrap;
    }

    .breadcrumb li+li {
        margin-left: 10px;
    }

    .totalprods {
        left: 15px;
        letter-spacing: 0.05em;
        line-height: 1.1em;
        right: unset;
        top: -19px;
    }
}

@media (max-width: 767px) {
    .totalprods span {
        display: block
    }
}

/* quitar flechas del input number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.label_f01e._bottom_d5d6 {
    right: 60px !important;
}</pre></body></html>