@charset "UTF-8";
.content-relativeness-normal {
  background-color: black;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  height: 100vh;
  letter-spacing: 1.5px;
  line-height: 25px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.content-relativeness-medium {
  background-color: black;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  height: 100vh;
  letter-spacing: 1.5px;
  line-height: 25px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.content-relativeness-large {
  background-color: black;
  font-family: "Lato", Helvetica, sans-serif;
  font-size: 16px;
  height: 100vh;
  letter-spacing: 1.5px;
  line-height: 25px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

::selection {
  background-color: #fd2d65;
  color: white;
}

.sizer-style-position {
  position: absolute;
  bottom: 0%;
  z-index: 500;
  background-color: transparent;
  color: white;
  border: none;
  padding: 2%;
  cursor: pointer;
  margin: 2%;
  transition: 3s ease-in-out;
}

.sizer-style-position-await {
  position: absolute;
  bottom: 0%;
  z-index: 500;
  background-color: transparent;
  color: white;
  border: none;
  padding: 2%;
  cursor: pointer;
  margin: 2%;
  transition: 3s ease-in-out;
}

.sizer-style-position-await::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  animation: statusLoad 10s infinite ease;
}

@keyframes statusLoad {
  0% {
    background-color: #155b74;
  }
  10% {
    background-color: #155b74;
  }
  10% {
    background-color: #fd2d65;
  }
  30% {
    background-color: #155b74;
  }
  50% {
    background-color: #fd2d65;
  }
  70% {
    background-color: #155b74;
  }
  85% {
    background-color: #fd2d65;
  }
  100% {
    background-color: #155b74;
  }
}
.landingPageMoves .sizer-style-position {
  display: none;
}

.sizer-style-position {
  display: none;
}

.rotation-anim {
  text-align: center;
}

::-webkit-scrollbar {
  width: 5px;
  transition: 3s;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #e82559;
}

::-webkit-scrollbar-thumb:hover {
  background: #606378;
}

.background-img-hidden {
  display: block;
  height: 100%;
  position: absolute;
  left: -20%;
  transition: 3s ease-in-out;
  width: 60%;
  z-index: -200;
}

.background-img-showing {
  display: block;
  height: 100%;
  position: absolute;
  left: 20%;
  transition: 0.8s ease-in-out;
  width: 60%;
  z-index: -200;
}

.background-shade-color {
  background-color: black;
  height: 100vh;
  opacity: 0.8;
  position: absolute;
  width: 100vw;
  z-index: -100;
}

.landing-page-wrapper {
  border-left: 2px solid black;
  background-image: linear-gradient(to bottom left, #0d1b59, #74014e);
  color: #efedee;
  height: 100vh;
  left: 0;
  position: absolute;
  width: 100vw;
  overflow: hidden;
  box-shadow: inset 0px 0px 20px black;
  will-change: left;
  z-index: 5;
  transition: 3s ease-in-out;
}

.landingPageMoves {
  border-left: 2px solid #fd2d65;
  background-image: linear-gradient(to bottom left, #0d1b59, #74014e);
  color: #d6dbe0;
  height: 100vh;
  left: 80%;
  position: absolute;
  top: 0;
  width: 25%;
  z-index: 5;
  transition: 3s;
  overflow: hidden;
  box-shadow: inset 1px 0px 90px black;
  will-change: auto;
}

.lang-opacity-delay {
  opacity: 0;
  position: absolute;
  left: 0;
  transition: 0.8s ease-in-out;
}

.social-opacity-delay {
  opacity: 0;
  position: absolute;
  right: 0;
  transition: 0.8s ease-in-out;
}

.tabs-wrapper {
  height: 100vh;
  max-width: 970px;
  margin: 0 auto;
  position: relative;
  padding-top: 1rem;
  transition: 0.8s ease-in-out;
}

.sign {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  padding: 1%;
  text-align: center;
  margin: 0 auto;
  opacity: 1;
  transition: 0.8s ease;
}

.sign-opacity-delay {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  transition: 0.8s ease-in-out;
}

.img-logo {
  width: 70%;
  opacity: 1;
  transition: 0.8s ease;
}

.lang {
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 1rem;
  transition: 0.8s ease;
  z-index: 1;
  opacity: 1;
}

.flag {
  width: 50px;
  opacity: 0.5;
  padding: 0.5rem;
  cursor: pointer;
}
.flag:hover {
  opacity: 1;
}

.social {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 1rem;
  z-index: 1;
  text-align: right;
  transition: 0.8s ease;
  opacity: 1;
}

.social-icon {
  font-size: 3em;
  text-decoration: none;
  width: 1em;
  cursor: pointer;
  color: #d6dbe0;
  padding: 0.5rem;
  border-radius: 50%;
  box-shadow: 0px 0px 15px transparent;
  text-align: center;
  transition: 1s ease-in-out;
}
.social-icon:hover {
  color: #fd2d65;
  transition: 0.6s ease;
  box-shadow: 0px -1px 20px white;
  background-color: white;
  border-radius: 50%;
  transition: 1s ease-in-out;
}

.img-wrapper::after {
  content: "";
  display: block;
  border: 2px solid red;
  border-radius: 50% 50%;
  position: absolute;
  top: 7%;
  left: 7%;
  width: 85%;
  height: 85%;
  transition: 1s ease;
  z-index: -1;
  opacity: 0;
}

.img-wrapper::before {
  content: "";
  display: block;
  border: 2px solid red;
  border-radius: 50% 50%;
  position: absolute;
  transition: 1s ease;
  top: 2%;
  left: 2%;
  width: 95%;
  height: 95%;
  z-index: -1;
  opacity: 0;
}

.img-wrapper {
  position: absolute;
  width: 400px;
  height: 400px;
  right: 0;
  left: 0;
  top: 30%;
  margin: 0 auto;
  transition: 4s;
}
.img-wrapper:hover::after {
  top: -2%;
  left: -2%;
  width: 103%;
  height: 103%;
  z-index: 1;
  opacity: 1;
  transition: 1s ease;
}
.img-wrapper:hover::before {
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  z-index: 1;
  opacity: 1;
  transition: 1s ease;
}
.img-wrapper:hover .say-hello-btn::before {
  content: "";
  height: 116%;
  position: absolute;
  top: -11%;
  left: 40.4%;
  width: 18%;
  border: 2px solid red;
  border-radius: 50% 50%;
  right: 0;
  z-index: 1;
  opacity: 1;
  transition: 1s ease;
}
.img-wrapper:hover .say-hello-btn::after {
  content: "";
  height: 140%;
  position: absolute;
  top: -23%;
  left: 38.6%;
  width: 22%;
  border: 2px solid red;
  border-radius: 50% 50%;
  right: 0;
  z-index: 1;
  opacity: 1;
  transition: 1s ease;
}

.say-hello-btn::before {
  content: "";
  height: 43px;
  position: absolute;
  top: 10%;
  left: 44%;
  width: 43px;
  border: 2px solid red;
  border-radius: 50% 50%;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: 1s ease;
}

.say-hello-btn::after {
  content: "";
  height: 43px;
  position: absolute;
  top: 10%;
  left: 44%;
  width: 43px;
  border: 2px solid red;
  border-radius: 50% 50%;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: 1s ease;
}

.imgHello,
.say-hello {
  cursor: pointer;
}

.imgHello {
  width: 400px;
  opacity: 1;
}

.say-hello-text {
  border: none;
  font-size: 1.2em;
  background-image: linear-gradient(to bottom left, #b10230, #fd2d65);
  color: white;
  display: inline-block;
  margin: 0;
  width: 80%;
  padding: 1%;
  text-align: center;
  transform: rotateZ(0deg);
  transition: 0.5s ease-in-out;
  letter-spacing: 0.5px;
}

.say-hello-text {
  display: none;
}

.say-hello-btn {
  color: white;
  border: none;
  height: 60px;
  width: 60px;
  border-radius: 50% 50%;
  background-image: linear-gradient(to bottom left, #b10230, #fd2d65);
}

.rotation-anim {
  position: absolute;
  top: 45%;
  width: 100%;
}

.btnAction-hidden {
  position: absolute;
  top: -10vh;
  left: -2px;
  font-size: 2em;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  color: white;
  transition: 2s ease-in-out;
}

.btnAction-showing {
  position: absolute;
  top: 50vh;
  padding: 0;
  font-size: 2em;
  margin: 0;
  text-align: center;
  left: -2px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: 0;
  padding: 4%;
  transition: 2s ease-in-out;
}

@keyframes hiddingContent {
  0% {
    z-index: -50;
  }
  100% {
    z-index: -50;
  }
}
.content-page-hidden {
  animation: hiddingContent 3s;
  background-color: black;
  color: #d6dbe0;
  height: 100vh;
  left: -50vw;
  margin: 0 auto;
  padding: 5%;
  position: absolute;
  transition: 3s ease-in-out;
  width: 58vw;
  z-index: -50;
}

@keyframes showingContent {
  0% {
    z-index: -50;
  }
  100% {
    z-index: -50;
  }
}
.content-page-showing {
  animation: showingContent 4s;
  color: white;
  height: 100vh;
  left: 20vw;
  overflow-x: auto;
  padding: 5%;
  position: absolute;
  transition: 4s ease-in-out;
  width: 58vw;
  z-index: 100;
}

.content-page-showing:hover .ui-title-underline {
  width: 10%;
  transition: 1.5s ease-in-out;
}

.ui-title-underline {
  border: 2px solid #fd2d65;
  display: block;
  width: 100%;
  transition: 1.5s ease-in-out;
}

.diploma-position {
  background-image: linear-gradient(transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent);
  border-bottom: 1px solid #fd2d65;
  display: inline-block;
  position: relative;
  width: 100%;
  height: unset;
  transition: 0.8s ease;
}
.diploma-position:hover {
  background-image: linear-gradient(transparent, transparent, transparent, transparent, transparent, transparent, transparent, #fd2d65);
  border-radius: 5px;
  border-bottom: 1px solid #fd2d65;
  transition: 0.8s ease;
}

.diploma-logo-size {
  width: 25%;
}

.diploma-content {
  display: inline-block;
  top: 20%;
  position: absolute;
  width: 80%;
}

.diploma-date-position {
  bottom: 0;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
}

.diploma-list-position {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.page-header-position {
  margin: 0 auto;
  padding: 1%;
  width: 90%;
}

.ui-company-background {
  background-color: white;
  text-align: center;
}

.ui-companies-list {
  margin: 0;
  padding: 0;
}

.list-company-item {
  list-style: none;
  margin: 2%;
  padding: 4%;
}
.list-company-item:hover .ui-line-border {
  border: 2px solid #fd2d65;
  width: 100%;
  transition: 1.5s ease-in-out;
}
.list-company-item:hover .ui-company-logo {
  opacity: 1;
  transition: 0.8s ease-in-out;
}

.ui-line-border {
  border: 2px solid white;
  display: block;
  width: 0%;
  transition: 1.5s ease-in-out;
}

.ui-company-logo {
  padding: 2%;
  opacity: 0.5;
  width: 50%;
  transition: 0.8s ease-in-out;
}

.exp-content-size {
  border-left: 1px solid #fd2d65;
  float: left;
  padding: 0% 4%;
  width: 40%;
}

.ui-content-width {
  height: 100%;
  margin: 0 auto;
  padding: 4%;
  width: 90%;
}

.page-content-position {
  margin: 0 auto;
  padding: 1%;
  width: 90%;
}

@keyframes blinking {
  0% {
    box-shadow: 0px -1px 20px #27c8d5;
  }
  10% {
    box-shadow: 0px -1px 20px #27c8d5;
  }
  20% {
    box-shadow: 0px -1px 20px #fd2d65;
  }
  30% {
    box-shadow: 0px -1px 20px #27c8d5;
  }
  40% {
    box-shadow: 0px -1px 20px #fd2d65;
  }
  50% {
    box-shadow: 0px -1px 20px #27c8d5;
  }
  60% {
    box-shadow: 0px -1px 20px #fd2d65;
  }
  70% {
    box-shadow: 0px -1px 20px #27c8d5;
  }
  80% {
    box-shadow: 0px -1px 20px #fd2d65;
  }
  100% {
    box-shadow: 0px -1px 20px #27c8d5;
  }
  90% {
    box-shadow: 0px -1px 20px #fd2d65;
  }
  100% {
    box-shadow: 0px -1px 20px #27c8d5;
  }
}
@keyframes spriteMoves {
  0% {
    left: 0px;
  }
  10% {
    left: -95px;
  }
  20% {
    left: -191px;
  }
  30% {
    left: -288px;
  }
  40% {
    left: -384px;
  }
  50% {
    left: -476px;
  }
  60% {
    left: -572px;
  }
  70% {
    left: -660px;
  }
  80% {
    left: -760px;
  }
  90% {
    left: -860px;
  }
  100% {
    left: 0px;
  }
}
@keyframes spriteWords {
  0% {
    content: "Tecnología.";
  }
  10% {
    content: "Trabajo en Equipo.";
  }
  20% {
    content: "Video juegos.";
  }
  30% {
    content: "Buena música.";
  }
  40% {
    content: "Arte.";
  }
  50% {
    content: "Tocar guitarra.";
  }
  60% {
    content: "Comida.";
  }
  70% {
    content: "Naturaleza.";
  }
  80% {
    content: "Gatos.";
  }
  90% {
    content: "Salir con amistades";
  }
  100% {
    content: "Tecnología.";
  }
}
.like-icons-color {
  animation: blinking 50s ease-in-out infinite;
  border-radius: 5px;
  height: 100px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100px;
  transition: 1s;
}

.sprite-position {
  animation: spriteMoves 50s ease-in-out infinite;
  display: inline-block;
  height: 80px;
  margin: 10% auto;
  opacity: 0.8;
  position: absolute;
}

.sprite-wrapper-position {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 70%;
}

.like-icons-words {
  letter-spacing: 0.5px;
  margin: 5% auto;
  text-align: center;
  width: 160px;
}

.like-icons-words::after {
  animation: spriteWords 50s ease-in-out infinite;
  content: "";
}

.gallery-port {
  width: 85%;
  padding: 1%;
  margin: 2% auto;
  opacity: 0.7;
  box-shadow: 1px 1px 10px #d6dbe0;
  transition: 2s ease;
}

.portfolio-wrappers {
  position: relative;
  display: inline-block;
  width: 43%;
  padding: 5% 1%;
  margin: 2%;
  text-align: center;
}
.portfolio-wrappers:hover .gallery-port {
  opacity: 1;
  box-shadow: 1px 1px 25px #fd2d65;
  transition: 0.5s ease;
}
.portfolio-wrappers:hover .portfolio-icons {
  color: #27c8d5;
  transition: 0.6s ease;
  box-shadow: 0px -1px 20px #fd2d65;
  background-color: black;
  transition: 1s ease-in-out;
}

.portfolio-icons {
  z-index: 50;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 3em;
  text-decoration: none;
  cursor: pointer;
  color: white;
  padding: 2%;
  text-align: center;
  box-shadow: 0px 0px 15px transparent;
  transition: 1s ease-in-out;
}

.projects-wrapper-size {
  text-align: center;
}

.modal-img-display {
  display: block;
  height: 60%;
  width: 60%;
  opacity: 1;
  position: relative;
  z-index: 100;
  margin: 5% auto;
  transition: 2s ease;
}

.modal-content-display {
  display: block;
  opacity: 1;
  background-color: #1c3144;
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 100;
  transition: 2s ease;
}

.modal-close-btn {
  height: 50px;
  width: 50px;
  z-index: 100;
  display: inline-block;
  position: absolute;
  top: 2.5%;
  left: 48%;
  background-color: red;
}

.modal-content-hide {
  display: block;
  opacity: 0;
  z-index: 100;
  background-color: #1c3144;
  height: 0vh;
  width: 100vw;
  position: absolute;
  transition: 2s ease;
}

.portfolio-wrapper-banner {
  position: relative;
  display: block;
  padding: 1%;
  margin: 0 auto;
  text-align: center;
}

.frame-portfolio-size {
  height: 250px;
  padding: 5px;
  width: 300px;
  border: none;
}

.form-block-size {
  width: 80%;
  margin: 5% auto;
}

.contact-header-position {
  margin: 0 auto;
  padding: 1%;
  width: 80%;
}

.input-color {
  margin: 5% 2%;
  overflow: visible;
  width: 50%;
}

.message-input-color {
  margin: 2% 0 5%;
  overflow: visible;
  width: 92%;
  padding: 4%;
}

.submit-color {
  background-image: linear-gradient(to bottom right, #0075a0, #27c8d5);
  border: none;
  box-shadow: 1px 1px 30px #27c8d5;
  color: white;
  display: block;
  font-size: 1.1rem;
  left: 0;
  margin: 0 auto;
  padding: 2%;
  position: absolute;
  right: 0;
  transition: 2s;
  width: 50%;
}
.submit-color:hover {
  box-shadow: 1px 1px 20px #0075a0;
  transition: 1s;
}

.tabs-wrapper-showing {
  height: 100vh;
  width: 20%;
  left: 0%;
  position: absolute;
  margin: 0;
  border-right: 1px solid black;
  background-image: linear-gradient(to bottom right, #0d1b59, #1c589f, #2a9aa3);
  transition: 3s;
}

.tabs-list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  list-style: none;
  transition: 0.8s ease;
  box-shadow: inset 0px 0px 20px black;
}

.tabs-list li {
  padding: 5%;
  transition: 1.5s ease-in-out;
  height: 10%;
  cursor: pointer;
}
.tabs-list li:hover {
  background-color: #1f6aa0;
  transition: 0.5s ease-in-out;
}

.tab-items a {
  padding: 7%;
  text-decoration: none;
  color: #d6dbe0;
}

.tab-items span {
  display: none;
}

.contact-block-position {
  width: 80%;
  margin: 5vh auto 10vh;
  text-align: center;
}
.contact-block-position:hover .ui-line-border {
  border: 2px solid #fd2d65;
  width: 100%;
  transition: 1.5s ease-in-out;
}

.contact-block-position a {
  margin: 2%;
}

.activity-wrapper {
  margin: 0;
  padding: 4%;
}

.activity-item-wrapper {
  border-bottom: 4px solid white;
  border-radius: 2px;
  list-style: none;
  margin: 10% 0;
  transition: 2s ease;
}
.activity-item-wrapper:hover {
  background-image: linear-gradient(transparent, transparent, transparent, transparent, transparent, transparent, transparent, #fd2d65);
  border-radius: 5px;
  border-bottom: 4px solid #fd2d65;
  transition: 0.8s ease;
}

.activity-url-color {
  color: #d6dbe0;
  text-decoration: none;
  transition: 1.5s ease;
}

@media screen and (max-width: 968px) {
  .imgHello {
    width: 100%;
  }

  .landing-page-wrapper .img-wrapper {
    width: 50%;
    opacity: 1;
    height: auto;
    transition: 2s;
  }

  .say-hello-text {
    display: none;
  }

  .sign {
    display: block;
  }

  .rotation-anim {
    text-align: center;
  }

  .landingPageMoves {
    left: 90%;
  }

  .landingPageMoves .sign {
    display: none;
  }

  .landingPageMoves {
    opacity: 1;
    transition: 0.8s;
  }

  .content-page-showing {
    width: 68vw;
    left: 20vw;
  }

  .background-img-showing {
    width: 75%;
    left: 15%;
  }

  .tabs-info-wrapper-showing {
    width: 15%;
  }

  .tabs-list a {
    display: none;
  }

  .tab-items span {
    color: white;
    width: 50%;
    text-align: center;
    height: 50%;
    font-size: 2em;
    padding: 2%;
    margin: 0 auto;
    display: block;
  }

  .exp-content-size {
    border: 0;
    border-bottom: 1px solid #fd2d65;
    float: left;
    padding: 0% 4%;
    width: 95%;
  }

  .portfolio-wrappers {
    width: 65%;
  }

  .diploma-position {
    height: unset;
  }

  .landingPageMoves .sizer-style-position {
    display: none;
  }

  .sizer-style-position {
    display: none;
  }

  .portfolio-wrappers {
    width: 60%;
    margin: 0 auto;
  }

  .portfolio-wrapper-banner {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .content-relativeness-normal {
    font-size: 19px;
  }

  .content-relativeness-medium {
    font-size: 21px;
  }

  .content-relativeness-large {
    font-size: 22px;
  }

  .imgHello {
    width: 100%;
  }

  .img-wrapper {
    width: 70%;
    opacity: 1;
    height: auto;
  }

  .say-hello-text {
    display: none;
  }

  .sign {
    display: none;
  }

  .landingPageMoves {
    left: 90%;
  }

  .landingPageMoves .sign {
    display: none;
  }

  .landingPageMoves {
    transition: 4s;
  }

  .img-wrapper {
    opacity: 0;
    transition: 4s;
  }

  .content-page-showing {
    width: 74vw;
    left: 15vw;
  }

  .content-page-hidden {
    left: -62vw;
    width: 74vw;
  }

  .background-img-showing {
    width: 75%;
    left: 15%;
  }

  .tabs-info-wrapper-showing {
    width: 15%;
  }

  .tabs-wrapper-showing {
    height: 100vh;
    width: 15%;
    left: 0%;
    position: absolute;
    margin: 0;
    border-right: 1px solid black;
    background-image: linear-gradient(to bottom right, #0d1b59, #1c589f, #2a9aa3);
    transition: 3s;
  }

  .tabs-list a {
    display: none;
  }

  .tab-items span {
    color: white;
    width: 50%;
    text-align: center;
    font-size: 1.5em;
    margin: 0 auto;
    display: block;
  }

  .exp-content-size {
    border: 0;
    border-bottom: 1px solid #fd2d65;
    float: left;
    padding: 0% 4%;
    width: 95%;
  }

  .portfolio-wrappers {
    width: 65%;
  }

  .diploma-position {
    height: 200px;
  }

  .landingPageMoves .sizer-style-position {
    display: block;
  }

  .sizer-style-position {
    display: block;
  }

  .say-hello-btn::before {
    display: none;
  }

  .say-hello-btn::after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
