@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');
*{  
    font-family: 'ABeeZee', sans-serif;  
    font-weight: 500 !important;
}

html {
    background: #c79502;
    height: 100%;
    width: 100%;
}
  
body {
    height: 100%;
    overflow:  hidden !important;
    width: 100%;
}

.msgBox { display: none; }

.borde{    border: 1px solid red;  }

.redColor { 
    color: #e61610 !important;   
    font-weight: 600;
}

.btn-background-dorado { 
    background-color:  #c79502 !important;
    border-radius: 5px !important;
}

.font-color-dorado-bold{  
  color: #c79502 !important;
  font-weight: 600 !important;
}

.font-color-dorado{  color: #c79502 !important; }

.font-color-cafe-bold{  
    color: #734007 !important;
    font-weight: 600 !important;
}

.font-color-cafe{  color: #734007 !important; }

.font-color-blanco-bold{  
    color: #fff !important;
    font-weight: 600 !important;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.center-2 {
    margin: auto;
    width: 70%;
    padding: 10px;
}

#contenidoLogin{
    width: 350px !important;
}

.fondo {
    background: url('../img/Wallpaper.jpg') bottom no-repeat;
    background-size: contain;
    opacity: 0.8;
}

.fullSize{  height: 100% !important;   }

.btn-dorado {
    color: #734007;
    background-color: #c79502;
    border-color: #c79502;
  }
  .btn-dorado:hover {
    color: #734007;
    background-color: #c09003;
    border-color: #c09003;
  }
  .btn-check:focus + .btn-dorado, .btn-dorado:focus {
    color: #734007;
    background-color: #c09003;
    border-color: #c79502;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
  }
  .btn-check:checked + .btn-dorado, .btn-check:active + .btn-dorado, .btn-dorado:active, .btn-dorado.active, .show > .btn-dorado.dropdown-toggle {
    color: #734007;
    background-color: #c09003;
    border-color: #c79502;
  }
  .btn-check:checked + .btn-dorado:focus, .btn-check:active + .btn-dorado:focus, .btn-dorado:active:focus, .btn-dorado.active:focus, .show > .btn-dorado.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(75.4, 56.5, 1.0, 0.5);
  }
  .btn-dorado:disabled, .btn-dorado.disabled {
    color: #734007;
    background-color: #c79502;
    border-color: #c79502;
  }

  .mt-10{
    margin-top: 15rem !important;
  }


  #guardar{ display: none;}