main {
  margin: 0px;
}

.page-header {
  position: relative;
  margin-top: var(--header-margin-top);
}
.page-header__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.page-header__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__image-container:before {
  content: "";
  display: block;
  padding-top: 31.4583333333%;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.6;
  background: #21201F;
  z-index: 1;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
  background: #21201F;
  z-index: 2;
}
.page-header__container {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}
.page-header__title {
  color: #F8F6F6;
  text-align: center;
  font-family: "Canela Regular Trial", sans-serif;
  font-size: var(--font-size-section-title);
  line-height: normal;
}
@media only screen and (max-width: 1919.98px) {
  .page-header__container {
    top: calc(50% + 2.6vw);
  }
}
@media only screen and (max-width: 991.98px) {
  .page-header__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .page-header__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-header__image-container:before {
    content: "";
    display: block;
    padding-top: 52.0833333333%;
  }
}

.card-contact__title {
  margin-bottom: 20px;
  color: #21201F;
  font-size: var(--font-size-section-subtitle);
  font-family: "Manrope Medium", sans-serif;
}
.card-contact__link_with_underline {
  text-decoration: underline;
}
.card-contact.with-margin {
  margin-top: 40px;
  margin-bottom: 20px;
}

.contact {
  position: relative;
}
.contact .btn {
  padding: 10px 48px;
}
.contact__bg-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.contact__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact__grid {
  margin-top: 85px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
}
.contact__social-link {
  margin-bottom: 24px;
  position: relative;
  padding-left: 32px;
  display: block;
}
.contact__social-img {
  position: absolute;
  top: 2px;
  left: 0px;
}
@media only screen and (max-width: 767.98px) {
  .contact__grid {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

.contact-form__action {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.contact-form__action .wpcf7-spinner {
  display: none !important;
}
.contact-form__action-privacy {
  padding-left: 16px;
}

.section1 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F8F6F6;
}
.section1 .section-content {
  color: #21201F;
}
.section1 .section-content h2:not(.nido-intro__title),
.section1 .section-content h3 {
  font-size: var(--font-size-section-subtitle);
  font-family: "Manrope Medium", sans-serif;
  margin-top: 20px;
}
.section1 .section-content a {
  color: #AF925E;
  text-decoration: underline;
}
.section1 .teacher-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  width: 100%;
}
.section1 .teacher-card {
  margin-bottom: 60px;
}
.section1 .teacher-card__image-wrap {
  aspect-ratio: 1;
  overflow: hidden;
}
.section1 .teacher-card__image-wrap:hover .teacher-card__image, .section1 .teacher-card__image-wrap:hover img {
  filter: grayscale(0) !important;
  transform: scale(1.06) !important;
}
.section1 .teacher-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: grayscale(1);
  transition: filter 0.4s ease, transform 0.4s ease;
}
.section1 .teacher-card__body {
  padding: 0.5rem 0 0;
  text-align: center;
}
.section1 .teacher-card__title {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
}
.section1 .teacher-card__position {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  color: #666;
}
.section1 .teacher-card__divider {
  width: 80px;
  height: 1px;
  margin: 0.75rem auto;
  background: linear-gradient(to right, transparent, #AF925E 40%, #AF925E 60%, transparent);
}
.section1 .teacher-card__bio, .section1 .teacher-card__content {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.section1 .teacher-card__bio p:last-child, .section1 .teacher-card__content p:last-child {
  margin-bottom: 0;
}
.section1 .teacher-card__bio-wrap {
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
}
.section1 .teacher-card__bio-wrap .teacher-card__bio {
  font-size: 14px;
}
.section1 .teacher-card__content {
  margin-top: 0.5rem;
}
.section1 .teacher-empty {
  margin: 0;
  color: #666;
}
.section1 .nido-intro {
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .section1 .nido-intro {
    grid-template-columns: 1fr;
  }
}
.section1 .nido-intro__text {
  min-width: 0;
}
.section1 .nido-intro__title {
  position: relative;
  margin: 0 0 20px;
  color: #21201F;
  font-family: "Canela Regular Trial", sans-serif;
  font-size: var(--font-size-section-title);
  line-height: normal;
}
.section1 .nido-intro__description {
  margin: 0;
  line-height: 1.5;
}
.section1 .nido-intro__description p:last-child {
  margin-bottom: 0;
}
.section1 .nido-intro__description .nido-intro__list {
  margin: 0 0 0 1.25em;
  padding: 0;
  list-style: disc;
}
.section1 .nido-intro__description .nido-intro__list li {
  margin-bottom: 0.5em;
}
.section1 .nido-intro__description .nido-intro__list li:last-child {
  margin-bottom: 0;
}
.section1 .nido-intro__image-wrap {
  min-width: 0;
}
.section1 .nido-intro__image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1__container {
  position: relative;
  z-index: 2;
  max-width: 70%;
}
@media only screen and (max-width: 767.98px) {
  .section1__container {
    max-width: 90%;
  }
}
.section1__bg-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.section1__art-one {
  position: absolute;
  top: 0px;
  right: 200px;
  opacity: 0.3;
}
@media only screen and (max-width: 767.98px) {
  .section1__art-one {
    right: 0;
  }
}
.section1__art-two {
  position: absolute;
  bottom: 100px;
  left: -100px;
}
@media only screen and (max-width: 767.98px) {
  .section1__art-two {
    left: -200px;
  }
}
.section1__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px;
  align-items: center;
}

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