/* ==================== pag 5 ========================= */

.pag-5{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pag-5-geral{
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    margin: 80px 350px;
}



.topo-pag-5{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.topo-pag-5 h1{
    color: white;
    font-size: 34px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.topo-pag-5 p{
    color: var(--letra-color);
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.meio-pag-5{
    width: 350px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    /* border: solid 1px white; */
}

.meio-pag-5 h2{
    color: white;
    font-size: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.ip-email-p5{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ip-email-p5 input{      
    height: 40px;
    border-radius: 4px;
    padding-left: 10px;
}

.ip-mensagem-p5{
    display: flex;
    flex-direction: column;
    gap: 5px;   
}

textarea{  
    height: 120px; 
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 10px;   
}

.pag-5 button{
    border-radius: 5px;
    height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    background-color: var(--button-color);
    box-shadow: 0px 0px 15px var(--button-shadow-color);
}

.pag-5 button:hover{
    background-color: var(--button-shadow-color);
}

/* ==================== pag 5 ========================= */