:root {
  --blue-text: #4c7b8a;
  --white: white;
  --fondo: #fff7ed;
  --white-2: white;
  --black: black;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  text-decoration: underline;
}

.c-header-bot-left {
  flex: 1;
  justify-content: space-between;
  width: 20%;
  height: 4rem;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.c-header-top-right {
  flex: 0 auto;
  width: 45%;
  padding-right: 2rem;
}

.c-header-top-right.cc-legal {
  color: var(--blue-text);
}

.ui-menu-movil-opener {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
}

.ui-scroll-circle {
  border: 1px solid #4c7b8a;
  border-radius: 32px;
  width: 10px;
  height: 10px;
}

.ui-scroll-circle-white {
  background-color: #ffffff40;
  border: 1px solid #fff;
  border-radius: 32px;
  width: 10px;
  height: 10px;
}

.ui-scroll-circle-white.cc-scroll-01 {
  background-color: #fff;
}

.c-header-top-left {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-left: 2rem;
  display: flex;
}

.ui-menu-line {
  background-color: var(--white);
  border-radius: 20px;
  width: 1.5rem;
  height: 2px;
}

.ui-menu-line.cc-01 {
  transform-origin: 0 0;
}

.ui-menu-line.cc-02 {
  transform-origin: 0 100%;
}

.c-contact-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.c-contact-left.cc-legal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
}

.ui-line-spacer {
  text-transform: uppercase;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: .45rem;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: .8rem;
  display: none;
}

.ui-line-spacer.cc-blue {
  background-color: #4c7b8a;
}

.ui-line-spacer.cc-legal {
  background-color: var(--blue-text);
}

.ui-header {
  color: #fff;
}

.ui-header.cc-servicios {
  color: var(--blue-text);
}

.c-header {
  z-index: 10;
}

.c-header-claim {
  pointer-events: auto;
  flex-flow: row;
  flex: 1;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.c-header-claim.cc-hide {
  display: none;
}

.c-contact-right {
  margin-left: 2rem;
}

.c-scroll-container-blue {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
  position: absolute;
}

.ui-menu-link-white {
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.1rem;
  text-decoration: none;
  display: block;
}

.ui-menu-link-white.cc-blue {
  color: var(--blue-text);
}

.c-header-bot {
  z-index: 10;
  pointer-events: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 4rem;
  margin-bottom: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.ui-a-blue {
  z-index: 9;
  display: block;
  position: absolute;
}

.c-header-left {
  z-index: 5;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5% 5% 5% 2.4%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.ui-a-white {
  z-index: 100;
  opacity: 1;
  position: absolute;
}

.c-header-legal {
  pointer-events: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.c-header-legal.cc-hide {
  display: none;
}

.c-header-legal.cc-servicios {
  color: var(--blue-text);
}

.c-scroll-container-white {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
  position: absolute;
}

.c-header-bot-right {
  pointer-events: auto;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 45%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.c-header-bot-right.cc-legal {
  justify-content: flex-end;
  width: 100%;
}

.c-header-logo {
  pointer-events: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 5rem;
  margin-bottom: .2rem;
  display: flex;
  position: relative;
}

.c-header-top {
  z-index: 10;
  pointer-events: none;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  position: fixed;
}

.ui-menu-text {
  text-transform: uppercase;
  flex: 1;
  margin-left: 2rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.ui-menu-text.cc-minw-01 {
  min-width: 5rem;
}

.ui-menu-text.cc-minw-01.cc-legal {
  color: var(--blue-text);
  margin-bottom: .5rem;
  margin-left: 0;
}

.ui-menu-text.cc-minw-01.cc-servicios {
  color: var(--blue-text);
}

.ui-menu-text.cc-minw-01.cc-1rem {
  margin-left: 0;
  font-size: 1.2rem;
  text-decoration: none;
}

.ui-menu-text.cc-italic {
  text-transform: none;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1rem;
}

.ui-menu-text.cc-italic.cc-minw-02 {
  min-width: 8rem;
  margin-top: -.1rem;
  display: none;
}

.ui-menu-text.cc-italic.cc-minw-02.cc-legal {
  color: var(--blue-text);
}

.ui-menu-text.cc-legal {
  text-align: right;
}

.ui {
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  display: block;
}

.ui.cc-mright-2rem {
  text-align: left;
}

.ui.cc-mright-2rem.cc-bot.cc-servicios, .ui.cc-mright-2rem.cc-legal {
  color: var(--blue-text);
}

.ui.cc-mright-2rem.cc-legal.cc-events-none {
  pointer-events: none;
}

.ui.cc-mright-2rem.cc-servicios, .ui.cc-home.cc-legal, .ui.cc-home.cc-servicios {
  color: var(--blue-text);
}

.ui.ui-event-none {
  pointer-events: none;
}

.c-header-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  color: #fff;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.black {
  background-color: #000;
  height: 100vh;
}

.section-hero {
  z-index: 3;
  background-image: linear-gradient(#42331c14, #42331c14), url('../images/01_HEADER.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  display: flex;
  position: relative;
  top: 0;
}

.ui-span-css {
  display: block;
}

.ui-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.ui-h1.cc-color-white {
  color: #fff;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  display: block;
}

.c-section-img-hero {
  flex: 0 auto;
  align-items: center;
  width: 45%;
  height: 100vh;
  margin-left: auto;
  display: flex;
}

.c-info-container {
  flex-direction: column;
  align-items: flex-start;
  width: 40vw;
  margin-left: 10rem;
  margin-right: 2vw;
  display: flex;
}

.c-info-container.cc-show06 {
  display: flex;
}

.c-info-container.cc-show01 {
  display: block;
}

.c-info-container.cc-show00 {
  display: none;
  position: static;
  inset: 0% auto 0% 0%;
}

.c-info-container.cc-show04 {
  display: flex;
}

.c-info-container.cc-show05 {
  flex-direction: column;
  display: flex;
}

.c-info-container.cc-show00 {
  flex: 0 auto;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.c-info-container.cc-info {
  margin-top: 0%;
}

.c-info-container.cc-content {
  width: 80%;
  margin-left: 10rem;
  margin-right: 0;
}

.ui-header-span {
  font-style: italic;
  text-decoration: none;
  display: inline;
}

.c-header-img-hero {
  width: 100%;
  max-width: 50vh;
  height: 65vh;
  margin-left: 0;
  margin-right: 2rem;
}

.c-header-img-hero.cc-img-00 {
  background-image: url('../images/02_01_Bote.webp');
  background-position: 50%;
  background-size: cover;
}

.ui-text-to-contact {
  pointer-events: auto;
  color: #4c7b8a;
  cursor: pointer;
  max-width: 18rem;
  margin-top: 3.75rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
}

.ui-text-to-contact.cc-color-white {
  color: #fff;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
}

.c-fixed {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-fixed.cc-servicios {
  margin-top: 9rem;
  margin-bottom: 6rem;
}

.c-fixed.cc-servicios.delete {
  display: none;
}

.ui-arrow {
  width: 1.6rem;
}

.ui-arrow.cc-blue {
  color: var(--blue-text);
  background-color: #df3535;
}

.ui-arrow-next {
  pointer-events: auto;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  width: 2.2rem;
  height: 3rem;
  margin-top: 10vh;
  margin-left: 2.5rem;
  display: flex;
  position: static;
  inset: auto auto 17.5% 25%;
}

.ui-arrow-next.cc-homearrow {
  margin-top: 4rem;
}

.c-section-info {
  color: #4c7b8a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100vh;
  display: flex;
}

.ui-h3 {
  max-width: 90%;
  margin-top: 3rem;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8rem;
}

.ui-h3.cc-color-white {
  color: #fff;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
}

.ui-h3.cc-content {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.ui-h3.cc-color-white {
  color: #fff;
}

.ui-h3.cc-legal {
  max-width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3rem;
}

.c-trigger-00 {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.c-trigger-04 {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 35% auto auto 0%;
}

.ui-05-contact {
  flex-direction: column;
  margin-top: 5rem;
  margin-right: 1rem;
  display: flex;
}

.c-trigger-03 {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 35% auto auto 0%;
}

.c-header-img {
  width: 100%;
  max-width: 500px;
  height: 40vw;
  max-height: 650px;
  margin: 4rem 7vw 5rem 12vw;
  position: relative;
  left: -35%;
}

.c-header-img.cc-img-01 {
  background-image: url('../images/Espaciopiedra.webp');
  background-position: 50%;
  background-size: cover;
}

.c-header-img.cc-img-05 {
  background-image: url('../images/05_02_Botes2.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.c-header-img.cc-img-04 {
  background-image: url('../images/05_02-Escalera.webp');
  background-position: 50%;
  background-size: cover;
}

.c-header-img.cc-img-03 {
  background-image: url('../images/reunión.webp');
  background-position: 50%;
  background-size: cover;
}

.c-header-img.cc-img-02 {
  background-image: url('../images/03_02_Salon.webp');
  background-position: 50%;
  background-size: cover;
}

.c-section-img {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: 100vh;
  min-height: 800px;
  margin-left: auto;
  display: flex;
}

.c-section-img.cc-img-01 {
  background-image: url('../images/02_02_Chica.webp');
  background-position: 50%;
  background-size: cover;
}

.c-section-img.cc-img-04 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/05_01_Flor.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-section-img.cc-img-02 {
  background-image: url('../images/03_01_Madera.webp');
  background-position: 50%;
  background-size: cover;
}

.c-section-img.cc-img-05 {
  background-image: url('../images/05_01_Playa.webp');
  background-position: 50%;
  background-size: cover;
}

.c-section-img.cc-img-03 {
  background-image: url('../images/04_01_Fruta.webp');
  background-position: 50%;
  background-size: cover;
}

.ui-span-css-2 {
  display: none;
}

.c-trigger-05 {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 35% auto auto 0%;
}

.ui-05-contact-button {
  color: #4c7b8a;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
}

.ui-05-contact-button.cc-mbot-1rem {
  pointer-events: auto;
  margin-bottom: 1rem;
}

.ui-05-contact-button.front {
  z-index: 5000;
  margin-top: -82px;
  position: fixed;
}

.c-trigger-01 {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 35% auto auto 0%;
}

.section-standar {
  z-index: 4;
  background-color: #fff7ed;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.c-section-info-2 {
  color: #4c7b8a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.c-trigger-02 {
  width: 1px;
  height: 1px;
  position: absolute;
  inset: 35% auto auto 0%;
}

.ui-span-italic {
  font-style: italic;
}

.ui-h2 {
  max-width: 90%;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.ui-h2.cc-legal {
  margin-top: 0;
}

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

.ui-span-css-3 {
  display: none;
}

.image {
  width: 1.3rem;
}

.h-full-sec-trigger {
  z-index: 99;
  opacity: 0;
  background-color: red;
  width: 20px;
  height: 499vh;
  margin-top: 101vh;
  position: absolute;
}

.ui-menu-link-container.cc-hide, .ui-menu-link-container.cc-hide-desktop {
  display: none;
}

.ui-menu-link-container.cc-top {
  margin-top: 1rem;
}

.ui-link-hover-line {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.ui-link-hover-line.cc-legal, .ui-link-hover-line.cc-contact, .ui-link-hover-line.cc-servicios {
  background-color: var(--blue-text);
}

.ui-a-blue-2 {
  z-index: 9;
  position: absolute;
}

.ui-menu-text-2 {
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.ui-menu-text-2.cc-blue {
  color: #4c7b8a;
}

.ui-menu-text-2.cc-minw-01 {
  min-width: 5rem;
}

.ui-menu-text-2.cc-minw-01.cc-blue {
  color: #4c7b8a;
}

.ui-menu-text-2.cc-italic {
  text-transform: none;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1rem;
}

.ui-menu-text-2.cc-italic.cc-minw-02 {
  min-width: 8rem;
  margin-top: -.1rem;
}

.ui-menu-text-2.cc-italic.cc-minw-02.cc-blue {
  color: #4c7b8a;
}

.ui-menu-link-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.1rem;
  text-decoration: none;
  display: block;
}

.ui-menu-link-2.cc-mright-2rem {
  text-align: left;
  margin-right: 2rem;
}

.ui-menu-link-2.cc-mright-2rem.cc-blue, .ui-menu-link-2.cc-home.cc-blue {
  color: #4c7b8a;
}

.ui-menu-link-2.cc-right {
  text-align: right;
}

.ui-menu-link-2.cc-right.cc-blue {
  color: #4c7b8a;
}

.c-header-menu-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: auto;
  flex-direction: column;
  display: flex;
}

.c-container-link {
  width: 13rem;
}

.c-container-link.cc-hu {
  width: 16rem;
}

.c-container-link.cc-es {
  width: 9.5rem;
}

.ui-servicios {
  flex-direction: row;
  height: 100%;
  display: flex;
}

.ui-sub-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: .2rem;
}

.ui-sub-line.cc-marketing {
  background-color: #4c7b8a;
  width: auto;
}

.c-section-img-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-left: auto;
  display: flex;
}

.c-section-img-2.cc-marketing {
  color: #4c7b8a;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 50rem;
}

.ui-line {
  background-color: #4c7b8a;
  width: 2px;
  margin-top: 3rem;
  margin-right: 1rem;
}

.c-info-container-2 {
  flex: 1;
  margin-left: 19%;
  padding-left: 5%;
}

.c-info-container-2.cc-marketing {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  height: 100%;
  margin-left: 15%;
  padding-left: 0%;
  padding-right: 15%;
  display: flex;
}

.c-info-container-2.cc-marketing.delete {
  display: none;
}

.c-info-container-2.cc-marketing-02 {
  flex-direction: column;
  flex: 0 auto;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 0%;
  display: flex;
}

.ui-text-to-contact-2 {
  pointer-events: auto;
  color: #4c7b8a;
  cursor: pointer;
  margin-top: 3.75rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
}

.ui-text-to-contact-2.cc-bold {
  font-weight: 600;
}

.section-standar-2 {
  z-index: 4;
  background-color: #fff7ed;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.c-section-info-3 {
  color: #4c7b8a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: block;
}

.c-section-info-3.cc-marketing {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 50rem;
  display: flex;
}

.c-section-info-3.cc-marketing.delete {
  display: none;
}

.c-content {
  background-color: var(--fondo);
  min-height: 900px;
}

.c-content.delete {
  display: none;
}

.ui-h3-2 {
  max-width: 21.9rem;
  margin-top: 3rem;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8rem;
}

.ui-h3-2.cc-content {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.ui-h3-2.cc-content.cc-marketing {
  max-width: 50rem;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.5rem;
}

.ui-h3-2.cc-content.cc-marketing-02 {
  pointer-events: none;
  max-width: 50rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.ui-h3-2.cc-content.cc-marketing-02.delete {
  pointer-events: auto;
}

.ui-h2-2 {
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.ui-h2-2.cc-marketing {
  pointer-events: none;
  margin-right: 0;
  line-height: 2.6rem;
}

.ui-marketing-contact {
  color: #4c7b8a;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0%;
  padding-left: 0%;
  display: flex;
  position: absolute;
}

.ui-arrow-back {
  pointer-events: auto;
  cursor: pointer;
  align-items: flex-start;
  margin-bottom: 2rem;
  transform: rotate(90deg);
}

.ui-h2-3 {
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.ui-h2-3.cc-marketing {
  margin-right: 0;
  line-height: 2.6rem;
}

.ui-h2-3.cc-marketing.cc-maxw {
  max-width: 40rem;
}

.c-contact {
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  background-color: #fff7ed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.c-contact.hide {
  display: none;
}

.c-contact.delete {
  opacity: 1;
  display: flex;
}

.c-contact.borrar {
  width: 500px;
  height: 500vh;
  display: block;
  position: static;
}

.cc-span-bold {
  font-weight: 600;
}

.section-legal {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.c-info-legal-container {
  color: var(--blue-text);
  flex-direction: column;
  align-items: flex-start;
  max-width: 1000px;
  padding-top: 11.5rem;
  display: flex;
}

.c-info-legal-container.cc-show06 {
  display: flex;
}

.c-info-legal-container.cc-show01 {
  display: block;
}

.c-info-legal-container.cc-show00 {
  display: none;
  position: static;
  inset: 0% auto 0% 0%;
}

.c-info-legal-container.cc-show04 {
  display: flex;
}

.c-info-legal-container.cc-show05 {
  flex-direction: column;
  display: flex;
}

.c-info-legal-container.cc-show00 {
  flex: 0 auto;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.c-info-legal-container.cc-info {
  margin-top: 0%;
}

.c-info-legal-container.cc-mid {
  padding-top: 12rem;
}

.c-info-legal-container.cc-mid.cc-bot {
  margin-bottom: 20rem;
}

.c-info-legal-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 17rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  left: 0%;
  right: auto;
}

.ui-legal-link {
  color: var(--blue-text);
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  display: block;
}

.ui-legal-link.cc-mright-2rem {
  text-align: left;
}

.ui-legal-link.cc-mright-2rem.cc-legal, .ui-legal-link.cc-home.cc-legal {
  color: var(--blue-text);
}

.ui-legal-link-container {
  margin-left: 2rem;
  margin-right: 2rem;
}

.cc-legal-link {
  color: var(--blue-text);
  text-decoration: underline;
}

.cc-legal-link:visited {
  color: #2d4d57;
}

.ui-deg-top {
  pointer-events: none;
  background-image: linear-gradient(#fff7ed 43%, #fff0);
  height: 10rem;
  position: fixed;
  inset: 0% 0% auto;
}

.ui-deg-top.cc-marketing {
  display: none;
}

.ui-deg-top.cc-z-index {
  z-index: 9;
}

.ui-deg-top.cc-z-index.cc-servicios {
  background-image: linear-gradient(#fff7ed 58%, #fff0);
  height: 9rem;
}

.ui-deg-bot {
  pointer-events: none;
  background-image: linear-gradient(#fff0, #fff7ed 41%);
  height: 14rem;
  position: fixed;
  inset: auto 0% 0%;
}

.ui-deg-bot.cc-z-index {
  z-index: 9;
}

.ui-deg-bot.cc-z-index.cc-servicios {
  height: 11rem;
}

.ui-contact-link-container {
  margin-top: 4rem;
}

.ui-contact-link {
  color: var(--blue-text);
  margin-bottom: .2rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: block;
}

.ui-contact-link.cc-mright-2rem {
  text-align: left;
}

.ui-contact-link.cc-mright-2rem.cc-legal {
  color: var(--blue-text);
}

.ui-contact-link.cc-home {
  color: var(--white);
}

.ui-contact-link.cc-home.cc-legal {
  color: var(--blue-text);
}

.c-info-legal-master {
  flex-direction: column;
  margin-left: 15rem;
  margin-right: 2rem;
}

.fs-cc-banner_button {
  border: 2px solid var(--blue-text);
  background-color: var(--blue-text);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-width: 1px;
  border-color: var(--blue-text);
  color: var(--blue-text);
  -webkit-text-stroke-color: var(--blue-text);
  background-color: #fdfaeb;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 66.2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--fondo);
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 1px solid var(--blue-text);
  color: var(--blue-text);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.fs-cc-banner_text {
  color: var(--blue-text);
  flex: 1;
  margin-right: 3rem;
  font-size: 1rem;
  line-height: 1.4rem;
}

.fs-cc-banner_close-icon {
  color: var(--blue-text);
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fdfaeb;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto 2rem 4.5rem auto;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_content {
  background-color: var(--fondo);
  height: auto;
  padding: 2.5rem 2rem;
  overflow: visible;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_option.cc-hide {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_label {
  color: var(--blue-text);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #000;
  font-size: .75rem;
}

.fs-cc-prefs_checkbox-label, .fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--blue-text);
  background-color: var(--blue-text);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--blue-text);
  background-color: var(--fondo);
  color: var(--blue-text);
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_title {
  color: var(--blue-text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: auto;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.cc-to-home {
  color: var(--fondo);
  order: -1;
  margin-bottom: 2rem;
  text-decoration: none;
}

.cc-to-home.w--current {
  pointer-events: auto;
  text-decoration: none;
}

.ui-co-hover-line {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.ui-co-hover-line.cc-legal, .ui-co-hover-line.cc-contact, .ui-co-hover-line.cc-servicios {
  background-color: var(--blue-text);
}

.ui-co-hover-line.cc-hide {
  display: none;
}

.ui-menu-co-link-container {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.ui-menu-co-link-container.cc-hide, .ui-menu-co-link-container.cc-hide-desktop {
  display: none;
}

.ui-menu-co-link-container.cc-top {
  margin-top: 1rem;
}

.ui-co-spacer {
  margin-left: .2rem;
  margin-right: .2rem;
}

.ui-co-spacer.cc-legal {
  color: var(--blue-text);
}

.ui-co-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  display: block;
}

.ui-co-link.cc-mright-2rem {
  text-align: left;
}

.ui-co-link.cc-mright-2rem.cc-bot.cc-servicios, .ui-co-link.cc-mright-2rem.cc-legal {
  color: var(--blue-text);
}

.ui-co-link.cc-mright-2rem.cc-legal.cc-events-none {
  pointer-events: none;
}

.ui-co-link.cc-mright-2rem.cc-servicios {
  color: var(--blue-text);
}

.ui-co-link.cc-mright-2rem.cc-events-none {
  pointer-events: none;
}

.ui-co-link.cc-home.cc-legal, .ui-co-link.cc-home.cc-servicios {
  color: var(--blue-text);
}

.ui-co-link.ui-event-none {
  pointer-events: none;
}

.ui-co-container {
  flex-flow: column;
  display: flex;
}

.ui-co-bandera {
  max-width: 1.3rem;
  margin-right: .25rem;
}

.ui-co-bandera.cc-off {
  filter: saturate(0%);
}

@media screen and (max-width: 991px) {
  .c-header-claim {
    display: none;
  }

  .ui-menu-link-white {
    text-align: right;
  }

  .c-header-legal {
    flex: 0 auto;
  }

  .ui.cc-mright-2rem {
    margin-right: 0;
    display: block;
  }

  .ui-h1.cc-color-white {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }

  .c-section-img-hero {
    width: 45%;
  }

  .c-info-container {
    width: 80%;
    margin-left: 8rem;
  }

  .c-info-container.cc-info {
    padding-right: 2rem;
  }

  .c-info-container.cc-content {
    margin-left: 8rem;
  }

  .c-header-img-hero.cc-img-00 {
    height: 40vh;
  }

  .c-fixed.cc-servicios {
    flex-direction: column;
    margin-top: 10rem;
    margin-bottom: 12rem;
  }

  .ui-arrow-next, .ui-arrow-next.cc-homearrow {
    margin-left: 40%;
  }

  .c-section-info {
    width: 65%;
  }

  .ui-h3.cc-content {
    font-size: 1.1rem;
    line-height: 1.35rem;
  }

  .ui-h3.cc-color-white {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .c-header-img.cc-img-01, .c-header-img.cc-img-05, .c-header-img.cc-img-04, .c-header-img.cc-img-03, .c-header-img.cc-img-02 {
    margin-left: 2vw;
    margin-right: 2vw;
    left: 0%;
  }

  .c-section-info-2 {
    justify-content: center;
    width: 65%;
  }

  .ui-h2.cc-fixedw {
    max-width: 80%;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .ui-menu-link-2.cc-mright-2rem {
    margin-right: 0;
    display: block;
  }

  .c-section-img-2.cc-marketing {
    width: 100%;
    height: auto;
  }

  .c-info-container-2.cc-marketing {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-right: 0%;
  }

  .c-section-info-3.cc-marketing {
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }

  .c-contact {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ui-legal-link.cc-mright-2rem {
    margin-right: 0;
    display: block;
  }

  .ui-legal-link.cc-mright-2rem.cc-bot {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .ui-deg-top.cc-marketing {
    z-index: 5;
    background-image: linear-gradient(#fff7ed 58%, #fff0);
    height: 12rem;
    display: block;
  }

  .ui-deg-top.cc-z-index {
    z-index: 5;
  }

  .ui-deg-bot.cc-marketing {
    z-index: 5;
    height: 10rem;
  }

  .ui-deg-bot.cc-z-index {
    z-index: 5;
  }

  .ui-contact-link-container {
    display: block;
  }

  .ui-contact-link.cc-mright-2rem {
    margin-right: 0;
    display: block;
  }

  .ui-contact-link.cc-mright-2rem.cc-bot {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .ui-co-link.cc-mright-2rem {
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-header-bot-left {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-top: 0;
  }

  .c-header-top-right {
    order: -1;
    width: 100%;
    display: none;
  }

  .ui-menu-movil-opener {
    z-index: 101;
    display: flex;
    position: fixed;
    inset: 1rem 1rem auto auto;
  }

  .c-header-top-left {
    text-align: center;
    justify-content: flex-start;
    width: auto;
    padding-right: 1rem;
  }

  .ui-menu-line.cc-01.cc-marketing, .ui-menu-line.cc-02.cc-marketing {
    background-color: var(--blue-text);
  }

  .ui-header {
    z-index: 100;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff7ed;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .ui-header.cc-servicios {
    display: none;
  }

  .ui-header.delete {
    display: flex;
  }

  .c-header {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .c-header-claim {
    order: -1;
  }

  .c-header-bot {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    position: static;
  }

  .ui-a-blue {
    width: 15vw;
    margin-top: 2rem;
    position: fixed;
    inset: 0% auto auto;
  }

  .c-header-left {
    margin-left: 2.2rem;
    display: none;
  }

  .ui-a-white {
    display: none;
  }

  .c-header-legal {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-header-bot-right {
    flex: 0 auto;
    justify-content: flex-end;
    display: none;
  }

  .c-header-logo {
    width: auto;
    margin-bottom: 0;
    display: block;
  }

  .c-header-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    position: static;
  }

  .ui.cc-mright-2rem {
    color: var(--blue-text);
    font-size: 2rem;
    line-height: 1rem;
  }

  .ui.cc-mright-2rem.cc-bot {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .ui.cc-mright-2rem.cc-hide {
    display: block;
  }

  .ui.cc-home {
    color: #4c7b8a;
    font-size: 3rem;
    line-height: 3rem;
  }

  .ui.cc-home.cc-legal.w--current {
    font-size: 2rem;
    line-height: 1rem;
  }

  .ui.cc-home.cc-legal.cc-movil {
    font-size: 2rem;
    line-height: 2rem;
  }

  .ui.ui-event-none {
    color: var(--blue-text);
    font-size: 2rem;
    line-height: 1rem;
  }

  .c-header-menu {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    align-items: center;
  }

  .section-hero {
    background-image: linear-gradient(#0000, #0000), url('../images/01_HEADER.webp');
    background-position: 0 0, 50%;
    overflow: hidden;
  }

  .ui-h1.cc-color-white {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }

  .c-section-img-hero {
    display: none;
  }

  .c-info-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-info-container.cc-show06 {
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-container.cc-show01 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-container.cc-show04 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-container.cc-show02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-container.cc-show05 {
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-container.cc-show00 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    margin-left: 2rem;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-container.cc-content {
    width: 95%;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .c-fixed {
    flex-direction: column;
    justify-content: flex-start;
  }

  .c-fixed.cc-servicios {
    margin-top: 5rem;
    margin-bottom: 8rem;
  }

  .ui-arrow-next {
    margin-left: auto;
    margin-right: auto;
  }

  .ui-arrow-next.cc-00-to-01 {
    left: 45%;
  }

  .ui-arrow-next.cc-homearrow {
    margin-left: auto;
    margin-right: auto;
  }

  .c-section-info {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
  }

  .ui-h3.cc-content {
    max-width: 100rem;
  }

  .ui-h3.cc-color-white {
    max-width: 50rem;
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .c-header-img.cc-img-01 {
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1000px;
    height: 70%;
    margin: 0 auto;
    display: flex;
    left: auto;
  }

  .c-header-img.cc-img-05 {
    width: 50%;
    height: 70%;
    margin: 0 auto;
  }

  .c-header-img.cc-img-04 {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 70%;
    margin: 0 auto;
    display: flex;
  }

  .c-header-img.cc-img-03 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 70%;
    margin: 0 auto;
    display: flex;
  }

  .c-header-img.cc-img-02 {
    width: 50%;
    height: 70%;
    margin: 0 auto;
    display: flex;
  }

  .c-section-img.cc-img-01 {
    order: -1;
    width: 100%;
    height: 25vh;
  }

  .c-section-img.cc-img-04, .c-section-img.cc-img-02, .c-section-img.cc-img-05, .c-section-img.cc-img-03 {
    order: -1;
    width: 100%;
    height: 25vh;
    display: flex;
  }

  .ui-hidden-fixed {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .section-standar {
    min-height: auto;
    margin-bottom: 2rem;
    overflow: hidden;
  }

  .c-section-info-2 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100vh;
    display: flex;
  }

  .ui-h2 {
    max-width: 100rem;
    margin-right: 0;
  }

  .ui-h2.cc-fixedw {
    max-width: 100%;
  }

  .h-full-sec-trigger {
    opacity: 0;
  }

  .h-full-sec-trigger.cc-delete {
    opacity: 1;
  }

  .ui-menu-link-container {
    margin-bottom: 2rem;
  }

  .ui-menu-link-container.cc-hide-desktop {
    display: block;
  }

  .ui-link-hover-line {
    display: none;
  }

  .ui-menu-link-2.cc-mright-2rem {
    color: #4c7b8a;
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .ui-menu-link-2.cc-home {
    color: #4c7b8a;
    font-size: 3rem;
    line-height: 3rem;
  }

  .ui-menu-link-2.cc-right {
    color: #4c7b8a;
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .c-header-menu-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-standar-2 {
    overflow: hidden;
  }

  .c-section-info-3 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
  }

  .ui-h3-2.cc-content {
    max-width: 100rem;
  }

  .ui-h2-2 {
    max-width: 100rem;
    margin-right: 0;
  }

  .ui-marketing-contact {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .ui-h2-3 {
    max-width: 100rem;
    margin-right: 0;
  }

  .c-contact {
    opacity: 0;
    display: none;
  }

  .section-legal {
    overflow: hidden;
  }

  .c-info-legal-container {
    padding-top: 12rem;
  }

  .c-info-legal-container.cc-show06 {
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-legal-container.cc-show01 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-legal-container.cc-show04 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-legal-container.cc-show02 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-legal-container.cc-show05 {
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-legal-container.cc-show00 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    margin-left: 2rem;
    margin-right: 5%;
    padding-left: 0%;
    display: flex;
  }

  .c-info-legal-menu {
    margin-top: 1rem;
    margin-left: 1rem;
    position: fixed;
  }

  .ui-legal-link.cc-mright-2rem {
    color: #4c7b8a;
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .ui-legal-link.cc-mright-2rem.cc-bot {
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .ui-legal-link.cc-home {
    color: #4c7b8a;
    font-size: 3rem;
    line-height: 3rem;
  }

  .ui-legal-link-container {
    margin-left: 0;
  }

  .ui-deg-top {
    background-image: linear-gradient(#fff7ed 72%, #fff0);
    height: 13rem;
  }

  .ui-deg-top.cc-z-index, .ui-deg-bot.cc-z-index {
    height: 5rem;
  }

  .ui-deg-bot.cc-hide {
    display: none;
  }

  .ui-contact-link.cc-mright-2rem {
    color: #4c7b8a;
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .ui-contact-link.cc-mright-2rem.cc-bot {
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .c-info-legal-master {
    margin-left: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-manager_component {
    bottom: 1rem;
  }

  .fs-cc-prefs_component {
    padding: 1rem 0;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem 1rem;
  }

  .fs-cc-prefs_close {
    right: 0;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-prefs_form {
    height: auto;
    max-height: 100vh;
  }

  .ui-co-hover-line {
    display: none;
  }

  .ui-menu-co-link-container {
    margin-bottom: 2rem;
  }

  .ui-menu-co-link-container.cc-hide-desktop {
    display: block;
  }

  .ui-co-link.cc-mright-2rem {
    color: var(--blue-text);
    font-size: 2rem;
    line-height: 1rem;
  }

  .ui-co-link.cc-mright-2rem.cc-bot {
    margin-top: 0;
    margin-left: 0;
    display: none;
  }

  .ui-co-link.cc-mright-2rem.cc-hide {
    display: block;
  }

  .ui-co-link.cc-home {
    color: #4c7b8a;
    font-size: 3rem;
    line-height: 3rem;
  }

  .ui-co-link.cc-home.cc-legal.w--current {
    font-size: 2rem;
    line-height: 1rem;
  }

  .ui-co-link.ui-event-none {
    color: var(--blue-text);
    font-size: 2rem;
    line-height: 1rem;
  }
}

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

  .ui.cc-mright-2rem.cc-bot {
    margin-bottom: 2rem;
    font-size: 6vw;
  }

  .c-info-container.cc-content {
    width: 100%;
  }

  .ui-arrow-next {
    height: 4rem;
  }

  .c-section-info {
    width: 100%;
  }

  .c-section-info-2 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-section-info-3 {
    width: 50%;
  }

  .ui-deg-top.cc-z-index.cc-servicios {
    height: 5rem;
  }

  .ui-deg-bot.cc-z-index.cc-servicios {
    height: 6rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem 1rem;
  }

  .fs-cc-prefs_option {
    padding-top: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: 0;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-prefs_space-medium {
    margin-bottom: 1rem;
  }

  .ui-co-link.cc-mright-2rem.cc-bot {
    margin-bottom: 2rem;
    font-size: 6vw;
  }
}


@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}