@charset "UTF-8";
@font-face {
  font-family: 'Flama Semibold';
  src: url("/public/Mirarnos-a-los-ojos/fonts/Flama-Semibold.woff");
}

@font-face {
  font-family: 'Bembo Italic Osf';
  src: url("/public/Mirarnos-a-los-ojos/fonts/Bembo-Italic-Osf.woff");
}

@font-face {
  font-family: 'Flama Regular';
  src: url("/public/Mirarnos-a-los-ojos/fonts/Flama-Regular.woff");
}

@font-face {
  font-family: 'Flama Basic';
  src: url("/public/Mirarnos-a-los-ojos/fonts/Flama-Basic.woff");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:visited {
  color: inherit;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

fieldset {
  padding: 0;
  border: none;
}

input, input[type="text"], input[type="button"], input[type="submit"] {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  border: none;
  background: transparent;
}

input:focus, input[type="text"]:focus, input[type="button"]:focus, input[type="submit"]:focus {
  outline: none;
}

button {
  padding: 0;
}

textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 12px;
  border: none;
  background: transparent;
  resize: none;
}

textarea:focus {
  outline: none;
}

span:focus {
  outline: none;
}

select {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  background: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
}

select:focus {
  outline: none;
}

nav {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media (min-width: 680px) {
  nav {
    right: 5vw;
    top: 4vw;
  }
}

nav.menu span {
  cursor: pointer;
  font-size: 15px;
  position: relative;
}

@media (min-width: 680px) {
  nav.menu span {
    font-size: 1.4vw;
  }
}

nav.menu span:after {
  content: '';
  position: absolute;
  background: white;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
}

nav.menu span:hover:after {
  content: '';
}

#menu {
  position: fixed;
  width: 100%;
  background: black;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  padding: 5vw;
  display: none;
}

@media (min-width: 400px) {
  #menu {
    display: block;
  }
}

#menu h1 {
  margin-top: 0;
  color: #fff;
}

#menu img {
  width: 10%;
  margin-bottom: 4vh;
}

#menu ul {
  margin: 0;
}

@media (min-width: 680px) {
  #menu ul {
    margin: 8vh 0 4vh 18vw;
  }
}

#menu ul li a {
  font-family: 'Flama Basic', serif;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
  color: #fff;
  text-align: center;
  /*&:hover {
          color: #1A1A1A;// white;
        }*/
}

@media (min-width: 680px) {
  #menu ul li a {
    font-size: 6vh;
    text-align: left;
  }
}

/*Behaviour Hover on “Everything But”*/
.link {
  opacity: 1.0;
}

.link:hover {
  opacity: 0.2;
}

.menu:hover > .link {
  opacity: 0.2;
}

.menu:hover > .link:hover {
  opacity: 1.0;
}

.page nav.menu span:after {
  content: '';
  background: #333333;
}

.select .fa-angle-down {
  position: absolute;
  z-index: 1;
  top: 1px;
  font-size: 14px;
  width: 11px;
  right: -15px !important;
}

.language {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'Flama Regular', sans-serif;
  z-index: 1;
}

.language li {
  display: inline-block;
}

@media (min-width: 680px) {
  .language {
    right: 10vw;
    top: 4.19vw;
    font-size: 1.2vw;
  }
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Flama Regular', sans-serif;
  color: white;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

@media (min-width: 400px) {
  body {
    overflow: auto;
  }
}

em {
  font-family: 'Bembo Italic Osf', serif;
  font-weight: 300;
  display: block;
  text-transform: none;
}

.home .container {
  height: 100%;
}

.container {
  width: 100%;
}

.container .content {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}

@media (min-width: 680px) {
  .container .content {
    padding: 4vw 5vw 1vw 5vw;
  }
}

.container .content .land {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #333;
  color: white;
}

@media (min-width: 400px) {
  .container .content .land {
    display: none;
  }
}

.container .content .land .cont-logo {
  text-align: center;
}

.container .content .land .cont-logo svg {
  margin-bottom: 10px;
}

.volver {
  max-width: 9vw;
  display: block;
  font-size: 2vw;
  z-index: 11;
  position: absolute;
}

.volver p {
  font-weight: 600;
}

.volver em {
  font-size: 1.8vw;
  line-height: 45px;
}

.volver.white {
  color: white;
}

.logo {
  position: absolute;
  max-width: 65px;
  height: auto;
  z-index: 11;
  bottom: 40px;
}

@media (min-width: 680px) {
  .logo {
    max-width: 100px;
  }
}

.logo svg {
  width: 100%;
  height: auto;
}

/*.cont-arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  //padding: 40px;
  width: 100%;
  height: 100%;

  .arrow {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    word-spacing: -2px;

    p {
      font-size: 14px;
      white-space: nowrap;
    }
    em {
      font-size: 14px;
    }

    &.left {
      left: 20px;
      flex-direction: column;
      align-items: flex-start;

      @media (min-width: 680px) {
        left: 40px;
      }

      svg, img {
        margin-bottom: 10px;
        width: 60px;
        height: auto;
      }
    }
    &.right {
      right: 20px;
      flex-direction: column;
      align-items: flex-end;

      @media (min-width: 680px) {
        right: 40px;
      }

      svg, img {
        margin-bottom: 10px;
        width: 60px;
        height: auto;
      }
    }
    &.top {
      top: 20px;
      align-items: center;
      width: 75px;

      @media (min-width: 680px) {
        top: 80px;
      }

      svg, img {
        margin-right: 10px;
        width: auto;
        height: 60px;
      }
    }
    &.bottom {
      bottom: 20px;
      align-items: center;
      width: 75px;

      @media (min-width: 680px) {
        bottom: 80px;
      }

      svg, img {
        margin-right: 10px;
        width: auto;
        height: 60px;
      }
    }
  }
}*/
.page {
  background: white;
  color: #333333;
}

.link {
  opacity: 1.0;
}

.link:hover {
  opacity: 0.2;
}

.artists-list:hover > .link {
  opacity: 0.2;
}

.artists-list:hover > .link:hover {
  opacity: 1.0;
}

#menu h1:after {
  background: #fff;
}

.autobim h1 {
  color: #000;
  width: 100vw;
  margin-top: 25vh;
  text-align: center;
  left: 0;
  font-size: 4vw;
}

.autobim h1 em {
  font-size: 5.5vw;
  display: inline;
}

.autobim h1:after {
  display: none;
}

.autobim p {
  color: #000;
  font-size: 1.5vw;
  line-height: 2vw;
  text-align: left;
  width: 60vw;
  margin-left: 20vw;
  margin-bottom: 5vh;
}

.autobim a {
  display: block;
  color: #000;
  width: 100vw;
  text-align: center;
  font-family: 'Flama Regular', sans-serif;
  font-size: 1.5vw;
  text-decoration: underline;
}

.team h1 {
  margin: 0;
}

.team h2 {
  font-family: 'Flama Regular', sans-serif;
  color: #6D6D6D;
  font-size: 1.6vw;
  line-height: 4vh;
}

.team .organization {
  margin: 12vh 0 0 18vw;
}

.team h3 {
  color: #6D6D6D;
  display: inline;
}

.team em {
  font-size: 1.6vw;
}

.team .columns {
  margin: 0vh 15vw 5vh 18vw;
}

.team .no-line:after {
  display: none;
}

.team .thanks {
  margin: 6vh 15vw 8vh 18vw;
}

.team .logos {
  background-color: #1A1A1A;
  padding: 5vw 3vw 5vw 3vw;
}

.team .logos h1 {
  font-family: 'Flama Basic', sans-serif;
  left: 0;
  font-size: 2vw;
  color: #fff;
  padding: 3vh 2vw 3vh 2vw;
  text-transform: uppercase;
}

.team .logos h1:after {
  display: none;
}

.team .logos .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team .logos .row div {
  flex: 1 1 20vw;
  flex: 0 1 20vw;
}

.team .logos .row div img {
  padding: 2vw;
}

.about h1 {
  margin: 0;
}

.about p {
  color: #6D6D6D;
  font-size: 1.5vw;
  line-height: 2vw;
  text-align: left;
  margin-right: 3vw;
}

.about em {
  color: #000;
  font-size: 2vw;
  display: inline;
}

section.artists-list, section.roads-list, section.about {
  position: relative;
  text-align: justify;
}

@media (min-width: 680px) {
  section.artists-list, section.roads-list, section.about {
    margin: 15vh 5vw 5vw 18vw;
  }
}

section.artists-list:after, section.roads-list:after, section.about:after {
  content: '';
  width: 25px;
  height: 100%;
  display: block;
  position: absolute;
  left: 53px;
  top: 75px;
  background-size: 75%;
  border-left: solid 5px;
}

@media (min-width: 680px) {
  section.artists-list:after, section.roads-list:after, section.about:after {
    width: 36px;
    height: 554px;
    left: -4vw;
    top: 0vh;
    background-size: cover;
  }
}

section.artists-list a, section.roads-list a, section.about a {
  cursor: pointer;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  font-family: 'Flama Basic', sans-serif;
}

@media (min-width: 680px) {
  section.artists-list a, section.roads-list a, section.about a {
    font-size: 7vh;
  }
}

section.artists-list a em, section.roads-list a em, section.about a em {
  text-transform: none;
  display: inline-block;
}

section h1 {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  position: relative;
  display: table;
  padding-bottom: 10px;
  font-family: 'Flama Regular', sans-serif;
  /*margin-top: 80px;*/
  margin-top: 5vw;
}

@media (min-width: 680px) {
  section h1 {
    font-size: 3vw;
    top: 0vw;
    left: 18vw;
  }
}

section h1:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}

section h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 7vh;
  display: flex;
  padding-top: 30px;
  text-transform: uppercase;
}

@media (min-width: 680px) {
  section h2 {
    font-size: 40px;
  }
}

section p {
  font-size: 14px;
  padding-bottom: 5px;
  font-family: 'Flama Regular', sans-serif;
}

.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 680px) {
  .btn-close {
    width: 30px;
    height: 30px;
    right: 5vw;
    top: 4vw;
  }
}

.btn-close:after {
  content: '';
  width: 1px;
  height: 100%;
  transform: rotate(45deg);
  background: white;
}

.btn-close:before {
  content: '';
  width: 1px;
  height: 100%;
  transform: rotate(-45deg);
  background: white;
}

.btn-close:hover {
  color: white;
}

.show {
  opacity: 1;
  visibility: visible;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.caption {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100% - 40px);
}

@media (min-width: 680px) {
  .caption {
    width: calc(100% - 80px);
  }
}

.caption .cont-caption {
  font-size: 20px;
}

@media (min-width: 680px) {
  .caption .cont-caption {
    font-size: 25px;
  }
}

.caption .cont-caption .title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  opacity: .8;
}

@media (min-width: 680px) {
  .caption .cont-caption .title {
    font-size: 25px;
  }
}

/* single */
.columns {
  display: grid;
  grid-column: 1;
  -moz-column-gap: 100px;
       column-gap: 100px;
  grid-template-columns: 1fr;
  margin: 40px 100px 0;
  position: relative;
}

@media (min-width: 680px) {
  .columns {
    grid-column: 2;
    grid-template-columns: 1fr 1fr;
    margin: 8vh 18vw 0 18vw;
  }
}

.columns:after {
  content: '';
  width: 25px;
  height: 100%;
  display: block;
  position: absolute;
  left: 53px;
  top: 75px;
  background-size: 75%;
  border-left: solid 5px;
}

@media (min-width: 680px) {
  .columns:after {
    width: 36px;
    height: 450px;
    left: -4vw;
    top: 0vh;
    background-size: cover;
    background-position: bottom;
  }
}

.columns .column {
  width: 100%;
}

.columns .column span {
  font-family: 'Flama Basic', sans-serif;
  font-size: 3vh;
  font-weight: 500;
  padding-bottom: 4px;
  margin-bottom: 5px;
  display: table;
  position: relative;
}

.columns .column span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}

.columns .column p {
  color: #6D6D6D;
  font-size: 3vh;
  line-height: 4vh;
}

.columns .column p span {
  font-family: 'Flama Regular', sans-serif;
  display: inline;
}

.columns .column p span:after {
  content: none;
}

.web {
  padding: 20px 0;
}

.web span {
  display: table;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}

.web span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.web a {
  text-transform: uppercase;
  color: #F08050;
  font-size: 14px;
}

.subtitle {
  background: #1A1A1A;
  color: black;
  padding: 10px;
}

.subtitle h3 {
  text-transform: uppercase;
  position: relative;
  display: table;
  padding-bottom: 5px;
}

.subtitle h3:after {
  content: '';
  position: absolute;
  background: black;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  background: black;
}

.gallery .column {
  width: 100%;
  position: relative;
}

@media (min-width: 680px) {
  .gallery .column {
    width: 50%;
  }
}

.gallery .column .caption {
  color: white;
  flex-wrap: wrap;
  z-index: 1;
  bottom: 40px;
  right: 20px;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  width: auto;
}

.gallery .column .caption h4 {
  padding-bottom: 5px;
}

.filtro {
  position: absolute;
  width: 100%;
  background-color: #F08050;
  height: 100%;
  mix-blend-mode: multiply;
}

.splash {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover !important;
}

.container footer {
  width: 100%;
  background: #1a1a1a;
  padding: 40px;
  height: auto;
  display: none;
}

@media (min-width: 400px) {
  .container footer {
    display: block;
  }
}

.container footer .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.container footer .social a {
  color: black;
}

.container footer .social a.mail {
  margin-right: 30px;
}

.container footer .social ul {
  display: flex;
  flex-wrap: wrap;
}

.container footer .social ul li a {
  font-size: 25px;
  padding: 0 10px;
}

.container footer .content {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding: 0px;
}
