html, body{
    width: 100%;
}
body{
    background-color: #fff;
}
p, a, h1, h2, h3, h4, h5, h6, li, small, span, label, input, select, button{
    font-family: 'Soho Gothic Pro';
}
.bloco{
    width: 100%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #5fb848;
}
.navbar{
    background-color: #222425;
    min-height: 95px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}
.navbar-default{
    border:none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-default .navbar-header{

}
.navbar-default .bar-topo{
    padding-top: 13px;
}
.navbar-default .bar-topo h4{
    vertical-align: top;
    display: inline-block;
    color: #eab010;
    padding: 2px 20px;
    font-size: 14px;
    font-weight: bold;
    border-left: 1px solid rgba(230,230,230,0.3);
    text-align: left;
    letter-spacing: 0.04em;
    line-height: 1.3em;
    margin: 0px;
    margin-right: 10px;
}
.navbar-default .bar-topo div{
    vertical-align: top;
    display: inline-block;
}
.navbar-default .bar-topo div input{
    display: block;
    border: 1px solid #909294;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    outline: none;
    margin-bottom: 5px;
    padding: 8px 9px;
    height: auto;
    font-size: 12px;
    color: #909294;
    font-weight: bold;
}
.navbar-default .bar-topo div a{
    display: block;
    text-align: left;
    color: #eab010;
    font-size: 11px;
    font-weight: 300;
    margin-left: 5px;
    text-decoration: none;
    letter-spacing: 0.04em;
}
.navbar-default .bar-topo div a:hover{
    opacity: 0.8;
}
.navbar-default .bar-topo button{
    vertical-align: top;
    display: inline-block;
    color: #222425;
    padding: 8px 21px;
    border: 1px solid #909294;
    background-color: #909294;
    transition: .2s;
    border-radius: 0px;
    box-shadow: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.04em;
}
.navbar-default .bar-topo button:hover{
    background: transparent;
    color: #909294;
    transition: .2s;
    border-radius: 0px;
    box-shadow: none;
}
.navbar-default .navbar-header .navbar-brand{
    padding-top: 0px;
}
.navbar-default .navbar-header .navbar-brand .svg{
    margin-top: 27px;
    width: 230px;
}
.navbar-nav{
    margin-top: 30px;
}
.navbar-default .navbar-nav > li{
    padding: 0px;
    margin: 0px 4px;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.04em;
    padding: 10px 8px;
    margin: 0px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    opacity: 0.8;
    color: #fff;
}
.navbar-default .navbar-nav > li > a.assine{
    opacity: 1 !important;
    padding: 8px 10px;
    background-color: #eab010;
    border: 1px solid #eab010; 
    color: #222425;  
    font-weight: 500;
    transition: .2s;
}
.navbar-default .navbar-nav > li > a.assine:hover{
    color: #FFF;
    background-color: #a06d14;
    transition: .2s;
}
.navbar-default .navbar-nav > li > a.download{
    opacity: 1 !important;
    padding: 8px 10px;
    background-color: #5fb848;
    border: 1px solid #5fb848; 
    color: #222425; 
    font-weight: 500;
    transition: .2s; 
}
.navbar-default .navbar-nav > li > a.download:hover{
    color: #FFF;
    background-color: #2b651c;
    transition: .2s;
}
.navbar-default .navbar-nav > li > a.sistema{
    opacity: 1 !important;
    padding: 8px 10px;
    background-color: #9ec46d;
    border: 1px solid #9ec46d; 
    color: #222425; 
    font-weight: 500;
    transition: .2s; 
}
.navbar-default .navbar-nav > li > a.sistema:hover{
    color: #FFF;
    background-color: #688840;
    transition: .2s;
}
.navbar-default .navbar-nav > li .divider{
    height: 39px;
    border-left: 1px solid #fff;
    opacity: 0.5;
    margin: 0 6px;
    margin-right: 10px;
}
.navbar-toggle{
    margin-top: 18px;
    border: none;
    border-color: #fff !important;
    background-color:  #eab010; 
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff !important;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background-color:  #eab010;
    opacity: 0.9;
}
.navbar-default .navbar-collapse{
    border: none;
    text-align: center;
    box-shadow: none;
}
.navbar-default .navbar-collapse .navbar{
    margin-top: 10px;
}

#selo{
    position: absolute;
    top: 110px;
    width: 160px;
    left: 75%;
}

#manutencao {
    width:20%;
}

#wpp-img{
    width: 17px;
    padding-top: 4px;
}

#wpp-number{
    vertical-align: middle;
}

#banner{
    background-image: url('/img/bg-textura-cinza-escuro.jpg');
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #999;
    background-blend-mode: multiply;
}
#banner .carousel{
    
}
#banner .carousel .item{
    padding-top: 40px;
}
#banner .carousel .item img.mockup{
    width: 283px;
    height: auto;
}
#banner .carousel .item h3{
    font-size: 34px;
    color: #fff;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 45px;
}
#banner .carousel .item h3 .svg{
    width: 25px;
    top: -3px;
    position: relative;
}
#banner .carousel .item h3 .svg.esquerda{
    margin-left: -25px;
    margin-right: 5px;
}
#banner .carousel .item h3 .svg.direita{
    transform: rotateY(180deg);
    margin-right: -25px;
    margin-left: 5px;
}
#banner .carousel .item p{
    margin: 0px;
    margin-bottom: 22px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.04em;
}
#banner .carousel .item h2{
    color: #eab010;
    font-size: 118px;
    font-weight: bold;
    font-style: italic;
    margin: 0px;
    line-height: 0.5em;
}
#banner .carousel .item h2 span.sifrao{
    margin: 0px;
    font-size: 37px;
    margin-right: 2px;
    position: relative;
    top: -58px;
}
#banner .carousel .item h2 span.centavos{
    margin: 0px;
    margin-left: 10px;
    font-size: 48px;
    position: relative;
    top: -50px;
}
#banner .carousel .item h4{
    color: #5fb848;
    font-size: 23px;
    font-weight: normal;
    text-align: right;
    margin-top: -43px;
    margin-right: 88px;
}
#banner .carousel .item a.teste{
    opacity: 1 !important;
    font-size: 16px;
    padding: 8px 20px;
    background-color: #5fb848;
    border: 1px solid #5fb848; 
    color: #222425; 
    font-weight: bold;
    transition: .2s; 
    margin-top: 30px;
    text-decoration: none;
    display: inline-block;
}
#banner .carousel .item a.teste:hover{
    color: #FFF;
    background-color: #2b651c;
    transition: .2s;
}
#banner .carousel .carousel-indicators{
    bottom: 8px;
}
#banner .carousel .carousel-indicators li{
    width: 12px;
    height: 12px;
    border: 1px solid #909294;
    margin: 0 2px;
    background-color: transparent;
}
#banner .carousel .carousel-indicators li.active{
    width: 12px;
    height: 12px;
    border: 1px solid #eab010;
    margin: 0 2px;
    background-color: #eab010;
}


h2.title{
    font-size: 32px;
    font-family: 'Soho Gothic Std';
    font-weight: bold;
    margin: 0px;
}
h2.title:before{
    content: "";
    height: 1.5px;
    width: 45px;
    margin: 10px 20px;
    display: inline-block;
    background-color: #222425;
}
h2.title:after{
    content: "";
    height: 1.5px;
    width: 45px;
    margin: 10px 20px;
    display: inline-block;
    background-color: #222425;
}

.carousel-indicators {
    position: absolute;
    z-index: 15;
    width: 200px;
    padding-left: 0;
    text-align: center;
    list-style: none;
    margin: 0 auto;
    left: 50%;
    outline-offset: -15px;
    transform: translate(-50%, -50%);
}

#bem-vindo.index{
    background-image: url('/img/bg-textura-verde.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 45px;
}
#bem-vindo.index h2{
    display: inline-block;
    color: #222425;
    margin-bottom: 55px;
}
#bem-vindo.index h3{
    font-size: 28px;
    color: #222425;
    font-weight: normal;
    letter-spacing: 0.025em;
    line-height: 1.4em;
    margin: 0px;
    margin-bottom: 21px;
    text-align: left;
}
#bem-vindo.index h3 b{
    font-weight: bold;
}
#bem-vindo.index .svg.seta{
    width: 42px;
    margin: 0 auto;
    display: block;
}
#bem-vindo.index a.como-funciona{
    margin-top: 22px;
    display: inline-block;
    opacity: 1 !important;
    font-size: 16px;
    padding: 8px 10px;
    background-color: #eab010;
    border: 1px solid #eab010; 
    color: #222425;  
    font-weight: 500;
    transition: .2s;
    text-decoration: none;
}
#bem-vindo.index a.como-funciona:hover{
    color: #FFF;
    background-color: #a06d14;
    transition: .2s;
}
#bem-vindo.index p{
    font-size: 20px;
    color: #222425;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    margin: 0px;
    margin-bottom: 40px;
}
#bem-vindo.index h4{
    margin-bottom: 28px;
    font-size: 23px;
    color: #222425;
    display: inline-block;
    letter-spacing: 0.04em;
    font-weight: 900;
}
#bem-vindo.index .item{
    padding: 0 30px;
    margin-bottom: 20px;
}
#bem-vindo.index .item .svg{
    width: 100%;
    margin-bottom: 17px;
}
#bem-vindo.index .item h5{
    font-size: 17px;
    color: #222425;
    letter-spacing: 0.04em;
    line-height: 1.4em;
    display: table-cell;
    vertical-align: middle;
}


#download.index{
    background-image: url('/img/bg-textura-cinza-escuro.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
}
#download.index h2{
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    letter-spacing: 0.07em;
}
#download.index h2:before,
#download.index h2:after{
    background-color: #fff;
}
#download.index p{
    margin: 0px;
    color: #5fb848;
    font-size: 19px;
    font-weight: 200;
    letter-spacing: 0.03em;
    display: inline-block;
    margin-bottom: 35px;
}
#download.index p b{
    font-weight: bold;
}
#download.index a{
    margin-bottom: 25px;
    display: block;
}
#download.index a img{
    
}
#download.index img.mockup{
    bottom: 0px;
    position: absolute;
    left: 73px;
    width: 280px;
    height: auto;
}
#phoneDiv{
    height: 530px;
}

#depoimentos.index{
    background-image: url('/img/bg-textura-cinza-claro.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 45px;
}
#depoimentos.index h2{
    color: #222425;
    margin-bottom: 65px;
}
#depoimentos.index .item{
    margin-bottom: 20px;
}
#depoimentos.index .item .border-img{
    padding: 8px;
    border: 2px solid #5fb848;
    border-radius: 50%;
}
#depoimentos.index .item .border-img.amarelo{
    border-color: #fcbe12;
}
#depoimentos.index .item .border-img img{
    border-radius: 50%;
    width: 100%;
}
#depoimentos.index .item p{
    color: #222425;
    font-weight: 200;
    font-style: italic;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    font-size: 19px;
    margin-bottom: 20px;
}
#depoimentos.index .item h4{
    color: #1c1916;
    font-size: 19px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 5px;
}
#depoimentos.index .item h5{
    margin: 0px;
    color: #1c1916;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
}



#principal.cadastro{
    padding-top: 35px;
    padding-bottom: 75px;
    background-color: #f0f0f1;
}
#principal.cadastro h2{
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    margin-bottom: 40px;
}
#principal.cadastro h2:before{
    position: absolute;
    left: -85px;
    top: 12px;
}
#principal.cadastro h2:after{
    position: absolute;
    right: -85px;
    top: 12px;
}

#principal.cadastro h4{
    line-height: 1.3em;
    text-align: left;
    padding-bottom: 15px;
    /*padding-left: 5px;*/
}

#principal.cadastro hr{
    width: 50%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
    border-top: 1px solid #5fb848;
}

#principal.cadastro p{
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    color: #222425;
    margin-bottom: 45px;
    line-height: 1.34em;
}
#principal.cadastro form{
    
}
#principal.cadastro form .row{
    margin: 0 -5px;
}
#principal.cadastro form .row div{
    padding: 0 5px;
}
#principal.cadastro form .form-control{
    font-size: 15px;
    color: #222425;
    font-weight: 300;
    letter-spacing: 0.03em;
    height: auto;
    padding: 10px 12px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    margin-bottom: 10px;
}
#principal.cadastro form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #222425;
}
#principal.cadastro form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #222425;
}
#principal.cadastro form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #222425;
}
#principal.cadastro form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #222425;
}
#principal.cadastro form .select{
    background-color: #fff;
    padding: 7.5px 12px !important;
    margin-bottom: 10px;
}
#principal.cadastro form select{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    height: auto !important;
    line-height: 1em;
    padding: 0px !important;
    margin: 0px !important;
}
#principal.cadastro form button{
    opacity: 1 !important;
    font-size: 16px;
    padding: 8px 10px;
    background-color: #5fb848;
    border: 1px solid #5fb848; 
    color: #222425; 
    font-weight: 500;
    transition: .2s; 
    border-radius: 0px;
    width: 100%;
}
#principal.cadastro form button:hover{
    color: #fff;
    background-color: #2b651c;
    transition: .2s;    
}



#principal.download{
    background-image: url('/img/bg-textura-cinza-escuro.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}
#principal.download .desktop{
    padding-bottom: 30px;
}
#principal.download .desktop h2{
    color: #fff;
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 15px;
}
#principal.download .desktop h2:before,
#principal.download .desktop h2:after{
    background-color: #fff;
}
#principal.download .desktop p{
    text-align: left;
    color: #fff;
    font-size: 19px;
    font-weight: 200;
    letter-spacing: 0.03em;
    line-height: 1.7em;
    margin-bottom: 30px;
}
#principal.download .desktop a.download{
    opacity: 1 !important;
    font-size: 16px;
    padding: 8px 24px;
    background-color: #5fb848;
    border: 1px solid #5fb848; 
    color: #222425; 
    font-weight: 500;
    transition: .2s; 
    display: inline-block;
    text-decoration: none;
}
#principal.download .desktop a.download:hover{
    color: #000;
    background-color: #2b651c;
    transition: .2s;
}
#principal.download .desktop img.mockup{
    width: 480px;
    height: auto;
}
#principal.download .mobile{
    text-align: center;
}
#principal.download .mobile img.mockup{
    position: absolute;
    bottom: 1px;
    left: 73px;
    width: 280px;
    height: auto;
}
#principal.download .mobile h4{
    margin-top: 70px;
    color: #5fb848;
    font-size: 21px;
    font-weight: 200;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 35px;

}
#principal.download .mobile h4 b{
    font-weight: bold;
}
#principal.download .mobile a{
    margin-bottom: 25px;
    display: inline-block;
}
#principal.download .mobile a:hover{
    opacity: 0.7;
}

#principal.funcionalidades{
    padding-top: 35px;
    padding-bottom: 75px;
    background-color: #f0f0f1;
}
#principal.funcionalidades h2{
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    margin-bottom: 40px;
}
#principal.funcionalidades h2:before{
    position: absolute;
    left: -85px;
    top: 12px;
}
#principal.funcionalidades h2:after{
    position: absolute;
    right: -85px;
    top: 12px;
}
#principal.funcionalidades p{
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    color: #222425;
    margin-bottom: 45px;
    line-height: 1.34em;
}
#principal.funcionalidades a.cadastre{
    opacity: 1 !important;
    padding: 8px 10px;
    background-color: #5fb848;
    border: 1px solid #5fb848;
    color: #222425;
    font-weight: 500;
    transition: .2s;
    margin-top: 30px;
    text-decoration: none;
}
#principal.funcionalidades a.cadastre:hover{
    color: #fff;
    background-color: #2b651c;
    transition: .2s;   
}
#principal.funcionalidades .panel-default {
    border: none;
    min-height: 260px;
    box-shadow: 2px 2px #ddd;
}
#principal.funcionalidades .panel-default .panel-heading{
    color: #FFF;
}

#principal.cadastro form .row div .arrow{
    padding: 0px;
}

#principal.cadastro form .row div .popover-content {
    padding: 4px 10px;
    text-align: center;
}
#phoneImgDownload{
    position: absolute;
    bottom: -516px !important;
    left: 73px;
}

.nav-tabs {
    border-bottom: 1px solid #5fb848;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffe2;
    cursor: default;
    background-color: #5fb848;
    border: 1px solid #5fb848;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #5fb848;
    color: #5fb848;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border: 1px solid #5fb848;
    background-color: #eee;
}

#rodape{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 48px;
}
#rodape .principal{

}
#rodape .principal h4{
    color: #1c1916;
    font-size: 14px;
    letter-spacing: 0.03em;
    margin: 0px;
    margin-bottom: 9px;
    font-weight: 400;
}
#rodape .principal .links a{
    color: #1c1916;
    letter-spacing: 0.03em;
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin: 0px;
    margin-bottom: 10px;
}
#rodape .principal .links a:hover{
    opacity: 0.7;
}
#rodape .principal p{
    color: #1c1916;
    letter-spacing: 0.03em;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 12px;
}
#rodape .principal p b{
    font-weight: bold;
}
#rodape .principal a.redes-sociais{
    margin-right: 9px;
}
#rodape .principal a.redes-sociais .svg{
    width: 34px;
}
#rodape .principal a.redes-sociais:hover{
    opacity: 0.8;
}
#rodape .principal a.lojas{
    width: 49.2%;
    display: inline;
}
#rodape .principal a.lojas img{
    width: 50px;
}
#rodape .principal a.lojas:hover{
    opacity: 0.8;
}

#rodape .assinatura{
    margin-top: 35px;
}
#rodape .assinatura p{
    color: #1c1916;
    font-size: 14px;
    letter-spacing: 0.04em;
    margin: 0px;
}
#rodape .assinatura a{
    margin-top: -2px;
}
#rodape .assinatura a:hover{
    opacity: 0.85;
}

.download-footer{
    opacity: 1 !important;
    font-size: 16px;
    padding: 8px 24px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    transition: .2s;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    text-align:  center;
}

.download-footer:hover{
    text-decoration: none;
    color: #fff;
    background-color: #494745;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.panel-heading{
    color: #fff;
    background-color: #5fb848 !important;
}
.panel-body{
    text-align: justify !important;
}

/* Medias queries */
@media (max-width: 1199px){
    #banner .carousel .item h4{
        margin-right: 30px;
    }
}

@media(max-width: 1024px){
    #banner .carousel .item h4{
        margin-right: 35px;
    }
    #selo{
        width: 120px;
        left: 87%;
	}

}
@media (min-width: 1200px){
    .container {
        width: 1100px !important;
    }
}
@media (max-width: 1000px){
    .navbar-default .navbar-nav > li{
        padding-left: 4px;
        padding-right: 4px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 9.9px;
    }
    #banner .carousel .item h4{
        margin-right: -45px;
    }
    #principal.download .mobile img.mockup{
        left: 5px;
    }
    h2.title{
        font-size: 28px;
    }
    h2.title:before{
        width: 20px;
    }
    h2.title:after{
        width: 20px;
    }
    #download.index img.mockup{
        /*bottom: -55px;*/
        bottom: -22px;
        position: absolute;
        left: 73px;
    }
    #banner .carousel .item h3{
        font-size: 28px;
    }
}
@media (min-width: 768px) {

	.col-sm-15 {
        width: 20%;
        float: left;
    }
    #banner .carousel .item img.mockup{
        position: absolute;
        bottom: 0px;
        left: -22px;
    }
}
@media (max-width: 768px){
    #banner .carousel .item h3{
        font-size: 30px;
    }
    #principal .funcionalidades-box .col-md-4{
        width: 50%;
        float: left;
    }
    #principal.download .desktop img.mockup{
        margin-top: 60px;
    }
    #selo{
        width: 100px;
        left: 87%;
    }
    #principal.cadastro h2:after {
        right: -65px;
    }
    #principal.cadastro h2:before {
        left: -65px;
    }
}
@media (max-width: 765px) {
    body{
        padding-top: 0px;
    }
    .navbar-default{
        padding-bottom: 13px;
    }
    .navbar-default .bar-topo{
        padding-top: 24px;
        width: 100%;
        margin: 0px;
    }
    .navbar-default .bar-topo div{
        text-align: left;
    }
    .navbar-default .bar-topo h4{
        padding: 2px 10px;
        font-size: 13px;
        border-left: none;
        line-height: 1.2em;
        margin-right: 6px;
        float: left;
        margin-bottom: 6px;
    }
    .navbar-default .bar-topo div{
        vertical-align: top;
        display: inline-block;
        float: left;
    }
    .navbar-default .bar-topo div input{
        font-size: 11px;
        color: #909294;
        font-weight: bold;
        width: 100%;
        margin-bottom: 2px;
    }
    .navbar-default .bar-topo .input-login{
        padding-right: 3px;
    }
    .navbar-default .bar-topo .input-senha{
        padding-left: 3px;
    }
    .navbar-default .bar-topo .input-login,
    .navbar-default .bar-topo .input-senha{
        width: 50%;
    }
    .navbar-default .bar-topo .input-sigla{
        float: right;
        width: 50%;
        margin-bottom: 5px;
    }
    .navbar-default .bar-topo .input-sigla input{
        width: 100%;
    }
    .navbar-default .bar-topo div a{
        font-size: 10px;
        margin-left: 3px;
    }
    .navbar-default .bar-topo button{
        width: 100%;
        margin-top: 5px;
    }
    .navbar-default .navbar-header .navbar-brand .svg{
        margin-top: 20px;
        width: 180px;
    }
    .navbar-nav{
        margin-top: 10px;
    }
    .navbar-default .navbar-nav > li{
        width: 100%;
        margin: 0px;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 9px 8px;
        display: inline-block;
        font: 13px;
    }
    .navbar-default .navbar-nav > li > a.assine{
        width: auto !important;
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .navbar-default .navbar-nav > li > a.download{
        margin-bottom: 10px;
        width: auto !important;
        display: inline-block;
    }
    .navbar-default .navbar-nav > li > a.download:hover{
        color: #5fb848;
        background-color: transparent;
        transition: .2s;
    }
    .navbar-default .navbar-nav > li .divider{
        height: 39px;
        border-left: 1px solid #fff;
        opacity: 0.5;
        margin: 0 6px;
        margin-right: 10px;
    }
    .navbar-toggle{
        margin-top: 18px;
        border: none;
        border-color: #fff !important;
        background-color:  #eab010; 
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff !important;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        background-color:  #eab010;
        opacity: 0.9;
    }
    .navbar-default .navbar-collapse{
        border: none;
        text-align: center;
        box-shadow: none;
    }
    .navbar-default .navbar-collapse .navbar{
        margin-top: 10px;
    }

    #phoneImgDownload{
        bottom: 0px !important;
    }

    #banner .carousel .item{
        padding-top: 20px;
    }
    #banner .carousel .item img.mockup{
        width: 50%;
    }
    #banner .carousel .item h3{
        font-size: 20px;
        margin-bottom: 25px;
    }
    #banner .carousel .item h3 .svg{
        width: 20px;
    }
    #banner .carousel .item p{
        margin-bottom: 17px;
        font-size: 16px;
    }
    #banner .carousel .item h2{
        font-size: 100px;
    }
    #banner .carousel .item h2 span.sifrao{
        font-size: 30px;
        top: -48px;
    }
    #banner .carousel .item h2 span.centavos{
        font-size: 40px;
        top: -40px;
    }
    #banner .carousel .item h4{
        font-size: 20px;
        margin-top: -35px;
        margin-right: -188px;
        text-align: center;
    }
    .col-sm-8.col-sm-offset-2.text-left{
        text-align: center;
    }
    #banner .carousel .item a.teste{
        margin-bottom: 20px;
    }
    #banner .carousel .item a.teste:hover{
        color: #5fb848;
        background-color: transparent;
        transition: .2s;
    }

    h2.title{
        font-size: 26px;
        line-height: 1.3em;
    }
    h2.title:before{
        display: none;
    }
    h2.title:after{
        display: none;
    }


    #bem-vindo.index{
        padding-top: 40px;
        padding-bottom: 35px;
    }
    #bem-vindo.index h2{
        margin-bottom: 35px;
    }
    #bem-vindo.index h3{
        font-size: 23px;
    }
    #bem-vindo.index p{
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #bem-vindo.index h4{
        margin-bottom: 23px;
        font-size: 21px;
    }
    #bem-vindo.index .item{
        padding: 0 50px;
        margin-bottom: 40px;
    }
    #bem-vindo.index .item .svg{
        width: 70%;
        margin-bottom: 10px;
    }


    #download.index{
        padding-top: 40px;
    }
    #download.index h2{
        color: #fff;
        display: inline-block;
        margin-bottom: 30px;
        margin-top: 10px;
        letter-spacing: 0.07em;
    }
    #download.index h2:before,
    #download.index h2:after{
        background-color: #fff;
    }
    #download.index p{
        font-size: 17px;
    }
    #download.index a{
        margin-bottom: 18px;
    }
    #download.index a img{
        width: 80%;
    }
    #download.index img.mockup{
        width: 80%;
        left: 10%;
        bottom: 0;
    }



    #depoimentos.index{
        padding-top: 50px;
        padding-bottom: 35px;
    }
    #depoimentos.index h2{
        margin-bottom: 55px;
    }
    #depoimentos.index .item{
        margin-bottom: 40px;
    }
    #depoimentos.index .item .border-img{
        padding: 2.5px;
    }
    #depoimentos.index .item p{
        line-height: 1.4em;
        letter-spacing: 0.02em;
        font-size: 16px;
        margin-bottom: 10px;
    }
    #depoimentos.index .item h4{
        font-size: 17px;
        margin-bottom: 4px;
    }
    #depoimentos.index .item h5{
        font-size: 15px;
    }



    #principal.download{
        padding-top: 40px;
    }
    #principal.download .desktop{
        padding-bottom: 10px;
    }
    #principal.download .desktop h2{
        margin-bottom: 40px;
        margin-top: 0px;
    }
    #principal.download .desktop p{
        font-size: 17px;
        line-height: 1.6em;
        margin-bottom: 40px;
    }
    #principal.download .desktop a.download{
        margin-bottom: 40px;
    }
    #principal.download .desktop img.mockup{
        width: 90%;
    }
    #principal.download .mobile{
        text-align: center;
    }
    #principal.download .mobile img.mockup{
        
    }
    #principal.download .mobile h4{
        margin-top: 40px;
        font-size: 20px;
        margin-bottom: 35px;

    }
    #principal.download .mobile a{
        margin-bottom: 25px;
        display: inline-block;
    }
    #principal.download .mobile a img{
        width: 80%;
    }
    #principal.download .mobile img.mockup{
        width: 60%;
        position: relative;
        bottom: 0;
        left: 0px;
    }
    #principal .funcionalidades-box .col-md-4{
        width: 100%;
    }


    #phoneDiv{
        height: 450px;
    }
    #rodape{
        padding-top: 20px;
        padding-bottom: 0px;
    }
    #rodape div{
        margin-bottom: 30px;
    }
    #rodape .assinatura{
        margin-bottom: 0px;
    }

}

@media (max-width: 430px) {
    #selo {
        display: none;
        position: absolute;
    }
}

