@-webkit-keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@font-face {
  font-family: "Portrait";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/PortraitText-Regular.woff2") format("woff2"),
    url("../fonts/PortraitText-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PortraitItalic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/PortraitText-RegularItalic.woff2") format("woff2"),
    url("../fonts/PortraitText-RegularItalic.woff") format("woff");
  font-display: swap;
}

@import url("https://p.typekit.net/p.css?s=1&k=ipg0nym&ht=tk&f=39494.39495.39500.39501.39504.39505.39508.39509.39516.39517.39518.39523&a=97694476&app=typekit&e=css");

@font-face {
  font-family: "neue-haas-grotesk-display";
  src: url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/2807c7/00000000000000007735bb48/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "neue-haas-grotesk-text";
  src: url("https://use.typekit.net/af/305037/00000000000000007735bb39/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/305037/00000000000000007735bb39/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/305037/00000000000000007735bb39/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "itc-slimbach";
  src: url("https://use.typekit.net/af/3f541e/00000000000000007735ba68/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/3f541e/00000000000000007735ba68/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/3f541e/00000000000000007735ba68/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "karmina";
  src: url("https://use.typekit.net/af/9447d1/0000000000000000000176f7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/9447d1/0000000000000000000176f7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/9447d1/0000000000000000000176f7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
}

input[type="submit"],
input[type="button"],
button,
a {
  touch-action: manipulation;
  cursor: pointer;
}
 
input[type="submit"] {
  -webkit-appearance: button;
}

input {
  padding-left: 0;
}

input,
textarea {
  border-radius: 0 !important;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 500ms ease;
}

address,
cite {
  font-style: normal;
}

article,
aside,
figure,
footer,
header,
aside,
main,
nav {
  display: block;
}

dd,
dt {
  display: inline-block;
}

dd {
  margin: 0;
}

ol {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}

ul {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  padding: 0;
}

h2 {
  font-size: unset;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
figure,
iframe,
object,
embed,
img,
p {
  padding: 0;
  border: 0;
  margin: 0;
}

html {
  font-family: "neue-haas-grotesk-text", sans-serif;
  scroll-behavior: smooth;
}

body {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #191919;
}

ul {
  list-style: none;
}

blockquote {
  margin-bottom: 1.25rem;
}

i {
  font-style: normal;
  font-family: "itc-slimbach", serif;
  font-weight: 400;
  font-style: normal;
}

a[href^="tel:"] {
  letter-spacing: 0.0375rem;
}

.texto-es-serif {
  font-family: "karmina", serif;
  font-weight: 400;
  font-style: normal;
}

.text-is-lg {
  font-size: 2.076rem;
}

.text-is-lg-reduced {
  font-size: 1.75rem;
}

.text-is-md {
  font-size: 1.8725rem;
}

.texto-es-copia p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.el-texto-esta-indentado p:not(:first-of-type) {
  text-indent: 1.75rem;
}

.el-texto-esta-indentado p:not(:last-of-type) {
  margin-bottom: 0;
}

.texto-es-copia,
.text-is-pq {
  font-size: 0.913171875rem;
  line-height: 1.5;
}

.texto-es-titulo {
  font-size: 1.78069125rem;
  letter-spacing: -0.04125rem;
  line-height: 1.2;
}

.texto-es-sf {
  font-size: 1.1910978261rem;
  line-height: 1.2;
  font-family: "neue-haas-grotesk-text", sans-serif;
}

.texto-es-pequeno {
  font-size: 1.5rem;
  line-height: 1.27;
  letter-spacing: 0.004025rem;
}

.texto-para-lectores-de-pantalla {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.inset-landscape,
.portrait,
.portrait-l,
.portrait-lg,
.portrait-r,
.seccion-de-proyecto--double figure,
.single-right {
  padding: 0 1.65rem;
}

#standfirst {
  display: none;
}

.error + footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.privacy-policy > ul {
  list-style-type: disc;
  margin: 0 0 1.5rem 3rem;
}

.privacy-policy li {
  padding-left: 1.6rem;
}

.privacy-policy h2 {
  text-transform: uppercase;
}

.privacy-policy p + ul {
  margin-top: -1.5rem;
}

.adjacent {
  background: #000000;
  color: #ffffff;
  padding: 1.78125rem 1.75rem 2.375rem 1.75rem;
}

.adjacent > ul {
  justify-content: space-between;
}

.adjacent a > p {
  text-transform: uppercase;
  white-space: nowrap;
}

.adjacent p > span {
  display: none;
}

.adjacent li:last-of-type * {
  text-align: right;
}

.adjacent li:last-of-type i::before {
  transform: rotate(180deg);
}

.adjacent .flecha::before {
  transform: rotate(0);
}

.adjacent li {
  width: 44.24%;
}

.adjacent--content {
  filter: grayscale(100%);
  margin: 21% 0 0.875rem 0;
  transition: all 500ms ease;
  width: 100%;
}

.adjacent a:hover .adjacent--content {
  filter: grayscale(0);
}

.flecha {
  width: 1.4rem;
  height: 0.7rem;
}

.flecha::before {
  content: " ";
  display: inline-block;
  background: url("../images/flecha.svg") no-repeat center center;
  background-size: cover;
  width: 1.4rem;
  height: 0.7rem;
  transform: rotate(90deg);
}

.flecha--white::before {
  background: url("../images/flecha.svg") no-repeat center center;
}

.awards__year {
  letter-spacing: 0.01rem;
}

.awards__year:after {
  content: " ";
  display: block;
  margin-top: 0.90625rem;
  height: 2px;
  width: 0.625rem;
  box-shadow: 0 1.25px 0 0 #191919;
}

cite {
  display: block;
  padding-bottom: 2rem;
}

cite:after {
  content: " ";
  display: block;
  margin-top: 1.875rem;
  height: 2px;
  width: 2.25rem;
  box-shadow: 0 1.25px 0 0 #191919;
}

.contact__address address {
  margin-bottom: 0.845rem;
}

.contact__address p:not(:last-of-type),
.contact__address .detail-mobile:first-of-type {
  margin-bottom: 0;
}

.contact__telephone {
  display: none;
}

.contact__telephone p:first-of-type {
  margin-bottom: 0 !important;
}

.contact__telephone p:nth-child(2) {
  margin-bottom: 1rem !important;
}

.contact__email p:not(:last-of-type) {
  margin-bottom: 1rem !important;
}

.contact__social {
  margin-top: 0.845rem;
}

.contact__social p {
  margin-bottom: 0 !important;
}

.contact__email,
.contact__social {
  grid-column-start: 2;
  grid-column-end: 3;
}

#contact + .contenido-de-seccion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#contact + .contenido-de-seccion .columna-de-seccion {
  width: 100%;
}

.contact {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.contact section:not(:last-of-type):after {
  content: " ";
  position: relative;
  display: block;
  width: 1.5rem;
  height: 3px;
  background: white;
  margin: 1.2625rem auto 1.5625rem auto;
}

.contact * {
  color: #ffffff;
}

.contact h2 {
  text-transform: uppercase;
}

.contact a:hover {
  opacity: 0.75;
}

.contact__misc {
  display: block;
  grid-template-columns: repeat(18, 1fr);
  grid-column-gap: 2%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: inherit;
}

.contact__misc p:first-of-type {
  margin-bottom: 1.5625rem;
}

.contact__misc p:last-of-type {
  display: none;
}

.cookies {
  position: fixed;
  top: 0;
  transition: all 1.25s ease;
  background: #ebebeb;
  z-index: 51;
  width: 100%;
}

.cookies__row {
  display: grid;
  position: relative;
  grid-template-columns: repeat(18, 1fr);
  grid-column-gap: 1.3%;
}

.cookies p {
  display: inline;
  vertical-align: -webkit-baseline-middle;
}

.cookies__header {
  grid-area: span 1 / span 2;
  text-transform: uppercase;
  display: none;
}

.cookies__statement {
  grid-area: span 1 / span 14;
}

.cookies__statement p {
  display: block;
  margin-top: 0.2rem;
  line-height: 1.5;
}

@-moz-document url-prefix() {
  .cookies__statement p {
    margin-top: 0 !important;
  }
}

.cookies__read-more {
  grid-area: span 1 / span 4;
}

.cookies__read-more,
.cookies__desktop {
  display: none;
}

.cookies__accept {
  grid-area: span 1 / span 4;
  margin-top: 0.147rem;
}

.cookies__read-more,
.cookies__accept {
  font-size: 0.837375rem;
  text-align: right;
}

.cookie-accepted .cookies {
  top: -300px;
}

.cookie-policy .encabezado-del-sitio,
.cookie-policy main {
  padding-top: 2.6rem;
}

@-moz-document url-prefix() {
  .cookie-policy .encabezado-del-sitio p,
  .cookie-policy main p {
    margin-top: 0 !important;
  }
}

.cookie-policy .encabezado-del-sitio {
  top: 1rem;
}

body {
  cursor: url("../images/cursor.svg"), auto;
}

.black,
.inverted-ui {
  cursor: url("../images/cursor.svg"), auto;
}

.dbl-landscape-left > *,
.dbl-landscape-right > *,
.dbl-portrait-right > *,
.dbl-portrait-left > *,
.dbl-large-portrait-left > *,
.dbl-large-portrait-right > * {
  width: 100%;
}

.dbl-small-portrait-left video,
.dbl-small-portrait-right video {
  width: 100%;
}

.detail-mobile {
  display: block;
}

.detail-desktop {
  display: none;
}

.expansion {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  position: relative;
}

.expansion:before,
.expansion:after {
  position: absolute;
  content: " ";
  height: 26.2px;
  left: 50%;
  width: 2px;
  background-color: #000000;
  transition: all 500ms ease;
}

.expansion:after {
  transform: rotate(-90deg);
}

.expansion:hover {
  opacity: 0.15;
}

.expansion__section {
  height: 1.5rem;
  width: 1.5rem;
  float: right;
}

.expansion__section:before,
.expansion__section:after {
  height: 1.5rem;
}

.expansion__projects {
  height: 2.346125rem;
  width: 2.346125rem;
  margin: 1rem auto;
}

.expansion__projects:before,
.expansion__projects:after {
  height: 2.346125rem;
}

.expansion.expanded::before {
  transform: rotate(90deg);
}

.zona-muerta {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 20%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: url("../images/left.svg"), auto;
}

.zona-muerta.light {
  cursor: url("../images/left.svg"), auto;
}

.zona-muerta--right {
  cursor: url("../images/right.svg"), auto;
  right: 0;
  left: auto;
}

.zona-muerta--right.light {
  cursor: url("../images/right.svg"), auto;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: height 500ms ease;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: unset;
  cursor: unset;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-unset;
  cursor: unset;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

footer {
  border-top: 2px solid #191919;
  display: flex;
  position: relative;
}

footer .hidden {
  display: none;
}

footer p:nth-of-type(2) {
  width: 4.4rem;
}

footer p:first-of-type {
  width: 4.8rem;
  margin-right: 0.425rem;
}

footer p:nth-of-type(2) {
  position: relative;
  margin-left: 0.625rem;
}

footer p:nth-of-type(2) i,
footer p:nth-of-type(2) a + span {
  display: none;
}

footer p:nth-of-type(2) a + span {
  position: absolute;
  top: 1rem;
  height: 3rem;
  left: 0;
  width: 8rem;
}

footer p:last-of-type {
  margin-left: auto;
  text-align: right;
  width: 60%;
}

.has-credits footer p:nth-of-type(2):before {
  display: inline;
  width: 3px;
}

.has-credits footer p:nth-of-type(2) i,
.has-credits footer p:nth-of-type(2) a + span {
  display: inline-block;
}

.has-credits footer p:nth-of-type(2) a + span {
  top: 1rem;
  height: 3rem;
  left: 0;
}

.full-width-framed {
  padding: 0 1.75rem;
}

.full-width figcaption {
  padding: 0 0 0 1.75rem;
}

.encabezado-del-sitio {

  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  transition: all 500ms ease;
  will-change: transform;
}
@media(max-width:480px){
  .encabezado-del-sitio {
    display: flex;
    align-items: center;
    padding-top: 2rem!important;
  }

}
.encabezado-del-sitio-logo {
  position: absolute;
  display: block;
  width: 9rem;
  transition: all 500ms ease;
  left: 50%;
  transform: translateX(-50%);
}

.encabezado-del-sitio path {
  transition: fill 500ms ease;
}

.project-pages .encabezado-del-sitio-logo {
  visibility: hidden;
  opacity: 0;
}

.has-ticker .header-hidden .encabezado-del-sitio,
.has-ticker .header-hidden .news-ticker,
.header-hidden .encabezado-del-sitio,
.header-hidden .news-ticker {
  top: -100%;
}

.hide-mobile {
  display: block;
}

.ui-mobile-white.has-nav .sicono-navegacion-sitio::before,
.ui-mobile-white.has-nav .icono-navegacion-sitio::after {
  background-color: #000000 !important;
}

.ui-mobile-white.has-nav .encabezado-del-sitio path {
  fill: #191919 !important;
}

.home-slide__full-bleed-desktop {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-slide__full-bleed-mobile-landscape {
  width: 87.4%;
}

.home-slide__full-bleed-mobile-landscape,
.home-slide__full-bleed-mobile-portrait {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-slide__full-bleed-mobile-portrait {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 64.5vh;
  width: 66.8% !important;
  object-fit: contain;
}

.home-slide__video--inset video,
.home-slide__landscape-centred img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87.4%;
}

.home-slide__landscape-offset-right img {
  margin-top: 17.5%;
  margin-left: 17%;
  width: 78.26%;
}

.home-slide__video--inset,
.home-slide__portrait-centred,
.home-slide__squarer-landscape-centred,
.home-slide__small-landscape-left-large-portrait-right,
.home-slide__portrait-offset-left,
.home-slide__portrait-offset-right,
.home-slide__large-portrait-offset-left,
.home-slide__large-portrait-offset-right {
  display: flex;
  align-items: center;
}

.home-slide__video--inset,
.home-slide__portrait-centred,
.home-slide__squarer-landscape-centred {
  justify-content: center;
}

.home-slide__portrait-offset-left img,
.home-slide__portrait-offset-right img,
.home-slide__large-portrait-offset-right img,
.home-slide__large-portrait-offset-left img {
  width: 55.5%;
}

.home-slide__medium-landscape-bottom-right {
  align-items: flex-end;
  display: flex;
  padding: 0 1.75rem 1.75rem 0;
}

.home-slide__medium-landscape-bottom-right img {
  width: 75%;
}

.home-slide__half-bleed-left img,
.home-slide__half-bleed-right img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

.home-slide__half-bleed-left img.home-slide__full-bleed-mobile-portrait,
.home-slide__half-bleed-right img.home-slide__full-bleed-mobile-portrait {
  max-height: 61vh;
  width: 66.8% !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.home-slide__half-bleed-left img.home-slide__full-bleed-mobile-landscape,
.home-slide__half-bleed-right img.home-slide__full-bleed-mobile-landscape {
  height: auto;
  width: 87.4% !important;
}

.home-slide__half-bleed-left img.home-slide__full-bleed-mobile-landscape,
.home-slide__half-bleed-left img.home-slide__full-bleed-mobile-portrait,
.home-slide__half-bleed-right img.home-slide__full-bleed-mobile-landscape,
.home-slide__half-bleed-right img.home-slide__full-bleed-mobile-portrait {
  display: none;
}

.home-slide__medium-landscape-bottom-right img {
  margin: 0 0 5rem auto;
}

.home-slide__portrait-offset-left img {
  margin-left: 5.3%;
  margin-right: auto;
}

.home-slide__portrait-offset-right img {
  margin-left: auto;
  margin-right: 5.3%;
}

.home-slide__large-portrait-offset-left img {
  margin-left: 6.6%;
  margin-right: auto;
}

.home-slide__large-portrait-offset-right img {
  margin-left: auto;
  margin-right: 6.6%;
}

.home-slide__squarer-landscape-centred img {
  width: 89.37%;
}

.home-slide__portrait-centred img {
  height: auto;
  max-height: unset;
  width: 66.8% !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.home-slide__white {
  background: #000000 !important;
}

.home-slide__landscape-left-square-right img:first-of-type {
  margin-left: 8.4%;
  margin-top: 35%;
  width: 52.6%;
}

.home-slide__landscape-left-square-right img:last-of-type {
  margin-top: 4.72%;
  margin-left: 47.83%;
  width: 44.25%;
}

.home-slide__small-landscape-left-large-portrait-right img:first-of-type {
  margin-left: 7.25%;
  width: 38.25%;
}

.home-slide__small-landscape-left-large-portrait-right img:last-of-type {
  margin-left: 4.4%;
  width: 42.66%;
}

.home-slide__portrait-bottom-left-portrait-top-right img:first-of-type {
  margin-top: 69%;
  margin-left: 5.09%;
  width: 41.35%;
}

.home-slide__portrait-bottom-left-portrait-top-right img:last-of-type {
  position: absolute;
  right: 0;
  top: 0;
  width: 45.75%;
  max-width: 590px;
}

.ui-blanco {
  cursor: url("../images/cursor.svg"), auto;
}

.ui-blanco .icono-navegacion-sitio:before,
.ui-blanco .icono-navegacion-sitio:after {
  background-color: #ffffff;
}

.ui-blanco .project-slide__description {
  background-color: black;
}

.ui-blanco .project-slide__description > p,
.ui-blanco .project-caption,
.ui-blanco .project-details__list li a,
.ui-blanco .project-details__list li,
.ui-blanco .project-meta__next-project,
.ui-blanco .swiper-pagination {
  color: #ffffff;
}

.ui-blanco .encabezado-del-sitio path {
  fill: #ffffff;
}

.ui-blanco .home-slide__text-only .slide-text,
.ui-blanco .project-slides__slide .slide-text {
  color: #ffffff;
}

/*cambio de color*/

.ui-blanco .flickity-viewport,
.ui-blanco .project-meta {
  background: #fbfafa;
}

.ui-blanco .project-meta {
  border-top: 2px solid #ffffff;
}

.ui-blanco .project-meta .invertable {
  color: #ffffff;
}

.ui-blanco .hide-description .project-slide__description {
  background-color: rgba(0, 0, 0, 0);
}

.ui-blanco .project-slide__description .project-description {
  color: rgba(255, 255, 255, 0);
}
.activeIcon::after {
  color: red !important;
}
.lead {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-height: calc(100vw / 1.8);
}

.lead img,
.lead video {
  width: 100%;
}

.lead video {
  display: block;
}

.marquee {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

ul.content {
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  flex-shrink: 0;
}

ul.content,
ul.content li:not(:last-of-type) {
  padding-right: 8.5rem;
}

ul.content li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.news-ticker {
  background: #ffffff;
  width: 100%;
  font-size: 0.837375rem;
  left: 0;
  top: 0;
  position: fixed;
  transition: all 500ms ease;
  will-change: transform;
  z-index: 15;
}

.news-ticker h2 {
  font-size: inherit;
}

.news-ticker--footer {
  position: relative;
}

.news-ticker--footer ul.content {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.news-ticker--footer a {
  margin-left: 1.5rem;
}

.news-ticker--footer.wrap__banner {
  padding: 1rem 1.75rem;
}

.news-ticker--footer p:last-of-type {
  width: 100%;
}

.news-ticker__row {
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  padding-top: 0.15rem;
}

.news-ticker__item:first-of-type .news-ticker__date {
  margin-left: -9rem !important;
}

.news-ticker__latest {
  text-transform: uppercase;
  grid-area: span 1 / span 2;
}

.news-ticker__latest p {
  white-space: nowrap;
}

.news-ticker__date {
  letter-spacing: 0.05rem;
  padding-left: 6.5rem;
}

.news-ticker__title {
  margin: 0 1rem;
}

.news-ticker__date,
.news-ticker__title,
.news-ticker__read-more {
  display: inline-block;
}

.news-ticker__hide {
  grid-area: span 1 / span 1;
}

.news-ticker__hide p {
  white-space: nowrap;
}

.news-ticker__item-wrap {
  position: absolute;
  width: 100%;
}

.news-ticker__latest,
.news-ticker__hide {
  display: none;
}

.news-ticker__horizontal {
  display: block;
}

.news-ticker__horizontal-wrap {
  display: inline-block;
  position: relative;
}

.active {
  z-index: 10;
}

.active .news-ticker__date,
.active .news-ticker__title,
.active .news-ticker__read-more {
  opacity: 1;
  transform: translateY(0);
}

.has-ticker main {
  padding-top: 2.8rem;
}

.has-ticker .encabezado-del-sitio {
  transform: translateY(2.8rem);
}

.ticker-hidden .news-ticker {
  transform: translateY(-100%);
}

.portrait img {
  width: 100%;
}

.portrait-lg img {
  width: 100%;
}

.project-caption {
  display: none;
  transition: all 500ms ease;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  text-align: left;
}

.project-caption__container {
  overflow: hidden;
  position: relative;
}

.project-caption__transition {
  transform: translateY(-12px);
}

.project-details {
  left: 1.8rem;
  bottom: 1.8rem;
  position: fixed;
  display: none;
  height: 1rem;
  z-index: 10;
  transition: all 500ms ease;
  text-align: left;
  width: 100%;
}

.project-details__list {
  position: relative;
}

@supports (-ms-ime-align: auto) {
  .project-details__list {
    margin: 0;
  }
}

.project-details__list li {
  transition: all 250ms ease;
  left: 0;
  position: absolute;
}

.project-details__list li a {
  transition: all 250ms ease;
}

.project-details__active {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.project-details__inactive {
  top: 12px;
  visibility: hidden;
  opacity: 0;
}

.project-details__black,
.project-details__black a {
  color: #191919 !important;
}

.project-details__white,
.project-details__white a {
  color: #ffffff;
}

.project-details .up {
  transform: translateY(-32px);
}

.project-details .down {
  transform: translateY(12px);
}

.project-hover {
  position: fixed;
}

.project-hover__1 {
  right: 0;
  bottom: 0;
  width: 56%;
}

.project-hover__2 {
  left: 1.75rem;
  top: 20.24%;
  width: 71%;
}

.project-hover__3 {
  right: 0;
  top: 0;
  width: 61%;
}

.project-hover__4 {
  left: 56.58%;
  width: 61%;
}

.project-hover__5 {
  left: 0;
  bottom: 0;
  width: 61%;
}

.project-hover__6 {
  top: 0;
  left: 0;
  width: 71%;
}

.project-hover__7 {
  top: 0;
  left: 0;
  width: 50.6%;
}

.project-hover__8 {
  left: 0;
  width: 50.6%;
  transform: translateY(-50%);
}
.project-hover__9 {
  width: 30%;
  right: 0;
  top: 0;
}
.project-hover__4,
.project-hover__8 {
  top: 50%;
}

.project-hover__11{
  width: 30%;
  bottom: 0;
  right: 0;
}
.project-hover__12{
  left: 20%;
  top: 0;
  width: 18.02%;
}
.project-hover__13{
  right: 5%;
  top: 0;
  width: 35.02%;
}
.project-hover__14 {
  width: 32%;
  bottom: 0;
  left: 0;
}
.project-hover__15 {
  width: 40%;
  right: 0;
  top: 7%;
}
.project-hover__16 {
  width: 35%;
  left: 7%;
  top: 0;
}
.project-hover__17 {
  width: 35%;
  right: 7%;
  bottom: 0;
}
.project-hover__18 {
  width: 30%;
  left: 10%;
  bottom: 0;
}
.project-hover__19 {
  width: 30%;
  right: 5%;
  top: 0;
}
.project-hover__20 {
  width: 35%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.project-hover__21 {
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.project-hover__22 {
  width: 35%;
  left: 10%;
  bottom: 0;
}
.project-hover__23 {
  width: 30%;
  top: 0;
  right: 0;
}

.informacion-del-proyecto.envoltorio_proyecto {
  padding: 1.125rem 1.75rem 5.4375rem 1.75rem;
}

.project-pages .section:first-of-type > header {
  border-bottom: 2px solid #191919;
  padding: 1.375rem 1.625rem 1.0625rem 1.625rem;
}

.project-pages .section > div {
  padding: 0;
}

.project-pages .section:first-of-type > div,
.project-pages .section:nth-of-type(2) > div {
  padding: 1.375rem 1.625rem 1.0625rem 1.625rem;
}

.project-pages .section:not(:first-of-type) > header {
  display: none;
}

.cita-del-proyecto {
  margin: 5.876rem auto 7.3478rem auto;
  padding: 0 1.625rem;
  text-align: center;
}

.cita-del-proyecto2 {
  margin: 5.876rem auto 7.3478rem auto;
  padding: 0 1.625rem;
  text-align: center;
}

.cita-del-proyecto cite::after {
  content: none;
}

.cita-del-proyecto cite {
  margin-top: 0.7rem;
}

.seccion-de-proyecto {
  margin-bottom: 3.1875rem;
  position: relative;
}

.seccion-de-proyecto--single video {
  width: 100%;
}

.seccion-de-proyecto--double {
  align-items: center;
  flex-direction: column;
}

.seccion-de-proyecto--double > *:last-of-type {
  margin-top: 3.1875rem;
}

.seccion-de-proyecto--double figure {
  position: relative;
}

.seccion-de-proyecto--double figure:first-of-type figcaption {
  margin-left: 1.75rem;
}

.seccion-de-proyecto--double + .presentacion-de-diapositivas-del-proyecto,
.seccion-de-proyecto--single + .presentacion-de-diapositivas-del-proyecto {
  margin-top: 3.1875rem;
}

.seccion-de-proyecto figcaption {
  display: none;
  margin-top: 0.8125rem;
  opacity: 0;
  transition: opacity 500ms ease;
}

.seccion-de-proyectos {
  margin: 3.1875rem 0 0 0;
}

.seccion-de-proyectos > *:last-child {
  margin-bottom: 0;
}

.seccion-de-proyectos > *:last-child,
.seccion-de-proyectos
  > *:last-child
  .presentacion-de-diapositivas-del-proyecto--meta {
  border-bottom: 0;
}

.seccion-de-proyectos
  > *:last-child:not(.presentacion-de-diapositivas-del-proyecto) {
  padding: 0 0 3.1875rem 0;
  
}

.flickity-viewport {
  min-height: 50vw !important;
}

.project-slide--spread {
  height: 75.2vw !important;
  padding: 1.6rem 1rem 0.6rem 1rem;
}
/*tamano imagen vertical carrousel*/

.project-slide--inset-landscape,
.project-slide--portrait,
.project-slide--full-width-framed {
  padding: 1rem 20rem 2rem 24rem;
}

.project-slide--spread,
.project-slide--inset-landscape {
  align-content: center;
  justify-content: center;
}

.project-slide--spread > *,
.project-slide--inset-landscape > * {
  -o-object-fit: contain;
  object-fit: contain;
}

.project-slide--inset-landscape > * {
  width: 73.24%;
  max-width: 1320px;
  max-height: 100%;
  height: 85vh;
}

.project-slide--full-width > *,
.project-slide--full-width-framed > * {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-slide--portrait > * {
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.presentacion-de-diapositivas-del-proyecto {
  border-top: 2px solid #191919;
  -webkit-user-select: none;
}

.presentacion-de-diapositivas-del-proyecto,
.presentacion-de-diapositivas-del-proyecto > div {
  position: relative;
}

.presentacion-de-diapositivas-del-proyecto h2 {
  position: absolute;
  text-align: center;
  top: 0.74064375rem;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}
/*tamano imagen carrousel*/

 .presentacion-de-diapositivas-del-proyecto .carousel-cell{
  height: 100%;
  width: 100vw;
  
}

.presentacion-de-diapositivas-del-proyecto .celda-de-carrusel2 {
  height: 100%;
  width: 48vw;
  
}


.presentacion-de-diapositivas-del-proyecto .celda-de-carrusel3 {
  height: 100%;
  width: 22vw;
}

.presentacion-de-diapositivas-del-proyecto .celda-de-carrusel4 {
  height: 100%;
  width: 100vw;
}

.presentacion-de-diapositivas-del-proyecto .celda-de-carrusel5 {
  height: 100%;
  width: 79vw;
}

.presentacion-de-diapositivas-del-proyecto--container,
.presentacion-de-diapositivas-del-proyecto--meta {
  border-bottom: 2px solid #191919;
}

.presentacion-de-diapositivas-del-proyecto--container {
  overflow: hidden;
}

.presentacion-de-diapositivas-del-proyecto--meta {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.984375rem 1.625rem 0.25rem 1.625rem;
}

.presentacion-de-diapositivas-del-proyecto dl {
  margin: 0;
  width: 49%;
}

.presentacion-de-diapositivas-del-proyecto--counter {
  font-weight: 100;
  padding-top: 1rem;
  order: 2;
  text-align: center;
  width: 100%;
}

.presentacion-de-diapositivas-del-proyecto .image-details dt {
  width: 39.7090517241%;
}

.presentacion-de-diapositivas-del-proyecto .image-credits {
  margin: 0 0 0 auto;

  text-align: right;
}

.presentacion-de-diapositivas-del-proyecto .image-credits dt {
  width: 39.7090517241%;
}

.presentacion-de-diapositivas-del-proyecto + .seccion-de-proyecto--single,
.presentacion-de-diapositivas-del-proyecto + .project-single--dbl {
  margin: 3.1875rem 0 3.1875rem 0;
}

.especificaciones-del-proyecto {
  border-bottom: 2px solid #191919;
}

.especificaciones-del-proyecto.envoltorio_proyecto {
  padding: 1.125rem 1.75rem 3.625rem 1.75rem;
}

.especificaciones-del-proyecto .columna-de-seccion {
  display: inline-block;
}

.especificaciones-del-proyecto .columna-de-seccion:first-of-type {
  margin-bottom: 0.9rem;
}

.especificaciones-del-proyecto .columna-de-seccion:nth-of-type(2) {
  float: right;
}

.especificaciones-del-proyecto .columna-de-seccion:last-of-type {
  float: left;
}

.especificaciones-del-proyecto p,
.especificaciones-del-proyecto > p:not(:last-of-type) {
  line-height: 1.273;
  margin-bottom: 0 !important;
}

.especificaciones-del-proyecto--heading {
  width: 4.265625rem;
}

@media screen and (max-width: 800px) {
  .especificaciones-del-proyecto--heading {
    font-size: medium;
  }
  .agencyMob {
    flex-wrap: wrap;
    padding: 0px !important;
    margin-left: 0px;
  }
  .agencyMob .flex {
    align-items: center;
  }
  .agencyMob .flex p:nth-child(1) {
    width: 100px;
  }
  .agencyMob .columna-de-seccion {
    width: 100%;
  }
  .agencyMob .columna-de-seccion:nth-child(1) {
    margin-bottom: 30px;
  }
  .especificaciones-del-proyecto--text {
    font-size: 13px;
  }
  .presentacion-de-diapositivas-del-proyecto dl:nth-child(1) {
    margin-bottom: 20px;
  }

  .presentacion-de-diapositivas-del-proyecto dl {
    font-size: 13px;
    margin-right: auto;
    text-align: left;
    width: 100%;
  }
  .presentacion-de-diapositivas-del-proyecto dl {
    padding-left: 0px;
  }
  .presentacion-de-diapositivas-del-proyecto .image-credits {
    text-align: left !important;
  }
  .presentacion-de-diapositivas-del-proyecto .celda-de-carrusel2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 300px;
    height: 300px;
  }
}

.projects {
  display: flex;
  height: 100vh;
  width: 100vw;
  position: fixed;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.projects a + img,
.projects a + video {
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.projects a {
  position: relative;
  z-index: 10;
}

.projects li a:hover {
  color: #dbdbdb;
}

.projects li a {
  transition-property: color, opacity, transform;
  transition-duration: 0ms, 400ms, 800ms;
}

.projects--hidden {
  opacity: 0;
  transform: translateY(20px);
  transition-property: color, opacity, transform;
  transition-duration: 0ms, 400ms, 800ms;
}

.projects li:nth-of-type(1) a {
  transition-delay: 0ms, 150ms, 150ms;
}

.projects li:nth-of-type(2) a {
  transition-delay: 0ms, 200ms, 200ms;
}

.projects li:nth-of-type(3) a {
  transition-delay: 0ms, 250ms, 250ms;
}

.projects li:nth-of-type(4) a {
  transition-delay: 0ms, 300ms, 300ms;
}

.projects li:nth-of-type(5) a {
  transition-delay: 0ms, 350ms, 350ms;
}

.projects li:nth-of-type(6) a {
  transition-delay: 0ms, 400ms, 400ms;
}

.projects li:nth-of-type(7) a {
  transition-delay: 0ms, 450ms, 450ms;
}

.projects li:nth-of-type(8) a {
  transition-delay: 0ms, 500ms, 500ms;
}

.projects li:nth-of-type(9) a {
  transition-delay: 0ms, 550ms, 550ms;
}

.projects li:nth-of-type(10) a {
  transition-delay: 0ms, 600ms, 600ms;
}

.projects li:nth-of-type(11) a {
  transition-delay: 0ms, 650ms, 650ms;
}

.projects li:nth-of-type(12) a {
  transition-delay: 0ms, 700ms, 700ms;
}

.projects li:nth-of-type(13) a {
  transition-delay: 0ms, 750ms, 750ms;
}

.projects li:nth-of-type(14) a {
  transition-delay: 0ms, 800ms, 800ms;
}

.projects li:nth-of-type(15) a {
  transition-delay: 0ms, 850ms, 850ms;
}

.projects li:nth-of-type(16) a {
  transition-delay: 0ms, 900ms, 900ms;
}

.projects li:nth-of-type(17) a {
  transition-delay: 0ms, 950ms, 950ms;
}

.projects li:nth-of-type(18) a {
  transition-delay: 0ms, 1000ms, 1000ms;
}

.projects li:nth-of-type(19) a {
  transition-delay: 0ms, 1050ms, 1050ms;
}

.projects li:nth-of-type(20) a {
  transition-delay: 0ms, 1100ms, 1100ms;
}

.projects li:nth-of-type(21) a {
  transition-delay: 0ms, 1150ms, 1150ms;
}

.projects .visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.projects__list {

  margin: auto;
  transition: margin 500ms ease, padding 500ms ease, max-height 500ms ease;
  width: 100%;
  overflow-y: auto;
}

@supports (-ms-ime-align: auto) {
  .projects__list ul {
    margin: 0;
  }
}

.projects__list li {
  display: table;
  margin: 0 auto;
  line-height: 1;
}

@supports (-ms-ime-align: auto) {
  .projects__list li {
    line-height: 1.2;
  }
}

.projects__list a {
  vertical-align: -webkit-baseline-middle;
}

@-moz-document url-prefix() {
  .projects__list a {
    vertical-align: sub !important;
  }
}

.projects__list::-webkit-scrollbar {
  display: none;
}

.projects__filters {
  top: 0;
  padding-top: 1.75rem;
  z-index: 30;
  left: 1.75rem;
  text-align: left;
  transition: all 500ms ease;
  position: fixed;
  align-self: flex-end;
  width: 55%;
}

.projects__filters p {
  width: 10.65%;
  vertical-align: top;
  width: 58.28%;
}

.projects__filters p,
.projects__filters ul {
  float: left;
}

.projects__filters ul {
  display: flex;
  flex-direction: column;
  width: 41.72%;
}

@supports (-ms-ime-align: auto) {
  .projects__filters ul {
    margin-top: 0 !important;
  }
}

.projects__filters li:last-of-type {
  order: 1;
}

.projects__filters li:nth-of-type(2) {
  order: 2;
}

.projects__filters li:nth-of-type(3) {
  order: 4;
}

.projects__filters li:first-of-type {
  order: 3;
}

.projects__active-filter:before {
  content: "+";
  position: absolute;
  margin-left: -24%;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
}

.projects a:hover + img,
.projects a:hover + video {
  opacity: 1;
}

.reference-link {
  border-bottom: 1px solid #191919;
}

.reference-link span {
  font-size: 0.446rem;
  vertical-align: super;
}

.reference-modal {
  background: #000000;
  color: #ffffff;
  position: absolute;
  display: none;
  padding: 0.575rem 0.85rem 0.9rem 0.85rem;
  width: 12.75rem;
  z-index: 20;
}

.reference-modal i {
  display: block;
  font-family: "Univers", sans-serif;
  margin-bottom: 1.2rem;
}

.reference-modal em {
  font-family: "PortraitItalic", serif;
  font-style: normal;
}

.reference-modal.visible {
  display: block;
}

.reference-modal:nth-of-type(odd) {
  left: 13.37%;
  top: 2.9rem;
}

.reference-modal:nth-of-type(even) {
  right: 8.05%;
  top: 12.05rem;
}

.touchevents .reference-modal {
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 500ms ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 245px;
  width: 54.13%;
}

.touchevents .reference-modal.visible {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.section {
  border-top: 2px solid #191919;
  display: flex;
  flex-flow: column;
}

.encabezado-de-seccion {
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  padding: 1.375rem 1.75rem 0 1.75rem;
}

.encabezado-de-seccion h2 {
  float: left;
}

.encabezado-de-seccion,
.contenido-de-seccion {
  width: 100%;
}

.contenido-de-seccion {
  padding: 1.375rem 1.75rem 6.5626rem 1.75rem;
}

.columnas-de-seccion {
  -ms-overflow-style: none;
}

.columnas-de-seccion > div {
  float: left;
}

.columna-de-seccion {
  width: 50%;
}

.section:first-of-type {
  margin-top: 12.5rem;
}

.section:last-of-type {
  margin-bottom: 12.125rem;
  border-bottom: 2px solid #191919;
}

.section__map {
  padding: 0 0;
  margin: 0 0;
  justify-content: flex-end;
}

.section__map .contenido-de-seccion {
  padding: 0;
  width: 100%;
}

.section__map img {
  width: 100%;
}

#awards + .columnas-de-seccion {
  -moz-columns: 2 130px;
  columns: 2 130px;
  overflow: auto;
}

#awards + .columnas-de-seccion .columna-de-seccion {
  width: 100%;
}

#awards + .columnas-de-seccion .columna-de-seccion:first-of-type,
#awards + .columnas-de-seccion .columna-de-seccion:nth-of-type(3) {
  margin-bottom: 1.5rem;
}

#awards + .columnas-de-seccion .columna-de-seccion:nth-of-type(2) {
  margin-bottom: 1.2rem;
}

#awards + .columnas-de-seccion .columna-de-seccion > div {
  float: none;
}

#services + .contenido-de-seccion {
  padding: 1.375rem 1.75rem 3.75rem 1.75rem;
}

.section__map + .section {
  box-shadow: 0 -0.525px 0 0 #191919;
}

.expanded .expansion__section:before {
  transform: rotate(90deg);
}

.collapsed {
  padding: 0 !important;
}

.collapsed .encabezado-de-seccion {
  display: flex;
  padding: 1.375rem 1.75rem;
  align-items: center;
  justify-content: space-between;
}

.collapsed .encabezado-de-seccion h2 {
  margin-top: 0.25rem;
}

.collapsed .contenido-de-seccion {
  opacity: 0;
  display: none;
}

.collapsed .contenido-de-seccion.visible * {
  opacity: 1;
}

.collapsed .contenido-de-seccion * {
  opacity: 0;
  transition: opacity 500ms ease;
}

#selected-clients + .contenido-de-seccion {
  width: 100%;
  padding: 1.375rem 1.75rem;
}

.selected-clients {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.selected-clients li {
  width: 30%;
}

.selected-clients li:not(:nth-last-child(-n + 3)) {
  margin-bottom: 5%;
}

.selected-clients img {
  width: 100%;
}

.icono-navegacion-sitio {
  height: 1.6rem;
  width: 1.6rem;
  display: block;
  position: relative;
  float: left;
  z-index: 20;
}
.activeLogo {
  display: none;
}
.icono-navegacion-sitio:before,
.icono-navegacion-sitio:after {
  position: absolute;
  content: " ";
  height: 1.6rem;
  left: 50%;
  width: 2px;
  background-color: #000000;
  transition: none;
}
.icono-navegacion-sitio.activeIcon::after,
.icono-navegacion-sitio.activeIcon::before {
  background: #000000 !important;
}
.icono-navegacion-sitio:after {
  transform: rotate(-90deg);
}

.icono-navegacion-sitio:hover {
  opacity: 0.15;
}

.navegacion-del-sitio {
  background: #ffffff;
  z-index: 15;
  visibility: hidden;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  position: fixed;
  height: 100%;
  width: 100%;
}

.navegacion-del-sitio-wrap {
  /* border-top: 2px solid #191919; */
  width: 100%;
}

.navegacion-del-sitio-wrap > ul {
  font-size: 3.38rem;

  text-transform: uppercase;
  display: block;
  padding-left: 1.4375rem;
  letter-spacing: -0.06rem;
}

@supports (-ms-ime-align: auto) {
  .navegacion-del-sitio-wrap > ul {
    line-height: 0.8 !important;
    margin-bottom: 0;
  }
}

@-moz-document url-prefix() {
  .navegacion-del-sitio-wrap > ul {
    line-height: 0.92 !important;
  }
}

.navegacion-del-sitio-wrap > ul li > a {
  vertical-align: -webkit-baseline-middle;
  display: block;
  text-align: center;
  line-height: normal;
}

.navegacion-del-sitio-wrap > ul li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 400ms 150ms, transform 800ms 150ms;
}

.navegacion-del-sitio-wrap > ul li:nth-child(2) {
  transition-delay: 200ms;
}

.navegacion-del-sitio-wrap > ul li:nth-child(3) {
  transition-delay: 250ms;
}

.navegacion-del-sitio-wrap > ul li:nth-child(4) {
  transition-delay: 300ms;
}

.navegacion-del-sitio-wrap > ul li:nth-child(5) {
  transition-delay: 350ms;
}

.navegacion-del-sitio-wrap > ul li:nth-child(6) {
  transition-delay: 400ms;
}

.navegacion-del-sitio-wrap li {
  display: block;
}

.navegacion-del-sitio-wrap div {
  display: none;
  float: right;
}

.navegacion-del-sitio-wrap > ul,
.navegacion-del-sitio-wrap div {
  padding-top: 1.375rem;
}

.navegacion-del-sitio-wrap div > ul {
  margin-top: 0;
  padding-right: 4rem;
}

.navegacion-del-sitio-wrap div > * {
  display: inline-block;
  float: left;
}

.navegacion-del-sitio-wrap div > p {
  padding-right: 2.4875rem;
}

.navegacion-del-sitio-wrap a {
  transition: all 150ms ease;
}

.has-nav {
  cursor: url("../images/cursor.svg"), auto;
  overflow: hidden;
}

.has-nav .navegacion-del-sitio {
  opacity: 0.95;
  visibility: visible;
  z-index: 999;
}

.has-nav .navegacion-del-sitio-wrap > ul {
  margin-top: 0;
}

.has-nav .navegacion-del-sitio-wrap > ul li {
  opacity: 1;
  transform: translateY(0);
}

.has-nav .navegacion-del-sitio-wrap > ul li a {
  transition-delay: unset;
  display: block;
  text-align: center;

  color: #000;
  text-decoration: none;
}
.has-nav .navegacion-del-sitio-wrap > ul li:hover a {
  opacity: 0.15;
}

.has-nav .encabezado-del-sitio-logo {
  visibility: visible;
  opacity: 1;
}

.has-nav .encabezado-del-sitio-logo path {
  fill: #191919 !important;
}

.has-nav .icono-navegacion-sitio {
  transform: rotate(45deg);
}

.has-nav .icono-navegacion-sitio:before,
.has-nav .icono-navegacion-sitio:after {
  background: #000000 !important;
  box-shadow: 0.5px 0 0 0 #000000 !important;
}

.has-nav .projects__filters,
.has-nav .clock {
  opacity: 0.05;
}

.slide-text {
  text-align: center;
  transition: all 500ms ease;
  width: 90.4%;
  will-change: color;
}

.slide-text.white {
  color: #ffffff;
}

.slide-text cite {
  margin-top: 1rem;
}

.splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  top: 0;
  left: 0;
  transition: all 500ms ease;
  z-index: 55;
}

.splash__logo {
  transition: all 500ms ease;
  width: 66.4%;
  opacity: 1;
  top: 45%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.splash-sequence .splash__logo {
  opacity: 0;
}

.splash-sequence-step-one .splash__logo {
  opacity: 1;
}

.splash-sequence-step-two .splash {
  opacity: 0;
  visibility: hidden;
}

.splash-sequence-reveal-logo .encabezado-del-sitio-logo {
  opacity: 1;
}

.swiper-container {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
  height: 100vh;
  width: 100vw;
}

.swiper-pagination {
  position: fixed;
  bottom: 1.05rem;
  right: 1.75rem;
  font-size: 1.8rem;
  left: auto;
  text-align: right;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide[data-ui="black"] {
  background: #ffffff;
}

.swiper-container {
  z-index: 5;
}

.fade-in {
  opacity: 0;
}

body {
  opacity: 1;
  transition: opacity 500ms ease;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  background: #ffffff;
  /* Fix of Webkit flickering */
  z-index: 1;
  opacity: 1;
  transition: opacity 500ms ease;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  /* Fix for full bleed mobile */
  overflow: hidden;
}

.swiper-slide[data-ui="white"] {
  background: #000000;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-pagination {
  transition: all 500ms ease;
  z-index: 10;
}

.video-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-slide--full-bleed .full-bleed {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vh;
  width: 100vw;
}

.video-slide--full-bleed .responsive {
  display: block;
  height: 64.5vh;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 64.5vh;
  width: 90%;
}

.video-slide--inset video {
  max-height: 65vh;
  width: 90%;
}

.video-play {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5rem 7.4rem;
  height: 7.4rem;
  width: 5rem;
  position: absolute;
  top: 47.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease;
}

.video-is-playing {
  opacity: 0;
  visibility: hidden;
}

.index--row {
  border-bottom: 2px solid #191919;
  display: inline-block;
  grid-template-columns: repeat(20, 1fr);
  grid-column-gap: 1.3%;
  padding: 1rem 1.75rem;
  position: relative;
  width: 100%;
  max-height: 500px;
  transition: all 500ms ease;
}

.index--row * {
  opacity: 1;
  transition: opacity 500ms ease;
  transition-delay: 500ms;
}

.index--row h2,
.index--row p {
  display: inline;
  vertical-align: -webkit-baseline-middle;
}

@-moz-document url-prefix() {
  .index--row h2,
  .index--row p {
    vertical-align: sub !important;
  }
}

.index--row__project,
.index--row__info {
  display: inline-block;
  width: 83.2%;
  line-height: 1;
}

.index--row__year {
  position: absolute;
  padding: inherit;
  top: 0;
  right: 0;
}

.index--row__project {
  margin-bottom: 0.5rem;
}

.index--row__info {
  font-family: "Portrait", serif;
  font-size: 0.8125rem;
}

.index--row__year {
  grid-area: span 1 / span 3;
}

.index--row__discipline {
  display: none;
}

.index--row__header {
  border-top: 0;
  padding: 1rem 1.75rem 0.25rem 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}

.index--row__header .index--row__info {
  display: none;
}

.index--row__header .index--row__project,
.index--row__header .index--row__year {
  display: inline-block;
  float: none;
}

.index--row__thumbnail {
  visibility: hidden;
  position: fixed;
  z-index: 50;
  height: 9rem;
  width: auto;
}

.index--row__thumbnail-standard {
  height: 9rem;
}

.index--row__thumbnail-video {
  height: auto;
  width: 97.8%;
}

.index--row__thumbnail-large {
  height: 18rem;
}

.index--row:hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.index--row:hover__thumbnail {
  visibility: visible;
}

.index--row + .expansion {
  margin: 1rem 0 0 1.75rem;
  height: 1.31rem;
  width: 1.31rem;
}

.index--row.hidden-row {
  padding: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.index--row.hidden-row * {
  overflow: hidden;
  opacity: 0;
  transition: opacity 125ms ease;
}

.no-touchevents .index--row:hover p {
  color: #999999;
}

.no-touchevents .index--row:hover img,
.no-touchevents .index--row:hover video {
  visibility: visible;
  display: block;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
}

.flex {
  display: flex;
}

.keyline-top {
  border-top: 2px solid #191919;
}

.linea-de-llave-inferior {
  border-bottom: 2px solid #191919;
}

main {
  padding-top: 0;
  transition: all 500ms ease;
}

.carga-perezosa {
  transform: translateY(50%);
  transition: all 500ms ease;
}

.cargado-perezosamente {
  transform: translateY(0);
}

.putty {
  background: #ebebeb;
}

.black {
  background: #000000;
  min-height: 100vh;
}

.black .icono-navegacion-sitio:before,
.black .icono-navegacion-sitio:after {
  background-color: #ffffff;
}

.black path {
  fill: #ffffff;
}

.black.has-nav .icono-navegacion-sitio:before,
.black.has-nav .icono-navegacion-sitio:after {
  background-color: #191919;
}

.black.has-nav path {
  fill: #191919;
}

.wrap__index {
  padding: 0;
  margin: 9.6875rem 0 15.9375rem 0;
}

.wrap__full {
  padding: 1.75rem;
}

.envoltorio_encabezado {
  padding: 1.5rem 1.75rem 1.75rem 1.75rem;
}

.wrap__section {
  padding: 0;
  position: relative;
}

.wrap--project {
  padding: 0;
}

.envoltorio_proyecto:first-of-type {
  margin-top: 0;
}

.envoltorio_proyecto:last-of-type {
  margin-bottom: 0;
}

.envoltorio_inferior {
  padding-bottom: 1.3rem;
}

.wrap__banner {
  padding: 0.74rem 1.75rem;
}

.wrap__meta {
  padding: 1.325rem 1.75rem;
}

.project-pages .envoltorio_encabezado {
  padding-bottom: 0;
}

@media screen and (device-width: 320px) and (orientation: portrait) {
  .projects__expanded {
    overflow-y: scroll;
  }
}

@media screen and (min-width: 321px) {
  html {
    font: 400 85%/1.2 "Univers", sans-serif;
  }
  #awards + .columnas-de-seccion {
    -moz-columns: 2 150px;
    columns: 2 150px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .home-slides {
    height: 84.9vh;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .contact {
    height: 100vh;
    margin-top: 15%;
  }
  .contact__misc {
    position: relative;
  }
  .home-slide__portrait-bottom-left {
    width: 19.35%;
  }
}

@media screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .video-slide--inset video {
    padding: 0 !important;
  }
}

@media screen and (min-width: 376px) {
  html {
    font: 400 100%/1.2 "Univers", sans-serif;
  }
}

@media screen and (min-width: 415px) {
  footer p:first-of-type {
    width: auto;
  }
  footer p:nth-of-type(2) {
    width: auto;
  }
  footer p:nth-of-type(2) a + span {
    position: relative;
    width: auto;
  }
  footer p:last-of-type {
    width: 50%;
  }
  footer a + span {
    position: relative;
  }
  .has-credits footer p:nth-of-type(2) a + span {
    top: auto;
    height: auto;
    left: auto;
  }
}

@media screen and (min-width: 550px) {
  #awards + .columnas-de-seccion {
    -moz-columns: unset;
    columns: unset;
  }
  #awards + .columnas-de-seccion .section__column {
    width: 50%;
  }
  #awards + .columnas-de-seccion .section__column:first-of-type,
  #awards + .columnas-de-seccion .section__column:nth-of-type(3) {
    margin-bottom: unset;
  }
  #awards + .columnas-de-seccion .section__column > div {
    float: left;
  }
}

@media screen and (min-width: 551px) {
  #awards + .columnas-de-seccion .section__column:nth-of-type(2) {
    margin-bottom: unset;
  }
}

@media screen and (min-width: 680px) {
  html {
    font: 400 100%/1.2 "Univers";
  }
}

@media screen and (min-width: 750px) {
  .texto-es-copia p:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  .el-texto-esta-indentado p:not(:first-of-type) {
    text-indent: 1.75rem;
  }
  .el-texto-esta-indentado p:not(:last-of-type) {
    margin-bottom: 0;
  }
  .texto-es-copia,
  .text-is-pq {
    font-size: 0.75625rem;
    line-height: 1.5;
  }
  .texto-es-pequeno {
    font-size: 0.6875rem;
    line-height: 1.27;
  }
  .texto-es-titulo {
    font-size: 1.8725rem;
  }
  .texto-es-sf {
    font-size: 1.25rem;
  }
  .inset-landscape,
  .portrait,
  .portrait-l,
  .portrait-lg,
  .portrait-r,
  .seccion-de-proyecto--double figure,
  .single-right {
    padding: 0;
  }
  /* .seccion-de-proyecto--double > *:last-of-type{
	
	width: 100%!important;
	padding: 0px;
} */
  #standfirst {
    display: block;
  }
  .adjacent {
    padding: 2.03125rem 1.75rem 3.038875rem 1.75rem;
  }
  .adjacent p > span {
    display: inline;
  }
  .adjacent li {
    width: 30.991%;
  }
  .adjacent li:last-of-type i {
    margin-right: 0;
    margin-left: 1.75rem;
  }
  .adjacent--content {
    margin: 1.8685625rem 0 0.259rem 0;
  }
  .flecha {
    width: 0.375rem;
    height: 0.325rem;
    margin-right: 1.75rem;
  }
  .flecha::before {
    width: 0.375rem;
    height: 0.325rem;
    margin: 0 0 0.0625rem 0;
  }
  .clock {
    display: block;
  }
  .clock .seconds {
    top: 5%;
  }
  .contenido-de-seccion + .clock {
    display: none;
  }
  .contact__telephone p:nth-child(2) {
    margin-bottom: 0.88rem !important;
  }
  .contact__email p:not(:last-of-type) {
    margin-bottom: 0.88rem !important;
  }
  .contact__social {
    margin-top: 0.845rem;
  }
  #contact + .contenido-de-seccion {
    display: block;
  }
  #contact + .contenido-de-seccion .section__column {
    width: 50%;
  }
  .contact__misc {
    position: fixed;
    display: grid;
  }
  .contact__misc p:first-of-type {
    margin-bottom: unset;
  }
  .contact__misc p:last-of-type {
    display: block;
  }
  .cookies__statement {
    grid-area: span 1 / span 12;
  }
  .cookies__statement p {
    margin-top: 0.37rem;
  }
  .cookies__read-more {
    grid-area: span 1 / span 3;
    text-align: right;
  }
  .cookies__desktop {
    display: inline;
  }
  .dbl-landscape-right > *,
  .dbl-landscape-left > * {
    width: 100%;
  }

  .dbl-landscape-right > *,
  .dbl-landscape-left2 > * {
    width: 80%;
  }

  .dbl-landscape-left > * {
    padding: 0;
  }
  .dbl-portrait-right > *,
  .dbl-portrait-left > * {
    width: 98.73%;
  }
  .dbl-large-portrait-left > *,
  .dbl-large-portrait-right > * {
    width: 98.73%;
  }
  .dbl-large-portrait-right img {
    display: block;
    margin: 0 0 0 auto;
  }
  .dbl-small-portrait-left video,
  .dbl-small-portrait-right video,
  .dbl-small-portrait-left > *,
  .dbl-small-portrait-right > * {
    margin: 0 auto;
    display: block;
    width: 45.019%;
  }
  .dbl-small-portrait-left figcaption,
  .dbl-small-portrait-right figcaption {
    margin-left: auto !important;
  }
  .dbl-portrait-right > * {
    display: block;
    margin: 0 0 0 auto;
  }
  .expansion {
    float: left;
    margin-top: 1rem;
    height: 2.0625rem;
    width: 2.0625rem;
  }
  .expansion__section {
    height: 2.0625rem;
    width: 2.0625rem;
  }
  .expansion__section:before,
  .expansion__section:after {
    height: 2.0625rem;
  }
  .expansion__projects {
    float: none;
    padding: 0;
  }
  .zona-muerta {
    cursor: url("../images/left.svg"), auto;
    width: 50%;
	
  }
  .zona-muerta.light {
    cursor: url("../images/left.svg"), auto;
	
  }
  .zona-muerta--right {
    cursor: url("../images/right.svg"), auto;
  }
  .zona-muerta--right.light {
    cursor: url("../images/right.svg"), auto;
  }
  footer {
    border-top: unset;
  }
  footer .hidden {
    display: inline;
  }
  footer p:first-of-type {
    width: unset;
  }
  footer p:last-of-type {
    text-align: left;
    width: unset;
  }
  .encabezado-del-sitio-logo {

    width: 13.42rem;
  }
  .inset-landscape {
    padding: 0;
    margin: 0 auto;
    width: 73.2421875%;
  }
  .list__services {
    -moz-columns: 9.367rem 2;
    columns: 9.367rem 2;
    display: inline-block;
  }
  .news-ticker__latest,
  .news-ticker__hide {
    display: inline-block;
  }
  .news-ticker__row {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-column-gap: 1.3%;
    padding-left: 0;
  }
  .news-ticker__item {
    grid-area: span 1 / span 13;
  }
  .news-ticker__item:first-of-type .news-ticker__date {
    margin-left: -7.5rem !important;
  }
  .news-ticker__horizontal-wrap {
    grid-area: span 1 / span 15;
    overflow: hidden;
  }
  .news-ticker--footer .news-ticker__horizontal-wrap {
    grid-area: span 1 / span 16;
  }
  .news-ticker__hide {
    grid-area: span 1 / span 1;
    text-align: right;
  }
  .portrait {
    padding: 0;
    margin: 0 auto;
    width: 49.36%;
  }
  .portrait-l {
    width: 49.36%;
  }
  .portrait-l figcaption {
    padding: 0 0 0 1.75rem;
  }
  .portrait-lg {
    padding: 0;
    margin: 0 auto;
    width: 81.103515625%;
  }
  .portrait-r {
    margin: 0 0 0 auto;
    width: 49.36%;
  }
  .project-caption {
    display: block;
  }
  .project-details {
    display: block;
    bottom: 1.15rem;
  }
  .project-hover__1 {
    width: 28.02%;
  }
  .project-hover__2 {
    width: 35.98%;
  }
  .project-hover__3 {
    width: 30.66%;
  }
  .project-hover__4 {
    width: 30.66%;
  }
  .project-hover__5 {
    width: 20.66%;
  }
  .project-hover__6 {
    width: 20.98%;
  }
  .project-hover__7 {
    width: 25.35%;
  }
  .project-hover__8 {
    width: 25.35%;
  }
  .project-hover__10 {
    width: 30%;
    top: 41%;
    right: 0;
}

.project-hover__11{
  width: 25%;

}
.project-hover__12{

  width: 18.02%;
}
.project-hover__13{

  width: 28.02%;
}
.project-hover__14 {
  width: 25%;

}
.project-hover__15 {
  width: 30%;

}
.project-hover__16 {
  width: 25%;

}
.project-hover__17 {
  width: 25%;

}
.project-hover__18 {
  width: 16%;

}
.project-hover__19 {
  width: 20%;

}
.project-hover__20 {
  width: 26%;

}
.project-hover__21 {
  width: 30%;

}
.project-hover__22 {
  width: 20%;

}
.project-hover__23 {
  width: 20%;

}

  .project-pages .section:first-of-type > div,
  .project-pages .section:nth-of-type(2) > div {
    padding: 0;
  }
  .project-pages .section:first-of-type > header {
    border-bottom: none;
    padding: unset;
  }
  .project-pages .section:first-of-type {
    margin-top: 0;
  }
  .project-pages .section:not(:first-of-type) > header {
    display: inline-block;
  }
  .project-pages .section > div {
    padding: unset;
  }
  .project-pages .section:last-of-type {
    margin-bottom: 0;
  }
  .cita-del-proyecto {
    padding: 0;
    margin: -2.63671875% auto 11.5234375% auto;
    width: 62.5%;
  }
  .seccion-de-proyecto {
    margin-bottom: 12.109375%;
  }
  .seccion-de-proyecto figcaption {
    display: block;
  }
  .seccion-de-proyecto figure:hover figcaption {
    opacity: 1;
  }
  .seccion-de-proyecto--double {
    flex-direction: row;
  }
  .contenedor-de-video {
	
	width: 100%!important;
  }
  .seccion-de-proyecto--double > *:last-of-type {
    margin-top: 0;

  }
  .seccion-de-proyecto--double figure {
    width: 50%;
  }
  .seccion-de-proyecto--double + .presentacion-de-diapositivas-del-proyecto,
  .seccion-de-proyecto--single + .presentacion-de-diapositivas-del-proyecto {
    margin-top: 0;
  }
  .seccion-de-proyectos {
    margin: 3.1875rem 0 0 0;
  }
  .seccion-de-proyectos
    > *:last-child:not(.presentacion-de-diapositivas-del-proyecto) {
    padding-bottom: 12.109375%;
  }
  .flickity-viewport {
    position: relative;
    min-height: unset !important;
    height: 100% !important;
  }
  .flickity-viewport:after {
    opacity: 0;
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.4375%;
  }
  .flickity-viewport > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .project-slide--spread {
    height: 100% !important;
    padding: 2.6rem 1.6rem 1.6rem 1.6rem;
  }
  .project-slide--spread > * {
    width: 73.24%;
    max-width: 1320px;
    max-height: 100%;
    height: 85vh;
  }
  .presentacion-de-diapositivas-del-proyecto--meta {
    border-bottom: 0;
    padding: 0.8859375rem 1.75rem 5.71875rem 1.75rem;
  }
  .presentacion-de-diapositivas-del-proyecto--counter {
    padding-top: 0;
    order: 0;
    width: 20.5818965518%;
  }
  .presentacion-de-diapositivas-del-proyecto dl {
    width: 39.7090517241%;
  }
  .presentacion-de-diapositivas-del-proyecto .image-credits dt,
  .presentacion-de-diapositivas-del-proyecto .image-details dt {
    width: 16.7571234735%;
  }
  .presentacion-de-diapositivas-del-proyecto .image-credits dt {
    margin-left: 38.75%;
  }
  .presentacion-de-diapositivas-del-proyecto + .seccion-de-proyecto--single,
  .presentacion-de-diapositivas-del-proyecto + .project-single--dbl {
    margin: -12.109375% 0 12.109375% 0;
  }
  .presentacion-de-diapositivas-del-proyecto + blockquote {
    margin: -6.5% auto 12.109375% auto;
  }
  .especificaciones-del-proyecto .section__column:nth-of-type(2) {
    float: left;
  }
  .projects a + img,
  .projects a + video {
    display: block;
  }
  .projects__list {

    padding-top: unset;
    padding-bottom: unset;
  }
  .projects__filters {
    bottom: 1.75rem;
    padding-top: unset;
    top: auto;
    width: 20.02%;
    z-index: 1;
  }
  .projects__filters p {
    width: 53.17%;
  }
  .projects__filters ul {
    width: 46.83%;
  }
  .section {
    flex-flow: row;
  }
  .encabezado-de-seccion {
    padding: 1.375rem 2.25rem 0 2.25rem;
    width: 38.1%;
  }
  .encabezado-de-seccion h2 {
    float: none;
  }
  .contenido-de-seccion {
    padding: 1.375rem 2.25rem 6.5626rem 2.25rem;
    width: 60.55%;
  }
  .section__project {
    padding: 1.125rem 1.75rem 1.4375rem 1.75rem;
  }
  .section__column {
    width: 25%;
  }
  .encabezado-de-seccion,
  .contenido-de-seccion {
    padding: unset;
  }
  .section__map {
    padding: 1.125rem 0;
    margin: 0 1.75rem;
  }
  .section__map .contenido-de-seccion {
    width: 62%;
  }
  .section__column--especificaciones-del-proyecto:first-of-type {
    width: 60.51%;
  }

  .section__column--especificaciones-del-proyecto {
    width: 39%;
  }
  #awards + .columnas-de-seccion .section__column {
    width: 25%;
  }
  #services + .contenido-de-seccion {
    padding: unset;
  }
  .section__map + .section {
    box-shadow: 0 -0.5px 0 0 #191919;
  }
  .collapsed {
    padding: 1.125rem 0 2rem 0 !important;
  }
  .collapsed .encabezado-de-seccion {
    display: block;
    padding: unset;
  }
  .collapsed .encabezado-de-seccion h2 {
    margin-top: unset;
  }
  #selected-clients + .contenido-de-seccion {
    padding: 0;
    width: 62%;
  }
  .single-right {
    padding: 0;
    margin: 0 3.85% 0 auto;
    width: 57.275%;
  }
  .icono-navegacion-sitio {
    height: 1.7rem;
    width: 1.7rem;
    float: left;
  }
  .icono-navegacion-sitio:before,
  .icono-navegacion-sitio:after {
    height: 1.7rem;
  }
  /* .navegacion-del-sitio-wrap div {
    display: block;
  } */
  .navegacion-del-sitio-wrap > ul {
    font-size: 3.89376rem;
    padding-left: 1.55rem;

  }
  .slide-text {
    max-width: 40.2rem;
  }
  .slide-text__smaller {
    max-width: 46.69rem;
  }
  .splash__logo {
    top: 47.5%;
    width: 42.39%;
  }
  .swiper-pagination {
    bottom: 1.15rem;
    font-size: 1.25rem;
  }
  .video-play {
    background-size: 7rem 9.4rem;
    height: 9.4rem;
    width: 7rem;
  }
  .index--row {
    display: grid;
    padding: 0.87rem 0;
  }
  .index--row__header {
    border-top: 2px solid #191919;
  }
  .index--row__header .index--row__info {
    display: block;
  }
  .index--row__project,
  .index--row__info {
    float: none;
    line-height: 1.5;
  }
  .index--row__project {
    grid-area: span 1 / span 5;
    margin-bottom: unset;
  }
  .index--row__info {
    grid-area: span 1 / span 9;
    font-family: "Univers", sans-serif;
    font-size: inherit;
  }
  .index--row__year {
    grid-area: span 1 / span 2;
    position: relative;
    padding: unset;
  }
  .index--row__thumbnail-video {
    height: 18rem;
    width: auto;
  }
  .index--row__discipline {
    display: block;
    grid-area: span 1 / span 4;
  }
  .index--row + .expansion {
    margin: 1rem 0 0 0;
  }
  .reduced {
    padding: 1.125rem 0 2rem 0 !important;
  }
  .wrap__section {
    padding: 1.125rem 0 4.0625rem 0;
    margin: 0 1.75rem;
  }
  .envoltorio_proyecto {
    padding: 1.125rem 1.75rem 0.8125rem 1.75rem;
  }
  .envoltorio_proyecto--extended {
    padding: 1.125rem 1.75rem 5.4375rem 1.75rem;
  }
  .wrap__index {
    padding: 0 1.75rem;
  }
  .wrap__horizontal {
    padding: 0 1.75rem;
  }
}

@media screen and (min-width: 750px),
  screen and (max-device-width: 414px) and (orientation: landscape) {
  .home-slide__video--inset video,
  .home-slide__landscape-centred img {
    width: 51.95%;
  }
  .home-slide__video--full-bleed .video-full-bleed {
    display: block;
  }
  .home-slide__half-bleed-right img,
  .home-slide__half-bleed-left img {
    display: block;
    width: 50%;
  }
  .home-slide__half-bleed-right img {
    margin: 0 0 0 auto;
  }
  .home-slide__half-bleed-left img {
    margin: 0 auto 0 0;
  }
  .home-slide__portrait-centred {
    display: flex;
  }
  .home-slide__portrait-centred img {
    max-height: 71vh;
    width: auto;
  }
  .home-slide__squarer-landscape-centred,
  .home-slide__large-portrait-offset-right,
  .home-slide__large-portrait-offset-left,
  .home-slide__small-landscape-left-large-portrait-right {
    display: flex;
    align-items: center;
  }
  .home-slide__squarer-landscape-centred img {
    width: 57.91%;
  }
  .home-slide__landscape-left-square-right img:first-of-type {
    display: inline-block !important;
    margin-top: 20%;
  }
  .home-slide__landscape-left-square-right img:last-of-type {
    display: inline-block !important;
  }
  .home-slide__small-landscape-left-large-portrait-right img:first-of-type {
    margin-left: 25.25%;
    width: 24.25%;
  }
  .home-slide__small-landscape-left-large-portrait-right img:last-of-type {
    margin-left: 11.4%;
    width: 32.66%;
  }
  .home-slide__video--full-bleed .video--full-bleed {
    display: block;
  }
  .home-slide__video--full-bleed .video--responsive {
    display: none;
  }
}

@media screen and (min-width: 750px),
  screen and (max-device-width: 737px) and (orientation: landscape) {
  .video-slide--full-bleed .full-bleed {
    display: block;
  }
  .video-slide--full-bleed .responsive {
    display: none;
  }
  .video-slide--inset video {
    width: 73.24%;
  }
}

@media screen and (min-width: 750px),
  screen and (max-device-width: 737px) and (orientation: landscape),
  screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .video-slide--inset video {
    padding: 1.8rem;
    max-height: 85vh;
    max-width: 1320px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 85vh;
  }
}

@media screen and (device-width: 768px) {
  footer p:first-of-type {
    width: 9.5%;
  }
  footer p:nth-of-type(2) {
    width: 19.5%;
  }
}

@media screen and (min-width: 768px) {
  .touchevents .reference-modal {
    position: absolute;
    transform: none;
  }
  .touchevents .reference-modal:nth-of-type(odd) {
    left: 13.37%;
    top: 2.9rem;
  }
  .touchevents .reference-modal:nth-of-type(even) {
    right: 8.05%;
    top: 12.05rem;
  }
}

@media screen and (min-width: 769px) {
  .index--row__project {
    grid-area: span 1 / span 5;
  }
  .index--row__info {
    grid-area: span 1 / span 8;
  }
  .index--row__year {
    grid-area: span 1 / span 3;
  }
}

@media screen and (min-width: 770px) {
  .home-slide__landscape-offset-right img {
    position: relative;
    margin-top: 6.67%;
    margin-left: 42.08%;
    width: 51.95%;
  }
  .home-slide__portrait-offset-right img,
  .home-slide__portrait-offset-left img {
    width: 24.25%;
  }
  .home-slide__portrait-offset-right img {
    margin-left: 58.91%;
  }
  .home-slide__portrait-offset-left img {
    margin-left: 16.83%;
  }
  .home-slide__medium-landscape-bottom-right {
    align-items: flex-end;
    display: flex;
    padding: 0 1.75rem 1.75rem 0;
  }
  .home-slide__medium-landscape-bottom-right img {
    width: 49.5%;
  }
  .home-slide__medium-landscape-bottom-right img {
    margin: 0 0 3rem auto;
  }
  .home-slide__large-portrait-offset-right img,
  .home-slide__large-portrait-offset-left img {
    width: 32.66%;
  }
  .home-slide__large-portrait-offset-right img {
    margin-left: 58.91%;
  }
  .home-slide__large-portrait-offset-left img {
    margin-left: 8.47%;
  }
  .home-slide__large-portrait-offset-right img,
  .home-slide__large-portrait-offset-left img,
  .home-slide__large-portrait-right {
    max-height: 71vh;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .home-slide__landscape-left-square-right img:first-of-type {
    margin-left: 16.83%;
    margin-top: unset;
    display: inline-block !important;
    width: 32.6%;
  }
  .home-slide__landscape-left-square-right img:last-of-type {
    margin-top: 19.72%;
    margin-left: 17.83%;
    display: inline-block !important;
    width: 24.25%;
  }
  .home-slide__small-landscape-left-large-portrait-right img:first-of-type {
    margin-left: 25.25%;
    width: 24.25%;
  }
  .home-slide__small-landscape-left-large-portrait-right img:last-of-type {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 71vh;
    margin-left: 11.4%;
    width: 32.66%;
  }
  .home-slide__portrait-bottom-left-portrait-top-right img:first-of-type {
    margin-top: unset;
    margin-left: unset;
    width: 25.35%;
    position: absolute;
    left: 8.05%;
    bottom: 10%;
  }
  .home-slide__portrait-bottom-left-portrait-top-right img:last-of-type {
    width: 38.75%;
  }
}

@media screen and (min-width: 850px) {
  .cookies__header {
    display: block;
  }
  .cookies__read-more,
  .cookies__accept {
    grid-area: span 1 / span 2;
  }
  .cookies__statement {
    grid-area: span 1 / span 11;
  }
  .cookies__read-more {
    grid-area: span 1 / span 3;
  }
}

@media screen and (min-width: 890px) {
  .contact__address address {
    margin-bottom: 0;
  }
  .contact__address p:not(:last-of-type) {
    margin-bottom: inherit;
  }
  .contact__telephone {
    display: block;
  }
  .contact__social {
    margin-top: unset;
  }
  #contact + .contenido-de-seccion .section__column {
    width: 28%;
  }
  .detail-mobile {
    display: none;
  }
  .detail-desktop {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font: 400 128%/1.2 "Univers", sans-serif;
  }
  .cookies__statement p {
    margin-top: 0.25rem;
  }
  .cookies__read-more,
  .cookies__accept {
    font-size: unset;
  }
}

@media screen and (min-width: 1135px) {
  .index__project {
    grid-area: span 1 / span 6;
  }
  .index__info {
    grid-area: span 1 / span 7;
  }
}

@media screen and (min-width: 1680px) {
  #contact + .contenido-de-seccion .section__column {
    width: 25%;
  }
}

@media screen and (min-width: 1850px) {
  html {
    font: 400 140%/1.2 "Univers", sans-serif;
  }
  .news-ticker__row {
    padding-top: 0;
  }
}

@media screen and (min-width: 1921px) {
  .projects .visible {
    line-height: 1.03;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .slide-text {
    max-width: 632px;
  }
}

@media screen and (min-width: 321px) and (max-height: 865px) {
  .projects__expanded {
    overflow-y: visible;
    max-height: 33.15rem;
    padding-top: 0rem !important;
  }
}

@media screen and (min-width: 1100px) and (max-height: 790px) {
  .projects__expanded {
    margin-top: 3rem;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 769px) {
  .projects__filters {
    bottom: 1.75rem;
    width: 30.02% !important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 769px) and (orientation: portrait) {
  .home-slide__video--inset video,
  .home-slide__landscape-centred img,
  .home-slide__squarer-landscape-centred img {
    width: 75%;
  }
  .home-slide__portrait-centred img {
    height: auto;
    width: 65%;
  }
  .home-slide__half-bleed-left img,
  .home-slide__half-bleed-right img {
    width: 100% !important;
  }
  .home-slide__landscape-centred img {
    width: 87.4%;
  }
  .home-slide__portrait-bottom-left-portrait-top-right img:first-of-type {
    margin-top: 50%;
  }
  #awards + .columnas-de-seccion {
    -moz-columns: 2 150px;
    columns: 2 150px;
    overflow: auto;
  }
  #awards + .columnas-de-seccion .section__column {
    width: 100%;
  }
  #awards + .columnas-de-seccion .section__column:first-of-type,
  #awards + .columnas-de-seccion .section__column:nth-of-type(3) {
    margin-bottom: 1.5rem;
  }
  #awards + .columnas-de-seccion .section__column > div {
    float: none;
  }
  .splash__logo {
    width: 75%;
  }
  .video-slide--inset video {
    padding: 0;
    width: 87.4%;
  }
}

@media screen and (min-device-width: 1023px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home-slide__video--inset video,
  .home-slide__portrait-offset-right img,
  .home-slide__portrait-offset-left img,
  .home-slide__landscape-offset-right img,
  .home-slide__landscape-centred img,
  .home-slide__squarer-landscape-centred img,
  .home-slide__medium-landscape-bottom-right img,
  .home-slide__portrait-bottom-left-portrait-top-right img,
  .home-slide__landscape-left-square-right img:first-of-type {
    height: auto;
    max-height: 71vh;
  }
}

@media screen and (min-width: 750px) and (max-height: 920px) {
  .home-slide__video--inset video,
  .home-slide__portrait-offset-right img,
  .home-slide__portrait-offset-left img,
  .home-slide__landscape-offset-right img,
  .home-slide__landscape-centred img,
  .home-slide__squarer-landscape-centred img,
  .home-slide__medium-landscape-bottom-right img,
  .home-slide__portrait-bottom-left-portrait-top-right img,
  .home-slide__landscape-left-square-right img:first-of-type {
    max-height: 71vh;
    height: auto;
  }
  .home-slide__landscape-offset-right img {
    align-self: flex-end;
  }
  .home-slide__landscape-left-square-right img:first-of-type {
    height: 50vh;
    max-height: 50vh;
    width: auto;
  }
  .home-slide__landscape-left-square-right img:last-of-type {
    height: 40vh;
    max-height: 40vh;
    width: auto;
  }
}

@media screen and (max-device-width: 1024px) {
  .expansion:hover {
    opacity: 1;
  }
  .project-hover__4,
  .project-hover__8 {
    bottom: 30px;
  }
  .projects a:hover {
    opacity: 1;
  }
  .icono-navegacion-sitio:hover {
    opacity: 1;
  }
  .index--row__hovered .index--row__thumbnail {
    display: block !important;
  }
  .index--row__thumbnail {
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
  }
  a.index--row img,
  a.index--row video {
    display: none;
  }
}

@media screen and (max-device-width: 769px) {
  .home-slides {
    height: 97vh;
  }
  .swiper-slide[data-mobile-ui="white"] {
    background-color: #000000;
  }
  .swiper-slide[data-mobile-ui="black"] {
    background-color: #191919;
  }
}

@media screen and (max-device-width: 769px) and (orientation: portrait) {
  .contact {
    min-height: 97vh;
  }
  .hide-mobile {
    display: none !important;
  }
  .ui-mobile-white .encabezado-del-sitio path {
    fill: #ffffff !important;
  }
  .ui-mobile-white .swiper-pagination,
  .ui-mobile-white .project-details__list li a {
    color: #ffffff !important;
  }
  .ui-mobile-white .icono-navegacion-sitio::before,
  .ui-mobile-white .icono-navegacion-sitio::after {
    background-color: #ffffff !important;
  }
  .ui-mobile-black .encabezado-del-sitio path {
    fill: #191919 !important;
  }
  .ui-mobile-black .swiper-pagination,
  .ui-mobile-black .project-details__list li a {
    color: #191919 !important;
  }
  .home-slide__full-bleed-mobile-landscape,
  .home-slide__full-bleed-mobile-portrait {
    display: block;
  }
  .home-slide__half-bleed-left img.home-slide__full-bleed-mobile-landscape,
  .home-slide__half-bleed-left img.home-slide__full-bleed-mobile-portrait,
  .home-slide__half-bleed-right img.home-slide__full-bleed-mobile-landscape,
  .home-slide__half-bleed-right img.home-slide__full-bleed-mobile-portrait {
    display: block;
  }
  .black {
    min-height: unset;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 769px),
  screen and (min-device-width: 1023px) and (max-device-width: 1024px) {
  .cookies__statement p {
    margin-top: 0.2rem;
  }
}

@media screen and (max-device-width: 737px) and (orientation: landscape) {
  .projects {
    position: absolute;
    height: 100%;
  }
  .projects__list {
    top: 30%;
    position: absolute;
    padding-bottom: 4.75rem;
    max-height: unset;
  }
  .video-slide--inset video {
    width: 53.24%;
  }
  .evitar-desbordamiento {
    overflow: visible;
  }
}

@media screen and (max-device-width: 414px) {
  .home-slides {
    height: 89.2vh;
  }
  .project-hover__4,
  .project-hover__8 {
    bottom: 60px;
  }
}

@media screen and (max-device-width: 414px) and (orientation: landscape) {
 
  .home-slides {
    height: 100vh;
  }
  .home-slide__video--inset video,
  .home-slide__landscape-centred img {
    width: 41.95%;
  }
  .home-slide__portrait-centred img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .home-slide__landscape-offset-right img {
    top: 1.75rem;
    margin-top: unset;
    margin-left: unset;
    position: absolute;
    right: 1.75rem;
    width: 58.26%;
  }
  .home-slide__portrait-offset-left img,
  .home-slide__portrait-offset-right img,
  .home-slide__large-portrait-offset-right img,
  .home-slide__large-portrait-offset-left img {
    width: 28.5%;
  }
  .home-slide__landscape-left-square-right img:first-of-type {
    margin-top: 10%;
    width: 42%;
    margin-left: 10%;
  }
  .home-slide__landscape-left-square-right img:last-of-type {
    margin-top: -15.28%;
    margin-left: 57.83%;
    width: 24.25%;
  }
  .home-slide__small-landscape-left-large-portrait-right img:first-of-type {
    margin-left: 11.25%;
    width: 34.25%;
  }
  .home-slide__small-landscape-left-large-portrait-right img:last-of-type {
    margin-left: 11.4%;
    width: 29.66%;
  }
  .home-slide__portrait-bottom-left-portrait-top-right img:first-of-type {
    margin-top: 10%;
    margin-left: 8.09%;
    width: 25.35%;
  }
  .home-slide__portrait-bottom-left-portrait-top-right img:last-of-type {
    width: 25%;
  }
}

@media screen and (max-device-width: 414px) and (orientation: portrait) {
  .contact {
    min-height: 88vh;
  }
  .cookie-policy .projects__filters {
    padding-top: 3.6rem;
  }
  .home-slide__portrait-centred img {
    height: 64.5vh;
    max-height: 64.5vh;
    width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-device-width: 414px),
  screen and (max-device-width: 769px) and (orientation: portrait),
  screen and (max-device-width: 1024px) and (orientation: landscape) {
  .home-slides {
    position: fixed;
  }
}

@media screen and (max-device-width: 376px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  html {
    font: 400 80%/1.2 "Univers", sans-serif;
  }
}

@media screen and (max-device-width: 321px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  html {
    font: 400 70%/1.2 "Univers", sans-serif;
  }
}

@media screen and (device-width: 414px) and (orientation: portrait) {
  html {
    font: 400 85%/1.2 "Univers", sans-serif;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .navegacion-del-sitio-wrap > ul {
    line-height: 0.7;
  }
}

.grid-b {
  font-size: 0;
  display: grid;
  grid-template-columns: calc(var(--lil-margin)) calc(
      2 * var(--big-margin) - var(--lil-margin)
    ) 1fr calc(var(--lil-margin)) 1fr calc(var(--lil-margin)) 1fr calc(
      2 * var(--big-margin) - var(--lil-margin)
    ) calc(var(--lil-margin));
  width: 100%;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

.main_title {
  /* text-align:center; */
  margin-bottom: 7.527241379310346vw;
  margin-top: 10vw;
  padding-right: 4vw;
  padding-left: 2vw;
}

.main_title p,
.main_title h1,
.main_title h2 {
  font-size: 3.45vw;
  line-height: 3.93vw;
  letter-spacing: -0.02em;
  margin: 0;
}

.values_container {
}

.values_list {
  /* your styles here */
}

.value_item {
  /* your styles here */
  margin-bottom: 5.172413793103448vw;
  padding-left: 2vw;
}

.clear {
  /* your styles here */
}

.value_item_title {
  /* your styles here */
  width: 42.89655172413793vw;
  font-size: 3.45vw;
  line-height: 3.93vw;
  float: left;
  transition-delay: 0.2s;
}

.value_item_text {
  width: auto;
  overflow: hidden;
  line-height: 125%;
  padding-top: 0.47vw;
  padding-right: 4vw;
}


.value_item_text p {
  /* your styles here */
  margin: 0;
}

#aboutstyle {
  background-color: #000000;
}

.grid-container {
  content: "";
  display: table;
  clear: both;
}

.mobilephone {
  max-width: 100%;
}

.grid-item {
  float: left;
  width: 33%;

  box-sizing: border-box;
  justify-content: space-evenly;
  justify-items: center;
  align-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .grid-item {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {


  .project-slide--inset-landscape,
  .project-slide--portrait,
  .project-slide--full-width-framed {
    padding: 1rem 10rem 5rem 10rem;
  }
}

#app {
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  cursor: grab;
}
#app .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#app a {
  text-decoration: none;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
}
#app img {

  position: absolute;
}

@media(max-width:480px){
  #app img {
    left: 50%!important;
    transform: translateX(-50%);
    object-fit: cover;
}
}

/* About us css */
.videologo-background video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
@media(min-width:768px){
  .videologo-background video {

    top: auto;
    left: -65px;

    height: auto;
    max-width: 650px;
    bottom: -40px;
  }
}
.about-holder {
  background-color: rgba(0,0,0,0.6);
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100vh;

}
.aboutgrid {
  color: #fff;
  max-width: 750px;

  line-height: 1.3;
  font-size: 0.80rem;
  padding-top: 5rem;
}

.aboutgrid a {
  vertical-align: baseline;
  border-bottom: 1px dotted;
}
.aboutgrid a:hover {
  border-color: transparent;
  color: #ddd;
}
.aboutgrid span {
  position: relative;
  z-index: 3;
}

@media(max-width:1099.98px){
  .aboutgrid {

    padding-top: 2rem;
  }
}

.hero-d {
  pointer-events: none;
}

.heading-project {
  margin-bottom: 0;
  font-family: "neue-haas-grotesk-text";
}
.subheading-project {

  font-family: "karmina"!important;
  font-style: normal!important;

}