
        body {
            font-family: "Philosopher", sans-serif;
            line-height: 1.6;
            margin: 20px;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
        }
    
        h1 {
            color: #005b96;
            text-align: center;
            font-size: 36px;
            margin-bottom: 20px;
        }

        h2 {
            color: #007bff;
            margin-top: 30px;
            font-size: 28px;
             text-align: center;
        }

        p {
            font-size: 18px;
            margin-bottom: 20px;
             text-align: left;
        }

       ul {
    list-style-type: square;
    margin: 0 auto 20px auto; /* Centra el ul, y mantiene margen inferior */
    max-width: fit-content; /* O un ancho fijo, para que margin: auto funcione */
}

        ul li {
            margin-bottom: 10px;
            font-size: 18px;
            text-align: left;
        }

        ul li strong {
            color: #007bff;
        }

        div {
            background-color: #ffffff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }

        .home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  text-decoration: none; /* Elimina el subrayado */
}

.home-button img {
  width: 30px;  /* Ajusta el tamaño aquí */
  height: 30px;  /* Ajusta el tamaño aquí */
  filter: brightness(0) saturate(100%) invert(34%) sepia(100%) saturate(537%) hue-rotate(154deg) brightness(99%) contrast(100%);
  transition: filter 0.3s ease;
}

.home-text {
    color: #ffffff;
    text-decoration: none;
    background-color: #085eba;
    border-radius: 10%;
}

.imagen-caso-clinico {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}
