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

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_component {
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar2_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
  position: absolute;
}

.navbar2_logo {
  margin-top: 20px;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-wrapper {
  min-width: auto;
  margin-right: 0;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  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:hover {
  color: rgba(26, 27, 31, .75);
}

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

.nav-link[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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.navbar {
  max-height: 200px;
  max-width: none;
  background-color: #fff;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  width: auto;
  height: auto;
  min-height: auto;
  min-width: auto;
  margin-top: 0;
  margin-left: 304px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.logo-img {
  float: left;
  margin-top: 0;
  margin-right: 18px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-2 {
  margin-top: 39px;
  margin-bottom: 10px;
  margin-right: -61px;
  padding-right: 0;
  display: block;
  position: relative;
}

.nav-link-intranet {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top: 25px;
  margin-left: 32px;
  margin-right: 9px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-link-intranet:hover {
  border-bottom-color: #ff7543;
}

.nav-link-intranet.w--current:focus {
  color: #ff4000;
}

.button-2 {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #ff7543;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: 34px;
  padding-left: 17px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
}

.button-2:hover {
  background-color: #ff7543;
  font-size: 19px;
}

.container-3 {
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin-top: 0;
  margin-left: 79.2031px;
  margin-right: 80.2188px;
  padding: 0;
}

.section {
  margin-top: 65px;
}

.header {
  background-color: #fcfcfc;
  margin-top: 89px;
  padding-bottom: 0;
}

.slide {
  height: 600px;
  margin-top: 0;
}

.image {
  width: 100%;
  height: 100%;
  float: none;
  clear: both;
  object-fit: fill;
  margin-top: 6px;
  padding-top: 0;
  padding-bottom: 84px;
  padding-left: 0;
}

.mask {
  height: 600px;
}

.icon, .icon-2 {
  margin-top: 256px;
}

.slide-nav {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.slider-3 {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  top: -11px;
}

.slide-2 {
  width: 100%;
  height: 99.9996px;
}

.slide-nav-2 {
  max-width: none;
}

.image-4 {
  width: 100%;
  height: auto;
  object-fit: fill;
  margin-top: 0;
  position: relative;
  top: 65px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.mask-2 {
  width: 100%;
  height: 100%;
  top: 9px;
}

.image-5 {
  width: 100%;
  height: auto;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-3 {
  height: 750px;
  margin-top: 0;
  padding-top: 0;
  top: -63px;
}

.container-4 {
  padding-left: 0;
}

.container-5 {
  height: 500px;
  display: inline-block;
}

.container-6 {
  height: auto;
  max-width: none;
  display: block;
}

.slider-4 {
  height: 666px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-4 {
  background-image: url('../images/Portad-secundaria.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide-5 {
  background-image: url('../images/catolica-pacifico.png');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/portada-secundaria-2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/esan-upc.png');
  background-position: 50%;
  background-size: cover;
}

.button-3 {
  background-color: rgba(0, 0, 0, 0);
}

.button-4 {
  background-color: #ff7543;
  border-radius: 14px;
  margin-top: 245px;
  margin-left: -195px;
  padding: 12px 20px 17px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
}

.container-7 {
  margin-top: 291px;
}

.text-inicio {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.text-inicio.text-info1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 19px;
  margin: 39px auto 10px;
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 26px;
}

.text-inicio.text-info1-copy {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 19px;
  margin: 25px auto 35px;
  padding-left: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.section-2-inicio {
  height: 600px;
  background-image: url('../images/bakground.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.titular-1 {
  color: #ff4000;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 13px;
  font-family: Varela, sans-serif;
  font-size: 39px;
  line-height: 38px;
}

.container-propuesta-ed-inicio {
  margin-top: 36px;
  margin-bottom: 36px;
}

.button-5 {
  width: 29%;
  height: 230px;
  text-align: left;
  background-image: url('../images/6.png');
  background-position: 50%;
  background-size: cover;
  border: 1.5px solid #ec5928;
  border-radius: 30px 100px 30px 10px;
  margin-left: 134px;
  padding-left: 0;
  font-size: 0;
  position: relative;
}

.button-5.boton-secundaria {
  background-color: #ec5928;
}

.button-5.boton-primaria {
  background-image: url('../images/5.png');
  border-radius: 100px 10px 10px 30px;
}

.image-6 {
  opacity: 1;
  text-align: center;
  border-radius: 12px;
  margin-left: 58px;
  padding-left: 0;
}

.image-7 {
  border-radius: 12px;
  margin-left: 75px;
  padding-left: 0;
}

.heading-2 {
  color: #ff7543;
}

.heading-3 {
  color: #ff7543;
  font-family: Varela, sans-serif;
  font-size: 19px;
  line-height: 33px;
}

.heading-3.titulo2 {
  text-align: center;
  font-size: 23px;
}

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

.footer-dark {
  background-color: #3d3d3d;
  border-bottom: 1px solid #e4ebf3;
  padding: 14px 30px 15px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.texto-informacion1 {
  color: #fcfcfc;
  text-align: center;
  background-color: rgba(0, 0, 0, .59);
  border-radius: 9px;
  margin: 0 0 6px;
  padding: 13px 23px 19px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.titular2 {
  color: #fcfcfc;
  text-align: center;
  font-size: 26px;
}

.section-5 {
  margin-top: 0;
  padding-top: 1px;
}

.footer1_credit-text {
  color: #fff;
  text-align: center;
  font-size: .875rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-left: 12.5rem;
  padding-left: 0;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer1_link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.text-size-tiny {
  font-size: .75rem;
}

.footer1_bottom-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 1;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.padding-global {
  background-color: #3d3d3d;
  margin-top: 0;
  padding-top: 28px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer1_logo-link {
  padding-left: 0;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  align-items: start;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-weight-semibold {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.image-8 {
  margin-left: 205px;
  padding-left: 0;
}

.boton-conoce {
  text-align: center;
  background-color: #ff4608;
  border-radius: 9px;
  margin-top: 23px;
  margin-bottom: 41px;
  margin-left: 160px;
  padding-left: 17px;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  transition: opacity .2s;
  display: inline-block;
}

.boton-conoce:hover {
  color: #ff4000;
  background-color: #fcfcfc;
  border: 0 solid rgba(20, 20, 43, .08);
}

.slide-8, .mask-3 {
  height: 465px;
}

.diplomas-slider {
  background-color: #f0eeec;
  border-bottom: 1px solid #e4ebf3;
  padding: 33px 30px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.texto-reconocimiento {
  color: #383737;
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 520px;
  height: 400px;
  object-fit: cover;
  margin-left: 0;
  padding-left: 0;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-admision {
  background-color: #f5f7fa;
  background-image: url('../images/8.png');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-left: 16px;
  margin-right: 16px;
  padding: 110px 30px;
  position: relative;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 23px;
}

.button-inscribelo {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff4000;
  border-radius: 14px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-4 {
  color: #fff;
  font-size: 49px;
}

.form-block {
  border-radius: 10px;
}

.column-inicio-1 {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/primaria-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  padding-left: 0;
  padding-right: 0;
  left: -23px;
  right: 0;
  box-shadow: 0 0 14px -3px #000;
}

.column-inicio-1:hover {
  filter: brightness(86%);
}

.body {
  background-color: #f0eeec;
}

.form-block-2 {
  background-color: rgba(0, 0, 0, 0);
}

.form-2 {
  width: 50%;
  float: none;
  margin-left: 234px;
  padding-left: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.select-field, .select-field-2 {
  background-color: #ffd8ca;
}

.admision-con-video {
  background-color: #fcfcfc;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 33px;
}

.divider {
  width: 80px;
  height: 2px;
  background-color: #fff;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  color: #fff;
  background-color: rgba(255, 255, 255, .36);
  margin-top: 47px;
  margin-bottom: 28px;
}

.heading-5 {
  border: 1px solid #e2dede;
  margin-top: 12px;
}

.link {
  color: #1c1c1c;
}

.heading-6 {
  border: 1px solid #ccc;
}

.heading-6.text-contacto1 {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
}

.heading-7 {
  border: 1px solid #d4d4d4;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.column-3 {
  margin-top: 2px;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.contact-text {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 17px;
}

.social-wrapper {
  text-align: left;
  margin-bottom: 11px;
  margin-left: 33%;
  text-decoration: none;
  transition: opacity .3s;
  display: block;
}

.social-wrapper:hover {
  opacity: .43;
}

.social-link-text {
  display: inline-block;
}

.icon-wrapper {
  height: 95px;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  text-align: center;
  padding-top: 20px;
}

.section-7 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#f7572f 6%, rgba(248, 140, 119, .89));
}

.text-contact1 {
  text-align: center;
  border: 1px solid #fcfcfc;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
}

.image-10 {
  float: none;
  text-align: center;
}

.column-4 {
  margin-top: 0;
  margin-bottom: 30px;
}

.noticias {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 30px 80px;
  position: static;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 1rem;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-titulo-noticias {
  color: #ff4000;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.text-descrpcion-noticias {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: #ff4000;
  margin-top: 0;
  margin-left: 6px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-9 {
  margin-top: 0;
  padding-top: 100px;
}

.image-11 {
  margin-top: 0;
}

.heading-9 {
  color: #ec5928;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

.column-6 {
  text-align: center;
  display: block;
}

.youtube {
  width: 100%;
  height: 100%;
}

.youtube-2 {
  width: 357px;
}

.image-12 {
  width: auto;
}

.section-quienes-somos {
  width: auto;
  height: 190px;
  background-image: url('../images/quienes-somos-molina.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 100px;
}

.nosotros {
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.texto-informacion-mision-vision {
  color: #fcfcfc;
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.titular-2 {
  color: #ec5928;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 42px;
  font-family: Varela, sans-serif;
  font-size: 39px;
  line-height: 38px;
}

.titular--3 {
  color: #ff7543;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 29px;
}

.columns-2 {
  padding-left: 26px;
  padding-right: 26px;
}

.columns-3 {
  margin-top: 32px;
}

.column-marg1 {
  margin-top: 28px;
  margin-bottom: 0;
  padding: 0 196px;
}

.column-8 {
  margin-top: 48px;
  display: block;
}

.image-13 {
  object-fit: fill;
  flex: 0 auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mision-vision {
  margin-top: 21px;
  margin-bottom: 55px;
  padding-bottom: 0;
}

.column-flame1 {
  height: 130px;
  background-color: #ff5e3d;
  border: .5px solid rgba(255, 117, 67, .6);
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 0 30px 146px;
  display: flex;
  left: -10px;
}

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

.tab-pane-tab-1 {
  font-size: 11px;
}

.text-tabs1 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.texto-informacion-g-2 {
  color: #242323;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  display: flex;
}

.container-13 {
  border: 0 solid #525151;
  border-radius: 0;
}

.tabs {
  background-color: #f8f8f8;
  border: 6px solid rgba(0, 0, 0, 0);
  border-radius: 11px;
  margin-top: 23px;
  margin-bottom: 19px;
}

.tab-link-blue {
  background-color: #28b4fa;
  border-radius: 9px;
}

.tab-link-blue.w--current {
  background-color: rgba(61, 61, 61, .9);
  border-radius: 9px;
}

.tab-link-yellow1 {
  background-color: #fcb621;
  border-radius: 9px;
}

.tab-link-yellow1.w--current {
  background-color: rgba(61, 61, 61, .7);
}

.tab-link-green1 {
  background-color: #4dc749;
  border-radius: 9px;
}

.tab-link-green1.w--current {
  background-color: rgba(61, 61, 61, .53);
}

.tab-link-purple1 {
  background-color: #c443ff;
  border-radius: 9px;
}

.tab-link-purple1.w--current {
  background-color: rgba(61, 61, 61, .4);
  border-radius: 9px;
}

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

.image-14 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-9 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  display: inline;
}

.image-15 {
  width: auto;
}

.button-6 {
  margin-top: 0;
  position: relative;
  top: 182px;
  left: 291px;
}

.footer-2 {
  max-width: 100%;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 33px 0;
  position: relative;
}

.container-14 {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  width: 100%;
  background-color: #ff7543;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.column-10 {
  height: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  margin-left: auto;
  margin-right: auto;
}

.section-14 {
  width: auto;
  height: auto;
  float: none;
  clear: none;
  margin: 127px auto auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-16 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-7 {
  position: relative;
  top: -186px;
  left: 148px;
}

.button-8 {
  z-index: auto;
  background-color: #ff7543;
  border-radius: 20px;
  margin-top: 0;
  padding: 19px 29px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 39px;
  position: relative;
  top: -278px;
  left: 104px;
  right: -51px;
}

.section-15 {
  margin-top: 2px;
}

.image-17 {
  margin-top: 249px;
}

.section-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  padding-top: 191px;
  display: flex;
}

.section-17 {
  margin-top: 60px;
}

.image-18 {
  margin-top: 136px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-18 {
  margin-left: auto;
  margin-right: auto;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 29px;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.gallery-slider-primaria {
  background-color: #fff8e2;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 59px;
  padding: 80px 30px;
  position: relative;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #fff;
  margin-bottom: 0;
  font-style: normal;
  line-height: 32px;
  text-decoration: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.button-9 {
  color: #333;
  background-color: #ffd200;
  border-radius: 11px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 26px;
  display: block;
}

.container-16 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 19px;
  padding-left: 157px;
  padding-right: 160px;
  display: block;
}

.heading-medium {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.heading-medium.tex-info1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 19px;
  margin: 25px auto 0;
  padding-left: 0;
  font-size: 23px;
  font-weight: 400;
}

.heading-medium.text-m {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 19px;
  margin: 25px auto 0;
  padding-left: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.section-19 {
  background-color: rgba(255, 248, 226, .41);
}

.container-17 {
  background-color: rgba(255, 117, 67, 0);
}

.footer-3 {
  background-image: url('../images/pie-de-pagina-primaria.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.heading-10 {
  display: flex;
}

.heading-11 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 74px;
  padding-top: 0;
  font-size: 16px;
  display: flex;
}

.container-18 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading-right {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 11px;
  padding-right: 0;
  display: flex;
}

.shadow-two-2 {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-2 {
  text-align: justify;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: block;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff4000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

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

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

.container-20 {
  margin-top: auto;
}

.section-21 {
  margin-top: 174px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  color: #1ea497;
  margin-top: 73px;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.hero-wrapper-secundario {
  background-color: #f3fafc;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-10, .button-9-copy {
  color: #333;
  background-color: #ffd200;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding-right: 15px;
  font-size: 20px;
  line-height: 26px;
  display: flex;
}

.gallery-scroll-2 {
  background-color: #f3fafc;
  background-image: url('../images/secundaria-fondo-2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky-2 {
  background-color: rgba(22, 124, 114, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #3d3d3d;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-actividades-secund {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-2.shadow-two {
  margin-bottom: 0;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.text-span {
  color: #3d3d3d;
}

.text-span-2 {
  color: #f8cc00;
}

.text-span-3 {
  color: #167c72;
}

.section-22 {
  margin-top: 120px;
}

.heading-12 {
  color: #167c72;
  justify-content: flex-end;
  align-items: center;
  margin: 26px auto 11px;
  padding-right: 108px;
  display: flex;
}

.paragraph {
  color: #1a1919;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 352px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 26px;
  display: flex;
}

.paragraph-2 {
  color: #818181;
  font-size: 19px;
}

.paragraph-3 {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 29px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.section-23 {
  background-color: #efefef;
}

.section-24 {
  background-image: url('../images/secundaria-footer.png');
  background-position: 0 0;
  background-size: auto;
}

.button_0 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 19px;
  margin-bottom: 19px;
  padding-left: 0;
  display: flex;
}

.button-watsapp {
  color: #fff;
  text-transform: none;
  background-color: #1db455;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  margin: 10px 130px;
  padding: 9px 15px;
  font-size: 20px;
  line-height: 26px;
  transition: all .2s;
  display: flex;
}

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

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

.button-curricular {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffd200;
  border-radius: 11px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 10px 130px;
  padding: 9px 15px;
  font-size: 20px;
  line-height: 26px;
  transition: all .2s;
  display: flex;
}

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

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

.button-registrate {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffd200;
  border-radius: 11px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin: 10px auto 10px 0;
  padding: 9px 20px;
  font-size: 20px;
  line-height: 26px;
  transition: all .2s;
  display: flex;
}

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

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

.container-22 {
  margin-top: 9px;
}

.heading-13 {
  justify-content: center;
  align-items: center;
  font-size: 29px;
  display: flex;
}

.paragraph-admisi-n {
  text-align: center;
  background-color: #efefef;
  border: 0 solid #ff4000;
  border-radius: 18px;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0 30px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.tabs-2 {
  margin-left: auto;
  margin-right: auto;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  margin: auto auto 10px;
  display: flex;
}

.bold-text {
  justify-content: center;
  align-items: center;
  font-size: 19px;
  display: flex;
}

.section-25 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tab-link-tab-3 {
  background-color: #ffd200;
  border-radius: 9px;
  margin-right: 9px;
}

.tab-link-tab-3.w--current {
  background-color: rgba(61, 61, 61, .3);
}

.tab-link-tab-2, .tab-link-tab-1 {
  background-color: #ffd200;
  border-radius: 9px;
  margin-right: 9px;
}

.tab-link-tab-1.w--current {
  border-radius: 9px;
  margin-right: 9px;
}

.tab-link-tab-4 {
  background-color: #ff7543;
  border-radius: 9px;
  margin-right: 9px;
  display: block;
}

.container-23 {
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0;
  display: block;
}

.text-span-4 {
  color: #ff4000;
}

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

.paragraph-5 {
  margin-right: 0;
  padding-right: 0;
  font-size: 16px;
}

.text-span-6, .text-numer-orange {
  color: #ff4000;
  font-weight: 700;
}

.text-tutulo-admision {
  color: #3d3d3d;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 29px;
  display: block;
}

.text-tutulo-admision:hover {
  color: #ff7543;
}

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

.bold-text-2 {
  font-size: 19px;
  font-weight: 700;
}

.text-span-7 {
  color: #3d3d3d;
  font-size: 16px;
}

.paragraph-6 {
  color: #ff7543;
}

.heading-15 {
  font-size: 23px;
}

.text-encabezado-admision {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 36px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

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

.tab-pane-tab-4 {
  width: 1300px;
  margin-left: 0;
  padding-left: 0;
}

.section-26 {
  margin-top: 133px;
}

.image-19 {
  margin-top: auto;
}

.container-footer {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-gooter {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 74px;
  padding-top: 0;
  font-size: 16px;
  display: flex;
}

.section-27 {
  background-image: url('../images/pie-de-pagina-primaria.png');
  background-position: 50%;
  background-size: auto;
}

.section-footer-2 {
  background-image: url('../images/secundaria-footer.png');
  background-position: 0 0;
  background-size: auto;
}

.section-footer-3 {
  background-image: url('../images/pie-de-pagina-primaria.png');
  background-position: 0 0;
  background-size: auto;
}

.form-block-3 {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.section-28 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 36px;
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 20px;
}

.heading-16 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.submit-button {
  background-color: #4b4b4b;
  border-radius: 4px;
  padding-left: 21px;
  padding-right: 21px;
}

.bold-text-3 {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  display: flex;
}

.container-26 {
  background-color: #ff7543;
  border-radius: 9px;
}

.container-27 {
  margin-top: 152px;
}

.text-block-9 {
  margin-top: 1px;
  margin-left: 31px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.text-block-9:hover {
  text-decoration: underline;
}

.grill-buton-drops {
  max-width: 900px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 30px;
  margin-left: -46px;
  margin-right: -159px;
  padding: 0 0 23px 12px;
  display: flex;
}

.dropdown {
  padding-left: 0;
  padding-right: 0;
  top: auto;
}

.dropdown-list {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  top: 22%;
}

.text-block-10, .text-block-11, .text-block-12 {
  font-size: 16px;
}

.text-block-13 {
  color: #616161;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-button-droop {
  color: #ff7543;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
}

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

.link-2 {
  direction: ltr;
  color: #666;
  text-align: left;
  text-transform: none;
  line-height: 29px;
  text-decoration: underline;
}

.link-2:hover {
  color: #ff4000;
}

.dropdown-toggle {
  padding-top: 8px;
}

.dropdown-toggle-2 {
  max-width: 600px;
  margin-top: 0;
  padding-top: 20px;
  top: -19px;
  right: -15px;
}

.dropdown-sedes {
  margin-top: 19px;
  margin-left: 0;
  margin-right: -30px;
  padding: 0 38px 0 0;
  display: inline-block;
}

.dropdown-sedes.w--open {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.link-3, .link-4, .link-5, .link-6, .link-7 {
  line-height: 25px;
}

.link-8 {
  color: #666;
  line-height: 29px;
}

.link-8:hover {
  color: #ff4000;
}

.link-9 {
  color: #666;
  line-height: 29px;
}

.link-9:hover {
  color: #ff4000;
}

.link-10 {
  color: #666;
  line-height: 29px;
}

.link-10:hover {
  color: #ff4000;
}

.link-11 {
  color: #666;
  line-height: 29px;
}

.link-11:hover {
  color: #ff4000;
}

.link-12 {
  color: #666;
  line-height: 29px;
}

.link-12:hover {
  color: #ff4000;
}

.link-13 {
  color: #666;
  line-height: 29px;
}

.link-13:hover {
  color: #ff4000;
}

.div-block-4 {
  color: #666;
}

.dropdown-link {
  color: #3d3d3d;
  text-align: left;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
  margin-left: -20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  display: flex;
}

.dropdown-link:hover {
  color: #ff4000;
  text-decoration: underline;
}

.dropdown-sedes-2 {
  color: #ec5928;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  margin-top: 20px;
  margin-left: 24px;
  margin-right: -30px;
  padding: 0 39px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.dropdown-sedes-2.w--open {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.dropdown-toggle-3 {
  background-color: #ff7543;
  border-radius: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.text-block-14 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.icon-4 {
  color: #fff;
}

.dropdown-2 {
  display: inline-block;
}

.dropdown-nosotros {
  text-transform: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transform: none;
}

.text-block-15 {
  color: #fff;
  font-size: 14px;
}

.dropdown-matricula {
  text-align: left;
  background-color: #ff7543;
  border-radius: 19px;
  margin-top: 11px;
  margin-bottom: 0;
  margin-left: 24px;
  padding: 6px 26px 6px 13px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-matricula:hover {
  background-color: #ff5e3d;
  font-size: 16px;
}

.icon-5 {
  color: #fff;
  margin-right: 9px;
}

.dropdown-almnuev {
  color: #666;
  text-align: center;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  margin-top: 19px;
  margin-left: 30px;
  margin-right: 6px;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.dropdown-almnuev:hover {
  color: #ff7543;
  border-color: #ec5928;
  font-size: 13px;
}

.dropdown-link-3 {
  text-align: center;
  background-color: #fff;
  margin-top: 9px;
  margin-right: 0;
}

.div-block-5 {
  width: 190px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #666;
  border-radius: 6px;
}

.heading-17 {
  color: #666;
  text-align: center;
  font-size: 36px;
}

.bold-text-4 {
  font-size: 26px;
}

.dropdown-4 {
  background-color: #fff;
  margin-top: 5px;
  margin-left: 13px;
  padding-top: 0;
  padding-left: 0;
}

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

.dropdown-list-2.w--open {
  border-radius: 9px;
  padding-bottom: 19px;
  padding-left: 0;
  padding-right: 16px;
  display: block;
}

.section-29 {
  margin-top: 119px;
}

.grid-2 {
  grid-column-gap: 8px;
  grid-template-columns: 1.25fr 1.25fr;
  grid-template-areas: "Area ."
                       "Area Area-2";
  grid-auto-flow: row;
}

.section-30 {
  max-height: none;
  max-width: none;
  background-color: #ff5e3e;
  margin-top: 7px;
  padding-top: 0;
}

.grid-3 {
  grid-column-gap: 0px;
  background-color: #ff5e3e;
  grid-template-columns: 3fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
}

.heading-18 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 16px;
  display: flex;
}

.button-11 {
  margin: 90px 60px;
  font-family: Varela Round, sans-serif;
  font-size: 19px;
  line-height: 20px;
}

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

.heading-19 {
  font-size: 23px;
  line-height: 30px;
}

.heading-20 {
  color: #fcfcfc;
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.div-block-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button-12 {
  color: #ff4000;
  background-color: #fcfcfc;
  border-radius: 15px;
}

.section-31 {
  margin-top: 0;
  display: block;
}

.column-11 {
  background-color: #ff5e3e;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-12 {
  background-color: #ff5e3e;
}

.image-20 {
  max-width: 100%;
}

.container-29 {
  max-width: none;
  margin-top: 109px;
  display: block;
}

.div-block-8 {
  width: auto;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

.section-32 {
  background-color: #ff5e3e;
}

.column-13 {
  background-color: #ff5e3e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-33 {
  background-color: #ff5e3e;
}

.heading-21 {
  font-size: 29px;
}

.heading-22 {
  color: #fcfcfc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 33px;
}

.button-13 {
  color: #ff4000;
  background-color: #fcfcfc;
  border-radius: 20px;
  margin-bottom: 13px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 16px;
  position: relative;
  top: auto;
}

.column-14 {
  clear: none;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 31px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 29px;
  display: block;
  position: static;
  top: auto;
  overflow: visible;
}

.heading-23 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 29px;
  font-size: 26px;
  position: relative;
  top: 0;
}

.container-30 {
  flex-flow: column;
  flex: 0 auto;
  align-content: stretch;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 138px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-24 {
  margin-top: 46px;
}

.heading-25 {
  text-align: center;
  margin-top: 46px;
  font-size: 36px;
}

.tab-link-matricula {
  padding: 60px;
}

.tab-link-matricula:hover {
  background-color: #ff7543;
  padding: 60px;
}

.tab-link-matricula.w--current {
  width: 355.781px;
  padding-bottom: 60px;
}

.heading-26 {
  color: #666;
  text-align: center;
  font-size: 23px;
}

.link-14 {
  color: #ff4000;
}

.tabs-menu-3 {
  max-width: none;
  min-width: auto;
  text-align: center;
}

.section-34 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.heading-27, .heading-28, .heading-29 {
  text-align: center;
  font-size: 29px;
}

.text-block-16 {
  text-align: center;
  margin-bottom: 39px;
}

.section-35 {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.button-14 {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 15px;
}

.text-block-matricula, .text-block-18 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}

.text-block-19 {
  text-align: center;
  margin-top: 20px;
}

.tabs-menu-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-5 {
  margin-top: 16px;
}

.section-36 {
  margin-top: 22px;
}

.column-15 {
  border: 2px solid #ec5928;
  border-radius: 20px;
}

.column-matricula {
  border: 2px solid #ec5928;
  border-radius: 20px;
  margin-top: -3px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.container-31 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-20 {
  margin-top: 19px;
  margin-bottom: 58px;
}

.text-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-5 {
  text-align: center;
  margin-top: 40px;
}

.tab-link-tab-1-2 {
  border-radius: 9px;
  margin-right: 10px;
}

.tab-link-tab-1-2:hover {
  background-color: #ffd200;
}

.tab-link-tab-1-2:active {
  background-color: #ffae00;
}

.tab-link-tab-1-2:focus {
  background-color: #ff7543;
}

.tab-link-tab-1-2.w--current, .tab-link-tab-2-2 {
  border-radius: 9px;
  margin-right: 10px;
}

.tab-link-tab-2-2:hover {
  background-color: #ffd200;
}

.tab-link-tab-2-2:active {
  background-color: #ffae00;
}

.tab-link-tab-2-2:focus {
  background-color: #ff7543;
}

.tab-link-tab-3-2 {
  border-radius: 9px;
  margin-right: 10px;
}

.tab-link-tab-3-2:hover {
  background-color: #ffd200;
}

.tab-link-tab-3-2:active {
  background-color: #ffae00;
}

.tab-link-tab-3-2:focus {
  background-color: #ff7543;
}

.tab-link-tab-4-2 {
  border-radius: 9px;
}

.tab-link-tab-4-2.w--current:hover {
  background-color: #ffd200;
}

.tab-link-tab-4-2.w--current:active {
  background-color: #ffae00;
}

.tab-link-tab-4-2.w--current:focus {
  background-color: #ff7543;
}

.text-block-22 {
  text-align: center;
  margin-top: 19px;
  margin-bottom: 19px;
  line-height: 26px;
}

.text-block-23 {
  text-align: center;
  margin-top: 19px;
  font-family: Open Sans, sans-serif;
  line-height: 23px;
}

.text-pasos-matricula {
  color: #3d3d3d;
  text-align: center;
  background-color: #f5f7fa;
  margin-top: 23px;
  margin-bottom: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 23px;
}

.bold-text-5, .link-15 {
  color: #ec5928;
}

.link-16 {
  color: #ff4000;
}

.hero-without-image {
  background-color: #f0eeec;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-boletin-matricula {
  color: #3d3d3d;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffd200;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-boletin-matricula:hover {
  color: #ff7543;
  background-color: #32343a;
}

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

.heading-30 {
  color: #ff4000;
}

.text-span-8 {
  color: #ff4000;
  font-size: 17px;
  font-weight: 700;
}

.text-span-9 {
  color: #4e4d4d;
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.bold-text-8 {
  color: #3d3d3d;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-admisi-n-2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.text-span-10 {
  color: #ff4000;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-9 {
  font-size: 16px;
  text-decoration: none;
}

.text-span-11, .text-span-12, .text-span-13 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 19px;
}

.text-span-14, .text-span-15, .text-span-16 {
  color: #ff4000;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 19px;
}

.paragraph-admisi-n-3 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 19px;
  font-weight: 400;
  line-height: 39px;
}

.text-span-17, .text-span-18, .text-span-19 {
  color: #ff4000;
}

.heading-31 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 10px;
}

.button-15 {
  text-align: center;
  padding: 9px 39px;
}

.container-33 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-37 {
  margin-top: 102px;
}

.text-block-24 {
  color: #666;
}

.text-block-25 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-6 {
  color: #333;
  font-size: 14px;
}

.dropdown-link-5 {
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  margin-left: -20px;
  padding-left: 20px;
  font-size: 13px;
  display: flex;
}

.dropdown-link-5:hover {
  color: #ff4000;
  text-decoration: underline;
}

.dropdown-list-3 {
  margin-left: -6px;
}

.dropdown-list-3.w--open {
  color: #fcfcfc;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 1px;
  padding-left: 21px;
}

.text-span-20 {
  color: #ff4000;
}

.heading-32 {
  text-align: center;
  line-height: 26px;
}

.text-span-metodologia-1 {
  color: #797979;
  text-align: justify;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.bold-text-metodologia-1 {
  color: rgba(63, 63, 63, .84);
  font-family: Open Sans, sans-serif;
  line-height: 30px;
  text-decoration: underline;
}

.section-38 {
  margin-top: 69px;
  margin-bottom: 33px;
}

.section-39 {
  margin-top: 29px;
}

.section-40 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.text-span-21 {
  color: #666;
  font-family: Merriweather, serif;
  font-size: 19px;
}

.bold-text-10 {
  color: #666;
  font-family: Open Sans, sans-serif;
}

.text-inicio-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.text-inicio-2.text-info1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 19px;
  margin: 25px auto 0;
  padding-left: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 19px;
}

.column-inicio-2 {
  background-image: url('../images/secundaria-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  padding-left: 0;
  left: 23px;
  right: 0;
  box-shadow: 0 0 14px -3px #000;
}

.column-inicio-2:hover {
  filter: brightness(86%);
}

.texto-informacion2 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .59);
  border-radius: 9px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 19px;
  padding-right: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.spark-small-icon {
  width: 24px;
  height: 24px;
  flex: none;
  justify-content: center;
  display: flex;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-icon-left-button {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: -56px;
  margin-left: 156px;
  margin-right: 186px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.spark-button-text-2 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-small-icon-2 {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-absolute-watch-button {
  width: 145px;
  height: 56px;
  grid-column-gap: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.spark-sub-image {
  width: 100%;
  border-radius: 8px;
  display: block;
  position: relative;
}

.spark-lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.spark-lightbox:hover {
  opacity: 1;
}

.spark-button-2 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-2.spark-secondary-button {
  color: #5532fa;
  background-color: #f0ecfd;
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
  box-shadow: inset 0 0 0 1.5px #5532fa;
}

.spark-button-2.spark-secondary-button:hover {
  color: #1e116e;
  background-color: #a695fb;
  box-shadow: inset 0 0 0 1.5px #a695fb;
}

.spark-flex-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-centered-content {
  text-align: center;
}

.spark-line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  width: 12.75px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 18px;
}

.spark-simple-menu-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.spark-nav-link {
  color: #000;
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  opacity: 1;
  color: #5532fa;
  background-color: #f0ecfd;
}

.spark-nav-link.w--current {
  color: #5532fa;
}

.spark-nav-link.spark-button {
  color: #fff;
  text-align: center;
  background-color: #5532fa;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #1e116e;
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: #fff;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  width: 100%;
  background-color: #fff;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section.spark-primary-background-and-centered-content {
  min-height: 100vh;
  background-color: #f0ecfd;
  align-items: center;
  display: flex;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-41 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 33px;
  padding-top: 0;
  padding-bottom: 30px;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---btn-icon-left-small {
  width: 22px;
  margin-right: 8px;
}

.brix---btn-download-app {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 8px rgba(74, 58, 255, .1);
}

.brix---btn-download-app:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---heading-h2-size {
  color: #5f6570;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 33px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---card-v19-content-wrapper {
  min-height: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 26px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.brix---cta-v19-link-card-white {
  color: #6e7191;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---cta-v19-link-card-white:hover {
  color: #6e7191;
  transform: scale(.96);
}

.brix---btn-download-app-white {
  color: #4a3aff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
  box-shadow: 0 3px 6px rgba(33, 31, 84, .06);
}

.brix---btn-download-app-white:hover {
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.brix---ctav-14-link-card {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---ctav-14-link-card:hover {
  color: #fff;
  transform: scale(.96);
}

.brix---grid-cta-v19 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.brix---cta-v4-floating-item-01 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---cta-v3-floating-item-02-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: #fff;
  background-color: #281ca5;
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.brix---input:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input-label {
  color: #211f54;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  min-height: 576px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 56px 40px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---grid-1-column-gap-row-16px {
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  justify-items: center;
  margin-left: 241px;
  display: flex;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---grid-cta-v4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcfcfc;
  border: 1.5px solid rgba(255, 94, 61, .58);
  border-radius: 20px;
  grid-template: "Area"
  / .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: -120px;
  margin-right: -152px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: grid;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: #4a3aff;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.spark-button-3 {
  color: #fff;
  background-color: #0824fb;
  border: 0 solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-3.spark-secondary-button {
  color: #5532fa;
  background-color: #0824fb;
  border-style: none;
  border-color: #0824fb;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
  box-shadow: inset 0 0 0 1.5px #5532fa;
}

.spark-button-3.spark-secondary-button:hover {
  color: #1e116e;
  background-color: #a695fb;
  box-shadow: inset 0 0 0 1.5px #a695fb;
}

.spark-button-3.spark-secondary-button {
  color: #5532fa;
  background-color: #f0ecfd;
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
  box-shadow: inset 0 0 0 1.5px #5532fa;
}

.spark-button-3.spark-secondary-button:hover {
  color: #1e116e;
  background-color: #a695fb;
  box-shadow: inset 0 0 0 1.5px #a695fb;
}

.spark-button-instagram {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-instagram:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-instagram.spark-secondary-button {
  color: #5532fa;
  background-color: #f0ecfd;
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
  box-shadow: inset 0 0 0 1.5px #5532fa;
}

.spark-button-instagram.spark-secondary-button:hover {
  color: #1e116e;
  background-color: #a695fb;
  box-shadow: inset 0 0 0 1.5px #a695fb;
}

.spark-button-instagram.spark-secondary-button {
  box-shadow: none;
  color: #fff;
  background-color: #fb0855;
  border: 0 rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-button-instagram.spark-secondary-button:hover {
  box-shadow: none;
  color: #1e116e;
  background-color: #fb08c3;
}

.link-block {
  width: 390px;
  height: 1px;
  background-color: #ff4000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-34 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.heading-34 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-35, .container-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-metodologia-2 {
  color: rgba(61, 61, 61, .7);
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.container-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.section-42 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.container-39 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-9 {
  width: 230px;
  height: 1px;
  background-color: #ff4000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

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

.text-span-metodologia-3 {
  color: rgba(61, 61, 61, .7);
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-9-copy {
  width: 360px;
  height: 1px;
  background-color: #ff4000;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
}

.div-block-10 {
  height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---link-wrapper {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

.brix---mg-top-64px {
  margin-top: 64px;
}

.brix---dropdown-link {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.brix---grid-dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-side-bg-neutral-200 {
  background-color: #f7f7fc;
  padding: 56px 48px;
}

.brix---heading-h5-size {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---text-100-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---blog-card-wrapper-dropdown {
  width: 100%;
  max-width: 164px;
  border-radius: 10px;
  overflow: hidden;
  transform: translate(0);
}

.brix---blog-card-wrapper-featured-sidebar {
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---dropdown-side-pd {
  padding: 56px 48px;
}

.brix---grid-2-columns-dropdown-2-sides {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---dropdown-card {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-card-wrapper-836px {
  min-width: 836px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 28px;
  transform: translate(-54%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.heading-38 {
  text-align: center;
  background-color: rgba(255, 64, 0, 0);
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 29px;
}

.div-block-11 {
  width: 390px;
  height: 1px;
  text-align: left;
  background-color: #ff4000;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
}

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

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  margin-bottom: 33px;
  padding-left: 24px;
  padding-right: 24px;
}

.section---logo-universidades {
  background-color: #fcfcfc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.text-inicio-copy {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.text-inicio-copy.text-info1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 19px;
  margin: 25px auto 35px;
  padding-left: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 26px;
}

.text-inicio-copy.text-info1-copy {
  color: #5f6570;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 19px;
  margin: 66px auto 33px;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.redes-sociales {
  background-color: #eff0f6;
  padding-bottom: 60px;
}

.spark-small-icon-3 {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-button-text-3 {
  flex: none;
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-button-4 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-4.spark-icon-left-button {
  grid-column-gap: 12px;
  text-align: center;
  grid-column-gap: 12px;
  color: #fcfcfc;
  background-color: #ff4000;
  border-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: relative;
}

.div-block-12 {
  width: 200px;
  height: 60px;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-gray {
  color: #000;
  background-color: #eee;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-gray:hover {
  color: #000;
  background-color: #dbffe0;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 64, 0, .94);
  border-radius: 1rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 29px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-cta-v-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-paragraph-small {
  color: rgba(22, 22, 22, .68);
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-heading-medium {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-label-tag {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-tag {
  text-align: left;
  background-color: rgba(81, 170, 118, .1);
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-cta-block-white {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-link-block-outline {
  color: #000;
  border: .15em solid rgba(0, 0, 0, .15);
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-outline:hover {
  color: #000;
  background-color: #dbffe0;
}

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-niveles {
  text-transform: none;
  margin-top: 0;
  margin-left: 8px;
  margin-right: auto;
  padding: 0 0 0 8px;
  transform: none;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: #6e7191;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: #4a3aff;
}

.brix---grid-dropdown-link-column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.brix---text-200-bold-2 {
  color: #fcfcfc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-neutral-802 {
  color: #211f54;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---grid-2-columns {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---dropdown-pd-48px {
  padding: 48px;
}

.brix---dropdown-card-2 {
  min-width: 280px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---dropdown-card-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 28px;
  transform: translate(-42%);
}

.brix---dropdown-card-wrapper.w--open {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle-2 {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: #4a3aff;
}

.section-43 {
  display: flex;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---mg-bottom-0 {
  color: #fcfcfc;
  margin-bottom: 0;
  font-size: 16px;
}

.brix---footer-bottom-v14 {
  color: #6e7191;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-accent-2 {
  color: #4a3aff;
}

.brix---text-200 {
  color: #fcfcfc;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  color: #ffd200;
  background-color: #eff0f6;
  border-radius: 16px;
  margin-right: 16px;
}

.brix---buttons-redes {
  height: 90px;
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: rgba(237, 237, 237, .26);
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: block;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---buttons-redes:hover {
  border-color: rgba(255, 117, 67, .7);
  font-family: Varela, sans-serif;
  font-size: 18px;
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-2 {
  height: 450px;
  grid-template-rows: 101px;
  grid-template-columns: .85fr;
  grid-auto-rows: 101px;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  display: grid;
}

.brix---footer-col-title {
  color: #ff7543;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: #fcfcfc;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #ff4000;
}

.brix---footer-list-item {
  color: #fcfcfc;
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default {
  color: #fcfcfc;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.grid-footer-4-cols-v14 {
  grid-column-gap: 63px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid #eff0f6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  background-color: #424242;
  border-top: 1px solid #eff0f6;
}

.text-span-22 {
  color: #ff7543;
}

.text-span-23 {
  color: #ff4000;
}

.div-block-13 {
  width: 100%;
  height: 9px;
  color: #ec5928;
  background-color: #ff7543;
}

.text-span-24 {
  color: #ff7543;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.text-span-25 {
  color: #ff7543;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-26 {
  color: #ff7543;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.texto-nosotros {
  text-align: justify;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: block;
}

.texto-perfil-alumno {
  text-align: left;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
  display: inline;
}

.div-block-14 {
  width: 190px;
  height: 1px;
  background-color: #ff4000;
}

.image-24 {
  margin-top: 109px;
}

.section-45 {
  width: 100%;
  height: 330px;
  background-image: url('../images/reconocimientos.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.heading-39 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 69px;
}

.div-block-15 {
  width: 300px;
  height: 1px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fcfcfc;
  background-color: #fcfcfc;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

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

.heading-40 {
  text-align: center;
  font-family: Varela, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
}

.walsh-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
  padding: 39px 0 103px;
}

.walsh-quote-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 44em;
  background-color: #fcfcfc;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-right {
  height: auto;
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.walsh-image-logo {
  width: 100%;
  max-height: 24px;
  max-width: 132px;
  object-fit: contain;
}

.walsh-text-small-left {
  color: rgba(0, 0, 0, .5);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-circle-image {
  width: 60px;
  height: 60px;
  background-color: #dfdfdf;
  border-radius: 200px;
  overflow: hidden;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-paragraph {
  color: #3d3d3d;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.5;
}

.walsh-heading-regular {
  color: #ff4000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-quote-image {
  height: 56px;
  opacity: .26;
}

.walsh-inner-column-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .4em 3.3em 4.6em;
  display: flex;
}

.walsh-rounded-box-banner {
  width: 100%;
  max-width: 1480px;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.walsh-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-17 {
  width: 330px;
  height: 1px;
  background-color: #ff4000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 29px;
  padding-top: 0;
  display: flex;
}

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

.text-span-27 {
  color: #4d2f25;
}

.text-span-28 {
  color: #ff4000;
}

.container-46 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-cover-image-2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-main-paragraph-2 {
  color: #3d3d3d;
  letter-spacing: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.5;
}

.walsh-inner-column-left {
  height: auto;
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 4em .6em 9.9em .2em;
  display: flex;
}

.text-span-31 {
  color: #000;
  font-size: .9em;
}

.text-span-32 {
  color: #4d2f25;
}

.text-span-31-copy {
  color: #000;
  font-size: .7em;
}

.text-span-33 {
  font-size: .8em;
}

.text-span-34, .text-span-35 {
  color: #000;
  font-size: .7em;
}

.div-block-18 {
  width: 100%;
  height: 39px;
  background-color: #ff4000;
}

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

.heading-42 {
  color: #fcfcfc;
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-link-noticias {
  color: #3d3d3d;
  font-family: Open Sans, sans-serif;
}

.text-link-noticias:hover {
  color: #ff4000;
}

.div-block-19 {
  width: 250px;
}

.libro-de-reclamaciones {
  color: #fcfcfc;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.libro-de-reclamaciones:hover {
  color: #ff4000;
}

.container-47 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.texto-2-secundaria {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 29px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 26px;
}

.spark-small-icon-4 {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-button-text-4 {
  flex: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-button-5 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-5:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-5.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #ff7543;
  border-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.spark-button-5.spark-icon-left-button:hover {
  background-color: #3d3d3d;
}

.spark-button-5.spark-icon-left-button {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-20 {
  width: 190px;
  height: 26px;
}

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

.div-block-21 {
  width: 300px;
  height: 1px;
  color: #ff4000;
  background-color: #ff4000;
  margin-top: 16px;
  padding-top: 0;
}

.section-46 {
  padding-bottom: 60px;
}

.text-1-reconocimientos {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 39px;
}

.div-block-22 {
  width: 100%;
  height: 600px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular {
  color: #5f6570;
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-faq1_answer {
  overflow: hidden;
}

.combine-faq1_title {
  color: #1f2c3d;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  color: #ff7543;
  cursor: pointer;
  display: flex;
}

.combine-icon_color4 {
  color: #5f6570;
}

.combine-faq1_question {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.combine-faq1_accordion {
  border-bottom: 1px solid #d9dce2;
}

.combine-faq1_component {
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-heading-style-h2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_faq1 {
  background-color: #fff;
}

.text-area:hover, .text-are:hover, .text-ar:hover {
  color: #ff4000;
}

.combine-text-size-regular-copy {
  color: #30343c;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.spark-button-text-5 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.html-embed-3 {
  border-radius: 0;
}

.logo-facebook-1 {
  width: 160px;
  max-width: none;
  background-color: #395398;
  margin: 10px 5px;
  padding: 0;
  box-shadow: 1px 1px 7px 1px #000;
}

.logo-facebook-1:hover {
  padding-left: 5px;
  padding-right: 5px;
}

.image-26 {
  width: 160px;
  padding: 0;
  box-shadow: 1px 1px 3px #000;
}

.image-26:hover {
  padding-left: 0;
  padding-right: 0;
}

.logo-intagram {
  width: 160px;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 10px 5px;
  padding: 0;
  box-shadow: 1px 1px 10px #000;
}

.logo-intagram:hover {
  background-color: #b3acb0;
  padding-left: 5px;
  padding-right: 5px;
}

.link-logo-facebook {
  height: auto;
  padding-left: 0;
}

.section-47 {
  margin-top: 476px;
}

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

.div-block-23 {
  width: 360px;
  height: 1px;
  background-color: #ff4000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 0;
  display: flex;
}

.text-span-36 {
  color: #5f6570;
}

.image-27 {
  margin-top: 0;
}

.div-block-24 {
  width: 100%;
  height: 39px;
  background-color: #ff3c12;
}

.heading-44 {
  color: #fcfcfc;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}

.div-block-25 {
  width: 99.6%;
  height: 70px;
}

.container-49 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26 {
  width: 30%;
  height: 130px;
  background-color: #ff5e3d;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-27 {
  width: 30%;
  height: 130px;
}

.grid-4 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.5fr;
}

.mision-vicion {
  color: #fcfcfc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
}

.column-flame2 {
  height: 130px;
  background-color: #ff5e3d;
  border: .5px solid rgba(255, 117, 67, .6);
  border-radius: 6px;
  margin-top: 0;
  padding: 0 30px 146px;
  right: -10px;
}

.column-mision-vision {
  margin-top: 29px;
  margin-bottom: 0;
  padding: 11px 196px 0;
}

.column--perfil-alumno {
  margin-top: 90px;
  margin-bottom: 78px;
  padding: 0 196px;
}

.section-48 {
  margin-top: 0;
}

.texto-valores {
  color: #fcfcfc;
  text-align: center;
  background-color: #ff5e3d;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-propuesta-inicio {
  color: #ff4608;
  font-weight: 400;
}

.text-valores {
  color: #fcfcfc;
  text-align: center;
  background-color: #ff5e3d;
  border-radius: 6px 6px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
}

.section-49 {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.section-50 {
  margin-top: 0;
  padding-top: 0;
}

.div-block-28 {
  width: 360px;
  height: 1px;
  background-color: #1db455;
}

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

.tab-link-tab-5 {
  margin-left: 10px;
}

.tab-link-tab-5.w--current {
  background-color: #ffd200;
  border-radius: 9px;
  margin-left: 0;
}

.tab-link-tab-5-2 {
  background-color: #ffd200;
  border-radius: 9px;
}

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

.section-51 {
  margin-bottom: 60px;
}

.text-span-37 {
  color: #ff4000;
}

.dropdown-link-secundaria {
  background-color: #fff;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: row;
  align-items: center;
  margin-left: -20px;
  padding-left: 20px;
  font-size: 13px;
  display: flex;
}

.dropdown-link-secundaria:hover {
  color: #ff4000;
  text-decoration: underline;
}

.dropdown-linkreconocimientos {
  background-color: #fff;
  border-radius: 0 0 9px 9px;
  flex-direction: row;
  align-items: center;
  margin-left: -20px;
  padding-left: 20px;
  font-size: 13px;
  display: flex;
}

.dropdown-linkreconocimientos:hover {
  color: #ff4000;
  text-decoration: underline;
}

.dropdown-linkreconocimientos.w--current {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.image-28 {
  border-radius: 20px;
}

.paragraph-8 {
  text-align: justify;
  align-self: flex-start;
  display: block;
}

.container-51 {
  justify-content: space-around;
  display: flex;
}

.button-contacta-asesor {
  color: #fcfcfc;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1db455;
  border-radius: 11px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin: 10px auto 10px 0;
  padding: 9px 20px;
  font-size: 20px;
  line-height: 26px;
  transition: all .2s;
  display: flex;
}

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

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

.text-nosotros {
  text-align: center;
  margin: 30px 11px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
}

.div-block-30 {
  width: 350px;
  height: 1px;
  background-color: #ff4000;
  margin-top: 23px;
  padding-top: 0;
}

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

.nav-linkinicio {
  color: #404040;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-top: 25px;
  margin-left: 32px;
  margin-right: 9px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .3s;
}

.nav-linkinicio:hover {
  border-bottom-color: #ff7543;
}

.nav-linkinicio.w--current:focus {
  color: #ff4000;
}

.section-botones-primaria {
  margin-top: 33px;
  margin-bottom: 33px;
}

.image-29 {
  display: block;
}

.titular-1-copy {
  color: #ff4000;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 13px;
  font-family: Varela, sans-serif;
  font-size: 39px;
  line-height: 38px;
}

.titular-noticias {
  color: #3d3d3d;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 13px;
  font-family: Varela, sans-serif;
  font-size: 39px;
  line-height: 38px;
}

.dropdown-niveles-2 {
  color: #ec5928;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  margin-top: 20px;
  margin-left: 24px;
  margin-right: -30px;
  padding: 0 39px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.dropdown-niveles-2.w--open {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.spark-small-icon-5 {
  width: 24px;
  height: 24px;
  flex: none;
  font-size: .3375rem;
  display: inline-block;
}

.spark-button-text-6 {
  flex: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-button-6 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-6:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-6.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #ff4000;
  border-color: #ff7543;
  justify-content: flex-start;
  align-items: center;
  padding: 9px;
  display: flex;
  position: relative;
}

.spark-button-6.spark-icon-left-button:hover {
  background-color: #ff7543;
}

.button-reconocimientos {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff4000;
  border-radius: 14px;
  padding: 12px 25px;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  transition: all .2s;
}

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

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

.html-embed-4 {
  width: 699.444px;
  height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-5 {
  height: 600px;
  justify-content: center;
  display: flex;
}

.columns-6 {
  height: 600px;
}

.container-54 {
  background-color: #fcfcfc;
  margin-top: 20px;
}

.section-53 {
  background-color: #eff0f6;
}

.text-span-38 {
  font-size: 20px;
}

.image-30 {
  height: auto;
  max-width: 75%;
  display: block;
}

.image-31 {
  width: auto;
  height: auto;
  max-width: 90%;
}

.mision-vision-cont {
  height: 100px;
  background-color: #ff5e3d;
  border-radius: 11px;
}

.container-55 {
  background-color: #f8f8f8;
  border: 6px solid #f17448;
  border-radius: 11px;
}

.image-32 {
  max-width: 50%;
  display: block;
}

.div-block-31 {
  justify-content: center;
  align-self: auto;
  display: flex;
}

.column-16 {
  background-color: #fcfcfc;
  left: -21px;
}

.column-17 {
  background-color: #fcfcfc;
  right: -21px;
}

.column-17:hover {
  color: #ec5928;
}

.titular3 {
  color: #ff4000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.texto-informacion_2 {
  color: #666;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 9px;
  margin: 0 0 6px;
  padding: 13px 23px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.texto-informacion_3 {
  color: #666;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 9px;
  margin: 0 0 6px;
  padding: 0 23px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-span-39 {
  font-size: 16px;
  line-height: 0;
}

.text-span-40 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-span-41 {
  text-align: justify;
  font-size: 16px;
}

.text-span-42 {
  color: #ff4000;
  text-align: center;
  justify-content: center;
  font-size: 26px;
  display: flex;
}

.texto-primaria, .column-18 {
  text-align: justify;
}

.texto-informacion-primaria {
  color: #3d3d3d;
  text-align: justify;
  background-color: #fcfcfc;
  border-radius: 9px;
  margin: 0 0 6px;
  padding: 13px 23px 19px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.texto-informacion-primaria:hover {
  color: #fcfcfc;
  background-color: #ff7543;
}

.text-span-43 {
  color: #ff4000;
  justify-content: center;
  font-size: 29px;
  font-weight: 700;
  display: flex;
}

.text-span-44 {
  margin: 13px 33px 24px;
  padding-right: 0;
  display: flex;
}

.text-span-45 {
  margin-top: 13px;
  margin-left: 33px;
  margin-right: 33px;
  display: flex;
}

.texto-informacion-secundaria {
  color: #3d3d3d;
  text-align: justify;
  background-color: #fcfcfc;
  border-radius: 9px;
  margin: 0 0 6px;
  padding: 13px 23px 19px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.texto-informacion-secundaria:hover {
  color: #fcfcfc;
  background-color: #ff7543;
}

.container-56 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.column-19, .column-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primaria {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff4000;
  border-radius: 14px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-secundaria {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff4000;
  border-radius: 14px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.logo-w-primaria {
  width: 160px;
  max-width: none;
  background-color: #00b52c;
  margin: 10px 5px;
  padding: 0;
  box-shadow: 1px 1px 10px #000;
}

.logo-w-primaria:hover {
  background-color: #01be4f;
  padding-left: 5px;
  padding-right: 5px;
}

.logo-w-secundaria {
  width: 160px;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 10px 5px;
  padding: 0;
  box-shadow: 1px 1px 10px #000;
}

.logo-w-secundaria:hover {
  background-color: #00b52b;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-32 {
  background-color: rgba(0, 0, 0, 0);
}

.image-33 {
  height: auto;
  border-radius: 9px;
  box-shadow: 0 2px 5px #3d3d3d;
}

.image-34, .image-35, .image-36 {
  border-radius: 9px;
}

.brix---grid-1-column-2-footer {
  height: 572px;
  grid-template-rows: 150px;
  grid-template-columns: .85fr;
  grid-auto-rows: 150px;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  display: grid;
}

.brix---paragraph-link-2 {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link-2:hover {
  color: #281ca5;
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---footer-bottom-v14-2 {
  color: #6e7191;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold-3 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-3 {
  color: #4a3aff;
}

.brix---text-201 {
  color: #fcfcfc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 21px;
  line-height: 20px;
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 8px;
}

.brix---big-icon-left-2 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper-2 {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #6f6f6f;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper-2:hover {
  border-color: #ff4000;
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---footer-col-title-2 {
  color: #211f54;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link-2 {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-2:hover {
  color: #4a3aff;
}

.brix---footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper-2 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---icon-square-36px-2 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px-2:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-803 {
  color: #6e7191;
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---footer-logo-2 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo-2:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-4 {
  margin-bottom: 24px;
}

.grid-footer-4-cols-v14-2 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---footer-top-border-bottom-2 {
  border-bottom: 1px solid #eff0f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper-2 {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.doc-gestion {
  color: #fcfcfc;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.doc-gestion:hover {
  color: #ff4000;
}

.reconocimientos {
  color: #fcfcfc;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.reconocimientos:hover {
  color: #ff4000;
}

.brix---paragraph-link-3 {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link-3:hover {
  color: #281ca5;
}

.brix---mg-bottom-3 {
  margin-bottom: 0;
}

.brix---footer-bottom-v14-3 {
  color: #6e7191;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-4 {
  color: #4a3aff;
}

.brix---text-202 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 8px;
}

.brix---big-icon-left-3 {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---card-link-icon-wrapper-3 {
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper-3:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---footer-col-title-3 {
  color: #211f54;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link-3 {
  color: #ec5928;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-3:hover {
  color: #4a3aff;
}

.brix---footer-list-item-3 {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper-3 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---icon-square-36px-3 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px-3:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---footer-logo-3 {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo-3:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px-5 {
  margin-bottom: 24px;
}

.grid-footer-4-cols-v14-3 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto auto;
}

.brix---footer-top-border-bottom-3 {
  border-bottom: 1px solid #eff0f6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper-3 {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
}

.brix---accordion-btn-horizontal-line-v2 {
  width: 28px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  width: 2px;
  height: 28px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---mg-bottom-4 {
  margin-bottom: 0;
}

.brix---color-neutral-805 {
  width: 100%;
  color: #6e7191;
}

.brix---paragraph-default-4 {
  width: 100%;
  height: 100%;
  text-align: justify;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
}

.brix---accordion-title:hover {
  color: #ff7543;
}

.brix---color-neutral-806 {
  color: #211f54;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  max-width: 730px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-big-number {
  width: 92px;
  color: #ff4000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---accordion-big-number-wrapper {
  width: 822px;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-top-width: 1px;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5 {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v5-first {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 0 solid #eff0f6;
  border-bottom-width: 1px;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 0 0 56px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v5-first:hover {
  transform: translate(8px);
}

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

.brix---heading-h2-size-2 {
  color: #ff4000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 50px;
  display: block;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---mg-bottom-80px {
  margin-bottom: 39px;
  display: inline-block;
}

.brix---inner-container-547px {
  max-width: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 66px;
  padding-right: 66px;
}

.brix---section {
  color: #fff;
  margin-top: 0;
  padding-top: 33px;
  padding-bottom: 176px;
}

.text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52 {
  color: #ff4000;
}

.image-37 {
  max-width: none;
  object-fit: fill;
  margin-left: 0;
}

.div-block-34 {
  width: 100%;
  max-width: none;
}

.boton-boletin {
  margin-right: 19px;
  padding-left: 19px;
}

.spark-button-asesor {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-asesor:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-asesor.spark-icon-left-button {
  grid-column-gap: 12px;
  background-color: #ff7543;
  border-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.spark-button-asesor.spark-icon-left-button:hover {
  background-color: #3d3d3d;
}

.spark-button-asesor.spark-icon-left-button {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.link-17:hover {
  color: #ff7543;
}

.udesly-code-snippet {
  display: none;
}

.udesly-medium-image-zoom {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-55 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-38 {
  width: auto;
  height: auto;
  min-width: 16%;
  margin-top: 111px;
  padding-left: 0;
  padding-right: 0;
}

.diplloma-upc {
  width: auto;
  margin-top: 64px;
}

.udesly-medium-image-zoom-2 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.image-40 {
  margin-top: 51px;
}

.image-41 {
  width: 550px;
  height: 450px;
  max-height: none;
  max-width: none;
  margin-top: 53px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-57 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.boton-back-to-top {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 64, 0, .36);
  border-radius: 12px;
  position: static;
}

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

.butoon-back-to-top {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #ff8065;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 11%;
  left: auto;
  right: 1%;
}

.butoon-back-to-top:hover {
  background-color: #1f2c3d;
}

.arrow-up {
  font-family: awesome icon, sans-serif;
  text-decoration: none;
}

.text-block-29 {
  font-family: awesome icon, sans-serif;
}

.image-42 {
  max-width: 70%;
  border: 0 solid rgba(0, 0, 0, 0);
}

.icon-arrow {
  max-width: 60%;
}

.section-56 {
  width: 1305px;
  height: 300px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---btn-circle-logo-strip-v7-sec-right {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  right: 42.5%;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-circle-logo-strip-v7-sec-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-circle-logo-strip-v7-sec-left {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 64px;
  bottom: 0%;
  left: 42.5%;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-circle-logo-strip-v7-sec-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---grid-6-columns-logo-strip-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---text-300-bold-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-807 {
  color: #211f54;
}

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

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small---bottom-large {
  background-color: #fcfcfc;
  padding-top: 99px;
  padding-bottom: 90px;
}

.bold-text-16 {
  color: #3d3d3d;
}

.bold-text-16:hover {
  color: #ff7543;
}

.bold-text-17 {
  color: #3d3d3d;
}

.bold-text-17:hover {
  color: #ff7543;
}

.bold-text-18 {
  color: #3d3d3d;
}

.bold-text-18:hover {
  color: #ff7543;
}

.bold-text-19 {
  color: #3d3d3d;
}

.bold-text-19:hover {
  color: #ff7543;
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding-bottom: 16px;
  }

  .nav-menu-2 {
    margin-right: -39px;
  }

  .header {
    margin-top: 108px;
  }

  .slider-4 {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-inicio.text-info1 {
    color: #797979;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
    padding-right: 0;
    font-weight: 500;
    display: block;
  }

  .text-inicio.text-info1-copy {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .section-2-inicio {
    height: 560px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .titular-1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .container-propuesta-ed-inicio {
    margin-top: auto;
    margin-bottom: 0;
  }

  .texto-informacion1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 36px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .diplomas-slider {
    background-color: #f0eeec;
    margin-top: 5px;
    padding-bottom: 0;
  }

  .testimonial-image-two {
    width: 600px;
    height: 450px;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .hero-admision {
    margin-top: 10px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .hero-split {
    flex-direction: column;
  }

  .margin-bottom-24px {
    font-family: Lato, sans-serif;
    font-weight: 300;
    line-height: 23px;
  }

  .column-inicio-1 {
    padding-top: 0;
    padding-right: 0;
  }

  .body {
    background-color: rgba(0, 0, 0, 0);
  }

  .admision-con-video {
    margin-top: 33px;
    margin-bottom: 33px;
    padding-bottom: 30px;
  }

  .noticias {
    background-color: #f0eeec;
    border-bottom: 0 rgba(0, 0, 0, 0);
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .titular--3 {
    color: #ec5928;
    margin-top: 79px;
  }

  .image-13 {
    margin-left: auto;
  }

  .margin-bottom-24px-2 {
    text-align: justify;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .centered-heading-2.margin-bottom-32px {
    margin-top: 136px;
  }

  .button-watsapp {
    background-color: #1db455;
  }

  .text-encabezado-admision {
    font-size: 30px;
  }

  .dropdown-sedes {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .dropdown-link {
    margin-left: -21px;
    padding-left: 20px;
  }

  .text-block-15:hover {
    direction: ltr;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
  }

  .dropdown-matricula {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-matricula.w--open {
    font-size: 14px;
  }

  .icon-5:hover {
    font-size: 16px;
  }

  .dropdown-4:hover, .dropdown-list-2:hover {
    font-size: 14px;
  }

  .dropdown-list-2.w--open {
    border-radius: 9px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
  }

  .container-33 {
    flex-direction: row;
    display: flex;
  }

  .dropdown-link-5 {
    border-radius: 0;
    margin-left: -21px;
  }

  .dropdown-list-3.w--open {
    border-radius: 9px;
  }

  .text-span-metodologia-1 {
    text-align: justify;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 26px;
  }

  .bold-text-metodologia-1 {
    justify-content: center;
    align-items: center;
    padding-bottom: 9px;
    font-size: 38px;
    display: flex;
  }

  .section-38 {
    margin-top: 30px;
  }

  .column-inicio-2 {
    padding-top: 13px;
  }

  .spark-lightbox {
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
  }

  .section-41 {
    background-color: #f5f7fa;
    margin-top: 0;
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .brix---heading-h2-size {
    color: #6e7191;
    text-align: center;
    padding-left: 101px;
  }

  .brix---cta-v3-floating-item-02-2 {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/alumnos-mejor-preparados1.png');
    background-position: 0 0;
    background-size: auto;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---grid-1-column-gap-row-16px {
    margin-left: 107px;
    padding-left: 0;
  }

  .brix---grid-cta-v4 {
    background-color: #fff;
    border: 2px solid #ff4000;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: -168px;
    margin-right: -173px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .brix---cta-section {
    background-color: #ec5928;
  }

  .spark-button-3.spark-secondary-button {
    color: #fff;
    background-color: #0824fb;
    border-color: #fff;
  }

  .spark-button-3.spark-secondary-button:hover {
    border-color: #fff;
  }

  .spark-button-instagram.spark-secondary-button {
    color: #fff;
    box-shadow: none;
    background-color: #fb0855;
    border-color: #fcfcfc;
  }

  .spark-button-instagram.spark-secondary-button:hover {
    color: #fdfdff;
    background-color: #fb238f;
  }

  .link-block {
    width: 30%;
    height: 1px;
    background-color: #ff4000;
    justify-content: space-around;
    align-items: center;
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .container-34 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

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

  .heading-34 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .bold-text-11 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .bold-text-12 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 26px;
    display: flex;
  }

  .container-35 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

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

  .container-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .text-span-metodologia-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 46px;
  }

  .container-38 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 33px;
    display: flex;
  }

  .section-42 {
    margin-top: 69px;
    margin-bottom: 69px;
  }

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

  .link-block-2 {
    width: 30%;
    height: 1px;
    background-color: #ff4000;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-9 {
    width: 300px;
    height: 1px;
    background-color: #ff4000;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .text-block-26 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-metodologia-3 {
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 26px;
  }

  .div-block-9-copy {
    width: 300px;
    height: 1px;
    background-color: #ff4000;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .bold-text-13 {
    color: #ff4000;
    text-align: center;
  }

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

  .text-reconocimiento-1 {
    color: #ff4000;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 29px;
    font-weight: 400;
  }

  .heading-38 {
    text-align: center;
    font-family: Exo, sans-serif;
    font-size: 29px;
  }

  .div-block-11 {
    width: 300px;
    height: 1px;
    text-align: center;
    background-color: #ff4000;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .section---logo-universidades {
    padding-bottom: 20px;
  }

  .text-inicio-copy.text-info1 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .text-inicio-copy.text-info1-copy {
    color: #3d3d3d;
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-weight: 700;
    line-height: 33px;
  }

  .redes-sociales {
    background-color: #f2f3f7;
  }

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

  .brix---buttons-redes {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .brix---grid-1-column-2 {
    grid-template-rows: 101px;
    grid-auto-rows: 101px;
  }

  .brix---footer-col-title {
    color: #ff7543;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .texto-nosotros {
    text-align: justify;
    justify-content: center;
    display: block;
  }

  .texto-perfil-alumno {
    text-align: justify;
    display: block;
  }

  .section-45 {
    height: 330px;
    background-size: auto;
  }

  .div-block-17 {
    margin-bottom: 39px;
  }

  .text-span-29 {
    color: #363636;
    font-size: .9em;
  }

  .bold-text-14 {
    color: #666;
  }

  .text-span-30 {
    color: #4d2f25;
  }

  .libro-de-reclamaciones {
    color: #fcfcfc;
  }

  .spark-button-5.spark-icon-left-button {
    flex-direction: row;
    margin-right: 33px;
  }

  .mision-vicion {
    color: #fcfcfc;
  }

  .text-propuesta-inicio {
    color: #ff4000;
    text-align: center;
    font-weight: 400;
  }

  .text-valores {
    color: #fcfcfc;
  }

  .div-block-28 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .dropdown-link-secundaria {
    border-radius: 0 0 6px 6px;
    margin-left: -21px;
  }

  .dropdown-linkreconocimientos {
    border-radius: 0 0 9px 9px;
    margin-left: -21px;
  }

  .dropdown-linkreconocimientos.w--current {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .section-52 {
    margin-bottom: 30px;
  }

  .heading-45 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 33px;
  }

  .text-nosotros {
    text-align: center;
    font-size: 1rem;
    line-height: 33px;
  }

  .div-block-30 {
    width: 330px;
    height: 1px;
    background-color: #ff4000;
    margin-top: 33px;
    margin-bottom: 33px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .heading-47 {
    color: #ff4000;
  }

  .titular-1-copy, .titular-noticias {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-span-38 {
    font-family: Varela, sans-serif;
  }

  .texto-informacion_2, .texto-informacion_3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 36px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .texto-informacion-primaria {
    color: #3d3d3d;
    margin-top: 0;
    margin-bottom: 11px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .text-span-44 {
    text-align: justify;
    margin-top: 13px;
    padding-bottom: 37px;
    display: flex;
  }

  .text-span-45 {
    margin-top: 16px;
    padding-bottom: 31px;
    display: flex;
  }

  .texto-informacion-secundaria {
    color: #3d3d3d;
    margin-top: 0;
    margin-bottom: 11px;
    margin-left: 0;
    padding-bottom: 0;
  }

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

  .column-20 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-w-primaria {
    background-color: #00c240;
  }

  .logo-w-primaria:hover {
    background-color: #00bf3b;
  }

  .logo-w-secundaria:hover {
    background-color: #13ae43;
  }

  .grid-footer-4-cols-v14-2 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .doc-gestion, .reconocimientos {
    color: #fcfcfc;
  }

  .grid-footer-4-cols-v14-3 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .brix---inner-container-547px {
    margin-bottom: 19px;
  }

  .brix---section {
    padding-bottom: 104px;
  }

  .boton-boletin {
    flex: 0 auto;
  }

  .spark-button-asesor.spark-icon-left-button {
    background-color: #1db455;
    flex-direction: row;
  }

  .link-17 {
    color: #666;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .container-2 {
    margin-left: 0;
  }

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

  .nav-menu-2 {
    background-color: #f5f5f5;
  }

  .nav-link-intranet {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .nav-link-intranet:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2 {
    margin-top: 7px;
    padding: 28px 79px 10px 10px;
    font-size: 32px;
  }

  .menu-button-2.w--open {
    color: #7ec4bd;
    background-color: rgba(0, 0, 0, 0);
  }

  .slide-2 {
    width: 100%;
    height: 41px;
  }

  .image-4 {
    margin-top: 3px;
    top: 59px;
  }

  .mask-2 {
    margin-top: 0;
    font-size: 14%;
    line-height: 15%;
    top: 9px;
    bottom: -54px;
  }

  .slide-3 {
    width: 100%;
    height: 250px;
    top: -58px;
    bottom: 114px;
  }

  .container-6, .slider-4 {
    height: 400px;
  }

  .slide-5 {
    background-size: cover;
  }

  .text-inicio.text-info1, .text-inicio.text-info1-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .section-2-inicio {
    margin-top: 0;
    margin-bottom: 86px;
  }

  .button-5 {
    background-size: cover;
    margin-left: 53px;
    padding-left: 0;
  }

  .button-5.boton-secundaria {
    margin-left: 118px;
  }

  .button-5.boton-primaria {
    margin-left: 114px;
  }

  .image-6 {
    margin-left: 17px;
  }

  .image-7 {
    margin-left: 20px;
    padding-left: 0;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_menu-wrapper {
    grid-template-columns: 1fr 1fr .25fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1.25fr;
    padding-right: 4px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .boton-conoce {
    margin-left: 113px;
  }

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

  .container-10 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .texto-reconocimiento {
    overflow: visible;
  }

  .hero-admision {
    margin-top: 0;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .column-inicio-1 {
    padding-bottom: 26px;
    padding-left: 0;
    left: -5px;
  }

  .form-block-2 {
    margin-right: 0;
  }

  .form-2 {
    margin-left: 181px;
    padding-right: 0;
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .container-12 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .column-marg1 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .column-flame1 {
    height: auto;
    padding-bottom: 0;
  }

  .column-9 {
    margin-top: 0;
  }

  .container-14 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .section-14 {
    height: auto;
    background-image: none;
    margin-top: -39px;
    margin-left: auto;
    padding-bottom: 0;
  }

  .button-8 {
    top: -142px;
    left: 59px;
    right: -59px;
  }

  .section-17 {
    margin-top: 109px;
  }

  .image-18 {
    margin-top: auto;
    padding-top: 11px;
  }

  .container-15 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-medium.tex-info1, .heading-medium.text-m {
    margin-left: auto;
    margin-right: auto;
  }

  .container-19 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .hero-wrapper-secundario {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-21 {
    max-width: 728px;
  }

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

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .button-watsapp, .button-curricular {
    margin-left: 90px;
    margin-right: 90px;
  }

  .text-encabezado-admision {
    text-align: center;
    font-size: 26px;
  }

  .form-block-3 {
    margin-right: 0;
  }

  .text-block-9 {
    margin-left: 0;
  }

  .grill-buton-drops {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
    margin-left: 23px;
    margin-right: -87px;
    padding-left: 0;
    display: block;
  }

  .dropdown {
    display: flex;
  }

  .dropdown-sedes {
    margin-left: 24px;
    padding-left: 0;
    padding-right: 76px;
  }

  .dropdown-sedes-2 {
    padding-right: 43px;
  }

  .dropdown-nosotros {
    display: flex;
  }

  .section-29 {
    margin-top: 90px;
  }

  .section-30 {
    margin-top: 0;
  }

  .grid-3 {
    grid-row-gap: 11px;
    grid-template: "Area Area-2" 75px
                   "Area ." 94px
                   / 2.5fr 1.25fr;
    grid-auto-rows: 0;
    grid-auto-columns: 1.5fr;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
  }

  .button-11 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .heading-20 {
    margin-top: 71px;
    padding-right: 21px;
    font-size: 16px;
  }

  .div-block-6 {
    padding-right: 21px;
  }

  .section-31 {
    margin-top: 0;
  }

  .button-13 {
    margin-top: -19px;
    padding-top: 5px;
    font-size: 10px;
  }

  .column-14 {
    margin-top: 21px;
  }

  .heading-23 {
    flex: none;
    order: 0;
    margin-top: -124px;
    font-size: 13px;
    line-height: 19px;
  }

  .container-32 {
    max-width: 728px;
  }

  .text-inicio-2.text-info1 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-inicio-2 {
    padding-right: 10px;
    left: 3px;
  }

  .texto-informacion2 {
    padding-top: 27px;
  }

  .spark-line-3.spark-simple-line {
    width: 12.75px;
    height: 3.33px;
    background-color: #5532fa;
    border-radius: 3px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: #5532fa;
    border-radius: 3px;
  }

  .spark-line-1.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: #5532fa;
    border-radius: 2px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: #fff;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---btn-download-app {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---card-v19-content-wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }

  .brix---cta-v19-link-card-white {
    padding-top: 52px;
  }

  .brix---btn-download-app-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---ctav-14-link-card {
    padding-top: 52px;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---cta-v3-floating-item-02-2 {
    display: none;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

  .brix---grid-1-column-gap-row-16px {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 223px;
    padding-right: 50px;
    display: flex;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-left: -14px;
    margin-right: -16px;
    padding-top: 32px;
    padding-bottom: 49px;
    padding-right: 0;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .text-span-metodologia-3 {
    text-align: justify;
  }

  .brix---mg-top-64px {
    margin-top: 48px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---dropdown-side-bg-neutral-200 {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 24px 0 0;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---dropdown-side-pd {
    padding: 0 24px 40px 0;
  }

  .brix---grid-2-columns-dropdown-2-sides {
    grid-template-columns: 1fr;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-card-wrapper-836px {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-wrapper-836px.w--open {
    position: static;
    transform: none;
  }

  .heading-38 {
    font-size: 19px;
    line-height: 33px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .section---logo-universidades {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .text-inicio-copy.text-info1, .text-inicio-copy.text-info1-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-gray, .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-cta-v-wrapper {
    justify-content: center;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-block-white {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .walsh-link-block-outline {
    padding-left: 50px;
  }

  .walsh-cta-div-block {
    justify-content: center;
  }

  .dropdown-niveles {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---dropdown-pd-48px {
    padding: 24px 0 32px;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-card-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .brix---dropdown-card-wrapper.w--open {
    position: static;
    transform: none;
  }

  .brix---footer-bottom-v14 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---footer-logo {
    max-width: 350px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .texto-perfil-alumno {
    justify-content: center;
    display: inline;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-right {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
  }

  .walsh-image-logo {
    height: 100%;
    max-height: 50px;
    max-width: 120px;
  }

  .walsh-main-paragraph {
    font-family: Open Sans, sans-serif;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-container-2 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-main-paragraph-2 {
    font-family: Open Sans, sans-serif;
  }

  .walsh-inner-column-left {
    max-width: none;
    padding: 4em 4em 0;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .column-flame2 {
    height: auto;
    padding-bottom: 20px;
  }

  .column-mision-vision, .column--perfil-alumno {
    padding-left: 26px;
    padding-right: 26px;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

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

  .container-52 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .nav-linkinicio {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .nav-linkinicio:hover {
    border-bottom-color: rgba(0, 0, 0, 0);
  }

  .dropdown-niveles-2 {
    padding-right: 64px;
  }

  .text-span-44 {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .text-span-45 {
    margin-top: 21px;
  }

  .brix---footer-bottom-v14-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left-2 {
    grid-column-gap: 10px;
  }

  .grid-footer-4-cols-v14-2 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top-border-bottom-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-bottom-v14-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title-3 {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left-3 {
    grid-column-gap: 10px;
  }

  .grid-footer-4-cols-v14-3 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top-border-bottom-3 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---paragraph-default-4 {
    width: 90%;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-big-number {
    width: 112px;
    font-size: 44px;
    line-height: 50px;
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-37 {
    max-width: 130%;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 160px;
    right: 40%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 160px;
    left: 40%;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-small---bottom-large {
    padding-top: 80px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .navbar2_component {
    min-height: 4rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    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 rgba(0, 0, 0, .05);
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-2 {
    width: 80%;
    height: 80%;
    margin-left: 62px;
  }

  .logo-img {
    width: 80px;
  }

  .nav-link-intranet {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .menu-button-2 {
    margin-top: 0;
  }

  .container-3 {
    width: 80%;
    height: 80%;
  }

  .header {
    margin-top: 92px;
  }

  .image-4 {
    margin-top: -55px;
  }

  .slide-3 {
    top: 1px;
  }

  .container-6, .slider-4 {
    height: 300px;
  }

  .text-inicio.text-info1, .text-inicio.text-info1-copy {
    margin-top: 19px;
    margin-left: 29px;
    margin-right: 29px;
    padding-right: 0;
    font-size: 19px;
  }

  .section-2-inicio {
    background-size: cover;
  }

  .titular-1 {
    line-height: 23px;
  }

  .image-6 {
    margin-left: 154px;
  }

  .image-7 {
    margin-left: 148px;
    padding-left: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .texto-informacion1 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .titular2 {
    margin-top: 2px;
  }

  .footer1_credit-text {
    color: #fff;
    margin-top: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer1_left-wrapper {
    margin-top: 42px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .padding-global {
    margin-top: 0;
    padding-top: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .boton-conoce {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: inline-block;
  }

  .column {
    margin-top: 41px;
    padding-top: 0;
  }

  .diplomas-slider {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .hero-admision {
    margin-top: 279px;
    margin-bottom: 0;
    padding: 63px 15px 116px;
  }

  .hero-split {
    margin-top: 1px;
    margin-bottom: 29px;
    padding-top: 0;
  }

  .columns {
    padding-bottom: 0;
  }

  .container-11 {
    margin-bottom: -12px;
  }

  .div-block {
    margin-top: 4px;
    margin-bottom: 219px;
    padding-top: 171px;
    padding-bottom: 0;
  }

  .column-inicio-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
    left: 0;
  }

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

  .form-2 {
    width: 50%;
    margin-left: 149px;
    padding-left: 0;
  }

  .admision-con-video {
    padding-top: 0;
  }

  .heading-5, .heading-6, .heading-7, .contact-text {
    text-align: center;
  }

  .social-wrapper {
    text-align: center;
    margin-left: 0%;
  }

  .icon-wrapper {
    height: 85px;
    text-align: center;
    display: block;
  }

  .icon-wrapper._2 {
    text-align: center;
    margin-top: 37px;
    display: block;
  }

  .image-9 {
    float: none;
    clear: none;
    text-align: center;
    display: inline-block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-8 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .noticias {
    padding: 0 15px 60px;
  }

  .team-slider-nav {
    margin-top: 3px;
  }

  .section-9 {
    padding-top: 110px;
  }

  .image-11 {
    margin-bottom: 1px;
    padding-bottom: 0;
    position: relative;
  }

  .column-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .texto-informacion-mision-vision {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .titular--3 {
    margin-top: 2px;
  }

  .image-13 {
    margin-top: 23px;
  }

  .mision-vision {
    height: auto;
    margin-right: 14px;
    padding-bottom: 0;
    padding-left: 69px;
    padding-right: 69px;
  }

  .column-flame1 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .texto-informacion-g-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .column-10 {
    height: auto;
  }

  .section-14 {
    height: auto;
    background-image: none;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-8 {
    font-size: 19px;
    top: -103px;
    left: 37px;
    right: -68px;
  }

  .section-15 {
    margin-top: 0;
  }

  .section-16 {
    background-image: none;
  }

  .section-17 {
    margin-top: 105px;
  }

  .image-18 {
    margin-top: 0;
    padding-top: 0;
  }

  .gallery-scroll, .gallery-overview {
    padding: 60px 15px;
  }

  .gallery-slider-primaria {
    margin-top: 30px;
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .heading-medium.tex-info1, .heading-medium.text-m {
    margin-top: 19px;
    margin-left: 29px;
    margin-right: 29px;
    padding-right: 0;
    font-size: 19px;
  }

  .hero-heading-right, .hero-heading-center, .gallery-scroll-2 {
    padding: 60px 15px;
  }

  .section-22 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .button-watsapp {
    margin-left: auto;
    margin-right: auto;
  }

  .button-curricular {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-registrate {
    padding-left: 48px;
    padding-right: 48px;
  }

  .container-22 {
    margin-top: 6px;
  }

  .paragraph-admisi-n {
    margin-top: -13px;
    margin-bottom: 23px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 13px;
  }

  .tabs-menu-2 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .section-25 {
    flex-direction: row;
  }

  .tab-link-tab-3, .tab-link-tab-2 {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .tab-link-tab-1 {
    margin-top: 10px;
    margin-bottom: 3px;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .tab-link-tab-4 {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 0;
    padding-left: 19px;
    padding-right: 19px;
  }

  .tab-link-tab-4.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-tutulo-admision {
    font-size: 20px;
  }

  .text-encabezado-admision {
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 19px;
  }

  .container-24 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .section-26 {
    margin-top: 100px;
  }

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

  .text-block-9 {
    margin-top: auto;
  }

  .grill-buton-drops {
    margin-top: 33px;
  }

  .section-29 {
    margin-top: 106px;
  }

  .grid-3 {
    border-radius: 0;
    grid-template-areas: "Area Area-2"
                         "Area Area-2";
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-20 {
    font-size: 13px;
    line-height: 15px;
  }

  .button-12 {
    font-size: 11px;
  }

  .div-block-7 {
    flex: none;
    order: 0;
    align-self: stretch;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-14 {
    margin-top: 0;
  }

  .heading-25 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 29px;
  }

  .heading-26 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-pasos-matricula {
    margin-left: 19px;
    margin-right: 19px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .paragraph-admisi-n-2 {
    text-align: left;
    white-space: normal;
    margin-top: -13px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .paragraph-admisi-n-3 {
    margin-top: -13px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 16px;
  }

  .heading-32 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-span-metodologia-1 {
    margin-left: 23px;
    margin-right: 23px;
  }

  .text-inicio-2 {
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    line-height: 26px;
    display: flex;
  }

  .text-inicio-2.text-info1 {
    margin-top: 19px;
    margin-left: 29px;
    margin-right: 29px;
    padding-right: 0;
    font-size: 19px;
    line-height: 26px;
  }

  .column-inicio-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 63px;
    left: -2px;
  }

  .texto-informacion2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-lightbox {
    margin-top: 64px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .brix---btn-download-app {
    padding: 20px 22px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---card-v19-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---btn-download-app-white {
    padding: 20px 22px;
  }

  .brix---grid-cta-v19 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 50%;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---grid-1-column-gap-row-16px {
    margin-left: 230px;
    padding-left: 131px;
  }

  .brix---grid-cta-v4 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-left: 6px;
    margin-right: 6px;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .text-span-metodologia-3 {
    text-align: justify;
    margin-left: 23px;
    margin-right: 23px;
  }

  .image-22, .image-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-top-64px {
    margin-top: 40px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---dropdown-side-bg-neutral-200 {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---heading-h5-size {
    font-size: 16px;
    line-height: 22px;
  }

  .brix---text-100-medium {
    font-size: 14px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---grid-2-columns-dropdown-2-sides {
    grid-template-columns: 1fr;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .section---logo-universidades {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .text-inicio-copy.text-info1, .text-inicio-copy.text-info1-copy {
    margin-top: 19px;
    margin-left: 29px;
    margin-right: 29px;
    padding-right: 0;
    font-size: 19px;
  }

  .redes-sociales {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .walsh-label-button {
    font-size: 13px;
  }

  .walsh-link-block-orange {
    font-size: 12px;
    line-height: 9px;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .brix---dropdown-pd-48px {
    padding-bottom: 24px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-4-cols-v14 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .texto-nosotros, .texto-perfil-alumno {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-inner-column-right {
    padding-left: 0;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

  .walsh-inner-column-left {
    padding-top: 4em;
    padding-bottom: 0;
    padding-right: 4em;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mision-vicion {
    height: auto;
    margin-top: 2px;
  }

  .column-flame2 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .texto-valores {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-valores {
    margin-top: 2px;
  }

  .tab-link-tab-5-2 {
    padding-left: 11px;
  }

  .tab-link-tab-5-2.w--current {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-51 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-nosotros {
    padding-left: 33px;
    padding-right: 33px;
  }

  .nav-linkinicio {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .section-botones-primaria {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .titular-1-copy, .titular-noticias {
    line-height: 23px;
  }

  .mision-vision-cont {
    height: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .container-55 {
    padding-right: 0;
  }

  .titular3 {
    margin-top: 2px;
  }

  .texto-informacion_2, .texto-informacion_3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .texto-informacion-primaria {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 14px;
    padding-bottom: 21px;
    padding-right: 23px;
  }

  .text-span-43 {
    font-size: 26px;
  }

  .text-span-44 {
    margin: 3px;
    padding-right: 0;
  }

  .text-span-45 {
    margin-bottom: 26px;
    padding-bottom: 20px;
  }

  .texto-informacion-secundaria {
    margin: 25px 37px 0;
    padding: 0;
  }

  .column-19 {
    margin-top: 0;
  }

  .button-primaria, .button-secundaria {
    margin-top: 13px;
  }

  .brix---text-200-bold-3, .brix---text-201 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left-2 {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left-2 {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper-2 {
    width: 239px;
  }

  .grid-footer-4-cols-v14-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold-4, .brix---text-202 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left-3 {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---footer-col-title-3 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---footer-list-item-3 {
    margin-bottom: 10px;
  }

  .brix---social-media-grid-left-3 {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper-3 {
    width: 239px;
  }

  .grid-footer-4-cols-v14-3 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top-border-bottom-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-big-number {
    width: 100px;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---accordion-item-wrapper-v5-last, .brix---accordion-item-wrapper-v5, .brix---accordion-item-wrapper-v5-first {
    padding: 48px 0;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 48px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 5px;
  }

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

  .udesly-medium-image-zoom, .udesly-medium-image-zoom-2 {
    width: 100%;
    max-width: 100%;
  }

  .image-41 {
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    right: 34%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: 200px;
    left: 34%;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-small---bottom-large {
    padding-top: 72px;
    padding-bottom: 130px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two, .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .navbar {
    max-height: 50px;
    padding-top: 2px;
  }

  .container-2 {
    margin: 0 -19.7812px 0 23.2031px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-img {
    width: 70px;
    margin-top: 6px;
  }

  .nav-menu-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 3px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
  }

  .nav-link-intranet {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 13px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 0;
    display: block;
  }

  .menu-button-2 {
    padding-top: 7px;
    padding-right: 0;
  }

  .container-3 {
    margin: 0 -19.7812px 0 23.2031px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header {
    margin-top: 67px;
  }

  .slider-3 {
    top: -7px;
  }

  .image-4 {
    width: 100%;
    margin-top: -38px;
  }

  .section-3 {
    margin-top: 0;
  }

  .slide-3 {
    height: 150px;
    top: -22px;
  }

  .container-6, .slider-4 {
    height: 150px;
  }

  .slide-4 {
    background-position: 50%;
    background-size: contain;
    padding-top: 0;
  }

  .slide-5, .slide-6, .slide-7 {
    background-size: cover;
  }

  .text-inicio.text-info1 {
    height: auto;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 9px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .text-inicio.text-info1-copy {
    height: auto;
    margin-top: 4px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .section-2-inicio {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    margin-bottom: 0;
  }

  .titular-1 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 16px;
    display: flex;
  }

  .container-propuesta-ed-inicio {
    margin-top: 10px;
    margin-bottom: 6px;
  }

  .button-5 {
    width: 49%;
    height: 130px;
    margin-left: 76px;
    padding-left: 0;
  }

  .button-5.boton-secundaria {
    height: 160px;
    margin-left: 87px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-5.boton-primaria {
    height: 160px;
    margin-top: 25px;
    margin-left: 75px;
    padding: 0;
  }

  .image-6 {
    margin-left: 23px;
  }

  .image-7 {
    margin-top: 34px;
    margin-left: 22px;
    padding-left: 0;
  }

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

  .texto-informacion1 {
    font-size: 14px;
  }

  .titular2 {
    margin-top: 21px;
    padding-top: 10px;
    font-size: 23px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_bottom-wrapper, .footer1_link-list {
    align-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_component {
    margin-top: 0;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-global {
    margin-top: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 1px;
    grid-template-columns: 2fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    margin-top: 15px;
    margin-left: 11px;
    padding-top: 0;
    padding-bottom: 33px;
  }

  .boton-conoce {
    padding-left: 16px;
    display: inline-block;
  }

  .diplomas-slider {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 19px;
    padding-bottom: 0;
  }

  .container-10 {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 46px;
    padding-bottom: 0;
    display: inline-block;
  }

  .testimonial-content {
    margin-bottom: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .texto-reconocimiento {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 19px;
  }

  .testimonial-author-name {
    margin-bottom: 10px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-slider-nav {
    margin-top: 12px;
  }

  .hero-admision {
    margin-top: 106px;
    margin-bottom: 17px;
    padding: 1px 28px 0 27px;
  }

  .margin-bottom-24px {
    font-size: 13px;
  }

  .heading-4 {
    font-size: 23px;
  }

  .columns {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .container-11 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block {
    margin-bottom: 258px;
  }

  .column-inicio-1 {
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    left: 0;
  }

  .body {
    background-color: #fcfcfc;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-2 {
    margin-top: 0;
    margin-left: 78px;
    padding-top: 0;
    font-weight: 400;
  }

  .admision-con-video {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .heading-8 {
    font-size: 19px;
  }

  .icon-wrapper {
    text-align: center;
    margin-top: 1px;
    margin-left: 2px;
  }

  .image-9 {
    float: none;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
  }

  .column-5 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .noticias {
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 2px;
  }

  .container-12 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    width: 400px;
    margin-left: 0;
    display: block;
  }

  .team-block-info {
    margin-left: 33px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    padding-top: 66px;
  }

  .section-quienes-somos {
    margin-top: 59px;
  }

  .nosotros {
    margin-top: 11px;
  }

  .texto-informacion-mision-vision {
    margin-top: 0;
    font-size: 9px;
  }

  .titular-2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 26px;
  }

  .titular--3 {
    font-size: 16px;
  }

  .columns-2, .column-marg1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-13 {
    margin-top: 22px;
  }

  .mision-vision {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-flame1 {
    margin-top: 10px;
    margin-bottom: 9px;
    padding-top: 11px;
    padding-bottom: 23px;
    left: 0;
  }

  .texto-informacion-g-2 {
    font-size: 13px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-2 {
    padding-top: 0;
  }

  .section-14 {
    height: auto;
    background-image: none;
    margin-top: 56px;
  }

  .button-8 {
    padding: 6px 20px;
    font-size: 13px;
    top: -59px;
    left: 9px;
  }

  .section-17 {
    margin-top: 52px;
  }

  .image-18 {
    margin-top: 0;
    padding-left: 0;
  }

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slider-primaria {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .button-9 {
    font-size: 12px;
    position: static;
  }

  .container-16 {
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
  }

  .heading-medium.tex-info1, .heading-medium.text-m {
    height: auto;
    margin-top: 4px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .heading-11 {
    font-size: 11px;
  }

  .hero-heading-right {
    padding-top: 29px;
    padding-bottom: 0;
  }

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

  .hero-split-2 {
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 1rem;
    line-height: 19px;
  }

  .button-primary-5 {
    font-size: 9px;
  }

  .section-21 {
    margin-top: 65px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .centered-heading-2.margin-bottom-32px {
    font-size: 23px;
  }

  .button-10, .button-9-copy {
    font-size: 12px;
  }

  .gallery-scroll-2 {
    padding-top: 0;
  }

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

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

  .gallery-link-2 {
    font-size: 1.25rem;
  }

  .section-22 {
    margin-top: 73px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading-12 {
    text-align: center;
    padding-right: 0;
  }

  .paragraph {
    text-align: justify;
    justify-content: flex-start;
    padding-left: 0;
    font-size: 1rem;
    line-height: 23px;
  }

  .paragraph-3 {
    margin-left: 19px;
    margin-right: 19px;
    padding-right: 9px;
    font-size: 11px;
  }

  .button_0 {
    padding-left: 11px;
  }

  .button-watsapp {
    text-transform: none;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .button-curricular {
    letter-spacing: 2px;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .button-registrate {
    justify-content: center;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 14px;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .container-22 {
    margin-top: 2px;
  }

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

  .paragraph-admisi-n {
    margin: 0 11px 33px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
  }

  .tabs-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-25 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-3, .text-block-4 {
    font-size: 9px;
  }

  .text-block-5 {
    justify-content: flex-start;
    align-items: stretch;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    display: block;
  }

  .text-block-6, .text-block-7, .text-block-8 {
    font-size: 9px;
  }

  .tab-link-tab-3, .tab-link-tab-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .tab-link-tab-1 {
    padding-left: 35px;
  }

  .tab-link-tab-1.w--current {
    padding-right: 10px;
  }

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

  .tab-link-tab-4.w--current {
    padding-left: 29px;
    padding-right: 29px;
  }

  .container-23 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-tutulo-admision {
    flex-direction: row;
    font-size: 18px;
    display: block;
  }

  .text-encabezado-admision {
    text-align: center;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 13px;
  }

  .tab-pane-tab-4 {
    width: auto;
  }

  .image-19 {
    margin-top: -48px;
  }

  .heading-gooter {
    font-size: 11px;
  }

  .bold-text-3 {
    font-size: 13px;
  }

  .text-block-9 {
    margin-top: 0;
    margin-left: 8px;
    padding-left: 0;
  }

  .grill-buton-drops {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 38px;
    margin-left: 15px;
    margin-right: -35px;
    padding-left: 14px;
    padding-right: 2px;
    display: inline-block;
  }

  .dropdown {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 13px;
    padding-right: 0;
    display: block;
    right: 0;
  }

  .dropdown-list.w--open {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: -46px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-sedes {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 51px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    left: -8px;
  }

  .dropdown-sedes.w--open {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: auto;
    margin-left: auto;
    padding-left: 0;
    display: flex;
  }

  .icon-3 {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
  }

  .dropdown-sedes-2 {
    justify-content: space-around;
    align-items: flex-end;
    margin-left: auto;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dropdown-sedes-2.w--open {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: auto;
    margin-left: auto;
    padding-left: 0;
    display: flex;
  }

  .dropdown-nosotros {
    margin-left: 13px;
    margin-right: 0;
    display: block;
  }

  .dropdown-4 {
    background-color: #f5f5f5;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .section-29 {
    margin-top: 57px;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-rows: 0 71px auto;
    grid-template-areas: "Area Area-2"
                         "Area Area-2"
                         "Area-3 Area-3";
  }

  .container-28 {
    max-height: 10px;
    max-width: 10px;
  }

  .div-block-7 {
    margin-top: -60px;
    font-size: 9px;
  }

  .button-13 {
    margin-top: -25px;
    margin-bottom: 12px;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .column-14 {
    margin-top: -18px;
  }

  .heading-23 {
    font-size: 12px;
  }

  .heading-25 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
  }

  .heading-26 {
    margin-top: 0;
    font-size: 11px;
    line-height: 20px;
  }

  .text-block-matricula {
    margin-left: 40px;
    margin-right: 40px;
  }

  .tabs-menu-5 {
    margin-top: 3px;
  }

  .tab-link-tab-1-2 {
    margin-bottom: 5px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .tab-link-tab-1-2.w--current {
    margin-left: 40px;
    margin-right: 40px;
  }

  .tab-link-tab-2-2, .tab-link-tab-3-2 {
    margin-bottom: 5px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .tab-link-tab-4-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-pasos-matricula {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .hero-without-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .bold-text-6 {
    font-size: 19px;
  }

  .bold-text-7 {
    font-size: 11px;
  }

  .text-span-8 {
    font-size: 14px;
  }

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

  .paragraph-admisi-n-2 {
    text-align: left;
    margin: 0 0 33px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    display: inline;
  }

  .paragraph-admisi-n-3 {
    margin: 0 11px 33px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 11px;
  }

  .heading-32 {
    margin: 0 19px;
    line-height: 16px;
  }

  .text-span-metodologia-1 {
    text-align: justify;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 13px;
    line-height: 16px;
    display: flex;
  }

  .bold-text-metodologia-1 {
    font-size: 19px;
    line-height: 12px;
  }

  .section-38 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-40 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .text-span-21 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    line-height: 15px;
    display: flex;
  }

  .text-inicio-2 {
    margin: 8px 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
  }

  .text-inicio-2.text-info1 {
    height: auto;
    margin: 4px 10px 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .column-inicio-2 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    left: 1px;
  }

  .texto-informacion2 {
    font-size: 14px;
  }

  .spark-lightbox {
    margin-top: 32px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    max-height: 90vh;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 1rem .5rem;
  }

  .spark-square-menu-inner {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section.spark-primary-background-and-centered-content {
    padding-bottom: 64px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .section-41 {
    margin-top: 0;
    padding-top: 0;
  }

  .brix---btn-icon-left-small {
    width: auto;
  }

  .brix---btn-download-app {
    width: 100%;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size {
    color: #6e7191;
    justify-content: center;
    align-items: center;
    margin-left: -29px;
    padding-left: 0;
    font-size: 16px;
    line-height: 34px;
    display: flex;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---card-v19-content-wrapper {
    min-height: 180px;
    margin-bottom: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---cta-v19-link-card-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-download-app-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---ctav-14-link-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---cta-v3-floating-item-02-2 {
    max-width: 70%;
    right: -33%;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---grid-1-column-gap-row-16px {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 223px;
    padding-right: 0;
    display: flex;
  }

  .brix---grid-cta-v4 {
    background-color: rgba(255, 64, 0, .06);
    margin-top: 20px;
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 13px;
    padding-bottom: 29px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-button-3.spark-secondary-button {
    color: #fcfcfc;
    background-color: #3a29f0;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .spark-button-instagram.spark-secondary-button {
    color: #fff;
    background-color: #ce2786;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block {
    width: 50%;
    height: 1px;
    background-color: #ff4000;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .container-35, .container-36, .container-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-metodologia-2 {
    margin-left: 19px;
    margin-right: 19px;
    font-size: 13px;
    line-height: 16px;
  }

  .container-38, .container-39 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    padding-bottom: 0;
  }

  .text-block-26 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-35 {
    flex: 0 auto;
    margin-top: 4px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 19px;
  }

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

  .text-block-27 {
    margin-left: 19px;
    margin-right: 19px;
    line-height: 16px;
  }

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

  .text-span-metodologia-3 {
    text-align: justify;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin: 0 19px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 16px;
    display: flex;
  }

  .image-22, .image-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-9-copy {
    width: 230px;
    padding-bottom: 0;
  }

  .div-block-10 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---blog-card-wrapper-dropdown {
    max-width: 100%;
  }

  .brix---blog-card-wrapper-featured-sidebar {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---grid-2-columns-dropdown-2-sides {
    grid-template-columns: 1fr;
  }

  .heading-38 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .div-block-11 {
    width: 190px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section---logo-universidades {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .container-43 {
    margin-top: 14px;
  }

  .container-44 {
    margin-top: 16px;
  }

  .text-inicio-copy.text-info1 {
    height: auto;
    margin-top: 4px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .text-inicio-copy.text-info1-copy {
    height: auto;
    margin-top: 19px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 16px;
  }

  .redes-sociales {
    margin-bottom: 0;
    padding-bottom: 23px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-gray {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-v-wrapper {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-tag {
    text-align: left;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-cta-block-white {
    padding: 3em 1em;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-link-block-outline {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .dropdown-niveles {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 13px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---dropdown-pd-48px {
    padding-top: 32px;
  }

  .section-44 {
    margin-top: 230px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---buttons-redes {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
  }

  .brix---grid-1-column-2 {
    height: auto;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto auto;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 13px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 140px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    margin-top: 33px;
  }

  .text-span-24 {
    margin-top: 19px;
    display: flex;
  }

  .text-span-25 {
    margin-top: 11px;
    margin-bottom: 13px;
    display: block;
  }

  .text-span-26 {
    margin-top: 11px;
    display: flex;
  }

  .texto-nosotros, .texto-perfil-alumno {
    font-size: 13px;
  }

  .section-45 {
    height: 150px;
  }

  .heading-40 {
    font-size: 19px;
    line-height: 23px;
  }

  .walsh-cover-image {
    padding: 0;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-right {
    margin-top: -1px;
    padding: 0;
  }

  .walsh-image-logo {
    max-height: 20px;
    max-width: none;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-main-paragraph {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
    font-weight: 400;
    display: flex;
    position: static;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-column-center {
    margin-top: 0;
    padding: 0;
  }

  .walsh-container-2 {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-cover-image-2 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-inner-column-left {
    margin-bottom: 0;
    padding: 0;
  }

  .bold-text-15 {
    font-size: 39px;
  }

  .libro-de-reclamaciones {
    font-size: 16px;
    line-height: 19px;
  }

  .container-47 {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .texto-2-secundaria {
    margin-left: 19px;
    margin-right: 19px;
    padding-right: 9px;
    font-size: 1rem;
  }

  .text-1-reconocimientos {
    font-size: 13px;
    line-height: 19px;
  }

  .div-block-22 {
    height: 300px;
    padding-top: 0;
  }

  .combine-heading-style-h2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 23px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-text-size-regular-copy {
    text-align: justify;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .html-embed-3 {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 11px;
    padding-right: 0;
  }

  .image-27 {
    margin-top: 30px;
  }

  .heading-44 {
    font-size: 11px;
  }

  .mision-vicion {
    margin-top: -17px;
    font-size: 13px;
  }

  .column-flame2 {
    margin-top: 10px;
    margin-bottom: 9px;
    padding-top: 11px;
    padding-bottom: 23px;
    left: 0;
  }

  .column-mision-vision {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .column--perfil-alumno {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .texto-valores {
    padding-bottom: 23px;
    font-size: 13px;
  }

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

  .div-block-28 {
    width: 160px;
  }

  .tab-link-tab-5-2 {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .paragraph-8 {
    text-align: justify;
  }

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

  .button-contacta-asesor {
    justify-content: center;
    margin-left: 60px;
    margin-right: 60px;
    font-size: 14px;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .text-nosotros {
    margin-bottom: 30px;
    font-size: 11px;
    line-height: 19px;
  }

  .div-block-30 {
    width: 230px;
  }

  .nav-linkinicio {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 32px;
  }

  .heading-46 {
    font-size: 16px;
  }

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

  .titular-1-copy, .titular-noticias {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 16px;
    display: flex;
  }

  .dropdown-niveles-2 {
    justify-content: space-around;
    align-items: flex-end;
    margin-left: 3px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dropdown-niveles-2.w--open {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: auto;
    margin-left: auto;
    padding-left: 0;
    display: flex;
  }

  .spark-button-text-6 {
    font-size: 13px;
  }

  .spark-button-6.spark-icon-left-button {
    padding: 6px;
  }

  .button-reconocimientos {
    font-size: 9px;
  }

  .html-embed-4 {
    width: auto;
    height: auto;
  }

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

  .mision-vision-cont {
    height: 100px;
  }

  .section-54 {
    margin-left: 19px;
    margin-right: 19px;
  }

  .titular3 {
    margin-top: 21px;
    padding-top: 10px;
    font-size: 23px;
  }

  .texto-informacion_2, .texto-informacion_3, .texto-informacion-primaria {
    font-size: 14px;
  }

  .text-span-43 {
    font-size: 23px;
  }

  .text-span-44 {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .text-span-45 {
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .texto-informacion-secundaria {
    margin-top: 19px;
    margin-bottom: 1px;
    padding-top: 14px;
    padding-bottom: 21px;
    font-size: 14px;
  }

  .image-33, .image-34 {
    margin-top: 12px;
  }

  .image-35 {
    margin-top: 12px;
    padding-top: 0;
  }

  .image-36 {
    margin-top: 11px;
  }

  .div-block-33 {
    height: 120px;
  }

  .brix---grid-1-column-2-footer {
    height: auto;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto auto;
  }

  .brix---text-200-bold-3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
  }

  .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left-2 {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---footer-col-title-2 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link-2 {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 8px;
  }

  .brix---icon-square-36px-2 {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-logo-2 {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-4 {
    margin-bottom: 16px;
  }

  .brix---footer-top-border-bottom-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .doc-gestion, .reconocimientos {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---text-200-bold-4, .brix---text-202 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---big-icon-left-3 {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---card-link-icon-wrapper-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---footer-col-title-3 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link-3 {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item-3 {
    margin-bottom: 8px;
  }

  .brix---icon-square-36px-3 {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left-3 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---footer-logo-3 {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-5 {
    margin-bottom: 16px;
  }

  .brix---footer-top-border-bottom-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---mg-bottom-4 {
    text-align: left;
    flex-direction: column;
    line-height: 23px;
    text-decoration: none;
    display: inline-block;
  }

  .brix---paragraph-default-4 {
    font-size: 14px;
    line-height: 28px;
  }

  .brix---acordion-body {
    justify-content: center;
    display: block;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-big-number {
    width: 100px;
    font-size: 24px;
    line-height: 35px;
    display: none;
  }

  .brix---accordion-item-wrapper-v5 {
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .brix---grid-1-column-gap-row-0 {
    padding-left: 10px;
  }

  .brix---heading-h2-size-2 {
    font-size: 18px;
    line-height: 34px;
  }

  .brix---mg-bottom-80px {
    margin-bottom: 40px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    padding-top: 0;
  }

  .udesly-medium-image-zoom {
    width: 100%;
  }

  .image-38, .diplloma-upc {
    margin-top: auto;
  }

  .udesly-medium-image-zoom-2 {
    width: 100%;
  }

  .image-41 {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
  }

  .container-57 {
    margin-top: -28px;
  }

  .brix---btn-circle-logo-strip-v7-sec-right {
    top: 210px;
    right: 32%;
  }

  .brix---btn-circle-logo-strip-v7-sec-left {
    top: 210px;
    left: 24%;
  }

  .brix---grid-6-columns-logo-strip-2 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small---bottom-large {
    padding-top: 64px;
    padding-bottom: 104px;
  }
}

#w-node-_809afef7-3aa5-b755-bf9d-f8f9514028a0-7863dcff, #w-node-_325c45ea-62d7-1ba9-618e-83710a3799ef-7863dcff, #w-node-c9eed6d0-9e60-0924-c482-ad4af5092586-7863dcff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_837ecfc7-764b-b654-9aca-4143062b921f-7863dcff {
  grid-area: Area;
}

#w-node-dd5e4e00-1f05-656c-1246-840abd09956a-7863dcff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42f201a0-5684-9823-6d55-de29da6cc917-7863dcff, #w-node-_42f201a0-5684-9823-6d55-de29da6cc919-7863dcff, #w-node-_5ce86b77-eabb-2849-0ed5-ed55dc50cb5c-7863dcff, #w-node-_661cfcbc-ff65-6efa-a6e2-24879b848de7-7863dcff {
  align-self: start;
  justify-self: start;
}

#w-node-_79370877-c761-9e2c-48d2-bdad8a0b55a9-7863dcff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_575f2863-3dca-2c55-4630-0cd941bb556f-15a22b5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_575f2863-3dca-2c55-4630-0cd941bb557b-15a22b5f {
  align-self: center;
  justify-self: start;
}

#w-node-_6e379b99-9a89-cb97-a73e-dd5d7ac1a42c-4963dd09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e379b99-9a89-cb97-a73e-dd5d7ac1a431-4963dd09 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e379b99-9a89-cb97-a73e-dd5d7ac1a43f-4963dd09, #w-node-_6e379b99-9a89-cb97-a73e-dd5d7ac1a444-4963dd09, #w-node-e0d8d563-8ad9-8b09-5692-5342064efbbc-9163dd0b, #w-node-e0d8d563-8ad9-8b09-5692-5342064efbc7-9163dd0b, #w-node-e0d8d563-8ad9-8b09-5692-5342064efbd2-9163dd0b, #w-node-e0d8d563-8ad9-8b09-5692-5342064efbdd-9163dd0b, #w-node-_1c06107b-14f3-b9c0-fb51-72caf0f5740c-9163dd0b, #w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689ce-9163dd0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689de-9163dd0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689df-9163dd0b, #w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689e0-9163dd0b, #lead-retrieval.w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689e7-9163dd0b, #w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689e8-9163dd0b, #access-dash.w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689e3-9163dd0b, #w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689e4-9163dd0b, #sponsored-sections.w-node-_53736240-ac9c-028b-3921-f1460282e2c8-9163dd0b, #w-node-_53736240-ac9c-028b-3921-f1460282e2c9-9163dd0b, #w-node-fe4d5845-eb5e-73e4-2568-29d67c9d9008-9163dd0b, #lead-scoring.w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689eb-9163dd0b, #w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689ec-9163dd0b, #sponsored-sections.w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689ef-9163dd0b, #w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689f0-9163dd0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-dd5e4e00-1f05-656c-1246-840abd09956a-7863dcff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42f201a0-5684-9823-6d55-de29da6cc917-7863dcff, #w-node-_42f201a0-5684-9823-6d55-de29da6cc919-7863dcff, #w-node-_5ce86b77-eabb-2849-0ed5-ed55dc50cb5c-7863dcff, #w-node-_661cfcbc-ff65-6efa-a6e2-24879b848de7-7863dcff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_79370877-c761-9e2c-48d2-bdad8a0b55a9-7863dcff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cbb31b7c-96b4-1dcb-81f0-94b570272ba0-70272b9c, #w-node-cbb31b7c-96b4-1dcb-81f0-94b570272bdf-70272b9c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6e379b99-9a89-cb97-a73e-dd5d7ac1a42c-4963dd09, #w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689ce-9163dd0b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cbb31b7c-96b4-1dcb-81f0-94b570272ba0-70272b9c {
    grid-column: span 2 / span 2;
  }

  #w-node-cbb31b7c-96b4-1dcb-81f0-94b570272bdf-70272b9c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d818d8b-e94b-0264-72de-f7d7b76d5979-7863dcff {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6e379b99-9a89-cb97-a73e-dd5d7ac1a42c-4963dd09, #w-node-_6e379b99-9a89-cb97-a73e-dd5d7ac1a431-4963dd09, #w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689ce-9163dd0b, #w-node-b6ac18b2-67d2-db76-8ede-ae63ef9689de-9163dd0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'awesome icon';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}