@media (min-width: 1201px) {

    html {
      scroll-behavior: smooth;
    }

    body {
      background-color: #1D1D1B;
      width: 100%;
      animation-name: entrada;
      animation-duration: 1.5s;
    }

    @keyframes entrada {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

    a {
      text-decoration: none;
      font-weight: bold;
      color: #EAB522;
    }

    h1 {
      width: 100%;
      font-family: Bitter;
      font-weight: 600;
      font-size: 48px;
      color: #FFF;
      line-height: 60px;
      text-align: center;
      margin-top: 150px;
    }

    h2 {
      margin-bottom: 10px;
      font-family: Bitter;
      font-weight: 500;
      font-size: 36px;
      color: #EAB522;
    }

    h3 {
      text-align: center;
      font-family: Bitter;
      font-weight: 200;
      font-style: italic;
      font-size: 20px;
      color: #FFF;
      margin-top: 50px;
      margin-bottom: 50px;
    }

    h4 {
      font-family: Bitter;
      font-weight: 600;
      font-size: 72px;
      color: #FFF;
      line-height: 80px;
      text-align: center;
      margin-top: 50px;
      margin-bottom: 20px;
      padding: 10px;
    }

    p {
      font-family: Bitter;
      font-weight: lighter;
      font-size: 18px;
      width: 350px;
      color: #FFF;
      line-height: 26px;
    }


    @import url('https://fonts.googleapis.com/css2?family='Lalezar'&display=swap');
    @import url('https://fonts.googleapis.com/css2?family='Lalezar'&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    @font-face {
        font-family: 'ThunderIta';
        src: url('fonts/Thunder-BoldLCItalic.eot'); /* IE9 Compat Modes */
        src: url('fonts/Thunder-BoldLCItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('fonts/Thunder-BoldLCItalic.woff') format('woff'), /* Modern Browsers */
             url('fonts/Thunder-BoldLCItalic.woff2') format('woff2'), /* Modern Browsers */
             url('fonts/Thunder-BoldLCItalic.ttf') format('truetype'); /* Safari, Android, iOS */
                 font-style: italic;
        font-weight: bold;
        text-rendering: optimizeLegibility;
    }

    /* Estilo dos botões */

    nav {
      display: grid;
      grid-template-columns: 1fr 2fr 4fr;
      align-items: center;
      justify-content: space-between;
      margin: 50px 250px 50px 250px;
    }

    .about-me {
      display: flex;
      align-items: center;
      justify-content: center;
      justify-self: end;
      width: 220px;
      height: 75px;
      border-radius: 50%;
      background: #EAB522;
      font-family: 'Lalezar';
      font-size: 32px;
      color: #1D1D1B;
    }

    .about-me:hover {
      width: 216px;
      height: 71px;
      background: #1D1D1B;
      border-color: #EAB522;
      border-style: solid;
      border-width: 2px;
      color: #FFF;
    }

    .header-thumb {
      width: 250px;
    }

    .breadcrumb {
      font-family: Bitter;
      font-weight: 400;
      font-size: 26px;
      color: #FFF;
      line-height: 30px;
    }


    /* Main Image */

    #main-image {
      display: grid;
      height: 1000px;
      overflow-y: hidden;
    }

    /* Briefing */

    #briefing {
      display: grid;
      margin-left: 250px;
      margin-right: 250px;
      margin-bottom: 100px;
    }

    .three-points {
      margin-top: 100px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: start;
      justify-items: center;
    }

    /* Main Piece */

    .main-piece {
      display: grid;
      align-items: center;
      justify-items: center;
      margin-left: 250px;
      margin-right: 250px;
      margin-top: 100px;
    }

    .main-piece img {
      width: 100%;
    }

    .spot {
      width: 100%;
    }

    /* Craft */

    figure {
    	position: sticky;
    	top: 0;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	/* width: 100vw;
    	height: 100vh; */
    }
    figure:nth-child(1) img {
    	transform: scale(0.6) rotate(-12.5deg);
    }
    figure:nth-child(2) img {
    	transform: scale(0.6) rotate(-9.72222deg);
    }
    figure:nth-child(3) img {
    	transform: scale(0.6) rotate(-6.94deg);
    }
    figure:nth-child(4) img {
    	transform: scale(0.6) rotate(-4.16deg);
    }
    figure:nth-child(5) img {
    	transform: scale(0.6) rotate(-1.38deg);
    }
    figure:nth-child(6) img {
    	transform: scale(0.6) rotate(1.38deg);
    }
    figure:nth-child(7) img {
    	transform: scale(0.6) rotate(4.16deg);
    }
    figure:nth-child(8) img {
    	transform: scale(0.6) rotate(6.94deg);
    }
    figure:nth-child(9) img {
    	transform: scale(0.6) rotate(9.72deg);
    }
    figure:nth-child(10) img {
    	transform: scale(0.6) rotate(12.5deg);
    }
    figure img {
    	width: 1920px;
    	height: 1080px;;
    }

    /* Navigation */

    #navigation {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 150px;
      margin-bottom: 150px;
      margin-left: 250px;
      margin-right: 250px;
    }

    .bt-previousproject {
      display: flex;
      justify-self: start;
      height: 40px;
    }

    .bt-previousproject:hover {
      position: relative;
      animation-name: arrowbutton-left;
      animation-duration: 0.5s;
      animation-direction: alternate;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out;
    }

    .bt-nextproject {
      display: flex;
      justify-self: end;
      height: 40px;
    }

    .bt-nextproject:hover {
      position: relative;
      animation-name: arrowbutton-right;
      animation-duration: 0.5s;
      animation-direction: alternate;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out;
    }

    @keyframes arrowbutton-left {
      from {left: 0px;}
      to {left: -30px;}
    }

    @keyframes arrowbutton-right {
      from {left: 0px;}
      to {left: 30px;}
    }


    /* Results */

    #results {
      margin-left: 300px;
      margin-right: 300px;
      margin-bottom: 100px;
    }

    .three-results {
      margin-top: 100px;
      display: grid;
      justify-items: center;
      grid-template-columns: 1fr 1fr 1fr;
    }

    .three-results div {
      display: grid;
      justify-items: center;
    }

    .three-results img {
      width: 55%;
    }



    /* Footer */

    #footer {
      margin-bottom: 5%;
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: center;
      justify-content: center;
    }

    .last-call {
      font-family: 'Lalezar';
      font-size: 40px;
      color: #FFF;
    }

}


@media (min-width: 601px) and (max-width: 1200px) {

    html {
      scroll-behavior: smooth;
    }

    body {
      background-color: #1D1D1B;
      width: 100%;
      animation-name: entrada;
      animation-duration: 1.5s;
    }

    @keyframes entrada {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }

    a {
      text-decoration: none;
      font-weight: bold;
      color: #EAB522;
    }

    h1 {
      width: 100%;
      font-family: Bitter;
      font-weight: 600;
      font-size: 36px;
      color: #FFF;
      line-height: 54px;
      text-align: center;
      margin-top: 50px;
    }

    h2 {
      margin-bottom: 10px;
      font-family: Bitter;
      font-weight: 500;
      width: 250px;
      font-size: 28px;
      color: #EAB522;
    }

    h3 {
      text-align: center;
      font-family: Bitter;
      font-weight: 200;
      font-style: italic;
      font-size: 20px;
      color: #FFF;
      margin-top: 50px;
    }

    h4 {
      font-family: Bitter;
      font-weight: 600;
      font-size: 64px;
      color: #FFF;
      line-height: 80px;
      text-align: center;
      margin-top: 20px;
      padding: 10px;
    }

    p {
      font-family: Bitter;
      font-weight: lighter;
      font-size: 18px;
      width: 250px;
      color: #FFF;
      line-height: 20px;
    }


    @import url('https://fonts.googleapis.com/css2?family='Lalezar'&display=swap');
    @import url('https://fonts.googleapis.com/css2?family='Lalezar'&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    @font-face {
        font-family: 'ThunderIta';
        src: url('fonts/Thunder-BoldLCItalic.eot'); /* IE9 Compat Modes */
        src: url('fonts/Thunder-BoldLCItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('fonts/Thunder-BoldLCItalic.woff') format('woff'), /* Modern Browsers */
             url('fonts/Thunder-BoldLCItalic.woff2') format('woff2'), /* Modern Browsers */
             url('fonts/Thunder-BoldLCItalic.ttf') format('truetype'); /* Safari, Android, iOS */
                 font-style: italic;
        font-weight: bold;
        text-rendering: optimizeLegibility;
    }

    /* Estilo dos botões */

    nav {
      display: grid;
      grid-template-columns: 1fr 1fr 3fr;
      align-items: center;
      justify-content: space-between;
      margin: 50px 150px 50px 150px;
    }

    .about-me {
      display: flex;
      align-items: center;
      justify-content: center;
      justify-self: end;
      width: 180px;
      height: 60px;
      border-radius: 50%;
      background: #EAB522;
      font-family: 'Lalezar';
      font-size: 26px;
      color: #1D1D1B;
    }

    .about-me:hover {
      width: 176px;
      height: 5A 4px;
      background: #1D1D1B;
      border-color: #EAB522;
      border-style: solid;
      border-width: 2px;
      color: #FFF;
    }

    .header-thumb {
      width: 200px;
    }

    .breadcrumb {
      font-family: Bitter;
      font-weight: 400;
      font-size: 26px;
      color: #FFF;
      line-height: 30px;
    }


    /* Main Image */

    #main-image {
      display: grid;
      height: 700px;
      overflow-y: hidden;
    }

    /* Briefing */

    #briefing {
      display: grid;
      margin-left: 50px;
      margin-right: 50px;
      margin-bottom: 50px;
      margin-top: -100px;
    }

    .three-points {
      margin-top: 50px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: start;
      justify-items: center;
    }

    .three-points div {
      width: 30%;
    }

    /* Main Piece */

    .main-piece {
      display: grid;
      align-items: center;
      justify-items: center;
      margin-left: 150px;
      margin-right: 150px;
      margin-top: 100px;
    }

    .main-piece img {
      width: 100%;
    }

    .spot {
      width: 100%;
    }

    /* Craft */

    figure {
    	position: sticky;
    	top: 0;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	/* width: 100vw;
    	height: 100vh; */
    }
    figure:nth-child(1) img {
    	transform: scale(0.6) rotate(-12.5deg);
    }
    figure:nth-child(2) img {
    	transform: scale(0.6) rotate(-9.72222deg);
    }
    figure:nth-child(3) img {
    	transform: scale(0.6) rotate(-6.94deg);
    }
    figure:nth-child(4) img {
    	transform: scale(0.6) rotate(-4.16deg);
    }
    figure:nth-child(5) img {
    	transform: scale(0.6) rotate(-1.38deg);
    }
    figure:nth-child(6) img {
    	transform: scale(0.6) rotate(1.38deg);
    }
    figure:nth-child(7) img {
    	transform: scale(0.6) rotate(4.16deg);
    }
    figure:nth-child(8) img {
    	transform: scale(0.6) rotate(6.94deg);
    }
    figure:nth-child(9) img {
    	transform: scale(0.6) rotate(9.72deg);
    }
    figure:nth-child(10) img {
    	transform: scale(0.6) rotate(12.5deg);
    }
    figure img {
    	width: 960px;
    	height: 542px;
    }


    /* Results */

    #results {
      margin-left: 100px;
      margin-right: 100px;
      margin-bottom: 100px;
    }

    .three-results {
      margin-top: 100px;
      display: grid;
      justify-items: center;
      grid-template-columns: 1fr 1fr 1fr;
      text-align: center;
    }

    .three-results div {
      display: grid;
      justify-items: center;
    }

    .three-results img {
      width: 55%;
    }


    /* Navigation */

    #navigation {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 150px;
      margin-bottom: 100px;
      margin-left: 150px;
      margin-right: 150px;
    }

    .bt-previousproject {
      display: flex;
      justify-self: start;
      height: 30px;
    }

    .bt-previousproject:hover {
      position: relative;
      animation-name: arrowbutton-left;
      animation-duration: 0.5s;
      animation-direction: alternate;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out;
    }

    .bt-nextproject {
      display: flex;
      justify-self: end;
      height: 30px;
    }

    .bt-nextproject:hover {
      position: relative;
      animation-name: arrowbutton-right;
      animation-duration: 0.5s;
      animation-direction: alternate;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out;
    }

    @keyframes arrowbutton-left {
      from {left: 0px;}
      to {left: -30px;}
    }

    @keyframes arrowbutton-right {
      from {left: 0px;}
      to {left: 30px;}
    }


    /* Footer */

    #footer {
      margin-bottom: 5%;
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: center;
      justify-content: center;
    }

    .last-call {
      font-family: 'Lalezar';
      font-size: 30px;
      color: #FFF;
    }


}


@media (max-width: 600px) {

  html {
    scroll-behavior: smooth;
  }

  body {
    background-color: #1D1D1B;
    width: 100%;
    animation-name: entrada;
    animation-duration: 1.5s;
  }

  @keyframes entrada {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  a {
    text-decoration: none;
    font-weight: bold;
    color: #EAB522;
  }

  h1 {
    width: 100%;
    font-family: Bitter;
    font-weight: 600;
    font-size: 26px;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    margin-top: 150px;
  }

  h2 {
    margin-bottom: 10px;
    font-family: Bitter;
    font-weight: 500;
    width: 250px;
    font-size: 22px;
    color: #EAB522;
  }

  h3 {
    text-align: center;
    font-family: Bitter;
    font-weight: 200;
    font-style: italic;
    font-size: 16px;
    color: #FFF;
    margin-top: 20px;
  }

  h4 {
    font-family: Bitter;
    font-weight: 600;
    font-size: 52px;
    color: #FFF;
    line-height: 65px;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
  }

  p {
    font-family: Bitter;
    font-weight: lighter;
    font-size: 16px;
    width: 300px;
    color: #FFF;
    line-height: 20px;
  }


  @import url('https://fonts.googleapis.com/css2?family='Lalezar'&display=swap');
  @import url('https://fonts.googleapis.com/css2?family='Lalezar'&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  @font-face {
      font-family: 'ThunderIta';
      src: url('fonts/Thunder-BoldLCItalic.eot'); /* IE9 Compat Modes */
      src: url('fonts/Thunder-BoldLCItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('fonts/Thunder-BoldLCItalic.woff') format('woff'), /* Modern Browsers */
           url('fonts/Thunder-BoldLCItalic.woff2') format('woff2'), /* Modern Browsers */
           url('fonts/Thunder-BoldLCItalic.ttf') format('truetype'); /* Safari, Android, iOS */
               font-style: italic;
      font-weight: bold;
      text-rendering: optimizeLegibility;
  }

  /* Estilo dos botões */

  nav {
    display: grid;
    grid-gap: 10px;
    justify-items: center;
    align-items: center;
    margin: 50px 50px 50px 50px;
  }

  .about-me {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    margin-right: -60%;
    order: -1;
    width: 130px;
    height: 40px;
    border-radius: 50%;
    background: #EAB522;
    font-family: 'Lalezar';
    font-size: 18px;
    color: #1D1D1B;
  }

  .about-me:hover {
    width: 176px;
    height: 54px;
    background: #1D1D1B;
    border-color: #EAB522;
    border-style: solid;
    border-width: 2px;
    color: #FFF;
  }

  .header-thumb {
    width: 350px;
  }

  .breadcrumb {
    font-family: Bitter;
    font-weight: 400;
    font-size: 28px;
    color: #FFF;
    line-height: 30px;
  }


  /* Main Image */

  #main-image {
    display: grid;
    height: 200px;
    overflow-y: hidden;
  }

  /* Briefing */

  #briefing {
    display: grid;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    margin-top: -100px;
  }

  .three-points {
    margin-top: 20px;
    display: grid;
    grid-gap: 35px;
    grid-template-rows: 1fr 1fr 1fr;
    align-items: start;
    justify-items: center;
  }

  .three-points div {
    width: 80%;
  }

  /* Main Piece */

  .main-piece {
    display: grid;
    align-items: center;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
  }

  .main-piece img {
    width: 100%;
  }

  .spot {
    width: 100%;
  }

  /* Craft */

  .craft {
    margin-left: 20px;
    margin-right: 20px;
  }

  figure {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100vw;
    height: 100vh; */
  }
  figure:nth-child(1) img {
    transform: scale(0.6) rotate(-12.5deg);
  }
  figure:nth-child(2) img {
    transform: scale(0.6) rotate(-9.72222deg);
  }
  figure:nth-child(3) img {
    transform: scale(0.6) rotate(-6.94deg);
  }
  figure:nth-child(4) img {
    transform: scale(0.6) rotate(-4.16deg);
  }
  figure:nth-child(5) img {
    transform: scale(0.6) rotate(-1.38deg);
  }
  figure:nth-child(6) img {
    transform: scale(0.6) rotate(1.38deg);
  }
  figure:nth-child(7) img {
    transform: scale(0.6) rotate(4.16deg);
  }
  figure:nth-child(8) img {
    transform: scale(0.6) rotate(6.94deg);
  }
  figure:nth-child(9) img {
    transform: scale(0.6) rotate(9.72deg);
  }
  figure:nth-child(10) img {
    transform: scale(0.6) rotate(12.5deg);
  }
  figure img {
    width: 500px;
    height: 282px;
  }

  /* Results */

  #results {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 100px;
  }

  .three-results {
    margin-top: 100px;
    display: grid;
    justify-items: center;
    grid-template-rows: 1fr 1fr 1fr;
    row-gap: 50px;
  }

  .three-results div {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .three-results img {
    width: 55%;
  }


  /* Navigation */

  #navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 100px;
    margin-left: 150px;
    margin-right: 150px;
  }

  .bt-previousproject {
    display: flex;
    justify-self: start;
    height: 30px;
  }

  .bt-previousproject:hover {
    position: relative;
    animation-name: arrowbutton-left;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
  }

  .bt-nextproject {
    display: flex;
    justify-self: end;
    height: 30px;
  }

  .bt-nextproject:hover {
    position: relative;
    animation-name: arrowbutton-right;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
  }

  @keyframes arrowbutton-left {
    from {left: 0px;}
    to {left: -30px;}
  }

  @keyframes arrowbutton-right {
    from {left: 0px;}
    to {left: 30px;}
  }


  /* Footer */

  #footer {
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .last-call {
    font-family: 'Lalezar';
    font-size: 30px;
    color: #FFF;
  }


}
