@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap");

body {
  /*background-color: #caedfc;*/
  background-color: #ffc8e6;
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
}

h1{
  text-align: center;
  font-size: 40px;
  color: blue;
  font-family: "Work Sans", sans-serif;
}

#contenedor-situaciones-elegidas {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: 40px;
  max-width: 800px;
  position: relative;
  border-style: solid;
  border-color: blue;
  font-family: "Work Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

#contenido {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: 40px;
  max-width: 800px;
  position: relative;
  border-style: solid;
  border-color: blue;
}

#resultados {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: 40px;
  max-width: 800px;
  position: relative;
  border-style: solid;
  border-color: blue;
  justify-content: center;
  align-items: center;
}

#resultados img {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}

#contenido p {
  font-family: "Work Sans", sans-serif;
  /* border-style: solid; */
  /* border-width: 1px; */
  margin: 0;
  /* background-color: white;*/
  color: blue;
  font-size: 20px;
}

#contenedor-opciones {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 30% 40% 30%;
}

.contenedor-texto {
  position: relative;
  width: 100%;
  height: 100%;
  /* background-color: blue;  */
}

#contenido .contenedor-texto p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  font-size: 22px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
}

#contenido .contenedor-texto p:hover {
  background-color: #fff1f8;
  cursor: pointer;
}

.contenedor-imagen {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.contenedor-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contenedor-respuesta {
  width: 400px;
  max-width: 80%;
  height: 400px;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  border-style: solid;
  border-color: #ff62b8;
  visibility: hidden;
}

#boton-cerrar {
  right: 4px;
  position: absolute;
}

#boton-cerrar:hover {
  cursor: pointer;
}

p#boton-cerrar {
  color: #ff62b8;
}

p#boton-cerrar:hover {
  cursor: pointer;
}

#linea-progreso {
  width: 80%;
  height: 2px;
  background-color: red;
  position: fixed;
  margin-left: 10%;
  bottom: 100px;
}

ul {
  font-family: "Work Sans", sans-serif;
  /* list-style-type: none;*/
  margin: 0;
  padding: 0;
  margin-top: -14px;
  margin-right: 50px;
  display: flex;
  justify-content: space-between; /* Distribuye uniformemente */
  width: 100%;
}

#linea-progreso li {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  border-style: solid;
  border-color: white;
  background-color: white;
  display: flex; /* Flexbox para centrar contenido */
  align-items: center; /* Centrado vertical */
  justify-content: center; /* Centrado horizontal */
}

#puntaje {
  font-family: "Work Sans", sans-serif;
  /* border-style: solid; */
  /* border-width: 1px; */
  margin: 0;
  /* background-color: white;*/
  color: blue;
  font-size: 50px;
  text-align: center;
}

.situacion-elegida {
  font-family: "Work Sans", sans-serif;
  /* border-style: solid; */
  /* border-width: 1px; */
  margin: 0;
  /* background-color: white;*/
  color: blue;
  font-size: 20px;
  text-align: left;
}

.contenido-colapsable {
  /* padding: 0 18px;*/
  display: block;
  overflow: hidden;
 /* background-color: #cdcccc;*/
  color: black;
  
}

.colapsable {
  /*color: rgb(0, 0, 0);*/
  /*background-color: rgb(210, 210, 210);*/
 /* background-color: rgb(255, 255, 255); */
  background-color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  border-color: blue;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  /*font-family: 'Work Sans', 'Chakra Petch', sans-serif;*/
  font-family: "Work Sans", sans-serif;
  margin-top: 1px;
}

.texto{
  color: blue;
}

.boton{
  all: unset;
 background-color: #ffc8e6;
  color: blue;
  float: right;
  padding: 4px;
  margin: 4px;
  font-size: 20px;
  border-color: blue;
  border-style: solid;
}

ol{
  display: flex;
  flex-direction: column;
}

ol li{
  text-align: left;
  border-radius: 0%;
  display: flex; /* Flexbox para centrar contenido */
  align-items: center; /* Centrado vertical */
  justify-content: left; /* Centrado horizontal */
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
}


footer{
   width: 100%;
  height: 50px;
   position: fixed;
   text-align: center;
  align-items: center;
  bottom: 0px;
 /* font-size: 12px;*/
   font-family: "Work Sans", sans-serif;
 background-color: #ffc8e6;
  line-height: 20px;
  font-size: 12px;
}


#linea{
  width: 100%;
  height: 1px;
  background-color: black;
}