:root {
  --deep-sky-blue: #5ab0cf;
  --dark-slate-blue: #435366;
  --beige: #f8f8e3;
  --color: #fafaf5;
  --dark-slate-blue-2: #435366;
  --dark-slate-blue-2-3: #40557f;
  --beige-2: #f8f8e36e;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --midnight-blue: #26334c;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

a {
  text-decoration: underline;
}

.linea-medio {
  background-color: var(--deep-sky-blue);
  width: auto;
  height: 13%;
}

.image {
  color: #f71a1a;
  flex: 0 auto;
  align-self: auto;
  width: 11%;
}

.sidebar {
  background-color: #f8f8e3;
  flex-direction: column;
  justify-content: flex-start;
  width: 30vw;
  padding-top: 56px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.linea-inferior {
  background-color: var(--deep-sky-blue);
  width: auto;
  height: 22%;
}

.link-block {
  flex: none;
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.menu-bg-link {
  color: var(--dark-slate-blue);
  text-align: left;
  cursor: pointer;
  margin-top: 40px;
  margin-left: 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.menu-bg-link:hover {
  color: #5ab0cf;
  text-decoration: underline;
}

.menu-button {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 4%;
  height: 4.7%;
  padding-top: 6px;
  padding-bottom: 5px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 10% 2% auto auto;
}

.menu-button:hover {
  opacity: .81;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
}

.logotipo-header {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 0;
  background-color: #0000;
  margin-left: 0;
  padding-left: 0;
  font-size: 119.21px;
  font-weight: 800;
  line-height: 100px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.logotipo-header.cream {
  color: var(--beige);
  flex: 0 auto;
}

.menu-guay {
  flex: 0 auto;
  align-self: center;
  display: none;
}

.linea-superior {
  background-color: var(--deep-sky-blue);
  width: auto;
  height: 22%;
}

.hero-sec {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--color), var(--color));
  justify-content: space-around;
  align-items: stretch;
  display: none;
  position: relative;
  inset: auto 0% 0%;
}

.hero-sec.down {
  background-image: none;
  display: block;
  position: absolute;
}

.video-container {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
}

.menu-bg {
  z-index: 1;
  opacity: 0;
  background-color: #00000073;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-video {
  float: none;
  clear: none;
  background-color: #4353664d;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.intro-header {
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  position: static;
}

.intro-header.white-background {
  background-color: #0000;
}

.body {
  background-color: var(--color);
  font-family: Raleway, sans-serif;
}

.hero-without-image {
  color: #435366;
  cursor: pointer;
  border-bottom: 1px #e4ebf3;
  height: auto;
  padding: 10px 5% 80px;
  position: static;
}

.container {
  width: 100%;
  margin: 0% auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-wrapper-two {
  z-index: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 20px;
  font-family: Raleway, sans-serif;
  font-size: 61.04px;
  font-weight: 400;
  line-height: 60px;
}

.heading.cream {
  color: var(--beige);
}

.margin-bottom-24px {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 25px;
  overflow: visible;
}

.margin-bottom-24px.cream {
  color: var(--beige);
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.bold-text {
  color: #435366;
  text-align: center;
  font-size: 16px;
}

.section {
  margin-left: 70px;
  margin-right: 70px;
}

.section.sostenibilidad {
  background-color: var(--dark-slate-blue);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-6 {
  min-width: 18%;
}

.image-5 {
  min-width: 30%;
}

.image-container {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-left: 16%;
  padding-right: 16%;
  display: flex;
}

.image-7 {
  background-color: #0000;
  min-width: 22%;
}

.divider {
  background-color: #000;
  background-image: url('../images/DIB.-Nº-9-ESPIGA-min.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  height: 30vh;
}

.divider-n2 {
  background-color: var(--deep-sky-blue);
  height: 1px;
  margin-top: -7px;
  margin-left: 27vw;
  margin-right: 27vw;
}

.section1 {
  background-color: #0000;
  padding-top: 20px;
}

.container-catalogo {
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 55px;
}

.plaids {
  background-image: url('../images/plaid-suelto.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  align-self: stretch;
  width: auto;
  height: 260px;
  display: block;
  overflow: hidden;
}

.heading-4 {
  color: var(--dark-slate-blue);
  cursor: pointer;
  align-self: center;
  font-size: 4vh;
  font-weight: 600;
  line-height: 6vh;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.heading-4:hover {
  color: #5ab0cf;
  border-bottom: 1px solid #5ab0cf;
  text-decoration: none;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.mantas {
  background-image: url('../images/mantas-apiladas-claras.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  align-self: stretch;
  width: auto;
  height: 260px;
  display: block;
  overflow: hidden;
}

.button {
  flex: none;
  align-self: flex-start;
}

.button.catalogo {
  color: #435366;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #5ab0cf;
  border-radius: 5px;
  margin-top: 0;
  font-size: 16px;
}

.button.catalogo:hover {
  color: #f8f8e3;
  background-color: #435366;
}

.button.catalogo.middle {
  text-align: left;
  align-self: center;
  margin-top: 2%;
  font-size: 2.4vh;
}

.button.service {
  border: 1px solid var(--beige);
  opacity: 0;
  color: var(--beige);
  cursor: pointer;
  background-color: #0000;
  border-radius: 5px;
  align-self: center;
  margin-top: 15px;
  font-size: 16px;
}

.button.service:hover {
  background-color: var(--dark-slate-blue);
  color: var(--beige);
}

.rellenos {
  background-image: url('../images/image-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  align-self: stretch;
  width: auto;
  height: 260px;
  display: block;
  overflow: hidden;
}

.colchas {
  background-image: url('../images/colchas-fondo-blanco-colormant.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  align-self: stretch;
  width: auto;
  height: 260px;
  display: block;
  overflow: hidden;
}

.video-section {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  min-height: 80vh;
  display: flex;
}

.video-container-2 {
  z-index: 5;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
  overflow: visible;
}

.background-video-2 {
  border-radius: 7px;
  width: 760px;
  height: 440px;
  margin-top: 2%;
  margin-bottom: 2%;
  box-shadow: 0 8px 20px 9px #b3b3b3;
}

.footer-divider {
  box-shadow: none;
  background-color: #5ab0cf33;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-link {
  color: #99998c;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #5ab0cf;
  text-decoration: underline;
}

.footer-brand {
  align-self: auto;
  padding-right: 30px;
}

.footer-brand.w--current {
  align-self: auto;
}

.footer-text-1 {
  color: #99998c;
  cursor: pointer;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
}

.footer-text-1:hover {
  color: #99998c;
  text-decoration: none;
}

.title-small {
  color: var(--beige);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.title-small.darkblue {
  color: var(--dark-slate-blue-2);
}

.footer-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  background-color: #323e4c;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.image-3 {
  color: #285285;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-block {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-center {
  color: #f8f8e3;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-content {
  grid-column-gap: 46px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-self: auto;
  place-items: center;
  width: 60vw;
  display: grid;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.photo-header {
  background-image: url('../images/engin-akyurt-RJ17oltAMLk-unsplash.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
}

.photo-header.aboutus {
  border-bottom: 1px dashed var(--dark-slate-blue-2-3);
  background-image: linear-gradient(180deg, #f8f8e333, var(--color)), url('../images/IMG00032-20120624-2041-min.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70vh;
  margin-top: 0;
  padding-left: 5vh;
  position: relative;
}

.photo-header.white-degradado-background {
  z-index: 0;
  background-image: linear-gradient(180deg, #f8f8e340, var(--color)), url('../images/Vista-Aerea-Colormant-2.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 0;
}

.heading-1 {
  color: var(--color);
  text-align: left;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--dark-slate-blue);
  border: 1px #000;
  border-radius: 0;
  order: -1;
  align-self: auto;
  font-size: 10vw;
  font-weight: 600;
  line-height: 8vw;
  position: static;
  inset: 15vh 0% auto;
}

.heading-1.innovative {
  flex: 1;
  order: 0;
  align-self: baseline;
}

.seccion-texto-productos {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20vh;
  margin-top: 0%;
  margin-left: 20vw;
  margin-right: 20vw;
  display: flex;
}

.paragraph-2 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 3vh;
  line-height: 4.2vh;
}

.gallery7_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery7_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-3 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 20px;
  font-size: 2vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.gallery7_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: end;
  display: grid;
}

.padding-section-large-2 {
  padding-top: 0;
  padding-bottom: 2rem;
}

.gallery7_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: #324254;
  text-align: center;
  margin-bottom: 18px;
  font-size: 39.06px;
  font-weight: 300;
}

.heading-2.with-backgorund {
  color: #f8f8e3;
  background-color: #324254;
  padding-top: 3px;
  padding-bottom: 5px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery7_lightbox-link {
  width: 100%;
}

.seccion-productos {
  margin-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
}

.submit-button-cf6 {
  color: #333;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  margin-top: 20px;
  margin-left: 12px;
  padding: 10px 0 5px;
  font-size: 16px;
  font-weight: 600;
  transition: border-color .2s;
}

.submit-button-cf6:hover {
  border-bottom: 3px solid #333;
}

.contact-form-2 {
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin: 20px auto 75px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.field-label-cf6 {
  color: #9e9e9e;
  margin-bottom: 10px;
}

.success-message-cf6 {
  background-color: #0000;
  padding-left: 0;
  font-weight: 500;
}

.form-field-wrapper-cf6 {
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.form-title-cf6 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 3vw;
  font-weight: 500;
}

.error-message-cf6 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-cf6 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-cf6.cta_form {
  align-items: flex-start;
  margin-top: 0;
}

.text-field-cf6 {
  text-align: left;
  background-color: #4e4a4912;
  border: 1px solid #0000;
  border-bottom-color: #cacaca;
  border-radius: 5px;
  min-width: auto;
  margin-top: 0;
  margin-left: 24px;
  font-size: 16px;
}

.link-2 {
  color: var(--dark-slate-blue-2);
  text-align: center;
  text-decoration: none;
  -webkit-text-decoration-color: var(--dark-slate-blue);
  text-decoration-color: var(--dark-slate-blue);
}

.side-header {
  color: var(--dark-slate-blue-2);
  flex: 0 auto;
  min-width: 230px;
  margin-bottom: 0;
  font-size: 61.04px;
  font-weight: 700;
  line-height: 70px;
}

.header-1 {
  color: var(--dark-slate-blue);
  text-align: left;
  align-self: center;
  margin-top: 0;
  font-size: 61.04px;
  font-weight: 600;
  line-height: 70px;
}

.header-1:hover {
  color: var(--deep-sky-blue);
}

.header-1.cream {
  color: var(--beige);
  text-align: center;
  margin-bottom: 20px;
}

.header-1.white-text-color {
  color: var(--color);
}

.one-line-header {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 790px;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-1 {
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.sofa-background {
  background-image: url('../images/rollo-de-telas.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 900px;
  height: 46vh;
  transition: opacity .3s cubic-bezier(.6, -.28, .735, .045);
  display: block;
  position: relative;
  box-shadow: 4px 4px 8px -1px #00000073;
}

.sofa-background:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/rollo-de-telas.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.heading-8 {
  color: var(--dark-slate-blue);
  text-align: left;
  white-space: nowrap;
  object-fit: fill;
  font-size: 39.06px;
}

.service-2 {
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.cama-background {
  background-image: url('../images/cama-gris.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 70%;
  max-width: 900px;
  height: 41vh;
  transition: opacity .2s, background-position .3s;
  box-shadow: 4px 4px 8px -1px #00000073;
}

.cama-background:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20221021102938-6.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.paragraph-4 {
  opacity: 0;
  color: var(--beige);
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 16px;
}

.service-text-wrapper {
  border: 0px none var(--deep-sky-blue);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.eslogan {
  color: var(--dark-slate-blue-2);
  cursor: text;
  align-self: flex-end;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 39.06px;
  font-weight: 700;
  line-height: 130%;
}

.showrroom {
  border: 1px solid var(--dark-slate-blue);
  background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  outline-color: var(--dark-slate-blue);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 0;
  outline-width: 2px;
  outline-style: none;
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 12px -8px #000;
}

.title-wrapper {
  color: var(--beige);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
}

.line {
  background-color: var(--beige);
  color: #0000;
  align-self: center;
  width: 100%;
  height: 1px;
}

.thin-heading {
  color: var(--dark-slate-blue);
  cursor: auto;
  flex: none;
  align-self: flex-end;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 31.25px;
  font-weight: 300;
  line-height: 70px;
  transition: all .3s;
}

.thin-heading:hover {
  border-bottom: 0 #000;
  text-decoration: none;
}

.thin-heading.lk {
  color: var(--beige);
  cursor: pointer;
  align-self: center;
}

.thin-heading.lk:hover {
  color: var(--deep-sky-blue);
  text-decoration: underline;
}

.thin-heading.cream {
  color: var(--beige);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 61.04px;
  font-weight: 200;
}

.showroom-wrapper {
  background-color: #fff;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 60px;
  margin-left: 0;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.carrusel-ambientes {
  align-self: center;
  width: 60%;
  position: relative;
}

.carrusel-ambientes.magnify {
  width: 60%;
  display: flex;
}

.fechas-y-logo-rustik {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.slide {
  border-radius: 5px;
}

.mask {
  border-radius: 5px;
  overflow: hidden;
}

.slider {
  z-index: 2;
  border-radius: 5px;
  height: 100%;
  box-shadow: 4px 4px 8px -1px #00000094;
}

.slider.magnify {
  z-index: 0;
  object-fit: fill;
}

.fecha-colecciones {
  align-self: stretch;
}

.magnify {
  border-radius: 5px;
}

.slide-nav {
  display: block;
}

.text-date {
  color: #232c36;
  text-align: right;
  margin-top: 5%;
  margin-right: 5%;
  padding-top: 2%;
  padding-right: 2%;
  font-size: 8vw;
  font-weight: 100;
  line-height: 60px;
}

.text-date.right {
  text-align: left;
}

.logo-rustik-2 {
  flex: 0 auto;
  align-self: flex-end;
  max-width: 46%;
}

.logo-rustik-2.right {
  align-self: flex-start;
}

.image-13 {
  opacity: .7;
}

._2-parrafos {
  grid-column-gap: 1.5vw;
  grid-row-gap: 0vw;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 35px;
  display: grid;
}

._2-parrafos.margen-inferior {
  margin-bottom: 35px;
}

.parrafo {
  text-align: justify;
  margin-top: 10%;
  font-size: 16px;
  font-weight: 300;
}

.parrafo.nomargin {
  color: var(--dark-slate-blue-2-3);
  text-align: justify;
  margin-top: 0%;
  font-weight: 500;
}

.parrafo.nomargin.cream {
  color: var(--beige);
  line-height: 30px;
}

.time-line {
  background-color: #0000;
  position: relative;
}

.time-line-container {
  z-index: -3;
  position: static;
}

.time-line-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
  overflow: visible;
}

.time-line-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  align-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-bottom: 0%;
  padding-bottom: 15%;
}

.time-line-grid.invertida {
  grid-template-columns: 1fr 160px 1fr;
}

.time-line-grid-right {
  position: static;
  top: 50vh;
}

.time-line-circle {
  background-color: var(--dark-slate-blue-2-3);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: sticky;
  top: 50vh;
}

.time-line-heading {
  color: var(--dark-slate-blue);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  transition: margin .35s;
  position: sticky;
  top: 60vh;
}

.time-line-text {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 10px;
  padding-top: 40px;
  font-size: 16px;
  position: static;
  top: 50vh;
}

.time-line-backgroung {
  z-index: -2;
  background-color: #fff3;
  width: 3px;
  height: 100%;
  position: absolute;
}

.time-line-progress-bar {
  z-index: -1;
  background-color: var(--deep-sky-blue);
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0%;
  bottom: 50vh;
  overflow: visible;
}

.time-line-grid-center {
  position: sticky;
  top: 50vh;
}

.time-line-grid-left {
  position: static;
  top: 50vh;
}

.icono {
  align-self: auto;
}

.eslogan-1 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0% 8%;
}

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

.form-block {
  align-self: center;
  min-width: 40vw;
  max-width: 50vw;
  margin-bottom: 5%;
  margin-left: 2%;
  margin-right: 6%;
  position: relative;
}

.image-wrapper-1 {
  background-image: url('../images/Captura-de-pantalla-2022-12-02-132907.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  height: 80vh;
  transition: all .35s;
  display: flex;
  position: relative;
}

.image-wrapper-1:hover {
  background-image: linear-gradient(#f8f8e399, #f8f8e399), url('../images/Captura-de-pantalla-2022-12-02-132907.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.form-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.link-block-mapa {
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 2px 6px 7px 3px #0003;
}

.text-block-5 {
  color: var(--beige);
  text-decoration: none;
  -webkit-text-decoration-color: var(--dark-slate-blue-2);
  text-decoration-color: var(--dark-slate-blue-2);
  align-self: flex-start;
  margin-top: 10%;
  font-size: 4vh;
  display: block;
  position: static;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.image-16 {
  display: inline-block;
  position: relative;
}

.image-17 {
  align-self: center;
}

.language-selector {
  cursor: pointer;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-self: center;
  width: 30px;
  height: 20px;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  inset: 7% 2% auto auto;
}

.language-selector:hover {
  background-image: url('../images/Bandera-España.png'), url('../images/english-flag.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.language-text-selector {
  color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  position: static;
  inset: 7% 3% auto auto;
}

.language-text-selector:hover {
  opacity: 0;
  color: var(--deep-sky-blue);
  text-decoration: underline;
}

.highline {
  z-index: -1;
  opacity: .62;
  background-color: #0000;
  background-image: none;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

.language-selector-en {
  cursor: pointer;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-self: center;
  width: 30px;
  height: 20px;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  inset: 7% 2% auto auto;
}

.language-selector-en:hover {
  background-image: url('../images/english-flag.jpg');
  background-position: 50%;
  background-size: cover;
}

.pop-up {
  z-index: 2;
  opacity: 1;
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.pop-up-wrapper {
  z-index: 4;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  border: 3px solid var(--dark-slate-blue);
  background-color: var(--beige);
  border-radius: 5px;
  flex-flow: row;
  place-content: center space-between;
  align-self: auto;
  align-items: center;
  width: 90%;
  height: 70%;
  padding: 0% 5% 0% 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cierre-pop-up {
  position: absolute;
  inset: auto 5% 5% auto;
}

.cta {
  display: none;
  position: relative;
}

.closer-cta {
  z-index: 3;
  background-color: #0000;
  display: block;
  position: fixed;
  inset: 0%;
}

.pop-up-head {
  color: var(--dark-slate-blue);
  margin-top: 0%;
  margin-bottom: 3%;
  padding-bottom: 0;
  font-size: 31.25px;
  font-weight: 600;
  line-height: 40px;
}

.link-3 {
  flex: 0 auto;
}

.pop-text {
  margin-bottom: 5px;
}

.headlink {
  text-decoration: none;
}

.desc-text {
  text-align: left;
  cursor: text;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  padding-top: 0%;
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.desc-text.cream {
  color: var(--beige);
  margin-bottom: 0;
}

.desc-text.white-text {
  color: var(--color);
}

.pop-left {
  background-image: url('../images/Ambiente-Exposicion-Colores-1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100%;
  overflow: visible;
}

.pop-right {
  width: 50%;
  height: auto;
  padding-left: 30px;
}

.body-2 {
  background-color: var(--color);
  overflow: visible;
}

.body-3, .body-4, .body-5 {
  background-color: var(--beige);
}

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

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

.menu-text-name {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  padding-bottom: 5px;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: 14% 3% auto auto;
}

.menu-text-name:hover {
  opacity: .81;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
}

.paragraph-6 {
  color: var(--beige);
}

.div-block-2 {
  z-index: -1;
  background-color: var(--beige);
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.image-19 {
  display: block;
}

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

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

.image-20 {
  max-height: 100%;
}

.text-field-message {
  aspect-ratio: auto;
  text-align: left;
  background-color: #4e4a4912;
  border: 1px solid #0000;
  border-bottom-color: #cacaca;
  border-radius: 5px;
  width: 100%;
  min-width: auto;
  margin-top: 0;
  margin-left: 0;
  font-size: 14px;
}

.form-field-wrapper-cf7 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.banner-h1 {
  -webkit-text-fill-color: inherit;
  background-color: #fafaee80;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  margin-bottom: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.foto-banner-h1 {
  z-index: -5;
  clear: none;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  order: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-2 {
  position: relative;
}

.div-block-4 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.heading-9 {
  text-align: center;
}

.big-heading {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 6vw;
  line-height: 8vw;
}

.sub-big-header {
  color: var(--dark-slate-blue-2);
  text-align: center;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
  position: relative;
}

.compound-photos-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-top: 6%;
  display: flex;
  position: relative;
  box-shadow: -10px 5px 5px #0003;
}

.compound-photo {
  object-fit: fill;
  flex: 0 auto;
  width: 28%;
  height: 100%;
  margin-right: -3px;
}

.container-5 {
  padding: 10% 5% 5%;
  position: relative;
  overflow: hidden;
}

.container-5.blue {
  background-color: #9ab0ca70;
}

.white-background {
  background-color: #fff;
}

.super-heading {
  color: #3330;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--dark-slate-blue);
  font-size: 14vh;
  font-style: normal;
  font-weight: 900;
  line-height: 11vh;
}

.super-heading.filled {
  color: var(--color);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #435366;
  flex: none;
  order: 0;
  align-self: auto;
  font-weight: 600;
  display: block;
}

.super-heading.beige-color-text {
  text-align: center;
  -webkit-text-stroke-color: var(--deep-sky-blue);
}

.super-h2 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  font-size: 7vh;
  font-weight: 700;
  line-height: 8vh;
}

.super-h2._90-max-w {
  color: var(--dark-slate-blue-2);
  max-width: 90%;
}

.super-h2.lowcase {
  text-align: center;
  text-transform: none;
  margin-bottom: 2%;
}

.text-span {
  color: var(--dark-slate-blue);
}

.bold-text-2 {
  font-weight: 600;
}

.list {
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 5%;
  position: relative;
}

.list-item {
  color: var(--dark-slate-blue);
  font-size: 3vh;
  line-height: 4vh;
}

.contract-button {
  background-color: var(--dark-slate-blue);
  color: var(--color);
  text-align: left;
  border-radius: 5px;
  font-size: 2.5vh;
  line-height: 3vh;
  display: inline-block;
}

.contract-button.redbutton {
  background-color: #ff4848;
}

.contract-button.beigebutton {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #ffedd5;
}

.contract-button.granatebutton {
  background-color: #9a7876;
}

.image-21 {
  order: 1;
  align-self: flex-end;
  max-width: 75%;
  margin-bottom: 5%;
  padding-top: 3%;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.contract-sec {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: row;
  margin-top: 2%;
  display: flex;
  position: relative;
}

.div-block-6 {
  flex: 1;
  min-width: 57%;
}

.text-span-2 {
  color: #73c5b2;
}

.image-22 {
  border-radius: 7px;
  flex: 0 auto;
  width: 45%;
  box-shadow: 0 4px 5px #0003;
}

.div-block-7 {
  align-self: center;
  margin-left: 5%;
}

.div-block-8 {
  position: relative;
}

.degradado {
  z-index: 1;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 0%;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-6 {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 4%;
  font-size: 3vh;
  line-height: 4vh;
}

.text-block-6.beige {
  color: var(--color);
}

.text-block-6.quote {
  color: var(--dark-slate-blue);
  font-style: italic;
  font-weight: 500;
}

.text-block-6.block {
  text-align: justify;
  flex: 0 auto;
  width: 70%;
}

.text-block-6.centered {
  text-align: center;
}

.image-23 {
  object-fit: contain;
  border-radius: 7px;
  max-width: 55%;
  box-shadow: 0 2px 5px #0003;
}

.image-24 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  background-color: #fff;
  border-bottom-right-radius: 200%;
  border-bottom-left-radius: 200%;
}

.image-25 {
  z-index: -5;
  object-fit: fill;
  max-width: 120%;
  margin-top: -32%;
  display: block;
  position: relative;
  left: auto;
}

.curved-divider {
  z-index: -5;
  background-color: #fff;
  border-bottom-right-radius: 220%;
  border-bottom-left-radius: 220%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  margin-top: -10vh;
  display: flex;
  position: relative;
  box-shadow: 0 4px 34px #00000054;
}

.contract-sec-photo {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#43536673, #43536673), url('../images/20221021102938-2.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  height: 120vh;
  display: flex;
}

.contract-sec-photo-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 25%;
  display: flex;
}

._4-columns-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

._4-columns-wrapper.retoque-edicion {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
}

.column-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  display: flex;
}

.contract-icon {
  cursor: pointer;
  min-width: 15vh;
  max-width: 100vh;
  margin-bottom: 7%;
  transition: all .2s;
  box-shadow: 3px 4px 5px #00000073;
}

.contract-icon:hover {
  background-color: var(--beige-2);
  transform: translate(0, -5px);
  box-shadow: 0 5px 9px 5px #0006;
}

.contract-icon:active {
  background-color: #f8f7e3de;
  box-shadow: inset 4px 2px 5px 2px #0003, 2px 5px 7px 4px #0009;
}

.contract-icon-text {
  color: var(--beige);
  text-align: center;
  letter-spacing: 0;
  flex: 1;
  align-self: auto;
  min-width: 15vh;
  max-width: 15vh;
  font-size: 2.5vh;
  font-weight: 300;
  line-height: 3vh;
}

.contract-slider {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 17px;
  flex: none;
  width: 50%;
  height: 40%;
  box-shadow: 0 4px 24px #00000040;
}

.contract-slider-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  display: flex;
}

.image-26 {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 17px;
  display: block;
  overflow: visible;
}

.mask-2 {
  border-radius: 15px;
}

.icon-5 {
  color: var(--dark-slate-blue);
}

.history-cards-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-wrapper {
  background-color: var(--dark-slate-blue);
  border-radius: 17px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 69vh;
  margin-bottom: 12%;
  display: flex;
  box-shadow: 2px 3px 4px 2px #00000042;
}

.story-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 8%;
  display: flex;
}

.card-story-photo {
  background-color: var(--dark-slate-blue);
  filter: sepia(70%);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 17px 17px 0 0;
  width: 100%;
  transition: opacity .2s;
}

.card-story-photo-wrapper {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(#b53c3c80, #b53c3c80);
  border-radius: 17px;
  display: block;
  position: relative;
}

.card-story-title {
  color: var(--color);
  text-align: center;
  align-self: center;
  margin-top: 4%;
  margin-bottom: 4%;
  font-size: 3.5vh;
  font-weight: 600;
  line-height: 4vh;
}

.card-story-text {
  color: var(--color);
  text-align: justify;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 2.4vh;
  font-weight: 300;
  line-height: 3vh;
}

.sticky-gallery-wrapper {
  flex-flow: wrap-reverse;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60vw;
  height: 60vh;
  display: flex;
  position: relative;
}

.block-gallery-v1 {
  z-index: 2;
  background-image: url('../images/maquina-de-coser.webp');
  background-position: 50%;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 17px;
  flex: none;
  align-self: center;
  width: 30vw;
  height: 30vh;
  position: absolute;
  inset: 0% 0% auto 23%;
  box-shadow: -3px -2px 5px #0003;
}

.block-gallery-v2 {
  z-index: 3;
  background-image: url('../images/coser-a-mano.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 17px;
  flex: none;
  align-self: auto;
  width: 25vw;
  height: 40vh;
  position: absolute;
  inset: auto auto -5% 7%;
  box-shadow: -3px 5px 5px #0003;
}

.block-gallery-v3 {
  z-index: 1;
  background-image: url('../images/dedos-cosiendo---copia.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 17px;
  flex: 1;
  align-self: flex-end;
  width: 30vw;
  height: 41vh;
  position: absolute;
  inset: auto 8% 0% auto;
  box-shadow: 3px 4px 5px #0003;
}

.container-fullscreen {
  background-image: linear-gradient(#fafaee4d, #fafaee4d), url('../images/SObre-pared.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 150vh;
  margin-top: 5%;
  padding-bottom: 0;
  display: flex;
}

.box-50 {
  background-image: linear-gradient(#fafaeeeb, #fafaeeeb);
  border-radius: 17px;
  width: 60%;
  padding: 5%;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  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-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;
}

.hero-home {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  min-height: 56vh;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.container-story {
  background-color: var(--color);
  padding-top: 5%;
  padding-bottom: 0%;
}

.container-story.text {
  margin-top: 10%;
  padding-top: 0%;
}

.logo-tittle {
  color: var(--dark-slate-blue-2);
  font-size: 9vw;
  font-weight: 800;
  line-height: 7vw;
  text-decoration: none;
}

.logo-tittle.w--current {
  color: var(--dark-slate-blue-2);
  text-align: right;
  flex: none;
  align-self: auto;
  font-size: 9vw;
  font-weight: 800;
  line-height: 7vw;
  text-decoration: none;
}

.image-27 {
  flex: none;
  align-self: auto;
}

.text-block-7 {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 2%;
  font-size: 3vw;
  font-weight: 300;
}

.home-photo-wrapper {
  object-fit: cover;
  background-image: url('../images/PORTADA-COLORMANT.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 50vw;
  height: 54vw;
  margin-left: -2px;
  display: flex;
  position: relative;
}

.home-logo-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-right: 5%;
  padding-bottom: 2%;
  display: flex;
}

.image-28 {
  flex: 0 auto;
  width: 35%;
  margin-bottom: 4%;
}

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

.container-sectores {
  align-self: flex-end;
  position: relative;
  inset: 0%;
}

.contract-slider_promo {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 17px;
  flex: none;
  width: 55%;
  height: 60%;
  box-shadow: 0 4px 24px #00000040;
}

.map-link {
  cursor: pointer;
  background-image: url('../images/Captura-de-pantalla-2022-12-02-132907.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.map-link:hover {
  background-image: linear-gradient(#f8f8e399, #f8f8e399), url('../images/Captura-de-pantalla-2022-12-02-132907.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

._3-parrafos {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 35px;
  display: grid;
}

._3-parrafos.margen-inferior {
  margin-bottom: 35px;
  display: flex;
}

.short-footer {
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 10%;
  display: flex;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: none;
}

.f-navigation-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo {
  max-width: 50%;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.menu-container {
  min-width: 40px;
}

.f-navigation-link-2 {
  color: var(--dark-slate-blue);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 5px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--deep-sky-blue);
  color: var(--color);
  -webkit-text-stroke-color: var(--beige);
}

.f-navigation-link-2.w--current {
  color: var(--dark-slate-blue-2);
  text-decoration: underline;
}

.f-navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 4px 10px #0003;
}

.f-navigation-2.nav-home {
  box-shadow: none;
  opacity: 1;
  display: block;
  position: sticky;
}

.f-navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo-2 {
  max-width: 70%;
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button-2 {
  background-color: var(--dark-slate-blue-2);
  outline-offset: 0px;
  color: var(--color);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 5px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--beige);
  color: var(--dark-slate-blue-2);
  box-shadow: 0 3px 5px #0003;
}

.nav-language-selector {
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-14 {
  display: flex;
  position: absolute;
}

.f-navigation-spansh {
  color: var(--dark-slate-blue);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 5px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-spansh:hover {
  color: var(--color);
  -webkit-text-stroke-color: var(--beige);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bandera-España.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
}

.f-navigation-spansh.w--current {
  color: var(--flowui-component-library--primary-base);
}

.certificados-container {
  width: 100%;
  margin-top: 2%;
}

.image-29 {
  width: 30%;
}

.f-navigation-english {
  color: var(--dark-slate-blue);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 5px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-english:hover {
  color: var(--color);
  -webkit-text-stroke-color: var(--beige);
  background-image: linear-gradient(#00000080, #00000080), url('../images/english-flag.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.f-navigation-english.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-link-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-3:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link-3.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-3 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-navigation-container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo-3 {
  width: 124px;
}

.f-navigation-content-3 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-menu-3 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button-3 {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.privacy-politic {
  margin-bottom: 14%;
}

.text-block-4 {
  color: var(--dark-slate-blue-2);
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.container-6 {
  max-width: 89vw;
}

.linebar {
  border-bottom: 1px solid #000;
  height: 20vh;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-gallery-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.f-gallery-image-x-small-square {
  height: 255px;
}

.f-gallery-image-x-tall {
  height: 550px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-gallery-image-tall {
  height: 640px;
}

.f-gallery-image-s {
  height: 300px;
}

.headng-4 {
  color: var(--dark-slate-blue);
  cursor: pointer;
  align-self: center;
  font-size: 2.2vw;
  font-weight: 300;
  line-height: 2.6vw;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.headng-4:hover {
  color: #5ab0cf;
  border-bottom: 1px solid #5ab0cf;
  text-decoration: none;
}

.seccion-productos-catalogo {
  margin-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.carrusel-ambientes-ct {
  flex: 1;
  align-self: center;
  width: 60%;
  display: flex;
  position: relative;
}

.carrusel-ambientes-ct.magnify {
  width: 60%;
  display: flex;
}

.two-columns-grid {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  order: 0;
  align-self: stretch;
  min-width: 50%;
  height: 100%;
  margin-left: 2%;
  display: flex;
}

.two-columns-grid-colum {
  min-height: 50%;
}

.section-2-_-contracct {
  display: none;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .linea-medio {
    height: 15%;
  }

  .menu-button {
    width: 4%;
    height: 4%;
    top: 7%;
  }

  .logotipo-header {
    letter-spacing: 0;
    font-size: 119.21px;
    font-weight: 800;
  }

  .logotipo-header.cream {
    letter-spacing: 0;
    font-size: 149.01px;
    line-height: 120px;
  }

  .menu-bg {
    opacity: 0;
    display: none;
  }

  .background-video {
    background-color: #4353664d;
  }

  .intro-header {
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 76.29px;
    line-height: 90px;
  }

  .margin-bottom-24px {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 20px;
  }

  .image-6 {
    width: 130px;
  }

  .image-5 {
    width: 200px;
  }

  .image-container {
    justify-content: space-between;
  }

  .image-7 {
    width: 180px;
  }

  .container-catalogo {
    display: block;
  }

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

  .grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area-2"
                         "Area-3 Area-4";
    grid-auto-flow: column;
    place-content: stretch center;
    align-items: center;
  }

  .button.catalogo.middle {
    font-size: 20px;
  }

  .button.service {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
  }

  .footer-link {
    font-size: 16px;
  }

  .image-8 {
    width: 30vw;
  }

  .title-small {
    font-size: 18px;
    line-height: 27px;
  }

  .footer-wrapper {
    justify-content: space-between;
    max-width: 1000px;
  }

  .container-2 {
    max-width: 1060px;
  }

  .footer-copyright-center {
    font-size: 16px;
  }

  .footer-content {
    grid-template-columns: auto auto 3.25fr;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .side-header, .header-1 {
    font-size: 76.29px;
    line-height: 90px;
  }

  .one-line-header {
    max-width: 750px;
  }

  .service-1 {
    justify-content: space-around;
  }

  .sofa-background {
    max-width: 950px;
  }

  .heading-8 {
    font-size: 48.83px;
  }

  .paragraph-4 {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
  }

  .eslogan {
    margin-bottom: 15px;
  }

  .thin-heading {
    font-size: 39.06px;
  }

  .carrusel-ambientes.magnify {
    z-index: 0;
  }

  ._2-parrafos.margen-inferior {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .parrafo.nomargin {
    font-size: 20px;
    line-height: 30px;
  }

  .time-line-grid {
    max-width: 1010px;
  }

  .time-line-heading {
    font-size: 48.83px;
  }

  .time-line-text {
    font-size: 20px;
    line-height: 30px;
  }

  .form-container {
    justify-content: space-around;
  }

  .card {
    min-width: 280px;
  }

  .language-selector {
    top: 5%;
    right: 2vw;
  }

  .language-text-selector {
    font-size: 20px;
  }

  .language-selector-en {
    top: 5%;
    right: 2vw;
  }

  .pop-up-wrapper {
    font-size: 20px;
    line-height: 30px;
  }

  .cta {
    display: none;
  }

  .pop-up-head {
    font-size: 48.83px;
  }

  .pop-text {
    font-size: 20px;
  }

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

  .menu-text-name {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    top: 10%;
  }

  .big-heading {
    color: #435366;
    font-size: 5vw;
  }

  .sub-big-header {
    font-size: 4vh;
    font-weight: 300;
    line-height: 40px;
  }

  .container-5 {
    padding-top: 5%;
  }

  .super-heading.beige-color-text {
    -webkit-text-stroke-color: var(--deep-sky-blue);
  }

  .image-25 {
    margin-top: -26%;
  }

  ._4-columns-wrapper.retoque-edicion {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .story-wrapper {
    margin-top: 5%;
  }

  .hero-home {
    height: 105vh;
  }

  ._3-parrafos.margen-inferior {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .headng-4 {
    font-size: 31.25px;
  }

  .carrusel-ambientes-ct.magnify {
    z-index: 0;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    width: 180px;
  }

  .menu-button {
    height: 30px;
    right: 2%;
  }

  .logotipo-header {
    letter-spacing: 10px;
    font-size: 186.26px;
    line-height: 150px;
  }

  .logotipo-header.cream {
    font-size: 186.26px;
    line-height: 150px;
  }

  .background-video {
    height: 100vh;
  }

  .heading {
    font-size: 76.29px;
    line-height: 100px;
  }

  .margin-bottom-24px {
    font-size: 25px;
    line-height: 37px;
  }

  .margin-bottom-24px.cream {
    font-size: 32px;
    line-height: 35px;
  }

  .bold-text {
    font-size: 31.25px;
    line-height: 40px;
  }

  .divider {
    height: 370px;
  }

  .container-catalogo {
    max-width: 1480px;
  }

  .plaids {
    height: 400px;
  }

  .heading-4 {
    text-align: justify;
    font-size: 39.06px;
    line-height: 40px;
  }

  .grid {
    min-width: 940px;
  }

  .mantas {
    height: 400px;
  }

  .button.catalogo.middle {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .button.service {
    font-size: 20px;
    line-height: 30px;
  }

  .rellenos, .colchas {
    height: 400px;
  }

  .background-video-2 {
    width: 1200px;
    height: 720px;
  }

  .footer-link {
    font-size: 20px;
    line-height: 40px;
  }

  .footer-text-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .title-small {
    font-size: 25px;
    line-height: 28px;
  }

  .footer-wrapper {
    max-width: 1450px;
  }

  .container-2 {
    max-width: 1410px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .photo-header.white-degradado-background {
    background-image: linear-gradient(to bottom, #f8f8e340, var(--beige)), url('../images/Vista-Aerea-Colormant-2.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    height: 59vh;
  }

  .seccion-texto-productos {
    margin-bottom: 0%;
  }

  .paragraph-2 {
    font-size: 25px;
    line-height: 40px;
  }

  .heading-2.with-backgorund {
    font-size: 4vw;
    line-height: 4vw;
  }

  .submit-button-cf6 {
    font-size: 31.25px;
  }

  .contact-form-2 {
    max-width: 960px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .field-label-cf6 {
    font-size: 31.25px;
    line-height: 50px;
  }

  .form-field-wrapper-cf6 {
    margin-top: 35px;
  }

  .form-title-cf6 {
    font-size: 76.29px;
    line-height: 80px;
  }

  .form-cf6 {
    margin-top: 50px;
  }

  .link-2 {
    font-size: 31.25px;
    line-height: 60px;
  }

  .side-header, .header-1 {
    font-size: 76.29px;
    line-height: 100px;
  }

  .one-line-header {
    max-width: 910px;
  }

  .heading-8 {
    font-size: 76.29px;
  }

  .cama-background {
    background-image: url('../images/20221021102938-6.jpg');
    background-size: cover;
  }

  .cama-background:hover {
    background-size: auto, cover;
  }

  .paragraph-4 {
    font-size: 25px;
  }

  .eslogan {
    font-size: 76.29px;
  }

  .thin-heading {
    align-self: flex-end;
    font-size: 48.83px;
  }

  .parrafo.nomargin {
    font-size: 25px;
  }

  .parrafo.nomargin.cream {
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
  }

  .time-line-grid {
    max-width: 1200px;
  }

  .time-line-circle {
    width: 20px;
    height: 20px;
    margin-top: 20px;
  }

  .time-line-heading {
    font-size: 76.29px;
    line-height: 70px;
  }

  .time-line-text {
    padding-top: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .image-wrapper-1 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: relative;
  }

  .form-container {
    justify-content: space-around;
  }

  .link-block-mapa {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .card {
    min-width: 400px;
  }

  .language-selector {
    right: 50px;
  }

  .language-text-selector {
    font-size: 30px;
  }

  .language-selector-en {
    right: 2.4vw;
  }

  .pop-up-head {
    font-size: 61.04px;
    line-height: 70px;
  }

  .pop-text, .pop-link {
    font-size: 25px;
  }

  .desc-text {
    font-size: 32px;
    line-height: 45px;
  }

  .menu-text-name {
    width: 48px;
    display: inline;
    right: 3%;
  }

  .paragraph-6 {
    margin-left: 13%;
    font-size: 20px;
  }

  .form-field-wrapper-cf7 {
    margin-top: 35px;
  }

  .image-21 {
    min-width: 75%;
  }

  .image-25 {
    max-width: 150%;
    margin-top: -19%;
  }

  .curved-divider {
    background-color: #fff;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    width: 100%;
    height: 5vh;
    margin-top: -1%;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    box-shadow: 0 4px 12px #0003;
  }

  .contract-slider {
    object-fit: cover;
  }

  .contract-slider-wrapper {
    margin-top: -20%;
  }

  .block-gallery-v1 {
    height: 30vh;
  }

  .contract-slider_promo {
    object-fit: cover;
  }

  .map-link {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    position: relative;
  }

  .f-navigation-link-2, .f-navigation-button-2, .f-navigation-spansh, .f-navigation-english {
    font-size: 20px;
  }

  .headng-4 {
    text-align: justify;
    font-size: 39.06px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 80px;
    display: inline-block;
  }

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

  .link-block.w--current {
    align-items: center;
  }

  .menu-bg-link {
    font-size: 31.25px;
  }

  .menu-button {
    top: 6%;
  }

  .logotipo-header {
    letter-spacing: 10px;
    object-fit: fill;
    flex: 0 auto;
    padding-bottom: 0;
    font-size: 61px;
    line-height: 60px;
    text-decoration: none;
    display: inline;
  }

  .logotipo-header.cream {
    letter-spacing: 0;
    font-size: 600%;
    line-height: 80px;
  }

  .menu-guay {
    margin-right: 25px;
  }

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

  .menu-bg {
    opacity: 0;
    display: none;
  }

  .background-video {
    height: 620px;
  }

  .intro-header {
    flex-flow: row;
    justify-content: space-around;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .container {
    max-width: 728px;
    margin-bottom: 0;
  }

  .hero-wrapper-two {
    width: 90vw;
  }

  .heading {
    font-size: 48.03px;
  }

  .margin-bottom-24px {
    font-size: 16px;
  }

  .image-6 {
    width: 90px;
  }

  .image-5, .image-7 {
    width: 120px;
  }

  .plaids {
    background-position: 50%;
    background-attachment: scroll;
    border: 1px #000;
    border-radius: 5px;
  }

  .grid {
    max-width: 728vw;
    margin-left: 25px;
    margin-right: 25px;
  }

  .mantas, .rellenos, .colchas {
    border-radius: 5px;
  }

  .background-video-2 {
    width: 100%;
    height: 70vh;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 16px;
  }

  .paragraph-3 {
    font-size: 3vh;
  }

  .padding-section-large-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .success-message-cf6 {
    font-size: 16px;
    font-weight: 600;
  }

  .side-header {
    font-size: 48.03px;
  }

  .header-1 {
    text-align: right;
    font-size: 48.03px;
    line-height: 60px;
  }

  .one-line-header {
    flex-direction: column;
  }

  .sofa-background {
    height: 35vh;
  }

  .cama-background {
    height: 31vh;
  }

  .eslogan {
    text-align: left;
    align-self: center;
    font-size: 200%;
    line-height: 125%;
    display: block;
  }

  .language-selector {
    top: 2%;
  }

  .language-selector-en {
    opacity: 1;
    top: 2%;
    right: 2%;
  }

  .pop-up-wrapper {
    flex-direction: row;
    width: 70%;
  }

  .pop-up-head {
    margin-bottom: 2%;
    font-size: 25px;
    line-height: 24px;
  }

  .desc-text {
    font-size: 20px;
    line-height: 25px;
  }

  .pop-left {
    flex: none;
    align-self: center;
  }

  .menu-text-name {
    top: 6%;
  }

  .compound-photo {
    width: 42%;
    height: 100%;
  }

  .super-heading {
    font-size: 12vh;
    line-height: 12vh;
  }

  .super-heading.beige-color-text {
    text-align: center;
  }

  .super-h2 {
    text-align: left;
    font-size: 5vh;
  }

  .text-span {
    line-height: 5vh;
  }

  .list {
    width: 100%;
  }

  .list-item {
    color: var(--dark-slate-blue);
    font-size: 2.5vh;
    line-height: 4vh;
  }

  .image-21 {
    align-self: stretch;
  }

  .contract-sec {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-6 {
    font-size: 2.5vh;
  }

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

  .contract-icon-text {
    max-width: 15vh;
  }

  .card-story-title {
    text-align: center;
    flex: none;
    align-self: stretch;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    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-2 {
    padding: 12px;
  }

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

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .f-navigation-spansh, .f-navigation-english, .f-navigation-link-3 {
    width: 100%;
  }

  .f-navigation-3 {
    position: relative;
  }

  .f-navigation-menu-button-3 {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-3.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu-3 {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-3.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-3 {
    margin-right: 0;
  }

  .f-gallery-two-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-gallery-image-x-tall {
    height: 440px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 60px;
    min-width: auto;
    max-width: 20%;
  }

  .sidebar {
    opacity: 1;
    width: 44vw;
    display: flex;
  }

  .menu-button {
    width: 25px;
  }

  .logotipo-header {
    letter-spacing: 5px;
    font-size: 48.83px;
  }

  .logotipo-header.cream {
    font-size: 480%;
  }

  .hero-sec {
    align-self: center;
    align-items: stretch;
    position: static;
    inset: auto 0% 0%;
  }

  .menu-bg {
    opacity: 0;
    display: none;
  }

  .background-video {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .intro-header {
    justify-content: space-around;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-without-image {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-6 {
    width: 90px;
  }

  .image-5 {
    width: 100px;
  }

  .image-container {
    justify-content: center;
  }

  .image-7 {
    width: 100px;
  }

  .plaids {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border: 3px #324254;
    border-radius: 5px;
  }

  .grid {
    align-content: start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mantas {
    border-radius: 5px;
  }

  .button.service {
    line-height: 10px;
  }

  .background-video-2 {
    flex: 0 auto;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .footer-brand {
    align-self: center;
    padding-right: 0;
  }

  .footer-text-1 {
    text-align: center;
    align-self: auto;
  }

  .footer-text-1:hover {
    color: #1a1b1fbf;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-block {
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .photo-header {
    background-image: url('../images/engin-akyurt-RJ17oltAMLk-unsplash.jpg');
    background-size: cover;
    background-attachment: fixed;
  }

  .heading-1 {
    z-index: 1;
    position: static;
    inset: 0%;
  }

  .gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .gallery7_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

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

  .sofa-background {
    width: auto;
  }

  .service-2 {
    flex-direction: column-reverse;
  }

  .cama-background {
    width: auto;
  }

  .eslogan {
    line-height: 120%;
  }

  .thin-heading.cream {
    font-size: 48.83px;
  }

  .showroom-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column-reverse;
  }

  .carrusel-ambientes.magnify {
    width: auto;
  }

  .fechas-y-logo-rustik {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-end;
  }

  .logo-rustik-2 {
    max-width: 20%;
  }

  .time-line-grid {
    justify-content: space-between;
    justify-items: stretch;
  }

  .time-line-text {
    padding-right: 30px;
  }

  .pop-up-wrapper {
    flex-flow: wrap;
    align-content: flex-end;
    align-items: stretch;
    width: 90%;
    height: 50%;
  }

  .menu-text-name {
    width: 25px;
  }

  .banner-h1 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: linear-gradient(#fafaee4d, #fafaee4d);
    background-clip: border-box;
    height: 100%;
    max-height: 40vh;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .foto-banner-h1 {
    z-index: -2;
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    object-fit: cover;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: hidden;
  }

  .compound-photos-wrapper {
    flex-flow: row;
    height: 40vh;
  }

  .compound-photo {
    width: 30%;
  }

  .super-heading {
    -webkit-text-stroke-width: 1px;
    font-size: 8vh;
    line-height: 7vh;
  }

  .super-h2 {
    font-size: 4vh;
    line-height: 4.2vh;
  }

  .image-21 {
    flex: none;
    align-self: auto;
  }

  .contract-sec {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-6 {
    align-self: auto;
  }

  .contract-sec-photo {
    height: 90vh;
  }

  .contract-slider {
    width: 80%;
  }

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

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

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

  .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-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .home-logo-wrapper {
    flex: 1;
  }

  .container-sectores {
    display: none;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .f-gallery-image-tall {
    height: 100%;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .carrusel-ambientes-ct.magnify {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 46px;
    min-width: auto;
    max-width: 20%;
  }

  .sidebar {
    width: 65vw;
  }

  .link-block.w--current {
    margin-bottom: 0;
  }

  .menu-bg-link {
    font-size: 25px;
    line-height: 40px;
  }

  .menu-button {
    width: 20px;
    top: 4%;
    right: 7%;
  }

  .logotipo-header {
    letter-spacing: 0;
    font-size: 31.25px;
    line-height: 50px;
  }

  .logotipo-header.cream {
    font-size: 39.06px;
  }

  .menu-guay {
    display: none;
  }

  .background-video {
    justify-content: flex-end;
    height: 90vh;
  }

  .intro-header {
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .body {
    overflow: visible;
  }

  .hero-without-image {
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container {
    max-width: none;
    margin-top: 0;
    padding-top: 0;
  }

  .hero-wrapper-two {
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    margin-bottom: 12px;
    font-size: 31.25px;
    line-height: 50px;
  }

  .margin-bottom-24px {
    flex: 0 auto;
    align-self: center;
    font-size: 14px;
  }

  .margin-bottom-24px.cream {
    font-size: 15px;
    line-height: 26px;
  }

  .section.sostenibilidad {
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    width: 100px;
  }

  .image-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-7 {
    width: 90px;
  }

  .plaids {
    background-size: contain;
    height: 200px;
  }

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

  .mantas {
    height: 200px;
  }

  .button.catalogo.middle {
    margin-left: 0;
  }

  .button.service {
    margin-top: 0;
    font-size: 12px;
    line-height: 10px;
  }

  .rellenos, .colchas {
    height: 200px;
  }

  .video-container-2 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .background-video-2 {
    width: 90%;
    height: 250px;
  }

  .footer-link:hover {
    color: #5ab0cf;
  }

  .footer-text-1 {
    text-align: center;
  }

  .footer-text-1:hover {
    color: #99998c;
  }

  .footer-wrapper {
    flex-wrap: wrap-reverse;
  }

  .footer {
    position: relative;
  }

  .container-2 {
    max-width: none;
  }

  .footer-content {
    order: -1;
  }

  .photo-header {
    height: 40vh;
  }

  .heading-1 {
    -webkit-text-stroke-width: 1px;
    font-size: 15vw;
    line-height: 40px;
    top: 15vh;
  }

  .seccion-texto-productos {
    height: 11vh;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .paragraph-2 {
    margin-bottom: 17px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 2.5vh;
    line-height: 3.3vh;
  }

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

  .padding-section-large-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-2.with-backgorund {
    font-size: 31.25px;
  }

  .contact-form-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .success-message-cf6 {
    text-align: left;
  }

  .form-field-wrapper-cf6 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .form-title-cf6 {
    font-size: 31.25px;
  }

  .form-cf6 {
    align-items: flex-start;
  }

  .text-field-cf6 {
    min-width: 0;
    margin-left: 0;
  }

  .side-header, .header-1 {
    margin-bottom: 12px;
    font-size: 31.25px;
  }

  .header-1.cream {
    margin-bottom: 10px;
    line-height: 40px;
  }

  .one-line-header {
    margin-left: 0;
    margin-right: 0;
  }

  .service-1 {
    overflow-wrap: normal;
    flex-flow: wrap-reverse;
    justify-content: space-around;
    align-items: center;
    position: static;
  }

  .sofa-background {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    max-width: 920px;
    height: auto;
    min-height: 150px;
    padding-bottom: 3%;
    display: flex;
  }

  .heading-8 {
    font-size: 31.25px;
  }

  .service-2 {
    flex-flow: wrap;
  }

  .cama-background {
    height: 25vh;
  }

  .paragraph-4 {
    padding-top: 0%;
    font-size: 12.8px;
  }

  .service-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .eslogan {
    letter-spacing: 0;
    margin-bottom: 9px;
    font-size: 6vw;
    display: block;
  }

  .thin-heading.lk, .thin-heading.cream {
    font-size: 25px;
  }

  .showroom-wrapper {
    flex-flow: row-reverse wrap-reverse;
    margin-left: 15px;
    margin-right: 15px;
  }

  .fechas-y-logo-rustik, .slide-nav {
    display: none;
  }

  .icon-2 {
    opacity: .6;
    margin-right: 0;
  }

  .right-arrow {
    width: 20%;
  }

  .text-date, .text-date.right {
    font-size: 13vw;
  }

  .logo-rustik-2, .logo-rustik-2.right {
    max-width: 40%;
  }

  .image-13 {
    opacity: .54;
    width: 280px;
  }

  ._2-parrafos {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: wrap;
  }

  ._2-parrafos.margen-inferior {
    width: 90%;
  }

  .parrafo.nomargin {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .parrafo.nomargin.cream {
    text-align: left;
    line-height: 22px;
  }

  .time-line {
    padding-top: 55px;
  }

  .time-line-grid {
    grid-template-columns: 1fr 70px 1fr;
    width: 100%;
  }

  .time-line-grid.invertida {
    grid-template-columns: 1fr 86px 1fr;
    align-self: auto;
  }

  .time-line-circle {
    text-align: left;
  }

  .time-line-heading {
    padding-left: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .time-line-progress-bar {
    z-index: -1;
  }

  .form-block {
    width: 100%;
    margin-left: 6%;
    margin-right: 6%;
  }

  .image-wrapper-1 {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    height: 30vh;
    margin-left: 15px;
  }

  .form-container {
    flex-wrap: wrap;
  }

  .link-block-mapa {
    position: static;
  }

  .text-block-5 {
    font-size: 2.5vh;
    line-height: 4vh;
  }

  .image-16 {
    flex: none;
  }

  .icon-3, .icon-4 {
    opacity: .6;
    margin-left: 0;
  }

  .language-selector {
    top: 9%;
    right: 5%;
  }

  .highline {
    height: 10%;
  }

  .language-selector-en {
    width: 30px;
    height: 20px;
    top: 2%;
    right: 5%;
  }

  .pop-up-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    place-content: center space-between;
    align-self: center;
    height: 80%;
  }

  .pop-up-head {
    font-size: 20px;
    line-height: 30px;
  }

  .desc-text {
    font-size: 17px;
    line-height: 22px;
  }

  .pop-left {
    align-self: center;
    width: 50%;
  }

  .pop-right {
    flex: 1;
    align-self: auto;
    width: 100%;
  }

  .menu-text-name {
    width: 20px;
    font-size: 9px;
    top: 7%;
    right: 8%;
  }

  .div-block-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-19 {
    max-width: 120%;
  }

  .text-field-message {
    min-width: 0;
    margin-left: 0;
  }

  .form-field-wrapper-cf7 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .banner-h1 {
    height: 100%;
    min-height: 30vh;
  }

  .sub-big-header {
    font-size: 4vw;
  }

  .compound-photos-wrapper {
    height: auto;
    min-height: 50vh;
  }

  .compound-photo {
    width: 40%;
  }

  .super-heading {
    font-size: 7vh;
  }

  .super-heading.beige-color-text {
    -webkit-text-stroke-color: var(--beige);
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 10vw;
    line-height: 9vw;
  }

  .super-h2 {
    font-size: 4vh;
  }

  .super-h2.lowcase {
    text-align: left;
    line-height: 4.6vh;
  }

  .image-21 {
    order: -1;
    max-width: 100%;
  }

  .contract-sec {
    flex-flow: wrap;
  }

  .image-22 {
    min-width: 100%;
  }

  .degradado {
    box-sizing: border-box;
    background-image: linear-gradient(#637993d1, #637993d1);
    flex-flow: wrap;
    flex: 0 auto;
    place-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    inset: 0%;
  }

  .text-block-6.block {
    width: 100%;
  }

  ._4-columns-wrapper {
    flex-flow: wrap;
  }

  ._4-columns-wrapper.retoque-edicion {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row;
    align-content: flex-start;
    min-height: 6px;
    margin-top: 0%;
    display: flex;
  }

  .column-wrapper {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
  }

  .contract-icon {
    vertical-align: baseline;
    width: 80%;
    min-width: auto;
  }

  .contract-icon-text {
    flex: none;
    align-self: auto;
    min-width: 8vh;
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .history-cards-wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
  }

  .card-wrapper {
    padding-bottom: 5%;
  }

  .card-story-photo {
    object-fit: cover;
    width: 100%;
    overflow: visible;
  }

  .card-story-photo-wrapper {
    box-sizing: border-box;
    object-fit: fill;
    height: 30vh;
    overflow: hidden;
  }

  .sticky-gallery-wrapper {
    width: 100%;
  }

  .block-gallery-v1 {
    object-fit: cover;
    width: 60vw;
    height: 25vh;
  }

  .block-gallery-v2 {
    width: 40vw;
  }

  .block-gallery-v3 {
    flex: 0 auto;
    align-self: center;
    width: 40vw;
  }

  .box-50 {
    width: 80%;
  }

  .container-3 {
    max-width: none;
  }

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

  .hero-home {
    width: 100%;
  }

  .logo-tittle.w--current {
    white-space: break-spaces;
    word-break: break-all;
    object-fit: contain;
    flex: 0 auto;
    padding-top: 0;
    line-height: 11vw;
  }

  .text-block-7 {
    font-size: 4vw;
    font-weight: 400;
  }

  .home-photo-wrapper {
    flex: 0 auto;
    width: 70vw;
    height: 90vw;
    margin-left: -14%;
  }

  .home-logo-wrapper {
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    width: 80%;
    padding-bottom: 3%;
  }

  .image-28 {
    width: 50%;
    margin-bottom: 4%;
  }

  .container-sectores {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: block;
    position: absolute;
  }

  .contract-slider_promo {
    flex: 1;
    margin-top: 5%;
  }

  .map-link {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    height: 30vh;
    margin-left: 15px;
  }

  ._3-parrafos {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: wrap;
  }

  ._3-parrafos.margen-inferior {
    width: 90%;
  }

  .f-navigation-content {
    justify-content: flex-end;
    align-items: center;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-link-2 {
    display: block;
  }

  .f-navigation-menu-button-2 {
    color: var(--dark-slate-blue-2);
  }

  .f-navigation-button-2 {
    flex: 0 auto;
    display: block;
  }

  .icon-6 {
    color: var(--dark-slate-blue);
  }

  .f-navigation-button-3 {
    display: none;
  }

  .f-gallery-image-x-small-square {
    height: 130px;
  }

  .f-gallery-image-x-tall {
    height: 300px;
  }

  .f-gallery-image-tall {
    height: 180px;
  }
}

#w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c90c-2d6b7792, #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c912-2d6b7792, #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c918-2d6b7792, #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c91e-2d6b7792 {
  align-self: center;
}

#w-node-_7eaeeafb-b58c-1ec8-4359-176c6a59a63c-6a59a63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_7eaeeafb-b58c-1ec8-4359-176c6a59a645-6a59a63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eaeeafb-b58c-1ec8-4359-176c6a59a650-6a59a63a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_32e6f58b-6679-949c-68b0-bfe0350b2a93-cd5a4323 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_32e6f58b-6679-949c-68b0-bfe0350b2a96-cd5a4323, #w-node-_32e6f58b-6679-949c-68b0-bfe0350b2a99-cd5a4323 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32e6f58b-6679-949c-68b0-bfe0350b2aab-cd5a4323 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_32e6f58b-6679-949c-68b0-bfe0350b2aae-cd5a4323, #w-node-_32e6f58b-6679-949c-68b0-bfe0350b2ab1-cd5a4323, #w-node-_49d6513b-6557-05a8-2719-1165ab217fd8-ab217fd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49d6513b-6557-05a8-2719-1165ab217fe1-ab217fd2, #w-node-_49d6513b-6557-05a8-2719-1165ab217fec-ab217fd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cfaba02c-713f-7a6f-2d34-b8e94dd9c17e-76b7ed4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03f7715b-fef3-6956-6e5d-339300f96aaa-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_093ca47f-f383-e53f-7c12-18fc681c8379-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_2d78f16e-e977-11d4-da0d-d872d3565c0d-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-b6a54f32-9bdc-587b-20f8-6b66a649be60-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b6a54f32-9bdc-587b-20f8-6b66a649be63-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_992c452a-c85f-7f31-42ef-909e92351a34-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_992c452a-c85f-7f31-42ef-909e92351a37-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_992c452a-c85f-7f31-42ef-909e92351a39-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_0def4e52-06d5-5e73-478c-1df2bc7581fe-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0def4e52-06d5-5e73-478c-1df2bc758201-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0def4e52-06d5-5e73-478c-1df2bc758203-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_8676cb52-08eb-6f21-04f6-9e80bcd94684-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8676cb52-08eb-6f21-04f6-9e80bcd94687-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_8676cb52-08eb-6f21-04f6-9e80bcd94689-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_65c857b0-5729-8ef0-a9eb-f817414f14ee-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_65c857b0-5729-8ef0-a9eb-f817414f14f1-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_65c857b0-5729-8ef0-a9eb-f817414f14f3-56581740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_32e6f58b-6679-949c-68b0-bfe0350b2a93-ea4c9fbe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_32e6f58b-6679-949c-68b0-bfe0350b2a96-ea4c9fbe, #w-node-_32e6f58b-6679-949c-68b0-bfe0350b2a99-ea4c9fbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32e6f58b-6679-949c-68b0-bfe0350b2aab-ea4c9fbe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_32e6f58b-6679-949c-68b0-bfe0350b2aae-ea4c9fbe, #w-node-_32e6f58b-6679-949c-68b0-bfe0350b2ab1-ea4c9fbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d4c984-f0fe-a766-dc39-96a43ce9ca58-ea4c9fbe {
  justify-self: center;
}

#w-node-_8d767521-00e2-f63b-7be3-e2d97d2b5190-7d2b518a, #w-node-_8d767521-00e2-f63b-7be3-e2d97d2b5199-7d2b518a, #w-node-_8d767521-00e2-f63b-7be3-e2d97d2b51a4-7d2b518a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c90c-dabd82e7, #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c912-dabd82e7, #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c918-dabd82e7, #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c91e-dabd82e7 {
  align-self: center;
}

#w-node-_231b44ed-2819-9003-5815-c12f53a19f0b-dabd82e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto stretch;
}

#w-node-_231b44ed-2819-9003-5815-c12f53a19f00-dabd82e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_231b44ed-2819-9003-5815-c12f53a19f18-dabd82e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_60c4774a-dffe-3bf8-3264-ff30eca34078-eca34072, #w-node-_60c4774a-dffe-3bf8-3264-ff30eca34083-eca34072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60c4774a-dffe-3bf8-3264-ff30eca34090-eca34072, #w-node-_03f7715b-fef3-6956-6e5d-339300f96aaa-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_093ca47f-f383-e53f-7c12-18fc681c8379-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_2d78f16e-e977-11d4-da0d-d872d3565c0d-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-b6a54f32-9bdc-587b-20f8-6b66a649be60-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b6a54f32-9bdc-587b-20f8-6b66a649be63-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_992c452a-c85f-7f31-42ef-909e92351a34-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_992c452a-c85f-7f31-42ef-909e92351a37-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_992c452a-c85f-7f31-42ef-909e92351a39-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_0def4e52-06d5-5e73-478c-1df2bc7581fe-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0def4e52-06d5-5e73-478c-1df2bc758201-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_0def4e52-06d5-5e73-478c-1df2bc758203-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_8676cb52-08eb-6f21-04f6-9e80bcd94684-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8676cb52-08eb-6f21-04f6-9e80bcd94687-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_8676cb52-08eb-6f21-04f6-9e80bcd94689-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_65c857b0-5729-8ef0-a9eb-f817414f14ee-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_65c857b0-5729-8ef0-a9eb-f817414f14f1-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_65c857b0-5729-8ef0-a9eb-f817414f14f3-789d525c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

@media screen and (min-width: 1440px) {
  #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c90c-2d6b7792 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c912-2d6b7792, #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c918-2d6b7792 {
    align-self: center;
  }

  #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c90c-dabd82e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c912-dabd82e7, #w-node-c79dd8d3-9f5a-e90b-ff86-0584ed57c918-dabd82e7 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0def4e52-06d5-5e73-478c-1df2bc758201-56581740, #w-node-_0def4e52-06d5-5e73-478c-1df2bc758201-789d525c {
    justify-self: center;
  }
}