@import url('fonts.css');
@import url('animations.css');

/*--Alteraçãoes Willian--*/

.qsol__telefone a, span{
  font-size: 14px;
}

.what {
    position: fixed;
    bottom: 0;
    margin: 20px;
    background-color: #00ce65;
    padding: 10px;
    border-radius: 20px;
    color: #FFF;
    z-index: 999;
}

.icones {
    padding: 0;
}

.tip-projetos h1 {
    color: #001689;
}

.lista-projetos li {
    list-style: none;
}

.lista-projetos ul {
    margin-bottom: 30px;
}

.lista-projetos p {
    font-size: 20px;
}

.lista-projetos img {
    display: inline-block;
}

.lista-projetos ul {
    padding: 0;
}

.descricao {
    margin-top: 30px;
}

.video {
    margin-top: 10px;
    padding: 0;
}

.projetos {
    padding-bottom: 50px;
}

.tip-projetos h1 {
    color: #001689;
}

.realizados {
    color: #ff5200;
}

.section {
    padding: 2% 0;
}

.portfolio-menu button.mixitup-control-active {
    background: rgba(0, 0, 0, 0) n repeat scroll 0 0;
    border: 2px solid #4bcaff;
    color: #4bcaff;
    padding: 10px 15px;
    font-weight: 700;
    transition: .4s;
    text-transform: uppercase;
}

.portfolio-menu button {
    background: rgba(0, 0, 0, 0) n repeat scroll 0 0;
    border: 2px solid transparent;
    color: #515f67;
    padding: 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.single-portfolio a {
    display: block;
    line-height: 0;
    position: relative;
    margin-bottom: 5px;
}

.single-portfolio a::before {
    background: #000 n repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5);
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-portfolio:hover a::before {
    opacity: .5;
    transform: scale(1);
}

.single-portfolio a::after {
    color: #fff;
    content: "+";
    font-size: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.single-portfolio:hover a::after {
    transform: scale(1);
}


/*--Alteraçãoes Willian--*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

/* Helper Classes */

.no-padding,
.nopadding,
.pd0 {
    padding: 0;
}

.abs {
    position: absolute;
}

.tb {
    display: table;
}

.full {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.content-center {
    display: table-cell;
    vertical-align: middle;
}

.thin {
    font-weight: 300;
}

.thiner {
    font-weight: 200;
}

.thinest {
    font-weight: 100;
}

.bold {
    font-weight: 500;
}

.bolder {
    font-weight: 600;
}

.boldest {
    font-weight: 700;
}

*[class*="separator"] {
    clear: both;
}

.separator {
    height: 40px;
}

.separator-sm {
    height: 20px;
}

.separator-lg {
    height: 80px;
}

.separator-md {
    height: 60px;
}

.separator-xs {
    height: 10px;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.circle-shadow {
    position: relative;
}

.circle-shadow:before {
    content: '';
    background-color: transparent;
    background: -webkit-radial-gradient(50% 70%, contain, rgba(0, 0, 0, 0.4), transparent);
    background: -moz-radial-gradient(50% 70%, contain, rgba(0, 0, 0, 0.4), transparent);
    background: -ms-radial-gradient(50% 70%, contain, rgba(0, 0, 0, 0.4), transparent);

    padding: 15px 40%;
    bottom: -15px;
    position: absolute;
    left: 10%;
    opacity: .9;
}

h1 {
    color: rgba(255, 255, 255, 0.6);
    font: 100 32px / 48px 'Source Sans Pro';
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

h2 {
    color: #d94d2a;
    font: 300 36px / 27px 'Source Sans Pro';
    text-transform: uppercase;
    border-bottom: 1px rgba(255, 82, 0, 0.4) solid;
    margin: 0;
    padding: 15px 15px;
    position: relative;
    display: inline-block;
}

h3 {
    color: #001689;
    font: 400 38px / 36px 'Source Sans Pro';
    text-transform: uppercase;
    border-bottom: 1px #e5e7f3 solid;
    margin: 10px 0;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    margin: 0 30px 25px 30px;
}

h3 span {
    color: #e67b4c;
}

h4 {
    color: #001689;
    font: 400 32px / 36px 'Source Sans Pro';
    text-transform: uppercase;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    margin: 20px 30px 25px 30px;
}

h5 {
    font-size: 48px;
    text-transform: uppercase;
    max-width: 460px;
    font-weight: 100;
    line-height: 50px;
    letter-spacing: -2px;
    color: #364097;
    margin-bottom: 50px;
}

h5 span {
    font-weight: 600;
}

/* Semitransparency Hider */

hide {
    display: block;
    text-transform: uppercase;
    color: #575757;
    float: right;
    margin: 20px;
    cursor: pointer;
}

/* Content Cases */

.content {
    position: relative;
}

.content img {
    max-width: 100%;
}

.content-separator {
    background: url(../img/separator.png);
    background-repeat: repeat-x;
    height: 17px;
    margin-bottom: 20px;
}

*[class*="content-hide-"] {
    overflow: hidden;
    position: relative;
}

*[class*="content-hide-"] > span.am {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: #000;
    position: absolute;
    top: calc(100% - 100px);

    border-bottom: 5000px #fff solid;

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);

    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

*[class*="content-hide-"].isnothidden {
    height: auto !important;
    max-height: 100% !important;
}

*[class*="content-hide-"].isnothidden > span.am {
    top: 100%;
}

/* Adrian Matheus's Grid System */

*[class*="am-grid"] {
    overflow: auto;
}

*[class*="am-grid"] > div {
    float: left;
    border-top: 5px transparent solid;
    border-bottom: 5px transparent solid;
}

.am-grid-xxs {
    margin: 0 -1px;
}

.am-grid-xs {
    margin: 0 -5px;
}

.am-grid-sm {
    margin: 0 -10px;
}

.am-grid {
    margin: 0 -15px;
}

.am-grid-md {
    margin: 0 -20px;
}

.am-grid-lg {
    margin: 0 -25px;
}

.am-grid-xlg {
    margin: 0 -30px;
}

.am-grid-nan {
    margin: 0;
}

.am-grid-xxs > div {
    padding: 0 1px;
}

.am-grid-xs > div {
    padding: 0 5px;
}

.am-grid-sm > div {
    padding: 0 10px;
}

.am-grid > div {
    padding: 0 15px;
}

.am-grid-md > div {
    padding: 0 20px;
}

.am-grid-lg > div {
    padding: 0 25px;
}

.am-grid-xlg > div {
    padding: 0 30px;
}

.am-grid-nan > div {
    padding: 0;
}


/* Top, Navbar & Logo */

.logo {}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background: transparent !important;
}

.navbar-header {
    width: 100%;
}

.navbar-brand {
    width: 260px;
    height: 115px;
}

.navheader-right {
    max-width: 930px;
    height: 110px;
    float: left;
    background-image: url(../img/flags.png);
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
    padding: 2px 45px;
}

.navbar-menu {
    border-top: 1px #ffd2bc solid;
    background-image: url(../img/navbg.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

.navbar-collapse {
    border-left: 1px #ffd2bc solid;
    padding: 0;
}

.main-nav li a {
    border-right: 1px #ffd2bc solid;
    font-size: 18px;
    font-weight: 600;
}

.main-nav li.active a {
    background-color: transparent !important;
    background-image: url(../img/top-shadow.png);
    background-repeat: repeat-x;
    background-position: top;
    font-weight: 300;
    color: #ff9b6b !important;
}

.social-nav li a {
    padding: 7px 10px;
}

.social-nav img {
    margin: 0;
    padding: 0;
}


/* Home Banner */

.homeBanner {
    height: 603px;
    position: relative;
}

.homeBanner img {
    max-width: 1000% !important;
    width: auto !important;
}

.homeBanner .caption {
    position: relative;
    top: 45px;
    left: 43px;
    font-size: 52px;
    text-transform: uppercase;
    max-width: 340px;
    font-weight: 100;
    line-height: 60px;
    letter-spacing: -3px;
    color: #001689;
}

.homeBanner .caption span {
    color: #ff5200;
    font-weight: 400;
    font-size: 52px;
}

.homeBanner .caption:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -72px;
    padding: 220px 60px;
    background-image: url(../img/caption-release.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.homeBanner .tv {
    position: relative;
    top: 40px;
}

.hiw {
    padding: 50px 0;
}

/* Backgrounds */

.bgcyan {
    background-color: #00a9ac;
}

.bgwhite {
    background-color: #fff;
}

.bgtitle {
    background-color: #650817;
}

.bgcrimson {
    background-color: #650817;
}

/* Footer */

footer {
    position: relative;
    min-height: 215px;
}

.footer-p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    padding: 5px 0;
}

.footer-phone {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    margin-right: 25px;
}

.footer-phone span {
    font-weight: 400;
    font-size: 22px;
    line-height: 20px;
}

.footer-phone img {
    position: relative;
    top: -5px;
  width: 30px;
}

.footer-mail {
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.footer-mail img {
    position: relative;
    top: -3px;
}

.footer-thumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer-logo {
    float: right;
    position: relative;
    top: 30px;
    right: 0;
}

.tags {
    padding: 20px 0;
}

.tags a {
    display: inline-block;
    padding: 3px 12px;
    background: #ebeaf1;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
}

/* Copyright */

.copyright {
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 10px
}

.copyright a {
    color: #000;
}

.copyright a:hover {
    text-decoration: underline;
}

.copy {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #8b8b8b;
}

.qube {
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    color: #b7b7b7;
}


/* Buttons */

.bt {
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background-color: #ff5400;
}

.bt-sm {
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}

.bt-blue {
    background-color: #1f506f;
    color: #fff;
}

/* General Styles */

.the-sun {
    position: relative;
}

.the-sun:before {
    content: '';
    padding: 60px;
    background-image: url(../img/sun.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -60px;
    top: 20px;
}

section {
    position: relative;
    padding: 40px 0 0;
}

section:before,
footer .ff:before {
    content: '';
    padding: 55px 200px;
    background-image: url(../img/flags2.png);
    background-size: auto;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.bblur {
    background-image: url(../img/bluebur.jpg);
    background-size: auto;
    background-position: center;
    background-repeat: repeat-x;

    text-align: center;
}

.bblur .vtg {
    border-right: 2px #fff solid;
    border-left: 2px #fff solid;
}

.bblur .row > div {
    padding-top: 45px;
}

.steps > div {
    margin-bottom: 25px;
}

.step-title {
    font-weight: 700;
    font-size: 22px;
    color: #4d4d4d;
    padding-right: 10px;
    margin-bottom: 10px;
}

.step-title-final {
    font-weight: 700;
    font-size: 24px;
    color: #263593;
    padding-right: 10px;
    margin-top: 15px;
}

.step-description {
    color: #4d4d4d;
    font-size: 15px;
}

.step-7 {
    background-image: url(../img/whiteblur.png);
    background-size: contain;
    background-position: top left;
    background-repeat: repeat-x;
    margin-top: 20px;
}

.img-step-7 {
    position: relative;
    top: -15px;
    left: -25px;
    max-width: 1000%;
}

#passo-a-passo {
    background-image: url(../img/bluebur-lg.jpg);
    background-size: auto;
    background-position: bottom left;
    background-repeat: repeat-x;
}

#vantagens img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#vantagens img:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}

/* Empresa */

#empresa {
    background-image: url(../img/bluesky.png);
    background-size: auto;
    background-position: top;
    padding-top: 70px;
    background-repeat: repeat-x;
    position: relative;
}

.about-p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}

.empresa-dock {
    position: absolute;
    right: 0;
    top: 0;
}

.empresa-dock div {
    color: #fff;
    text-align: right;
    position: absolute;
    right: 45px;
    top: 35px;
    padding-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-right: 1px #ff5200 solid;
}

.bancos {
    background: #f3f3f3;
    padding: 20px 0;
    font-size: 32px;
    font-weight: 300;
}

/* FAQ */

.faq {
    position: relative;
    padding: 80px 0;
}

.faq .questions {
    padding-left: 70px;
    margin-left: 40px;
    border-left: 1px #ff5200 solid;
}

.faq .questions .t1 {
    color: #c1c1c1;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 200;
    position: relative;
}

.faq .questions .t1:before {
    content: '';
    background-image: url(../img/question-icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 28px;
    position: absolute;
    left: -98px;
    top: -10px;
}

.faq .questions .t2 {
    color: #001689;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 48px;
    font-weight: 200;
    max-width: 550px;
    margin-bottom: 60px;
}

.faq .questions .q {
    color: #ff5200;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

.faq .questions .q:before {
    content: '';
    background-image: url(../img/sun-sm.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 24.5px;
    position: absolute;
    left: -95px;
    top: -10px;
}

.faq .questions .a {
    color: #000;
    font-weight: 300;
    font-size: 20px;
}

.faq .question {
    max-width: 700px;
    margin-bottom: 60px;
}

.faq .question2 {
    max-width: 620px;
    margin-bottom: 60px;
}

.faq-dock {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0px;
}

.faq-dock .dock-banner {
    border-radius: 15px;
    width: 270px;
    height: 580px;
    background-image: url(../img/floating-banner.png), url(../img/bg-floating-banner.jpg);
    background-size: contain, contain;
    background-repeat: no-repeat, repeat-x;
    background-position: 100% 75%, center;
    position: absolute;
    right: 40px;
    bottom: -15px;
    padding: 50px 30px 30px 30px;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.2);
}

.faq-dock .dock-spacing {
    height: 300px;
}

.faq-dock .dock-call {
    color: #ff5200;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    line-height: 16px;
}

.faq-dock .dock-call span {
    color: #414042;
}

.faq-dock .dock-action {
    background-image: url(../img/action-bg.jpg);
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0;
    margin-left: 30px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-dock .dock-action:hover {
    -webkit-filter: brightness(1.4);
    -moz-filter: brightness(1.4);
    -ms-filter: brightness(1.4);
    -o-filter: brightness(1.4);
    filter: brightness(1.4);
}

.faq-dock .dock-phone {
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.faq-dock .dock-phone span {
    font-size: 14px;
}

/* Contact */

.contato {
    max-width: 500px;
    min-height: 400px;
}

/* Services */

@media (min-width: 1240px) {
    .container {
        width: 1220px;
    }
}

@media (max-width: 1199px) {
    .navheader-right {
        font-size: 15px;
        font-weight: 200;
        padding: 35px 20px;
        max-width: 686px;
    }

    .homeBanner .tv {
        max-width: 95% !important;
    }

    .empresa-dock {
        max-width: 630px;
    }

    #empresa {
        padding-top: 30px;
    }

    h5 {
        font-size: 39px;
        max-width: 370px;
    }

    .about-p {
        font-size: 20px;
        margin-bottom: 35px;
    }

    .bancos {
        font-size: 24px;
    }

    .bancos img {
        max-width: 175px;
    }

    .footer-p {
        font-size: 18px;
    }

    .faq .questions .t2 {
        font-size: 44px;
        max-width: 450px;
    }

    .faq .questions .q {
        font-size: 18px;
    }

    .faq .questions .a {
        font-size: 18px;
    }

    .faq .question2 {
        max-width: 490px;
        margin-bottom: 40px;
    }

    .faq .question {
        max-width: 530px;
        margin-bottom: 40px;
    }

    .faq-dock .dock-banner {
        right: 20px;
        bottom: -60px;
    }
}

@media (max-width: 991px) {
    .navheader-right {
        display: none;
    }

    .nav > li > a {
        padding: 10px 10px;
    }

    .main-nav li a {
        font-size: 14px;
    }

    .homeBanner .caption {
        top: 45px;
        left: 50px;
        font-size: 42px;
        max-width: 280px;
        line-height: 50px;
    }

    .social-nav img {
        height: 20px;
    }

    h3 {
        color: #001689;
        font: 400 30px / 32px 'Source Sans Pro';
    }

    .bblur .row > div {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .img-step-7 {
        max-width: 170%;
    }

    .step-description {
        color: #4d4d4d;
        font-size: 11px;
    }

    .steps > div {
        height: 150px;
    }

    .empresa-dock {
        max-width: 500px;
    }

    .empresa-dock div {
        right: 45px;
        top: 15px;
        padding-right: 20px;
        font-size: 12px;
    }

    h5 {
        font-size: 32px;
        max-width: 300px;
        line-height: 40px;
    }

    .about-p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .bancos img {
        max-width: 155px;
        margin-top: 15px;
    }

    .footer-thumb {
        display: none;
    }

    footer {
        padding-bottom: 20px;
    }

    footer:before {
        display: none;
    }

    .faq .questions {
        padding-left: 0px;
        margin-left: 0;
        border-left: none;
    }

    .faq .question2 {
        max-width: 440px;
        margin-bottom: 20px;
    }

    .faq-dock .dock-banner {
        right: 10px;
        bottom: -220px;
        width: 220px;
        height: 520px;
    }

    .faq-dock .dock-spacing {
        height: 250px;
    }

    .faq-dock .dock-call {
        padding-left: 15px;
        font-size: 14px;
    }

    .faq-dock .dock-action {
        margin-left: 15px;
        padding: 8px 10px;
    }

    .faq .questions .q,
    .faq .questions .a {
        font-size: 16px;
    }

    .faq .question {
        max-width: 480px;
    }

    .faq .questions .t1:before,
    .faq .questions .q:before,
    .the-sun:before {
        display: none;
    }

    .faq-dock .dock-phone {
        padding-left: 15px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .navbar-menu {
        background-image: none;
        padding: 0 0px;
    }

    .navbar-nav {
        margin: 0px -10px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .main-nav li a {
        text-align: center;
        font-size: 18px;
        border-bottom: 1px #efefef solid;
    }

    .social-nav {
        text-align: center;
    }

    .social-nav li {
        display: inline-block;
    }

    .empresa-dock {
        max-width: 500px;
    }

    .homeBanner {
        height: auto;
        position: relative;
        background: #140b67;
    }

    .homeBanner img {
        max-width: 100% !important;
    }

    .homeBanner .caption:before {
        display: none;
    }

    .homeBanner .caption {
        top: 0px;
        left: 20px;
        font-size: 24px;
        max-width: 250px;
        line-height: 30px;
        letter-spacing: -1px;
        color: #fff;
    }

    .homeBanner .abs {
        position: static;
    }

    .bluebox {
        display: none;
    }

    .the-sun .abs {
        position: relative;
    }

    .the-sun:before {
        display: none;
    }

    .the-sun {
        background: #140b67;
        padding: 20px 10px;
    }

    .navbar-toggle {
        margin-right: -10px;
        margin-top: 38px;
    }

    h3 {
        padding-top: 25px;
    }

    .bblur .row > div {
        padding-top: 10px;
        padding-bottom: 10px;
        background-image: url(../img/bluebur.jpg);
        background-size: auto;
        background-position: center;
        background-repeat: repeat-x;
    }

    .bblur {
        background-image: none;
    }

    h3 {
        color: #001689;
        font: 400 24px / 28px 'Source Sans Pro';
    }

    h4 {
        color: #001689;
        font: 400 24px / 28px 'Source Sans Pro';
        padding-top: 20px;
    }

    .steps > div {
        height: auto;
    }

    .steps > div .row > div {
        text-align: center;
    }

    .steps > div .row > div img {
        max-width: 100px;
    }

    .step-title-final {
        font-size: 24px;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .step-description {
        font-size: 14px;
    }

    .empresa-dock {
        display: none;
    }

    h5 {
        font-size: 28px;
        letter-spacing: 0px;
        max-width: 300px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .about-p {
        margin-bottom: 20px;
    }

    .bancos {
        text-align: center;
    }

    .bancos img {
        display: block;
        margin: 10px auto;
    }

    .footer-p {
        font-size: 16px;
    }

    .footer-logo {
        float: none;
        display: block;
        top: 10px;
        position: relative;
        right: 0;
        margin: 15px auto;
    }

    .copy {
        margin-top: 20px;
        font-size: 15px;
        padding: 0 20px;
        text-align: center;
    }

    .qube {
        text-align: center;
        padding: 10px 0;
    }

    .faq-dock {
        display: none;
    }

    .faq {
        padding: 15px 0;
    }

    .faq .questions .t2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .faq .questions .t1 {
        font-size: 18px;
    }

    .hiw {
        padding: 20px 0;
    }

    h2 {
        color: #d94d2a;
        font: 300 28px / 27px 'Source Sans Pro';
    }

    .homeBanner .tv {
        position: relative;
        top: 20px;
    }

    .img-step-7 {
        top: 0;
        left: 0;
    }

    .step-7 {
        background-image: none;
    }
}
