/* ******************************************** */
/* question partial, user id:
      views/home/left.html.erb
*/



/* ******************************************** */
/* question partial, user id:
      views/home/_post_question.html.erb
*/
.new-question {
  font-size: 20px;
  font-weight: bold;
  width: 90%;
  margin: auto;
}

/* ******************************************** */
/* question partial, user id:
      views/home/_question.html.erb
*/
.question-index {
  border-bottom: 2px solid black;
}

.info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

a.questions-title:link,
a.questions-title:visited {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  font-size: 110%;
  font-family: 'Trebuchet MS', Tahoma, sans-serif;

}

a.questions-title:hover {
  color: var(--success);
}

/* ******************************************** */
/* question partial, user id:
      views/home/_question.html.erb
*/
.list-within {
  margin-left: 35px;
}


/* ******************************************** */
/* question partial, user id:
      views/home/_slide.html.erb

  NOTA: Las 3 siguientes clases están definidas en el CDN de la librería splide
    -> splide
    -> splide__track
    -> splide__list
*/
.splide__slide {
  height: 160px;
  background-color: var(--whitemate);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}