@charset "utf8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

:root{
    --font-padrao:arial,verdana,helvetica,sans-serif;
    --font-destaque:"Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}

.about{
    position: relative;
    left: -6%;
    margin: auto;
    justify-content: center;
    padding: 20px;
    display: flex;
}
.about-me{
    text-align: center;
    max-width: 749px;
    background-color: rgba(66, 65, 65, 0.626);
    padding: 4px 10px 4px 10px;
  
}
.about-me h1{
    margin-bottom: 6px;
    font-family: "Dancing Script", "cursive";  

}
.profile {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 8%;
}

#paragrafo{
    line-height: 3px;
}
.paragrafo01{
    line-height: 25px;
   
   
}
.paragrafo01 p{
    background-color: rgba(142, 137, 137, 0.095);
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 2px 1px #00000012;
}
.conteiner-seta{
    display: flex;
}
.seta{
    position: relative;
    left: 30%;
    top: 37px;
}
.seta2{
    position: relative;
    left: -30%;
    top: 37px;
}
.perfil{
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius:50%;
    width: 90px;
    height: 90px;
    justify-content: center;
    overflow: hidden;
    border: 3px solid  #1cd8d2;
    
      
}
.perfil:active{
    transform: scale(1.1);
}
.perfil img{ 
    justify-content: center;
    border-radius:50%;
    width: 100%;
    height: 100%;
    transition: 1s all ease-in-out;
}

.perfil ul li{
    display: block;
}

.habilidades{
    padding-left: 20px;
    max-width: 749px;
}
.about2{
    justify-content: center;
    margin-bottom: 20px;
    
}

        /* Summary grid */
.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.summary-item {
  display: flex;
  align-items: center;
  gap: 10px;
 
  padding: 1rem;
  border-radius: 12px;
  transition: 0.3s;
}
.summary-item:hover {
    background: #99999a14;
  transform: translateY(-3px);
}
.summary-item .material-icons {
  font-size: 28px;
  color: #1cd8d2;
}
.conteiner-resumo h2{
    padding: 10px;
}
/* Timeline Education */
.timeline-edu {
  position: relative;
  padding-left: 30px;
  border-left: 3px solid #1cd8d2;
}
.timeline-point {
  position: relative;
  margin: 1.5rem 0;
}
.timeline-point .circle {
  width: 14px;
  height: 14px;
  background: #1cd8d2;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 5px;
}
.timeline-point .content {
  
  padding: 1rem;
  border-radius: 10px;
  transition: 0.3s;
}
.timeline-point .content:hover {
  background: #99999a14;
}
.timeline-point .year {
  font-weight: bold;
  color: #1cd8d2;
  display: block;
  margin-bottom: 5px;
}
.timeline-point.important .circle {
  background: #1cd8d2ae;
}

    
.conteiner-about{
    display: flex;
    justify-content: center;
    

}
.conteiner-resumo{
    padding: 10px;
    max-width: 500px;
    margin-bottom: 8%;
   

}
.conteiner-resumo2{
    padding: 10px;
    max-width: 500px;
   
    background-color:#1e1e1e;
}



.conteiner-inner-01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}


.conteiner-inner-01 h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.conteiner-inner-01 .intro-text {
  text-align: center;
  color: #555;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.stack-card {
    background-color:#1e1e1e;
  border-radius: 16px;
  padding: 1.5rem;
  border-left: 6px solid#1cd8d2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.stack-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  border-left-color:  #1cd8d2ae;
}

.stack-card h3 {
  margin: 1rem 0;
  font-size: 1.2rem;
  color: #1cd8d2;
}

.stack-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stack-card ul li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: white;
}

.stack-card ul li::before {
  content: "✔ ";
  color: #1cd8d2;
  font-weight: bold;
}

.stack-card .icon {
  font-size: 2.5rem;
  color: #1cd8d2;
  display: block;
}

.conteiner01{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.inner-conteiner01 ul{
    flex-direction: column;
}


.inner-conteiner02{
    max-width: 500px;
    padding: 10px;
    max-width: 500px;
   
    
}




  .conteiner-imgcoff {
  position: relative;
  padding: 35px 0 35px 0;
}


.conteiner-imgcoff .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glass-card {
  background: #1e1e1e;
  backdrop-filter: blur(12px);
  padding: 2rem;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  width: 80%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.glass-card h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}






.conteiner-about2 {
    display: flex;
    flex-direction: column;
  margin: 4rem 0;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  
}

.conteiner-about2 h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.about2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.about2-card {
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  border-top: 5px solid #1cd8d2;
  transition: all 0.3s ease;
  background-color: #1e1e1e;
  
}

.about2-card:hover {
  transform: translateY(-5px);
  border-top-color: #1cd8d2ae;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.about2-card span.material-icons {
  font-size: 2.5rem;
  color: #1cd8d2;
  margin-bottom: 0.5rem;
}

.about2-card h3 {
  margin-bottom: 1rem;
  color: #1cd8d2;
}

.about2-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about2-card li {
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  color: white;
}
  .conteiner-geral {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin: 4rem 0;
  padding: 2rem;
}

.conteiner-geral h2 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #1cd8d2;
}

.card-missao, .card-valores {
  background: #1e1e1e;
  backdrop-filter: blur(12px);
  padding: 2rem;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-missao:hover, .card-valores:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

.card-missao {
 
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}

.card-valores ul {
  list-style: none;
  padding: 0;
}

.card-valores li {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-valores li strong {
  color: #ffffff;
}

    @media (max-width: 970px) {
.menu02 {
    display: none;
    list-style: none;
    padding: 0;
    background: #333;
    position: absolute;
    top: 248px;
    left: 0;
    width: 100%;
    text-align: center;
}


}
      .esperiencia02 {
        width: 99.9%;
     }
    .header1 {
        display: block;
        background-color: #2222220f;
        padding: 20px;
        font-size: 24px;
        font-weight: bold;
       
        justify-content: space-between;
        align-items: center;
        padding: 15px 30px;
        margin-top: 1%;
    }
    
    
    .toggle-mode {
        cursor: pointer;
        font-size: 18px;
        padding: 10px 15px;
        background: var(--primary-color);
        border: none;
        border-radius: 5px;
        color: #000;
        transition: 0.3s;
    }

    .toggle-mode:hover {
        background: var(--button-hover);
    }

    .container {
        max-width: 900px;
        margin: 30px auto;
        padding: 20px;
    }

    .profile {
        text-align: center;
        margin-bottom: 20px;
    }

    .profile img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        border: 4px solid #1cd8d2db;
        transition: transform 0.3s;
    }

    .profile img:hover {
        transform: scale(1.1);
    }

    .bio {
        font-size: 18px;
        margin-top: 15px;
    }

  
    .skills {
        
        margin-top: 30px;
    }
    
    

    .skills h2 {
        padding: 10px;
        border-radius: 20px;
        background-color: #302f2fae;
        margin-bottom: 10px;
    }

    .skills ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 25px;
        border-radius: 0 0 21px 21px;
    }

    .skills li {
        background: var(--card-bg);
        padding: 10px 15px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
        transition: 0.3s;
    }

    .skills li:hover {
        background:#1cd8d2c1 ;
        color: #ffffff;
    }

    .timeline {
        margin-top: 30px;
        text-align: left;
    }

    .timeline-item {
        background-color: #302f2f8a;
        padding: 15px;
        margin-bottom: 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    }

    .timeline-item h3 {
        margin: 0;
        color: #13e5de;
    }

    .timeline-item span {
        font-size: 14px;
        color: #dcdcdcf2;
    }

    .projects {
        margin-top: 30px;
    }

    .projects .card {
        background: var(--card-bg);
        padding: 15px;
        margin: 10px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
        transition: 0.3s;
    }

    .projects .card:hover {
        transform: translateY(-5px);
    }

    

/*projectos*/

    
    .container {
        max-width: 800px;
        margin: auto;
    }
    .highlight {
        background: #1e1e1e;
        padding: 15px;
        border-radius: 8px;
        margin: 10px;
        cursor: pointer;
        transition: 0.3s;
    }
    .highlight:hover {
        background: #292929;
    }
    .model-link{
        text-decoration: none;
        color: white;
    }
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
    }
    .modal-content {
        background: #222;
        padding: 20px;
        border-radius: 10px;
        text-align: left;
        width: 80%;
        max-width: 400px;
        text-decoration: none;
        color: white;
        
    }
    .modal-content ul{
        list-style: none;
        display: flex;
        flex-direction: column;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 20px;
        border-radius: 5px;

    }
    .modal-content li{
        text-decoration: none;
        color: white;
      background: var(--card-bg);
      padding: 10px 15px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
      transition: 0.3s;
    }
    .modal-content li:hover {
        background:#1cd8d2c1 ;
        color: #ffffff;
    }
    .modal-content ul li a{
        text-decoration: none;
        direction: none;
       display: inline;
       color: white;
      

    }
    .modal-content ul li a:hover{
        transition: none;
        
    }
    
    .close {
        float: right;
        cursor: pointer;
    }

/*projectos*/

/*destaques*/

   
    .container{
        text-align: center;
        padding: 20px;
        max-width: 800px;
        margin: auto;
    }
    .highlights1 {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .highlight1 {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #545252d2;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: transform 0.3s;
        border: 3px solid #1cd8d2;
    }
    .highlight1:hover {
        transform: scale(1.1);
    }
    .highlight1 img {
        width: 70%;
        border-radius: 50%;
    }
    .modalContainer {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        background: #222;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        width: 80%;
        max-width: 400px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, transform 0.3s;
        text-align: center;
    }
    .modalContainer.active {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
    }
    .modalImage {
        max-width: 100%;
        border-radius: 10px;
    }
    .closeButton {
        background: rgba(220, 20, 60, 0.644);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
        margin-top: 10px;
    }
    .closeButton:hover{
        background: rgb(244, 20, 65);
    }
    .navButtons {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }
    .navButtons button {
        background: #7e7e7ebf;
        border: none;
        color: white;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
    }
    .navButtons button:hover{
        background-color: #13e5de;

    }

/*destaques*/






