@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/*PARA CAMBIO DE COLORES REEMPLAZAR LOS CODIGOS DEL TAG [COLOR]*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a img{
    border: none;
    vertical-align: middle;
}

a, a:visited{
    text-decoration:none;
    color:inherit;
}
a:hover{
    text-decoration: none;
    color: #777;
    transition: all, 0.2s, ease;
}

input:focus{ outline: none;} /*saca remarco azul del chrome al hacer foco*/
select:focus{ outline: none;} /*saca remarco azul del chrome al hacer foco*/

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;}


.contenedor {
    /* background:#ccc; */
    width:90%;
    max-width:1200px;
    min-width: 300px;/*minimos pantalla*/
    margin:auto;
    font-family: calibri,'Open Sans', Helvetica, Arial, sans-serif;
    padding: 0 10px;
 
    /* Flexbox */
    display:flex;
    flex-flow:row wrap;
}

.color_base{
    color:#111110;
}

.btn-rojo{
    background-color: #111110;/*e31920[COLOR] codigo de color de toda la web*/
    color: #fff;
    font-size: 14px;
    height: 30px;
    border:0px;
    border-radius: 3px;
}
.btn-rojo:hover{
    box-shadow: 0 0 2px #171819;/*c10b11[COLOR] un poco mas oscuro*/
}

.btn-rojo:active{
    background-color: #171819;
}

.btn-rojo[disabled=disabled]{
    background-color: #989a9a; /*ec4d53[COLOR] un poco mas claro*/
    color:#a0bece;/*a07c7c[COLOR]*/
}

.input-rojo{
    border: 1px solid #111110;
    padding: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}


.select-rojo {
    border: 1px solid #111110;
    padding: 5px 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background-color: #FFF;
}


.fancybox-inner .contenedor{
    min-width: 200px;
}

.icono_barra{
    font-size: 35px !important;
    color: #757575;
}
.icono_art{
    font-size: 26px !important;
    color: #FFF;
    line-height: 30px !important;
    margin-right: 5px;
}
.icono_art2{
    font-size: 30px !important;
    color: #fff;
    line-height: 30px !important;
    margin-right: 5px;
}

/* ------------------   HEADER  -----------------------------*/

header {
    /* background:#111110; */
    width:100%;
    margin-bottom: 30px;
 
    /* Flexbox */
    display: flex;
    flex-wrap:nowrap;
    flex-direction:column;
}

#logo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
}

#menu{
    min-width: 300px; /*minimos pantalla*/

    background: rgba(233,233,233,1);
    background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,233,233,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(233,233,233,1) 0%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#fefefe', GradientType=0 );
}


#botonera-login {
    font-size: 12px;
    text-align: left;
    padding-top: 20px;
    color: #ffffff;

    /* Flexbox */
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-end;
}


#botonera-login ul {
    display:flex;
    flex-flow:row wrap;
}

#botonera-login ul li {
    line-height: 15px;
    display:flex;
    flex-flow:row wrap;
}

#botonera-texto {
    font-size: 11px;/*sergio 12*/
    text-align: left;
    color: #ffffff;

    /* Flexbox */
    display:flex;
    flex-flow:row wrap;
    min-width: 40%;
    justify-content: flex-start;
    line-height: 50px;
}


.contenedor-interno{
    width:90%;
    max-width:1200px;
    min-width: 300px;/*minimos pantalla*/
    margin:0 auto;
    font-family: calibri,'Open Sans', Helvetica, Arial, sans-serif;
    padding: 0 10px;
}

.flex-menu{
    min-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.pipe{
    margin-right: 12px;
    margin-left: 12px;
    font-size: 15px;
}

#botonera-texto ul li {
    display: inline;
    line-height: 15px;
    /* Flexbox */
    /*flex-grow:1*/
    font-weight: bold;
}

#botonera-iconos {
    width: 52%;
    min-width: 500px;

    /* Flexbox */
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
}


.buscador{
    height: 30px;
    min-width: 300px;
    margin: 5px 0; 
    /* Flexbox */
    display:flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.buscador input{
    min-width: 50px;
    border: 2px solid #111110;
    flex: 1 1;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px;
}

.lupa{
    border-top: 2px solid #A8A8A8;
    border-left: 2px solid #A8A8A8;
    border-bottom: 2px solid #A8A8A8;
    height: 30px;
    width: 50px;
    min-width: 20px;
    background-color: #A8A8A8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: black;
    text-align: center;
}

.botones{
    /* height: 50px; */
    width: 70%;
    margin: 5px 0; 

    /* Flexbox */
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: flex-end;
}

.boton{
    /* height: 50px; */
    /* width: 25%; */
    min-width: 100px;
    font-size: 10px;

    /* Flexbox */
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.boton a{
    margin-left: 10px;
}

#cant_carrito{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.menu_cliente {
    position: absolute;
    z-index: 100;
    /* margin-left: -30px;  */
    width: 140px;
    background-color: #fff;
    /* margin-top: 28px; */
    padding: 10px;
    box-shadow: 2px 8px 14px rgba(0, 0, 0, 0.35);
/*     border-left: 2px solid #111110;
    border-bottom: 2px solid #111110;
    border-right: 2px solid #111110; */
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    list-style-type: none;
    display: none;
    height: 0px;
    font-size: 13px;
    line-height: 22px; 

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(27%, rgba(255,255,255,1)), color-stop(100%, rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
}
.menu_cliente a {
    margin: 0px;
    display: block;
}
.nombre_usuario{
    margin-left: 3px;
    min-width: 140px;
}
.menu_cliente a:hover {
    color:#111110;
}
#ver_menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#ver_menu:hover .menu_cliente{
  height: auto;
  display: block;
}

/* ------------------   MAIN - MI CARRITO -----------------------------*/

.main-carrito{
    width: 100%;
    margin-bottom: 30px;
    min-height: 650px;
    /* min-width: 500px; */
    font-size: 100px; /*para calculo de em mas facil*/

    /* Flexbox */
    display: flex;
    flex-direction:column;
    flex-wrap:wrap;    
}

.contenido-carrito{
    width: 100%;
    margin-top: 30px;
}

.pasos{
    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items: center;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.35);
}
.pasos-compra{
    width: 33.333%;
    border: 2px solid #111110;
    color:#111110;
    text-align: center;

    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items: center;
    height: 45px;
}

.pasos-compra h2{
    width: 80%;
    font-size: 22px;
}

.info-pasos{
    width: 100%;
    padding: 5px;
    border-bottom: 1px dotted #111110;
    font-size: 0.2em;
    text-align: justify;
    padding-bottom: 20px;
}

.pasos-compra figure{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paso-activo{
    background-color: #111110;
    color:#fff;
}

.contenido-carrito h2,.contenido-carrito2 h2{   
    font-size: 0.25em;/*18px;*/
}

.contenido-carrito h3{  
    font-size: 0.17em;/*18px;*/
}

.descrip-adicional{
    font-size: 0.14em;/*15px;*/
}

.contenido-carrito table{
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}

.contenido-carrito td,.contenido-carrito th{
    padding: 5px 10px;
}


.contenido-carrito table thead tr{
    border-bottom: 1px solid #111110;/*border gris*/
    color: #111110;/*letra gris*/
    font-size: 0.17em;/*17px;*/
    font-weight: bold;
    line-height: 30px;
    text-align: left;
}

.contenido-carrito table tbody tr{
    border-top: 1px solid #111110;
    border-bottom: 1px solid #111110;
}

.contenido-carrito .img-art{
    height: 0.6em;/*100px;*/
}
/*
.contenido-carrito input{
    width: 50px;
    font-size: 0.15em;
    text-align:center;
}*/

.contenido-carrito input {
    width: 3em;
    font-size: 0.15em;
    text-align: center;
    vertical-align: middle;
}

.contenido-carrito table tfoot .col5{
    border-top: 2px solid #111110;
    border-bottom: 2px solid #111110;
    border-left: 2px solid #111110;
    font-size: 0.17em;/*20px;*/
    font-weight: bold;
} 

.contenido-carrito table tfoot .col6{
    border-top: 2px solid #111110;
    border-bottom: 2px solid #111110;
    border-right:2px solid #111110;
} 

.contenido-carrito .espaciado{
    border: 0px;
    height: 0.4em;/*40px;*/
}

.contenido-carrito .col1{
    width: 5%;
    line-height: 0;
}
.contenido-carrito .col2{
    width: auto;/*width: 20%;*/
    line-height: 0;
}
.contenido-carrito .col3{
    width: auto;
}
.contenido-carrito .col4{
   /* width: 10%;*/
    text-align:center;
    line-height: 0;
}
.contenido-carrito .col5{
    /*width: 20%;*/
}
.contenido-carrito .col6{
   /* width: 20%;*/
}
.contenido-carrito .carrito-precio{
    color:#111110;
    text-align: right;
    line-height: 0.15em;/*20px;*/
    font-size: 0.15em;/*20px;*/
}

.ico_borrar {
    color: #222222;
    font-size: 0.3em !important;
}

.ico_borrar:hover{
    color:#777;
}


/*paso 2*/
.contenido-carrito2{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.entrega-cuerpo{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.entrega-cuerpo label{
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.entrega-botones{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.entrega-botones input{
    margin-right: 5px;
}
.entrega-tipo{
    border-right: 1px dotted #111110;
    width: 50%;
    padding: 20px 5px;
    margin-bottom: 30px;
    min-height: 350px;
    font-size: 0.18em;
}

.entrega-tipo textarea{
    width:  100%;
    margin:5px 0;
    max-width: 400px;
}

.entrega-datos{
    /* border: 2px solid #111110; */
    width: 45%;
    padding: 20px 5px;
    margin-bottom: 30px;
    font-size: 0.18em;
}
.entrega-sucur,
.entrega-envio{
    width: 100%;
}

.entrega-envio input[type="text"],
.entrega-envio textarea,
.entrega-envio select{
    width:  100%;
    max-width: 300px;
    margin:5px 0;
}

.entrega-tipo h2,
.entrega-datos h2{
    font-size: 25px;
    color:#111110;
    margin-bottom: 15px;
}



/*paso 3*/
.contenido-carrito3{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pago-cuerpo{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.pago-botones{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.pago-botones input{
    margin-right: 5px;
}
.pago-tipo{
    border-right: 1px dotted #111110;
    width: 50%;
    padding: 20px 5px;
    margin-bottom: 30px;
    min-height: 250px;
    font-size: 0.18em;
}
.pago-datos{
    /* border: 2px solid #111110; */
    width: 45%;
    padding: 20px 5px;
    margin-bottom: 30px;
    font-size: 0.18em;
}

.pago-tipo h2,
.pago-datos h2{
    font-size: 25px;
    color:#111110;
    margin-bottom: 15px;
}

.pago-tc,
.pago-depo{
    width: 100%;
}





/* ------------------   MAIN - HOME -----------------------------*/
main{
    width: 100%;
    margin-bottom: 30px;
    min-height: 500px;

    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;    
}

.categorias {
    /* background-color: #565656; */
    font-weight: bold;
    font-size: 15px; /*sergio 17*/
    color: #979797;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1 1 20%;
    justify-content: space-between;
    padding-right: 1%;
}

.categorias .icono{
    color:#111110;
    top: 4px;
    position: relative;
    /* border: 1px solid; */
    font-weight: bold;
    font-size: 20px;
    margin-left: -5px;
    /* margin-right: -5px; */
}

.categorias li {
    border: 1px solid #e0dddd;
    background-color: #FAFAFA;
    height: 35px;
    width: 100%;
    min-width: 200px;
    line-height: 35px;
    padding-left: 10px;
    color: #111110;
    margin-bottom: 5px;
}

.categorias li a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.categorias li a:hover{
    color: #111110;
}

.categorias li:hover {
    background-color: #f0f0f0;
    transition: all, 0.2s, ease;
}


.categorias ul {
    width: 100%;
}


.agru1,.agru2,.agru3{
    font-weight: 400;
    font-size: 13px;
    color: #979797;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #e0dddd;
    padding: 10px;
    width: 95%;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.20);

    /* Flexbox */
    display: flex;
    flex-direction:column;
    flex-wrap:nowrap;
}

.agru1 .activo,.agru2 .activo,.agru3 .activo{
    /* color: #111110; */
    font-weight: bold;
}

.nav-marcas{
    margin-top: 20px;
}

.nav-marcas img{
    /* height: 40px; */
    max-width: 150px;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 30px;
}


.destacado-titulo{
    width: 100%;
    background-color: #111110;
    height: 30px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    padding-left: 10px;
    
    /*prueba sombras*/
    border-radius: 4px;
    margin-bottom: 12px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.35);
}

.resultado{
    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content: flex-start;
    justify-content:space-between;
    flex: 1 1 80%;
}

.resultado article{
    width: 30%;
    min-width: 235px;
    border: 2px solid #111110;
    height: 225px;
    margin-bottom: 30px;
    overflow: hidden; /* para las ofertas o img mas grandes*/
    
    /*prueba sombras*/
    border-radius: 3px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.35);

    /* Flexbox */
    display: flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content: flex-end;
}

.resultado .relleno{
    width: 30%;
    min-width: 235px;
    height: 0px;
    border: 0px;
    opacity: 0;
}

.art-foto{
    justify-content: center;
    margin-bottom: -55px; /*transparencia*/

    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.art-foto img{
    height: 175px;
    margin-bottom: 23px;/*transparencia*/
}

.art-pie{
    padding: 5px;
    /*transparencia*/
    background: rgba(189, 189, 189, 0.65);
    color: #232323;
    width: 100%;

    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;

    align-items: strech;
    justify-content: space-between;
}

.banda-oferta{
    transform: rotate(-30deg);
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.35);
    position: relative;
    margin-top: -15%;
    top: 10%;
    left: -25%;
    width: 100%;
    background-color: #111110;
    padding-left: 33%;
}

.art-pie .descripcion{
    width: 100%;
    margin-bottom: 5px;
}
    .art-pie .descripcion h2{
        font-size: 17px;
    }

    .art-pie .descripcion p{
        font-size: 12px;
    }

.art-pie-footer{
    padding:5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #111110;
}
.art-pie-footer .iconos{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.art-pie-footer .iconos img{
    height: 25px;
    margin-right: 10px;
}
/* .art-pie .iconos a img:hover{
    text-decoration: none;
} */

.art-pie-footer .precio{
    width: 70%;
    font-size: 20px;
    color:#FFF;
    text-align: right;
    /* line-height: 20px; */
}

.art-pie-footer input{
    width: 27px;
    margin-right: 5px;
    height: 23px;
}

.art-pie-footer .icono_art{
    font-size: 22px !important;
}


.paginacion {
    margin-left: 20%;
    width: 80%;
    text-align: center;
    min-height: 20px;
    margin-bottom: 30px;
}

.paginacion a:hover span {
    box-shadow: inset 0 0 0 2px #111110;
}

.paginacion span {
    display: inline-block;
    box-sizing: border-box;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    color: #898989;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
    transition: background-color 150ms ease-in-out;
}

.paginacion span.activo {
    background: #111110;
    color: #fff;
    font-weight: 600;
}


.paginacion .icono {
    color: #111110;
    font-size: 30px;
    /* border: 1px solid; */
    width: 10px;
    left: -10px;
    position: relative;
    height: 10px;
    top: 0px;
}
/*
.institucionales{
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content: flex-start;
    justify-content:space-between;
    flex: 1 1 80%;
    padding: 0 50px;
}*/

.institucionales{
    width: 80%;
    padding: 0 50px;
}


.institucionales h2{
    font-size: 20px;
    font-style: italic;
    color: #111110;
    font-weight: 400;
    margin-bottom: 10px;
}
.institucionales p{
    font-size: 14px;
    margin-bottom: 20px;
}

.institucionales a{
    color: #1752b1;
    font-weight: 600;
}

.institucionales a:hover{
    color: #4285f4;
}



/* ------------------   Detalle_articulo  -----------------------------*/

.deta-articulos{
/*     width: 25%;
    min-width: 400px;
    border: 2px solid #111110;
    height: 300px; */
    width: 500px;
    margin:auto;
    font-family: calibri,'Open Sans', Helvetica, Arial, sans-serif;

    /* Flexbox */
    display: flex;
    flex-direction:column;
    flex-wrap:nowrap;
    /* justify-content: space-between; */
}

.deta-foto{
    text-align: center;

/*     align-items: center;
    justify-content: center;
    display: flex;
    flex-direction:column;
    flex-wrap:wrap; */
}
.deta-foto img{
    height: 200px;
}

.deta-articulos h2{
    font-size: 17px;
    width:  100%;
    padding: 5px;
}
.deta-pie{
    width: 100%;
    padding: 5px;
    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items: strech;
    justify-content: space-between;
}

.deta-pie .descripcion{
    width: 60%;
    margin-bottom: 5px;
}

    .deta-pie .descripcion p{
        font-size: 12px;
    }

/* .art-pie .iconos{
    width: 70%;
}
.art-pie .iconos img{
    height: 25px;
    margin-right: 10px;
} */
/* .art-pie .iconos a img:hover{
    text-decoration: none;
} */

.deta-pie .precio{
    width: 40%;
    font-size: 30px;
    color:#111110;
    text-align: right;
    /* line-height: 20px;     */
    align-self: center;
    border-left: 2px solid #111110;
}




/* ------------------   Detalle_articulo NUEVO  -----------------------------*/


.main-articulo{
    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content: flex-start;
    justify-content:space-between;
    /*flex: 1 1 80%; da error en firefox*/
    width: 80%;
}

.main-articulo h2{
    font-size: 20px;
    font-style: italic;
    color: #999;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
}
.main-articulo p{
    font-size: 14px;
    margin-bottom: 20px;
}

.contenedor-boton-agregar{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.input-canti{
    width: 40px;
    /* height: 30px;*/
    text-align: center;
    align-self: flex-start;
    margin-left: 1px;
    margin-bottom: 15px;
}

.boton-agregar-articulo{
    display: flex;
    align-items: center;

    /*prueba sombras*/
    background-color: #111110;
    font-weight: 600;
    color: #fff;    
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 5px;
    font-size: 12px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.35);
    margin-left: 10px;
}

.boton-agregar-articulo:hover{
    color: #ddd;
}

.main-articulo .precio{
    color: #111110;
    line-height: 20px;
    font-size: 25px;
    margin-bottom: 15px;
}

.main-articulo .precio_viejo{/*oferta*/
    text-decoration: line-through;
    color: #B2B2B2;
    font-size: 20px; 
    margin-bottom: 15px;
}

.main-articulo .oferta{
    background-color: #111110;
    padding: 10px;
    border-radius: 7px;
    color: #FFF;
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 20px;
}

.articulo-cabecera{
    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content: flex-start;
    justify-content:space-between;
    width: 100%;
}

.articulo-slider{
    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content: flex-start;
    justify-content:space-between;
    width: 70%;
}

.articulo-slider img {
    max-width: 600px; /* para pc / tablet*/
    max-height: 300px;
}
#slider2 img {
    max-width: 250px; /* para pc / tablet*/
    max-height: 250px;
}
#slider2 .swiper-slide {
    max-width: 300px; /* para pc / tablet*/
    max-height: 300px;
}
#slider2 {
    width: 100%;
}

.articulo-cont-info{
    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content: flex-start;
    justify-content:space-between;
    align-self: flex-end;
    width: 30%;
}

.articulo-info{
    /* Flexbox */
    display: flex;
    flex-direction: column;
    flex-wrap:wrap;
    align-items: flex-start;
    /* align-content: flex-start; */
    justify-content:space-between;
    width: 100%;
    margin-top: 20px;
}

.talle_color{
    align-self: flex-start;
    font-size: 16px;
    margin-bottom: 5px;
    color: #111110;
    line-height: 20px;
}

.cbo_talle_color{
    align-self: center;
    margin-left: 1px;
    min-width: 50%;
    margin-bottom: 15px;
}

.sin_stock{
    font-size: 14px;
    font-weight: 600;
    color: #c71717;
}
.con_stock{
    font-size: 14px;
    font-weight: 600;
    color: #01b100;
}

.articulo-info-adic{
    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    align-content: flex-start;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #111110 !important;
}


/* ------------------   Registrarse  -----------------------------*/

.form-registro{
    width: 400px;
    padding: 5px;

    /* Flexbox */
    display: flex;
    flex-direction:column;
    flex-wrap:nowrap;
    /* justify-content: space-between; */
}

.form-registro input[type="text"],
.form-registro input[type="password"],
.form-registro input[type="email"],
.form-registro input[type="tel"],
.form-registro input[type="number"],
.form-registro textarea,
.form-registro select{
    width:  100%;
    margin:5px 0;
}

.form-registro label{
    display: block;
    font-size: 13px;
    font-weight: bold;
    /*margin: 5px 0 0 0;*/
}

/* .form-registro input:nth-last-child(3){
    margin-bottom: 25px;
}
 */

.form-registro h1{
    font-size: 25px;
    width:  100%;
    color:#111110;
    margin-bottom: 25px;
}

.mje-result{
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
}

.olvido{
    font-size: 13px;
    font-style: italic;
    text-align: right;
    color: #111110 !important;
}

/*------------------- MIS PEDIDOS ---------------------------*/


.destacado-titulo-seccion{
    width: 100%;
    background-color: #111110;
    height: 0.5em;
    font-weight: bold;
    color: #fff;
    line-height: 0.5em;
    padding-left: 10px;
    
    /*prueba sombras*/
    border-radius: 4px;
    margin-bottom: 12px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.35);
}

.contenido-pedidos table{
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}

.contenido-pedidos td,.contenido-pedidos th{
    padding: 15px 10px;
    /* border-left: 2px solid #000001; */
    /* border-left: 1px solid #000001; */
}


.contenido-pedidos table thead tr{
    /* border: 1px solid #000001; */
    font-size: 0.17em;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
    background: #111110;
    color: #fff;
}


.contenido-pedidos table tbody tr{
    border-bottom: 1px solid #ccc;
    font-size: 0.15em;
}

.contenido-pedidos table tbody tr:hover{
    background-color: #eee;
    cursor:pointer;
}


.contenido-pedidos .espaciado{
    border: 0px;
    height: 0.4em;
}

.contenido-pedidos .col1{
    width: 10%;
    text-align:center;
}
.contenido-pedidos .col2{
    width: 10%;
    text-align:center;
}
.contenido-pedidos .col3{
    width: 10%;
    text-align:right;
}
.contenido-pedidos .col4{
    width: auto;
}
.contenido-pedidos .col5{
    width: auto;
}

.separador-1{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #111110;
}


/* ------------------   FOOTER  -----------------------------*/

/* .footer-contendor-abajoxx{
    position:fixed;
    left:0px;
    bottom:0px;
    width: 100%; 
} */

footer{
    width: 100%;
    background-color: #111110;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;

    
    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;    
    align-items: strech;
    justify-content:space-between;
}


.footer-textos{
    color: #fff;
    font-size: 13px;
    margin-right: 40px;

    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;    
    align-items:flex-start;
    justify-content:space-between;
    width: 30%
}
.footer-textos p{
    margin-bottom: 20px;
}

.footer-textos a:hover{
    color: #ddd;
}
.footer-logos{

    /* Flexbox */
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;    
    align-items:center;
    justify-content:flex-end;
    flex: 1;
}

    .footer-social{
        margin-right: 5px;
        margin-bottom: 8px;
    }
    .footer-social img{
        width: 30px;
    }

    .footer-logo{
        margin-left: 25px;
    }
    .footer-logo img{
        /* width: 300px; */
    }

/* ------------------   MEDIAS  -----------------------------*/


@media screen and (max-width: 670px){ /*Cel*/
    .contenedor-interno {
        width: 90%;
        max-width: 300px;/*minimos pantalla*/
        min-width: 300px;/*minimos pantalla*/
        /* margin: 0 auto; */
        padding: 0px;
    }

    .contenedor {
        width: 100%;
        padding: 0 2px;
    }

    .flex-menu{
        justify-content: center;
    }

    #botonera-texto {
        font-size: 10px;
    }

    #botonera-iconos{
        flex-flow: column nowrap;
        width: 100%;
        min-width: 300px;/*minimos pantalla*/
    }
    #menu{
        flex: 1 1 100%;
        margin-left: 0px;
    }

    .pipe {
        margin-right: 2px;
        margin-left: 2px;
    }

    #logo {
        justify-content: center;
    }

    .buscador, .botones{
        width: 100%;
        justify-content: center;
    }
    .resultado article{
        width: 100%;
    }
    .categorias{
        flex-direction:row;
        flex: 1 1 100%;
        padding-right: 0px;
    }
    .resultado{
        flex-direction:column;
        flex: 1 1 100%;
    }

    .paginacion{
        margin: 0px auto;
        width: 100%;
    }
    
    .footer-logo img {
        width: 250px;
        display: none;
    }

    .footer-logos{
        flex-direction:column;
        justify-content: center;
    }

    .footer-textos{
        width:60%;
    }
    
    .footer-comentarios{
        display: none !important;
    }

    .nav-marcas{
        display: none;
    }
    

    /*popup articulo*/
    .deta-articulos{
        width: 238px;
    }

    .deta-pie{
        flex-direction:column;
    }

    .deta-pie .descripcion{
        width: 100%;
        margin-bottom: 5px;
    }

    .deta-pie .precio{
        width: 100%;
        border-left: 0px;
    }

    .deta-foto img{
        max-width: 200px;
        height: auto;
    }


    /* mi carrito */
    .img-art{
        display: none;
    }
    .contenido-carrito .col2{
        width: 0px;
    }

    .contenido-carrito td, .contenido-carrito th {
        padding: 5px 2px;
    }

    .contenido-carrito .col1 img{
        width: 100%;
    }

    .main-carrito{
        font-size: 70px;
    }

    .pasos-compra h2{
        font-size: 13px;
    }


    /* paso 2 */
    .entrega-cuerpo {
        flex-direction: column;
        align-items: center;
    }

    .entrega-tipo {
        border-right: 0px;
        width: 100%;
        margin-bottom: 0px;
        min-height: 0px;
    }

    .entrega-datos {
        width: 100%;
    }

    /*paso3*/
    .pago-cuerpo {
        flex-direction: column;
        align-items: center;
    }

    .pago-tipo {
        border-right: 0px;
        width: 100%;
        margin-bottom: 0px;
        min-height: 0px;
    }

    .pago-datos {
        width: 100%;
    }

    /*mis pedidos*/
    .contenido-pedidos td, .contenido-pedidos th {
        padding: 5px 2px;
    }


    .institucionales{
        padding: 0px;
        width: 100%;
    }

    /*articulo*/
    .articulo-slider{
        width: 100%;
    }


    .main-articulo{
        width: 100%;
    }

    .articulo-cont-info{
        width: 100%;
    }

    .articulo-slider img {
        max-width: 300px;
    }


}
@media screen and (min-width: 670px) and (max-width: 1100px){ /*Tablet*/
    .resultado article{
        width: 45%;
    }
    .relleno{
        display: none;
    }
    .categorias {
        padding-right: 0px;
    }

    .paginacion{
        margin: 0px auto;
        width: 100%;
    }

    /* mi carrito */
    .main-carrito{
        font-size: 80px;
    }
    .pasos-compra h2{
        font-size: 14px;
    }

    .institucionales{
        padding: 0px;
    }
    
    /*articulo*/
    .articulo-slider{
        width: 100%;
    }

    .articulo-cont-info{
        width: 100%;
    }

}
@media screen and (min-width: 1100px){ /*PC*/
    .resultado article{
        width: 30%;
    }
    .relleno{
        display: none;
    }
    .categorias {
        padding-right: 10px;
    }
}



