/*ESTILO JÁ OUVIU FALAR SOBRE PCP?*/

/*ELEMENTOS GERAIS*/

body{
    font-family: roboto, helvetica, arial, sans-serif;
    color: #262626;

}

nav img {
    width: 150px;

}

nav {
    background-color: #f2f2f2;

}

.botao {
    color: #f1f1f1;
    font-family: poppins, helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    width: 100px;
    display:block ;
    margin-left: 0;
    margin-right: 80%;
}

.botao2 {
    color: #f1f1f1;
    font-family: poppins, helvetica,arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    padding: 5px 5px;
    background-color: #053448;
    border-radius: 20px;
    display:block;
    margin-left: auto;
    margin-right: 5%;
    width: 90px;
}

h1 {
    font-family: poppins, helvetica, arial, sans-serif;
    color: #f2f2f2;
    font-size: 60px;  
    background-color: rgba(5,52,72,0.6);
    background-size: cover;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

h4 {
    font-family: poppins, helvetica, arial, sans-serif;
    color: #053448;
    font-size: 20px;
}

section {
    margin: 3em 3em;
    background-color: #f2f2f2;
    padding: 1em 2.5em;
    line-height: 1.5;
    text-align: justify;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: rgba(5,52,72,0.5);
    text-decoration: none;
}
.btn::after {
    content: "↑";
    font-size: 32px;
    font-weight: bold;
    color: aliceblue;
    transition: margin-top 250ms;
}
.btn:hover::after {
    margin-top:-8px;
}

/*RECEBA AS ATT*/

.email {
    background-color: #00b1e7;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 2%;
}
.email h3{
    font-family: Poppins, helvetica, arial, sans-serif;
    color: #f2f2f2;
    font-size: 25px;
    text-align: center;

}

.email form {
    margin-top: 2%;
    margin-bottom: 2%;
}

#emailInput {
    width: 70%;
    background-color:#f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 1%;
    display: block;
    font-family: Poppins, helvetica, arial, sans-serif;
    color: #262626;
    margin-left: auto;
    margin-right: auto;
}

.botaoenviar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1% 2%;
    cursor: pointer;
    font-family: Poppins, helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color:#f2f2f2;
    background-color: #053448;
    border-radius: 20px;
    border: none;

}

/*RODAPE*/

footer{

    padding: 1em;
    background-color: #053448;
}

div.vol {
    display: flex;
    justify-content: center;
}
div.vol img{
    width: 15em;
    margin: 2em;
}

div.social{
    display: flex;
    justify-content: center;
}

footer img {
    width: 35px;
    margin: 5px;
}

/*ELEMENTOS QUE MUDAM*/
header {
    background-image: url('../imagens/banner\ pcp.jpg');
    background-size: cover;
    max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #f2f2f2;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 55px;
    margin: 0; 

}

h5 {
    font-family: Roboto, helvetica, arial, sans-serif;
    color: #053448;
    font-size: 18px;
}