@charset "UTF-8";
/*********************************************
 * GLOBAL VARIABLES
 *********************************************/
@keyframes noise {
  50% {
    background-position: 500px 500px;
  }
  100% {
    background-position: 1000px 1000px;
  }
}
@font-face {
  font-family: "drands";
  src: url("/fonts/borna-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "drands";
  src: url("/fonts/borna-regularitalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "drands";
  src: url("/fonts/borna-semibold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "drands";
  src: url("/fonts/borna-semibolditalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "drands";
  src: url("/fonts/borna-bold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "drands";
  src: url("/fonts/borna-bolditalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: blue;
  transition: background-color 0.6s;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #ffffff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: blue;
}

* {
  box-sizing: border-box;
}

:root {
  --gap: 60px;
  --fz: 24px;
}
@media only screen and (max-width: 480px) {
  :root {
    --gap: 30px;
    --fz: 20px;
  }
}

body {
  font-family: "drands", Helvetica, Sans-Serif;
  font-variant-settings: "SS02";
  font-size: var(--fz);
  line-height: 130%;
  user-select: none;
  background-color: #000;
  color: #ffffff;
}
body section {
  padding: var(--gap);
}

.content {
  overflow: hidden;
}

a {
  color: #000;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 480px) {
  a:hover {
    color: blue;
  }
}

h1 {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

header {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 102;
  font-size: 0.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 24px;
  padding: 0 var(--gap);
  color: #000;
}
@media only screen and (max-width: 480px) {
  header {
    padding: 0 calc(var(--gap) / 2);
  }
}
@media only screen and (max-width: 480px) {
  header > div:nth-child(2) {
    display: none;
  }
}
header .name {
  text-decoration: none;
  margin-right: auto;
}
header .since {
  margin-left: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  header .since {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  header .idioma {
    margin-left: auto;
  }
}
header .idioma a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 10px;
  text-decoration: none;
  width: 40px;
  height: 18px;
}
header .idioma a:last-child {
  margin-left: -5px;
}

html[lang=es] header .idioma a:first-child {
  color: blue;
}

html[lang=en] header .idioma a:last-child {
  color: blue;
}

.border i {
  position: fixed;
  z-index: 100;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.border i:nth-child(1) {
  left: 0;
  top: 0;
  height: 24px;
  width: 100%;
}
.border i:nth-child(2) {
  top: 0;
  right: 0px;
  height: 100%;
}
@media only screen and (min-width: 480px) {
  .border i:nth-child(2) {
    display: none;
  }
}
.border i:nth-child(3) {
  right: 0;
  height: 12px;
  bottom: 0;
  width: 100%;
}
.border i:nth-child(4) {
  left: 0px;
  top: 0;
  height: 100%;
  animation: showLeft 0.6s ease-in 0.6s forwards;
}

.colofon {
  padding-inline: 0;
}
.colofon .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.colofon .sentences {
  overflow: hidden;
  position: relative;
  font-size: 20vw;
  font-weight: bold;
  letter-spacing: -0.06em;
}
.colofon .sentence {
  overflow: hidden;
  line-height: 1em;
}
.colofon .sentence p {
  display: flex;
  white-space: nowrap;
  width: max-content;
  will-change: transform;
}
.colofon .sentence p span {
  padding: 0 0.2em;
}
.colofon .sentence p i {
  display: inline-block;
  white-space: wrap;
  font-style: normal;
  font-size: 6vw;
  line-height: 80%;
  letter-spacing: -0.02em;
}
.colofon .sentence p b {
  font-weight: normal;
  color: blue;
}

.cursor {
  pointer-events: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 99999px;
  backdrop-filter: blur(5px);
  position: fixed;
  border: 1px solid #ffffff;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  transition-property: width, height;
}
@media only screen and (max-width: 480px) {
  .cursor {
    display: none;
  }
}
.cursor:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  display: block;
  background-color: blue;
}
.cursor.link {
  width: 0;
  height: 0;
}

@keyframes rotateSlow {
  to {
    transform: rotate(365deg);
  }
}
.preloader {
  position: fixed;
  inset: 0;
  background: blue;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30vw;
  font-weight: bold;
  z-index: 199;
}

hmtl, body {
  cursor: none;
}

.grid {
  position: fixed;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  inset: 0 var(--gap);
  gap: var(--gap);
  pointer-events: none;
  z-index: 1;
}
.grid i {
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.grid i:nth-child(5) {
  display: none;
}
@media only screen and (max-width: 480px) {
  .grid {
    display: none;
  }
}

.project .grid {
  grid-template-columns: repeat(5, 1fr);
}
.project .grid i:nth-child(5) {
  display: block;
}

section {
  transition: background-color 0.9s ease-out;
  position: relative;
  z-index: 2;
}
section > .title,
section > .subtitle {
  transform: translateY(200px);
  opacity: 0;
  text-wrap: pretty;
}
section > .title {
  font-size: 0.8em;
  margin-bottom: calc(var(--gap) / 4);
}
@media only screen and (min-width: 480px) {
  section > .title {
    padding-left: calc(25vw - var(--gap) / 3);
  }
}
section > .subtitle {
  text-wrap: pretty;
  font-size: 1.25em;
  line-height: 110%;
  margin-bottom: calc(var(--gap) * 1);
}
@media only screen and (min-width: 480px) {
  section > .subtitle {
    padding-left: calc(25vw - var(--gap) / 3);
    padding-right: calc(25vw - var(--gap) / 3);
  }
}
@media only screen and (max-width: 480px) {
  section > .subtitle {
    font-size: 1em;
  }
}
section > .subtitle p {
  text-wrap: pretty;
}
section > .subtitle p + p {
  margin-top: 0.5em;
  text-indent: 1em;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.intro {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.intro .letters {
  margin-top: 15px;
}
.intro .letters svg {
  width: calc(75vw - 115px);
  height: auto;
  overflow: visible;
}
@media only screen and (max-width: 480px) {
  .intro .letters svg {
    width: calc(100vw - 57px);
  }
}
.intro .letters svg path {
  stroke: white;
  stroke-width: 0.25;
  stroke-linejoin: round;
  stroke-linecap: round;
  fill: transparent;
}
@media only screen and (max-width: 480px) {
  .intro .letters svg path {
    stroke-width: 0.75;
  }
}
@keyframes scroll {
  10% {
    top: 0;
  }
  90% {
    top: 0;
  }
  100% {
    top: 30px;
  }
}
.intro .go-content {
  position: relative;
  color: blue;
  border: 1px solid;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  font-size: 0.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: calc(75vw - 115px);
  top: calc(-40px - 0.3vw);
  overflow: hidden;
}
.intro .go-content i {
  position: relative;
  animation: scroll 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  top: -30px;
}
@media only screen and (max-width: 480px) {
  .intro .go-content {
    position: absolute;
    top: auto;
    left: calc(50% - 20px);
    bottom: 60px;
    margin-left: 0;
  }
}

@keyframes rot {
  100% {
    transform: rotate(-359deg);
  }
}
.servicios {
  background-color: transparent;
  position: relative;
  margin-top: -100vh;
  padding-top: 100vh;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .servicios {
    margin-top: -80vh;
    padding-top: 80vh;
  }
}
.servicios .prepin {
  position: absolute;
  left: var(--gap);
  transform: scale(0);
}
@media only screen and (max-width: 480px) {
  .servicios .prepin {
    position: static;
    width: 65%;
    margin-inline: auto;
    margin-bottom: var(--gap);
  }
}
.servicios .pin {
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 480px) {
  .servicios .pin {
    width: calc(25vw - var(--gap) / 3 - var(--gap));
  }
}
.servicios .pin span {
  display: block;
  inset: 0;
  position: absolute;
  filter: invert(1);
}
.servicios .pin span:nth-child(1) {
  background: url("/img/servicios_01.svg") no-repeat center center;
  animation: rot 15s linear infinite;
}
.servicios .pin span:nth-child(2) {
  background: url("/img/servicios_02.svg") no-repeat center center;
  background-size: 90%;
  animation: rot 10s linear infinite;
}
.servicios .servicios-content {
  margin-top: calc(var(--gap) * 2);
}
.servicios .services-list {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 480px) {
  .servicios .services-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(var(--gap) * 1);
  }
}
@media only screen and (max-width: 480px) {
  .servicios .services-list {
    display: flex;
    flex-direction: column;
    gap: calc(var(--gap) / 2);
  }
}
.servicios .services-list .service {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--gap) / 2);
  border: 1px solid color-mix(in srgb, #ffffff 40%, #000 100%);
  font-size: 0.75em;
  line-height: 120%;
  transform: translateY(300px);
  border-radius: 10px;
}
.servicios .services-list .service p {
  text-wrap: balance;
}
.servicios .services-list .service.contact {
  background-color: blue;
  color: #000;
  grid-column: span 2;
  font-weight: bold;
  text-decoration: none;
}
.servicios .services-list .service.contact span:before {
  color: inherit;
  margin-right: 0.2vw;
  content: "→";
  font-weight: normal;
}
@media only screen and (max-width: 480px) {
  .servicios .services-list .service.contact span:before {
    margin-right: 0.8vw;
  }
}
@media only screen and (min-width: 480px) {
  .servicios .services-list .service.contact:hover {
    background-color: #000;
    color: #ffffff;
  }
}

.proyectos {
  color: #ffffff;
  position: relative;
  mix-blend-mode: normal;
  z-index: 11;
  margin-top: calc(var(--gap) * 2 - 20px);
}
.proyectos .proyectos-box {
  margin-inline: -60px;
  padding: 0 60px;
  position: relative;
  background-color: transparent;
}
@media only screen and (max-width: 480px) {
  .proyectos .proyectos-box {
    padding-inline: -66px;
  }
}

.projects-list {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
  gap: var(--gap);
  padding: var(--gap) 0 var(--gap) 0;
}
@media only screen and (max-width: 480px) {
  .projects-list {
    display: flex;
    flex-direction: column;
  }
}
.projects-list .project {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #ffffff 40%, #000 100%);
  border-radius: 10px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-out;
  transform: translateY(200px);
  opacity: 0;
}
.projects-list .project img,
.projects-list .project video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 480px) {
  .projects-list .project img,
.projects-list .project video {
    filter: grayscale(100%);
    mix-blend-mode: multiply;
  }
}
.projects-list .project .text {
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  right: 0;
  padding: calc(var(--gap) / 3) calc(var(--gap) / 3) calc(var(--gap) / 3 + 2px) calc(var(--gap) / 3);
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.95);
  transform: translateY(0);
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
}
@media only screen and (max-width: 480px) {
  .projects-list .project .text {
    transform: translateY(0%);
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.projects-list .project .title {
  font-size: 1em;
  line-height: 120%;
}
.projects-list .project .subtitle {
  font-size: 0.75em;
  line-height: 120%;
  text-wrap: balance;
}
.projects-list .project .more {
  margin-top: 0.5em;
}
.projects-list .project .more a {
  font-size: 0.6em;
  line-height: 120%;
  background: none;
  color: blue;
  display: block;
}
@media only screen and (min-width: 480px) {
  .projects-list .project .more a:hover {
    color: #ffffff;
  }
}
@media only screen and (min-width: 480px) {
  .projects-list .project:hover {
    z-index: 10;
    background-color: #ffffff;
  }
  .projects-list .project:hover img,
.projects-list .project:hover video {
    filter: grayscale(0%);
  }
  .projects-list .project:hover .text {
    transform: translateY(calc(100% + 5px));
    background-color: rgba(0, 0, 0, 0);
  }
}
.projects-list .project .categorias {
  margin-top: 5px;
  font-size: 0.5em;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projects-list .project .categorias span:not(:first-child) {
  display: inline-block;
}
.projects-list .project .categorias span:not(:first-child):before {
  content: ", ";
}
.projects-list .project .categorias i {
  margin-right: 5px;
  font-style: normal;
  font-weight: bold;
}
.projects-list .project .categorias i + span:before {
  display: none;
}
.projects-list .project.first {
  background: transparent;
  pointer-events: none;
  border: none;
  transform: translateX(-300px);
}
.projects-list .project.first:after {
  display: none;
}
.projects-list .project.first .crop {
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: 60px;
}
.projects-list .project.first .name {
  font-size: 27vw;
  line-height: 100%;
  text-indent: -1.5vw;
}
@media only screen and (max-width: 480px) {
  .projects-list .project.first {
    display: none;
  }
}
.projects-list .project.project-arillatype, .projects-list .project.project-brandingwithtype, .projects-list .project.project-contemporarytype, .projects-list .project.project-atipo, .projects-list .project.project-marvel, .projects-list .project.project-brownie, .projects-list .project.project-willgo {
  grid-column: span 2;
}
.projects-list .project.project-arillatype .crop, .projects-list .project.project-brandingwithtype .crop, .projects-list .project.project-contemporarytype .crop, .projects-list .project.project-atipo .crop, .projects-list .project.project-marvel .crop, .projects-list .project.project-brownie .crop, .projects-list .project.project-willgo .crop {
  aspect-ratio: 13/9;
}
.projects-list .project.project-arillatype .crop img, .projects-list .project.project-brandingwithtype .crop img, .projects-list .project.project-contemporarytype .crop img, .projects-list .project.project-atipo .crop img, .projects-list .project.project-marvel .crop img, .projects-list .project.project-brownie .crop img, .projects-list .project.project-willgo .crop img {
  transition: filter 0.3s ease-out, object-position 2s ease-out;
  object-position: top center;
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .projects-list .project.project-arillatype, .projects-list .project.project-brandingwithtype, .projects-list .project.project-contemporarytype, .projects-list .project.project-atipo, .projects-list .project.project-marvel, .projects-list .project.project-brownie, .projects-list .project.project-willgo {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 480px) and (min-width: 480px) {
  .projects-list .project.project-arillatype:hover .crop img, .projects-list .project.project-brandingwithtype:hover .crop img, .projects-list .project.project-contemporarytype:hover .crop img, .projects-list .project.project-atipo:hover .crop img, .projects-list .project.project-marvel:hover .crop img, .projects-list .project.project-brownie:hover .crop img, .projects-list .project.project-willgo:hover .crop img {
    object-position: bottom center;
  }
}
.projects-list .project.project-merge {
  grid-column: span 2;
}
.projects-list .project.project-merge .crop {
  aspect-ratio: 13/9;
}
.projects-list .project.project-merge .crop video {
  object-fit: cover;
  height: 100%;
}
.about {
  color: #ffffff;
}
.about .subtitle {
  font-size: 1.25em;
}
@media only screen and (max-width: 480px) {
  .about .subtitle {
    font-size: 1em;
  }
}
.about .subtitle a {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (min-width: 480px) {
  .about .subtitle a:hover {
    color: blue;
  }
}

.project article {
  padding: 60px;
  padding-top: 84px;
  font-size: 1.4em;
}
@media only screen and (min-width: 480px) {
  .project article {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .project article {
    padding: 40px 30px 30px;
    margin: 0;
  }
}
.project article .image {
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, #ffffff 40%, #000 100%);
  overflow: hidden;
}
.project article .image img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 480px) {
  .project article .image {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 480px) {
  .project article .image {
    margin-bottom: 30px;
  }
}
.project article .text {
  font-size: 0.65em;
  line-height: 120%;
}
@media only screen and (min-width: 480px) {
  .project article .text {
    grid-column: 3/5;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.project article .title {
  font-size: 2em;
  margin-bottom: 0;
  display: block;
}
.project article .title:before {
  display: none;
}
.project article .subtitle {
  display: block;
  font-size: 1.5em;
  margin-bottom: 0.75em;
  line-height: 100%;
  text-wrap: balance;
  font-weight: normal;
}
.project article p {
  display: block;
  line-height: 120%;
  text-wrap: pretty;
}
@media only screen and (max-width: 480px) {
  .project article p {
    text-wrap: pretty;
  }
}
.project article p:before {
  display: none;
}
.project article p + p {
  margin-top: 0.5em;
  text-indent: 1em;
}
.project article p a {
  color: #ffffff;
  text-decoration: underline;
}
@media only screen and (min-width: 480px) {
  .project article p a:hover {
    color: blue;
  }
}
.project article cite {
  line-height: 120%;
  display: block;
  margin-block: 0.5em;
  text-wrap: balance;
}
.project article cite:before {
  content: "“";
}
.project article cite:after {
  content: "”";
}
.project article ul {
  line-height: 120%;
  display: block;
  margin-block: 1em;
  margin-left: 1em;
}
@media only screen and (max-width: 480px) {
  .project article ul {
    margin-left: 20px;
  }
}
.project article ul li {
  text-wrap: pretty;
}
.project article ul li + li {
  margin-top: 0.5em;
}
.project article .categorias {
  font-size: 0.75em;
  line-height: 120%;
  font-weight: normal;
  margin-top: 2em;
  display: block;
}
.project article .categorias:before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: blue;
  margin-block: 0.5em 0.75em;
}
.project article .categorias span:not(:first-child) {
  display: inline-block;
}
.project article .categorias span:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: blue;
  margin-right: 0.35em;
  color: blue;
}
.project article .categorias i {
  margin-right: 5px;
  font-style: normal;
  font-weight: bold;
}
.project article .categorias i + span:before {
  display: none;
}
.project article .more {
  margin-top: 1.5em;
}
.project article .more a {
  border: 1px solid;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  height: 2em;
  padding: 0 1em;
  border-radius: 1em;
  color: #ffffff;
}
@media only screen and (min-width: 480px) {
  .project article .more a:hover {
    color: blue;
  }
}
.project .back {
  text-align: right;
  margin-block: 1.5em 0;
}
.project .back a {
  border: 1px solid;
  gap: 0.5em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  height: 2em;
  padding: 0 1em;
  border-radius: 1em;
  color: blue;
}
@media only screen and (min-width: 480px) {
  .project .back a:hover {
    color: #ffffff;
  }
}
.project .project-images {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 480px) {
  .project .project-images {
    padding: 0px 60px 60px 60px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-flow: dense;
    gap: 60px;
  }
  .project .project-images figure:nth-child(4n+1) {
    grid-column: span 3;
  }
  .project .project-images figure:nth-child(4n) {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 480px) {
  .project .project-images {
    padding: 10px 20px 30vh;
  }
  .project .project-images figure + figure {
    margin-top: 10px;
  }
}
.project .project-images figure {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  grid-column: span 2;
}
.project .project-images picture {
  text-align: center;
  display: block;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, #ffffff 40%, #000 100%);
  border-radius: 10px;
}
.project .project-images picture img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project .project-images figcaption {
  color: #ffffff;
  margin-top: 1em;
  font-size: 0.65em;
  line-height: 1.2em;
}
@media only screen and (max-width: 480px) {
  .project .project-images figcaption {
    padding: 1em;
    margin-top: 0;
    line-height: 110%;
  }
}
@media only screen and (min-width: 480px) {
  .project .project-images + .back {
    margin-right: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .project .project-images + .back {
    margin-right: 40px;
    margin-top: -20vh;
    margin-bottom: 20vh;
  }
}

@media only screen and (min-width: 480px) {
  .page {
    padding: 60px;
    padding-top: 84px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .page {
    padding: 40px 30px 30px;
    margin: 0;
  }
}
.page article {
  font-size: 1.5em;
}
@media only screen and (min-width: 480px) {
  .page article {
    grid-column: 2/4;
  }
}
.page article a {
  color: #ffffff;
}

@media only screen and (min-width: 480px) {
  .projects .content {
    padding: 20px 60px;
  }
}

@media only screen and (max-width: 480px) {
  html[data-section=servicios] .page {
    padding-top: 60px;
  }
}
html[data-section=servicios] .page article {
  font-size: 1em;
}
html[data-section=servicios] .page article .title {
  display: block;
  font-size: 1.5em;
}
html[data-section=servicios] .page article .subtitle {
  font-size: 1.3em;
  line-height: 100%;
}
html[data-section=servicios] .page article h1 + p {
  margin-top: 0;
}
html[data-section=servicios] .page article p {
  margin-top: 0.5em;
}
html[data-section=servicios] .page article p:not(.title) {
  display: block;
}
html[data-section=servicios] .page article p:not(.title):before {
  content: "";
}

@media only screen and (min-width: 480px) {
  .footer-pages {
    padding: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-pages {
    padding: 20px 30px 30px;
    margin: 0;
  }
}
.footer-pages .box {
  display: grid;
}
@media only screen and (min-width: 480px) {
  .footer-pages .box {
    grid-column: 2/4;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-pages .box {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.footer-pages .box a {
  font-size: 0.75em;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  padding: 0.5em 1.5em;
  justify-content: space-between;
}
@media only screen and (min-width: 480px) {
  .footer-pages .box a:hover {
    color: blue;
  }
}
.footer-pages .box a:not(.btn) {
  background-color: blue;
  border-color: blue;
  justify-content: center;
}
@media only screen and (min-width: 480px) {
  .footer-pages .box a:not(.btn):hover {
    color: #000;
  }
}


/*# sourceMappingURL=app.css.map*/