/* CSS Central */
/* *************************************** */
/** RESET: */
/* *************************************** */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    /* Sobreposição para todos acima dos favos: */
    z-index: 2;
}
/** ROOT DE CORES DO PROJETO: */
:root {
  /* *************************************** */
  /** ROOT de CORES GERAL DO PROJETO */
  /* *************************************** */
  /* DARK */
  /* BackGround: */
  --cor-bg-primaria: #000;
  --cor-bg-secundaria: #a9a7a7;
  --cor-bg-terciaria: #f1f1f1;
  /* Texto: */
  --cor-txt-primaria: #f1f1f1;
  --cor-txt-secundaria: #000;
  --cor-txt-terciaria: #a9a7a7;
  --cor-txt-quaternaria: rgb(89, 88, 88);
  --cor-txt-quinaria: rgb(65, 64, 64);
  /* #c9c5c5 */

  /* Contrastes: */
  /* --cor-ctt-primaria: rgb(248, 163, 87); */
  /* --cor-ctt-primaria: #ffd700; */
  --cor-ctt-primaria: #daa520;
  /* --cor-ctt-primaria: #b8860b; */
  /* --cor-ctt-primaria: #b29146; */
  /* Levemente mais escuras: */
  --cor-ctt-primaria: #b98d1b;

  /* Levemente Mais Clara/Acesa: */
  --cor-ctt-secundaria: rgb(253, 175, 106);
  --cor-ctt-secundaria: #fcdb22;
  --cor-ctt-secundaria: #efb523;
  --cor-ctt-secundaria: #cb950d;
  --cor-ctt-secundaria: #c9a550;

  /* *************************************** */
  /** ROOT de CORES ESPECÍFICAS DE FAVOS: */
  /* *************************************** */
  /* CORES DE REFERÊNCIA ESTILIZAÇÃO DOS FAVOS: */
  --color_01: #CE8604;
  --color_02: #CE9004;
  --color_03: #CE9C0A;
  --color_04: #CEA216;
  --color_05: #CEA61D;
  --color_06: #CCAC0C;
  --color_07: #CCB50F;
  --color_08: #CEC3A7;
  --color_09: #863607;
  --color_10: #833403;
  --color_11: #7C3A0C;
  --color_12: #A25D11;
  --color_13: #BC7B2E;

  /* Cores dos Exagonos: */
  --cor-ctt-bd_color-01: #CCAC0C;
  --cor-ctt-bg_color-02: #CE9004;
  --cor-ctt-bg_color-03: #c38004;

  /* Cores dos Exagonos: */
  --cor-ctt-bd_exag-01: #CCAC0C;
  --cor-ctt-bg_exag-02: #CE9004;
  --cor-ctt-bg_exag-03: #c38004;
}
/* *************************************** */
/** ESTILO DE FONTES: */
/* *************************************** */
/*! Poppins */
/*! Procurar a fonte fininha: */
@import url('https://fonts.googleapis.com/css2?family=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Krona+One&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat+Underline:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Slab:wght@100..900&display=swap');

html {
  /*? Fontes para Escolher: */
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Montserrat', sans-serif; */
  /* font-family: 'Josefin Slab', serif; */
  /* font-family: 'Lora', serif; */
  /* font-family: 'Fahkwang', sans-serif; */
  font-family: 'Krona One', sans-serif;
  /* font-family: 'Open Sans', sans-serif; */
  /* font-family: 'Playfair Display', serif; */
  /* font-family: 'Roboto Slab', serif; */
}
/* *************************************** */
/** ESTILO GERAL DE PÁGINAS: */
/* *************************************** */
html {
  /*? Demarcações das Páginas: */
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
}
body {
  background-color: var(--cor-bg-primaria);
  color: var(--cor-txt-primaria);
}
/* Ajuste o valor para a altura do seu header */
section #start {
  scroll-margin-top: 0;
}
section #about,
section #especialities,
section #skills,
section #projects,
section #contacts {
  scroll-margin-top: 180px;
}
/** ESPAÇAMENTO DE BORDA LATERAL: */
.interface {
  max-width: 1280px;
  /* max-width: 1200rem; */
  /* max-width: 100vw; */
  margin: 0 auto;
  border: 0.1px solid pink;
}
.flex {
  display: flex;
}
/* *************************************** */
/** ESTILIZAÇÃO DE CONTAINERS: */
/* *************************************** */
.bloco-central-titulo,
.bloco-central-texto {
  flex-direction: column;
  padding: 0 1rem 1rem 1rem;
}
.bloco-central-titulo h1,
.bloco-central-texto p {
  text-align: center;
  /* margin-bottom: 1rem; */
  width: 100%;
}
.bloco-central-img {
  flex: 1; /* ocupa o espaço central */
  width: 100%;
  margin: 0 auto; /* centraliza horizontalmente */
  justify-content: center;
}
/* *********************************** */
/** ESTILIZAÇÃO DE BOTÕES: GERAIS */
/* *********************************** */
/* <i class="bi bi-github"></i> */
/* <i class="bi bi-git"></i> */
/* <i class="bi bi-geo-alt"></i> */
/* <i class="bi bi-globe-americas"></i> */
/* <i class="bi bi-hexagon"></i> */
/* <i class="bi bi-hexagon-fill"></i> */
/* <i class="bi bi-hexagon-half"></i> */
/* <i class="bi bi-key"></i> */
/* <i class="bi bi-image"></i> */
/* <i class="bi bi-mouse"></i> */
/* <i class="bi bi-paperclip"></i> */
/* <i class="bi bi-rocket-takeoff"></i> DEPLOY? */
/* <i class="bi bi-share"></i> */
/* <i class="bi bi-shift"></i> seta sOBE */
/* <i class="bi bi-toggle-off"></i> */
/* <i class="bi bi-translate"></i> */
/* <i class="bi bi-whatsapp"></i> */
/* <i class="bi bi-globe"></i> */
button {
  position: relative;
  z-index: 10; /* Garante que os botões estão acima do fundo */
}
/* ******************************* */
/** BOTÕES REDES SOCIAIS: EM FAVOS */
/* ******************************* */
/* Pag Sobre e Rodapé: */
.btn-social {
  padding-top: 40px;
}
.btn-social button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  color: var(--cor-txt-quinaria);
  font-size: 25px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn-social button:hover {
  color: var(--cor-txt-quaternaria);
  cursor: pointer;
  transform: scale(1.005);
  z-index: 2;
}
.btn-social button i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-social .hexagono.piscando {
  /* animation: piscar 1s infinite; */
  animation: none;
}
/* ******************************* */
/** BOTÕES e ÍCONES DE TECNOLOGIAS: EM FAVOS */
/* ******************************* */
.hexagono-profundo .icons-devicon {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* DEVICON: */
.icons-devicon {
  font-size: 30px;
}
/* ******************************* */
/** BOTÕES DE CONTATOS: RETANGULAR */
/* ******************************* */
.btns-contato {
  display: flex;
  gap: 10%;
  width: 100%;
  justify-content: center;
}
.btn-contato button {
  /* color: var(--cor-txt-secundaria); */
  color: var(--cor-txt-quinaria);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 5px 30px;
  min-width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 5px;
  transition: 0.2s;
  background-color: var(--cor-ctt-primaria);
  display: flex;
  position: relative;
  justify-content: center;
  border: 1px inset var(--cor-ctt-bd_exag-01);
  /* Efeito de profundidade com borda esfumaçada: */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  z-index: 100;
  flex: 1; /* Faz os botões se expandirem igualmente */
  min-width: 0; /* Permite que o flex funcione corretamente */
} 
.btn-contato button:hover {
  box-shadow: 0px 0px 8px var(--cor-ctt-secundaria);
  transform: scale(1.01);
  /* color: var(--cor-txt-primaria); */
  color: var(--cor-txt-quaternaria);
}
/* Estilização Icons dentro do BTN da pag start: */
.btns-contato .btn-contato a button .bi,
.btn-contato a button .bi {
  margin-left: 8px;  /* Espaço entre texto e ícone */
  font-size: 1.1em;
  vertical-align: middle;  /* Alinhamento vertical */
}

/* ******************************* */
/** BADGES DAS TECNOLOGIAS: EM FAVOS */
/* ******************************* */
/* Dentro de Página Projetos: */
.hex-technologies {
  /* padding-top: 40px; */
  padding-top: 5px;
  justify-content: space-between;
  display: flex;
  position: relative;
  justify-content: center;
  text-align: center;
  gap: 2px;
}
.hex-technologies i {
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  background-color: transparent;
  color: var(--cor-txt-quinaria);
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.hex-technologies i:hover {
  color: var(--cor-txt-quaternaria);
  cursor: pointer;
  transform: scale(1.005);
  z-index: 2;
}
.hex-technologies i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hex-technologies .hexagono.piscando {
  /* animation: piscar 1s infinite; */
  animation: none;
}
/* *************************************** */
/** ESTILO DAS MENSAGENS: */
/* *************************************** */
.bloco-mensagens {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* ESTILO DO TEXTO das Mensagens: */
.position-favos .bloco-mensagens p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: var(--cor-txt-terciaria);
  font-size: 0.8em;
  line-height: 18px;
  text-align: center;
  margin-bottom: 5%;
}
.position-favos .bloco-mensagens p:hover {
  color: var(--cor-txt-primaria);
  transform: scale(1.005);
}
/* *************************************** */
/** ESTILO DO CABEÇALHO: */
/* *************************************** */
header {
  padding: 1% 4%;
}
header > .interface {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a {
  color: var(--cor-txt-terciaria);
  /* Para ter efeito Hover Scale: */
  display: inline-block;
  transition: 0.2s;
}
header a:hover {
  color: var(--cor-txt-primaria);
  transform: scale(1.01);
}
header nav ul {
  display: flex;
}
header nav ul li {
  display: inline-block;
  padding: 0 8%;
}
/* *************************************** */
/** ESTILIZAÇÃO DOS MOVIMENTOS BIBLIOTECA SCROLLREVEAL:  */
/* *************************************** */
/* https://youtu.be/dN7FAswF2HQ?si=cTT26-Zm98NU9hHH */
.reveal-fade,
.reveal-left,
.reveal-right,
.revel-bottom,
.revel-top,
.delay-100,
.delay-200,
.delay-300,
.delay-400,
.delay-500,
.delay-600 {
    /* Esconder a propriedade */
    visibility: hidden;
}
/*! *************************************** */
/*! início APENAS PARA AJUDAR A ESCOLHER AS CORES: */



/*! fim APENAS PARA ESCOLHER AS CORES */
/*! *************************************** */

/* **************************************** */
/** MOLDURA EXAGONO DA FOTO DE PERFIL:*/
/* **************************************** */
/* Tentativa Moldura Exagonal: */
.moldura-hexagono {
  width: 280px;
  height: 280px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
  background: linear-gradient(
      65deg,
      #A25D11 0%,
      #CE9004 25%,
      #CCB50F 50%,
      #CE9004 75%,
      #A25D11 100%
    );
}
.moldura-hexagono:hover {
  transform: scale(1.005);
  cursor: pointer;
  background: linear-gradient(
        65deg, /* Ângulo do gradiente */
        #A25D11 0%,
        #CE9004 25%,
        #CCB50F 50%, /* Cor 1 no início */
        #CE9004 75%, /* Cor 2 no meio */
        #A25D11 100% /* Cor 3 no final */
    );
}
.moldura-hexagono-profundo {
  width: 270px;
  height: 270px;
  background-color: var(--cor-bg-primaria);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  /*! PERGUNTAR SE DEIXA OU TIRA ESSA BORDA!!! */
  border-radius: 92px;
  /* Efeito de profundidade com borda esfumaçada */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out;
}
.moldura-hexagono-profundo:hover {
  transform: scale(1.005);
  cursor: pointer;
  background: linear-gradient(
        65deg, /* Ângulo do gradiente */
        #A25D11 0%,
        #CE9004 25%,
        #CCB50F 50%, /* Cor 1 no início */
        #CE9004 75%, /* Cor 2 no meio */
        #A25D11 100% /* Cor 3 no final */
    );
}
/* *************************************** */
/** 00 - ESTILO DAS PAGINAS: GERAIS */
/* *************************************** */
section.pag-start {
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
section.pag-about {
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
section.pag-especialities {
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
section.pag-skills {
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
section.pag-institutions {
  /* min-height: 100vh; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
section.pag-projects {
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
section.pag-portfolio {
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}

section.pag-contacts {
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}
section.pag-footer {
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}

/* *************************************** */
/** 01 - ESTILO PÁGINA - START: */
/* *************************************** */
section.pag-start {
  padding: 0 2%;
  padding-top: 4%;
}
section.pag-start .flex {
  align-items: center;
  justify-content: center;
  gap: 2%;
}
section.pag-start .txt-pag-start {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex-direction: column;
}
section.pag-start .txt-pag-start h1 {
  color: var(--cor-txt-terciaria);
  font-size: 32px;
  line-height: 40px;
  align-self: flex-start;
  width: 100%;
  margin: 0 0 2rem 0;
}
section.pag-start .txt-pag-start h1:hover {
  color: var(--cor-txt-primaria);
}
section.pag-start .txt-pag-start h1 span {
  color: var(--cor-ctt-primaria);
  font-size: 38px;
  line-height: 60px;
  display: block;
  transition: 0.2s;
}
section.pag-start .txt-pag-start h1 span:hover {
  color: var(--cor-ctt-secundaria);
  cursor: pointer;
}
section.pag-start .txt-pag-start p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 34px;
  color: var(--cor-txt-terciaria);
  margin: 4% 0;
  font-weight: 400;
  align-self: flex-start;
  width: 100%;
  margin: 0 0 2rem 0;
}
section.pag-start .img-pag-start img {
  width: 200px;
  max-width: 300px;
  height: auto;
  border-radius: 20px 0 20px 0;
  /* Efeito Flutuação da Imagem: */
  position: relative;
  animation: flutuar 2s ease-in-out infinite alternate;
  transform: all 0.4s ease-in-out;
}
@keyframes flutuar {
  0% {
    top: 0;
  }
  100% {
    top: 30px;
  }
}
/* *************************************** */
/** 02 - PÁGINA ABOUT: */
/* *************************************** */
section.pag-about {
  padding: 40px 4%;
}
section.pag-about .flex {
  align-items: center;
  gap: 60px;
}
section.pag-about .img-pag-about img {
  width: 600px;
  height: auto;
  box-shadow: 0px 0px 30px var(--cor-ctt-primaria);
  border-radius: 15px;
}
section.pag-about .bloco-central-texto {
  color: var(--cor-txt-terciaria);
}
section.pag-about .bloco-central-texto h2 {
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 30px;
  transition: all 0.2s ease-in-out;
}
section.pag-about .bloco-central-texto h2:hover {
  color: var(--cor-txt-primaria);
}
section.pag-about .bloco-central-texto h2 span {
  color: var(--cor-ctt-primaria);
  font-size: 38px;
  display: block;
  transition: all 0.3s ease-in-out; 
}
section.pag-about .bloco-central-texto h2 span:hover {
  color: var(--cor-ctt-secundaria);
  cursor: pointer;
}
section.pag-about .bloco-central-texto p {
  margin: 20px 0;
  text-align: justify;
}
/* Botões das Redes Sociais about: */
section.pag-about .btn-social {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
/* *************************************** */
/** 03 - ESTILO PÁGINA - ESPECIALITIES: */
/* *************************************** */
section.pag-especialities {
  padding: 0 5%;
  padding-top: 2%;
  margin-bottom: 2vh;
  height: 100vh;
  align-items: stretch;
}
section.pag-especialities .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}
section.pag-especialities .bloco-central .bloco-central-titulo h1 {
  font-size: 32;
  padding: 10px;
  flex-direction: column;
  color: var(--cor-txt-terciaria);
  transition: all 0.3s ease-in-out; 
}
section.pag-especialities .bloco-central .bloco-central-titulo h1:hover {
  color: var(--cor-txt-primaria);
  cursor: pointer;
  transform: scale(1.01);
}
section.pag-especialities .bloco-central .bloco-central-titulo h1 span {
  color: var(--cor-ctt-primaria);
  font-size: 38px;
  transition: all 0.3s ease-in-out; 
}
section.pag-especialities .bloco-central .bloco-central-titulo h1 span:hover {
  color: var(--cor-ctt-secundaria);
  cursor: pointer;
}
/* Quadrinhos de Especialidades: */
.pag-especialities .especialities-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 3%;
  margin-bottom: 2%;
  border-radius: 20px;
  box-shadow: 0px 0px 8px var(--cor-ctt-primaria);
  transition: all 0.3s ease-in-out;
  width: 28vw;
  min-width: 250px;
  height: 75vh;
  min-height: 450px;
  max-height: 600px;
  flex: 1;
  justify-content: space-between;
  overflow: hidden;
  margin: 2% 1%;
}
.pag-especialities .especialities-box:hover {
  transform: scale(1.005);
  border: 2px solid var(--cor-ctt-primaria);
}
.pag-especialities .especialities-box i {
  font-size: 70px;
  color: var(--cor-ctt-primaria);
}
.pag-especialities .especialities-box:hover i {
  color: var(--cor-ctt-secundaria);
  transition: all 0.3s ease-in-out;
}
.pag-especialities .especialities-box h3 {
  font-size: 24px;
  color: var(--cor-txt-primaria);
  margin: 15px 0;
  transition: all 0.2s ease-in-out; 
}
.pag-especialities .especialities-box h3:hover {
  color: var(--cor-txt-terciaria);
}
.pag-especialities .especialities-box p {
  font-size: 18px;
  color: var(--cor-txt-terciaria);
  line-height: 30px;
}
/* *************************************** */
/** 04.1 - PÁGINA SKILLS: Favo de Tecnologias Icons */
/* *************************************** */
section.pag-skills .flex {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.pag-skills .section-skills .bloco-central {
  flex-direction: column;
  
}
section.pag-skills .bloco-central .bloco-central-img {
  padding-top: 4rem;
}
section.pag-skills .section-skills .favo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
section.pag-skills .bloco-central-img .img-favoColmeia {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* *************************************** */
/** 04.2 - CARROSSEL DE BADGES institutions - ESTILOS GERAIS institutions */
/* *************************************** */
/* section.pag-skills .interface .badges-institucional .flex .swiper-container .swiper-wrapper img-badge-carrossel .swiper-slide .badge-item img */
/* Container principal (simplificado) */
section.pag-institutions {
  height: 60%;
}
section.pag-institutions .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
section.pag-institutions .badges-institutions {
  background-color: var(--cor-bg-primaria);
  padding-bottom: 10rem;
}
/* Título (opcional, ajuste conforme necessário) */
section.pag-institutions .badges-institutions .txt-badge h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  color: var(--cor-txt-terciaria);
  transition: all 0.3s ease-in-out;
}
/* Container do Swiper (essencial) */
section.pag-institutions .swiper-container {
  width: 100%;
  overflow: hidden;
  /* Espaço necessário para tooltip */
  padding: 3rem 0;
}
/* Slides do Swiper (config básica) */
section.pag-institutions .swiper-slide {
  width: auto !important; /* Respeita largura do conteúdo */
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Estilo padrão das badges */
section.pag-institutions .badge-item {
  height: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 20px var(--cor-ctt-primaria);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
/* Imagens dentro das badges */
section.pag-institutions .badge-item img {
  border-radius: 5px;
  transition: inherit; /* Herda transição do .badge-item */
}
/* Hover genérico (exceto 42) */
section.pag-institutions .badge-item:not(.badge_01-42sp):hover img {
  transform: scale(1.1);
}
/* *************************************** */
/** 04.3 - ESTILOS ESPECÍFICOS DA BADGE 42 */
/* *************************************** */
/* Container da badge 42 */
section.pag-institutions .badge-item.badge_01-42sp {
  width: 150px;
  text-align: center;
  border: .5px solid #545454;
  height: 4vh;
}
/* Remove hover da imagem da 42 */
section.pag-institutions .badge-item.badge_01-42sp img {
  transform: none !important;
  box-shadow: none !important;
}
/* Hover customizado só no container da 42 */
.badge-item.badge_01-42sp:hover {
  transform: scale(1.05); /* Efeito mais suave */
}
/* *************************************** */
/** 04.4 - LEGENDAS PERSONALIZADAS DAS BADGES: data-tooltip */
/* *************************************** */
[data-tooltip] {
  position: relative;
}
[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: -50%;
  /* transform: translateX(-20%); */
  transform: translateY(-50%);
  background: #333333ac;
  font-family: 'Open Sans', sans-serif;
  color: var(--cor-txt-terciaria);
  font-weight: 300;
  letter-spacing: 2.5px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}
/* *************************************** */
/** 05 - PÁGINA PROJECTS: */
/* *************************************** */

/* ! VERIFICAR SE AUMENTAMOS O TAMANHO DESSES FAVOS */
section.pag-projects {
  padding: 0 5%;
  padding-top: 2%;
}
section.pag-projects h1,
section.pag-projects h2,
section.pag-projects h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.container-favos-projects {
  /* display: grid; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Imagens da página projetos: */
/* Overlay Projects: */
section.pag-projects .img-pag-projects.img-port {
  background-color: var(--cor-bg-primaria);
}
/*! REVER abaixo*/
section.pag-projects .img-port {
  width: 360px;
  height: 460px;
  /* Ver css inline de importação dos arquivos de imagem */
  background-size: cover;
  /* Efeito rolagem 0% no topo */
  background-position: 100% 0%;
  transition: 8s ease-in-out;
  cursor: pointer;
  border-radius: 20px;
  /* Para o efeito Overlay: */
  position: relative;
  padding: 1px;
}
section.pag-projects .img-port:hover {
  /* Rolagem até o final = 100% */
  background-position: 100% 100%;
}
/* Para efeito Overlay */
section.pag-projects .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 20px;
  padding: 10px;
  /* font-weight: 600; */
  color: var(--cor-txt-primaria);
  /* Ao carregar o site, terá overlay */
  opacity: 1;
  transition: .5s ease-in-out;
}
/* Não terá overlay transparente no hover: */
section.pag-projects .overlay:hover {
  opacity: 0;
}
/*! REVER acima*/
/* ------------- */
.pag-projects .projects-linha-1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  /* margin-left: 284px; */
  margin-top: -64px;
}
.pag-projects .primeira {
  margin-top: 80px;
}
.pag-projects .projects-linha-2 {
  display: flex;
  align-items: center;
  /* margin-left: 142px; */
  margin-top: -64px;
  gap: 5px;
  /* Desloca a linha ímpar para a direita e encaixa no centro das pares*/
  flex-direction: row;
}
/* Especificações Projects */
.pag-projects .moldura-hexagono {
  width: 280px;
  height: 280px;
  /* background-color: var(--cor-ctt-primaria); */
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  transition: transform 0.4s ease-in-out;

  background: linear-gradient(
        65deg, /* Ângulo do gradiente */
        #A25D11 0%,
        #CE9004 25%,
        #CCB50F 50%, /* Cor 1 no início */
        #CE9004 75%, /* Cor 2 no meio */
        #A25D11 100% /* Cor 3 no final */
    );
}
.pag-projects .moldura-hexagono:hover {
  transform: scale(1.005);
  cursor: pointer;
  background: linear-gradient(
        95deg, /* Ângulo do gradiente */
        #A25D11 0%,
        #CE9004 25%,
        #CCB50F 50%, /* Cor 1 no início */
        #CE9004 75%, /* Cor 2 no meio */
        #A25D11 100% /* Cor 3 no final */
    );
}
/* *************************************** */
/** 04 - PÁGINA PORTFÓLIO: */
/* *************************************** */
section.pag-portfolio {
  padding: 80px 4%;
  /*!!! Entender Motivo que as Páginas estão se SOBREPONDO!!! */
  /* ?Entender pq a margem Direita está fazendo espaço!!! */
  margin-top: 660px;
  /* Sombra entre páginas */
  box-shadow: 0 0 40px 10px #ffffff1d;
}
section.pag-portfolio .flex {
  gap: 2%;
  justify-content: space-around;
  margin-top: 60px;
}
section.pag-portfolio .img-port {
  width: 360px;
  height: 460px;
  /* background-color: var(--cor-ctt-primaria); */
  /* Ver css inline de importação dos arquivos de imagem */
  background-size: cover;
  /* Efeito rolagem 0% no topo */
  background-position: 100% 0%;
  transition: 8s ease-in-out;
  cursor: pointer;
  border-radius: 20px;
  /* Para o efeito Overlay: */
  position: relative;
  border: 1px solid var(--cor-ctt-bd_exag-01);
}
section.pag-portfolio .img-port:hover {
  /* Rolagem até o final = 100% */
  background-position: 100% 100%;
}
/* Para efeito Overlay */
section.pag-portfolio .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: var(--cor-txt-primaria);
  /* Ao carregar o site, não terá overlay */
  opacity: 0;
  transition: .5s ease;
}
/* Só terá overlay transparente no hover: */
section.pag-portfolio .overlay:hover {
  opacity: 1;
  /* background-color: rgba(0, 0, 0, 0.7); */
  /* background-color: transparent; */
  /* color: var(--cor-txt-primaria); */
}
/* Textos */
section.pag-portfolio .bloco-central .bloco-central-titulo h1 {
  font-size: 32;
  padding: 10px;
  flex-direction: column;
  color: var(--cor-txt-terciaria);
  transition: all 0.3s ease-in-out; 
}
section.pag-portfolio .bloco-central .bloco-central-titulo h1:hover {
  color: var(--cor-txt-primaria);
  cursor: pointer;
  transform: scale(1.01);
}
section.pag-portfolio .bloco-central .bloco-central-titulo h1 span {
  color: var(--cor-ctt-primaria);
  font-size: 38px;
  transition: all 0.3s ease-in-out; 
}
section.pag-portfolio .bloco-central .bloco-central-titulo h1 span:hover {
  color: var(--cor-ctt-secundaria);
  cursor: pointer;
}

/* *************************************** */
/** 05 - PAGINA CONTACTS */
/* *************************************** */
section.pag-contacts {
  padding: 0 5%;
  /*! Verificar como Arrumar isso! */
  padding-top: 60%;
  top: 20%;
}

/* *************************************** */
/** 06 - PAGINA RODAPÉ - FOOTER */
/* *************************************** */

footer {
  /* display: flex; */
  /* flex-direction: column; */
  padding: 40px 4%;
  box-shadow: 0 0 40px 10px #ffffff1d;
  border: 1px solid green;
  /* width: 100vw; */
}
footer .flex {
  justify-content: space-between;
  align-items: center;
}
footer .line-footer {
  padding: 20px 0;
}
footer .line-footer.borda-superior {
  border-top: 2px solid var(--cor-ctt-bg_color-03);
}
/* Botões das Redes Sociais em Footer: */
footer .btn-social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}
footer .line-footer p i {
  color: var(--cor-ctt-bd_color-01);
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  list-style-type: none;
}
footer .line-footer p i:hover {
  /* color: var(--cor-ctt-bd_color-01); */
  transform: scale(1.005);
}
footer .line-footer p a {
  color: var(--cor-ctt-bg_color-02);
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  
} 




/* *************************************** */
/** TOOLTIP PROJECTS - CAIXA DE TEXTO DOS PROJETOS */
/* *************************************** */
/* Container principal - ajuste conforme sua estrutura atual */
/* Estilo dos tooltips hexagonais */

/* Container principal do tooltip - hexágono externo */
.hex-tooltip {
  position: absolute;
  width: 280px;
  height: 280px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(
      65deg,
      #A25D11 0%,
      #CE9004 25%,
      #CCB50F 50%,
      #CE9004 75%,
      #A25D11 100%
    );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  /* Aumentei a Transição para ajudar a transição do Mouse até os botões do ToolTip: */
  transition: all 1.10s ease-in-out;
}
/* Hexágono interno - 10px menor para criar o efeito de borda */
/* Efeito de hexágono com borda esfumaçada */
.hex-tooltip-content {
  width: 270px;
  height: 270px;
  background-color: var(--cor-bg-primaria);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  /*! PERGUNTAR SE DEIXA OU TIRA ESSA BORDA!!! */
  border-radius: 92px;
  /* Centralização do Conteúdo: */
  /* width: 100%; */
  /* height: 100%; */
  text-align: center;
  color: var(--cor-txt-primaria);
  /* Aumentei a Transição para ajudar a transição do Mouse até os botões do ToolTip: */
  transition: all 1.10s ease-in-out;
}
.hex-tooltip.left-favo-2,
.hex-tooltip.left-favo-5,
.hex-tooltip.left-favo-8 {
  right: 100%;
  margin-right: 5px;
}
.hex-tooltip.right-favo-3,
.hex-tooltip.right-favo-6,
.hex-tooltip.right-favo-7,
.hex-tooltip.right-favo-9 {
  left: 100%;
  margin-left: 5px;
}
.hex-tooltip.right-favo-1,
.hex-tooltip.right-favo-4,
.hex-tooltip.right-favo-7 {
  left: 100%;
  margin-left: -135px;
  /* margin-top: 70px; */
  /* margin-bottom: -50px; */
}
/* Estilos do texto */
.hex-tooltip-content h3 {
  margin-bottom: 10px;
}
.hex-tooltip-content p {
  margin-bottom: 15px;
  font-size: 0.7em;
  line-height: 1.4;
}
/* Botões dentro dos Hexagonos Projects: */
.hex-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
}
.hex-btn {
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.7em;
  letter-spacing: 2px;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap; 
  display: inline-flex;
  align-items: center;
  /* gap entre palavra e icons: */
  gap: 5px;
  flex-wrap: nowrap; /* Garante que não quebre */
  white-space: nowrap; /* Dupla proteção */
}
.hex-btn .bi {
  margin-left: 5px;  /* Espaço entre texto e ícone */
  font-size: 1.1em;  /* Tamanho proporcional ao texto */
  vertical-align: middle;  /* Alinhamento vertical */
}
/* Para ícones que vêm antes do texto */
.hex-btn .bi:first-child {
  margin-left: 0;
  margin-right: 5px;
}
.hex-btn.github {
  background: linear-gradient(
      65deg,
      #A25D11 0%,
      #CE9004 25%,
      #CCB50F 50%,
      #CE9004 75%,
      #A25D11 100%
    );
    color: var(--cor-txt-primaria);
}
.hex-btn.deploy {
  background: linear-gradient(
      65deg,
      #A25D11 0%,
      #CE9004 25%,
      #CCB50F 50%,
      #CE9004 75%,
      #A25D11 100%
    );
  color: var(--cor-txt-primaria);
}
.hex-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* Mostrar tooltip ao passar o mouse no hexágono correspondente */
#favo-projects-01:hover ~ .hex-tooltip.right-favo-1,
#favo-projects-02:hover ~ .hex-tooltip.left-favo-2,
#favo-projects-03:hover ~ .hex-tooltip.right-favo-3,
#favo-projects-04:hover ~ .hex-tooltip.right-favo-4,
#favo-projects-05:hover ~ .hex-tooltip.left-favo-5,
#favo-projects-06:hover ~ .hex-tooltip.right-favo-6,
#favo-projects-07:hover ~ .hex-tooltip.right-favo-7,
#favo-projects-08:hover ~ .hex-tooltip.left-favo-8,
#favo-projects-09:hover ~ .hex-tooltip.right-favo-9 {
  opacity: 1;
  pointer-events: auto;
}
/** INÍCIO - ÁREA DE CLICK */
/* Para Aumentar a Área de Click do Exagono para o ToolTip: */
/* Adicione uma área invisível de conexão entre o hexágono e o tooltip */
/* OPÇÃO 01: Solução com CSS Puro (Gap Filler)*/
.hex-tooltip::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
}
/* Posicionamento diferente para tooltips à esquerda e direita */
.hex-tooltip.left::before {
  right: -10px;
  top: 50%;
}
.hex-tooltip.right::before {
  left: -10px;
  top: 50%;
}
/* OPÇÃO 02: Solução Híbrida (CSS + Pequeno Delay) */
/* Aumenta o tempo de fade out para dar chance de o mouse chegar */
.hex-tooltip {
  transition: opacity 0.5s ease, transform 0.3s ease;
}
/* Cria uma área de "ponte" entre os elementos */
#favo-projects-03:hover ~ .hex-tooltip,
.hex-tooltip:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
/* OPÇÃO 03: ARQUIVO JS */

/* OPÇÃO 04: Solução com Pseudo-elemento de Conexão (Para Layouts Fixos) */
/* Cria uma "ponte" invisível entre os elementos */
#favo-projects-01::after,
#favo-projects-02::after,
#favo-projects-03::after
#favo-projects-04::after
#favo-projects-05::after
#favo-projects-06::after
#favo-projects-07::after
#favo-projects-08::after
#favo-projects-09::after {
  content: '';
  position: absolute;
  width: 30px;  /* Largura da ponte */
  height: 10px; /* Altura da ponte */
  background: transparent;
  right: -30px; /* Posiciona a ponte */
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
}
/* OPÇÃO 05: CSS adicional: */
.hex-tooltip {
  /* Mantenha seus estilos atuais */
  pointer-events: none;
  /* Inicialmente desativado */
}
.hexagon-tooltip-group:hover .hex-tooltip {
  opacity: 1;
  pointer-events: auto;
  /* Ativa interação quando o grupo está em hover */
}
/** FIM - ÁREA DE CLICK */
/* *************************************** */
/**  */
/* !TESTE ERRADO AINDA*/
/* *************************************** */
.hex-tooltip.left-favo-8,
.hex-tooltip.left {
  transform: translateX(-20px);
}
.hex-tooltip.right-favo-9,
.hex-tooltip.right {
  transform: translateX(20px);
}
#favo-projects-08:hover ~ .hex-tooltip.left-favo-8,
#favo-projects-09:hover ~ .hex-tooltip.right-favo-9 {
  transform: translateX(0);
}

/* *************************************** */
/** FAVOS/COLMEIAS: ICONS, BADGES, GIFS */
/* *************************************** */
.favo img {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
}
.favo img:hover {
  transform: scale(1.01);
}
.favo img.badges {
  width: 35px;
}
.favo a.icons,
.favo img.icons {
  width: 20px;
  text-decoration: none;
}
/* *************************************** */
/** ESTILIZAÇÃO PLANO DE FUNDO FAVOS COLMEIA: POSIÇÃO NA TELA */
/* *************************************** */
.bg-colmeia {
  height: 100vh;
}
.section-start {
  margin: 0;
  padding: 0;
}
/* Para Habilitar os Botões mesmo com Favos: */
/* Para Cuidar do Hover Funcionando: */
.img-favoColmeia {
  pointer-events: none;
  z-index: 1;
}
.img-favoColmeia * {
  pointer-events: auto; /* Reativa interações nos filhos */
  z-index: 2;
}
/* ----------------------------------- */
.bg-colmeia .position-favos {
  position: absolute;
  bottom: -2%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; /* Alinha na base */
  box-sizing: border-box;
  /* Permite interação com elementos abaixo: */
  pointer-events: auto;
}
/* Se precisar manter pointer-events: none no container, ative nos filhos */
.position-favos > * {
  pointer-events: auto;
}
/* Favo do Canto Esquerdo: Pag Start */
#cantoInferiorEsquerdo {
  position: relative;
  left: 0;
  margin-left: -2%;
}
/* Favo do Canto Direito: Pag Start */
#cantoInferiorDireito {
  position: relative;
  right: 0;
  margin-right: -3%;
}
/* Favo do Canto Direito: Pag About*/
#cantoInferiorDireitoAbout {
  /* pointer-events: none; */
  pointer-events: auto;
  position: relative;
  right: 0;
  margin-right: -3%;
  margin-top: -45%;
  height: 50vh;
  z-index: 1;
}
/* Favo Central: Pag Skills*/
.bg-colmeia #centralGrande {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ********************************************* */
/** ESPELHAMENTO DA COLMEIA DIREITA: */
/* ********************************************* */
/* Reverte o espelhamento no conteúdo interno: */
.colmeia-direita .hexagono,
.colmeia-direita .hexagono-profundo,
.colmeia-direita .linha-par,
.colmeia-direita .linha-impar {
  transform: scaleX(-1);  /* Corrige a direção do conteúdo, de imagens e textos. */
}
/* Ajustes específicos para os favos direitos: inverte a margem */
.colmeia-direita .linha-impar.linha-pequena {
  margin-left: 0;
  margin-right: 22px; 
}
.colmeia-direita .linha-impar.linha-media {
  margin-left: 0;
  margin-right: 32px;
}
.colmeia-direita .linha-impar.linha-grande {
  margin-left: 0;
  margin-right: 42px;
}
/* Impede que os conteúdos fiquem Impedidos: */
.colmeia-direita a,
.colmeia-direita img,
.colmeia-direita .link-popup {
  transform: scaleX(-1);  /* Corrige a direção de links e imagens */
}
/* *************************************** */
/** ESTILIZAÇÃO das COLMEIAS e FAVOS: */
/* *************************************** */
/* Referências visuais de Colmeias: */
/* https://www.gettyimages.pt/fotos/colmeia */
.section-start.img-favoColmeia {
  position: relative;
  /* margin-bottom: 0;  */
  /* Remove margem inferior */
}
/* Bloco de Colmeia: */
.colmeia {
  display: flex;
  flex-direction: column;
  /* position: absolute; */
  display: flow-root; /* Contém elementos flutuantes */
}
.linha-par,
.linha-impar.linha-pequena,
.linha-impar.linha-media,
.linha-impar.linha-grande {
  display: flex;
}
.linha-impar.linha-pequena {
  margin-left: 22px;
  /* Desloca a linha ímpar para a direita e encaixa no centro das pares*/
}
.linha-impar.linha-media {
  margin-left: 32px; 
  /* Desloca a linha ímpar para a direita e encaixa no centro das pares*/
}
.linha-impar.linha-grande {
  margin-left: 42px; 
  /* Desloca a linha ímpar para a direita e encaixa no centro das pares*/
}
/* Parte Superior: */
.hexagono {
  background-color: var(--cor-ctt-bg_color-03);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease;
  /* Para colar as linhas da colmeia! */
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 12px;
  /* Efeito base - favos inicialmente invisíveis */
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.hexagono.pequeno {
  width: 40px;
  height: 40px;
  margin-top: -10px;
}
.hexagono.medio {
  width: 60px;
  height: 60px;
  margin-top: -14px;
}
.hexagono.grande {
  width: 80px;
  height: 80px;
  margin-top: -18px;
}
.hexagono:hover {
  transform: scale(1.05);
  cursor: pointer;
  background: linear-gradient(
        65deg, /* Ângulo do gradiente */
        #A25D11 0%,
        #CE9004 25%,
        #CCB50F 50%, /* Cor 1 no início */
        #CE9004 75%, /* Cor 2 no meio */
        #A25D11 100% /* Cor 3 no final */
    );
}
.hexagono-profundo {
  /* *TAMANHO EXAGONO: */
  background-color: var(--cor-ctt-bg_color-02);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px inset var(--cor-ctt-bd_color-01);
  /* Efeito de profundidade com borda esfumaçada */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease;
}
.hexagono-profundo.pequeno-profundo {
  width: 30px;
  height: 30px;
}
.hexagono-profundo.medio-profundo {
  width: 50px;
  height: 50px;
}
.hexagono-profundo.grande-profundo {
  width: 70px;
  height: 70px;
}
.hexagono-profundo.transparente {
  border: transparent;
  background-color: transparent;
}
.hexagono-profundo:hover {
  background-color: transparent;
  box-shadow: transparent;
  border: transparent;
  border: 1px inset var(--cor-ctt-bd_color-01);
  /* Efeito de profundidade com borda esfumaçada */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
/* Para Usar no hexagono Transparente: */
.transparente {
  background: transparent;
  background-color: transparent;
  color: transparent;
  cursor: default;
}
.transparente:hover {
  background: transparent;
  background-color: transparent;
  color: transparent;
  transform: none;
  box-shadow: none;
  cursor: default;
  border: transparent;
}
/* *************************************** */
/** Efeito Piscar Favos com Degradê: */
/* *************************************** */
@keyframes pulseColor {
  0% { 
    background: linear-gradient(
      65deg,
      #A25D11 0%,
      #CE9004 25%,
      #CCB50F 50%,
      #CE9004 75%,
      #A25D11 100%
    );
    opacity: 0.6;
  }
  25% { 
    background: linear-gradient(
      65deg,
      #A25D11 0%,
      #CE9004 25%,
      #CCB50F 50%,
      #CE9004 75%,
      #A25D11 100%
    );
    opacity: 0.8;
  }
  50% { 
    background: linear-gradient(
      65deg,
      #CCB50F 0%,
      #A25D11 25%,
      #CE9004 50%,
      #A25D11 75%,
      #CCB50F 100%
    );
    opacity: 1;
  }
  75% { 
    background: linear-gradient(
      65deg,
      #A25D11 0%,
      #CE9004 25%,
      #CCB50F 50%,
      #CE9004 75%,
      #A25D11 100%
    );
    opacity: 0.8;
  }
  100% { 
    background: linear-gradient(
      65deg,
      #A25D11 0%,
      #CE9004 25%,
      #CCB50F 50%,
      #CE9004 75%,
      #A25D11 100%
    );
    opacity: 0.6;
  }
}
.hexagono.piscando {
  animation: pulseColor 2s ease-in-out 2;
  background-size: 250% 250%; /* Valor ideal para esse caso */
  background-position: center; 
  /* Importante para manter o foco */
}
/* ************************************* */
/** CANELAMENTO DE EFEITOS ESPECÍFICOS:  */
/* ************************************* */
/* ---- */
/* Cancela o Atraso em aparecer dos Botões Redes Sociais: */
.btn-social .hexagono {
  opacity: 1;
}
/* Badges Tecnologias em favos */
.hex-technologies .hexagono {
  opacity: 1;
}
footer .btn-social .hexagono {
  opacity: 1;
}
.hex-technologies .hexagono {
  opacity: 1;
}
/* ************************************* */
/* ************************************* */