
body {
    background-color: #7dce6f;
}

.Logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 158px 5px;

}

#tituloprocon {
    font-size: 50px;
}

.Logo img{
    width: 220px;
    height: 100px;
    padding: 10px;
}

.formulario {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 750px;

}

.imgform {
    background-color: rgba(139, 107, 2, 0.5);
    width: 750px;
    height: 750px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form {
    background-color: white;
    width: 750px;
    height: 750px;
    border: solid 3px black;
    border-radius: 10px;
    padding: 15px;
}

 .form h1 {
    text-align: center;
    border-bottom: solid 3px;
    padding: 10px;
   
}

#p01 {
    font-size: 20px;
    padding: 0 0 0 25px;
}

#p02 {
    font-size: 20px;
    padding: 0 0 0 25px;
}

#p03 {
    font-size: 20px;
    padding: 0 0 0 25px;
    text-align: center;
    font-size: 20px;
}

#p04 {
    font-size: 20px;
    padding: 0 0 0 25px;
    text-align: center;
    font-size: 20px;
}

#imagem {
    width: 95%;
    height: 85vh;
}

#titulo {
  background-color: rgba(1, 182, 128, 0.63)
}

.input-group1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.input-group2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.input-box {
    display: flex;
    flex-direction: column;
}

.input-box input {
    margin: 0.3rem 0;
    padding: 0.3rem 1.8rem;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 1px 6px #000000c0;
}

.input-box label {
    text-align: center;
}

#relato {
    margin: 0.3rem 0;
    height: 4rem;
    width: 46rem;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 1px 6px #000000c0;
}

.botoesinf {
    display: flex;
    justify-content: space-between;
}

#benviar {
    padding: 0.4rem 1.8rem;
    border: none;
    border-radius: 6px;
    box-shadow: 1px 1px 6px #000000c0;
    background-color: white;
    cursor: pointer;
    transition: .2s ease;
}

#benviar:hover {
    transform: scale(1.05);
    background-color:  rgba(1, 182, 128, 0.63);
}

.form h4 {
   text-align: justify ;
}

.agradecimento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.agradecimento p {
    text-align: justify;
}

.agradecimento h1 {
    border: none;
}

.agradecimento h5 {
    font-size: 14.5px;
}

#obgimg {
    width: 30%;
    height: 30dvh;
    margin-left: 250px;
}

@media screen and (max-width: 1330px){
    .imgform {
        display: none;
    }

    .formulario {
        width: 100%;
    }

    .form {
        width: 100%;
    }
}

#benviar a{
    text-decoration: none;
}

.botoesinput {
    display: flex;
    width: 75%;
    justify-content: space-between;
}

.espaco {
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 1.8rem;
    border: none;
    width: 16.4%;
}
