﻿.contato-texto {
    font-size: 1.2em;
}

    .contato-texto a, .contato-texto a:visited {
        text-decoration: none;
    }

.contato-botoes {
}

    .contato-botoes .botao-enviar, .contato-botoes .botao-enviar:visited, .contato-botoes .botao-limpar, .contato-botoes .botao-limpar:visited {
        color: white;
        background-color: #F58220;
        text-decoration: none;
        font-size: 1.2em;
        height: auto;
        padding: .2em;
        margin-left: 0em;
    }

        .contato-botoes .botao-enviar:hover, .contato-botoes .botao-limpar:hover {
            color: #666666;
        }
