@charset "UTF-8";
body {
  background-color: black;
}

h2 {
  margin: 10px;
  padding: 10px;
  color: yellow;
}

h3 {
  margin: 10px;
  padding: 10px;
  color: yellow;
}

h4 {
  margin: 10px;
  padding: 10px;
  color: yellow;
}

a {
  text-decoration: none;
  color: yellow;
  font-size: 20px;
}

p {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  color: yellow;
  padding: 10px;
  margin: 20px;
  text-align: center;
}

.volver {
  margin: 20px;
  padding: 0px;
}

.intermedio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.intermedio .tablaresultados {
  overflow-x: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000;
  padding: 1rem;
  margin: 0 auto;
  float: right;
}
.intermedio .tablaresultados tr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 2px solid grey;
}
.intermedio .tablaresultados td {
  display: flex;
  justify-content: center;
  align-items: center;
  color: yellow;
  font-weight: bold;
  font-size: 1rem;
}
.intermedio .tablaresultados .escudo {
  width: 50px;
  height: auto;
}
.intermedio .tablaresultados .marcador {
  font-size: 1.2rem;
  padding: 0 0.5rem;
}
.intermedio .tablaresultados .intermediocampeon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px;
}

.noticiasentrada {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px;
  text-align: center;
  padding: 30px;
}
.noticiasentrada article img {
  width: 250px;
  height: 150px;
}

.boton {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boton button {
  background-color: white;
  border-color: red;
}
.boton button a {
  color: black;
}

.carousel-item .carousel-caption p {
  color: black !important;
  background-color: yellow;
}
.carousel-item .carousel-caption h3 {
  background-color: yellow;
  color: black;
}

.formularios {
  margin: 20px;
  padding: 10px;
  color: yellow;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
}

@keyframes titulo {
  from {
    margin-left: 100%;
    width: 100%;
  }
  to {
    margin: 0;
    width: 100%;
  }
}
.encabezados h1 {
  background-color: black;
  animation-name: titulo;
  animation-duration: 1s;
  animation-delay: 0;
  text-align: center;
  font-size: 50px;
  font-family: Tagesschrift;
  color: yellow;
}
.encabezados .navegador .navbar-brand {
  color: black !important;
}
.encabezados .navegador .dropdown-menu a:hover {
  background-color: red !important;
}
.encabezados .navegador .dropdown-menu {
  background-color: yellow;
}
.encabezados .navegador .bg-body-tertiary {
  background-color: yellow !important;
}
.encabezados .navegador .nav-item a {
  color: black !important;
}
.encabezados .navegador .container-fluid a:hover {
  color: white !important;
  background-color: red;
}

#antonio article {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#dario article {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#noticias .noticiaspeñarol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px;
}
#noticias .noticiaspeñarol .noticiassobrepeñarol {
  border: 5px solid red;
  background-color: white;
}
#noticias .noticiaspeñarol .noticiassobrepeñarol p {
  color: black;
}
#noticias .noticiaspeñarol .noticiassobrepeñarol h3 {
  color: black;
}
#noticias .noticiaspeñarol .noticiassobrepeñarol img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.peñarol2011 .jugadores2011 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px;
  gap: 20px;
}
.peñarol2011 .jugadores2011 .plantel2011 {
  border: 5px solid red;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.peñarol2011 .jugadores2011 .plantel2011 p {
  color: black;
  text-align: center;
  width: 100%;
}
.peñarol2011 .jugadores2011 .plantel2011 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.peñarol2024 .jugadores2024 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 20px;
  gap: 20px;
}
.peñarol2024 .jugadores2024 .plantel2024 {
  border: 5px solid red;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.peñarol2024 .jugadores2024 .plantel2024 p {
  color: black;
  text-align: center;
  width: 100%;
}
.peñarol2024 .jugadores2024 .plantel2024 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lib2024 article {
  padding: 20px;
}

#uruguayo2024 {
  display: flex;
  flex-direction: column;
}
#uruguayo2024 .videoleo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

#juan {
  display: flex;
  flex-direction: column;
}
#juan .videojuan {
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#inicio .barraamsterdam3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#inicio article .barra {
  display: flex;
  justify-content: center;
  align-items: center;
}
#inicio article .barra img {
  width: 500px;
  height: 300px;
  padding: 10px;
}

footer {
  float: right;
  color: yellow;
  margin: 20px;
}
footer .sitio {
  color: white;
}

.imagenes {
  width: 170px;
  height: 130px;
  float: right;
  transition: 1s;
}
.imagenes:hover {
  transform: scale(1.3);
}

#estadio .estadiosiglo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#estadio .estadiosiglo img {
  width: 700px;
  height: 500px;
  margin: 20px;
}

.primerafoto {
  text-align: center;
}
.primerafoto img {
  width: 350px;
  height: 250px;
}

.fotosidolos {
  width: 200px;
  height: 150px;
}

@media screen and (max-width: 1200px) {
  .barraamsterdam3 img {
    max-width: 100%;
  }
  .barra {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .barra img {
    max-width: 90%;
    height: auto;
    padding: 10px;
  }
}
@media screen and (max-width: 895px) {
  .peñarol2024 .jugadores2024 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .peñarol2024 .jugadores2024 .plantel2024 {
    text-align: center;
  }
  .peñarol2024 .jugadores2024 .plantel2024 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .peñarol2011 .jugadores2011 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .peñarol2011 .jugadores2011 .plantel2011 {
    text-align: center;
  }
  .peñarol2011 .jugadores2011 .plantel2011 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 860px) {
  .intermedio {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .intermedio .intermediocampeon {
    max-width: 90%;
  }
  .intermedio .tablaresultados {
    width: 100%;
  }
  .intermedio .tablaresultados table {
    width: 100%;
    gap: 0.5rem;
  }
  .intermedio .tablaresultados tr {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .intermedio .tablaresultados td {
    font-size: 0.9rem;
  }
  .intermedio .tablaresultados .escudo {
    width: 40px;
  }
  .intermedio .tablaresultados .marcador {
    font-size: 1rem;
  }
  .noticiasentrada article img {
    width: 150px;
    height: 100px;
  }
  .noticiasentrada article p {
    font-size: 20px;
  }
  #estadio .estadiosiglo img {
    width: 500px;
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  #estadio .estadiosiglo img {
    width: 450px;
    height: 250px;
  }
  .peñarol2024 .jugadores2024 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .peñarol2024 .jugadores2024 .plantel2024 {
    text-align: center;
  }
  .peñarol2024 .jugadores2024 .plantel2024 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .peñarol2011 .jugadores2011 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .peñarol2011 .jugadores2011 .plantel2011 {
    text-align: center;
  }
  .peñarol2011 .jugadores2011 .plantel2011 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 574px) {
  #noticias .noticiaspeñarol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .noticiasentrada {
    margin: 10px;
    padding: 10px;
  }
  .noticiasentrada article img {
    width: 100px;
    height: 50px;
  }
  .noticiasentrada article p {
    font-size: 10px;
    margin: 10px;
  }
  #estadio .estadiosiglo img {
    width: 200px;
    height: 150px;
  }
  #uruguayo2024 article iframe {
    width: 170px;
    height: 100px;
  }
  #juan article iframe {
    width: 300px;
    height: 150px;
  }
}
@media screen and (max-width: 470px) {
  #estadio .estadiosiglo img {
    width: 150px;
    height: 100px;
  }
  #juan article iframe {
    width: 170px;
    height: 100px;
  }
  .barraamsterdam3 img {
    width: 200px;
    height: 100px;
  }
  .barra img {
    width: 200px;
    height: 100px;
  }
  .peñarol2024 .jugadores2024 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
    flex-direction: column;
  }
  .peñarol2024 .jugadores2024 .plantel2024 {
    text-align: center;
  }
  .peñarol2024 .jugadores2024 .plantel2024 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .peñarol2011 .jugadores2011 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
    flex-direction: column;
  }
  .peñarol2011 .jugadores2011 .plantel2011 {
    text-align: center;
  }
  .peñarol2011 .jugadores2011 .plantel2011 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #antonio article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  #dario article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
@media screen and (max-width: 376px) {
  .navegacion ul {
    padding: 0;
    margin: 0;
  }
  .imagenes {
    width: 100px;
    height: 50px;
  }
  #estadio .estadiosiglo {
    width: 300px;
    height: 150px;
  }
  #juan article iframe {
    width: 100px;
    height: 100px;
  }
  article .fotosidolos {
    width: 100px;
    height: 100px;
  }
  .noticiasentrada {
    display: flex;
    flex-direction: column;
  }
  .intermedio {
    flex-direction: column;
    align-items: center;
  }
  .intermedio .intermediocampeon {
    max-width: 100%;
    height: auto;
  }
  .intermedio .tablaresultados {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
  .intermedio tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.3rem;
    border-width: 1px;
  }
  .intermedio td {
    font-size: 0.8rem;
    padding: 0.2rem;
  }
  .intermedio .escudo {
    width: 30px;
  }
  .intermedio .marcador {
    font-size: 0.9rem;
    padding: 0 0.3rem;
  }
  #estadio .estadiosiglo {
    width: 259px;
    height: 150px;
  }
  .primerafoto img {
    width: 250px;
    height: 150px;
  }
  #uruguayo2024 article iframe {
    width: 150px;
    height: 100px;
  }
}

/*# sourceMappingURL=estilosass.css.map */
