.div_parallax {
  background-image: url("/Enjoy-In-English-Club/files/parallax8.png");
  background-image: url("../files/parallax10.png");
}

/* ------------------------------------- */

.section_infoescuela {
  padding: 2rem;
  background-color: var(--color-1);
}

.article_infoescuela {
  background-color: var(--color-2);
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  padding: 2rem;
  align-items: center;
  /* justify-content: center; */
}

.div_imagelocation {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}

.ul_infoescuela {
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ul_infoescuela i {
  font-size: large;
}

.article_infomap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-2);
  padding-top: 1.5rem;
}

.iframe_infomap {
  width: 100%;
  height: 400px;
  border-radius: 30px;
}

/* ------------------------------------- */

.div_onlineclass {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  gap: 1rem;
}

.div_onlineclass_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 80%;
}

.div_onlineclass_text {
  background-color: var(--color-1);
  padding: 1.5rem;
  border-radius: 20px;
  color: var(--color-2);
  transition: all .15s linear;
}

.div_onlineclass_text:hover {
  transform: scale(1.02);
}