html body {
  font-family: "Roboto", sans-serif;
  color: #505050;
  font-size: 0.9rem;
  background-color: #1b5874 !important;
}
.btn.btn-warning2 {
  background: #f2612b;
  border: solid #f2612b;
  color: #fff;
  font-size: 14px;
}
.btn.btn-warning2:active {
  color: #f2612b !important;
  background-color: #fff !important;
  border-color: #f2612b !important;
}
.font-twelve {
    font-size: 12px;
}
.text-warning2 {
  color: #f2612b !important;
}
.text-success {
  color: #1b5874 !important;
}
.div-border {
    border: solid 1px lightgray;
    padding: 2px;
}
.bg-transparent2 {
    background-color: rgba(245, 245, 245, 0.4) !important;
}
    .bg-transparent2:hover {
        background-color: rgba(215, 245, 191, 0.5) !important;
    }
    .bg-select {
        background-color: rgba(15, 245, 191, 0.5) !important;
    }
.bg-bloqueo {
    background-color: rgba(255, 0, 0, 0.6) !important;
}
 
.sub-group-div {
    border: solid 1px lightgray;
    height: 5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #1b5874;
}

.sub-group-span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #1c7f98 !important;
    font-weight: 600;
    font-size: 1.1rem !important;
}
.sub-group-span2 {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #28a745 !important;
    font-size: 12px;
    font-weight: 500;
}
.sub-group-span1 {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #28A6F1 !important;
    font-size: 12px;
    font-weight: 500;
}
.section .container-fluid,
header .container-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.bg-success {
  background-color: #1b5874 !important;
}
.bg-warning2 {
  background-color: #f2612b !important;
}
.border-warning2 {
  border-color: #f2612b !important;
}
.btn-success {
  color: #fff !important;
  background-color: #1b5874;
  border-color: #1b5874;
  font-size: 1em;
}
.btn-outline-warning2 {
  color: #f2612b;
  background-color: transparent;
  background-image: none;
  border: none;
}
.btn-outline-warning2:hover {
  color: #fff;
  background-color: #f2612b;
  border: none;
}
.btn-outline-success {
  color: #1b5874;
  background-color: transparent;
  background-image: none;
  border-color: #1b5874;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1b5874;
  border-color: #1b5874;
}
.border-success {
  border-color: #1b5874 !important;
}
.section {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
/*Estilos Login*/
.login-contenedor {
  background: #fff;
  height: 100%;
}
.contiene-fondo {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: #fff;
}

.contiene-fondo figure {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100vh;
  min-height: 360px;
  margin-bottom: 0;
  width: 100%;
}

.contiene-fondo figure img {
  width: 100%;
  min-height: 100%;
  height: 100%;
  right: 0;
  position: relative;
  left: 0;
  margin: auto auto;
  object-fit: cover;
  object-position: center;
}

.contiene-texto {
  position: absolute;
}
.alto-maximo {
  height: 100vh;
}

.login-contenedor .ibox-content {
  border-style: none;
}
.login-contenedor h1 {
  font-size: 21px;
}
.login-contenedor p.text-white {
  font-size: 14px;
}
.login-contenedor input.form-control {
  border: none;
  border-bottom: solid 1px #ccc;
}
.login-contenedor .btn.btn-warning2 {
  padding: 10px 35px;
  border-radius: 25px;
  font-size: 14px;
}
.login-contenedor div.form-group.form-check {
  padding-left: 0;
}
/* Fin Estilos Login*/

/*Estilos Header*/
header {
  position: fixed;
  background: rgba(255, 255, 255);
  width: 100%;
  z-index: 4;
  padding: 5px 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: solid 2px #d4e4c7;
}
.logo figure {
  margin: 0;
}
.logo figure img {
  max-width: 260px;
}
.object-fit-cover {
  object-fit: cover;
  object-position: center;
}
.primaryNav ul,
.lenguageNav ul {
  margin: 0;
  padding: 0;
}
.primaryNav ul li,
.lenguageNav ul li {
  padding: 0;
  list-style: none;
  float: left;
}
.primaryNav ul li a,
.primaryNav ul li button,
.lenguageNav ul li a,
.lenguageNav ul li button {
  display: block;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 0.9em;
  font-weight: 500;
}
/*Fin Estilos Header*/

/*Sección Principal*/
.section .titulo-vista {
  font-size: 21px;
}
.section .contiene-tabla {
  background: #fff;
}

.section .contiene-tabla .btn.btn-outline-secondary {
  color: #505050;
  background-color: transparent;
  background-image: none;
  border: none;
  font-size: 0.9em;
  font-weight: 700;
  border-color: none !important;
}
/*Fin Sección Principal*/
/*Sección Solicitud Viáticos*/
#cont_parametros {
  display: none;
}
.m-t-n {
  margin-top: -10px;
}
.detalles {
  background: #f8f9fa;
}
/*Fin Sección Solicitud Viáticos*/

/*Area PDF*/
.area-pdf {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}
.cont_firma {
  width: 100%;
  border-top: solid 1px #505050;
}
/*Fin Area PDF*/
