/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #333; /* Cinza claro de fundo */
    color:#f0f0f0 ; /* Cor de texto padrão */
}

/* Cabeçalho */
header {
    background-color: #008080; /* Azul turquesa */
    color: white;
    position: fixed;
    width: 100%;
}
header ul li a:hover {
    color: #f0f0f0;
    transform: scale(1.1);
}
.projeto:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.projeto a:hover {
    color: #005f5f;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 5px;
}

header nav :hover {
  color :#333

}

header h1 {
    font-size: 1.3em;
    padding: 0 26px
}

header ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

header ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

header ul li a:hover {
    color: #333; /* Cinza claro ao passar o mouse */
}


/* Seções */
section {
    padding: 60px 20px;
    text-align: center;
}
/* Estilo para a imagem de perfil */
.perfil-img {
    max-width: 100%;
    object-fit: contain;
    height: 21rem;
    border-radius: 17px;
    margin: 20px auto;
    display: block;
    border: 3px solid #008080;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


section h2 {
    color: #008080; /* Azul turquesa */
    font-size: 2em;
    margin-bottom: 20px;
}

/* Home */
.intro {
    max-width: 825px;
    margin: 39px auto;
    margin-top: 116px;
}

.intro p {
    margin-top: 38px;
    line-height: 24px;
    font-size: 1.3em;
    max-width: 800px;
    
}

.todasimginsta img {
    width: 383px;
    margin-left: 203px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    margin-right: -344px;
}

.imageminstabarber:hover{
    transform: scale(1.03);
}
   

.imageminstapet:hover{
    transform: scale(1.03);
}

.imageminstaacademia:hover {
    transform: scale(1.03);
}

.paragrafoinsta {
    margin-top: 52px;
    line-height: 33px;
    font-size: 1.2em;
    max-width: 940px;
    margin-left: 489px;
}

.todasimginsta a {
    display: inline-block;
    color: #008080;
    font-weight: bold;
    margin: 10px;
    text-decoration: none;
    transition: color 0.3s;
}


 .todasimginsta {
    display: flex;
    margin-left: 352px;
    margin-top: 72px; 
}


/* Projetos e Artes */
.projetos-container, .artes-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.projeto, .arte {
    background-color: #333;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 300px;
    text-align: left;

}

.projeto img, .arte img {
    width: 100%;
    height: auto;

}




.projeto h3, .arte h3 {
    color: #008080;
    font-size: 1.5em;
    margin: 10px;
}

.projeto p, .arte p {
    color: #f0f0f0;
    margin: 10px;
}

.projeto a, .arte a {
    display: inline-block;
    color: #008080;
    font-weight: bold;
    margin: 10px;
    text-decoration: none;
    transition: color 0.3s;
}

.projeto a:hover, .arte a:hover {
    color: #005f5f; /* Azul turquesa mais escuro */
}

#potifoliodesigner img {
    width: 310px ;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;

}
#potifoliodesigner {
    display: flex;

}
#potifoliodesigner :hover {
    transform: scale(1.02);
}
.titledesign {
    color: #008080; /* Azul turquesa */
    font-size: 2em;
    margin-bottom: 20px;
    align-items: center;
    margin-left: 826px ;
}
#potifoliodesigner a {
    color: #008080; /* Azul turquesa */
    font-weight: bold;
    transition: color 0.3s;
    text-decoration: none;
}
    
#potifoliodesigner a:hover {
    color: #005f5f; /* Azul turquesa mais escuro */
}

/* Sobre Mim */


#sobre p {
    color: #f0f0f0;
    font-size: 1.3em;
    max-width: 61rem ;
    margin: 0 auto;
    margin-top:30px;
}
#sobre img {
    max-width: 164px;
    margin-top: 54px;
    padding: 6px;
    margin-bottom: -100px;
}

.linguagens img:hover{
    transform: scale(1.03);
}

/* Contato */
#contato form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#contato label {
    font-weight: bold;
    color: #333;
}

#contato input, #contato textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#contato button {
    background-color: #008080;
    color: white;
    border: none;
    padding: 10px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#contato button:hover {
    background-color: #005f5f;
}
#botaowpp img {
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icon-menu button {
    background: transparent;
    border: none;
}
.icon-menu img{
    width: 53px;
    margin: 0 13px;
}


/* Rodapé */
footer {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.icon-menu button{
    cursor: pointer;
}

.icon-menu ul {
    list-style: none;
    padding: 10px;
    background-color: #008080;
    position: absolute;
    right: 10px;
    top: 60px;
    border-radius: 5px;
    z-index: 1000;
}

.icon-menu ul li {
    margin: 10px 0;
    text-align: center;
}

.icon-menu ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* Estilo da seção ficha googleimagens */
.ficha.googleimagens {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 60px 20px;
    margin-top: 60px;
}

.ficha.googleimagens .imagem {
    max-width: 300px;
    flex: 1 1 300px;
    overflow: hidden;
    border-radius: 8px;
}

.ficha.googleimagens .imagem img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s;
}

.ficha.googleimagens .imagem img:hover {
    transform: scale(1.05);
}

.tituloficha p{
    color: #f0f0f0;
    font-size: 1.3em;
    max-width: 61rem ;
    margin: 0 auto;
    margin-top:30px;
}

@media (max-width: 800px) {
    header nav {
        flex-direction: row;
        align-items: center;
    }

    header ul {
        flex-direction: column;
        gap: 10px;
    }

    

    .perfil-img {
        height: 150px;
    }

    .intro p {
        font-size: 1em;
    }

    .projeto, #potifoliodesigner div {
        max-width: 90%;
    }

    #sobre p {
        font-size: 1em;
    }

    #sobre img {
        max-width: 100px;
    }

}

@media (max-width: 730px) {

    header {
        position: fixed;
        width: 100%;
    }

    header nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    header nav :hover {
        color:#333;
    }
        


    .icon {
        background: transparent;
        border: none;
    }

    .icon-menu ul {
        right: 25px;
    }

    .icon-menu img {
        width: 33px;
        margin: 0px 28px;
    }
    
    header h1 {
        font-size: 0.9rem;
        padding: 10px 9px ;
    }

    header {
        width: 438px;
    }

    .intro p {
        font-size: 0.9em;
    }

    .projeto, #potifoliodesigner div {
        max-width: 100%;
    }
    #potifoliodesigner img {
        width: 310px;
        margin-left: 10px;
        margin-top: 23px;
        margin-bottom: 21px;
        border-radius: 8px;
        margin-left: 43px;
        margin-right: 51px;
    }

    #potifoliodesigner{
        flex-direction: column;
    }
    .titledesign {
        margin-left: 52px;
        font-size: 28px;
        margin-top: 2px;
        margin-bottom: -21px;
    }

    .todasimginsta {
        margin-left: -548px;
        margin-top: 72px;
        flex-direction: column;
    }

    .paragrafoinsta {
        text-align: center;
        margin-left: 14px;
        line-height: 26px;
        font-size: 0.9em;
    } 

    .ficha.googleimagens {
        flex-direction: column;
        align-items: center;
    }
}

    


