/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./httpdocs/src/sass/components/_home.sass ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@keyframes shwitchcolor {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(360deg); } }

@keyframes imageanimate {
  0% {
    opacity: 0.0;
    filter: sepia(1) saturate(10) hue-rotate(0deg);
    transform: translate(0%, 0%); }
  25% {
    opacity: 0.3;
    filter: sepia(1) saturate(10) hue-rotate(180deg);
    transform: translate(-2%, -2%) scale(0.98); }
  50% {
    opacity: 0.6;
    filter: sepia(1) saturate(10) hue-rotate(360deg);
    transform: translate(2%, 2%) scale(1.02); }
  75% {
    opacity: 0.3;
    filter: sepia(1) saturate(10) hue-rotate(180deg);
    transform: translate(2%, -2%) scale(0.98); }
  100% {
    opacity: 0.0;
    filter: sepia(1) saturate(10) hue-rotate(0deg);
    transform: translate(0%, 0%); } }

@keyframes imageblur {
  0% {
    filter: blur(2px); }
  80% {
    filter: blur(2px); }
  100% {
    filter: blur(0); } }

.home {
  padding: 0;
  margin: 0;
  background-color: #000000;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .home__container {
    width: 95%;
    max-width: 1280px;
    margin: auto;
    height: 100vh;
    position: relative; }
  .home__left, .home__right {
    height: 100vh;
    box-sizing: border-box; }
  .home__data {
    display: flex;
    justify-content: center;
    height: 100vh;
    flex-wrap: wrap; }
  .home__photo {
    display: block;
    width: 100%; }
  .home__right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative; }
    .home__right:hover .home__photo {
      animation: imageblur 1s ease; }
  .home__title {
    color: #26d051;
    margin: 0 0 20px 0;
    animation: shwitchcolor 4s infinite ease-in-out;
    font-family: "Fira Sans", Helvetica;
    font-weight: 800;
    font-style: italic;
    width: 100%;
    text-align: right; }
    .home__title--small {
      display: block; }
    .home__title--big {
      display: block; }

@media all and (min-width: 1025px) {
  .home {
    background: linear-gradient(to top left, #000, #000, #0c415b);
    min-height: 768px; }
    .home__message {
      display: none; }
    .home__container {
      display: flex;
      align-content: center;
      justify-content: center;
      min-height: 768px; }
    .home__left, .home__right {
      min-height: 768px;
      width: 50%;
      padding: 0 25px; }
    .home__photo-layer {
      z-index: 1;
      position: absolute;
      bottom: 0;
      left: 25px;
      width: calc(100% - 50px);
      transition: all 1s ease-in-out;
      opacity: 0; }
      .home__photo-layer:hover {
        animation: imageanimate 1000ms alternate ease-in; }
    .home__data {
      align-content: center; }
    .home__title--small {
      font-size: 2rem;
      line-height: 2.5rem; }
    .home__title--big {
      font-size: 4rem;
      line-height: 3.5rem; }
    .home__text {
      color: #ffffff;
      margin: 0;
      font-family: "Fira Sans Condensed", Helvetica;
      font-weight: 400;
      font-style: italic;
      font-size: 1rem;
      line-height: 1.5rem;
      text-align: right; }
    .home__button {
      color: #ffffff;
      cursor: pointer;
      border: none;
      appearance: none;
      background-color: transparent;
      text-align: right;
      text-decoration: none;
      font-size: 1.4rem;
      font-weight: 600;
      font-family: "Fira Sans Condensed", Helvetica;
      font-style: italic;
      display: flex;
      align-items: center;
      margin: 25px 0 0 auto; }
      .home__button:hover {
        text-decoration: underline; }
      .home__button::after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin-left: 15px;
        background: transparent url("https://cd.criselgeek.com/static/iconos/arrow_down.png") no-repeat center;
        background-size: contain; }
    .home__contact {
      z-index: 201;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 15px 0; }
      .home__contact-line {
        display: block;
        text-align: right; }
      .home__contact-link {
        display: inline-block;
        color: #999999;
        text-align: right;
        text-decoration: none; }
        .home__contact-link:hover {
          color: #ffffff; }
        .home__contact-link--email {
          font-family: "Fira Sans", Helvetica;
          font-size: 1.4rem;
          font-weight: 300;
          margin: 5px 0; }
        .home__contact-link--monospaced {
          font-family: "Fira Mono", Monospace;
          font-size: 0.9rem;
          font-weight: 400; } }

@media all and (max-width: 1025px) {
  .home__message {
    position: fixed;
    z-index: 500;
    bottom: 15px;
    display: block;
    width: 40px;
    height: 40px;
    right: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.4) url(../js/5042848f078bdc07a9a0.svg) no-repeat center;
    background-size: 70% 70%;
    appearance: none;
    cursor: pointer;
    padding: 0; }
  .home__photo-layer {
    display: none; }
  .home__right {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 90%;
    margin-left: -50%; }
  .home__data {
    align-content: flex-start;
    padding-top: 125px;
    box-sizing: border-box; }
  .home__left {
    position: relative;
    z-index: 2; }
  .home__contact {
    position: fixed;
    right: 60px;
    bottom: 5px;
    width: auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: flex-end;
    z-index: 500; }
    .home__contact--active {
      display: flex; }
    .home__contact-line--networks {
      display: none; }
    .home__contact-line--contact {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .home__contact-link {
      overflow: hidden;
      color: transparent;
      text-indent: -9999px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      display: block;
      margin: auto 10px;
      width: 28px;
      height: 28px;
      text-decoration: none; }
      .home__contact-link--spacer {
        display: none; }
      .home__contact-link--phone {
        background-image: url(../js/1aab4d0ba9aac63cd7f9.png); }
      .home__contact-link--email {
        background-image: url(../js/07d037cc6c729ed4327e.png); }
      .home__contact-link--telegram {
        background-image: url(../js/6789b2716d8bd0363842.png); }
      .home__contact-link--wa {
        background-image: url(../js/5f085573c74c026581e8.png); }
  .home__title--small {
    font-size: 1rem;
    line-height: 1.3rem; }
  .home__title--big {
    font-size: 3rem;
    line-height: 2.6rem; }
  .home__text, .home__button {
    display: none; } }

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./httpdocs/src/sass/components/_about.sass ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.about {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: #FFCB00; }
  .about__container {
    box-sizing: border-box;
    margin: auto;
    max-width: 1280px;
    width: 90%; }
  .about__title {
    text-align: center;
    margin: 0;
    padding: 0 25px;
    box-sizing: border-box;
    font-weight: 800;
    font-family: "Fira Sans", Helvetica;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center; }
    .about__title--right {
      order: 2;
      position: relative; }
      .about__title--right::before {
        content: "";
        display: block;
        width: 65px;
        height: 50px;
        background: transparent url("https://cd.criselgeek.com/static/iconos/next.png") center no-repeat;
        background-size: contain; }
    .about__title--left::after {
      content: "";
      display: block;
      width: 65px;
      height: 50px;
      background: transparent url("https://cd.criselgeek.com/static/iconos/next.png") center no-repeat;
      background-size: contain; }
  .about__text {
    text-align: left;
    line-height: 1.2rem;
    margin: 10px 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: "Fira Sans Condensed", Helvetica;
    font-style: italic; }

@media all and (min-width: 1025px) {
  .about__container {
    padding: 100px 0; }
  .about__element {
    display: flex;
    align-items: center;
    justify-content: center; }
  .about__title, .about__text {
    width: 50%; }
  .about__title {
    font-size: 4rem; }
    .about__title--right::before {
      transform: rotate(180deg); }
  .about__text--right {
    text-align: right; } }

@media all and (max-width: 1025px) {
  .about__container {
    padding: 60px 0; }
  .about__title {
    font-size: 3rem; }
    .about__title--left::after {
      transform: rotate(180deg); } }

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./httpdocs/src/sass/components/_skills.sass ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.skills__container {
  padding: 80px 0;
  width: 90%;
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;
  max-width: 1280px;
  margin: auto; }

.skills__image {
  display: block; }

.skills__data {
  box-sizing: border-box; }

.skills__title {
  font-style: italic;
  font-weight: 700;
  font-family: "Fira Sans", Helvetica;
  margin: auto auto 30px auto; }

.skills__text {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Fira Sans Condensed", Helvetica;
  font-style: italic;
  margin: 10px 0; }

@media all and (min-width: 1025px) {
  .skills__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .skills__image {
    width: 45%; }
  .skills__data {
    width: 55%;
    padding: 0 0 0 40px; }
  .skills__title {
    font-size: 4rem; } }

@media all and (max-width: 1025px) {
  .skills__image {
    width: 100%;
    margin: auto; }
  .skills__title {
    font-size: 3rem;
    text-align: center;
    margin-top: 20px; } }

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./httpdocs/src/sass/components/_contact.sass ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.contact {
  background-color: #183840;
  background: linear-gradient(to top left, #1ab7b0, #285895, #891abc);
  min-height: 768px;
  padding: 70px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center; }
  .contact__container {
    width: 90%;
    max-width: 1280px;
    margin: auto; }
  .contact__title {
    color: #ffffff;
    margin: 0;
    font-style: italic;
    font-family: "Fira Sans", Helvetica;
    font-weight: 700; }
  .contact__subtitle {
    margin: 20px 0;
    color: #ffffff;
    font-style: italic;
    font-family: "Fira Sans", Helvetica;
    font-size: 1rem;
    font-weight: 700; }
  .contact__text {
    margin: 10px 0;
    line-height: 1.5;
    color: #ffffff;
    font-style: italic;
    font-family: "Fira Sans Condensed", Helvetica;
    font-size: 1rem;
    font-weight: 400; }
  .contact__info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .contact__link, .contact__place {
    color: #ffffff;
    font-family: "Fira Mono", Monospace;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none; }
  .contact__place {
    margin-top: 50px; }
  .contact__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
  .contact__icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin: auto 10px;
    width: 28px;
    height: 28px;
    text-decoration: none; }
    .contact__icon--phone {
      background-image: url("https://cd.criselgeek.com/static/iconos/phone.png"); }
    .contact__icon--email {
      background-image: url("https://cd.criselgeek.com/static/iconos/mail.png"); }
    .contact__icon--telegram {
      background-image: url("https://cd.criselgeek.com/static/iconos/telegram.png"); }
    .contact__icon--whatsapp {
      background-image: url("https://cd.criselgeek.com/static/iconos/whatsapp.png"); }

@media all and (min-width: 1025px) {
  .contact {
    height: 100vh; }
    .contact__container {
      display: flex;
      align-items: center;
      justify-content: center;
      height: calc(100% - 140px); }
    .contact__data {
      width: 65%; }
    .contact__info {
      width: 35%; }
    .contact__title {
      font-size: 4rem; } }

@media all and (max-width: 1025px) {
  .contact {
    height: auto; }
    .contact__vias {
      width: 100%; }
    .contact__networks {
      display: flex;
      justify-content: center; }
    .contact__place {
      text-align: center; }
    .contact__title {
      font-size: 2.5rem;
      text-align: center; }
    .contact__info {
      margin-top: 50px; } }

