*,
::before,
::after {
  color: #fafafa;
  box-sizing: border-box;
}

html {
  background-color: #fafafa;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  font-family: 'Libre Baskerville', serif;
}

::-webkit-scrollbar {
  width: 0;
}

/* ---------------------- HEADER ---------------------- */
.header___1JQDr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
  padding: 0 20px;
  height: 77px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
}

.logo___2IJZR {
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.4s;
  color: #030303;
}

.logo___2IJZR:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.icon___3nm3l {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  cursor: pointer;
}

.span1___2DawK {
  position: absolute;
  top: 15px;
  right: 0;
  width: 20px;
  border: 1px solid #030303;
  transition: 0.3s;
}

.span2___2IxWy {
  position: absolute;
  top: 15px;
  right: 0;
  width: 30px;
  border: 1px solid #030303;
  margin-top: 5px;
  transition: 0.3s;
}

.icon___3nm3l:hover .span1___2DawK {
  width: 30px;
}

.icon___3nm3l:hover .span2___2IxWy {
  width: 20px;
}

.span1active___1msbo {
  position: absolute;
  top: 15px;
  right: 0;
  width: 30px;
  border: 1px solid #fafafa;
  transform: rotate(45deg);
  transition: 0.3s;
}

.span2active___3NQNu {
  position: absolute;
  top: 15px;
  right: 0;
  width: 30px;
  border: 1px solid #fafafa;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.icon___3nm3l:hover .span1active___1msbo {
  background: linear-gradient(to right, #ff8a00 30%, red 55%, #330867 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

.icon___3nm3l:hover .span2active___3NQNu {
  background: linear-gradient(to right, #ff8a00 30%, red 55%, #330867 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}

/* ---------------- menu -------------- */
.menu___dLYyN {
  position: fixed;
  z-index: -20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #030303;
}

.menu___dLYyN div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.link___EPSgI {
  padding: 10px;
  display: block;
  overflow: hidden;
  font-family: 'Advent Pro', sans-serif;
  text-decoration: none;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 1;
  cursor: pointer;
  margin: 5px;
  position: relative;
  animation: moveLeftLink___urkZZ ease;
  -webkit-animation: moveLeftLink___urkZZ ease;
  -moz-animation: moveLeftLink___urkZZ ease;
  -o-animation: moveLeftLink___urkZZ ease;
  -ms-animation: moveLeftLink___urkZZ ease;
  color: #fafafa;
  transition: color 0.2s linear;
}

.link___EPSgI:hover {
  color: #fafafa88;
}

/* ---------------------- HOME ---------------------- */
.home___2TddX {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.subContenedorHomeLetras___WMC6h {
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
  display: flex;
  flex-direction: column;
}

.welcome___1md4j {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 72px;
  letter-spacing: -3.5px;
  margin: 0;
  animation-delay: 0s;
  animation-name: moveLeft___30qmH;
  -webkit-animation-delay: 0s;
  -webkit-animation-name: moveLeft___30qmH;
}

.introScroll___26na2 {
  margin-top: 30px;
  align-self: center;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-name: moveBottom___17GVH;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: moveBottom___17GVH;
}

/* ---------------------- ABOUT ---------------------- */
.about___O-FED {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
}

.about___O-FED h1 {
  margin: 0;
  padding: 20px;
  font-family: 'Advent Pro', sans-serif;
  font-weight: 900;
  font-size: 56px;
  letter-spacing: 5px;
  line-height: 1;
  color: #030303;
  background-color: #fafafa;
  z-index: 2;
}

.about___O-FED .goWorkContainer___1JbQQ {
  position: sticky;
  position: -webkit-sticky;
  top: 40px;
  bottom: 0;
  margin-right: 50px;
  height: 100px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  z-index: 1;
}

/* ---------------------- WORK ---------------------- */
.work___2iM8E {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  -webkit-display: flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;

  -ms-display: flex;
  -ms-flex-direction: column;
  -ms-justify-content: flex-start;
  -ms-align-items: flex-start;

  border-radius: 10px;
}

.work___2iM8E p {
  margin-top: 10vh;
  margin-left: 40px;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Advent Pro', sans-serif;
  color: #030303;
}

.contentWork___J9Y9d {
  margin: 0;
  margin-top: 90px;
  padding: 20px;
  max-width: 1120px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.card___3tgRR {
  margin: 20px;
  height: 240px;
  width: 230px;
  border-radius: 30px;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.6s;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
}

.card___3tgRR:hover > .imageBackground___27aEP {
  transform: scale(1.1);
  transition: 0.6s;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.card___3tgRR .imageBackground___27aEP {
  margin: 0;
  width: 100%;
  height: 240px;
  transition: 0.6s;
  z-index: -1;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.card___3tgRR .divTitle___wZBGV {
  margin: 0;
  background-color: #030303ee;
  padding: 11px;
  width: 110%;
  height: 70px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: -1px;
  left: -1px;
}

.card___3tgRR .divTitle___wZBGV span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #fafafa;
}

/* ------------------------ CONTACT ------------------------ */

.contact___3xb7F {
  margin: 0;
  padding: 0;
  min-height: calc(100vh - 77px);
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.contact___3xb7F a {
  margin: 10px;
  padding: 0.5em 1em;
  height: 140px;
  width: 130px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #030303;
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  outline: none;
  overflow: hidden;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
}

.contact___3xb7F a img {
  margin-bottom: 1px;
  width: 50px;
  height: 50px;
  transition: all 0.2s linear;
}

.contact___3xb7F a span {
  display: block;
  font-family: 'Advent Pro', sans-serif;
  font-size: 30px;
  font-weight: 100;
  color: #fafafa;
}

.contact___3xb7F a:hover > img{
  transform: scale(1.1);
}

/* ----------------------   WORKITEM  ---------------------- */

.workItem___VKNn_ {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;;
}

.description___1ZqXW {
  padding: 80px;
  padding-left: 90px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  font-family: 'Advent Pro', sans-serif;
  position: relative;
}

.description___1ZqXW h1 {
  margin-bottom: 10px;
  letter-spacing: 2px;
  animation-duration: 1s;
  animation-name: moveLeft___30qmH;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: moveLeft___30qmH;
  -webkit-animation-delay: 0s;
  color: #030303;
}

.description___1ZqXW span {
  margin-bottom: 10px;
  letter-spacing: 2px;
  animation-duration: 2s;
  animation-name: moveLeft___30qmH;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: moveLeft___30qmH;
  color: #030303;
}

.workImages___3HKur {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.workImages___3HKur > * {
  animation-duration: 2s;
  animation-name: moveBottom___17GVH;
  animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: moveBottom___17GVH;
  -webkit-animation-delay: 0s;
}

.workImages___3HKur video {
  margin: 10px;
  margin-top: 0;
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 15px;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
}

.workImages___3HKur img {
  margin: 10px;
  border-radius: 15px;
  object-fit: contain;
  cursor: pointer;
  transition: 0.4s;
  max-width: 100%;
  height: auto;
  box-shadow: 5px 5px 30px 7px rgba(0, 0, 0, 0.25),
    -5px -5px 30px 7px rgba(0, 0, 0, 0.22);
}

/* ---------------------- ANIMACIONES ---------------------- */

@keyframes moveLeftLink___urkZZ {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translate(0);
  }
}

@-moz-keyframes moveLeftLink___urkZZ {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes moveLeftLink___urkZZ {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translate(0);
  }
}

@-o-keyframes moveLeftLink___urkZZ {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translate(0);
  }
}

@-ms-keyframes moveLeftLink___urkZZ {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes moveLeft___30qmH {
  0% {
    opacity: 0;
    transform: translateX(-600px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveRight___1cFsX {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveBottom___17GVH {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------------------- RESPONSIVE ---------------------- */

@media screen and (max-width: 600px) {
  .work___2iM8E {
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }

  .contentWork___J9Y9d {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }

  .contact___3xb7F {
    flex-direction: column;
  }

  .about___O-FED h1 {
    font-weight: 100;
    font-size: 26px;
  }

  .about___O-FED span {
    margin-left: 10px;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .welcome___1md4j {
    font-size: 28px;
    letter-spacing: 7px;
  }

  .contact___3xb7F a {
    height: 140px;
    width: 130px;
  }
}

@media screen and (max-width: 500px) {
  .about___O-FED h1 {
    font-weight: 100;
    font-size: 24px;
  }

  .about___O-FED span {
    margin-left: 10px;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .welcome___1md4j {
    font-size: 24px;
    letter-spacing: 7px;
  }
}

@media screen and (max-width: 400px) {
  .welcome___1md4j {
    font-size: 20px;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 350px) {
  .welcome___1md4j {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .workItem___VKNn_ .description___1ZqXW {
    padding: 40px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 300px) {
  .welcome___1md4j {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .workItem___VKNn_ .description___1ZqXW {
    padding: 30px;
    padding-top: 70px;
  }
}

/*  ???????????????????????????????????????????????????  */

@-webkit-keyframes chevron-pulse___3-Zew {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes chevron-pulse___3-Zew {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.tcon_svgchevron___3XFJl {
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.tcon_svgchevron___3XFJl path {
  -webkit-animation: chevron-pulse___3-Zew 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
  animation: chevron-pulse___3-Zew 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
  fill: transparent;
  stroke: #030303;
  stroke-width: 1px;
}

.tcon_svgchevron___3XFJl path.a1___3HgV3 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.tcon_svgchevron___3XFJl path.a2___3JDBG {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.tcon_svgchevron___3XFJl path.a3___3eytR {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

