
  body {
    height: 100vh;
    margin: 0;
    font-family: Poppins;
    color: #c8b090;
    background-image: url(Gruia2/Espacio.jpg);
    background-size: cover;
    background-position: center;
}
    .cuadrotexto {
      position: relative;
      font-family: "Karantina", system-ui, sans-serif;
      width: 500px;
      min-height: 100px;
      border: 2px solid #41414100;
      border-radius: 12px;
      padding: 15px;
      background: #ffffff00;
      color: #fff4f400;
      transform: translateY(-2000%);
      transition: 5s;
      left: 30%;
      font-size: 10px;
      line-height: 1.4;
      overflow-y: auto;
    }
    .cuadrotexto.activo{
        background: #ffffff3c;
        border: 2px solid #414141;
        transform: translateY(-100%);
        left: 25%;
        color: #fff4f4;
        transition: 5s;
    }
    .cuadrotexto1 {
      position: relative;
      font-family: "Karantina", system-ui, sans-serif;
      width: 500px;
      min-height: 100px;
      border: 2px solid #41414100;
      border-radius: 12px;
      padding: 15px;
      background: #ffffff00;
      color: #fff4f400;
      transform: translateY(-2000%);
      transition: 5s;
      left: 30%;
      font-size: 10px;
      line-height: 1.4;
      overflow-y: auto;
    }
    .cuadrotexto1.activo{
        background: #ffffff3c;
        border: 2px solid #414141;
        color: #fff4f4;
        transition: 5s;
    }
    .cuadrotexto2 {
      position: relative;
      font-family: "Karantina", system-ui, sans-serif;
      width: 500px;
      min-height: 100px;
      border: 2px solid #41414100;
      border-radius: 12px;
      padding: 15px;
      background: #ffffff00;
      color: #fff4f400;
      transform: translateY(-2000%);
      transition: 10s;
      left: -60%;
      font-size: 10px;
      line-height: 1.4;
      overflow-y: auto;
    }
    .cuadrotexto2.activo{
        background: #ffffff3c;
        border: 2px solid #414141;
        transform: translateY(25%);
        left: -60%;
        color: #fff4f4;
        transition: 10s;
    }
    .cuadrotexto3 {
      position: relative;
      font-family: "Karantina", system-ui, sans-serif;
      width: 500px;
      min-height: 100px;
      border: 2px solid #41414100;
      border-radius: 12px;
      padding: 15px;
      background: #ffffff00;
      color: #fff4f400;
      transform: translateY(-2000%);
      transition: 10s;
      left: 30%;
      font-size: 10px;
      line-height: 1.4;
      overflow-y: auto;
    }
    .cuadrotexto3.activo{
        background: #ffffff3c;
        border: 2px solid #414141;
        transform: translateY(110%);
        left: -60%;
        color: #fff4f4;
        transition: 5s;
    }

    .cuadrotexto4 {
      position: relative;
      font-family: "Karantina", system-ui, sans-serif;
      width: 600px;
      min-height: 100px;
      border: 2px solid #41414100;
      border-radius: 12px;
      padding: 15px;
      background: #ffffff00;
      color: #fff4f400;
      transform: translateY(-2000%);
      transition: 5s;
      left: 30%;
      font-size: 10px;
      line-height: 1.4;
      overflow-y: auto;
    }
    .cuadrotexto4.activo{
        background: #ffffff3c;
        border: 2px solid #414141;
        transform: translateY(50%);
        left: -70%;
        color: #fff4f4;
        transition: 5s;
    }
    .cuadrotexto5 {
      position: relative;
      font-family: "Karantina", system-ui, sans-serif;
      width: 500px;
      min-height: 100px;
      border: 2px solid #41414100;
      border-radius: 12px;
      padding: 15px;
      background: #ffffff00;
      color: #fff4f400;
      transform: translateY(-2000%);
      transition: 5s;
      left: 30%;
      font-size: 10px;
      line-height: 1.4;
      overflow-y: auto;
    }
    .cuadrotexto5.activo{
        background: #ffffff3c;
        border: 2px solid #414141;
        transform: translateY(300%);
        left: -70%;
        color: #fff4f4;
        transition: 5s;
    }

    /* Las imágenes dentro del cuadro */
    .cuadrotexto img {
      max-width: 100%;
      height: auto;
      margin: 10px 0;
      border-radius: 8px;
      display: block;
    }

    /* Al enfocar */
    .cuadrotexto:focus {
      outline: none;
      border-color: #0066ff;
      box-shadow: 0 0 6px rgba(0, 102, 255, 0.5);
    }
.sol {
    position: relative;
    background-color: rgb(228, 228, 147);
    box-shadow: 0px 0px 90px 10px rgb(228, 228, 147);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 47%;
    transform: translateY(30vh);
    transition: 5s;
}
.sol.activo {
    background-color: rgb(224, 224, 209);
    box-shadow: 0px 0px 100px rgba(247, 251, 186, 0.744);
    width: 1000px;
    height: 1000px;
    left: 20%;
    transform: translateY(80vh);
    transition: 5s;
}
.sol.izquierda {
    left: -300%;
    width: 100px;
    height: 100px;
    transform: translateY(26%);
    transition: 5s;
}
.sidebar {
    width: auto;
    background: linear-gradient(180deg, #00000027, #00000039); /* Gradiente sutil */
    color: rgb(255, 255, 255);
    height: 100vh;
    position: fixed;
    padding: 25px;
    box-shadow: 3px 0px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column; /* Organiza los elementos verticalmente */
}
.sidebar button {
    display: block;
    color: #e6eaec; /* Un gris más claro para el texto */
    padding: 15px 20px;
    text-decoration: none;
    background-color: #30363a;
    border-radius: 8px; /* Bordes más redondeados */
    margin-bottom: 10px;
    font-weight: 400;
    transition: all 0.3s ease; /* Transición suave para todos los efectos */
}

/* --- Efecto dinámico al pasar el ratón por los enlaces --- */
.sidebar button:hover {
    background-color: #696969;
    color: #ffffff;
    transform: translateX(10px); /* Se mueve un poco a la derecha */
    box-shadow: 0 4px 10px rgba(219, 219, 219, 0.599);
}
.tierra {
    position: relative;
    background-color: #d3e5ff;
    box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.744);
    width: 2.5px;
    height: 2.5px;
    border-radius: 50%;
    left: 79%;
    transform: translateY(30vh);
    transition: 2.5s;
}
.tierra.activo {
    background-image: url(Guia1/8ktierra.jpg);
    background-size: cover;
    box-shadow: -20px 0px 90px rgba(182, 207, 244, 0.744);
    width: 900px;
    height: 900px;
    left: 80%;
    transform: translateY(-300px);
    transition: 15s;
}
.marte {
    background-color: rgb(255, 153, 105);
    position: absolute;
    box-shadow: 0px 0px 90px rgba(255, 255, 255, 0.95);
    height: 3.5px;
    width: 3.5px;
    left: 90%;
    border-radius: 50%;
    transform: translateY(40vh);
    transition: 5s;
}
.marte.active {
    background-image: url(Guia1/8kmarte.jpg);
    background-size: cover;
    box-shadow: 0px 0px 90px rgba(233, 221, 195, 0.95);
    height: 900px;
    width: 900px;
    left: 80%;
    border-radius: 50%;
    transform: translateY(-300px);
    transition: 5s;
}
.tierrar {
    background-color: #f2c68e;
    position: absolute;
    box-shadow: 0px 0px 90px rgba(255, 234, 177, 0.95);
    height: 2.5px;
    width: 2.5px;
    left: 57%;
    border-radius: 50%;
    transform: translateY(150px);
    transition: 5s;
}
.tierrar.activo {
    background-image: url(Guia1/8kvenus.jpg);
    background-size: cover;
    height: 900px;
    width: 900px;
    left: 80%;
    transform: translateY(-300px);
    transition: 5s;
}
.martes {
    background-color: white;
    position: absolute;
    box-shadow: 0px 0px 90px rgba(255, 255, 255, 0.95);
    height: 0.5px;
    width: 0.5px;
    left: 77.9%;
    border-radius: 50%;
    transform: translateY(30vh);
    transition: 2.5s;
}
.martes.active {
    background-image: url(Guia1/8kluna.jpg);
    background-size: cover;
    box-shadow: 0px 0px 90px rgba(255, 255, 255, 0.95);
    height: 900px;
    width: 900px;
    left: 100%;
    border-radius: 50%;
    transform: translateY(-300px);
    transition: 15s;
}






.respuestas-problema {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff00;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.pregunta-respuesta {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.pregunta-respuesta:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.pregunta {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

.respuesta {
    padding: 10px 15px;
    background-color: rgb(255, 251, 251);
    border-radius: 5px;
    border-left: 4px solid #6daee2;
}

.respuesta p {
    margin: 0;
    font-size: 16px;
    color: #000000;
}

.respuesta strong {
    color: #78c1c9;
}

.respuesta li {
    color: #000000;
}
