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

:root {
  --medium-orchid: #c027b8;
  --negro: black;
  --dark-orange: #ff8400;
  --crimson: #ea0c2a;
  --forest-green: #009439;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 48px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-top: 23px;
  font-size: 18px;
  line-height: 26px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.header {
  z-index: 1;
  background-color: #ccead1;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0;
}

.brand {
  order: -1;
}

.nav-menu {
  order: 0;
}

.navbar {
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vh;
  padding-right: 5vh;
}

.container {
  max-width: 100%;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.nav-link {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #ea0029;
  padding-left: 10px;
  padding-right: 10px;
}

.hero {
  background-color: #d0d0d0;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-hero {
  grid-column-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block {
  background-color: #d0d0d0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 562px;
  height: 100%;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.redes-sociales {
  flex-direction: row;
  order: 3;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
}

.redes-cabecera {
  color: #000;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
}

.redes-cabecera:hover {
  color: #ea0029;
  text-decoration: none;
}

.redes-cabecera.w--current {
  color: #a4561a;
}

.redes-cabecera.derecho {
  margin-right: 0;
  padding-right: 0;
}

.areas {
  background-color: #f3f3f3;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.grid-areas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 550px;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-areas {
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  display: flex;
}

.h3-blanco {
  color: #fff;
  font-family: Lora, sans-serif;
}

.text-block-blanco {
  color: #fff;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}

.text-block-blanco._20-24 {
  font-size: 20px;
  line-height: 24px;
}

.text-block-blanco._20-24.capital {
  text-transform: uppercase;
}

.container-areas {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.container-hero {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 770px;
}

.noticias {
  background-color: #d0d0d0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-noticias-recientes {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5vh;
}

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

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

.heading-3 {
  color: #000;
}

.footer {
  background-color: #000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-footer {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.grid-footer {
  grid-template-rows: 200px;
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
}

.paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.text-block-2 {
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
}

.redes-footer {
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
}

.redes-footer:hover {
  color: #ea0029;
  text-decoration: none;
}

.redes-footer.derecho {
  padding-right: 0;
}

.hero-proyecto {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-proyecto {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

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

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

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

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 50vh auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-3 {
  background-color: #d0d0d0;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  display: flex;
}

.proyecto {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container-proyecto-2 {
  max-width: 100%;
  margin: 80px auto 0;
}

.grid-antecedentes {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto;
  grid-auto-rows: auto;
}

.div-block-4 {
  background-color: #d0d0d0;
  padding: 80px;
}

.fondo-rojo {
  background-color: #ffccd3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.grid-5 {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.descripcion-grafico {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-graficos {
  background-color: #f3f3f3;
  padding: 80px;
}

.heading-6 {
  text-align: left;
}

.div-block-8, .div-block-9, .div-naranja, .div-block-11 {
  background-color: #ffe6cb;
  padding: 24px;
}

._40-margin-arriba {
  align-self: flex-start;
  margin-top: 40px;
}

.paragraph-2 {
  margin-top: 24px;
}

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

.div-block-referencias {
  background-color: #d0d0d0;
  padding: 80px;
}

.referencias {
  background-color: #d0d0d0;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.saber-mas {
  color: #333;
  margin-top: 40px;
  font-weight: 400;
}

.saber-mas:hover {
  text-decoration: none;
}

.link-block-4 {
  color: #333;
}

.tabs-content {
  margin-top: 8px;
}

.tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
  margin-right: 8px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  font-size: 24px;
}

.div-block-5 {
  background-color: #d0d0d0;
  background-image: url('../images/vd-proyecto-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.div-block-6 {
  background-color: #d0d0d0;
  background-image: url('../images/vd-proyecto-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: static;
}

.div-block-13 {
  background-image: url('../images/vd-proyecto-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  min-height: 100%;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
}

.heading-7 {
  color: #fff;
}

.grid-7 {
  grid-template-columns: 1fr;
}

.investigacion {
  background-color: #f3f3f3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-investigacion {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.tabla-02 {
  background-color: #ffccd3;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  display: flex;
}

.fondo-verde {
  background-color: #ccead1;
  padding: 80px;
}

.div-block-14 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  min-width: 100px;
  min-height: 100%;
}

.button {
  background-color: #000;
  align-self: flex-start;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 500;
}

.cruces {
  background-color: #d0d0d0;
  background-image: linear-gradient(to right, #d0d0d0 58%, #fff 58%);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-2 {
  max-width: 100%;
}

.grid-9 {
  grid-column-gap: 32px;
  grid-template-rows: 914px;
  grid-template-columns: 1.25fr 1fr;
}

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

.area {
  background-color: #eee;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-area {
  justify-content: space-around;
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.grid-area {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-16 {
  background-color: #0000;
  flex-direction: column;
}

.div-block-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 800px;
}

.div-block-19 {
  background-color: #ffccd3;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
}

.div-block-20 {
  background-color: #d0d0d0;
  padding: 80px;
}

.heading-8 {
  align-self: flex-start;
}

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

.div-block-cruces {
  flex-direction: column;
  justify-content: center;
  padding-right: 80px;
  display: flex;
}

.investigadoras {
  background-color: #d0d0d0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-investigadoras {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.cv {
  margin-top: 16px;
}

.collection-list-equipo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  margin-top: 20px;
}

.asistentes {
  background-color: #f3f3f3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-asistentes {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.apoyo-creativo {
  background-color: #d0d0d0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-apoyo {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.container-3 {
  max-width: 100%;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  margin-top: 40px;
}

.link-block-5 {
  color: #333;
}

.container-4 {
  max-width: 1440px;
  padding: 80px 5vh;
}

.grid-12 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
}

.fecha {
  margin-top: 24px;
  font-weight: 700;
}

.link-block-6 {
  color: #333;
}

.div-block-22 {
  background-image: url('../images/vd-proyecto-04.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-23 {
  background-image: url('../images/vd-proyecto-05.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
}

.eventos {
  background-color: #f3f3f3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-eventos {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.evento {
  background-image: url('../images/j.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 540px;
  line-height: 14px;
}

.collection-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.info-evento {
  line-height: 14px;
}

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

.button-evento {
  background-color: var(--medium-orchid);
  text-align: center;
  align-self: flex-start;
  margin-top: 40px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 500;
  display: none;
}

.dia-y-mes {
  padding-right: 8px;
  line-height: 32px;
}

.correo-contacto {
  color: #ffccd3;
}

.fecha-noticia {
  margin-bottom: 8px;
  font-weight: 600;
}

.publicaciones {
  background-color: #f3f3f3;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh;
}

.container-publicaciones {
  max-width: 100%;
  display: none;
}

.button-publicacion {
  background-color: #c028b9;
  align-self: flex-start;
  margin-top: 32px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 500;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.foto-publicacion {
  object-fit: contain;
  min-width: 100%;
}

.div-block-29 {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 40px 40px;
  display: flex;
}

.noticias-page {
  background-color: #f3f3f3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.text-block-3 {
  color: #333;
  text-align: center;
  font-weight: 700;
}

.ajolote {
  color: #00953b;
}

.div-block-30 {
  background-color: #ccead1;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.dropdown-link {
  background-color: #ccead1;
}

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

.fecha_dia {
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 14px;
}

.fecha_mes {
  margin-bottom: 8px;
  font-weight: 600;
}

.fecha_mes.dateclass {
  line-height: 14px;
}

.fecha_a-o {
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 14px;
}

.grid-fecha {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: 16px;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: space-around start;
  justify-items: center;
  display: grid;
}

.fecha_dia-2 {
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fecha_mes-2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
}

.fecha_a-o-2 {
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-problemas, .grid-objetivos {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-auto-rows: auto;
}

.grid-metodologia {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-auto-rows: auto;
}

.grid-marco-teorico {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-auto-rows: auto;
}

.container-noticias, .container-cruces {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin-top: 20px;
}

.slide-nav {
  display: none;
}

.icon {
  margin-right: 5px;
}

.icon-2 {
  margin-left: 5px;
}

.div-block-31 {
  background-color: #ebebeb;
  min-width: 100%;
}

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

.presentacion-proyecto {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.container-presentacion {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vh;
  padding-right: 5vh;
}

.div-block-32 {
  background-image: url('../images/vd-proyecto-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-13 {
  grid-column-gap: 41px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
}

.div-block-33 {
  background-color: #ffd6d6;
  padding: 160px;
}

.italic-text {
  display: inline;
}

.div-block-34 {
  background-color: #d0d0d0;
  max-width: 1440px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-3, .text-block-4 {
  display: none;
}

.collection-list-wrapper-4 {
  margin-top: 24px;
}

.investigadora {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5vh;
}

.container-6 {
  max-width: 1440px;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 300px;
  grid-auto-columns: 1fr;
  display: grid;
}

.abstract {
  font-size: 12px;
  line-height: 1.4;
  display: none;
}

.grid-14 {
  grid-column-gap: 80px;
  grid-template-rows: 250px;
  grid-template-columns: 250px 1fr;
}

.div-block-35 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-5 {
  color: #c027b8;
}

.collection-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-4 {
  display: none;
}

.regresar-a-equipo {
  justify-content: flex-end;
  margin-top: 24px;
  display: flex;
}

.text-block-6 {
  text-transform: uppercase;
}

.div-block-36 {
  padding: 16px 16px 32px;
}

.image-2 {
  width: 100%;
}

.nav-link-oculto {
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.nav-link-oculto.w--current {
  color: #ea0029;
}

.heading-2.texto-blacno {
  color: #fff;
  margin-bottom: 80px;
}

.heading-12 {
  line-height: 32px;
}

.heading-13 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.section {
  background-color: #d0d0d0;
  max-width: 100%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.redes-container {
  max-width: 1440px;
  min-height: 50vh;
  padding-left: 5vh;
  padding-right: 5vh;
}

.link-block-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 200px;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vinculo {
  color: #000;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
}

.vinculos-redes {
  align-items: center;
  margin-top: 10px;
  padding-right: 10px;
  display: flex;
}

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

.text-block-7 {
  font-family: "Fa brands 400", sans-serif;
}

.image-4 {
  height: 22px;
}

.paragraph-5 {
  color: #fff;
  margin-top: 0;
  font-size: 10px;
  line-height: 12px;
}

.image-5 {
  height: 100px;
}

.titulo-noticia {
  margin-top: 8px;
  margin-bottom: 24px;
}

.extracto {
  font-size: 16px;
  line-height: 22px;
}

.heading-14 {
  line-height: 24px;
}

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

.image-7 {
  object-fit: contain;
}

.menu-superior {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.mask {
  height: 100%;
}

.div-block-13-proyecto {
  background-image: url('../images/vd-proyecto-01.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-proyecto {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 50vh auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-firma {
  color: #333;
  text-align: center;
  font-weight: 700;
}

.text-block-firma-movil {
  color: #333;
  text-align: center;
  font-weight: 700;
  display: none;
}

.redes-sociales-movil {
  flex-direction: row;
  order: 3;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: none;
}

.redes-sociales-footer-movil {
  flex-direction: row;
  order: 3;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
}

.redes-sociales-movil-footer {
  flex-direction: row;
  order: 3;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: none;
}

.slider-original {
  background-color: #0000;
  height: 100%;
  display: none;
}

.div-block-40, .div-block-41 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.collection-list-wrapper-5 {
  margin-top: 40px;
}

.grid-areas-investigacion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 550px;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.div-block-areas-investigacion {
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  display: flex;
}

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

.link-block-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 250px;
}

.body {
  background-color: #fff;
}

.hero-audiovisual {
  background-color: #d0d0d0;
  max-width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.container-audiovisual {
  max-width: 1440px;
  padding: 80px 5vh;
}

.grid-audiovisual {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 50vh auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-46 {
  background-color: var(--negro);
  margin-bottom: 16px;
  padding: 40px;
}

.text-block-9 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

.heading-24 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.text-block-10 {
  color: #fff;
  margin-bottom: 40px;
}

.div-block-47 {
  background-color: #fd8204;
  padding: 40px;
}

.grid-15 {
  grid-template-rows: auto;
  margin-bottom: 16px;
}

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

.link {
  color: #fff;
  font-style: italic;
  text-decoration: underline;
}

.link:hover {
  color: var(--dark-orange);
}

.link-block-10 {
  height: 100%;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-11 {
  text-align: center;
  background-color: #ff8400b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

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

.link-block-11.f-verde {
  background-color: #68b760b3;
}

.collection-item-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.heading-25 {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.heading-25:hover {
  color: #fff;
}

.texto-hover {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.texto-hover:hover {
  color: #fff;
}

.texto-hover-cap {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: 4px solid #000;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 8px;
}

.texto-hover-cap:hover {
  color: #fff;
}

.hero-audiovisuals {
  background-color: #d0d0d0;
  max-width: 100%;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
}

.container-audiovisuals {
  max-width: 1440px;
  padding: 80px 5vh;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.paragraph-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-26, .heading-27 {
  margin-top: 0;
}

.videos-relacionados {
  background-color: #f3f3f3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-12 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.heading-28 {
  margin-top: 0;
}

.collection-item-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.series-fotograficas {
  background-color: #d0d0d0;
  max-width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.container-7 {
  max-width: 1440px;
  max-height: 100%;
  padding: 5vh;
}

.collection-list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, minmax(400px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

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

.serie-fotografica {
  background-color: #d0d0d0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 40px;
}

.container-8 {
  max-width: 1440px;
  padding: 80px 5vh 40px;
}

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

.collection-list-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-item-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-30 {
  text-transform: uppercase;
}

.image-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-2 {
  background-color: #f3f3f3;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-9 {
  max-width: 1440px;
  padding: 40px 5vh 80px;
}

.collection-list-9-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 24px;
}

.div-block-48 {
  padding-left: 24px;
  padding-right: 24px;
}

.titulo-series {
  color: #fff;
}

.div-block-fondo {
  background-color: #ff8400b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fondo-serie {
  text-align: center;
  background-color: #009439b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.titulo-serie {
  color: #fff;
}

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

.dropdown-link-copy {
  background-color: #ccead1;
}

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

.dropdown-link-copy {
  background-color: #ccead1;
  display: none;
}

.dropdown-link-copy.w--current {
  color: #333;
  display: none;
}

.nav-link-dropdown {
  font-size: 16px;
  font-weight: 500;
}

.nav-link-dropdown.w--current {
  color: #ea0029;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle, .dropdown-toggle-2 {
  padding-left: 10px;
  padding-right: 30px;
}

.icon-3, .icon-4 {
  margin-right: 10px;
}

.pagination {
  margin-top: 32px;
}

.next {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 16px;
}

.next:hover {
  text-decoration: underline;
}

.text-block-11 {
  display: inline;
}

.div-block-49 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.previous {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 16px;
}

.div-block-50 {
  flex: 1;
  display: flex;
}

.text-block-12 {
  display: inline;
}

.medios {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 5vh;
}

.slider-2 {
  height: auto;
}

.collection-item-8 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-13 {
  color: #fff;
  text-transform: uppercase;
  background-color: #00953b;
  justify-content: center;
  margin-bottom: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.text-block-14 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.text-block-15 {
  color: #000;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.rich-text-block-4 {
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
}

.div-block-51 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.fotografias {
  background-color: #fafafa;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.videos {
  background-color: #fafafa;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 64px;
}

.collection-videos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-17 {
  color: #fff;
  text-transform: uppercase;
  background-color: #fd8204;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 8px;
  font-family: Lora, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.miniserie {
  color: #fff;
  text-transform: uppercase;
  background-color: #fd8204;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.div-block-52 {
  border-top: 1px solid #d5d5d5;
  height: auto;
  margin-bottom: 64px;
}

.fecha-a-o {
  color: #fff;
  text-transform: uppercase;
  background-color: #00953b;
  justify-content: center;
  margin-bottom: 8px;
  padding: 4px 8px 4px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.fecha-mes {
  color: #fff;
  text-transform: uppercase;
  background-color: #00953b;
  justify-content: center;
  margin-bottom: 8px;
  padding: 4px 4px 4px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.image-15 {
  margin-bottom: 23px;
}

.container-10, .container-11 {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.section-3 {
  background-color: #d0d0d0;
  max-width: 100%;
}

.container-12 {
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-54 {
  padding: 40px;
}

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

.grid-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  grid-template-rows: auto;
}

.section-4 {
  background-color: #d0d0d0;
  max-width: 100%;
  margin-top: 8px;
}

.div-block-56 {
  width: 100%;
  max-width: 1440px;
  padding-left: 5vh;
}

.div-block-57 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vh;
  padding-right: 5vh;
}

.div-block-izq {
  background-color: #d0d0d0;
  flex-direction: column;
  justify-content: center;
  padding: 80px 80px 80px 0;
  display: flex;
}

.div-block-3-copy {
  background-color: #d0d0d0;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  display: flex;
}

.div-block-3-copy-copy {
  background-color: #d0d0d0;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 80px 80px;
  display: flex;
}

.div-block-58 {
  display: none;
}

.grid-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
}

.div-block-59 {
  max-width: 45%;
}

.image-16 {
  display: none;
}

.div-block-60 {
  margin-left: auto;
  margin-right: auto;
}

.container-13 {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  max-width: 1440px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vh;
  display: block;
}

.div-block-61 {
  background-image: url('../images/hero-2.jpg');
  background-position: 0 100%;
  background-size: cover;
  width: 45%;
  height: 90vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fecha_dia-eventos {
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 14px;
}

.fecha_mes-eventos {
  margin-bottom: 8px;
  font-weight: 600;
}

.fecha_mes-eventos.dateclass {
  line-height: 14px;
}

.fecha_a-o-eventos {
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 14px;
}

.grid-fecha-eventos {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: 16px;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-content: space-around start;
  justify-items: center;
  font-size: 32px;
  line-height: 32px;
  display: grid;
}

.franja-pdf {
  background-color: #7ec99b;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-14 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  padding-left: 5vh;
  padding-right: 5vh;
}

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

.div-fondo {
  background-color: #c027b9;
  border-radius: 35px;
  justify-content: center;
  width: 380px;
  padding: 16px;
}

.div-fondo.rojo {
  background-color: #ea0029;
  width: 205px;
}

.div-block-65 {
  border: 2px dashed #fff;
  border-radius: 35px;
  padding: 8px;
}

.div-block-65.der {
  align-items: center;
  display: flex;
}

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

.image-17 {
  width: 30px;
  height: 40px;
  margin-right: 16px;
}

.image-18 {
  width: 229px;
  height: 49px;
}

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

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar {
    background-color: #ccead1;
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .container-navbar {
    flex: 1;
  }

  .nav-link {
    padding-left: 4vh;
    padding-right: 20px;
  }

  .nav-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-hero {
    grid-template-rows: auto;
    grid-template-columns: 54% 46%;
  }

  .div-block {
    max-width: 344px;
    padding-right: 2vh;
  }

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .redes-sociales {
    order: 0;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    display: none;
  }

  .redes-cabecera {
    flex: 0 auto;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
  }

  .redes-cabecera.w--current {
    flex: 0 auto;
    padding: 10px 0;
    display: block;
  }

  .redes-cabecera.derecho {
    display: inline-block;
  }

  .areas {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .grid-areas {
    grid-row-gap: 8px;
    grid-template-rows: 500px auto;
    grid-template-columns: 1fr;
  }

  .div-block-areas {
    padding: 40px 48px;
  }

  .h3-blanco, .h3-blanco.home {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-blanco, .text-block-blanco.home {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-blanco._20-24 {
    font-size: 18px;
    line-height: 22px;
  }

  .container-areas {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .container-hero {
    padding-left: 4vh;
  }

  .noticias {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .container-noticias-recientes {
    max-width: 100%;
    padding: 0 4vh;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .container-footer {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .grid-footer {
    grid-template-rows: 200px;
    grid-template-columns: 1fr 1.5fr .5fr;
    justify-content: space-between;
  }

  .container-proyecto {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .grid {
    grid-template-rows: .75fr 1fr;
  }

  .div-block-3 {
    padding: 32px;
  }

  ._40-margin-arriba {
    margin-top: 20px;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
  }

  .referencias {
    margin-top: 0;
  }

  .div-block-13 {
    background-position: 50%;
    background-size: auto;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .container-investigacion {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .div-block-14 {
    background-repeat: repeat-x;
  }

  .button {
    margin-top: 40px;
    font-size: 18px;
  }

  .cruces {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .grid-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  .grid-area {
    grid-template-rows: 500px auto minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
  }

  .div-block-19 {
    justify-content: center;
    padding: 32px;
  }

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

  .div-block-cruces {
    padding-right: 10px;
  }

  .investigadoras {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .container-investigadoras {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .integrante-equipo {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 42px;
  }

  .container-asistentes, .container-apoyo {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .collection-list-wrapper-2 {
    margin-top: 20px;
  }

  .container-4 {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .eventos {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .container-eventos {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .evento {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: auto;
    min-height: 500px;
  }

  .collection-item-2 {
    grid-column-gap: 24px;
    grid-template-rows: minmax(350px, 1fr) auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-24 {
    display: inline-block;
  }

  .button-evento {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .dia-y-mes {
    font-size: 26px;
    display: inline-block;
  }

  .button-publicacion {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 18px;
  }

  .noticias-page {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .dropdown-link {
    background-color: #c8c8c8;
  }

  .container-noticias, .container-cruces {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .icon {
    background-color: #0006;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 37px;
    font-size: 35px;
    display: flex;
  }

  .icon-2 {
    background-color: #0006;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 37px;
    font-size: 35px;
    display: flex;
  }

  .presentacion-proyecto {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .container-presentacion {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .div-block-32 {
    white-space: normal;
    background-size: cover;
    background-attachment: scroll;
    display: block;
  }

  .grid-13 {
    grid-column-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-columns: auto;
  }

  .div-block-33 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 0 40px;
    display: flex;
  }

  .italic-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-6 {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-14 {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  .div-block-35 {
    background-position: 50% 0;
    background-size: auto;
    background-attachment: scroll;
  }

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

  .menu-button {
    order: 1;
  }

  .heading-10 {
    font-size: 28px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 42px;
  }

  .heading-2.texto-blacno {
    color: #fff;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 42px;
  }

  .image-3 {
    max-width: 90%;
    display: block;
  }

  .heading-11 {
    font-size: 20px;
  }

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

  .heading-12 {
    font-size: 26px;
    display: inline-block;
  }

  .heading-13 {
    font-size: 32px;
    line-height: 40px;
  }

  .section {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .redes-container {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .link-block-8 {
    background-color: #fff;
    background-size: contain;
  }

  .collection-list-5 {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .titulo-noticia {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-14 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-15 {
    font-size: 22px;
    line-height: 28px;
  }

  .link-block-7-footer {
    margin-left: -16px;
  }

  .div-block-38 {
    margin-left: -20px;
    margin-right: 16px;
  }

  .div-block-13-proyecto {
    background-position: 50%;
    background-size: auto;
  }

  .grid-proyecto {
    grid-template-rows: .75fr 1fr;
  }

  .redes-sociales-movil {
    order: 0;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 4vh;
    padding-right: 20px;
    display: flex;
  }

  .redes-sociales-footer-movil, .redes-sociales-movil-footer {
    order: 0;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    display: none;
  }

  .slider-original {
    display: none;
  }

  .div-block-40 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .right-arrow, .left-arrow {
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-41 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: scroll;
  }

  .heading-16, .heading-17, .heading-18 {
    font-size: 26px;
    line-height: 42px;
  }

  .collection-list-wrapper-5 {
    margin-top: 20px;
  }

  .grid-areas-investigacion {
    grid-row-gap: 8px;
    grid-template-rows: 500px auto;
    grid-template-columns: 1fr;
  }

  .div-block-areas-investigacion {
    padding: 40px 48px;
  }

  .heading-19 {
    font-size: 26px;
    line-height: 42px;
  }

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

  .div-block-hora {
    margin-left: 16px;
    display: flex;
  }

  .heading-21 {
    font-size: 26px;
    line-height: 42px;
  }

  .heading-22 {
    font-size: 22px;
    line-height: 28px;
  }

  .link-block-9 {
    min-height: 180px;
  }

  .container-audiovisual {
    padding: 60px 4vh;
  }

  .grid-audiovisual {
    grid-template-rows: .75fr 1fr;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .collection-item-5 {
    grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .container-audiovisuals {
    padding: 60px 4vh;
  }

  .grid-17 {
    grid-template-columns: 2fr;
  }

  .container-7 {
    padding: 4vh;
  }

  .collection-list-9 {
    grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .container-8 {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .collection-item-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-9 {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .nav-link-dropdown {
    padding-left: 4vh;
    display: block;
  }

  .dropdown-toggle, .dropdown-toggle-2 {
    padding-left: 0;
  }

  .collection-item-8 {
    grid-column-gap: 40px;
  }

  .text-block-14 {
    font-size: 26px;
    line-height: 28px;
  }

  .text-block-15 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-16 {
    font-size: 14px;
    line-height: 22px;
  }

  .collection-videos {
    grid-template-columns: 1.8fr 1.2fr;
  }

  .text-block-17, .miniserie, .fecha-a-o, .fecha-mes.dateclass {
    font-size: 11px;
    line-height: 11px;
  }

  .icon-5 {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 24px;
  }

  .icon-6 {
    margin-right: 8px;
    font-size: 24px;
  }

  .left-arrow-2, .right-arrow-2 {
    max-width: 50px;
  }

  .div-block-53 {
    margin-bottom: 8px;
  }

  .container-10, .container-11 {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .section-3 {
    background-image: none;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

  .div-block-54 {
    padding: 32px;
  }

  .div-block-56 {
    width: 100%;
    padding-left: 4vh;
  }

  .div-block-57 {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .div-block-izq {
    padding: 32px 32px 32px 0;
  }

  .div-block-3-copy {
    padding: 32px;
  }

  .div-block-3-copy-copy {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .container-13 {
    height: 640px;
    padding-left: 4vh;
  }

  .div-block-61 {
    height: auto;
    min-height: 640px;
  }

  .grid-fecha-eventos {
    font-size: 26px;
  }

  .div-block-62 {
    align-items: center;
    display: flex;
  }

  .container-14 {
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .div-fondo {
    width: 342px;
  }

  .div-fondo.rojo {
    width: 188px;
  }

  .image-17 {
    width: 25px;
    height: 33.33px;
  }

  .image-18 {
    width: 165.24px;
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .nav-link {
    padding-left: 3vh;
  }

  .grid-hero {
    grid-template-columns: 55% 45%;
  }

  .div-block {
    max-width: 200px;
    padding-right: 0;
  }

  .heading {
    max-width: 310px;
    font-size: 24px;
    line-height: 30px;
  }

  .grid-areas {
    grid-template-rows: 350px auto;
    grid-template-columns: 100%;
  }

  .div-block-areas {
    padding: 32px 40px;
  }

  .h3-blanco {
    margin-top: 10px;
    font-size: 24px;
    line-height: 40px;
  }

  .h3-blanco.home {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-blanco._40-margin-arriba {
    margin-top: 0;
  }

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

  .container-areas {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .container-hero {
    padding-left: 3vh;
  }

  .container-noticias-recientes {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .container-footer {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .grid-footer {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph.footer {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 32px;
  }

  .redes-footer.derecho {
    padding-right: 15px;
  }

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

  .div-block-3 {
    padding: 32px;
  }

  ._40-margin-arriba {
    margin-top: 20px;
  }

  .investigacion {
    margin-top: 40px;
  }

  .container-investigacion {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .button {
    margin-top: 32px;
    font-size: 16px;
  }

  .cruces {
    background-image: url('../images/gris.jpg');
    background-position: 0 0;
    background-size: auto;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .grid-9 {
    grid-template-columns: 1.5fr;
  }

  .container-area {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .grid-area {
    grid-template-rows: 0 400px minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
    justify-content: center;
    display: flex;
  }

  .div-block-cruces {
    padding-right: 0;
  }

  .container-investigadoras {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .integrante-equipo {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 40px;
  }

  .container-asistentes, .container-apoyo {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .collection-list-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-12 {
    grid-template-columns: 1.25fr;
  }

  .container-eventos {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .evento {
    background-position: 50% 21%;
  }

  .button-evento {
    text-align: center;
    width: 180px;
    margin-top: 20px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .dia-y-mes {
    font-size: 24px;
    line-height: 30px;
  }

  .button-publicacion {
    font-size: 16px;
    line-height: 18px;
  }

  .fecha_dia-2, .fecha_mes-2, .fecha_a-o-2 {
    margin-top: 5px;
  }

  .container-noticias, .container-cruces {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .icon {
    justify-content: center;
    margin-left: auto;
    display: flex;
  }

  .icon-2 {
    margin-right: auto;
  }

  .presentacion-proyecto {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container-presentacion {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .grid-13 {
    grid-row-gap: 24px;
    grid-template-rows: auto minmax(400px, 1fr) minmax(400px, 1fr);
  }

  .div-block-33 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-6 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

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

  .grid-14 {
    grid-template-rows: minmax(200px, 1fr);
  }

  .heading-2, .heading-2.texto-blacno {
    font-size: 24px;
    line-height: 40px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-12, .heading-13 {
    font-size: 24px;
    line-height: 30px;
  }

  .link-block-7 {
    margin-top: 16px;
  }

  .redes-container {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .link-block-8 {
    background-color: #fff;
    background-size: contain;
    min-height: 220px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .titulo-noticia {
    font-size: 24px;
    line-height: 30px;
  }

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

  .heading-15 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .link-block-7-footer {
    margin-top: 16px;
    margin-left: 0;
  }

  .div-block-38 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-proyecto {
    grid-template-rows: 1.75fr 1fr;
  }

  .div-block-39 {
    display: none;
  }

  .redes-sociales-movil {
    padding-left: 3vh;
  }

  .redes-sociales-movil-footer {
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .right-arrow, .left-arrow {
    height: 350px;
    margin-top: 0;
  }

  .heading-16, .heading-17, .heading-18 {
    font-size: 24px;
    line-height: 40px;
  }

  .grid-areas-investigacion {
    grid-template-rows: 350px auto;
    grid-template-columns: 100%;
  }

  .image-9 {
    max-width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-areas-investigacion {
    padding: 32px 40px;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 40px;
  }

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

  .heading-21 {
    font-size: 24px;
    line-height: 40px;
  }

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

  .div-block-45 {
    display: none;
  }

  .image-11 {
    display: block;
  }

  .heading-23 {
    width: auto;
    max-width: 120px;
  }

  .container-audiovisual {
    padding: 40px 3vh;
  }

  .grid-audiovisual {
    grid-template-rows: 1.75fr 1fr;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }

  .hero-audiovisuals {
    min-height: 40vh;
  }

  .container-audiovisuals {
    padding: 40px 3vh;
  }

  .heading-26 {
    font-size: 28px;
  }

  .container-7 {
    padding: 3vh;
  }

  .collection-list-9 {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .container-8 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .collection-item-7 {
    grid-template-rows: minmax(auto, auto) 1fr;
    grid-template-columns: minmax(200px, 1fr);
  }

  .container-9 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .collection-list-9-copy {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .div-block-48 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-dropdown {
    padding-left: 3vh;
  }

  .collection-item-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-14 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .text-block-15 {
    font-size: 20px;
  }

  .fotografias {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .videos {
    padding-bottom: 4vh;
  }

  .collection-videos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-17, .miniserie {
    font-size: 10px;
    line-height: 10px;
  }

  .div-block-52 {
    margin-bottom: 4vh;
  }

  .fecha-a-o, .fecha-mes.dateclass {
    font-size: 10px;
    line-height: 10px;
  }

  .container-10, .container-11, .container-12 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .section-4 {
    background-color: #0000;
    background-image: none;
  }

  .div-block-56 {
    padding-left: 3vh;
  }

  .div-block-57 {
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .div-block-izq {
    padding: 32px 3vh;
  }

  .div-block-3-copy {
    padding: 32px;
  }

  .div-block-3-copy-copy {
    padding-bottom: 32px;
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .grid-22 {
    grid-template-columns: 1fr;
  }

  .container-13 {
    height: 500px;
    padding-left: 3vh;
  }

  .div-block-61 {
    height: 500px;
  }

  .grid-fecha-eventos {
    font-size: 24px;
    line-height: 30px;
  }

  .grid-23 {
    grid-template-columns: 1fr;
  }

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

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

  .grid-24 {
    grid-template-columns: 1fr;
  }

  .image-17 {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .brand.w--current {
    width: 65%;
  }

  .navbar {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .nav-link {
    padding-left: 2vh;
  }

  .grid-hero {
    grid-template-rows: 300px 350px;
    grid-template-columns: auto;
  }

  .div-block {
    align-items: flex-start;
    max-width: 350px;
    margin-left: 2vh;
    padding-right: 40px;
  }

  .heading {
    width: auto;
    max-width: 260px;
    font-size: 20px;
    line-height: 26px;
  }

  .grid-areas {
    grid-template-columns: 100%;
  }

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

  .h3-blanco.home {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-blanco.home {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-blanco._20-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-blanco._14 {
    font-size: 14px;
    line-height: 22px;
  }

  .container-areas {
    padding-left: 2vh;
    padding-right: 2vh;
  }

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

  .container-noticias-recientes {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .container-footer {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .paragraph.footer {
    line-height: 20px;
  }

  .div-block-3 {
    padding: 24px;
  }

  ._40-margin-arriba {
    margin-top: 20px;
  }

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

  .div-block-13 {
    background-size: auto;
  }

  .investigacion {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .container-investigacion {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .button {
    margin-top: 32px;
  }

  .cruces {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .grid-area {
    grid-template-columns: auto;
  }

  .div-block-17 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: contain;
  }

  .div-block-19, .div-block-20 {
    padding: 24px;
  }

  .container-investigadoras {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .collection-item {
    padding-bottom: 20px;
    display: block;
  }

  .integrante-equipo {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 38px;
  }

  .container-asistentes, .container-apoyo {
    padding-left: 2vh;
    padding-right: 2vh;
  }

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

  .container-eventos {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .evento {
    min-height: 400px;
  }

  .collection-item-2 {
    grid-template-rows: minmax(auto, 1fr) auto;
  }

  .button-evento {
    text-align: center;
    align-self: flex-start;
    width: 190px;
    margin-top: 20px;
    padding: 10px 16px;
    font-size: 14px;
  }

  .dia-y-mes {
    font-size: 22px;
  }

  .div-block-30 {
    height: 60px;
    margin-left: 0;
  }

  .dropdown-link {
    background-color: #c8c8c8;
  }

  .fecha_dia-2, .fecha_mes-2, .fecha_a-o-2 {
    margin-top: 5px;
    font-size: 8px;
    line-height: 10px;
  }

  .container-noticias, .container-cruces {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .icon {
    margin-right: 8px;
  }

  .icon-2 {
    margin-left: 8px;
  }

  .container-presentacion {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .grid-13 {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  }

  .div-block-33 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-6 {
    margin-top: 20px;
    padding-left: 2vh;
    padding-right: 2vh;
  }

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

  .heading-2 {
    font-size: 22px;
    line-height: 38px;
  }

  .heading-2.texto-blacno {
    font-size: 20px;
    line-height: 36px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .heading-13 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .redes-container {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .link-block-8 {
    background-color: #fff;
    background-size: contain;
    min-height: 250px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .titulo-noticia {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .extracto {
    font-size: 14px;
  }

  .heading-14 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-7 {
    object-fit: contain;
  }

  .link-block-7-footer {
    justify-content: center;
    display: flex;
  }

  .div-block-38 {
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-13-proyecto {
    background-size: auto;
  }

  .grid-proyecto {
    grid-template-rows: 1.25fr 1fr;
  }

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

  .text-block-firma-movil {
    display: block;
  }

  .redes-sociales-movil {
    padding-left: 2vh;
  }

  .heading-16, .heading-17, .heading-18 {
    font-size: 22px;
    line-height: 38px;
  }

  .grid-areas-investigacion {
    grid-template-columns: 100%;
  }

  .div-block-areas-investigacion {
    padding: 20px;
  }

  .div-block-42, .div-block-43, .div-block-44 {
    justify-content: center;
    display: flex;
  }

  .heading-19 {
    font-size: 22px;
    line-height: 38px;
  }

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

  .heading-21 {
    font-size: 22px;
    line-height: 38px;
  }

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

  .link-block-9 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    min-height: 200px;
    display: flex;
  }

  .container-audiovisual {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .grid-audiovisual {
    grid-template-rows: 1.25fr 1fr;
  }

  .collection-list-6 {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: 1fr;
  }

  .collection-item-5 {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .container-audiovisuals {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .heading-26 {
    font-size: 24px;
  }

  .container-7 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .collection-list-9 {
    grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .container-8 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .collection-item-7 {
    grid-template-rows: minmax(auto, auto) 1fr;
    grid-template-columns: minmax(auto, 1fr);
  }

  .container-9 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .div-block-48 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-dropdown {
    padding-left: 2vh;
  }

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

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

  .container-10, .container-11 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .section-4 {
    background-image: none;
  }

  .div-block-57 {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .div-block-izq {
    padding: 24px 3vh;
  }

  .div-block-3-copy, .div-block-3-copy-copy {
    padding: 24px;
  }

  .image-16 {
    width: 10%;
    height: 90%;
    display: none;
  }

  .container-13 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto minmax(300px, 1fr) auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 0;
    display: grid;
  }

  .div-block-61 {
    background-position: 0 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    position: static;
  }

  .grid-fecha-eventos {
    font-size: 22px;
  }

  .div-fondo {
    width: 303px;
  }

  .div-fondo.rojo {
    width: 170px;
  }

  .image-18 {
    width: 132.19px;
    height: 28px;
  }
}

#w-node-f7f12901-1583-cc29-6109-f77b64ff7e1b-badd174c {
  justify-self: center;
}

#w-node-_04614ee0-f115-c0b2-c4ff-bad0f627a98b-badd174c {
  justify-self: end;
}

#w-node-_846896cc-0c2e-1262-9cb2-fae653d9fa06-badd174c, #w-node-aae9ee4e-48a7-7b41-cb50-df5216af4864-badd174c, #w-node-_6ca52e96-085f-317a-82c0-3686797ef626-badd174c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d312204c-4c70-9e66-c695-32ca286144d9-286144d6, #w-node-d312204c-4c70-9e66-c695-32ca286144db-286144d6 {
  align-self: center;
}

#w-node-_10441d3c-2b35-a9f8-eaa0-e7eb14df7db4-286144d6 {
  place-self: center;
}

#w-node-d312204c-4c70-9e66-c695-32ca286144e1-286144d6, #w-node-a03588ff-2eb6-583a-bc7c-bbccf4305885-286144d6 {
  justify-self: end;
}

#w-node-b5b58db3-f8fc-ecde-ad1e-0a5fe3cd4bc2-c6dd174f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8f33af2-64aa-0b8c-d3b3-156d6a01d2ed-c6dd174f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfaabb89-eb69-fd9b-7ddf-009f2f538cde-c6dd174f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-fe38b787-2ed9-6c46-9dc7-5dbcc3b8ec5e-c6dd174f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe38b787-2ed9-6c46-9dc7-5dbcc3b8ec62-c6dd174f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fe38b787-2ed9-6c46-9dc7-5dbcc3b8ec63-c6dd174f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_36e86d02-cb24-ec01-76ec-223bb04a0cee-29dd1751, #w-node-_590f897e-cd86-8e94-05ed-4c4157b130be-29dd1751 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aa4cf05f-cc9d-23cd-3c64-cedf3ecab365-29dd1751 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_138e0f62-b10e-fa65-b570-1b7d59683527-fbdd1752 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_290b33e6-661c-5adf-bbf9-8b6f172e23a6-fbdd1752 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c02f9044-34c8-2cec-1a1d-89d1d309267a-fbdd1752 {
  align-self: end;
}

#w-node-_07d85f79-1fdf-f24e-ceee-b25555c2eafc-fbdd1752 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_07d85f79-1fdf-f24e-ceee-b25555c2eafd-fbdd1752 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d13cbe81-3d4f-b67b-6d1d-460ea7ed7bc7-50dd1753 {
  align-self: start;
}

#w-node-cbc9333f-57fd-895e-b2bf-87c2de986733-ecdd175a {
  place-self: center start;
}

#w-node-_6cfda09b-df24-8c3d-5903-9acb94c0b517-ecdd175a {
  align-self: center;
}

#w-node-_53d6f6f6-b3ce-aa09-a68f-d090adf210a9-08dd175c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_7dfafd9c-6463-0b07-3e58-5f50ad3aee3b-08dd175c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53d6f6f6-b3ce-aa09-a68f-d090adf210a9-06dd175d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-a912ac47-7e38-fb48-5a2c-273366525b6f-06dd175d, #w-node-b8ee06b1-cbd7-0912-0ef0-ba49ad5217b1-06dd175d, #w-node-_1136fc86-2d26-d0a9-7057-dbe6829e5d0a-06dd175d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac53053d-bc96-5547-7725-9a8aff6e2232-06dd175d {
  align-self: stretch;
}

#w-node-ac53053d-bc96-5547-7725-9a8aff6e2236-06dd175d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fad93b-273c-b422-5570-cc298a3051af-06dd175d {
  align-self: stretch;
}

#w-node-f2fad93b-273c-b422-5570-cc298a3051ba-06dd175d, #w-node-_13a087e5-240a-ceee-f79c-407c0e83b19b-06dd175d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2a16ed4-3866-6f95-eea3-84c4c9d473cd-06dd175d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2a16ed4-3866-6f95-eea3-84c4c9d473d6-06dd175d, #w-node-b01d2f97-1fbf-6eae-a91e-42f6383b5a96-06dd175d {
  align-self: stretch;
}

#w-node-c2a16ed4-3866-6f95-eea3-84c4c9d473dc-06dd175d, #w-node-c2a16ed4-3866-6f95-eea3-84c4c9d473f1-06dd175d, #w-node-_38422565-639b-b421-15af-b7390536613d-06dd175d, #w-node-f1b078d3-fa36-9034-6060-71fedfbdf616-06dd175d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5029c47-d386-b88b-3741-82e2e24c88d0-06dd175d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7f3d5c0-2125-fd2c-8c14-376cdd5de835-06dd175d, #w-node-_762ee24f-42d7-f086-9217-8677e515111b-06dd175d, #w-node-_0998877b-69f2-e754-50cf-60e149cb5082-06dd175d, #w-node-_630e4530-c9aa-705b-edcd-d699135cbfaf-06dd175d {
  align-self: stretch;
}

#w-node-_67769406-a8f7-68f3-b8a4-f1c8801cb7a0-06dd175d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00968733-551a-60bd-0d89-703063cf71fc-06dd175d {
  align-self: stretch;
}

#w-node-_00968733-551a-60bd-0d89-703063cf7207-06dd175d, #w-node-a753c68e-b449-af7f-f994-affaa20fba6a-06dd175d, #w-node-_2d9833e4-c52c-788e-146d-4c0e307c613f-06dd175d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13ab4444-e088-30b8-1fb0-2c7ccd84da9e-06dd175d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_957f8d43-c44c-ae15-8dca-e6434e9961d1-06dd175d, #w-node-_18a5a2cd-7d04-842e-d4b3-451f1e6b6686-06dd175d, #w-node-_13c8e669-7da0-13f0-0768-37d4bab5110b-06dd175d, #w-node-_6ec927fe-a5a0-0ebc-0f1a-49c7d064dfc8-06dd175d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_025b1938-3630-24c9-1467-8cdf1807d5c8-8bdd175e {
  align-self: start;
}

#w-node-_608ce900-9a2b-9a85-0274-cd4baf79c9d3-6a06057f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9b1a445b-60b8-3a1c-71e6-a3c74df9a78e-6a06057f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc5d9d6-9866-fb5d-6cba-6fb1f86e6e15-6a06057f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_48b7255f-c40d-d7e8-4299-f6f01d0da609-6a06057f, #w-node-c25281d9-c918-1c53-2988-a36e86b131ff-6a06057f, #w-node-_9117b81e-58bd-6726-e4db-1e20d65af8fe-6a06057f, #w-node-d8f85f6e-71cc-e055-a03e-758601d45335-6a06057f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_667289b8-42fd-c2eb-96b0-5bb3805966ea-29dd1751 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_397f7257-a253-ea07-561b-396fa3afa7db-29dd1751, #w-node-_04b302b6-599d-d9e5-6c86-99e4b496c99b-29dd1751 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c910fc07-9272-51f3-0e87-a8d522286235-50dd1753 {
    align-self: auto;
  }

  #w-node-_17e72753-5849-7bfd-81e3-29fcb0696f8d-d8dd1759, #w-node-_8e7c8aee-92e7-3340-3c0a-a1f1c2ed2764-d8dd1759 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01e630e8-a6a5-f55c-6198-0db8356120e5-08dd175c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99f90620-384e-eb8f-70e3-52233d11b585-08dd175c {
    place-self: stretch;
  }

  #w-node-_6bc5d9d6-9866-fb5d-6cba-6fb1f86e6e15-6a06057f {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04614ee0-f115-c0b2-c4ff-bad0f627a98b-badd174c {
    justify-self: center;
  }

  #w-node-aae9ee4e-48a7-7b41-cb50-df5216af4864-badd174c {
    order: 9999;
  }

  #w-node-d312204c-4c70-9e66-c695-32ca286144d9-286144d6, #w-node-d312204c-4c70-9e66-c695-32ca286144db-286144d6, #w-node-_10441d3c-2b35-a9f8-eaa0-e7eb14df7db4-286144d6, #w-node-a03588ff-2eb6-583a-bc7c-bbccf4305885-286144d6 {
    justify-self: center;
  }

  #w-node-_667289b8-42fd-c2eb-96b0-5bb3805966ea-29dd1751 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04b302b6-599d-d9e5-6c86-99e4b496c99b-29dd1751 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c910fc07-9272-51f3-0e87-a8d522286235-50dd1753 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-d5c52e01-8135-df9c-7f96-8067c3b23b5c-50dd1753, #w-node-_01e630e8-a6a5-f55c-6198-0db8356120e5-08dd175c, #w-node-d2c6a97e-6835-7101-1a23-bb97d348b05e-08dd175c, #w-node-_1728868c-a962-6fa2-7747-8bb8e395ed86-08dd175c, #w-node-c96176e9-d8e3-2cf7-9e48-2feeb17286ca-08dd175c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99f90620-384e-eb8f-70e3-52233d11b585-08dd175c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch;
  }

  #w-node-dada9bb0-39f2-20cd-f225-f20e86de9f7a-08dd175c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b1a445b-60b8-3a1c-71e6-a3c74df9a78e-6a06057f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d312204c-4c70-9e66-c695-32ca286144db-286144d6 {
    place-self: auto;
  }

  #w-node-_1728868c-a962-6fa2-7747-8bb8e395ed86-08dd175c, #w-node-c96176e9-d8e3-2cf7-9e48-2feeb17286ca-08dd175c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99f90620-384e-eb8f-70e3-52233d11b585-08dd175c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch;
  }

  #w-node-dada9bb0-39f2-20cd-f225-f20e86de9f7a-08dd175c, #w-node-_7dfafd9c-6463-0b07-3e58-5f50ad3aee3b-08dd175c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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