@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Regular.eot');
    src: url('fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Regular.woff2') format('woff2'),
        url('fonts/Nunito-Regular.woff') format('woff'),
        url('fonts/Nunito-Regular.ttf') format('truetype'),
        url('fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('fonts/Nunito-Bold.eot');
    src: url('fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Bold.woff2') format('woff2'),
        url('fonts/Nunito-Bold.woff') format('woff'),
        url('fonts/Nunito-Bold.ttf') format('truetype'),
        url('fonts/Nunito-Bold.svg#Nunito-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root { 
    --white: #ffffff;
    --red: #d83636;
    --dark: #30302b;
    --black: #30302b;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
   height: 100%;
}
body{ 
  min-height: 100vh;
  height: auto;
  margin: 0; 
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Nunito', sans-serif; 
  min-height: 100%; 
  height: 100%; 
  color: var(--dark);
}
h1, h2, h3, h4 {
    font-family: 'Nunito', sans-serif; 
    font-weight: bold;
}
h4, .h4 {
    font-size: 18px;
    line-height: 1.4em;
}
.clear, .clearfix {
  clear: both;
  display: block;
}
.white {
  color: var(--white) !important;
}
.red {
  color: var(--red);
}
.dark {
  color: var(--dark);
}
.bg-white {
  background: var(--white);
}
.bg-red {
  background: var(--red);
}
.bg-dark {
  background: var(--dark);
}
.height10 {
    display: block;
    height: 10px;
}
.height20 {
    display: block;
    height: 20px;
}
.height30 {
    display: block;
    height: 30px;
}
.height50 {
    display: block;
    height: 50px;
}
img {
    max-width: 100%;
    height: auto;
}
.pantalla {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}
#pantalla-login {
    background: url(images/bg-login.jpg) no-repeat center center;
    background-size: cover;
}
.content-login {
    width: 100%;
    height: 100%;
    -webkit-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloque-login {
    color:#fff;
    display: block;
    text-align: center;
    margin-top: -120px;
    padding-left: 20px;
    padding-right: 20px;
}
.bloque-login img {
    width: 100px;
    margin-bottom: 60px;
}
.bloque-login .caja {
    background:#fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    color:var(--dark);
}
.bloque-login input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px 14px;
    margin-bottom: 15px;
    color: var(--black);
    border-radius: 6px;
}
.boton {
    padding: 12px 40px;
    background:var(--red);
    color:#fff !important;
    border-radius: 6px;
    border: none;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    text-decoration:  none;
    width: 240px;
    display: inline-block;
    text-decoration: none !important;
}
.boton2 {
    padding: 12px 40px;
    background:var(--dark);
    color:#fff !important;
    border-radius: 6px;
    border: none;
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    text-decoration:  none;
    width: 240px;
    display: inline-block;
    text-decoration: none !important;
}
.boton3 {
    padding: 11px 40px;
    background: #fff;
    color: var(--dark) !important;
    border-radius: 6px;
    border: 1px solid var(--dark);
    outline: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    text-decoration:  none;
    width: 240px;
    display: inline-block;
    text-decoration: none !important;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
  color: var(--dark);
  padding-top: 10px;
  font-size: 13px;
}
.error {
    background:#f3dfde;
    color:var(--black);
    border-radius:6px;
    padding: 12px;
    margin-bottom: 20px;
    color:var(--red);
}
.header {
    background: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}
.header button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
}
.header .logo {
  width: 126px;
}
.header .text-right img {
  width: 30px;
  padding: 4px 0px 4px 4px;
  margin-top: 4px;
}
.container-fluid {
    width: 100%;
    max-width: 100%;
}
#pantalla-fichar {
    background: #f4f4f4;
    padding-top: 100px;
}
#main {
    text-align: center;
    padding-top: 150px;
    color: var(--dark);
    padding-left: 10px;
    padding-right: 10px;
}
.modal-backdrop {
  display:  none !important;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0,0,0,0.5);
}
.modal-body textarea {
    width: 100%;
    height: 150px;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 12px;
    margin-bottom: 15px;
}
.scrollable {
    overflow: auto !important;
}
td, th {
  padding: 0;
  font-size: 14px;
}
.fotoproducto {
    width: 40px;
    height: 40px;

}
.inputsearch {
    position: relative;
}
.inputsearch input {
    width: 100%;
    height: 42px;
    border: 1px solid #444;
    color: #333;
    padding: 10px;
    border-radius: 8px;
}
.inputsearch button {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    background: #333;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 5px 10px;
}
.inputsearch button img {
    width: 20px;
}
.footerfix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--red);
    color: #fff;
}
.footer-hidden .footerfix {
    display: none;
}
.footerfix .fa {
    font-size: 17px;
    margin-right: 8px;
}
.footerfix a {
    display: block;
    color: #fff !important;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footerfix .col-xs-6.border {
    border-right: 1px solid #ef7a7a;
}