@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Bold-Oblique.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Heavy-Oblique.woff') format("woff"), url('../fonts/FivoSans-Black-Oblique.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Heavy.woff') format("woff"), url('../fonts/FivoSans-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Thin-Oblique.woff') format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Light-Oblique.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Oblique.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fivosans;
  src: url('../fonts/FivoSans-Medium-Oblique.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --fivo: Fivosans, Arial, sans-serif;
  --gris: #4a4f55;
  --principal: #e40e20;
}

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

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

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

h1 {
  font-family: var(--fivo);
  color: var(--gris);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  font-family: var(--fivo);
  color: var(--principal);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  font-family: var(--fivo);
  color: var(--principal);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  font-family: var(--fivo);
  color: var(--principal);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  font-family: var(--fivo);
  color: var(--gris);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
}

strong {
  font-weight: bold;
}

.navbar {
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.section {
  background-color: var(--principal);
  justify-content: flex-start;
  align-items: flex-start;
  height: 800px;
  display: flex;
}

.div-block {
  background-image: url('../images/hero-home.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 90%;
  display: flex;
}

.hero-text {
  color: var(--principal);
  text-transform: uppercase;
  font-family: Fivosans, Arial, sans-serif;
  font-size: 80px;
  line-height: 120%;
  display: block;
}

.text-block-2 {
  font-family: var(--fivo);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.image {
  height: 60px;
}

.nav-link {
  font-family: var(--fivo);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.w--current {
  color: var(--principal);
  font-family: Fivosans, Arial, sans-serif;
  font-weight: 700;
}

.ima-hero {
  width: 50%;
  position: absolute;
  inset: 20% 0% auto auto;
}

.container-3 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.image-2 {
  vertical-align: baseline;
  max-height: 558px;
  position: static;
}

.body {
  background-color: #e0dfdf;
}

.section-2 {
  background-image: url('../images/Fondo-rojo.png');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 60px;
  padding-bottom: 120px;
}

.container-4 {
  justify-content: space-between;
  display: flex;
}

.div-imag {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.white {
  color: #fff;
}

.white._50 {
  width: 50%;
}

.white._40 {
  width: 40%;
}

.grid {
  grid-column-gap: 16px;
  grid-template: "Area Area-2 Area-3" 260px
                 "Area Area-4 Area-4" 260px
                 "Area-5 Area-5 Area-6" 260px
                 / 1fr 1fr 1fr;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.grid-rojo-2-1 {
  background-image: url('../images/Background-Grid-Red.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-card {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.image-7 {
  object-fit: cover;
  border-radius: 10px;
}

.text-2 {
  opacity: .5;
  font-family: var(--fivo);
  color: #fff;
  letter-spacing: -.16px;
  mix-blend-mode: screen;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 164px;
  font-weight: 700;
  line-height: 100px;
  text-decoration: none;
  position: absolute;
  inset: auto 0 0 auto;
}

.tierra-adrentro-1 {
  object-fit: cover;
  max-width: 90%;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
}

.image-9 {
  object-fit: cover;
  position: absolute;
  top: -94px;
  left: 0;
}

.grid-red-1-1 {
  background-image: url('../images/Background-Grid-Red.png');
  background-position: 0 0;
  background-size: cover;
  padding: 40px 20px;
  text-decoration: none;
}

.grild-grey-1-2 {
  background-image: url('../images/Background-Grid-Grey.png');
  background-position: 50%;
  background-size: cover;
  padding: 40px 20px;
  text-decoration: none;
  overflow: hidden;
}

.grid-red-1-2 {
  background-image: url('../images/Background-Grid-Red.png');
  background-position: 50%;
  background-size: cover;
  padding: 40px 20px;
  text-decoration: none;
}

.grid-grey-1-1 {
  background-image: url('../images/Background-Grid-Grey.png');
  background-position: 50%;
  background-size: cover;
  padding: 40px 20px;
  text-decoration: none;
}

.grid-ima {
  background-image: url('../images/iMAGEN_1.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.n-card {
  color: #fff;
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.frame-14463 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-card {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.card-grid-text50 {
  width: 50%;
  display: block;
}

.container-5 {
  display: flex;
}

.div-block-7 {
  width: 50%;
  display: block;
}

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

.footer-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.f2wf-columns-2 {
  height: auto;
}

.frame-14 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer {
  background-color: var(--principal);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px 40px 10px;
  text-decoration: none;
  display: flex;
}

.contact-us {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  height: 166px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.credit {
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.horario {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.ub {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text--footer {
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  font-family: Fivosans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}

.text--footer.color-white {
  color: #fff;
  width: auto;
  font-family: Fivosans, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.contacto {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.columna2 {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  text-decoration: none;
  display: flex;
}

.ubicaciones {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.union {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80.9996px;
  height: 17px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

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

.container-7 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.footer-text {
  color: #fff;
  font-family: Fivosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-text.big {
  font-size: 18px;
}

.redes-2 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icono {
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

.grupo-427 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.image-13 {
  width: 290px;
}

.container-9 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.container-10 {
  flex-flow: row;
  padding-bottom: 20px;
  display: flex;
}

.container-11 {
  flex-flow: row;
  display: flex;
}

.image-14 {
  padding-top: 40px;
}

.section-3 {
  background-image: url('../images/Fondo-rojo.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 700px;
  max-height: none;
}

.container-13 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 90%;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.aduna-papel-1 {
  object-fit: cover;
  width: 70%;
  position: absolute;
  inset: auto 0% 10% auto;
}

.text-block-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Fivosans, Arial, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 110%;
}

.text-block-5 {
  color: #fff;
  font-family: Fivosans, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.body-2 {
  background-image: url('../images/1-1.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.section-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-14 {
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  margin: 20px;
  display: flex;
}

.quipo {
  grid-column-gap: 61px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-equipo {
  grid-row-gap: 28px;
  background-color: #ffffffb3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(135deg, #fff, #fff0 59%), url('../images/Fondo-equipo.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.ima-equipo {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.equipo-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 178px;
  height: 286px;
  margin: 10px;
  text-decoration: none;
  display: flex;
}

.equipo-foto {
  object-fit: cover;
  border: 5px solid #fff;
}

.text-10 {
  color: #e40e20;
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-11 {
  color: #e40e20;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

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

._1 {
  margin-top: 0;
  margin-bottom: 60px;
}

._2 {
  margin-top: 60px;
}

.aha {
  object-fit: cover;
}

.ima-hero-servicios {
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  display: flex;
  position: absolute;
  inset: 0% 0% 20% auto;
}

.container--2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.nav--button {
  background-color: var(--principal);
  color: #fff;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.button-style {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-button {
  font-family: var(--fivo);
  color: #e40e20;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-button.white {
  color: #fff;
}

.section-6 {
  background-color: var(--principal);
  background-image: linear-gradient(#e40e20b3, #e40e20b3), url('../images/1-1.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  color: var(--principal);
  text-align: center;
}

.red-h1 {
  color: var(--principal);
  margin-bottom: 0;
}

.container-15 {
  margin-top: 40px;
}

.body-3, .body-4 {
  background-color: #e8e8e8;
}

.hero-actividad {
  background-image: url('../images/Captura-de-pantalla-2025-09-30-121122.png');
  background-position: 50% 100%;
  background-size: cover;
  height: 600px;
}

.image-15 {
  z-index: 1;
  background-image: url('../images/linea-rasgda.png');
  background-position: 50% 0;
  background-size: auto;
  position: absolute;
  top: 550px;
  overflow: auto;
}

.section-8 {
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.card-actividad {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 360px;
  margin: 20px;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.fecha {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 110px;
  max-width: 110px;
  padding-top: 25px;
  text-decoration: none;
  display: flex;
}

.text-date {
  font-family: var(--fivo);
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-12 {
  font-family: var(--fivo);
  color: #000;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.texto {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.etiqueta {
  grid-row-gap: 10px;
  background-color: #e40e20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
}

.etiqueta.absoluta {
  position: absolute;
  top: -50px;
  left: 0;
}

.taller {
  font-family: var(--fivo);
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-card-actividades {
  color: #000;
  letter-spacing: .2px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-14 {
  color: #5b6670;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.button-style-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #e40e20;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.hora-500-pm-0 {
  color: #5b6670;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.hora-500-pm-1 {
  color: #5b6670;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.lugar-hemeroteca-biblioteca-piloto-del-caribe---va-40-36-135-0 {
  color: #5b6670;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.div-block-13 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph {
  margin-bottom: 5px;
}

.banner {
  background-image: url('../images/Captura-de-pantalla-2025-09-30-121234.png');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.body-5 {
  background-color: #e8e8e8;
}

.div-block-14 {
  background-image: url('../images/linea-rasgda.png');
  background-position: 50% 0;
  background-size: cover;
  height: 150px;
  display: block;
  position: relative;
  top: 500px;
}

.frame-4 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 888px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1 {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 852px;
  text-decoration: none;
  display: flex;
}

.informacin {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tutulo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #e40e20;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-17 {
  color: #5b6670;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.frame-14464 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #e40e20;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.fechas {
  grid-column-gap: 2px;
  background-color: #e40e20;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.dia {
  grid-row-gap: 10px;
  background-color: #535e6b66;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px 4px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

._26 {
  color: #fff6;
  text-align: right;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.dia-2 {
  grid-row-gap: 10px;
  background-color: #e40e20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px 4px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

._26-2 {
  color: #fff;
  text-align: right;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.frame-29 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.el-caribe-se-prepara-para-recibir-una-experiencia-sensorial-simblica-y-profundamente-liberadora-con {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  text-decoration: none;
}

.text-19 {
  color: #e40e20;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-20 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  text-decoration: none;
}

.frame-27 {
  grid-row-gap: 10px;
  background-color: #e40e20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -50px;
  left: 0;
}

.text-21 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-block-6 {
  font-family: var(--fivo);
  color: var(--gris);
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  position: static;
  top: 0;
  left: 0;
  right: auto;
}

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

.heading-3, .heading-4 {
  font-family: var(--fivo);
  color: var(--principal);
}

.div-block-15 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.image-16 {
  border-radius: 10px;
  width: auto;
  height: 60px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  right: 10px;
}

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

.div-block-18 {
  margin-top: 40px;
}

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

.div-card {
  display: flex;
  position: relative;
}

.ima-card {
  z-index: 0;
  width: auto;
  height: auto;
  position: relative;
  inset: auto 0% -10px;
}

.container-16 {
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
}

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

  h2 {
    font-size: 28px;
  }

  .div-block {
    height: 85%;
  }

  .hero-text {
    font-size: 70px;
  }

  .ima-hero {
    width: 60%;
    top: 30%;
  }

  .container-3 {
    padding-top: 40px;
  }

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

  .white._50, .white._40 {
    width: 50%;
  }

  .footer-2 {
    flex-flow: wrap;
    max-width: none;
  }

  .f2wf-columns-2 {
    flex-flow: row;
    align-items: center;
  }

  .contact-us {
    flex-flow: column;
    width: 80%;
    max-width: 250px;
    height: auto;
  }

  .text--footer.color-white {
    font-size: 12px;
  }

  .columna2 {
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    max-width: none;
    margin-left: 20px;
    margin-right: 0;
  }

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

  .container-7 {
    width: 40%;
  }

  .footer-text {
    font-size: 14px;
  }

  .image-13 {
    width: 240px;
  }

  .container-9 {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .container-12 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    box-sizing: content-box;
    aspect-ratio: auto;
  }

  .container-13 {
    width: auto;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .aduna-papel-1 {
    width: 85%;
    position: absolute;
    top: 40%;
  }

  .text-block-4 {
    color: #fff;
    text-transform: uppercase;
    font-family: Fivosans, Arial, sans-serif;
    font-size: 50px;
    line-height: 110%;
  }

  .text-block-5 {
    color: #fff;
    font-family: Fivosans, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
  }

  .aha {
    position: absolute;
    top: 40%;
  }

  .ima-hero-servicios {
    bottom: 10%;
  }

  .heading {
    font-size: 32px;
  }

  .image-15 {
    top: 550px;
  }

  .section-8 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .card-actividad {
    width: 320px;
    margin: 20px 10px;
  }

  .section-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-16 {
    margin-left: auto;
    margin-right: auto;
  }
}

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

  p {
    font-size: 14px;
  }

  .section {
    justify-content: flex-start;
    align-items: flex-start;
    height: 1000px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: 65%;
  }

  .hero-text {
    font-size: 60px;
  }

  .ima-hero {
    width: 90%;
    top: 50%;
    left: auto;
    right: 5px;
  }

  .container-3 {
    padding-top: 0;
  }

  .container-4 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-imag {
    width: 60%;
  }

  .div-text {
    width: 85%;
  }

  .white._50 {
    width: 50%;
  }

  .white._40 {
    width: 60%;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: 260px 260px 260px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .grid-rojo-2-1 {
    height: 230px;
  }

  .text-card {
    width: auto;
  }

  .tierra-adrentro-1 {
    height: 200px;
    right: 40px;
  }

  .grid-red-1-1 {
    width: 50%;
    height: 230px;
  }

  .grild-grey-1-2, .grid-red-1-2 {
    height: 230px;
  }

  .grid-grey-1-1 {
    width: 100%;
    height: 230px;
  }

  .grid-ima {
    background-image: url('../images/iMAGEN_1.png');
    background-position: 50%;
    background-size: cover;
    width: 46%;
    height: 230px;
  }

  .div-block-7, .image-12 {
    height: 200px;
  }

  .container-6 {
    width: 60%;
    margin-left: 0;
  }

  .footer-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .f2wf-columns-2 {
    flex-flow: column;
  }

  .columna2 {
    flex-flow: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .union {
    margin-bottom: 5px;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-9 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .container-10 {
    flex-flow: column;
    width: 100%;
  }

  .container-11 {
    flex-flow: wrap-reverse;
  }

  .section-3 {
    aspect-ratio: auto;
  }

  .container-13 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 140px;
  }

  .aduna-papel-1 {
    width: auto;
    top: auto;
  }

  .container-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-1 {
    flex-flow: column;
  }

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

  .quipo {
    flex-flow: column;
  }

  .text-equipo {
    width: 90%;
  }

  .section-5 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .aha {
    width: auto;
    max-width: 500px;
    top: auto;
  }

  .ima-hero-servicios {
    width: 90%;
    bottom: 10%;
  }

  .container--2 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 30px;
  }

  .image-15 {
    top: 570px;
  }

  .fecha {
    width: 90px;
    max-width: 90px;
  }

  .text-date {
    font-size: 60px;
  }

  .div-block-13 {
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 120%;
  }

  h2 {
    font-size: 25px;
  }

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

  .section {
    height: 850px;
  }

  .div-block {
    width: 100%;
    height: 80%;
  }

  .hero-text {
    font-size: 50px;
  }

  .ima-hero {
    width: 95%;
    right: 5px;
  }

  .container-3 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-imag {
    width: 80%;
  }

  .white._50, .white._40 {
    width: auto;
  }

  .text-2, .tierra-adrentro-1 {
    display: none;
  }

  .grid-red-1-1, .grid-ima {
    width: 100%;
  }

  .card-grid-text50 {
    width: auto;
  }

  .div-block-7, .image-12 {
    display: none;
  }

  .container-6 {
    width: auto;
  }

  .footer-2 {
    height: auto;
  }

  .f2wf-columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text--footer.color-white {
    text-align: center;
    font-size: 12px;
  }

  .columna2 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .union {
    margin-bottom: 5px;
    margin-right: 20px;
  }

  .container-9 {
    width: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-11 {
    flex-flow: wrap-reverse;
  }

  .container-13 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .aduna-papel-1 {
    object-fit: cover;
    position: static;
  }

  .text-block-4 {
    font-size: 40px;
  }

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

  .body-2 {
    background-color: #e8e8e8;
  }

  .container-14 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-1 {
    flex-flow: column;
  }

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

  .text-equipo {
    padding: 20px;
  }

  .section-5 {
    background-image: linear-gradient(270deg, #fff, #fff0), url('../images/Fondo-equipo.jpg');
  }

  .ima-equipo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  ._1, ._2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .aha {
    object-fit: cover;
    width: 345px;
    position: static;
  }

  .ima-hero-servicios {
    width: 100%;
    bottom: 25%;
  }

  .container--2 {
    flex-flow: wrap-reverse;
  }

  .heading {
    font-size: 26px;
  }

  .image-15 {
    max-width: 120%;
    top: 580px;
  }

  .section-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .card-actividad {
    width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-date {
    font-size: 50px;
  }

  .taller {
    text-align: left;
  }

  .text-card-actividades {
    font-size: 18px;
    line-height: 130%;
  }

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

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

  .ima-card {
    height: auto;
    bottom: -10px;
  }

  .container-16 {
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_1ce430ef-bc31-7e0d-f434-6efe66437bec-ede78851 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_330d797a-29ea-c4cd-5432-7ea3bd23ec81-ede78851, #w-node-c0335456-a974-f77e-b286-f28ff5ebdb24-ede78851 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Bold-Oblique.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Heavy-Oblique.woff') format('woff'), url('../fonts/FivoSans-Black-Oblique.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Heavy.woff') format('woff'), url('../fonts/FivoSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Thin-Oblique.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Light-Oblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Oblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Medium-Oblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fivosans';
  src: url('../fonts/FivoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}