main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border: 150px solid transparent;


}

h1 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #421a12;
}

h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
}

h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #421a12;
}

h4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #421a12;
}

a {
    text-decoration: none;
    color: #421a12;
}

main p {
    color: #421a12;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.Titulo {
    text-transform: none;
}

#for {
    align-items: self-end;
}

li {
    list-style-type: none;
}

.duvida:hover {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border: 2px solid grey;
    transform: scalex(0.5);
    background: #fda462;
}

#formulario_mapa {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    margin: 50 px;
}

#formu {
    display: flex;
    justify-content: flex-start;

}

/*Formatação formulario*/
#formulario {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 10px 45px;
    background-image: url(../img/adocao/background/patinhas.jpeg);
    background-size: 30%;
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 10px;
    border: 2px solid grey;
}

section h2 {
    color: #421a12;
    font-size: 2.5rem;
    margin: 2rem;
}

section form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

form label {
    color: #421a12;
    font-size: 27px;
    margin-bottom: 4px;
    height: 50px;
}

form input {
    padding: 15px;
    outline: none;
    border: 0;
    margin-bottom: 20px;
    font-size: 15px;
    transition: all 0.5s;
}

form input:focus {
    border-radius: 16px;
}

form textarea {
    padding: 10px;
    outline: none;
    border: 0;
    font-size: 15px;
    margin-bottom: 30px;
    transition: all 0.5s;
}

form textarea:focus {
    border-radius: 16px;
}

form button {
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    background: #F8B74C;
    border: 2px solid #421a12;
    color: #421a12;
    transition: all 1s;
    margin-bottom: 20px;
}

form button:hover {
    background: #f5f5f5;
    color: #101026;
    border-radius: 16px;
}

#mapa {
    display: flex;
    margin-top: auto;
    margin-left: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border: 2px solid grey;
}

#container-denuncia {

    margin: 20px;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border: 2px solid grey;
}