header{
    background: #13091C;
}

h2{
    opacity: .9;
}

h3{
    font-size: 2.3vw;
    opacity: .6;
}

footer h2{
    opacity: .6;
}

section{
    margin-top: 0;
    padding: 0;
    /* background-color: aqua; */
    position: relative;
}

#oProjeto{
    flex-direction: column;
    gap: 12px;
    padding-bottom: 15px;
}

#oProjeto p{
    font-size: 1.5vw;
}

.separator{
    height: 2px;
    width: 100%;
    background-color: white;
    opacity: .4;
    margin: 50px 0 50px 0;
}


#peoples{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

main{
    margin-top: 8%;
    gap: 15px;
    margin-bottom: 100px;
}

form{
    background-color: #29123e;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
    border-radius: 16px;
    
}

form div{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

label{
    font-size: 25px;
}

label a, p a{
    text-decoration: underline 1.2px;
}

p{font-size: 15px; color: #bfbfbf;}

input, textarea{
    background-color: #532d77;
    color: rgb(255, 255, 255);
    font-size: 20px;
    height: 25px;
    padding: 10px;
    border: none;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgb(58, 16, 77);
    resize: vertical;
}

input::placeholder, textarea::placeholder{
    color: rgb(173, 173, 173);
}

#mensagemInput{
    height: 150px;
    align-items: start;
    justify-content: start;
}

#newsletterDiv{
    flex-direction: row;
    align-items: center;
}

#newsletterCheck{
    width: 25px;
}

.mainButton{
    height: fit-content;
    font-size: 25px;
    width: 200px;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
}

#voltarButton{
    margin-top: 5vw;
}



.contactosSec0{
    /* background-color: rgb(139, 109, 71); */
    width: 100%;
    gap: 70px;
    display: flex;

}

.contactoCard{
    /* background-color: brown; */
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px;
    border: 2.5px solid rgba(128, 128, 128, 0.452);
    border-radius: 16px;
}

.contactoCardTitle{
    font-size: 42px;
    font-weight: 500;
    opacity: .8;
    /* background-color: rgb(187, 76, 76); */
    height: fit-content;
}

.contactoCardText{
    /* background-color: chartreuse; */
    margin-top: 15px;
    margin-bottom: 55px;
    width: 100%;
    font-size: 18px;

}

.contactosButton{
    width: 100%;
}


.placeholderContactos{
    /* background-color: #29123e; */
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 150px;
    font-size: 50px;
}



#submetidoFooter{
    margin-top: 200px;
}






@media all and (max-width: 1080px) {

    label{
        font-size: 6vw;
    }

    input, textarea{
        font-size: 5.5vw;
        height: 65px;
        border-radius: 24px;
        padding: 25px;
    }

    #newsletterDiv{
        /* background-color: aqua; */
        display: flex;
        width: 100%;
        align-items: flex-start;
        gap: 25px;
    }

    #newsletterDiv label{
        font-size: 4vw;
        width: 100%;
    }

    #newsletterDiv input{
        margin-top: 10px;
        height: 60px;
        width:  60px;
        background-color: rgb(145, 255, 0);
    }

    #submeterButton, .contactosSec0 input, #voltarButton{
        font-size: 5.2vw;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgb(203, 98, 255);
    }

    form{
        gap: 60px;
        border-radius: 32px;
        margin-top: 15px;
        margin-bottom: 150px;
    }

    form div{
        gap: 15px;
    }

    form p{
        font-size: 3.5vw;
    }



    .contactosSec0{
        /* background-color: aqua; */
        width: 100%;
        margin-top: 15px;
        margin-bottom: 150px;
    }

    .contactoCard{
        /* background-color: chocolate; */
        padding: 50px 0px 50px 0px;
        gap: 50px;
    }

    .contactoCardTitle{
        font-size: 6.5vw;
    }

    .contactoCardText{
        font-size: 4.3vw;
        width: 90%;
    }


    .contactosSec0 input{
        background-color: #532d77;
        margin-top: 80px;
        width: 90%;
    }

    #submetidoMain{
        height: 80vh;
    }

    h3{
        font-size: 4.5vw;
    }

    #voltarButton{
        background-color: #532d77;
    }

    #submetidoFooter{
        margin-top: 0;
    }

}