@font-face {
  font-family: Verdana;
  src: url('../fonts/Verdana.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Verdana;
  src: url('../fonts/Verdana-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Verdana;
  src: url('../fonts/Verdana-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Verdana;
  src: url('../fonts/Verdana-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.hero_section-wrapper {
  background-color: #6baeaa;
  position: relative;
}

.hero_section-wrapper.menos {
  margin-top: -4px;
}

.side-padding {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.side-padding.sinrem {
  padding-left: 0;
  padding-right: 0;
}

.main-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.main-container.sin-rem {
  max-width: none;
}

.nav-bar {
  background-color: #ddd0;
}

.nav-link {
  color: #252641;
  padding: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

.nav-link-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  align-items: center;
  display: flex;
}

.user-containt-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.log-in-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.55rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.log-in-wrapper:hover {
  transform: scale(.9);
  box-shadow: 0 0 16px 3px #0003;
}

.log-in-wrapper.signup {
  background-color: #0b7077;
  max-width: 9.125rem;
}

.log-in-wrapper._2 {
  padding: .75rem 1.55rem;
}

.log-in-wrapper._2:hover {
  box-shadow: 0 0 13px #00000061;
}

.log-in-wrapper._2.izq {
  align-self: flex-start;
}

.login-titel-text {
  color: #0b7077;
  text-transform: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.sign-up-div {
  background-color: #396d77;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.55rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sign-up-div:hover {
  background-color: #45808b;
  transform: scale(.9);
  box-shadow: 0 0 16px 3px #0003;
}

.sign-up-div.mas-espacio {
  margin-top: 20px;
}

.sign-up-div.mas-espacio.menos-reduccion {
  font-family: Verdana, Arial, sans-serif;
}

.sign-up-div.mas-espacio.menos-reduccion:hover {
  transform: scale(.97);
}

.sign-up-div.mas-espacio.menos-reduccion.reserva {
  flex: 1;
  margin-top: 0;
}

.sign-up-div.mas-espacio.menos-reduccion.valora {
  background-color: #fff;
  border: 1px solid #396d77;
  margin-top: 10px;
}

.sign-up-div.peque-o {
  padding-left: .8rem;
  padding-right: .8rem;
}

.sign-up-text {
  color: #fff;
  text-transform: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: .9rem;
}

.sign-up-text.peque-oo {
  font-size: .8rem;
}

.sign-up-text.valora {
  color: #396d77;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.hero-titele-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.hero-learning-text-wrapper {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .625rem 1.5625rem;
  display: flex;
}

.text-block {
  font-family: Open Sans, sans-serif;
}

.hero-text-titel-text {
  color: #252641;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

.hero-h1-wrapper {
  width: 100%;
  max-width: 41.75rem;
}

.heading, .hero-h1 {
  color: #0b7077;
  font-size: 4rem;
  line-height: 120%;
}

.explore-tag-wrapper {
  background-color: #fd661f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.875rem;
  display: flex;
}

.explore-titel {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.review-image-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.h1-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.hero-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 600px;
  padding-left: 7rem;
  padding-right: 7rem;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.student-numer {
  position: absolute;
  inset: 55% 0% 0% -4%;
}

.image-iocn {
  position: absolute;
  inset: 30% 12% auto auto;
}

.circle-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bg-circle-image {
  position: absolute;
  top: 77%;
}

.circle2-image {
  z-index: 2;
  width: 250px;
}

.courses-section {
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 180px;
}

.courses-section.menoss {
  margin-top: 80px;
}

.courses-section.menoss.coloor {
  background-color: #6baeaa;
}

.courses-section.menoss.coloor.sin.fooooonode {
  background-image: url('../images/Mesa-de-trabajo-1-copia-4.png'), url('../images/Mesa-de-trabajo-1-copia-3.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100px, 100% 100px;
}

.courses-section.menoss.coloor.sin.fooooonode.sin80 {
  margin-top: 0;
}

.courses-section.menoss.coloor.sin.fooooonode.sin80.fondo-blnco {
  background-color: #fff;
  background-image: none;
}

.courses-section.menoss.sin {
  padding-top: 70px;
  padding-bottom: 70px;
}

.courses-section.menoss.sin.meenos {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.courses-section.color {
  background-color: #6baeaa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.courses-section.color.foooondeo {
  background-image: url('../images/Mesa-de-trabajo-1-copia-6.png'), url('../images/Mesa-de-trabajo-1-copia-5.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100px, 100% 100px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.courses-section.onda {
  background-image: url('../images/onda-azul-superior-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 10%;
  margin-top: -2px;
}

.courses-section.onda.sinn {
  padding-bottom: 80px;
}

.courses-section.nop {
  padding-top: 70px;
  padding-bottom: 0;
}

.courses-section.menos {
  padding-bottom: 80px;
}

.course-titel-text-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.course-titel-text-wrapper.is-width {
  max-width: none;
}

.course-titel-text-wrapper.is-width.m-s-espacio {
  margin-top: 40px;
}

.course-titel-text {
  color: #396d77;
  font-size: 3rem;
  font-weight: 900;
  line-height: 120%;
}

.course-titel-text.is-padding {
  color: #0b7077;
}

.course-titel-text.is-padding.blanco {
  text-shadow: none;
}

.course-titel-text.blanco {
  color: #fff;
  text-shadow: 0 0 12px #0003;
}

.course-titel-text.titulo2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
}

.course-titel-under-image {
  position: absolute;
  inset: 100% auto 0%;
}

.tab-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper-course {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.all-program {
  font-size: .75rem;
}

.tab-link-tab-1 {
  background-color: #ddd0;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: .625rem 1.25rem;
  font-family: Verdana, Arial, sans-serif;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #0b7077;
  border: 1px solid #0b7077;
  font-family: Verdana, Arial, sans-serif;
}

.product-tab-wrapper {
  margin-top: 49px;
  top: 0;
  bottom: 0%;
}

.product-containt-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-self: stretch;
  width: 33.33%;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.product-containt-wrapper:hover {
  transform: scale(1.02);
}

.product-containt-wrapper.is-flex {
  grid-column-gap: 2.3125rem;
  grid-row-gap: 2.3125rem;
  background-color: #f3f3f3;
  border-radius: 20px;
  flex-flow: row;
  align-items: center;
  max-width: 51.25rem;
  padding-bottom: 0;
}

.product-containt-wrapper._2 {
  width: 33.33%;
  padding: 10px;
  text-decoration: none;
}

.product-containt-image-wrapper {
  border: 1px solid #396d77;
  border-bottom-style: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  overflow: hidden;
}

.product-containt-image-wrapper.is-srink {
  flex: none;
}

.product-main-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.product-main-image.is-radios {
  border-top-right-radius: 0;
  border-bottom-left-radius: 30px;
}

.product-main-image._2 {
  height: 200px;
}

.overlap-image {
  position: absolute;
  inset: 90% 0% 0% 12%;
}

.overlap-image.is-not-absulate {
  position: static;
}

.tab-containt-wrapper {
  grid-column-gap: 1.9375rem;
  grid-row-gap: 1.9375rem;
  border: 1px solid #396d77;
  border-top-style: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  flex: 1;
  padding: 2.5rem 1.0625rem 20px;
  display: flex;
}

.tab-containt-wrapper.is-hight {
  grid-column-gap: 3.6rem;
  grid-row-gap: 3.6rem;
  width: 100%;
  max-width: 23.375rem;
  height: auto;
  padding-top: 0;
}

.tab-containt-wrapper.teatros {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: space-between;
}

.date-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.date {
  color: #777795;
  font-family: Verdana, Arial, sans-serif;
  font-size: .625rem;
  line-height: 120%;
}

.course-heading {
  color: #0b7077;
  max-width: 250px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 120%;
}

.course-heading.is-size {
  font-size: 1.375rem;
}

.course-heading.nuevoo {
  color: #0b707787;
  font-weight: 400;
}

.course-heading.tituloo {
  font-family: Verdana, Arial, sans-serif;
  font-weight: 700;
}

.course-heading.tituloobra {
  font-size: 1.3rem;
}

.course-heading.tituloobrea2 {
  font-size: 1.1rem;
}

.course-heading.negroo {
  color: #191919;
}

.about-course-para {
  color: #4d4d4d;
  letter-spacing: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: .8rem;
  line-height: 120%;
}

.heading-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.price-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-wrapper._2 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.prrice-main-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  align-items: center;
  display: flex;
}

.prrice-main-wrapper.is-width {
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 9.875rem;
  padding: .625rem;
  position: absolute;
  inset: auto 5% 8% auto;
}

.discount-price {
  color: #fd661f;
  font-weight: 700;
}

.discount-price.is-size {
  font-size: 1.47625rem;
  line-height: 120%;
}

.real-price {
  font-size: 1.47625rem;
  text-decoration: line-through;
}

.enroll-now-wrapper {
  color: #fff;
  background-color: #0b7077;
  border: 2px solid #0b7077;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 6.375rem;
  padding: .625rem 1.25rem;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.enroll-now-wrapper:hover {
  color: #396d77;
  background-color: #fff;
  border: 2px solid #396d77;
}

.enrol-titel-text {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 120%;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.contant-wrapper-of-tab {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 0;
  display: flex;
}

.tab-pane-tab-2 {
  margin-top: 49px;
  top: 0;
}

.tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5, .tab-pane-tab-6 {
  margin-top: 49px;
}

.category-about-info {
  width: 100%;
  max-width: 51.75rem;
  margin-left: auto;
  margin-right: auto;
}

.category-titel {
  color: #696984;
  text-align: center;
  font-size: 1.375rem;
  line-height: 120%;
}

.category-titel.blannco {
  color: #fff;
  font-family: Verdana, Arial, sans-serif;
}

.category-of-corurse-main-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.wrapper-of--course-category {
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  border: 1px solid gray;
  border-radius: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 18.125rem;
  padding: 2rem .9375rem;
  display: flex;
}

.category-image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.course-titel-wrapper {
  color: #0b7077;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 120%;
}

.course-titel-wrapper.centro {
  color: #fff;
  text-align: center;
}

.course-titel-wrapper.espacio2 {
  margin-top: 30px;
}

.course-titel-wrapper.ceentro {
  text-align: center;
}

.image-flex {
  width: 100%;
  max-width: 3.125rem;
  height: 3.125rem;
  position: relative;
}

.image-flex.circulo-1 {
  background-color: #d2e6e4;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-lipi {
  width: 35px;
}

.wrapper-about-course {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  flex-flow: column;
  display: flex;
}

.more-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-titel {
  color: #0b7077;
  background-color: #fcfafa;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 10.0625rem;
  padding: .75rem 4rem;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.about-cout-titel {
  color: #696984;
  text-align: center;
  font-size: 1.125rem;
  line-height: 120%;
}

.about-cout-titel.blancoo {
  color: #ffffffb8;
  margin-top: 10px;
  font-family: Verdana, Arial, sans-serif;
}

.about-cout-titel.espacioos {
  margin-top: 20px;
  font-family: Verdana, Arial, sans-serif;
}

.course-category-flex {
  grid-column-gap: 5.1875rem;
  grid-row-gap: 5.1875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.view-all-text {
  flex: none;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 120%;
}

.view-button-wrapper {
  color: #396d77;
  border: 1px solid #0b7077;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.55rem;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.view-button-wrapper:hover {
  color: #fff;
  background-color: #0b7077;
  transform: scale(.9);
  box-shadow: 0 0 12px -2px #0000008f;
}

.view-button-wrapper.sin:hover {
  transform: none;
}

.view-button-wrapper.entero {
  flex: 1;
}

.view-button-wrapper.entero.baja {
  color: #e61616;
  border-color: #e61616;
}

.view-button-wrapper.entero.baja:hover {
  color: #fff;
  background-color: #e61616;
}

.view-button-wrapper.entero.baja.menos-reduccion {
  font-family: Verdana, Arial, sans-serif;
}

.view-button-wrapper.entero.baja.menos-reduccion:hover, .view-button-wrapper.entero.confirmaredicion:hover {
  transform: scale(.97);
}

.div-block {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.div-block.is-padding {
  padding-bottom: 8rem;
}

.div-block.is-padding._4rem {
  padding-bottom: 5rem;
}

.div-block._180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

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

.student-card-info-main-wrapper {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  display: flex;
}

.id-card-titel-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.id-card-titel-wrapper.menos {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.benefits-tag-wrapper {
  background-color: #f5f5f5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 7.5625rem;
  padding: .625rem 1.5625rem;
  display: flex;
}

.text-block-2 {
  color: #0b7077;
}

.id-titel-text {
  color: #0b7077;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.id-titel-text.is-color {
  color: #396d77;
  font-family: Montserrat Alternates, sans-serif;
}

.id-titel-text.is-color.centro {
  text-align: center;
  max-width: 1000px;
}

.id-titel-text.is-color.centro.auto {
  margin-bottom: 2.75rem;
  margin-left: auto;
  margin-right: auto;
}

.techers-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.techers-about {
  color: #696984;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

.techers-about.espacio {
  margin-bottom: 20px;
}

.techers-about.espacio.no20 {
  flex: 1;
  margin-bottom: 0;
}

.image-techar-flex-wrapper {
  position: relative;
}

.image-techar {
  position: absolute;
  inset: 0% 24% 0% 86%;
}

.flex-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.id-image-wrapper {
  background-color: #d2e6e4;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 2.3125rem 4.6875rem;
  display: flex;
}

.id-image {
  border-radius: 10px;
}

.grid {
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  margin-left: auto;
  margin-right: auto;
}

.gift-card-main-sectio-wrapper {
  background-color: #0d7077;
  background-image: url('../images/Group-237644.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  flex-flow: row;
  align-items: center;
  max-width: 72.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.1875rem 3.6875rem;
  display: flex;
  position: relative;
}

.gift-card-main-containt-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  width: 100%;
  max-width: 34.0625rem;
  display: flex;
}

.gift-card-main-tems-wrapper {
  grid-column-gap: 3.5px;
  grid-row-gap: 3.5px;
  align-items: center;
  display: flex;
}

.gift-card-tems-text {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  line-height: 120%;
}

.gift-card-titel-text {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.gift-tems-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.by-button-wrapper {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 8.75rem;
  padding: .9375rem 1.875rem;
  text-decoration: none;
  display: flex;
}

.buy-text {
  color: #0b7077;
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.gift-image-wrapper {
  position: absolute;
  bottom: 0%;
  left: auto;
  right: .5%;
}

.gift-imae {
  width: 56vw;
  max-width: 813px;
}

.footer-section {
  background-image: url('../images/doosss.png');
  background-position: 50% 0;
  background-size: 102% 100%;
}

.footer-main-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 100px 69px;
  display: flex;
}

.foote-logo-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.address--wraaapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.adress-titele {
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  line-height: 120%;
}

.footer-logo-titelw {
  color: #ffffffd1;
  max-width: 400px;
  font-family: Verdana, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 120%;
}

.addre-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.main-flex {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
  flex-flow: column;
  display: flex;
}

.main-flex.horizontal {
  flex-flow: row;
}

.link-main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.categorius-wrapper, .categoris-link-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.categories-titel {
  color: #fff;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}

.link-text {
  color: #ffffffd4;
  font-family: Verdana, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-field {
  border-radius: 20px;
  width: 26.5625rem;
  margin-bottom: 0;
  padding: 2rem 0 2rem 1.375rem;
}

.submit-button {
  background-color: #0b7077;
  border-radius: 20px;
  padding: .6875rem 2.0625rem;
  position: absolute;
  inset: auto auto 18% 72%;
}

.form {
  position: relative;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 51.25rem;
  margin-left: auto;
  margin-right: auto;
}

.icon, .icon-2 {
  display: none;
}

.slide-nav {
  top: 330px;
}

.div-block-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.section {
  z-index: 9999999;
  background-color: #6baea9;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
  margin-right: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-block-3:hover, .text-block-3.w--current {
  text-decoration: underline;
}

.text-block-3.sin {
  margin-right: 0;
}

.slider-2 {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.div-block-4 {
  background-image: url('../images/1.-Piu-piu.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-4._2 {
  background-image: url('../images/3.-A-que-sabe-la-luna.png');
  padding: 20px;
}

.div-block-4._3 {
  background-image: url('../images/4.-Frog.png');
}

.div-block-5 {
  background-color: #0d7077;
  border-radius: 20px;
  padding: 10px 15px;
}

.slider-3 {
  background-color: #6baeaa;
  height: 700px;
  margin-top: 0;
  margin-left: -2rem;
  margin-right: -2rem;
}

.left-arrow {
  z-index: 2;
}

.div-block-6 {
  background-image: url('../images/onda-azul-superior-2.png'), url('../images/18.-Black-Mirror---def.png');
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 7%, cover;
  width: 100%;
  height: 100%;
}

.div-block-6._2 {
  background-image: url('../images/onda-azul-superior-2.png'), url('../images/Famille-belier.def.png');
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 7%, cover;
}

.div-block-6._3 {
  background-image: url('../images/onda-azul-superior-2.png'), url('../images/La-casa----Definitivo.png');
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 7%, cover;
}

.div-block-6._4 {
  background-image: url('../images/onda-azul-superior-2.png'), url('../images/5.-Juan-sin-movil---def.png');
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 7%, cover;
}

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

.tabs-content {
  overflow: visible;
}

.section-2 {
  margin-top: 180px;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.section-2.fondo-azuul {
  background-color: #6baeaa;
  background-image: url('../images/Mesa-de-trabajo-1-copia-2.png'), url('../images/Mesa-de-trabajo-1-copia.png');
  background-position: 50% 101%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 10%, 100% 10%;
  margin-top: 80px;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section-2.fondo-azuul.sin80 {
  margin-top: 0;
}

.section-2.fondo-azuul.sin80.meenos {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.div-block-7 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-8 {
  width: 25%;
  padding: 10px;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.div-block-9.linea {
  border: 1px solid #396d77;
  border-radius: 30px 30px 10px 10px;
  overflow: hidden;
}

.image {
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 200px;
}

.div-block-10 {
  padding: 20px 10px 10px;
}

.div-block-10.blanco {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.div-block-11 {
  flex-flow: wrap;
  display: flex;
}

.div-block-12 {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px;
  display: flex;
}

.div-block-13 {
  background-image: url('../images/DSC01048.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
}

.div-block-13._2 {
  background-image: url('../images/WEB-TRANSEDUCA-1.jpg');
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  color: #6ec1b3;
  font-weight: 700;
}

.div-block-16 {
  flex-flow: wrap;
  display: flex;
}

.div-block-17 {
  width: 33.33%;
  padding: 10px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-19 {
  aspect-ratio: 1;
  background-color: #6baeaa;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-bottom: -45px;
  display: flex;
  position: relative;
}

.div-block-19._2 {
  background-color: #396d77;
}

.div-block-20 {
  background-color: #6baeaa;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 50px 20px 20px;
  display: flex;
}

.div-block-20._2 {
  background-color: #3a6d77;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.faq-plus {
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-plus.azul {
  background-color: #396d77;
}

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

.faq-answer.azul {
  border-bottom-color: #396d7740;
}

.faq-answer-text {
  color: #fff;
  margin-bottom: 30px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
}

.faq-answer-text.normal {
  color: #396d77;
}

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

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-q-text {
  color: #fff;
  font-family: Verdana, Arial, sans-serif;
}

.faq-q-text.normal {
  color: #396d77;
}

.faq-plus-l {
  background-color: #fff;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-plus-l.azul {
  background-color: #396d77;
}

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

.div-block-22 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  background-image: url('../images/onda-azul-superior-2.png');
  background-position: 50% -1%;
  background-repeat: no-repeat;
  background-size: 100% 70px;
  margin-top: -2px;
  padding: 100px 20px 120px;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  border: 1px solid #0d7077;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding: 30px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-32 {
  flex: 1;
}

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

.div-block-34, .div-block-35 {
  flex: 1;
}

.text-field-2 {
  color: #000;
  border: 1px solid #396d77;
  border-radius: 7px;
}

.text-field-2.nueevoo {
  margin-top: 10px;
  margin-bottom: 0;
}

.text-field-2.nueevoo.siin {
  margin-top: 0;
}

.text-field-2.sin10 {
  margin-bottom: 0;
}

.text-field-2.sin10.minimo {
  min-height: 100px;
}

.textarea {
  border: 1px solid #396d77;
  border-radius: 8px;
  min-height: 200px;
  margin-bottom: 15px;
}

.form-block {
  margin-bottom: 0;
  font-family: Verdana, Arial, sans-serif;
}

.field-label.valoracioon {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

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

.div-block-36 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-label, .link-2 {
  color: #6baeaa;
}

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

.text-span-4 {
  color: #70c1b3;
  font-weight: 600;
}

.text-block-4 {
  margin-bottom: 15px;
}

.text-block-4._2 {
  margin-top: 15px;
  margin-bottom: 0;
}

.link-3, .link-4 {
  color: #6baeaa;
}

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

.link-block {
  margin-right: 5px;
}

.navbar-no-shadow {
  z-index: 2147483647;
  background-color: #6baeaa;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand.espacio.w--current {
  margin-right: 0;
  display: flex;
}

.nav-menu-wrapper {
  flex: 1;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.dropdown-toggle {
  color: #fff;
  padding: 0 20px 0 0;
  font-family: Montserrat Alternates, sans-serif;
}

.dropdown-toggle.sin-nada, .dropdown-toggle.sin20 {
  padding-right: 0;
}

.icon-3 {
  margin-right: 0;
}

.list-item {
  flex: 1;
}

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

.dropdown.sin {
  margin-right: 0;
}

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

.div-block-39 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.div-block-40 {
  color: #fff;
  background-color: #6baeaa;
  border: 1px solid #6baeaa;
  border-radius: 5px;
  padding: 3px 6px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  transition: all .2s;
}

.div-block-40:hover {
  background-color: #396d77;
  border-color: #396d77;
}

.div-block-40.sin-seleccionar {
  color: #6baeaa;
  background-color: #fff;
  border: 1px solid #6baeaa;
}

.div-block-40.sin-seleccionar:hover {
  color: #fff;
  background-color: #396d77;
  border-color: #396d77;
}

.div-block-40.sin-seleccionar.media {
  color: #dfb37b;
  border-color: #dfb37b;
}

.div-block-40.sin-seleccionar.media:hover {
  color: #b4813f;
  background-color: #f3c994;
  border-color: #f3c994;
}

.div-block-40.sin-seleccionar.baja {
  border-color: #f39c9d;
}

.div-block-40.sin-seleccionar.baja:hover {
  background-color: #ffd0d1;
  border-color: #ffd0d1;
}

.div-block-40.alta {
  color: #669247;
  background-color: #c9ffcc;
  border-color: #c9ffcc;
}

.div-block-40.alta:hover {
  background-color: #adf8b1;
  border-color: #adf8b1;
}

.div-block-40.alta.sin-elegir {
  color: #94ce6b;
  background-color: #c9ffcc00;
  border-color: #94ce6b;
}

.div-block-40.alta.sin-elegir:hover {
  color: #73a84e;
  background-color: #c9ffcc;
  border-color: #c9ffcc;
}

.div-block-40.alta.sin-elegir.seleccion {
  color: #fff;
  background-color: #94ce6b;
  align-self: flex-start;
}

.div-block-40.alta.sin-elegir.seleccion:hover {
  border-color: #94ce6b;
}

.div-block-40.alta.sin-elegir.seleccion.media {
  background-color: #dfb37b;
  border-color: #dfb37b;
}

.div-block-40.alta.sin-elegir.seleccion.baja {
  background-color: #f39c9d;
  border-color: #f39c9d;
}

.div-block-41 {
  flex-flow: column;
  align-self: flex-end;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-block-42.invert {
  opacity: .44;
  filter: invert();
  margin-top: 0;
}

.div-block-42.sin {
  order: 1;
  margin-top: 0;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2.ig {
  margin-right: 0;
}

.dropdown-list {
  background-color: #c49595;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  right: 0;
  box-shadow: 0 0 4px #0003;
}

.dropdown-toggle-2, .dropdown-2, .dropdown-3 {
  width: 100%;
}

.dropdown-list-2 {
  z-index: 1;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 163px;
}

.dropdown-list-3 {
  position: relative;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 163px;
}

.dropdown-list-4 {
  position: relative;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 163px;
}

.body-3 {
  font-family: Verdana, Arial, sans-serif;
}

.section-4 {
  padding-top: 180px;
  padding-bottom: 0;
}

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

.section-5 {
  padding: 70px 20px;
}

.section-5.foto-grande {
  padding-top: 0;
}

.section-5.onda {
  background-image: url('../images/onda-azul-superior-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 70px;
  margin-top: -3px;
}

.div-block-44 {
  flex-flow: wrap;
  flex: 1;
  max-width: 1300px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-45 {
  width: 33.33%;
  padding: 10px;
}

.div-block-46 {
  margin-top: 40px;
  display: flex;
}

.div-block-47 {
  width: 25%;
  padding: 10px;
}

.div-block-48 {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-48.color2 {
  background-color: #6baeaa;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-family: Verdana, Arial, sans-serif;
}

.paragraph.blanco {
  color: #fff;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 33px;
}

.heading-2.blanco {
  color: #fff;
  font-family: Verdana, Arial, sans-serif;
}

.section-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 180px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.section-6.siin180 {
  margin-top: 50px;
}

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

.div-block-49.espacio {
  margin-bottom: 40px;
}

.div-block-50 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-51 {
  aspect-ratio: 1;
  background-color: #6baeaa;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
  position: relative;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.section-7 {
  margin-top: 180px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-7.siin180 {
  margin-top: 100px;
}

.div-block-52 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-52._2 {
  max-width: 60rem;
}

.section-8 {
  justify-content: center;
  align-items: center;
  padding: 180px 2rem 150px;
  display: flex;
}

.youtube {
  border-radius: 20px;
  max-width: 900px;
  overflow: hidden;
}

.div-block-53 {
  margin-top: 180px;
}

.section-9 {
  margin-top: 180px;
  margin-bottom: 180px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-4 {
  color: #396d77;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 85px;
  line-height: 1em;
}

.body-4 {
  font-family: Verdana, Arial, sans-serif;
}

.div-block-54 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 500;
}

.div-block-55 {
  border-top: 1px solid #6baeaa4a;
  margin-top: 20px;
  padding-top: 20px;
}

.div-block-56 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #396d77;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 1em;
}

.link-block-4 {
  z-index: 2;
  position: absolute;
}

.div-block-57 {
  flex-flow: column;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-57.lateral {
  flex-flow: row;
}

.div-block-57.lateral.tabla {
  border-radius: 10px;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  border-radius: 10px;
  height: 500px;
  margin-bottom: 20px;
}

.div-block-58 {
  margin-bottom: 20px;
}

.heading-7 {
  color: #396d77;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Alternates, sans-serif;
}

.heading-7._10 {
  margin-bottom: 10px;
}

.heading-7._20 {
  flex: 1;
  width: auto;
  margin-bottom: 20px;
}

.heading-7._20.blanco {
  color: #fff;
}

.text-block-5 {
  margin-bottom: 10px;
}

.div-block-59 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-60 {
  flex-flow: column;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-61 {
  border: 1px solid #396d77;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-62 {
  z-index: 2;
  background-image: url('../images/2827.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #396d77;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
  width: 400px;
  height: 200px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.div-block-62.camviar {
  background-color: #eee;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-63 {
  align-self: stretch;
}

.section-10 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #396d77;
  font-weight: 700;
}

.text-block-6._2 {
  align-self: flex-start;
  font-size: 18px;
  line-height: 1em;
}

.text-block-6._2.grande {
  font-size: 32px;
}

.div-block-64 {
  flex-flow: wrap;
  align-self: stretch;
  margin-top: 40px;
  display: flex;
}

.div-block-65 {
  align-self: stretch;
  width: 25%;
  padding: 10px;
}

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

.div-block-67 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-7 {
  color: #949494;
}

.div-block-68 {
  background-color: #396d77;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.div-block-69 {
  z-index: 2147483647;
  display: flex;
  position: fixed;
  inset: auto -197px 32px auto;
}

.div-block-70 {
  background-color: #396d77;
  border-radius: 11px;
  flex: 1;
  padding: 20px;
}

.div-block-70.sin {
  background-color: #396d7700;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-70.abajo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px 0 0 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 40px 10px 10px;
  display: flex;
}

.div-block-71 {
  cursor: pointer;
  background-color: #396d77;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 100px;
  margin-right: -3px;
  padding-right: 6px;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #6baeaa;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding-left: 16px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
}

.image-3 {
  opacity: .3;
}

.div-block-73 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-74 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-75 {
  flex-flow: column;
  flex: 1;
  max-width: 220px;
  display: flex;
  position: relative;
}

.div-block-75.nomax {
  flex-flow: wrap;
  max-width: none;
  margin: -10px;
  display: flex;
}

.div-block-76 {
  background-color: #396d77;
  border-radius: 10px;
  padding: 20px;
  position: sticky;
  top: 100px;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  line-height: 1em;
}

.form-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-field-3 {
  border: 1px solid #0000;
  border-radius: 10px;
}

.select-field {
  color: #396d77;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  font-family: Verdana, Arial, sans-serif;
}

.div-block-77 {
  flex-flow: column;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-78 {
  color: #396d77;
  border: 1px solid #396d77;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 7px 7px 7px 12px;
  display: flex;
}

.div-block-78.sin20 {
  margin-bottom: 0;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.link-5:hover {
  color: #396d77;
  text-decoration: underline;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.link-6:hover {
  color: #396d77;
  text-decoration: underline;
}

.link-7 {
  color: #000;
  text-decoration: none;
}

.link-7:hover {
  color: #396d77;
  text-decoration: underline;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

.link-8:hover, .link-8.w--current {
  text-decoration: underline;
}

.text-block-8 {
  color: #fff;
}

.div-block-79 {
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .2s;
  display: flex;
}

.div-block-79:hover {
  transform: scale(.9);
}

.div-block-79.perfil {
  background-color: #396d77;
  border-color: #396d77;
  position: relative;
}

.section-11 {
  background-color: #6baeaa;
  padding: 10px 20px;
}

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

.div-block-81 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-82 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.div-block-84 {
  color: #fff9;
  border: 1px solid #ffffff9e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.div-block-84.seleccionado {
  color: #fff;
  border-color: #fff;
}

.text-block-9 {
  color: #fff;
  align-self: flex-end;
  font-family: Montserrat Alternates, sans-serif;
  font-weight: 400;
}

.text-block-9.none {
  font-family: Verdana, Arial, sans-serif;
}

.div-block-85 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-86 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-87 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
  display: flex;
}

.div-block-88 {
  background-image: url('../images/DSC01047.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex: none;
}

.div-block-89 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 600px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.div-block-89._2 {
  grid-template-columns: 1fr 1.75fr;
}

.div-block-90 {
  background-image: linear-gradient(270deg, #fff0, #fff);
  width: 50px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-90._2 {
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.div-block-91 {
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 20px;
  display: flex;
}

.div-block-91._2 {
  padding-left: 0;
  padding-right: 20px;
}

.div-block-92 {
  background-color: #396d77;
  border-radius: 10px;
  padding: 10px;
}

.div-block-93 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-94 {
  flex-flow: column;
  flex: 1;
  max-width: 300px;
  display: flex;
  position: relative;
}

.div-block-95 {
  border: 1px solid #396d77;
  border-radius: 10px;
  padding: 20px;
  position: sticky;
  top: 90px;
}

.div-block-96 {
  flex-flow: column;
  display: flex;
}

.div-block-97 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-97.espacioo {
  margin-top: 20px;
}

.text-block-11 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.div-block-98 {
  margin-top: 10px;
}

.paragraph-2 {
  color: #a5a5a5;
  margin-bottom: 0;
}

.div-block-99 {
  background-image: url('../images/bULLYING-def-tamanno-bueno.png');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
  margin: -2px -20px 60px;
}

.div-block-100 {
  z-index: 2147483647;
  background-color: #396d77;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  bottom: 32px;
  left: 32px;
}

.div-block-101 {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-block-102 {
  flex: 1;
  min-width: 50%;
  padding: 10px;
}

.youtube-2 {
  border-radius: 10px;
  overflow: hidden;
}

.div-block-103 {
  flex-flow: row;
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-block-104 {
  width: 33.33%;
  padding: 10px;
}

.div-block-105 {
  border-bottom: 1px solid #dbdbdb;
  margin-top: 60px;
}

.div-block-106 {
  margin-top: 60px;
}

.div-block-106.ttulo, .heading-9 {
  margin-top: 0;
}

.section-12 {
  padding: 60px 20px;
}

.section-12.m-s {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-12.m-s.ooonda {
  background-image: url('../images/onda-azul-superior-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 70px;
  margin-top: -3px;
}

.div-block-107 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-107.bajo {
  flex-flow: column;
  max-width: 1300px;
}

.div-block-108 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-108.bloque-movil {
  flex-flow: column;
  max-width: 400px;
  display: flex;
  position: relative;
}

.div-block-109, .div-block-110 {
  border: 1px solid #396d77;
  border-radius: 10px;
  padding: 20px;
}

.div-block-110.popup {
  background-color: #fff;
  max-width: 900px;
}

.div-block-110.popup.valoraci-n {
  min-width: 700px;
}

.div-block-111 {
  border-bottom: 1px solid #dde4e6;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.text-block-12 {
  color: #838383;
}

.text-block-12.menoss {
  color: #bbb;
}

.text-block-12.precio {
  color: #000;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-112 {
  margin-top: 5px;
  padding: 0 0 0 20px;
  display: flex;
}

.div-block-113 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-height: 300px;
  display: flex;
  overflow: auto;
}

.div-block-115 {
  border-bottom: 1px solid #00000024;
}

.div-block-116 {
  color: #000;
  background-color: #ffd333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 21px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  position: absolute;
  inset: -20% -24% auto auto;
}

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

.heading-10 {
  color: #396d77;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 34px;
  line-height: 1em;
}

.div-block-117 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-3 {
  color: #888;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-118 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 2px solid #396d772e;
  flex-flow: wrap;
  padding-top: 20px;
  display: flex;
}

.div-block-118.bajo {
  flex-flow: column;
}

.link-block-5 {
  aspect-ratio: 1;
  background-color: #396d77;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.image-4 {
  filter: invert();
}

.div-block-119 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 47px;
  margin-right: 47px;
  padding: 5px 10px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-119.grande {
  margin-left: 25%;
  margin-right: 25%;
  position: static;
}

.div-block-119.sin {
  border: 1px solid #396d77;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.div-block-120 {
  background-color: #59ff00;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.div-block-120.media {
  background-color: #ffa600;
}

.div-block-120.baja {
  background-color: red;
}

.div-block-121 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.div-block-121.normal {
  display: flex;
}

.div-block-122 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 1px solid #396d77;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 10px;
  display: flex;
}

.div-block-122.sin {
  border-style: none;
  flex-flow: row;
}

.div-block-122.sin.centro {
  justify-content: center;
  align-items: center;
}

.div-block-122.otro {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-width: 1px;
}

.div-block-122.lado {
  flex-flow: row;
}

.div-block-123 {
  background-color: #396d77;
  border-radius: 10px;
  padding: 20px;
}

.form-block-3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.select-field-2 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
}

.div-block-124 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.seleccionar {
  color: #aaa;
  text-decoration: none;
  transition: all .2s;
}

.seleccionar:hover {
  color: #396d77;
}

.image-5 {
  margin-left: -4px;
}

.div-block-125 {
  margin-bottom: 80px;
}

.div-block-126 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.div-block-127 {
  align-self: stretch;
}

.text-block-14 {
  color: #aaa;
}

.div-block-128 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-129 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  display: flex;
}

.body-5 {
  background-image: url('../images/Captura-de-pantalla-2025-06-10-a-las-11.33.35.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-family: Verdana, Arial, sans-serif;
  display: flex;
}

.section-13 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000003b;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-130 {
  background-color: #fff;
  border: 2px solid #396d77;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-130.min {
  min-width: 600px;
}

.div-block-131 {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.div-block-132 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-132._20esp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-133 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-block-4 {
  margin-top: 20px;
  margin-bottom: 0;
}

.form-block-4.ssin {
  margin-top: 0;
}

.field-label-2 {
  color: #396d77;
  font-family: Verdana, Arial, sans-serif;
}

.text-field-4 {
  border-radius: 10px;
  margin-bottom: 0;
}

.div-block-134 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-134.sin {
  margin-bottom: 0;
}

.div-block-135 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.div-block-135.maximo {
  min-width: 200px;
}

.select-field-3 {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
}

.div-block-136 {
  flex-flow: column;
  display: flex;
}

.div-block-137 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-138 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-15 {
  white-space: nowrap;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.25fr 1fr 1fr;
}

.grid-2.color {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #396d77;
  border-radius: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.25fr 1fr 1fr;
}

.div-block-139 {
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 10px;
  font-size: 13px;
  display: flex;
}

.div-block-139._20 {
  padding-right: 20px;
}

.div-block-139._140 {
  width: 103px;
}

.form-block-5 {
  margin-bottom: 0;
}

.select-field-4 {
  color: #000;
  background-color: #fff0;
  border: 1px solid #396d77;
  border-radius: 10px;
  margin-bottom: 0;
}

.div-block-140 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-140.cursos {
  min-width: 140px;
}

.div-block-141 {
  min-width: 100px;
  min-height: 70px;
}

.div-block-141.color {
  color: #fff;
  background-color: #396d77;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.div-block-141.color._2 {
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
}

.div-block-141.color._3 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-141.espacio {
  justify-content: center;
  align-items: center;
  max-height: 70px;
  padding: 10px;
  display: flex;
}

.div-block-141.espacio.salas {
  width: 200px;
}

.div-block-142 {
  display: flex;
  overflow: auto;
}

.div-block-143 {
  border-bottom: 1px solid #d3d3d3;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-link {
  color: #a07070;
}

.dropdown-link.w--current {
  color: #000;
}

.div-block-144 {
  flex-flow: wrap;
  flex: 1;
  align-self: flex-start;
  width: 100%;
  max-width: 1300px;
  margin: -10px auto;
  padding: 0 0 0 10px;
  display: flex;
}

.div-block-145 {
  width: 50%;
  padding: 10px;
}

.div-block-146 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #396d77;
  flex: 1;
  padding: 0;
  display: flex;
}

.div-block-147 {
  aspect-ratio: 1;
  background-color: #d2e6e4;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  min-width: 100px;
  padding: 15px;
  display: flex;
}

.div-block-147.alta {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  aspect-ratio: auto;
  background-color: #d9f0ee;
  justify-content: center;
  align-items: center;
}

.div-block-147.media {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fde8cc;
  justify-content: center;
  align-items: center;
}

.div-block-147.baja {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #ffd1d1;
  justify-content: center;
  align-items: center;
}

.text-block-16 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-17 {
  font-weight: 700;
  line-height: 1em;
}

.text-block-18 {
  font-size: 13px;
  line-height: 1em;
}

.div-block-148 {
  flex-flow: column;
  flex: 1;
  max-width: 400px;
  display: flex;
}

.div-block-148.entero {
  max-width: none;
}

.text-block-19 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2em;
}

.text-block-19.sin {
  color: #0d7077;
  margin-top: 0;
}

.text-block-19.masespcio {
  color: #727272;
  margin-bottom: 0;
  font-weight: 700;
}

.text-block-19.espaciio {
  margin-bottom: 5px;
}

.text-block-20 {
  color: #a7a7a7;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.select-field-5 {
  color: #a7a7a7;
  background-color: #f3f3f300;
  border: 1px solid #0000;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1em;
}

.select-field-5.color2 {
  color: #396d77;
}

.form-block-6 {
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
}

.form-block-6.menos {
  margin-left: 0;
}

.div-block-149 {
  color: #fff;
  background-color: #396d77;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-149:hover {
  transform: scale(.9);
}

.div-block-150 {
  margin-top: 10px;
}

.text-block-21 {
  display: none;
}

.div-block-151 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-152 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-153 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2025-01-27-at-08.14.01.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  height: 300px;
  padding: 20px;
}

.div-block-153._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Diseño-sin-título-17.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-153._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/monstruo.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-153._4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image00133.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-22 {
  font-family: Montserrat Alternates, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.div-block-154 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  filter: invert();
}

.paragraph-4 {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-155 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #396d77;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-8 {
  filter: invert();
}

.div-block-156 {
  border: 1px solid #396d77;
  border-radius: 10px;
  flex: 1;
  overflow: hidden;
}

.div-block-157 {
  padding: 10px;
}

.text-block-23 {
  color: #949494;
  flex: 1;
  font-size: 15px;
}

.div-block-158 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-159 {
  border: 1px solid #396d77;
  border-radius: 10px;
  flex-flow: column;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-160 {
  color: #2d8527;
  background-color: #a1f1a6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
}

.div-block-160.media {
  color: #da7223;
  background-color: #f1cfa1;
}

.div-block-160.baja {
  color: #852727;
  background-color: #f1a1a1;
}

.div-block-161 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-toggle-3 {
  padding: 0;
}

.icon-4 {
  margin-right: 0;
}

.dropdown-4 {
  background-color: #6baeaa;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 36px 10px 16px;
  display: flex;
}

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

.text-block-24 {
  color: #fff;
  margin-left: 5px;
}

.div-block-163 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-164 {
  border: 1px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

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

.dropdown-list-5 {
  background-color: #c59c9c;
}

.dropdown-list-5.w--open {
  background-color: #fff;
  border-radius: 10px;
  top: -118.5px;
  left: -2px;
  box-shadow: 0 0 5px #0003;
}

.div-block-165 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-166 {
  flex: 1;
}

.textarea-2 {
  color: #000;
  border: 1px solid #396d77;
  border-radius: 7px;
  min-height: 200px;
}

.dropdown-link-2.w--current {
  color: #000;
  text-decoration: none;
}

.dropdown-link-3.w--current {
  color: #000;
}

.div-block-167 {
  flex-flow: wrap;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-26 {
  color: #396d77;
  font-size: 14px;
  line-height: 1em;
}

.text-block-26.gris {
  color: #fff;
  align-self: flex-start;
}

.div-block-168 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #396d77;
  border-radius: 10px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 7px 10px;
  display: flex;
}

.text-block-27 {
  color: #396d77;
  font-size: 14px;
}

.body-6 {
  background-image: url('../images/Captura-de-pantalla-2025-06-13-a-las-14.20.01.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-family: Verdana, Arial, sans-serif;
  display: flex;
}

.section-14 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(#00000080, #00000080);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-169 {
  border-radius: 10px;
  padding: 20px;
}

.div-block-170 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-171 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.nuevo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.div-block-172 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-173 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-174 {
  background-image: url('../images/2827.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.text-block-28 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.text-block-29 {
  color: #747474;
}

.div-block-175 {
  border-radius: 10px;
  overflow: hidden;
}

.div-block-176 {
  background-image: url('../images/DSC01406.JPG');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-177 {
  background-image: url('../images/Diseño-sin-título-15.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-178 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.div-block-178.menoss {
  margin-bottom: 50px;
}

.div-block-179 {
  background-color: #fff;
  height: 3px;
}

.slider-4 {
  background-color: #fff0;
  width: 100%;
  height: 100%;
}

.div-block-180 {
  background-image: url('../images/monstruos.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-180._2 {
  background-image: url("https://cdn.prod.website-files.com/681b1971ddc0e6d7245a8f95/684a8cef9bbd5396ee8d30cb_L'alegria%20que%20passa%20-%20Obra%20de%20teatre%20en%20catala%CC%80.png");
}

.div-block-180._3 {
  background-image: url('../images/image00133.jpeg');
}

.div-block-180._4 {
  background-image: url("https://cdn.prod.website-files.com/681b1971ddc0e6d7245a8f95/684a8cef7ad2e83596a21733_L'alegria%20que%20passa%20-%20Obra%20de%20teatre%20en%20catala%CC%80%202.png");
}

._20 {
  width: 20px;
}

.text-block-30 {
  color: #a7a7a7;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
}

.div-block-181 {
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.div-block-182 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.div-block-183 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-184 {
  background-color: #c9ffcc;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.div-block-184.media {
  background-color: #fee8cc;
}

.div-block-184.baja {
  background-color: #ffd0d1;
}

.text-block-31 {
  font-size: 13px;
  line-height: 1em;
}

.div-block-185 {
  flex-flow: column;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-186 {
  display: flex;
}

.div-block-187 {
  opacity: 0;
  background-color: #6baeaa;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-187:hover {
  opacity: 100;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2em;
}

.text-block-33 {
  color: #396d77;
}

.text-block-34 {
  color: #a7a7a7;
  align-self: center;
  font-size: 12px;
  line-height: 1em;
}

.div-block-188 {
  margin-top: 7px;
}

.div-block-189 {
  margin-top: 5px;
}

.div-block-190 {
  color: #fff;
  background-image: url('../images/monstruo.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 400px;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.div-block-190.sala {
  background-image: url('../images/barradas.jpg');
}

.div-block-191 {
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.div-block-191._2 {
  margin-bottom: 15px;
}

.div-block-192 {
  color: #fff;
  background-color: #6baeaa;
  border-radius: 10px;
  align-self: flex-start;
  padding: 7px 10px;
}

.div-block-193 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.text-block-35 {
  color: #999;
  font-size: 12px;
  line-height: 1em;
}

.div-block-194 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-block-36:hover {
  color: #396d77;
}

.paragraph-7, .paragraph-8 {
  font-family: Verdana, Arial, sans-serif;
}

.div-block-197 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-198, .div-block-199 {
  flex: 1;
}

.div-block-200 {
  margin-top: 20px;
}

.div-block-201 {
  position: sticky;
  top: 90px;
}

.espacio {
  margin-top: 10px;
}

.body-7 {
  background-image: url('../images/escala.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-202 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(#0000003b, #0000003b);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-202.arriba {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-image: none;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 130px;
  padding-right: 70px;
}

.div-block-203 {
  margin-top: 20px;
}

.div-block-204 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-205 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-206 {
  border-bottom: 1px solid #00000024;
}

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

.div-block-207 {
  color: #5a5a5a;
}

.div-block-208 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .66;
  justify-content: flex-start;
  align-items: center;
  margin-top: -7px;
  display: flex;
}

.div-block-208.otroo {
  margin-top: -4px;
  text-decoration: none;
}

.div-block-208.tickets {
  margin-top: -3px;
}

.text-block-38 {
  color: #0b7077;
}

.text-block-38.valor {
  font-size: 14px;
}

.text-block-38.valor.nuevoo {
  font-size: 15px;
}

._2.fotoo {
  width: 20px;
}

.div-block-209 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

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

.div-block-210.espasiiio {
  margin-top: 10px;
}

.valoraciongrande {
  margin-top: 3px;
  font-size: 20px;
  line-height: 1em;
}

.valorasion {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

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

.div-block-212 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  min-width: 400px;
  max-width: 500px;
  max-height: 300px;
  display: flex;
  overflow: auto;
}

.div-block-213 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-39 {
  color: #707070;
  font-size: 14px;
  line-height: 1em;
}

.div-block-214 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.div-block-215 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-40 {
  color: #396d77;
  font-weight: 700;
  line-height: 1em;
}

.paragraph-9 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.slide {
  width: 25%;
  padding: 10px;
}

.slider-5 {
  background-color: #fff0;
}

.slide-2, .slide-3, .slide-4 {
  width: 25%;
  padding: 10px;
}

.div-block-216 {
  border: 1px solid #396d77;
  border-radius: 20px;
  width: 100%;
  min-width: 233px;
  height: 100%;
  padding: 20px;
}

.slide-nav-2 {
  font-size: 8px;
  top: 330px;
}

.slide-5 {
  width: 25%;
  padding: 10px;
}

.div-block-217 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-217.medio {
  justify-content: flex-start;
  align-items: center;
}

.div-block-218 {
  background-color: #dadada;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.left-arrow-2 {
  aspect-ratio: 1;
  background-color: #00000073;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
  top: 40%;
  bottom: 40%;
}

.icon-5 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  margin-right: 9px;
  font-size: 13px;
}

.right-arrow {
  aspect-ratio: 1;
  background-color: #00000073;
  border-radius: 20px;
  width: 30px;
  top: 40%;
  bottom: 40%;
}

.icon-6 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  font-size: 13px;
}

.div-block-219 {
  flex: 1;
}

.text-block-41 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

.div-block-220 {
  margin-top: 10px;
}

.text-block-42 {
  color: #3486ff;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
}

.image-9 {
  margin-top: 5px;
}

.slide-6 {
  width: 25%;
  padding: 10px;
}

.div-block-221 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-8 {
  background-image: linear-gradient(#00000030, #00000030), url('../images/Captura-de-pantalla-2025-08-06-a-las-13.13.17.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-222 {
  background-color: #fff;
  border-radius: 20px;
  align-self: center;
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 400px;
  padding: 30px;
}

.div-block-223 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-224 {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.div-block-225 {
  display: flex;
}

.div-block-226 {
  flex: 1;
}

.div-block-226._1 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-226._2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-227 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.section-15 {
  color: #fff;
  background-color: #396d77;
  background-image: url('../images/barras-10.svg'), url('../images/barras-11.svg');
  background-position: 50% 0, 50% 103%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 90px;
  font-weight: 600;
  display: flex;
}

@media screen and (max-width: 991px) {
  .all-program {
    font-size: .7rem;
  }

  .product-containt-wrapper, .product-containt-wrapper._2 {
    width: 50%;
  }

  .product-main-image {
    height: 30vw;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .category-of-corurse-main-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .footer-main-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .foote-logo-wrapper {
    align-self: stretch;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .slider-3 {
    height: 400px;
  }

  .section-2.fondo-azuul.sin80.meenos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    flex-flow: wrap;
  }

  .div-block-8, .div-block-17 {
    width: 50%;
  }

  .section-3 {
    background-size: auto 70px;
  }

  .div-block-29 {
    flex-flow: column-reverse;
  }

  .div-block-30 {
    max-width: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #6baeaa;
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin: 20px;
    padding: 20px;
    display: flex;
    box-shadow: 0 0 15px -4px #0003;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #6baeaa;
    background-color: #fff;
    border-radius: 10px;
  }

  .div-block-41 {
    align-self: stretch;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5.onda {
    padding-top: 80px;
  }

  .div-block-45 {
    width: 50%;
  }

  .paragraph {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .div-block-56 {
    flex-flow: column;
  }

  .heading-7._20 {
    width: auto;
  }

  .div-block-65 {
    width: 33.33%;
  }

  .div-block-75.espacio {
    max-width: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9.none {
    display: none;
  }

  .div-block-107 {
    flex-flow: column;
  }

  .div-block-108.bloque-movil {
    max-width: none;
  }

  .div-block-129 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-144 {
    padding-left: 0;
  }

  .div-block-145 {
    width: 100%;
  }

  .div-block-148 {
    max-width: none;
  }

  .div-block-149 {
    margin-left: auto;
  }

  .div-block-151 {
    flex-flow: column;
  }

  .section-14 {
    padding: 20px;
  }

  .section-15 {
    height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .categoris-link-wrapper {
    flex-flow: wrap;
  }

  .div-block-12 {
    width: 50%;
  }

  .div-block-17 {
    width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-42 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-42.sin {
    margin-left: 10px;
  }

  .div-block-46 {
    flex-flow: wrap;
  }

  .div-block-47 {
    width: 50%;
  }

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

  .heading-5 {
    font-size: 30px;
  }

  .div-block-65 {
    width: 50%;
  }

  .div-block-74 {
    flex-flow: column;
  }

  .div-block-75 {
    max-width: none;
  }

  .div-block-81 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .div-block-86 {
    flex-flow: wrap;
  }

  .div-block-110.popup.valoraci-n {
    min-width: auto;
  }

  .section-13 {
    padding: 20px;
  }

  .div-block-132 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-134 {
    flex-flow: column;
  }

  .div-block-161 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .link-block-6.w--current {
    align-self: flex-start;
  }

  .div-block-195 {
    flex: none;
  }

  .auto {
    max-height: 400px;
    overflow: auto;
  }

  .div-block-223 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .user-containt-wrapper {
    flex-flow: column;
  }

  .circle2-image {
    width: 150px;
  }

  .courses-section.color.foooondeo {
    background-size: auto, 100% 100px;
  }

  .courses-section.onda.sinn {
    background-size: auto 70px;
    padding-bottom: 70px;
  }

  .courses-section.menos {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .course-titel-text {
    text-align: center;
    font-size: 1.6rem;
  }

  .course-titel-text.is-padding {
    text-align: center;
    font-size: 2.2rem;
  }

  .course-titel-text.titulo2 {
    text-align: left;
    margin-top: 0;
    font-size: 5vw;
  }

  .product-containt-wrapper, .product-containt-wrapper._2 {
    width: 100%;
  }

  .product-main-image {
    height: 46vw;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .category-titel.blannco {
    font-size: 1rem;
  }

  .category-of-corurse-main-wrapper {
    flex-flow: column;
  }

  .id-titel-text.is-color {
    font-size: 1.6rem;
  }

  .id-titel-text.is-color.centro {
    line-height: 78%;
  }

  .id-titel-text.is-color.centro.auto {
    font-size: 1.9rem;
  }

  .techers-about {
    font-size: .9rem;
  }

  .id-image-wrapper {
    padding: 1rem;
  }

  .gift-card-titel-text.menoss {
    text-align: center;
    font-size: 1.4rem;
  }

  .gift-image-wrapper {
    display: none;
  }

  .footer-section {
    background-size: cover;
  }

  .footer-main-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .categoris-link-wrapper {
    flex-flow: column;
  }

  .div-block-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-block-3, .text-block-3.w--current {
    margin-right: 0;
  }

  .slider-3 {
    height: 200px;
  }

  .div-block-8, .div-block-12 {
    width: 100%;
  }

  .faq-answer-text {
    font-size: 12px;
    line-height: 1.2em;
  }

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

  .faq-question {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-3 {
    background-size: auto 70px;
  }

  .div-block-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: block;
  }

  .div-block-37 {
    margin-top: 30px;
  }

  .nav-menu {
    flex-direction: column;
    padding-right: 0;
  }

  .mobile-margin-top-10 {
    align-self: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .dropdown-toggle.sin-nada {
    width: 100%;
  }

  .dropdown-toggle.sin20 {
    padding-right: 0;
  }

  .div-block-42.sin {
    margin-left: 0;
  }

  .dropdown-list.w--open {
    right: -81px;
  }

  .dropdown-list._2.w--open {
    position: static;
    right: 40px;
  }

  .dropdown-list-2.w--open, .dropdown-list-3.w--open, .dropdown-list-4.w--open {
    position: static;
  }

  .section-4 {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-45, .div-block-47 {
    width: 100%;
  }

  .section-7 {
    margin-top: 70px;
  }

  .section-8 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-9 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .div-block-56 {
    flex-flow: column;
  }

  .heading-6 {
    font-size: 16px;
  }

  .image-2 {
    height: 200px;
  }

  .heading-7 {
    font-size: 28px;
  }

  .heading-7._10 {
    line-height: 31px;
  }

  .heading-7._20 {
    width: auto;
    font-size: 23px;
  }

  .section-10 {
    padding-top: 60px;
  }

  .section-10.sin {
    padding-top: 0;
  }

  .text-block-6._2.grande {
    text-align: center;
    align-self: center;
    font-size: 23px;
  }

  .div-block-64 {
    flex-flow: column;
    margin-top: 20px;
  }

  .div-block-65 {
    width: auto;
  }

  .div-block-74 {
    flex-flow: column;
  }

  .div-block-75 {
    max-width: none;
  }

  .heading-8 {
    font-size: 20px;
  }

  .div-block-80 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-81 {
    flex: none;
    margin-left: 0;
  }

  .div-block-82 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
  }

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

  .div-block-85, .div-block-86 {
    flex-flow: column;
  }

  .div-block-89 {
    flex-flow: column;
    display: flex;
  }

  .div-block-93 {
    flex-flow: column;
  }

  .div-block-94 {
    max-width: none;
  }

  .div-block-99 {
    height: 200px;
  }

  .div-block-102 {
    width: 100%;
    min-width: 100%;
  }

  .div-block-103 {
    flex-flow: column;
  }

  .heading-10 {
    font-size: 19px;
  }

  .div-block-118 {
    overflow: auto;
  }

  .div-block-129 {
    flex-flow: column;
    display: flex;
  }

  .section-13 {
    padding: 20px;
  }

  .div-block-132 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-block-4 {
    max-height: 300px;
    overflow: auto;
  }

  .div-block-134, .div-block-146 {
    flex-flow: column;
  }

  .div-block-147 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    aspect-ratio: auto;
  }

  .div-block-149 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: none;
    padding: 10px;
  }

  .image-6 {
    width: 15px;
  }

  .text-block-21 {
    display: block;
  }

  .div-block-152 {
    flex-flow: column;
    display: flex;
  }

  .div-block-161 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-165 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .section-14 {
    padding: 20px;
  }

  .div-block-171 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-172 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-173 {
    flex: none;
  }

  .text-block-28 {
    font-size: 14px;
  }

  .text-block-29 {
    font-size: 13px;
  }

  .div-block-175, .div-block-176, .div-block-177 {
    height: 200px;
  }

  .div-block-190, .div-block-190.sala {
    min-height: 200px;
  }

  .link-block-6 {
    align-self: center;
  }

  .link-block-6.w--current {
    flex: 1;
    align-self: center;
  }

  .bold-text {
    font-size: 2.4rem;
  }

  .bold-text-2 {
    font-size: 2rem;
  }

  .bold-text-3 {
    line-height: 100%;
  }

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

  .text-block-36 {
    font-size: 14px;
  }

  .div-block-195, .div-block-196 {
    flex: none;
  }

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

  .text-block-37 {
    font-size: 13px;
  }

  .auto {
    overflow: visible;
  }

  .div-block-226._2 {
    flex: none;
  }

  .section-15 {
    height: auto;
    padding: 15px 20px;
  }

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

#w-node-ba6b8ede-c4c8-0bf6-914f-9f61f7e21eea-b3fe8e6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88aa2d46-0c83-da00-013c-001238b1745f-989a0f34 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50b767e4-e54d-19ad-c05b-056fc87824bc-46fa8b24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}