.detalleContainer footer {
  margin-top: 0;
}

.detalleEquipo {
  background: rgba(0, 47, 148, 0.808);
  min-height: 100vh;
  padding: 1em;
  padding-top: 4em;
}

@media (max-width: 600px) {
  .detalleEquipo {
    padding: 0.3em;
    padding-top: 4em;
    margin: 0 auto;
  }
}

.detalleEquipo .container {
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.233);
          box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.233);
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.detalleEquipo .container h2 {
  text-align: center;
  font-weight: lighter;
  font-size: 1.8em;
  background: #0090f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#0090f0), to(#0081d7));
  background: linear-gradient(to bottom, #0090f0 0%, #0081d7 100%);
  color: white;
  padding: 0.2em;
  border-bottom: 2px solid #0059a1;
}

.detalleEquipo .container .contenido {
  padding: 2em;
}

@media (max-width: 600px) {
  .detalleEquipo .container .contenido {
    padding: 1em;
  }
}

.detalleEquipo .container .contenido .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detalleEquipo .container .contenido h4 {
  font-weight: lighter;
  color: #00294b;
  font-size: 1.3em;
  margin-bottom: 0.4em;
}

.detalleEquipo .container .contenido #mapcont {
  height: 300px;
  width: 100%;
  border: 2px solid #16598f;
  overflow: hidden;
  border-radius: 3px;
}

.detalleEquipo .container .contenido table {
  border-spacing: 0;
  text-align: center;
  border: 2px solid #16598f;
  border-radius: 3px;
  overflow: hidden;
  margin: 2em auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  min-width: 100%;
}

.detalleEquipo .container .contenido table.datos {
  margin: 2em auto;
}

@media (max-width: 992px) {
  .detalleEquipo .container .contenido table.datos {
    margin: 0 auto;
    margin-bottom: 2em;
  }
}

@media (min-width: 992px) {
  .detalleEquipo .container .contenido table {
    font-size: 110%;
    margin: 0 auto;
  }
}

.detalleEquipo .container .contenido table thead {
  background: #006ab1;
  color: white;
}

.detalleEquipo .container .contenido table thead th {
  padding: 0.5em 1.2em;
  font-weight: lighter;
  border-bottom: 2px solid #16598f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1250px) {
  .detalleEquipo .container .contenido table thead th {
    font-size: 0.85em;
  }
}

@media (max-width: 450px) {
  .detalleEquipo .container .contenido table thead th {
    padding: 0.5em 0.4em;
    font-size: 0.92em;
  }
}

.detalleEquipo .container .contenido table tbody tr:nth-child(even) {
  background: #f4faff;
}

.detalleEquipo .container .contenido table tbody tr:nth-child(odd) {
  background: #fff;
}

.detalleEquipo .container .contenido table tbody tr td {
  border-top: 1px solid #c7dae9;
}

.detalleEquipo .container .contenido table tbody tr td a {
  color: black;
  text-decoration: none;
}

.detalleEquipo .container .contenido table tbody tr.cabecera td {
  background: #006ab1;
  color: white;
  font-weight: lighter;
  border-bottom: 2px solid #16598f;
  padding: 0.5em 1.2em;
}

.detalleEquipo .container .contenido table tbody tr.WARNING {
  background: #ffd992;
}

.detalleEquipo .container .contenido table tbody tr.WARNING td {
  color: #300000;
  border-top: 1px solid rgba(231, 73, 0, 0.363);
  font-weight: lighter;
}

.detalleEquipo .container .contenido table tbody tr.WARNING td b {
  font-weight: lighter;
}

.detalleEquipo .container .contenido table tbody tr.ERROR {
  background: #ff9292;
}

.detalleEquipo .container .contenido table tbody tr.ERROR td {
  font-weight: lighter;
  color: #300000;
  border-top: 1px solid rgba(231, 0, 0, 0.363);
}

.detalleEquipo .container .contenido table tbody tr.ERROR td b {
  font-weight: lighter;
}

.detalleEquipo .container .contenido table tbody tr.CAIDO {
  background: #ff9292;
}

.detalleEquipo .container .contenido table tbody tr.CAIDO td {
  font-weight: lighter;
  color: #300000;
  border-top: 1px solid rgba(231, 0, 0, 0.363);
}

.detalleEquipo .container .contenido table tbody tr.CAIDO td b {
  font-weight: lighter;
}


.detalleEquipo .container .contenido table tbody td {
  padding: 0.5em 1.2em;
  color: #444444;
  font-size: 0.95em;
}

.detalleEquipo .container .contenido table tbody td b {
  font-size: 0.8em;
}

.detalleEquipo .container .contenido table tbody td:first-child {
  font-weight: bolder;
  color: #303030;
}

@media (max-width: 450px) {
  .detalleEquipo .container .contenido table tbody td {
    font-size: 100%;
    padding: 0.6em;
  }
}
/*# sourceMappingURL=detalle.css.map */