﻿/***********************************************************************
CONTATO
***********************************************************************/

/* Formulário */
.Contato .form{}

    /* Linha 1 */
    .Contato .form > div .form_half{
        width: 37.45%;
    }

    .Contato .form > div .form_half + .form_half{
        margin-left: 1.13%;
    }

    .Contato .form > div .form_half + .form_half + .form_half{
        width: 22.76%;
    }


    /* Linha 2 */
    .Contato .form > div + div .form_half {
        width: 22.76%;
    }

    .Contato .form > div + div .form_half + .form_half{
        width: 37.45%;
        margin-left: 1.13%;
    }

    .Contato .form > div + div .form_half + .form_half + .form_half{
        width: 6%;
    }

    .Contato .form > div + div .form_half + .form_half + .form_half + .form_half{
        width: 29.44%;
    }

        .Contato .form select{
            padding: 2px;
        }

        .Contato .form textarea{
            height: 179px;
        }

        .Contato .form .form-btnSubmit{
            width: 96px;
            height: 34px;
            float: right;
        }