/*******TIPOGRAFIA*******/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
    outline: none
}

*::placeholder {
    padding-left: 4px
}

/*******FIN TIPOGRAFIA*******/
body {
    /*******COLORES*******/
    --color-marca1: #026B9F;
    --color-marca2: #333333;
    --color-marca3: #ffffff;
    --color-marca4: #666666;
    --color-marca5: #f1383e;
    --color-marca6: #008BCE;
    --color-marca7: #00486C;
    --color-marca8: #D0EFFF;
    --color-marca9: #DDDDDD;
    --color-marca10: #1C9162;
    --color-marca11: #F4F7F9;
    --color-marca12: #000000;
    --color-marca13: #DCE5EA;
    /*******FIN COLORES*******/
    /*******TIPOGRAFIA VARIABLE*******/
    --tipografia-principal: "Poppins", sans-serif;
    /*******FIN TIPOGRAFIA VARIABLE*******/
    padding-top: 0;
    background: var(--color-marca3);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-marca2);
    font-family: var(--tipografia-principal);
}

h6 {
    border-bottom: none;
}

h5.preguntas_clientes,
h5.recomendados,
h5.tit_form_detalle {
    border: 0px;
    font-size: 20px;
    text-align: left;
    letter-spacing: normal;
}

ul{
    margin-left: 0;
}

.container.general {
    width: 75%;
    margin: 0 auto;
}
.quienes-somos .container.general > .row, .default .container.general > .row {
    margin: 0 auto;
    padding: 20px 30px;
    border-radius: 15px;
    background-color: var(--color-marca11);
    border: 1px solid var(--color-marca13) !important;
}
h1.titulo::after {
    content: "";
    display: block;
    border: 1px solid var(--color-marca1);
    width: 100px;
    margin: 30px 0;
}

/*******BARRA DEMO*******/
div#barraDemo {
    width: 100%;
    position: fixed;
    background: rgba(255, 0, 0, 0.8);
    bottom: 0;
    z-index: 999999;
    padding: 0;
    margin: 0
}

div#barraDemo p {
    padding: 15px;
    text-align: center;
    color: var(--color-marca3);
    margin: 0
}

div#barraDemo p img {
    position: relative;
    top: -2px;
}

div#barraDemo i {
    color: var(--color-marca3);
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 99999999
}

/*******FIN BARRA DEMO*******/
/*******CUCARDAS*******/
.promotion {
    position: absolute;
    z-index: 8;
    bottom: 10px;
    left: 10px;
    top: auto;
    height: 24px;
    width: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 18px;
}


.promotion span.descuento,
.promotion span.etiq3-prod,
.promotion span.etiq4-prod,
.promotion .discount,
.promotion .new-product,
.promotion span.envio_gratis,
.promotion span.envio_gratis_todos {
    padding: 5px 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6p;
    text-transform: uppercase;
    font-family: var(--tipografia-principal);
    font-weight: 700;
    font-size: 11px;
}

.promotion .new-product,
.promotion .discount {
    height: auto;
    float: none;
    display: initial;
}

.promotion .new-product {
    color: var(--color-marca3);
    background: var(--color-marca7) !important;
}

.promotion .discount {
    background: var(--color-marca1);
    color: var(--color-marca3);
}

.promotion span.descuento {
    color: var(--color-marca7);
    background-color: var(--color-marca8);
}

.promotion span.etiq3-prod {
    background: var(--color-marca6);
    color: var(--color-marca3);
}

.promotion span.etiq4-prod {
    background: var(--color-marca10);
    color: var(--color-marca3);
}

.promotion span.envio_gratis,
.promotion span.envio_gratis_todos {
    display: inline;
    width: initial;
    position: static;
    margin: 5px 0;
    background: var(--color-marca9);
    color: var(--color-marca3);
}

.promotion span.envio_gratis i,
.promotion span.envio_gratis_todos i {
    margin-right: 5px;
}

body.productos .promotion {
    left: 0;
}

body.productos .promotion span.descuento,
body.productos .promotion span.etiq3-prod,
body.productos .promotion span.etiq4-prod,
body.productos .promotion .discount,
body.productos .promotion .new-product,
body.productos .promotion span.envio_gratis,
body.productos .promotion span.envio_gratis_todos {
    padding: 5px;
    font-size: 10px;
}

div#detalle .promotion {
    top: 20px;
    bottom: auto;
}

div#detalle .promotion span.descuento,
div#detalle .promotion span.etiq3-prod,
div#detalle .promotion span.etiq4-prod,
div#detalle .promotion .discount,
div#detalle .promotion .new-product,
div#detalle .promotion span.envio_gratis,
div#detalle .promotion span.envio_gratis_todos {
    font-size: 13px;
}

/*******FIN CUCARDAS*******/
/*******TOP-BAR*******/
header#header {
    margin-bottom: 41px;
    z-index: 100;
    position: static !important;
}

.top-bar {
    background: var(--color-marca7);
    border: none;
}

.ban-top-izquierda img {
    max-height: 60px;
}

.top-bar .cotizacion {
    display: none;
}

/*////BUSCADOR////*/
.search{
    flex: 1;
    margin: 0 40px !important;
}

.top-bar .search {
    position: absolute;
    right: 22%;
    top: 69px;
    z-index: 99;
}

.top-bar .search-fixed {
    position: fixed;
    top: 20px;
    right: 25%;
}

.search .autocomplete{
    width: 100% !important;
}
.search input.search-form {
    border: 1px solid var(--color-marca4);
    margin: 0 !important;
    width: 100% !important;
}

.top-bar .search div#autocompletar {
    width: initial;
}

.top-bar .search input.search-form,
.top-bar .search input.search-form:hover,
.top-bar .search input.search-form:focus {
    width: 700px;
}

/*////FIN BUSCADOR////*/
/*////SOCIAL-REDES////*/
.fa-twitter:before {
    content: "\e61b" !important;
}

/*////FIN SOCIAL-REDES////*/
ul#menutop {
    margin-bottom: 0;
}

ul#menutop li {
    display: none;
}

ul#menutop li.leyenda-posterior-menutop,
ul#menutop li.menutopcontacto {
    display: initial;
}

ul#menutop li a,
ul.social-share li a {
    color: var(--color-marca3);
}

ul#menutop li a:hover,
ul.social-share li a:hover {
    color: var(--color-marca13);
}

#nombre_usuario:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f007";
    font-size: 18px;
    display: none
}

a.ircarrito:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f290";
    font-size: 18px
}

.registracion:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f234";
    font-size: 18px
}

#login_sup:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f090";
    font-size: 18px;
}

.terminar_sesion_top:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f08b";
    font-size: 18px
}

.cambiar_cuenta_top:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f013";
    font-size: 18px
}

/*////COTIZACION TOP-BAR Y MENU////*/
.top-bar .cotizacion {
    float: left;
    padding: 3px 10px;
    color: var(--color-marca7);
    background-color: rgb(202 225 248);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 2px;
}

.top-bar .cotizacion span.leyenda_cotizacion,
.caja_func_sup .cotizacion span.leyenda_cotizacion {
    margin-right: 5px;
    font-weight: 400;
}

.caja_func_sup .cotizacion {
    text-align: right;
    color: var(--color-marca7);
    font-weight: 700;
    line-height: normal;
}

/*////FIN COTIZACION TOP-BAR Y MENU////*/
/*******FIN TOP-BAR*******/
/*******MENU*******/

.navbar-header {
    padding-top: 0;
}

.navbar-default {
    box-shadow: none;
}

nav#navbar-sidebar {
    background: var(--color-marca3);
}

.navbar-fixed-top .navbar-collapse {
    padding: 0 15px
}

.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    color: var(--color-marca2);
    cursor: pointer;
    font-family: var(--tipografia-principal);
    letter-spacing: .3px;
}

.navbar-default .navbar-nav>li>a span {
    background: var(--color-marca1);
    padding: 6px 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.navbar-default .navbar-nav>li>a span.caret {
    background: no-repeat;
    padding: 0;
    border-radius: 0px;
}

.dropdown-menu {
    background: var(--color-marca3);
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    color: var(--color-marca2);
    border-left: 4px solid var(--color-marca3);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: var(--color-marca11);
    color: var(--color-marca2);
    border-left: 4px solid var(--color-marca1);
}

.navbar-nav.navbar-left>li>a {
    font-weight: 400;
    color: #444;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.dropdown-menu {
    color: var(--color-marca4);
}

.navbar-nav.sm-collapsible .caret:before {
    font-size: 20px !important;
}

.navbar-nav.sm-collapsible ul .dropdown-menu>li>a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 0px !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: var(--color-marca12);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: var(--color-marca11) !important;
}

/*////LOGIN Y CARRITO MENU////*/
.caja_func_sup {
    margin-top: 13px;
}

.caja_func_sup,
.caja_func_sup a {
    color: var(--color-marca2)
}

.caja_func_sup span#nombre_usuario {
    display: none;
}

.caja_func_sup.estaLogueado span#nombre_usuario {
    display: initial;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.caja_func_sup.pull-right.hidden-xs {
    display: none;
}

span#login_sup a i {
    font-size: 21px;
    vertical-align: middle;
    margin-left: 10px;
}

div#carrito_top {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}

#cantidad_carrito.badge {
    background: var(--color-marca2)
}

/*////FIN LOGIN Y CARRITO MENU////*/
.socialIcon.pull-right {
    display: none;
}

nav#navbar-sidebar ul.nav.navbar-nav.navbar-left.sm-vertical li a:hover {
    color: var(--color-marca2);
}

div#datos_pedido .provincia {
    clear: both;
}

#total-price,
table.std.table td {
    font-size: 15px;
    font-weight: 400;
}

form#registro_form .form-group.col-md-8.has-feedback {
    clear: both;
}

.navbar-lateral .ley_cate_lateral_xs {
    font-family: var(--tipografia-principal);
    padding: 20px 15px;
    display: block;
    padding-bottom: 10px;
    color: var(--color-marca2);
}

.menu-info {
    position: absolute;
    width: 100%;
    background: var(--color-marca3);
    left: 0;
    top: 100%;
    padding-left: 5%;
}

.navbar-default .navbar-nav .dropdown-menu a:after,
nav#navbar-sidebar .navbar-nav>li a:after {
    display: none;
}

/*******FIN MENU*******/
i.fa.fa-instagram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    content: "\f16d";
}

div.boton_arrepentimiento {
    text-align: center;
    margin-bottom: 25px;
    display: none;
}

ul.subcate {
    padding-left: 0px;
}

ul.subcate li {
    display: inline-block;
    padding: 10px 0;
}

ul.subcate li {
    float: left;
    padding: 0px;
    margin: 5px;
    overflow: hidden;
}

ul.subcate li a {
    font-weight: 400;
    font-size: 15px;
}

ul.subcate li:after {
    content: '/';
    color: var(--color-marca1);
    font-size: 18px;
    font-weight: 700;
    margin: 10px;
}


form#top-buscar {
    width: 450px;
    margin-top: 0;
    position: absolute;
    top: -55px;
    left: 28%
}



.btn-buscartop {
    background: transparent;
}

ul.nav.navbar-nav {
    margin-left: 0;
    margin-top: 0px;
    border-top: 1px solid #ccc;
    box-shadow: var(--box-shadow);
    --box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 0 0 rgba(0, 0, 0, 0.05);
    --box-shadow-over: 0 0 16px rgba(0, 0, 0, 0.14)
}

.navbar-fixed-top ul#nav {
    margin-top: 0px;
}

.slick-next:before {
    content: '\f054';
}

.slick-prev:before {
    content: '\f053';
}

.slick-prev:before,
.slick-next:before {
    color: transparent;
}

.imageShowCase.slides_ofertas_t.slick-initialized.slick-slider:hover .slick-prev:before,
.imageShowCase.slides_ofertas_t.slick-initialized.slick-slider:hover .slick-next:before {
    color: var(--color-marca3);
}

div#slides_ofertas_t .slick-slide img {
    display: block;
    height: 100%;
    object-fit: fill;
    width: 100%;
}

.slick-dots li button:before {
    display: none !important;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.content_marcas .verprod {
    background: var(--color-marca1);
    display: block;
    color: var(--color-marca3);
}

.content_marcas .verprod a {
    color: var(--color-marca2);
    padding: 5px 10px;
    display: block;
}

a.btn.btn-primary.btn-whatsapp {
    padding: 8px 20px;
    font-size: 13px;
}

a.btn.btn-primary.btn-whatsapp i {
    margin-right: 5px;
}

body.detalle div#detalle a.btn.btn-primary.btn-whatsapp {
    padding: 12px 35px;
    font-size: 14px;
}

/***** DETALLE DE CONTENIDO *****/
div#detalle .post-lead-image img {
    margin-right: 0;
    max-width: 600px;
    border-radius: 15px;
}
.post-lead-image {
    float: right;
    margin-left: 30px;
}

div#detalle {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 0
}

/***** HOME *****/
.ofertas .container.general,
.default .container.general,
.busquedaAvanzada .container.general,
body>.container.general,
.scroll_inf.container,
body.productos .container.general,
.navbar-default .container,
.container.menu_pie,
.top-bar .container {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.container.datos-footer {
    width: 90%;
}

.ofertas .container.general {
    margin-top: 0;
}

.container.general {
    margin-top: 3%;
}

.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
    display: none;
}

.style2 .title-sol span, .title-sol.style2 span {
    font-family: var(--tipografia-principal);
    color: var(--color-marca2);
    font-weight: 600;
    font-size: 25px;
    display: initial;
    padding: 0;
}

.featuredImgLook2 .inner:hover,
.product:hover {
    border: 1px solid var(--color-marca2);
}

.price-standard {
    color: var(--color-marca1);
    font-size: 90%
}

.price-sales {
    color: var(--color-marca2)
}

.price {
    margin-bottom: 5%;
    font-weight: 700;
    font-family: var(--tipografia-principal);
}

.spot_ofertas_sup a {
    float: left;
}

.spot_ofertas_sup a img {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px solid var(--color-marca13) !important;
}

.spot_ofertas_inf img {
    width: 50%;
    margin-top: 3%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

p.iva {
    background: var(--color-marca8);
}

.spot_ofertas_inf .img-responsive {
    float: left;
    width: 33.33333333%;
    border: 4px solid var(--color-marca3);
}

.datos-footer {
    padding: 1% 0
}

.datos-footer h1,
.datos-footer .footer-top h4 {
    font-size: 16px;
    color: var(--color-marca3);
}

.datos-footer h2 {
    font-family: 'Fredoka One', cursive;
    font-size: 33px;
    color: #ff1300;
}

.datos-footer .redes li a {
    font-size: 28px;
    color: #ff1300;
    margin-right: 5px;
}

.datos-footer h2 a {
    color: #ff1300;
}

.datos-footer li {
    padding: 5px 0
}

.datos-footer .redes li {
    display: inline-block;
}

.datos-footer2 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.datos-footer2 {
    background: #F1F1F1;
    padding: 20px 0;
    color: #666666;
    font-size: 12px;
    line-height: 14px
}

.datos-footer .footer-top {
    border-bottom: 1px solid rgb(218 218 218 / 35%);
    padding: 20px 15px;
    padding-top: 0px;
}

.datos-footer .footer-top .pie2 {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.datos-footer .footer-top hr {
    width: 30px;
    margin: 15px 0;
}

.datos-footer .footer-top h3,
.datos-footer .footer-top p {
    margin: 0;
}

.datos-footer .footer-top h3,
.datos-footer h1,
.datos-footer .footer-top h4 {
    color: var(--color-marca3);
}

.datos-footer .footer-top .col-md-3 {
    text-align: left;
}

.datos-footer .redes-sociales a {
    padding: 9px;
    border-radius: 50%;
    font-size: 17px;
    margin-right: 5px;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 24px;
}

.datos-footer .redes-sociales a:hover {
    background: var(--color-marca3);
    color: var(--color-marca4);
}

.datos-footer ul.list-inline.redes-sociales {
    margin-left: 10px;
    margin-top: 10px;
}

.datos-footer .contact-info li{
    display: flex;
    gap: 5px;
}

.datos-footer .contact-info li i {
    width: 18px;
    display: flex;
    justify-content: center;
}

p.datos_pie {
    display: none;
    margin-top: 30px;
}

/***** PROYECTOR DE SCROLL *****/
.scroll_inf,
.scroll_sup {
    width: 90%;
    padding: 10px 0;
}

.scroll_inf.container .row,
.scroll_sup.container .row {
    margin: 0;
}

.scroll_inf.container .slick-slide img,
.scroll_sup.container .slick-slide img {
    padding: 0 15px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);

}

.scroll_inf.container .slick-slide img:hover,
.scroll_sup.container .slick-slide img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
}

.scroll_inf.container .control,
.scroll_sup.container .control {
    display: block;
}

.scroll_inf.container .control,
.scroll_sup.container .control {
    position: relative;
    display: block;
}

.scroll_inf.container .control a#nextBrand,
.scroll_sup.container .control a#nextBrand {
    right: 0;
}

.scroll_inf.container .control a#prevBrand,
.scroll_sup.container .control a#prevBrand {
    left: 0;
}

.scroll_inf.container .control a#prevBrand,
.scroll_inf.container .control a#nextBrand,
.scroll_sup.container .control a#prevBrand,
.scroll_sup.container .control a#nextBrand {
    position: absolute;
    top: 20px;
}

.scroll_inf.container ul.no-margin.brand-carousel.slick-initialized.slick-slider,
.scroll_sup.container ul.no-margin.brand-carousel.slick-initialized.slick-slider {
    margin: 0 30px;
}

/***** FIN PROYECTOR DE SCROLL *****/
.product-title {
    font-size: 20px;
    color: #4f4f4f;
}

.financiacion {
    color: #333;
    margin: 10px 0;
    font-weight: 300;
    font-size: 13px;
    font-family: var(--tipografia-principal);
}

.financiacion span.cuotas {
    font-weight: 700;
}

.detalle .detalle_producto .financiacion {
    font-size: 14px
}

.favButton {
    color: var(--color-marca2)
}

.favButton.favCaja {
    padding-right: 20px;
    padding-top: 20px
}

.favButton.favCaja:hover {
    font-size: 25px;
    padding-right: 20px;
    padding-top: 20px;
    color: var(--color-marca1);
}

.favButton.favDetalle:hover,
.favButton.activo {
    color: var(--color-marca1)
}

.favButton.favLista:hover {
    font-size: 25px;
    color: #4e4e4e
}

.avisoStockButton {
    color: var(--color-marca2);
}

span.avisoStockButton.favCaja {
    margin-top: 15px;
    margin-right: 45px;
    left: 30px;
}

.avisoStockButton.favCaja:hover,
.favButton.favCaja:hover {
    font-size: 25px;
    color: var(--color-marca1);
}

a.favoritos_top {
    float: left;
    color: var(--color-marca1);
    margin-right: 10px
}

a.favoritos_top i.far.fa-heart {
    font-size: 20px;
    color: var(--color-marca3);
}

span#nombre_usuario strong {
    font-weight: 400;
}

input#n_ped_sel {
    margin-right: 10px;
}

.destacados {
    padding: 50px 0;
}

.destacados {
    padding: 50px 0;
}

.destacados .imagen {
    background: #f0f0f0;
    border-radius: 50%;
    height: 160px;
    margin: 0 auto;
}

.destacados .imagen img {
    width: 100px;
    margin: 0 auto;
    padding: 25px 0;
}

span.container.leyenda_slide {
    position: absolute;
}

span.container.leyenda_slide h2 {
    margin-top: 20%;
    font-size: 30px;
    color: var(--color-marca3);
    padding-left: 20%;
}

span.container.leyenda_slide h1 {
    margin-top: 10px;
    color: var(--color-marca3);
    padding-left: 20%;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 8;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background: #000;
}

.newsletter a.btn.btn-primary.btn-arrepentimiento {
    background: var(--color-marca2);
    font-size: 13px;
}

.newsletter {
    margin-top: 20px;
}

div#divofertas {
    clear: both;
    padding: 40px 0
}

h5.title-sol.style2.solofertas {
    clear: both;
}

.title-sol-style2,
.title-sol.style2 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
}

footer {
    background: var(--color-marca7);
    padding: 10px 0;
    text-align: center;
}

/***** MODO LISTA *****/
.item.list-view .product .image_lista {
    width: 16.66666667%;
}

.item.list-view .product .col-md-9.col-xs-9 {
    width: 83.33333333%;
}

.item.list-view .price {
    font-size: 20px;
    margin-bottom: 0;
}

.item.list-view .product .description {
    border-top: 0px;
    padding-top: 0px;
}

/***** FIN MODO LISTA *****/
/***** FILTROS *****/
h4.panel-title.panel-title-filtros {
    padding-right: 0px;
}

h4.panel-title.panel-title-filtros {
    background: transparent;
    padding: 12px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding-left: 20px;
    border: 1px solid var(--color-marca2);
    color: var(--color-marca2);
}

ul.fct-scroll {
    list-style-type: square;
    color: var(--color-marca1)
}

div#RangoPrecio ul.fct-scroll {
    padding: 0;
    list-style: none;
}

i.indicator.pull-right.hasPlus {
    margin-right: 10px;
    margin-top: 0px;
}

.panel-flat .panel-heading .panel-title {
    font-family: var(--tipografia-principal);
    text-transform: uppercase;
    font-family: var(--tipografia-principal);
    letter-spacing: .3px;
    font-size: 13px;
    padding-left: 20px;
    font-weight: 700;
    color: var(--color-marca2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px
}

.panel-flat li {
    font-family: var(--tipografia-principal);
    letter-spacing: .3px;
    font-weight: 400;
}

/***** CONTENIDOS *****/
.product h3.leyendaConStock,
.product h3.leyendaSinStock,
.product h4,
.product .price,
.product .financiacion,
small.art_cod_precios {
    padding: 0 20px;
}

.product .description {
    border-top: 1px solid rgba(51, 51, 51, .1);
    padding-top: 20px;
}

.product h4,
.product h4 a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--tipografia-principal);
}

.product .image a img {
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}

.product .image a img:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.product .image {
    overflow: hidden;
}

.product {
    padding-bottom: 0px;
    padding: 0 10px;
    border: 0px;
    border: 1px solid var(--color-marca3);
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px
}

/***** SEMAFORO *****/
.semaf_amarillo,
.semaf_rojo,
.semaf_verde {
    margin: 0 20px;
}

/***** PRECIOS *****/
.price-standard {
    color: var(--color-marca2);
    font-weight: 400;
    padding-bottom: 10px;
}

.price-sales {
    font-weight: 400;
    color: var(--color-marca7);
    font-size: 100%;
}

.price {
    margin-bottom: 5%;
    font-weight: 400;
    font-size: 120%;
    text-align: left;
}

/***** FIN PRECIOS *****/
/***** CARRITO *****/
/*////CABECERA CARRITO////*/
.orderStep li {
    padding: 8px;
    background: none;
    border-right: 1px solid #d0d0d0;
    border-bottom: 4px solid var(--color-marca4);
    min-height: auto;
    font-size: 14px;
    color: var(--color-marca2);
    font-weight: 400;
}

.orderStep li.active {
    border-bottom: 4px solid var(--color-marca1);
    background: none;
    color: var(--color-marca2);
}

.orderStep li i {
    display: none;
}

.orderStep li.active:after {
    border-top-color: var(--color-marca1) !important;
}

.orderStep li.active span b {
    background: var(--color-marca1);
    color: var(--color-marca2);
}

.orderStep li span b {
    background: var(--color-marca11);
    padding: 5px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: var(--color-marca4);
    margin-right: 5px;
}

.orderStep {
    border: 1px solid #d0d0d0;
}

.orderStep li:nth-child(3) {
    border-right: 0px;
}

/*////FIN CABECERA CARRITO////*/
/*////DETALLE DE COMPRA + CUPON////*/
.row.detalle-pedido table#carrito tr.CartProduct .CartProductThumb img {
    width: 50px;
    max-width: 100% !important;
}

form#carrito .price {
    font-size: 13px;
    font-weight: 400;
}

.CartProduct .delete i {
    font-size: 1.5em;
}

.CartProduct .delete i:before {
    content: "\e2ae";
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
    font-weight: 400;
}

.CartProduct .delete i,
.navbar-lateral .dropdown-menu span.caret:before {
    top: -2px;
    position: relative;
}

td.car-nombre h4 {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}

.CartDescription h4 a {
    font-size: 13px !important;
    line-height: normal;
}

tr.CartProduct {
    border-bottom: 1px solid #e7e9ec;
    font-weight: 400;
}

tr.CartProduct td.hidden-xs {
    color: var(--color-marca3);
}

tr.CartProduct.cartTableHeader {
    font-size: 12.5px;
}

/*////FIN DETALLE DE COMPRA + CUPON////*/
/*////FORMA DE PAGO////*/
#total-price,
table.std.table td {
    font-size: 15px;
    font-weight: 400;
}

tr.tr_total td,
td#total-price {
    font-weight: 700 !important;
}

small.forma_pago_descripcion {
    font-size: 100%;
}

small.forma_pago_descripcion span {
    line-height: 21px;
}

small.forma_pago_descripcion span a {
    margin-right: 5px;
    text-align: left;
    width: 50%;
    display: inline-block;
}

small.forma_pago_descripcion span.forma_pago_total b {
    font-size: 120%;
}

small.forma_pago_descripcion span b {
    text-align: right;
    width: 45%;
    display: inline-block;
}

.opcionesTipo img {
    height: 30px;
    margin-bottom: 10px;
}

.opcionesTipo label {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    padding-left: 25px;
}

.opcionesTipo b {
    display: block;
    font-size: 110%;
}

#total-price,
table.std.table td {
    font-size: 15px;
    font-weight: 400;
}

tr.tr_total td,
td#total-price {
    font-weight: 700 !important;
}

.rightSidebar div#order-detail-content .price {
    white-space: nowrap;
    font-weight: 600;
}

.cartMiniTable tr#imi td.price,
.cartMiniTable tr#iva td.price {
    font-weight: 400;
}

tr.bg-info td#total_con_costo {
    font-weight: 700;
}

table#cart-summary tr#total td#total-price {
    font-family: var(--tipografia-principal);
}

table#entrega,
table#resumen {
    font-family: var(--tipografia-principal);
}

div#order-detail-content tr.tr_total_pagar {
    font-weight: 600;
    background: var(--color-marca11);
}

div#order-detail-content tr.tr_total_pagar td {
    font-weight: 600;
}

button#iniciarpago {
    margin-top: 20px;
}

/*////FIN FORMA DE PAGO////*/
/***** FIN CARRITO *****/
.featuredImgLook2 .inner:hover,
.product:hover {
    border: 1px solid var(--color-marca3);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.21);
}

.product .description {
    border-top: 1px solid rgba(51, 51, 51, .1);
    padding-top: 20px;
}

.medios-pago i {
    padding: 20px;
    font-size: 30px;
    background: var(--color-marca1);
    color: var(--color-marca3);
    border-radius: 50%;
}

body.default h1.titulo {
    text-align: start;
    text-transform: uppercase;
    font-size: 20px;
}

.medios-pago {
    margin-top: 20px;
}

.cajasnove .mas_nov a {
    color: var(--color-marca3);
}

.breadcrumb {
    background: #fff
}

input#cantidad {
    width: 80px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px
}

.productFilter {
    border-top: 0
}

.cart-actions {
    border-bottom: 0
}

.stButton {
    background: #F0F0F0;
}

.stButton:after {
    color: var(--color-marca3) !important;
}

.socialIcon a {
    background: #F0F0F0 !important;
    color: var(--color-marca3) !important;
}

span.st_googleplus_large {
    display: none
}

span.st_facebook_large:hover .stButton:after {
    color: #3b5998 !important
}

span.st_twitter_large:hover .stButton:after {
    color: #00acee !important
}

.detalle-form {
    background: #f5f5f5;
    border-top: 4px solid var(--color-marca1);
}

/*.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li:hover>a {
    background: var(--color-marca2);
}*/

.nav-tabs {
    border-bottom: 3px solid var(--color-marca2);
}

.nav-tabs li a {
    font-family: var(--tipografia-principal);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
}

.modal-header-primary {
    background: var(--color-marca3);
    padding: 5px;
}

h3.leyendaConStock:before,
.product h3.leyendaConStock:before {
    color: #14d685;
}

form#reg .row .form-group.col-md-4 {
    width: 50%;
}

.modal-body {
    font-size: 14px;
}

.modal-prod-agregado-container h5 {
    padding: 10px;
    margin: 0 !important;
    text-align: center;
}

.modal span#nombre_prod_alert {
    color: #000
}

.cartFooter,
.cartTableHeader,
tr.CartProduct,
.cartMiniTable,
table#entrega,
table#resumen {
    background: var(--color-marca3);
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #000;
    border: 0
}

.navbar-lateral .ley_cate_lateral_xs {
    font-family: Calibri, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

h4.panel-title.panel-title-filtros {
    padding-left: 0;
    font-weight: 600
}

h4.panel-title {
    padding-left: 10px;
    text-transform: unset !important;
    font-weight: 400
}

.change-view a {
    background: #fff
}

.content_marcas {
    margin: 2% 0;
}

.financiacion {
    color: var(--color-marca12);
    font-weight: 500
}

.detalle .detalle_producto .financiacion br {
    display: none;
}

.modal-header-primary h5 {
    color: #000;
    font-weight: 400;
    font-size: 16px !important;
    letter-spacing: 0;
}

/***** BOTONES *****/
input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
input.cargarViejos.foco,
input.descartarViejos {
    background: var(--color-marca1);
    color: var(--color-marca3);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

a.btn.btn-default.btn-lg.btn-block {
    width: 100%;
}

input#boton_compra:hover,
.btn-default:hover,
.btn.btn-compra:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover,
input.cargarViejos.foco:hover,
input.descartarViejos:hover {
    background: var(--color-marca2);
    color: var(--color-marca1);
}

input#boton_compra {
    position: absolute;
    left: 20%;
    top: 25%;
    border: 0;
}

.product button.btn.btn-primary.btn-compra {
    margin: 0 20px;
}

input.cargarViejos.foco,
input.descartarViejos,
input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago,
button#iniciarpago,
input#boton_datos {
    background-color: var(--color-marca1);
    /*background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);*/
    border: 0px;
    padding: 8px 16px;
    background-size: 200% auto;
    text-transform: uppercase;
    color: var(--color-marca3);
    transition: .5s;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

a.fa.btn_red_soc.btn_red_soc_go.fa-google.popfb {
    background-color: #ea4335 !important;
}

a.fa.btn_red_soc.btn_red_soc_fb.fa-facebook.popfb {
    background: #1877f2 !important;
}

a.fa.btn_red_soc.btn_red_soc_fb.fa-facebook.popfb,
a.fa.btn_red_soc.btn_red_soc_go.fa-google.popfb {
    width: 100% !important;
    opacity: 9 !important;
    padding: 8px 16px !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px
}

a.popolvido,
a.popregistrar {
    opacity: 9;
}

/***** FIN BOTONES *****/
span.marca_span {
    background: var(--color-marca1);
    color: white;
    display: inline-block;
    padding: 5px 8px;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

div#order-detail-content button.col-lg-4.btn.btn-default {
    display: block;
    clear: both;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}


div#order-detail-content input#cupon_descuento {
    width: 100%;
}

.datos-footer .footer-top img {
    margin-top: 20px;
}

.datos-footer .footer-top li.data-fiscal img {
    margin-top: 0;
}

.container.datos-footer .footer-top .list-inline li a {
    font-size: 21px;
    padding: 10px 5px;
}

footer .foot_netone {
    border-top: 2px solid var(--color-marca8) !important;
    padding-top: 5px;
    font-size: 85%;
}

div#boton_comparar a:hover {
    color: white;
}

a#quitarTodosComparativa:hover {
    color: #6e82ff !important;
}

.destacados h3 {
    font-family: var(--tipografia-principal);
    font-weight: 700;
    font-size: 110%;
}

.form-group .form-control,
form#registro_form input,
div#datos_pedido input,
div#datos_pedido .form-control {
    padding: 7px 12px;
    border-color: #c2c2c2;
    box-shadow: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

input.form-control.in_seguridad.pull-left {
    width: 100px !important;
}

.seguir_superior,
.seguir_inferior {
    display: none
}

#navbar-sidebar .navbar-left {
    box-shadow: none;
}

/*****Leyenda General Ofertas Central 1*****/
section.info-destacada {
    background: var(--color-marca11);
    margin-top: 20px;
    padding: 15px 0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-border-radius: 16p;
}

section.info-destacada .info-sup .media-body h2 {
    text-transform: uppercase;
    font-size: 120%;
    margin-bottom: 0px;
}

section.info-destacada .info-sup:hover .media-body h2 {
    letter-spacing: 0.8px;
    color: var(--color-marca4);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

section.info-destacada .info-sup .media-left i {
    font-size: 3.5rem;
}

section.info-destacada .info-sup .media-left {
    vertical-align: middle;
    padding-left: 8px
}

section.info-destacada .info-sup .media-body {
    border-right: 1px solid var(--color-marca4);
}

section.info-destacada .info-sup:nth-child(4) .media-body {
    border-right: 0px;
}

/***** FIN Leyenda General Ofertas Central 1*****/

/***** NOTAS HOME O *****/
.row.noticiashome0,
.container-fluid.noticiashome0 {
    background: var(--color-marca11);
    text-align: center;
}

.container-fluid.noticiashome0 .cajasnove,
.row.noticiashome0 .cajasnove,
.spot_ofertas_sup a img,
.spot_ofertas_inf img,
.row.noticiashome2 .cajasnove {
    transform: translateY(0);
    transition: transform .2s cubic-bezier(.65, .05, .36, 1);
}

.container-fluid.noticiashome0 .cajasnove:hover,
.row.noticiashome0 .cajasnove:hover,
.spot_ofertas_sup a img:hover,
.spot_ofertas_inf img:hover,
.row.noticiashome2 .cajasnove:hover {
    transform: translateY(-4px);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
}

.row.noticiashome0 h5.title-sol.style2.solnuevo.solnoticias,
.row.noticiashome0-titproy {
    display: none;
}

.noticiashome0 #notas_oferta_0 .cajasnove {
    height: fit-content !important;
}

.row.noticiashome0 .cajasnove img,
.noticiashome0 div#notas_oferta_0 .cajasnove img {
    width: 100%;
    max-width: 160px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: var(--color-marca3);
    transition: background-color 0.5s;
    padding: 20px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.noticiashome0 div#notas_oferta_0 .cajasnove img {
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}

.row.noticiashome0 .cajasnove h4,
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
    position: absolute;
    bottom: -30px;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
    font-size: 120%;
}

.row.noticiashome0 .noticiashome0-row.row a.btn.btn-default.btn-vernota,
.noticiashome0 div#notas_oferta_0 a.btn.btn-default.btn-vernota {
    display: none;
}

.row.noticiashome0 .noticiashome0-row.row,
.noticiashome0 div#notas_oferta_0 {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}

/***** FIN NOTAS HOME O *****/

/***** NOTAS HOME 1 *****/
.row.noticiashome1 .noticiashome1-row.row {
    margin: 0;
}

.row.noticiashome1 .cajasnove {
    box-shadow: rgba(40, 41, 61, 0.04) 0px 1px 2px, rgba(96, 97, 112, 0.16) 0px 2px 4px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    margin: 15px 10px;
    width: 23%;
    transform: translateY(0);
    transition: transform .2s cubic-bezier(.65, .05, .36, 1)
}

.row.noticiashome1 .cajasnove:hover {
    transform: translateY(-4px)
}

.row.noticiashome1 .cajasnove h4 {
    order: 1;
    text-align: center;
    font-size: 120%;
}

.row.noticiashome1 .cajasnove h4 a {
    color: var(--color-marca2);
}

.row.noticiashome1 .cajasnove h4 a.btn.btn-default.btn-vernota {
    order: 3;
}

.row.noticiashome1 .cajasnove a.btn.btn-default.btn-vernota {
    order: 3;
    background: none;
    color: var(--color-marca1);
    border-color: transparent;
    box-shadow: none;
    padding: 0;
}

.row.noticiashome1 .cajasnove img {
    margin: 0 auto;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-border-radius: 16px
}

/***** FIN NOTAS HOME 1 *****/

/***** NOTAS HOME 2 *****/

.container-fluid.noticiashome2 {
    padding: 40px 0;
}

.noticiashome2-row.row {
    margin: 0;
}

.row.noticiashome2 h5.title-sol.style2.solnuevo.solnoticias {
    display: none;
}

.row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.row.noticiashome2 .cajasnove h4 {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 9;
}

.row.noticiashome2 .cajasnove h4 a {
    color: #1c304e;
}

.row.noticiashome2 .cajasnove img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s
}

.row.noticiashome2 .cajasnove:hover img,
.noticiashome0 div#notas_oferta_0 .cajasnove:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.noticiashome2 h5.title-sol.style2.solnuevo.solnoticias {
    text-align: start !important;
}

.noticiashome2 .cajasnove {
    position: relative;
    border-radius: 15px;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
    padding: 15px;
    gap: 15px;
    border: 5px solid white;
    border-radius: 25px !important;
}

.noticiashome2 .cajasnove::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-marca13);
    left: 0;
    top: 0;
    border-radius: 18px;
}

.noticiashome2 .cajasnove .fecha_nov,
.noticiashome2 .cajasnove .copete {
    position: absolute;
}

.noticiashome2 .cajasnove:hover {
    background-color: var(--color-marca9);
}

.noticiashome2 .cajasnove h4 {
    width: 100%;
    align-content: center;
    font-size: 18px !important;
    order: 2;
    padding: 0 !important;
    margin: 0 !important;
    height: fit-content !important;
    color: var(--color-marca9);
}

.noticiashome2 .cajasnove:hover h4 a {
    color: #111;
}

.noticiashome2 .cajasnove img {
    transform: scale(1) !important;
    border-radius: 15px;
}

.noticiashome2 .cajasnove .des_nov {
    order: 3;
    margin: 0;
}

.noticiashome2 .btn-vernota {
    display: block !important;
    width: fit-content;
    float: right;
    order: 5;
    font-size: 0;
    align-self: end;
    margin-top: auto;
}

.noticiashome2 .btn-vernota::before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
}

/***** FIN NOTAS HOME 2 *****/

/***** NOTAS HOME 3 *****/
.container-fluid.noticiashome3 {
    padding: 40px 0;
}

.noticiashome3-row.row {
    margin: 0;
}

.row.noticiashome3 h5.title-sol.style2.solnuevo.solnoticias {
    display: none;
}

.row.noticiashome3 .cajasnove a.btn.btn-default.btn-vernota {
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.row.noticiashome3 .cajasnove h4 {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 9;
}

.row.noticiashome3 .cajasnove h4 a {
    color: #1c304e;
}

.row.noticiashome3 .cajasnove img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s
}

.row.noticiashome3 .cajasnove:hover img,
.noticiashome0 div#notas_oferta_0 .cajasnove:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.noticiashome3 h5.title-sol.style2.solnuevo.solnoticias {
    text-align: start !important;
}

.noticiashome3 .cajasnove {
    position: relative;
    border-radius: 15px;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
    padding: 15px;
    gap: 15px;
    border: 5px solid white;
    border-radius: 25px !important;
}

.noticiashome3 .cajasnove::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-marca13);
    left: 0;
    top: 0;
    border-radius: 18px;
    z-index: 0;
}

.noticiashome3 .cajasnove .fecha_nov,
.noticiashome3 .cajasnove .copete {
    position: absolute;
}

.noticiashome3 .cajasnove:hover {
    background-color: var(--color-marca9);
}

.noticiashome3 .cajasnove h4 {
    width: 100%;
    align-content: center;
    font-size: 18px !important;
    order: 2;
    padding: 0 !important;
    margin: 0 !important;
    height: fit-content !important;
    color: var(--color-marca9);
    z-index: 1;
}

.noticiashome3 .cajasnove:hover h4 a {
    color: #111;
}

.noticiashome3 .cajasnove img {
    transform: scale(1) !important;
    border-radius: 15px;
}

.noticiashome3 .cajasnove .des_nov {
    order: 3;
    margin: 0;
}

.noticiashome3 .btn-vernota {
    display: block !important;
    width: fit-content;
    float: right;
    order: 5;
    font-size: 0;
    align-self: end;
    margin-top: auto;
    z-index: 1;
}

.noticiashome3 .btn-vernota::before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
}

/***** FIN NOTAS HOME 3 *****/




#divPostLonuevo {
    clear: both;
    padding: 40px 0;
}

.owl-carousel .owl-wrapper {
    padding-bottom: 40px;
    padding-top: 10px;
}






/***** DETALLE DE PRODUCTO *****/
.breadcrumb>li.bread-volver,
.breadcrumb>li.bread-vertodos,
.breadcrumb>li.bread-imprimir {
    display: none;
}

.detalle-form,
.panel-default>.panel-heading {
    border-top: 4px solid var(--color-marca1);
}

body.detalle .detalle_producto {
    border: 1px solid rgb(218, 218, 218);
    padding: 20px 30px;
    border-radius: 8px;
}

body.detalle .detalle_producto .marca_imagen {
    display: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li:hover>a{
    border-bottom: 4px solid var(--color-marca7);
    background: none;
    color: #555 !important;
}

/*
.nav-tabs>li:hover>a {
    color: var(--color-marca2) !important;
    border-bottom: 4px solid var(--color-marca4) !important;
}

.nav-tabs>li.active>a:focus,
.nav-tabs>li:hover>a {
    border-bottom: 4px solid var(--color-marca3);
    background: none;
}
*/

.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #bfc9ca;
}

.fila_cuotas_tarjeta_detalle {
    padding: 5px 10px;
}

#detalle .details-description {
    border: 0;
    font-size: 16px;
    line-height: 22px;
    color: var(--color-marca2);
}

.secciones h5 {
    font-size: 140%;
    margin-top: 30px;
}

.secciones {
    padding: 30px 0;
}

.secciones .descripcion {
    font-size: 16px;
    line-height: 22px;
    color: var(--color-marca2);
}

.secciones img {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.secciones .seccion1,
.secciones .seccion2,
.secciones .seccion3,
.secciones .seccion4,
.secciones .seccion5 {
    margin: 30px 0;
    margin-bottom: 50px;
}

.cuadro_cuotas {
    border: 1px solid rgb(218, 218, 218);
    margin: 10px 0px;
    margin-top: 0px;
    padding: 10px;
    padding-bottom: 25px;
    border-radius: 8px;
}

.div_ver_cuotas_todas {
    margin-top: 20px;
}

a.ver_cuotas_todas {
    padding: 8px 20px;
    border: 1px solid var(--color-marca7);
    border-radius: 8px;
    color: var(--color-marca7);
    font-weight: 400;
}

.precio_diferenciado.row {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0;
    background: var(--color-marca11);
    border: 0px;
    padding: 10px 0;
}

.sp-large {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

body.detalle .detalle_producto .semaf_amarillo,
body.detalle .detalle_producto .semaf_rojo,
body.detalle .detalle_producto .semaf_verde {
    margin: 0;
}

/***** FIN DETALLE DE PRODUCTO *****/
/***** IFRAME *****/
iframe {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 10px 0;
}

/***** IFRAME *****/
/***** ALERTS *****/
div#avisostock,
div#mensaje3 {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

div#mensaje3 {
    background: none;
    border: none;
    padding: 0;
    font-weight: 600;
    color: #dc0000;
}

label.error {
    color: #dc0000;
    font-size: 100%;
    font-weight: 600;
}

div#avisostock ul {
    margin-bottom: 0px;
}

div#avisostock ul li {
    font-weight: 600;
}

.envio_gratis_leyenda {
    font-weight: 600;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

/***** FIN ALERTS *****/
/***** DATOS USUARIOS *****/
.datos_usuario h6 i,
.datos_usuario h6 {
    color: var(--color-marca4);
}

.datos_usuario h1 {
    font-size: 200%;
}

.datos_usuario ul li {
    padding: 5px 0;
}

/***** RESPONSIVE MEDIA QUERIES *****/
@media (min-width: 1920px) {
    form#top-buscar {
        left: 32%
    }

    .menu-info {
        padding-left: 13%
    }

    .ofertas .container.general,
    .default .container.general,
    .busquedaAvanzada .container.general,
    body>.container.general,
    .scroll_inf.container,
    .navbar-default .container,
    .container.menu_pie,
    body.productos .container.general,
    .top-bar .container {
        width: 75%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .row.noticiashome0 .noticiashome0-row.row,
    .noticiashome0 div#notas_oferta_0 {
        width: 75%;
        margin: 0 auto;
        padding: 30px 0;
    }
}

@media (max-width: 1441px) {

    .top-bar .search input.search-form,
    .top-bar .search input.search-form:hover,
    .top-bar .search input.search-form:focus {
        width: 600px;
    }
}

@media (max-width: 1367px) {
    .top-bar .search {
        right: 24%;
    }

    .search.search-fixed {
        right: 35%;
    }

    input.search-form,
    input.search-form:hover,
    input.search-form:focus {
        width: 600px;
    }

    .search.search-fixed {
        right: 26%;
    }
}

@media (max-width: 1281px) {
    form#top-buscar {
        left: 23%
    }

    input.search-form,
    input.search-form:hover,
    input.search-form:focus {
        width: 500px;
    }

    .top-bar .search {
        right: 29%;
    }

    .top-bar .social-fixed .search {
        right: 31%;
    }

    .top-bar .search input.search-form,
    .top-bar .search input.search-form:hover,
    .top-bar .search input.search-form:focus {
        width: 450px;
    }

    section.info-destacada .info-sup .media-body h2 {
        font-size: 100%;
    }
}

@media (max-width: 1025px) {
    .top-bar .social-fixed .search {
        right: 25%;
    }
}

@media (max-width: 1024px) {
    .menu-info {
        padding-left: 0%;
    }

    .ofertas .container.general,
    .default .container.general,
    .busquedaAvanzada .container.general,
    body>.container.general,
    .scroll_inf.container,
    .navbar-default .container,
    .container.menu_pie,
    body.productos .container.general,
    .top-bar .container {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .navbar-nav>li>a {
        padding: 10px 8px;
    }

    input.search-form,
    input.search-form:hover,
    input.search-form:focus {
        width: 340px;
        -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, .5);
    }

    .top-bar .search {
        right: 25%;
    }

    .destacados .imagen img {
        width: 80px;
    }

    .destacados .imagen {
        height: auto;
    }

    .row.noticiashome1 .cajasnove {
        width: 22%;
    }

    .product h3.leyendaConStock,
    .product h3.leyendaSinStock,
    .product h4,
    .product .price,
    .product .financiacion,
    small.art_cod_precios {
        padding: 0 10px;
    }

    .product button.btn.btn-primary.btn-compra {
        margin: 0 10px;
    }

    .price {
        margin-bottom: 5%;
        font-weight: 600;
        font-size: 150%;
        text-align: left;
    }
}

@media (max-width: 980px) {

    .top-bar .search input.search-form,
    .top-bar .search input.search-form:hover,
    .top-bar .search input.search-form:focus {
        width: 320px;
    }

    .ban-top-izquierda img {
        max-width: 170px;
    }
    .ban-top-derecha .img-responsive {
        max-height: 70px;
    }

    .top-bar .search {
        right: 29%;
        top: 61px;
    }

    .top-bar .social-fixed .search {
        right: 29%;
        top: 28px;
    }

    input#boton_compra {
        left: 35%;
    }

    ul.slick-dots {
        display: none !important;
    }

    .scroll_inf,
    .scroll_sup {
        width: 100%;
    }

    .brand-carousel li {
        width: 150px !important;
    }

    div#RangoPrecio ul.fct-scroll input {
        width: 70px !important;
    }

    i.fa.fa-search.aplicar_precio {
        margin-left: 7px;
    }

    a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
        display: none;
    }
}

@media (max-width: 767px) {
    header#header {
        margin: 0 !important;
    }

    .caja_func_sup .cotizacion {
        display: none;
    }

    .caja_func_sup.estaLogueado span#nombre_usuario {
        display: none;
    }

    .contact-form form#reg .row .form-group.col-md-4 {
        width: 100%;
    }

    #navbar-menu-superior{
        border: none !important;
    }
    .menu-info {
        top: 136px;
    }

    .navbar-default .navbar-nav>li>a span.caret {
        background: no-repeat;
        padding: 0;
        border-radius: 0px;
        border-radius: 4px;
    }

    .top-bar .social-fixed .search {
        right: 29%;
        top: 57px;
    }

    a.dropdown-toggle.pull-right.hidden-md.hidden-lg {
        display: block;
    }

    section.info-destacada .info-sup .media-body h2 {
        font-size: 100%;
    }

    section.info-destacada .info-sup .media-body {
        border-right: 0px solid var(--color-marca4);
    }

    section.info-destacada .info-sup:hover .media-body h2 {
        letter-spacing: 0px;
    }

    section.info-destacada .info-sup .media-body {
        height: 110px;
    }

    
    div#detalle .post-lead-image {
        margin: 0 !important;
    }
    div#detalle .post-lead-image img {
        max-width: 100%;
    }

    .cols-grals .row {
        margin: 0;
    }

    .top-bar .cotizacion {
        padding: 6px 10px;
    }

    .social {
        width: 100%;
    }

    .top-bar .search div#autocompletar,
    .top-bar .search input.search-form,
    .top-bar .search input.search-form:hover,
    .top-bar .search input.search-form:focus {
        width: 100%;
    }

    .orderStep li {
        display: none;
    }

    .orderStep li.active {
        width: 100%;
        display: block;
        border-right: 0px
    }

    .spot_ofertas_sup {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    table#carrito {
        display: flex;
        flex-direction: column;
    }

    td.car-cant input[type=number] {
        width: 30px !important;
        height: 30px;
        font-size: 11px;
    }

    tr.CartProduct td,
    tr.CartProduct th {
        padding: 5px;
        font-family: "Inter Tight", sans-serif
    }

    .CartDescription h4 a {
        font-size: 11px !important;
        line-height: 15px;
    }

    td.car-imi,
    td.car-imp {
        text-overflow: ellipsis;
        text-wrap: nowrap;
        overflow: hidden;
    }

    form#carrito .price {
        font-size: 11px;
        font-weight: 400;
        text-wrap: nowrap
    }

    td.car-nombre .CartDescription {
        width: 100px;
    }

    td.car-nombre h4,
    td.car-nombre h4 a {
        white-space: normal;
        font-size: 10px;
        text-overflow: initial;
    }

    table#resumen {
        position: relative;
    }

    .row.userInfo {
        margin-right: -15px;
        margin-left: -15px;
    }

    form#form_envio {
        margin: 0 15px;
    }

    button#iniciarpago {
        margin-top: 15px;
    }

    table#resumen {
        position: relative;
        margin-bottom: 60px;
    }

    td#total_pedido+td {
        width: 100%;
        display: block;
        width: 100%;
        max-width: 100%;
        display: block;
        clear: both;
        position: absolute;
        bottom: -120px;
        right: 0;
        left: 0;
        height: 90px;
        border: 0px;
        clear: both;
        margin-bottom: 30px;
    }

    .promotion span.descuento,
    .promotion span.etiq3-prod,
    .promotion span.etiq4-prod,
    .promotion .discount,
    .promotion .new-product,
    .promotion span.envio_gratis,
    .promotion span.envio_gratis_todos {
        padding: 5px;
        font-size: 10px;
    }

    .promotion {
        bottom: 15px;
    }

    .product {
        padding: 0;
    }

    ul.dropdown-menu.dropdown-cart {
        top: 90px;
    }

    .content_marcas {
        width: 50%;
        float: left;
    }

    .row.noticiashome1 .cajasnove {
        width: 44%;
    }

    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        background: var(--color-marca2) !important;
    }

    .navbar-toggle {
        float: left;
        margin-right: 10px;
    }

    .caja_func_sup.pull-right.hidden-xs {
        display: block !important;
        margin-top: 15px;
    }

    .caja_func_sup.pull-right.hidden-xs span.whatsapp-top {
        display: none;
    }

    #carrito_top,
    #login_sup,
    #micuenta_top,
    #nombre_usuario,
    #login_sup a,
    #login_sup:before,
    a.cambiar_cuenta_top,
    a.terminar_sesion_top {
        display: none;
    }

    .buscador {
        float: right;
    }

    .buscador ul.dropdown-menu li {
        width: 100%;
        margin: 0 auto;
    }

    .buscador ul.dropdown-menu i {
        color: white;
    }

    .buscador ul.dropdown-menu input.search-form {
        padding: 20px;
        width: 100%;
        margin: 10px;
        letter-spacing: .8px;
        border-bottom: 0px !important;
        border: none;
        font-weight: 500;
    }

    .buscador ul.dropdown-menu input.search-form::placeholder {
        letter-spacing: 0;
        font-size: 16px;
        font-weight: 500;
    }

    .buscador ul.dropdown-menu input.search-form:active {
        border: 0px
    }

    .buscador a.btn.btn-lg,
    a.registracion {
        padding: 0px 10px;
    }

    .buscador a:hover i,
    .buscador a i {
        font-weight: 700;
    }

    .buscador form#form-buscar {
        display: flex;
        align-items: center;
        flex: 1 0 auto;
        padding: 5px 10px;
    }

    .buscador button.btn.btn-default.btn-close {
        background: none;
        border: none;
        box-shadow: none;
        color: #000;
        font-size: 20px;
        padding: 10px;
    }

    .buscador button.btn.btn-buscartop {
        font-size: 20px;
    }

    .buscador a.dropdown-toggle {
        padding: 10px;
        padding-top: 7px;
        font-size: 18px;
        color: var(--color-marca2);
    }

    .caja_func_sup .buscador {
        display: block;
        margin-right: 25px;
        margin-top: -10px;
    }

    .spot_ofertas_sup a {
        float: none;
        max-width: 100%;
    }

    .spot_ofertas_sup {
        padding-bottom: 0;
    }

    .search {
        display: none;
    }

    .scroll_inf.container {
        width: 95%;
    }

    .buscador ul.dropdown-menu.dropdown-cart {
        background: linear-gradient(to right bottom, #142032 0, #003d8f);
        top: 65px;
    }

    .col-md-2.cajasnuevo,
    .col-md-2.cajasoferta {
        width: 50%;
    }

    .ofertas .container.general,
    .navbar-default .container,
    .container.menu_pie,
    body.productos .container.general,
    .top-bar .container {
        width: 100%;
        margin: 0 auto;
    }

    .row.noticiashome0 .noticiashome0-row.row {
        width: 90%;
    }

    .noticiashome0 div#notas_oferta_0 {
        width: 100%;
    }

    .product h3.leyendaConStock,
    .product h3.leyendaSinStock,
    .product h4,
    .product .price,
    .product .financiacion,
    small.art_cod_precios {
        padding: 0 10px;
    }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 0px;
    }

    .product h4,
    .product h4 a {
        font-size: 13px;
    }

    .row.noticiashome0 .cajasnove {
        margin: 20px 0;
        margin-bottom: 30px;
    }

    div#productslider-notas0{
        padding: 0;
        margin: 0;
    }

    .noticiashome0 div#notas_oferta_0 {
        padding: 30px 0;
    }

    .novedades-home-row.row {
        margin: 0;
    }

    li.suscripcion {
        display: none !important;
    }

    ul.dropdown-menu.dropdown-cart .buscador {
        display: none;
    }

    ul.dropdown-menu.dropdown-cart a.cambiar_cuenta_top,
    ul.dropdown-menu.dropdown-cart a.terminar_sesion_top,
    ul.dropdown-menu.dropdown-cart li#nombre_usuario,
    ul.dropdown-menu.dropdown-cart li#login_sup a,
    ul.dropdown-menu.dropdown-cart li#micuenta_top,
    ul.dropdown-menu.dropdown-cart li#carrito_top {
        display: block;
        font-size: 16px;
        text-align: right;
    }

    ul.dropdown-menu.dropdown-cart li#login_sup a {
        display: inline-block;
    }

    ul.dropdown-menu.dropdown-cart {
        width: 250px;
    }

    a.favoritos_top {
        color: var(--color-marca2);
        position: absolute;
        right: 15%;
        font-size: 20px;
    }

    .social ul.social-share {
        margin-right: 0px;
    }

    .navbar-nav.sm-collapsible a.has-submenu i {
        display: none;
    }

    .top-bar {
        padding: 0;
        line-height: 10px;
    }

    .top-bar a {
        color: var(--color-marca2);
        font-size: 20px;
    }

    .top-bar ul.dropdown-menu.dropdown-cart a {
        color: var(--color-marca4);
        font-size: 16px;
    }

    ul#menutop li a,
    ul.social-share li a {
        display: inline-block;
        padding: 5px 7px;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .social-share-fixed,
    .dropdown-toggle-fixed {
        position: fixed !important;

    }

    .social-share-fixed {
        display: none;
    }

    div#filtros {
        background: transparent;
    }

    .row.userInfo {
        margin-right: -15px;
        margin-left: -15px;
    }

    .ban-top-izquierda img {
        max-width: 170px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--color-marca2);
    }

    .datos-footer .row {
        margin: 0;
    }

    .top-bar .search {
        top: 95px;
        right: 0;
        background: var(--color-marca11);
        width: 100%;
        margin-right: 0px;
        position: absolute;
        padding: 8px 15px 0;
        display: block;
        left: 0;
    }

    .top-bar .search.search-fixed {
        top: 85px;
    }

    .top-bar .search-fixed {
        position: fixed;
    }

    .dropdown-toggle.pull-right.hidden-md.hidden-lg {
        position: absolute;
        z-index: 11;
        display: block;
        right: 20px;
        top: 40px;
    }

    .dropdown-toggle.pull-right.hidden-md.hidden-lg.dropdown-toggle-fixed {
        top: 10px;
    }

    input.search-form,
    input.search-form:hover,
    input.search-form:focus {
        width: 280px;
        -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, .5);
    }

    .destacados .col-md-2 {
        width: 33%;
        float: left;
    }

    .destacados .imagen {
        height: auto;
        width: 140px;
    }

    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        background: #9d4bff;
    }

    .navbar-default .navbar-nav>li>a {
        text-align: center;
    }

    .navbar-default .navbar-nav>li a:after {
        display: none;
    }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: var(--color-marca2);
        text-align: center;
    }

    .dropdown-cart-fixed {
        position: fixed;
    }

    ul.dropdown-menu.dropdown-cart.dropdown-cart-fixed {
        right: 0;
        top: 58px;
    }

    .dropdown-menu #nombre_usuario {
        color: #2c464f;
    }

    .noticiashome0 div#notas_oferta_0 .cajasnove h4 {
        font-size: 120%;
    }

    .noticiashome0 div#notas_oferta_0 .cajasnove img {
        padding: 10px;
    }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 0px;
    }

    .price {
        font-size: 130%;
    }

    button.navbar-toggle {
        padding-top: 15px;
        margin-right: 0;
    }

    .container.menu_pie ul.list-inline.list-unstyled.hidden-lg {
        display: none;
    }

    .datos-footer .footer-top img {
        margin: 0 auto;
    }

    .container.datos-footer .footer-top .list-inline {
        text-align: center;
    }

    footer .menu_pie .foot_netone {
        border-top: 1px solid var(--color-marca8) !important;
    }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 0;
        padding: 10px 8px !important;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: var(--color-marca11) !important;
        color: var(--color-marca2) !important;
    }

    .discount,
    .new-product,
    span.etiq3-prod,
    span.etiq4-prod {
        font-size: 10px;
    }

    .buscador ul.dropdown-menu.dropdown-cart {
        width: 100%;
    }

    .datos-footer .footer-top .col-md-3 {
        width: initial;
        text-align: center;
    }

    .datos-footer .footer-top hr {
        width: 30px;
        margin: 15px auto;
    }

    .ban-top-izquierda {
        margin-left: 15px;
    }
    .ban-top-derecha .img-responsive {
        max-height: 65px;
    }

    .top-bar .search {
        top: 114px;
    }

    .datos_usuario h1 {
        font-size: 160%;
    }

    .datos_usuario .col-md-4.col-xs-6 {
        width: 100%;
    }

    .datos_usuario h6 i,
    .datos_usuario h6 {
        color: var(--color-marca4);
    }

    .quienes-somos .container.general > .row, .default .container.general > .row{
        padding: 15px !important;
    }
    .quienes-somos .container.general > .row .col-md-12, .default .container.general > .row .col-md-12, .default .container.general > .row .form-group{
        padding: 0;
    }

    .caja_nov_listar .desdoc * {
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 680px) {
    .product .price .price-standard {
        display: block;
    }

    .noticiashome0 div#notas_oferta_0 .cajasnove img {
        padding: 20px;
        max-width: 140px;
    }

    .container-fluid.noticiashome0 .cajasnove,
    .row.noticiashome0 .cajasnove {
        padding: 10px;
    }

    .noticiashome0 div#notas_oferta_0 .cajasnove h4 {
        font-size: 100%;
    }

    .noticiashome0 div#notas_oferta_0 {
        padding: 10px 0;
    }

    section.info-destacada .info-sup .media-body h2 {
        font-size: 85%;
    }

    section.info-destacada {
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    section.info-destacada .info-sup {
        padding: 0;
        text-align: center;
    }

    section.info-destacada .info-sup .media-left i {
        font-size: 2.5rem;
    }

    section.info-destacada .info-sup .media-body {
        height: 70px;
    }

    .row.noticiashome2 .cajasnove {
        padding: 0 8px;
    }

    .row.noticiashome2 .cajasnove h4 {
        top: 10px;
        right: 20px;
        font-size: 100%;
    }

    .row.noticiashome2 .cajasnove a.btn.btn-default.btn-vernota {
        right: 20px;
        bottom: 20px;
        padding: 5px 8px;
        font-size: 13px;
    }

    .brand-carousel li {
        width: 100px !important;
    }

    .promotion span.descuento,
    .promotion span.etiq3-prod,
    .promotion span.etiq4-prod,
    .promotion .discount,
    .promotion .new-product,
    .promotion span.envio_gratis,
    .promotion span.envio_gratis_todos {
        font-size: 9px;
    }

    .promotion span.envio_gratis,
    .promotion span.envio_gratis_todos {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {

    div.item-slide.imagen-slide-2 {
        background-repeat: no-repeat !important;
    }

    div.item-slide.imagen-slide-2 {
        height: 430px;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    .ban-top-izquierda img {
        max-width: 140px;
    }

    .top-bar .search {
        top: 80px;
    }
    .top-bar .search.search-fixed {
        top: 76px !important;
    }

    .top-bar .social-fixed .search {
        right: 29%;
        top: 50px;
    }

    .datos-footer .footer-top .col-md-3 {
        width: 100%;
        text-align: center;
    }

    section.info-destacada .info-sup .media-left {
        display: block;
        padding: 5px;
    }

    .iconos-top .iconos-sup .media-left {
        display: block;
        font-size: 80%;
        padding: 0;
    }

    .iconos-top .iconos-sup .media-body {
        text-align: center;
    }

    .iconos-top .iconos-sup .media-body h2 {
        font-size: 140%;
    }

    input#boton_compra {
        left: 35%;
    }


    .ban-top-izquierda {
        margin-left: 5px;
    }
    .ban-top-derecha .img-responsive {
        max-height: 48px;
    }

    .top-bar .search {
        top: 106px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    ul.nav.navbar-nav {
        margin: 0;
    }

    .container>.navbar-header,
    .container>.navbar-collapse {
        margin: 0;
        padding: 0
    }

    #micuenta_top.cart_top {
        text-align: right;
    }

    #micuenta_top.cart_top span a:nth-child(1) {
        padding-right: 10px;
    }

    header .navbar-nav>li {
        margin-top: 0 !important;
    }
    .navbar-nav>li {
        margin-top: 10px;
    }

    .menu-info {
        position: relative;
        padding-left: 0;
        top: auto;
        background: var(--color-marca3);
    }

    .spot_ofertas_inf .img-responsive {
        float: none;
        width: 100%;
    }

    .destacados .col-md-2 {
        width: 50%;
        float: left;
    }

    div.item-slide.imagen-slide-2 {
        overflow: hidden;
        position: relative;
    }

    .destacados {
        padding: 10px 0;
    }

    div#navbar-menu-superior {
        background: white;
        margin-top: 10px;
        margin-bottom: -10px;
    }

    .destacados .imagen {
        background: #f0f0f0;
        border-radius: 50%;
        width: 140px;
    }

    form#top-buscar {
        width: 90%;
        position: relative;
        left: 0;
        margin-top: 10px;
        top: 10%;
    }

    input.search-form,
    input.search-form:hover,
    input.search-form:focus {
        width: 100%;
    }

    div#autocompletar {
        width: 320px;
    }

    li.open {
        background: #e7e7e7;
    }

    li.open ul li.open {
        background: #F5F5F5;
    }

    .navbar-nav.sm-collapsible ul ul .dropdown-menu>li>a,
    .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
        padding: 10px 8px !important;
    }

    .spot_ofertas_inf img {
        width: 100%;
    }

    nav#navbar-sidebar {
        display: none;
    }

    .navbar-default {
        -webkit-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 11px 8px -10px rgba(0, 0, 0, .5);
        box-shadow: 0 20px 25px -30px rgba(0, 0, 0, .8);
        padding: 10px 0 !important;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #e7e7e7;
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav>li>a {
        color: var(--color-marca2)
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: var(--color-marca2)
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    li#sucursal_movil {
        display: none;
    }
}

@media (max-width: 376px) {



    div.item-slide.imagen-slide-2 {
        height: 390px;
    }
}

@media (max-width: 362px) {
    div.item-slide.imagen-slide-2 {
        height: 375px;
    }
}

@media (max-width: 322px) {
    div.item-slide.imagen-slide-2 {
        height: 330px;
    }

    .ban-top-izquierda {
        width: 45%;
        margin-left: 0;
    }

    .ban-top-izquierda img {
        max-width: 45px;
    }

    ul.social-share li a {
        padding: 5px 7px;
    }

    .social ul.social-share {
        margin-right: 10px;
    }
}

/***** FIN RESPONSIVE MEDIA QUERIES *****/


/************ CUSTOM ************/

/* HEADER */
header .navbar-header {
    width: 100% !important;
    display: flex !important;
    align-items: center;
}
header .ban-top-derecha {
    order: 5;
    margin-left: auto;
}
.navbar-default {
    padding: 10px 0 !important;
}

/* SEARCH */
.search input.search-form {
    border: 1px solid var(--color-marca9) !important;
    /*box-shadow: 0 0 4px #33333329;*/
    border-radius: 8px;
}
.top-bar .search-fixed {
    top: 35px;
}
input.search-form {
    padding: 6px 12px 6px 35px;
}
.search .input-group-btn {
    position: absolute;
    top: 0;
    left: -3px;
}
.search .btn:active {
    box-shadow: none !important;
}
.search i{
    color: var(--color-marca4) !important;
}

/* CATEGORIAS */
.noticiashome0 #notas_oferta_0 .cajasnove{
    transition: all 0.4s ease-in-out;
    overflow: visible !important;
    padding: 0 10px;
}
.noticiashome0 #notas_oferta_0 .cajasnove::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    height: 98%;
    background-color: var(--color-marca3);
    border-radius: 15px;
    z-index: 1;
}
#notas_oferta_0 .cajasnove:hover img{
    opacity: 1 !important;
}
.noticiashome0 div#notas_oferta_0 .cajasnove img {
    max-width: 100% !important;
    border-radius: 15px !important;
    object-fit: contain;
    aspect-ratio: 6 / 4;
    border: 1px solid var(--color-marca13);
    opacity: 0.5;
}
.noticiashome0 div#notas_oferta_0 .cajasnove h4 {
    height: fit-content !important;
    font-size: 125% !important;
    text-transform: uppercase;
    color: var(--color-marca7);
    font-weight: 800;
    position: absolute;
    bottom: 1px;
    /* right: 50%; */
    /* transform: translateX(50%); */
    text-shadow: 0 0 5px white;
    z-index: 3;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    background-color: white;
    width: 90%;
    border-radius: 15px;
    padding: 12px 22px;
}
#notas_oferta_0 a{
    position: relative;
    z-index: 2;
}

div#divlonuevo {
    padding: 10px 0 50px;
}

/* PRODUCTO */
.product {
    padding: 0 !important;
    height: auto !important;
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--color-marca11);
    border: 1px solid var(--color-marca13) !important;
    position: relative;
    overflow: hidden;
}

.product span.stock,
.product .financiacion {
    display: none;
}

.product .description {
    border: none !important;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.product .dcorta {
    padding: 0 20px;
}

.product .image {
    height: 100% !important;
    max-height: 100% !important;
}

.product img.img-responsive {
    width: 100%;
    height: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    margin: 0;
    aspect-ratio: 2 / 1.12 !important;
    background-color: var(--color-marca3);
}

.product h4, .product h4 a {
    font-size: 18px !important;
    color: var(--color-marca7);
    font-weight: 500;
}

.product .price-sales {
    color: var(--color-marca2);
    font-size: 20px !important;
    float: left;
    margin-right: 10px;
    font-weight: 600 !important;
}

.product .btn-compra {
    margin-bottom: 20px !important;
}

.product .row .btn-compra {
    margin-bottom: 0 !important;
}

.product .row .leyendaSinStock {
    position: static;
}

.product .row small {
    order: 3;
}

.product>.row {
    margin: 0;
}

.product .row {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.product .row .description {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.product .row .price-standard {
    padding-bottom: 0px;
    margin-right: 10px;
}

.product .row .price span {
    justify-content: end;
}

.product .row .promotion span.etiq3-prod {
    text-align: center;
}

.item.list-view .product .image_lista {
    aspect-ratio: 1 / 1;
    padding: 0;
}

.promotion {
    position: static;
    margin-top: -30px;
}

.promotion span.etiq3-prod {
    background: var(--color-marca10);
    color: var(--color-marca3);
    position: absolute;
    top: 10px;
    left: -27px;
    transform: rotate(-45deg);
    width: 103px;
}

.detalle .promotion span.etiq3-prod {
    background: var(--color-marca10);
    color: var(--color-marca3);
    position: absolute;
    top: 10px;
    left: 3px;
    transform: rotate(0deg);
    width: fit-content;
    padding: 7px 13px;
    z-index: 1;
    text-align: center;
}

.noticiashome3,
.noticiashome3-row,
.postnovedadesrow,
.noticiashome1,
.noticiashome2-row, 
div#productslider-notas3{
    margin: 0;
}

/* Estilos sección "Quienes Somos"*/

.about-container, .about-container .title, .about-container p, .about-container a{
    font-family: var(--tipografia-principal) !important;
}
.about-container .title{
    margin: 0;
}
.about-section {
    position: relative;
}
.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    padding: 50px 0;
    gap: 40px;
}
section.about-section::before {
    content: " ";
    height: 100%;
    width: 100vw;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-marca11);
    z-index: -1;
}
.about-content-wrapper {
    display: flex;
    gap: 40px;
}
.about-section hr{
    border-top: 1px solid var(--color-marca1);
    width: 100px;
    margin: 0;
}
.about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-text {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.about-image {
    height: 100%;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.about-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    border-radius: 15px;
}
.about-text p {
    line-height: 1.6;
    margin-bottom: 0px !important;
}
.about-list, .nov_dlarga ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.about-list li, .nov_dlarga li {
    margin-bottom: 0;
    line-height: 1.5;
    display: flex;
    align-items: baseline;
}
.quienes-somos .nov_dlarga li {
    display: block !important;
}
.about-list li strong, .nov_dlarga li strong{
    text-wrap: nowrap;
}
.about-list i, .nov_dlarga li::before {
    color: var(--color-marca6);
    margin-right: 10px;
    margin-top: 3px;
    font-size: 0.8em;
}
.nov_dlarga li::before{
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
}
.see-more-button {
    display: inline-block;
}
strong {
    font-weight: bold;
}
.btn{
    border-radius: 9px;
    font-weight: 500;
    text-transform: uppercase;
}
a.btn.btn-subscribe {
    width: 100%;
}
.btn-secondary {
    color: var(--color-marca7) !important;
    background-color: var(--color-marca8) !important;
    font-weight: 500;
}
.btn-secondary:hover {
    color: var(--color-marca7) !important;
    background-color: var(--color-marca3) !important;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .verprod{ 
    border-radius: 9px;
    padding: 10px 18px;
    font-weight: 500;
}
.btn-default:hover, .btn-primary:hover, .btn-success:hover, .btn-info:hover, .verprod:hover{ 
    background: var(--color-marca7) !important;
    color: var(--color-marca3) !important;
}
.btn-default:focus, .btn-primary:focus,.btn-success:focus, .btn-info:focus, .verprod:focus {
    background: var(--color-marca7) !important;
    color: var(--color-marca3) !important;
}

.spot_ofertas_sup {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    position: relative;
    padding: 50px 0;
}
.spot_ofertas_sup::before {
    content: " ";
    height: 100%;
    width: 100vw;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-marca11);
    z-index: -1;
}
.spot_ofertas_sup img {
    border-radius: 15px;
}

.spot_ofertas_inf_inf {
    display: flex;
    position: relative;
    gap: 15px;
    padding: 50px 0;
}
.spot_ofertas_inf_inf::before {
    content: " ";
    height: 100%;
    width: 100vw;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-marca11);
    z-index: -1;
}
.spot_ofertas_inf_inf img{
    border-radius: 15px;
}

.contact-section, .contact-section .title, .contact-section a, .contact-section p{
    font-family: var(--tipografia-principal);
}
.contact-section .title{
    margin: 0;
}
section.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    position: relative;
    padding: 50px 0;
    gap: 40px;
    margin-bottom: -40px;
}
section.contact-section::before {
    content: " ";
    height: 100%;
    width: 100vw;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-marca11);
    z-index: -1;
}
.contact-section hr{
    border-top: 1px solid var(--color-marca1);
    width: 100px;
    margin: 0;
}
.contact-section .first-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
ul.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
}
li.contact-item {
    display: flex;
    gap: 15px;
}
li.contact-item i{
    color: var(--color-marca1);
}
a.contact-button.btn-default {
    display: inline-block;
}
.contact-section .map-container {
    height: 100%;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.contact-section .map-container iframe{
    margin: 0;
}

.promociones_3 img{
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -40px;
}

.hormigafoot{
    padding: 0 !important;
}

footer .info-empresa img{
    margin-bottom: 10px;
}
footer .text-left .row {
    margin: 0 -15px;
}
footer .text-left ul {
    margin-left: 0 !important;
}

.redes-sociales{
    margin: 0 !important;
}
.redes-sociales i {
    font-family: 'Font Awesome 6 Brands';
}
.redes-sociales i.fa-envelope {
    font-family: 'Font Awesome 6 Pro' !important;
}

.whatsapp {
    position: fixed;
    bottom: 25px;
    right: 20px;
}
.aparece {
  bottom: 25px;
  left: 20px;
}
.page-scroll {
  font-size: 48px;
}

@media (max-width: 768px) {
    .search .input-group-btn {
        left: 7px;
    }

    .about-content-wrapper {
        flex-direction: column;
    }

    .about-image {
        margin-top: 20px;
    }

    section.contact-section {
        flex-direction: column;
    }
    .map-container iframe{
        width: 100%;
    }

    .about-container {
        grid-template-columns: 1fr;
    }
    .about-image {
        grid-column: 1 / 1;
    }

    section.contact-section {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    .contact-section .map-container {
        grid-column: 1 / 1;
        aspect-ratio: 6 / 4;
    }
    .contact-section .first-column {
        gap: 20px !important;
    }
}