/* Add here all your CSS customizations */

// vertival top spacing
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

.input-size-sm {
    height: 34px;
    padding: 6px;
}

/*.sbt-img-entrada {
    width: auto;
    height: auto;
    max-height: 70px;
}*/

.construcao {
    color: #666666;
    font-size: 20px;
    font-weight: 300;
}

#findus {
    margin-top: 0px;
    padding: 10px;
    max-height: 180px;
}

#findus i {
    float: right;
}

#findus h1 {
    float: left;
    color: white;
}

#findus .col-md-6 {
    margin-top: 50px;
}

.main-label-black {
    color: #666666;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

#sobrenos {
    padding: 50px 0 50px 0;
}
#sobrenos iframe {
    //width: 1000px; height: 600px;
    //width: 500px; height: 300px;
    width: 667px; height: 400px;
    margin-left: auto;
    margin-right: auto;
}
#sobrenos .col-md-12 {
    //padding: 0 85px 0 85px;
    padding: 0 266px 0 266px;
}

div#intro {
    margin-top: 50px;
}

div#nav-content {
    height: 93px;
}

div.solo-desc-form {
    padding-top: 40px;
}

div.solo-desc-result {
    padding-top: 20px;
}

div.focused {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0px none;
    box-shadow: 0px 0px 8px rgba(82, 168, 236, 0.6);
}