
.main-sections-container{
  width: 800px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #191919;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.sections-container{
  width: 800px;
  margin: 30px auto;
  padding: 20px;
  background-color: #191919;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

@media (max-width: 768px) {
  .sections-container {
    max-width: 400px; /* Set width to 400px */
  }

  .main-sections-container{
    margin-top: 240px;
  }
}

@media (max-width: 480px) {
  .sections-container {
    max-width: 400px; /* Set width to 400px */
  }

  .main-sections-container{
    margin-top: 240px;
  }
}


.titulo-pregunta {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 800;
  color: #cdcdcd;
}

.respuesta-pregunta {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  color: #cdcdcd;
  text-align: justify;
}

.titulo-principal {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 800;
  color: #cdcdcd;
}

summary {
  position: relative;
  cursor: pointer;
  padding: 1em 0.5em;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary:hover {
  background-color: #121212;
}

summary div {
  display: flex;
  align-items: center;
}

summary h3 {
  display: flex;
  flex-direction: column;
}

summary small {
  color: #999;
  font-size: 0.875em;
}

summary strong {
  font-weight: 700;
}

summary span:first-child {
  width: 4rem;
  height: 4rem;
  border-radius: 10px;
  background-color: #f3e1e1;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 1.25em;
}

summary span:first-child svg {
  width: 2.25rem;
  height: 2.25rem;
}

summary span:last-child {
  font-weight: 700;
  margin-left: auto;
}

summary:focus {
  outline: none;
}

summary .plus {
  color: #289672;
}

details {
  border-bottom: 1px solid #cdcdcd;
}

details:first-of-type {
  border-top: 1px solid #b5bfd9;
}

details > div {
  padding: 2em 2em 0;
  font-size: 0.875em;
}

dl {
  display: flex;
  flex-wrap: wrap;
}

dl dt {
  font-weight: 700;
}

dl div {
  margin-right: 4em;
  margin-bottom: 2em;
}
