@font-face {
    font-family: Bahnschrift;
    src: url("../fonts/bahnschrift.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Bahnschrift Light";
    src: url("../fonts/bslight.ttf");
    font-stretch: semi-condensed;
}

.main::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
    background: url("../images/FONDO.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    align-items: center;
    margin: 0;
    margin-bottom: 200px;
}


#pes6 {
    text-align: center;
    font-family: Bahnschrift, sans-serif;
    font-size: 48px;
    margin: 50px auto 10px auto;
    letter-spacing: 3px;
    color: #c8c100;
}

.pes6titulo::after,.pes6titulo::before {
    content: "";
    position: absolute;
    width: 155px;
    height: 10px;
    background-color: #c8c100;
    margin-top: 25px;
}

.pes6titulo::before {
    left: 450px;
}

.pes6titulo::after {
    right: 450px;
}

#indie {
    font-family: Bahnschrift, sans-serif;
    font-size: 64px;
    margin: 10px auto 50px auto;
    letter-spacing: 5px;
    text-align: center;
    color: white;
}

#registro {
    font-family: Bahnschrift, sans-serif;    
    background-color: black;
    border-style: solid;
    color: #00ff44;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
    margin: auto;
    display: grid;
    border-radius: 15px;
    border-color: #00ff44;
    border-width: 5px 5px;
    transition-duration: 0.6s;
}

#registro:hover {
    background-color: white;
    color: black;
    cursor: pointer;
}

#indice {
    background-color: black;
    border-style: solid;
    border-radius: 25px;
    border-color: white;
    width: 250px;
    height: 200px;
    margin: auto;
    padding: 15px;
    margin-top: 50px;
}

.itemindice:link {
    text-decoration: none;
    color: white;
}

.itemindice:visited {
    text-decoration: none;
    color: white;
}

#indicetitle {
    text-align: center;
    font-family: Bahnschrift, sans-serif;
    color: white;
    font-size: 40px;
    margin: auto;
}

#indicelist {
    text-align: left;
    font-family: Bahnschrift Light, sans-serif;
    color: white;
    font-size: 20px;
    margin-top: 35px;
}


#usuarios {
    text-align: center;
}

#titulousuarios {
    font-size: 40px;
    font-family: Bahnschrift Light, sans-serif;
    color: white;
    background-color: white;
    border-style: hidden;
    border-radius: 25px;
    margin: 200px auto 50px auto;
    width: 625px;
    padding: 15px;
    align-content: center;
    opacity: 88%;
    text-shadow:
    -1px -1px 2px #000,  
    1px -1px 2px #000,
    -1px 1px 2px #000,
     1px 1px 2px #000;
}

#perfiles {
    box-shadow: 5px 5px 40px #2d108c;
    background-color: white;
    font-family: Bahnschrift Light, sans-serif;
    font-size: 30px;
    color: black;
    width: 300px;
    border-style: hidden;
    border-radius: 25px;
    padding: 10px;
    align-content: center;
    transition-duration: 0.6s;
    margin-top: 20px;
}

#perfiles:hover {
    background-color: #2d108c;
    color: white;
    cursor: pointer;
}

#descripcion {
    font-size: 20px;
    font-family: Bahnschrift Light, sans-serif;
    color: white;
    margin: 20px;
    word-spacing: 5px;
}

#tablag {
    box-shadow: 5px 5px 40px #108c70;    
    background-color: white;
    font-family: Bahnschrift Light, sans-serif;
    font-size: 30px;
    color: black;
    width: 300px;
    border-style: hidden;
    border-radius: 25px;
    padding: 10px;
    align-content: center;
    transition-duration: 0.6s;
    margin-top: 20px;
}

#tablag:hover {
    background-color: #108c70;
    color: white;
    cursor: pointer;
}

#partidos {
    text-align: center;
}

#titulopartidos {
    font-size: 40px;
    font-family: Bahnschrift Light, sans-serif;
    color: white;
    background-color: white;
    border-style: hidden;
    border-radius: 25px;
    margin: 100px auto 50px auto;
    width: 300px;
    padding: 10px;
    align-content: center;
    opacity: 88%;
    text-shadow:
    -1px -1px 2px #000,  
    1px -1px 2px #000,
    -1px 1px 2px #000,
    1px 1px 2px #000;

}

#historial {
    box-shadow: 5px 5px 40px #8c1010;    
    background-color: white;
    font-family: Bahnschrift Light, sans-serif;
    font-size: 30px;
    color: black;
    width: 300px;
    border-style: hidden;
    border-radius: 25px;
    padding: 10px;
    align-content: center;
    transition-duration: 0.6s;
    margin-top: 20px;    
}

#historial:hover {
    background-color: #8c1010;
    color: white;
    cursor: pointer;    
}

#vivo {
    box-shadow: 5px 5px 40px #ff0000;    
    background-color: black;
    font-family: Bahnschrift, sans-serif;
    font-size: 30px;
    color: #ff0000;
    width: 300px;
    border-style: hidden;
    border-radius: 25px;
    padding: 10px;
    align-content: center;
    transition-duration: 0.6s;
    margin-top: 20px;
    letter-spacing: 5px;
}

#vivo:hover {
    background-color: #ff0000;
    color: white;
    cursor: pointer;
}

footer {
    font-family: Bahnschrift, sans-serif;
    text-align: center;
    background-color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    color: white;
}

.footermail:link {
    text-decoration: none;
    color: white;
}

.footermail:visited {
    text-decoration: none;
    color: white;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #555;
}
