* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-top: revert;
}

body {
  background: #0b132b;
  color: white;
}




.caixa-imagem    {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;

}








header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
   color: white;
    backdrop-filter: blur(6px);
    background: linear-gradient(180deg, rgb(162 141 165 / 60%), rgb(36 30 71));
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgb(255 255 255 / 4%);
}





nav a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
  font-size: 25px;
  
}



.nav-container{

    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.link-menu:hover {
    background: #00f7ff;
    color: black;
    border-radius: 28px;
    box-shadow: rgb(4, 255, 192) 0px 6px 12px;
}





.submenu {
    display: none;
    position: absolute;
    background: linear-gradient(180deg, rgb(31 26 31), rgb(46 40 72));
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(61, 136, 8, 0.2);
    /* background: rgb(46 40 72); */
    backdrop-filter: blur(10px);
    border-radius: 10px;
  box-shadow: 0 10px 25px rgb(0 0 0 / 72%);
  margin-top: 14px;
  transition: all 0.25s ease;

    
}


.submenu a:hover {
  color: rgba(7, 4, 4, 0.785);
  border-radius: 6px;
  box-shadow: 0 2px 10px rgb(106, 255, 0);
  background-color: #8cff00;

}


.btn1 {
    border: none;
    background: linear-gradient(to right, rgb(120 117 117), rgb(98 89 108 / 80%));
    transition: opacity 0.3s;
    color: white;
    font-size: 25px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px;
    transform: translateY(-2px);
    opacity: 0.8;
    border-radius: 0px;
    padding: 11px 24px;
    margin-bottom: 49px;
    margin-top: -28px;
}

.btn1:hover {

background: #00f7ff;
color: black;

}

.btn {
  border: none;
  padding: 10px 20px;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(to right, rgb(252, 37, 37), rgb(106, 17, 203));
  transition: opacity 0.3s;


    color: white;
    font-size: 25px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px;
    transform: translateY(-2px);
    opacity: 0.8;
    border-radius: 28px;
    padding: 12px 24px;
    
}

.hero {

     background-image: url("img/imagens/responsividade.jpeg");
   
  height: 90vh;
  display: flex;
  align-items: center;
  padding: 50px;

  
    background-size: cover;
    min-height: 100vh;
margin-top: -29px;

}




.hero-text h1 {
  font-size: 40px;
}


.btn-certificados {
    position: fixed;
    bottom: 21px;
    left: 41px;
    background: linear-gradient(135deg, #ff00bc, #ff3c00);
    color: #fff;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 -2px 25px rgb(255 0 0);
    z-index: 9999;
    transition: all 0.3s ease;
    /* font-family: Arial, sans-serif; */
}

/* efeito hover */
.btn-certificados:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

h2.services-title {
    font-size: 30px;
    margin-bottom: 20px;
    background-color: #4f5052;
}

.services, .portfolio, .testimonials, .cta {
  padding: 50px;
  text-align: center;
}

.cards1 {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.cards2 {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 58px;
}


.cards3 {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
  
}

.cards4 {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
  
}





.card-b {
  background: #1c2541;
  padding: 20px;
  border-radius: 10px;
  width: 200px;
      background: linear-gradient(rgb(53, 33, 74), 
      rgba(128, 103, 153, 0.57), 
      rgb(54, 33, 77));
      
}



.card3-c {
    background: #1c2541;
    padding: 20px;
    border-radius: 10px;
    width: 600px;
    background: linear-gradient(rgb(53, 33, 74), rgba(128, 103, 153, 0.57), rgb(54, 33, 77));
    height: 125px;
}






.Performance {
    /* background: linear-gradient(rgb(53, 33, 74), rgba(128, 103, 153, 0.57), rgb(54, 33, 77)); */
    background: linear-gradient(to right, rgb(21 17 33 / 89%), rgba(125, 91, 142, 0.41), rgba(83, 62, 96, 0.489), rgba(93, 68, 105, 0.41), rgb(25 21 36)) center center;

}


footer {
    text-align: center;
    padding: 20px;
}


.services {
    background: linear-gradient(to right, rgba(185, 185, 185, 0.89), rgba(255, 255, 255, 0.734));
}



.portfolio {
    background: linear-gradient(to right, rgba(146, 145, 145, 0.89), rgba(147, 193, 183, 0.2));
        border: 1px solid #62ff0053;

}



.btn:hover {

background: #00f7ff;
color: black;

}



.cards1 {
  padding: 20px;
  background: #111;
  border-radius: 10px;
  width: 250px;
  transition: transform 0.3s;
}



/* NEON EFFECT */
.neon {
  border: 2px solid;
  animation: neonColors 3s infinite linear;
  box-shadow: 0 0 10px cyan, 0 0 20px magenta, 0 0 30px lime;
}

.neon2{
  border: 4px solid;
  border-color: rgb(0, 255, 208);
  animation: infinite linear;
  box-shadow: 0 0 10px rgb(0, 255, 208);
}


.neon3 {
    /* border: 2px solid; */
    animation: infinite linear;
    box-shadow: 0 0 10px #00ffff, 0 0 20px rgb(0 8 255), 0 0 30px rgb(255 255 255);
}


@keyframes neonColors {
  0% {
    border-color: rgb(255, 119, 99);
    box-shadow: 0 0 10px rgb(255, 119, 99);
  }
  33% {
    border-color: rgb(166, 255, 0);
    box-shadow: 0 0 10px rgb(166, 255, 0);
  }
  66% {
    border-color: rgb(0, 255, 213);
    box-shadow: 0 0 10px cyan;
  }
  100% {
    border-color: rgb(255, 0, 204);
    box-shadow: 0 0 10px magenta;
  }


}





.services-1 {
    background: linear-gradient(rgb(53, 33, 74), rgba(128, 103, 153, 0.57), rgb(54, 33, 77));
    height: 639px;
}








.slogan{
margin-bottom: 22px;

}


.authorship {
    margin-top: 18px;
}



.card-a {
    background: #1c2541;
    padding: 20px;
    border-radius: 13px;
    width: 200px;
    background: linear-gradient(rgb(53, 33, 74), rgba(128, 103, 153, 0.57), rgb(54, 33, 77));
}

.card-a:hover {
  transform: scale(1.05);
}





.avatar {
    width: 178px;
    margin-bottom: -99px;
    border-radius: 186px;
    border: 0px solid rgba(255, 255, 255, 0.89);
    margin-top: -96px;
    cursor: pointer;
    transition: transform 0.3s;
}



.eu {
    font-size: 31px;
    margin-bottom: 157px;
    margin: 45px 0 85px 45px;
    color: rgb(156 174 224);
}


.link-menu {
    color: white;
    text-decoration: none;
    font-size: 25px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px;
    transform: translateY(-2px);
    opacity: 0.8;
    border-radius: 28px;
    padding: 12px 24px;
    
}



.options {
    color: white;
    text-decoration: none;
    font-size: 21px;
    cursor: pointer;
    transform: translateY(-2px);
    opacity: 0.8;
    /* border-radius: 28px; */
    /* padding: 12px 24px; */
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px; */

}



li {
  list-style: none;
}

ul {
  list-style: 10px circle;
  padding-left: 20px;
  cursor: pointer;
    transform: translateY(-2px);
  transition: transform 0.2s;

}


.submenu.ativo {
  display: block;
}












.contatos {
  text-align: center;
  padding: 80px 20px;
}

.contatos h2 {
  font-size: 40px;
  margin-bottom: 60px;
}

.container-contatos {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.card {
  width: 180px;
  text-align: center;
}

.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #8b5cf6;
  transition: 0.4s;
}

.card h3 {
  margin: 10px 0 5px;
}

.card p {
  color: #aaa;
}

/* Hover profissional */
.card:hover {
  transform: translateY(-10px);
}

.card:hover .icon {
  background: #8b5cf6;
  color: white;
  box-shadow: 0 0 20px #8b5cf6;
}














.skills {
  text-align: center;
  padding: 60px 20px;
}

.skills h1 {
  font-size: 32px;
  margin-bottom: 40px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 800px;
  margin: auto;
}



.card {
    margin-left: 25px;
    border: 2px solid #8cff00;
    border-radius: 15px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    cursor: pointer;
}

.card img {
  width: 60px;
  margin-bottom: 10px;
}

.card p {
  font-size: 16px;
}

.card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 0 20px #8cff00;
}

.desc {
  margin-top: 30px;
  opacity: 0.8;
  line-height: 1.6;
}

.luz1 {
    margin-top: 3px;
    padding: 15px 30px;
  
    background: #91919145;
    color: white;
    border-radius: 96px;
    cursor: pointer;
    font-size: 21px;
    transition: 0.3s;
}



.luz {
    margin-top: 3px;
    padding: 15px 30px;
    border: 2px solid #8cff00;
    background: #91919145;
    color: white;
    border-radius: 96px;
    cursor: pointer;
    font-size: 21px;
    transition: 0.3s;
}


.luz1:hover {
  background: #8cff00;
  color: black;
  box-shadow: 0 0 20px #8cff00;
}

button:hover {
  background: #8cff00;
  color: black;
  box-shadow: 0 0 20px #8cff00;
}






.contact {
  width: 180px;
  text-align: center;
  transition: 0.4s ease;
}

.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #8b5cf6;
  transition: 0.4s;
}

.contact h3 {
  margin: 10px 0 5px;
}

.contact p {
  color: #aaa;
}

/* Hover profissional */
.contact:hover {
  transform: translateY(-10px);
}

.contact:hover .icon {
  background: #f2e4ffa6;
  color: white;
  box-shadow: 0 0 20px #ff488ecd;
}








.cardportfolio {
    margin-left: 25px;
    border: 2px solid #8cff00;
    border-radius: 15px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    cursor: pointer;
    width: 180px;
    text-align: center;
    transition: 0.4s ease;
}

.cardportfolio:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 0 20px #8cff00;
  transform: translateY(-10px);
  
}





.b{

    color: white;
    font-size: 25px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px;
    transform: translateY(-2px);
    opacity: 0.8;
    border-width: initial;
    border-image: initial;
    background: linear-gradient(to right, rgb(0 0 0 / 24%), rgb(0 0 0 / 26%));
    transition: opacity 0.3s;
    border-radius: 28px;
    padding: 12px 24px;
    border: none;



}


.explore{
    text-decoration: none;
    color: #fff;
}



.cruzeiro{
  width: 140px;
  height: 130px;
  border-radius: 79px;
}

.idiomas {
  width: 142px;
  height: 130px;
  border-radius: 79px;
  padding: 3px;
}

.academia {
  width: 138px;
  height: 130px;
  border-radius: 79px;
}


.moda {
  width: 144px;
  height: 130px;
  border-radius: 79px;
  padding: 2px;
}



.transparent {
    height: 538px;
    width: 57%;
    border-radius: 7px;
    margin-left: 351px;
    margin-top: -538px;
    border-radius: 5px;
    background: rgb(0 0 0 / 30%);
}


h2.services-title {
    font-size: 30px;
    margin-bottom: 20px;
    background-color: #4f5052;
    /* border: 2px chocolate; */
    border: 3px solid #feff006e;
}


a {
  text-decoration: none;
}



.sites {
    margin-bottom: 41px;
    font-size: 30px;
    margin-top: 20px;
}

.w{

    width: 180px;
    text-align: center;
    transition: 0.4s ease;
}


body {
  margin: 0;
}

.redes-sociais {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}








/* ===== BOTÕES COM REFLEXO ===== */
.btn,
.btn1,
.luz,
.luz1 {
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.3));
}

.btn::before,
.btn1::before,
.luz::before,
.luz1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-25deg);
}

.btn:hover::before,
.btn1:hover::before,
.luz:hover::before,
.luz1:hover::before {
  animation: reflexo 0.9s ease;
}

@keyframes reflexo {
  0% { left: -120%; }
  100% { left: 150%; }
}








.avatar {
    width: 178px;
    margin-bottom: -110px;
    border-radius: 186px;
    border: 0px solid rgba(255, 255, 255, 0.89);
    margin-top: -96px;
    cursor: pointer;
    transition: transform 0.3s;
}


.eu {
    font-size: 31px;
    margin-bottom: 157px;
    margin: 45px 0 81px 45px;
    color: rgb(156 174 224);
}


