/* RESET GERAL */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* BODY */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* cabeçalho */

.navbar {
    font-family: "Jura";
    display: flex;
    justify-content: flex-end;
    padding: 20px 60px;
    position: absolute;
    top: 0;
    width: 100%;
}

.navbar ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar ul li {
    margin-left: 30px;
}

.navbar ul li a {
    text-decoration: none;
    color: black;
    font-size: 25px;
    font-weight: 500;
    font-style: Bold;
}

/* Imagem Logo */

.logo {
    width: 59;
    height: 70;
    top: 39px;
    left: 60px;
    opacity: 1;
}

/* Imagem HomePage */

.hero {
    background-image: url(Imagens/56d8144cbded6b64756f769dfd17493fdca80df2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

/* Texto HomePage */

#living {
    font-family: "Josefin Slab";
    font-weight: 700;
    font-style: Bold;
    font-size: 85px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* Frase da Pagina de Trabalhos*/

#jobspage {
    background-color: #B49B2C40;
    background-size: cover;
}

.greenword {
    color: #686931;
    font-weight: bold;
}

#frase {
    font-family: "Jura";
    font-weight: 400;
    font-style: normal;
    font-size: 43px;
    line-height: 118%;
    letter-spacing: 20%;
    text-align: center;
    justify-content: center;
    align-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Título Pagina de Trabalhos*/

.jobremote {
    font-family: "Jura";
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 118%;
    letter-spacing: 0%;
    text-align: center;
    justify-content: center;
    align-content: center;
    padding-bottom: 50px;
}

#remoteside {
    padding-top: 30px;
    padding-left: 75px;
    padding-right: 75px;
}

/* Lista da Pagina de Trabalhos*/

ul {
    list-style: none;
}

#list1 {
    font-family: "Jura";
    text-align: left;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 118%;
    letter-spacing: 0%;
}

#list2 {
    font-family: "Jura";
    text-align: left;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 118%;
    letter-spacing: 0%;
}

/* borda dos cantos da Pagina de Trabalhos*/

#lists {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;

}

.canto {
    width: 50px;
    height: 50px;
    position: absolute;
}

.canto1 {
    top: 0;
    left: 0;
    border-top: 8px solid black;
    border-left: 8px solid black;
}

.canto2 {
    bottom: 0;
    right: 0;
    border-bottom: 8px solid black;
    border-right: 8px solid black;
}

border-end {
    color: black;
}

/* Espaços da Pagina de Trabalhos*/

.space1 {
    height: 100px;
}

.space2 {
    height: 100px;
}

/* Imagem da Pagina do Ecritorio*/

#van {
    background-image: url("Imagens/70f6b786bb5d600e9c82037af1a02e4dc2f4f5c4.jpg");
    background-size: cover;
    background-position: center;
    height: 515px;
    display: flex;
    align-items: center;
    opacity: 1;
    margin: 0;
}

/* Frase da Pagina do Ecritorio*/

#blackspace {
    background-color: #000000;
    background-size: cover;
    font-family: "Jura";
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 118%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}

/* Botão da Pagina do Ecritorio*/

.botao_descobrir {
    background-color: transparent;
    color: white;
    font-family: "Jura";
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 118%;
    letter-spacing: 0%;
    border: 2px solid white;
    padding: 15px 80px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.botao_descobrir:hover {
    background-color: white;
    color: black;
    transform: scale(1.05);
}

/* Botão Topo */

#topo {
    font-family: "Jura";
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    color: white;
    border: 3px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

#topo:hover {
    background-color: white;
    color: black;
    transform: scale(1.1);
}

/* Imagem da Pagina Destinos*/

#floresta {
    background-image: url("Imagens/05bccec0e9dc048e1c9b13db22060ff92abe71aa.jpg");
    background-size: cover;
    background-position: center;
    height: 541px;
    display: flex;
    align-items: center;
    opacity: 1;
    margin: 0;
}

/* Frase da Pagina Destinos*/

#phrasespace {
    background-color: #B49B2C40;
    background-size: cover;
    font-family: "Jura";
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 118%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-align: center;
    position: relative;
}

/* Botão da Pagina Destinos*/

.botao_explorar {
    background-color: transparent;
    color: black;
    font-family: "Jura";
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 118%;
    letter-spacing: 0%;
    border: 2px solid black;
    padding: 15px 80px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.botao_explorar:hover {
    background-color: black;
    color: #B49B2C40;
    transform: scale(1.1);
}

/* Botão Topo */

#topo2 {
    font-family: "Jura";
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    color: black;
    border: 3px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

#topo2:hover {
    background-color: transparent;
    color: black;
    transform: scale(1.1);
}

/* Pagina Blog*/

#blog {
    background-image: url("Imagens/ead2fcb0b8f7592bf3f5a9687bfa209fac920389.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 690px;
    display: flex;
    align-items: center;
    opacity: 1;
    margin: 0;
    justify-content: center;
    text-align: center;
    position: relative;
}

/* Botão da Pagina Blog*/

.botao_blog {
    background-color: black;
    color: white;
    font-family: "Jura";
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 118%;
    letter-spacing: 0%;
    border: 2px solid black;
    padding: 15px 80px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.botao_blog:hover {
    background-color: transparent;
    color: black;
    transform: scale(1.05);
}

/* Botão Topo */

#topo3 {
    font-family: "Jura";
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    color: black;
    border: 3px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

#topo3:hover {
    background-color: transparent;
    color: black;
    transform: scale(1.1);
}

/* Rodapé */
footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

/* Container do conteúdo */
.footer-container {
    max-width: 800px;
    margin: 0 auto;
}

/* Título */
.footer-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* Ícones sociais */
.social-icons {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons a img {
    width: 40px;
    height: 40px;
    transition: 0.3s;
}


.social-icons a:hover img {
    filter: brightness(0) invert(1);
}

/* Créditos */
.footer-credit {
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
}

/* --- Responsividade --- */
.logo { width: 59px; height: 70px; }

@media (max-width: 1200px) {
  .navbar { padding: 18px 40px; }
  .navbar ul li { margin-left: 24px; }
  .navbar ul li a { font-size: 22px; }

  #living { font-size: 72px; }

  #frase { font-size: 38px; padding-top: 80px; padding-bottom: 80px; }
  .jobremote { font-size: 28px; }

  #van, #floresta { height: 460px; }
  #blog { height: 620px; }

  .botao_descobrir,
  .botao_explorar,
  .botao_blog { font-size: 22px; padding: 14px 64px; }
}

@media (max-width: 992px) {
  .navbar { padding: 16px 28px; }
  .navbar ul li { margin-left: 18px; }
  .navbar ul li a { font-size: 19px; }

  .navbar { justify-content: center; }
  
  .hero { height: 85vh; padding: 0 24px; }
  #living { font-size: 58px; }

  #frase { font-size: 32px; padding-top: 64px; padding-bottom: 64px; }
  .jobremote { font-size: 26px; }

  #remoteside { padding-left: 40px; padding-right: 40px; }

  #van, #floresta { height: 420px; }
  #blog { height: 560px; }

  #list1, #list2 { font-size: 18px; }

  .botao_descobrir,
  .botao_explorar,
  .botao_blog { font-size: 20px; padding: 12px 56px; }

  .social-icons a img { width: 36px; height: 36px; }
  .footer-title { font-size: 18px; }
}

@media (max-width: 768px) {
  .navbar { padding: 14px 20px; }
  .navbar ul { gap: 10px; }
  .navbar ul li { margin-left: 12px; }
  .navbar ul li a { font-size: 17px; }

  #living { font-size: 44px; }

  #frase { font-size: 26px; padding-top: 48px; padding-bottom: 48px; }
  .jobremote { font-size: 24px; }

  #remoteside { padding-left: 24px; padding-right: 24px; }

  .hero { height: 70vh; padding: 0 16px; }
  #van, #floresta { height: 360px; }
  #blog { height: 500px; }

  .canto { width: 36px; height: 36px; }
  .canto1 { border-top-width: 6px; border-left-width: 6px; }
  .canto2 { border-bottom-width: 6px; border-right-width: 6px; }

  .botao_descobrir,
  .botao_explorar,
  .botao_blog { font-size: 18px; padding: 10px 44px; }

  #topo, #topo2, #topo3 {
    width: 44px; height: 44px; font-size: 26px; border-width: 2px;
    bottom: 16px; right: 16px;
  }

  .footer-container { padding: 0 16px; }
  .footer-credit { font-size: 13px; }
}


@media (max-width: 576px) {

  .navbar { padding: 12px 14px; }
  .navbar ul li { margin-left: 10px; }
  .navbar ul li a { font-size: 15px; }
  .brand, .logo { transform: scale(0.92); transform-origin: left center; }

  #living { font-size: 34px; }
  #frase { font-size: 22px; padding-top: 36px; padding-bottom: 36px; }
  .jobremote { font-size: 22px; }
  #list1, #list2 { font-size: 16px; }

  .hero { height: 62vh; }
  #van, #floresta { height: 300px; }
  #blog { height: 460px; }

  .botao_descobrir,
  .botao_explorar,
  .botao_blog { font-size: 16px; padding: 10px 34px; border-width: 2px; }

  .social-icons { gap: 14px; }
  .social-icons a img { width: 30px; height: 30px; }

  .footer-title { font-size: 16px; }
  .footer-credit { font-size: 12px; }
}
