

@keyframes local {
    from{font-size: 0px;}
    to{font-size: 15px;}
    
}


#contato {
    background:scroll;
    background-image: linear-gradient(rgba(1, 0, 1, 0.4),
    rgba(0, 0, 0, 0.4)), url(" /static/general/img/greenlookfundo.jpg");
    justify-content: end;
    flex-direction: column;
    align-items: center; 
    display: flex;
    text-align: center;
    
}
.conteudo{
    
    display: flex;
    justify-content: center;
    font-family: Michroma, sans-serif;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 84vh;    
}

.direitos{
    position: relative;
    font-family: Michroma, sans-serif;
    width: 100%;
    height: 35px;
    background-color: black;    
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}
.pFooter {
    margin-bottom: 5px;
    color: #fff;
}





#contato h2{
    color: #8AFF3D;
    font-weight: 600;
}

#contato form{
    
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    text-align: center;
   
    width: 55%;
    max-width: 500px;
    min-width: 350px;
    
}
#contato label{
    font-weight: 600;
    margin: 4px;
    text-align: start;
    color: #8AFF3D;
}
#contato input{
    
    
    background: none;
    outline: 0;
    border: 2px solid #8AFF3D;
    border-radius: 5px;
    color: #8AFF3D;
    
    padding: 7px;
    
}
.mensage{
    height: 110px;
}
#contato form p{
    color: #8AFF3D;
    font-weight: 600;
    animation-name: local;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    
}
#contato form div{
    
    align-items: center;
    margin-top: 4px;
    
    display: flex;    
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

#contato button{
    background: none;
    font-weight: 600;
    border:  2px solid #8AFF3D;
    border-radius: 10px;
    padding: 7px;
    color: #8AFF3D;
    width: 110px;
    font-family: Gruppo-Regular;
    
}