:root {
  --color: #009390;
  --azul-verde: #2f5177;
  --gray: #494949;
  --black: black;
  --white: white;
}

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

.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;
}

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color);
  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;
}

.logomiddle {
  width: 296px;
}

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

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

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

.fechaheroimg {
  width: 438px;
}

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

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

.hero {
  background-image: url('../images/hero_img.png');
  background-position: 70% 0;
  background-size: cover;
  height: 100vh;
  max-height: 853px;
}

.heading {
  color: var(--azul-verde);
  text-align: left;
  width: 100%;
  padding-left: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading.disfrutar-heading {
  margin-bottom: 30px;
}

.heading.disfrutar-heading-copy {
  text-align: center;
  font-size: 34px;
}

.columnshero {
  padding-left: 125px;
}

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

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

.banner {
  background-color: var(--color);
  color: #fff;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

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

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

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

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

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

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

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

.popup-heading {
  color: #247f75;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

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

.expero-face {
  width: 256px;
}

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

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

.popup-heading2 {
  color: #247f75;
  margin-top: 20px;
  font-weight: 700;
}

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

.purplebox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 3px solid #cc448b;
  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;
  padding: 14px 13px;
  display: flex;
}

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

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

.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;
  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-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;
}

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

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

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

.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;
}

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

.popup-toggle {
  cursor: pointer;
}

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

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

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

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

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

.inscribietebottom {
  background-image: url('../images/375cf81b90afd7c65092b0981757d096ebffb543.png');
  background-position: 50%;
  background-size: cover;
}

.inscribetebottom-columns {
  padding-bottom: 105px;
  padding-left: 125px;
}

.inscbttom-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 107px;
  display: flex;
}

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

.heading-4 {
  color: #494949;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.img {
  width: 460px;
}

.image-inscribete-bottom {
  max-height: 100%;
}

.boton-3 {
  background-color: var(--color);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-top: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

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

.footersocial {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.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: #8b76cf;
  font-weight: 700;
}

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

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

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

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

.footer.gradient {
  background-color: #2f5177;
  flex-direction: column;
  padding-top: 85px;
  padding-bottom: 110px;
  display: flex;
}

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

.boton-4 {
  color: #fff;
  text-align: center;
  background-color: #247f75;
  border-radius: 10px;
  margin-top: 34px;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.textoinscribirte {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.ad-image {
  width: 495px;
  margin-bottom: 2rem;
}

.textbox {
  margin-bottom: 26px;
}

.minicards {
  padding-right: 26px;
}

.textoinscribirte2-2 {
  color: #fff;
  text-align: center;
  flex-direction: row;
  font-size: 50px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
}

.textoinscribirte2-2.textotachado {
  color: #cc448b;
  text-decoration: line-through;
}

.textoinscribirte2-2.textblue {
  color: var(--azul-verde);
}

.graybox {
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 13px 23px 23px;
}

.rectangulo2 {
  background-color: #ffffff29;
  border: 5px solid #cc448b;
  border-radius: 4px;
  max-width: 480px;
  padding: 37px 32px;
  line-height: 22px;
}

.textboxsub {
  text-align: center;
}

.terminostxt {
  font-size: 18px;
  font-weight: 500;
}

.textoinscribirte3-2 {
  color: #fff;
  flex-direction: row;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.textoinscribirte3-2.green {
  color: #cc448b;
}

.textoinscribirte3-2.textblue {
  color: var(--azul-verde);
}

.adbanner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/00fa00a146d31d1f4442d84b99ed9caa3b5027eb.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
  display: grid;
}

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

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

.text-block-gray-box {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.aprender {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 150px;
  display: flex;
}

.boton-5 {
  color: #fff;
  text-align: center;
  background-color: #247f75;
  border-radius: 10px;
  margin-top: 34px;
  padding: 15px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.aprendergrid {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aprenderheading {
  color: #247f75;
  text-align: left;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 60px;
}

.aprendercontainer {
  max-width: 1267px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-list-item {
  color: #434343;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.text-banner-v2 {
  margin-bottom: 4rem;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.aprendercontent {
  margin-top: 2px;
}

.rectangulo {
  border: 5px solid #cc448b;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  padding: 37px 32px;
  line-height: 22px;
}

.text-block-aprender {
  text-align: left;
  font-size: 20px;
}

.aprendercolumn1 {
  text-align: center;
}

.costoheading {
  color: #247f75;
  text-align: left;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 60px;
}

.hero-price-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  background-image: linear-gradient(0deg, #009e9e, #00d1d1);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-top: 2.9rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-block-hero-v2 {
  color: var(--gray);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-hero-v2.white {
  color: #fff;
}

.section-vuelve-a-disfrutar {
  padding-top: 5rem;
  padding-bottom: 6.8rem;
}

.disfrutar-heading {
  text-align: center;
  text-transform: uppercase;
}

.disfrutar-content-grid {
  background-color: #f8f8f8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.disfrutar-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 17rem;
  display: flex;
}

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

.video-container {
  width: 100%;
  height: 100%;
  margin-top: 4.1rem;
}

.que-aprenderas {
  text-align: center;
  margin-top: 6rem;
}

.list-container {
  margin-top: 1.9rem;
}

.list-item {
  color: var(--black);
  margin-bottom: .9rem;
  font-size: 25px;
  font-weight: 300;
}

.paragraph-list {
  font-size: 22px;
  line-height: 25px;
}

.list {
  text-align: left;
}

.cardtext {
  max-width: 258px;
  font-size: 17px;
  font-weight: 700;
}

.big-card {
  grid-column-gap: 50px;
  text-align: center;
  background-color: #ffffffed;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 212px;
  padding: 21px 12px;
  display: flex;
  box-shadow: 0 0 3px 2px #0000003b;
}

.beneficiosheading {
  color: #247f75;
  text-align: center;
  margin-bottom: 40px;
  font-size: 43px;
  line-height: 60px;
}

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

.cardstext {
  text-align: center;
  margin-top: 7px;
  font-size: 17px;
  font-weight: 500;
}

.text-block-card {
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
}

.imgcard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 20px;
  display: inline-block;
}

.contentcard {
  grid-column-gap: 2rem;
  text-align: left;
  flex-direction: row;
  display: flex;
}

.beneficios-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 280px 280px 280px;
  place-content: stretch center;
  place-items: center stretch;
  margin-top: 3.4rem;
  display: flex;
}

.contentcarditem {
  max-width: 317px;
}

.imgcard-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 107px;
  margin-bottom: 20px;
  display: inline-block;
}

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

.heading-copy {
  color: var(--azul-verde);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.heading-copy.disfrutar-heading {
  margin-bottom: 30px;
}

.heading-copy.disfrutar-heading-copy {
  text-align: center;
  font-size: 34px;
}

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

.experto-img {
  width: 330px;
}

.experto-rich-text {
  font-size: 20px;
  line-height: 27px;
}

.paragraph {
  color: var(--azul-verde);
  font-weight: 700;
}

.paragraph-2 {
  font-weight: 700;
}

.heading-4-copy {
  color: #2f5177;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 42px;
}

.paragraph-3 {
  color: #494949;
  max-width: 580.5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}

.image {
  width: 25%;
  max-width: 120px;
}

.div-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 6px;
  padding: 14px;
  display: block;
}

.text-block {
  font-size: 25px;
  font-weight: 700;
}

.image-2 {
  max-height: 105px;
  margin-bottom: 2px;
}

.original-price-amount {
  color: var(--color);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  text-decoration: none;
}

.original-price-textt {
  color: var(--gray);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.text-span {
  font-size: 25px;
}

.price-strike {
  background-color: var(--color);
  height: 3px;
  position: absolute;
  inset: 24px 0% auto;
}

.original-price-div {
  margin-bottom: 15px;
  position: relative;
}

.contador {
  border: 3px solid #3da8a7;
  border-radius: 14px;
  width: 40rem;
  margin: 6rem auto 1rem;
  padding-top: 14px;
  padding-bottom: 14px;
}

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

.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;
}

.clock-number {
  color: #009290;
  font-size: 5rem;
  font-weight: 600;
  line-height: 70px;
}

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

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

.subtitle {
  color: var(--azul-verde);
  text-align: left;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.subtitle:where(.w-variant-dc85b1a8-84d4-a446-dfa8-db818d8556cc) {
  text-align: center;
}

.subtitle.disfrutar-heading {
  margin-bottom: 30px;
}

.subtitle.disfrutar-heading-copy {
  text-align: center;
  font-size: 34px;
}

.video {
  width: 100%;
  height: auto;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.team-members-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-member-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.team-member-img {
  border-radius: 6px;
}

.team-member-name {
  color: var(--azul-verde);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.team-member-about-button {
  color: var(--gray);
  background-color: #3898ec00;
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}

.team-member-about-button:hover {
  color: var(--color);
  font-weight: 500;
}

.temario-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 100px;
  display: grid;
  overflow: hidden;
}

.temario-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.temario-header.left {
  background-image: linear-gradient(90deg, #00918f, #2dbfc4);
}

.temario-header.right {
  background-image: linear-gradient(90deg, #2dbfc4, #00918f);
}

.temario-header-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.temario-item {
  background-color: #f3f3f380;
  justify-content: center;
  align-items: center;
  display: flex;
}

.temario-ponente {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.temario-temas {
  background-color: #f3f3f380;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.temario-list {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.temario-list-item {
  font-size: 22px;
  line-height: 25px;
}

.member-popup {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00000085;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .25s cubic-bezier(.006, .597, 1, .439);
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.member-popup.hidden {
  display: none;
}

.member-popup-card {
  background-color: #fff;
  flex-flow: column;
  width: 60%;
  max-width: 850px;
  height: 80%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.member-popup-close-button {
  color: var(--gray);
  background-color: #0000;
  padding: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.member-popup-interactions {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.member-popup-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: auto;
}

.image-4 {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.member-popup-name {
  color: var(--azul-verde);
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.member-popup-details {
  text-align: left;
  width: 80%;
  margin-top: 24px;
  padding-bottom: 40px;
}

.member-popup-speciality {
  color: var(--color);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.member-popup-list {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}

.member-popup-list-item {
  color: var(--gray);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.list-item-copy {
  color: var(--black);
  margin-bottom: .9rem;
  font-size: 25px;
  font-weight: 300;
}

.membe-popup-grade {
  color: var(--gray);
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 25px;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  position: fixed;
}

.live-chat-avatar-wrapper---brix {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-content-right---brix {
  margin-right: 18px;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px #128c6033;
}

.live-chat-content---brix {
  align-items: flex-end;
  display: flex;
}

.live-chat-close-icon---brix {
  z-index: -1;
  position: absolute;
}

.live-chat-button---brix {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button---brix:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button---brix.whatsapp {
  background-color: #25d366;
  box-shadow: 0 6px 18px #112d2d24;
}

.live-chat-bubble-title---brix {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title---brix.whatsapp {
  color: #142b26;
}

.live-chat-message-bubble---brix {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message-bubble---brix.whatsapp {
  box-shadow: 0 4px 16px #14282b14;
}

@media screen and (max-width: 991px) {
  .navbar {
    grid-column-gap: 20px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .columnhero {
    padding-bottom: 39px;
  }

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

  .heading {
    padding-left: 7%;
  }

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

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

  .adbanner {
    background-image: url('../images/00fa00a146d31d1f4442d84b99ed9caa3b5027eb.png');
    background-position: 50%;
    background-size: cover;
    grid-template-columns: 1fr;
  }

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

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

  .hero-price-container {
    margin-left: 65px;
  }

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

  .image {
    width: 21%;
  }

  .div-block {
    justify-content: flex-end;
    align-items: center;
  }

  .image-2 {
    max-height: 55px;
  }

  .member-popup {
    margin-right: 20px;
    padding-left: 20px;
    display: none;
  }

  .member-popup-card {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 21px;
    padding-right: 21px;
  }

  .hero {
    background-position: 0%;
  }

  .columnshero {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .columnhero-2 {
    display: none;
  }

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

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

  .banner-img {
    height: 80px;
  }

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

  .grid-expertos {
    grid-column-gap: 16px;
  }

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

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

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

  .inscribietebottom {
    background-image: url('../images/375cf81b90afd7c65092b0981757d096ebffb543.png');
    background-size: cover;
  }

  .inscribetebottom-columns {
    padding-bottom: 20px;
    padding-left: 0;
  }

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

  .footer.gradient {
    overflow: hidden;
  }

  .adbanner {
    background-image: linear-gradient(#0000, #0000), url('../images/00fa00a146d31d1f4442d84b99ed9caa3b5027eb.png');
    background-position: 0 0, 50%;
  }

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

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

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

  .hero-price-container {
    margin-top: 2.1rem;
    margin-left: 0;
  }

  .section-vuelve-a-disfrutar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .disfrutar-content-grid {
    grid-template-columns: 1fr;
    place-items: center;
    padding-top: 2rem;
  }

  .disfrutar-img {
    width: 269px;
  }

  .column {
    padding-top: 0;
  }

  .beneficios-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 280px 280px;
  }

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

  .contador {
    width: auto;
  }

  .js-clock {
    flex-flow: column;
  }

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

  .member-popup-card {
    width: 80%;
    margin-top: 10%;
  }

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    grid-template-columns: 1fr 1fr;
  }

  .logocentral {
    display: none;
  }

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

  .columnhero {
    padding-top: 44px;
  }

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

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

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

  .hero {
    background-size: auto;
    max-height: 853px;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }

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

  .columnshero {
    padding-bottom: 0;
    padding-left: 0;
  }

  .columnhero-2 {
    padding-top: 44px;
  }

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

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

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

  .text-banner {
    width: auto;
  }

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

  .teamlogocontainer {
    width: 300px;
  }

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

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

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

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

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

  .inscribietebottom {
    padding: 20px 10px;
  }

  .inscribetebottom-columns {
    padding-bottom: 0;
    padding-left: 0;
  }

  .inscbttom-column {
    padding-top: 0;
  }

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

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

  .boton-3 {
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 22px;
  }

  .footersocial {
    max-width: 100%;
  }

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

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

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

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

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

  .socialmedia {
    padding-right: 0;
  }

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

  .footerinfo-imgs {
    margin-left: 0;
  }

  .whiteline {
    margin-top: 80px;
  }

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

  .boton-4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .minicards {
    width: 70px;
    padding-right: 10px;
  }

  .terminostxt {
    font-size: 14px;
  }

  .adbanner {
    background-position: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cardsbox {
    justify-content: center;
    display: flex;
  }

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

  .boton-5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

  .text-banner-v2 {
    width: auto;
  }

  .aprendercontent {
    margin-top: 0;
  }

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

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

  .boton-5-copy {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .cardtext {
    font-size: 15px;
  }

  .big-card {
    grid-column-gap: 0px;
    flex-direction: column;
    height: auto;
  }

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

  .beneficios {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contentcard {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .beneficios-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 280px;
  }

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

  .contador {
    width: auto;
  }

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

  .box {
    margin-bottom: 10px;
  }

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

  .team-members-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .temario-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .temario-header-text {
    font-size: 18px;
  }

  .temario-ponente {
    font-size: 16px;
    line-height: 22px;
  }

  .temario-list-item {
    font-size: 16px;
    line-height: 20px;
  }

  .member-popup-card {
    width: 90%;
  }

  .member-popup-list-item {
    font-size: 16px;
    line-height: 20px;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-avatar-wrapper---brix {
    display: none;
  }

  .live-chat-content-right---brix {
    margin-right: 0;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-button---brix {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-message-bubble---brix {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }
}

#w-node-_00fa1266-1b3c-d361-4678-221ee7e1627a-efc42288 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_00fa1266-1b3c-d361-4678-221ee7e1627d-efc42288 {
  place-self: center;
}

#w-node-_00fa1266-1b3c-d361-4678-221ee7e1627f-efc42288 {
  place-self: center end;
}

#w-node-ac8e24f3-b770-2857-40d7-1e36a505164b-efc42288, #w-node-_4cb498dd-9fef-e811-0282-b3c3d69ede4d-efc42288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_753a9a9f-e9a9-5f07-138d-7c999201462a-efc42288, #w-node-_753a9a9f-e9a9-5f07-138d-7c999201462f-efc42288, #w-node-_753a9a9f-e9a9-5f07-138d-7c9992014634-efc42288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_753a9a9f-e9a9-5f07-138d-7c9992014648-efc42288 {
  grid-area: 4 / 1 / 5 / 4;
  place-self: center;
}

#w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb73ef-efc42288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb73f1-efc42288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb7408-efc42288 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb7409-efc42288, #w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb740b-efc42288, #w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb740c-efc42288, #w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb740d-efc42288, #w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb740e-efc42288, #w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb740f-efc42288, #w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb7414-efc42288 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_753a9a9f-e9a9-5f07-138d-7c9992014648-efc42288 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_00fa1266-1b3c-d361-4678-221ee7e1627a-efc42288 {
    justify-self: center;
  }

  #w-node-_753a9a9f-e9a9-5f07-138d-7c999201462a-efc42288, #w-node-_753a9a9f-e9a9-5f07-138d-7c999201462f-efc42288, #w-node-_753a9a9f-e9a9-5f07-138d-7c9992014634-efc42288, #w-node-_753a9a9f-e9a9-5f07-138d-7c9992014648-efc42288 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb73f1-efc42288 {
    justify-self: center;
  }

  #w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb7408-efc42288 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cdfd1d1a-f7c3-adb8-c76f-d58cb7cb740b-efc42288 {
    place-self: auto;
  }
}
