body {
  background: url("https://i.pinimg.com/originals/f2/70/91/f270914e7cb786cc771a6e94f5b13517.jpg");
  background-size: 150%;
  background-repeat: no-repeat;
  color: black;
 font-family: 'Montserrat';
  text-align: center;
  margin: 0;
}

p {
  text-align: center;
  margin-left:2vw;
}

.titulo {
  background: url("https://i.pinimg.com/originals/b7/4a/7d/b74a7d1c90dc399ccd2dcbe72a0f461d.png");
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 5vw;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 5vw;
  margin:0;
}


.arrow-up {
  // background-color: #111;
  height: 40vw;
  width: 40vw;
  display: block;
  border: 1vw solid #666;
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  overflow: hidden;
}

.arrow-slide {
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: #666;
  position: absolute;
  display: block;
  z-index: 0;
}

.left-arm {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19vw;
  left: 3vw;
  width: 20vw;
  display: block;
  transform: rotate(-45deg);
  &:after {
    content: "";
    background-color: #666;
    width: 20vw;
    height: 1vw;
    display: block;
    border-radius: 1vw;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
    transform-origin: right center;
    z-index: -1;
  }
}

.right-arm {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 19vw;
  left: 17vw;
  width: 20vw;
  display: block;
  transform: rotate(45deg);
  border-radius: 2px;
  &:after {
    content: "";
    background-color: #666;
    width: 20vw;
    height: 1vw;
    display: block;
    border-radius: 1vw;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
    transform-origin: left center;
    z-index: -1;
  }
}

.arrow-up:hover {
  transition: all .1s;
  .left-arm:after {
    transform: rotate(-10deg);
  }
  .right-arm:after {
    transform: rotate(10deg);
  }
  .arrow-slide {
    transition: all .4s ease-in-out;
    transform: translateY(200%);
  }
}



.subtitulo {
  text-align: left;
  font-size: 1.75vw;
  text-decoration: box;
  margin-top: 10vw;
  background-color: #5E4AE3;
  position: absolute;
  left: 0vw;
  padding: 1.5vw;
    display: block;
    
}



/* PERFIL */

.foto {
   width: 100vw;
  height: auto;
  border-radius: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  
}
.imagen {
  width: 60vw;
  height: auto;
  margin-top: auto;
  content-align: center;
  margin-left:auto;
  margin-right:auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}

.tinturas {
  margin-top: 0vw;
}


p{
  background-color: #5E4AE3;
  margin: 0vw;
  padding: 3vw;
  color: white;
  text-align: center;
}


/*PASO POR EL ILLIA*/

.contenedor {
 margin-top: 30vw;
  padding: 3vw;
  display: flex;
}

.galeria {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vw;
   background-color: rgba(119, 81, 68, 0.2);
  margin: 0 2vw;
   border-radius: 25%;
   width: 45vw;
  height: 65vw;
  
}

.fotos{
  text-align:center;
  padding-top: 2vw;
}

.titulitos{
  text-align:center;
  font-size:2vw;
  background-color:#5E4AE3;
  color: white;
  margin-top:18vw;
  margin-bottom: 3vw;
  margin-left:0vw;
 margin-right: 80vw;
  padding: 1vw;
}

footer {
  display: block;
  margin: 0;
  width: 100%;
  color: #fff;
  line-height: 1;
  padding: 2vw;
  font-size: 1vw;
  background-color:black;
}