footer{
  background: #303030;
  color: #ffffff;
  font-size: 0.9em;
  text-align: center;
}
.nav-header{
  height: 80px;
}

.bg-red{
  background: #E1251B;
}

.bg-nuevo{
  background: linear-gradient(269.84deg,#8c3092 -15.53%,#f1615a 99.95%);
}

.modal-header-nv{
  background: linear-gradient(270deg, #21A9C3 0%, #1E408A 100%) !important;
}

.body-top{
  height: auto;
  width: 100%;
  font-family: 'Montserrat-ExtraBold'
}

.body-top img{
  max-height: 100%;
}

.encabezado-text{
  color: #FFFFFF;
}

.bg-yellow{
  background: #FFC629;
}

.bg-green{
  background: #28B67A;
}

.bg-blue{
  background: #060665 !important;
}


.btn-primary{
    border-radius: 3px;
  background: #54CF76;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#divFormEdit .form-row{
  margin-bottom: 2em;
}

.img-header-yqs{
  width: 100% !important;
}

.puestos-scroll{
  display: none;
}


#orientation-warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffc107;
  color: #212529;
  z-index: 1050;
  padding: 10px;
  font-size: 1rem;
}

@media (max-width: 480px) {
  .puestos-scroll{
    display: flex !important;
  }
  .yqssp2{
    font-size: 10px !important;
  }
  .btn-yqsa{
    max-height: 60px !important;
    height: 60px !important;
  }
  #orientation-warning {
    display: block !important;
  }
}

