

.logo-app{
    width: 110px;
    align-content: center;
    justify-content: center;
    margin-left: 20px; 
}

.btn-ver{
    
        text-decoration: none;
        font-size: 16px;
        padding: 2px;
        color: #626262;
        border-style: none;
        background-color: transparent;
        border-radius: 6px;
}
.btn-ver:hover {
    color: green;
}
.btn-editar{    
    text-decoration: none;
    font-size: 16px;
    padding: 2px;
    color: #626262;
    border-style: none;
    background-color: transparent;
    border-radius: 6px;
}
.btn-editar:hover {
    color: blue;
}
.btn-block{         
    cursor: not-allowed;
}
.btn-block:hover {
    cursor: not-allowed;
}


.btn-blockes{         
  text-decoration: none;
  font-size: 16px;
  padding: 2px;
  color: #626262;
  border-style: none;
  background-color: transparent;
  border-radius: 6px;
  cursor: not-allowed;
}
.btn-blockes:hover {
  color: #626262;
  cursor: not-allowed;
}

.btn-eliminar{
    
    text-decoration: none;
    font-size: 16px;
    padding: 2px;
    color: #626262;
    border-style: none;
    background-color: transparent;
    border-radius: 6px;
}

.btn-eliminar:hover {
    color: red;
}

/* .dropdown-notification{
    background: linear-gradient(to top right, #13c7d8, #23f079);
}
 */


 .color_app{
    background: linear-gradient(to top right, #13c7d8, #23f079);
 }
 

 @media (max-width: 900px) {
    footer {
      visibility: hidden;
    }
}


  /* style portada categoría */
  .prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 200px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/portada_categoria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
  }
  .prevPhoto label{
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  }
  .prevPhoto img{
  width: 100%;
  height: 100%;
  }
  .upimg, .notBlock{
  display: none !important;
  }
  .errorArchivo{
  font-size: 16px;
  font-family: arial;
  color: #cc0000;
  text-align: center;
  font-weight: bold; 
  margin-top: 10px;
  }
  .delPhoto{
  color: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: red;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  }
  #tbl_list_productos img{
  width: 50px;
  }
  .imgProductoDelete{
  width: 175px;
  }
  
  #imgCategoria{
  text-align: center;
  }
  #imgCategoria img{
  width: 200px;
  margin: auto;
  }
  

  .img_prod {
    height: 80px;
    width: 80px;
   }



   .ventas {
    line-height: 80px;
    height: 80px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-size: 20px;
    
  }

  .ventas span.moneda_cam{
    
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 18px;
    font-weight: bold;
    
  }
  
  /* If the text has multiple lines, add the following: */
  .ventas span {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 50px;
    font-weight: bold;
    
  }

  
  .icon-izq{
     float: right;  
  }
 
  .icon-izq:hover{
    cursor: help;
    color: #cc0000;
  } 
  
  .print-content {    
    background: url('../images/pages/certificado_bg_ld.png') no-repeat;
    background-color: #FFF;
    width: 296mm;
    height: 210mm;
    margin: auto; /* Centrar la imagen horizontalmente */
    background-size: cover; /* Ajustar la imagen al tamaño del div */
  
  }

  .titulo_c {
    font-size: 40px;
    font-weight: bold;
    color: black;

  }

  .titulo_c1 {
    font-size: 50px;
    font-weight: bold;
    font-style: normal;
    color: green;
  }

  .titulo_c2 {
    font-size: 32px;
    font-weight: bold;
    color: black;
  }

  .fecha_c{
    font-size: 18px;
    color: black;
  }

  .cuerpo_c {
    font-size: 20px;
    font-style: italic;
    margin-left: 40px;
    margin-right: 40px;
  }


  .linea_c {
    border-bottom: 1px solid #000000;
    padding: 20px 0;
    margin-top: 20px; }


    .linea_c1 {
      border-top: 1px solid #000000;
      padding: 5px 0;
      margin-top: 5px; }

  .ajuste{
    padding-left: 8%;
  }

  .negrita{color: black;}


.word {
  background-color: #077033;
  color: white;
}

.word:hover{
  background-color: #003f08;
  color: white;
}
  
