@charset "UTF-8";
@import 'normalize.min.css';
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular.woff2") format("woff2"), url("/fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Bold.woff2") format("woff2"), url("/fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Italic.woff2") format("woff2"), url("/fonts/Inter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
html {
  background: #000000;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #F16049;
  text-shadow: none;
}

::selection {
  background: #F16049;
  text-shadow: none;
}

.accent ::-moz-selection {
  background: rgb(214.0285714286, 71.568537415, 48.9714285714);
}

.accent ::selection {
  background: rgb(214.0285714286, 71.568537415, 48.9714285714);
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #979797;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  background: #000000;
  color: #ffffff;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialias;
  -moz-osx-font-smoothing: grayscale;
}

* {
  scrollbar-color: #666666 #333333;
}

html.accent, html.accent * {
  scrollbar-color: #333333 #F16049;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666666;
  -webkit-box-shadow: none;
  border: 2px solid #666;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(25.5, 25.5, 25.5);
}

html.accent::-webkit-scrollbar-thumb, html.accent *::-webkit-scrollbar-thumb {
  background: rgb(166.6714285714, 61.9409863946, 45.3285714286);
  border: 2px solid #F16049;
}

html.accent::-webkit-scrollbar-thumb:window-inactive, html.accent *::-webkit-scrollbar-thumb:window-inactive {
  background: #F16049;
}

a:link {
  color: #ffffff;
}

a:visited {
  color: #ffffff;
}

a:focus, a:hover, a:active {
  font-weight: bold;
  color: #ffffff;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 50em) {
  .header .intro {
    display: none;
  }
}

@media screen and (min-width: 50em) {
  .hgallery .header {
    display: block;
    position: absolute;
    padding: 0;
    left: 1.5em;
    top: 0;
    width: 15.625em;
    margin-right: 2em;
    z-index: 3;
  }
}
.sitelogo {
  width: auto;
}
@media screen and (max-width: 50em) {
  .sitelogo {
    margin: 1.5em 0 1.875em 1.5em;
    height: 2.25em;
    height: 3.5em;
  }
}
@media screen and (min-width: 50em) {
  .sitelogo {
    margin: 1.5em 0;
    height: 4.5em;
    height: 6.875em;
  }
}

.btn-nav, .btn-close {
  border: 0;
  background: none;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
@media (min-width: 50em) {
  .btn-nav, .btn-close {
    display: none;
  }
}

.btn-nav {
  text-align: right;
  margin-right: 2em;
}

.btn-close {
  position: absolute;
  right: 1.5em;
  top: 2em;
}

@media screen and (max-width: 50em) {
  nav {
    position: fixed;
    background: #F16049;
    width: 100vw;
    height: 100vh;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
  nav.is-open {
    display: block;
    opacity: 1;
  }
}

nav ul {
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.125em;
  margin-top: 2.4em;
}
nav ul a {
  text-decoration: none;
}
nav ul.social a {
  text-decoration: underline;
}
@media screen and (max-width: 50em) {
  nav ul {
    padding: 0 1.5em;
    font-size: 1.2em;
    line-height: 1.8;
  }
}

h1 {
  margin-top: 2.5rem;
}

nav li {
  margin: 1px 0;
}

.nav-sub::before {
  content: url(/img/ic-subnav.png);
  width: 1.563em;
  height: 1.563em;
  display: inline-block;
}
@media screen and (max-width: 50em) {
  .nav-sub::before {
    content: url(/img/ic-subnav-mob.png);
  }
}

/*
.nav-archivo::before {
  content: '';
  width: 1px;
  height: 2.125em;
  background: $col-accent;
  display: block;
}
*/
.intro {
  font-size: 0.875em;
}

.logo {
  display: none;
}
@media screen and (min-width: 50em) {
  .logo {
    display: block;
    position: fixed;
    top: 20em;
    left: 17em;
    z-index: 4;
  }
}

@media screen and (max-width: 50em) {
  .hgallery {
    display: -ms-grid;
    display: grid;
    height: 100vh;
        grid-template-areas: "header" "gallery";
  }
  .hgallery .header {
    grid-area: header;
    height: 7em;
  }
  .hgallery .gallery {
    grid-area: gallery;
  }
}

@media screen and (max-width: 50em){
  .hgallery .header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hgallery .gallery {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

.fixed-bottom {
  display: none;
}
@media screen and (min-width: 50em) {
  .fixed-bottom {
    width: 21em;
    display: block;
    position: fixed;
    bottom: 2em;
    left: 1.5em;
    z-index: 10;
  }
}
@media screen and (max-height: 42em) {
  .fixed-bottom {
    display: none;
  }
}
.fixed-bottom .intro {
  max-width: 17em;
}

.social {
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.125em;
  margin-top: 2.4em;
}
.social a {
  text-decoration: underline;
}

/*.fotografo {
	height: 2.3rem;
}*/
.scroll {
  font-size: 0.875em;
  color: #ffffff;
  margin-left: 2.5em;
  position: relative;
  top: 0.7em;
}
.scroll img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.5em;
}

.gallery {
  scrollbar-color: black #000000;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*height: 80vh;*/
  width: 100vw;
}
@media screen and (max-width: 50em) {
  .gallery {
    background: url(/img/arrow-right.svg) bottom 1.5em right 1.5em no-repeat;
  }
}
@media screen and (min-width: 50em) {
  .gallery {
    padding-left: 18.8em;
    width: calc(100vw - 18.8em);
    height: 100vh;
  }
}
.gallery::-webkit-scrollbar-track {
  background: #000000;
}

.clip {
  display: none;
}
@media screen and (min-width: 50em) {
  .clip {
    display: block;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 2em;
    width: 18.8em;
    z-index: 2;
  }
}

.photo {
  margin: 0 1.563em 0 0;
  width: auto;
  height: 100%;
}
.photo:first-child {
  margin: 0 1.563em;
}
@media screen and (min-width: 50em) {
  .photo {
    margin: 2.5em 1.563em 0 0;
    height: calc(95vh - 2.5em);
  }
  .photo:first-child {
    margin: 2.5em 1.563em 0 0;
  }
}
.photo a {
  text-decoration: none;
  height: 100%;
}
.photo p {
  display: inline-block;
}
.photo img {
  display: block;
  height: 90%;
  width: auto;
}
.photo .title, .photo .tag {
  text-transform: uppercase;
  font-size: 0.875em;
}
.photo .title::after {
  content: "";
  width: 3.75em;
  height: 1px;
  background: #F16049;
  line-height: 1em;
  vertical-align: middle;
  display: inline-block;
  margin: 0 1em;
}

.accent, .accent body, .accent .clip {
  background: #F16049;
  color: #000;
}
.accent body, .accent a:link, .accent a:visited, .accent a:focus, .accent a:hover, .accent a:active, .accent .scroll, .accent body body, .accent body a:link, .accent body a:visited, .accent body a:focus, .accent body a:hover, .accent body a:active, .accent body .scroll, .accent .clip body, .accent .clip a:link, .accent .clip a:visited, .accent .clip a:focus, .accent .clip a:hover, .accent .clip a:active, .accent .clip .scroll {
  color: #000;
}

.col2 .sidebar {
  height: 7em;
}
.col2 .content {
  margin: 0 1.5em;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 50em) {
  .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .col2 .sidebar {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15em;
            flex: 0 0 15em;
    position: relative;
    margin-left: 1.5em;
    display: block;
  }
  .col2 .header {
    display: block;
    position: fixed;
    left: 1.5em;
    top: 0;
    width: 15em;
    z-index: 10;
  }
  .col2 .content {
    margin-top: 1.5em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100vw - 26em);
            flex: 0 0 calc(100vw - 26em);
  }
}

.soy, .portrait {
  text-transform: uppercase;
  font-size: 3.125em;
  line-height: 1.2;
}

.soy::after {
  content: "";
  width: 1px;
  height: 10rem;
  background: #000;
  display: block;
  margin-top: 3.688rem;
}

@media screen and (max-width: 66.75em) {
  .soy, .portrait::after {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .portrait img {
    width: 100%;
    height: auto;
  }
  .contact-info {
    margin: 2em 0;
  }
  .soy::after {
    height: 3.5em;
  }
}
@media screen and (min-width: 66.75em) {
  .about-pn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 60em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .portrait {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .portrait img {
    width: 60%;
    height: auto;
    max-width: 573px;
  }
  /*.portrait::after {
  	content: "Hola, ";
  	display: inline-block;
  	vertical-align: bottom;
  	position: relative;
  	top: 7px;
  	line-height: 1;
  }*/
  .contact-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
    margin-top: 1rem;
  }
  .soy {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    margin-top: 1rem;
    /*span {
    	display: none;
    }*/
  }
}
.about-text {
  max-width: 60em;
}
@media screen and (min-width: 66.75em) {
  .about-text {
    padding-left: 7.375rem;
  }
}

.blurb {
  margin-bottom: 4.5rem;
}
.blurb p {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 2.875rem;
}
.blurb p:first-child, .blurb p:nth-child(2) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.blurb p:last-child {
  margin-bottom: 0;
}

.blurb-en {
  margin: 5rem 0 4.5rem;
}
.blurb-en h4 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 0;
}
.blurb-en h4::after {
  content: "";
  width: 1px;
  height: 5rem;
  background: #000;
  display: block;
  margin-top: 1.125rem;
  margin-bottom: 1.2rem;
}
.blurb-en p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.credits {
  margin: 3rem 0 1.5rem;
  font-size: 0.875em;
}

.content h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 3.125em;
  margin: 0.5rem 0;
  line-height: 1.2;
  margin-bottom: 3.375rem;
}

.content h3 {
  font-weight: normal;
  font-size: 1.125em;
}

.hero {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.7em;
}

.blog {
  margin-top: 0;
}

.blog-title {
  max-width: 670px;
}

.post-title {
  max-width: 705px;
}

.blog p {
  max-width: 815px;
}

.entries {
  list-style: none;
  padding: 0;
  margin: 3.125rem 0;
  font-size: 1.375rem;
}
.entries li {
  margin: 0 0 4px 0;
}
.entries a {
  text-decoration: none;
}

.blog-nav {
  font-size: 1.375rem;
  text-transform: uppercase;
}

.post-content p:first-child {
  font-size: 1.375em;
}

.blog-post-gallery {
  margin: 4em 0;
}
.blog-post-gallery img {
  display: block;
  margin-bottom: 1.563em;
  width: 100%;
  height: auto;
}
.blog-post-gallery img:last-child {
  margin-bottom: 0;
}

.series-entries {
  list-style: none;
  margin: 4rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
  max-width: 87.5em;
}
.series-entries li {
  -webkit-box-flex: calc(50% - 1.5em);
      -ms-flex: calc(50% - 1.5em) 0 0px;
          flex: calc(50% - 1.5em) 0 0;
}
.series-entries h3 {
  margin: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.series-entries h3 span {
  white-space: nowrap;
  margin-right: 10px;
}
.series-entries h3 span.deco {
  margin: 0;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #F16049;
  display: block;
}
.series-entries a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.series-entries img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 75em) {
  .series-entries li {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
}

.series-summary {
  max-width: 60em;
}

.twocol-grid, .series-gallery {
  margin: 4rem 0;
  padding: 0;
  max-width: 87.5em;
}
.twocol-grid div, .series-gallery div {
  margin-bottom: 4%;
}
.twocol-grid img, .series-gallery img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 75em) {
  .twocol-grid, .series-gallery {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}

.prints h2, .series h2 {
  font-size: 2.125em;
}

.prints {
  overflow: hidden;
}

.impresiones-entries {
  list-style: none;
  margin: 4rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
  max-width: 87.5em;
}
.impresiones-entries a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.impresiones-entries a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #F16049;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.impresiones-entries a:hover::before {
  right: 0;
}
.impresiones-entries img {
  width: 100%;
  height: auto;
}
.impresiones-entries li {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .impresiones-entries li {
    width: auto;
  }
  .impresiones-entries img {
    height: 25vw;
    width: auto;
  }
}

@media screen and (min-width: 50em) {
  .slick div {
    margin: 0 8px;
  }
}

.slick img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 50em) {
  .slick img {
    max-height: 400px;
  }
}

.slick__nav {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
}

.slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.slick-prev:before {
  content: url(/img/ic-glide-arrow-left.svg);
}

.slick-next:before {
  content: url(/img/ic-glide-arrow-right.svg);
}

.slick-arrow, .slick-dots button {
  border: 0;
  background: 0;
}

.slick-dots {
  list-style: none;
  margin: 0 1em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  color: transparent;
}

.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #F16049;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.85;
  color: #F16049;
}

/*.glide img, .slick img {width: 100%; height: auto;max-height: 400px;} 
.glide__arrows {
	display: flex;
	width: 20em;
	margin: 2em 0;
	justify-content: flex-start;
	align-content: center;
}*/
.impresiones-info, .impresiones-contacto {
  max-width: 70em;
  margin-top: 3em;
}

.impresiones-info p {
  line-height: 1.5;
}

.impresiones-metadata {
  list-style: none;
  margin: 2em 0;
  padding: 0;
}
.impresiones-metadata li {
  margin: 0.5em 0;
}

.impresiones-contacto__heading {
  text-transform: uppercase;
}
.impresiones-contacto__heading h3 {
  font-size: 2em;
  margin: 1rem 0;
}
.impresiones-contacto__heading a {
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .impresiones-contacto__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}