html, body {
  position: relative;
  height: 100%;
}

header {
  position: fixed;
  display: block;
  z-index: 2;
  width: 100%;
  top: 0px;
}

header.position_block {
  position: relative;
}

.image_box {
  float: left;
  max-width: 150px;
  padding: 5px
}

.image-max-100{
  max-width: 100%;
  max-height: 100%;
}

.imagen {
  width: 100%;
  height: 100%;
}

.imagen_campito_container {
  float: left;
  display: inline-block;
}

.imagen_campito {
  width: 100%;
  padding-bottom: 25px;
}

.texto-el-campito {
  padding: 20px;
  padding-left: 50px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}
.bouncyHouse {
    height:100%;
    width:100%;
    top:0;
    bottom: 0;
    position: absolute;
}

.bouncer {
    position: absolute;
    width: 200px;
}

.margin-top-60 {
  margin-top: 60px;
}

.menu {
  float: left;
}

.menu a{
  text-decoration: none;
  padding:5px 10px;
  color: #131313;
}

.menu a:hover{
  background-color:#FFFFFF;
}

.menu li{
  list-style: none;
}
.wrapper-runners {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  padding: 50px;
}

.wrapper-runners-in {
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
}

.imagen-runners {
  max-height: 100%;
  max-width: 100%;
}

.wrapper-runners-in:first-child {
  display: block;
}

.wrapper-runners-in-2 {
  max-width: 20%;
  /* float: left; */
  display: inline;
}

.imagen-runners-2 {
  padding: 30px;
  float: left;
}

.link-see-all {
    position: absolute;
    right: 20px;
    top: 60px;
    z-index: 100;
}

.link-see-all  a{
  color:red;
  text-decoration: none;
  width: 200px;
  display: block;
  text-align: right;
  }

.home-image {
  width: 100%;
  height: 100%;
  display:flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items:center;
  justify-content:center;
}
  .home-image img{
    max-width: 60%;
  }

  .external-link{
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
  }

  .texto-cv {
    font-family: monospace;
  }

/* slide */
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
    }

/* menu mobile */
#menuToggle {
  position: absolute;
  left: 0px;
  background: #ffffff;
  padding: 10px;
  top: 0px;
  display: none;
}
#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

 @media only screen and (max-width: 600px) {
  header {
    /* z-index: 1; */
    /* position: absolute; */
  }
  .image-cv {
    background-color: lightblue;
  }
  .menu {
    display: none;
    background: #ffffff;
    width: 100%;
    padding-top: 130px;
    margin-top: -112px;
  }

  a {
    text-decoration: none;
    color: #1E1E23;
    opacity:1;
    font-family: 'work sans', sans serif;
    font-weight: 400;
    transition: 200ms;
  }
  a:hover {
    opacity:0.5;
  }
  ul {
    padding: 0;
    list-style-type: none;
  }

  #menuToggle {
    display: block;
  }

}

.swiper-button-next, .swiper-button-prev {
    z-index: 3;
}

