html body {
    font-family: "Roboto", sans-serif;
    color: #505050;
    font-size: 14px;
    /*background-color: #1b5874 !important;*/
    background-color: #28A728 !important;
    max-height: 90vh;
    min-height: 90vh;
}
@media only screen and (min-width: 575px) {
    .font-size-3 {
        font-size: 2.8rem;
    }
}
@media only screen and (max-width: 767px) {
   
    .font-size-3 {
        font-size:1.0rem;
    }
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }
    header, .header, .nav, .footer{
        display:none;
    }
    footer{
        display:none;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.position-button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.font-size-2 {
    font-size: 2.2rem;
}
.font-size-1 {
    font-size: 1.4rem;
}
.bg-transparent2 {
    background-color: rgba(245, 245, 245, 0.4) !important;
}
.btn.btn-warning2 {
  background: #f2612b;
  border: solid #f2612b;
  color: #fff;
  font-size: 14px;
}
.div-border {
    border: solid 1px lightgray;
    padding: 2px;
}
.sub-group-div {
    border: solid 1px lightgray;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    background-color: #1b5874;
}
.sub-group-span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color:#1c7f98 !important;
    font-weight:600;
}
.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;
}
.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: 6rem;
}
.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*/
