
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
*:focus, button.btn.btn-buscartop:focus, button.btn.btn-buscartop:active {outline: none}
*::placeholder { padding-left: 4px}
/* body {
    --color-marca1:#2163c5;
    --color-marca2:#5792eb;
    --color-marca3:#efefef;
    padding-top: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
} */
body {
    --color-marca1: #2b717d;
    --color-marca2: black;
    --color-marca3: #efefef;
    --color-acento: #010d2e;
    padding-top: 120px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
body.ofertas {
    padding-top: 85px;
}
h6 {
    border-bottom: 1px solid var(--color-marca1);
    padding-bottom: 5px;
    font-size: 14px;
}
body.landin h1.copete, body.landin h1, body.landin h2 {
    text-align: center;
    margin-bottom: 20px;
}
body.landin div#detalle {
    font-size: 16px;
    line-height: 23px;
}
a.page-scroll.aparece {
    left: 20px !important;
    right: auto;
}
/*body.ofertas {padding-top: 0}*/
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:#fff; margin:0 }
div#barraDemo p img { position:relative; top:-2px; }
div#barraDemo i {color:#fff; font-size:30px; position:absolute; right:20px; top:12px; z-index:99999999}
h1, h2, h3, h4, h5, h6 {font-weight: 700; color:var(--color-marca1);font-family: 'Roboto', sans-serif;}
header#header {z-index: 10}
.top-bar {background:var(--color-marca1) !important; color:#222; border-bottom: 1px solid #dee2e6}
.top-bar a, .top-bar i {color:#222;}
.top-bar i:hover {color: #f7a64f;}
div#leyenda_gral_top {position: absolute; top: 0; z-index: 10; left: 10%}
div#leyenda_gral_top h3 {margin:10px;    font-size: 14px;}
.buscador-mobile {display: none;}
ul#menutop { display: none;}
span#nombre_usuario {
    display: none;
}
.estaLogueado span#nombre_usuario {
    display: initial;
}
.estaLogueado span#nombre_usuario::before {
    content: 'Hola,';
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
a.favoritos_top {
    display: none;
}
ul.social-share {
    text-align: center;
    padding: 1% 0;
    position: fixed;
    top: 40%;
    right: 0;
    height: auto;
    width: 35px;
    z-index: 10;
    background: var(--color-marca1);
    border-radius: 20px 0  0 20px;
    -webkit-border-radius: 20px 0  0 20px;
    -moz-border-radius: 20px 0  0 20px;
}
.top-bar ul.social-share li a, .top-bar ul.social-share li a i {
    color: #fff;
}
.top-bar ul.social-share li a:hover, .top-bar ul.social-share li a:hover i {
    color: #36d1dc;
}
.fa-instagram:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
li.suscripcion {
    display: none !important;
}
.top-bar ul.social-share li .fa-linkedin:before{
    content: "\e07b";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.top-bar ul.social-share li .fa-twitter:before {
    content: "\f1e8";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.sucursales {
    padding: 40px 0;
}
span.ultimaact {
    display: block;
    text-align: center;
}
.search { float: left; margin-right: 60px; display: none;}
.search i {color:#222;}
.form-group .form-control {
    padding: 7px 12px;
    border-color: #cecece;
    box-shadow: none;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.buscador {
    float: left;
    top: 25px;
    margin-left: -30px;
    margin-top: -35px;
}
.buscador ul.dropdown-menu {
    width: 100%;
    top: 70px;
    background: #fff;
        border-top: 1px solid var(--color-marca1);
    border-bottom: 1px solid var(--color-marca1)
}
.buscador ul.dropdown-menu li {
    width: 1170px;
    margin: 0 auto;
}
.buscador ul.dropdown-menu i{
    color: var(--color-negro)
}
.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:active{
    border: 0px
}
.buscador a.btn.btn-lg, a.registracion {
    padding: 0px 10px;
}
.buscador a:hover i {
    font-weight: 700;
}
.buscador form#form-buscar {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    padding: 0px 10px;
}
.buscador button.btn.btn-default.btn-close {
    background: none;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 20px
}
.buscador button.btn.btn-buscartop {
    font-size: 20px;
}
.buscador a.dropdown-toggle {
    padding: 10px;
    padding-top: 7px;
    font-size: 18px;
}
.newsletter ul.social-share a {
    font-size: 30px;
    padding: 20px 5px;
    color: var(--color-marca2);
}
.newsletter ul.social-share a:hover{
    color: var(--color-marca1);
}
input.search-form { border:1px solid var(--color-marca1);}
.search input[type=text] {margin-bottom: 0}
button.btn.btn-buscartop { background: transparent; margin-top: 3px}
button.btn.btn-forms:focus { outline: none; box-shadow: none;}
.social-share {margin-top: 5px}
.navbar-default {background: #fff }
.navbar-default .navbar-nav>li>a {color:var(--color-marca1); font-weight: 700; font-size:13px;text-transform: uppercase;padding: 10px}
.navbar-default .navbar-nav>li>a:hover {
    color: var(--color-marca2);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {background: transparent; color:#fff;}
.navbar-fixed-top {
    background: var(--color-marca1);
}
.navbar.navbar-default.navbar-superior .container {
    width: 100%;
}
.navbar-fixed-top .navbar-nav>li>a, .navbar-fixed-top .navbar-nav>li>a:hover {color: #fff; font-weight: 500}
.navbar-default .navbar-nav>li>a i {
    margin-right: 8px;
}
.caja_func_sup, .caja_func_sup a {color: var(--color-marca1);    font-size: 13px;font-weight: 500}
.navbar-fixed-top .caja_func_sup, .navbar-fixed-top .caja_func_sup a {color: #fff;}
.caja_func_sup {margin-top: 25px}
.navbar-fixed-top .caja_func_sup {margin-top: 20px}
#login_sup:before, #nombre_usuario:before, .cambiar_cuenta_top:before, .registracion:before, .terminar_sesion_top:before {
    top: 0; 
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
}
div#carrito_top { float: right; margin-left: 10px; margin-top: 5px}
a.ircarrito:before {padding-right: 20px; font-size: 22px; content: "\f07a"; font-family: "Font Awesome 5 Pro"; top: 2px}
#cantidad_carrito.badge { left: 25px; background: var(--color-marca1)}
.navbar-fixed-top #cantidad_carrito.badge {
    color: var(--color-marca1);
    background: var(--color-marca3);
}
span.sucursal {
    padding-left: 0;
}
span.sucursal {
    display: none;
}
.ban-top-izquierda {
	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;
}
ul.nav.navbar-nav {margin-top: 20px; margin-left: 20px}
.navbar-fixed-top ul.nav.navbar-nav {margin-top: 15px}
.dropdown-menu {    background: #ffffff;
    border: 0;
    border-radius: 8px;}

.dropdown-menu a, .dropdown-menu>li>a{
        color: var(--color-marca1);
            font-size: 13px;
    text-transform: uppercase;
    }

.dropdown-menu>li>a:hover {
    color: #ffffff;
    background: var(--color-marca1);
}

nav#navbar-sidebar {box-shadow: none; background:#fff;}
nav#navbar-sidebar .navbar-nav>li>a {;padding-left: 0;}
.navbar-nav > li.open, .navbar-left>li>a:focus, .navbar-left>li>a:hover {
    background: var(--color-marca1);
    color: white !important;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: var(--color-marca1) !important;
    border-color: none !important;
    color: #fff !important
}
.prod-top .product h3.leyendaConStock, .prod-top .product h3.leyendaSinStock, .prod-top .product h4, .prod-top .price, .prod-top .financiacion, .prod-top .product input.btn.btn-primary.btn-compra {
    text-align: left;
}
.prod-top .product .col-md-7{
    text-align: left
}

.prod-top .product h4 a {
    font-weight: 400;
}
.prod-top .product h4 a, .prod-top .product h4, .prod-top .price, .prod-top .financiacion {
    padding: 0;
}
.prod-top .product input.btn.btn-primary.btn-compra {
    margin: 10px 0;
}
.scroll_inf, .scroll_sup {
    width: 98%;
    padding: 0px 30px;
    padding-bottom: 0px;
}
.scroll_sup.container {
    background: #fff;
    display: none;
}
body.ofertas .scroll_sup.container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.brand-carousel li img{
    padding: 0 20px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
}
.brand-carousel li img:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
}
.sp-large a img {
    max-width: 100%;
    height: auto;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-491transition: 0.6s;
    border-radius: 10px;
}
.sp-large a img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/***** SLIDER *****/
.container.leyenda_slide {
    position: absolute;
}
.container.leyenda_slide h1 {
	margin: 0;
	padding-left: 10%;
	font: 100 80px 'Roboto', sans-serif !important;
}
.container.leyenda_slide h2 {
	margin: 5% 0 0;
	padding-left: 10%;
	font: 100 30px 'Roboto', sans-serif !important;
	color: #fff;
}
.container.leyenda_slide h3 {
	margin:0;
	padding-left: 10%;
	color: #fff;
	font: 100 25px 'Roboto', sans-serif !important;
}
.container.leyenda_slide hr { width: 5%; border-top: 0; border-bottom: 2px solid #fff; margin-left: 10%; margin-top: 0}

.slick-next:before {content: '\f054';}
.slick-prev:before {content: '\f053';}


@media (min-width: 1920px) {
.container.leyenda_slide h1, .container.leyenda_slide h2, .container.leyenda_slide h3 {padding-left: 20%}
.container.leyenda_slide h2 {margin: 20% 0 0;}
.container.leyenda_slide hr {margin-left: 20%}
div#slides_ofertas_t .slick-slide img{
    height: 100%;
    object-fit: fill;
    width: 100%;
    }    
}
a.sc-7dvmpp-1.gCdMUP {
    display: none;
}
/***** SPOT *****/
.ofertas .spot_top { z-index: 2; position: relative; top: 30px;    margin-bottom: 160px;}
.ofertas .spot_top .container {padding: 0; margin: 0 auto; text-align: center; width: 100%}
.ofertas .spot_top a{ display: inline-block; width: 20%; overflow: hidden; margin: 0 2%; }
.ofertas .spot_top img {
    width: 100%;
    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;
    transition: 0.6s;
    border-radius: 10px
}
.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;
    transition: 0.6s;
    border-radius: 10px
}
.nav-tabs li a{
    font-family: 'Roboto', sans-serif;
}
.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 3px 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-marca1);
    font-family: 'Roboto', sans-serif;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li:hover>a {
    color: #fff!important;
    border: 0;
    border-radius: 16px 16px 0 0;
    font-family: 'Roboto', sans-serif;
}
.spot_top img:hover, .product .image a img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.spot_top .img-responsive {margin: 0 auto !important;transition: 0.6s;
    border-radius: 10px}
.in_seguridad {
    position: absolute !important;
    width: 100px !important;
    left: 17% !important;
}
.container-fluid.instagram-feed {
    padding: 30px;
    padding-bottom: 80px;
}
/***** FILTROS ******/
div#filtros ul.fct-scroll {
    padding-left: 15px;
    color: var(--color-marca1);
}
.panel-flat .panel-heading .panel-title a {
    display: block;
    width: 100%;
    color: var(--color-marca1);
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: .2px;
}
div#filtros ul.fct-scroll li a {
    font-size: 12px;
}
div#filtros ul.fct-scroll li {
    padding: 4px 0;
}
.navbar-lateral .ley_cate_lateral_xs {
    font-weight: 700;
    font-size: 16px;
}
i.indicator.pull-right.hasPlus {
    margin-top: 0;
}
/***** HOME ******/
.producto-top {
    background: var(--color-marca3);
    padding-top: 40px;
    padding-bottom: 80px
}
.prod-top .product {
    padding-bottom: 0;
    margin: 0 auto;
}
.soltop{
    background: var(--color-marca3);
}
h5.title-sol.style2.soltop {
    padding-top: 0px;
    margin-bottom: 30px;
}
.producto-top .price {
    font-size: 22px;
}
/*span.favButton.favTop {
    position: absolute;
    right: 15%;
}
.prod-top .image img {
    max-width: 300px;
    padding: 20px;
}*/
.container.general {margin-top: 2%}
#ofertas .container.general {width: 100%; padding: 0; margin-top: -100px}
#ofertas .container.general .row {margin: 0}
#ofertas .col-md-12.col-xs-12.cols-grals {padding: 0}
.style2 .title-sol, .title-sol.style2 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: var(--color-marca1);
}
.style2 .title-sol span, .title-sol.style2 span {
    background: transparent;     font-family: 'Roboto', sans-serif;
    font-size: 28px
}
.style2 .title-sol:after, .title-sol-style2:after, .title-sol.style2:after {
    background: transparent;
}
div#hormiga h1, ul.lista-filtros-aplicados, .title-sol, .navbar-lateral .ley_cate_lateral_xs {
    font-family: Calibri, sans-serif;
        margin-top: 0;
    margin-bottom: 15px;
}
span.st_googleplus_large {
    display: none;
}
/***** OFERTAS *****/
div#divofertas, div#divlonuevo, .row.noticiashome3 {
    width: 80%;
    margin: 60px auto;
}
div#divofertastop{
    width: 100%;
    background: var(--color-marca3);
    padding: 60px 0;
    padding-top: 20px;
}
div#divofertastop .ofertasrow.row {
    width: 80%;
    margin: 0 auto !important;
}
div#divofertas {
    clear: both;
}
div#divlonuevo {
    background: red;
    width: 100%;
}
div#divlonuevo {
    background: var(--color-marca3);
    width: 100%;
    padding: 60px 0;
    padding-top: 20px;
}
div#divlonuevo .novedadesrow.row {
    width: 80%;
    margin: 0 auto !important;
}
div#divPostLonuevo {
    width: 80%;
    margin: 0 auto;
}
#ofertas .container.general .row.noticiashome3 {
    margin: 0 auto;
}
.price, .product h4, .product h4 a {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: var(--color-marca1);
    padding: 10px;
}
.price-standard { color: var(--color-marca2);}
div#divofertas .product span.price-standard, div#divlonuevo .product span.price-standard, body.productos .product span.price-standard {
    display: block;
}
.price {
    font-weight: 500;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #454545;
    font-weight: 700;
}
.product h3.leyendaConStock:before {
    content: '\f058';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: #4ec67f;
}
h3.leyendaConStock, h3.leyendaSinStock {
    color: #4e4e4e;
    font-weight: 400;
}
.financiacion {
    padding: 0 10px;
    margin-bottom: 10px;
    color:#2163c5; font-weight: bold;
}
.cajasnuevo, .cajasoferta { padding: 5px }
.promotion {top: 5%}
.discount, .new-product {
    background: #9146ff !important;
    padding: 3px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.new-product {
    background: #39cbdd !important;
}
.featuredImgLook2 .inner:hover, .product:hover {
    border: 1px solid var(--color-marca3);
}

.product:hover { background: #fff;}

label.comparativa {left: 0; padding: 30px 0 0}
.fa-heart:before { content: "\f45f";}
.favButton.favCaja:hover {padding-right: 10px; padding-top: 5px; font-size: 25px; transition: none }
div#ofertas div + h2 { margin: 0;}



/***** NOVEDADES *****/
.desdoc {padding: 10px 0;}
.noticiashome2 div#cajanovofe, .noticiashome1 div#cajanovofe { width: 100%;}
.noticiashome2-row .cajasnove, .noticiashome1-row .cajasnove { padding: 0; margin: 0;-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;}
.row.noticiashome2 {
    width: 1170px;
    margin: 0 auto !important;
}

.noticiashome2 div#cajanovofe br, .noticiashome2 h5, .noticiashome2-row .cajasnove .des_nov, .noticiashome1 div#cajanovofe br, .noticiashome1 h5, .noticiashome1-row .cajasnove .des_nov  {display: none;}
.noticiashome2-row .cajasnove h4, .noticiashome1-row .cajasnove h4 {
    position: absolute;
    color: #fff;
    top: auto;
    font-weight: 700;
        opacity: 1;
    visibility: visible;
        background: rgb(0 0 0 / 50%);
    width: 100%;
    padding: 10px;
    bottom: -10px;
    padding-left: 5%;
}
.noticiashome2-row .cajasnove:hover h4, .noticiashome1-row .cajasnove:hover h4 {
    top: 130px;
    z-index: 9;
    left: 5%;
    background: none;
    width: initial;
        padding-left: 0%;
}
.noticiashome2-row .cajasnove:hover img, .noticiashome3-row .cajasnove:hover img, .noticiashome1-row .cajasnove:hover img{
        filter: brightness(0.5);
        -webkit-filter: brightness(0.5);
        -moz-filter: brightness(0.5);
}
.noticiashome3-row .cajasnove img {
    border-radius: 16px 16px 0 0;
}
.noticiashome2-row .cajasnove h4 a, .noticiashome1-row .cajasnove h4 a {color: #fff}

a.btn.btn-default.btn-vernota {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    position: absolute;
    bottom: 5%;
    left: 5%;
    overflow: hidden;
    opacity: 0;
}
.noticiashome2-row .cajasnove:hover a.btn.btn-default.btn-vernota, .noticiashome1-row .cajasnove:hover a.btn.btn-default.btn-vernota {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.noticiashome2-row a.btn.btn-default.btn-vernota:hover, .noticiashome1-row a.btn.btn-default.btn-vernota:hover {
    background: #ffffff;
    color: var(--color-marca1);
    border: 0;
}
.noticiashome3-row .cajasnove .des_nov {
    margin-top: 0px;
    padding: 15px 15px;
    box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px;
    -moz-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px;
    border-radius: 0 0 16px 16px;
   -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
        border: 1px solid #ddd;
    font-size: 16px;
    padding-bottom: 25px
}
.noticiashome3-row .cajasnove{
    -webkit-transition: -webkit-box-shadow .2s,-webkit-transform .2s;
    transition: -webkit-box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-box-shadow .2s,-webkit-transform .2s;
}
.noticiashome3-row .cajasnove h4 a.titnotlink {
    color: var(--color-marca1);
}
a.vertodos-noticias {
    color: var(--color-marca2);
    font-weight: 500;
    border: 1px solid var(--color-marca2);
    padding: 8px 20px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
a.vertodos-noticias:hover{
    color: var(--color-marca1);
    border: 1px solid var(--color-marca1);
}
.div-vertodos-noticias.vertodos_OPC_NOTAS_OFERTAS_3 {
    margin: 25px 0;
}

.product, .sp-large, .post-lead-image img, .spot_top a, .armadorpc .banner2 .item-armador .item-armador2, .armadorpc .banner1 .armatupc{
    box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    -moz-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    border-radius: 16px;
   -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-transition: -webkit-box-shadow .2s,-webkit-transform .2s;
    transition: -webkit-box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-box-shadow .2s,-webkit-transform .2s;
}
.product:hover, .armadorpc .banner2 .item-armador .item-armador2:hover, .armadorpc .banner1 .armatupc:hover{
    box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 12px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
    -moz-box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 12px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 12px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.sp-large{
    border:0px !important;
}
.breadcrumb {
    border: 1px solid #eee;
    background: 0 0;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}


.noticiashome3-row .cajasnove:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.noticiashome3-row .cajasnove:hover .des_nov{
    box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 12px 0px;
    -moz-box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 12px 0px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.08) 0px 8px 12px 0px;
}
a.btn.btn-default.btn-vernota:hover {background: var(--color-marca1); color: #fff; border:1px solid var(--color-marca1)}

.proy-nov .btn-vernota {
    position: relative !important;
    background: var(--color-marca1) !important;
    left: 0 !important;
}
.boton_arrepentimiento {
    display: none;
}
.post-lead-image {
    float: left;
    margin-right: 40px;
    max-width: 500px;
}
body.horarios h1.titulo{
    text-align: center;
}
body.horarios .horarios2{
    background: #ececec;
    padding: 20px 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}
body.horarios hr {
    border-color: #cbcbcb;
}
body.cotizacion .detalle-form {
    padding-top: 40px;
}
/***** VIDEOS *****/
body.videos h1.titulo {
    font-size: 170%;
    line-height: 40px;
}
body.videos div#detalle iframe , div#detalle iframe {
    width: 100%;
    height: 500px;
}
/***** ARMADOR DE PC CONTENIDO *****/

body.armadorpc h1.titulo, body.armadorpc .post-main-view {
    text-align: center;
}
body.armadorpc h1.titulo {
    color: #666;
    font-size: 200%;
}
.total_estimado input#printButton, .total_estimado input.btn.btn-info.noimprimir, .total_estimado input.btn.btn-success.noimprimir {
    font-size: 12.5px;
}
.total_estimado input#printButton, .total_estimado input.btn.btn-info.noimprimir {
    background: #bababa;
    display: inline-block;
    color: #000;
    font-weight: 400;
    text-transform: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 10px 0
}
div#combos-paso-final .product img {
    width: 100px;
}
.barra_progreso2 {
    background: rgb(14,74,161);
    background: -moz-linear-gradient(90deg, rgba(14,74,161,1) 0%, rgba(106,209,255,1) 100%);
    background: -webkit-linear-gradient( 90deg, rgba(14,74,161,1) 0%, rgba(106,209,255,1) 100%);
    background: linear-gradient(90deg, rgba(14,74,161,1) 0%, rgba(106,209,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e4aa1",endColorstr="#6ad1ff",GradientType=1);
    height: 5px;
}
div#div_total_pasos {
    font-size: 16px;
    border: 1px solid var(--color-marca1);
    padding: 15px;
    border-bottom: 0px;
    line-height: 30px;
    border-radius: 16px  16px  0 0 ;
    -moz-border-radius: 16px  16px  0 0 ;
    -webkit-border-radius: 16px  16px  0 0 ;
}
#div_total_pasos + div {
    background: #fff !important;
    border: 1px solid var(--color-marca1);
    color: var(--color-marca1) !important;
    border-radius: 0 0 16px  16px;
    -moz-border-radius: 0 0 16px  16px;
    -webkit-border-radius: 0 0 16px  16px;
}
b.precio_total_estimado {
    font-size: 16px;
    margin-left: 5px;
}
.item.list-view .price {
    font-size: 18px;
}
.caja_combo_seleccionado {
    border-bottom: 1px dotted var(--color-marca1);
    padding: 15px 0;
    margin: 0 5px;
    padding-bottom: 10px;
}
div#lista_pasos a.verdetallecombo {
    display: block;
    color: var(--color-marca1);
    text-transform: uppercase;
    border: 1px solid var(--color-marca1);
    text-align: center;
    padding: 8px 16px;
    background: none;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    cursor: pointer;
}
.caja_combo_seleccionado img {
    max-width: 60px;
}
b.nombre_paso {
    color: var(--color-marca1);
    font-size: 14px;
    text-transform: uppercase;
}
.product.prodCombos.prod-opcional .info-prod1 img, .product.prodCombos.prod-opcional .info-prod1 br {
    display: none;
}
#combos .item.list-view h4 {
    font-size: 14px;
    text-transform: uppercase;
}
#combos .item.list-view .info-prod1 a {
    margin: 0 auto;
    display: block;
    color: var(--color-marca1);
    margin-left: 3%;
}
.product.prodCombos.prod-opcional .info-prod1 button.btn.btn-basic {
    font-size: 12.5px;
    font-weight: 700
}
.barra_progreso1 {
    margin-bottom: 5px;
}
#modalAlertas .modal-body {
    font-size: 16px;
    padding: 20px;
    background: #fff;
}
/***** ARMADOR DE PC *****/
.armadorpc {
    background: var(--color-marca3);
    padding: 80px 0;
}
.contactolanding, .armadorpc.contactolanding {
    background: var(--color-marca2);
    padding: 80px 0;
    color: #fff;
    border-radius: 20px;
}
.contactolanding p{ color:#fff;}
.armadorpc .banner2 .item-armador .item-armador2 h3 {
    color: var(--color-marca1);
    margin: 0;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 85%;
    text-transform: uppercase;
    letter-spacing: .4px;
    border-top: 1px solid #cccbcb
}
.armadorpc .banner1 .armatupc {
    padding-bottom: 15px;
}
.armadorpc .banner1 .armatupc .tituloarmador {
    padding: 0 20px;
    padding-bottom: 5px;
}
.armadorpc .banner1 .armatupc .tituloarmador p, .armadorpc .banner1 .armatupc .tituloarmador .btn {
    font-size: 13px;
}
.armadorpc .banner1 .armatupc .tituloarmador h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 110%;
    margin-top: 10px;
    margin-bottom: 5px;
}
.armadorpc .banner2 .item-armador .item-armador2, .armadorpc .banner1 .armatupc {
    background: #fff;
}
.armadorpc .banner1 .armatupc img {
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
}
.armadorpc .banner2 .item-armador .item-armador2 img {
    padding: 10px;
}
.product:hover div.quickview {
    top: 0px;
}
.product:hover .btn-quickview {
    padding: 0px 8px;
    color: #ffffff !important;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -moz-o-shadow: none;
    font-size: 25px;
    background: var(--color-marca2);
    min-width: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 44px;
    max-height: 100%;
    opacity: 1;
}
.product .btn-quickview{
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -moz-o-shadow: none;
}
div#divofertastop .ofertasrow.row .product {
    padding: 20px;
}
/***** VISTA PRODUCTOS *****/
body.productos .product .quickview {
    top: 0px;
}
ul.subcate li {
    display: inline-block;
    margin: 15px 0;
    margin-right: 10px;
}
ul.subcate{
    padding-left: 0px
}
ul.subcate li a {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 8px 24px;
    color: var(--color-marca1);
    border: 2px solid var(--color-marca1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-transform: uppercase;
}
ul.subcate li a:hover{
    color: var(--color-marca2);
    border: 2px solid var(--color-marca2);
}
/***** CATEGORIAS *****/
.notastest { margin: 5% auto;width: 70%;padding: 0;}
.notastest h1 {padding-left: 5%; padding-top: 20%}
.notastest p {padding-left: 5%}
.notastest .col-md-8, .notastest .col-md-4, .notastest .col-md-6 {padding: 0}
/***** PARALLAX *****/
.parallax {
    background: url("../b/bg-footer.jpg") no-repeat center fixed;
    background-size: cover;
    height: 800px;
    padding: 0;
        margin-top: 60px;
    /*
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 80%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 80%, 0 0);*/
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 70% 100%, 0 78%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 70% 100%, 0 78%);
}
.parallax::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background:rgb(12 11 11 / 30%);
    bottom: 0;
}
.parallax .col-md-6:nth-child(2) {margin-top: 10%; text-align: right;    padding-right: 60px;}
.parallax .col-md-6 h1 {font:700 65px 'Roboto', sans-serif; color: #fff; margin: 0;margin-bottom: 20px}
.parallax .col-md-6 h2 { font:100 50px 'Roboto', sans-serif; color:#fff; margin: 0; }
.parallax .col-md-6 h3 { font:700 25px 'Roboto', sans-serif; color:#fff;  }
.parallax .col-md-6 p {font:200 20px 'Roboto', sans-serif; color: #fff;margin: 0}
a.btn.btn-success.btn-arrepentimiento {
    border: 1px solid #fff;
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
}
a.btn.btn-success.btn-arrepentimiento:hover{
    background: none
}
.bg-msj-rosa {
    background-color: #595de4;
    color: #fff;
    margin: 15px 0;
}
.favButton {
    color: var(--color-marca1);
}
.favButton:hover, .favButton.favDetalle:hover{
    color: var(--color-marca2)
}
/***** DETALLE *****/
ul.breadcrumb li {
    display: none;
}
ul.breadcrumb li.pull-right {
    display: block;
}
.breadcrumb li a, .breadcrumb a {
    font-size: 13px;
}
div#detalle .detalle_producto {
    padding: 0 30px;
}
h1.product-title {
    font-size: 24px;
    font-weight: 400;
        text-transform: none
}
body.detalle div#detalle .financiacion, body.detalle div#detalle .leyendaConStock, body.detalle div#detalle .leyendaSinStock, body.detalle div#detalle .costoenvio, body.detalle div#detalle .sucursal  {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.sucursal span.sucursal-localidad {
    display: none;
}
div.precio_diferenciado {
    background: none;
    border: none;
}
body.detalle div#detalle .financiacion, body.detalle div#detalle .costoenvio {
    padding: 10px 0;
}
body.detalle div#detalle .financiacion {
    text-align: center;
    color: var(--color-marca1);
    padding-top: 0;
    color:#2163c5; font-weight: bold
}
body.detalle div#detalle .financiacion, body.detalle div#detalle .financiacion span {
    font-size: 18px !important;
}
body.detalle p.peso {
    display: none;
}
body.detalle div#detalle .product-code {
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}
body.detalle .item-caracteristicas img {
    margin: 10px auto;
    max-width: 60px;
}
.leyendaConStock i.fas.fa-check-circle {
    position: relative;
    top: auto;
    right: auto;
    color: #4ec67f
}
body.detalle div#detalle .costoenvio i, .leyendaConStock i.fas.fa-check-circle, body.detalle div#detalle .sucursal i {
    font-size: 21px;
    float: left;
    margin-right: 20px;
    /* margin-top: 10px; */
}
body.detalle div#detalle .costoenvio i, body.detalle div#detalle .sucursal i{
    margin-top: 10px;
    color: #7e7e83
}
body.detalle div#detalle .sucursal i {
    float: none;
}
body.detalle div#detalle .sucursal span.dispo {
    color: #4ec67f;
}
body.detalle div#detalle .sucursal .fa-check-circle {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    font-size: initial;
    margin-right: 5px;
    color: #4ec67f
}
body.detalle div#detalle .sucursal i.fas.fa-do-not-enter{
    font-size: initial;
    color: var(--color-marca1);
    margin-right: 5px;
}
.fa-do-not-enter:before {
    content: "\f058";
}
body.detalle div#detalle .sucursal span.nodispo {
    color: var(--color-marca1);
}
span.stButton, .socialIcon a {
    background: #5690e4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.socialIcon a{
    background: #5690e4 !important;
}
div#img_prod {
    padding-right: 50px;
}
input#cantidad { width: 90px;}
input#boton_compra {
    float: right;
    position: absolute;
    left: 35%;
    top: 25%;
    background: var(--color-marca1)
}
.productFilter {border: 0}
span#precio {
    font-weight: 400;
}
.product-price span#precio {
    font-weight: 600;
}
.product-price{
    font-size: 32px
}
.price-sales {color:#222; display: block;}
#detalle .details-description {border: 0}
.detalle-form { border-top: 4px solid var(--color-marca1);}
.btn-primary:hover, .btn-primary:focus, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {background: var(--color-marca1); border:0;}
.modal-body .btn {
    font-size: 12px;
}
.orderStep li.active { background: var(--color-marca2)}
.orderStep li.active:after {border-top-color: var(--color-marca2) !important}
.orderStep li {background: var(--color-marca1); color: #fff}
.detalle-pedido a.btn.btn-default.btn-lg.btn-block {
    font-size: 15px;
    text-transform: none;
}
div#ingreso_cupon button.col-lg-4.btn.btn-default {
    font-size: 13px;
    padding: 8px 12px;
}
div#order-detail-content .cartMiniTable {
    padding: 10px 5px;
}
div#ingreso_cupon .ley_cupon {
    margin: 10px 0;
}
/***** MODAL *****/
.modal-header-primary {background: var(--color-marca1)}
.close {color: var(--color-marca1)}
.modal-header { padding: 11px;}
/***** BOTONES *****/
.cart-actions input[type=button] {border:0;}
.content_marcas .verprod a, button.btn.btn-basic, .btn-info ,div#MPReintentar a,input#boton_compra, .btn.btn-default a,input#btnGenerateToken, .btn.btn-compra, .btn-success, .btn-primary, .btn-danger, .btn-default, input#iniciarpago, button#iniciarpago {
    /* background: linear-gradient(to right, rgb(54, 209, 220) 0%, rgb(91, 134, 229) 51%, rgb(54, 209, 220) 100%); */
    background: rgb(161,241,255);
background: linear-gradient(90deg, rgba(161,241,255,1) 0%, rgba(43,113,125,1) 48%, rgba(161,241,255,1) 100%);
    border: 0px;padding: 8px 24px;
    background-size: 200% auto;
    text-transform: uppercase;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: all 0.5s ease-in-out
}
.content_marcas .verprod a:hover, button.btn.btn-basic:hover, .btn-info:hover,input#boton_compra:hover, div#MPReintentar a:hover,div#MPReintentar:hover,.btn.btn-default a:hover, input#btnGenerateToken:hover, .btn.btn-compra:hover, .btn-success:hover, .btn-primary:hover, .btn-danger:hover,button#iniciarpago:hover, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, input#iniciarpago:hover {
        background-position: 100%;
    /* background-image: linear-gradient(to right, rgb(54, 209, 220) 0%, rgb(91, 134, 229) 51%, rgb(54, 209, 220) 100%); */
    background: rgb(43,113,125);
background: linear-gradient(90deg, rgba(43,113,125,1) 0%, rgba(161,241,255,1) 48%, rgba(43,113,125,1) 100%);
    background-size: 200% auto;
}
div.seguir_inferior a, div.seguir_superior a {background: var(--color-marca1); color: #fff; border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;}
div#MPReintentar a:hover {
    background: none;
}
/********MARCAS***********/
.content_marcas .verprod {
    background: none;
    padding: 20px 0;
}
.content_marcas {
    margin-bottom: 20px;
}
/********CARRITO***********/
div#detalle_4 small.forma_pago_descripcion {
    color: #fff;
}
div#detalle_4 small.forma_pago_descripcion span.mp-leyenda {
    color: #4e4e4e;
}
small.forma_pago_descripcion {
    font-size: 14px;
    line-height: normal;
}

/********ICONOS DESTACADOS***********/
.iconos-top .iconos-sup .media-left {
    vertical-align: middle;
}
.iconos-top .iconos-sup .media-left i {
    color: var(--color-marca1);
    font-size: 3em;
    padding: 5px;
}
.iconos-top .iconos-sup h2, .iconos-top .iconos-sup {
    color: #010d2e;
}
.iconos-top .iconos-sup h2 {
    margin-bottom: 5px;
    font-size: 160%;
}
.iconos-top {
    padding: 50px 0;
    text-align: left;
}
/********FOOTER DATOS***********/
.datos-footer, footer .foot_netone, footer, footer .container, span.ultimaact {
    background: #010d2e;
}
.datos-footer {
    padding: 30px;
    padding-top: 60px;
}
.datos-footer ul.list-unstyled li a, .datos-footer ul.list-unstyled li, span.ultimaact{
     color: var(--color-marca3);
}
.datos-footer ul.list-unstyled li {
    padding: 10px 0;
}
span.ultimaact {
    border-top: 1px
 solid #072475;
    padding-top: 20px;
}
.datos-footer a.btn.btn-success {
    background: none;
    text-transform: none;
    border: 1px solid var(--color-marca2);
    color: var(--color-marca2);
    font-weight: 400;
    font-size: 13px;
}
.datos-footer a.btn.btn-success:hover{
    border: 1px solid var(--color-marca1);
    color: var(--color-marca1);
}
.datos-footer ul.list-unstyled li {
    padding: 5px 0;
}
.datos-footer h1 {
    font-size: 18px;
    color: var(--color-marca2);
}
.datos-footer ul.list-unstyled li a:hover {
    color: rgb(226 226 226);
}
footer p, footer p a, span.ultimaact {
    color: rgb(226 226 226);
}
/*******************/
.newsletter {text-align: center;      background: var(--color-marca3); padding: 80px 0;}
.newsletter p {padding: 20px 0; font-size: 18px}
.newsletter .form-group .form-control { border-color: #d9d9d9;}
.datosfooter .container {padding: 10% 0 3%}
.datosfooter {
    text-align: left;
    background: var(--color-marca1);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 20%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 20%);
}
ul.redes-sociales li a i.fa.fa-facebook.fa-2x{
    color: #1877f2
}
ul.redes-sociales li a:hover i.fa.fa-facebook.fa-2x {
    color: #1264ce;
}
ul.redes-sociales li a i.fa.fa-instagram.fa-2x{
    color: #e1306c
}
ul.redes-sociales li a:hover i.fa.fa-instagram.fa-2x {
    color: #b6184e;
}
ul.redes-sociales li a i.fa.fa-youtube-play.fa-2x{
    color: #ff0000
}
ul.redes-sociales li a:hover i.fa.fa-youtube-play.fa-2x {
    color: #e00404;
}
ul.redes-sociales li a i.fab.fa-discord.fa-2x{
    color: #7289da
}
ul.redes-sociales li a:hover i.fab.fa-discord.fa-2x {
    color: #657bc8;
}
ul.redes-sociales li a i.fab.fa-twitch.fa-2x{
    color: #9146ff
}
ul.redes-sociales li a:hover i.fab.fa-twitch.fa-2x {
    color: #793ad4;
}
ul.redes-sociales li a i.fab.fa-tiktok.fa-2x{
    color: #25f4ee
}
ul.redes-sociales li a:hover i.fab.fa-tiktok.fa-2x {
    color: #21dcd7;
}
.newsletter h2 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #010d2e;
    font-weight: 400;
}
.newsletter h2 span {
    font-weight: 700;
}
.newsletter h3 {
    color: #010d2e;
    font-weight: 400;
}
.newsletter ul.redes-sociales li{
        transform: translateY(0px);
}
.newsletter ul.redes-sociales li:hover{
    transform: translateY(-3px);
    transition: opacity .3s ease, transform .3s ease;
    animation: 1s ease-out;
}
.datosfooter h1 {
    font: 500 18px 'Roboto', sans-serif;
    color: #fff;
}
span.ultimaact + p {
    display: none;
}
.logo-footer ul.list-inline {
    margin-top: 20px;
}
.app-footer ul.list-inline li i, .logo-footer ul.list-inline li i {
    font-size: 24px;
}
.app-footer ul.list-inline li i:hover, .logo-footer ul.list-inline li i:hover, footer a:hover, .datosfooter a:hover {
    color: #69ddfa;
}
a.btn.btn-success.btn-arrepentimiento:hover{
    color: #69ddfa;
    border-color: #69ddfa;
}
.mediospagos img {width: 20%; margin: 3px}
.hormigafoot {padding:0;}

p.iva { background: var(--color-marca2); color:#fff; background: linear-gradient(to right, rgb(54, 209, 220) 0%, rgb(91, 134, 229) 51%, rgb(54, 209, 220) 100%)}
p.iva{
        background: #ff0059;
    background: -webkit-linear-gradient(45deg,rgba(255,0,0,1) 0%,rgba(255,0,255,1) 18%,rgba(0,0,255,1) 30%,rgba(0,240,255,1) 45%,rgba(0,255,0,1) 63%,rgba(255,255,0,1) 80%,rgba(255,120,0,1) 90%,rgba(255,0,0,1) 100%);
    background: -moz-linear-gradient(45deg,rgba(255,0,0,1) 0%,rgba(255,0,255,1) 18%,rgba(0,0,255,1) 30%,rgba(0,240,255,1) 45%,rgba(0,255,0,1) 63%,rgba(255,255,0,1) 80%,rgba(255,120,0,1) 90%,rgba(255,0,0,1) 100%);
    background: -ms-linear-gradient(45deg,rgba(255,0,0,1) 0%,rgba(255,0,255,1) 18%,rgba(0,0,255,1) 30%,rgba(0,240,255,1) 45%,rgba(0,255,0,1) 63%,rgba(255,255,0,1) 80%,rgba(255,120,0,1) 90%,rgba(255,0,0,1) 100%);
    background: -o-linear-gradient(45deg,rgba(255,0,0,1) 0%,rgba(255,0,255,1) 18%,rgba(0,0,255,1) 30%,rgba(0,240,255,1) 45%,rgba(0,255,0,1) 63%,rgba(255,255,0,1) 80%,rgba(255,120,0,1) 90%,rgba(255,0,0,1) 100%);
    background: linear-gradient(45deg,rgba(255,0,0,1) 0%,rgba(255,0,255,1) 18%,rgba(0,0,255,1) 30%,rgba(0,240,255,1) 45%,rgba(0,255,0,1) 63%,rgba(255,255,0,1) 80%,rgba(255,120,0,1) 90%,rgba(255,0,0,1) 100%);
    background-size: 400% 400%;
    animation: rgbBg 20s linear infinite;
    -moz-animation: rgbBg 20s linear infinite;
    -webkit-animation: rgbBg 20s linear infinite;
    height: 3px;
    position: relative;
    padding: 2px;
}
@keyframes rgbBg{  
0% {background-position: 400% 0%;}
100% {background-position: 0% 400%;}
}
/***** FOOTER *****/
/*body div + p {display: none;}*/
footer {background: #010d2e; color:#fff; padding: 0}
footer .container {width: 100%; padding: 0}
footer p {margin: 0; padding: 5px 0}
p.leyendapre { display: none;}
footer a, .datosfooter a {color:#fff;}
footer .foot_netone {border:0}
/***** POP UP NEWSLETTER *****/
div#ModalPopup .modal-body, div#ModalPopup .loginmodal-container {
    background: #0080eb;
}
div#ModalPopup .loginmodal-container {max-width: 700px!important;}

div#ModalPopup .modal-dialog {width: 700px;}
div#ModalPopup ._form-branding {
    display: none;
}
div#ModalPopup .imagen-modalpopup img {
    margin: 40px 20px;
    margin-right: 0;
}
@media (max-width: 767px) {
    div#ModalPopup .modal-dialog {
    width: initial;
}
div#ModalPopup .loginmodal-container {max-width: 600px!important;}
div#ModalPopup form#_form_6287D972E80CB_ {
    margin-top: -20px;
}
div#ModalPopup .imagen-modalpopup img {
    margin: 10px 0px;
    margin-right: 0;
    max-width: 200px;
    margin: 0 auto;
}
div#ModalPopup ._form_11 {
    margin-top: -50px;
}
    }
@media (max-width: 480px) {
div#ModalPopup .modal-dialog {
    width: initial;
}

div#ModalPopup .loginmodal-container {max-width: 350px!important;}

}
/***** FIN POP UP NEWSLETTER *****/
/***** MEDIA *****/
@media (min-width: 1920px) {
    div#divofertas, .armadorpc .container, .datos-footer .container, div#divlonuevo .novedadesrow.row, div#divofertastop .ofertasrow.row, div#divPostLonuevo { width: 70%}
    .noticiashome2-row .cajasnove h4 { top: 75%}
    div#leyenda_gral_top {left: 20%}
    div#divofertastop .ofertasrow.row .product {
    padding: 20px;
}
}
@media (max-width: 1370px) {
.ban-top-izquierda img {
    max-width: 190px;
}
.navbar-default .navbar-nav>li>a{
    font-size: 12px
}
}
@media (max-width: 1280px) {
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
    padding: 10px;
}
}
@media (max-width: 1024px) {
#total-price {
    font-size: 18px;
    font-weight: 700;
}
}
@media (max-width: 767px) {
.caja_func_sup {
    display: block !important;
}
div#ingreso_cupon button.col-lg-4.btn.btn-default {
    padding: 8px 24px;
}
.product span.price-standard, .detalle_producto .price-standard{
    display: block;
}
.producto-top span.price-standard {
    display: inherit;
}
.brand-carousel li img {
    padding: 0 5px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
}
td.car-nombre {
    max-width: 200px !important;
    width: 100px;
}
.CartProduct .delete i {
    font-size: 2em;
    padding: 5px;
}
td.car-cant input[type=number] {
    width: 40px !important;
}
#carrito_top, #login_sup, #micuenta_top, #nombre_usuario, #login_sup a, #login_sup:before {
    display: none;
}
.caja_func_sup span#micuenta_top {
    display: none !important;
}
a.favoritos_top {
    font-size: 21px;
    position: absolute;
    right: 28%;
    top: 18px;
}
.buscador {
    margin-top: -4px;
}
.social.pull-right {
    display: block;
    position: absolute;
    z-index: 99;
    right: 15%;
    top: 20px;
    font-size: 25px;
}
.social-fixed {
    position: fixed !important;
    top: 15px !important;
}
.social-fixed a.dropdown-toggle i, .social-fixed a.dropdown-toggle span.caret {
    color: #fff
}
ul.social-share {
    display: none;
}
ul.dropdown-menu.dropdown-cart li#login_sup a, ul.dropdown-menu.dropdown-cart  #login_sup:before, ul.dropdown-menu.dropdown-cart #login_sup{
    display: inline-block;
        padding: 10px 0;
}
.registracion:before,#login_sup:before {
    margin-right: 10px;
}
.navbar-default .navbar-toggle {
    float: left;
}
a.dropdown-toggle i {
    color: var(--color-marca1);font-weight: 400;
}
li#sucursal_movil {
    display: none;
}
.navbar-fixed-top .caja_func_sup a.dropdown-toggle i{
    color: #fff
}
.buscador ul.dropdown-menu li {
    width: 100%;
    margin: 0 auto;
}
li#micuenta_top a {
    color: var(--color-marca1);
    display: block;
        text-align: right;
}
.top-bar i:hover {
    color: var(--color-marca1);
}
ul.dropdown-menu.dropdown-cart #carrito_top {
    display: block;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    background: var(--color-marca1) !important;
    font-size: 18px !important;
    border: 0px!important;
}
.navbar-nav.sm-collapsible .open > a > .caret {
    background: var(--color-marca2)!important;
}
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 15px !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li .dropdown-menu>li>a {
    background: #f0f0f0;
    color: var(--color-marca1) !important;
    border-bottom: 1px dotted #cfcdcd;
}
.navbar-nav.sm-collapsible a.has-submenu {
    padding-left: 15px !important;
}
ul.dropdown-menu.dropdown-cart {
    box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    -moz-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
}
.buscador.open ul.dropdown-menu.dropdown-cart{
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 0px;
    -moz-border-top-left-radius: 0px;
    top: 65px;
    border: 0px;
}
.buscador ul.dropdown-menu i {
    color: #303030;
}
}
@media (max-width: 480px) {
    .top-bar {padding:5px 0}
    .parallax{
        height: 600px
    }
    div#img_prod {
    padding-right: 10%;
    padding-left: 10%;
}
div#detalle .detalle_producto .product-price {
    clear: both;
}
    body.videos div#detalle iframe , div#detalle iframe {
    width: 100%;
    height: 250px;
}
h1.titulo {
    font-size: 180%;
}
.row.noticiashome {
    margin: 0;
}
.iconos-top .iconos-sup h2, .iconos-top .iconos-sup p {
    text-align: center;
}
.iconos-top .iconos-sup .media-left {
    display: block;
    text-align: center;
}
.iconos-top .iconos-sup .media-left ul.list-inline {
    margin-left: 0;
}

    .orderStep li.active {
    width: 100%; display: block !important;
    display: block !important;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
}
.ofertas .spot_top a {
    width: 45%;
    margin: 2%;
}
.armadorpc .banner2 {
    padding: 0;
    margin-top: 20px;
}
.ban-top-izquierda img {
    max-width: 190px;
}
div#divofertas, div#divlonuevo, .row.noticiashome3 {
    width: 95%;
}
.prod-top .product {
    width: 93%;
}
.container.menu_pie ul.list-inline.list-unstyled.hidden-lg {
    display: none;
}
.orderStep li{
    display: none;
}
    .search { display: none;}
    .search input[type=text] {margin-bottom: 0;border: 1px solid #0061a8;}
    a.dropdown-toggle { padding-top: 10px;}
    .container > .navbar-header, .container > .navbar-collapse {margin: 0; border: 0}
    .navbar-toggle { background: var(--color-marca1)}
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background: var(--color-marca1);}
    .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
    ul.nav.navbar-nav {margin: 30px 0}
    div.item-slide.imagen-slide-2 {
    height: 340px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
    div.imagen-slide-2 span.leyenda_slide { text-align: center;}
    .container.leyenda_slide h2 {margin-top: 50%; padding: 0}
    .container.leyenda_slide h1 {font-size: 50px !important; padding: 0; margin: 0 auto}
    .container.leyenda_slide hr {display: none}
    .container.leyenda_slide h3 {padding: 0; margin-top: 25%}
    .slick-prev { left: 10px;}
    .slick-next { right: 10px;}
    .notastest {width: 100%}
    .parallax .col-md-6 h2 {font-size: 40px}
    .newsletter {width: 100%}
    .datosfooter {clip-path: none; -webkit-clip-path: none;}
    div#detalle { padding: 20px;}
    a.btn.btn-default.btn-vernota {
        background: var(--color-marca1);
        position: relative;
        left: 0;
        display: block;
        border: 0;
    }
    .parallax .col-md-6 h1 {
    font: 700 36px 'Roboto', sans-serif;
}
.parallax .col-md-6 h2 {
    font-size: 28px;
}
.logos-apps img {
    max-width: 120px;
}
    .noticiashome2-row .cajasnove h4{
        bottom: 25px
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {color: var(--color-marca3) !important; border-bottom: 1px dotted #83b0f5}

    body.proy-nov { padding-top: 0;}
    .navbar-nav>li>a {border: 0}
    .spot_top { top: 30px;}
    .spot_top a {
    width: 90%;
    margin: 20px 0;
}
    #ofertas .container.general {margin-top: auto}
    .navbar-lateral {display: none;}
    div#leyenda_gral_top {
        top: 0;
        position: fixed;
        z-index: 100;
        left: 0;
    }
    div#leyenda_gral_top h3 {display: none;}
    .buscador-mobile { display: block;}
    .modal-buscar form#form-buscar {width: 90%;}
    .modal-buscar input.search-form, .modal-buscar input.search-form:hover, .modal-buscar input.search-form:active { width: 95%;}
}   
form#reg {
    width: 85%;
    margin: auto;
}
.item-armador2 h3 {
    text-align: left;
    margin-left: 20px;
}
.item-armador2 p{
    text-align: justify;
    margin: 10px 20px;
    font-size: 13px;
}
@media (max-width: 480px) {
    .armadorpc.contactolanding .container {
        width: 90%;
    }
    .armadorpc.contactolanding .container h4 {
        margin-left: 0 !important;
    }
}

.cuota_disponible {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.cuota_disponible span {
    line-height: 2;
}
/*
.cuota_disponible a {
    float: right;
}
*/

.datos-footer a.btn.btn-success:hover {
    /* border: 1px solid var(--color-marca1); */
    color: var(--color-marca2);
    filter: brightness(0.8);
}

.ofertas .spot_top img {
    width: 100%;
    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;
    transition: 0.6s;
    border-radius: 10px;
    filter: hue-rotate(306deg);
}

body.productos .general {
    min-height: 31.5vh;
}

i.fa.fa-search.aplicar_precio {
    font-size: 19px;
    margin-left: 9px;
}

body.productos .recomendadosrow {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.ban-top-izquierda {
    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;
    width: 220px;
}

a.page-scroll.aparece {
    left: 96% !important;
    right: auto;
}

.navbar-default .navbar-nav>li>a {
    cursor: pointer;
}

.navbar-default .navbar-nav>li>a:hover {
    text-decoration: underline;
}

.content_marcas .verprod a, button.btn.btn-basic, .btn-info, div#MPReintentar a, input#boton_compra, .btn.btn-default a, input#btnGenerateToken, .btn.btn-compra, .btn-success, .btn-primary, .btn-danger, .btn-default, input#iniciarpago, button#iniciarpago {
    background: var(--color-marca1);
    transition: all 0.3s ease-in;
}

.content_marcas .verprod a:hover, button.btn.btn-basic:hover, .btn-info:hover, input#boton_compra:hover, div#MPReintentar a:hover, div#MPReintentar:hover, .btn.btn-default a:hover, input#btnGenerateToken:hover, .btn.btn-compra:hover, .btn-success:hover, .btn-primary:hover, .btn-danger:hover, button#iniciarpago:hover, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, input#iniciarpago:hover {
    background-position: 100%;
    background: rgb(43,113,125);
    background: linear-gradient(90deg, rgba(43,113,125,1) 0%, rgba(161,241,255,1) 48%, rgba(43,113,125,1) 100%);
    background-size: 200% auto;
}

/* .navbar.navbar-default.navbar-superior a:hover {
    color: black;
}

.navbar.navbar-default.navbar-superior.navbar-fixed-top a:hover {
    color: white;
} */

.product .btn-quickview {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -moz-o-shadow: none;
    background: black !important;
}

.datos-footer h1 {
    font-size: 18px;
    color: white;
}

span.sucursal-direccion {
    display: none;
}

.cartMiniTable button.btn.btn-default {
    width: 100%;
    margin-bottom: 10px;
}

body.default .general {
    min-height: 36vh;
}

.datos_usuario .col-md-4.col-xs-6 {
    width: 50%;
}

.datos_usuario h1 {
    text-align: center;
    margin-bottom: 40px;
    margin-left: -30px;
}

h1.titulo {
    text-align: center;
}

body.default .post-main-view {
    text-align: center;
}

.product, .sp-large, .post-lead-image img, .spot_top a, .armadorpc .banner2 .item-armador .item-armador2, .armadorpc .banner1 .armatupc {
    box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    -moz-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-transition: -webkit-box-shadow .2s,-webkit-transform .2s;
    transition: -webkit-box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-box-shadow .2s,-webkit-transform .2s;
}

.ofertas .spot_top a {
    display: none !important;
    width: 20%;
    overflow: hidden;
    margin: 0 2%;
}

.item-armador2 {
    /* background: #FAFAFA; */
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    -webkit-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    -moz-box-shadow: rgb(0 0 0 / 8%) 0px 6px 8px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-transition: -webkit-box-shadow .2s,-webkit-transform .2s;
    transition: -webkit-box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-box-shadow .2s,-webkit-transform .2s;
    padding-bottom: 10px;
}

.item-armador2:hover {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 12px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 12px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 12px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.blob {
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(19 153 10 / 99%);
    margin: 10px;
    height: 70px;
    width: 70px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(19 153 10 / 99%);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.master img {
    margin-top: 2px;
    margin-left: 2px;
    width: 65px;
}

.whatsapp {
    position: fixed;
    top: 82%;
    right: 0.5%;
}


.top-bar ul.social-share li a, .top-bar ul.social-share li a i {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.stButton .stLarge {
    background: 0 0!important;
    font-size: 0;
    padding: 0;
    margin-right: 0;
    width: 0!important;
    height: 0!important;
    transition: .15s ease-in-out 0;
    -moz-transition: .15s ease-in-out 0;
    -webkit-transition: .15s ease-in-out 0;
    -o-transition: .15s ease-in-out 0;
    -ms-transition: .15s ease-in-out 0;
    transition: all 0.5s ease-in-out;
}

span.stButton:hover {
    filter: drop-shadow(2px 2px 7px var(--color-marca1));
    transition: all 0.3s ease-in-out;
}

.content_marcas .verprod a,
button.btn.btn-basic,
.btn-info,
div#MPReintentar a,
input#boton_compra,
.btn.btn-default a,
input#btnGenerateToken,
.btn.btn-compra,
.btn-success,
.btn-primary,
.btn-danger,
.btn-default,
input#iniciarpago,
button#iniciarpago {
    /* background: linear-gradient(to right, var(--color-acento) 50%, var(--color-marca1) 50%) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
    transition: all .5s ease-out; */
background: var(--color-marca1) !important;
 color: white;
 border: none;
 font-weight: bold;
 cursor: pointer;
 position: relative;
 z-index: 1;
 overflow: hidden;
}

.btn.btn-compra:after {
    content: "";
 background: var(--color-acento) !important;
 position: absolute;
 z-index: -1;
 left: -20%;
 right: -20%;
 top: 0;
 bottom: 0;
 transform: skewX(-45deg) scale(0, 1);
 transition: all 0.5s;
}

.btn.btn-compra:hover:after {
    transform: skewX(-45deg) scale(1, 1) !important;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.datos-footer a.btn.btn-success {
    background: none !important;
    text-transform: none;
    border: 1px solid var(--color-marca2);
    color: var(--color-marca2);
    font-weight: 400;
    font-size: 13px;
}

.addto.row input#boton_compra {
    position: absolute;
}




@media screen and (max-width: 480px) {
    .ban-top-izquierda img {
        max-width: 160px;
    }

    .autocomplete-items {
        position: absolute !important;
        border: 1px solid #d4d4d4;
        border-bottom: none;
        border-top: none;
        z-index: 99;
        top: 100%;
        left: 0;
        right: 0;
        overflow: scroll;
        height: 600px;
    }
    .buscador ul.dropdown-menu i {
        color: white;
    }

    ul.dropdown-menu i.fal.fa-search {
        color: black;
    }
}

@media screen and (max-width: 1280px) {
    span.montocuota {
        display: block !important;
    }
}
