:root {
  --rojo: #cb352b;
  --azul: #43568c;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar-logo-left {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #6d6d6d70;
  border-bottom: 2px solid #fff;
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

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

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

.navbar-brand {
  padding: 20px 40px;
}

.nav-menu-wrapper {
  border-left: 2px solid #fff;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #000;
  background-image: linear-gradient(#fff0 76%, #fff), url('../images/FONDO.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 30px;
  display: flex;
}

.section.agenda {
  background-image: linear-gradient(#fff0 76%, #fff), url('../images/Foto-agenda.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.agenda.interior {
  background-image: linear-gradient(#fff0 76%, #fff), url('../images/Recurso-13_1.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  height: 70vh;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.section.natural {
  background-image: linear-gradient(#fff0 76%, #fff), url('../images/Recurso-1.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.senderismo {
  background-image: linear-gradient(#fff0 76%, #fff), url('../images/Recurso-5_1.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.dropdown-toggle {
  color: #fff;
  padding: 0 23px 0 0;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.dropdown-toggle.sin {
  padding-right: 0;
}

.icon {
  margin-right: 0;
}

.heading {
  color: #fff;
  text-align: center;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10.8rem;
  line-height: .6em;
}

.heading.contact {
  line-height: .8em;
}

.text-span {
  font-size: 6.4rem;
  line-height: 1em;
}

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

.body.pop-up {
  background-image: url('../images/Captura-de-pantalla-2025-10-09-a-las-13.16.51.png');
  background-position: 50% 0;
  background-size: cover;
  display: flex;
}

.div-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #6d6d6d70;
  border: 2px solid #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 6px 6px 10px;
  display: flex;
}

.div-block.fondo-entero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: auto;
  padding: 30px;
}

.div-block._2 {
  background-color: #6d6d6d00;
  border-width: 1px;
  border-color: #bebebe;
  max-width: none;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff0;
  margin-bottom: 0;
  font-size: 18px;
}

.text-field._2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.form-block {
  flex: 1;
  margin-bottom: 0;
}

.div-block-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  display: flex;
}

.div-block-3 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  align-self: stretch;
  margin-left: 10px;
}

.div-block-3._2 {
  border-left-color: #bebebe;
  border-right-style: none;
  border-right-color: #bebebe;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
}

.section-2.arriba {
  padding-top: 220px;
}

.div-block-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4.normal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.heading-2 {
  color: #a7a7a7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1em;
}

.div-block-5 {
  color: #fff;
  background-color: #3b4884;
  border: 1px solid #3b4884;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-7 {
  border: 1px solid #bebebe;
  border-radius: 20px;
  padding: 0 20px;
  position: relative;
}

.div-block-7.nuevoo {
  padding: 80px 20px 20px;
}

.div-block-7.nuevoo._222 {
  padding-top: 30px;
}

.div-block-7._20 {
  padding: 20px;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 80px 30px 30px;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-8.agenda {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.div-block-8.normal {
  padding: 20px;
}

.div-block-9 {
  background-image: url('../images/FONDO.png');
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 300px;
  min-height: 250px;
  text-decoration: none;
  display: flex;
  overflow: clip;
  box-shadow: 4px 3px 12px -1px #00000078;
}

.div-block-9.agenda {
  background-position: 50% 0;
  min-width: auto;
}

.div-block-9.agenda._1 {
  background-image: url('../images/Recurso-3.png');
  text-decoration: none;
}

.div-block-9.agenda._2 {
  background-image: url('../images/Recurso-4.png');
  text-decoration: none;
}

.div-block-9.agenda._3 {
  background-image: url('../images/Recurso-5.png');
  text-decoration: none;
}

.div-block-9.agenda._4 {
  background-image: url('../images/Recurso-6.png');
  text-decoration: none;
}

.div-block-9.agenda._5 {
  background-image: url('../images/Recurso-10.png');
  text-decoration: none;
}

.div-block-9.agenda._6 {
  background-image: url('../images/Recurso-9.png');
  text-decoration: none;
}

.div-block-9.agenda._7 {
  background-image: url('../images/Recurso-8.png');
  text-decoration: none;
}

.div-block-9.agenda._8 {
  background-image: url('../images/Recurso-7.png');
  text-decoration: none;
}

.div-block-9._1 {
  background-image: url('../images/Recurso-4_1.png');
}

.div-block-9._2 {
  background-image: url('../images/Recurso-3_1.png');
}

.div-block-9._3 {
  background-image: url('../images/Recurso-2.png');
}

.div-block-10 {
  background-image: linear-gradient(270deg, #fff, #7a7a7a00 3%, #fff0 97%, #fff);
  position: absolute;
  inset: 0%;
}

.div-block-10.izq {
  background-image: linear-gradient(270deg, #0000 48%, #fff);
  width: 100px;
  right: auto;
}

.div-block-10.der {
  background-image: linear-gradient(90deg, #0000 48%, #fff);
  width: 100px;
  left: auto;
}

.div-block-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: color-mix(in srgb, var(--rojo) 75%, transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 20px;
  display: flex;
}

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

.text-block._2 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.text-block._1 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1em;
}

.heading-3 {
  color: #3b4884;
  text-align: center;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1em;
}

.div-block-12 {
  border-bottom: 1px solid #3b4884;
  width: 100%;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-14 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-14.izq {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  right: auto;
}

.div-block-14.der {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  left: auto;
}

.div-block-15 {
  background-color: #fff;
  border: 1px #bebebe;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-2 {
  color: #575756;
  text-align: center;
  max-width: 684px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

.text-block-3 {
  color: var(--rojo);
  font-size: 6vw;
  font-weight: 900;
  line-height: 1em;
}

.section-3 {
  background-color: #e1e3ec;
  background-image: linear-gradient(#a5b0e2ba, #a5b0e2ba), url('../images/playa-puerto-mazarron-murcia-s204418006_1playa-puerto-mazarron-murcia-s204418006.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 80px 20px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-17 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #6d6d6d70;
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-17:hover {
  color: #3b4884;
  background-color: #fff;
  transform: scale(.98);
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.text-block-4 {
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1em;
}

.text-block-5 {
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1em;
}

.div-block-20 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-4 {
  background-color: #fcf7f8;
  border-top: 2px solid #616b9b;
  padding: 50px 40px;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.div-block-22 {
  align-self: stretch;
  margin-top: 20px;
}

.section-5 {
  z-index: 1;
  color: #fff;
  background-color: #262d4f;
  padding: 80px 40px;
  font-family: Roboto, sans-serif;
  position: relative;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-2 {
  border: 1px solid #fff0;
  border-radius: 40px;
  max-width: 300px;
  height: 50px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

.text-field-2::placeholder {
  color: #dadada;
}

.submit-button {
  background-color: var(--rojo);
  border-radius: 40px;
  flex: 1;
  max-width: 300px;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1em;
}

.form-block-2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-24 {
  background-color: #c6c6c6;
  border-radius: 20px;
  padding: 2px 27px 2px 2px;
}

.div-block-25 {
  background-color: #eaeaea;
  border-radius: 20px;
  width: 25px;
  height: 25px;
}

.text-block-7 {
  color: #7d7c7c;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
}

.link {
  color: #7d7c7c;
  text-decoration-color: #000;
}

.div-block-26 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-left: 2px solid #fff;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 350px;
  display: flex;
}

.paragraph {
  text-align: right;
  margin-bottom: 0;
}

.paragraph.m-s {
  margin-top: 30px;
}

.paragraph.m-s.bold, .paragraph.boold {
  margin-bottom: 5px;
  font-weight: 800;
}

.paragraph a {
    color: inherit;
    text-decoration: inherit;
    transition: .2s;
}

.paragraph a:hover {
    opacity: .8;
}

.div-block-29 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.image {
  margin-top: 60px;
}

.div-block-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-8 {
  margin-bottom: 30px;
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1em;
}

.div-block-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu._2 {
  max-width: 500px;
}

.tab-link-tab-1 {
  color: #3b4884;
  background-color: #fff;
  border: 1px solid #3b4884;
  border-radius: 20px;
  font-family: Roboto, sans-serif;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: var(--rojo);
  border: 1px solid var(--rojo);
  border-radius: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.tab-link-tab-2 {
  color: #3b4884;
  background-color: #fff0;
  border: 1px solid #3b4884;
  border-radius: 20px;
  font-family: Roboto, sans-serif;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: var(--rojo);
  border-color: var(--rojo);
  font-weight: 600;
}

.tab-link-tab-2.rutas {
  display: none;
}

.div-block-32 {
  flex-flow: column;
  display: flex;
}

.div-block-33 {
  color: #fff;
  background-color: #3b4884;
  border-radius: 20px;
  flex-flow: column;
  padding: 30px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-34 {
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.text-block-9 {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1em;
}

.text-block-10 {
  font-size: 1.4rem;
  line-height: 1em;
}

.div-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-36 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.text-block-11 {
  font-size: 1rem;
  line-height: 1em;
}

.text-block-11._5abajo {
  margin-bottom: 5px;
}

.div-block-37 {
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-12 {
  color: #ffffffb3;
  font-size: 16px;
  font-weight: 500;
}

.text-block-13 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

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

.dropdown-list {
  margin-top: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 7px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list.nuevo.w--open {
  inset: auto 0% auto auto;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link:hover {
  background-color: #ff570012;
}

.dropdown-link.w--current {
  color: var(--rojo);
  font-weight: 700;
}

.dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-2:hover {
  background-color: #ff570012;
}

.dropdown-link-2.w--current {
  color: var(--rojo);
  font-weight: 700;
}

.dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-3:hover {
  background-color: #ff570012;
}

.dropdown-link-3.w--current {
  color: var(--rojo);
}

.div-block-40 {
  border-bottom: 2px solid var(--rojo);
}

.div-block-41 {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-42 {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-42.interior-agenda {
  margin-top: -52px;
}

.div-block-42.otro {
  margin-top: -19px;
}

.div-block-43 {
  background-color: #fff;
  padding: 10px 20px;
}

.div-block-43.centroo {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blanco {
  position: absolute;
  inset: 0%;
}

.div-block-44, .div-block-45, .div-block-46, .div-block-47 {
  position: relative;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blaanco {
  position: absolute;
  inset: 0%;
}

.tabs {
  flex: 1;
}

.section-6 {
  background-image: linear-gradient(90deg, #00000057 5%, #fff0 93%), linear-gradient(#0000001f, #0000001f), url('../images/bolnuevo3.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 180px 40px 70px;
  display: flex;
}

.section-6._2 {
  background-image: linear-gradient(90deg, #00000057 23%, #fff0), linear-gradient(#0000003b, #0000003b), url('../images/2024-10-29.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section-6._3 {
  background-image: linear-gradient(90deg, #00000057 5%, #fff0 93%), linear-gradient(#0000001f, #0000001f), url('../images/47433.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-14 {
  margin-bottom: 20px;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1em;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1em;
}

.text-block-15 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.text-field-3 {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-field-3::placeholder {
  color: #fff;
}

.text-field-3._2 {
  color: #000;
  background-color: #fff0;
  border-width: 1px;
  border-color: #bebebe;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.form-block-3 {
  flex: 1;
  align-self: stretch;
  max-height: 366px;
  overflow: auto;
}

.form-block-3._2, .form-block-3.siin {
  max-height: none;
  overflow: visible;
}

.checkbox-label {
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.button {
  border: 1px solid var(--rojo);
  background-color: var(--rojo);
  border-radius: 40px;
  padding: 15px 30px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.button._2 {
  border: 1px solid var(--rojo);
  color: var(--rojo);
  background-color: transparent;
}

.button.centro {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.azul {
  border-color: var(--azul);
  background-color: var(--azul);
}

.link-2 {
  color: #fff;
}

.link-2._2 {
  color: #cb352c;
}

.div-block-51 {
  align-self: stretch;
}

.div-block-52 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-52.bajoolistado {
  flex-flow: column;
}

.div-block-53, .div-block-54 {
  flex: 1;
}

.text-block-16 {
  color: var(--rojo);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
}

.div-block-55 {
  align-self: stretch;
}

.div-block-56 {
  width: 33.33%;
  padding: 15px;
}

.text-block-17 {
  color: #747474;
  font-family: Roboto, sans-serif;
  font-weight: 200;
}

.div-block-57 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-57.menoos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: Roboto, sans-serif;
}

.div-block-57.menoos.puntos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-58 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-59 {
  background-image: url('../images/Recurso-16.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  min-width: 500px;
  min-height: 300px;
}

.div-block-59._2 {
  background-image: url('../images/Recurso-15.png');
}

.div-block-59._3 {
  background-image: url('../images/Recurso-14.png');
}

.div-block-59._4 {
  background-image: url('../images/Recurso-13.png');
}

.div-block-60 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-61 {
  background-color: var(--rojo);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-block-18 {
  font-family: Roboto, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1em;
}

.text-block-18.rojo {
  color: var(--rojo);
}

.text-block-19 {
  line-height: 1em;
}

.div-block-62 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.4em;
}

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

.div-block-64 {
  border-bottom: 1px solid var(--azul);
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-65 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-20 {
  color: var(--azul);
  font-weight: 700;
}

.div-block-67 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-69._2 {
  flex-flow: row-reverse;
}

.text-block-21 {
  color: #e3e4e8;
  font-size: 9.7rem;
  font-weight: 900;
  line-height: 1em;
}

.div-block-70 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-22 {
  color: var(--rojo);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1em;
}

.div-block-71 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  margin-top: -58px;
  margin-left: 90px;
  display: flex;
}

.text-block-23 {
  margin-bottom: 20px;
  font-family: Playfair, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-size: .95rem;
}

.text-block-24 {
  color: var(--rojo);
  font-weight: 700;
  line-height: 1em;
}

.div-block-72 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-73 {
  background-image: url('../images/Recurso-2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex: 1;
  align-self: stretch;
  max-width: 400px;
  min-height: 500px;
}

.div-block-73._1 {
  background-image: url('../images/Recurso-12.png');
}

.div-block-73._2 {
  background-image: url('../images/Recurso-10_1.png');
}

.div-block-73._3 {
  background-image: url('../images/Recurso-11.png');
}

.div-block-74 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 1;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-75 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-75.blok {
  border: 1px solid var(--azul);
  color: var(--azul);
  border-radius: 20px;
  padding: 9px 30px;
}

.div-block-75.blok.agregar {
  border-style: dashed;
  transition: all .2s;
}

.div-block-75.blok.agregar:hover {
  background-color: var(--azul);
  color: #fff;
  border-style: solid;
}

.div-block-75.blok.bajo {
  flex-flow: column;
}

.text-block-25 {
  font-size: 1rem;
  font-weight: 700;
}

.text-block-26 {
  font-size: 1rem;
}

.div-block-76 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.div-block-76.nuevvopp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.div-block-76.nuevvopp.izq {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
}

.text-block-27 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1em;
}

.text-block-27.titulo, .text-block-27.hora {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.text-block-27.sin20 {
  margin-bottom: 0;
}

.paragraph-5 {
  margin-bottom: 0;
  font-size: 1rem;
}

.div-block-77 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  margin-left: 40px;
  display: flex;
}

.div-block-77._2 {
  margin-left: 80px;
}

.text-block-28 {
  color: var(--rojo);
  margin-right: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}

.text-block-28.negro {
  color: #000;
}

.image-3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}

.text-block-29 {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  text-decoration: none;
}

.text-block-30 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.div-block-78 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.tabs-2 {
  flex: 1;
  align-self: stretch;
}

.tabs-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.tab-link-tab-2-2 {
  color: #fff;
  background-color: #ddd0;
  border: 1px solid #fff;
  border-radius: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.tab-link-tab-2-2.w--current {
  border-color: var(--rojo);
  background-color: var(--rojo);
}

.text-block-31 {
  font-size: .9rem;
  line-height: 1em;
}

.tab-link-tab-1-2 {
  color: #fff;
  background-color: #c8c8c800;
  border: 1px solid #fff;
  border-radius: 20px;
}

.tab-link-tab-1-2.w--current {
  border: 1px solid var(--rojo);
  background-color: var(--rojo);
  color: #fff;
  border-radius: 20px;
}

.text-block-32 {
  font-size: .9rem;
  line-height: 1em;
}

.div-block-79 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  display: flex;
}

.div-block-79.bajo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-79.bajo._2 {
  flex-flow: column;
}

.div-block-80 {
  aspect-ratio: 1;
  background-image: url('../images/2149927614.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 11px;
  flex: 1;
  max-width: 300px;
}

.div-block-80.pro {
  background-image: url('../images/76109.jpg');
  background-position: 100%;
}

.div-block-81 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-82 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.text-block-33 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-33.grande {
  font-size: 1.1rem;
}

.div-block-83 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-83.izq {
  justify-content: flex-start;
  align-items: flex-end;
}

.div-block-83.nuevop {
  justify-content: center;
  align-items: flex-end;
}

.div-block-84 {
  padding: 10px;
}

.div-block-85 {
  flex: 1;
  padding: 20px;
}

.div-block-85.perfilpro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-86 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-87 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: auto;
}

.div-block-88 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 1px dashed var(--azul);
  color: var(--azul);
  border-radius: 70px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-88:hover {
  background-color: #43568c29;
  border-style: solid;
}

.div-block-89 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #bebebe;
  border-radius: 10px;
  padding: 15px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-89.bajo {
  flex-flow: column;
}

.div-block-90 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-91 {
  aspect-ratio: 1;
  background-image: url('../images/2149927614.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 7px;
  min-width: 250px;
}

.div-block-91.evento {
  background-image: url('../images/Recurso-16.png');
}

.div-block-91.punto {
  background-image: url('../images/Recurso-2.png');
  background-position: 50%;
}

.div-block-91.punto.video {
  background-image: url('../images/Recurso-4.png');
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-91.gymkana {
  background-image: url('../images/Mapa.png');
  max-height: 250px;
}

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

.text-block-35 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-35.pregunta {
  line-height: 1.2em;
}

.div-block-92 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.div-block-92.abajo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.div-block-93 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-36 {
  font-size: .9rem;
}

.div-block-94 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-4 {
  opacity: .28;
  filter: invert();
}

.div-block-95 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-96 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #818181;
  border: 1px solid #bebebe;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  line-height: 1em;
  display: flex;
}

.div-block-96.elegido {
  border-color: var(--rojo);
  background-color: var(--rojo);
  color: #fff;
}

.div-block-97 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section-7 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #43568c4f;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-98 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 11px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  height: auto;
  padding: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-99 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  max-height: 550px;
  display: flex;
  overflow: auto;
}

.div-block-100.bajo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-100._2 {
  max-height: 500px;
}

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

.text-block-38 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}

.div-block-101 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-102 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  display: flex;
}

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

.textarea {
  color: #000;
  border-radius: 10px;
  min-height: 150px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-104 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--rojo);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  display: flex;
}

.div-block-107 {
  background-color: #fff3;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.faq-wrap {
  border: 1px solid #bebebe;
  border-radius: 10px;
}

.faq-plus {
  background-color: var(--rojo);
  border-radius: 3px;
  width: 100%;
  height: 4px;
}

.faq-answer {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.link-4 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-plus-l {
  background-color: var(--rojo);
  border-radius: 3px;
  width: 4px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  padding: 20px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.div-block-108 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-109 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-110 {
  background-image: url('../images/Recurso-7_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
  width: 120px;
  height: 120px;
}

.div-block-110.video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-111 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #bebebe;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.div-block-112 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-113 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-115 {
  background-color: #ececec;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.div-block-116 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.div-block-117 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 10px;
  font-size: .9rem;
  line-height: 1.2em;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-118 {
  border: 1px dashed var(--azul);
  border-radius: 10px;
  width: 80px;
  height: 80px;
}

.div-block-119, .div-block-120 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-121 {
  border-left: 1px solid #bebebe;
  margin-left: 10px;
  padding-left: 10px;
}

.text-block-40 {
  color: #a8a8a8;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-122 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-123 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-124 {
  border: 1px solid #bebebe;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.div-block-125 {
  flex: 1;
}

.div-block-126, .div-block-127 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-128 {
  border: 1px solid #bebebe;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  min-height: 250px;
  display: flex;
  overflow: hidden;
}

.div-block-129 {
  background-color: var(--rojo);
  height: 40px;
}

.div-block-130 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 120px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-131 {
  background-color: #a7a7a7;
  border-radius: 20px;
  width: 30px;
  height: 10px;
}

.div-block-131.rojo {
  background-color: var(--rojo);
}

.div-block-132 {
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-133 {
  border: 1px solid #bebebe;
  border-radius: 8px;
  padding: 10px;
}

.div-block-134 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #bebebe;
  border-radius: 8px;
  padding: 10px;
  display: flex;
}

.div-block-135 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-136 {
  background-color: #a7a7a7;
  border-radius: 20px;
  width: 100%;
  height: 10px;
}

.div-block-136.bot-n {
  background-color: var(--rojo);
  width: 30px;
}

.div-block-137 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.image-5 {
  border-radius: 8px;
}

.div-block-138 {
  background-color: #a7a7a7;
  border-radius: 20px;
  height: 4px;
}

.div-block-138.max {
  max-width: 90%;
}

.div-block-139 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-140 {
  flex: 1;
}

.tabs-menu-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-141 {
  background-color: #ececec;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.div-block-142 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #bebebe;
  border-radius: 8px;
  padding: 10px;
  display: flex;
}

.div-block-143 {
  flex: 1;
}

.text-block-41 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-41.grande {
  font-size: 1.1rem;
}

.div-block-144 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-145 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.div-block-146 {
  border: 1px solid #bebebe;
  border-radius: 8px;
  padding: 10px;
}

.div-block-147 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-148 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-149 {
  border: 1px solid #bebebe;
  border-radius: 20px;
  padding: 0 20px;
  position: relative;
}

.div-block-150 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.div-block-151 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-152 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-153 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-field-4 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff0;
  margin-bottom: 0;
  font-size: 18px;
}

.text-field-4._2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.image-6 {
  opacity: .28;
  filter: invert();
}

.link-5 {
  color: var(--rojo);
}

.div-block-154 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #bebebe;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.div-block-155 {
  border-left: 1px solid #bebebe;
  margin-left: 10px;
  padding-left: 10px;
}

.div-block-156 {
  background-color: var(--rojo);
  height: 40px;
}

.faq-plus---2 {
  background-color: var(--rojo);
  border-radius: 3px;
  width: 100%;
  height: 4px;
}

.text-block-42 {
  color: #a8a8a8;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-157 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  align-self: stretch;
  margin-left: 10px;
}

.div-block-157._2 {
  border-left-color: #bebebe;
  border-right-style: none;
  border-right-color: #bebebe;
}

.div-block-158 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-159 {
  aspect-ratio: 1;
  background-image: url('../images/2149927614.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 11px;
  flex: 1;
  max-width: 300px;
}

.div-block-160 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-161 {
  border: 1px solid #bebebe;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.div-block-162 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-163 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-164 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 120px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-165 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #6d6d6d70;
  border: 2px solid #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 6px 6px 10px;
  display: flex;
}

.div-block-165._2 {
  background-color: #6d6d6d00;
  border-width: 1px;
  border-color: #bebebe;
  max-width: none;
}

.div-block-166 {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.div-block-167 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-168 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.div-block-168.abajo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.text-block-45 {
  font-size: .9rem;
}

.div-block-169 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #43568c;
  border: 1px dashed #43568c;
  border-radius: 70px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-169:hover {
  background-color: #43568c29;
  border-style: solid;
}

.button-2 {
  background-color: var(--rojo);
  border: 1px solid var(--rojo);
  border-radius: 40px;
  padding: 15px 30px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.button-2._2 {
  color: var(--rojo);
  background-color: transparent;
  border: 1px solid var(--rojo);
}

.div-block-170 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-171 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.div-block-172 {
  background-color: #a7a7a7;
  border-radius: 20px;
  width: 30px;
  height: 10px;
}

.div-block-172.rojo {
  background-color: var(--rojo);
}

.div-block-173 {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-174 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-175 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.image-7 {
  border-radius: 8px;
}

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

.div-block-177 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.faq-plus-l-2 {
  background-color: var(--rojo);
  border-radius: 3px;
  width: 4px;
  height: 100%;
  position: absolute;
}

.div-block-178 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  display: flex;
}

.div-block-179 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  display: flex;
}

.div-block-180 {
  background-image: url('../images/Recurso-7_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
  width: 120px;
  height: 120px;
}

.div-block-180.video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-181 {
  border: 1px solid #bebebe;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  min-height: 250px;
  display: flex;
  overflow: hidden;
}

.div-block-182 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-183 {
  background-color: #a7a7a7;
  border-radius: 20px;
  width: 100%;
  height: 10px;
}

.div-block-183.bot-n {
  background-color: var(--rojo);
  width: 30px;
}

.div-block-184 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #bebebe;
  border-radius: 10px;
  padding: 15px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-184.bajo {
  flex-flow: column;
}

.text-block-46 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-46.pregunta {
  line-height: 1.2em;
}

.div-block-185 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  display: flex;
}

.div-block-186 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-187 {
  background-color: #a7a7a7;
  border-radius: 20px;
  height: 4px;
}

.div-block-187.max {
  max-width: 90%;
}

.heading-5 {
  color: #a7a7a7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 1em;
}

.div-block-188 {
  background-color: #fff;
  padding: 10px 20px;
}

.div-block-189 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-190 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 80px 30px 30px;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-191 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-192 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-193 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #818181;
  border: 1px solid #bebebe;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  line-height: 1em;
  display: flex;
}

.div-block-193.elegido {
  color: #fff;
  background-color: var(--rojo);
  border-color: var(--rojo);
}

.div-block-194 {
  aspect-ratio: 1;
  background-image: url('../images/2149927614.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 7px;
  min-width: 250px;
}

.div-block-194.punto {
  background-image: url('../images/Recurso-2.png');
  background-position: 50%;
}

.div-block-194.punto.video {
  background-image: url('../images/Recurso-4.png');
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-194.evento {
  background-image: url('../images/Recurso-16.png');
}

.div-block-194.gymkana {
  background-image: url('../images/Mapa.png');
  max-height: 250px;
}

.div-block-195 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-196 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-197 {
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-198 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
}

.div-block-199 {
  border: 1px solid #bebebe;
  border-radius: 10px;
  min-height: 200px;
  display: flex;
  overflow: hidden;
}

.div-block-200 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-48 {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1em;
}

.text-block-48.ubi {
  color: #747474;
  margin-top: 0;
  font-size: 1rem;
}

.div-block-201 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

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

.div-block-202 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-203 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-203.tajeta {
  margin-bottom: 10px;
}

.link-block-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  background-color: #008eae;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 11px 15px;
  font-size: .9rem;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-2:hover {
  background-color: #043040;
}

.text-block-49 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-49.grande {
  font-size: 2.3rem;
}

.text-block-50 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-50.carro {
  margin-bottom: 0;
  font-size: .9rem;
}

.text-block-50.carro.gris {
  color: #9b9b9b;
}

.div-block-204 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

._20-carro {
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-205 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1px;
  display: flex;
}

.div-block-206 {
  background-image: url('../images/3726.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: 250px;
}

.div-block-206._2 {
  background-image: url('../images/2087.jpg');
}

.div-block-206._3 {
  background-image: url('../images/271.jpg');
}

.div-block-207 {
  background-color: #fff;
  flex: 1;
  padding: 20px;
}

.div-block-208 {
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  align-self: flex-start;
  max-width: 400px;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 140px;
}

.div-block-209 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-210 {
  border-top: 1px solid #919191;
}

.text-field-5 {
  color: #000;
  border-radius: 8px;
  margin-bottom: 0;
}

.text-block-51 {
  font-weight: 500;
  line-height: 1em;
}

.paragraph-7 {
  margin-bottom: 0;
}

.div-block-211 {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.div-block-212 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-213 {
  flex: 1;
  min-width: 150px;
}

.div-block-214 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.div-block-215 {
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.div-block-216 {
  background-color: #f1f1f1;
  border-radius: 10px;
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.div-block-216.espacioo {
  margin-top: 20px;
}

.div-block-216._20 {
  padding: 20px;
}

.form-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  max-width: 800px;
  display: flex;
}

.div-block-217 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  max-height: 350px;
  display: flex;
  overflow: auto;
}

.link-6 {
  color: var(--rojo);
}

.text-block-52 {
  font-size: 1rem;
  font-weight: 800;
}

.paragraph-8 {
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-220 {
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 10px;
  padding: 20px;
}

.text-block-53 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-53.sin10 {
  margin-bottom: 0;
}

.text-block-53.sin10.titulo {
  font-size: 1.2rem;
}

.link-7 {
  color: var(--rojo);
}

.div-block-222 {
  flex-flow: column;
  display: flex;
}

.div-block-223 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.text-block-54 {
  color: #a1a1a1;
}

.div-block-225 {
  flex: 1;
}

.div-block-226 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: flex;
}

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

.div-block-227.cubo {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.div-block-228 {
  flex: 1;
}

.textarea-2 {
  color: #000;
  border: 1px solid #bebebe;
  border-radius: 20px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.dropdown-toggle-2 {
  color: var(--azul);
  padding: 9px 50px 9px 30px;
  font-size: 1rem;
  font-weight: 700;
}

.icon-2 {
  margin-right: 20px;
}

.dropdown {
  border: 1px solid var(--azul);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.dropdown-list-2 {
  margin-top: 10px;
}

.dropdown-list-2.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--azul);
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

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

.div-block-230, .div-block-231 {
  flex-flow: column;
  display: flex;
}

.div-block-232 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-233 {
  background-color: var(--rojo);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-size: .7rem;
  line-height: 1em;
  display: flex;
}

.div-block-234 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-235 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block-237 {
  flex-flow: column;
  flex: 1;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-238 {
  aspect-ratio: 16 / 9;
  background-image: url('/images/Ruta-Mazarrón-FINAL.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-239 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.div-block-239.no {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1198px;
  overflow: auto;
}

.div-block-239.no.normal {
  width: 100%;
  margin-top: 10px;
}

.div-block-240 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  padding: 10px;
  display: flex;
}

.div-block-241 {
  background-color: var(--rojo);
  color: #fff;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.div-block-241.no {
  border: 1px solid var(--azul);
  color: var(--azul);
  background-color: transparent;
}

.div-block-242 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-242.no {
  opacity: .55;
}

.div-block-243 {
  border: 1px solid #bebebe;
  border-radius: 14px;
  padding: 10px;
}

.div-block-243.a-adir {
  border-style: dashed;
  border-color: var(--azul);
  color: var(--azul);
  padding: 20px;
  text-decoration: none;
}

.div-block-243.lado {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-55 {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1em;
}

.text-block-55.maaas {
  font-size: 1.1rem;
}

.div-block-244 {
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.div-block-245 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/47433.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.div-block-246 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-246.mass-bajo {
  margin-bottom: 20px;
}

.div-block-247 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 3px 8px;
  display: flex;
}

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

.div-block-249 {
  aspect-ratio: 1;
  background-color: var(--rojo);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
}

.div-block-249._2 {
  background-color: var(--azul);
}

.div-block-250 {
  aspect-ratio: 16 / 9;
  background-image: url('/images/Ruta-Mazarrón-2.png');
  background-position: 50%;
  background-size: 130%;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-251 {
  width: 100%;
  margin-top: 0;
}

.div-block-252 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-3 {
  background-color: var(--rojo);
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  text-decoration: none;
}

.div-block-253 {
  background-color: var(--rojo);
  color: #fff;
  border-radius: 40px;
  padding: 12px 16px;
}

.text-block-56 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1em;
}

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

.div-block-254 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-255 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-256, .div-block-257 {
  flex: 1;
}

.div-block-258 {
  border: 1px solid #bebebe;
  border-radius: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
}

._3 {
  font-size: .8rem;
  font-weight: 300;
}

.div-block-259 {
  z-index: 2147483647;
  background-color: var(--rojo);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 32px 32px auto;
}

.div-block-260 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.image-8 {
  border: 1px solid #bebebe;
  border-radius: 10px;
}

.siin {
  margin-left: 0;
  margin-right: 0;
}

.div-block-262 {
  aspect-ratio: 1;
  background-image: url('../images/47433.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
}

.div-block-263 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-264 {
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  width: 25px;
  height: 25px;
}

.div-block-264._2 {
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.div-block-265 {
  background-color: var(--azul);
  border-radius: 20px;
  flex: 1;
  align-self: stretch;
}

.div-block-266 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.oootrrooo {
  font-size: 1rem;
  line-height: 1em;
}

.text-block-58 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
}

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

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

.text-block-60 {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1em;
}

.div-block-268 {
  flex: 1;
  margin-top: 10px;
}

.div-block-269 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  display: flex;
}

.text-block-61 {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.div-block-270 {
  background-color: #f3f3f3;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.div-block-271 {
  padding: 0;
}

.div-block-272 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-273 {
  flex: 1;
}

.div-block-274 {
  aspect-ratio: 1;
  background-image: url('../images/76109.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
  flex: 1;
  max-width: 300px;
}

.text-block-62 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-63 {
  color: #000;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1em;
}

.text-block-64 {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.div-block-275 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-276 {
  border: 1px solid #bebebe;
  border-radius: 20px;
  padding: 20px;
}

.text-block-65 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
}

.div-block-277 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-277.sin20 {
  margin-top: 0;
}

.div-block-278 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-279 {
  aspect-ratio: 1;
  background-image: url('../images/2087.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 200px;
}

.div-block-280 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-66 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-281 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-282 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.text-block-67 {
  color: #a0a0a0;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1em;
}

.text-block-68 {
  line-height: 1em;
}

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

.div-block-284 {
  aspect-ratio: 1;
  border: 1px dashed var(--azul);
  background-color: #eee;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 20px;
  display: flex;
}

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

.div-block-285 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .div-block-75.blok.agregar {
    justify-content: center;
    align-items: center;
  }

  .div-block-76.nuevvopp.izq {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-79 {
    flex-flow: column;
  }

  .div-block-80.pro {
    aspect-ratio: 2.39;
    max-width: none;
  }

  .div-block-81 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .div-block-98 {
    width: 90%;
    max-width: none;
  }

  .div-block-208 {
    align-self: stretch;
    max-width: none;
  }

  .div-block-209 {
    flex-flow: column;
  }

  .div-block-279 {
    width: 150px;
  }

  .div-block-282 {
    flex: none;
    margin-right: 10px;
  }

  .text-block-67 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-199 {
    flex-flow: column;
  }

  .div-block-206 {
    min-height: 300px;
  }

  .div-block-218, .div-block-219, .div-block-221 {
    align-self: flex-end;
  }

  .div-block-223 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column-reverse;
  }

  .div-block-224 {
    align-self: flex-end;
  }

  .div-block-278 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-279 {
    width: 100px;
  }

  .div-block-282 {
    margin-right: 0;
  }

  .text-block-67 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .heading-2 {
    text-align: center;
    font-size: 1rem;
  }

  .div-block-7, .div-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .div-block-43 {
    padding: 10px;
  }

  .button {
    text-align: center;
    align-self: stretch;
  }

  .div-block-75.blok.bajo {
    align-self: stretch;
  }

  .div-block-76.nuevvopp.izq {
    flex-flow: column;
    display: flex;
  }

  .div-block-80.pro {
    aspect-ratio: 3 / 2;
  }

  .div-block-81 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-83 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-85.perfilpro {
    padding: 10px;
  }

  .div-block-98 {
    width: 96%;
  }

  .div-block-206 {
    min-height: 200px;
  }

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

  .div-block-278 {
    flex-flow: column;
  }

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

  .div-block-281 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-282 {
    justify-content: center;
    align-items: center;
  }

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

  .text-block-67 {
    font-size: 2.1rem;
  }

  .div-block-284 {
    width: 260px;
  }
}

#w-node-_19df2f63-8a6d-6040-0687-7001c19eb94b-e51894e7, #w-node-_19df2f63-8a6d-6040-0687-7001c19eb94b-e51894e8, #w-node-_19df2f63-8a6d-6040-0687-7001c19eb94b-27e301bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_22833edb-efdf-0316-ab4f-672f7685f1ab-e51894ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


