body{
    display: flex;
    justify-content: space-between;
    height: 100vh;
}

.container_porte{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 160px;
}

main{
    flex: 1;
    overflow: auto;
}

.imagem_animal{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.div_imagem{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.container_animais{
    max-width: 400px;
    margin: auto;
    margin-bottom: 4rem;
    margin-top: 0;
    padding: 1rem;
}

.container_inputs{
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
}

.div_inputs{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

.texto_cadastro{
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

textarea{
    height: 200px;
}
.cards_categoria{
    background-color: #008e328e;
    padding: 0.8rem;
    border-radius: 10px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    box-sizing: border-box;
    color: white;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    flex-direction: column;
}

.img_porte_cadastro{
    width: 80px;
    height: 94px;
    object-fit: contain;
}

.cards_categoria.ativa {
    background-color: #008e32;
    color: white;
}

.inputs_cadastro{
    -webkit-appearance: none; /* Safari/iOS */
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #f5f5f5;
    color: #242424;
    padding: .15rem .5rem;
    min-height: 40px;
    border-radius: 4px;
    outline: none;
    border: none;
    line-height: 1.15;
    box-shadow: 0px 10px 20px -18px;
    box-sizing: border-box;
}

.btn_cadastrar{
    background-color: #008E32;
    width: 100%;
    color: white;
    padding: .15rem .5rem;
    min-height: 40px;
    border-radius: 4px;
    outline: none;
    border: none;
    line-height: 1.15;
    box-shadow: 0px 10px 20px -18px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
}

#iconCamera{
    cursor: pointer;
    font-size: 40px;
    color: #008E32;
    cursor: pointer;
    font-size: 40px;
    color: #008E32;
    position: absolute;
    bottom: 0;
    right: -32px;
}

.texto_categoria{
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    text-align: center;
}
