div#sidebar {
    position: relative;
    float: left;
    margin: 150px auto auto 100px;
    font-family: calibri, sans-serif;
    font-size: 14px;
    text-align: center;
    color: #215868;
}
div#formulario {
    width: 295px;
    position: relative;
    float: right;
    margin: 150px 100px auto auto;
}

input {
    width: 250px;
    height: 25px;
    float: right;
    padding: 5px 20px 0 20px;
    margin: 0 0 10px 0;
    background: #ffffff;
    border-radius: 5px;
    font-family: calibri, sans-serif;
    font-size: 14px;
    color: #215868;
}

textarea {
    width: 250px;
    height: 80px;
    float: right;
    padding: 12px 20px 0px 20px;
    margin: 0 0 10px 0;
    background: #ffffff;
    border-radius: 5px;
    font-family: calibri, sans-serif;
    font-size: 14px;
    color: #215868;
}

input[type=submit] {
    padding: 0;
    width: 70px;
    height: 35px;
    float: right;
    border: none;
    background-color: #215868;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

input[type=submit]:hover {
    color: #215868;
    background-color: #ffffff;
    font-weight: bold;
}

h4 {
    text-align: justify;
    font-family: calibri, sans-serif;
    font-size: 21px;
    color: #215868;
}

div#sidebar p {
    padding-top: 0;
}

p {
    text-align: justify;
    font-size: 18px;
    color: #215868;
}

span {
    font-weight: bold;
    color: #215868;
}

.bold {
    font-weight: bold;
}

.linkedinPq {
    position: relative;
    float: right;
    margin-right: 20px;
    width: 16px;
    height: 16px;
}