@font-face {
  font-family: dyslexie;
  src: url(Dyslexie.woff);
}

 *{
  font-family: dyslexie;
  color: rgb(255, 255, 255);
    padding:0;
    margin:0;
       -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
     transition: all 0.5s linear;
    -moz-transition: all 0.5s linear; /* Firefox 4 */
    -webkit-transition: all 0.5s linear; /* Safari and Chrome */
    -o-transition: all 0.5s linear; /* Opera */
    -ms-transition: all 0.5s linear; /* Explorer 10 */
 }

table, th, td {
  border-collapse: collapse;
  }

.nominaciones{
text-align: center;
}

.carta{
text-align: center;
margin-top: 2vw;
}

header {
  position: sticky;
  top: 0;
  padding-top: 0.5vw;
  margin-top: 3vw;
  width: 80%;
  padding-bottom: 2vw;
  align-content: center;
  background: linear-gradient(to right, rgb(22, 197, 255),rgb(0, 153, 204), rgb(0, 136, 182), rgb(62, 207, 255));
  border-radius: 7vw;
  min-height: 9vw;
  max-height: 9vw;
  z-index: 1;
align-self: center;
background: linear-gradient(to right, rgb(22, 197, 255),rgb(0, 153, 204), rgb(0, 136, 182), rgb(62, 207, 255)) padding-box,
              linear-gradient(130deg, rgb(194, 240, 255),rgb(1, 132, 175), rgb(0, 136, 182), rgb(221, 246, 255)) border-box;
  border: 0.2vw solid transparent;
}

#Logo_Home {
  float: left;
top: 0;
 height: auto; 
    max-width:40%;
}

h1 {
  font-size: 3vw;
}


p {
  font-size: 1vw;
  margin-bottom: 0vw;
}

.topnav{
max-height: 2vw;
height: auto;
}

 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.6vw;
  overflow: auto;
  max-height: 4.5vw;
  direction: rtl;
  text-align: left;
   scrollbar-width: 1vw;
   scrollbar-color: rgb(22, 197, 255) rgba(255, 255, 255, 0);
}

li a {
  display: block;
  color: rgb(255, 255, 255);
  padding-left: 2vw;
  text-decoration: none;
}

/* Change the link and background color on hover */
li a:hover {
  font-size: 1vw;
  color: #ff65b2;
} 

.row{
margin-left: 5% ;
margin-right: 5%;
width: 94%;
position: sticky;
}

.column {
  float: left;
}

.column p{
  margin-right: 1vw;
  font-size: 0.9vw;
}

.right {
  width: 25%;
  
}

.left {
  width: 75%;
}

.row2{
width: 100%;
}

.right2 {
  width: 65%;
  float: right;
}

.right2 input{
  min-height: 4vw;
  text-overflow: ellipsis;
  margin: 1vw;
  max-width: 90%;
  font-size: 0.7vw;
}


.left2 {
  width: 35%;
  height: auto;
  object-fit: contain;
  
}

.left2 img{
width: 90%;
float: left;
padding-bottom: 10vw;
}

.right2 th {
  border-radius: 1vw 1vw 0vw 0vw;
}


footer{
  width: 100%;
  background:linear-gradient(0deg,rgb(255, 136, 196) 0%, rgba(204, 102, 153, 0.753) 40%, rgba(204, 102, 153, 0) 100%);
  color: white;
  text-align: center;
  position: fixed bottom;
  bottom: 0;
  padding-top: 1vw;
  padding-bottom: 1vw;
  margin-top: auto;
  display: flex;
}



footer p img{
 vertical-align: middle;
margin-right: 1vw;
}

.invitacion {
position: relative;
margin-left: 3vw;
width: 50%;
}

summary{
padding-left: 11vw;
vertical-align: middle;
text-align: left;
color: white;
font-size: 2vw;
height: 3vw; 
background-color: #3d91c2;
border: none;
border-radius: 1vw 8vw 0.5vw 0.5vw ;
padding-top: 1vw;
margin-top: 3vw;
margin-bottom: 0%;
padding-bottom: 2vw;
background-size: contain;
background-repeat: no-repeat;
}


.logo_musica{
background-image: url(Logos/a_musica.webp);
}

details[open] summary {
 border-radius: 1vw 8vw 0vw 0vw ;
 
}

th, td {
  background-color: #96D4D4;
}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #3d91c2;
  color: white;
  font-size: 1vw;
   }

tr:nth-child(even) td{
    background-color: #7eb5e2;
}


input {
outline: none;
 border: none ;
 color: white;
 text-align: center;
 width: 100%;
 background: none ;
font-size: 1.2vw;}

input :focus {
  background-color: #304272;
}



body {
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-image: url(Fondo\ Light.webp);
display: flex;
flex-direction: column;
min-height: 100vh;
}

article{
margin-left: 15% ;
margin-right: 15%;
width: 70%;
padding-bottom: 6vw;
min-height: 100%;
position: relative;
}

#page-container {
  min-height: fit-content;
}

.agradecimiento{
  margin-top: 2vw;
text-align: left;
margin-left: 5%;
display: block;
width: 100%;
}

.agradecimiento p{
  width: 30%;
  float: left;
  margin-right: 0.8vw;
}

.agradecimiento img{
  border-radius: 1vw;
  float: left;
}

:target {
    scroll-margin-top: 15vw;  /* Adjust this value to the height of your fixed header plus some extra space */
}



button {
color: white;
font-size: 1.5vw;
width: 100%;
height: 3vw;
max-height: auto;
background-color: #CC6699;
border: none;
border: 2px solid #CC6699;
border-radius: 0vw 0vw 1vw 1vw ;
margin-top: 0%;
padding-top: 0%;
padding-bottom: 1vw;
top: 0;
}

.marz {
  text-decoration: none;
}

button:hover {
width: 100%;
height: 3vw;
background-color: #ff8bc5;
cursor: pointer;

}

h3 {
  margin-top: 0%;
color: #FF3399;

}

#toc_container {
    background: #CC6699 none repeat scroll 0 0;
    border-radius: 1vw 5vw 5vw 1vw;
    padding: 1vw 0vw 1vw 1vw;
    margin-top: 0vw;
    color: #191a1d;
    align-self: center;
    vertical-align: middle;
    width: 93%;
    max-height: 8vw;
    min-height: 8vw;
}

#toc_container ul{
    overflow:auto;
    height: auto;
    max-height: 4.5vw;
    border-radius: 5vw;
    scrollbar-width: 1vw;
   scrollbar-color:rgb(22, 197, 255) rgba(255, 255, 255, 0);
}

#toc_container a {
color: rgb(255, 255, 255);
text-decoration-line: none;

}

.toc_title {
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
    padding: 0%;
    margin: 0%;
    color: #ffffff;
}

input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: rgb(255, 255, 255);
  font-size: 1vw;
}

.logo_narrativa{
background-image: url(Logos/a_narrativa.webp);
}

.logo_año{
background-image: url(Logos/a_juegodelaño.webp);
}
.logo_evento{
background-image: url(Logos/a_evento.webp);
}
.logo_arte{
background-image: url(Logos/a_artistico.webp);
}
.logo_meme{
background-image: url(Logos/a_meme.webp);
}
.logo_combate{
background-image: url(Logos/a_combate.webp);
}
.logo_estrategia{
background-image: url(Logos/a_estrategia.webp);
}
.logo_otros{
background-image: url(Logos/a_otros\ medios.webp);
}
.logo_anticipados{
background-image: url(Logos/a_anticipado.webp);
}
.logo_divertido{
background-image: url(Logos/a_divertido.webp);
}
.logo_online{
background-image: url(Logos/a_online.webp);
}
.logo_creador{
background-image: url(Logos/a_creador\ de\ contenido.webp);
}
.logo_innovacion{
background-image: url(Logos/a_innovacion.webp);
}.logo_honor{
background-image: url(Logosa/a_honor.webp);
}.logo_frustrante{
background-image: url(Logos/a_frustrante.webp);
}.logo_honor{
background-image: url(Logos/a_honor.webp);
}
.logo_recomendaciones {
  background-image: url(Logos/a_recomendaciones.webp);
}

::-webkit-scrollbar {
    width: 0.7vw;
}

::-webkit-scrollbar-track {
    background-color: #CC6699;
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e4e7ff;
}

@media (prefers-color-scheme: dark) {
body{
  background-image: url(Fondo\ Dark.webp);
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

h1 {
   color: rgb(255, 255, 255);
}





 } 

 ::details-content {
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
  height: 0;
  overflow: clip;
}

/* Browser supports interpolate-size */
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }

  [open]::details-content {
    height: auto;
  }
}

@supports selector(::details-content) {
  .notice {
    display: none;
  }
}

@layer base {
  
  body {
    font-family: system-ui;
    overflow-x: hidden;
  }
  
  .notice {
    background: wheat;
    color: saddlebrown;
    margin-block-end: 1rem;
    padding: 1rem;
    text-align: center;
    text-shadow: 0 1px 1px hsl(0 0 100%);
}}

html {
  scroll-behavior: smooth;
}