@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");

body {
  overflow-x: hidden; /*bloquea el scroll horizontal*/
  background: green;
  height: 100%;
  width: 100%;
  word-wrap: break-word;

  font-family: "Comfortaa", cursive;
  margin: 0;
}

.banner img {
  width: 99.8vw;
  height: 30vw;
}

.encabezado h2 {
  margin-left: 8vw;
  font-size: 1.7rem;
  text-shadow: 7px 4px 5px black;
  color: white;
}

.encabezado p {
  margin-top: -1rem;
  margin-left: 8.2vw;
  font-size: 0.9rem;
  color: white;
}

h3 {
  color: white;
  font-size: 1rem;
  font-style: italic;
  font-weight: bolder;
  margin-left: 5%;
  margin-right: 8.5vw;
  text-align: left;
  margin-bottom: -10px;
}

h4 {
  color: white;
  font-size: 1rem;
  font-style: italic;
  font-weight: bolder;

  margin-right: 8.5vw;
  text-align: center;
  margin-bottom: -10px;
}

h7 {
  font-size: 0.9rem;
  color: white;
  margin: auto 5%;
}

@media (min-width: 320px) and (max-width: 480px) {
  .encabezado h2 {
    font-size: 1.3rem;
    margin: auto 8%;
  }
  .encabezado p {
    font-size: 0.7rem;
    margin-top: -10px;
  }
}
/*BOTONES CATEGORIA*/
.divBotonesCategorias {
  margin: auto 10%;
}

.btnCategoria {
  border: 1px solid #e7d0aa; /*anchura, estilo y color borde*/
  padding: 10px; /*espacio alrededor texto*/
  background-color: #bdecb6; /*color botón*/
  color: green; /*color texto*/
  text-decoration: none; /*decoración texto*/
  text-transform: uppercase; /*capitalización texto*/
  font-family: "Comfortaa", "Helvetica", sans-serif; /*tipografía texto*/
  font-size: 0.8rem;
  border-radius: 10px; /*bordes redondos*/
  margin: 5px auto; /*separacion entre cada botón*/

  position: relative;
  top: 10%;
}
.botonActivo:focus {
  color: black;
  background-color: rgb(240, 185, 3);
}

@media (min-width: 320px) and (max-width: 480px) {
  .divBotonesCategorias {
    margin: auto 10%;

    text-align: center;
  }
}

/* Push */
@keyframes push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.push {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.push:hover {
  animation-name: push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.columna {
  background-color: green;
  width: 100%;
  margin: auto 1%;
}
/*tamaño de los nombres de los equipo*/
.columna li {
  font-size: 0.8rem;
}

/*orientacion del numero(resultado)*/
.resultados {
  display: block;
  float: right;
}

data-toggle {
  cursor: pointer;
}

/*tamaño del numero(resultado)*/
.badge {
  font-size: 0.7rem;
}
/*PENDIENTE NO SE VE BIEN EN EL MONITOR*/
@media (min-width: 1025px) {
  .mostrarResultados {
    padding: 0;
    margin: 0% 5%;
    display: block;
    position: relative;
    width: 95%;
    height: 950px; /*la altura para que las tablas no tapen el footer*/
  }
  .columna {
    width: 100%;
    margin: auto 1%;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .columna {
    width: 100%;
    margin: auto 1%;
  }
}

/*RESULTADOS*/
.mostrarResultados {
  padding: 0;
  margin: 0% 5%;
  display: block;
  position: relative;
  height: 1200px; /*la altura para que las tablas no tapen el footer*/
}
@media (min-width: 320px) and (max-width: 480px) {
  .mostrarResultados {
    height: 1150px; /*la altura para que las tablas no tapen el footer*/
  }
}
.categoria1 {
  position: absolute;
  z-index: auto;
  top: 0px;
  left: 0;
  width: 100%;
}
.categoria2 {
  position: absolute;
  z-index: auto;
  top: 0px;
  left: 0px;
  width: 100%;
}
.categoria3 {
  position: absolute;
  z-index: auto;
  top: 0px;
  left: 0px;
  width: 100%;
}
.categoria4 {
  position: absolute;
  z-index: auto;
  top: 0px;
  left: 0px;
  width: 100%;
}
.categoria5 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.categoria6 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.categoria7 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

html {
  scroll-behavior: smooth; /*para que baje-suba suave*/
}

a {
  text-decoration: none;
}

/*TABLA*/
.tablaPuntos {
  margin-left: 7.5%;
}
.Rellenar {
  color: #d3b466;
}
table {
  table-layout: fixed;
  width: 50%; /*el ancho de la tabla*/
}

th,
td {
  /*el ancho de cada columna, va combinado con el width de table*/
  word-wrap: break-word;
}
.rtable {
  /*!
    // IE needs inline-block to position scrolling shadows otherwise use:
    // display: block;
    // max-width: min-content;

    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    */
  display: inline-block;
  vertical-align: top;
  /*max-width: auto;*/
  overflow-x: auto;
  white-space: nowrap; /*para que el contenido quepa en un renglon y no se haga grande la columna nowrap (en cel)*/
  border-collapse: collapse;
  border-spacing: 0;
}

.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: #d3b466;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th /*ENCABEZADOS*/ {
  font-size: 0.9rem;
  text-align: center;
  color: white;
  text-transform: uppercase;
  background: gray;
}
.rtable td /*LA INFORMACIÓN*/ {
  font-size: 0.8rem;
  text-align: center;
  color: black;
}

.rtable th,
.rtable td {
  padding: 6px 12px;
  border: 1px solid #d9d7ce;
}

.rtable--flip {
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: flex;
  flex-shrink: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.rtable--flip tbody {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: flex;
  flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}

table {
  margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 480px) {
  table {
    width: 80%; /*ancho de la tabla*/
  }
  .rtable {
    white-space: inherit; /*para que el contenido quepa en un renglon y no se haga grande la columna nowrap*/
  }
  .tablaPuntos {
    margin-left: 15%;
  }
}
