#mapa
{
    margin-bottom: 60px;
}

.col-datos h4
{
    text-transform: uppercase;
}

.col-datos a
{
    color: inherit;
}

.col-datos .social-icon
{
    border-radius: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    border: 1px solid #aaa;
}

.col-datos .social-icon .fa
{
    line-height: 32px;
}

.col-datos .social-icon .fa:first-child
{
    color: #555;
    background-color: #fff;
}

.col-datos .social-icon:hover .fa:first-child
{
    margin-top: -32px;
}

.col-formulario
{
    margin-top: 60px;
}

.col-formulario form
{
    margin-top: 20px;
}

.col-formulario p
{
    line-height: 24px;
}

@media (min-width: 768px)
{
    .left-title
    {
        margin-bottom: 60px;
    }	

    .col-formulario
    {
        margin-top: 0;
    }
}