body {
    background-color: #fff;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.75em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.logo{
    max-width: 100px;
    max-height: 40px
}

.img-listado{
    max-height: 120px;
}

.espaciado-contenido-principal{
    padding:5px;
    padding-top:20px;
    padding-bottom: 40px;
}

.margin-top-container{
   margin-top:65px;
}

.active{
    color: var(--color5);
}

.bg-light{
    background-color: var(--colorblanco) !important; 
}

.btn-group{
    margin-top: -10px;
}

.color-enlace-header{
    color: var(--color6);;
    padding: 12px 15px 12px 15px;
    font-size: 1rem!important;
}

.navbar-light .navbar-nav .nav-link{
    color: var(--color6) !important;
}

.btn-nuevo-flotante{
    position: fixed;
    right: 20px;
    bottom: 75px;
    z-index: 999;
}

.btn-publicar {
    padding: 20px 20px 20px 20px;
    cursor: pointer
}

.btn-icon-listado{
    padding: 15px 15px 15px 15px;
}

#btn-menu-header{
    padding: 12px 15px 12px 15px;
    font-size: 1.30rem!important;
}

#btn-salir{
    padding: 12px 15px 12px 15px;
    font-size: 1.10rem!important;
}

a {
   color: var(--color6);; 
}

a:hover {
   color: var(--color5);; 
}

.titulo-articulo{
    color: var(--color5);;
}


#enlace-editar{
    margin-top: 34px;
    font-size: 21px;
}

.titulo-articulo span{
    color: var(--color6);;
}

.bg-info-text{
    color: var(--colorblanco);
    padding: 5px;
}

.btn-color-recam{
    color: var(--color6) !important;
    background: var(--color5) !important;
    font-weight: 700;
}

.btn-color-gris{
    color: var(--colorblanco) !important;
    background: var(--color6) !important;       
    font-weight: 700;
}

.btn-color-gris:hover{
    color: var(--colorblanco);
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(27,36,43,.15);
}

.btn-link-recam{
    color: var(--color6);;
    font-weight: 500;
}

.car-header-recam{
    padding: 0.45rem 0.35rem;
}

.btn-link-recam.btn.focus, .btn:focus{
    box-shadow: none;
}

.btn-link-recam:hover{
    color: var(--color5);;
}

.list-group-item.active{
    background: var(--color6);;
    border-color: var(--color6);;
    color: var(--colorblanco);
}

.page-header{
    padding-top: 20px;
    text-align: center;
}

.page-header a img{
    max-height: 100px;
}

.img-producto{
    max-height: 100px;
}

.menu-micuenta-movil{
    text-align: right;
    font-weight: bold;
    font-size: 35px;
    padding-top: 28px;
    padding-right: 22px;
    padding-bottom: 15px;
}

.email-titulo-ficha{
    font-weight: normal;
    word-break: break-word;
}

.text-listado{
    font-weight: normal;
    word-break: break-word;
}

.estado-pedido{
    display: block;
    word-wrap: break-word;
    width: 100%;
    white-space: normal;
    font-weight: normal;
}

.email-listado{
    display: block;
    word-wrap: break-word;
    width: 100%;
    white-space: normal;
    font-weight: normal;
}

.input-orden{
    float:right; width: 100px;
}

.checkbox-micuenta.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: var(--color6);;
}

.radio-micuenta.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--color6);;
}

.custom-control-input:active ~ .custom-control-label::before {
    background-color: var(--color5);;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(189, 160, 144, 0.4);
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ddd;
}

.form-control:focus{
    border-color: #ddd;
    box-shadow: 0 0 0 0.2rem rgba(27,36,43,.15);
}

/*estils para que se van placeholder*/
.form-control::-moz-placeholder {
    color: #bbb;
}
.form-control:-ms-input-placeholder {
    color: #bbb;
}
.form-control::-webkit-input-placeholder {
    color: #bbb;
}

.disabled{
  pointer-events: none;
  /* for "disabled" effect */
  opacity: 0.5;
  background: var(--colorblanco);
}

/*Paginacion*/
.page-item-content{
    padding:10px!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: var(--color6);
    background-color: #ddd;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--color6);
    background-color: var(--colorblanco);
    border: 1px solid #dee2e6;
    font-weight: 700;
}

.page-link:hover{
    color: var(--color5);
}

.page-link:active{
    border:none;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 33, 33, 0.25);
}

.btn-filtros-movil{
    position: fixed;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    bottom: 0;
    background: var(--color5);;
    color: var(--color6);;
    z-index: 99999;
    left: 0;
    right: 0;
    border-radius: 0;
}

.btn-filtros-movil a{
    color: var(--color6);
}

.btn-filtros-movil a:hover{
    color: var(--color6);
}

.sidenav-menu-gestion {
    height: auto;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--colorblanco);
    transition: 0.5s;
    overflow-y: auto;
    z-index: -1;
    padding-bottom: 15px;
    z-index: 999999;
}

#sidenav-menu-gestion{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.sidenav-menu-oculto{
    width: 0px !important;
    border-right: none !important;
}

.sidenav-menu-usuario {
    height: auto;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--colorblanco);
    transition: 0.5s;
    overflow-y: auto;
    z-index: -1;
    padding-bottom: 15px;
    z-index: 999999;
}

#sidenav-menu-usuario{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.sidenav-menu-usuario-oculto{
    width: 0px !important;
    border-left: none !important;
}

.close{
    font-size: 2.1rem;
}

.btn-close-menu{
    z-index: 99;
    right: 15px;
    position:absolute;
}

.closebtn-gestion {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .5;
}

.closebtn-sidenav-gestion {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 2.1rem;
}

.closebtn-sidenav-gestion:hover {
    color: var(--color6);
    text-decoration: none;
}

.sidenav-filtros {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--colorblanco);
    overflow-x: hidden;
    padding-top: 10px;
    z-index: 100000000000;
}
.effect-sidenav-filtros{
    transition: 0.5s
}

#form-filtros{
    padding-left: 20px;
    padding-right: 20px;
}

.text-menu-genvio{
    display: inline-block
}

.text-movil-menu-genvio{
    display: none;
}

#menu-micuenta{
    position: initial !important;
    margin-bottom: 20px;
    margin-top: -20px;
}

.text-menu-ficha-cliente{
    display: inline-block;
}

/*Estilos ventana cargando*/
#container-load{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000000000;
}

#content-load{
    text-align: center;
    margin-top: 350px;
}

#content-load img{
    margin: 0 auto;
}

#bloque_estructuras_articulos{
    display: block;
    max-height: 650px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.padding-td-th.table td, .padding-td-th.table th {
    padding: .55rem;
}

.gallery { list-style-type: none; margin:0px; padding:0px; }
.gallery li { float:left; padding:5px; width:25%; height:auto; }
.gallery li div { width:auto; height:230px; border:solid 1px black; text-align:center; }
.gallery .placeHolder div { background-color:white!important; border:dashed 1px gray !important; }

.gallery-combinaciones { list-style-type: none; margin:0px; padding:0px; }
.gallery-combinaciones li { float:left; padding:5px; width:25%; height:auto; z-index: 999!important}
.gallery-combinaciones li div { width:auto; height:230px; border:solid 1px black; text-align:center; }
.gallery-combinaciones li button { z-index: 99999;}
.gallery-combinaciones .placeHolder div { background-color:white!important; border:dashed 1px gray !important; }

.checkbox-foto-color{
    height: 32px !important;
    border: none !important;
    position: absolute;
    background: rgba(0,0,0,0.7);
    width: 100% !important;
    display: block;
    color: var(--colorblanco)
}

.custom-control-foto-color{
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    height: 0 !important;
    border: none !important;
    position: relative;
    width: 100% !important;
}

.listado_etiquetas{
    margin-bottom: 20px;
}

.listado_etiquetas button{
    margin-bottom: 15px;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    width: 230px;
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

#boton_nuevo_producto button{
    width: 100%
}

#container-recuperar-pass{
    height: 600px;    
}

.formulario-recuperar-pass-desktop{
    position: absolute;       
    padding: 41px;
    top: 57%;
    width: 80%;
    left: 10%;
    right: 10%;
    background: rgba(255,255,255,1);
    height: auto;
    border: 1px solid #c9ccd0;
    border-top: 0;
    box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.2);
    margin: auto;
}

.formulario-recuperar-pass-desktop-fijo{
    padding: 41px;
    padding: 10px;
    top: 5%;
    width: 88%;
    left: 6%;
    right: 6%;
    background: rgba(255,255,255,1);
    height: auto;
    border: 1px solid #c9ccd0;
    box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.2);
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.id_usuario_gestion-fijo{
    padding: 41px;
    padding: 10px;
    top: 5%;
    width: 88%;
    left: 6%;
    right: 6%;
    background: rgba(255,255,255,1);
    height: auto;
    border: 1px solid #c9ccd0;
    box-shadow: 0px 3px 4px rgba(50, 50, 50, 0.2);
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#link-recuperar-password{
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

#link-recuperar-password a{
    color: var(--color5);
}

#link-recuperar-password a:hover{
    color: var(--color6);
}

.faq {
    margin-top: 20px;
    -webkit-box-shadow: 10px 10px 5px -2px rgba(227,227,227,1);
    -moz-box-shadow: 10px 10px 5px -2px rgba(227,227,227,1);
    box-shadow: 10px 10px 5px -2px rgba(227,227,227,1);
}

.enlace-logo{
    width: 50%
}

.footer-gestion{
    margin-top: 50px; margin-bottom: 70px; padding-right: 10px;
}

@media (max-width: 1024px) {
    .gallery li{
        width: 100%;
    }
}

@media (max-width: 996px){
    .estado-pedido{
        display: block;
        word-wrap: initial;
        width: 100%;
        white-space: initial;
    }

    .email-pedido{
        display: block;
        word-wrap: initial;
        width: 100%;
        white-space: initial;
    }
    
    .formulario-recuperar-pass-desktop{
        padding: 10px;
        top: 40%;
        width: 88%;
        left: 6%;
        right: 6%;
    }
    
}

@media (max-width: 590px){
    .text-menu-ficha-cliente{
        display: none;
    }
}

@media (max-width: 450px){
    
    .text-menu-genvio{
        display: none;
    }

    .text-movil-menu-genvio{
        display: inline-block;
    }
}

@media (min-width: 320px){
    .enlace-logo{
        width: 56%
    } 
}

@media (min-width: 425px){
    .enlace-logo{
        width: 65%
    }
    .container {
        max-width: 800px;
    }  
}

@media (min-width: 576px){
    .enlace-logo{
        width: 68%;
    }
    .container {
        max-width: 800px;
    }  
}

@media (min-width: 768px){
    
    .enlace-logo{
        width: 80%
    }
    .container {
        max-width: 900px;
    }
    #boton_nuevo_producto button{
        width: auto
    }
}

@media (min-width: 992px){    
    .shadow-header{
        padding: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .logo{
        max-height: 80px
    }
    
    .enlace-logo{
        width: 70%
    }
    
    .espaciado-contenido-principal{
        padding-top:20px;
    }
    
    .container {
        max-width: 1140px;
    }  
}

@media (min-width: 1200px){  
    .container {
        max-width: 1140px;
    }  
}