.modalx {
  opacity: 0;
  position: fixed;
  top: -50%;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  z-index: 990;
  display: none;
}

.modalx .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.modalx .section {
  float: left;
  width: 50%;
}

.modalx .slider {
  width: 200%;
  transition: all 0.2s;
}

.modalx:target {
  display: block;
  opacity: 1;
  top: 200px;
  visibility: visible;
}

@media all and (max-width: 1400px) {
  .modalx:target {
    top: 100px;
  }
}

@media all and (max-width: 900px) {
  .modalx:target {
    top: 100px;
  }
}

.modalx .header {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: white;
  padding: 15px 0 !important;
}

@media all and (max-width: 600px) {
  .modalx .header h2 {
    font-size: 2.5rem;
  }
}

.modalx .footer {
  border-radius: 0 0 5px 5px;
  background: #e7e7e7;
  align-items: center;
  padding: 5px;
}

.modalx .footer p {
  text-align: center;
}

.modalx h2 {
  margin: 0;
}

.modalx .btn {
  float: right;
}

.modalx .copy, .modalx .header {
  padding: 15px;
}

@media all and (max-width: 900px) {
  .modalx .copy {
    padding: 0;
    padding-bottom: 3px;
  }
  .modalx .header {
    padding: 5px;
  }
}

.modalx .copy {
  background: #fff;
  box-shadow: -10px 25px 5px rgba(0, 0, 0, 0.3);
}

.modalx .overlay {
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  cursor: default;
}

.modalx .modal-content {
  background: #9e9e9e;
  position: relative;
  z-index: 20;
  border-radius: 5px;
  width: 500px;
}

.page-footer .container{
    width: 80%;
    margin-left: 5%;
}

.nombremenu {
  position: relative;
  z-index: 10 !important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding-bottom: 10px !important; 
  margin-bottom: 10px;
}

th{
    text-transform: uppercase;
}

.collection{
    border:0;
    border-radius:2px;
}

h1,h2,h3,h4,h5{
    text-transform: uppercase;
}

.olvidar {
  padding: 0;
}

nav {
  z-index: 975;
}

.nav-wrapper {
  background-color: #f1f6f8;
  min-height: 80px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.nav-wrapper ul {
  padding-top: 8px;
}

.nav-wrapper .b {
  display: none;
}

@media all and (max-width: 991px) {
  .nav-wrapper .b {
    display: block;
  }
  .nav-wrapper .a {
    display: none;
  }
}

.ingresar {
  border: none;
  border-radius: 2px;
  display: inline-block;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: white;
  background-color: #0d47a1;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  height: 81;
  line-height: 56px;
}

.ingresar:hover {
  background-color: #0f51b9;
}

header {
  z-index: 999;
}

input {
  position: relative;
  z-index: 50;
  text-align: center;
}

.olvidar {
  font-size: 0.9em;
}

.menu {
  width: 100%;
  position: relative;
  top: 80px;
}

@media all and (min-width: 950px) {
  .menu {
    position: fixed;
    z-index: 900;
  }
}

.menu .row {
  background-color: #0d47a1;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 5px;
  z-index: 100;
  padding: 15px 0;
}

@media all and (max-width: 600px) {
  .menu .row {
    padding: 0;
  }
}

.menu .row .col {
  text-align: center;
}

@media all and (max-width: 600px) {
  .menu .row .col {
    padding: 15px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  }
}

@media all and (min-width: 1048px) {
  .menu .row .dropdown-content {
    width: 150px;
    margin-top: 30px;
    margin-left: -30px;
  }
  .menu .row .dropdown-content li {
    width: 150px;
  }
}

.menu .row .dropdown-content a {
  color: black;
}

.menu .row i {
  position: absolute;
}

.menu .row a {
  color: white;
  text-transform: uppercase;
}

.menu ul {
  min-width: 150px;
}

#modal {
  opacity: 0;
  position: fixed;
  top: -50%;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  z-index: 990;
  display: none;
}

#modal .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#modal .section {
  float: left;
  width: 50%;
}

#modal .slider {
  width: 200%;
  transition: all 0.2s;
}

#modal:target {
  display: block;
  opacity: 1;
  top: 200px;
  visibility: visible;
}

@media all and (max-width: 1400px) {
  #modal:target {
    top: 100px;
  }
}

@media all and (max-width: 900px) {
  #modal:target {
    top: 100px;
  }
}

#modal .header {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: white;
  padding: 15px 0 !important;
}

@media all and (max-width: 600px) {
  #modal .header h2 {
    font-size: 2.5rem;
  }
}

#modal .footer {
  border-radius: 0 0 5px 5px;
  background: #e7e7e7;
  align-items: center;
  padding: 5px;
}

#modal .footer p {
  text-align: center;
}

#modal h2 {
  margin: 0;
}

#modal .btn {
  float: right;
}

#modal .copy, #modal .header {
  padding: 15px;
}

@media all and (max-width: 900px) {
  #modal .copy {
    padding: 0;
    padding-bottom: 3px;
  }
  #modal .header {
    padding: 5px;
  }
}

#modal .copy {
  background: #fff;
  box-shadow: -10px 25px 5px rgba(0, 0, 0, 0.3);
}

#modal .overlay {
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  cursor: default;
}

#modal .modal-content {
  background: #9e9e9e;
  position: relative;
  z-index: 20;
  border-radius: 5px;
  width: 500px;
}

.fixed-action-btn {
  z-index: 999;
}

.fixed-action-btn a {
  text-transform: uppercase;
  width: 200px;
  color: white;
}

.fixed-action-btn ul {
  position: absolute;
  width: 240px;
  padding: 0 10px;
  left: -170px;
  background: rgba(128, 128, 128, 0.5);
  border-radius: 10px;
}

.fixed-action-btn ul p {
  color: white;
}

.fixed-action-btn li {
  margin: 20px 0;
  line-height: 20px;
  border-radius: 10px;
  padding: 10px;
  background-color: #0d47a1;
}

.fixed-action-btn li:hover {
  background-color: rgba(13, 71, 161, 0.6);
}

.login {
  position: relative;
  top: 80px;
  z-index: 970;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.menu {
  position: relative;
  z-index: 100;
  width: 100%;
}

@media all and (min-width: 950px) {
  .menu {
    position: fixed;
  }
}

@media all and (min-width: 1000px) {
  .cuerpo:not(.perfil) {
    padding: 0 5%;
  }
}

.contenido {
  margin-top: 132px;
  min-height: 60vh;
}

.contenido .seccion {
  padding: 0 5%;
}

.contenido .seccion:hover:not(.inactivo) {
  background: rgba(128, 128, 128, 0.08);
}

.contenido .titulo {
  background: #0d47a1;
}

.contenido .titulo h2 {
  color: white;
}

.contenido h3, .contenido h5 {
  text-transform: uppercase;
}

.contenido .inactivo {
  background: rgba(255, 0, 0, 0.1);
}

.contenido .anulado {
  color: red;
}

.contenido button {
  text-align: center;
  margin-bottom: 20px;
}

#mobile-menu span{
  padding: 0;
  right: 8px !important;
  font-weight: 700 !important;
  min-width: 30px !important;
}

.stacktable { width: 100%; }
.st-head-row { padding: 15px 0;}
.st-head-row:not(.fioc){background: #0d47a1; color: white;text-align: center;}
.st-head-row.st-head-row-main { font-size: 1.2em; padding: 10px 0px; text-align: center;}
.st-key { width: 49%; text-align: right; padding-right: 1%;  }
.st-val { width: 49%; padding-left: 1%; }

.st-head-row p{margin: 0;}

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

tr.fioc th.st-head-row{ background: none; color: black;}