
body{
  background: rgb(34,34,34) url("../img/jppng.png") center/cover no-repeat fixed;
  color: whitesmoke;
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
}

.container{
  max-width: 1400px;
  margin: -50px auto;
  padding: 15px;
}


/* ===== Destaque premium para o MENU (UL) ===== */

/* ===== MENU COM DESTAQUE PREMIUM (AJUSTADO) ===== */

header ul{
  background: rgba(34, 34, 34, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  padding: 12px 20px;              /* menor */
  border-radius: 25px;

  
  

  display: flex;
  align-items: center;
  gap: 20px;                      /* controla distância entre itens */

  margin-left: 60px;              /* afasta do logo EURO */
  max-width: fit-content;         /* impede crescer demais */
}



header li{
  margin: 0;
  font-size: 20px;
}







.social-wrapper {

    
    position: column;
    right: 30px; /* Distância da borda direita */
    bottom: 20px; /* Altura em relação ao rodapé */
    
    display: flex;
    flex-direction: center; /* Um abaixo do outro */
    align-items: center;    /* Centraliza horizontalmente dentro do oval */
    justify-content: center;
    gap: 20px;              /* Espaço entre os ícones */
    
    /* O Elemento Oval */
    background: rgba(255, 255, 255, 0.185); 
    padding: 10px 10px;
    border-radius: 50px;    /* Formato de pílula/oval */
    border: 3px solid rgba(0, 128, 255, 0.4);
    backdrop-filter: blur(8px); /* Efeito de vidro */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    
    z-index: 9999;
}

/* Remove qualquer posicionamento antigo que possa estar nos links */
.social-wrapper a {
    position: static !important; /* Anula o position:fixed individual */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.social-wrapper a:hover {
    transform: scale(1.15);
}

/* Garante que os SVGs não quebrem o tamanho do oval */
.social-wrapper svg {
    display: block;
    margin: 0 auto;
}






header{
    display: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

#title{
    font-size: 45px;
    font-family: poppinsmedium;
    flex-direction: column;
    line-height: 100px;

    position: relative;
    text-transform: uppercase;
    color: white;
    letter-spacing: -0.01em;
    user-select: none;
    text-transform: uppercase;
    transition: all 0.5s ease-out;

    
}

#title:hover{


    text-shadow: -5px 6px 1px rgb(0, 128, 255);
    






}

li{
    display: inline-block;
    margin: 20px;
    font-size: 20px;
    margin-left: 5;
}

a{
    color: aliceblue;
    
}

a:hover{
    color: rgb(0, 128, 255);
    transition: 0.5s all;
}

#BRC{
    border: 2px solid rgb(0, 128, 255);
    padding: 10px;
    border-radius: 15px;
    transition: 0.5s all;
   
}

#BRC:hover{
    background-color: rgb(0, 128, 255);
    color: white;
    border-radius: 15px;
    transition: 0.5s all;
}

#BRC2{
    border: 2px solid rgb(0, 128, 255);
    padding: 10px;
    border-radius: 15px;
    transition: 0.5s all;
    letter-spacing: 1;
}

#BRC2:hover{
    background-color: rgb(0, 128, 255);
    color: white;
    transition: 0.5s all;
}

h1{
    font-weight: 200;
    margin-left: 0px;
}

main{
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}

h2{
    font-size: 50px;
    line-height: 10px;
    font-family: poppinsmedium;
}

span{
    color: rgb(0, 128, 255);
    
}

img{
    width: 1000px;
    height: 800px;
    margin-left: 40px;
    display: block;
    
}

form{
    display: flex;
    flex-direction: column;
    width: 80%;
}


button{
    background-color: rgb(34, 34, 34);
    height: 50px;
    width: 50%;
    font-weight: bold;
    border: 2px solid rgb(0, 128, 255);
    border-radius: 15px;
    transition: 0.5s all;
    color: aliceblue;
margin-top: 15px;



}

button:hover{
    cursor: pointer; 
    background-color: rgb(0, 128, 255);
    color: rgb(255, 255, 255);
    transition: 0.5s all;





}

textarea{

    width: 200px;;
    margin-top: 15px;
    height: 30px;
    padding: 10px;
    border-radius: 15px;
    border: none;
    font-size: 15px;





}


input{
    width: 200px;;
    margin-top: 15px;
    height: 30px;
    padding: 10px;
    border-radius: 15px;
    border: none;
    font-size: 15px;
}

article{
       display: block;
       margin-top: -220px;
       margin-left: 600px;


}

footer{
text-align: left;
margin-bottom:200px;

}

#Inicio a{
    font-size: 100px;
    font-family: poppinsmedium;
    flex-direction: column;
    line-height: 100px;
margin-top: 95px;
margin-bottom: 80px;
    position: relative;
    text-transform: uppercase;
    color: white;
    letter-spacing: -0.01em;
    user-select: none;
    text-transform: uppercase;
    transition: all 0.5s ease-out;
    font-weight: 200px;
    text-decoration:none;
    
    display: flex
    

    

}

#Inicio:hover{

    text-shadow: -5px 6px 1px rgb(0, 128, 255);

   

}

/* Adiciona uma borda azul sutil ao pop-up */
.swal2-popup {
    border: 2px solid rgb(0, 128, 255) !important;
    border-radius: 20px !important;
}

/* Estiliza o texto interno do pop-up para combinar com whitesmoke */
.swal2-html-container, .swal2-title {
    font-family: 'poppinsmedium', system-ui, sans-serif !important;
}



p{
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-left: 20px;

  

  text-shadow:
    5px 10px 10px rgba(0,0,0,0.8);

  margin-bottom: 20px;
}


h3{
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-left: 8px;


  text-shadow:
    10px 10px 10px rgba(0,0,0,0.8);

  margin-bottom: 20px;
}

strong{
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-left: 8px;


  text-shadow:
    10px 10px 10px rgba(0,0,0,0.8);

  margin-bottom: 20px;
}


footer{
  text-align: center;
  margin-top: 80px;
  padding: 20px 0;
  color: #aaa;
  font-size: 14px;
}

h1{

font-size: 30px;
    line-height: 40px;
    font-family: poppinsmedium;
    margin-left: 20px;

    margin-bottom: 0;


}