.apresentacao {
    display: flex;
    padding: 40px;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    background-color: #47845C;
}

.cards{
    display: flex;

}

.item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 1150px;
    border-radius: 7px;
    box-shadow: 1px 1px 6px #75847A;
    background-color: #ffffff;
    
}

.slace{
    padding: 0px 50px 0px;
}


section.formulario {
    padding: 50px;
}

.titulo {
    font-size: 35px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: justify;
    color:#47845C;
}

form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

form input {
    width: 400px;
    background-color: #ffffffc5;
    border: 0;
    outline: 0;
    padding: 20px 15px;
    box-shadow: 2px 2px 8px #47845C;
    border-radius: 6px;
    color: #47845C;
    font-size: 18px;
}


form .enviar {
    margin-top: 20px;

}

form .enviar input[type=submit] {
    width: 430px;
    color:#ffffff;
    background-color: #47845C;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

form .enviar input:hover {
    box-shadow: 0px 0px 8px #e1dedc;
    transform: scale(1.05);
}

.icon{
    width: 400px;
}
