body {
  background: #f5f6fa;
  font-family: 'Oswald', sans-serif;
  display: block;
  overflow: scroll;
  
}
.tooltip-inner {
  white-space: pre-wrap;
}

.texto-borde {
  -webkit-text-stroke: 2px black;
  color: white; 
}

.txt-sombra{
  color:rgb(255, 255, 255);
  text-shadow: 1px 1px 1px rgb(246, 246, 245),  -1px -1px 1px rgba(18, 18, 18, 0.739);
}

.txt-sombra2{
  color:#ff8;
  text-shadow: 2px 2px 2pt rgba(0, 0, 0, 0.6);
}

.index {
  width: 100vw;   
  height: 100vh;
}

.navbar {
  background: black !important;
  width: 100%;
    position: sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

#footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

#bodySup{
  overflow-x: scroll;
}

/* Agregale esta clase a cada lista que sea demasiado larga. */
.lista { 
  overflow: auto;
  max-height:300px;
}

.nav-link {
  color: #fff !important;
}

.masthead {
  color: white;
  min-height: 5rem;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Selects que se usan para realizar el filtro de opciones */
.col_filtro {
  appearance: none;
  background-position: right 10px center;
  width: 20px;
  color: #00000000;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  background-image: url(/img/flecha.jpeg);
}

.masthead h1 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 3.5rem;
  }
}

input[type=checkbox] {
  transform: scale(3);
}

.oneCol {
  -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  position: relative;
  width: 200px;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
}




.dropdown-menu-scroll {
  max-height: 300px;
  overflow-y: auto;
}

.table_body_animation {
  transition: .8s;
  overflow-y: scroll;
  height: 0;
  width: 90%;
}
.table_body_animation::-webkit-scrollbar {
  display: none;
}
.table_row_animation {
  display: flex;
}
.table_cell_animation {
  width: 100%;
  height: 5%;
  margin: .5%;
  overflow: hidden;
}
.table_cell_one {
  margin-left: 0%;
}
.title_cell_animation {
  background-color: #424242;
  border: #424242;
  color: white;
}

/* 
Cartel que corre de derecha a izquierda
.mensaje {
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  overflow: hidden;
}
*/

@media (min-width: 601px) {
  .construccion_menu_size {
    height: 50vh;
  }
}
@media (max-width: 600px) {
  .construccion_menu_size {
    height: 30vh;
  }
}