/* Home.css */
@font-face {
    font-family: 'ASS';
    src: url('../ffts/ASS.TTF');
}
@font-face {
    font-family: 'AURORA';
    src: url('../ffts/AURORA-PRO.otf');
}
@font-face {
    font-family: 'black_spiral';
    src: url('../ffts/black spiral.ttf');
}
@font-face {
    font-family: 'Bugfast';
    src: url('../ffts/Bugfast.otf');
}
@font-face {
    font-family: 'Centers_George';
    src: url('../ffts/Centers George.otf');
}
@font-face {
    font-family: 'Centers_George_ttf';
    src: url('../ffts/Centers George.ttf');
}
@font-face {
    font-family: 'Cooler_South_St';
    src: url('../ffts/Cooler_South_St.ttf');
}
@font-face {
    font-family: 'Corrupted_File';
    src: url('../ffts/Corrupted File.ttf');
}
@font-face {
    font-family: 'Dreaming_of_Lilian';
    src: url('../ffts/Dreaming of Lilian.ttf');
}
@font-face {
    font-family: 'hHalusino';
    src: url('../ffts/hHalusino.ttf');
}
@font-face {
    font-family: 'LoudBeats';
    src: url('../ffts/LoudBeats.ttf');
}
@font-face {
    font-family: 'Vanished';
    src: url('../ffts/Vanished.ttf');
}
@font-face {
    font-family: 'RetroGaming';
    src: url('../ffts/Retro\ Gaming.ttf');
}
@font-face {
    font-family: 'Pixeland';
    src: url('../ffts/Pixeland.ttf');
}

body{
    background-image: url("https://sadhost.neocities.org/images/tiles/greengrid.jpg");
    color: aliceblue;

}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    border: double;
    border-color: rgba(1, 255, 69, 0.977);
    font-size: 20px;
  }

  nav {
    border-radius: 2px;
    border: solid;
    border-color: rgba(1, 255, 69, 0.977);
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan si es necesario */
    max-width: 100%; /* Asegura que el contenedor se ajuste al tamaño de la ventana */
    height: auto; /* Permite que la altura se ajuste automáticamente */
}

/* Contenedor de los elementos de la lista */
nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
    width: 100%; /* Asegura que el UL ocupe todo el ancho disponible */
    flex-wrap: wrap; /* Permite que los elementos se envuelvan si es necesario */
}

/* Elementos de la lista dentro del ul */
nav ul li {
  display: flex;
    flex-grow: 1; /* Hace que los elementos crezcan para ocupar el espacio disponible */
    text-align: center; /* Asegura que los elementos estén centrados */
    justify-content: space-around;
}

/* Enlaces dentro de la lista */
nav li  {
    color: aliceblue;
    font-size: 20px;
    border-left: solid;
    border-right: solid;
    border-color: aliceblue;
    border-width: 2px;
    padding: 5px;
    margin: 5px;
    text-decoration-line: none;
    display: block; /* Hace que el enlace ocupe toda la línea */
}

/* Enlace al pasar el mouse */
nav ul li:hover {
    color: rgba(1, 255, 69, 0.977);
    border-color: rgba(1, 255, 69, 0.977);
    cursor: pointer;
}

h2 a{
  color: aliceblue;
  border-left: solid;
  border-color: aliceblue;
  border-width: 2px;
  font-size: 50px;
  padding: 5px;
  margin: 5px;
  text-decoration-line: none;
  text-transform: uppercase;
  display: block; /* Hace que el enlace ocupe toda la línea */
}

/* Enlace al pasar el mouse */
h2 a:hover {
  color: rgba(1, 255, 69, 0.977);
  border-color: rgba(1, 255, 69, 0.977);
}

main{
  border-radius: 2px;
  border: double;
  border-color: rgba(1, 255, 69, 0.977);
  justify-content: space-around;
  align-items: start;
  display: flex;
  padding: 20px;
}

.izq{
  display: block;
  justify-content: center;
  align-items: center;
  margin: 20px;
  width: 15%;
}

.face{
width: 100%;
  border: 5px double rgba(1, 255, 69, 0.977);
  background-color: rgba(18, 18, 18, 0.5);
}

#statuscafe {
  background-color: #000000aa ;
  border: 2px solid rgba(1, 255, 69, 0.977);
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-top: 5px;
  width: 100%;
}

.Actualizaciones{
  border: 2px double rgba(1, 255, 69, 0.977);
  background-color: rgba(18, 18, 18, 0.5);
  height: 150px;
  width: 100%;
}


.principal{
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 20px;
  border: 2px double rgba(1, 255, 69, 0.977);
  background-color: rgba(18, 18, 18, 0.5);
  height: 60vh;
}


.der{
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20%;
    margin: 15px;
}


.Sobremi{
  display: block;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  border: 2px double rgba(1, 255, 69, 0.977);
  padding: 5px;
  background-color: rgba(18, 18, 18, 0.5);
  width: 100%;
}





  /* width */
::-webkit-scrollbar {
  width: 5px;
  display: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(255, 0, 0); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: 
  rgba(1, 255, 69, 0.977);
  border-radius: 10px;
}


footer {
  background-color: rgba(18, 18, 18, 0.5);
  color: white;
  text-align: center;
  padding-top: -20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}


.slider {
width: 98%;
height: auto;
margin: auto;
overflow: hidden;
margin: 10px;
justify-content: center;
}

.slider .slide-track {
display: flex;
animation: scroll 40s linear infinite;
-webkit-animation: scroll 40s linear infinite;
width: calc(200px * 34);
}

.slider .slide {
width: 200px;
}

.slider .slide img {
width: 100%;
}
p{
  font-family: 'RetroGaming';
}

@keyframes scroll {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
100% {
    -webkit-transform: translateX(calc(-200px * 7));
    transform: translateX(calc(-200px * 7));
}
}


@media screen and (max-width: 768px) {
    aside.izq,
    aside.der {
        display: none;
    }

    .principal {
        width: 100%;
    }
}
