html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

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

blockquote,
q {
    quotes: none;
}

ol,
ul {
    list-style: none;
}

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

button,
[role="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: inherit;
    border: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    vertical-align: inherit;
    width: auto;
}

iframe {
    border: 0;
}

img {
    display: block;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    width: auto;
}

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

*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    font-smooth: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
}

html,
body {
    position: relative;
    overflow-x: hidden;
}

a svg,
button * {
    pointer-events: none;
}



/*-------------------AQUI EMPIEZO-------------------*/

/* Tipografía */
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap');

/*----------------------------------------------------------------*/
/*----------------------------HEADER------------------------------*/
/*----------------------------------------------------------------*/

#overlay {
    display: none;
}

header {
  display: flex;
  text-decoration: none;
  color: black;
  background-color: #004DE3;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  justify-content: space-between;
  z-index: 100;
  font-family: Space Mono, monospace;
}

.logo a nav {
  text-decoration: none;
}

.logo a {
  color: white;
}

.logo a:hover{
  color: #75A4FF;
}

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

.container {
    padding: 0 1.5rem;
}

.logo {
left: 3%;
margin: 0.5rem;
margin-left: 1.5rem;
font-size: 1.5rem;
text-decoration: none;
}
.menu a {
  text-decoration: none;
  color: #E7E7E7;
 
}
.menu {
  display: inline-block;
  margin: 0.5rem;
  margin-right: 2rem; 
}
.cajasheader a{
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
  margin-left: 6rem;
  float: right;

}
.cajasheader a:hover{
  color: #75A4FF;
}


/*----------------------------------------------------------------*/
/*-----------------------------BODY-------------------------------*/
/*----------------------------------------------------------------*/
.casestudy {
    font-weight: bold;
    color: #004DE3;
}

body {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background: white;
    font-family: 'Poppins', sans-serif;
  }

  .columna {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    border-bottom: 1px solid #9A9A9A;
  }

  .h1h2 {
    width: 50%;
    background-color: #FFFFFF;
  }

  h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: regular;
    line-height: auto;
    font-size: 5.5rem;
    color: #0D0D0D;
    margin-top:5rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 4rem;
    text-align: center;
  }
  
  
  h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    line-height: auto;
    color: #004DE3;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
    text-align: center;
    text-transform: uppercase;
  }

  .formas {
    background-color: white;
    width: 50%;
    height: 39rem;
    margin: 0 auto;
  }
 
.figura {
    margin:auto;
    margin-top: 25%;
}

.button {
    position: fixed;
	bottom: 40px;
	right: 40px;
    z-index: 99;
}
.button:hover {
    width: 5%;
}

h3 {
    text-transform: uppercase;
    font-size: 8rem;
    line-height: 9rem;
    margin-left: 1.2rem;
    padding: 2rem 0;
    color: #ffffff;
    font-family: 'Space Mono', monospace;
}
.border {
     border-bottom: 2px solid #75A4FF;
}

.button2 {
    display: none;
}
.responsiveimg {
    display: none;
}
/*----------------------------------------------------------------*/
/*---------------------------TRABAJOS-----------------------------*/
/*----------------------------------------------------------------*/
.flex {
    display: flex;
}
.frase1 {
    font-size: 6rem;
    line-height: 6rem;
    margin-top: 5%;
    margin-left: 1.3rem;
    margin-bottom: 5%;
}

.frase1:hover{
  color: #004DE3;
}

.desc1 {
    text-align: right;
    text-transform: uppercase;
    font-size: 1.563rem;
    margin-left: 38%;
    margin:auto;
    margin-right: 2%;
}
.desc2 {
    text-align: right;
    font-size: 6.875rem;
    line-height: 6rem;
    margin-top: 5%;
    margin-bottom: 5%;
}

.frase2 {
    text-transform: uppercase;
    font-size: 1.563rem;
    margin-left: 2%;
    margin:auto;
    margin-left: 2%;
}

#travel-beyond {
    line-height: 7rem;
}

.proyectos {
  background-color: #75A4FF;
}

.disabled {
  font-size: 6rem;
  line-height: 6rem;
  margin-top: 5%;
  margin-left: 1.3rem;
  margin-bottom: 5%;
  pointer-events: none;
}

.disabled:hover {
  color: #9A9A9A;
}
/*-----------------------------------------------------------------*/
/*----------------------WHO IS ME & CONTACT------------------------*/
/*-----------------------------------------------------------------*/

h4 {
      font-size: 11.125rem;
      padding-left: 2%;
      padding-top: 5%;
      padding-bottom: 5%;
      line-height: 10rem;
      font-family: 'Space Mono', monospace;
  }
  h4 a{
    color: #FFFFFF;
  }

  h4 a:hover {
    color:#75A4FF;
  }

  h5 {
      font-size: 6.875rem;
      line-height: 7rem;
      text-align: center;
      padding:5%;
  }

  .fondo_azul {
    background-color: #004DE3;
  }

  .mail {
      font-size: 2.813rem;
      text-transform: uppercase;
  }
  .mail a:hover {
      border-bottom: 2px solid black;
  }
/*----------------------------------------------------------------*/
/*---------------------------FOOTER-------------------------------*/
/*----------------------------------------------------------------*/
  .rrss{
      align-items: center;
      justify-content: center;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
  }
  .rrss a{
    display: inline-block;
    font-size: 2.813rem;
    text-transform: uppercase;
    margin: 0 2rem;
    border-bottom: 2px solid white;
  }
  .rrss a:hover {
    color: #004DE3;
    border-bottom: 2px solid #004DE3;
}
.copy {
    font-size: 1rem;
    text-align: center;
    margin: 1rem;
}

@media (min-width: 600px) {
    .project {
        display: block;
        position: relative;
        overflow: hidden;
    }
    .project:hover .treballs1 {
    opacity: 1;
    }
    .treballs1 {
        position: absolute;
        top: 0;
        z-index: 2;
        opacity: 0;
        pointer-events: none;
        transition: opacity .5s ease-in-out;
        will-change: opacity;
        min-width: 100%;
    }
}
/*----------------------------------------------------------------*/
/*---------------------------RESPONSIVE---------------------------*/
/*----------------------------------------------------------------*/

@media (max-width: 700px) {

    /*---------------------MENU BURGER ANIMADO------------*/
#overlay {
        display: block;
    }
    
li a {
 font-family: 'Poppins', sans-serif;
}

.button_container {
  position: fixed;
  top: 2%;
  right: 2%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .4;

}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background:black;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background:black;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 100%;
  visibility: visible;
  height: 100%;
  
}
.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}
.overlay nav {
  position: relative;
  line-height: 7rem;
  top: 60%;
  transform: translateY(-50%);
  font-size: 4rem;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: .35s;
}

.overlay-menu ul li:hover {
    font-style: italic;
}

.borderh {
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    width: 100%;
    margin: 0;
}
.borderb {
    border-bottom: solid 1px white;
    width: 100%;
    margin: 0;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/*---------------------FIN MENU BURGER ANIMADO------------*/
.cajasheader {
  display: none;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 0.4em;
  margin-right: 0.4em;
}
h2 {
  font-size: 1.5em;
  margin: 0.5rem;
  margin-top: 20%;
  padding-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}

.figura {
    margin-top: 70%;
}

h3 {
    font-size: 5rem;
    line-height: 80%;
}
 h4 {
     font-size: 5rem;
     line-height: 5rem;
 }
h5 {
    font-size: 2.5rem;
    line-height: 3rem;
}

.mail a{
    font-size: 1.5rem;
}

.rrss {
    flex-direction: column;
}

.rrss a {
    font-size: 2rem;
    padding: 1rem;
}
.treballs {
    width: 100%;
}

.responsiveimg {
    display: block;
}
.treballs {
    border-bottom: solid 1px #9A9A9A;
}
.responsivetext {
    border-bottom: solid 1px #9A9A9A;
    margin-top: 2rem;
}
.titulrspnv {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
#textminor {
    font-size: 1.5rem;
    text-transform: none;
    font-style: italic;
    font-weight:lighter;
    text-align: center;
    margin-bottom: 2rem;
}

.project {
    display: none;
}

  }

/*------------------------------------------------------------*/
/*----------------------------MOBILE CSS----------------------*/
/*------------------------------------------------------------*/

  @media (max-width: 500px) {
   
    .columna {
        background-color: white;
    }

    .h1h2 {
        width: 100%;
       
    }

    .formas{
        display: none;
        background-color: #E7E7E7;
    }

    h1 {
        font-size: 3rem;
        font-family: 'Poppins', sans-serif;
        margin-top: 10%;
  }
  h2 {
      font-size: 1.5rem;
      margin-top: 3rem;
      font-family: 'Poppins', sans-serif;
  }
  h3 {
      font-size: 3rem;
      font-family: 'Poppins', sans-serif;
  }
  .button2 {
      display: inline;
      margin-left: 4%;
      margin-top: 20%;
      width: 15%;
      margin-bottom: 10%;
  }
  .treballs{
      width: 100%;
  }
 
 
}