@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');

@media (min-width:500px){
  .imageuploadify-message:before{
    content: "Arrastre y suelte aquí los archivos";
    visibility:visible;
    font-size: 20px;
  }

}

@media (max-width:500px){

    .imageuploadify-message:before{
      content: "Todavía no has agregado archivos";
      visibility:visible;
      font-size: 20px;
    }

  }
  .imageuploadify {
      color: rgb(25,109,182);
      border: 2px dashed rgb(25,109,182);
  }
  .imageuploadify .imageuploadify-images-list button.btn-default {
    color: rgb(25,109,182);
    border-color: rgb(25,109,182);
    font-family: 'Rubik', sans-serif;

   }
   .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
     border-top: 1px solid rgb(25,109,182);
     border-bottom: 1px solid rgb(25,109,182);
     font-family: 'Rubik', sans-serif;
   }
   .imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
     padding-top: 1px;
     white-space: normal;
     word-wrap: break-word;
    line-height: 20px;
     opacity:1;
     font-family: 'Rubik', sans-serif;

 }
 .btnx {
     display: inline-block;
     padding: 6px 12px;
     margin-bottom: 0;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.42857143;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-image: none;
     border: 1px solid transparent;
     border-radius: 4px;
}
.btn-danger, .btn-danger:active,.btn-danger:hover  {
    background-color: #EF5046 !important;
    border-color: #EF5046 !important;
    color: #ffffff !important;
}
.btn-default{
  background-color:white;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../assets/images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.8;
}
.btn-dork{
  color:#fff;
  background-color:rgb(46,46,46);
  border-color:rgb(46,46,46);
}
.btn-dork:hover{
  color: #fff;
  border-color:rgb(46,46,46);
  background-color:#232323;

  text-decoration: none;}
  .tama{
    width:10px;
  }
  .tama2{
    width:8px;
  }
  .tama3{
    width:15px;
  }

  .btn-group-sm>.btn, .btn-sm {
      padding: .25rem .5rem;
      font-size: .875rem;
      line-height: 1.5;
      border-radius: .2rem;
  }

  .btn-outline-secondary {
      color: #6c757d;
      background-color: transparent;
      background-image: none;
      border-color: #6c757d;
  }
