/* CSS Document */
body { padding: 0; margin: 0; font-family: 'Roboto', sans-serif!important; color: #000000}
#main-gris {background: #eeeeee; padding-top: 20px; padding-bottom: 30px; height: auto; border-bottom: 4px solid #fff;}
#main-gris-recomendados {background: #fff; padding-top: 20px; padding-bottom: 15px; height: auto; border-bottom: 4px solid #fff;}

p {margin: 0 0 5px; font-size: 14px!important}

/*Contenedor productos 1er página carrito*/
#carrito-contenedor-general { background: #ffffff;border-radius: 5px;}
#carrito-contenedor-general h1 { text-transform: uppercase; font-size: 24px; font-weight: 800; padding: 30px 0 50px 15px}
#carrito-min-productos { background: #ffffff; padding-bottom: 30px}
#carrito-min-productos a.descripcion-producto  {color:#000; font-size: 20px; font-weight: 500; line-height: 22px; text-decoration: none; display: block; margin-bottom: 7px; width: 85%}
#carrito-min-productos a.descripcion-producto:hover { color: #4e4e4e}
#carrito-min-productos a.codigo  { font-size: 16px; font-weight: 500; line-height: 16px; color: #3a3d3d; text-decoration: none}
#carrito-min-productos a.codigo:hover { color: #666666}
#carrito-min-productos a.eliminar  { font-size: 14px; font-weight: 600;  margin-left: 20px; text-decoration: underline!important; color: #3b3d3d}
#carrito-min-productos a.eliminar:hover { color: #666666}

.eliminar-direccion {color: #3b3d3d; text-decoration: underline!important; font-size: 14px; font-weight: 600;  margin-left: 10px;}
.eliminar-direccion a  {  color: #3b3d3d;}
.eliminar-direccion a:hover { color: #666666}
.prueba { color: crimson; text-decoration: none}

#carrito-min-productos .row-item-producto { padding: 20px; margin: 0 5px}
#carrito-min-productos .quantity-cont { margin-top: 0}
#carrito-min-productos .precio-total {font-size: 24px; font-weight: 600; text-align: right; margin: 10px 0; padding: 20px;}
#carrito-min-productos .borde-abajo {border-bottom: solid 1px #cccccc;}
#carrito-min-productos .cupon-desc-txt {font-size: 18px; font-weight: 600; margin: 10px 0}
#carrito-min-productos .precio-cont  { text-align: right; padding-top: 0}
#carrito-min-productos .precio  {font-size: 24px; font-weight: 500;}
#carrito-min-productos .precio-descuento {font-size: 20px; font-weight: 500; color: #1daf49; top: -10px;}
#carrito-min-productos .precio-tachado {font-size: 20px; font-weight: 500; color: #6d7272; text-decoration: line-through; top: -10px; margin-left: 15px}

/*Inut Number*/
.quantity {
  position: relative;
}

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

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

.quantity input {
  width: 75px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #000;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #000;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  /*height: 50%;*/
  top: 0;
  border-bottom: 1px solid #000;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}


.btn-basic {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 16px 30px 15px 30px;
    font-size: 20px;
    color: #ffffff;
    background: #333333;
    height: 53px;
    width: 260px;
    text-decoration: none
}

.btn-basic:hover { background: #666666; color: #ffffff; text-decoration: none}

.btn-enviar-cupon {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 10px 40px;
    font-size: 20px;
    color: #ffffff;
    background: #333333;
    height: 50px;
    text-decoration: none;
    border: 1px solid #000000;
    margin-bottom: 20px;
}

.btn-enviar-cupon:hover { background: #666666; color: #ffffff; text-decoration: none}

.form-control-cupon {
    width: 200px;
    font-size: 14px;
    color: #000000;
    border: 2px solid #000000;
    background-color: transparent;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 20px;
    top: -10px;
    background: #ffffff;
    position: relative
}

/*Slider Productos*/
#carousel-productos { display: block!important}
#carousel-productos h3 { text-transform: uppercase; font-size: 18px; font-weight: 500; padding: 30px 0 0 15px}

.slider-item{
    border-radius: 5px;
    background: #FFF;
    height: 330px;
    margin-bottom: 20px
}
.slider-item .slider-image img{
    margin: 0 auto;
    width: 75%;
    padding: 10px;
    border-bottom: none
}
.slider-item .slider-main-detail{
    padding: 10px;
    border-radius: 0 0 5px 5px;

}
/*.slider-item:hover .slider-main-detail{
    background-color: #e3e3e3 !important;
}*/
.slider-item .price{
    float: left;
    margin-top: 5px;
}
.slider-item .price h5{
    line-height: 20px;
    margin: 0;
}
.detail-price{
    color: #000000;
    font-weight: 700;
    font-size: 18px;
}

.slider-item .price-descuento {
    color: #1daf49;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    margin-right: 10px
}

.slider-item .price-tachado {
    color: #6d7272;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 500;
}


.slider-item .product-detail a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}


.slider-item .btn-details{
    width: 50%;
    float: left;
}
.controls{
    margin-top: 20px;
}

.btn-manejadores{
	margin-left:5px;
    width: 60px!important;
    height: 60px!important;
    border-radius: 100px;
    background-color: #000000;
    border: #000000
}

/*.slider-main-detail:hover{
	background-color: #cccccc !important;
}*/

.btn-manejadores:visited,.btn-manejadores:hover{
	background-color: #666666;
	border-color: #666666;
}


.btn-flecha-left {position: absolute; z-index: 100; left: -30px; top: 50px}
.btn-flecha-right {position: absolute; z-index: 100; right: -30px; top:50px}

.flecha-izq { height: 35px; margin-top: 6px; margin-left: -4px}
.flecha-dcha { height: 35px; margin-top: 6px; margin-right: -4px}

.btn-flecha-left2 {position: absolute; z-index: 100; left: 20%; bottom: -70px}
.btn-flecha-right2 {position: absolute; z-index: 100; right: 20%; bottom: -70px}


/*FORMA DE ENVIO*/
#envios-titular { }
#envios-titular h1 { text-transform: uppercase; font-size: 20px; font-weight: 800; padding: 25px 0 15px 0; color: #000000!important}
#envios-contenedor-general { position: relative}
.base-cont {background: #ffffff; border-radius: 5px; padding: 20px}
.base-cont h6 {font-size: 22px; font-weight: 600; line-height: 15px}
.base-cont p {font-size: 18px; font-weight: 400; line-height: 22px; padding-bottom: 15px}

.row-envios { margin-bottom: 40px; min-height: 350px}
.base-cont ul {list-style: none; margin: 0; padding: 0}
#retiro-sucursal li {font-size: 18px; color: #3d3d3d; padding: 10px; font-weight: 400!important; border-bottom: solid 1px #d8d8d8; width: 100%!important}
#retiro-sucursal li label {font-weight: 400!important;}
#retiro-sucursal li label span {padding-left: 10px}
#retiro-sucursal li:last-child {border-bottom: none}

#forma-envio-list li {font-size: 18px; color: #3d3d3d; padding: 10px; font-weight: 400!important; border-bottom: solid 1px #d8d8d8; width: 100%!important; padding-top: 20px}
#forma-envio-list li label {font-weight: 400!important;}
#forma-envio-list li label span {padding-left: 10px}
#forma-envio-list li:last-child {border-bottom: none}

#mercado-pago-list li {font-size: 18px; line-height: 20px; color: #3d3d3d; padding: 10px; font-weight: 400!important; border-bottom: solid 1px #d8d8d8; width: 100%!important}
#mercado-pago-list li label {font-weight: 400!important;}
#mercado-pago-list li label span {padding-left: 10px}
#mercado-pago-list li:last-child {border-bottom: none}

#direccion-entrega li {font-size: 18px; color: #3d3d3d; padding: 20px; font-weight: 400!important; background: #ececec; margin-bottom: 10px; border: none; position: relative}
#direccion-entrega li label {font-weight: 400!important;}
#direccion-entrega li label span {padding-left: 10px}


#direccion-entrega .dato-a {font-size: 18px; font-weight: bold;}
#direccion-entrega .dato-b {font-size: 16px; font-weight: 400; padding-left: 20px; padding-top: 10px; display: block}

.edit-direccion { position: absolute; top: 0; right: 0; padding: 10px}
.edit-direccion a { cursor: pointer}
.edit-icon { width: 26px; height: 26px}

.precio-envio {text-align: right}
.medium { font-weight: 500; padding-left: 0}


.btn-agregar-direccion {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 25px 30px;
    font-size: 18px;
    color: #ffffff;
    background: #929292;
    height: 65px;
    width: 100%;
    text-decoration: none;
    line-height: 14px
}

.btn-agregar-direccion:hover { background: #666666; color: #ffffff; text-decoration: none}


/*Tabla Subtotal*/
#subtotal {float: left; margin-left: 15px; margin-bottom: 40px; position: absolute; top: 0; right: 0; width: 390px }
#subtotal-detalle {background: #f5f5f5; border-radius: 5px; padding: 20px; width: 390px; margin-bottom: 40px }

#subtotal h5 { font-size: 22px; font-weight: 600; padding-bottom: 10px}
#tabla-subtotal td {width: 50%; font-size: 14px; padding: 5px}
#tabla-subtotal td:nth-child(odd) {text-align: left; padding-right: 20px}
#tabla-subtotal td:nth-child(even) { text-align: right; padding-left: 20px}
#tabla-subtotal  tr:last-child {border-top: solid #d0d0d0 1px}
.td-padding-subt { padding: 10px 0}

/*#subtotal {background: #f5f5f5; border-radius: 5px; padding: 20px; float: left; margin-left: 15px; margin-bottom: 40px; position: absolute; top: 0; right: 0; width: 390px }
#subtotal h5 { font-size: 22px; font-weight: 600; padding-bottom: 10px}
#tabla-subtotal td {width: 50%; font-size: 14px; padding: 5px}
#tabla-subtotal td:nth-child(odd) {text-align: left; padding-right: 20px}
#tabla-subtotal td:nth-child(even) { text-align: right; padding-left: 20px}
#tabla-subtotal  tr:last-child {border-top: solid #d0d0d0 1px}*/

/*Pagos*/
.row-pagos { margin-bottom: 40px}
.row-pagos h6 {font-size: 18px; font-weight: 600; padding: 0 0 10px 15px}

#pagos-opcion li {font-size: 18px; color: #3d3d3d; padding: 10px; font-weight: 400!important; border-bottom: solid 1px #d8d8d8; width: 100%!important}
#pagos-opcion li label {font-weight: 400!important;}
#pagos-opcion li label span {padding-left: 10px}
#pagos-opcion li:last-child {border-bottom: none}

#datos-transferencia h7 { font-size: 20px; font-weight: 500; padding-left: 10px}
#datos-transferencia p { font-size: 18px; line-height: 26px; font-weight: 400; padding-left: 25px}
#datos-transferencia ul {}
#datos-transferencia li{ padding-top:20px  }
#datos-transferencia ul li {border-bottom: solid 1px #d8d8d8}
#datos-transferencia ul li:last-child {border-bottom: none}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */

    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #ffffff;
    border-bottom: solid 1px #d8d8d8;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px 15px;
    font-size: 20px
}

.panel-default {
    border: none;
}

#accordion a { font-size: 18px; text-decoration: none}

#accordion li {font-size: 18px; color: #3d3d3d; padding: 10px; font-weight: 400; border-bottom: solid 1px #d8d8d8; width: 100%!important}
#raccordion li label {font-weight: 400!important;}
#accordion li label span {padding-left: 10px; font-weight: 500}
#accordion li:last-child {border-bottom: none}

.marcas-tarjetas { width: 70px}
.nombre-banco { font-size: 22px; font-weight: 500; padding-left: 5px}
.aclaracion-banco {margin-top: 15px; display: block}

.panel-heading .accordion-toggle:after {
    margin-top: -80px;
}

.registro-login { padding: 0 -15px}
.registro-login h10 {font-size: 18px; font-weight: 600; padding: 10px 0 10px 0; display: block}
.registro-login h11 {font-size: 18px; font-weight: 600; padding: 10px 0; display: block}
.registro-login p {font-size: 16px; font-weight: 400; line-height: 24px; padding-bottom: 15px}
.registro-login label { font-size: 16px; font-weight: 500; padding-bottom: 5px}
.registro-left {margin-right: 5px; background: #fff; border-radius: 5px; padding: 20px}
.registro-right {margin-left: 5px; background: #fff; border-radius: 5px;}
.margin-form { margin-bottom: 20px}
.datos-obligatorios { font-size: 14px; font-weight: 400 }
.datos-personales { padding-top: 0}
.recup { font-size: 14px; color: #000000; text-decoration: none; font-weight: 500; padding: 15px 0; display: block}
.recup:hover { text-decoration: none; color: #666666}

.form-control-registro {
    width: 100%;
    font-size: 14px;
    color: #000000;
    border: 1px solid #000000;
    background-color: transparent;
    height: 50px;
    background: #ffffff;
}


a:hover, a:focus {
    color: #717171;
    text-decoration: none;
    
    
}

#data-tres {margin-top: 10px; margin-bottom: 25px; border-bottom: solid 1px #000000;}
.data-tres-row { padding: 0 0 5px 0;  margin-right: 0; margin-left: 0}
.data-tres { height: 90px;}
.icono-medida { width: 100px;} 
.icono-medida-mob { width: 50px; padding: 20px 0 16px 0} 
.icono-tarjetas-medida { width: 100px; padding: 22px 0}
.icono-tarjetas-medida-mobile { width: 200px; padding: 22px 0 5px 0}
.data-izq-iconos {float: left}
.data-dcha-txt { float: left; font-size: 17px; padding: 25px 0 25px 0}
.data-tres-borde { border-right: solid 1px #000000 }
.clear {clear: both}

/*Accesos*/
#accesos { padding: 40px 0 5px 0}
#accesos h10 {padding: 15px 0 5px 0!important; display: block; color: #000000}
#accesos a { font-weight: 600; font-size: 20px;  text-decoration: none; opacity: 1; display: block; width: 100%; height: 100% }
#accesos a:hover { opacity: .5; transition: opacity .5s ease-out; -moz-transition: opacity .5s ease-out; -webkit-transition: opacity .5s ease-out; -o-transition: opacity .5s ease-out; color: #313131}
.ico { width: 60%}

.sinpadding [class*="col-"] {
    padding: 0!important;
}


/*CUCARDAS Producto miniatura*/
.cucardas-top {width:100%; height: 48px; position: absolute; top: 5px;}
.img {width: 222px; height: 226px; background: #cccccc}
.c-top-1 { width: 62px; height: auto; float: left; margin-left: 4px}
.c-top-2-bak { width: 97px; height: 44px; float: right; background: #000000; margin: 2px }
.c-top-2 {
    width: 97px;
    height: 44px;
    float: right;
    margin: 2px
}
.c-top-3 { width: 52px; height: 44px; background: #ffd100; float: right; margin: 2px 2px 2px 0; text-align: center; position: relative}
.clearfix { clear: both}
.cuotas-cantidad { float: left; height: 44px; width: 37px; padding: 0 4px; font-size: 30px; line-height: 42px; color: #ffd100; text-align: center; letter-spacing: -2px }
.cuotas-descripcion { float: left; font-size: 8px; color: #ffd100; text-transform: uppercase; padding-top: 13px; font-weight: 600; text-align: left; line-height: 10px}
.descuento-numero { height: 28px; font-size: 22px; color: #000000; font-weight: 700; line-height: 32px }
.descuento-descripcion { height: 17px; font-size: 8px; color:#000000; text-transform: uppercase; margin: 0!important; position: absolute; bottom: 0; left: 2px; text-align: left; line-height: 10px}
.signo-porcentaje {font-size: 16px; font-weight: bold; color: #000000!important}

/*.cucardas-bottom {position: relative; top: 220px; width: 100%; z-index: 100}*/
.cucardas-bottom {position: absolute; top: 264px; width: 100%; z-index: 100}
.c-bottom-1 { width: 88px; height: 44px; float: left; background: #000000; border: solid 2px #ffd100; margin: 2px 0 0 4px; font-weight: 600  }
.envio-cucarda { width: 45px; float: left}
.envio-icono-cuc {  padding: 7px 5px 0 5px}
.envio-descripcion { float: left; font-size: 8px; color: #ffd100; text-transform: uppercase; padding-top: 11px; line-height: 10px; text-align: left}

.c-bottom-2 { width: 44px; height: 44px; float: right; background: #fff; border: solid 2px #000; margin: 2px 4px 0 0; text-align: center }
.heart-fav { width: 20px; margin-top: 10px}
.c-bottom-2:hover { background: #ffd100; border: solid 2px #ffd100;}

/*Cucarda preventa*/
.c-bottom-izq { width: 70px; height: auto; float: left; background: #FFFFFF; border: solid 2px #ffd100; margin: 2px 0 0 4px; position: absolute; }
.c-bottom-dcha-preventa { width: 70px; height: auto; float: right; background: #FFFFFF; border: solid 2px #ffd100; margin: 2px 4px 0 4px;  }
.preventa-descripcion {font-size: 10px; color: #000000; text-transform: uppercase; padding: 4px 0; text-align: center; font-weight: bold}

/*Cucardas Grandes*/
#cucardas-grandes { display: block;}
.cucardas-grandes { float: left; width: 75px; height: 75px; margin: 20px 20px 5px 0}
.cucardas-grandes-preventa { float: left; width: 75px; height: 22px; margin: 10px 10px 10px 0}


.cucarda-interes-bak { background: #000000; border: solid 2px #ffd100; text-align: center; color: #ffd100; padding-top: 10px; padding-bottom: 8px}
.cucarda-interes {
    text-align: center;
    padding-bottom: 8px
}
.cuotas-cantidad-gde {font-size: 30px;  color: #ffd100; letter-spacing: -2px; line-height: 30px; font-weight: bold }
.cuotas-descripcion-gde { font-size:10px; color: #ffd100; text-transform: uppercase; font-weight: 600; line-height: 12px; display: block}

.cucarda-envio { background: #000000; border: solid 2px #ffd100; text-align: center; color: #ffd100; padding-top: 10px; padding-bottom: 8px}
.envio-icono-cuc-gde { width: 45px}
.envio-descripcion-gde { font-size:10px; color: #ffd100; text-transform: uppercase; font-weight: 600; line-height: 12px; display: block}

.cucarda-descuento { background: #ffd100; text-align: center; color: #000000}     
.descuento-numero-gde { font-size: 38px; color: #000000; font-weight: 700; line-height: 55px }
.descuento-descripcion-gde { font-size: 10px; color:#000000; text-transform: uppercase; font-weight: bold; display: block }


.cucarda-preventa { background: #ffffff; text-align: center; border: solid 2px #ffd100; width: 100px; height:33px;} 
.preventa-descripcion-gde {font-size: 12px; color: #000000; text-transform: uppercase; padding-top: 6px; text-align: center; font-weight: 600}

.img-home-mobile { /*padding: 40px 0 30px 0*/; height: 221px}

.cucardas-ch { float: left; width: 60px!important; height: 60px; margin: 10px 10px 10px 0}
.cuotas-cantidad-ch {font-size: 25px;  color: #ffd100; letter-spacing: -2px; line-height: 25px; font-weight: bold }
.cuotas-descripcion-ch { font-size:7px; color: #ffd100; text-transform: uppercase; font-weight: 600; line-height: 9px; display: block}

.envio-icono-cuc-ch { width: 34px}
.envio-descripcion-ch { font-size:7px; color: #ffd100; text-transform: uppercase; font-weight: 600; line-height: 9px; display: block; padding-top: 2px}

.descuento-numero-ch { font-size: 28px; color: #000000; font-weight: 700; line-height: 28px; padding-top: 10px }
.descuento-descripcion-ch { font-size: 8px; color:#000000; text-transform: uppercase; font-weight: bold; display: block;  }
.signo-porcentaje-ch {font-size: 16px; font-weight: bold}

/*Cucarda eventos especiales*/
.cucarda-eventos { width: 52px; height: 44px; float: right; margin: 2px 4px; text-align: center; border: solid 1px #ffffff; z-index: 1000; display: block}
.cucarda-eventos-grande {text-align: center; border: #ffffff 1px solid; float: left; width: 75px; height: 75px; margin: 20px 20px 20px 0;}
.cucarda-eventos-grande-mb {text-align: center; border: #ffffff 0px solid; float: left; width: 75px; height: 75px; margin: 10px 20px 20px 0;}
.cucarda-eventos-chica { float: left; width: 60px; height: 60px; margin: 10px 10px 10px 0; border: #ffffff 4px solid;}


/*Dropdown menu mobile provisorio*/
.colapsar{display:none;}
.flecha-down { width: 15px; height: 15px; padding-left: 5px}
#menu-mob-start { height: 100%!important}
#menu-mob-start ul { list-style: none; margin: 0; padding: 0; text-transform: uppercase; width: 100%}
#menu-mob-start li a { text-decoration: none; font-weight: 500; color: #000000; width: 100%;}
#menu-mob-start li a:hover  { text-decoration: none; font-weight: 500; color: #727272}
#menu-mob-start li ul li a { display: block; font-size: 17px; padding: 0 10px; color: #000000; text-decoration: none; font-weight: 400; width: 100%;}
#menu-mob-start li ul li a:hover { color: #727272; font-weight: 500}


/*Sucursales*/
#sucursales { padding-bottom: 100px;}
#sucursales h20 {font-size: 18px; font-weight: 600; padding: 20px 0 20px 0!important; display: block}
#sucursales p { margin: 10px 0 20px 0}
.suc-padding { padding-bottom: 40px!important; margin-bottom: 40px}


/*BTN arrepentimiento*/
.btn-arrepentimiento {
background: #000 none repeat scroll 0 0;
color: #fff;
display: block;
font-size: 10px!important;
font-weight: 600;
padding: 11px 20px;
text-transform: uppercase;
white-space: nowrap;
transition: all 0.3s;
width:190px!important;
text-align: center;
text-decoration: none;
font-family: 'Roboto', sans-serif;
cursor: pointer;
margin-top: 5px;
}

.btn-arrepentimiento:hover {
background: #1E1E1E 
}

#legales h1 {text-transform: uppercase; font-size: 20px; font-weight: 800; padding: 25px 0 15px 0;}
#legales h2 {font-size: 20px; font-weight: 800; margin-top: 30px}
#legales h3 {font-size: 16px; font-weight: 700; margin-top: 30px}
#legales p {font-size: 14px; line-height: 20px}
#legales p.sangria { margin-left: 40px}

.data-dcha-txt-simple  {
    font-size: 17px;
    padding: 20px 10px !important;
    height: 60px
    }

.img-iconos-home-ch { width: 60px; }
.img-iconos-home-tienda { width: 45px; padding-left: 10px} 

/*Accesos en home*/

/*.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters [class*='col-']:not(:first-child),
.row.no-gutters [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

#banner-acceso  {
    padding: 0; margin: 30px 0 20px 0;
}

#banner-acceso a {
    color: #ffffff
}

#banner-acceso a:hover {
    opacity: .8;
    transition: opacity .8s ease-out;
    -moz-transition: opacity .8s ease-out;
    -webkit-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
}
    
#banner-acceso-mb { margin: 20px 0!important; padding: 0!important}
    
.acc-notebooks { background: url("../img/banner-home/banner-home-notebooks-gde.jpg") no-repeat; background-size: cover; height: 296px; position: relative}
.acc-celulares { background: url("../img/banner-home/banner-home-celulares-gde.jpg") no-repeat; background-size: cover; height: 296px; position: relative}
.acc-gaming { background: url("../img/banner-home/banner-home-gaming-gde.jpg") no-repeat; background-size: cover; height: 148px; position: relative}
.acc-impresion { background: url("../img/banner-home/banner-home-impresion-gde.jpg") no-repeat; background-size: cover; height: 148px; position: relative}
.acc-links { font-size: 20px; color: #fff}
    
.acomodar-note { padding: 175px 15px 0 440px; opacity: 0.3; width: 100%; height: 100%; display: block }
.acomodar-note a { color: #ffffff;}
.acomodar-note a:hover {
    opacity: 1;
    transition: opacity .8s ease-out;
    -moz-transition: opacity .8s ease-out;
    -webkit-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
}
    
.acomodar-celu { padding: 15px; display: block; opacity: 0.3; width: 100%; height: 100%; display: block}
.acomodar-celu a { color: #ffffff;}
.acomodar-celu a:hover {
    opacity: 1;
    transition: opacity .8s ease-out;
    -moz-transition: opacity .8s ease-out;
    -webkit-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
}

.acomodar-gaming {padding: 15px 0 0 190px ; opacity: 0.3; width: 100%; height: 100%; display: block}
.acomodar-gaming a { color: #ffffff;}
.acomodar-gaming a:hover {
    opacity: 1;
    transition: opacity .8s ease-out;
    -moz-transition: opacity .8s ease-out;
    -webkit-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
}

.acomodar-impresion {padding: 70px 15px; opacity: 0.3; width: 100%; height: 100%; display: block}
.acomodar-impresion a { color: #ffffff;}
.acomodar-impresion a:hover {
    opacity: 1;
    transition: opacity .8s ease-out;
    -moz-transition: opacity .8s ease-out;
    -webkit-transition: opacity .8s ease-out;
    -o-transition: opacity .8s ease-out;
}

.img-ajuste-acc-mb { width: 100%}
    
.pos-note { position: absolute; bottom: 10px; right: 20px}
.pos-celu { position: absolute; top: 10px; left: 20px}
.pos-gaming { position: absolute; top: 10px; right: 20px}
.pos-impresion { position: absolute; bottom: 10px; left: 20px}*/


/*Accesos Home Banner Cyberweek*/
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters [class*='col-']:not(:first-child),
.row.no-gutters [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
    
#banner-acceso a {
    color: #ffffff
}

#banner-acceso a:hover {
}
    
#banner-acceso-mb { margin: 0!important; padding: 0!important}
    
.acc-notebooks { background: url("../img/banner-home/banner-home-notebooks-gde.jpg") no-repeat; background-size: cover; height: 296px; position: relative}
.acc-celulares { background: url("../img/banner-home/banner-home-celulares-gde.jpg") no-repeat; background-size: cover; height: 296px; position: relative}
.acc-gaming { background: url("../img/banner-home/banner-home-gaming-gde.jpg") no-repeat; background-size: cover; height: 148px; position: relative}
.acc-impresion { background: url("../img/banner-home/banner-home-impresion-gde.jpg") no-repeat; background-size: cover; height: 148px; position: relative}
.acc-links { font-size: 20px; color: #fff}
    
.acomodar-note { padding: 175px 15px 0 440px; width: 100%; height: 100%; display: block }
.acomodar-note a { color: #ffffff;}
.acomodar-note a:hover {
}
    
.acomodar-celu { padding: 15px; display: block; width: 100%; height: 100%; display: block}
.acomodar-celu a { color: #ffffff;}
.acomodar-celu a:hover {
}

.acomodar-gaming {padding: 15px 0 0 190px ;  width: 100%; height: 100%; display: block}
.acomodar-gaming a { color: #ffffff;}
.acomodar-gaming a:hover {
}

.acomodar-impresion {padding: 70px 15px;  width: 100%; height: 100%; display: block}
.acomodar-impresion a { color: #ffffff;}
.acomodar-impresion a:hover {
}

.img-ajuste-acc-mb { width: 100%}
    
.pos-note { position: absolute; bottom: 10px; right: 20px}
.pos-celu { position: absolute; top: 10px; left: 20px}
.pos-gaming { position: absolute; top: 10px; left: 20px}
.pos-impresion { position: absolute; bottom: 10px; right: 20px}

/*DESCRIPCION AMPLIADA DEL PRODUCTO*/
#menu-descripcion-ampliada ul { list-style: none;  margin-top: 30px; padding: 0; margin-bottom: 0; height: 50px; border-bottom: #000000 solid 1px}
#menu-descripcion-ampliada ul li { display: block; float: left; }
#menu-descripcion-ampliada ul li a {color: #000; font-family: 'Roboto', sans-serif; font-size: 20px; margin-right: 30px; display: block; padding: 12px 15px 12px 15px}
#menu-descripcion-ampliada ul li a:hover {color: #fff; background: #000000}
#menu-descripcion-ampliada ul li a:active {color: #fff; background: #ffffff; border-bottom: solid 1px #000000}

#descripcion-producto { margin: 40px auto}
.descripcion-producto-titulo {font-family: 'Roboto', sans-serif; font-size: 22px; font-weight: 500; display: block}
.descripcion-producto-subtitulo {font-family: 'Roboto', sans-serif; font-size: 18px; display: block}
.descripcion-producto-txt p {font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 20px; padding: 15px 0 }
.descripcion-producto-txt img {}
.row-descrip-espacio { padding: 60px 0}

#especificaciones-producto { /*background: #eeeeee;*/ padding: 0; font-family: 'Roboto', sans-serif; border-top: solid 1px #000000; }
.especificaciones-producto-titular { font-size: 20px; text-transform: uppercase; margin-bottom: 30px; display: block }
.especificaciones-producto-titulo { font-size: 13px; /*text-transform: uppercase;*/ font-weight: 500; margin-left: 0;}
#especificaciones-producto p { font-size: 11px; font-weight: 400; margin-left: 0}
.icono-especs-producto { width: 22px; position: absolute; top: 0; left: 0; z-index: 200}
.item-especs { margin-bottom: 0; padding: 10px; border-top: solid 1px #cccccc}

/*.item-especs:nth-of-type(odd) {
background-color:#eeeeee;
}
    
.item-especs:nth-of-type(even) {
background-color:#fbfbfb;
}*/

.item-especs:nth-of-type(odd) {
background-color:#ffffff;
    
}
    
.item-especs:nth-of-type(even) {
background-color:#ffffff;
}

.video-especificaciones { padding: 30px 0; font-family: 'Roboto', sans-serif; }
.video-especificaciones-titulo  { font-size: 20px; text-transform: uppercase; margin-bottom: 30px; display: block }
.video-especificaciones-altura { height: 315px}
.btn-flecha-left-especs {position: absolute; z-index: 100; left: -30px; top: 50px}
.btn-flecha-right-especs {position: absolute; z-index: 100; right: -30px; top:50px}


.btn-flecha-right-vk {
    position: absolute;
    z-index: 100;
    right: -30px;
    top: 50%;
    transform: translateY(50%);
}


  .data-dcha-txt-simple p {
      font-size: 17px;
      padding: 0 10px !important;
      }
 .img-iconos-home-ch { width: 60px}

#notas-start h20 {font-size: 18px; font-weight: 600; padding: 0 0 20px 0!important; display: block; color: #000000!important}
#notas-start p { margin: 20px 0 20px 0; font-size: 14px; color: #000000!important; line-height: 20px}
.nota-start-item { margin-bottom: 40px; height: 500px}
.btn-basic-small {
display: inline-block;
margin-bottom: 0;
font-weight: 600;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: none;
white-space: nowrap;
padding: 16px 25px 15px 25px;
font-size: 16px;
color: #ffffff;
background: #333333;
text-decoration: none;
}
.btn-basic-small:hover{
background: #000000;
color: #ffffff
}

#notas-start-interna h1 {font-size: 24px; font-weight: 600; padding: 0!important; display: block}
#notas-start-interna h2 {font-size: 18px; font-weight: 600; padding: 0!important; display: block}
#notas-start-interna p { margin: 10px 0 20px 0; width: 85%}

.btn-catalogo {
    background: #000 none repeat scroll 0 0;
    color: #ffd100;
    display: block;
    font-size: 12px!important;
    font-weight: 600;
    padding: 11px 20px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.3s;
    width: 190px!important;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    margin: 0 0 40px 0
}


.ajustes-contacto { color: #000000!important; margin-bottom: 30px}
.ajustes-contacto a { color: #0035FF!important;}
.ajustes-contacto a:hover { color: #2C2C2C; text-decoration: underline}
.ajustes-contacto-subt { font-weight: 500} 

#mas-info { margin: 40px 0!important}
.ccs-feature-icons { margin: 20px 0!important}


/*---Colapsable tarjetas----*/

.shop-layout-tarjetas{
	margin-bottom: 30px;
}
.shop-layout-tarjetas ul {     
    list-style: outside none none;
    margin: 0;
    padding: 0;}

.shop-layout-tarjetas .layout-title{
	border-bottom: none;
	margin-bottom: 10px;
}
.shop-layout-tarjetas .layout-title h2{
	color: #222222;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	word-wrap: break-word;
}
.shop-layout-tarjetas .layout-list{
	padding: 0 1px;
}
.shop-layout-tarjetas .layout-list ul{}
.shop-layout-tarjetas .layout-list ul>li{
	color: #6a6a6a;
	font-size: 12px;
	line-height: 22px;
	padding: 5px 0;
	text-transform: uppercase;
}
.shop-layout-tarjetas .layout-list ul>li:last-child{
	border-bottom: 0px solid #e5e5e5;
}
.shop-layout-tarjetas .layout-list ul>li>a{
	display: inline-block;
	text-transform: capitalize;
    text-indent: -10px;
   
}
.shop-layout-tarjetas .layout-list ul>li>a:before{
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 10px;
}
.shop-layout-tarjetas .layout-list ul>li:hover>a{
	color:000000;
}
    
#accordion-tarjetas a { font-size: 14px; text-decoration: none; color: #6a6a6a}
.listado-tarjetas li {font-size: 14px; color: #6a6a6a; font-weight: 400; padding: 5px 0; display: none}
.listado-tarjetas:after{clear:both;display:block;content:"";}
    
.panel-default-tarjetas { margin-bottom: 30px; border:none; box-shadow: none}
    
.panel-default-tarjetas>.panel-heading-tarjetas {
    color: #000;
    background-color: none;
    border: none;
 
}   
    
.panel-heading-tarjetas .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading-tarjetas .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading-tarjetas .accordion-toggle:after {margin-top: -38px;}
    
.panel-body-tarjetas {padding: 0 15px 15px 15px;}
    
.panel-tarjetas {
    margin-bottom: 10px;
    background-color: #fff;

}

.base-tarjetas {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 20px 10px 20px ;
}
          
#accordion-tarjeta li {
    font-size: 18px;
    color: #3d3d3d;
    padding: 10px;
    font-weight: 400;
    border-bottom: solid 1px #d8d8d8;
    width: 100%!important;
}
          
#accordion-tarjetas a { font-size: 18px; text-decoration: none}
#accordion-tarjetas ul { list-style: none; margin: 0; padding: 0}
#accordion-tarjetas li {font-size: 18px; color: #3d3d3d; padding: 10px; font-weight: 400; border-bottom: solid 1px #d8d8d8; width: 100%!important}
#accordion-tarjetas li label span {padding-left: 10px; font-weight: 500}
#accordion-tarjetas li:last-child {border-bottom: none}
/*---FIN Colapsable tarjetas----*/

/*Filtros*/
.shop-layout-filtros {
margin-bottom: 30px;
}

.shop-layout-filtros ul {
list-style: outside none none;
margin: 0;
padding: 0;
}

.shop-layout-filtros .layout-title {
border-bottom: none;
margin-bottom: 5px;
}

.shop-layout-filtros .layout-title h2 {
    color: #222222;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    word-wrap: break-word;
    margin-top: 15px;
}

.shop-layout-filtros .layout-list {
padding: 0 1px;
}

.shop-layout-filtros .layout-list ul {
}

.shop-layout-filtros .layout-list ul > li {
color: #6a6a6a;
font-size: 12px;
line-height: 22px;
padding: 0;
text-transform: uppercase;
}

.shop-layout-filtros .layout-list ul > li:last-child {
border-bottom: 0px solid #e5e5e5;
}

.shop-layout-filtros .layout-list ul > li > a {
display: inline-block;
text-transform: capitalize;
text-indent: -10px;
}

.shop-layout-filtros .layout-list ul > li > a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 10px;
}

.shop-layout-filtros .layout-list ul > li:hover > a {
color: 000000;
}

#accordion-filtros a {
    font-size: 14px;
    text-decoration: none;
    color: #6a6a6a
}

.listado-filtros li {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 400;
    padding: 5px 0;
    display: none
}

.listado-filtros:after {
    clear: both;
    display: block;
    content: "";
}

.panel-default-filtros {
    margin-bottom: 30px;

}

.panel-default-filtros > .panel-heading-filtros {
    color: #000;
    background-color: none;
    border: none;
}

/*.panel-heading-filtros .accordion-toggle:after {
    font-family: 'Glyphicons Halflings'; 
    content: "\e114"; 
    float: right; 
    color: grey; 
}*/

/*.panel-heading-filtros .accordion-toggle.collapsed:after {
    content: "\e080";
}*/

.panel-heading-filtros .accordion-toggle:after {
    margin-top: -28px;
}

.panel-body-filtros {
    /*padding: 0 15px 15px 15px;*/
}

.panel-filtros {
    margin-bottom: 10px;
    background-color: #fff;
}

.check-filtros {
    font-size: 14px;
    text-decoration: none;
    color: #6a6a6a;
    text-transform: none;
    font-weight: 400;
    padding-left: 5px
}


.loadMoreClass {
    display: block;
    cursor: pointer;
}

.showLessClass {
    color: red;
    cursor: pointer;
    display: none;
}

.loadMoreClass a {
    color: #000000 !important;
    font-size: 14px;
    padding-top: 10px;
    display: block
}

.showLessClass a {
    color: #393939;
    font-size: 14px;
    padding-top: 10px;
    display: block
}


/*Filtros aplicados*/    
.panel-filtros-aplicados {
    margin-bottom: 10px;
    background-color: #fff;
}

.filtros-aplicados-header { 
    display: block; 
    height: 20px }
    
.panel-filtros-aplicados h10 { 
    text-transform: uppercase; 
    font-size: 12px; 
    color: #000000; 
    font-weight: 600;
    display: inline;
    float: left
    }

.ajuste-h2-aplicar-filtros { 
    display: inline;
    float: left
    }

.clear { clear: both}

.left-sidebar-title-filtros h2 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #222 !important;
  /*text-transform: uppercase !important;*/
  padding: 10px 0;
  display: inline;
  float: left
}

.filtros-borrar {
    display: inline;
    float: right;
    padding-top: 8px
}

.filtros-borrar a {
    color: #000;
    font-weight: 600;
    font-size: 12px
}
    
.filtros-borrar:hover { color: #4E4E4E}
    
.filtros-aplicados {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    }
    
.filtros-aplicados-link {
    margin-bottom: 5px;
    margin-right: 5px; 
    cursor: pointer;
}

.filtros-aplicados-tag {    
margin-bottom: 5px;
background-color: #ffffff;
border-radius: 1px;
border: 1px solid #e5e5e5;
height: 26px;
-webkit-align-items: center;
align-items: center;
background-color: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: rgba(0,0,0,.9);
display: -webkit-inline-flex;
display: inline-flex;
font-weight: 400;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
width: auto;
min-height: 25px
}

.filtros-aplicados-tag-label { 
    font-size: 13px; 
    color: #2E2E2E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px}

    
.filtros-aplicados-close {
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    padding: 0 10px 0 0;
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    width: 24px;
    height: 24px;
}
    
.close-filtros-icon { width: 12px; height: 12px}
/*Fin Filtros aplicados*/ 

/*-------*/



@media (max-width: 1024px){
#carrito-min-productos a.descripcion-producto  {color:#000; font-size: 16px; font-weight: 500; line-height: 18px; text-decoration: none; display: block; margin-bottom: 20px; margin-top: 5px; display: block}
.quantity-cont { padding-top: 20px;} 
#carrito-min-productos .precio-cont  { padding-top: 15px}
.slider-item{
    border-radius: 5px;
    background: #FFF;
    height: 360px;
    margin-bottom: 20px
}
.btn-flecha-left {position: absolute; z-index: 100; left: -30px; bottom: 50px; top:none}
.btn-flecha-right {position: absolute; z-index: 100; right: -30px; bottom:50px; top:none}
#carrito-min-productos .cupon-desc-txt {margin: 10px 0 20px 0}
.precio-envio {text-align: left}
.base-cont h6 {line-height: 24px; font-size: 22px}
.base-cont p {font-size: 16px; font-weight: 400; line-height: 20px; padding-bottom: 20px}
#subtotal {background: #f5f5f5; border-radius: 5px; padding: 20px; margin-left: 0; position: relative; margin-top: 30px; width: 100% } 
.datos-personales { padding-top: 30px}
.btn-basic { width: 200px}
#menu-descripcion-ampliada ul { height: 180px; display: block}
.video-especificaciones-altura { height: 150px}
#menu-descripcion-ampliada ul li a {font-size: 18px; }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
#carrito-min-productos a.descripcion-producto  {color:#000; font-size: 16px; font-weight: 500; line-height: 18px; text-decoration: none; display: block; margin-bottom: 20px; margin-top: 5px; width: 100%}
#carrito-min-productos a.codigo  { font-size: 14px; font-weight: 500; line-height: 16px; color: #3a3d3d; text-decoration: none}
#carrito-min-productos a.eliminar  { font-size: 14px; font-weight: 500;  margin-left: 20px; text-decoration: none; color: #000; text-decoration: underline}
#carrito-min-productos .precio  { font-size: 18px; font-weight: 600; text-align: right}
.quantity-cont { padding-top: 20px;}    
#carrito-min-productos .precio-cont  { padding-top: 15px}
.btn-flecha-left {position: absolute; z-index: 100; left: -20px; bottom: 50px; top:none}
.btn-flecha-right {position: absolute; z-index: 100; right: -20px; bottom:50px; top:none}
#carrito-min-productos .cupon-desc-txt {margin: 10px 0 20px 0}
.precio-envio {text-align: left}
.base-cont h6 {line-height: 22px; font-size: 22px}
.base-cont p {font-size: 16px; font-weight: 400; line-height: 20px; padding-bottom: 20px}
#subtotal {background: #f5f5f5; border-radius: 5px; padding: 20px; margin-left: 0; position: relative; margin-top: 30px; width: 100% } 
.datos-personales { padding-top: 30px}
.btn-basic { width: 200px}
.data-tres-row { text-align: center; border-bottom: none;}
.data-tres-borde { border-bottom: solid 1px #000000; border-right: none}
.data-tres { height: auto; margin: 0 10px}
.data-dcha-txt { float: none; display: block; font-size: 17px; padding: 10px 0 25px 0; text-align: center; line-height: 20px}
.data-izq-iconos {float: none; text-align: center}
.ico { width: 40%}
#accesos { padding: 20px 0 30px 0}
#accesos h10 {padding: 15px 0 15px 0!important; display: block; color: #000000}
#accesos a { font-weight: 600; font-size: 16px;  text-decoration: none; opacity: 1; display: block; height: 100% }
#accesos a:hover { opacity: .5; transition: opacity .5s ease-out; -moz-transition: opacity .5s ease-out; -webkit-transition: opacity .5s ease-out; -o-transition: opacity .5s ease-out; color: #313131}
#mercado-pago-list li {font-size: 16px; line-height: 18px}
.c-top-2-bak { width: 90px!important; height: 44px; float: right; background: #000000; border: solid 2px #ffd100; margin: 2px }
.c-top-2 {width: 90px !important;height: 44px;float: right;}
.cuotas-cantidad { float: left; height: 44px; width: 37px; padding: 0 4px; font-size: 26px; line-height: 42px; color: #ffd100; text-align: center; letter-spacing: -2px }
.cuotas-descripcion { float: left; font-size: 7px; color: #ffd100; text-transform: uppercase; padding-top: 13px; font-weight: 600; text-align: left; line-height: 10px}
.cucardas-bottom {position: absolute; top: 180px; width: 100%}
.c-bottom-2 { width: 52px; height: 44px; float: right; background: #ffd100; border: none; margin: 2px 4px 0 0; text-align: center }
.descuento-descripcion-mob { font-size: 7px; color:#000000; text-transform: uppercase; display: block; line-height: 5px; font-weight: bold}
.cucardas-grandes { float: left; width: 75px; height: 75px; margin: 10px 10px 10px 0}
.cucardas-grandes-preventa { float: left; width: 75px; height: 22px; margin: 10px 10px 10px 0}
.c-bottom-izq { width: 70px; height: 22px; float: left; background: #FFFFFF; border: solid 2px #ffd100; margin: 2px 0 0 4px; position: absolute; }
.preventa-descripcion {font-size: 8px; color: #000000; text-transform: uppercase; padding: 4px 0; text-align: center; font-weight: bold}
.cucarda-preventa { background: #ffffff; text-align: center; border: solid 2px #ffd100; width: 100px; height:33px; float: left; margin: 10px 10px 10px 0} 
.suc-padding { padding-bottom: 30px!important; border-bottom: 2px solid #000000}
#menu-descripcion-ampliada ul { height: 180px; display: block}
.video-especificaciones-altura { height: 150px}
#menu-descripcion-ampliada ul li a {font-size: 18px; }
#notas-start-interna p { margin: 10px 0 20px 0; width: 100%}
.nota-start-item { height: auto}
.c-top-1 {width: 60px;}
}


@media only screen and (max-width: 400px) {
#carrito-min-productos a.eliminar  { font-size: 14px; font-weight: 600;  margin-left: 0; text-decoration: none; color: #000}
.quantity-cont { padding-top: 20px;}
#carrito-min-productos .precio-cont  { padding-top: 15px}
.btn-flecha-left {position: absolute; z-index: 100; left: -30px; bottom: 50px}
.btn-flecha-right {position: absolute; z-index: 100; right: -30px; bottom:50px}
#carrito-min-productos a.eliminar  { font-size: 14px; font-weight: 600;  margin-left: 0; text-decoration: none; color: #000}
.quantity-cont { padding-top: 20px;}
#carrito-min-productos .precio-cont  { padding-top: 15px}
.btn-flecha-left {position: absolute; z-index: 100; left: -30px; bottom: 50px}
.btn-flecha-right {position: absolute; z-index: 100; right: -30px; bottom:50px}
}

.carousel-control { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		 { left: -25%; }	
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* --- --- CAROUSEL --- --- */
.carousel__contenedor {
	position: relative;
}

.carousel__anterior,
.carousel__siguiente {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	border: none;
	top: calc(50% - 45px);
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	background: none;
	color: #fff;
	opacity: 90%;
}

.carousel__anterior:hover,
.carousel__siguiente:hover {
	opacity: 100%;
}

.carousel__anterior {
	left: -50px;
}

.carousel__siguiente {
	right: -50px;
}

.carousel__lista {
	overflow: hidden;
}

.carousel__elemento {
	text-align: center;
    padding: 0 10px
}

.carousel__indicadores .glider-dot {
	display: block;
	width: 30px;
	height: 4px;
	background: #fff;
	opacity: .2;
	border-radius: 0;
}

.carousel__indicadores .glider-dot:hover {
	opacity: .5;
}

.carousel__indicadores .glider-dot.active {
	opacity: 1;
}

@media screen and (max-width: 800px) {
	body {
		padding: 0;
	}

	.contenido-principal {
		flex-direction: column;
	}

	.contenido-principal > * {
		width: 100%;
	}
}


/*Filtros aplicados*/
.panel-filtros-aplicados {
    margin-bottom: 10px;
    background-color: #fff;
}

.filtros-aplicados-header {
    display: block;
    height: 20px
}

.panel-filtros-aplicados h10 {
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    display: inline;
    float: left
}

.ajuste-h2-aplicar-filtros {
    display: inline;
    float: left
}

.clear {
    clear: both
}

.left-sidebar-title-filtros h2 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #222 !important;
    /*text-transform: uppercase !important;*/
    padding: 10px 0;
    display: inline;
    float: left
}

.filtros-borrar {
    display: inline;
    float: right;
    padding-top: 8px
}

    .filtros-borrar a {
        color: #000;
        font-weight: 600;
        font-size: 12px
    }

    .filtros-borrar:hover {
        color: #4E4E4E
    }

.filtros-aplicados {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}

.filtros-aplicados-link {
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.filtros-aplicados-tag {
    margin-bottom: 5px;
    background-color: #ffffff;
    border-radius: 1px;
    border: 1px solid #e5e5e5;
    height: 26px;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0,0,0,.9);
    display: -webkit-inline-flex;
    display: inline-flex;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
    min-height: 25px
}

.filtros-aplicados-tag-label {
    font-size: 13px;
    color: #2E2E2E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px
}


.filtros-aplicados-close {
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    padding: 0 10px 0 0;
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    width: 24px;
    height: 24px;
}

.close-filtros-icon {
    width: 12px;
    height: 12px
}
/*Fin Filtros aplicados*/ 


/*Promociones bancarias*/

.margin-prov { margin-top: 30px} 
    
.promo-bancaria-contenedor { padding: 0 -15px}
    
.promo-bancaria-contenedor h3 { font-size: 22px; margin: 5px 0 10px 0}    
    
.promo-bancaria-contenedor p { font-size: 16px; color: #979696; word-break: break-word!important}    
    
.promo-bancaria-legales { margin-bottom: 30px;}
    
.img-banco { margin-bottom: 15px; height: 30px}

.parrafo-legal { font-size: 12px; color: #000000}
    
.promo-bancaria-legales ul {     
    list-style: outside none none;
    margin: 0;
    padding: 0;}

.promo-bancaria-legales .layout-title{
	margin-bottom: 10px;
}
.promo-bancaria-legales .layout-title h2{
	color: #222222;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	word-wrap: break-word;
    margin: 5px 0 0 0
}
.promo-bancaria-legales .layout-list{
	padding: 0 1px;
}
.promo-bancaria-legales .layout-list ul{}
.promo-bancaria-legales .layout-list ul>li{
	color: #6a6a6a;
	font-size: 12px;
	line-height: 22px;
	padding: 5px 0;
	text-transform: uppercase;
}
.promo-bancaria-legales .layout-list ul>li:last-child{
	border-bottom: 0px solid #e5e5e5;
}
.promo-bancaria-legales .layout-list ul>li>a{
	display: inline-block;
	text-transform: capitalize;
    text-indent: -10px;
   
}
.promo-bancaria-legales .layout-list ul>li>a:before{
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	/*margin-right: 10px;*/
}
.promo-bancaria-legales .layout-list ul>li:hover>a{
	color:000000;
}
    
#accordion-promo-bancaria a { font-size: 14px; text-decoration: none; color: #6a6a6a}
#accordion-promo-bancaria li {font-size: 14px; color: #6a6a6a; font-weight: 400;}

.panel-default-promo-bancaria { margin-bottom: 30px; border: 1px solid #e5e5e5}
    
.panel-default-promo-bancaria>.panel-heading-promo-bancaria {
    color: #000;
    background-color: none;
    border: none;
    padding: 15px;
 
}   
    
.panel-heading-promo-bancaria .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    margin-left: 100px
}
.panel-heading-promo-bancaria .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading-promo-bancaria .accordion-toggle:after {margin-top: -25px;}
    
.panel-body-promo-bancaria {padding: 0 15px 15px 15px;}
    
.panel-promo-bancaria {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.check-filtros {
    font-size: 14px;
    text-decoration: none;
    color: #6a6a6a;
    text-transform: none;
    font-weight: 400;
    padding-left: 5px}
    
#promos-bancarias.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    border: none !important;
}

#promos-bancarias.nav-tabs>li.active{
    color: #555;
    cursor: default;
    border: #393939 solid 1px !important;
    background: #f7f7f7!important;
}

    
#promos-bancarias.nav-tabs>li>a {
    margin-right: 0!important;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px!important;
}
    
#promos-bancarias.nav-tabs {
    border-bottom: none!important;
    text-align:center!important;
    
}
#promos-bancarias.nav-tabs>li {
    float:none!important;
    display:inline-block!important;
    border: 1px solid #ccc!important;
    margin-right: 10px;
    border-radius: 4px!important;
}

/*Banner Home Dos accesos / Promos bancarias + envios + retiro Marzo 2023*/
#banner-data-dos { font-weight: 500; font-size: 14px; height: auto; padding: 10px}
#banner-data-dos .cuotas-y-beneficios { padding: 10px 0; border-right: solid 1px #000000}
#banner-data-dos .img-iconos-link { width: 60px}
#banner-data-dos .link-promos-banc { color: #000000}
#banner-data-dos .link-promos-banc a { text-decoration: none; opacity: 1}
#banner-data-dos .link-promos-banc:hover { text-decoration: none; opacity: 0.6}
#banner-data-dos .img-tarjetas-link {text-align: right}
#banner-data-dos .img-tarjetas-link img { width: 220px}
.flex-container { display: flex;}
.flex-start {justify-content: flex-start; align-items: center}
.flex-end {justify-content: flex-end; align-items: center }
    
    
@media (max-width: 768px) {
    
    #promos-bancarias.nav-tabs>li {
    border: 1px solid #ccc!important;
    margin-right: 10px;
    border-radius: 4px!important;
  /*  width: 100px;
    height: 65px*/}
        

    #promos-bancarias.nav-tabs>li>a {
/*    width: 100px;
    height: 65px*/
    }
    
    #promos-bancarias.nav-tabs>li.active{
/*    width: 100px;
    height: 65px*/
    }
    
    /*#promos-bancarias.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    width: 96px;
    height: 61px
    }*/
    #promos-bancarias.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    width: auto;
    height: auto
    }

    
    #promos-bancarias.nav-tabs>li img{
    margin-bottom: 10px!important;
    width: 70px
    }
    
    #promos-bancarias.nav-tabs>li>a {
   /*width: 100px;
    height: 65px*/
    border-radius: 4px!important;
}
    
    .img-banco { margin-bottom: 20px; margin-top: 20px; height: 30px}
    
    #promos-bancarias.nav-tabs {
    border-bottom: none!important;
    text-align: center!important;
    margin-left: 10px}
    
    .sin-padding {padding: 0 -15px}
    
    .asterisco-form {font-size: 10px;}

}
    
/*Banner Home Dos accesos / Promos bancarias + envios + retiro Marzo 2023*/
#banner-data-dos { font-weight: 500; font-size: 12px; min-height: 75px; padding: 5px; color: #E1E1E1; background: #1E1E1E}
#banner-data-dos .cuotas-y-beneficios { padding: 10px 0; border-right: solid 1px #E1E1E1}
#banner-data-dos .img-iconos-link { width: 50px; padding-left: 10px}
#banner-data-dos .link-promos-banc { color: #E1E1E1;}
#banner-data-dos .link-promos-banc a { text-decoration: none; opacity: 1}
#banner-data-dos .link-promos-banc:hover { text-decoration: none; opacity: 0.6}
#banner-data-dos .img-tarjetas-link {text-align: right}
#banner-data-dos .img-tarjetas-link img { width: 220px}
#banner-data-dos .ajuste-retiro-envio { padding-top: 5px; justify-content: center}
.flex-container { display: flex;}
.flex-alinear { align-items: center}
.blanco { color: #ffffff}
#banner-data-dos .conoce-nuestras { text-align: left}
#banner-data-dos .camion-espacio { margin-left: 30px}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
#banner-data-dos { height: auto}
#banner-data-dos { font-weight: 500; font-size: 11px;  padding: 10px}
#banner-data-dos .cuotas-y-beneficios { padding: 10px; border-bottom: solid 1px #E1E1E1; border-right: none}
#banner-data-dos .conoce-nuestras { text-align: left}
}


/*Estilos cuadro de Especificaciones en Artículos*/

#especs-mobile { margin: 0}

.fregulardiscent{font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal;}

.fmediumdiscent{font-family: 'Roboto', sans-serif; font-weight: 500; font-style: normal;}

.fbolddiscent{font-family: 'Roboto', sans-serif; font-weight: 700; font-style: normal;}


.cajabasediscent{
	display: block;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
	
.cajatriodiscent{
	display: block;
	width: 100%;
}
.navegadiscent{
	display: flex;
	width: 100%;
	/*padding-bottom: 10px;*/
	border-bottom: 1px #000 solid;
	font-size: 18px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	color: #000;
	box-sizing: border-box;
}

a.subnavdiscent{
	display: block;
	text-decoration: none;
	border: none;
	color: #000;
	margin-right: 40px;
	padding-bottom: 10px;
	border-bottom: 3px transparent solid;
	box-sizing: border-box;

	
}

a.subnavdiscent:hover{
	border-bottom: 3px #000 solid;
	
}

a.subnavdiscent:active{
	border-bottom: 3px #000 solid;
	
}

a.activediscent{
	border-bottom: 3px #000 solid;
}
				
.titulodiscent{
	display: block;
	margin-top: 40px;
}

.titulodiscent img{
	margin-bottom: 10px
}

.productodiscen{
	padding-top: 10px;
	display: block;
	font-size: 22px;
}
		
.cajaespecificadiscent{
	
	display: block;
	margin-top: 30px;
}
	
.especifdiscent{
	display: flex;
	border-top: 1px #000 solid;
	margin-bottom: 5px;
	padding: 10px 0;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	text-align: left;
	align-items: stretch;
    color: #000000
}

.columnespdescent{
	width: 100%;
	font-size: 14px;
	text-align: left;
	position: relative;
}

.subdescDC{
	display: block;
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
	pointer-events:none;
}

.nobackDC{
	background: #FFF;
}

.backDC{
	background: #F2F2F2;
}

.font2DC{
	font-size: 14px
}

.flecha-abajoDC{
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform:translate(0,-50%);
	cursor: pointer;
}

#despledc1, #despledc2, #despledc3, #despledc4{
	display: block;
}

.noborder-dc{
	border: none;
	column-gap: 50px;
}

.columndesc-dc{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 40px;
	

}

a.vermas-dc:not([data-vermenos]){
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	border-top: 1px #000 solid;
	text-decoration: none;
	color: #000;
}

a.vermas-dc:hover{
	color: #999;
	
}

.colDC-A{
	width: 30%
}

.colDC-B{
	width: 70%
}


.especifdiscent2{
	column-count: 2;
	margin-bottom: 5px;
	padding: 10px 0;
	text-align: left;
	column-gap: 50px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 40px;
    color: #000000
}
[data-visible="false"]{
	display:none;
}
[data-vermenos]{
	width: 100%;
	cursor: pointer;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	border-top: 1px #000 solid;
	text-decoration: none;
	color: #000;
	display:none;
}

.subtitulodiscent{
	display: block;
	width: 100%;
	padding: 40px 0 15px;
	box-sizing: border-box;
	border-bottom: 1px #000 solid;
	font-size: 16px;
	margin-bottom: 15px;
}

.videoexpe{ display: block; width: 100%; padding: 40px 0px; background: #FFFFFF;}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

html{
	scrollbar-gutter: stable;
}

/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
/*MEDIA QUERYS*/


@media(max-width:570px){

.cajabasediscent { margin-top: 40px}
	
.navegadiscent{
	font-size: 16px;
}
	
a.subnavdiscent{
	margin-right: 20px;
}
	
.especifdiscent{
	flex-direction: column;
}
	
.columnespdescent{
	width: 100%;
}
	
.productodiscen{
	font-size: 18px;
    color: #000000
}
	
.font2DC{
	font-size: 12px
}
	
.flecha-abajoDC{
	display: block;
}
	
	
#despledc2, #despledc3, #despledc4,#despledc1{
	display: none;
}
	
.subdescDC{
	pointer-events:auto;
	cursor:pointer;
}
	
.colDC-A, .colDC-B{
	width: 100%
}

.especifdiscent2{
	column-count: 1;
	
}
	
}


@media(max-width:450px){
	
.navegadiscent{
	font-size: 14px;
}
	
a.subnavdiscent{
	margin-right: 20px;
}
	
}


@media(max-width:360px){
	
.navegadiscent{
	font-size: 12px;
}
	
a.subnavdiscent{
	margin-right: 10px;
}
	
}


@media(max-width:320px){

	
.navegadiscent{
	border-bottom: 1px #000 solid;
	font-size: 14px;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	color: #000;
	box-sizing: border-box;
}
	
a.subnavdiscent{
	display: inline-block;
	margin-right: 10px;
	padding-top: 20px;
}
	
}



/*Cucardas Abril 2023
/*.cucarda-preventa-2023 {
    width: 66px;
    height: 30px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}*/

.cucarda-cuotas-planb {
    width: 66px;
    height: 30px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100
}

.cucarda-hotsale {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100
}

.cucarda-envio-2023 {
    width: 66px;
    height: 30px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100
}

/*.cucarda-cuotas-2023 {
    width: 66px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    margin: 10px
}*/
        
.cucarda-banco-2023 {
    width: 66px;
    height: 30px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    margin: 10px
}

.cucarda-envio-2023-mb {
    width: 66px;
    height: 30px;
    background: #FFFFFF;
    float: left;
    margin-right: 10px
}

.cucarda-cuotas-2023-mb {
    width: 66px;
    height: 30px;
    float: left;
    margin-right: 10px
}
        
.cucarda-banco-2023-mb {
    width: 66px;
    height: 30px;
    border-radius: 2px;
    float: left;
    margin-right: 10px
}

.soporte-cucardas { position: relative; display: block; margin: 0 10px}

/*Medios de Pago - Beneficios y Promociones - Pick Up*/

.cajabaselight{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	position:fixed;
	width:100vw;
	height:100%;
	overflow:auto;
	background:rgba(0,0,0,.8);
	z-index:200000;
	left:0; 
	top:0;
	transition:opacity .5s;
	opacity:0;
	pointer-events:none;
	backdrop-filter: blur(20px);
	
}



.cajalight{
	display: block;
	width: 570px;
	max-width:90%;
	background-color: transparent;
	position:relative;
	margin:50px auto;
	transition:all .5s;
	transform:translate(0,0);
}


.lightcabezal{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0 44px;
	color: #FFF;
	background: #000;
	position: sticky;
}
.cerrarlight{
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 0;
}
.cerrarlight:hover{
	opacity: .5;
}

.lightmedio{
	display: block;
	width: 100%;
	padding: 30px 44px 44px;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
}
.lightmedio span{
	position: relative;
	top: -1px;
	margin-right: 6px;
}
.lightpie{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	padding: 28px 44px 45px;
	color: #858585;
	background: #000;
	position: relative;
}

.lightpie span{
	position: relative;
	top: 0;
	margin-right: 6px;
}

.titlightpie{
	font-size: 14px;
	color: #FFF;
}

.cajatarjetaslight{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	padding-top: 20px;

}

.tarjetaslihgt{
	width: 16%;
	border: 1px solid #D9D9D9;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.tarjetaslihgt:hover{
	border: 1px solid #000;
}

.tarjetaslihgt:active{
	border: 1px solid #000;
}


a.cajabenyprom{
	display: flex;
	width: 100%;
	border-bottom: 1px #D9D9D9 solid;
	padding-bottom: 10px;
  	gap: 4%;
  	align-items: flex-start;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	background: #FFF;
	text-decoration: none;
	padding: 10px;
	cursor: pointer;
}

a.cajabenyprom:hover{
	text-decoration: none;
	background: #f1f1f1;
}

.tarjetaslihgt2{
	width: 16%;
	border: 1px solid #D9D9D9;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
}

.tipobeneficiolight{
	display: block;
	width: 80%;
	
}

.lightmedio2{
	display: block;
	width: 100%;
	height: 450px;
	padding: 30px 44px 0;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	overflow:auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

.spantipobenef{
	font-size: 12px;
	color: #878787;
}

.cajalightcp{
	display: block;
	width: 300px;
	/*position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);*/

	background: #FFF;
	position:relative;
	margin:50px auto;
	
	transition:all .5s;
	/*transform:translate(0,-2000px);*/
}

.lightcabezalcp{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 44px;
	color: #FFF;
	background: #FFF;
	position: relative;
}


.lightmedio3{
	display: block;
	width: 100%;
	padding: 44px!important;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	
}


.buscacplight{
display: flex;
width: 100%;
justify-content: space-between;
align-items: stretch;
box-sizing: border-box;
}

.formregistro{
	display: block;
	width: 95%;
	padding: 15px 10%;
	border: 1px #000000 solid;
	background: #FFF;
	font-size: 14px;
	box-sizing: border-box;
}

.buscarbtlight{
	display: block;
	width: 70%;
	padding: 15px 0;
	background: #FFD100;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	border: none;
	box-sizing: border-box;
	color: #000;
    height: 48px
}

.buscarbtlight:hover{
	color: #FFF;
	
}
.alertlight{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color:#E23535;
	padding-top: 15px;
}

.alertsimbol{
	position: relative;
	top: 0;
	width: auto;
	height: 100%;
}

.buscarbtlight2{
	display: inline-block;
	/*width: 70%;*/
	padding: 15px 24px;
	background: #FFD100;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	border: none;
	box-sizing: border-box;
	color: #000;
	margin-top: 30px;
}

.buscarbtlight2:hover{
	color: #FFF;
	
}

.lightmediospago2{
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
}



.cajabenyprom2{
	display: block;
	width: 100%;
	border-bottom: 1px #D9D9D9 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	
}

.otrascuotaslight{
	display: block;
	width: 100%;
}

.liullight{
	margin: 0;
	padding: 0;
	list-style: none;
}

.cajabenyprom3{
	display: block;
	width: 100%;
	border-bottom: 1px #D9D9D9 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	min-height: 20px;
	line-height: 20px;
	color: #000;
	list-style: none!important;
	

}

.beneficioselectlight{
	display: block;
	width: 100%;
	position: relative;
	padding-left: 60px;
	height: 30px;
	line-height: 30px;
	
}

.selectcardlight{
	display: block;
	width: 50px;
	height: 31px;
	border: 1px #D9D9D9 solid;
	padding: 5px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	
}

.cajapagosenficha{
	display: block;
	width: 100%;
	padding: 22px 0;
	box-sizing: border-box;
}

a.lineasficha{
	display: block;
	width: 100%;
	height: 50px;
	position: relative;
	line-height: 50px;
	border-bottom: 1px #9E9494 solid;
	background: #FFF;
	font-size: 12px;
	color: #000;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
    padding-left: 5px;
	
}

a.lineasficha:hover{
	border-bottom: 1px #9E9494 solid;
    background: #F1F1F1;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	box-sizing: border-box;
}

a.lineasficha:active{
	border-bottom: 1px #9E9494 solid;
	background: #F1F1F1;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	box-sizing: border-box;
}

.retiroficha{
	font-size: 11px;
	color: #8F8F8F;
}

.flechalienaficha{
	display: block;
	position: absolute;
	right: 5px;
	top: 0;
	height: 30px;
	width: auto;
}

.vertiendasficha{
	display: block;
	position: absolute;
	left: 0;
	bottom: -15px;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
    padding-left: 5px
}

a.sinlineaficha{
	border-bottom: 0px;
}

a.sinlineaficha:hover{
	border-bottom: 0px;
}

a.sinlineaficha:active{
	border-bottom: 0px;
}

.recalcularcostoenvio{
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
	height: 15px;
	width: auto;
}

a.otraopcionlight{
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

a.otraopcionlight:hover{
	opacity: .5;
}

.fondoblancolight{
	background: #FFF;
}

.beneficioslight{
	text-decoration: none;
	padding: 0px 10px;
}

.beneficioslight:hover{
	text-decoration: none;
	background: #f1f1f1;

}

.cajatiendaslight{
	display: flex;
	width: 100%;
	border-bottom: 1px #D9D9D9 solid;
	padding: 10px 0;
  	gap: 4%;
  	align-items: flex-start;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	background: #FFF;
}

.icdellight img { float: left; margin-right: 10px}

.subtitlelightpie { padding: 10px 0}


/*#############*/
/*MEDIA QUERYS*/


@media(max-width:500px){
	
.tarjetaslihgt{
	width: 20%;
	padding: 10px 10px 10px 10px;
	
}

.tarjetaslihgt2{
	width: 20%;
	padding: 10px 10px 10px 10px;
	}

	
}


@media(max-width:400px){
	
.tarjetaslihgt{
	width: 25%;
	padding: 10px 10px 10px 10px;
	
}
	
.tarjetaslihgt2{
	width: 25%;
	padding: 10px 10px 10px 10px;
	}
	
}


@media(max-width:300px){
	
.tarjetaslihgt{
	width: 25%;
	padding: 5px 5px 2px 5px;
	
}
	
.tarjetaslihgt2{
	width: 25%;
	padding: 5px 5px 0 5px;
	}
	
.lightmedio{
	padding: 30px 22px 22px;
	}
	
.lightmedio2{
	padding: 30px 22px 0;
	}
	
.lightcabezal{
	padding: 0 22px;
}
	
.lightpie{
	padding: 28px 22px 23px;
}
	
}


@media(max-width:320px){
	

	
}


.btncomprar {
height: 40px;
background: #000000;
width: 100%;
color: #ffffff;
font-size: 14px;
text-decoration: none
}

/*Efectos Banner Medio*/
.basecolDC{
display: block;
width: 244px;
height:200px;
float: left;
margin: 20px;
position: relative;
/*background: #717171;*/
border-radius: 10px;
overflow: hidden;
}
	
.cajabannermedioDC{
display: block;
width: 244px;
height: 200px;
position: absolute;
left: 0;
top: 0;
outline:none;
text-decoration:none;
cursor: pointer;
}
    
.fondo,.letras{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
transition:all .35s;
}
.fondo img,.letras img{
width:100%;
height:100%;
object-fit:contain;
}
.cajabannermedioDC:hover .fondo{
transform:scale(1.1);
filter:blur(2px);
}
.cajabannermedioDC:hover .letras{
transform:scale(1.2);
}

/*Start Talks*/

.fregulardiscent{font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal;}

.fmediumdiscent{font-family: 'Roboto', sans-serif; font-weight: 500; font-style: normal;}

.fbolddiscent{font-family: 'Roboto', sans-serif; font-weight: 700; font-style: normal;}
    
.back-stalks { /*background: url("../Content/img-start-talks/back2.jpg") center center no-repeat; background-size: auto;*/ background: #000000}

/*.container-talks{
display: block;
width: 1110px;
height: 100%;
margin: auto;
}*/
    
.tittalkDC{
        display: block;
        width: 100%;
        padding: 5.8vw 0 2vw 0;
        box-sizing: border-box;
        font-size:36px;
    }
    
.baseformDC{
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0 0 5.8vw 0;
        box-sizing: border-box;
        gap: 16px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .baseformDC div{
        display: block;
    }
    .baseformDC div.imagentalkDC{
        width: 43%;
        line-height: 0;
        /*padding-bottom: 43%;*/
        background: #000;
    }

   .stalks-logo { height: 30px; margin-bottom: 30px} 
    
    .baseformDC div.cajaformtalkDC{
        width: 53%;
    }
    
    .formtalkDC{
        display: flex!important;
        width: 100%;
        gap: 16px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 10px;
    }
    
    .formtalkDC div{
        display: block;
        width: 48%;
        height: 47px;
        line-height: 47px;
        padding: 0 20px;
        box-sizing: border-box;
        color: #000;
        font-size: 14px;
        border: 1px solid #000;
        background: #f7f7f7;
        outline: none; 
    }

    
       .formtalkDC a{
        display: block;
        width: 100%;
        height: 47px;
        line-height: 47px;
        padding: 0 20px;
        box-sizing: border-box;
        color: #FFF;
        font-size: 14px;
        outline: none; 
        text-decoration: none;
        background: url("../Content/img-start-talks/flecha-enviar.svg") center right no-repeat #000;
        background-size: auto 15px;
        transition:color .4s;
    }
    
        .formtalkDC a:hover{
        color: #666;
        
    }

   .formtalkDC label{
        font-size: 14px;
        font-weight: 500;
        
    }
    
textarea::placeholder {
    width: 100%;
    font-size: 14px; 
    color: #000!important; 
    font-family: 'Roboto', sans-serif; 
    font-weight: 500; 
    font-style: normal;
    border: none;
    outline: none; 

}
    

input::placeholder {
    width: 100%;
    font-size: 14px; 
    color: #000!important; 
    font-family: 'Roboto', sans-serif; 
    font-weight: 500; 
    font-style: normal;
    border: none;
    outline: none; 
}
.fechatalkDC{
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    box-sizing: border-box;
    color: #f7f7f2
    }
.volantatalkDC{
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    box-sizing: border-box;
    color: #f7f7f2
    }
.titulotalkDC{
    display: block;
    font-size: 34px;
    line-height: 38px;
    padding-bottom: 20px;
    box-sizing: border-box;
    color: #f7f7f2
    }
.titulotalkDC2{
    display: block;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 8px;
    box-sizing: border-box;
    color: #f7f7f2
    }
.textotalkDC{
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 43px;
    box-sizing: border-box;
    color: #f7f7f2
    }
.textotalkDC2{
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
    box-sizing: border-box;
    color: #f7f7f2
    }
    
.formtalkimputDC{
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    border: none;
    background: transparent;
    outline: none;  
}
    
.formtalkimputDC:focus{
	background:transparent!important;
}
.formtalkDC label{
	width:100%;
}
    
    
    @media(max-width:810px){
        
   .container{
    display: block;
    width: 100%;
    /*height: 100vh;*/
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    }
  
    .formtalkDC div{
        width: 47%;
    }
        
    }
    
    @media(max-width:599px){
        
        .stalks-logo { height: 20px} 
        
        .baseformDC{
        flex-direction: column;
        width: 100%;
        padding: 0 10px 5vw;
        box-sizing: border-box;
    }
        
    
        
  .baseformDC div.imagentalkDC{
        width: 100%;
        height: auto
        /*padding-bottom: 100%;*/
    }
    
    .baseformDC div.cajaformtalkDC{
        width: 100%;
    }
        
        .formtalkDC div{
        width: 100%;
    }
        
        .tittalkDC{
        display: block;
        width: 100vw;
        padding: 5.8vw 10px 2vw;
        box-sizing: border-box;
        font-size:36px;
    }
        
        
    }
    
/*Banner Editorial*/
.container-destacado-2 {
    display: flex; 
    align-items: center; 
    justify-content: center;
    height: 400px; 
    margin-bottom:0; 
    width: 100%; 
    background: #cccccc url(/Content/banner-editorial/2023-10-18_tecnoilogico/banner.jpg) no-repeat center; 
    background-size: cover;  
}

.destacado-home-titulo-2 { 
    width:auto; 
    height:auto; 
    text-align: center
}

.destacado-home-titulo-2 p  {
    font-size:100px!important; 
    line-height:85px!important; 
    font-weight: 800; 
    margin-bottom: 40px; 
    color: #ffffff; 
    text-align: center}


/*Botón animado */

.item-btn-editorial.start-animado-btn {
    width: 250px!important;
    height: 50px;
    margin: 10px;
    position: relative;
    display: block
  }
  
  .start-animado-btn {
    border: 1px solid black;
    background: black;
    width: 250px;
    padding: 15px;
    border-radius: 1px;
    color: #ffffff;
    transition: background 0.5s ease;
    border: white; text-align: left
  }
  
  .start-animado-btn:hover {
    background: white;
    color: black;
    font-weight: normal;
    border: black
  }
  
 .start-animado-btn:hover i {
    color: black;
  }
  
  .start-animado-btn i {
    color: white;
    margin-left: 170px;
  }
  
  .arrow1-start-animado {
    animation: slide1 1s ease-in-out infinite;
    margin-right: 9px;
  }
  
  
  @keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
  
    50% {
      transform: translate(10px, 0);
    }
  }
  
  @keyframes slide2 {
    0%,
    100% {
      transform: translate(0, 0) rotate(45deg);
    }
  
    50% {
      transform: translate(10px, 10px) rotate(45deg);
    }
  }
  
  @keyframes slide3 {
    0%,
    100% {
      transform: rotate(-45deg);
    }
  
    50% {
      transform: rotate(45deg);
    }
  }
  
  @keyframes slide4 {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }

 
/*Cucardas Octubre 2023*/

.cucarda-preventa-2023 {
    width: 66px;
    height: 30px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100
}

.cucarda-hotsale {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.cucarda-envio-2023 {
    width: 66px;
    height: 30px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100
}

.cucarda-cuotas-2023 {
    width: 66px;
    height: 30px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.cucarda-envio-2023-mb {
    width: 66px;
    height: 30px;
    background: #FFFFFF;
    float: left;
    margin-right: 10px
}

.cucarda-cuotas-2023-mb {
    width: 66px;
    height: 30px;
    float: left;
    margin-right: 10px
}
        
.cucarda-banco-2023-mb {
    width: 66px;
    height: 30px;
    border-radius: 2px;
    float: left;
    margin-right: 10px
}

.soporte-cucardas { position: relative; display: block; margin: 0 10px}

.contenedor-cucardas-banco {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    padding: 10px
}

.cucarda-banco-01 {
    width: 66px;
    height: 30px;
    border-radius: 2px;
}

.cucarda-banco-02 {
    width: 66px;
    height: 30px;
    border-radius: 2px;
}


    

