@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.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s 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;
  }


  .texto {
margin-left: 14vw;
margin-right: 6vw;
  }

.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:50%;
}

h1 {
  font-size: 3vw;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #CC6699;
  font-size: 1vw;
  border-radius: 1vw 5vw 5vw 1vw;
  overflow: auto;
  max-height: 13vw;
   scrollbar-width: 1vw;
   scrollbar-color: rgb(0, 153, 204) rgba(255, 255, 255, 0);
}

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

/* Change the link and background color on hover */
li a:hover {
  background-color: #fd9dcd;
  color: white;
}

.active {
  background-color: #FF3399;
  color: white;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3d91c296;
}

.container:hover .overlay {
  opacity: 100%;
}

.categoria :hover{
  cursor: pointer;
}

.text {
  color: white;
  font-size: 7vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.noticias {
width: 80%;
display: flex;
  justify-content: center;
  align-items: center;
}

.news{
background: linear-gradient(to right, rgb(22, 150, 255),rgb(0, 122, 204), rgb(62, 207, 255));
width: 100%;
height: auto;
align-content: center;
padding-top: 1vw;
padding-bottom: 1vw;
margin-bottom: 1vw;
border-top-color: #698ef3;
border-top-style: solid;
border-top-width: 0.2vw;
border-bottom-color: #6783d1;
border-bottom-style: solid;
border-bottom-width: 0.2vw;
}

.noticias h2{
 margin-left: 10vw;
 font-size: 3vw;
}

.noticia h3{
 font-size: 0.9vw;
}

.juegosrecomendados{
 width: 100%;
}
 
.noticia {
float: left;
padding: 1vw;
background-color: #153547;
border-radius: 0.3vw;
margin: 1vw;
min-height: 10vw;
max-height: 10vw;
}
.noticia p{
font-size: 0.6vw;
}

.noticias .noticia:hover{
background-color: #245775;
}

.noticia1 {
width: 25%;
}
.noticia2 {
width: 25%;
}
.noticia3 {
width: 25%;
}

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

.backloggd:hover{
  opacity: 100%;
  width: 102%;
}

.backloggd{
border-radius: 1vw; 
width: 100%; 
opacity: 70%; 
text-align: left; 
margin-top: 1vw;
}

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


.row2{
width: 100%;
position: sticky;
}

.row2 h3{
  font-size: 1vw;
}

.column {
  float: left;
}

.categoria {
  background-color: #3d91c2;
  border-radius: 1vw;
  margin: 1vw;
  text-align: center;
}

.categoria p{
  padding-left: 1vw;
}

.categoria h2, h3{
  text-align: center;
  color: #ffffff;
}

.categoria h2{
  font-size: 1.5vw;
}

.categoria h3{
  color: #ffffff;
  margin-top: 1vw;
}

.especificaciones {
  text-align: left;
  font-size: 0.5vw;
}

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

.right {
  width: 30%;
  
}

.left {
  width: 70%;
}

.archive img{
width: 100%;
border-radius: 1vw;
z-index: 0;
}

.container img:hover{
opacity: 100%;
width: 102%;
 transform: translate(-1%, 0%);
}

.container h2{
font-size: 8vw;
z-index: -2;
}




.archive {
  background-color: #3d91c2;
  border-radius: 1vw;
  padding: 1vw;
  margin: 1vw;
}

.archive h2{
  font-size: 3vw;
  text-align: center;
  padding: 0vw;
  margin: 0vw;
}

.container {
  position: relative;
  text-align: center;
  color: white;}

  .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
   -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.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-bottom: 1vw;
  margin-top: auto;
  display: flex;
}

footer p{
 padding-top: 1vw;
}

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

.invitacion {
  padding-top: 1vw;
position: relative;
margin-left: 3vw;
width: 50%;
}
h2{
  font-size: 1.5vw;
}
details {
    background-color: #7eb5e2;
    border-radius: 1vw;
    padding-bottom: 1vw;
}
 details > summary {
   list-style: none;
   background-color: #3d91c2;
   border-radius: 1vw;
   padding-top: 1vw;
 }

 summary img{
    height: auto; 
    max-width:30%

 }

 details > summary::-webkit-details-marker {
   display: none;}

.logo_musica{
background-image: url(Music-44.webp);
}

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

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

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

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: large;
width: 100%;
height: 3vw;
background-color: #CC6699;
border: none;
border: 2px solid #CC6699;
border-radius: 0vw 0vw 1vw 1vw ;
margin-top: 0%;
padding-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;
    padding: 1vw;
    margin-top: 0vw;
    color: #191a1d;
    align-self: center;
    vertical-align: middle;
    width: 100%;
    max-height: 10vw;
    min-height: 10vw;
}

#toc_container ul{
      overflow:auto;
    max-height: 6.9vw;
    scrollbar-width: 1vw;
   scrollbar-color: rgb(0, 153, 204) 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;
}

::-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;
} 
}
 