:root {
  --blue-violet: #913b8d;
  --invisible: rgba(255, 0, 0, 0);
  --white: white;
  --1d1d1d: #333;
  --third: #fd3fb3;
  --second: #fd3f81;
  --base-color: #fd3e4f;
  --black: black;
  --navfoot: #a5a5a5;
  --pinky: #f2d9ea;
  --green: #00e8cf;
  --medium-orchid: #bf40bf;
  --medium-orchid-2: #d03efd;
  --medium-orchid-3: #d830ed;
  --orange: #ff8300;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 85px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #222;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.home {
  height: 110vh;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), url('../images/foto-portada-web---mariposa.jpg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -10vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.btn {
  background-color: var(--blue-violet);
  color: #fff;
  border-radius: 5px;
  margin-top: -20px;
  padding: 20px 50px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .3s;
}

.btn:hover {
  background-color: var(--blue-violet);
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15));
}

.acerca-de {
  z-index: 30;
  max-width: 1100px;
  background-color: var(--invisible);
  background-image: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.reverse {
  clear: left;
  color: var(--white);
  margin-bottom: 60px;
  position: relative;
}

.p-large {
  color: var(--1d1d1d);
  text-align: justify;
  white-space: pre-line;
  word-break: normal;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.p-large.investigadores {
  color: var(--white);
  white-space: pre-line;
}

.btn-second {
  z-index: 5;
  float: right;
  color: #fff;
  background-color: rgba(0, 0, 0, .12);
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rrow-img {
  margin-left: 10px;
}

.h3-sub {
  color: #fff;
  text-align: center;
  margin-bottom: 85px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.playfair {
  font-family: Playfair Display, sans-serif;
}

.ensayos {
  max-width: 1100px;
  flex-direction: column;
  padding: 80px 0 50px;
  display: flex;
  position: static;
}

.about-block {
  z-index: 10;
  height: 400px;
  background-image: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 60px 20px;
  transition: color .5s;
  display: flex;
  position: relative;
}

.about-block:hover {
  color: #fff;
}

.p-small {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.h3-number {
  z-index: 100;
  margin-top: 0;
  margin-bottom: 5%;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}

.color-bg {
  z-index: 1;
  background-color: var(--blue-violet);
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content {
  z-index: 2;
  position: relative;
}

.equipo {
  width: auto;
  max-width: 1100px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 80px 0;
  display: flex;
}

.huge-number {
  color: rgba(145, 59, 141, .2);
  text-align: left;
  margin-top: 40px;
  font-size: 120px;
  line-height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-row {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: space-around;
  margin-top: 0;
  display: flex;
}

.team-member {
  width: 260px;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.team-member.izq {
  margin-left: 0;
  margin-right: 20px;
}

.team-member.der {
  margin-right: 0;
}

.avatar {
  z-index: 2;
  width: 100%;
  height: 325px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.avatar-img {
  z-index: 3;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.avatar-img._2e {
  background-image: url('../images/layer-5.png');
}

.avatar-img._3e {
  background-image: url('../images/layer-6.png');
}

.avatar-img._1 {
  background-image: url('../images/1641141737857.jpg');
  background-position: 50% 0;
}

.avatar-img._2 {
  background-image: url('../images/1641141737857.jpg');
}

.avatar-img._3 {
  background-position: 45% 0;
  background-size: cover;
}

.avatar-bg {
  z-index: 5;
  background-color: rgba(145, 59, 141, .6);
  border-radius: 20px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.avatar-content {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.avatar-name {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.avatar-title {
  color: #fff;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  display: none;
}

.avatar-title.reverse {
  color: #9a9a9a;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  display: none;
}

.sub-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.features-container {
  justify-content: center;
  display: none;
  position: relative;
}

.h4-about {
  margin-bottom: 20px;
}

.heading {
  width: 60%;
  max-width: none;
  opacity: 1;
  color: var(--white);
  letter-spacing: .015em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .1em;
  padding-bottom: .5em;
  padding-left: 0;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 55px;
}

.member-name {
  color: var(--1d1d1d);
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

.img-column {
  background-image: url('../images/mock-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
}

.features-content {
  flex: 1;
  padding: 80px 135px 80px 60px;
}

.pink-text {
  color: var(--blue-violet);
}

.features-title {
  margin-bottom: 60px;
  line-height: 50px;
}

.features-title.reverse {
  color: var(--black);
  color: var(--1d1d1d);
  margin-bottom: 60px;
  font-weight: 700;
}

.p-features {
  color: #717171;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.particpantes {
  z-index: 0;
  max-width: 1100px;
  background-color: rgba(29, 29, 29, 0);
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.services-intro {
  width: 100%;
  position: relative;
}

.services {
  width: 100%;
  flex-flow: wrap;
  flex: 1;
  align-content: stretch;
  justify-content: space-between;
  margin-left: 0;
  display: none;
}

.services-p {
  color: #dfdfdf;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.services-block {
  width: 30%;
  clear: none;
  flex: 1;
  margin-bottom: 20px;
}

.services-icon {
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-1_1icon-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.services-icon.icon-2 {
  background-image: url('../images/icon-2_1icon-2.png');
}

.services-icon.icon-3 {
  background-image: url('../images/icon-3_1icon-3.png');
}

.services-icon.icon-4 {
  background-image: url('../images/icon-4_1icon-4.png');
}

.services-p-small {
  color: #000;
  font-family: Poppins, sans-serif;
}

.h3-services {
  color: var(--blue-violet);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.h3-services.f {
  color: var(--blue-violet);
}

.h3-services.r {
  color: var(--white);
  color: var(--blue-violet);
  -webkit-text-stroke-color: var(--white);
}

.h3-services.a {
  -webkit-text-stroke-color: var(--blue-violet);
  color: var(--base-color);
  color: var(--base-color);
}

.footer {
  max-width: 1100px;
  background-color: rgba(29, 29, 29, 0);
  flex-direction: column;
  align-items: stretch;
  padding: 80px 0 50px;
  display: flex;
}

.contact-about {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-right: 80px;
  display: flex;
}

.contact-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.logo {
  width: 225px;
  height: 58px;
  background-image: url('../images/logo-alta-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 50px;
}

.logo.w--current {
  z-index: 99;
  width: 175px;
  background-image: url('../images/logo-alta-2.png');
  margin-right: 10px;
}

.logo.pura {
  width: 88px;
  height: 29px;
  background-image: url('../images/logo.png');
  background-size: contain;
}

.logo.pura.w--current {
  width: 250px;
  background-image: url('../images/logoEdited_1.png');
  margin-right: 40px;
}

.p-contact {
  color: #fff;
  margin-top: 60px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.p-contact.black {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
}

.h5-copyright {
  color: var(--white);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.contact-info-block {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.contact-info-icon {
  width: 20px;
  height: 20px;
  background-image: url('../images/icons8-nuevo-post-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.contact-info-icon.phone {
  background-image: url('../images/icons8-teléfono-100.png');
}

.email-link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.navbar {
  z-index: 99;
  background-color: var(--invisible);
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  z-index: 99;
  width: auto;
  color: #fff;
  white-space: normal;
  word-break: normal;
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--blue-violet);
}

.nav-link.w--current {
  color: var(--white);
}

.nav-menu {
  z-index: 99;
  max-width: 1100px;
  flex-direction: row;
  flex: 1;
  order: 0;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.social-icon-block {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.social-icon-block.footer {
  justify-content: flex-start;
}

.social-icon-block.team-social {
  justify-content: center;
  margin-top: 20px;
}

.social-icon {
  width: 18px;
  height: 18px;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.social-icon.linkedin {
  width: 24px;
  height: 24px;
  background-image: url('../images/icons8-linkedin-500.png');
  background-size: contain;
  margin-right: 10px;
  display: block;
}

.social-icon.twitter {
  width: 20px;
  height: 20px;
  background-image: url('../images/icons8-researchgate-a-social-networking-site-for-scientists-and-researchers-to-share-papers-96.png');
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.social-icon.red {
  background-image: url('../images/facebook-r.svg');
  margin-left: 0;
  margin-right: 20px;
}

.social-icon.red.google-r {
  background-image: url('../images/google-r.svg');
}

.social-icon.red.twitter-r {
  background-image: url('../images/twitter-r.svg');
}

.social-icon.team-social-icon {
  margin-left: 0;
  display: none;
}

.brand-container {
  z-index: 99;
  display: block;
  position: relative;
}

.contact-first-row {
  justify-content: space-between;
  display: flex;
}

.alert-block {
  z-index: 100;
  width: 30%;
  background-color: #000;
  border: 5px solid #e65555;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.alert-block__text {
  color: #fff;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
}

.alet-block__link {
  color: #fff;
}

.alert-block__close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  font-family: Inconsolata, monospace;
  position: absolute;
  top: -28px;
  right: -5px;
}

.milogo {
  background-image: url('../images/logoEdited.png');
  background-position: 0 0;
  background-size: auto;
}

.milogo.w--current {
  width: 250px;
  background-image: url('../images/logoEdited.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 60px;
}

.overflow-hidden {
  overflow: hidden;
}

.swiper__next-wrap {
  z-index: 2;
  transition: all .5s;
  position: absolute;
  top: 250px;
  left: 45px;
}

.swiper__next-wrap.active {
  z-index: 0;
  opacity: 0;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.mod--lectures {
  margin-left: 0;
  margin-right: auto;
  overflow: visible;
}

.lectures__content {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--lectures {
  background-color: #fff;
  flex: none;
}

.slider__next-arrows {
  transition: all .3s;
  position: relative;
  left: 0;
}

.slider__next-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.slider__next-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.content-2 {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: relative;
}

.lectures__type {
  text-transform: uppercase;
  margin-bottom: 48px;
  font-weight: 300;
  transition: all .8s;
  display: inline-block;
  position: relative;
  left: -100px;
}

.lectures__type.active {
  font-size: 32px;
  left: 0;
}

.swiper__next {
  width: 64px;
  height: 64px;
  background-color: var(--base-color);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.lectures__numb-columns {
  border-top: 2px solid #2d3c49;
  justify-content: space-between;
  padding-top: 40px;
  transition: all .8s;
  display: flex;
  position: relative;
  bottom: -220px;
}

.lectures__numb-columns.active {
  bottom: 0;
}

.lectures__img {
  z-index: 0;
  width: 300px;
  height: 300px;
  object-fit: none;
  border-radius: 50%;
  transition: all .8s;
  display: block;
  position: relative;
}

.lectures__img.active {
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 0%;
}

.swiper-wrapper {
  height: auto;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.lectures__title {
  margin-bottom: 48px;
  margin-right: -10px;
  transition: all .8s;
  position: relative;
  left: -110%;
}

.lectures__title.active {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  left: 0%;
}

.lectures__dot-orange {
  width: 18px;
  height: 18px;
  background-color: var(--base-color);
  border-radius: 100px;
  transition: all .2s;
  position: absolute;
  top: 68px;
  left: 66px;
}

.lectures__dot-orange.active {
  opacity: 0;
}

.lectures__img-over {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lectures__img-over.active {
  opacity: 1;
}

.lectures__numb-txt {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.lectures__columns {
  height: 100%;
  max-width: none;
  min-width: auto;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.lectures__col {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.lectures__col.mod--1 {
  max-width: 500px;
  min-height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lectures__col.mod--2 {
  max-width: 500px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 50px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.lectures__numb-title {
  color: var(--base-color);
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.proyectos {
  background-color: var(--base-color);
  background-image: radial-gradient(circle at 100%, #d0d2d7, #fcfcfd);
  position: relative;
}

.section {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section.mod--lectures {
  height: 800px;
  min-height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.reverse-copy {
  clear: left;
  color: var(--black);
  position: relative;
}

.heading-2 {
  color: #fff;
}

.list-item {
  color: var(--black);
  font-size: 18px;
}

.list-item-2 {
  font-size: 20px;
}

.text-span {
  color: var(--base-color);
}

.bold-text, .bold-text-2 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.div-block {
  display: flex;
}

.heading-3 {
  color: var(--1d1d1d);
  margin-top: 0;
  margin-bottom: 60px;
}

.heading-3.investigadores {
  color: var(--white);
}

.btn-biblio {
  float: right;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 0;
}

.text-block {
  padding-left: 5px;
}

.ensayos-movil {
  flex-direction: column;
  padding-left: 135px;
  padding-right: 135px;
  display: none;
}

.logo-copy {
  width: 250px;
  height: 58px;
  background-image: url('../images/logoEdited_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 60px;
}

.logo-copy.w--current {
  width: 250px;
  background-image: url('../images/logoEdited_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 60px;
}

.logo-copy.pura {
  width: 88px;
  height: 29px;
  background-image: url('../images/logo.png');
  background-size: contain;
}

.logo-copy.pura.w--current {
  width: 250px;
  background-image: url('../images/logoEdited_1.png');
  margin-right: 40px;
}

.nav-link-copy1 {
  z-index: 99;
  color: #fff;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  transition: color .3s;
  display: none;
}

.nav-link-copy1:hover, .nav-link-copy1.w--current {
  color: var(--base-color);
}

.nav-link-copy {
  z-index: 99;
  color: #fff;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: color .3s;
}

.nav-link-copy:hover {
  color: var(--blue-violet);
}

.nav-link-copy.w--current {
  color: var(--white);
}

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

.team-row-copy {
  justify-content: space-around;
  margin-top: 31px;
  display: none;
}

.logofooter {
  width: 250px;
  height: 58px;
  background-image: url('../images/logo-alta-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 60px;
}

.logofooter.w--current {
  width: 250px;
  background-image: url('../images/650ecdf55050c9cddf838411_logoEditedPurple2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 60px;
}

.logofooter.pura {
  width: 88px;
  height: 29px;
  background-image: url('../images/logo.png');
  background-size: contain;
}

.logofooter.pura.w--current {
  width: 250px;
  background-image: url('../images/logoEdited_1.png');
  margin-right: 40px;
}

.section-acercade {
  background-color: var(--blue-violet);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-literatura {
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-comite {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-member-der {
  width: 400px;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.team-member-der.izq {
  margin-left: 0;
  margin-right: 20px;
}

.team-member-der.der {
  margin-right: 0;
}

.section-map {
  background-color: var(--pinky);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--1d1d1d);
  margin-bottom: 60px;
}

.mapa {
  width: 1100px;
  min-height: auto;
  flex-flow: wrap;
  flex: 1;
  align-content: stretch;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.image {
  z-index: 10;
  width: 100%;
  opacity: .49;
  filter: invert();
  text-decoration: none;
  position: relative;
}

.c_map_dot {
  z-index: 50;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  justify-content: flex-end;
  align-items: center;
  margin-top: 19.5em;
  margin-left: 42.4em;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.c_map_dot.class_hidden {
  flex-direction: row;
  align-items: center;
  margin-top: 20.1em;
  display: block;
}

.c_map_dot.class_hidden._2 {
  margin-top: .1em;
  margin-left: 33.4em;
}

.c_map_dot.class_hidden._3 {
  margin-top: 9.5em;
  margin-left: 40.3em;
}

.c_map_dot.class_hidden._4 {
  margin-top: 15.8em;
  margin-left: 42.3em;
}

.c_map_dot.class_hidden._4th {
  margin-top: 13.4em;
  margin-left: 67.3em;
  display: block;
}

.c_map_dot.class_hidden._3rd {
  margin-top: 26.4em;
  margin-left: 56.5em;
  display: none;
}

.c_map_dot.class_hidden._2nd {
  margin-top: 36em;
  margin-left: 33.6em;
}

.c_map_dot.class_hidden._5th {
  margin-top: 3.7em;
  margin-left: 33.6em;
  display: none;
}

.c_map_dot.class_hidden._6th {
  margin-top: 7.4em;
  margin-left: 50.9em;
  display: none;
}

.c_map_dot.class_hidden._7th {
  margin-top: 4em;
  margin-left: 46.4em;
  display: none;
}

.c_map_dot.class_hidden._1 {
  margin-top: 2.8em;
  margin-left: 25.2em;
}

.c_map_dot.class_hidden._5 {
  margin-top: 25.1em;
}

.c_map_dot.class_hidden._6 {
  margin-top: 33.4em;
  margin-left: 38.9em;
}

.c_map_dot.class_hidden._7 {
  margin-top: 30.5em;
  margin-left: 52.7em;
}

.c_map_dot.class_hidden._8 {
  margin-top: 22.3em;
  margin-left: 55.6em;
}

.c_map_dot.class_hidden._9 {
  margin-top: .9em;
  margin-left: 40.9em;
}

.c_map_dot.class_hidden._10 {
  margin-top: 5.6em;
  margin-left: 47.1em;
}

.c_map_dot.class_hidden._11 {
  margin-top: 1.8em;
  margin-left: 47.1em;
}

.c_map_dot.class_hidden._12 {
  margin-top: 3.8em;
  margin-left: 50.6em;
}

.c_map_dot.class_hidden._13 {
  margin-top: 9.7em;
  margin-left: 53.2em;
}

.c_map_dot.class_hidden._14 {
  margin-top: 9em;
  margin-left: 66.9em;
}

.c_map_dot.class_hidden._15 {
  margin-left: 71.1em;
}

.c_map_dot.class_hidden._16 {
  margin-top: 46em;
  margin-left: 11.8em;
}

.c_map_fill {
  z-index: -1;
  width: 2em;
  height: 2em;
  min-height: 2.5em;
  min-width: 2.5em;
  background-color: var(--base-color);
  border-radius: 100vw;
  position: relative;
}

.c_map_fill.f {
  background-color: var(--blue-violet);
}

.c_map_fill.a {
  z-index: -1;
  background-color: var(--blue-violet);
}

.c_map_fill.r {
  background-color: var(--blue-violet);
}

.c_map_circle {
  width: 1em;
  height: 1em;
  background-color: var(--white);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c_map_location {
  z-index: auto;
  color: var(--1d1d1d);
  text-align: left;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 3em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c_map_location._1 {
  background-image: none;
  top: 0%;
}

.secondary-button {
  width: 100%;
  height: 56px;
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: rgba(255, 255, 255, .6);
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-button {
  width: 100%;
  height: 56px;
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

.slide-next.desktop-arrow {
  z-index: 5;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(201, 201, 201, .6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.slide-next.desktop-arrow {
  z-index: 5;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(201, 201, 201, .6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper {
  width: 100%;
  height: auto;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.inner-swipe {
  display: none;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(201, 201, 201, .6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(201, 201, 201, .6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-item-wrapper {
  width: 308px;
  height: 548px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-content {
  height: 100%;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  padding: 20px;
}

.slide-container {
  height: 100vh;
  background-color: var(--1d1d1d);
  align-items: center;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.image-26 {
  width: 30px;
  height: 30px;
}

.inner-swipe-2 {
  display: none;
}

.slide-content-2 {
  height: 100%;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  padding: 20px;
}

.wrapper-2 {
  width: 100%;
  height: auto;
  background-color: #3d3d3d;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.image-27 {
  width: 30px;
  height: 30px;
}

.image-28 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-block-3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-item-2 {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.slide-container-2 {
  height: 100vh;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-item-wrapper-2 {
  width: 308px;
  height: 548px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  width: 100%;
  clear: left;
  color: var(--blue-violet);
  text-align: left;
  margin-bottom: 25px;
}

.heading-5.f {
  color: var(--blue-violet);
  -webkit-text-stroke-color: #fd3e4f;
  font-size: 35px;
}

.heading-5.r {
  color: var(--blue-violet);
  -webkit-text-stroke-color: var(--green);
  font-size: 35px;
}

.heading-5.a {
  color: var(--blue-violet);
  -webkit-text-stroke-color: #fd3e4f;
  font-size: 35px;
}

.div-block-2 {
  flex-wrap: wrap;
  display: flex;
}

.div-block-2.f {
  width: 100%;
}

.text-span-3 {
  color: var(--blue-violet);
  font-weight: 700;
}

.section-pacientes {
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pacientes {
  max-width: 1100px;
  flex-direction: column;
  align-items: stretch;
  padding: 80px 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.p-large-copy {
  z-index: 2;
  color: #fff;
  text-align: justify;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 50px;
  position: relative;
}

.section-footer {
  background-color: var(--navfoot);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-patients {
  z-index: 5;
  float: right;
  clear: none;
  border: 2px solid var(--1d1d1d);
  background-color: var(--white);
  color: var(--blue-violet);
  border-radius: 50px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: var(--1d1d1d);
  font-size: 18px;
}

.text-span-4 {
  color: var(--white);
  font-size: 65px;
  font-weight: 700;
}

.text-span-5 {
  width: 70%;
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
}

.div-block-3 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.mariposa {
  max-width: none;
  transform: rotate(18deg);
}

.div-block-3-copy {
  position: absolute;
  left: 13.1em;
}

.mariposa-copy {
  max-width: none;
  transform: rotate(-26deg);
}

.text-span-6 {
  color: var(--blue-violet);
}

.div-block-4 {
  z-index: 99;
  width: 100%;
  min-width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

._1 {
  background-image: url('../images/Terav01-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
}

._1.w--current {
  z-index: 99;
  background-image: none;
  flex: 1;
  position: relative;
}

._2 {
  flex: 1;
  align-items: center;
  display: flex;
}

._3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29 {
  padding-left: 25px;
  padding-right: 20px;
}

.image-30 {
  z-index: 0;
  margin-left: 20px;
  padding-left: 23px;
  padding-right: 20px;
  position: relative;
}

.image-31 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

._1-copy {
  flex: 1;
}

._1-copy.w--current {
  z-index: 99;
  background-image: none;
  flex: 1;
  position: static;
}

._2-copy {
  aspect-ratio: auto;
  flex: 1;
  align-items: center;
  display: flex;
  position: static;
}

._3-copy {
  z-index: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-title-copy {
  margin-bottom: 60px;
  line-height: 50px;
}

.features-title-copy.reverse {
  color: var(--black);
  color: var(--1d1d1d);
  margin-bottom: 60px;
}

.italic-text {
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  display: inline;
}

.div-block-5 {
  z-index: 0;
  height: 100px;
  background-color: var(--invisible);
  margin-top: -100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5-copy {
  background-color: var(--invisible);
  height: 100px;
  background-color: var(--invisible);
  position: absolute;
  top: 87%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block6 {
  height: 100px;
  background-color: var(--invisible);
  position: absolute;
  top: 83%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5-copy-copy {
  background-color: var(--invisible);
  position: absolute;
  top: 111%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  height: 100px;
  background-color: var(--invisible);
  margin-top: 93vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block6-copy {
  height: 100px;
  background-color: var(--invisible);
  position: absolute;
  top: 93%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-32 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-33 {
  z-index: 10;
  width: 100%;
  opacity: .49;
  filter: invert();
  margin-top: -50px;
  text-decoration: none;
  position: relative;
}

.div-block-8 {
  height: 100px;
  background-color: rgba(255, 0, 0, 0);
  margin-top: -100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-7 {
  color: #913b8d;
}

.c_map_circle-2 {
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-34 {
  z-index: 0;
  margin-left: 20px;
  padding-left: 23px;
  padding-right: 20px;
  position: relative;
}

.list-item-3 {
  color: var(--1d1d1d);
  font-size: 18px;
}

.image-35 {
  padding-left: 25px;
  padding-right: 20px;
}

.h3-services-2 {
  color: var(--1d1d1d);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.h3-services-2.r {
  color: var(--1d1d1d);
  color: var(--1d1d1d);
}

.h3-services-2.f {
  color: var(--1d1d1d);
}

.c_map_fill-2 {
  z-index: -1;
  width: 2em;
  height: 2em;
  min-height: 2.5em;
  min-width: 2.5em;
  background-color: #fd3e4f;
  border-radius: 100vw;
  position: relative;
}

.c_map_fill-2.a {
  z-index: -1;
  background-color: #913b8d;
}

.c_map_fill-2.f, .c_map_fill-2.r {
  background-color: #913b8d;
}

.text-span-8 {
  color: #913b8d;
  font-weight: 700;
}

.heading-6 {
  width: 100%;
  clear: left;
  color: #913b8d;
  text-align: left;
  margin-bottom: 25px;
}

.heading-6.a {
  color: #913b8d;
  -webkit-text-stroke-color: #fd3e4f;
  font-size: 35px;
}

.heading-6.f {
  color: #913b8d;
  -webkit-text-stroke-color: #fd3e4f;
  font-size: 34px;
}

.heading-6.r {
  color: #913b8d;
  -webkit-text-stroke-color: #00e8cf;
  font-size: 35px;
}

.div-block-9 {
  z-index: 99;
  width: 100%;
  min-width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-10 {
  flex-wrap: wrap;
  display: flex;
}

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

.section-map-2 {
  background-color: #f2d9ea;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-copy {
  z-index: 99;
  color: #fff;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: color .3s;
}

.nav-link-copy:hover {
  color: var(--blue-violet);
}

.nav-link-copy.w--current {
  color: var(--white);
}

.nav-link-copy-copy {
  z-index: 99;
  color: #fff;
  flex: 0 auto;
  margin-left: 43px;
  margin-right: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: color .3s;
}

.nav-link-copy-copy:hover {
  color: var(--blue-violet);
}

.nav-link-copy-copy.w--current {
  color: var(--white);
}

.section-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-11 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  mix-blend-mode: normal;
  background-color: rgba(97, 97, 97, .55);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.div-block-12 {
  max-width: 70em;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-13 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 52px;
  padding-left: 0;
  display: block;
  position: relative;
}

.italic-text-2 {
  color: #fff;
  font-size: 22px;
}

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

.column {
  background-color: #fff;
}

.anchototal {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.textoancho {
  width: 33.33%;
  height: 100%;
  background-color: #fff;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0;
}

.textoancho-copy {
  width: 33.33%;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-6 {
  z-index: 30;
  min-width: 53%;
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: .015em;
  mix-blend-mode: lighten;
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.testletter {
  opacity: 1;
  color: #000;
  letter-spacing: .01em;
  mix-blend-mode: lighten;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  display: inline;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  background-image: url('../images/foto-portada-web---mariposa.jpg');
  background-position: 50%;
  background-size: auto;
  position: absolute;
}

.decoracion {
  z-index: 1;
  width: 670px;
  height: 100%;
  opacity: .2;
  background-image: url('../images/logo-alta-detalle-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: -327px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.decoracion-copy {
  z-index: 1;
  width: 470px;
  height: 100%;
  opacity: .17;
  background-image: url('../images/logo-alta-detalle-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -212px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.decoracion-copy._2 {
  margin-left: 1252px;
  transform: rotate(180deg);
}

.decoracion-copy._3 {
  margin-top: 1749px;
}

.decoracion-copy.colaborar {
  width: 500px;
  margin-left: -227px;
  overflow: visible;
}

.decoracion-copy.investigadores {
  width: 670px;
  background-image: url('../images/logo-alta-detalle-2.png');
  margin-left: 0;
  margin-right: -331px;
  left: auto;
  right: 0;
  overflow: visible;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-3 {
  color: var(--white);
}

.link-3.w--current {
  color: var(--white);
  text-decoration: none;
}

.image-36 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .2);
}

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

.quick-stack {
  width: auto;
  max-width: none;
  min-width: 0;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  flex: 0 auto;
  align-self: center;
}

.cell {
  align-items: flex-start;
}

.bold-text-3 {
  text-decoration: underline;
}

.decoracion-copy-copy {
  z-index: 1;
  width: 650px;
  height: 100%;
  opacity: .17;
  background-image: url('../images/logo-alta-detalle-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 187px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.decoracion-copy-copy._2 {
  margin-left: 1252px;
  transform: rotate(180deg);
}

.decoracion-copy-copy {
  z-index: 1;
  width: 750px;
  height: 100%;
  opacity: .17;
  background-image: url('../images/logo-alta-detalle-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 933px;
  margin-left: 265px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 46%;
  right: auto;
  transform: rotate(180deg);
}

.decoracion-copy-copy._2 {
  margin-left: 1252px;
  transform: rotate(180deg);
}

.section-investigadores {
  max-width: none;
  background-color: var(--blue-violet);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-colaborar {
  max-width: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.decoracion-copy-copy {
  z-index: 1;
  width: 750px;
  height: 100%;
  opacity: .17;
  background-image: url('../images/logo-alta-detalle-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 187px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.decoracion-copy-copy._2 {
  margin-left: 1252px;
  transform: rotate(180deg);
}

.decoracion-copy-copy._3 {
  margin-top: 1749px;
}

.heading-2-copy {
  color: #fff;
  text-align: center;
}

.div-block-17 {
  max-width: 1100px;
  display: flex;
}

.btn-investigadores {
  z-index: 5;
  float: right;
  clear: none;
  border: 2px solid var(--white);
  background-color: var(--blue-violet);
  color: var(--blue-violet);
  border-radius: 50px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-4-copy {
  color: var(--white);
  font-size: 18px;
}

.text-span-9 {
  white-space: nowrap;
  font-weight: 700;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  mix-blend-mode: normal;
  background-color: rgba(97, 97, 97, .55);
  display: block;
  position: absolute;
}

html.w-mod-js [data-ix="initial"] {
  opacity: 0;
  display: none;
  transform: translate(0, -5px);
}

html.w-mod-js [data-ix="initial-avatar-bg"] {
  opacity: 1;
  display: none;
}

html.w-mod-js [data-ix="initial-avatar-content"] {
  opacity: 0;
  display: none;
  transform: translate(0, 15px);
}

html.w-mod-js [data-ix="load-navigation"] {
  opacity: 0;
}

html.w-mod-js [data-ix="load-header"], html.w-mod-js [data-ix="load-header-slower"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="load-header-btn"], html.w-mod-js [data-ix="load-about-btn"] {
  opacity: 0;
  transform: translate(0, 10px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 30px;
  }

  .home {
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34)), url('../images/foto-portada-web---mariposa.jpg');
    background-position: 0 0, 65% 90%;
    background-size: auto, cover;
    padding-left: 80px;
    padding-right: 80px;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .acerca-de {
    max-width: none;
    min-width: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .p-large {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-second {
    padding: 15px 25px;
    font-size: 14px;
  }

  .h3-sub {
    font-size: 18px;
  }

  .ensayos {
    max-width: none;
    min-width: 0;
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .p-small {
    font-size: 14px;
  }

  .h3-number {
    top: 20px;
  }

  .color-bg {
    background-color: var(--blue-violet);
    background-image: none;
  }

  .equipo {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .huge-number {
    font-size: 100px;
  }

  .team-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .team-member {
    width: 220px;
    align-items: center;
    margin-top: 20px;
  }

  .team-member.izq {
    margin-right: 0;
  }

  .team-member.der {
    margin-top: 20px;
    margin-left: 0;
  }

  .avatar {
    height: 250px;
  }

  .avatar-img {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .h4-about {
    font-size: 18px;
    line-height: 20px;
  }

  .heading {
    width: 80%;
  }

  .img-column {
    background-position: 100%;
    background-size: 500px;
  }

  .features-content {
    padding-right: 80px;
  }

  .features-title {
    line-height: 40px;
  }

  .p-features {
    font-size: 16px;
  }

  .particpantes {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex-direction: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .services-intro {
    width: 100%;
    margin-bottom: 0;
  }

  .services {
    margin-left: 0;
  }

  .footer {
    max-width: 900px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .logo {
    display: none;
  }

  .logo.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 60px;
    display: block;
  }

  .logo.pura {
    width: 250px;
    background-image: url('../images/logoEdited.png');
    display: block;
  }

  .logo.pura.w--current {
    display: block;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-menu {
    background-color: #616161;
    margin-left: 0;
    padding-left: 80px;
  }

  .social-icon-block {
    display: none;
  }

  .social-icon-block.footer, .social-icon-block.team-social {
    display: flex;
  }

  .brand-container {
    z-index: 99;
    flex: 1;
    padding-left: 80px;
    display: block;
    position: relative;
  }

  .menu-icon {
    color: #fff;
    margin-left: 190px;
    padding-right: 0;
    font-size: 40px;
  }

  .menu-icon-container {
    padding: 0;
  }

  .menu-icon-container.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .lectures__columns {
    flex-direction: column;
  }

  .lectures__col.mod--1 {
    max-width: none;
  }

  .section.mod--lectures {
    height: auto;
  }

  .btn-biblio {
    padding: 15px 25px;
    font-size: 14px;
  }

  .ensayos-movil {
    padding-left: 80px;
    padding-right: 80px;
  }

  .h4-about-copy {
    font-size: 18px;
    line-height: 20px;
  }

  .logo-copy {
    display: block;
  }

  .logo-copy.w--current {
    display: none;
  }

  .logo-copy.pura.w--current {
    display: block;
  }

  .nav-link-copy1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .team-row-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .logofooter {
    display: block;
  }

  .logofooter.w--current {
    display: none;
  }

  .logofooter.pura {
    width: 250px;
    background-image: url('../images/logoEdited.png');
    display: block;
  }

  .logofooter.pura.w--current {
    display: block;
  }

  .section-comite {
    justify-content: center;
  }

  .team-member-der {
    margin-top: 20px;
  }

  .team-member-der.izq {
    margin-right: 0;
  }

  .team-member-der.der {
    margin-top: 20px;
    margin-left: 0;
  }

  .mapa {
    width: 700px;
    margin-left: 0;
  }

  .c_map_dot.class_hidden {
    margin-top: 16.7em;
    margin-left: 35.6em;
  }

  .c_map_dot.class_hidden._2 {
    margin-top: -1.4em;
    margin-left: 21.4em;
  }

  .c_map_dot.class_hidden._3 {
    margin-top: 4.2em;
    margin-left: 25.2em;
  }

  .c_map_dot.class_hidden._4 {
    margin-top: 8.9em;
    margin-left: 26.9em;
  }

  .c_map_dot.class_hidden._4th {
    margin-top: 12.5em;
    margin-left: 27em;
  }

  .c_map_dot.class_hidden._3rd {
    margin-top: 22.5em;
    margin-left: 30.8em;
  }

  .c_map_dot.class_hidden._2nd {
    margin-top: 23.5em;
    margin-left: 21.7em;
  }

  .c_map_dot.class_hidden._5th {
    margin-top: 2.3em;
    margin-left: 21.5em;
    padding-left: 0;
  }

  .c_map_dot.class_hidden._6th {
    margin-top: 7.8em;
    margin-left: 42.4em;
  }

  .c_map_dot.class_hidden._7th {
    margin-top: 6em;
    margin-left: 33.9em;
  }

  .c_map_dot.class_hidden._1 {
    margin-top: .6em;
    margin-left: 16em;
  }

  .c_map_dot.class_hidden._5 {
    margin-top: 14.6em;
    margin-left: 26.7em;
  }

  .c_map_dot.class_hidden._6 {
    margin-top: 20.1em;
    margin-left: 24.2em;
  }

  .c_map_dot.class_hidden._7 {
    margin-top: 17.8em;
    margin-left: 33.2em;
  }

  .c_map_dot.class_hidden._8 {
    margin-top: 12.8em;
    margin-left: 35.5em;
  }

  .c_map_dot.class_hidden._9 {
    margin-top: -.7em;
    margin-left: 26em;
  }

  .c_map_dot.class_hidden._10 {
    margin-top: 2.5em;
    margin-left: 30.3em;
  }

  .c_map_dot.class_hidden._11 {
    margin-top: 0;
    margin-left: 29.9em;
  }

  .c_map_dot.class_hidden._12 {
    margin-top: 1.2em;
    margin-left: 32.5em;
  }

  .c_map_dot.class_hidden._13 {
    margin-top: 5.2em;
    margin-left: 33.8em;
  }

  .c_map_dot.class_hidden._14 {
    margin-top: 4.3em;
    margin-left: 42.3em;
  }

  .c_map_dot.class_hidden._15 {
    margin-top: 11.6em;
    margin-left: 45.1em;
  }

  .c_map_dot.class_hidden._16 {
    margin-top: 26.7em;
    margin-left: 8.7em;
  }

  .c_map_location {
    font-size: .9em;
    line-height: 1.2em;
  }

  .inner-swipe {
    display: none;
  }

  .slide-container {
    background-color: var(--1d1d1d);
    display: none;
  }

  .inner-swipe-2 {
    display: none;
  }

  .pacientes {
    max-width: none;
    min-width: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .p-large-copy {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-patients {
    padding: 15px 25px;
    font-size: 14px;
  }

  .features-title-copy {
    line-height: 40px;
  }

  .c_map_circle-2 {
    width: .7em;
    height: .7em;
  }

  .c_map_fill-2.a {
    min-height: 2em;
    min-width: 2em;
  }

  .c_map_fill-2.f {
    width: 1.5em;
    height: 1.5em;
    min-height: 2em;
    min-width: 2em;
  }

  .c_map_fill-2.r {
    min-height: 2em;
    min-width: 2em;
  }

  .nav-link-copy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-copy-copy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .div-block-11 {
    flex: 0 auto;
    display: block;
  }

  .decoracion {
    width: 579px;
    margin-right: -210px;
    overflow: hidden;
  }

  .decoracion-copy {
    width: 435px;
    margin-left: -147px;
  }

  .decoracion-copy._2 {
    margin-left: 530px;
  }

  .decoracion-copy.colaborar {
    width: 475px;
    margin-left: -180px;
  }

  .decoracion-copy.investigadores {
    width: 640px;
    margin-left: 584px;
    margin-right: -236px;
  }

  .quick-stack {
    grid-column-gap: 150px;
    grid-row-gap: 40px;
    padding: 0;
  }

  .decoracion-copy-copy {
    width: 550px;
    margin-left: -172px;
  }

  .decoracion-copy-copy._2 {
    margin-left: 530px;
  }

  .decoracion-copy-copy {
    width: 550px;
    margin-left: -172px;
  }

  .decoracion-copy-copy._2 {
    margin-left: 530px;
  }

  .decoracion-copy-copy {
    width: 550px;
    margin-left: -172px;
  }

  .decoracion-copy-copy._2 {
    margin-left: 530px;
  }

  .btn-investigadores {
    padding: 15px 25px;
    font-size: 14px;
  }

  .cell-2, .cell-3 {
    display: none;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .div-block-18 {
    flex: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 36px;
  }

  .home {
    overflow: hidden;
  }

  .acerca-de {
    min-width: 0;
    overflow: hidden;
  }

  .ensayos {
    flex-direction: column;
    display: none;
  }

  .about-block {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .color-bg {
    height: auto;
    background-color: var(--blue-violet);
    display: block;
  }

  .content {
    color: #fff;
  }

  .equipo {
    width: 100%;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .huge-number {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 20px;
    display: none;
  }

  .team-row {
    max-width: 100%;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-member {
    width: 200px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .team-member.izq {
    width: 40%;
  }

  .avatar-img {
    background-position: 50% 0;
  }

  .h4-about {
    margin-top: 20px;
  }

  .img-column {
    display: none;
  }

  .features-title.reverse {
    margin-bottom: 40px;
  }

  .particpantes {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .services-intro {
    margin-bottom: 0;
  }

  .footer {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .contact-about {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .contact-info {
    justify-content: center;
    align-items: center;
  }

  .h5-copyright {
    margin-top: 40px;
  }

  .nav-menu {
    background-color: var(--navfoot);
  }

  .contact-first-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .alert-block {
    width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .swiper-slide {
    width: 100%;
  }

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

  .btn-biblio {
    border-color: var(--white);
    background-color: var(--blue-violet);
    margin-top: 35px;
    bottom: auto;
  }

  .ensayos-movil {
    max-width: 100%;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .h4-about-copy {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .button {
    float: right;
    clear: none;
  }

  .link {
    float: right;
  }

  .nav-link-copy1 {
    display: block;
  }

  .nav-link-copy {
    display: none;
  }

  .team-row-copy {
    flex-direction: column;
  }

  .logofooter {
    margin-right: 0;
    display: block;
  }

  .section-acercade, .section-literatura {
    overflow: hidden;
  }

  .section-comite {
    max-width: 100%;
    overflow: hidden;
  }

  .team-member-der {
    width: 40%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .mapa {
    width: 650px;
    overflow: hidden;
  }

  .c_map_dot.class_hidden._2 {
    margin-top: 1.9em;
    margin-left: 20em;
  }

  .c_map_dot.class_hidden._3 {
    margin-top: 7.4em;
    margin-left: 24.2em;
  }

  .c_map_dot.class_hidden._4 {
    margin-top: 11.4em;
    margin-left: 25.2em;
  }

  .c_map_dot.class_hidden._1 {
    margin-top: 3.7em;
    margin-left: 14.7em;
  }

  .c_map_dot.class_hidden._5 {
    margin-top: 16.9em;
    margin-left: 25.3em;
  }

  .c_map_dot.class_hidden._6 {
    margin-top: 21.8em;
    margin-left: 23em;
  }

  .c_map_dot.class_hidden._7 {
    margin-top: 19.9em;
    margin-left: 30.8em;
  }

  .c_map_dot.class_hidden._8 {
    margin-top: 15.4em;
    margin-left: 33.2em;
  }

  .c_map_dot.class_hidden._9 {
    margin-top: 2.6em;
    margin-left: 23.9em;
  }

  .c_map_dot.class_hidden._10 {
    margin-top: 5.5em;
    margin-left: 28em;
  }

  .c_map_dot.class_hidden._11 {
    margin-top: 3.1em;
    margin-left: 27.3em;
  }

  .c_map_dot.class_hidden._12 {
    margin-top: 4.5em;
    margin-left: 30.2em;
  }

  .c_map_dot.class_hidden._13 {
    margin-top: 8.1em;
    margin-left: 31.2em;
  }

  .c_map_dot.class_hidden._14 {
    margin-top: 7.3em;
    margin-left: 39.2em;
  }

  .c_map_dot.class_hidden._15 {
    margin-top: 14em;
    margin-left: 42em;
  }

  .c_map_dot.class_hidden._16 {
    margin-top: 28.7em;
    margin-left: 7.2em;
  }

  .c_map_location {
    font-size: .8em;
  }

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

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    width: 100vw;
    height: 100%;
    border-radius: 0;
    transform: scale(1);
  }

  .inner-swipe {
    z-index: 1;
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-item-wrapper {
    width: 100vw;
    height: 100%;
    border-radius: 0;
  }

  .content-wrapper {
    object-fit: cover;
  }

  .inner-swipe-2 {
    z-index: 1;
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .wrapper-2 {
    height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .slide-item-2 {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    transform: scale(1);
  }

  .slide-item-wrapper-2 {
    width: 308px;
    height: 548px;
    border-radius: 0;
  }

  .section-pacientes {
    overflow: hidden;
  }

  .pacientes {
    flex-direction: column;
  }

  .section-footer {
    overflow: hidden;
  }

  .image-32 {
    padding-left: 0;
  }

  .image-33 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .c_map_circle-2 {
    width: .65em;
    height: .65em;
  }

  .c_map_fill-2.f {
    width: 1.8em;
    height: 1.8em;
    min-height: 1.8em;
    min-width: 1.8em;
  }

  .div-block-9 {
    padding-left: 0;
    padding-right: 10px;
  }

  .section-map-2, .decoracion {
    overflow: hidden;
  }

  .decoracion-copy {
    margin-left: -144px;
  }

  .decoracion-copy._2 {
    margin-left: 90px;
  }

  .section-video {
    height: 80%;
    overflow: hidden;
  }

  .background-video {
    height: 300px;
  }

  .quick-stack {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .decoracion-copy-copy {
    margin-left: -144px;
  }

  .decoracion-copy-copy._2 {
    margin-left: 90px;
  }

  .decoracion-copy-copy {
    margin-left: -144px;
  }

  .decoracion-copy-copy._2 {
    margin-left: 90px;
  }

  .section-investigadores, .section-colaborar {
    overflow: hidden;
  }

  .decoracion-copy-copy {
    margin-left: -144px;
  }

  .decoracion-copy-copy._2 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .home {
    height: 112vh;
    margin-top: -20vh;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .acerca-de {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-large {
    font-size: 14px;
  }

  .h3-sub {
    font-size: 16px;
  }

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

  .equipo {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-row {
    margin-top: 0;
  }

  .team-member {
    width: 220px;
    margin-bottom: 0;
  }

  .team-member.izq {
    width: 100%;
  }

  .avatar {
    height: 260px;
    border-radius: 0;
  }

  .avatar-img {
    background-image: url('../images/1641141737857.jpg');
    border-radius: 20px;
  }

  .avatar-img._1 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .avatar-name {
    font-size: 16px;
  }

  .avatar-title {
    font-size: 14px;
  }

  .avatar-title.reverse {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .heading {
    font-size: 20px;
    line-height: 35px;
  }

  .member-name {
    margin-bottom: 0;
    font-size: 16px;
  }

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

  .features-title {
    margin-bottom: 30px;
  }

  .features-title.reverse {
    margin-bottom: 0;
  }

  .p-features {
    margin-bottom: 30px;
  }

  .particpantes {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .services-intro {
    margin-bottom: 20px;
  }

  .services {
    flex-flow: column;
  }

  .services-block {
    width: 100%;
  }

  .h3-services.f, .h3-services.r, .h3-services.a {
    font-size: 18px;
  }

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

  .contact-about {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .logo.w--current {
    width: 180px;
    padding-left: 0;
  }

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

  .nav-menu {
    background-color: var(--navfoot);
    padding-left: 20px;
  }

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

  .menu-icon {
    margin-left: 20px;
    padding-right: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .list-item {
    font-size: 16px;
  }

  .ensayos-movil {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-copy.pura {
    width: 200px;
  }

  .logo-copy.pura.w--current {
    width: 200px;
    margin-right: 0;
  }

  .team-member-der {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-map {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-4 {
    font-size: 22px;
  }

  .mapa {
    width: 350px;
    min-height: auto;
    background-image: none;
    flex-flow: column;
    margin-top: 30px;
    margin-bottom: 0;
    overflow: visible;
  }

  .c_map_dot.class_hidden {
    margin-top: 6.2em;
    margin-left: 13.5em;
    margin-right: auto;
  }

  .c_map_dot.class_hidden._2 {
    margin-top: 1.1em;
    margin-left: 10.6em;
    display: block;
  }

  .c_map_dot.class_hidden._3 {
    margin-top: 5.1em;
    margin-left: 12.2em;
    display: block;
  }

  .c_map_dot.class_hidden._4 {
    margin-top: 24.2%;
    margin-left: 54.2%;
    display: block;
  }

  .c_map_dot.class_hidden._4th {
    margin-top: 8.2em;
    margin-left: 17.9em;
  }

  .c_map_dot.class_hidden._3rd {
    margin-top: 3.9em;
    margin-left: 21.3em;
  }

  .c_map_dot.class_hidden._2nd {
    margin-top: 11.5em;
    margin-left: 10.6em;
  }

  .c_map_dot.class_hidden._5th {
    margin-top: 1em;
    margin-left: 10.5em;
  }

  .c_map_dot.class_hidden._6th {
    margin-top: 2.5em;
    margin-left: 16.2em;
  }

  .c_map_dot.class_hidden._7th {
    margin-top: 1.4em;
    margin-left: 14.6em;
  }

  .c_map_dot.class_hidden._1 {
    margin-top: 2.1em;
    margin-left: 7.9em;
  }

  .c_map_dot.class_hidden._5 {
    margin-top: 9.2em;
    margin-left: 13.5em;
  }

  .c_map_dot.class_hidden._6 {
    margin-top: 11.6em;
    margin-left: 12.7em;
  }

  .c_map_dot.class_hidden._7 {
    margin-top: 10.7em;
    margin-left: 16.8em;
  }

  .c_map_dot.class_hidden._8 {
    margin-top: 8.2em;
    margin-left: 18.1em;
  }

  .c_map_dot.class_hidden._9 {
    margin-top: 1.3em;
    margin-left: 13.1em;
  }

  .c_map_dot.class_hidden._10 {
    margin-top: 2.9em;
    margin-left: 14.9em;
  }

  .c_map_dot.class_hidden._11 {
    width: 1.1em;
    height: 1.1px;
    margin-top: 1.7em;
    margin-left: 15em;
  }

  .c_map_dot.class_hidden._12 {
    margin-top: 2.3em;
    margin-left: 16.2em;
  }

  .c_map_dot.class_hidden._13 {
    margin-top: 4.2em;
    margin-left: 16.9em;
  }

  .c_map_dot.class_hidden._14 {
    margin-top: 4em;
    margin-left: 21.4em;
  }

  .c_map_dot.class_hidden._15 {
    margin-top: 7.5em;
    margin-left: 22.7em;
  }

  .c_map_dot.class_hidden._16 {
    margin-top: 15.6em;
    margin-left: 4.1em;
  }

  .c_map_fill {
    width: .8em;
    height: .8em;
    min-height: .8em;
    min-width: .8em;
  }

  .c_map_circle {
    width: .4em;
    height: .4em;
  }

  .c_map_location {
    font-size: .6em;
    display: block;
  }

  .c_map_location.inv {
    margin-right: -20em;
  }

  .image-2 {
    border-radius: 16px;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

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

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

  .inner-swipe {
    position: absolute;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-item-wrapper {
    width: 308px;
    height: 548px;
    border-radius: 16px;
  }

  .slide-container {
    background-color: #000;
  }

  .inner-swipe-2 {
    display: none;
    position: absolute;
  }

  .wrapper-2 {
    height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .slide-item-2 {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40px;
  }

  .slide-item-wrapper-2 {
    width: 300px;
    height: 540px;
    border-radius: 16px;
  }

  .heading-5.f, .heading-5.r, .heading-5.a {
    font-size: 20px;
  }

  .section-pacientes {
    background-color: #fff;
  }

  .pacientes {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .p-large-copy {
    font-size: 14px;
  }

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

  .div-block-4 {
    width: 80%;
    min-width: auto;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 18px;
  }

  .image-29 {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .image-30 {
    margin-top: 20px;
  }

  .image-31 {
    margin-bottom: 10px;
  }

  .features-title-copy {
    margin-bottom: 30px;
  }

  .features-title-copy.reverse {
    margin-bottom: 1px;
  }

  .image-32 {
    margin-bottom: 10px;
  }

  .image-33 {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .c_map_circle-2 {
    width: .35em;
    height: .35em;
  }

  .image-34 {
    margin-top: 20px;
  }

  .list-item-3 {
    font-size: 16px;
  }

  .image-35 {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .h3-services-2.r, .h3-services-2.f {
    font-size: 18px;
  }

  .c_map_fill-2 {
    width: .8em;
    height: .8em;
    min-height: .8em;
    min-width: .8em;
  }

  .c_map_fill-2.a {
    width: 1.7em;
    height: 1.7em;
    min-height: 1.7em;
    min-width: 1.7em;
  }

  .c_map_fill-2.f {
    width: 1em;
    height: 1em;
    min-height: 1em;
    min-width: 1em;
  }

  .c_map_fill-2.r {
    width: 1.7em;
    height: 1.7em;
    min-height: 1.7em;
    min-width: 1.7em;
  }

  .heading-6.a, .heading-6.f, .heading-6.r {
    font-size: 20px;
  }

  .div-block-9 {
    width: 80%;
    min-width: auto;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 18px;
  }

  .section-map-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-11 {
    overflow: hidden;
  }

  .decoracion {
    width: 630px;
    margin-right: -287px;
  }

  .decoracion-copy {
    width: 490px;
    margin-left: -144px;
    overflow: hidden;
  }

  .decoracion-copy.colaborar {
    width: 550px;
    margin-left: -198px;
  }

  .decoracion-copy.investigadores {
    width: 670px;
    margin-right: -312px;
  }

  .background-video {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .decoracion-copy-copy {
    overflow: hidden;
  }

  .section-colaborar {
    background-color: #fff;
  }

  .decoracion-copy-copy {
    overflow: hidden;
  }

  .body {
    background-color: var(--white);
  }

  .div-block-18 {
    overflow: hidden;
  }
}

#w-node-_023bdf90-8483-1e61-80f1-862540bee31b-bc5710ba {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr .25fr;
}

@media screen and (max-width: 991px) {
  #w-node-_023bdf90-8483-1e61-80f1-862540bee31b-bc5710ba {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr .25fr;
  }

  #w-node-a9fa0098-5780-c2fb-e06a-cbdb288f68d7-bc5710ba {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_023bdf90-8483-1e61-80f1-862540bee31b-bc5710ba {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr .25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_023bdf90-8483-1e61-80f1-862540bee31b-bc5710ba {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
  }

  #w-node-_98d66d70-96d5-be0f-c7c9-2289742b3e74-bc5710ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9fa0098-5780-c2fb-e06a-cbdb288f68d7-bc5710ba {
    grid-column: span 1 / span 1;
  }

  #w-node-_312134ad-693a-5496-ba9c-5afab200eef2-bc5710ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


