@import url("./common.css");
main.home {
  padding-bottom: 3rem;
}
main.home .hide {
  display: none !important;
}
main.home .tarjetas {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 2rem;
  justify-content: space-evenly;
}
main.home #info-resultados {
  margin: 0 auto;
}
main.home #info-resultados .info-banner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
main.home #info-resultados .info-banner .info-banner-img {
  display: block;
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
}
main.home #info-resultados .info-banner .info-banner-text {
  background-color: #91B33B;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
main.home #info-resultados .info-banner .info-banner-text .info-banner-name {
  margin-top: auto;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
}
main.home #info-resultados .info-banner .info-banner-text .info-banner-subtitle {
  font-size: 1.5rem;
}
main.home #info-resultados .info-poster {
  aspect-ratio: 6/8.75;
}
main.home #info-resultados .info-poster object {
  border-radius: 10px;
}
main.home h4.subtitle {
  font-weight: bold;
  font-size: 1.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
main.home #info-lista-profesores {
  padding: 1rem;
  border-radius: 15px;
  border: 2px solid #A3A3A3;
  margin-top: 2rem;
}
main.home #info-lista-profesores h4 {
  margin-top: 0;
}
main.home #info-lista-profesores .tarjetas-wrapper {
  display: flex;
  overflow: auto;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
main.home #info-lista-profesores .tarjetas-wrapper .tarjeta {
  flex-shrink: 0;
  width: 100%;
  max-width: 20rem;
  transition: 250ms filter ease-in;
}
main.home #info-lista-profesores .tarjetas-wrapper .tarjeta:not(:hover) {
  filter: contrast(0.5) opacity(0.5);
}
main.home #info-lista-profesores .tarjetas-wrapper .tarjeta.showing {
  filter: contrast(1) opacity(1);
}
main.home #info-lista-profesores .tarjetas-wrapper .tarjeta:not(:first-child) {
  margin-left: 1rem;
}
main.home .go-back-btn {
  display: flex;
  width: fit-content;
  font-size: 1.25rem;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  margin-top: 2rem;
}
main.home .go-back-btn:hover p {
  background-color: #2f9b80;
}
main.home .go-back-btn p {
  background-color: #38B394;
  color: #FFF;
  padding: 1rem 1.5rem;
}
main.home .go-back-btn span {
  background-color: #244045;
  background-image: url("/images/utp/icon-big-left-arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 1rem;
  width: 5rem;
}

@media (min-width: 768px) {
  main.home .tarjetas {
    grid-template-columns: repeat(auto-fill, minmax(16.75rem, 1fr));
  }
  main.home #info-div {
    display: flex;
  }
  main.home #info-resultados {
    flex-grow: 1;
  }
  main.home #info-resultados .info-banner {
    flex-direction: row;
  }
  main.home #info-resultados .info-banner .info-banner-img {
    width: 45%;
  }
  main.home #info-lista-profesores {
    flex-shrink: 0;
    min-width: 23rem;
    margin-left: 2rem;
  }
  main.home #info-lista-profesores .tarjetas-wrapper {
    flex-direction: column;
    height: 155vw;
    max-height: 1844px;
    padding-right: 1rem;
  }
  main.home #info-lista-profesores .tarjetas-wrapper .tarjeta:not(:first-child) {
    margin-left: 0;
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=conv-repensemos-los-cursos.css.map */
