section h1 {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.form-post h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}


section h2 {
    color: #1db5a1;
    font-size: 20px;
    padding-bottom: 5px;
    text-transform: none;
}

.border-r {
    border-right: 1px solid #e9e9ea;
    padding-right: 30px;
}


.formulario {padding: 0 40px;}

strong, b {
    color: #1db5a1;
}

section form {
    width: 95%;
}

section form .form-input input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcddde;
    border-radius: 6px;
    color: #777;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    min-height: 25px;
    outline: medium none;
    padding: 6px 5px 7px 8px;
    width: 99%;
}

section form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcddde;
    border-radius: 6px;
    color: #666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 159px;
    margin: 0;
    outline: medium none;
    overflow: auto;
    padding: 6px 0 0 8px;
    resize: none;
    width: 95%;
}
.form-post {
    padding-top: 5px;
}

section form label {
    color: #111;
    display: block;
    position: relative;
}

section .label {
    display: block;
    padding-top: 10px;
}

section .tradio {
    display: table;
    padding-top: 2px;
    position: relative;
}

section .bradio {
    float: left;
    margin-right: 8px;
}

section .form-input {
    min-height: 25px;
    padding: 2px 0 8px;
}

section form .form-button {
    overflow: hidden;
    padding-top: 22px;
    position: relative;
    text-align: left;
    width: 100%;
}

section form .form-button input {
    background: #222 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #fcfbf7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 7px;
    padding: 10px 20px 13px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

section form .form-button input:hover {
    background: #1db5a1 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}




@media (max-width: 767px) {
.formulario {padding: 0}
section form {width: 100%}
.formulario {padding: 0}

}