.elementor-1680 .elementor-element.elementor-element-4ac0d1e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e623782 *//* =========================================================
   R DE DISEÑO — CSS LANDING INICIO
   Dirección: ligera, editorial, creativa y con mucho espacio.
========================================================= */

.rd-home main {
  width: 100%;
}

/* HERO */

.rd-hero {
  position: relative;
  min-height: 100svh;
  padding: 142px 0 32px;
  overflow: hidden;
  background: var(--rd-bone);
}

.rd-hero__shell {
  min-height: calc(100svh - 210px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.72fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}

.rd-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 880px;
}

.rd-hero__title {
  margin: 26px 0 0;
  font-family: var(--rd-font-display);
  font-size: clamp(76px, 9.8vw, 154px);
  line-height: 0.86;
  letter-spacing: -0.082em;
  font-weight: 600;
}

.rd-hero__title > span {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.rd-hero__title em {
  position: relative;
  color: var(--rd-orange);
  font-style: normal;
}

.rd-hero__title em::after {
  content: "";
  position: absolute;
  right: -2%;
  bottom: -0.06em;
  left: -2%;
  height: 0.035em;
  min-height: 4px;
  background: var(--rd-orange);
  transform: rotate(-1deg);
}

.rd-hero__lead {
  max-width: 670px;
  margin: 34px 0 0;
  color: var(--rd-ink-72);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.75;
}

.rd-hero__actions {
  margin-top: 31px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.rd-hero__visual {
  position: relative;
  min-height: 610px;
}

.rd-hero__color-field {
  position: absolute;
  top: 7%;
  right: 0;
  bottom: 7%;
  left: 8%;
  border-radius: 48% 52% 46% 54% / 58% 46% 54% 42%;
  background: var(--rd-orange);
  transform: rotate(-2deg);
}

.rd-hero__cat {
  position: absolute;
  right: 2%;
  bottom: -10%;
  z-index: 2;
  width: min(520px, 92%);
  will-change: transform;
}

.rd-hero__cat img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 50px rgba(23, 23, 23, 0.14));
}

.rd-hero__note {
  position: absolute;
  top: 11%;
  left: 0;
  z-index: 4;
  width: 170px;
  padding: 16px;
  background: var(--rd-blue);
  color: var(--rd-bone);
}

.rd-hero__note span {
  color: var(--rd-orange);
  font-size: 8px;
  font-weight: 700;
}

.rd-hero__note p {
  margin: 11px 0 0;
  font-size: 10px;
  line-height: 1.55;
  font-weight: 600;
}

.rd-hero__foot {
  min-height: 72px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
  border-top: 1px solid var(--rd-ink-20);
  color: var(--rd-ink-50);
  font-size: 9px;
  text-transform: uppercase;
}

.rd-hero__foot span + span::before {
  content: "·";
  margin-right: 28px;
  color: var(--rd-orange);
}

/* MANIFIESTO */

.rd-manifesto {
  padding: var(--rd-section-space) 0;
  background: var(--rd-ink);
  color: var(--rd-bone);
}

.rd-manifesto__layout {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) minmax(300px, 0.43fr);
  gap: clamp(36px, 6vw, 95px);
  align-items: start;
}

.rd-manifesto .rd-section-label {
  color: var(--rd-orange);
}

.rd-manifesto__title {
  max-width: 920px;
  margin-bottom: 0;
  font-family: var(--rd-font-display);
  font-size: clamp(48px, 6.4vw, 100px);
  line-height: 0.94;
  letter-spacing: -0.066em;
  font-weight: 500;
}

.rd-manifesto__title span {
  display: block;
  margin-top: 18px;
  color: var(--rd-orange);
}

.rd-manifesto__copy {
  display: grid;
  gap: 24px;
}

.rd-manifesto__copy p {
  margin: 0;
  color: var(--rd-bone-72);
  font-size: 12px;
  line-height: 1.8;
}

/* PROYECTOS */

.rd-projects {
  padding: var(--rd-section-space) 0;
  background: var(--rd-bone);
}

.rd-project-list {
  display: grid;
  gap: clamp(92px, 11vw, 180px);
}

.rd-project {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.55fr);
  gap: clamp(36px, 7vw, 105px);
  align-items: center;
}

.rd-project--reverse .rd-project__visual {
  grid-column: 2;
  grid-row: 1;
}

.rd-project--reverse .rd-project__info {
  grid-column: 1;
  grid-row: 1;
}

.rd-project__visual {
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
}

.rd-project-art {
  position: relative;
  min-height: 670px;
  padding: clamp(24px, 4vw, 58px);
  overflow: hidden;
}

.rd-project-art__eyebrow {
  position: relative;
  z-index: 3;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
}

.rd-project-art > strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: clamp(80px, 12vw, 170px);
  font-family: var(--rd-font-display);
  font-size: clamp(88px, 12vw, 190px);
  line-height: 0.72;
  letter-spacing: -0.09em;
  font-weight: 700;
}

.rd-project-art--lumbre {
  background: var(--rd-orange);
  color: var(--rd-ink);
}

.rd-project-art__object {
  position: absolute;
  right: 7%;
  bottom: -7%;
  width: 28%;
  min-width: 180px;
  height: 70%;
  display: grid;
  place-items: center;
  border-radius: 80px 80px 34px 34px;
  background: var(--rd-ink);
  color: var(--rd-orange);
  font-family: var(--rd-font-display);
  font-size: 120px;
  font-weight: 700;
  transform: rotate(4deg);
}

.rd-project-art--nomada {
  background: var(--rd-blue);
  color: var(--rd-bone);
}

.rd-project-art--nomada > strong {
  max-width: 90%;
}

.rd-project-art__path {
  position: absolute;
  right: 6%;
  bottom: 7%;
  left: 6%;
  height: 150px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.rd-project-art__path i {
  flex: 1;
  background: var(--rd-sage);
}

.rd-project-art__path i:nth-child(1) { height: 28%; }
.rd-project-art__path i:nth-child(2) { height: 48%; }
.rd-project-art__path i:nth-child(3) { height: 71%; }
.rd-project-art__path i:nth-child(4) { height: 100%; background: var(--rd-orange); }

.rd-project-art--marea {
  background: var(--rd-sage);
  color: var(--rd-ink);
}

.rd-project-art__editorial {
  position: absolute;
  right: 6%;
  bottom: 8%;
  width: min(420px, 58%);
  padding: 25px;
  background: var(--rd-bone);
}

.rd-project-art__editorial span {
  color: var(--rd-orange);
  font-size: 8px;
  font-weight: 700;
}

.rd-project-art__editorial p {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.65;
}

.rd-project__info > span {
  color: var(--rd-orange);
  font-size: 9px;
  font-weight: 700;
}

.rd-project__info h3 {
  margin: 18px 0 0;
  font-family: var(--rd-font-display);
  font-size: clamp(48px, 5vw, 78px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 600;
}

.rd-project__info p {
  max-width: 470px;
  margin: 24px 0 0;
  color: var(--rd-ink-72);
  font-size: 12px;
  line-height: 1.8;
}

.rd-project__info > a {
  width: fit-content;
  margin-top: 26px;
  padding-bottom: 6px;
  display: inline-flex;
  gap: 10px;
  border-bottom: 1px solid var(--rd-ink);
  font-size: 10px;
  font-weight: 600;
}

.rd-project__info > a span {
  color: var(--rd-orange);
}

.rd-section-end {
  margin-top: clamp(78px, 9vw, 135px);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  border-top: 1px solid var(--rd-ink-20);
}

.rd-section-end p {
  margin: 0;
  color: var(--rd-ink-50);
  font-size: 10px;
}

/* SERVICIOS */

.rd-services {
  padding: var(--rd-section-space) 0;
  background: var(--rd-bone);
  border-top: 1px solid var(--rd-ink-10);
}

.rd-services__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.75fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: start;
}

.rd-services__list {
  display: grid;
  border-top: 1px solid var(--rd-ink-20);
}

.rd-service-row {
  position: relative;
  width: 100%;
  min-height: 92px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 16px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--rd-ink-20);
  background: transparent;
  color: var(--rd-ink);
  cursor: pointer;
  text-align: left;
}

.rd-service-row > span {
  color: var(--rd-orange);
  font-size: 8px;
  font-weight: 700;
}

.rd-service-row > strong {
  font-family: var(--rd-font-display);
  font-size: clamp(26px, 3.2vw, 50px);
  line-height: 0.95;
  letter-spacing: -0.052em;
  font-weight: 500;
}

.rd-service-row > i {
  color: var(--rd-ink-50);
  font-style: normal;
  transition: transform 250ms var(--rd-ease);
}

.rd-service-row > small {
  grid-column: 2 / -1;
  max-width: 620px;
  margin-top: -7px;
  color: var(--rd-ink-50);
  font-size: 9px;
  line-height: 1.6;
}

.rd-service-row.is-active > strong,
.rd-service-row:hover > strong {
  color: var(--rd-orange);
}

.rd-service-row.is-active > i,
.rd-service-row:hover > i {
  transform: translate(3px, -3px);
}

.rd-services__preview {
  position: sticky;
  top: 110px;
}

.rd-services__preview-art {
  position: relative;
  min-height: 450px;
  padding: 32px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--rd-orange);
  color: var(--rd-ink);
  transition: background 360ms ease, color 360ms ease;
}

.rd-services__preview-art > span {
  font-size: 8px;
  font-weight: 700;
}

.rd-services__preview-art > strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 72px;
  font-family: var(--rd-font-display);
  font-size: clamp(52px, 5.2vw, 82px);
  line-height: 0.84;
  letter-spacing: -0.065em;
  font-weight: 600;
}

.rd-services__preview-art > div {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border: 46px solid currentColor;
  border-radius: 50%;
  opacity: 0.16;
}

.rd-services__preview-art[data-rd-service-art="identidad"] {
  background: var(--rd-bone);
}

.rd-services__preview-art[data-rd-service-art="direccion"] {
  background: var(--rd-blue);
  color: var(--rd-bone);
}

.rd-services__preview-art[data-rd-service-art="editorial"] {
  background: var(--rd-sage);
}

.rd-services__preview-art[data-rd-service-art="packaging"] {
  background: var(--rd-ink);
  color: var(--rd-bone);
}

.rd-services__preview-art[data-rd-service-art="web"] {
  background: var(--rd-blue);
  color: var(--rd-bone);
}

.rd-services__preview-copy {
  padding: 27px 3px 0;
}

.rd-services__preview-copy > span {
  color: var(--rd-orange);
  font-size: 8px;
  font-weight: 700;
}

.rd-services__preview-copy h3 {
  margin: 13px 0 0;
  font-family: var(--rd-font-display);
  font-size: clamp(31px, 3.5vw, 53px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 500;
}

.rd-services__preview-copy p {
  margin: 18px 0 0;
  color: var(--rd-ink-72);
  font-size: 11px;
  line-height: 1.75;
}

.rd-services__preview-copy a {
  width: fit-content;
  margin-top: 22px;
  padding-bottom: 5px;
  display: inline-flex;
  gap: 9px;
  border-bottom: 1px solid var(--rd-ink);
  font-size: 9px;
  font-weight: 600;
}

.rd-services__preview-copy a span {
  color: var(--rd-orange);
}

/* PROCESO */

.rd-process {
  padding: var(--rd-section-space) 0;
  background: var(--rd-bone);
  border-top: 1px solid var(--rd-ink-10);
}

.rd-process__head {
  max-width: 1050px;
}

.rd-process__head .rd-section-title {
  margin-top: 21px;
}

.rd-process__head .rd-section-intro {
  margin-top: 25px;
}

.rd-process__steps {
  margin: clamp(58px, 7vw, 100px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--rd-ink-20);
}

.rd-process__steps li {
  min-height: 220px;
  padding: 25px 25px 25px 0;
  border-right: 1px solid var(--rd-ink-20);
}

.rd-process__steps li + li {
  padding-left: 25px;
}

.rd-process__steps li:last-child {
  border-right: 0;
}

.rd-process__steps span {
  color: var(--rd-orange);
  font-size: 8px;
  font-weight: 700;
}

.rd-process__steps h3 {
  margin: 52px 0 0;
  font-family: var(--rd-font-display);
  font-size: clamp(26px, 2.8vw, 43px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.rd-process__steps p {
  margin: 18px 0 0;
  color: var(--rd-ink-50);
  font-size: 9px;
  line-height: 1.65;
}

/* ESTUDIO */

.rd-studio {
  position: relative;
  padding: var(--rd-section-space) 0;
  overflow: hidden;
  background: var(--rd-ink);
  color: var(--rd-bone);
}

.rd-studio__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(430px, 1.05fr);
  gap: clamp(48px, 8vw, 125px);
  align-items: center;
}

.rd-studio .rd-section-label {
  color: var(--rd-orange);
}

.rd-studio .rd-section-title {
  margin-top: 22px;
}

.rd-studio__lead {
  max-width: 600px;
  margin: 29px 0 0;
  color: var(--rd-bone);
  font-size: 15px;
  line-height: 1.75;
}

.rd-studio__body {
  max-width: 560px;
  margin: 20px 0 31px;
  color: var(--rd-bone-72);
  font-size: 11px;
  line-height: 1.8;
}

.rd-studio__visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--rd-bone);
}

.rd-studio__board {
  position: absolute;
  top: 8%;
  right: 8%;
  left: 8%;
  z-index: 2;
  padding: 28px;
  background: var(--rd-sage);
  color: var(--rd-ink);
}

.rd-studio__board span {
  color: var(--rd-orange);
  font-size: 8px;
  font-weight: 700;
}

.rd-studio__board strong {
  display: block;
  margin-top: 24px;
  font-family: var(--rd-font-display);
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 600;
}

.rd-studio__cat {
  position: absolute;
  right: 1%;
  bottom: -20%;
  width: min(530px, 90%);
}

.rd-studio__cat img {
  width: 100%;
  filter: drop-shadow(0 30px 45px rgba(23, 23, 23, 0.14));
}

.rd-studio__principles {
  margin-top: clamp(60px, 8vw, 115px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rd-bone-18);
}

.rd-studio__principles article {
  min-height: 150px;
  padding: 27px 27px 27px 0;
  border-right: 1px solid var(--rd-bone-18);
}

.rd-studio__principles article + article {
  padding-left: 27px;
}

.rd-studio__principles article:last-child {
  border-right: 0;
}

.rd-studio__principles span {
  color: var(--rd-orange);
  font-size: 8px;
  font-weight: 700;
}

.rd-studio__principles h3 {
  margin: 30px 0 0;
  font-family: var(--rd-font-display);
  font-size: clamp(25px, 2.9vw, 43px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 500;
}

/* CONTACTO */

.rd-contact {
  position: relative;
  padding: var(--rd-section-space) 0 92px;
  overflow: hidden;
  background: var(--rd-orange);
  color: var(--rd-ink);
}

.rd-contact__layout {
  min-height: 510px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
  gap: clamp(45px, 8vw, 130px);
  align-items: center;
}

.rd-contact__title {
  max-width: 920px;
  margin: 21px 0 0;
  font-family: var(--rd-font-display);
  font-size: clamp(62px, 9vw, 145px);
  line-height: 0.83;
  letter-spacing: -0.08em;
  font-weight: 600;
}

.rd-contact__copy {
  max-width: 580px;
  margin: 29px 0 0;
  font-size: 13px;
  line-height: 1.75;
}

.rd-contact__action {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 22px;
  justify-items: start;
}

.rd-contact__action > a:first-child {
  font-family: var(--rd-font-display);
  font-size: clamp(25px, 3vw, 46px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.rd-contact__cat {
  position: absolute;
  right: -50px;
  bottom: -205px;
  width: 330px;
  opacity: 0.92;
}

.rd-contact__cat img {
  width: 100%;
}

/* LANDING RESPONSIVE */

@media (max-width: 1100px) {
  .rd-hero__shell,
  .rd-studio__layout,
  .rd-contact__layout {
    grid-template-columns: 1fr;
  }

  .rd-hero__visual {
    width: min(660px, 100%);
    min-height: 600px;
    margin-left: auto;
  }

  .rd-project,
  .rd-project--reverse {
    grid-template-columns: 1fr;
  }

  .rd-project--reverse .rd-project__visual,
  .rd-project--reverse .rd-project__info {
    grid-column: auto;
    grid-row: auto;
  }

  .rd-project__info {
    max-width: 650px;
  }

  .rd-services__layout {
    grid-template-columns: 1fr;
  }

  .rd-services__preview {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) 1fr;
    gap: 35px;
    align-items: center;
  }

  .rd-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-process__steps li:nth-child(2n) {
    border-right: 0;
  }

  .rd-process__steps li:nth-child(n + 3) {
    border-top: 1px solid var(--rd-ink-20);
  }

  .rd-studio__visual {
    width: min(760px, 100%);
    margin-left: auto;
  }

  .rd-contact__action {
    max-width: 600px;
  }
}

@media (max-width: 760px) {
  .rd-hero {
    padding-top: 112px;
  }

  .rd-hero__shell {
    gap: 30px;
  }

  .rd-hero__title {
    font-size: clamp(55px, 16vw, 82px);
  }

  .rd-hero__actions {
    display: grid;
  }

  .rd-hero__visual {
    min-height: 450px;
  }

  .rd-hero__cat {
    right: -7%;
    bottom: -8%;
  }

  .rd-hero__note {
    width: 145px;
  }

  .rd-hero__foot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-hero__foot span + span::before {
    display: none;
  }

  .rd-manifesto__layout {
    grid-template-columns: 1fr;
  }

  .rd-project-art {
    min-height: 470px;
  }

  .rd-project-art > strong {
    margin-top: 100px;
    font-size: clamp(68px, 22vw, 105px);
  }

  .rd-project-art__object {
    width: 34%;
    min-width: 125px;
    height: 58%;
    border-radius: 52px 52px 24px 24px;
    font-size: 78px;
  }

  .rd-project-art__editorial {
    width: 70%;
  }

  .rd-section-end {
    align-items: flex-start;
    flex-direction: column;
  }

  .rd-services__preview {
    display: block;
  }

  .rd-services__preview-copy {
    padding-top: 24px;
  }

  .rd-service-row {
    min-height: 82px;
  }

  .rd-service-row > small {
    grid-column: 1 / -1;
    padding-left: 42px;
  }

  .rd-services__preview-art {
    min-height: 360px;
  }

  .rd-process__steps {
    grid-template-columns: 1fr;
  }

  .rd-process__steps li,
  .rd-process__steps li + li {
    min-height: 160px;
    padding: 24px 0;
    border-right: 0;
    border-top: 1px solid var(--rd-ink-20);
  }

  .rd-process__steps h3 {
    margin-top: 28px;
  }

  .rd-studio__visual {
    min-height: 470px;
  }

  .rd-studio__principles {
    grid-template-columns: 1fr;
  }

  .rd-studio__principles article,
  .rd-studio__principles article + article {
    min-height: 125px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--rd-bone-18);
  }

  .rd-contact__layout {
    min-height: 590px;
    align-content: start;
  }

  .rd-contact__title {
    font-size: clamp(56px, 17vw, 86px);
  }

  .rd-contact__cat {
    right: -60px;
    bottom: -150px;
    width: 250px;
  }
}/* End custom CSS */