* {
  font-family: "Libertinus Serif", serif;
}

ul {
  list-style-type: none;
}

.index-header {
  background-image: url(../img/rojo1.jpg);
  background-attachment: fixed;
  padding-top: 10px;
  height: 75vh;
}
.index-header-contac {
  background-image: url(../img/rojo1.jpg);
}

.header-contenedor-superior {
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem;
  width: 100%;
  top: 0%;
}

.logotipo {
  width: 7rem;
}

.header-contenedor-inferior {
  padding-top: 100px;
}

.index-h1 {
  color: rgb(44, 62, 80);
  font-size: 3.5rem;
  text-align: center;
}

.index-h1p {
  text-align: center;
  color: rgb(44, 62, 80);
}

.body {
  padding-top: 130px;
}

.cursos {
  padding: 40px 20px;
  background-color: rgb(255, 248, 225);
  margin-bottom: 40px;
}
.cursos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.curso {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.curso button {
  margin-top: auto;
  padding: 10px;
  border: none;
  background-color: rgb(255, 165, 0);
  color: rgb(255, 255, 255);
  border-radius: 5px;
  cursor: pointer;
}

.logo-usuario {
  width: 7rem;
}

.comentario-usuario {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.profesores-bg {
  background-color: rgba(255, 229, 180, 0.996);
}

.profesores-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .profesores-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .profesores-grid {
    grid-template-columns: 1fr;
  }
}

.logotipo-footer {
  width: 5rem;
  height: 5rem;
}

.index-footer {
  background-color: rgb(0, 0, 0);
}

.parrafo-footer {
  color: rgb(255, 255, 255);
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
