  /* GLOBAL STYLES */

  body {
    font-family: 'Quicksand', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
    padding: 0;
    margin: 0;
    background-color: rgba(128, 128, 128, 0.056);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    letter-spacing: 2px;
  }

  h1 {
    padding: 1em;
  }

  p {
    width: 90%;
    padding: 1em;
    text-wrap: wrap;
  }

  img {
    width: 100%;
  }

  i {
    text-align: left;
    margin-top: 0px;
    margin-left: 1em;
  }

  /* CONTEUDO CENTRAL */


  #main,
  .main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 57%;
    margin-right: 11%;
    float: right;
    height: auto;
    text-align: center;
    color: #020000;
    border: transparent;
    overflow-x: scroll;
    background-color: #FFF;
    gap: 10px;
    padding: 5px;
    overflow-x: hidden;
    /* garante que não apareça scroll lateral */
  }


  /* AREA CONTEÚDO */


  #projects {
    width: calc(100%-300px);
    margin: 10rem 10px 0 10px;
    text-align: center;

  }

  #projects>em {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    color: #999999;
  }

  #projects>h1 {
    text-align: start;
    font: 700 18px "Playfair-display", georgia, serif;
    margin: 0 0 72px 0;
  }

  .p {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    margin: 5px;
    max-width: 20em;
    border-radius: 5px;

  }

  img {
    border-radius: 10px;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
  }

  .services h3 {
    font-family: "Quicksand", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }


  .education {
    margin-bottom: 100px;
    animation-duration: 3s;
    animation-name: fade-inOut;
    transition-delay: 3.5s;
  }

  .education em {
    padding: 5px;
    margin-left: 15px;
    margin-bottom: 20px;

  }


  .education h1 {
    font: 700 18px 'Playfair-Display', Georgia, serif;
    text-align: left;
    margin-top: -20px;
    margin-bottom: 52px;


  }

  .education div a {
    width: 795px;
    text-transform: uppercase;
    height: 57px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: justify;
    border: none;
    background-color: #f2f3f7;
    padding: 5px 25px;
    font: 400 14px "Quicksand", arial, sans-serif;
    margin-left: 1.1rem;

  }

  .education .fa-minus {
    margin-left: 750px;
    text-align: right;
    position: absolute;
    color: #fff;
    padding-right: 10px;
    cursor: pointer;
  }

  .education .fa-plus {
    margin-left: 750px;
    text-align: right;
    position: absolute;
    color: black;
    cursor: pointer;
  }


  .education a {
    width: 87%;
    margin: 10px;
    color: black;

  }

  .education a.active {
    width: 795px;
    text-align: end;
    background-color: #2c98f0;
    color: #fff;
    transition: 1.5 ease-in-out;
  }


  .panel-body {
    width: 795px;
    height: 100px;
    display: flex;
    text-align: justify;
    margin-left: 10px;
    border: 0.5px solid rgba(128, 128, 128, 0.468);
    margin-bottom: 20px;
    margin-left: 1.1rem;
  }

  .panel-body p {
    width: 375px;
    height: 100px;
    text-align: justify;
    text-wrap: wrap;
    color: #000000b3;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .panel-body2 {
    width: 795px;
    height: 100px;
    display: none;
    text-align: justify;
    margin-left: 10px;
    border: 0.5px solid rgba(128, 128, 128, 0.468);
    margin-bottom: 20px;
    font-size: 10px;
    margin-left: 1.1rem;
  }

  .panel-body2 p {
    width: 375px;
    height: 100px;
    text-align: justify;
    text-wrap: wrap;
    color: #000000b3;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 10px;

  }

  .panel-body3 {
    width: 795px;
    height: 100px;
    display: none;
    text-align: justify;
    margin-left: 10px;
    border: 0.5px solid rgba(128, 128, 128, 0.468);
    margin-bottom: 20px;
    margin-left: 1.1rem;
  }

  .panel-body3 p {
    width: 375px;
    height: 100px;
    text-align: justify;

    color: #000000b3;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 10px;

  }

  .experience {
    margin-top: 5rem;
    width: 795px;
    animation-duration: 3s;
    animation-name: 'fade-inOut';
    transition-delay: 3.5s;
  }

  .experience em {
    margin-left: 22px;
    color: #999999;
  }

  .experience h1 {
    font: 700 18px 'Playfair-Display', Georgia, serif;
    text-align: left;
    margin-bottom: 72px;
  }

  .read {
    margin-top: 5rem;
  }

  .read em {
    margin-left: 15px;
    color: #999999;
  }

  .read h1 {
    font: 18px 'Playfair-Display', Georgia, serif;
    text-align: start;
  }

  .works h3>span {
    font-weight: 300;
    font-size: 15px;
    padding-left: 22.5px;
  }

  .works h3 {
    font: 500 18px 'Quicksand', arial, sans-serif;
    text-align: start;
    margin: -2rem -1rem 1rem 0rem;
    padding: 12.5px;
  }

  .timeline-entry {
    display: flex;
    flex: 1;
    top: 0;
    left: 30px;
    bottom: 0;
    right: 0;
    margin-top: 20px;
    margin-left: 3rem;
    animation-duration: 3s;
    animation-name: 'fade-inOut';
    transition-delay: 3.5s;
  }

  .works {
    width: 795px;
    background-color: #f2f3f7;
    display: flex;
    align-items: center;
    border-left: 3px solid rgba(70, 70, 70, 0.418);
    padding-top: 12.5px;
    padding-bottom: 5px;
    padding-right: 22.5px;
    border-radius: 4px;

  }



  .works h3::before {
    content: ' ';
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-left: 0px solid rgba(180, 177, 177, 0.301);
    border-bottom: 14px solid transparent;
    border-top: -1px solid transparent;
    border-right: 16px solid rgba(77, 76, 76, 0.178);
    float: left;
    margin-left: -35px;
    margin-top: 5px
  }

  .circle {
    display: flex;
    width: 55px;
    height: 50px;
    background-color: #2c98f0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-top: -160px;
    margin-right: 20px;
    padding: 5px;
    border: 2px solid rgb(155, 153, 153);
    margin-left: -15px;
  }


  .circle-r {
    width: 40px;
    height: 50px;
    background-color: red;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    margin-left: -15px;
    margin-top: -180px;
    padding: 5px;
    border: 2px solid rgb(155, 153, 153);

  }

  .circle-y {
    width: 55px;
    height: 45px;
    background-color: #f9be3f;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-top: -80px;
    margin-right: 20px;
    margin-left: -65px;
    padding: 5px;
    border: 2px solid rgb(155, 153, 153);
  }

  .circle-p {
    width: 50px;
    height: 45px;
    background-color: #a84cb8;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    margin-left: -15px;
    margin-top: -195px;
    padding: 5px;
    border: 2px solid rgb(155, 153, 153);

  }

  .circle-g {
    width: 50px;
    height: 50px;
    background-color: #2fa499;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    margin-top: -190px;
    margin-left: -15px;
    padding: 5px;
    border: 2px solid rgb(155, 153, 153);
  }

  .fa-pen {
    color: #fff;
    margin: auto;
    font-size: 12px;
  }

  .work-menu {
    font: 15px 'Quicksand', arial, sans-serif;
    text-align: justify;
    margin: 0 0 0 22.5px;
    padding: 0 10px;
    color: #020000;
    margin-bottom: 10.5rem;
  }

  .work-menu>span>a {
    color: black;
    padding-right: 20px;
  }

  .work-menu>span>.active {
    color: #007bff;
  }

  #projects a {
    text-decoration: none;
    border: none;
  }

  .desc2 {
    height: auto;
    display: flex;
    flex-direction: row;
    max-width: 800px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin: -200 20px 150px 0;
    padding: 1px;

  }

  .con_1 {
    position: relative;
    width: 370px;
    height: 300px;
    background-image: url(https://technext.github.io/jackson/images/img-1.jpg);
    transition: background-image 0.3s ease;
    margin: -150px 0 200px 10px;
  }

  .con_1:hover {
    background-color: #007bff;
  }

  .con_1 .content {
    width: 370px;
    height: 300px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007bff;
    background-image: url(../images/Captura\ de\ tela\ 2025-09-09\ 163047.png);
    background-position: center right;
    color: #8f7b7b;
    font-weight: 600;
    box-sizing: border-box;
    transition: ease-in-out 1.5s;
  }

  .con_1:hover .content {
    display: block;
  }

  .con_1 .content span {
    font-size: 13px;
    color: #fff;
    display: flex;
    top: 10px;
    left: 0;
    text-align: left;
    background-color: transparent;
  }

  .con_1 .content i {
    text-align: center;
    width: 30px;
    height: 40px;
    font-size: 18px;
    text-align: left;
    color: #020000;
  }

  .con_1 .content p {
    width: 250px;
    height: 20px;
    color: #020000;
    margin-top: 7rem !important;
    margin-left: 5px;
    background-color: #8cc5db;
    border-radius: 5px;
  }

  .con_1 .content h3>a {
    color: #fff;
    font-size: 16px;
  }

  .con_2 {
    position: relative;
    width: 370px;
    height: 300px;
    background-image: url(https://technext.github.io/jackson/images/img-2.jpg);
    transition: background-image 0.3s ease;
    background-position: 50% bottom;
    margin: -150px 0 200px 10px;

  }

  .con_2:hover {
    background-color: #007bff;
  }

  .con_2 .content {
    width: 370px;
    height: 300px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007bff;
    background-image: url(../images/pgta.jpg);
    background-position: right;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;

    transition: ease-in-out 1.5s;
  }

  .con_2:hover .content {
    display: block;
  }

  .con_2 .content span {
    color: #fff;
    display: flex;
    font-size: 14px;
    top: 10px;
    left: 0;
    text-align: left;
    background-color: transparent;
  }

  .con_2 .content i {
    text-align: center;
    width: 30px;
    height: 40px;
    font-size: 18px;
    text-align: left;
    color: #020000;

  }

  .con_2 .content p {
    width: 250px;
   height: 20px;
    color: #020000;
      margin-top: 7rem !important;
    margin-left: 5px;
    background-color: #8cc5db;
    border-radius: 5px;

  }

  .con_2 .content h3>a {
    color: #fff;
    font-size: 16px;
  }

  .con_3 {
    position: relative;
    width: 370px;
    height: 300px;
    background-image: url(https://technext.github.io/jackson/images/img-3.jpg);
    transition: background-image 0.3s ease;
    background-position: center;
    margin: -150px 0 200px 10px;
    color: black;
  }

  .con_3:hover {
    background-color: #007bff;
  }

  .con_3 .content {
    width: 370px;
    height: 300px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007bff;
    background-image: url(../images/papplejs.png);
    background-position: right;
    color: black;
    transition: ease-in-out 1.5s;
    box-sizing: border-box;
  }

  .con_3:hover .content {
    display: block;

  }

  .con_3 .content span {
    color: black;
    display: flex;
    top: 10px;
    left: 0;
    text-align: left;
    font-size: 14px;
    background-color: transparent;
  }

  .con_3 .content i {
    text-align: center;
    width: 30px;
    height: 40px;
    font-size: 18px;
    text-align: left;
    color: #020000;

  }

  .con_3 .content p {
    width: 250px;
   height: 20px;
    color: #020000;
       margin-top: 7rem !important;
    margin-left: 5px;
    background-color: #8cc5db;
    border-radius: 5px;
  }

  .con_3 .content h3>a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
  }

  .con_4 {
    position: relative;
    width: 370px;
    height: 300px;
    background-image: url(https://technext.github.io/jackson/images/img-4.jpg);
    transition: background-image 0.3s ease;
    background-position: center;
    margin: -150px 0 200px 10px;
  }

  .con_4:hover {
    background-color: #007bff;

  }

  .con_4 .content {
    width: 370px;
    height: 300px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007bff;
    background-image: url(../images/pspotify.png);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    transition: ease-in-out 1.5s;
  }

  .con_4:hover .content {
    display: block;
  }

  .con_4 .content span {
    color: #fff;
    display: flex;
    font-size: 14px;
    top: 10px;
    left: 0;
    text-align: left;
    background-color: transparent;
  }

  .con_4 .content i {
    text-align: center;
    width: 30px;
    height: 40px;
    font-size: 18px;
    text-align: left;
    color: #020000;

  }

  .con_4 .content p {
    width: 250px;
   height: 20px;
    color: #020000;
     margin-top: 7rem !important;
    margin-left: 5px;
    background-color: #8cc5db;
    border-radius: 5px;
  }

  .con_4 .content h3>a {
    color: #fff;
    font-size: 16px;
  }

  .con_5 {
    position: relative;
    width: 370px;
    height: 300px;
    background-image: url(https://technext.github.io/jackson/images/img-5.jpg);
    transition: background-image 0.3s ease;
    margin: 0 0 10px 10px;
    background-position: center;
    margin: -150px 0 200px 10px;

  }

  .con_5:hover {
    background-color: #007bff;

  }

  .con_5 .content {
    width: 370px;
    height: 300px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007bff;
    background-image: url(../images/image.png);
    background-position: right center;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    box-sizing: border-box;
    transition: ease-in-out 1.5s;
  }

  .con_5:hover .content {
    display: block;
  }

  .con_5 .content span {
    color: #302424;
    display: flex;
    top: 10px;
    left: 0;
    text-align: left;
    background-color: transparent;
    font-size: 14px;
  }

  .con_5 .content i {
    text-align: center;
    width: 30px;
     height: 40px;
    font-size: 18px;
    text-align: left;
    color: #020000;

  }

  .con_5 .content p {
    width: 250px;
   height: 20px;
    color: #020000;
        margin-top: 7rem !important;
    margin-left: 5px;
    background-color: #8cc5db;
    border-radius: 5px;
  }

  .con_5 .content h3>a {
    color: #fff;
    font-size: 16px;
  }

  .con_6 {
    position: relative;
    width: 370px;
    height: 300px;
    background-image: url(https://technext.github.io/jackson/images/img-6.jpg);
    transition: background-image 0.3s ease;
    margin: -150px 0 200px 10px;
    background-position: 50% center;
  }

  .con_6:hover {
    background-color: #007bff;
  }

  .con_6 .content {
    width: 380px;
    height: 300px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007bff;
    background-image: url(../images/Captura\ de\ tela\ 2025-08-29\ 020817.png);
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 600;
    transition: ease-in-out 1.5s;
  }

  .con_6:hover .content {
    display: block;
  }

  .con_6 .content span {
    color: #fff;
    display: flex;
    top: 10px;
    left: 0;
    text-align: left;
    background-color: transparent;
    font-size: 14px;
  }

  .con_6 .content i {
    text-align: center;
    width: 30px;
    height: 40px;
    font-size: 18px;
    text-align: left;
    color: #020000;

  }

  .con_6 .content p {
    width: 250px;
    height: 20px;
    color: #020000;
        margin-top: 7rem !important;
    margin-left: 5px;
    background-color: #8cc5db;
    border-radius: 5px;

  }

  .con_6 .content h3>a {
    color: #fff;
    font-size: 16px;
  }



  .btn-load {
    display: block;
    background-color: #007bff;
    color: #ffffff;
    font-family: 'Quicksand', arial, sans-serif;
    font-size: 14px;
    text-align: 50% center;
    margin: 100px 5rem 50px 0;
    padding: 10px 36px;
    width: 90%;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-decoration: none;

  }



  .btn-load:hover {
    border: none;
    cursor: pointer;
    opacity: 0.5;
  }

  .fa-rotate-right {
    color: #fff;
  }

  .blog {
    padding: 4rem 2rem;
    text-align: left;
    margin-bottom: -20rem;
  }

  .blog em {
    display: block;
    color: #999;
    margin-left: 1.3rem;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: -0.8rem;
  }

  .blog h1 {
    font: 700 22px "Playfair Display", serif;
    margin-bottom: 2.5rem;
  }

  /* Container dos cards */
  .blog-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    /* quebra em telas menores */
  }

  /* Card do blog */
  .blog-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    width: 220px;
    /* largura fixa para todos */
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 220px;
  }

  .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  /* Imagem */
  .blog-card img {
    width: 100%;
    height: 200px;
    /* altura fixa para todas */
    object-fit: cover;
    /* corta proporcionalmente */
    display: block;
  }

  /* Conteúdo */
  .blog-content {
    flex: 1;
    /* força todos os cards a terem mesma altura */
    padding: 1rem;
    display: flex;
    flex-direction: column;

  }

  .blog-content .meta {
    font-size: 12px;
    color: #777;
    margin-bottom: 0.5rem;
  }

  .blog-content h3 {
    font-size: 16px;
    margin: 0.5rem 0;
    color: #222;
    flex-shrink: 0;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none !important;
    /* remove qualquer borda */
    outline: none !important;
  }

  .blog-content h3 a {
    color: inherit;
    transition: color 0.3s ease;
    text-decoration: none !important;
    border: none !important;
    /* remove qualquer borda */
    outline: none !important;
  }

  .link-blog {
    text-decoration: none;
    ;
  }

  .blog-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin-top: auto;
    /* empurra o texto para alinhar */
  }

  .btn-load2 {
    display: block;
    background-color: #007bff;
    color: #ffffff;
    font-family: 'Quicksand', arial, sans-serif;
    font-size: 14px;
    text-align: 50% center;
    margin: 100px 5rem 50px 0;
    padding: 10px 36px;
    width: 97%;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }

  /* Transição suave em hovers */
  .card,
  .contact-form input,
  .contact-form button {
    transition: all 0.3s ease;
  }