@charset "UTF-8";
:root {
  --serif-font: "serif";
  --sans-font: "sans-serif";
}

* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: "Hanken Grotesk", cursive;
  cursor: default;
}

.font_3 {
  font-family: "Hanken Grotesk";
  transition: 0.4s;
  opacity: 0;
}

.font_4 {
  font-family: "Hanken Grotesk", cursive;
  transition: 1s;
  opacity: 0;
}

.bodyIndex {
  background-color: #E9E9E9;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  overflow-x: hidden !important;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

i {
  font-size: 1.5vw;
  color: rgba(255, 255, 255, 0.6588235294);
  cursor: pointer;
  transition: 0.3s;
}
i:hover {
  color: #1B1717;
}

#info h3,
.menu_cont p {
  font-family: "Hanken Grotesk", cursive;
}

h1 {
  font-size: 7vw;
  line-height: 100%;
  color: #1B1717;
  font-weight: 600;
}

h2 {
  font-size: 4em;
  color: #1B1717;
  font-weight: 400;
  line-height: 90%;
}

@media screen and (max-width: 900px) {
  h2 {
    font-size: 3em;
  }
}
h3 {
  font-size: 1.5em;
  font-weight: 200;
  color: #1B1717;
}

p {
  font-size: 1.5em;
  font-weight: 40000;
  color: #1B1717;
}

.flex {
  display: flex;
  flex-direction: column;
}

#menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  top: 0;
  gap: 20px;
  height: 8vh;
  width: 100%;
  z-index: 2000;
  mix-blend-mode: difference;
}

.menu-buttons {
  width: 100%;
  display: flex;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
}
.menu-buttons > li:first-child {
  margin-right: auto;
}
.menu-buttons .aboutproyectos {
  margin-left: 40px;
}
.menu-buttons > li > a > p {
  transition: 0.3s;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6588235294);
}
.menu-buttons > li > a > p:hover {
  opacity: 1;
  color: white;
}
.menu-buttons > a {
  display: flex;
  align-items: center;
}

#icon_menu {
  position: fixed;
  display: none;
  height: 6.5vh;
  align-items: center;
  padding: 20px;
  z-index: 20;
  right: 0;
}
#icon_menu i {
  font-size: 30px;
}

#menu > #close {
  display: none;
}

@media screen and (max-width: 900px) {
  #icon_menu {
    display: block;
  }
  #menu {
    left: -100%;
    transition: 0.5s;
    height: 100vh;
    z-index: 10000;
    padding: 0;
    mix-blend-mode: normal;
  }
  #menu ul {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #E9E9E9;
    width: 100%;
    font-size: 2vw;
  }
  #menu ul li {
    width: 100%;
    list-style: none;
    padding-bottom: 3em;
    padding-top: 3em;
    margin: 0;
  }
  #menu ul li a {
    font-size: 2em;
  }
  #menu ul li a p {
    width: 30%;
    color: #1B1717;
    font-size: 3em;
    animation: slide 2s ease-in-out infinite;
  }
  #menu ul .home_button {
    display: none;
  }
  #menu ul .menuborder {
    border-bottom: 0.5px solid grey;
  }
  #menu #close {
    display: block;
    position: absolute;
    top: 0.3em;
    right: 0.5em;
    padding: 20px;
  }
  #menu #close i {
    color: #1B1717;
    font-size: 30px;
  }
}
header {
  width: 100%;
  height: 150vh;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
header .text_box {
  position: sticky;
  top: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}
header .container {
  position: sticky;
  top: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
header .container .box {
  justify-content: center;
  width: 100%;
  position: absolute;
  z-index: 0;
  display: flex;
  flex-direction: row;
  gap: 6%;
}
header .container .box img {
  width: 20vw;
}

.hiddenheader {
  display: none;
}

@media screen and (max-width: 900px) {
  header {
    height: 100vh;
    z-index: 1;
  }
  header .text_box {
    position: relative;
    margin-top: 8vh;
    z-index: 1;
  }
  header .container {
    psoition: relative;
    margin-top: 50vh;
  }
  header .container .box {
    position: relative;
  }
  header .container .box img {
    width: 40vw;
  }
}
main {
  width: 100%;
  z-index: 1;
  background-color: #E9E9E9;
}

.texto_carteles {
  text-align: left;
}
.texto_carteles > h1 {
  margin-top: 12%;
  margin-bottom: 6%;
}

#work {
  width: 90vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 2%;
  padding-left: 2%;
}

#gallery {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
  margin: 0;
  padding: 2%;
  border: none;
  overflow: hidden;
  z-index: 10;
}
#gallery .seijaku {
  width: 38%;
  height: 45vh;
}
#gallery .lienzoinf {
  width: 59%;
  height: 45vh;
}
#gallery .normal {
  width: 97%;
  height: 45vh;
}
#gallery .mala {
  width: 44%;
  height: 45vh;
}
#gallery .eww {
  width: 53%;
  height: 45vh;
}
#gallery .dva {
  width: 38%;
  height: 45vh;
}
#gallery .wbesd {
  width: 38%;
  height: 45vh;
}
@media screen and (max-width: 900px) {
  #gallery #work {
    padding-right: 3%;
    padding-left: 3%;
  }
  #gallery .mobile {
    width: 100%;
    height: 40vh;
    margin: 3%;
  }
  #gallery .mobile figure {
    width: 100%;
    height: 40vh;
  }
  #gallery .mobile .overlay {
    width: 100%;
    height: 40vh;
  }
}
#gallery > div {
  position: relative;
  background-color: #1B1717;
  transition: 1.5s;
  border-radius: 8px;
  margin-top: 2%;
  flex: 1 1 auto;
  z-index: 10;
  overflow: hidden;
}
#gallery > div > figure {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  margin: 0;
}
#gallery > div > figure > img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery > div .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.7s ease;
  background-color: #1B1717;
  z-index: 100;
}
#gallery > div .overlay > h3 {
  color: #E9E9E9;
}
#gallery > div:hover .overlay {
  opacity: 0.9;
}
@media screen and (max-width: 700px) {
  #gallery .mobile {
    width: 100%;
    height: 25vh;
    margin: 3%;
    border-radius: 8px;
  }
  #gallery .mobile figure {
    width: 100%;
    height: 25vh;
  }
  #gallery .mobile .overlay {
    width: 100%;
    height: 25vh;
  }
}

.bodysj {
  background-color: #e5d9de;
}
.bodysj h3 {
  color: #3716bb;
}
.bodysj h3 .aseij {
  color: #3716bb;
}

.bodyminimal {
  background-color: #E9E9E9;
}
.bodyminimal h3 {
  color: #1B1717;
}

.bodyeww {
  background-color: black;
  height: auto;
}
.bodyeww h3 {
  color: #E9E9E9;
}
.bodyeww h3 .aeww {
  color: #E9E9E9;
  text-decoration: underline;
  cursor: pointer;
}
.bodyeww h1 {
  color: #E9E9E9;
}
.bodyeww .imgs_first {
  margin-top: 9%;
  margin-bottom: 3%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 95%;
}
.bodyeww .imgs_first figure {
  height: 50vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodyeww .imgs_first .videoseij {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.bodyeww .imgs_first .videoseij iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bodyProyectos {
  height: auto;
  width: 100vw;
  overflow-x: hidden;
}
.bodyProyectos img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow-x: hidden;
}
.bodyProyectos i {
  /* ICONOS FONT AWESOME */
  font-size: 1.1vw;
  color: rgba(255, 255, 255, 0.6588235294);
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.bodyProyectos i:hover {
  color: #1B1717;
}
.bodyProyectos h1 {
  /* SOLO TITULAR DEL HEADER */
  font-family: "Hanken Grotesk", cursive;
  font-size: 10vw;
  line-height: 130%;
  color: transparent;
  background-color: transparent;
  text-shadow: 0 0 0 black;
  font-weight: 60000;
}
.bodyProyectos h2 {
  /* HEADER & MENU */
  font-size: 4em;
  color: #1B1717;
  font-weight: 400;
  line-height: 90%;
}
.bodyProyectos h3 {
  /* SUBTITULOS */
  font-size: 1.2em;
  font-weight: 300;
  font-family: "Hanken Grotesk", cursive;
}
.bodyProyectos h3 a {
  color: #1B1717;
  text-decoration: underline;
  cursor: pointer;
}
.bodyProyectos p {
  /* TEXTOS */
  font-size: 1em;
  font-weight: 100;
  color: #1B1717;
}
.bodyProyectos video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* BODY PROYECTOS  */
.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease;
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}
.wrapper .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9E9E9;
  transition: opacity 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease;
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.wrapper .marquee {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  animation: marquee 120s linear infinite;
  display: inline-block;
  transition: opacity 0.3s ease, filter 0.3s ease;
  background-color: transparent;
}
.wrapper .marquee > h1 {
  font-size: 10vw;
  margin: 0;
  transition: opacity 0.3s ease, filter 0.3s ease;
  color: #1B1717;
}
.wrapper .marquee .titular_seijaku {
  color: #3716bb;
}
.wrapper .marquee .titularEww {
  color: #F3DFFF;
}

@media screen and (max-width: 900px) {
  .wrapper .marquee h1 {
    font-size: 15vw;
    line-height: 140%;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
.proyect {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 19%;
}
.proyect .text {
  display: flex;
  width: 95vw;
  height: auto;
  justify-content: space-between;
  align-items: flex-end;
}
.proyect .text > h3 {
  max-width: 55ch;
  margin-top: 0.1vw;
}
.proyect .text .tituloproyect {
  font-weight: 500;
}
.proyect .text_bis {
  display: flex;
  width: 95vw;
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.proyect .text_bis > h3 {
  max-width: 35vw;
  margin-right: 3%;
}
.proyect .imgs_first {
  margin-top: 9%;
  margin-bottom: 3%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.proyect .imgs_first figure {
  height: 50vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.proyect .imgs_first .videoseij {
  position: relative;
  height: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.proyect .imgs_first .videoseij iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.proyect .imgs_first > figure:nth-child(3) {
  width: 30vw;
  margin-top: 6%;
  margin-bottom: 6%;
}
.proyect .imgs_getxo {
  margin-top: 9%;
  display: flex;
  background-color: white;
  justify-content: center;
  width: 95vw;
}
.proyect .imgs_getxo figure {
  height: 30%;
  width: 50%;
}
.proyect .imgs_getxo figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.proyect .imgs {
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.proyect .imgs figure {
  height: 50vw;
  width: 100%;
}
.proyect .imgs figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.proyect .horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95vw;
  padding-top: 1%;
}
.proyect .horizontal > figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47vw;
  height: 25vw;
  background-color: #E9E9E9;
}
.proyect .horizontal > figure > img {
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #E9E9E9;
}
.proyect .horizontal .mockupsgetxo {
  height: 100%;
}
.proyect .horizontal .mockupsgetxo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.proyect .horizontal_mp figure {
  width: 31vw;
  height: 20vw;
}
.proyect .horizontal_gx figure {
  width: 31vw;
  height: 100%;
}

.top_cont {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  margin: 20px;
  background-color: #1B1717;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.top_cont > a > i {
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #E9E9E9;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .top_cont {
    display: none;
  }
}
.video {
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 990px) {
  .tituloproyect {
    font-weight: 500;
    font-size: 1.5em !important;
  }
  .proyect {
    margin-top: 25%;
  }
  .proyect .text {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2em;
  }
  .proyect .imgs {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .proyect .imgs_first {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .proyect .text_bis {
    flex-direction: column;
    gap: 1em;
  }
  .proyect .text_bis h3 {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .imgs .horizontal {
    flex-direction: column;
    gap: 1em;
  }
  .imgs .horizontal > figure {
    width: 100%;
    height: 100%;
  }
  .imgs .horizontal_gx {
    flex-direction: row;
  }
  .imgs .horizontal_gx_bis {
    flex-direction: row;
  }
  .imgs .horizontal_dva {
    flex-direction: row;
  }
  .imgs .horizontal_dva figure {
    width: 100%;
    height: 20vh;
  }
  .imgs_first .horizontal {
    flex-direction: column;
    gap: 1em;
  }
  .imgs_first .horizontal > figure {
    width: 100%;
    height: 100%;
  }
  .imgs_first .horizontal_dva {
    flex-direction: row;
  }
  .imgs_first .horizontal_dva figure {
    width: 100%;
    height: 20vh;
  }
}
@media (max-width: 820px) {
  .text {
    flex-direction: column;
    gap: 3em;
    align-items: flex-start;
  }
  .text > h3 {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .proyect .imgs {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .proyect .imgs_first {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
#about {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-right: 2%;
  padding-left: 2%;
  margin-top: 10em;
}
#about .about {
  padding-top: 3%;
  margin-left: 4em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
#about .about h3 {
  flex: 1 1 50%;
  max-width: 85ch;
  margin: 0;
  padding: 0 6% 0 0;
  width: 85ch;
  display: flex;
  align-items: center;
}
#about .about figure {
  flex: 1 1 20%;
  height: 75%;
  display: flex;
  align-items: flex-start;
}
#about .about figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#about .aboutbis {
  display: none;
}

@media (max-width: 2220px) {
  #about .about figure {
    height: 100%;
  }
}
@media (max-width: 1440px) {
  #about {
    flex-direction: column;
  }
  #about .about {
    margin-left: 0;
    height: 100%;
  }
  #about .about figure {
    height: 45em;
  }
}
@media (max-width: 1055px) {
  #about .about figure {
    height: 50em;
  }
}
@media (max-width: 900px) {
  #about {
    flex-direction: row;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 2.4em;
  }
  #about .about {
    display: none;
  }
  #about .aboutbis {
    margin-left: 10%;
    display: flex;
    flex-direction: column;
  }
  #about .aboutbis h3 {
    width: 100%;
    font-size: 1.2rem;
  }
  #about .aboutbis figure {
    height: 25em;
    width: 100%;
    margin-bottom: 1em;
  }
  #about .aboutbis figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media (max-width: 670px) {
  #about {
    flex-direction: column;
  }
  #about .about {
    display: none;
  }
  #about .aboutbis {
    margin-left: 0;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
  }
  #about .aboutbis h3 {
    width: 100%;
    font-size: 1.2rem;
  }
  #about .aboutbis figure {
    height: 29em;
    width: 100%;
  }
  #about .aboutbis figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 400px) {
  #about .aboutbis figure {
    height: 20em;
    width: 100%;
  }
  #about .aboutbis figure img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
#contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 2%;
  padding-left: 2%;
  margin-top: 10em;
  margin-bottom: 5em;
  height: 90vh;
  justify-content: center;
  align-items: center;
}
#contact .text_contact {
  width: 100%;
}
#contact .contact {
  margin-top: 4em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10 em;
}
#contact .contact .contact_element {
  display: flex;
  align-items: center;
  margin-top: 2em;
  transition: transform 0.3s ease-in-out;
}
#contact .contact .contact_element figure {
  padding-top: 10px;
  margin-right: 2em;
}
#contact .contact .contact_element figure .vector {
  width: 2em;
}
#contact .contact .contact_element p {
  font-size: 2em;
}
#contact .contact .contact_element p a {
  color: #1B1717;
  font-weight: 300;
  text-decoration: none;
  transition: transform 0.3s;
}
#contact .contact .contact_element:hover {
  transform: scale(1.2);
}

.text-box {
  animation: slide 3s ease-in-out infinite;
}

/* Definimos la animación slide */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 900px) {
  #contact {
    margin-top: 2em;
  }
  #contact .contact .contact_element p {
    font-size: 1.4em;
  }
}/*# sourceMappingURL=styles.css.map */