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

body {
  font-family: 'Work Sans', sans-serif;
  color: #5c2e2d;
  font-size: 14px;
  line-height: 20px;
}

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

.section.header {
  display: flex;
  height: auto;
  margin-top: -127px;
  padding: 0px 30px 104px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/3623804-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.container-external {
  display: flex;
  width: 100%;
  max-width: 1600px;
  justify-content: center;
  align-items: center;
}

.container-external.big {
  height: 100vh;
  max-width: none;
  flex-direction: column;
}

.container-internal {
  display: flex;
  width: 100%;
  max-width: 1366px;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  align-items: center;
}

.container-internal.flex {
  display: block;
  flex-direction: row;
  justify-content: flex-end;
}

.columns {
  display: flex;
  align-items: center;
}

.text-block {
  position: relative;
  max-width: 710px;
  margin-top: 14px;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.heading-1 {
  position: relative;
  margin-top: 0px;
  font-size: 72px;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
}

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

.body {
  background-color: #fffdf8;
}

.global-nav-link-cover {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #d8d12e, #e2720a);
  transform: translate(0px, -50%);
}

.mobile-menu-link {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 5vw;
  line-height: 6vw;
  text-decoration: none;
}

.close-mobile-menu-button {
  position: relative;
  z-index: 10;
  margin-right: 2.5px;
  margin-bottom: 30px;
  color: #fff;
  cursor: pointer;
}

.burger-line {
  width: 20px;
  height: 3px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  border-radius: 2px;
  background-image: linear-gradient(90deg, #d8d12e, #e2720a);
}

.global-nav-logo {
  display: flex;
  width: 105px;
  height: 105px;
  margin: 10px 10px 0px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.global-nav-link-text {
  position: relative;
  z-index: 10;
}

.global-nav-link-text:hover {
  color: #fff;
}

.hamburger-button {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.nav-container {
  display: flex;
  width: 100%;
  max-width: 1500%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  justify-content: center;
  align-items: center;
}

.global-nav-link {
  position: relative;
  overflow: hidden;
  min-width: 100px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 3px;
  transition: color 200ms ease;
  color: #5c2e2d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.global-nav-link:hover {
  background-color: #5c2e2d;
  color: #fff;
}

.global-nav-link:active {
  flex: 0 auto;
}

.global-nav-clear {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.nav-logo {
  width: auto;
  margin-top: 6px;
}

.mobile-menu-background {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5vw;
  height: 5vw;
  border-bottom-left-radius: 100%;
  background-image: linear-gradient(45deg, #d8d12e, #e2720a);
}

.text-block-2 {
  transform: rotate(180deg);
  font-family: Icomoon, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2%;
  display: flex;
  margin-top: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.text-block-3 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}

.section-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/5799905.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card-wrap {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 203px;
  margin-bottom: 210px;
  justify-content: center;
  align-items: center;
}

.card {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 326px;
  height: 450px;
  padding-bottom: 36px;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px;
  background-image: url('../images/Grupo-2----Emoción.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 1px 8px 0 rgba(26, 0, 1, 0.3);
  transform: rotate(-2deg);
}

.card.bottom {
  z-index: 5;
  display: flex;
  width: 326px;
  margin-bottom: 0px;
  padding-bottom: 36px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/Grupo-1---Heridas-y-traumas.jpg');
}

.card.bottom.caja {
  z-index: 6;
  width: 326px;
  height: 450px;
  background-image: url('../images/Angeles-caja_1.jpg');
  transform: rotate(0deg);
}

.card.bottom.caja.compra {
  position: static;
  width: 376px;
  height: 500px;
  margin-bottom: 37px;
  padding-bottom: 0px;
  box-shadow: -4px 8px 16px 7px rgba(255, 255, 255, 0.27);
}

.card.top {
  z-index: 3;
  width: 326px;
  height: 450px;
  background-image: url('../images/Grupo-3---Tiempo.jpg');
}

.text-block-4 {
  width: 87%;
  font-family: 'Work Sans', sans-serif;
  color: #5c2e2d;
  font-size: 23px;
  line-height: 1.1em;
  font-weight: 600;
  text-align: center;
}

.section-open-cards {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  padding-top: 262px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.section-card-description {
  padding-top: 162px;
  padding-bottom: 162px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: flex;
  height: auto;
  max-width: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.feature-image-mask {
  display: flex;
  width: auto;
  height: auto;
  margin-right: 40px;
  justify-content: center;
  align-items: center;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.card-description {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 250px;
  height: 400px;
  padding-bottom: 36px;
  justify-content: center;
  align-items: flex-end;
  border-radius: 10px;
  background-image: url('../images/Grupo-2----Emoción.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 1px 8px 0 rgba(26, 0, 1, 0.3);
  transform: rotate(-2deg);
}

.card-description.grupo-1 {
  z-index: 5;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 36px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/Grupo-1---Heridas-y-traumas.jpg');
}

.card-description.grupo-1.caja {
  z-index: 6;
  background-image: url('../images/Angeles-caja.jpg');
  transform: rotate(0deg);
}

.card-description.top {
  z-index: 3;
  background-image: url('../images/Grupo-3---Tiempo.jpg');
}

.card-description.grupo-1-description {
  position: static;
  z-index: 5;
  display: flex;
  width: 330px;
  height: 480px;
  margin-bottom: 0px;
  padding-bottom: 36px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/Grupo_1_traicion.jpg');
  transform: none;
}

.card-description.grupo-1-description.caja {
  z-index: 6;
  background-image: url('../images/Angeles-caja.jpg');
  transform: rotate(0deg);
}

.card-description.grupo-2-description {
  position: static;
  z-index: 5;
  display: flex;
  width: 330px;
  height: 480px;
  margin-bottom: 0px;
  padding-bottom: 36px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/Grupo-2----Miedo.jpg');
  transform: none;
}

.card-description.grupo-2-description.caja {
  z-index: 6;
  background-image: url('../images/Angeles-caja.jpg');
  transform: rotate(0deg);
}

.card-description.grupo-3-description {
  position: static;
  z-index: 5;
  display: flex;
  width: 330px;
  height: 480px;
  margin-bottom: 0px;
  padding-bottom: 36px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/WhatsApp-Image-2022-07-28-at-19.29.51.jpeg');
  transform: none;
}

.card-description.grupo-3-description.caja {
  z-index: 6;
  background-image: url('../images/Angeles-caja.jpg');
  transform: rotate(0deg);
}

.card-description.grupo-3-description._33 {
  background-image: url('../images/Grupo-3---9-días.jpg');
}

.card-description.triangulo {
  position: static;
  z-index: 5;
  display: flex;
  width: 330px;
  height: 480px;
  margin-bottom: 0px;
  padding-bottom: 36px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/Grupo-1---Heridas-y-traumas.jpg');
  transform: none;
}

.card-description.triangulo.caja {
  z-index: 6;
  background-image: url('../images/Angeles-caja.jpg');
  transform: rotate(0deg);
}

.card-description.courses {
  position: static;
  z-index: 5;
  display: flex;
  width: 330px;
  height: 480px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../images/WhatsApp-Image-2022-07-28-at-19.29.51.jpeg');
  transform: none;
}

.card-description.courses.caja {
  z-index: 6;
  background-image: url('../images/Angeles-caja.jpg');
  transform: rotate(0deg);
}

.card-description.courses._22 {
  background-image: url('../images/FORMACION-PRESENCIAL-NOVIEMBRE-2022.jpg');
}

.paragraph {
  margin-top: 26px;
  color: #5c2e2d;
  font-size: 18px;
  line-height: 1.4em;
  text-align: right;
}

.paragraph.trilogia {
  color: #5c2e2d;
}

.paragraph._2 {
  margin-top: 11px;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.paragraph._2._3 {
  text-align: left;
}

.heading-2 {
  margin-bottom: 10px;
  text-align: left;
}

.heading-2._2 {
  text-align: right;
}

.columns-2 {
  display: flex;
  width: 100%;
  margin-top: 134px;
  margin-bottom: 160px;
  justify-content: center;
  align-items: center;
}

.columns-2.flip {
  flex-direction: row-reverse;
}

.columns-2.header {
  margin-top: 239px;
}

.column-2 {
  display: flex;
  justify-content: center;
}

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

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

.image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.image-3 {
  position: absolute;
  left: auto;
  top: 30%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/fondo_tarjetas_lateral.png');
  background-position: 0px 0px;
  background-size: auto;
}

.grid {
  position: relative;
  width: 100%;
  margin-bottom: 172px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px;
  -ms-grid-rows: minmax(auto, auto);
  grid-template-rows: minmax(auto, auto);
}

.text-block-5 {
  margin-top: 5px;
  color: #5c2e2d;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.div-block {
  display: flex;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 7px 7px 6px;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.52);
  box-shadow: 1px 1px 3px 0 rgba(32, 45, 73, 0.2);
  font-style: normal;
  text-decoration: none;
}

.image-4 {
  margin-bottom: 2px;
}

.paragraph-2 {
  position: relative;
}

.p1 {
  position: relative;
  width: 77%;
  max-width: none;
  margin-top: 8px;
  margin-bottom: 44px;
  color: #5c2e2d;
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.p1.left {
  width: auto;
  margin-top: 14px;
  font-weight: 400;
  text-align: left;
}

.p1.contacto {
  margin: 12px auto 61px;
  color: #fff;
  font-size: 19px;
}

.p1._2 {
  margin-bottom: 26px;
  font-weight: 700;
}

.p1.extra {
  width: 68%;
  margin-top: 14px;
  margin-bottom: 196px;
  padding: 20px;
  border-radius: 5px;
  background-color: #5c2e2d;
  color: #fff;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.p1.comprar {
  margin: 0px auto;
  color: #fff;
  font-size: 29px;
}

.h2 {
  position: relative;
  margin-top: 0px;
  color: #5c2e2d;
  font-size: 59px;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
}

.h2.left {
  display: flex;
  justify-content: flex-start;
  color: #5c2e2d;
  font-size: 59px;
  text-align: left;
}

.h2.contacto {
  position: static;
  color: #fff;
}

.h2.comprar {
  position: static;
  margin-bottom: 37px;
  color: #fff;
}

.h2.comprar.mobile {
  display: none;
}

.h3 {
  position: static;
  margin-top: 159px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.triangulo-body {
  margin-top: 33px;
  margin-bottom: 195px;
  transform: rotate(180deg);
  font-family: Icomoon, sans-serif;
  font-size: 46px;
  font-weight: 400;
}

.div-block-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-3 {
  display: flex;
  justify-content: center;
}

.section-frase {
  display: flex;
  padding: 37px 20px 41px;
  justify-content: center;
  background-color: #2292a4;
}

.text-block-6 {
  max-width: 45ch;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 34px;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.section-trilogia {
  display: flex;
  margin-top: 0px;
  padding-top: 64px;
  padding-bottom: 221px;
  justify-content: center;
  background-color: #2292a4;
}

.text-span {
  display: flex;
  margin-top: -18px;
  margin-right: 0px;
  margin-left: -2px;
  align-items: flex-start;
  font-size: 35px;
  font-weight: 400;
}

.button {
  margin-top: 35px;
  padding: 16px 27px;
  border-radius: 10px;
  background-color: #5c2e2d;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 4px;
}

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

.text-block-7 {
  width: auto;
  margin-bottom: 34px;
  padding: 10px 11px 10px 10px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.div-block-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  font-weight: 700;
}

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

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

.section-form {
  display: flex;
  padding-top: 142px;
  padding-bottom: 125px;
  justify-content: center;
  background-color: #2292a4;
  color: #5c2e2d;
}

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

.tabs {
  width: 100%;
}

.tabs-menu {
  display: flex;
  margin-top: 42px;
  margin-bottom: 41px;
  justify-content: center;
}

.tab-link-tab-1 {
  margin-right: 19px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 5px;
  background-color: #fff;
  color: #5c2e2d;
  font-size: 18px;
  font-weight: 800;
}

.tab-link-tab-1.w--current {
  margin-right: 18px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 5px;
  background-color: #5c2e2d;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.tab-link-tab-2 {
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 5px;
  background-color: #fff;
  color: #5c2e2d;
  font-size: 18px;
  font-weight: 800;
}

.tab-link-tab-2:hover {
  background-color: #5c2e2d;
  color: #fff;
}

.tab-link-tab-2.w--current {
  background-color: #5c2e2d;
  color: #fff;
}

.field-label {
  width: 100.00010369854795%;
  color: #fff;
}

.div-block-5 {
  display: flex;
  margin-bottom: 19px;
  justify-content: center;
  align-items: center;
}

.div-block-5.comprar {
  width: 100%;
}

.div-block-5.dropdown {
  flex-direction: column;
}

.div-block-6 {
  width: 50%;
  margin-left: 0px;
}

.div-block-6.texto {
  width: 100%;
  margin-left: 0px;
}

.div-block-6.left {
  margin-left: 24px;
}

.div-block-6.left.unidades {
  width: 100%;
  margin-left: 0px;
}

.textarea {
  width: 100%;
  font-weight: 500;
}

.text-field {
  height: 52px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #fff;
  color: #5c2e2d;
  font-size: 16px;
  font-weight: 500;
}

.text-field:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #5c2e2d;
}

.text-field:focus {
  border-style: solid;
  border-color: #5c2e2d;
}

.text-field.comprar {
  height: 104px;
}

.mc-embedded-subscribe-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.submit-button {
  margin-top: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 5px;
  background-color: #5c2e2d;
  font-size: 19px;
  font-weight: 500;
}

.success-message {
  background-color: transparent;
}

.text-block-10 {
  color: #fff;
  font-size: 25px;
}

.error-message {
  border-radius: 5px;
  background-color: #f56960;
  color: #8b5856;
  text-align: center;
}

.text-block-11 {
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
}

.tab-pane-contacto {
  margin-bottom: 0px;
}

.text-block-12 {
  display: flex;
  width: auto;
  margin: 20px auto 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 9px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.text-span-4 {
  margin-top: 10px;
  margin-left: 17px;
  font-size: 17px;
}

.text-span-5 {
  margin-top: 15px;
  font-size: 18px;
}

.div-block-8 {
  display: flex;
  width: 298px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 0px;
  flex-direction: column;
  border-radius: 5px;
  background-color: #5c2e2d;
}

.text-block-13 {
  display: flex;
  width: auto;
  margin: 0px auto;
  padding-top: 22px;
  padding-right: 0px;
  padding-bottom: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 65px;
  text-align: center;
}

.div-block-9 {
  display: flex;
  width: 100%;
  margin-bottom: 143px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

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

.div-block-11 {
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.bold-text {
  margin-right: 7px;
  color: #fff;
  font-size: 52px;
  font-weight: 900;
}

.columns-3 {
  width: 100%;
}

.grid-2 {
  width: 100%;
  margin-bottom: 164px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(92, 46, 45, 0.41);
}

.image-6 {
  position: relative;
  display: none;
  border-radius: 5px;
}

.text-block-14 {
  position: absolute;
  left: auto;
  top: 4%;
  right: 9%;
  bottom: auto;
  display: flex;
  overflow: visible;
  font-family: Icomoon, sans-serif;
  color: #fff;
  font-size: 54px;
  cursor: pointer;
}

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

.navbar-mobilee {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.nav-link {
  position: static;
  display: flex;
  width: auto;
  height: 50px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 0px;
  padding: 5px 10px 0px;
  align-items: center;
  border-style: solid none;
  border-width: 2px 1px;
  border-color: transparent transparent transparent;
  border-radius: 0px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.nav-link:hover {
  border-top-color: #d1ab70;
  background-color: transparent;
}

.nav-link.w--current {
  margin-right: 15px;
  padding-top: 5px;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #d1ab70 #000 #000;
  transition-property: none;
  color: #fff;
  font-size: 17px;
}

.nav-link.w--current:hover {
  border-top-width: 2px;
  border-top-color: #d1ab70;
}

.dropdown-list-10.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-list-mobile.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.link-block-6 {
  width: auto;
  text-decoration: none;
}

.link-block-6:hover {
  font-size: 14px;
}

.nav-menu-4 {
  z-index: 1;
  margin-top: 5px;
  border-radius: 4px;
}

.dropdown-link-4 {
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link-4:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link-4.w--current {
  color: #1f6fff;
}

.dropdown-link-4.w--current:hover {
  color: #fff;
}

.text-block-71 {
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.text-block-71.tlf {
  color: #d1ab70;
  font-size: 24px;
  font-weight: 600;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.logo-white {
  display: none;
}

.modal-english {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 14;
  display: none;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #5ce1e6;
}

.div-block-1363 {
  position: static;
  overflow: visible;
  width: 66%;
  max-width: none;
  font-size: 15px;
  font-weight: 500;
}

.middle {
  font-size: 16px;
  text-align: left;
}

.text-block-78 {
  margin-bottom: 24px;
  font-size: 16px;
}

.text-block-79 {
  margin-top: 42px;
  font-size: 16px;
}

.text-block-80 {
  margin-bottom: 69px;
  text-align: center;
}

.text-block-80.languaje {
  margin-bottom: 21px;
  font-size: 16px;
}

.text-block-80.creators {
  margin-top: 31px;
  margin-bottom: 1px;
}

.text-block-80._200 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 16px;
}

.text-block-80.webs {
  margin-top: 37px;
  margin-bottom: 0px;
}

.text-block-80.trilogy {
  margin-top: 46px;
  margin-bottom: 24px;
  font-size: 16px;
}

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

.image-modal {
  max-width: none;
}

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

.columns-4 {
  display: flex;
  margin-top: 35px;
  align-items: center;
}

.text-block-81 {
  font-size: 23px;
  text-align: center;
}

.column-4 {
  display: flex;
  justify-content: center;
}

.modal-lang-english {
  position: fixed;
  z-index: 13;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  padding-top: 134px;
  padding-bottom: 134px;
  justify-content: center;
  background-color: #5ce1e6;
}

.text-block-82 {
  color: transparent;
}

.text-block-83 {
  margin-bottom: 45px;
  color: #fff;
  font-size: 35px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.modal-lang-catalan {
  position: fixed;
  z-index: 13;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  padding-top: 134px;
  padding-bottom: 134px;
  justify-content: center;
  background-color: #5ce1e6;
}

.modal-lang-french {
  position: fixed;
  z-index: 13;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  padding-top: 134px;
  padding-bottom: 134px;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #5ce1e6;
}

.modal-lang-italiano {
  position: fixed;
  z-index: 13;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  padding-top: 134px;
  padding-bottom: 134px;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #5ce1e6;
}

.modal-lang-portugues {
  position: fixed;
  z-index: 13;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  padding-top: 134px;
  padding-bottom: 134px;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #5ce1e6;
}

.modal-lang-serbio {
  position: fixed;
  z-index: 13;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  padding-top: 134px;
  padding-bottom: 134px;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #5ce1e6;
}

.modal-lang-aleman {
  position: fixed;
  z-index: 13;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  padding-top: 134px;
  padding-bottom: 134px;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #5ce1e6;
}

.modal-lang-ruso {
  position: fixed;
  z-index: 13;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  padding-top: 134px;
  padding-bottom: 134px;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #5ce1e6;
}

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

.modal-lang-espa-ol {
  position: fixed;
  z-index: 13;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 48px;
  padding-top: 134px;
  padding-bottom: 134px;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #5ce1e6;
}

.h2-courses {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-radius: 0px 0px 10px 10px;
  background-color: transparent;
  font-size: 28px;
  text-align: left;
}

.h2-courses._2 {
  text-align: right;
}

.div-block-1364 {
  display: flex;
  width: 100%;
  padding: 7px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
}

.h2-copy {
  position: relative;
  margin-top: 0px;
  color: #5c2e2d;
  font-size: 59px;
  line-height: 1em;
  font-weight: 800;
  text-align: center;
}

.h2-copy.left {
  display: flex;
  justify-content: flex-start;
  color: #5c2e2d;
  font-size: 59px;
  text-align: left;
}

.h2-copy.contacto {
  position: static;
  color: #fff;
}

.h2-copy.comprar {
  position: static;
  margin-bottom: 37px;
  color: #fff;
}

.h2-copy.comprar.mobile {
  display: none;
}

.div-block-1365 {
  display: flex;
  margin-top: 27px;
  justify-content: center;
  align-items: center;
}

.image-83 {
  margin-top: 6px;
  margin-left: 7px;
  text-decoration: none;
}

.link-block-7 {
  display: flex;
  margin-top: 25px;
  color: #5c2e2d;
  text-decoration: none;
}

.div-block-1366 {
  max-height: none;
  max-width: none;
  padding: 27px;
  border-radius: 9px;
  background-color: #fff;
}

.div-block-1366._323 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .nav-link:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 991px) {
  .section.header {
    height: auto;
    margin-top: -108px;
    padding-bottom: 0px;
  }

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

  .heading-1 {
    font-size: 67px;
  }

  .mobile-menu-link {
    font-size: 8vw;
    line-height: 8vw;
  }

  .mobile-menu {
    display: flex;
  }

  .hamburger-button {
    display: flex;
  }

  .nav-container {
    display: none;
    justify-content: flex-start;
  }

  .global-nav-clear {
    justify-content: space-between;
  }

  .card {
    width: 271px;
    height: 395px;
  }

  .card.bottom {
    width: 271px;
    height: 395px;
  }

  .card.bottom.caja {
    width: 271px;
    height: 395px;
  }

  .card.top {
    width: 271px;
    height: 395px;
  }

  .section-open-cards {
    padding-right: 10px;
    padding-left: 10px;
  }

  .card-description.grupo-1-description {
    margin-bottom: 71px;
  }

  .card-description.grupo-2-description {
    margin-bottom: 71px;
  }

  .card-description.grupo-3-description {
    margin-bottom: 71px;
  }

  .card-description.courses {
    margin-bottom: 71px;
  }

  .columns-2 {
    flex-wrap: wrap;
  }

  .columns-2.flip {
    flex-wrap: wrap;
  }

  .columns-2.header {
    flex-direction: column;
    flex-wrap: wrap-reverse;
    align-items: center;
    align-content: center;
  }

  .grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .p1.contacto {
    font-size: 18px;
  }

  .p1.extra {
    width: 93%;
  }

  .p1.comprar {
    position: static;
    width: 70%;
    font-size: 18px;
  }

  .h2 {
    font-size: 61px;
  }

  .h2.left {
    font-size: 61px;
  }

  .h2.comprar {
    display: none;
  }

  .h2.comprar.mobile {
    display: block;
  }

  .h3 {
    font-size: 35px;
  }

  .triangulo-body {
    margin-top: 23px;
    font-size: 39px;
  }

  .text-block-6 {
    font-size: 30px;
  }

  .section-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-link-tab-1.w--current {
    font-size: 17px;
  }

  .tab-link-tab-1.w--current:hover {
    font-size: 17px;
  }

  .tab-link-tab-2 {
    font-size: 17px;
  }

  .tab-link-tab-2:hover {
    font-size: 17px;
  }

  .div-block-6.left {
    margin-left: 15px;
  }

  .div-block-7 {
    width: auto;
  }

  .image-5 {
    margin-bottom: 63px;
  }

  .text-block-8 {
    font-size: 17px;
  }

  .text-block-9 {
    font-size: 17px;
  }

  .div-block-9 {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }

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

  .div-block-11 {
    width: 100%;
    padding-bottom: 28px;
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: wrap;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .dropdown-icon {
    position: static;
    left: auto;
    top: 12%;
    right: 34%;
    bottom: 0%;
    margin: 3px 0px 0px 10px;
    color: #d1ab70;
  }

  .navbar-mobilee {
    position: -webkit-sticky;
    position: sticky;
    z-index: 49;
    display: block;
    padding-top: 20px;
    padding-bottom: 16px;
    background-color: rgba(44, 44, 44, 0);
  }

  .nav-link.mobile {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    justify-content: center;
    border-top-style: none;
    font-size: 19px;
  }

  .nav-link.mobile:hover {
    border-top-style: none;
    color: #d1ab70;
  }

  .nav-link.mobile.w--open {
    justify-content: center;
  }

  .nav-link.mobile.inner:hover {
    color: #fcfcfc;
  }

  .dropdown-list-10 {
    background-color: #2c2c2c;
  }

  .dropdown-list-10.w--open {
    position: static;
    margin-top: 0px;
    border-radius: 0px;
    background-color: #2c2c2c;
    box-shadow: 0 0 0 0 transparent;
  }

  .dropdown-list-mobile {
    background-color: #bac2c2;
  }

  .dropdown-list-mobile.w--open {
    position: static;
    margin-top: 0px;
    border-radius: 0px;
    background-color: #3b3d3d;
    box-shadow: 0 0 0 0 transparent;
  }

  .transparant-menu-button-2 {
    padding: 0px;
    justify-content: center;
    align-items: flex-start;
    -ms-grid-row-align: center;
        align-self: center;
    order: 1;
    flex: 0 auto;
    border-radius: 4px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .transparant-menu-button-2:active {
    padding: 0px;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
  }

  .transparant-menu-button-2:focus {
    background-color: transparent;
    color: #fff;
  }

  .transparant-menu-button-2.w--open {
    z-index: 1;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }

  .dropdown-9 {
    width: 100%;
    max-width: 1500px;
  }

  .dropdown-mobile {
    width: 100%;
    max-width: 1500px;
    background-color: #d1ab70;
  }

  .image-82 {
    position: static;
    z-index: auto;
    width: 100.00469319961773%;
    max-width: none;
  }

  .link-block-6 {
    margin-top: 73px;
  }

  .link-block-6.mobile {
    position: relative;
    z-index: 5;
    color: #fff;
  }

  .container-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-4 {
    z-index: 0;
    display: flex;
    margin-top: 0px;
    padding-top: 119px;
    padding-bottom: 127px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    background-color: #5c2e2d;
    color: #5c2e2d;
  }

  .text-block-48 {
    display: block;
    margin-top: 0px;
    padding: 12px 21px;
    -ms-grid-row-align: center;
        align-self: center;
    flex: 0 auto;
    border-radius: 5px;
    background-color: #b2130c;
    transition: all 200ms cubic-bezier(.39, .575, .565, 1);
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-decoration: none;
  }

  .text-block-48:hover {
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
  }

  .dropdown-link-4 {
    padding-left: 20px;
    background-color: transparent;
    font-family: Exo, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: none;
  }

  .dropdown-link-4:hover {
    background-color: transparent;
    color: #d1ab70;
  }

  .dropdown-link-4:focus {
    font-weight: 400;
  }

  .dropdown-link-4.w--current {
    background-color: #2c2c2c;
    color: #d1ab70;
  }

  .div-block-1361 {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

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

  .icon-4 {
    position: relative;
    z-index: 9999;
    color: #5c2e2d;
  }

  .icon-4:hover {
    color: #5c2e2d;
  }

  .icon-4:focus {
    background-color: transparent;
    color: #5c2e2d;
  }

  .logo-block {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    order: -1;
  }

  .logo-block.logo-white {
    display: block;
  }

  .logo-block.logo-white.w--current {
    width: 75px;
    padding: 5px 5px 0px;
    border-radius: 120px;
    background-color: #fff;
  }

  .link {
    margin-bottom: 37px;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
  }

  .div-block-1362 {
    display: flex;
    flex-direction: column;
  }

  .div-block-1363 {
    width: 83%;
  }

  .modal-lang-english {
    z-index: 62;
  }

  .modal-lang-catalan {
    z-index: 62;
  }

  .modal-lang-french {
    z-index: 62;
  }

  .modal-lang-italiano {
    z-index: 62;
  }

  .modal-lang-portugues {
    z-index: 62;
  }

  .modal-lang-serbio {
    z-index: 62;
  }

  .modal-lang-aleman {
    z-index: 62;
  }

  .modal-lang-ruso {
    z-index: 62;
  }

  .modal-lang-espa-ol {
    z-index: 62;
  }

  .h2-copy {
    font-size: 61px;
  }

  .h2-copy.left {
    font-size: 61px;
  }

  .h2-copy.comprar {
    display: none;
  }

  .h2-copy.comprar.mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section.header {
    height: auto;
    max-height: none;
    margin-top: 1px;
    padding-top: 204px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-external.big {
    position: relative;
    width: auto;
    height: auto;
  }

  .container-internal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-internal.trilogia {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-internal.guia {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-1 {
    font-size: 55px;
  }

  .mobile-menu-link {
    font-size: 11vw;
    line-height: 11vw;
  }

  .div-arrow {
    bottom: -35%;
    display: none;
  }

  .card.bottom.caja.compra {
    align-items: center;
  }

  .section-open-cards {
    padding-top: 115px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .card-description.grupo-1-description {
    margin-bottom: 23px;
  }

  .card-description.grupo-2-description {
    margin-bottom: 23px;
  }

  .card-description.grupo-3-description {
    margin-bottom: 23px;
  }

  .card-description.courses {
    margin-bottom: 23px;
  }

  .columns-2.header {
    flex-wrap: wrap;
  }

  .column-2.courses {
    margin-top: 62px;
  }

  .grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .p1 {
    width: 100%;
  }

  .p1.extra {
    margin-top: -10px;
    margin-bottom: 124px;
    font-size: 20px;
  }

  .h2 {
    font-size: 55px;
  }

  .h2.left {
    font-size: 55px;
  }

  .h3 {
    font-size: 30px;
  }

  .triangulo-body {
    margin-top: 23px;
    font-size: 39px;
  }

  .text-block-6 {
    font-size: 26px;
  }

  .div-block-5 {
    flex-wrap: wrap;
  }

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

  .div-block-6.left {
    margin-left: 0px;
  }

  .div-block-9 {
    justify-content: center;
  }

  .div-block-11 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column-reverse;
    align-items: center;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-block-14 {
    right: 14%;
    max-width: 0px;
  }

  .dropdown-icon {
    margin-right: -4px;
  }

  .navbar-mobilee {
    position: absolute;
  }

  .transparant-menu-button-2 {
    align-items: center;
  }

  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
  }

  .nav-menu-4 {
    padding-top: 181px;
    padding-bottom: 36px;
    flex-direction: column;
  }

  .text-block-48 {
    margin-right: 19px;
    margin-left: 208px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
  }

  .dropdown-link-4 {
    padding-left: 25px;
  }

  .logo-block {
    padding-left: 0px;
  }

  .link {
    margin-bottom: 24px;
  }

  .div-block-1362 {
    display: flex;
    flex-direction: column;
  }

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

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .modal-lang-english {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-lang-catalan {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-lang-french {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-lang-italiano {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-lang-portugues {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-lang-serbio {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-lang-aleman {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-lang-ruso {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-lang-espa-ol {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .h2-copy {
    font-size: 55px;
  }

  .h2-copy.left {
    font-size: 55px;
  }
}

@media screen and (max-width: 479px) {
  .section.header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-internal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-internal.trilogia {
    padding-top: 0px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .text-block {
    font-size: 17px;
  }

  .heading-1 {
    font-size: 50px;
  }

  .mobile-menu-link {
    font-size: 16vw;
    line-height: 17vw;
  }

  .card-wrap {
    width: auto;
    height: auto;
    margin-top: 175px;
    margin-bottom: 124px;
  }

  .card {
    width: 240px;
    height: 364px;
  }

  .card.bottom {
    width: 240px;
    height: 364px;
  }

  .card.bottom.caja {
    width: 240px;
    height: 364px;
  }

  .card.bottom.caja.compra {
    width: 240px;
    height: 364px;
    flex-wrap: wrap;
  }

  .card.top {
    width: 240px;
    height: 364px;
  }

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

  .card-description.grupo-1-description {
    width: 240px;
    height: 364px;
  }

  .card-description.grupo-2-description {
    width: 240px;
    height: 364px;
  }

  .card-description.grupo-3-description {
    width: 264px;
    height: 364px;
  }

  .card-description.courses {
    width: 264px;
    height: 364px;
  }

  .paragraph {
    font-size: 17px;
    font-weight: 500;
  }

  .paragraph._2 {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
  }

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

  .columns-2.header {
    margin-top: 113px;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .column-2.flip {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2.courses {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid {
    overflow: visible;
    margin-bottom: 116px;
    padding-bottom: 0px;
    grid-auto-columns: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .p1 {
    font-size: 17px;
  }

  .p1.left {
    font-weight: 500;
  }

  .p1.extra {
    margin-bottom: 111px;
    font-size: 17px;
  }

  .p1.comprar {
    width: 100%;
  }

  .h2 {
    font-size: 50px;
  }

  .h2.left {
    font-size: 35px;
  }

  .h2.contacto {
    font-size: 45px;
  }

  .h2.comprar {
    font-size: 45px;
  }

  .h3 {
    margin-top: 144px;
    font-size: 34px;
  }

  .triangulo-body {
    margin-bottom: 130px;
    font-size: 40px;
  }

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

  .section-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-link-tab-1.w--current {
    padding-right: 13px;
    padding-bottom: 17px;
    padding-left: 13px;
  }

  .tab-link-tab-2 {
    position: static;
    padding: 19px 13px 4px;
  }

  .div-block-8 {
    width: auto;
    padding: 9px 13px 2px 15px;
    align-items: center;
  }

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

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-14 {
    right: 21%;
  }

  .dropdown-icon {
    margin-right: -41px;
  }

  .navbar-mobilee {
    z-index: 1;
  }

  .transparant-menu-button-2.w--open {
    background-color: transparent;
  }

  .container-5 {
    padding-right: 10px;
  }

  .nav-menu-4 {
    padding-top: 69px;
  }

  .text-block-48 {
    margin-right: 8px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
    letter-spacing: 0px;
  }

  .text-block-48:hover {
    font-size: 11px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .modal-lang-english {
    display: none;
  }

  .modal-lang-catalan {
    display: none;
  }

  .modal-lang-french {
    display: none;
  }

  .modal-lang-italiano {
    display: none;
  }

  .modal-lang-portugues {
    display: none;
  }

  .modal-lang-serbio {
    display: none;
  }

  .modal-lang-aleman {
    display: none;
  }

  .modal-lang-ruso {
    display: none;
  }

  .modal-lang-espa-ol {
    display: none;
  }

  .h2-courses {
    font-size: 25px;
  }

  .h2-copy {
    font-size: 50px;
  }

  .h2-copy.left {
    font-size: 35px;
  }

  .h2-copy.contacto {
    font-size: 45px;
  }

  .h2-copy.comprar {
    font-size: 45px;
  }

  .link-block-7 {
    flex-direction: column;
    align-items: center;
  }
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77decff-26d9397b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded00-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded01-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded25-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded26-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded27-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded28-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded29-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded2a-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded2b-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded2c-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_657c94e9-d1c3-7029-e222-aea1b77ded2d-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b41-26d9397b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b42-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b43-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b67-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b68-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b69-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b6a-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b6b-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b6c-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b6d-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b6e-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-c21dff0e-b9b2-5441-c777-a470649c4b6f-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a138932-26d9397b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a138933-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a138934-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a138956-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a138957-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a138958-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a138959-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a13895a-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a13895b-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a13895c-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a13895d-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-d089edae-b814-85dc-38f9-c2208a13895e-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31872-26d9397b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31873-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31874-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31891-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31892-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31893-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31894-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31895-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31896-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31897-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31898-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_6a5db3ea-dc7e-56be-1bbd-ec49c1a31899-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034aceb-26d9397b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034acec-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034aced-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034ad0e-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034ad0f-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034ad10-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034ad11-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034ad12-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034ad13-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034ad14-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034ad15-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-f6763d8d-f20e-dfbe-b7b9-c0c95034ad16-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b89484441d-26d9397b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b89484441e-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b89484441f-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b894844440-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b894844441-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b894844442-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b894844443-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b894844444-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b894844445-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b894844446-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b894844447-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_78f0c39b-8e46-54e0-6380-a2b894844448-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece573-26d9397b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece574-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece575-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece596-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece597-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece598-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece599-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece59a-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece59b-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece59c-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece59d-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-b564b757-19c1-1b67-b4b0-07eedbece59e-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a0a-26d9397b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a0b-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a0c-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a2d-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a2e-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a2f-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a30-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a31-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a32-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a33-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a34-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_01ab6a1d-fd73-f6ea-0b18-55ed2b0c8a35-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf9693d-26d9397b {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf9693e-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf9693f-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf96962-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf96963-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf96964-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf96965-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf96966-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf96967-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf96968-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf96969-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_5b31aa0d-3e65-4510-0689-6822aaf9696a-26d9397b {
  -ms-grid-column-align: center;
      justify-self: center;
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}