:root {
  --gold-hard: #9e803a;
  --gold-light: #eece82;
  --gold-medium: #deb962;
  --white: white;
  --dark-slate-blue\<deleted\|variable-e3d85e8c\>: #2e3d55;
  --gray-silver: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
}

.footerinfo-cards {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
}

.footercontainer {
  margin-left: 150px;
  margin-right: 150px;
}

.footergrid {
  grid-template-rows: auto;
}

.footerinfo-header {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.socialmediacontainer {
  grid-column-gap: 50px;
  display: flex;
}

.minicontactos-link {
  text-decoration: none;
}

.minicontactostext {
  color: #fff;
  margin-left: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.link-footer {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.link-footer:hover {
  color: var(--gold-hard);
  font-weight: 700;
}

.link-footer:active {
  color: var(--gold-hard);
}

.whiteline {
  background-color: #fff;
  border-radius: 1.4px;
  width: 100%;
  height: 5px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.minicontactos-imgs {
  width: 30px;
  height: 30px;
}

.footerbottomparagraph {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.minicontactos-imgs2 {
  width: 30px;
  height: 21px;
}

.footerinfo {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.minicontactos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 44px;
  display: flex;
}

.footersocial {
  text-align: center;
}

.footersocial-logo {
  margin-bottom: 46px;
}

.footer.gradient {
  background-image: linear-gradient(216deg, var(--gold-light), var(--gold-medium));
  flex-direction: column;
  padding-top: 85px;
  padding-bottom: 110px;
  display: flex;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(216deg, var(--gold-light), var(--gold-medium));
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 135px;
  display: grid;
}

.button {
  color: var(--gold-light);
  background-color: #fff;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.heading {
  color: var(--gold-hard);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.heading.color-white {
  color: var(--white);
}

.heading.outspace {
  margin-bottom: 20px;
}

.popup-group {
  max-height: 200px;
  margin-top: 0;
  display: block;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.expertostexto {
  text-align: center;
  width: 155px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-toggle {
  cursor: pointer;
}

.popup-toggle-text {
  color: #494949;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

.popup-italic {
  font-style: italic;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.purplebox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--gold-light);
  text-align: center;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 75px;
  margin-top: 33px;
  display: flex;
}

.popup-main-content {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.popup-content-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.heading-temario {
  color: #36347f;
  text-align: center;
  max-width: 822px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 60px;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-expertos {
  grid-column-gap: 110px;
  grid-template-rows: auto 20px auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
}

.xptext {
  padding-top: 11px;
  padding-bottom: 11px;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.expert {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p-sm-start {
  padding-top: 3em;
}

.p-sm-start.p-sm-end {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 226px;
  max-height: 215px;
  padding-top: 0;
  display: flex;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 135px 80px;
  display: flex;
}

.popup-heading2 {
  color: var(--gold-light);
  margin-top: 20px;
  font-weight: 700;
}

.popup-heading {
  color: var(--gold-light);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.popup-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.expero-face {
  width: 256px;
}

.teamlogocontainer {
  margin-bottom: 60px;
}

.horariosbox-heading {
  color: var(--gold-medium);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.clock-label {
  color: #1e1e1e;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.ontime-imgs {
  width: 100px;
  height: 100px;
  font-size: 14px;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.horariosbox {
  flex-direction: column;
  justify-content: flex-end;
}

.ontime {
  padding-top: 115px;
  padding-bottom: 115px;
}

.ontime-grid {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 940px;
  margin-top: 120px;
}

.contador {
  border: 3px dashed #9e803a;
  border-radius: 14px;
  width: 40rem;
  margin: 4rem auto 5rem;
  padding-top: 14px;
  padding-bottom: 14px;
}

.text {
  color: #434343;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.text.horariostext {
  text-align: center;
  margin-bottom: 20px;
}

.horariosbox-linkcontainer {
  text-align: center;
}

.horariosbox-link {
  color: var(--gold-light);
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.horariosimg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.js-clock {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.clock-number {
  color: var(--gold-light);
  font-size: 5rem;
  font-weight: 600;
  line-height: 70px;
}

.horariosbox-header {
  margin-bottom: 17px;
}

.inscribete-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.cards {
  text-align: center;
  background-color: #ffffffed;
  border-radius: 10px;
  width: 280px;
  max-width: 280px;
  height: 212px;
  max-height: 221px;
  padding: 21px 12px;
  box-shadow: 0 0 3px 2px #0000003b;
}

.body {
  font-family: Montserrat, sans-serif;
}

.temario-left {
  color: var(--dark-slate-blue\<deleted\|variable-e3d85e8c\>);
  text-align: center;
  background-color: #ffd997;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-size: 19px;
  font-weight: 600;
  display: flex;
}

.temario-right {
  color: #434343;
  text-align: left;
  background-color: #f5f4f4;
  width: 100%;
  padding: 2.2rem 1.3rem;
  font-size: 20px;
  line-height: 37px;
}

.temario-left-column {
  background-color: var(--gold-light);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 10.5rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  display: flex;
}

.banner {
  color: #fff;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.banner.primary-color-bg {
  background-color: #fff;
  background-image: linear-gradient(72deg, var(--gold-medium), var(--gold-light));
}

.banner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.info-banner-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-img {
  width: 80px;
  height: 80px;
  margin-right: 2rem;
}

.text-banner {
  color: #fff;
  width: 700px;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.columnhero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.text-block-hero {
  color: #494949;
  text-align: center;
  max-width: 621px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-img-container {
  margin-top: 1.3rem;
}

.hero-img {
  max-width: 95%;
  max-height: 100%;
}

.columnshero {
  padding: 60px;
}

.columnhero-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 600px;
  padding-bottom: 0;
  display: flex;
}

.fechaheroimg {
  width: 650px;
  max-width: 100%;
}

.hero {
  background-image: url('../images/head_1.png');
  background-position: 50%;
  background-size: cover;
  height: 853px;
  max-height: 853px;
}

.popup-toggle-2 {
  color: #7b7ff0;
  cursor: pointer;
  font-style: italic;
  text-decoration: none;
}

.banner-promo {
  background-image: url('../images/1440x425.png');
  background-position: 0 0;
  background-size: cover;
  padding: 65px 2rem;
}

.div-block-24 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-right: 400px;
  display: flex;
}

.logo-masterclass {
  margin-bottom: 20px;
}

.heading-13 {
  color: #000;
  text-transform: none;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 46px;
}

.boton-2 {
  background-color: var(--gold-medium);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-top: 34px;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.boton-2:hover {
  background-color: var(--gold-hard);
}

.popup-toggle-3 {
  cursor: pointer;
  text-decoration: none;
}

.expert-img {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.popup-toggle-4 {
  cursor: pointer;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.expert-img-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.cards-2 {
  text-align: center;
  background-color: #ffffffed;
  border-radius: 10px;
  width: 280px;
  height: 212px;
  padding: 21px 12px;
  box-shadow: 0 0 3px 2px #0000003b;
}

.testimonios {
  background-color: #f8f8f8;
  padding-top: 115px;
  padding-bottom: 115px;
}

.testimoniosgrid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.cards-3 {
  text-align: center;
  background-color: #ffffffed;
  border-radius: 10px;
  width: 280px;
  max-width: 280px;
  height: 190px;
  max-height: 221px;
  padding: 21px 12px;
  box-shadow: 0 0 3px 2px #0000003b;
}

.popup-toggle-5 {
  cursor: pointer;
  font-style: italic;
  text-decoration: none;
}

.testimonio-1, .testimonio-2 {
  max-width: 105%;
}

.team-content {
  flex-flow: column;
  display: flex;
}

.team-img {
  max-width: 450px;
}

.div-block-15 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: var(--gold-medium);
  font-size: 40px;
  line-height: 46px;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-3 {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.2;
}

.isfmc-logo-team-container {
  text-align: center;
  margin-bottom: 60px;
}

.heading-8 {
  color: var(--gold-hard);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.popup-toggle-6 {
  color: #7b7ff0;
  cursor: pointer;
  font-style: italic;
  text-decoration: none;
}

.header-team {
  text-align: center;
}

.paragraph-2 {
  color: #7c80f1;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 28px;
}

.text-block-16 {
  color: var(--gold-hard);
  margin-top: 20px;
  font-weight: 700;
}

.team-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 115px 40px 40px;
  display: flex;
}

._2-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column.middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: var(--gray-silver);
  line-height: 1.2;
}

.logo-isfmc {
  max-width: 65%;
  padding-top: 20px;
}

.text-block-12 {
  font-style: italic;
}

.popup-toggle-text-2 {
  color: var(--gold-medium);
  font-size: 20px;
  line-height: 1;
}

.bold-text-6 {
  font-style: italic;
}

.team-container {
  margin-left: 0;
  margin-right: 0;
}

.aprender-container {
  grid-column-gap: 31px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 300px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.opcion-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.aprender {
  background-color: #f7f7f7;
  background-image: url('../images/1440x675.png');
  background-position: 0 0;
  background-size: cover;
  padding: 60px 140px;
}

.text-block {
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

.text-block.size24 {
  font-size: 24px;
}

.text-block.size24.space-buttom {
  margin-bottom: 40px;
}

.text-block.size24.space-buttom.space-top {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph_general {
  color: #494949;
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
}

.form-container {
  max-width: none;
  margin-left: 220px;
  margin-right: 220px;
}

.info-form-container {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  flex-flow: column;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.align-center {
  text-align: center;
}

.align-center.status-form {
  margin-left: auto;
  margin-right: auto;
}

.form {
  padding: 120px 10rem;
}

.field-label, .field-label-2, .field-label-3 {
  text-align: left;
}

.form-2 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.success-message {
  background-image: linear-gradient(53deg, var(--gold-medium), var(--gold-light) 76%);
  border-radius: 9px;
  margin-top: 40px;
}

.text-block-17 {
  font-weight: 500;
}

.error-message {
  border-radius: 4px;
}

.form-block {
  margin-top: 40px;
}

.socialmediacontainer-copy {
  grid-column-gap: 50px;
  grid-column-gap: 50px;
  display: flex;
}

.socialmedia-block {
  display: none;
}

.div-testimonio-card {
  border: 3px solid var(--gold-hard);
  background-color: var(--white);
  border-radius: 10px;
  max-width: 400px;
  margin: auto;
  padding: 60px 60px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 10px #0003;
}

.div-image-wrapper {
  z-index: 10;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -40px;
  left: -40px;
  overflow: hidden;
}

.div-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-content-icon {
  z-index: 5;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -25px;
  right: -25px;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-14 {
  color: var(--gold-medium);
  text-align: center;
  margin-top: 0;
}

.paragraph-4 {
  text-align: center;
  font-size: 18px;
}

.header-ontime {
  text-align: center;
}

.curso-logo {
  text-align: center;
  margin-bottom: 60px;
}

.heading-15 {
  display: none;
}

.heading-none {
  color: var(--gold-hard);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: none;
}

.heading-none.color-white {
  color: var(--white);
}

.heading-none.outspace {
  margin-bottom: 20px;
}

.nath {
  background-color: #f7f7f7;
  background-image: url('../images/1440x675-_nath.png');
  background-position: 0 0;
  background-size: cover;
  padding: 60px 140px;
}

@media screen and (max-width: 991px) {
  .footerinfo-cards {
    grid-column-gap: 5px;
  }

  .socialmediacontainer {
    grid-column-gap: 20px;
    display: flex;
  }

  .socialmedia {
    max-width: 88px;
  }

  .navbar {
    grid-column-gap: 20px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .heading {
    font-size: 45px;
  }

  .popup-content-wrapper-2 {
    max-height: 92%;
  }

  .grid-expertos {
    grid-column-gap: 35px;
    grid-template-rows: auto 20px;
    grid-template-columns: 1fr 1fr;
  }

  .ontime {
    padding-top: 115px;
  }

  .ontime-grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .info-banner-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-banner {
    width: auto;
  }

  .hero-img {
    max-width: 85%;
  }

  .columnshero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .columnhero-2 {
    margin-top: 4rem;
    padding-top: 0;
  }

  .fechaheroimg {
    max-width: 80%;
  }

  .hero {
    background-position: 50%;
    height: auto;
    max-height: none;
  }

  .div-block-24 {
    margin-right: 0;
  }

  .logo-masterclass {
    max-width: 85%;
  }

  .boton-2 {
    font-size: 22px;
  }

  .expert-img-2 {
    width: 100%;
  }

  .testimonios-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimoniosgrid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-img {
    max-width: 100%;
  }

  .team-2 {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .aprender-container {
    grid-template-columns: 1fr;
  }

  .opcion-grid {
    display: block;
  }

  .aprender {
    background-position: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block.size24.space-buttom.space-top {
    font-size: 22px;
  }

  .paragraph_general {
    font-size: 35px;
  }

  .form-container {
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    padding-top: 60px;
    overflow: hidden;
  }

  .form-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .socialmedia-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    display: none;
  }

  .div-image-wrapper {
    left: -25px;
  }

  .heading-14 {
    font-size: 22px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .heading-none {
    font-size: 45px;
  }

  .nath {
    background-position: 20%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footercontainer {
    margin-left: 0;
    margin-right: 0;
  }

  .footergrid {
    grid-template-columns: 1fr;
  }

  .socialmediacontainer {
    display: flex;
  }

  .link-footer, .footerbottomparagraph {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .footer.gradient {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .navbar {
    padding-left: 21px;
    padding-right: 21px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .grid-expertos {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .ontime {
    padding-top: 115px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ontime-grid, .contador {
    width: auto;
  }

  .clock-number {
    font-size: 4.5rem;
  }

  .temario-left {
    font-size: 16px;
  }

  .temario-left-column {
    width: 9rem;
  }

  .banner {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .info-banner-container {
    align-items: center;
  }

  .banner-img {
    height: 80px;
  }

  .text-banner {
    text-align: center;
  }

  .hero-img {
    max-width: 80%;
  }

  .columnshero {
    padding-bottom: 20px;
  }

  .columnhero-2 {
    display: none;
  }

  .hero {
    background-image: url('../images/head_1.png');
    background-position: 100%;
  }

  .testimoniosgrid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimoniosimg-2 {
    max-width: 80%;
  }

  .heading-9 {
    font-size: 35px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .team-2 {
    padding-bottom: 0;
  }

  ._2-columns {
    grid-template-columns: 1fr;
  }

  .bold-text {
    font-size: 20px;
  }

  .logo-isfmc {
    max-width: 80%;
  }

  .aprender-container {
    grid-template-columns: 1fr;
  }

  .aprender {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block.size24.space-buttom.space-top {
    font-size: 20px;
  }

  .paragraph_general {
    font-size: 30px;
  }

  .form {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .form-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .socialmedia-block {
    display: none;
  }

  .div-testimonio-card {
    max-width: 80%;
  }

  .heading-none {
    font-size: 40px;
  }

  .nath {
    background-position: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footerinfo-imgs {
    margin-left: 0;
  }

  .footerinfo-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footercontainer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footergrid {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 500px);
  }

  .socialmediacontainer {
    grid-column-gap: 20px;
  }

  .link-footer {
    font-size: .7rem;
    line-height: 1rem;
  }

  .whiteline {
    margin-top: 80px;
  }

  .footerbottomparagraph {
    font-size: .7rem;
    line-height: 1rem;
  }

  .footerinfo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .socialmedia {
    padding-right: 0;
  }

  .footersocial {
    max-width: 100%;
  }

  .navbar {
    grid-template-columns: 1fr 1fr;
  }

  .logocentral {
    display: none;
  }

  .button {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
  }

  .heading {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .popup-toggle {
    text-align: center;
  }

  .heading-temario {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .grid-expertos {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .team {
    padding-left: 10px;
    padding-right: 10px;
  }

  .teamlogocontainer {
    width: 300px;
  }

  .horariosbox-heading {
    font-size: 22px;
  }

  .ontime-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .box {
    margin-bottom: 10px;
  }

  .horariosbox {
    margin-left: auto;
    margin-right: auto;
  }

  .horariosbox.place {
    margin-top: 0;
  }

  .ontime {
    padding-top: 60px;
  }

  .ontime-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .contador {
    width: auto;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .temario-left {
    padding-top: .5rem;
    padding-bottom: .1rem;
  }

  .temario-left-column {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: auto;
    padding-top: .7rem;
    padding-bottom: 0;
  }

  .banner {
    flex-direction: row;
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

  .info-banner-container {
    flex-direction: column;
  }

  .banner-img {
    margin-right: 0;
  }

  .text-banner {
    width: auto;
  }

  .columnhero {
    padding-top: 20px;
  }

  .text-block-hero {
    width: auto;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
  }

  .hero-img-container {
    width: 100%;
    height: 100px;
    max-height: none;
    margin-bottom: 40px;
  }

  .hero-img {
    max-width: 95%;
  }

  .columnhero-2 {
    padding-top: 4rem;
  }

  .hero {
    background-image: url('../images/head_1.png');
    background-position: 0%;
    max-height: 853px;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }

  .popup-toggle-2 {
    text-align: center;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 1.2;
  }

  .div-block-25 {
    text-align: center;
  }

  .boton-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .popup-toggle-3, .popup-toggle-4 {
    text-align: center;
  }

  .testimonios-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimoniosgrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-toggle-5 {
    text-align: center;
  }

  .heading-9 {
    font-size: 25px;
    line-height: 1.2;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .isfmc-logo-team-container {
    max-width: 260px;
  }

  .popup-toggle-6 {
    text-align: center;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 1.2;
  }

  .team-2 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .logo-isfmc {
    width: 260px;
  }

  .aprender-container {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .aprender {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph_general {
    font-size: 25px;
  }

  .form {
    padding: 4rem 1rem;
  }

  .socialmediacontainer-copy {
    grid-column-gap: 20px;
    grid-column-gap: 20px;
  }

  .socialmedia-copy {
    padding-right: 0;
  }

  .div-testimonio-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-content-box {
    padding-bottom: 20px;
  }

  .heading-14 {
    margin-top: 10px;
  }

  .curso-logo {
    max-width: 260px;
  }

  .heading-none {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .nath {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_0d005505-e813-9d3e-3e9e-6f4b902e9f5e-bd770f23 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_0d005505-e813-9d3e-3e9e-6f4b902e9f61-bd770f23 {
  place-self: center;
}

#w-node-_0d005505-e813-9d3e-3e9e-6f4b902e9f63-bd770f23 {
  place-self: center end;
}

#w-node-_3354da03-4cd3-dafc-9417-b18bedc6feb3-bd770f23 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_27776433-cc4b-9270-a970-951cdb7f95b6-bd770f23 {
  place-self: center;
}

#w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e265-bd770f23, #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e26e-bd770f23, #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e277-bd770f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f38bc103-9969-a621-8c3a-d43886cec1cd-bd770f23, #w-node-cd76c346-18d3-8c71-3a67-c824711e2a69-bd770f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_42e60662-52e3-175b-674c-b483f27d1ce3-bd770f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e60662-52e3-175b-674c-b483f27d1ce5-bd770f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_42e60662-52e3-175b-674c-b483f27d1cfc-bd770f23 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_42e60662-52e3-175b-674c-b483f27d1cfd-bd770f23, #w-node-_42e60662-52e3-175b-674c-b483f27d1cff-bd770f23, #w-node-_42e60662-52e3-175b-674c-b483f27d1d00-bd770f23, #w-node-_42e60662-52e3-175b-674c-b483f27d1d01-bd770f23, #w-node-_42e60662-52e3-175b-674c-b483f27d1d02-bd770f23, #w-node-_42e60662-52e3-175b-674c-b483f27d1d03-bd770f23, #w-node-_42e60662-52e3-175b-674c-b483f27d1d08-bd770f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ed33251-4aa1-9dd5-b45b-843ad467b396-bd770f24 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2ed33251-4aa1-9dd5-b45b-843ad467b39c-bd770f24 {
  grid-area: 2 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_401375cb-7af2-7d8e-b043-f6f6112b01d4-bd770f24 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b256b772-8764-656e-bf7a-cc030c3c4627-bd770f24 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_87649e38-2b79-6064-6b5b-48d881339854-bd770f24 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_39d2d34a-5d31-5347-413a-e63f5b1cb83a-bd770f24 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_6e99440a-1624-ab55-0945-1c712e48e2ab-bd770f24 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_74d5c428-8b44-f013-5dc3-f5dbea115ff3-bd770f24 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_10f1a72c-692b-949d-3f09-7b24779ba5e0-bd770f24 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-c3a0ed2f-18a1-3305-719a-2a82300a820d-bd770f24 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-b9c91d7e-bbdb-4576-9589-53f11dc74e0d-bd770f24 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-d8fa3119-9891-1344-51cc-29b265265dc7-bd770f24 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center;
}

#w-node-_47a22c83-e201-f0b7-43c1-3f3f037b67d3-bd770f24 {
  grid-area: 5 / 2 / 6 / 3;
  place-self: center;
}

#w-node-f495d677-c4d9-c341-27d6-8404d2dbf12c-bd770f24 {
  grid-area: 6 / 2 / 7 / 3;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e277-bd770f23 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e277-bd770f23 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f38bc103-9969-a621-8c3a-d43886cec1cd-bd770f23, #w-node-cd76c346-18d3-8c71-3a67-c824711e2a69-bd770f23 {
    place-self: center;
  }

  #w-node-_42e60662-52e3-175b-674c-b483f27d1cfc-bd770f23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d005505-e813-9d3e-3e9e-6f4b902e9f5e-bd770f23 {
    justify-self: center;
  }

  #w-node-_27776433-cc4b-9270-a970-951cdb7f95b6-bd770f23 {
    grid-row-end: 3;
  }

  #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e265-bd770f23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1765ecbf-78e0-5559-9118-5e7a42f4e277-bd770f23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42e60662-52e3-175b-674c-b483f27d1ce5-bd770f23 {
    justify-self: center;
  }

  #w-node-_42e60662-52e3-175b-674c-b483f27d1cfc-bd770f23 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_42e60662-52e3-175b-674c-b483f27d1cff-bd770f23 {
    place-self: auto;
  }

  #w-node-_2ed33251-4aa1-9dd5-b45b-843ad467b396-bd770f24, #w-node-_2ed33251-4aa1-9dd5-b45b-843ad467b39c-bd770f24, #w-node-_401375cb-7af2-7d8e-b043-f6f6112b01d4-bd770f24, #w-node-b256b772-8764-656e-bf7a-cc030c3c4627-bd770f24, #w-node-_87649e38-2b79-6064-6b5b-48d881339854-bd770f24, #w-node-_39d2d34a-5d31-5347-413a-e63f5b1cb83a-bd770f24, #w-node-_6e99440a-1624-ab55-0945-1c712e48e2ab-bd770f24, #w-node-_74d5c428-8b44-f013-5dc3-f5dbea115ff3-bd770f24, #w-node-_10f1a72c-692b-949d-3f09-7b24779ba5e0-bd770f24, #w-node-c3a0ed2f-18a1-3305-719a-2a82300a820d-bd770f24, #w-node-b9c91d7e-bbdb-4576-9589-53f11dc74e0d-bd770f24, #w-node-d8fa3119-9891-1344-51cc-29b265265dc7-bd770f24, #w-node-_47a22c83-e201-f0b7-43c1-3f3f037b67d3-bd770f24, #w-node-f495d677-c4d9-c341-27d6-8404d2dbf12c-bd770f24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


