@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

/*Generales*/

body{
    background: #fdfdfd;
    font-family: calibri,'Source Sans Pro', sans-serif !important;
}

a:hover{
    color: #23527c !important;
}
a, a:visited, a:focus, a:hover{
    text-decoration:none;
}

/*Generales Fuentes*/
.contenedor {
    font-family: calibri,'Source Sans Pro', sans-serif !important;
}

.contenedor-interno{
    font-family: calibri,'Source Sans Pro', sans-serif !important;
}

.deta-articulos{
    font-family: calibri,'Source Sans Pro', sans-serif !important;
}


/*Header Login*/
header {
    background: #111111;
    position: sticky;
    top: 0;
    z-index: 999;
}

#botonera-login {
    align-items:center;
    justify-content: space-between;
}

#logo {
    align-items: baseline;
}

#botonera-login ul li {
    line-height: 25px;
}

#botonera-login li a{
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
}

#botonera-login li a:hover{
    color: #868686 !important;
}

.menu_cliente {
    margin-top: 15px;
}

.menu_cliente a{
    font-size: 14px !important;
    color: #111110 !important;
}
#botonera-login li span{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:10px;
}
#botonera-login button.btn.btn-default.btn-sm {
    box-shadow: 0px 1px 0px 0px;
    color: #ee2d3c !important;
    border: 1.4px solid !important;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    padding: 5px 18px;
    margin-top: -5px;
    line-height: 1.2;
}

#botonera-login button.btn.btn-default.btn-sm:hover {
    background: #ee2d3c;
    color: #fff !important;
}

.icono_barra {
    font-size: 30px !important;
    color: #ffffff;
    margin-left: 5px;
}
#cant_carrito{
    color: #111110;
}

#header-contacto{
    min-height: 40px;
    background-color: #ff332c;
    color: #fff;
    font-family: 'MiFuente01','Open Sans', Helvetica, Arial, sans-serif;
    padding: 5px 0px;
}
.contenedor-contacto{
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

.mail-header{
    margin-right: 5px;
    color: #cebb8d;
    margin-left: 20px;
}

.tel-header{
    margin-right: 5px;
    color: #cebb8d;
    transform: rotate(90deg);
    margin-left: 20px;
}


.wa-header{
    color: #0de23b;
    margin-right: 5px;
    font-size: 15px;
}



/*Header Menu*/

#menu{
background: #111110
}


#logo-texto {
    padding-left: 22px;
    font-size: 18px;
    font-family: calibri,'Source Sans Pro', sans-serif;
    color: #777;
    position: relative;
    top: 9px;
    letter-spacing: 1px;
    /* font-weight: bold; */
}

#botonera-texto {
    width: 100%;
}

#botonera-texto ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
}

#botonera-texto ul li {
    flex-grow: 0.2; /*LOC MUNDO*/
}

#botonera-texto li a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
}

#botonera-texto li a img{
    margin-top: -4px;
}

#botonera-texto li a:hover{
    color: #bbb !important; /*LOC Mundo*/
}

/*Header Slider*/

.marquee-contenedor{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    margin-top: -30px;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    background-color: #111110;
}
.marquee-contenedor img{
     width: 100%;
}

#menu-buscador{
    width: 100%;
    background: #111110;
    padding: 10px 0px;
    margin-bottom: 20px;
}

#botonera-iconos {
    width: 100%;
    justify-content: center;
}


.buscador input{
    font-size: 23px;
    padding-left:10px;
    font-weight:normal;
    color: #111110;
}
.buscador input::placeholder { 
  color: #ccc;
  opacity: 1; 
  font-size: 22px;
}


.buscador input {
    min-width: 50px;
    border: 2px solid #ef1811;
    flex: 1 1;
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 2px;
    margin-right: 0px;
    height: 40px;
}

.buscador{
    min-width: 310px;
    padding-left: 10px;
    padding-right: 10px;
    height: 70px;
    margin-top:-10px;
    max-width: 600px;
    flex-grow: 1;
}

.lupa{
    color: #fff;
    height: 40px;
    line-height: 40px !important;
    border-top: 2px solid #ef1811;
    border-right: 2px solid #ef1811;
    border-bottom: 2px solid #ef1811;
    border-left: none;
    background-color: #ef1811;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 40px;
}
.lupa:hover{
    color: #111110;  
}


#logos, #logos h1{
    text-align: center;
    margin-bottom: 20px;
    color: #5d5e5e;
    font-family: calibri,'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    overflow: hidden;
    background: #fff;
}

#logos .normal{
    width: 100%;
    max-width: 1100px;
}

#logos img{
    height: 80px;
    /* margin-right: -10px; */
    /* margin-left: -10px; */
}


/*Categorias*/
.categorias{
    justify-content: flex-start;
}

.categorias li  {
    border: none;
    border-bottom: 2px solid #777;
    background-color: #f9f9fa;
    height: 38px;
    padding-left: 0px;
}

.categorias li a,.categorias li i {
    color: #777 !important;
}

.categorias .icono {
    float: right;
    top: 9px;
    font-size: 16px;
}

.categorias .icono2 {
    font-size: 16px;
    color: #111110 !important;
    top: 4px;
    position: relative;
    font-weight: bold;
    margin-left: -5px;
}

.agru1, .agru2, .agru3 {
    box-shadow: none;
    border: none;
}
.agru1, .agru2, .agru3 a {
    color: #777 !important;
}

.ag-item {
    color: #777 !important;
}

.lupa2 {
    color: white;
    height: 30px;
    line-height: 27px !important;
    border-top: 2px solid #111110;
    border-left: 2px solid #111110;
    border-bottom: 2px solid #111110;
    width: 35px;
    min-width: 20px;
    background-color: #111110;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    font-size: 20px !important;
    cursor: pointer;
}

.lupa {
    cursor: pointer;
}

.buscador2 {
    height: 30px;
    display: flex;
    width: 100%;
}

.buscador2 input {
    min-width: 50px;
    border: 2px solid #111110;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px; 
    width: 100%;
    font-size: 12px;    
    font-weight: normal;
}

/*Main Articulos*/
.resultado article:hover button {
    background: #111110;
    color: #fff;
}

.resultado article {
    height: 490px;
    border: none;
    justify-content: space-between;
    box-shadow:none;
    padding: 20px;
    background-color: #fff;
    position:relative;
}

.resultado article:hover {
    box-shadow: 0px 3px 20px 5px #d2c9c9;
}

.art-foto {
    margin-bottom: 0px;
}
.favorito{
    padding: 0px;
    text-align: right;
    margin-bottom: -30px;
    z-index: 4;
}

.favorito i{
    font-size: 20px !important;
    color: #464646;
    transition: all 0.3s ease;
    cursor: pointer;
}

.favorito i:hover{
    color: #ffacac;
}


.resultado article h4 {
    color: #111111 !important;
    font-size: 17px;
    font-weight: bold;
}
.resultado article button {
    border: 1px solid #111110;
    color: #111110;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #fff;
}
.resultado article p {
    margin: 0 0 10px;
}

.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: 35%;/*33*/
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}


.banda-agotado {
    top: 85px;
    left: 0px;
    width: 100%;
    color: #191919;
    background-color: #dadada9e;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    justify-content: center;
}
#filtros_busqueda{
    width: 100%;
    text-align: right;
}


.resultado article input{
    width: 35px;
    margin-right: 5px;
    height: 24px;
    border: 1px solid #111110;
    text-align: center;
}

.resultado .pie-arti{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.resultado .icono_art{
    color:#111110 !important;
}

.txt-agregado{
    display: none;
    position: absolute;
    top: -25px;
    color: #fff;
    background: #dc2825;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 11px;
    height: 23px;
    margin-right: 6px;
    font-weight: bold;
    left: -1px;
}

/*MiCarrito*/
.pasos-compra h2 {
    margin:0px;
}

.paso-activo h2 {
    color: #fff;
}

/*Articulo*/

.boton-agregar-articulo:hover,.boton-agregar-articulo:focus{
    color: #ddd !important;
}

.main-articulo h3{
    margin-top: 0px; 
    margin-bottom: 0px; 
    font-size: inherit;
    color: inherit;
}

.input-canti{
    align-self: center;
}
.talle_color{
    align-self: center;
    color: #111110 !important;
}
.agrandar{
    cursor: zoom-in;
}

/*Ver Pedido*/
.destacado-titulo-seccion h2{
    color:#fff;
    line-height: 2em;
    margin: 0;
}
/*Footer*/
.pre-footer .col-sm-6 .form-group {
    padding-left: 100px;
    padding-right: 90px;
}
.pre-footer .col-sm-6 .form-group input {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    padding: 10px;
}
.pre-footer .col-sm-6:last-child {
    /*height: 586px;*/
    padding-left: 10px;
    padding-right: 10px;
}
.pre-footer .col-sm-6 .form-group select {
 width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    padding: 12px;
        color: #333;
}
.pre-footer .col-sm-6 .form-group textarea{
 width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    padding: 10px;
        height: 140px;
}
.pre-footer .col-sm-6 .form-group .btn {
    float: right;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 29px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
}
.pre-footer .col-sm-6 {
    padding: 0;
}
.pre-footer {
    width: 100%;
    display: inline-block;
    background: #111110;
    padding-top: 25px;
    padding-bottom:20px;
    /* margin-bottom: 30px; */
}

.footer-widgets {
    margin-bottom: 20px;
    background-color: #111111;
    margin-top: -5px;
    padding-top: 20px;
    border-top: 3px solid #ff332c;
    color: #fff;
}
.footer-widgets p i {
    position: absolute;
    left: 20px;
    color: #ffffff;
    font-size: 18px;
}

.footer-widgets p {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding-left: 26px;
}
.footer-widgets p:last-child {
    padding-left: 0;
}
.footer-widgets h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    /* margin: 0; */
}
.footer-widgets ul {
    padding: 0;
    list-style: none;
}
.footer-widgets ul li {
    line-height: 22px;
}
.footer-widgets ul li a {
    color: #fff;
}
footer.footer-bottom.text-center {
    border-top: 2px solid rgba(0, 0, 0, 0.09);
    padding-top: 10px;
}

.froma {
    width: 100%;
    display: inline-block;
    background: url(img/subscribe.png);
    background-color: #000;
    margin-bottom: 20px; 
    margin-top: -6px;
}
.froma .col-sm-6 {
    padding-top: 125px;
    padding-bottom: 80px;
}
.froma p {
    color: #fff;
    font-size: 20px;
}
.froma .col-sm-6 button {
    background: #111110;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
}
.froma h2 {
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    margin: 0;
}


#terminos-mob{
    display:none;
}

.logo-principal{
  max-width: 300px;
}

/*Depositos*/
.institucionales {
    width: 100%;
}

.institucionales h2 {
    font-size: 35px;
    font-style: normal;
    color: #292929;
    font-weight: bold;
    margin-bottom: 10px;
}


.cont-mapa{
    display: flex; justify-content: space-between;
}
.it-mapa{
    width:  48%;
}


@media screen and (min-width: 1100px){ /*PC*/
    #logos .normal{
        display:block;
        margin: 0 auto;
    }
    #logos .mobile{
        display:none;
    }
}

@media screen and (min-width: 670px) and (max-width: 1100px){ /*Tablet*/
    #logos .normal{
        display:block;
        margin: 0 auto;
    }
    #logos .mobile{
        display:none;
    }

    #logo{
        width: 100%;
        justify-content: center;
    }

    #botonera-texto li a {
        font-size: 12px;
        letter-spacing: 0px;
    }
    #botonera-login {
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 670px){ /*Cel*/
    #botonera-texto ul{
        flex-direction: column;
        width: 100%;
        height: 150px;
        align-items: center;
        margin-top: 10px;    
    }

    .area-clientes{
        width: 100%;
        text-align: center;
    }

    .contenedor-interno {
        max-width: 1000px;
    }

    #logos .normal{
        display:none;
    }
    #logos .mobile{
        display:block;
        margin: 0 auto;
    }

    #logos img{
        height: 60px;
    }
    .buscador{
        min-width: 300px;
        margin-top: 10px;
    }

    .buscador input{
        font-size: 14px;
        height: 50px;
    }
    .lupa{
      height: 50px;
      line-height: 50px !important;
    }

    #botonera-login li a {
        font-size: 15px;
    }
    #botonera-login ul {
        margin-top: 10px;
        justify-content: center;
        width: 100%;
    }
    #botonera-login ul {
        display: none;
    }

    .pre-footer .col-sm-6 .form-group {
        padding-left: 10px;
        padding-right: 10px;
    }




    #slider_banner{
        display: none;
    }

    header{
        margin-bottom: 0px;
        position: initial;
        z-index: 0;
    }



    .categorias{
        display: flex;
    }

    #logo{
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    #logo-texto{
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }

    .footer-widgets .no-mobile {
        display: none;
    } 

    #terminos-mob{
        display:block
    }
    #header-contacto{
        display: none;
    }


    .wa-header {
        font-size: 8px;
    }
    .tel-header{
        margin-left: 5px;
    }
    .mail-header{
        margin-left: 5px;
    }

    .logo-principal{
        max-width:250px;
    }


    .cont-mapa{
        flex-direction:column;
        width: 100%;
    }
    .it-mapa{
        width:  100%;
    }
}











/*Header Menu  desplegable*/


.menu-productos{
    position: absolute;
    z-index: 8000;
    width: 100%;
    top: 34px;
}


.menu-nivel1-mostrar{
    display: flex !important;
}
.menu-nivel1-ocultar{
    display: none !important;
}

.menu-nivel1{
    height: auto; /*150px;*/
    width: 100% !important;
    left: 0px;
    top: 16px;
    flex-direction: row !important;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: start;
    z-index: 8000;
    flex-wrap: wrap !important;
    background-color: #f9f9fa;
    /* border: 1px solid #f4c100; */
    /* border-top: 4px solid #f4c100; */
    box-shadow: 6px 14px 16px  rgba(0, 0, 0, 0.35);
    padding: 15px;
}

.menu-nivel2{
    display: flex;
    flex-direction: column !important;
    line-height: 15px;
}


.it-nivel1{
    position:relative;
    width: 150px;
    line-height: 30px!important;
    font-size: 12px;
}
.it-nivel1{
    display: flex!important;
    padding: 0 5px;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap: wrap;
}

.titulo-menu-n2{
    margin-bottom: 7px;
}



.it-nivel1 a {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 15px !important;
    color: #111110 !important;
    letter-spacing: 2px;
    font-size: 12px !important;
}


.it-nivel2 a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 15px !important;
    color: #111110 !important;
    letter-spacing: 2px;
    font-size: 10px !important;
}

.it-nivel2:hover{
    /*border-bottom:2px solid #6d3737;*/
    margin-bottom:-2px;
    color: #6f0e0e !important;

}

.it-nivel2 a:hover{
    color: #dd5600 !important;
}

.titulo-menu-n2 a{
    color: #040505 !important;
    font-size: 14px !important;
}

.titulo-menu-n2 a:hover{
    color: #dd5600 !important;
}

.menu-select{
    background-color: #f9f9fa;
    color: #111110!important;
}



#botonera-texto ul li {
    line-height: inherit;
}

/*

.it-nivel1:hover{
    border-bottom:2px solid #6d3737;
    margin-bottom:-2px;
    color: #6f0e0e !important;

}

.it-nivel1 a:hover{
    color: #dd5600 !important;
}*/

.titulo-menu{
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #040404;
    border-bottom: 2px solid #6d3737;
    padding-bottom: 10px;
    text-align: center;
}




@media screen and (max-width: 670px){ /*Cel*/


    .menu-productos{
        position:unset;/**/
    }
    .menu-nivel1{
        width: 100%;/**/
    }
    /*
    .it-nivel1:hover{
          background-color:#f4c100;;
    }*/

    .it-nivel1 {
        line-height: 40px!important;
    }



}


























/*Estilo check*/

/* Customize the label (the contenedor_check) */
.contenedor_check {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
}

/* Hide the browser's default checkbox */
.contenedor_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.contenedor_check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contenedor_check input:checked ~ .checkmark {
  background-color: #111110;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contenedor_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contenedor_check .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

/*fin estilo check*/

/*estilo back to top*/



#back2Top {
    width: 40px;
    line-height: 36px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
    color: #848484;
    text-align: center;
    font-size: 30px;
    background-color: #ebebf1;
    border-radius:4px;
    border:2px solid #dcdcdc;
}
#back2Top:hover {
    background-color: #eee;
    color: #111110 !important;
}
/*fin estilo back to top*/