@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

* {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 1024px;
    background-image: url("../UI/background-julia.png");
}



.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 82px;
    width: 100%;
}

.nav:hover{
    background-color: rgb(0, 0, 0, 0.5);
    transition: 0.3s;
}

.logo {
    margin-left: 15px;
    width: 107px;
    height: 82px;
    display: flex;
    justify-content: center;

}

.logo img{
    margin-top: -10px;
    width: 97px;
    height: 90px;
}

.menuCentral {
    margin-top: 28px;
    margin-left: 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 704px;
    height: 29px;
    
}

.menuCentral a {
    font-size: 24px;
    font-weight: 600;
    margin: 25px;
    margin-top: 40px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

.listaBotoes {
    display: flex;
    gap: 10px;
    width: 224px;
    height: 29px;
    margin-right: 15px;
    
}

.listaBotoes button {
    border: none;
    font-size: 24px;
    text-align: center;
    background: none;
    color: #FFFFFF;
    cursor: pointer;
}


.letreiroCentral {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 990px;
    text-align: center;
}

#juliaNome {
    font-size: 85px;
    font-weight: 600;
}

#juliaContexto {
    margin-top: 43px;
    font-size: 36px;
    font-weight: 400;
}

.active {
    font-weight: bold;
}

/* CARD SOBRE MIM*/

.sobreMimContainer{
    display: flex;
    width: 100%;
    height: 1024px;
    background-color: #F5F5F5;
}



.imageCard{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 1024px;
    
}

.imageCard img{ 
    width: 726px;
    height: 1024px;
}

.context{
    display: flex;
    flex-direction: column;
}

.sobreMim1 h1{
    text-align: center;
    width: auto;
    max-width: 280px;
    height: 44px;
    margin-top: 97px;
    margin-left: 245px;
    
}

.sobreMim2{
    display: flex;
    flex-direction: column;
    width: 720px;
    height: 701px;
    margin-top: 60px;
    margin-right: 12px;
    margin-bottom: 122px;
    justify-content: center;
    
}
.sobreMim1 h1, #smp1,#smp2,#smp3,#svp1,#svp2,#svp3{
    color: #0D4051;
}

.sobreMim1 h1, #isobreMim {
    text-align: center;
    width: auto;
    max-width: 280px;
    height: auto;
    margin-top: 97px;
    margin-left: auto;
    margin-right: auto;
    color: #0D4051;
}

#smp1,#smp2,#smp3,#svp1,#svp2,#svp3{
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
    line-height: 26.82px;
    margin-left: 30px;
    margin-top: 5px;
    margin-right: 16px;
    padding-bottom: 39px;
    
}

#ifontStrong{
    color: #0D4051;
     font-weight: 700;
}

.contatoContainer{
    display: flex;
    width: 100%;
    height: 1024px;
    background-color: #F5F5F5;
    margin-top: 150px;
}

.contato1 h1{
    text-align: center;
    width: 224px;
    height: 44px;
    margin-top: 97px;
    margin-left: 245px;
    color: #0D4051;
}
.contato2{
    display: flex;
    flex-direction: column;
    width: 690px;
    height: 760px;
    margin-top: 61px;
    margin-left: 18px;
    margin-right: 18px;
    margin-bottom: 62px;
    justify-content: center;
    
}

.contato2 p,a{
    color: #0D4051;
    font-size: 32px;
    font-weight: 400;
    text-align: justify;
    line-height: 26.82px;
    margin-left: 30px;
    margin-top: 5px;
    margin-right: 16px;
    padding-bottom: 39px;

}

.telefone, .email, .endereco, .endereco iframe{
    display: flex;
}

.telefone{
    width: 678px;
    height: 43px;
  
    margin-left: 12px;
    margin-bottom: 86px;
}

.telefone img{
    width: 45px;
    height: 43px;
}

.telefone p{
    margin-left: 51px;
    padding-top: 5px;
}

.email{
    width: 677px;
    height: 45px;
    margin-left: 12px;
    margin-right: 1px;
    margin-bottom: 85px;

}

.email img{
    width: 45px;
    height: 45px;
}

.email p{
    margin-left: 23px;
}

.endereco{
    width: 677px;
    height: 45px;
    margin-left: 19px;
    margin-right: 18px;
    margin-bottom: 26px;
}

.endereco img{
    width: 29px;
    height: 45px;
}

.endereco p{
    margin-left: 60px;
}

#iframe{
    width: 700px;
    height: 397px;
    margin-left: 12px;
    margin-right: 4px;
}

/*reverso*/

.sobreMimContainer-reverse {
    display: flex;
    flex-direction: row-reverse; /* Inverte a posição dos elementos */
    width: 100%;
    height: 1024px;
    background-color: #F5F5F5;
    margin-top: 150px;
}

.sobreMimContainer-reverse .imageCard {
    display: flex;
    justify-content: center;
    width: 50%;
    height: 1024px;
}

.sobreMimContainer-reverse .context {
    display: flex;
    flex-direction: column;
}

.sobreMimContainer-reverse .sobreMim2{
    margin-right: 36px;
    margin-left: 20px;
    font-weight: 900;
    margin-top: -20px;
}

.sobreMimContainer-reverse .sobreMim1{
    
    margin-top: 97px;
}

/*botao topo*/
.toTop {
    position: fixed;
    bottom: 20px; /* Distância do fundo da tela */
    right: 20px; /* Distância da direita da tela */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    z-index: 1000; /* Garantir que o botão fique acima de outros elementos */
}

.toTop img {
    margin-top: 45px;
    margin-right: 15px;
    width: 60px; /* Ajuste o tamanho do ícone */
    height: 60px; /* Ajuste o tamanho do ícone */
}




