/*
Version 6
02/01/24
 */
@font-face {
  font-family: Latina-Essential;
  src: url(../fonts/LatinaEssential-Light.woff2) format("woff2"), url(../fonts/LatinaEssential-Light.woff) format("woff"), url(../fonts/LatinaEssential-Light.eot) format("eot");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Latina-Essential;
  src: url(../fonts/LatinaEssential-LightIt.woff2) format("woff2"), url(../fonts/LatinaEssential-LightIt.woff) format("woff"), url(../fonts/LatinaEssential-LightIt.eot) format("eot");
  font-weight: 300;
  font-style: italic
}

@font-face {
  font-family: Latina-Essential;
  src: url(../fonts/LatinaEssential-Medium.woff2) format("woff2"), url(../fonts/LatinaEssential-Medium.woff) format("woff"), url(../fonts/LatinaEssential-Medium.eot) format("eot");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Latina-Essential;
  src: url(../fonts/LatinaEssential-MediumIt.woff2) format("woff2"), url(../fonts/LatinaEssential-MediumIt.woff) format("woff"), url(../fonts/LatinaEssential-MediumIt.eot) format("eot");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: Latina-Essential;
  src: url(../fonts/LatinaEssential-Bold.woff2) format("woff2"), url(../fonts/LatinaEssential-Bold.woff) format("woff"), url(../fonts/LatinaEssential-Bold.eot) format("eot");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Latina-Essential;
  src: url(../fonts/LatinaEssential-BoldIt.woff2) format("woff2"), url(../fonts/LatinaEssential-BoldIt.woff) format("woff"), url(../fonts/LatinaEssential-BoldIt.eot) format("eot");
  font-weight: 700;
  font-style: italic
}

@font-face {
  font-family: 'cute-bold';
  src: url('../fonts/cute-font-bold-webfont.woff2') format('woff2'),
    url('../fonts/cute-font-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cute-reg';
  src: url('../fonts/cute-font-reg-webfont.woff2') format('woff2'),
    url('../fonts/cute-font-reg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cute-light';
  src: url('../fonts/cute-font-light-webfont.woff2') format('woff2'),
    url('../fonts/cute-font-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.floating {
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 10px);
  }

  to {
    transform: translate(0, -0px);
  }
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 10px);
  }

  to {
    transform: translate(0, -0px);
  }
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #202F33;
  font-family: "Latina-Essential", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #E0E8EC;
}

header {
  max-width: 1136px;
  width: 100%;
  height: 93vh;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/javo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 0;
}

section::before {
  background: linear-gradient(to bottom,
      hsla(204, 20%, 95%, 0) 0%,
      hsla(204, 20%, 95%, 0.013) 8.1%,
      hsla(204, 20%, 95%, 0.049) 15.5%,
      hsla(204, 20%, 95%, 0.104) 22.5%,
      hsla(204, 20%, 95%, 0.175) 29%,
      hsla(204, 20%, 95%, 0.259) 35.3%,
      hsla(204, 20%, 95%, 0.352) 41.2%,
      hsla(204, 20%, 95%, 0.45) 47.1%,
      hsla(204, 20%, 95%, 0.55) 52.9%,
      hsla(204, 20%, 95%, 0.648) 58.8%,
      hsla(204, 20%, 95%, 0.741) 64.7%,
      hsla(204, 20%, 95%, 0.825) 71%,
      hsla(204, 20%, 95%, 0.896) 77.5%,
      hsla(204, 20%, 95%, 0.951) 84.5%,
      hsla(204, 20%, 95%, 0.987) 91.9%,
      hsl(204, 20%, 95%) 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  mix-blend-mode: multiply;
}


section,
footer,
article {
  background-color: #E0E8EC;
}

header main {
  text-shadow: 0 0 40px #F0F3F5;
}

.nav {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}

.nav .logo svg {
  fill: #202F33;
  margin-right: 1rem;
}

.logo {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease-in-out;
  position: relative;
}

.logo svg {
  z-index: 2;
}

.logo span {
  background-color: rgb(0, 158, 8);
  color: #0d0a0b;
  font-size: .7rem;
  padding: .3rem;
  font-weight: 600;
  border-radius: 100%;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
  left: 1.25rem;
  top: -.1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  outline: 3px #EFF3F6 solid;
}

.logo .compressed {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out;
}

.logo .expanded {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
  left: .5rem;
  border-radius: 4px;
  top: .5rem;
  background-color: #000326c0;
  mix-blend-mode: multiply;
  color: white;
  font-family: 'cute-reg', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.logo:hover .compressed {
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.logo:hover .expanded {
  left: 2.5rem;
  opacity: 1;
  visibility: visible;
  transition: all .6s ease-in-out;
}

.nav .buttons {
  display: inline-flex;
  gap: 0.5rem;
  margin-left: 1rem;
}

.nav .buttons a,
.nav .buttons a:visited {
  margin-left: 0;
}

.nav .buttons a:first-child {
  margin-left: 0;
}

/* button anmation */

.buttons #theme-toggle svg {
  fill: none;
}

button#theme-toggle {
  border-radius: 100%;
  padding: 8px;
}

button span {
  line-height: 0;
}

@keyframes infinitySpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.infinity-spin {
  animation: infinitySpin 30s linear infinite;
  transform-origin: center;
}

@keyframes gentleMoonRock {

  0%,
  100% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(10deg);
  }
}

.gentle-moon-rock {
  animation: gentleMoonRock 6s ease-in-out infinite;
}


/* button anmation */

.buttons a,
.buttons a:visited,
.buttons button,
.buttons button:visited {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 16px 8px;
  font-size: .9rem;
  font-weight: 400;
  font-style: normal;
  background: rgba(13, 10, 11, 0.1);
  border-radius: 10px;
  text-decoration: none;
  color: #202F33;

  transition: all .3s ease-in-out;
  outline: none;
  border: none;
  cursor: pointer;
}

.buttons svg {
  fill: #202F33;
}

.buttons a:hover,
.buttons button:hover {
  background: rgba(13, 10, 11, 0.2);
  transition: all .3s ease-in-out;
  transform: translateY(-2px);
}

.nav .buttons a:hover svg {
  color: #202F33;
  fill: #202F33
}

.buttons a>svg {
  margin-right: .5rem;
}

main {
  margin-bottom: 5%;
  position: relative;
  z-index: 1;
}

header h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.2rem;
  margin-bottom: 2rem;
  padding: 0 5%;
}

header h1 a,
header h1 a:visited {
  display: inline-block;
  text-decoration: none;
  padding: .1rem .5rem .4rem;
  color: #202F33;
  border-radius: .4rem;
  transition: all .3s ease-in-out;
  background: rgba(13, 10, 11, 0.07);
}

header h1 a:hover {
  background: rgba(14, 104, 231, 0.15);
  transition: all .3s ease-in-out;
  color: #0e68e7;
}

main a:hover .emoji-hand {
  -webkit-animation-name: wave;
  animation-name: wave;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  transform-origin: 70% 70%;
  display: inline-block;
}

@-webkit-keyframes wave {
  0% {
    transform: rotate(0.0deg)
  }

  10% {
    transform: rotate(14.0deg)
  }

  20% {
    transform: rotate(-8.0deg)
  }

  30% {
    transform: rotate(14.0deg)
  }

  40% {
    transform: rotate(-4.0deg)
  }

  50% {
    transform: rotate(10.0deg)
  }

  60% {
    transform: rotate(0.0deg)
  }

  100% {
    transform: rotate(0.0deg)
  }
}

@keyframes wave {
  0% {
    transform: rotate(0.0deg)
  }

  10% {
    transform: rotate(14.0deg)
  }

  20% {
    transform: rotate(-8.0deg)
  }

  30% {
    transform: rotate(14.0deg)
  }

  40% {
    transform: rotate(-4.0deg)
  }

  50% {
    transform: rotate(10.0deg)
  }

  60% {
    transform: rotate(0.0deg)
  }

  100% {
    transform: rotate(0.0deg)
  }
}

main a:hover .emoji-rocket {
  -webkit-animation: ship .9s 2;
  animation: ship .9s 2;
  display: inline-block;
  transform-origin: 90% 60%;
}

@-webkit-keyframes ship {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-2px) rotate(-2.0deg);
  }

  100% {
    transform: translateY(0px) rotate(0.0deg);
  }
}

@keyframes ship {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-2px) rotate(-2.0deg);
  }

  100% {
    transform: translateY(0px) rotate(0.0deg);
  }
}

header h1 {
  text-shadow: 0px 0px 20px #F0F3F5;
}

header p.buttons {
  text-align: center;
  width: 100%;
}

header p.buttons a,
header p.buttons a:visited {
  font-weight: 400;
  font-size: 1.2rem;
  background-color: #202F33;
  color: #F0F3F5;
  margin: 0;
}

header p.buttons svg {
  fill: #F0F3F5;
}

header p.buttons a:hover {
  background-color: #0d1314;
}

header main .buttons a svg {
  fill: #F0F3F5;
  color: #F0F3F5;
}

.wrap {
  margin: 0 auto;
}

.container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-auto-flow: row;
  color: white;
  max-width: 1136px;
  width: 96%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.container>div {
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  display: inline-flex;
}

.container>div>img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.latest-tag {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: rgba(0, 0, 0, .8);
  color: #FFF;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: .75rem;
  padding: .25rem .5rem .3rem .4rem;
  border-radius: 8px;
  font-weight: 600;
  line-height: 0;
  font-family: 'cute-reg', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: -.4px;
  border: 1px solid rgba(255, 255, 255, .25);
}

.latest-tag svg {
  height: 12px;
}

.fala .project,
.unight .project,
.at .project,
.cooklist .project,
.recylink .project,
.mejorate .project,
.zesty .project {
  margin-left: 0;
}

.label {
  font-style: normal;
  font-weight: bold;
  font-size: .7rem;
  text-transform: uppercase;
  color: #FEFEFE;
  opacity: 0.6;
  margin-bottom: .25rem;
  mix-blend-mode: normal;
  opacity: .7;
}

.project>h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0;
  color: #FFFFFF;
}

.project>p {
  font-style: normal;
  text-wrap: pretty;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  margin-top: .5rem;
  margin-bottom: 1.6rem;
  opacity: .95;
  font-family: 'cute-reg', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.project>a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 16px 8px;
  font-size: .85rem;
  font-weight: 600;
  background: #FFFFFF;
  border-radius: 8px;
  text-decoration: none;
  line-height: 1.3rem;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.15);
  transition: all .3s ease-in-out;
}

.project>a:hover {
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.25);
  transition: all .3s ease-in-out;
  transform: translateY(-2px);
}

.project>a>span {
  margin-right: .5rem;
  white-space: nowrap;
}

.project>a>svg {
  margin-top: 2px;
}

.rocketds {
  grid-area: 1 / 1 / 2 / 5;
  background-color: #5555ee;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1;
  gap: 1.8rem;
}

.rocketds img {
  height: 220px;
  width: auto;
}

.rocketds a,
.rocketds a:visited {
  color: #3838fb;
}

.fintual {
  grid-area: 1 / 5 / 3 / 7;
  background-color: #005AD6;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.fintual a,
.fintual a:visited {
  color: #005AD6;
}

.fintual img {
  height: 280px;
  width: auto;
}

.mercado {
  /* grid-area: 1 / 5 / 3 / 7; */
  grid-area: 3 / 1 / 3 / 3;
  background-color: #2E3273;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.mercado a,
.mercado a:visited {
  color: #2E3273;
}

.mercado img {
  height: 280px;
  width: auto;
}

.cooklist {
  grid-area: 3 / 3 / 3 / 5;
  background-color: #007F6D;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.cooklist img {
  align-self: center;
  max-height: 280px;
  width: 100%;
  max-width: 100%;
}

.cooklist a,
.cooklist a:visited {
  color: #007F6D;
}

.fala {
  grid-area: 3 / 5 / 4 / 7;
  background-color: #9BC83C;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #434244;
}

.fala h2 {
  color: #434244;
}

.fala img {
  height: auto;
  width: 260px;
  align-self: center;
}

.fala a,
.fala a:visited {
  color: #5F7D23;
}

.fala .label {
  color: #434244;
}

.oiplay {
  grid-area: 7 / 1 / 10 / 3;
  background-color: #638CF7;
  flex-direction: column;
  justify-content: space-evenly;
}

.oiplay>.project {
  margin: 0;
}

.oiplay img {
  max-height: 240px;
  align-self: center;
  margin-bottom: 2rem;
}

.oiplay a,
.oiplay a:visited {
  color: #0C49E9;
}

.unight {
  grid-area: 7 / 3 / 10 / 5;
  background-color: #D61DA1;
  flex-direction: column;
  justify-content: space-between;
}

.unight img {
  max-height: 200px;
  align-self: center;
  margin-top: 2rem;
}

.unight a,
.unight a:visited {
  color: #D61DA1;
}

.at {
  background-color: #4DCAFE;
  grid-area: 7 / 1 / 6 / 3;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  color: #003D64;
}

.at h2 {
  color: #003D64;
}

.at img {
  max-height: 180px;
}

.at a,
.at a:visited {
  font-weight: 600;
  text-decoration: none;
  color: #003D64;
  border-bottom: transparent;
  transition: all .3s ease-in-out;
}

.at a:hover {
  border-bottom: 2px solid #003D64;
  transition: all .3s ease-in-out;
}

.at .label {
  color: #005f9b;
}

.karu {
  grid-area: 7 / 5 / 10 / 7;
  background-color: #23396B;
  flex-direction: column;
  justify-content: space-between;
}

.karu a,
.karu a:visited {
  color: #2E3273;
}

.karu img {
  height: 220px;
  width: auto;
}

.tdoee {
  grid-area: 6 / 3 / 6 / 7;
  background-color: #0571cc;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.tdoee a,
.tdoee a:visited {
  color: #00457e;
}

.tdoee img {
  height: 240px;
  width: auto;
}

.rendalo {
  grid-area: 5 / 3 / 6 / 7;
  background-color: rgb(241, 113, 5);
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}

.rendalo img {
  align-self: center;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
}

.rendalo a,
.rendalo a:visited {
  color: rgb(199, 90, 0);
}

.zesty {
  grid-area: 2 / 1 / 3 / 5;
  background-color: #9071FF;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}

.zesty img {
  height: 240px;
  width: auto;
  margin-left: 2rem;
}

.zesty a,
.zesty a:visited {
  color: #5844a1;
}

.recylink {
  grid-area: 4 / 1 / 6 / 3;
  background-color: #0078C8;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.recylink img {
  max-height: 240px;
  width: auto;
  margin-bottom: 2rem;
}

.recylink a,
.recylink a:visited {
  color: #0078C8;
}

.mejorate {
  grid-area: 4 / 3 / 5 / 7;
  background-color: #07CDCB;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  gap: 1.8rem;
}

.mejorate .label,
.mejorate h2,
.mejorate p {
  color: #01413f;
}

.mejorate img {
  max-height: 220px;
  width: auto;
}

.mejorate a,
.mejorate a:visited {
  color: #008B8D;
}

/* Dribbble */
.dribbble-feed {
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 1136px;
  width: 96%;
}

.shot {
  grid-area: 1;
  border-radius: 24px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transition: all .3s ease-in-out;
  margin: 24px 0;
  position: relative;
  min-height: 280px;
  outline: solid 1px rgba(255, 255, 255, 0.2);
}

.shot:hover {
  transform: scale(1.02);
  transition: all .3s ease-in-out;
}

.shot img {
  border-radius: 24px;
}

.shot a {
  width: 100%;
  height: 100%;
  display: flex;
  min-height: 280px;
  color: transparent;
}

.shot svg {
  position: absolute;
  color: #ea4c89;
  right: 1rem;
  height: 1.3rem;
  width: 1.3rem;
  top: .8rem;
  margin: .5rem 0;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.shot-image,
.shot img {
  width: 100%;
}

/* End Dribbble */
.social {
  max-width: 1136px;
  width: 70%;
  padding-top: 5%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.social a,
.social a:visited {
  margin-left: 0;
}

.support {
  width: 100%;
  text-align: center;
  padding: 8rem 0 1rem;
}

.support span {
  font-size: .8rem;
}

.support a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  color: #0e68e7;
  transition: all .3s ease-in-out;
  font-size: .875rem;
}

.support a:hover {
  border-bottom: 2px solid #0e68e7;
  transition: all .3s ease-in-out;
}

.support p {
  font-size: .8rem;
}

.support span {
  font-size: .7rem;
  padding: .2rem .3rem;
  font-weight: 600;
  border-radius: .3rem;
  transition: all .3s ease-in-out;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: .3rem;
}

.support span.wip {
  background-color: rgba(255, 183, 0, 0.95);
  color: #0d0a0b;
}

.support span.done {
  background-color: rgba(0, 187, 9, 0.95);
  color: #0d0a0b;
}

.support .status {
  padding-top: 2rem;
}

.support svg {
  margin-right: .3rem;
}

.support .final {
  font-size: .7rem;
  padding-top: 2rem;
}

/* About */
.about {
  overflow-x: hidden;
  zoom: normal;
}

.about header::after {
  display: none;
}

.about .buttons a.active,
.about .buttons a:active.active {
  background-color: #202F33;
  color: #F0F3F5;
}

.buttons .active>svg {
  fill: #F0F3F5;
}

.about .nav {
  padding: 0 7.5%;
  width: 85%;
}

.about .nav .buttons {
  display: inline-flex;
}

.about main img {
  width: 200px;
  border-radius: 100%;
  margin: 2rem 0;
  -webkit-filter: saturate(2%);
  filter: saturate(2%);
  transition: all .3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 32px 40px rgba(0, 0, 0, 0.05);
}

.about main img:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  transition: all .3s ease-in-out;
}

.about main {
  width: 100%;
  max-width: 1136px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.about main p,
.about .social {
  max-width: 640px;
  width: 85%;
  text-wrap: pretty;
  padding: 0 7.5%;
  justify-content: space-between;
  font-family: 'cute-reg', Latina-Essential, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.about .social {
  margin-top: 0;
}

.about header {
  height: auto;
}

.buttons a:hover svg {
  color: inherit;
  transition: all .3s ease-in-out;
}

.buttons a:hover svg {
  color: #F0F3F5;
  transition: all .3s ease-in-out;
}

.buttons a.buttonDribbble:hover,
.buttons a.buttonDribbble:visited {
  background-color: #ea4c89 !important;
  color: #F0F3F5;
  transition: all .3s ease-in-out;
}

.buttons a.buttonLinkedin:hover,
.buttons a.buttonLinkedin:visited {
  background-color: #0077b5 !important;
  color: #F0F3F5;
  transition: all .3s ease-in-out;
}

.about .buttons a.buttonSpotify:hover,
.about .buttons a.buttonSpotify:visited {
  background-color: #1db954 !important;
  color: #191414;
  transition: all .3s ease-in-out;
}

.buttons a.buttonBehance:hover,
.buttons a.buttonBehance:visited {
  background-color: #1769ff !important;
  color: #F0F3F5;
  transition: all .3s ease-in-out;
}

.buttons a.buttonSpotify:hover svg {
  fill: #191414;
  color: #191414;
  transition: all .3s ease-in-out;
}

.buttons a.buttonTwitter:hover,
.buttons a.buttonTwitter:visited {
  background-color: #000 !important;
  color: #FFF;
  transition: all .3s ease-in-out;
}

.buttons a.buttonInstagram:hover,
.buttons a.buttonInstagram:visited {
  background-color: #e1306c !important;
  color: #F0F3F5;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 1024px) {

  .nav,
  .about .nav {
    margin: 1.5rem auto;
  }

  .cooklist>img,
  .fala>img {
    max-height: 250px;
  }

  .rendalo>img,
  .mejorate>img {
    width: 45%;
  }

  .recylink>img {
    width: 70%;
  }

  .shot a,
  .shot {
    min-height: auto;
  }

  .social {
    width: 100%;
  }
}

@media only screen and (max-width: 940px) {
  header {
    min-height: 80vh;
  }

  .container {
    display: flex;
    flex-direction: column;
    width: 95%;
  }

  .at {
    order: 6;
  }

  .container>div {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-height: 18rem;
  }

  .container>div>img {
    width: auto;
    min-width: 0;
    height: 30vw;
    margin-bottom: 0;
    margin-right: 1rem;
  }

  .unight img {
    max-height: 180px;
  }

  .project {
    width: 50%;
    margin-left: 0;
  }

  .dribbble-feed {
    width: 95%;
  }

  .social {
    width: 85%;
    padding-top: 15%;
    flex-direction: column;
  }

  .social a {
    width: 100%;
    margin-bottom: 1rem;
    height: 2.5rem;
    font-size: 1rem;
  }

  .about .social a {
    padding: 7px 0 8px;
  }
}

@media only screen and (max-width: 600px) {
  button#theme-toggle {
    display: none;
  }

  section::before {
    height: 75%;
  }

  #mainFooter .buttons a,
  .buttons a:visited {
    border-radius: 16px;
  }

  header p.buttons a,
  header p.buttons a:visited {
    width: 82vw;
    margin-bottom: 1rem;
    margin-left: 0;
    height: 2.6rem;
    font-size: 1.1rem;
    border-radius: 16px;
    max-height: 40px;
  }

  header h1 {
    font-size: 1.6rem;
    line-height: normal;
    padding: 0 5%;
    font-weight: 500;
  }

  .logo span {
    left: 50%;
  }

  .container {
    display: flex;
    flex-direction: column;
    width: 92%;
    grid-column-gap: 0px;
    padding: 0;
    margin: 0 auto 2rem;
  }

  .at {
    order: 6;
  }

  .unight img {
    width: auto !important;
  }

  .container>div {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 2.5rem 2rem 3rem;
  }

  .container>div>img {
    width: auto;
    min-width: 0;
    height: 50vw;
    margin-bottom: 2rem;
  }

  .project {
    width: 100%;
    margin-left: 0;
  }

  .dribbble-feed {
    width: 92%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .shot {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 320px) {
  header {
    min-height: 75vh;
  }

  header h1 {
    font-size: 1.2rem;
    padding: 0 5%;
  }

  .logo span {
    left: 2rem;
    ;
  }

  .buttons a,
  .buttons a:visited {
    margin-left: .5rem;
    padding: 7px 12px 8px;
  }
}

/* Zesty internal */
body #case {
  z-index: 0;
}

#case section,
#case section::before,
#case header::after,
#case section {
  background: none;
}

#case .nav {
  max-width: 1136px;
  margin: 1rem auto;
}

#case header {
  background-image: url(../img/zesty/zesty-header.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  max-width: none;
  width: 100%;
  height: 18vw;
  min-height: auto;
  z-index: 1;
  position: relative;
}

#case .case-logo {
  display: block;
  margin: auto;
  height: 24px;
  padding-bottom: 1rem;
}

/* revisar */
article {
  max-width: 846px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto 5rem !important;
}

article p,
article li,
article .date {
  font-family: 'cute-reg', Latina-Essential, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

article p a:link,
article p a:visited {
  color: #6C50D3;
  text-decoration: none;
  border-bottom: 2px solid #6C50D3;
  transition: all .3s ease;
  position: relative;
  bottom: 0px;
  border-radius: 2px;
}

article p a:hover {
  color: #6C50D3;
  text-decoration: none;
  border-bottom: 4px solid #6C50D3;
  transition: all .3s ease;
}

article h1 {
  font-size: 2rem;
}

article>* {
  margin: 0 5%;
}

article .last {
  margin-bottom: 4rem;
}

article h1,
article h2 {
  margin-bottom: .8rem;
}

article p {
  margin-bottom: 2rem;
  max-width: 90ch;
}

article .highlights {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 5% 8%;
}

.highlights>div {
  width: 25%;
}

article .highlights h3 {
  margin-bottom: .5rem;
}

article .highlights ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
}

article p,
article li {
  line-height: calc(1ex / 0.32);
}

.photos img {
  border-radius: .4rem;
}

.photos {
  margin-bottom: 2rem;
}

article .date {
  color: lightslategray;
  font-style: italic;
  opacity: .75;
  text-align: center;
}

article .divider {
  display: block;
  text-align: center;
  margin-bottom: 10%;
  color: #00FFBD;
  font-size: 2rem;
  opacity: .75;
}

article h3 {
  margin-bottom: .8rem;
}

@media only screen and (max-width: 900px) {
  article .highlights {
    flex-wrap: wrap;
  }

  article .highlights>div {
    width: 45%;
    margin-bottom: 2rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 500px) {
  article {
    width: 98%;
  }

  article .highlights>div {
    width: 100%;
    margin-bottom: 1rem;
  }

  #case header {
    min-height: 32vw;
    background-size: 230%;
  }

  #case .case-logo {
    height: 24px;
    padding-bottom: 2rem;
  }
}
