:root {
  --green-light: #16c984;
  --green-dark: #099e65;
  --accent: #059669;
  --strong: #0f172a;
  --emphasis: #4b4b4b;
  --orange: #f79900;
  --font: Mont, Tahoma, sans-serif;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 16px;
  line-height: 150%;
}

.blog-container {
  grid-row-gap: 104px;
  border: 1px undefined undefined;
  background-image: linear-gradient(180deg, var(--green-light), var(--green-dark));
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 460px;
  padding: 40px 0 120px;
  text-decoration: none;
  display: flex;
  position: static;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000001a;
}

.blog-container.metodo {
  box-shadow: none;
  background-image: linear-gradient(#ebf0f3, #ebf0f3);
}

.blog-container.profesores {
  box-shadow: none;
  background-image: linear-gradient(#eae3d8, #eae3d8);
}

.blog-container.contacto {
  padding-bottom: 200px;
}

.navbar {
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-left: 32px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 2px #0000001a;
}

.logo-container {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 84px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.navbar-button {
  color: #0f172a;
  text-decoration: none;
  -webkit-text-decoration-color: var(--accent);
  text-decoration-color: var(--accent);
  padding: 5px;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  position: static;
  overflow: visible;
}

.navbar-button.w--current {
  color: var(--accent);
  -webkit-text-decoration-color: var(--accent);
  text-decoration-color: var(--accent);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
}

.sidenav {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.login {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.login.responsive-navigation {
  display: none;
}

.user-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #099e65;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.main-btn {
  grid-column-gap: 8px;
  border: 2px undefined undefined;
  background-color: #0000;
  background-image: linear-gradient(#16c984, #099e65);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 16px 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: inset 0 4px 20px #fffafa40, inset 0 -4px 20px #00000040, 0 2px 5px #0000001a;
}

.main-btn:hover {
  background-image: linear-gradient(180deg, var(--green-light), #08794d);
  transform: scale(1.025);
}

.main-btn.responsive-navigation {
  display: none;
}

.main-btn.button-seconday-2 {
  background-image: none;
}

.main-btn.big {
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 0 2px 5px #0000001a;
}

.main-btn.big.dark {
  background-image: linear-gradient(to bottom, var(--strong), var(--strong));
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 2px 5px #0000001a;
}

.main-btn.big.profesbtn {
  padding-left: 48px;
  padding-right: 48px;
}

.main-btn.big.metodo {
  padding-left: 48px;
  padding-right: 48px;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.main-btn.big.metodo.full, .main-btn.fill {
  width: 100%;
}

.main-btn.small {
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-3.accent {
  color: var(--accent);
}

.frame-94 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  margin-top: 160px;
  text-decoration: none;
  display: flex;
}

.frame-52 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 524px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-163 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.display-1 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.frame-162 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.display-2 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.text-6 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-seconday-2 {
  grid-column-gap: 6px;
  background-color: #fff;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000026;
}

.emoji-party-1 {
  object-fit: cover;
  position: absolute;
  top: 120px;
  left: 361px;
}

.hero-image {
  object-fit: cover;
}

.navbar-container {
  background-color: #0000;
  width: auto;
  min-width: 1232px;
  position: fixed;
}

.button {
  z-index: 3;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-cover {
  z-index: 3;
  background-color: var(--accent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.pargraph {
  color: var(--emphasis);
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.pargraph.center.pricing, .pargraph.error, .pargraph.metodo, .pargraph.call-to-action, .pargraph.contact {
  color: var(--strong);
}

.pargraph.contact.white {
  color: #fff;
}

.pargraph.contact.white.semibold {
  font-weight: 600;
}

.pargraph.dark {
  color: var(--strong);
}

.animated-icons {
  object-fit: cover;
  width: 64px;
}

.frame-269 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  text-decoration: none;
  display: flex;
}

.frame-270 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
}

.frame-271 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
  max-width: 416px;
  text-decoration: none;
  display: flex;
}

.frame-272 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.frame-273 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-274 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-275 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-276 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-277 {
  grid-column-gap: 8px;
  border: 0 solid #ebf0f3;
  border-bottom-width: 1px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.title-span {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.paragraph-span {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-278 {
  grid-row-gap: 56px;
  border: 1px undefined undefined;
  background-color: #f79900;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 72px 30px 104px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000001a;
}

.frame-183 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #0f172a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.frame-279 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
}

.frame-280 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-281 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-282 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 498px;
  text-decoration: none;
  display: flex;
}

.asi-funciona-1 {
  object-fit: cover;
  position: static;
  inset: 0% auto 0% 0%;
}

.list {
  color: var(--strong);
  min-width: 498px;
  padding-left: 0;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
}

.list.profes {
  margin-bottom: 0;
  text-decoration-style: solid;
}

.list-item {
  margin-bottom: 24px;
  list-style-type: disc;
}

.list-item.profes {
  margin-bottom: 10px;
  list-style-type: disc;
}

.bold {
  font-weight: 700;
}

.frame-207 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.frame-187 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: none;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-283 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #0f172a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.frame-284 {
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 416px;
  text-decoration: none;
  display: flex;
}

.frame-285 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-184 {
  grid-column-gap: 16px;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.rectangle-4 {
  object-fit: cover;
  border-radius: 100px;
}

.frame-185 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #00122e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-19 {
  color: #099e65;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-286 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.slider_nav {
  grid-column-gap: .75rem;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 2rem;
  display: flex;
  position: static;
}

.hide {
  display: none;
}

.slider2 {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.slider2_slide {
  height: auto;
  margin-left: .25rem;
  margin-right: 0;
}

.slider2_mask {
  width: 430px;
  height: auto;
  overflow: visible;
}

.slider1_arrow-wrapper {
  color: #232322;
  background-color: #e4fd5b;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider1_arrow-wrapper:hover {
  color: #fff;
  background-color: #232322;
}

.slider1_arrow-wrapper.next-button {
  background-color: #0f172a33;
}

.slider1_arrow-wrapper.next-button:hover {
  background-color: var(--strong);
}

.slider1_arrow-wrapper.back-button {
  background-color: #0f172a33;
}

.slider1_arrow-wrapper.back-button:hover {
  background-color: var(--strong);
}

.slider2_nav {
  grid-column-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: none;
  position: static;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-1x1-medium.is-right {
  transform: rotate(180deg);
}

.ledt-arrow {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.profes-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.profes-container.metodo {
  margin-bottom: 200px;
}

.frame-206 {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-188 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
}

.profes-1 {
  object-fit: cover;
}

.frame-288 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-289 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-194 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.frame-196 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-span {
  color: #0b8f74;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.paragrap-list {
  line-height: 150%;
}

.text-block-flex-down {
  flex-flow: column;
  display: flex;
}

.frame-290 {
  grid-row-gap: 96px;
  border: 1px undefined undefined;
  background-image: linear-gradient(173.29deg, #16c984 0%, #099e65 100%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 56px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000001a;
}

.frame-291 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1062px;
  text-decoration: none;
  display: flex;
}

.frame-292 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 523px;
  text-decoration: none;
  display: flex;
}

.frame-293 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.frame-294 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cta-background-1 {
  object-fit: cover;
  position: absolute;
  top: 45px;
  left: 53%;
}

.image-2 {
  width: 605px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-204 {
  grid-row-gap: 8px;
  background-color: #0f172a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 80px 8px;
  text-decoration: none;
  display: flex;
}

.frame-202 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
}

.frame-200 {
  border: 0 solid #fff3;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.footer-logo {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 230px;
  height: 207px;
  text-decoration: none;
  display: flex;
}

.frame-205 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 61.6194px;
  height: 71.9992px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 108.501px;
  height: 26.4657px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #0b8f74;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-199 {
  grid-column-gap: 120px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.empresa {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-30 {
  opacity: .7;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-30:hover {
  color: var(--accent);
}

.frame-201 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-60 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-295 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-295.social-contact {
  grid-column-gap: 40px;
}

.instagram {
  object-fit: cover;
}

.frame-296 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  margin-top: 160px;
  text-decoration: none;
  display: flex;
}

.frame-297 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 524px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-298 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-299 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.metodo-emoji-title {
  object-fit: contain;
  position: absolute;
  top: 80px;
  left: 390px;
}

.metodo-1 {
  object-fit: cover;
}

.frame-209 {
  grid-row-gap: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 200px;
  padding-bottom: 200px;
  text-decoration: none;
  display: flex;
}

.frame-300 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-7 {
  z-index: -1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -32px;
  left: 360px;
}

.rectangle-7 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #24b47d;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 109px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 420px;
  left: 15px;
}

.frame-301 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-302 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-303 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.metodo-icons {
  object-fit: cover;
  width: 120px;
}

.vectors-wrapper-9 {
  z-index: -1;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -34px;
  left: 580px;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 350px;
  left: 960px;
}

.frame-210 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 200px;
  padding-bottom: 200px;
  text-decoration: none;
  display: flex;
}

.frame-304 {
  grid-row-gap: 40px;
  border: 1px undefined undefined;
  background-color: #f79900;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  padding: 64px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000001a;
}

.frame-305 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-208 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-306 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-307 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.poltergeist-2 {
  object-fit: cover;
}

.frame-308 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  margin-top: 160px;
  text-decoration: none;
  display: flex;
}

.frame-309 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 524px;
  text-decoration: none;
  display: flex;
}

.frame-310 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-311 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.profe-hero-image {
  object-fit: cover;
}

.searchbar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.searchandfiltercontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.search-bar-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.separator {
  grid-column-gap: 0px;
  border: 0 solid #e5e7eb;
  border-left-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.dropdown {
  color: var(--emphasis);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 40px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 220px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search_component {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.form-block {
  margin-bottom: 0;
  position: relative;
}

.search-icon {
  z-index: 2;
  color: #5f6367;
  width: 24px;
  position: absolute;
  top: 6px;
  left: 10px;
}

.search-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.search-input {
  color: var(--emphasis);
  border: 1px solid #fff;
  align-self: auto;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 40px;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
}

.search-input::placeholder {
  color: #d5d6db;
}

.form {
  justify-content: flex-start;
  align-items: center;
}

.text-block {
  color: var(--emphasis);
}

.dropdown-list {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px #0000001a;
}

.dropdown-list.w--open {
  box-shadow: 0 4px 10px #0000001a;
}

.first-child {
  margin-top: 16px;
}

.first-child:hover {
  color: var(--emphasis);
}

.last-shild {
  margin-bottom: 16px;
}

.dorpdown-link:hover {
  color: var(--accent);
}

.profe-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.profe-container.last-profe {
  margin-bottom: 168px;
}

.profe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.rating {
  background-color: #ebf0f3;
  border: 1px solid #e5e7eb;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 274px;
  min-height: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: static;
}

.rating-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 230px;
  text-decoration: none;
  display: flex;
}

.profe-thumbnail {
  object-fit: cover;
  border-radius: 100px;
}

.profe-name {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.profe-rating-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-165 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 18px;
  display: flex;
}

.frame-313 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.star-rating {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.number-reviews {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.list-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-2 {
  border: 0 solid #e5e7eb;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.score {
  color: #64748b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.list-item-3 {
  border: 0 solid #e5e7eb;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item---bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.profe-desciption {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-left-width: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 420px;
  padding: 24px 24px 32px;
  text-decoration: none;
  display: flex;
}

.profe-description-conteinar {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.profe-description-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.profe-descriptoin-video {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video {
  border-radius: 16px;
  width: 360px;
  height: 264px;
  overflow: hidden;
}

.main-blog-post {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-top: -240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: grid;
}

.blog-post-main-image {
  object-fit: cover;
  border-radius: 0;
}

.frame-233 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.frame-236 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.display-3 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.display-3.featured-title, .display-3._404-title {
  margin-bottom: 0;
}

.display-3.search-results {
  margin-bottom: 10px;
}

.author-block {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ellipse-1 {
  object-fit: cover;
}

.author-name-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.author-name {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.author-subitem {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.blog-pot-row-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 200px;
  text-decoration: none;
  display: flex;
}

.blog-pot-row-container.last-item {
  margin-bottom: 200px;
}

.blog-post-row-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.blog-post-wrapper {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-post {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 673px;
  text-decoration: none;
  display: flex;
}

.image-blog-post {
  object-fit: cover;
  border-radius: 0;
  overflow: clip;
}

.frame-314 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 385px;
  text-decoration: none;
  display: grid;
}

.frame-242 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-315 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.display-4 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.image-blog-post-container {
  border-radius: 16px;
  overflow: hidden;
}

.blog-post-content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 160px;
  padding-bottom: 200px;
  text-decoration: none;
  display: flex;
}

.frame-252 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-251 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-post-header-container {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
}

.blog-post-date {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.blog-post-title {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.image-5 {
  object-fit: cover;
}

.frame-234 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
}

.frame-235 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-53 {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-54 {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.blog-post-body {
  background-color: #ebf0f3;
}

.blog-post-header {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
  position: static;
}

.blog-post-text {
  max-width: 1064px;
  font-family: Mont, Tahoma, sans-serif;
}

.main-image {
  border-radius: 16px;
  overflow: hidden;
}

.frame-168 {
  grid-row-gap: 72px;
  border: 1px undefined undefined;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 120px;
  padding-top: 40px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.frame-258 {
  grid-column-gap: 13px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-318 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
}

.stars-1 {
  object-fit: cover;
  position: absolute;
  top: 28px;
  left: 90%;
}

.diamond-1 {
  object-fit: cover;
  position: absolute;
  top: 24px;
  left: 3%;
}

.pricing-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: -64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pricing-wrapper {
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.frame-213 {
  grid-column-gap: 32px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.pricing-column {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-start;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: grid;
}

.precio-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricing-subtitle {
  color: #64748b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.pricing-subtitle.white {
  color: var(--strong);
}

.frame-321 {
  grid-column-gap: 32px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-219 {
  grid-column-gap: 32px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.pricing-featured {
  grid-column-gap: 32px;
  background-color: #f79900;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 314px;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -43px;
  left: 25%;
  box-shadow: 0 20px 20px #0000001a;
}

.text-60 {
  opacity: .4;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.precio {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

._50-1-mes-1 {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.periodo {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.pricing-plan {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pricing-plan.dark {
  color: var(--strong);
}

.faq-section {
  padding-top: 50px;
  padding-bottom: 200px;
  position: relative;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container.faq-container {
  background-color: #0000;
  border-radius: 5px;
  max-width: 1064px;
  padding: 0;
}

.faq-plus {
  background-color: var(--accent);
  border-radius: 3px;
  width: 100%;
  height: 2px;
}

.faq-answer {
  border-bottom: 1px solid #ebf0f3;
  padding-left: 0;
  overflow: hidden;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-q-text {
  color: var(--strong);
  font-family: Mont, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.faq-plus-l {
  background-color: var(--accent);
  border-radius: 3px;
  width: 2px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.heading {
  color: #0f172a66;
  border-bottom: 1px solid #ebf0f3;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
}

.frame-263 {
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  margin-top: 160px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-323 {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.frame-324 {
  grid-column-gap: 32px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 632px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.frame-325 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-326 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.label {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.input {
  color: var(--emphasis);
  border: 1px solid #d5d6db;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
  padding: 18px 12px;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.input::placeholder {
  color: #d5d6db;
}

.input.search-results {
  margin-bottom: 10px;
}

.contacto-1 {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 10px;
}

.form-block-2 {
  width: 100%;
}

.form-2 {
  flex-flow: column;
  display: block;
}

.btn-container {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.frame-262 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1064px;
  text-decoration: none;
  display: flex;
}

.frame-329 {
  grid-row-gap: 32px;
  background-color: #ffffff1a;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-330 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-331 {
  grid-column-gap: 16px;
  border: 0 solid #0aa368;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  padding-left: 40px;
  text-decoration: none;
  display: flex;
}

.frame-332 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-68 {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-266 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.frame-264 {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.social-icon-container {
  padding: 8px;
}

.lottie-animation {
  width: 48px;
  height: 48px;
}

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

.link-2 {
  color: #fff;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.lottie-animation-2 {
  width: 120px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.link-3, .link-4 {
  color: var(--accent);
  text-decoration: none;
}

.lottie-animation-3 {
  width: 220px;
}

.lottie-animation-4 {
  width: 160px;
}

.field-label {
  text-align: left;
  width: 100%;
  margin-top: 20px;
  font-family: Mont, Tahoma, sans-serif;
  font-weight: 400;
}

.container-2 {
  margin-top: 120px;
  margin-bottom: 200px;
}

.link-format {
  color: var(--accent);
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.url-format {
  color: #757474;
  font-family: Mont, Tahoma, sans-serif;
  font-size: 16px;
}

.search-result-item {
  margin-bottom: 40px;
  line-height: 170%;
}

.serach-block {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .blog-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-background-1 {
    left: 53%;
  }

  .stars-1 {
    left: 90%;
  }

  .diamond-1 {
    left: 3%;
  }

  .pricing-featured {
    left: 25%;
  }
}

@media screen and (min-width: 1440px) {
  .blog-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-background-1 {
    left: 53%;
  }

  .image-2 {
    right: 3%;
  }

  .main-blog-post {
    margin-left: auto;
    margin-right: auto;
  }

  .stars-1 {
    left: 85%;
  }

  .diamond-1 {
    left: 7%;
  }

  .pricing-featured {
    left: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .blog-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-container.metodo {
    box-shadow: none;
  }

  .text-2 {
    color: var(--accent);
    font-weight: 600;
  }

  .main-btn {
    background-image: linear-gradient(180deg, var(--green-light), var(--green-dark));
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 0 2px 5px #0000001a;
  }

  .text-3 {
    font-weight: 600;
  }

  .frame-94 {
    grid-column-gap: 80px;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
  }

  .display-1 {
    font-weight: 400;
  }

  .display-2 {
    color: var(--strong);
  }

  .text-6 {
    color: var(--strong);
    font-weight: 400;
  }

  .navbar-container {
    min-width: 1440px;
  }

  .frame-270 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 1280px;
  }

  .frame-271 {
    min-width: 0;
    max-width: 460px;
  }

  .frame-277 {
    justify-content: space-between;
    align-items: center;
  }

  .frame-278 {
    max-width: none;
  }

  .frame-279 {
    width: 1280px;
    max-width: none;
  }

  .frame-282, .profes-container {
    max-width: none;
  }

  .frame-289 {
    grid-row-gap: 12px;
  }

  .frame-290 {
    max-width: none;
    overflow: visible;
  }

  .cta-background-1 {
    left: 52%;
  }

  .image-2 {
    right: 17%;
  }

  .frame-204, .frame-209, .frame-210, .searchbar, .profe-container {
    max-width: none;
  }

  .main-blog-post {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-pot-row-container {
    max-width: none;
  }

  .frame-252, .frame-251 {
    width: 100%;
  }

  .image-5 {
    width: 100%;
    min-width: 0%;
    max-width: none;
  }

  .pricing-container {
    max-width: none;
  }

  .pricing-featured {
    left: 640px;
  }

  .lottie-animation-2 {
    height: 120px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .blog-container {
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .buttons-wrapper {
    background-color: #fff;
    border-radius: 32px;
    margin-top: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 2px 2px #0000001a;
  }

  .login {
    display: none;
  }

  .login.responsive-navigation {
    justify-content: center;
    align-items: flex-end;
    max-width: 30%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .main-btn {
    min-width: 0%;
    max-width: 50%;
    display: none;
  }

  .main-btn.responsive-navigation {
    max-width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-btn.button-seconday-2 {
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .main-btn.button-seconday-2.cta {
    margin-left: auto;
    margin-right: auto;
  }

  .main-btn.button-seconday-2.home {
    margin-left: auto;
  }

  .main-btn.big, .main-btn.big.dark {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-btn.big.profesbtn {
    max-width: none;
    display: block;
  }

  .main-btn.big.metodo {
    margin-left: auto;
  }

  .main-btn.big.pricing-btn {
    margin-left: 0;
  }

  .main-btn.fill {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    box-shadow: 0 2px 5px #0000001a;
  }

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

  .frame-94 {
    flex-flow: column;
    margin-top: 140px;
  }

  .display-2.pricing {
    text-align: center;
  }

  .emoji-party-1 {
    width: 120px;
    height: 120px;
    top: 35%;
    left: 30%;
  }

  .navbar-container {
    width: 95%;
    min-width: 0;
  }

  .button {
    margin-bottom: 40px;
  }

  .button-cover {
    display: none;
  }

  .responsive-menu-button {
    padding: 0;
  }

  .responsive-menu-button.w--open {
    background-color: #c8c8c800;
  }

  .menu-button-new {
    padding: 18px 15px;
  }

  .menu-button-new.w--open {
    background-color: #c8c8c800;
  }

  .menu-button-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.top-line, .menu-button-line.middile-line {
    background-color: var(--accent);
  }

  .menu-button-line.bottom-line {
    background-color: var(--accent);
    width: 11px;
  }

  .pargraph {
    font-size: 16px;
    line-height: 130%;
  }

  .pargraph.metodo {
    line-height: 150%;
  }

  .pargraph.call-to-action {
    text-align: center;
  }

  .frame-269 {
    padding: 100px 40px;
  }

  .frame-270 {
    flex-flow: column;
  }

  .frame-271 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
    margin-bottom: 10px;
  }

  .frame-272 {
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .frame-273 {
    grid-row-gap: 0px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .frame-277 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-278 {
    grid-row-gap: 40px;
    padding: 100px 40px;
  }

  .frame-183 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-279 {
    flex-flow: column;
    max-width: none;
  }

  .frame-280 {
    grid-row-gap: 10px;
    width: 100%;
    margin-bottom: 40px;
  }

  .frame-282 {
    max-width: none;
  }

  .list {
    min-width: 0;
  }

  .list-item {
    margin-bottom: 16px;
  }

  .frame-207 {
    padding: 80px 40px;
  }

  .vectors-wrapper-2 {
    width: 120px;
    height: 120px;
    top: 19%;
  }

  .slider2_slide {
    width: 60vw;
  }

  .slider2_mask {
    width: 70vw;
  }

  .slider1_arrow-wrapper {
    display: none;
  }

  .slider1_arrow-wrapper.next-button {
    display: flex;
  }

  .slider1_arrow-wrapper.back-button {
    align-self: auto;
    display: flex;
  }

  .slider2_nav {
    display: none;
  }

  .profes-container {
    padding: 40px;
  }

  .profes-container.metodo {
    margin-bottom: 100px;
  }

  .frame-188 {
    flex-flow: column;
  }

  .profes-1 {
    order: 1;
  }

  .frame-289 {
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .frame-194 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-290 {
    padding: 40px;
  }

  .frame-292 {
    grid-row-gap: 40px;
    max-width: none;
  }

  .frame-293 {
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .frame-294 {
    grid-row-gap: 20px;
  }

  .cta-background-1 {
    display: none;
  }

  .image-2 {
    width: 480px;
    display: none;
    right: -8%;
  }

  .frame-204 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .frame-295.social-contact {
    grid-column-gap: 20px;
  }

  .instagram {
    object-fit: contain;
    width: auto;
    max-width: none;
  }

  .frame-296 {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .frame-297 {
    max-width: none;
  }

  .metodo-emoji-title {
    top: 40%;
    left: 24%;
  }

  .frame-209 {
    grid-row-gap: 100px;
    padding: 100px 40px;
  }

  .frame-300 {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .vectors-wrapper-7 {
    top: 40%;
    left: 70%;
  }

  .vectors-wrapper-8 {
    top: 90%;
    left: 20%;
  }

  .frame-301 {
    grid-row-gap: 20px;
    order: -1;
  }

  .frame-302 {
    grid-row-gap: 0px;
  }

  .vectors-wrapper-9 {
    top: 40%;
    left: 70%;
  }

  .vectors-wrapper-10 {
    top: 90%;
    left: 20%;
  }

  .frame-210 {
    padding: 100px 40px;
  }

  .frame-304 {
    grid-row-gap: 20px;
    padding: 40px;
  }

  .frame-208 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .frame-306 {
    grid-row-gap: 20px;
  }

  .poltergeist-2 {
    object-fit: contain;
    min-width: 608px;
    max-width: none;
  }

  .frame-308 {
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 140px;
  }

  .frame-309 {
    max-width: none;
  }

  .searchbar {
    padding: 40px;
  }

  .profe-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .profe {
    grid-template-rows: auto;
    grid-template-columns: auto;
    place-items: start center;
    width: auto;
    max-width: none;
  }

  .rating {
    border-bottom-width: 0;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    width: 100%;
    min-width: 0;
  }

  .rating-container {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .profe-thumbnail {
    width: 64px;
    height: 64px;
  }

  .profe-desciption {
    border-top-width: 0;
    border-left-width: 1px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
  }

  .profe-description-conteinar {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .video {
    width: 100%;
  }

  .main-blog-post {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
    max-width: 740px;
    margin-top: -270px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-main-image {
    width: 100%;
    max-width: none;
  }

  .frame-233 {
    grid-row-gap: 10px;
    padding-top: 0;
  }

  .display-3 {
    text-align: center;
    margin-bottom: 0;
  }

  .display-3.featured-title {
    text-align: left;
  }

  .blog-pot-row-container {
    margin-top: 60px;
  }

  .blog-pot-row-container.last-item {
    margin-bottom: 100px;
  }

  .blog-post-row-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-wrapper {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .blog-post {
    grid-column-gap: 20px;
    flex-flow: row;
    height: auto;
  }

  .frame-314 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto;
    justify-content: space-between;
    align-self: auto;
    height: auto;
    min-height: 260px;
    display: flex;
  }

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

  .blog-post-content {
    margin-top: 140px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .frame-252 {
    grid-row-gap: 20px;
  }

  .image-5 {
    max-height: 260px;
  }

  .frame-168 {
    padding-top: 20px;
  }

  .stars-1 {
    top: 15%;
    left: 85%;
  }

  .diamond-1 {
    top: 24%;
    left: 5%;
  }

  .pricing-wrapper {
    flex-flow: column;
    max-width: 740px;
  }

  .frame-213 {
    padding: 20px;
  }

  .pricing-column {
    grid-row-gap: 8px;
    justify-content: flex-start;
    place-items: flex-start start;
    display: flex;
  }

  .pricing-subtitle {
    font-size: 20px;
  }

  .pricing-subtitle.white {
    color: var(--strong);
  }

  .frame-321 {
    height: 310px;
  }

  .pricing-featured {
    max-width: 720px;
    padding: 20px;
    top: 25%;
    left: 2%;
  }

  .precio {
    font-size: 56px;
  }

  .periodo {
    font-size: 16px;
  }

  .pricing-plan {
    font-size: 16px;
    font-weight: 600;
  }

  .faq-section {
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .frame-263 {
    flex-flow: row;
    width: auto;
    display: block;
  }

  .frame-323 {
    max-width: none;
  }

  .contacto-1 {
    display: none;
  }

  .frame-331 {
    padding-left: 30px;
  }

  .frame-266 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .social-icon-container {
    object-fit: contain;
  }

  .field-label {
    margin-top: 20px;
  }

  .link-format {
    font-size: 20px;
  }

  .search-result-item {
    margin-bottom: 40px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .text-block-3 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }

  ul {
    padding-left: 10px;
    overflow: visible;
  }

  ol {
    padding-left: 16px;
    overflow: visible;
  }

  li {
    font-size: 14px;
    line-height: 150%;
  }

  .blog-container {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-container.metodo {
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-container.profesores {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-container.contacto {
    grid-row-gap: 60px;
  }

  .main-btn.responsive-navigation {
    max-width: 40%;
  }

  .main-btn.button-seconday-2 {
    max-width: none;
  }

  .main-btn.big {
    display: flex;
  }

  .main-btn.big.metodo {
    margin-left: auto;
    margin-right: auto;
  }

  .text-3 {
    text-align: center;
    font-size: 14px;
  }

  .frame-94 {
    grid-row-gap: 20px;
    width: auto;
    max-width: none;
  }

  .frame-52 {
    grid-row-gap: 0px;
  }

  .display-1 {
    font-size: 16px;
  }

  .frame-162 {
    margin-bottom: 20px;
  }

  .display-2 {
    text-align: left;
    font-size: 32px;
  }

  .text-6 {
    font-size: 14px;
  }

  .emoji-party-1 {
    width: 80px;
    height: 80px;
    display: none;
    top: 35%;
    left: 30%;
  }

  .hero-image {
    object-fit: contain;
    max-width: 510px;
    max-height: 480px;
    padding-left: 30px;
  }

  .pargraph {
    font-size: 14px;
  }

  .pargraph.metodo {
    line-height: 150%;
  }

  .pargraph.call-to-action {
    font-size: 14px;
  }

  .frame-269 {
    padding-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-272 {
    grid-row-gap: 8px;
  }

  .text-10 {
    font-size: 16px;
  }

  .frame-276 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title-span {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-span {
    font-size: 14px;
  }

  .text-13 {
    font-size: 16px;
  }

  .asi-funciona-1 {
    box-sizing: border-box;
    text-align: left;
    vertical-align: baseline;
    object-fit: contain;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    max-width: 520px;
    max-height: 430px;
    padding-left: 40px;
    display: block;
    overflow: clip;
  }

  .list, .list-item {
    font-size: 14px;
  }

  .vectors-wrapper-2 {
    width: 80px;
    height: 80px;
    top: 25%;
  }

  .frame-187 {
    grid-row-gap: 50px;
  }

  .text-16 {
    font-size: 16px;
  }

  .frame-284 {
    max-width: none;
  }

  .text-18 {
    font-size: 16px;
  }

  .text-19 {
    font-size: 12px;
  }

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

  .slider_nav {
    margin-bottom: 0;
  }

  .slider2_slide {
    width: 85vw;
  }

  .slider1_arrow-wrapper.next-button, .slider1_arrow-wrapper.back-button {
    width: 3rem;
    height: 3rem;
  }

  .ledt-arrow {
    width: 32px;
    height: 32px;
  }

  .frame-206 {
    grid-row-gap: 0px;
  }

  .profes-1 {
    object-fit: contain;
  }

  .text-21 {
    font-size: 16px;
  }

  .paragrap-list {
    font-size: 14px;
  }

  .text-24 {
    text-align: center;
    font-size: 16px;
  }

  .frame-204 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .frame-200 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-bottom: 10px;
  }

  .footer-logo {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    order: 1;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .frame-205 {
    grid-row-gap: 0px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
  }

  .vectors-wrapper-4 {
    object-fit: contain;
    width: 40px;
  }

  .vectors-wrapper-5 {
    object-fit: contain;
  }

  .text-28 {
    order: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .frame-199 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-29 {
    font-size: 14px;
  }

  .text-30 {
    font-size: 12px;
  }

  .frame-201 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .frame-60 {
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .instagram {
    width: 120px;
    height: 20px;
  }

  .frame-296 {
    margin-top: 120px;
  }

  .frame-297 {
    grid-row-gap: 20px;
  }

  .frame-298 {
    grid-row-gap: 10px;
  }

  .metodo-emoji-title {
    display: none;
    top: 15%;
    left: 70%;
  }

  .metodo-1 {
    object-fit: contain;
    max-height: 490px;
  }

  .frame-209 {
    padding-top: 80px;
  }

  .vectors-wrapper-7 {
    top: 35%;
    left: 72%;
  }

  .vectors-wrapper-8 {
    left: 8%;
  }

  .metodo-icons {
    width: 64px;
    margin-left: auto;
    margin-right: auto;
  }

  .frame-310 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .profe-hero-image {
    object-fit: contain;
    max-width: 480px;
    max-height: 480px;
  }

  .searchbar {
    padding-bottom: 20px;
  }

  .main-blog-post {
    max-width: 540px;
    margin-top: -280px;
  }

  .blog-post-main-image {
    max-height: 260px;
  }

  .frame-233 {
    grid-row-gap: 8px;
  }

  .text {
    font-size: 16px;
  }

  .display-3 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 100%;
  }

  .blog-post {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-blog-post {
    min-width: 100%;
    max-width: none;
    max-height: 240px;
  }

  .frame-314 {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
  }

  .text-46 {
    font-size: 14px;
  }

  .image-blog-post-container {
    min-width: 100%;
  }

  .blog-post-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post-title {
    font-size: 30px;
  }

  .stars-1 {
    width: 80px;
    height: 80px;
    display: none;
    top: 8%;
  }

  .diamond-1 {
    width: 80px;
    height: 80px;
    display: none;
    top: 10%;
    left: 0%;
  }

  .pricing-container {
    max-width: 540px;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-featured {
    max-width: 520px;
  }

  .frame-324 {
    padding: 30px 20px;
  }

  .frame-266 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: start stretch;
    display: grid;
  }

  .frame-264 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .field-label {
    margin-top: 20px;
  }

  .container-2 {
    margin-bottom: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-format {
    font-size: 16px;
  }

  .paragraph {
    font-size: 14px;
  }

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

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

  .image-6 {
    width: 32px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 130%;
  }

  p {
    font-size: 12px;
    line-height: 130%;
  }

  ul {
    padding-left: 10px;
    font-size: 12px;
    line-height: 130%;
  }

  ol {
    padding-left: 16px;
  }

  li {
    font-size: 12px;
    line-height: 130%;
  }

  .blog-container, .blog-container.metodo {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .blog-container.contacto {
    padding-bottom: 140px;
  }

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

  .logo-container {
    height: 64px;
    padding-bottom: 9px;
  }

  .buttons-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .main-btn.responsive-navigation {
    max-width: 90%;
  }

  .main-btn.button-seconday-2 {
    border-radius: 100px;
    width: 100%;
    padding: 20px;
  }

  .main-btn.button-seconday-2.cta {
    padding-left: 0;
    padding-right: 0;
  }

  .main-btn.big {
    align-self: auto;
    width: 100%;
    padding: 20px 0;
  }

  .main-btn.big.dark {
    padding-left: 0;
    padding-right: 0;
  }

  .main-btn.big.profesbtn {
    padding: 20px 0;
  }

  .main-btn.big.metodo {
    padding-left: 0;
    padding-right: 0;
  }

  .main-btn.fill {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .text-3 {
    text-align: center;
    font-size: 14px;
  }

  .text-3.accent {
    text-align: center;
    font-size: 14px;
    line-height: 150%;
  }

  .frame-94 {
    margin-top: 100px;
  }

  .frame-52 {
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-163 {
    grid-row-gap: 10px;
  }

  .display-1 {
    font-size: 16px;
  }

  .display-2 {
    font-size: 24px;
  }

  .text-6 {
    font-size: 12px;
  }

  .emoji-party-1 {
    top: 104%;
    left: 20%;
  }

  .hero-image {
    max-width: 320px;
    max-height: 300px;
  }

  .responsive-menu-button {
    max-width: 25px;
  }

  .image {
    max-width: 80%;
  }

  .pargraph {
    font-size: 12px;
    line-height: 130%;
  }

  .pargraph.metodo {
    line-height: 150%;
  }

  .pargraph.call-to-action {
    text-align: left;
    font-size: 12px;
    line-height: 130%;
  }

  .frame-269 {
    padding: 40px 20px 80px;
  }

  .frame-270 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-10 {
    font-size: 14px;
  }

  .frame-274 {
    grid-row-gap: 20px;
  }

  .frame-276 {
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .frame-277 {
    padding-top: 0;
  }

  .title-span {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-span {
    font-size: 12px;
  }

  .frame-278 {
    grid-row-gap: 30px;
    padding: 40px;
  }

  .text-13 {
    font-size: 14px;
  }

  .frame-279 {
    grid-row-gap: 0px;
  }

  .frame-280 {
    grid-row-gap: 8px;
  }

  .asi-funciona-1 {
    max-width: 320px;
    max-height: 260px;
    padding-left: 30px;
  }

  .list {
    font-size: 12px;
  }

  .list-item {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .list-item.profes {
    margin-bottom: 16px;
  }

  .frame-207 {
    padding: 40px 20px;
  }

  .vectors-wrapper-2 {
    width: 48px;
    height: 48px;
    top: 21%;
  }

  .frame-187 {
    grid-row-gap: 32px;
  }

  .text-16 {
    font-size: 14px;
  }

  .frame-184 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .rectangle-4 {
    width: 48px;
    height: 48px;
  }

  .text-18 {
    font-size: 14px;
  }

  .frame-286 {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .slider_nav {
    grid-column-gap: 2rem;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .slider1_arrow-wrapper.next-button, .slider1_arrow-wrapper.back-button {
    width: 3rem;
    height: 3rem;
  }

  .ledt-arrow {
    width: 24px;
    height: 24px;
  }

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

  .frame-206 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .profes-1 {
    max-height: 340px;
  }

  .frame-288 {
    height: auto;
  }

  .frame-289 {
    grid-row-gap: 16px;
  }

  .frame-194 {
    grid-row-gap: 4px;
  }

  .text-21, .link-span {
    font-size: 14px;
  }

  .paragrap-list {
    font-size: 12px;
  }

  .frame-290 {
    padding: 32px 20px;
  }

  .frame-292 {
    grid-row-gap: 20px;
  }

  .frame-293 {
    grid-row-gap: 8px;
  }

  .text-24 {
    text-align: left;
    font-size: 14px;
  }

  .frame-294 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .frame-204 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-202 {
    grid-row-gap: 30px;
  }

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

  .vectors-wrapper-4 {
    width: 30px;
    max-height: 50px;
  }

  .vectors-wrapper-5 {
    width: 80px;
  }

  .text-28 {
    text-align: center;
    font-weight: 400;
  }

  .frame-199 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .empresa {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .frame-295.social-contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .instagram {
    width: 40px;
  }

  .frame-296 {
    margin-top: 100px;
  }

  .metodo-emoji-title {
    width: 80px;
    height: 80px;
    top: 35%;
    left: 29%;
  }

  .metodo-1 {
    max-height: 290px;
  }

  .frame-209 {
    grid-row-gap: 50px;
    padding: 40px 20px;
  }

  .frame-300 {
    grid-row-gap: 20px;
  }

  .vectors-wrapper-7 {
    width: 80px;
    height: 80px;
    top: 47%;
    left: 77%;
  }

  .rectangle-7 {
    object-fit: contain;
    max-height: 320px;
    position: static;
  }

  .vectors-wrapper-8 {
    width: 72px;
    height: 72px;
  }

  .frame-301 {
    grid-row-gap: 16px;
  }

  .frame-302 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .vectors-wrapper-9 {
    width: 72px;
    height: 72px;
    top: 46%;
    left: 79%;
  }

  .vectors-wrapper-10 {
    width: 72px;
    height: 72px;
    top: 88%;
    left: 8%;
  }

  .frame-210 {
    padding: 40px 20px;
  }

  .frame-304 {
    padding: 24px 20px;
  }

  .frame-208 {
    grid-row-gap: 10px;
  }

  .poltergeist-2 {
    min-width: 0;
    max-width: 260px;
    max-height: 230px;
  }

  .frame-308 {
    margin-top: 100px;
  }

  .frame-309 {
    grid-row-gap: 20px;
  }

  .frame-310 {
    grid-row-gap: 0px;
  }

  .profe-hero-image {
    max-width: 300px;
    max-height: 340px;
  }

  .searchbar {
    max-width: none;
    height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .searchandfiltercontainer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .separator {
    display: none;
  }

  .dropdown {
    width: 100%;
  }

  .utility-page-wrap {
    width: auto;
  }

  .utility-page-content {
    min-width: 100%;
  }

  .utility-page-form {
    flex: 0 auto;
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profe-container {
    padding: 20px;
  }

  .profe-container.last-profe {
    margin-bottom: 80px;
  }

  .rating {
    padding: 20px 20px 10px;
  }

  .rating-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .profe-thumbnail {
    width: 64px;
    height: 64px;
  }

  .profe-name {
    font-size: 20px;
  }

  .profe-rating-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .star-rating {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .vectors-wrapper-13 {
    object-fit: contain;
    width: 12px;
    height: 12px;
  }

  .list-2 {
    grid-row-gap: 0px;
  }

  .list-item-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .score {
    font-size: 12px;
  }

  .profe-desciption {
    padding: 20px;
  }

  .profe-description-text {
    padding-top: 0;
  }

  .video {
    height: auto;
  }

  .main-blog-post {
    max-width: 310px;
    margin-top: -320px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-post-main-image {
    max-height: 200px;
  }

  .display-3 {
    font-size: 20px;
    line-height: 120%;
  }

  .display-3.cta {
    text-align: left;
  }

  .blog-pot-row-container {
    margin-top: 40px;
  }

  .image-blog-post {
    min-width: 0%;
    max-width: 100%;
    max-height: 200px;
  }

  .display-4 {
    font-size: 20px;
  }

  .image-blog-post-container {
    min-width: 0%;
  }

  .blog-post-content {
    margin-top: 120px;
  }

  .blog-post-title {
    font-size: 24px;
  }

  .image-5 {
    max-height: 160px;
  }

  .blog-post-text {
    max-width: none;
  }

  .frame-168 {
    margin-top: 100px;
    padding-top: 0;
  }

  .stars-1 {
    width: 40px;
    height: 40px;
    top: 32%;
  }

  .diamond-1 {
    width: 40px;
    height: 40px;
    top: -3%;
  }

  .pricing-container {
    margin-top: -140px;
  }

  .pricing-subtitle {
    font-size: 16px;
  }

  .pricing-featured {
    min-width: 300px;
    max-width: 425px;
  }

  .precio {
    font-size: 40px;
  }

  .pricing-plan.dark {
    font-size: 12px;
  }

  .faq-section {
    padding: 40px 20px 100px;
  }

  .faq-answer-text {
    font-size: 12px;
  }

  .faq-q-text {
    font-size: 20px;
    line-height: 120%;
  }

  .heading {
    margin-top: 0;
    font-size: 12px;
  }

  .frame-263 {
    margin-top: 100px;
  }

  .frame-324 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .frame-325 {
    grid-row-gap: 16px;
  }

  .label {
    vertical-align: baseline;
    font-size: 12px;
    line-height: 130%;
    display: inline-block;
  }

  .input {
    height: 50px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .frame-331 {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .text-68 {
    font-size: 14px;
  }

  .frame-266 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .frame-264 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-2 {
    font-size: 12px;
  }

  .lottie-animation-2 {
    width: 100px;
  }

  .div-block-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .field-label {
    margin-top: 20px;
  }

  .container-2 {
    margin-bottom: 140px;
  }

  .link-format {
    font-size: 14px;
    line-height: 130%;
  }

  .url-format {
    font-size: 14px;
  }

  .paragraph {
    font-size: 12px;
  }

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

  .paragraph-2 {
    font-size: 12px;
  }

  .image-6 {
    width: 24px;
    height: 24px;
  }

  .heading-2, .paragraph-3 {
    text-align: center;
  }

  .text-block-4 {
    color: red;
    font-family: Mont, Tahoma, sans-serif;
  }

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

@media screen and (max-width: 767px) {
  #w-node-_01ce8aa9-f21f-15c9-7425-7358d15fe08c-b99f483c {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.eot') format('embedded-opentype'), url('../fonts/Mont-Regular.ttf') format('truetype'), url('../fonts/Mont-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Light.eot') format('embedded-opentype'), url('../fonts/Mont-Light.ttf') format('truetype'), url('../fonts/Mont-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.eot') format('embedded-opentype'), url('../fonts/Mont-SemiBold.ttf') format('truetype'), url('../fonts/Mont-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Bold.eot') format('embedded-opentype'), url('../fonts/Mont-Bold.ttf') format('truetype'), url('../fonts/Mont-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}