

p.sub-descricao {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 20px;
}

.fa, .fas {
  margin-right: 7px;
}
 .fa-wordpress{
  margin-right: 7px;
 }


.especialidades{
  background:  #fff; /* Degradê sutil */
    border-radius: 12px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px 30px;
}

@media (max-width: 991px) {
  .especialidades{
  padding: 10px;}

}

@media (max-width: 767px) {
  .especialidades {
      padding: 30px 20px;
      margin-bottom: 30px;
  }
}


.cv{
  color: #fff;
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
}
@media (max-width: 991px) {
  .cv{
    font-size: 16px;}}

@media (max-width: 767px) {
  .cv{
    padding: 0 40px;
    font-size: 20px;}}


.cv:hover{
  color: #fff;
}

.grid{
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media (max-width: 1200px) {
  .grid{
    grid-template-columns: 1fr;
  }}

@media (max-width: 991px) {
  .grid{
    padding-top: 20px;
    border-radius: 5px;
  }}

@media (max-width: 900px) {
  .grid{
    display: grid;
    grid-template-columns: 1fr;
  }}

  @media (max-width: 767px) {
    .grid{
      margin-top:30px;
    }}

.img-luz{
  margin-bottom: 30px;
  width: 70%;
  justify-content: center;
}

@media (max-width: 1700px) {
  .img-luz{
    width: 90%;
  }}

@media (max-width: 1200px) {
  .img-luz{
    width: 60%;
  }}

@media (max-width: 767px) {
  .img-luz{
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto ;
  }}

@media (max-width: 900px) {
  .grid{
    display: grid;
    grid-template-columns: 1fr;
  }}

.linha{
  background-color: #135EF2;
  border: solid 2px #135EF2;
  margin-bottom: 30px;
  content: "";
  border-radius: 5px;
}

.linha-2{
  margin-top: 30px;
  background-color: #fff;
  border: solid 2px #fff;
  margin-bottom: 30px;
  content: "";
  border-radius: 5px;
}
.linha1{
  background-color: #135EF2;
  border: solid 2px #135EF2;
  margin-top: -30px;
  margin-bottom: 30px;
  content: "";
  border-radius: 5px;
}
.linha3{
  background-color: #135EF2;
  border: solid 2px #135EF2;
  margin-top: -30px;
  margin-bottom: 30px;
  content: "";
  border-radius: 5px;
}

@media (max-width: 991px) {
  .linha1 {
    display: none;
  }}

.ico{
  width: 90%;
}
@media (max-width: 1450px) {
.ico {
  width: 100%;
}}

.mg-t{
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .mg-t2{
    margin-top: 50px;
  }}


.bg{
  color: #fff;
  padding-top: 20px;
  width: 100%;
  background: linear-gradient(180deg, #3072F3 0%, #0B2F76 100%);
}

.titu{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 1450px) {
  .titu{
    font-size: 25px;
  }}

.mg{
  margin-bottom: 40px; 
}

.ca-mg{
  margin-bottom: 20px;
}

aside {
  display: flex;
  flex-direction: column;
}

aside .copyright {
  margin-top: auto;
  text-align: center;
  padding: 0px  0px 20px 0px
}

aside .copi {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}


.category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 0px solid #135df234;
  font-family: "Poppins", sans-serif;
}

.category-item {
  margin-right: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #222;
  cursor: pointer;
  position: relative;
  padding: 6px 0;
  transition: color 0.3s ease, transform 0.2s ease;
}

.category-item:hover {
  color: #135EF2;
  transform: translateY(-2px); /* elevação leve */
  border-bottom: 2px solid #135EF2;
}

.category-item.is-active {
  color: #135EF2;
  font-weight: 500;
}

.category-item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-bottom: 4px solid #135EF2;
  border-radius: 2px;
  margin-bottom: 5px;
}


.card{
	transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
}

.card.is-hidden{
	display: none;
}

.card > img{
	display: block;
}

.maquina::after {
  content: '|';
  color: #135EF2;
  opacity: 1;
  margin-left: 5px;
  display: inline-block;
  animation: blink .7s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }}

.git {
  color: #fff;
}

@media (max-width: 845px) {
  .git {
    text-align: center !important;
  } }

.git:hover{
  text-decoration: none;
  color: #3072F3;
  font-weight: 500;
}

.portfolio-item-description2{
font-size: 16px;
line-height: 1;
font-weight: 500;
margin-bottom: 0px;
margin-top: 10px;  }

@media (max-width: 1450px) {
  .portfolio-item-description2 {
    font-size: 14px;} }
    @media (max-width: 1450px) {
      .portfolio-item-details2 p  {
        font-size: 14px;} }
        @media (max-width: 900px) {
          .portfolio-item-details2 p  {
            font-size: 12px;} }
            @media (max-width: 845px) {
              .portfolio-item-details2 p  {
                font-size: 15px;
              text-align: center;} }
        @media (max-width: 1450px) {
       .portfolio-item-details2 a {
            font-size: 14px;} }
            @media (max-width: 900px) {
              .portfolio-item-title a {
                   font-size: 15px !important;} }
            @media (max-width: 860px) {
              .portfolio-item-details2 a {
                   font-size: 12px;} }
                   @media (max-width: 845px) {
                    .portfolio-item-details2 a {
                         font-size: 15px;
                        text-align: center;} }

.portfolio-item-title a:hover{
  color: #3072F3;
}
@media (max-width: 1416px) {
  .category-item {
   line-height: 2.5; } }
   

   @media (max-width: 1175px) {
    .category-item {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.0;
    }
}
  
      @media (max-width: 1000px) {
        .category-item {
          font-size: 15px; } }
      
@media (max-width: 767px) {
  .mobi-grid {
  display: grid;
grid-template-columns: 1fr ; 
gap: 0px;
padding-left: 0px;
padding-right: 0px;} }

@media (max-width: 600px) {
  .mobi-grid { 
gap: 0pxpx;
padding-left: 0px;
padding-right: 0px;} }

@media (max-width: 500px) {
  .mobi-grid { 
gap: 0px;
padding-left: 0px;
padding-right: 0px;} }

@media (max-width: 400px) {
  .mobi-grid { 
gap: 0px;
padding-left: 0px;
padding-right: 0px;} }

@media (max-width: 900px) {
  .respo { 
font-size: 12px !important;} }

.mediu{
  font-weight: 800 !important;
}

.fade-in-text {
  animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@media (max-width: 991px) {
  .grid-bro { 
    flex: 0 0 100%;
    max-width: 100% !important;} }

.cert{
  color: #fff;
}
.cert:hover{
  color: #fff;
}

.main3{
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}

.sub-for{
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.cont{
  padding-left: 0px !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}


.proposta-titulo{
  font-family: "Quicksand", sans-serif;
  text-transform:none !important;
  font-size: 26px;
  font-weight: 800;
}


.widget-icon{
  font-size: 3.5rem; 
  color: #A8FF00; 
  margin-bottom: -20px;
}

@media screen and (max-width: 991px) {
  .widget-icon {
    font-size: 3rem;
    color: #A8FF00;
    margin-bottom: -20px;
  }
}


section.skills-section.fade-in-text {
  margin-top: 30px;
}


.skills-section {
  padding: 60px 0;
  background-color: #fdfdfd;
}


.skill-percentage {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  font-family: 'Roboto Mono', monospace;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}

.progress {
  height: 10px;
  background-color: #dcdcdc;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}

.progress-bar {
  height: 100%;
  width: var(--bar-width, 0%);
  background-color: #0067f6;
  position: relative;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

/* Overlay animado por cima da barra */
.progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.288);
  transform: skewX(-20deg);
  animation: shine 2s linear infinite;
  pointer-events: none;
}

/* No hover, retira o brilho */
.progress:hover .progress-bar::after {
  animation: none;
  display: none;
}

/* Efeito de \"brilho passando\" */
@keyframes shine {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}



.skills-section h5 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
  color: #000000d8;
}

.skill-detail {
  font-size: 12px;
  color: #383838;
  line-height: 1.4;
  margin-top: 10px;
}


.achievements-section {
  padding: 60px 20px;
  background-color: #f8f9fa;
  text-align: center;
  border-radius: 20px;
}

.section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 10px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 30px;
}

.shado {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
}

/* Estilo original com flex */
.achievement-cards-wrapper {
  display: flex;
  flex-wrap: wrap; /* Permite que os cards se ajustem automaticamente para novas linhas */
  justify-content: space-between; /* Espaça os cards igualmente */
  gap: 20px; /* Espaçamento entre os cards */
  margin-top: 20px;
}

/* Responsividade: 2 colunas para telas abaixo de 1250px */
@media (max-width: 1250px) {
  .achievement-cards-wrapper {
    justify-content: space-around; /* Ajusta os cards para 2 colunas */
  }
  .achievement-card {
    flex: 0 0 calc(50% - 20px); /* Define que cada card ocupará 50% da largura com espaçamento */
  }
}

/* Responsividade: 1 coluna para telas abaixo de 991px */
@media (max-width: 991px) {
  .achievement-cards-wrapper {
    justify-content: center; /* Alinha os cards no centro */
  }
  .achievement-card {
    flex: 0 0 100%; /* Define que cada card ocupará 100% da largura */
  }
  main .achievement-cards-wrapper {
    padding: 50px;
}
}


/* Cada card individual */
.achievement-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Alinha o conteúdo e preenche o espaço disponível */
  align-items: center;
  height: 150px; /* Altura fixa para todos os cards */
  width: calc(33% - 20px); /* Faz com que os cards se ajustem no layout */
  transition: all 0.3s ease-in-out;
}

/* Icones no topo dos cards */
.achievement-card i {
  font-size: 40px;
}

/* Títulos */
.achievement-card h4 {
  margin-top: 10px;
  font-size: 24px;
}

/* Descrição (texto dentro do card) */
.achievement-card p {
  margin-top: 5px;
  font-size: 16px;
  flex-grow: 1; /* Faz com que o texto ocupe o restante do espaço no card, mas sem afetar a altura */
}


.achievement-card-icon {
  font-size: 40px;
  color: #8eff3c; /* Cor do ícone verde neon */
  margin-bottom: 15px; /* Espaço entre o ícone e o título */
}

.achievement-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #2C3E50; /* Cor do título */
  margin-bottom: 10px; /* Espaço entre o título e a descrição */
}

.achievement-card-description {
  font-size: 14px;
  color: #7f8c8d; /* Cor da descrição */
  padding-right: 0px !important;
}


.achievement-card:hover {
  transform: translateY(-8px); /* Efeito de elevação */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Sombra mais forte no hover */
  box-shadow: 0 0 10px 3px rgba(142, 255, 60, 0.8); /* Brilho verde */
}

.skill-percentage:hover {
  color: #121212; /* Cor do texto quando o hover acontece */
  text-shadow: 0 0 8px rgba(142, 255, 60, 1), 0 0 15px rgba(142, 255, 60, 1); /* Efeito glow verde neon */
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('path/to/fontawesome-webfont.woff2') format('woff2'),
       url('path/to/fontawesome-webfont.woff') format('woff'),
       url('path/to/fontawesome-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
