
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Goldman&family=Roboto:wght@300&display=swap');

.hidden {
  overflow: hidden;

}

.centrado {
    height:100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cef;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  

body, h1, ul, h2, h3 {
    margin: 0;
    padding: 0;
}  


.definicion {
    text-shadow: 4px 4px 4px #000E3B;
    }

    .pie {
      font-size: 20px;
      background-color: black;
      color: white;
      text-align: center;
      padding: 10px;
     
  }

  .volver {
    font-size: 15px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
   
}
  
.broadcaststexto {
    text-shadow: 4px 4px 4px #000E3B;
    }

.libro {
      background-image: url(../CiudadOscura.jpg);
      color:white;
      text-align: center;
      padding: 10px;
      background-repeat: no-repeat;
      background-size: cover;
  }


h1 {
    font-size: 150px;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    text-shadow: 3px 3px 3px black
}

h2 {
    font-size: 75px;
    font-family: 'Bebas Neue', cursive;
    text-shadow: 3px 3px 3px black
}

h3 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 3px 3px 3px black
}

h4 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 3px 3px 3px black
}

h5 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}


.menu {
    background-color: black;
    border-bottom: 3px solid gray;
    font-size: 20px;
    text-align: center;
    font-family: 'Goldman', cursive;
}

.menu ul {
    list-style: none;
}

.menu li {
    display: inline-block;
    padding: 20px;
}

.menu a {
    color: white;
}

.menu a:hover {
    color: blue;
}

.cuerpo1 {
    background-image: url(../jugandobnwglitch.gif);
    color:white;
    text-align: center;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.centrar {
    display: block;
    margin: auto;
    text-align: center;
}

.CaradeSanfe {
    width: 75vw;
    margin: 0 auto;
    padding: 10px;
    max-width: 1000px;
    min-width: 320px;
}

.sitios {
    background-image: url(../Fondo1.jpg);
    color:white;
    text-align: center;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.trueneutral {
    background-image: url(../TrueNeutralFondoglitch.gif);
    color:white;
    text-align: center;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.configuracion {
    background-image: url(../FondoHumo.png);
    color:white;
    text-align: center;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.broadcasts {
    background-image: url(../Broadcasts.jpg);
    color:white;
    text-align: center;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}





body {
    font-family: monospace;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.table {
    width: 100%;
    border: 1px solid white;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

.table caption {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px 0px;
    color: white;
}

.table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.table th, .table td {
    font-size: 16px;
    padding: 8px;
    text-align: center;
}

.table thead th{ 
    text-transform: uppercase;
    background-color: #ddd;
}


@media screen and (max-width: 600px) {
    .table {
        border: 0px;
    }
    .table caption {
        font-size: 22px;
    }
    .table thead {
        display: none;
    }
    .table tr {
        margin-bottom: 8px;
        border-bottom: 4px solid #ddd;
        display: block;
    }
    .table th, .table td {
        font-size: 12px;
    }
    .table td {
        display: block;
        border-bottom: 1px solid #ddd;
        text-align: right;
    }
    .table  td:last-child {
        border-bottom: 0px;
    }
    .table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        float: left;
    }
}
