@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.main--larger .section, .section, .section__content .figure .figure__image, .section__content .teacher-cards .card--large .card__header .figure--little .image__teacher, .section--larger .section__content--column .header__content, .section--larger .section__content--column .cards, .header, .header--small, .header--small .navbar, .overlay, .banner, .banner .navbar, .footer {
  width: 100%;
}

.header {
  height: 100vh;
}

.section__content .figure .figure__image, .section__content .teacher-cards, .section__content .teacher-cards .card--large .card__header .figure--little .image__teacher, .header--small .navbar .navbar__content__left, .header--small .navbar .navlist, .overlay, .banner, .banner .navbar .navbar__content__left, .banner .navbar .navlist, .footer .footer__content .footer__column .footer__nav {
  height: 100%;
}

.main .formulario .btn-submit, .container, .section__content .figure .figure__image, .section__content .teacher-cards .card--large, .section__content .teacher-cards .card--large .card__header .figure--little .image__teacher, .section--larger .section__content--column .cards .card, .header--small .navbar .navbar__content__left .navbar__image, .header--small .navbar .navbar__content__left .navbar__title, .header--small .navbar .navlist li, .header--small .navbar .navlist li .list-item, .banner .navbar .navbar__content__left .navbar__image, .banner .navbar .navbar__content__left .navbar__title, .banner .navbar .navlist li, .banner .navbar .navlist li .list-item, .banner .banner-links .banner-item, .footer .footer__content .footer__column .footer__nav li .footer__item {
  transition: all 0.3s ease-in-out 0s;
}

.section__content .figure {
  border: none;
}

.section__content .section__text .text, .section--larger .section__content--column .header__content .text, .section--larger .section__content--column .cards .card .text, .header--small .text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.7;
  width: 80%;
}

.section--larger .section__content--column .header__content .text, .header--small .text {
  width: 600px;
  text-align: center;
}

.header--small .text {
  width: 60%;
}

.section--larger .section__content--column .cards .card .text {
  margin-top: 17px;
  font-size: 16px;
  text-align: justify;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.footer {
  height: 430px; /*590px*/
  background-color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.footer .footer__content {
  width: 90%;
  height: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer .footer__content .footer__column {
  padding: 20px;
}
.footer .footer__content .footer__column .mini_title {
  font-size: 1.2em;
  color: #fff;
}
.footer .footer__content .footer__column .footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer .footer__content .footer__column .footer__nav li {
  margin-top: 50px;
}
.footer .footer__content .footer__column .footer__nav li .footer__item {
  font-size: 20px;
  color: #ddd;
}
.footer .footer__content .footer__column .footer__nav li .footer__item:hover {
  color: #0abf10;
}
.footer .copyright {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 20px;
}

@media screen and (max-width: 860px) {
  .footer {
    height: 475px;
  }
  .footer .footer__content {
    width: 90%;
    height: 85%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer .footer__content .footer__column {
    padding: 20px;
  }
  .footer .footer__content .footer__column .mini_title {
    font-size: 1em;
  }
  .footer .footer__content .footer__column .footer__nav li {
    margin-top: 30px;
  }
  .footer .footer__content .footer__column .footer__nav li .footer__item {
    font-size: 15px;
  }
  .footer .copyright {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 740px) {
  .footer {
    height: 300px;
  }
  .footer .footer__content {
    width: 90%;
    height: 85%;
  }
  .footer .footer__content .footer__column {
    padding: 20px;
  }
  .footer .footer__content .footer__column .mini_title {
    font-size: 1em;
  }
  .footer .footer__content .footer__column .footer__nav li {
    margin-top: 30px;
  }
  .footer .footer__content .footer__column .footer__nav li .footer__item {
    font-size: 15px;
  }
  .footer .copyright {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .footer {
    height: 250px;
  }
  .footer .footer__content {
    width: 90%;
    height: 85%;
  }
  .footer .footer__content .footer__column {
    padding: 10px;
  }
  .footer .footer__content .footer__column .mini_title {
    font-size: 0.9em;
  }
  .footer .footer__content .footer__column .footer__nav li {
    margin-top: 10px;
  }
  .footer .footer__content .footer__column .footer__nav li .footer__item {
    font-size: 13px;
  }
  .footer .copyright {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .footer {
    height: 240px;
  }
  .footer .footer__content {
    width: 95%;
    height: 90%;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer__content .footer__column {
    padding: 2px;
  }
  .footer .footer__content .footer__column .mini_title {
    font-size: 0.8em;
  }
  .footer .footer__content .footer__column .footer__nav li {
    margin-top: 5px;
  }
  .footer .footer__content .footer__column .footer__nav li .footer__item {
    font-size: 11px;
  }
  .footer .copyright {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 250px) {
  .footer {
    height: 220px;
  }
  .footer .footer__content {
    width: 95%;
    height: 95%;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer__content .footer__column {
    padding: 2px;
  }
  .footer .footer__content .footer__column .mini_title {
    font-size: 0.6em;
  }
  .footer .footer__content .footer__column .footer__nav li {
    margin-top: 3px;
  }
  .footer .footer__content .footer__column .footer__nav li .footer__item {
    font-size: 9px;
  }
  .footer .copyright {
    position: absolute;
    bottom: 5px;
    right: 15px;
    font-size: 11px;
  }
}
.header {
  border-bottom: #ccc;
}

.header--small {
  height: 600px; /*710px*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header--small .navbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 128px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.header--small .navbar .navbar__content__left {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header--small .navbar .navbar__content__left .navbar__image {
  width: 80px;
  height: 80px;
}
.header--small .navbar .navbar__content__left .navbar__image:hover {
  transform: scale(1.06);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
.header--small .navbar .navbar__content__left .navbar__title {
  font-size: 3.5em;
  color: #ddd;
}
.header--small .navbar .navbar__content__left .navbar__title:hover {
  color: #fff;
  transform: scale(1.01);
}
.header--small .navbar .navlist {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--small .navbar .navlist li:hover {
  transform: scale(1.05);
}
.header--small .navbar .navlist li .list-item {
  padding: 15px 20px;
  background-color: #ccc;
  border-radius: 30px;
  color: #222;
}
.header--small .navbar .navlist li .list-item:hover {
  background-color: #3a3434;
  color: #fff;
  font-size: 18.5px;
}
.header--small .navbar__non-transparent {
  background-color: #515049;
}
.header--small .navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}
.header--small .banner__title--dark {
  margin-top: 140px;
  color: #333;
  font-size: 4.3em;
  font-weight: 300;
  text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}

.banner {
  position: relative;
  background-image: url("../images/banner_image3.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .navbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 128px;
  background-color: transparent;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.banner .navbar .navbar__content__left {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.banner .navbar .navbar__content__left .navbar__image {
  width: 80px;
  height: 80px;
}
.banner .navbar .navbar__content__left .navbar__image:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}
.banner .navbar .navbar__content__left .navbar__title {
  font-size: 3.5em;
  color: #ddd;
}
.banner .navbar .navbar__content__left .navbar__title:hover {
  color: #fff;
  transform: scale(1.01);
}
.banner .navbar .navlist {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .navbar .navlist li:hover {
  transform: scale(1.05);
}
.banner .navbar .navlist li .list-item {
  padding: 15px 20px;
  background-color: #ccc;
  border-radius: 30px;
  color: #222;
}
.banner .navbar .navlist li .list-item:hover {
  background-color: #3a3434;
  color: #fff;
  font-size: 18.5px;
}
.banner .banner__title {
  margin-top: 40px;
  font-size: 5.2em;
  font-weight: 300;
  color: #eee;
  z-index: 2;
}
.banner .banner-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  width: 350px;
  height: 60px;
  z-index: 2;
}
.banner .banner-links .banner-item {
  padding: 15px 40px;
  border: 1px solid #fff;
  font-size: 17.5px;
  border-radius: 30px;
  background-color: transparent;
  color: #d5d5d5;
}
.banner .banner-links .banner-item:hover {
  border: none;
  color: #222;
  background-color: #0abf10;
}
.banner .banner-links .second_item {
  background-color: #0abf10;
  color: #333;
  border: none;
}
.banner .banner-links .second_item:hover {
  background-color: #0a67bf;
  color: #ddd;
  font-size: 18.5px;
}

.navbar--white__title {
  color: #eee;
}

@media screen and (max-width: 1150px) {
  .header--small .navbar {
    height: 96px;
    padding: 0 30px;
  }
  .header--small .navbar .navbar__content__left {
    width: 230px;
  }
  .header--small .navbar .navbar__content__left .navbar__image {
    width: 70px;
    height: 70px;
  }
  .header--small .navbar .navbar__content__left .navbar__title {
    font-size: 3em;
    color: #ddd;
  }
  .header--small .navbar .navlist {
    flex-basis: 65%;
  }
  .header--small .navbar .navlist li .list-item {
    padding: 15px 15px;
  }
  .header--small .banner__title--dark {
    margin-top: 40px;
    font-size: 3.3em;
  }
  .header--small .text {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    width: 80%;
  }
}
@media screen and (max-width: 860px) {
  .header--small .navbar {
    height: 80px;
    padding: 0 20px;
  }
  .header--small .navbar .navbar__content__left {
    width: fit-content;
    gap: 10px;
    justify-content: flex-start;
  }
  .header--small .navbar .navbar__content__left .navbar__image {
    width: 60px;
    height: 60px;
  }
  .header--small .navbar .navbar__content__left .navbar__title {
    font-size: 2.3em;
    color: #ddd;
  }
  .header--small .navbar .navlist {
    flex-basis: 75%;
    justify-content: flex-end;
    gap: 10px;
  }
  .header--small .navbar .navlist li .list-item {
    padding: 10px 10px;
    font-size: 14px;
  }
  .header--small .banner__title--dark {
    margin-top: 30px;
    font-size: 3em;
  }
  .header--small .text {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 740px) {
  .header--small {
    height: 400px;
  }
  .header--small .navbar {
    height: 80px;
    padding: 0 15px;
  }
  .header--small .navbar .navbar__content__left {
    gap: 5px;
  }
  .header--small .navbar .navbar__content__left .navbar__image {
    width: 50px;
    height: 50px;
  }
  .header--small .navbar .navbar__content__left .navbar__title {
    font-size: 2.1em;
  }
  .header--small .navbar .navlist {
    flex-basis: 80%;
    gap: 5px;
  }
  .header--small .navbar .navlist li .list-item {
    padding: 10px 8px;
    font-size: 12px;
  }
  .header--small .banner__title--dark {
    margin-top: 20px;
    font-size: 2.4em;
  }
  .header--small .text {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .header--small .navbar {
    height: 80px;
    padding: 0 15px;
  }
  .header--small .navbar .navbar__content__left {
    gap: 5px;
  }
  .header--small .navbar .navbar__content__left .navbar__image {
    width: 40px;
    height: 40px;
  }
  .header--small .navbar .navbar__content__left .navbar__title {
    font-size: 0;
  }
  .header--small .navbar .navlist {
    flex-basis: 100%;
    gap: 5px;
  }
  .header--small .navbar .navlist li .list-item {
    padding: 10px 8px;
    font-size: 11px;
  }
  .header--small .banner__title--dark {
    margin-top: 15px;
    font-size: 2.2em;
  }
  .header--small .text {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .header--small .navbar {
    height: 72px;
    padding: 0 5px;
  }
  .header--small .navbar .navbar__content__left .navbar__image {
    width: 35px;
    height: 35px;
  }
  .header--small .navbar .navlist {
    flex-basis: 100%;
    gap: 2px;
    flex-wrap: wrap;
  }
  .header--small .navbar .navlist li .list-item {
    padding: 8px 5px;
    font-size: 8px;
  }
  .header--small .banner__title--dark {
    margin-top: 0px;
    font-size: 1.7em;
  }
  .header--small .text {
    margin-top: 10px;
    font-size: 11px;
  }
}
@media screen and (max-width: 250px) {
  .header--small .navbar {
    height: 96px;
    padding: 10px 1px;
  }
  .header--small .navbar .navbar__content__left .navbar__image {
    width: 30px;
    height: 30px;
  }
  .header--small .navbar .navlist {
    gap: 10px;
  }
  .header--small .navbar .navlist li .list-item {
    padding: 8px 5px;
    font-size: 7.5px;
  }
  .header--small .banner__title--dark {
    font-size: 1.4em;
  }
  .header--small .text {
    margin-top: 10px;
    font-size: 9px;
  }
}
/*------------------- Header index*/
@media screen and (max-width: 1150px) {
  .banner .navbar {
    height: 128px;
    padding: 0 30px;
  }
  .banner .navbar .navbar__content__left {
    width: fit-content;
    justify-content: flex-start;
    gap: 10px;
  }
  .banner .navbar .navbar__content__left .navbar__image {
    width: 75px;
    height: 75px;
  }
  .banner .navbar .navbar__content__left .navbar__title {
    font-size: 3.3em;
  }
  .banner .navbar .navlist {
    flex-basis: 70%;
  }
  .banner .navbar .navlist li .list-item {
    padding: 15px 20px;
  }
  .banner .banner__title {
    margin-top: 40px;
    font-size: 4.4em;
  }
  .banner .banner-links {
    margin-top: 30px;
    width: 350px;
    height: 60px;
    z-index: 2;
  }
  .banner .banner-links .banner-item {
    padding: 15px 40px;
    font-size: 16.5px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 860px) {
  .banner .navbar {
    height: 112px;
    padding: 0 25px;
  }
  .banner .navbar .navbar__content__left {
    width: fit-content;
    justify-content: flex-start;
    gap: 10px;
  }
  .banner .navbar .navbar__content__left .navbar__image {
    width: 65px;
    height: 65px;
  }
  .banner .navbar .navbar__content__left .navbar__title {
    font-size: 3em;
  }
  .banner .navbar .navlist {
    flex-basis: 70%;
    justify-content: flex-end;
    gap: 5px;
  }
  .banner .navbar .navlist li .list-item {
    padding: 13px 15px;
    font-size: 14px;
  }
  .banner .banner__title {
    margin-top: 30px;
    font-size: 3.6em;
  }
  .banner .banner-links {
    margin-top: 25px;
    width: 350px;
    height: 60px;
    z-index: 2;
  }
  .banner .banner-links .banner-item {
    padding: 15px 35px;
    font-size: 15.5px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 740px) {
  .banner .navbar {
    height: 112px;
    padding: 0 20px;
  }
  .banner .navbar .navbar__content__left {
    width: fit-content;
    justify-content: flex-start;
    gap: 0;
  }
  .banner .navbar .navbar__content__left .navbar__image {
    width: 60px;
    height: 60px;
  }
  .banner .navbar .navbar__content__left .navbar__title {
    font-size: 0;
  }
  .banner .navbar .navlist {
    flex-basis: 90%;
    justify-content: flex-end;
    gap: 5px;
  }
  .banner .navbar .navlist li .list-item {
    padding: 13px 15px;
    font-size: 12px;
  }
  .banner .banner__title {
    margin-top: 25px;
    font-size: 2.6em;
  }
  .banner .banner-links {
    margin-top: 25px;
    width: 250px;
    height: 60px;
    z-index: 2;
  }
  .banner .banner-links .banner-item {
    padding: 15px 20px;
    font-size: 15.5px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 560px) {
  .banner .navbar {
    height: 96px;
    padding: 0 10px;
  }
  .banner .navbar .navbar__content__left .navbar__image {
    width: 50px;
    height: 50px;
  }
  .banner .navbar .navlist {
    flex-basis: 100%;
    gap: 4px;
  }
  .banner .navbar .navlist li .list-item {
    padding: 11px 9px;
    font-size: 11px;
  }
  .banner .banner__title {
    margin-top: 25px;
    font-size: 2.1em;
  }
  .banner .banner-links {
    margin-top: 20px;
    width: 220px;
    height: 60px;
    z-index: 2;
    justify-content: center;
    gap: 20px;
  }
  .banner .banner-links .banner-item {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 420px) {
  .banner .navbar {
    height: 96px;
    padding: 0 7px;
  }
  .banner .navbar .navbar__content__left .navbar__image {
    width: 45px;
    height: 45px;
  }
  .banner .navbar .navlist {
    flex-basis: 100%;
    gap: 3px;
    flex-wrap: wrap;
  }
  .banner .navbar .navlist li .list-item {
    padding: 7px 8px;
    font-size: 10px;
  }
  .banner .banner__title {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 1.8em;
  }
  .banner .banner-links {
    margin-top: 10px;
    width: 200px;
    height: 60px;
    z-index: 2;
    justify-content: center;
    gap: 10px;
  }
  .banner .banner-links .banner-item {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 250px) {
  .banner .navbar {
    height: 96px;
    padding: 0 7px;
  }
  .banner .navbar .navbar__content__left .navbar__image {
    width: 45px;
    height: 45px;
  }
  .banner .navbar .navlist {
    flex-basis: 100%;
    gap: 10px;
    flex-wrap: wrap;
  }
  .banner .navbar .navlist li .list-item {
    padding: 7px 8px;
    font-size: 10px;
  }
  .banner .banner__title {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 1.6em;
  }
  .banner .banner-links {
    margin-top: 20px;
    width: 100px;
    height: 80px;
    z-index: 2;
    gap: 6px;
    flex-wrap: wrap;
  }
  .banner .banner-links .banner-item {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 30px;
  }
}
.section {
  margin-top: 20px;
  height: 550px; /*767px*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__content {
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}
.section__content .section__text {
  flex-basis: 50%;
  padding: 20px;
}
.section__content .section__text .section__title {
  font-size: 2em;
  font-weight: 400;
}
.section__content .figure {
  width: 600px;
  height: 350px;
  overflow: hidden;
  border: 1px solid #444;
  border-radius: 30px;
}
.section__content .figure .figure__image {
  object-fit: cover;
}
.section__content .figure .figure__image:hover {
  transform: scale(1.1);
}
.section__content .teacher-cards {
  flex-basis: 70%;
  z-index: 10;
  border-right: 1.7px solid #111;
  background-color: #938f83;
  border-radius: 15px 0 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
  overflow-y: scroll;
}
.section__content .teacher-cards .card--large {
  z-index: 11;
  width: 600px;
  height: 280px;
  padding: 25px;
  background-color: #d0d1cc;
  border: 1px solid #222;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.section__content .teacher-cards .card--large:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.section__content .teacher-cards .card--large .card__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section__content .teacher-cards .card--large .card__header .figure--little {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  object-fit: cover;
  border: 1px solid #333;
}
.section__content .teacher-cards .card--large .card__header .figure--little .image__teacher:hover {
  transform: scale(1.1);
}
.section__content .teacher-cards .card--large .card__header .card__titles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
}
.section__content .teacher-cards .card--large .card__header .card__titles .card_title_light {
  color: #111;
  font-size: 18px;
  font-weight: 400;
}
.section__content .teacher-cards .card--large .teacher-text {
  font-size: 18px;
  color: #222;
  font-weight: 300;
  line-height: 1.4;
  text-align: justify;
}
.section__content .section__text--centered .section__titles {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 400;
}
.section__content .section__text--centered .texto {
  text-align: justify;
  font-weight: 300;
  margin-top: 0px;
  font-size: 17px;
  line-height: 1.6;
  width: 80%;
}
.section__content .big-title {
  font-size: 6em;
  font-weight: 500;
  padding: 30px 60px;
  background-color: #48e;
  border-radius: 60px;
}
.section__content .big-text {
  margin-top: 40px;
  font-size: 1.5em;
}

.section--larger {
  height: 670px; /*945px*/
  margin-top: 10px;
}
.section--larger .section__content--column .header__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-basis: 20%;
}
.section--larger .section__content--column .header__content .section__title {
  font-size: 2em;
  font-weight: 400;
}
.section--larger .section__content--column .cards {
  flex-basis: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section--larger .section__content--column .cards .card {
  width: 260px;
  height: 350px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #666;
  box-shadow: 4px 5px 0 hsl(0, 0%, 77%);
  border-radius: 10px;
  background-color: #fefcf8;
}
.section--larger .section__content--column .cards .card:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 0 hsl(0, 0%, 77%);
}
.section--larger .section__content--column .cards .card .rounded-image {
  width: 170px;
  height: 150px;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid #333;
}
.section--larger .section__content--column .cards .card .mini-titulo {
  margin-top: 20px;
  font-size: 20px;
}
.no-border {
  border-bottom: none;
}

.column__ {
  display: flex;
  flex-direction: column;
}

.section__content--bordered {
  background-color: #baa08d;
  border-radius: 15px;
}

.section__text-leftwise {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section__content--column {
  flex-direction: column;
  align-items: center;
}

.section__text--centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .section--larger {
    height: 650px;
    margin-top: 10px;
  }
  .section--larger .section__content--column .cards .card {
    width: 250px;
    height: 330px;
    padding: 20px 10px;
  }
  .section--larger .section__content--column .cards .card .rounded-image {
    width: 170px;
    height: 110px;
    border-radius: 20px;
    object-fit: cover;
    border: 1px solid #333;
  }
  .section--larger .section__content--column .cards .card .mini-titulo {
    margin-top: 20px;
    font-size: 20px;
  }
  .section--larger .section__content--column .cards .card .text {
    font-size: 17px;
  }
  .teacher-cards {
    flex-basis: 75%;
    gap: 35px;
    padding: 30px 5px;
  }
  .teacher-cards .card--large {
    width: 550px;
    height: 260px;
    padding: 27px;
  }
  .teacher-cards .card--large .card__header {
    gap: 12px;
  }
  .teacher-cards .card--large .card__header .figure--little {
    width: 70px;
    height: 70px;
  }
  .teacher-cards .card--large .card__header .card__titles {
    gap: 10px;
    font-weight: 500;
    font-size: 18px;
  }
  .teacher-cards .card--large .card__header .card__titles .card_title_light {
    font-size: 16px;
    font-weight: 400;
  }
  .teacher-cards .card--large .teacher-text {
    font-size: 15.2px;
  }
  .section .column__ .big-title {
    font-size: 4em;
    font-weight: 500;
    padding: 30px 60px;
    background-color: #48e;
    border-radius: 60px;
  }
  .section .column__ .big-text {
    margin-top: 38px;
    font-size: 1.2em;
    text-align: center;
  }
}
@media screen and (max-width: 1150px) {
  .section {
    margin-top: 20px;
    height: 450px;
  }
  .section__content {
    width: 90%;
    height: 90%;
  }
  .section__content .section__text {
    flex-basis: 50%;
    padding: 15px;
  }
  .section__content .section__text .section__title {
    font-size: 1.8em;
    font-weight: 400;
  }
  .section__content .section__text .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    width: 90%;
  }
  .section__content .figure {
    width: 450px;
    height: 300px;
  }
  .section__content .teacher-cards {
    flex-basis: 70%;
    gap: 35px;
    padding: 25px 5px;
  }
  .section__content .teacher-cards .card--large {
    width: 400px;
    height: 225px;
    padding: 27px;
  }
  .section__content .teacher-cards .card--large .card__header {
    gap: 10px;
  }
  .section__content .teacher-cards .card--large .card__header .figure--little {
    width: 60px;
    height: 60px;
  }
  .section__content .teacher-cards .card--large .card__header .card__titles {
    gap: 6px;
    font-weight: 500;
    font-size: 16px;
  }
  .section__content .teacher-cards .card--large .card__header .card__titles .card_title_light {
    font-size: 15.5px;
    font-weight: 400;
  }
  .section__content .teacher-cards .card--large .teacher-text {
    font-size: 13.8px;
  }
  .section__content .section__text--centered .section__titles {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .section__content .section__text--centered .texto {
    margin-top: 0px;
    font-size: 15px;
  }
  .section--larger {
    height: 600px;
    margin-top: 10px;
  }
  .section--larger .section__content--column .header__content {
    flex-basis: 5%;
    justify-content: flex-start;
  }
  .section--larger .section__content--column .header__content .section__title {
    font-size: 1.7em;
    font-weight: 400;
  }
  .section--larger .section__content--column .header__content .text {
    margin-top: 0px;
    font-size: 15px;
  }
  .section--larger .section__content--column .cards {
    flex-basis: 90%;
    flex-wrap: wrap;
  }
  .section--larger .section__content--column .cards .card {
    width: 200px;
    height: 280px;
    padding: 10px 5px;
  }
  .section--larger .section__content--column .cards .card .rounded-image {
    width: 100px;
    height: 120px;
  }
  .section--larger .section__content--column .cards .card .mini-titulo {
    margin-top: 15px;
    font-size: 18px;
  }
  .section--larger .section__content--column .cards .card .text {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.4;
    text-align: center;
  }
  .section .column__ .big-title {
    font-size: 3.6em;
    font-weight: 500;
    padding: 28px 55px;
    background-color: #48e;
    border-radius: 55px;
  }
  .section .column__ .big-text {
    margin-top: 35px;
    font-size: 1.1em;
    text-align: center;
  }
}
@media screen and (max-width: 940px) {
  .section {
    margin-top: 20px;
    height: 550px;
  }
  .section .section__content .section__text .section__title {
    font-size: 1.9em;
    font-weight: 400;
  }
  .section .section__content .section__text .text {
    margin-top: 20px;
    font-size: 14.5px;
    line-height: 1.6;
    width: 90%;
  }
  .section .section__content .figure {
    width: 370px;
    height: 250px;
  }
  .section .section__content .teacher-cards {
    flex-basis: 90%;
    gap: 30px;
    padding: 15px 6px;
  }
  .section .section__content .teacher-cards .card--large {
    width: 380px;
    height: 230px;
    padding: 25px;
  }
  .section .section__content .teacher-cards .card--large .card__header {
    gap: 10px;
  }
  .section .section__content .teacher-cards .card--large .card__header .figure--little {
    width: 50px;
    height: 50px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles {
    gap: 6px;
    font-weight: 500;
    font-size: 16px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles .card_title_light {
    font-size: 15px;
    font-weight: 400;
  }
  .section .section__content .teacher-cards .card--large .teacher-text {
    font-size: 13px;
  }
  .section .section__content .section__text--centered .section__titles {
    font-size: 1.4em;
    font-weight: 400;
  }
  .section .section__content .section__text--centered .texto {
    margin-top: 0px;
    font-size: 14.2px;
    line-height: 1.6;
    width: 80%;
  }
  .section .column__ .big-title {
    font-size: 3.6em;
    font-weight: 500;
    padding: 24px 52px;
    background-color: #48e;
    border-radius: 60px;
  }
  .section .column__ .big-text {
    margin-top: 35px;
    font-size: 1.2em;
    text-align: center;
  }
  .section--larger {
    margin-top: 40px;
    height: 650px;
  }
  .section--larger .section__content--column {
    height: 100%;
  }
  .section--larger .section__content--column .header__content {
    flex-basis: 10%;
  }
  .section--larger .section__content--column .header__content .section__title {
    font-size: 1.7em;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .section--larger .section__content--column .header__content .text {
    font-size: 15.5px;
  }
  .section--larger .section__content--column .cards {
    flex-basis: 90%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .section--larger .section__content--column .cards .card {
    width: 280px;
    height: 220px;
    padding: 10px 8px;
  }
  .section--larger .section__content--column .cards .card .rounded-image {
    width: 120px;
    height: 90px;
  }
  .section--larger .section__content--column .cards .card .mini-titulo {
    margin-top: 13px;
    font-size: 15px;
  }
  .section--larger .section__content--column .cards .card .text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 860px) {
  .section {
    margin-top: 10px;
    height: 400px;
  }
  .section .section__content {
    height: 60%;
  }
  .section .section__content .section__text .section__title {
    font-size: 1.7em;
    font-weight: 400;
  }
  .section .section__content .section__text .text {
    margin-top: 15px;
    font-size: 14.1px;
    line-height: 1.6;
    width: 95%;
  }
  .section .section__content .figure {
    width: 300px;
    height: 210px;
  }
  .section .section__content .teacher-cards {
    z-index: 3;
    height: 390px;
    flex-basis: 90%;
    gap: 20px;
    padding: 10px 0px;
  }
  .section .section__content .teacher-cards .card--large {
    width: 330px;
    height: 230px;
    padding: 25px;
  }
  .section .section__content .teacher-cards .card--large .card__header {
    gap: 10px;
  }
  .section .section__content .teacher-cards .card--large .card__header .figure--little {
    width: 50px;
    height: 50px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles {
    gap: 6px;
    font-weight: 500;
    font-size: 16px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles .card_title_light {
    font-size: 15px;
    font-weight: 400;
  }
  .section .section__content .teacher-cards .card--large .teacher-text {
    font-size: 13px;
  }
  .section .section__content .section__text--centered .section__titles {
    font-size: 1.3em;
    font-weight: 400;
  }
  .section .section__content .section__text--centered .texto {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.6;
    width: 90%;
  }
  .section .big-title {
    font-size: 3.6em;
    font-weight: 500;
    padding: 24px 52px;
    background-color: #48e;
    border-radius: 60px;
  }
  .section .big-text {
    margin-top: 35px;
    font-size: 1.2em;
    text-align: center;
  }
  .section--larger {
    margin-top: 40px;
    height: 650px;
  }
  .section--larger .section__content--column {
    height: 100%;
  }
  .section--larger .section__content--column .header__content {
    flex-basis: 10%;
  }
  .section--larger .section__content--column .header__content .section__title {
    font-size: 1.7em;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .section--larger .section__content--column .header__content .text {
    font-size: 15.5px;
  }
  .section--larger .section__content--column .cards {
    flex-basis: 90%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .section--larger .section__content--column .cards .card {
    width: 280px;
    height: 220px;
    padding: 10px 8px;
  }
  .section--larger .section__content--column .cards .card .rounded-image {
    width: 120px;
    height: 90px;
  }
  .section--larger .section__content--column .cards .card .mini-titulo {
    margin-top: 13px;
    font-size: 15px;
  }
  .section--larger .section__content--column .cards .card .text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 740px) {
  .section {
    margin-top: 10px;
    height: 350px;
  }
  .section .section__content {
    height: 60%;
  }
  .section .section__content .section__text .section__title {
    font-size: 1.3em;
    font-weight: 400;
    text-align: left;
    width: 100%;
  }
  .section .section__content .section__text .text {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.6;
    width: 100%;
  }
  .section .section__content .figure {
    margin-left: 20px;
    width: 220px;
    height: 170px;
  }
  .section .section__content .teacher-cards {
    z-index: 3;
    height: 100%;
    gap: 20px;
    padding: 10px 2px;
  }
  .section .section__content .teacher-cards .card--large {
    width: 250px;
    height: 260px;
    padding: 15px;
  }
  .section .section__content .teacher-cards .card--large .card__header {
    gap: 10px;
  }
  .section .section__content .teacher-cards .card--large .card__header .figure--little {
    width: 45px;
    height: 45px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles {
    gap: 6px;
    font-weight: 500;
    font-size: 15px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles .card_title_light {
    font-size: 14px;
    font-weight: 400;
  }
  .section .section__content .teacher-cards .card--large .teacher-text {
    font-size: 12.4px;
  }
  .section .section__content .section__text--centered {
    width: 200px;
  }
  .section .section__content .section__text--centered .section__titles {
    text-align: center;
    font-size: 1.1em;
    font-weight: 400;
  }
  .section .section__content .section__text--centered .texto {
    margin-top: 0px;
    width: 100%;
    font-size: 13.1px;
    line-height: 1.6;
  }
  .section--larger {
    margin-top: 20px;
    height: 750px;
  }
  .section--larger .section__content--column {
    height: 100%;
  }
  .section--larger .section__content--column .header__content {
    flex-basis: 10%;
  }
  .section--larger .section__content--column .header__content .section__title {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .section--larger .section__content--column .header__content .text {
    font-size: 13.5px;
    width: 100%;
  }
  .section--larger .section__content--column .cards {
    flex-basis: 90%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .section--larger .section__content--column .cards .card {
    width: 220px;
    height: 250px;
    padding: 10px 8px;
  }
  .section--larger .section__content--column .cards .card .rounded-image {
    width: 120px;
    height: 90px;
  }
  .section--larger .section__content--column .cards .card .mini-titulo {
    margin-top: 13px;
    font-size: 15px;
  }
  .section--larger .section__content--column .cards .card .text {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }
  .section .column__ .big-title {
    font-size: 3em;
    font-weight: 500;
    padding: 20px 45px;
    background-color: #48e;
    border-radius: 60px;
  }
  .section .column__ .big-text {
    margin-top: 33px;
    font-size: 1em;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .section {
    margin-top: 10px;
    height: 400px;
  }
  .section .section__content {
    flex-direction: column;
    height: 100%;
  }
  .section .section__content .section__text {
    flex-basis: 40%;
  }
  .section .section__content .section__text .section__title {
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    width: 100%;
  }
  .section .section__content .section__text .text {
    margin-top: 15px;
    font-size: 12.5px;
    line-height: 1.6;
    width: 100%;
  }
  .section .section__content .figure {
    width: 290px;
    height: 170px;
  }
  .section .section__content .teacher-cards {
    width: 100%;
    flex-basis: 95%;
    border: none;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    gap: 20px;
    padding: 10px 2px;
  }
  .section .section__content .teacher-cards .card--large {
    z-index: 5;
    width: 250px;
    height: 280px;
    padding: 25px;
  }
  .section .section__content .teacher-cards .card--large .card__header {
    gap: 10px;
  }
  .section .section__content .teacher-cards .card--large .card__header .figure--little {
    width: 45px;
    height: 45px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles {
    gap: 6px;
    font-weight: 500;
    font-size: 14.5px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles .card_title_light {
    font-size: 13.5px;
    font-weight: 400;
  }
  .section .section__content .teacher-cards .card--large .teacher-text {
    font-size: 12px;
  }
  .section .section__content .section__text--centered {
    width: 80%;
  }
  .section .section__content .section__text--centered .section__titles {
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
  }
  .section .section__content .section__text--centered .texto {
    font-size: 13px;
    line-height: 1.6;
    width: 100%;
  }
  .section--larger {
    margin-top: 40px;
    height: 670px;
  }
  .section--larger .section__content--column {
    height: 100%;
  }
  .section--larger .section__content--column .header__content {
    flex-basis: 10%;
  }
  .section--larger .section__content--column .header__content .section__title {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .section--larger .section__content--column .header__content .text {
    font-size: 13.1px;
    width: 100%;
  }
  .section--larger .section__content--column .cards {
    flex-basis: 90%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
  .section--larger .section__content--column .cards .card {
    width: 350px;
    height: 110px;
    padding: 10px 8px;
    flex-direction: row;
    position: relative;
  }
  .section--larger .section__content--column .cards .card .rounded-image {
    width: 90px;
    height: 80px;
  }
  .section--larger .section__content--column .cards .card .mini-titulo {
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 95px;
  }
  .section--larger .section__content--column .cards .card .text {
    margin-left: 10px;
    font-size: 12.5px;
    line-height: 1.3;
  }
  .section .column__ .big-title {
    font-size: 2.5em;
    font-weight: 500;
    padding: 18px 40px;
    background-color: #48e;
    border-radius: 55px;
  }
  .section .column__ .big-text {
    margin-top: 30px;
    font-size: 0.9em;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .section {
    height: 470px;
  }
  .section .section__content {
    flex-direction: column;
    height: 100%;
  }
  .section .section__content .section__text {
    flex-basis: 40%;
  }
  .section .section__content .section__text .section__title {
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    width: 100%;
  }
  .section .section__content .section__text .text {
    margin-top: 15px;
    font-size: 12.5px;
    line-height: 1.6;
    width: 100%;
  }
  .section .section__content .figure {
    width: 200px;
    height: 150px;
  }
  .section .section__content .teacher-cards {
    width: 100%;
    gap: 10px;
  }
  .section .section__content .teacher-cards .card--large {
    z-index: 5;
    width: 200px;
    height: 300px;
    padding: 25px;
  }
  .section .section__content .teacher-cards .card--large .card__header {
    gap: 10px;
  }
  .section .section__content .teacher-cards .card--large .card__header .figure--little {
    width: 50px;
    height: 45px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles {
    gap: 4px;
    font-weight: 500;
    font-size: 13px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles .card_title_light {
    font-size: 12.5px;
    font-weight: 400;
  }
  .section .section__content .teacher-cards .card--large .teacher-text {
    font-size: 11.5px;
  }
  .section .section__content .section__text--centered {
    width: 95%;
  }
  .section .section__content .section__text--centered .section__titles {
    text-align: center;
    font-size: 1.1em;
    font-weight: 400;
  }
  .section .section__content .section__text--centered .texto {
    font-size: 12px;
    line-height: 1.6;
    width: 100%;
  }
  .section--larger {
    margin-top: 40px;
    height: 700px;
  }
  .section--larger .section__content--column {
    height: 100%;
  }
  .section--larger .section__content--column .header__content {
    flex-basis: 10%;
  }
  .section--larger .section__content--column .header__content .section__title {
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .section--larger .section__content--column .header__content .text {
    font-size: 12.8px;
    width: 100%;
  }
  .section--larger .section__content--column .cards {
    flex-basis: 90%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .section--larger .section__content--column .cards .card {
    width: 245px;
    height: 135px;
    padding: 10px 8px;
    flex-direction: row;
    position: relative;
  }
  .section--larger .section__content--column .cards .card .rounded-image {
    width: 70px;
    height: 70px;
  }
  .section--larger .section__content--column .cards .card .mini-titulo {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 50px;
  }
  .section--larger .section__content--column .cards .card .text {
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.3;
  }
  .section .column__ .big-title {
    font-size: 2em;
    text-align: center;
    font-weight: 500;
    padding: 15px 30px;
    background-color: #48e;
    border-radius: 55px;
  }
  .section .column__ .big-text {
    margin-top: 30px;
    font-size: 0.9em;
    text-align: center;
  }
}
@media screen and (max-width: 250px) {
  .section {
    height: 500px;
  }
  .section .section__content .section__text .section__title {
    font-size: 1.1em;
  }
  .section .section__content .section__text .text {
    margin-top: 13px;
    font-size: 11.5px;
  }
  .section .section__content .figure {
    width: 100px;
    height: 100px;
  }
  .section .section__content .teacher-cards {
    width: 100%;
    gap: 10px;
  }
  .section .section__content .teacher-cards .card--large {
    z-index: 5;
    width: 150px;
    height: 250px;
    padding: 5px;
  }
  .section .section__content .teacher-cards .card--large .card__header {
    gap: 7px;
  }
  .section .section__content .teacher-cards .card--large .card__header .figure--little {
    width: 50px;
    height: 45px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles {
    gap: 3px;
    font-weight: 500;
    font-size: 11px;
  }
  .section .section__content .teacher-cards .card--large .card__header .card__titles .card_title_light {
    font-size: 10px;
    font-weight: 400;
  }
  .section .section__content .teacher-cards .card--large .teacher-text {
    font-size: 10px;
  }
  .section .section__content .section__text--centered .section__titles {
    font-size: 1em;
  }
  .section .section__content .section__text--centered .texto {
    font-size: 10px;
    line-height: 1.4;
  }
  .section--larger {
    height: 740px;
  }
  .section--larger .section__content--column .header__content .section__title {
    font-size: 1em;
    margin-bottom: 7px;
  }
  .section--larger .section__content--column .header__content .text {
    font-size: 11px;
  }
  .section--larger .section__content--column .cards .card {
    width: 245px;
    height: 135px;
    padding: 10px 8px;
    flex-direction: row;
    position: relative;
  }
  .section--larger .section__content--column .cards .card .rounded-image {
    width: 60px;
    height: 60px;
  }
  .section--larger .section__content--column .cards .card .mini-titulo {
    font-size: 0px;
    position: absolute;
    top: 10px;
    right: 50px;
  }
  .section--larger .section__content--column .cards .card .text {
    transform: translateY(-10px);
    margin-left: 10px;
    font-size: 10px;
    line-height: 1.3;
  }
  .section .column__ .big-title {
    font-size: 1.3em;
    text-align: center;
    font-weight: 500;
    padding: 20px 5px;
    background-color: #48e;
    border-radius: 55px;
  }
  .section .column__ .big-text {
    margin-top: 30px;
    font-size: 0.7em;
    text-align: center;
  }
}
.main--larger {
  width: 90%;
  height: 1800px; /*2950px*/
  background-color: #ccc;
  border: 1px solid #444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  margin-bottom: 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main--larger .section {
  margin-top: 20px;
  height: 767px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  width: 60%;
  margin: auto;
  display: grid;
  border: 1px solid #444;
  border-radius: 15px;
  box-shadow: 8px 12px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 1fr;
  grid-template-areas: "header header" "left-content right-content";
}
.container:hover {
  box-shadow: 8px 12px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.03);
}
.container .courses__header {
  grid-area: header;
  padding: 30px;
  background-color: #f1c274;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.container .courses__header .courses__title {
  color: #333;
  font-size: 35px;
  font-weight: 400;
}
.container .courses__header .courses__subtitle {
  color: #a82734;
  font-size: 25px;
  font-weight: 300;
}
.container .courses__header .courses__text {
  color: #444;
  font-weight: 400;
  margin-bottom: 10px;
}
.container .courses__header .courses__title--color-white {
  color: #eee;
}
.container .courses__header .courses__subtitle--color-black {
  color: #333;
}
.container .courses__header .courses__subtitle--color-black-darker {
  color: #111;
}
.container .courses__header .courses__title--color-blue {
  color: #6c8ddc;
}
.container .courses__header .courses__subtitle--color-green {
  color: #1f6435;
}
.container .left-content {
  grid-area: left-content;
  background-color: #a3464f;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container .left-content .little-title {
  color: #eee;
  font-weight: 400;
  font-size: 1.9em;
}
.container .left-content p .info {
  font-size: 25px;
  color: #f1c274;
}
.container .left-content p .big-number {
  font-size: 2.6em;
  color: rgba(236, 236, 236, 0.9254901961);
}
.container .left-content p .courses__title--color-white {
  color: #eee;
}
.container .left-content p .courses__subtitle--color-black {
  color: #333;
}
.container .left-content p .courses__subtitle--color-black-darker {
  color: #111;
}
.container .left-content p .courses__title--color-blue {
  color: #6c8ddc;
}
.container .left-content p .courses__subtitle--color-green {
  color: #1f6435;
}
.container .left-content .smaller-text {
  margin-top: 10px;
  font-size: 17px;
  color: hsl(0, 0%, 97%);
}
.container .left-content .courses__title--color-white {
  color: #eee;
}
.container .left-content .courses__subtitle--color-black {
  color: #333;
}
.container .left-content .courses__subtitle--color-black-darker {
  color: #111;
}
.container .left-content .courses__title--color-blue {
  color: #6c8ddc;
}
.container .left-content .courses__subtitle--color-green {
  color: #1f6435;
}
.container .right-content {
  background-color: hsl(0, 0%, 20%);
  padding: 30px;
}
.container .right-content .little-title {
  color: #eee;
  font-weight: 400;
  font-size: 1.9em;
}
.container .right-content .list {
  margin-top: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: hsl(0, 0%, 79%);
  font-size: 18px;
}
.container .right-content .courses__title--color-white {
  color: #eee;
}
.container .right-content .courses__subtitle--color-black {
  color: #333;
}
.container .right-content .courses__subtitle--color-black-darker {
  color: #111;
}
.container .right-content .courses__title--color-blue {
  color: #6c8ddc;
}
.container .right-content .courses__subtitle--color-green {
  color: #1f6435;
}
.container .courses__header--backcolor-blue {
  background-color: #6c8ddc;
}
.container .courses__header--backcolor-white {
  background-color: #eee;
}
.container .courses__subtitle--backcolor-red {
  background-color: #8e4151;
}
.container .courses__header--backcolor-green {
  background-color: #359e56;
}

.double-spacing {
  margin-bottom: 80px;
}

@media screen and (max-width: 1300px) {
  .main--larger {
    width: 90%;
    height: 2050px;
  }
  .main--larger .section {
    height: 780px;
  }
  .container {
    width: 60%;
    margin: auto;
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 250px 1fr;
    grid-template-areas: "header header" "left-content right-content";
  }
  .container .courses__header {
    grid-area: header;
    padding: 30px;
    gap: 25px;
  }
  .container .courses__header .courses__title {
    font-size: 35px;
  }
  .container .courses__header .courses__subtitle {
    font-size: 25px;
  }
  .container .courses__header .courses__text {
    margin-bottom: 10px;
  }
  .container .left-content {
    grid-area: left-content;
    padding: 30px;
    gap: 24px;
  }
  .container .left-content .little-title {
    font-size: 1.9em;
  }
  .container .left-content p .info {
    font-size: 25px;
  }
  .container .left-content p .big-number {
    font-size: 2.6em;
  }
  .container .left-content .smaller-text {
    margin-top: 10px;
    font-size: 17px;
  }
  .container .right-content {
    padding: 30px;
  }
  .container .right-content .little-title {
    font-size: 1.9em;
  }
  .container .right-content .list {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 18px;
  }
}
@media screen and (max-width: 1150px) {
  .main--larger {
    width: 80%;
    height: 1450px;
    justify-content: space-around;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 20px;
  }
  .main--larger .section {
    height: 710px;
  }
  .container {
    width: 60%;
    margin: auto;
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 190px 200px;
    grid-template-areas: "header header" "left-content right-content";
  }
  .container .courses__header {
    grid-area: header;
    padding: 25px;
    gap: 14px;
  }
  .container .courses__header .courses__title {
    font-size: 23px;
  }
  .container .courses__header .courses__subtitle {
    font-size: 18px;
  }
  .container .courses__header .courses__text {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .container .left-content {
    grid-area: left-content;
    padding: 22px;
    gap: 10px;
  }
  .container .left-content .little-title {
    font-size: 1.5em;
  }
  .container .left-content p .info {
    font-size: 20px;
  }
  .container .left-content p .big-number {
    font-size: 2.1em;
  }
  .container .left-content .smaller-text {
    margin-top: 6px;
    font-size: 14px;
  }
  .container .right-content {
    padding: 25px;
  }
  .container .right-content .little-title {
    font-size: 1.5em;
  }
  .container .right-content .list {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 13px;
  }
}
@media screen and (max-width: 940px) {
  .main--larger {
    width: 75%;
    height: 1450px;
    justify-content: space-around;
  }
  .main--larger .section {
    height: 710px;
  }
  .container {
    width: 80%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 190px 200px;
    grid-template-areas: "header header" "left-content right-content";
  }
  .container .courses__header {
    grid-area: header;
    padding: 25px;
    gap: 14px;
  }
  .container .courses__header .courses__title {
    font-size: 23px;
  }
  .container .courses__header .courses__subtitle {
    font-size: 18px;
  }
  .container .courses__header .courses__text {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .container .left-content {
    padding: 22px;
    gap: 10px;
  }
  .container .left-content .little-title {
    font-size: 1.5em;
  }
  .container .left-content p .info {
    font-size: 20px;
  }
  .container .left-content p .big-number {
    font-size: 2.1em;
  }
  .container .left-content .smaller-text {
    margin-top: 6px;
    font-size: 14px;
  }
  .container .right-content {
    padding: 25px;
  }
  .container .right-content .little-title {
    font-size: 1.5em;
  }
  .container .right-content .list {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 13px;
  }
}
@media screen and (max-width: 860px) {
  .main--larger {
    width: 75%;
    height: 1250px;
    justify-content: space-around;
  }
  .main--larger .section {
    height: 590px;
  }
  .container {
    width: 87%;
    margin: auto;
    grid-template-rows: 140px 190px;
  }
  .container .courses__header {
    padding: 18px;
    gap: 12px;
  }
  .container .courses__header .courses__title {
    font-size: 21px;
  }
  .container .courses__header .courses__subtitle {
    font-size: 15px;
  }
  .container .courses__header .courses__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .container .left-content {
    padding: 18px;
    gap: 9px;
  }
  .container .left-content .little-title {
    font-size: 1.2em;
  }
  .container .left-content p .info {
    font-size: 18px;
  }
  .container .left-content p .big-number {
    font-size: 1.9em;
  }
  .container .left-content .smaller-text {
    margin-top: 6px;
    font-size: 13px;
  }
  .container .right-content {
    padding: 20px;
  }
  .container .right-content .little-title {
    font-size: 1.2em;
  }
  .container .right-content .list {
    margin-top: 10px;
    line-height: 1.3;
    font-size: 12.5px;
  }
}
@media screen and (max-width: 740px) {
  .main--larger {
    width: 80%;
    height: 1300px;
    justify-content: space-around;
  }
  .main--larger .section {
    height: 590px;
  }
  .container {
    width: 100%;
    grid-template-columns: 200px 200px;
    grid-template-rows: 155px 190px;
  }
  .container .courses__header {
    padding: 18px;
    gap: 10px;
  }
  .container .courses__header .courses__title {
    font-size: 19px;
  }
  .container .courses__header .courses__subtitle {
    font-size: 14px;
  }
  .container .courses__header .courses__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .container .left-content {
    padding: 15px;
    gap: 9px;
  }
  .container .left-content .little-title {
    font-size: 1em;
  }
  .container .left-content p .info {
    font-size: 16px;
  }
  .container .left-content p .big-number {
    font-size: 1.3em;
  }
  .container .left-content .smaller-text {
    margin-top: 6px;
    font-size: 12px;
  }
  .container .right-content {
    padding: 10px;
  }
  .container .right-content .little-title {
    font-size: 1em;
  }
  .container .right-content .list {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 11.5px;
  }
}
@media screen and (max-width: 560px) {
  .main--larger {
    width: 90%;
    height: 1600px;
    justify-content: space-around;
  }
  .container {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container .courses__header {
    width: 100%;
    padding: 18px;
    gap: 10px;
  }
  .container .courses__header .courses__title {
    font-size: 19px;
  }
  .container .courses__header .courses__subtitle {
    font-size: 14px;
  }
  .container .courses__header .courses__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .container .left-content {
    width: 100%;
    padding: 15px;
    gap: 9px;
  }
  .container .left-content .little-title {
    font-size: 1em;
  }
  .container .left-content p .info {
    font-size: 16px;
  }
  .container .left-content p .big-number {
    font-size: 1.3em;
  }
  .container .left-content .smaller-text {
    margin-top: 6px;
    font-size: 12px;
  }
  .container .right-content {
    width: 100%;
    padding: 10px;
  }
  .container .right-content .little-title {
    font-size: 1em;
  }
  .container .right-content .list {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 11.5px;
  }
}
@media screen and (max-width: 420px) {
  .main--larger {
    width: 100%;
    height: 1490px;
    justify-content: center;
    border: none;
    background-color: transparent;
    box-shadow: 0 0 0 #f1eeed;
  }
  .container {
    width: 80%;
  }
  .container .courses__header {
    padding: 12px;
    gap: 10px;
  }
  .container .courses__header .courses__title {
    font-size: 17px;
  }
  .container .courses__header .courses__subtitle {
    font-size: 13px;
  }
  .container .courses__header .courses__text {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .container .left-content {
    padding: 12px;
    gap: 7px;
  }
  .container .left-content .little-title {
    font-size: 17px;
  }
  .container .left-content p .info {
    font-size: 15px;
  }
  .container .left-content p .big-number {
    font-size: 1.3em;
  }
  .container .left-content .smaller-text {
    margin-top: 6px;
    font-size: 11px;
  }
  .container .right-content {
    width: 100%;
    padding: 10px;
  }
  .container .right-content .little-title {
    font-size: 17px;
  }
  .container .right-content .list {
    margin-top: 9px;
    line-height: 1.2;
    font-size: 11px;
  }
}
@media screen and (max-width: 250px) {
  .main--larger {
    height: 1500px;
  }
  .container {
    width: 90%;
  }
  .container .courses__header {
    padding: 10px;
    gap: 8px;
  }
  .container .courses__header .courses__title {
    font-size: 16px;
  }
  .container .courses__header .courses__subtitle {
    font-size: 12px;
  }
  .container .courses__header .courses__text {
    font-size: 10.5px;
    margin-bottom: 7px;
  }
  .container .left-content {
    padding: 10px;
    gap: 7px;
  }
  .container .left-content .little-title {
    font-size: 16px;
  }
  .container .left-content p .info {
    font-size: 14px;
  }
  .container .left-content p .big-number {
    font-size: 1.1em;
  }
  .container .left-content .smaller-text {
    margin-top: 6px;
    font-size: 10px;
  }
  .container .right-content {
    padding: 8px;
  }
  .container .right-content .little-title {
    font-size: 15px;
  }
  .container .right-content .list {
    margin-top: 9px;
    line-height: 1.2;
    font-size: 10px;
  }
}
.header--small .justified {
  text-align: justify;
}

.main--shorter {
  width: 90%;
  height: 1450px; /*2360px*/
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main--shorter .section .text--larger {
  width: 90%;
}

.section--bigger {
  height: 950px; /*1535*/
}

.section__content--column {
  flex-direction: column;
  align-items: center;
}

.section__title {
  font-size: 2em;
  font-weight: 400;
}

.principal-container {
  width: 1200px;
  margin: 2em auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 350px 350px;
  gap: 25px;
}
.principal-container .little-container {
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  border-radius: 10px;
}
.principal-container .little-container .quote-img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 65px;
  right: 130px;
}
.principal-container .little-container .container__header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.principal-container .little-container .container__header .profile-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.principal-container .little-container .container__body {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
.principal-container .little-container .header__content__team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.principal-container .little-container .header__content__team p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7019607843);
}
.principal-container .little-container .container__foter {
  opacity: 70%;
  font-size: 14px;
  line-height: 1.4;
}
.principal-container .purple {
  grid-column: 1/3;
  grid-row: 1/2;
  position: relative;
  color: #eee;
  background-color: hsl(263, 55%, 52%);
}
.principal-container .gray {
  grid-column: 3/4;
  grid-row: 1/2;
  color: #eee;
  background-color: hsl(217, 19%, 35%);
}
.principal-container .white-large {
  grid-column: 4/5;
  grid-row: 1/3;
  background-color: #fff;
  color: #222;
}
.principal-container .white-large .header__content__team p {
  color: #999;
}
.principal-container .white {
  grid-column: 1/2;
  grid-row: 2/3;
  background-color: #fff;
  color: #222;
}
.principal-container .white .header__content__team p {
  color: #999;
}
.principal-container .dark-blue {
  grid-column: 2/4;
  grid-row: 2/3;
  color: #fff;
  background-color: hsl(219, 29%, 14%);
}

@media screen and (max-width: 1300px) {
  .main--shorter {
    width: 90%;
    height: 1700px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .main--shorter .section {
    flex-direction: row;
  }
  .main--shorter .section .text--larger {
    width: 90%;
    font-size: 15px;
  }
  .section .section__content {
    justify-content: center;
    align-items: center;
  }
  .section .section__content .section__title {
    width: 400px;
    font-size: 2em;
    font-weight: 400;
    text-align: center;
  }
  .section .principal-container {
    width: 900px;
    margin: 2em auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
  }
  .section .principal-container .little-container {
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    border-radius: 10px;
    width: 300px;
    height: 400px;
  }
  .section .principal-container .little-container .quote-img {
    width: 50px;
    height: 50px;
    top: 65px;
    right: 130px;
  }
  .section .principal-container .little-container .container__header {
    gap: 15px;
    margin-bottom: 20px;
  }
  .section .principal-container .little-container .container__header .profile-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
  }
  .section .principal-container .little-container .container__body {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .section .principal-container .little-container .header__content__team {
    gap: 10px;
  }
  .section .principal-container .little-container .header__content__team p {
    font-size: 12px;
  }
  .section .principal-container .little-container .container__foter {
    opacity: 70%;
    font-size: 13px;
    line-height: 1.4;
  }
  .section .principal-container .purple {
    color: #eee;
    background-color: hsl(263, 55%, 52%);
  }
  .section .principal-container .gray {
    background-color: hsl(217, 19%, 35%);
  }
  .section .principal-container .white-large {
    color: #222;
  }
  .section .principal-container .white-large .header__content__team p {
    color: #999;
  }
  .section .principal-container .white {
    color: #222;
  }
  .section .principal-container .white .header__content__team p {
    color: #999;
  }
  .section .principal-container .dark-blue {
    background-color: hsl(219, 29%, 14%);
  }
  .section--bigger {
    height: 2000px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1150px) {
  .main--shorter {
    width: 90%;
    height: 1800px;
    margin-bottom: 50px;
  }
  .main--shorter .section {
    flex-direction: row;
  }
  .main--shorter .section .text--larger {
    width: 90%;
    font-size: 15px;
  }
  .section .section__content {
    justify-content: center;
    align-items: center;
  }
  .section .section__content .section__title {
    width: 400px;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
  }
  .section .principal-container {
    width: 800px;
    gap: 20px;
    margin: auto;
  }
  .section .principal-container .little-container {
    padding: 15px 20px;
    width: 350px;
    height: 300px;
  }
  .section .principal-container .little-container .quote-img {
    width: 40px;
    height: 40px;
    top: 65px;
    right: 130px;
  }
  .section .principal-container .little-container .container__header {
    gap: 15px;
    margin-bottom: 20px;
  }
  .section .principal-container .little-container .container__header .profile-img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
  .section .principal-container .little-container .container__body {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .section .principal-container .little-container .header__content__team {
    gap: 10px;
  }
  .section .principal-container .little-container .header__content__team p {
    font-size: 11.5px;
  }
  .section .principal-container .little-container .container__foter {
    opacity: 70%;
    font-size: 12px;
    line-height: 1.4;
  }
  .section--bigger {
    height: 2000px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 940px) {
  .main--shorter {
    height: 2400px;
    border: 0;
    width: 100%;
    margin: 0;
  }
  .section .section__content {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }
  .section .section__content .section__title {
    font-size: 1.8em;
  }
  .section .principal-container {
    width: 400px;
    gap: 25px;
    margin: none;
  }
  .section .principal-container .little-container {
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    border-radius: 10px;
    width: 350px;
    height: 300px;
  }
  .section .principal-container .little-container .quote-img {
    width: 40px;
    height: 40px;
    top: 65px;
    right: 130px;
  }
  .section .principal-container .little-container .container__header {
    gap: 15px;
    margin-bottom: 20px;
  }
  .section .principal-container .little-container .container__header .profile-img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
  .section .principal-container .little-container .container__body {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .section .principal-container .little-container .header__content__team {
    gap: 10px;
  }
  .section .principal-container .little-container .header__content__team p {
    font-size: 11.5px;
  }
  .section .principal-container .little-container .container__foter {
    opacity: 70%;
    font-size: 12px;
    line-height: 1.4;
  }
  .section--bigger {
    height: 1700px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 740px) {
  .main--shorter {
    height: 1800px;
    border: 0;
    width: 100%;
    margin: 0;
  }
  .section .section__content .figure {
    width: 200px;
    height: 200px;
  }
  .section .section__content .section__text .section__title {
    font-size: 1.5em;
  }
  .section .section__content .section__text .text {
    width: 330px;
    font-size: 12px;
  }
  .section .principal-container {
    width: 400px;
    gap: 25px;
    margin: none;
  }
  .section .principal-container .little-container {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    border-radius: 10px;
    width: 400px;
    height: 250px;
  }
  .section .principal-container .little-container .container__header {
    gap: 10px;
    margin-bottom: 10px;
  }
  .section .principal-container .little-container .container__header .profile-img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
  .section .principal-container .little-container .container__body {
    font-size: 12.5px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .section .principal-container .little-container .header__content__team {
    gap: 10px;
  }
  .section .principal-container .little-container .header__content__team p {
    font-size: 11.5px;
  }
  .section .principal-container .little-container .container__foter {
    opacity: 70%;
    font-size: 11.8px;
    line-height: 1.4;
  }
  .section--bigger {
    height: 1400px;
    margin: 0;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 560px) {
  .main--shorter {
    height: 1900px;
  }
  .section {
    padding: 0;
  }
  .section .section__content {
    height: 600px;
  }
  .section .section__content .figure {
    width: 150px;
    height: 150px;
  }
  .section .section__content .section__text .section__title {
    font-size: 1.5em;
  }
  .section .section__content .section__text .text {
    width: 100%;
    font-size: 10px;
  }
  .section .section__content .section__title {
    font-size: 1.2em;
    width: 100%;
  }
  .section .principal-container {
    width: 250px;
    gap: 25px;
  }
  .section .principal-container .little-container {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 250px;
    overflow-y: scroll;
  }
  .section .principal-container .little-container .container__header {
    gap: 15px;
    margin-bottom: 20px;
  }
  .section .principal-container .little-container .container__header .profile-img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
  .section .principal-container .little-container .container__body {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 1.4;
  }
  .section .principal-container .little-container .header__content__team {
    gap: 10px;
  }
  .section .principal-container .little-container .header__content__team p {
    font-size: 11.5px;
  }
  .section .principal-container .little-container .container__foter {
    opacity: 70%;
    font-size: 12px;
    line-height: 1.4;
  }
  .section--bigger {
    height: 2000px;
    width: 300px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .main--shorter {
    height: 2100px;
  }
  .section {
    padding: 0;
  }
  .section .section__content {
    height: 600px;
  }
  .section .section__content .figure {
    width: 150px;
    height: 150px;
  }
  .section .section__content .section__text .section__title {
    font-size: 1.5em;
  }
  .section .section__content .section__text .text {
    width: 100%;
    font-size: 10px;
  }
  .section .section__content .section__title {
    font-size: 1.2em;
    width: 100%;
  }
  .section .principal-container {
    width: 100%;
    gap: 25px;
  }
  .section .principal-container .little-container {
    display: flex;
    flex-direction: column;
    width: 180px;
    height: 250px;
    overflow-y: scroll;
  }
  .section .principal-container .little-container .container__header {
    gap: 15px;
    margin-bottom: 20px;
  }
  .section .principal-container .little-container .container__header .profile-img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
  }
  .section .principal-container .little-container .container__body {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 1.4;
  }
  .section .principal-container .little-container .header__content__team {
    gap: 10px;
  }
  .section .principal-container .little-container .header__content__team p {
    font-size: 11.5px;
  }
  .section .principal-container .little-container .container__foter {
    opacity: 70%;
    font-size: 12px;
    line-height: 1.4;
  }
  .section--bigger {
    height: 2200px;
    width: 220px;
    justify-content: center;
    align-items: center;
  }
}
.main .formulario {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 2em;
  background-color: rgba(247, 247, 247, 0.968627451);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.main .formulario .form__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #333;
}
.main .formulario .label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #333;
}
.main .formulario input, .main .formulario select, .main .formulario textarea {
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}
.main .formulario input::placeholder, .main .formulario select::placeholder, .main .formulario textarea::placeholder {
  font-family: "Poppins", sans-serif;
}
.main .formulario input:focus, .main .formulario select:focus, .main .formulario textarea:focus {
  border-color: #007BFF;
  outline: none;
}
.main .formulario textarea {
  resize: none;
  height: 150px;
  font-family: "Poppins", sans-serif;
}
.main .formulario textarea::placeholder {
  font-family: "Poppins", sans-serif;
}
.main .formulario .btn-submit {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  display: block;
  margin: 0 auto;
}
.main .formulario .btn-submit:hover {
  background-color: #0056b3;
  transform: scale(1.04);
}

@media screen and (max-width: 860px) {
  .main .formulario {
    width: 650px;
    padding: 2em;
  }
  .main .formulario .form__title {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
  .main .formulario .label {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .main .formulario input, .main .formulario select, .main .formulario textarea {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .main .formulario textarea {
    height: 140px;
  }
  .main .formulario .btn-submit {
    padding: 1rem 2rem;
    font-size: 1rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 740px) {
  .main .formulario {
    width: 500px;
    padding: 1.7em;
  }
  .main .formulario .form__title {
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
  }
  .main .formulario .label {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .main .formulario input, .main .formulario select, .main .formulario textarea {
    padding: 0.7rem;
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
  }
  .main .formulario textarea {
    height: 100px;
  }
  .main .formulario .btn-submit {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 560px) {
  .main .formulario {
    width: 350px;
    padding: 1.5em;
  }
  .main .formulario .form__title {
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
  }
  .main .formulario .label {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .main .formulario input, .main .formulario select, .main .formulario textarea {
    padding: 0.6rem;
    margin-bottom: 0.7rem;
    font-size: 0.7rem;
  }
  .main .formulario textarea {
    height: 90px;
  }
  .main .formulario .btn-submit {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 420px) {
  .main .formulario {
    width: 245px;
    padding: 1.5em;
  }
  .main .formulario .form__title {
    margin-bottom: 1.1rem;
    font-size: 1rem;
  }
  .main .formulario .label {
    font-size: 0.7rem;
    margin-bottom: 0.4rem;
  }
  .main .formulario input, .main .formulario select, .main .formulario textarea {
    padding: 0.5rem;
    font-size: 0.6rem;
  }
  .main .formulario textarea {
    height: 60px;
  }
  .main .formulario .btn-submit {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 250px) {
  .main .formulario {
    width: 170px;
    padding: 1.5em;
  }
  .main .formulario .form__title {
    margin-bottom: 0.7rem;
    font-size: 0.9rem;
  }
  .main .formulario .label {
    font-size: 0.6rem;
    margin-bottom: 0.4rem;
  }
  .main .formulario input, .main .formulario select, .main .formulario textarea {
    padding: 0.5rem;
    font-size: 0.5rem;
  }
  .main .formulario textarea {
    height: 60px;
  }
  .main .formulario .btn-submit {
    padding: 10px 15px;
    font-size: 0.5rem;
  }
}
body {
  font-family: "Poppins", sans-serif;
  color: #111;
  font-weight: 400;
  line-height: 1.2;
  background-color: #f1eeed;
}

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