@import "foundation-ext.css?v=010623";
@import "nomad-components.css?v=200224";

/* ESTILOS PRÓPRIOS */

/* LIGHTBOX DE CARREGAMENTO */

.bg-verde,
.bg-verde2,
.bg-verde3,
.bg-verde-contato {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #5eb665;
    opacity: 0.9;
    z-index: 999;
    display: none;
}

.bg-cupon {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.98;
    z-index: 999;
    display: none;
}

.bg-tip,
.bg-tip-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    /*left: 465px;*/
    left: 0;
    background: #fff;
    opacity: 0;
    z-index: 10;
    display: none;
    border: solid 0px red;
}

.holder-cupon {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

.holder-cupon2 {
    position: fixed;
    top: 10%;
    /*left: 30%;*/
    text-align: center;
    /*max-width: 40%;*/
    position: relative;
    width: 406px;
    margin: 0 auto;
}

.holder-lupa-carregamento,
.holder-lupa-carregamento2,
.holder-lupa-carregamento3,
.holder-lupa-carregamento-contato {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

/*.holder-4moedas{width:100%;height:100%;position:fixed;top:0;left:0;display:none;z-index:1000}*/

.lupa-carregamento,
.lupa-carregamento2,
.lupa-carregamento-contato {
    position: fixed;
    top: 38%;
    text-align: center;
    max-width: 100%;
    width: 560px;
    position: relative;
    left: 50%;
    margin-left: -290px;
}

@media only screen and (max-width: 40em) {

    .lupa-carregamento,
    .lupa-carregamento2,
    .lupa-carregamento-contato,
    .lupa-carregamento-cupon {
        padding: 0 20px;
        left: 0;
        margin-left: 0;
    }

}

.lupa-carregamento .circle,
.lupa-carregamento2 .circle2,
.lupa-carregamento-contato .circle-contato {
    height: 78px;
    width: 78px;
    border: 6px solid #1251a0;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -38px;

    animation-name: spin;
    animation-duration: 1200ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1200ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
}

.lupa-carregamento .lupa,
.lupa-carregamento2 .lupa2,
.lupa-carregamento-contato .lupa-contato {
    width: 80px;
    height: 80px;
    background: url(../img/sprites.png) no-repeat -55px -1050px;
    position: absolute;
    left: 50%;
    top: 9px;
    margin-left: -31px;
}

.lupa-carregamento p,
.lupa-carregamento2 p,
.lupa-carregamento-contato p {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    padding-top: 100px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* BARRA DE NAVEGAÇÃO */

@media only screen and (min-width: 40em) {
    .top-bar {
        text-align: center;
    }

    ul.center-buttons {
        display: inline-block;
    }

    .top-bar .logo {
        left: 5px;
        top: -2px;
        position: absolute;
    }
}

.top-bar {
    background: #FFF;
    height: 70px;
}

.top-bar .logo {
    margin-top: 12px;
    margin-left: 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: transform 300ms ease, opacity 300ms ease;
    transition: transform 300ms ease, opacity 300ms ease;
}

.top-bar.active .logo {
    transform: scale(1);
    opacity: 1;
}

.top-bar .menu-icon {
    padding-top: 1.2rem;
}

.top-bar .center-buttons {
    margin-top: 12px;
    position: absolute;
    left: 0;
    margin-left: 0;
    -webkit-transition: left 300ms ease, float 300ms ease;
    transition: left 300ms ease, float 300ms ease
}

.top-bar.active .center-buttons {
    margin-right: 0;
    left: 400px;
    top: 2px;
}

.top-bar .menu-item {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease
}

.top-bar .menu-item:hover,
.top-bar .menu-item.active {
    color: #1251a0;
}

.top-bar.expanded {
    background: #FFF;
}

.top-bar .redes-sociais {
    float: right;
    margin-top: 27px;
    margin-left: 10px;
}

.top-bar .redes-sociais a {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
    text-indent: -5000px;
    -webkit-transition: background 300ms ease, width 300ms ease;
    transition: background 300ms ease, width 300ms ease;
}

.top-bar .redes-sociais a.facebook {
    background: url(../img/sprites.png) no-repeat -738px -150px;
}

.top-bar .redes-sociais a.facebook:hover {
    background: url(../img/sprites.png) no-repeat -738px -170px;
}

.top-bar .redes-sociais a.instagram {
    background: url(../img/sprites.png) no-repeat -768px -150px;
}

.top-bar .redes-sociais a.instagram:hover {
    background: url(../img/sprites.png) no-repeat -768px -170px;
}

.top-bar .redes-sociais a.twitter {
    background: url(../img/sprites.png) no-repeat -798px -150px;
    width: 144px;
}

.top-bar .redes-sociais a.twitter:hover {
    background: url(../img/sprites.png) no-repeat -798px -170px;
}

.top-bar.active .redes-sociais a.twitter {
    width: 20px;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #5eb665;
}

.top-bar .toggle-topbar {
    margin-top: 10px;
}

#menu-internas {
    float: right;
    position: relative;
    left: 0;
}


@media only screen and (max-width: 40em) {

    .top-bar .logo {
        width: 60%;
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-left: 10px;
        opacity: 1;
    }

    .top-bar .center-buttons {
        margin-right: 0;
        position: relative;
    }

}

/* INTRO / TOPO */

.intro {
    width: 100%;
    min-height: 550px;
    background: url(../img/bg-topo.jpg) center;
    background-size: cover;
    text-align: center;
    padding-bottom: 90px;
}

.intro .logo {
    background: url(../img/melhorcambio.png) no-repeat center;
    background-size: contain;
    width: 100%;
    max-width: 570px;
    height: 120px;
    display: inline-block;
    overflow: hidden;
    text-indent: -5000px;
    position: relative;
    margin-top: 0;
}

.intro a.seta {
    display: inline-block;
    width: 40px;
    height: 25px;
    background: url(../img/sprites.png) no-repeat -822px -60px;
    opacity: 1;
    top: 100px;
    position: relative;
}

.intro h3 {
    color: #1251a0;
    font-size: 26px;
    line-height: 0.9;
    font-weight: 900;
    position: relative;
    opacity: 1;
    margin-top: 25px;
}

.intro h1 {
    line-height: 0;
    position: relative;
    top: 130px;
    color: #344351;
    font-size: 21px;
    font-weight: 400;
}

.intro h2 {
    line-height: 0;
    position: relative;
    top: 130px;
    color: #344351;
    font-size: 21px;
    font-weight: 400;
}

.intro a.btn-faca-cotacao {
    text-transform: uppercase;
    position: relative;
    opacity: 1;
    top: 180px;
}

.intro a.btn-faca-cotacao:hover {
    background-color: #1251a0;
}

/* entire container, keeps perspective */
.flip-container {
    perspective: 1000;
    margin-top: 100px;
    width: 100%;
    text-align: center;
}

/* flip the pane when hovered */
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 100%;
    max-width: 570px;
    display: inline-block;
}

/* flip speed goes here */
.flipper {
    transition: 1.3s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front,
.back {
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}



/* FAÇA SUA COTAÇÃO */

.faca-cotacao {
    text-align: center;
    padding: 90px 0;
}

.faca-cotacao h2 {
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1;
}

.faca-cotacao p {
    margin-bottom: 40px;
    font-size: 20px;
}

/*.faca-cotacao-4moedas{text-align:center;padding:86px 0;display:none;}.faca-cotacao-4moedas h2{font-weight:900;margin-bottom:0;line-height:1;color:#FFF}.faca-cotacao-4moedas p{margin-bottom:40px;font-size:20px}*/

.wrap-input-cotacao {
    border-radius: 100px;
    width: 100%;
    max-width: 100%;
    padding: 3px;
    margin-bottom: 10px;
    position: relative;
}

.wrap-input-cotacao input,
.wrap-input-cotacao select {
    background-color: #FFFFFF;
    border-radius: 100px;
    width: 89%;
    max-width: 100%;
    float: right;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #1251a0;
    text-transform: uppercase;

}

.wrap-input-oferta,
.wrap-input-oferta2 {
    border-radius: 100px;
    width: 80%;
    margin-right: 10%;
    max-width: 100%;
    padding: 3px;
    margin-bottom: 30px;
    position: relative;
    float: right;
}

.wrap-input-oferta.wrap-valor {
    background: url(../img/sprites.png) no-repeat -504px -188px #1251a0;
}

.wrap-input-oferta.wrap-regiao {
    background: url(../img/sprites.png) no-repeat -164px -186px #1251a0;
}

.wrap-input-oferta2.wrap-valor {
    background: url(../img/sprites.png) no-repeat -52px -187px #1251a0;
}

.wrap-input-oferta select,
.wrap-input-oferta2 select {
    background-color: #FFFFFF;
    border-radius: 100px;
    width: 85%;
    max-width: 100%;
    float: right;
    margin: 0;
    padding: 0 15px;
    height: 42px;
    font-size: 15px;
    font-weight: bold;
    color: #1251a0;
    /*text-transform: uppercase;*/
    border: none;
    /*margin-top:5px;
		margin-bottom:2px;*/
}

.wrap-input-cotacao .input-cotacao::-webkit-input-placeholder {
    color: #1251a0;
    opacity: 1;
}

.wrap-input-cotacao .input-cotacao:-moz-placeholder {
    /* Firefox 18- */
    color: #1251a0;
    opacity: 1;
}

.wrap-input-cotacao.wrap-valor {
    background: url(../img/sprites.png) no-repeat -52px -188px #1251a0;
}

.wrap-input-cotacao.wrap-local {
    background: url(../img/sprites.png) no-repeat -162px -186px #1251a0;
}

/*.wrap-input-cotacao-4moedas{border-radius:100px;width:100%;max-width:100%;margin-bottom:10px;position:relative}*/

input.input-dados {
    background: #FFF;
    border-radius: 100px;
    color: #344351;
    font-size: 16px;
    margin-bottom: 5px;
    border: none;
    text-align: center;
    box-shadow: none;
    height: 40px;
    padding: 0 10px;
    text-align: center;
}

input.input-dados:last-child {
    margin-bottom: 5px;
}

.faca-cotacao a.saiba-porque {
    text-transform: uppercase;
    color: #5eb665;
    font-size: 11px;
    margin-bottom: 50px;
    display: inline-block;
    background: url(../img/interrogacao.jpg) no-repeat left;
    padding-left: 18px;

    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}

.faca-cotacao a.saiba-porque:hover {
    color: #1251a0;
}

.faca-cotacao .button {
    text-transform: uppercase;
}

.faca-cotacao .button:hover {
    background-color: #1251a0;
}

@media only screen and (max-width: 40em) {

    .faca-cotacao {
        padding: 30px 0;
    }

    .wrap-input-cotacao {
        margin-bottom: 10px;
    }

    .wrap-input-cotacao input {
        font-size: 14px;
        max-width: 85%;
    }

    input.input-dados {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .saiba-porque {
        margin-top: 10px;
    }

    .wrap-input-oferta.wrap-valor {
        background: url(../img/sprites.png) no-repeat -506px -188px #1251a0;
    }

    .wrap-input-oferta2.wrap-valor {
        background: url(../img/sprites.png) no-repeat -54px -187px #1251a0;
    }

}

/* PASSO A PASSO */

.passo-a-passo {
    padding: 80px 0;
    background: url(../img/bg-passo-a-passo.jpg) no-repeat center;
    background-size: cover;
}

.passo-a-passo .large-offset-1 {
    margin-left: 50px !important;
}

.passo-a-passo .seta {
    width: 35px;
    height: 35px;
    background: url(../images/seta-oferta-esp.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 163px
}

.passo-a-passo .seta-remessa-ok {
    width: 35px;
    height: 35px;
    background: url(../images/next.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 137px
}

.passo-a-passo .columns {
    text-align: center;
}

.passo-a-passo .icon {
    width: 140px;
    height: 110px;
    display: inline-block;
}

.passo-a-passo .icon.step1 {
    background: url(../images/passo1.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 80%;
}

.passo-a-passo .icon.step2 {
    background: url(../images/passo2.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 80%;
}

.passo-a-passo .icon.step3 {
    background: url(../images/passo3.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 80%;
}

.cartao-passo {
    background-color: #fff;
    padding: 30px 0 20px 0;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px #eae9e9;
}

.passo-a-passo .cartao-passo h2 {
    color: #1346AA;
    font-size: 19px;
    padding: 0 20px;
}

.passo-a-passo .cartao-passo p {
    color: #1346AA;
    padding: 0 25px;
}

.passo-a-passo .icon.icon-seta {
    background: url(../img/sprites.png) no-repeat -27px -319px;
}

.passo-a-passo .icon.icon-lupa {
    background: url(../img/sprites.png) no-repeat -189px -329px;
}

.passo-a-passo .icon.icon-dinheiro {
    background: url(../img/sprites.png) no-repeat -457px -329px;
}

.passo-a-passo .icon.icon-deal {
    background: url(../images/handshake.png) no-repeat 15px;
    background-size: contain;
}

.passo-a-passo .icon.icon-contato {
    background: url(../images/whatsapp-icon.png) no-repeat 15px;
    background-size: contain;
}

.passo-a-passo .icon.icon-cadastro {
    background: url(../images/check-form.png) no-repeat 15px;
    background-size: contain;
}

.passo-a-passo .icon.icon-transferencia {
    background: url(../images/transfer-money.png) no-repeat 15px;
    background-size: contain;
}

.passo-a-passo .icon.icon-speaker {
    background: url(../images/megaphone.png) no-repeat 20px;
    background-size: contain;
}

.passo-a-passo .icon.icon-relax {
    background: url(../images/hammock.png) no-repeat 15px;
    background-size: contain;
}

.passo-a-passo h2 {
    color: #FFFFFF;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
}

/*
		.passo-a-passo h3 {
			color: #FFFFFF;
			font-size: 22px;
			text-transform: uppercase;
			font-weight: 900;
			margin-top: 0;
		}
		*/

.passo-a-passo p {
    color: #FFFFFF;
    font-size: 16px;
}

@media only screen and (max-width: 40em) {

    .passo-a-passo {
        padding: 60px 0;
    }

    .passo-a-passo .large-offset-1 {
        margin-left: 0 !important;
    }

    .passo-a-passo .seta {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .passo-a-passo .columns {
        text-align: center;
        margin-bottom: 20px;
    }

}

.contador {
    padding: 70px 0 70px 0;
}

.depoimentos {
    padding: 0px 0 20px 0;
    background-color: #eee;
}

.depoimentos h4 {
    width: 310px;
    height: 310px;
    max-width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    padding: 135px 0;
    display: inline-block;
}

.depoimentos h4.ganhe-tempo {
    background: url(../img/bg-ganhe-tempo.png) no-repeat center;
    background-size: contain;
}

.depoimentos h4.economize-dinheiro {
    background: url(../img/bg-economize-dinheiro.png) no-repeat center;
    background-size: contain;
}

.depoimentos h4.curta-sua-viagem {
    background: url(../img/bg-curta-sua-viagem.png) no-repeat center;
    background-size: contain;
}

.faq-home {
    padding: 70px 0 60px 0;
}

.faq-home p {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    padding-right: 5px;
}

.faq-home .pergunta-faq {
    text-align: left;
    vertical-align: middle;
    height: 55px;
    font-weight: 600;
    font-size: 20px;

    color: #5eb665;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    /*font-weight: normal;*/
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}

.botao-faq {
    text-align: center;
}

.swiper-container {
    width: 770px;
    max-width: 90%;
    min-height: 190px;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
}

.swiper-container .swiper-slide {
    background: url(../img/sprites.png) no-repeat -52px -533px;
}

.swiper-container .swiper-slide p.texto {
    padding: 0 80px;
    font-size: 24px;
    font-style: italic;
    line-height: 1.2;
}

.swiper-container .swiper-slide p.autor {
    font-size: 16px;
}

@media only screen and (max-width: 40em) {

    .swiper-container .swiper-slide {
        background: none;
    }

    .swiper-container .swiper-slide p.texto {
        padding: 0;
        font-size: 24px;
        font-style: italic;
        line-height: 1.2;
    }

    .swiper-container .swiper-slide p.autor {
        font-size: 16px;
    }
}

.swiper-container .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #1251a0;
}

/* ------- Página de resultados ------- */

.btn-quer-pagar-menos {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    background: #FFF;
}

.btn-quer-pagar-menos h3 {
    color: #f76332;
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
}

.btn-quer-pagar-menos h3 small {
    font-size: 18px;
    color: #f76332;
    font-weight: normal;
}

.btn-quer-pagar-menos-abs {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    background: #FFF;
}

.btn-quer-pagar-menos-abs h3 {
    color: #f76332;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.btn-quer-pagar-menos-abs h3 small {
    font-size: 18px;
    color: #f76332;
    font-weight: normal;
}

.espacamento-mobile-pagar-menos {
    height: 40px;
    width: 100%;
}

.espaco {
    height: 0px;
}

@media only screen and (max-width: 40em) {

    .espacamento-mobile-pagar-menos {
        height: 30px;
        width: 100%;
    }

    .espaco {
        height: 100px;
    }

}

.intro-resultado {
    padding: 35px 0 0 0;
    background: url(../img/bg-topo-resultado.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    height: 140px;
}

.intro-resultado.app {
    background: url(../img/bg-mc.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}

.intro-resultado.app p {
    font-size: 10px;
    font-weight: bold;
}

.intro-resultado-padrao {
    padding: 45px 5px 0px 5px;
    background: url(../img/bg-topo-resultado.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.nova-cotacao {
    padding: 25px 0 5px 0;
    background: url(../img/bg-topo-resultado.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    height: 160px;
    display: none;
}

.intro-resultado p.titulo,
.intro-resultado-padrao p.titulo,
.nova-cotacao p.titulo {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.intro-resultado p.titulo small,
.intro-resultado-padrao p.titulo small,
.nova-cotacao p.titulo small {
    font-size: 18px;
}

.intro-resultado p.horario-cotacao,
.intro-resultado-padrao p.horario-cotacao,
.nova-cotacao p.horario-cotacao {
    background: url(../img/icon-info.png) no-repeat right;
    font-size: 11px;
    margin-top: 0;
    display: inline-block;
    padding-right: 18px;
    margin-bottom: 10px;
}


.holder-resultados {
    /*padding: 25px;*/
    background: #FFFFFF;
}

.holder-resultados .menor-valor-especie,
.holder-resultados .menor-valor-cartao,
.holder-resultados .menor-valor-remessa,
.holder-resultados .titulo-box-lance {
    text-align: center;
}

.holder-resultados .menor-valor-especie h3 {
    color: #5eb665;
    font-size: 36px;
    background: url(../img/sprites.png) no-repeat -57px -1307px;
    padding-left: 70px;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
}

.holder-resultados .menor-valor-cartao h3 {
    color: #1251a0;
    font-size: 36px;
    background: url(../img/sprites.png) no-repeat -57px -1411px;
    padding-left: 70px;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
}

.holder-resultados .menor-valor-remessa h3 {
    color: #f26522;
    font-size: 47px;
    /*background: url(../img/icon-remessa.png) no-repeat 0px 3px;
			padding-left: 70px;*/
    max-width: 450px;
    font-weight: 900;
    display: inline-block;
    line-height: 1.2;
}

.holder-resultados .menor-valor-bitcoin h3 {
    color: #f26522;
    font-size: 40px;
    /*background: url(../images/criptomoedas/bitcoin.png) no-repeat 15px -2px;
			padding-left: 70px;*/
    font-weight: 900;
    display: inline-block;
    line-height: 1;
}

.holder-resultados .menor-valor-remessa h6 {
    color: #f26522;
    font-size: 23px;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
}


.holder-resultados .menor-valor-especie p.tipo-pagamento,
.holder-resultados .menor-valor-cartao p.tipo-pagamento,
.holder-resultados .menor-valor-remessa p.tipo-pagamento,
.holder-resultados .menor-valor-bitcoin p.tipo-pagamento {
    font-size: 18px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.holder-resultados .menor-valor-especie p.iof-taxas,
.holder-resultados .menor-valor-cartao p.iof-taxas,
.holder-resultados .menor-valor-remessa p.iof-taxas {
    font-size: 9px;
    line-height: 1.4;
    color: #8e8e8e;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.titulo-box-lance h3 {
    color: #f76332;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.titulo-box-lance h3 small {
    font-size: 18px;
    color: #f76332;
    font-weight: normal;
}

.titulo-box-lance p {
    font-size: 13px;
    line-height: 1.4;
}

.coluna-resultados {
    margin: 20px 0;
}

.coluna-resultados li {
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 10px;
    /* era 0 20px; */
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease;
    padding: 5px;
}


.coluna-resultados li:last-child {
    border-bottom: none;
}

.coluna-resultados li:hover,
.coluna-resultados li.active {
    background: #e6e6e6;
}

.coluna-resultados a {
    padding: 10px 0;
    width: 100%;
    display: block;
}

.coluna-resultados a .icon-corretora {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #dddddd;
    float: left;
    background-size: cover;
    background-position: center;
}

.coluna-resultados a p.nome-corretora {
    color: #344351;
    font-size: 14px;
    /*era 16px */
    float: left;
    width: 155px;
    /*era 140px */
    line-height: 20px;
    height: 34px;
    margin: 10px 0 0 8px;
    /*era 11px 0 0 10px */
    text-align: left;

    margin-top: -2px;
    line-height: 1.2;
}

.coluna-resultados a p.nome-corretora-app {
    color: #344351;
    font-size: 12.5px;
    float: left;
    width: 46%;
    line-height: 20px;
    margin: 0 0 0 3px;
    text-align: left;
    line-height: 1.6;
}

.coluna-resultados a span.avalie-app {
    border: solid 1px red;
    color: #fff;
    font-size: 10px;
    padding: 0px 10px;
    border-radius: 4px;
    background-color: red;
    margin: 2px 0 0 5px;
    float: left;
}

.coluna-resultados a p.info-cidade-app {
    color: #666;
    font-size: 11px;
    float: left;
    width: 100%;
    line-height: 20px;
    margin: 15px 0 0 0;
    text-align: center;
    line-height: 1;
}

.coluna-resultados a p.operacao-app {
    color: #344351;
    font-size: 14px;
    float: left;
    line-height: 20px;
    margin: 0;
    text-align: left;
    line-height: 1.2;
    width: 7%;
}

.coluna-resultados a p.nome-vtm {
    width: 186px;
}

.coluna-resultados a p.nome-corretora.correntistas {
    line-height: 1;
    margin-top: 9px;
}

.coluna-resultados a p.nome-corretora span {
    color: #F76332;
    font-size: 9px;
}

.coluna-resultados a p.valor {
    font-size: 18px;
    float: left;
    width: 100px;
    /* era 100px */
    line-height: 0.9;
    margin: 8px 0 0 0;
    /* era 6px 0 0 0; */
    text-align: center;
    font-weight: 900;
    padding-left: 5px;
    /* era nada */
}

.coluna-resultados a p.valor-app {
    font-size: 13px;
    float: left;
    width: 30%;
    /* era 100px */
    line-height: 1.6;
    /*margin: 8px 0 0 0;*/
    text-align: right;
    font-weight: 900;
    /* padding-left:5px; */
    margin-bottom: 0;
}

.coluna-resultados a p.vtm {
    padding-left: 20px;
    /* era nada */
}


.coluna-resultados a p.valor span {
    color: #8e8e8e;
    font-size: 9px;
    font-weight: normal;
}

.resultados-especie.coluna-resultados a p.valor {
    color: #5eb665;
}

.resultados-cartao.coluna-resultados a p.valor {
    color: #1251a0;
}


.coluna-resultados .icon-seta {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../img/sprites.png) no-repeat -79px -1508px;
    margin-top: 12px;
    /* era 9px; */
}

.botao-sim-app {
    border-width: 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    background-color: #5eb665;
    color: #FFFFFF;
    top: 10px;
    margin-right: -3px;
    width: 100px;
    border-radius: 26px 0px 0px 26px;
}

.botao-nao-app {
    border-width: 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    background-color: #FF7171;
    color: #FFFFFF;
    top: 10px;
    width: 100px;
    border-radius: 0px 26px 26px 0px;
}

.botao-nova-oferta-app {
    border-width: 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    background-color: #EF6122;
    color: #FFFFFF;
    top: 10px;
    width: 200px;
    border-radius: 26px;
    padding: 8px 0;

}


@media only screen and (max-width: 40em) {

    .holder-resultados {
        /*padding: 80px 0;*/
        margin-top: 25px;
        background: #FFFFFF;
    }

    .coluna-resultados {
        margin: 0px;
    }

    .coluna-resultados li {
        /*padding: 0 7px; /* era 0 5px; */
        text-align: center;
    }

    .coluna-resultados li a {
        display: inline-block;
        width: 310px;
    }

    .menor-valor-especie,
    .menor-valor-cartao {
        padding: 0;
    }

    .nova-cotacao {
        padding: 30px 0 5px 0;
        background: url(../img/bg-topo-resultado.jpg) no-repeat center;
        background-size: cover;
        text-align: center;
        height: 225px;
        display: none;
    }

    .coluna-resultados a p.nome-vtm {
        width: 155px;
    }

    .coluna-resultados a p.vtm {
        padding-left: 5px;
        /* era nada */
    }
}

.box-lance {
    margin-top: 15px;
    margin-bottom: 60px;
    /*position:fixed;
	overflow:hidden;*/
}

.form-lance {
    position: relative;
    background: #e6e6e6;
    border-radius: 30px;
    padding-bottom: 0px;
    width: 85%;
    margin: 0 auto;
}

.form-lance .close {
    display: none;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.form-lance .voltar-remessa {
    display: none;
    position: absolute;
    left: 80px;
    width: 25px;
}

.form-lance-topo {
    /* [disabled]background: #e6e6e6; */
    border-radius: 30px;
    padding-bottom: 0px;
    padding-top: 10px;
    width: 85%;
    margin: 0 auto;
}

.form-lance-topo .submit,
.form-lance-topo .icon-lance-feito {
    background-color: #f76332;
    border: none;
    cursor: pointer;
    position: absolute;
    color: #FFF;
    left: 50%;
    margin-left: -108px;
    bottom: -5px;
}

.form-lance {
    background: #e6e6e6;
    border-radius: 30px;
    padding-bottom: 10px;
    width: 85%;
    margin: 0 auto;

}

.form-lance.larger {
    width: 100%;
}

.form-lance .holder-selecao-tipo {
    width: 100%;
    border-bottom: 1px solid #FFF;
}

.form-lance .holder-selecao-tipo a {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    padding: 16px 0;
    color: #c1c1c1;
    font-size: 14px;
}

.form-lance .holder-selecao-tipo a:first-child {
    width: calc(50% - 1px);
    border-right: 1px solid #FFF;
}

.form-lance .holder-selecao-tipo a.selecao-moeda:hover,
.form-lance .holder-selecao-tipo a.selecao-moeda.active {
    border-bottom: 6px solid #5eb667;
    padding-bottom: 10px;
    color: #344351;
}

.form-lance .holder-selecao-tipo a.selecao-cartao:hover,
.form-lance .holder-selecao-tipo a.selecao-cartao.active {
    border-bottom: 6px solid #1251a0;
    padding-bottom: 10px;
    color: #344351;
}

.form-lance .holder-campos {
    padding: 35px 0 10px 0;
    margin-bottom: 20px;
}

.form-lance .holder-campos label {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-lance .holder-campos input {
    width: 210px;
    border-radius: 30px;
    border: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
}

.form-lance .holder-campos select {
    width: 68%;
    border-radius: 30px;
    border: none;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    margin-left: 16%;
    padding-left: 15px;
}

.form-lance .holder-campos span {
    position: relative;
    display: block;
    bottom: -8px;
    width: 180px;
    text-align: left;
    margin: 0 auto;
    height: 0;
}

.form-lance .holder-campos .seta-up {
    position: relative;
    display: block;
    bottom: 61px;
    width: 35px;
    text-align: left;
    margin: 0 auto;
    height: 0;
    right: -80px;
}

.form-lance .holder-campos .seta-down {
    position: relative;
    display: block;
    bottom: 41px;
    width: 35px;
    text-align: left;
    margin: 0 auto;
    height: 0;
    right: -80px;
}

.form-lance .holder-campos.cartao span {
    color: #1251a0;
}

.form-lance .holder-campos.moeda span {
    color: #5eb665;
}

.form-lance p {
    text-align: center;
    width: 100%;
    font-size: 13px;
    padding: 0px 15%;
}

.form-lance .submit,
.form-lance .btn-nova-cotacao,
.form-lance .submit-dados,
.form-lance .submit-dados-contato {
    background-color: #f76332;
    cursor: pointer;
    border: none;
    position: absolute;
    color: #FFF;
    /*left: 50%;
		margin-left: -108px;*/
    width: 54%;
    left: 23%;
    bottom: -40px;
}

.form-lance .submit-passos {
    background-color: #f76332;
    cursor: pointer;
    border: none;
    color: #FFF;
    padding: 10px 50px;
    margin-bottom: 0;
}

.form-lance .submit {
    /*margin-left: -82px;*/
}

.form-lance .submit-dados {
    /*margin-left: -81px;*/
}

.form-lance .btn-nova-cotacao {
    margin-left: -129px;
}

.form-lance .submit-dados-contato {
    margin-left: -59px;
}

.form-lance .submit:hover,
.form-lance .submit-dados:hover,
.form-lance .btn-nova-cotacao:hover,
.form-lance .submit-dados-contato {
    background-color: #1251a0;
}

.form-lance .submit-passos:hover {
    background-color: #1251a0;
}

.form-lance .icon-lance-feito {
    display: none;
    background-position: -523px -1285px;
}

.form-lance .submit-dados,
.form-lance .btn-nova-cotacao,
.form-lance .submit-dados-contato {
    display: none;
}

.form-lance .holder-lance-dados {
    display: none;
    text-align: center;
    padding: 30px 0 40px 0;
    z-index: 1001;
}

.form-lance .holder-lance-finalidade {
    padding: 10px 20px 0;
    display: none;
}

.form-lance .holder-contato-direto {
    display: none;
    text-align: center;
    padding: 30px 0 40px 0;
}

.form-lance .holder-lance-dados h4 {
    font-size: 18px;
    color: #ff3f00;
    margin: 0;
    font-weight: bold;
    line-height: 1;
}

.form-lance .holder-contato-direto h4 {
    font-size: 18px;
    color: #ff3f00;
    margin: 0;
    font-weight: bold;
    line-height: 1;
}


.form-lance .holder-lance-dados a.alterar {
    color: #344351;
    font-size: 10px;
    text-transform: uppercase;
}

.form-lance .wrap-valores-dados {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    position: relative;
    margin: 20px 0;
}

.form-lance .wrap-valores-dados .icon-moeda,
.form-lance .wrap-valores-dados .icon-remessa {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 30px;
    top: 24px;
}

.form-lance .wrap-valores-dados.especie .icon-moeda {
    background-image: url(../img/icon-moeda.png);
}

.form-lance .wrap-valores-dados.cartao .icon-moeda {
    background-image: url(../img/icon-cartao.png);
}

.form-lance .wrap-valores-dados.especie .icon-remessa {
    background-image: url(../img/icon-remessa.png);
    background-size: 38px;
}

.form-lance .wrap-valores-dados .valor-dados {
    width: 50%;
    float: left;
    padding: 22px 0 18px 0;
}

.form-lance .wrap-valores-dados .valor-dados.border {
    width: calc(50% - 1px);
    border-left: 1px solid #FFF;
}

.form-lance .wrap-valores-dados .valor-dados p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 0.8;
}

.form-lance .wrap-valores-dados.especie .valor-dados p {
    color: #5eb665;
}

.form-lance .wrap-valores-dados.cartao .valor-dados p {
    color: #1251a0;
}

.form-lance .wrap-valores-dados .valor-dados span {
    font-size: 12px;
    font-weight: normal;
}

.form-lance .holder-lance-dados p.laranja {
    font-size: 18px;
    color: #f76332;
    margin-bottom: 0;
}

.form-lance .holder-lance-dados p {
    line-height: 1.2;
    padding: 0 10%;
}

.form-lance .holder-lance-dados input.input-dados {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 6px;
}

.form-lance .holder-lance-feito,
.form-lance .holder-contato-feito {
    display: none;
    text-align: center;
    padding-bottom: 40px;
}

.form-lance .holder-lance-feito h4,
.form-lance .holder-contato-feito h4 {
    color: #ff3f00;
    font-size: 20px;
    padding-top: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.form-lance .holder-lance-feito p.obrigado,
.form-lance .holder-contato-feito p.obrigado {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFF;
}

.form-lance .holder-lance-feito p.obrigado-2,
.form-lance .holder-contato-feito p.obrigado-2 {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: 1px solid #FFF;
}

.form-lance .holder-lance-feito .obrigado,
.form-lance .holder-contato-feito .obrigado {
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #FFF;*/
}

.form-lance .holder-lance-feito .compartilhe p,
.form-lance .holder-contato-feito .compartilhe p {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.form-lance .holder-lance-feito .compartilhe a,
.form-lance .holder-contato-feito .compartilhe a {

    display: inline-block;
    width: 55px;
    height: 55px;
    background-image: url(../img/sprites.png);
}

.form-lance .holder-lance-feito .compartilhe a.icon-facebook,
.form-lance .holder-contato-feito .compartilhe a.icon-facebook {
    background-position: -743px -1316px;
}

.form-lance .holder-lance-feito .compartilhe a.icon-twitter,
.form-lance .holder-contato-feito .compartilhe a.icon-twitter {
    background-position: -812px -1316px;
}

.form-lance .holder-lance-feito .compartilhe a.icon-mail,
.form-lance .holder-contato-feito .compartilhe a.icon-mail {
    background-position: -881px -1316px;
}

.form-lance .holder-lance-feito a.btn-nova-cotacao,
.form-lance .holder-contato-feito a.btn-nova-cotacao {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 14px;
    margin-left: -128px;
}


#map-canvas {
    width: 100%;
    height: 570px;
}

.janela-agencia-mapa {
    margin: -40px -200px 0 0;
    border-radius: 30px;
}



@media only screen and (max-width: 40em) {

    .form-lance .holder-selecao-tipo a {
        font-size: 13px;
    }

}

/* ------- FAQ ------- */

.intro-faq {
    padding: 35px 0 0 0;
    background: url(../img/bg-topo-resultado.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.intro-faq h1 {
    font-size: 24px;
    line-height: 1.2;
    color: #1251a0;
    margin-bottom: 0x;
    font-weight: 900;
}

.intro-faq h2 {
    font-size: 16px;
    color: #344351;
    margin-bottom: 30px;
}

.intro-faq p {
    font-size: 11px;
    margin-top: 0;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
}

.faq {
    padding: 70px 0
}

.wrap-accordion {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.wrap-accordion a {
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
    display: block;
    padding-left: 20px;
}

.wrap-accordion p {
    text-align: justify;
}

.wrap-accordion a img {
    margin-right: 2px;
    -webkit-transition: transform 300ms ease;
    transition: transform 300ms ease;
    margin-top: -3px;
}

.wrap-accordion a.active img {
    transform: rotateZ(90deg);
}

.wrap-accordion article {
    display: none;
    padding: 30px 0;
}

.wrap-accordion article p {
    font-size: 14px;
}

/* CONTATO */

.contato {
    background: #5eb665;
    padding: 85px 0;
}

.contato h3 {
    color: #FFF;
    margin-left: 40px;
    line-height: 1;
    margin-bottom: 20px;
}

.contato h3 small {
    color: #FFFFFF;
}

.contato input[type="text"] {
    margin: 10px 20px;
    padding: 10px 20px;
    height: 45px;
    max-width: 90%;
}

.contato textarea {
    margin: 10px 20px;
    padding: 20px;
    height: 120px;
    border-radius: 30px;
    resize: none;
    max-width: 90%;
}

.contato button[type="submit"] {
    background: url(../img/sprites.png) no-repeat -40px -695px #1251a0;
    border: none;
    width: 56px;
    height: 56px;
    padding: 0;
    overflow: hidden;
    text-indent: -50000px;
    display: block;
    float: right;
    margin-top: -40px;
}

.separador {
    max-width: 100%;
    width: 100%;
    background: url(../img/separador-rodape.jpg) no-repeat center;
    height: 140px;
    margin: 40px 0;
}

.reveal-modal {
    border-radius: 20px;
    background: #6ebd74;
    color: #FFF;
    padding: 40px 70px;
}

.reveal-modal h2 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.reveal-modal .close-reveal-modal {
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    height: 15px;
    text-align: center;
    width: 15px;
    top: 20px;
}

.contato .btn-acesso-corretoras {
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    position: relative;
    bottom: -50px;
    background: url(../img/icon-cadeado.jpg) no-repeat left;
    padding-left: 20px;
}

.contato .btn-termos-de-uso {
    bottom: 435px;
    right: 87px;
    color: #fff;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    background: url(../img/icon-info.jpg) no-repeat left;
    padding-left: 20px;
}

@media only screen and (max-width: 40em) {

    .holder-resultados .menor-valor-remessa p.tipo-pagamento {
        font-size: 18px;
        line-height: 1.4;
        padding: 0;
        margin: 0;
    }

    .contato .btn-termos-de-uso,
    .contato .btn-acesso-corretoras {
        width: 80%;
        bottom: 0;
        margin-left: 40px;
        float: left;
    }

    .wrap-input-cotacao.wrap-valor {
        background: url(../img/sprites.png) no-repeat -57px -188px #1251a0;
    }

    .wrap-input-cotacao.wrap-local {
        background: url(../img/sprites.png) no-repeat -168px -186px #1251a0;
    }

    .holder-cupon2 {
        position: fixed;
        top: 10%;
        /*left: 5%;*/
        text-align: center;
        max-width: 90%;
        position: relative;
        /*width: 560px;
		left: 50%;
		margin-left: -290px;*/
    }

}

.contato .redes-sociais {}

.contato .redes-sociais a {
    color: #FFF;
    font-size: 16px;
    padding-left: 25px;
}

.contato .redes-sociais a.facebook {
    background: url(../img/sprites.png) no-repeat -381px -843px;
}

.contato .redes-sociais a.instagram {
    background: url(../img/sprites.png) no-repeat -571px -843px;
}

.contato .redes-sociais a.twitter {
    background: url(../img/sprites.png) no-repeat -762px -843px;
}

.some {
    display: none;
}

#info-erro {
    background-color: transparent;
    text-align: center;

}

.block {
    display: block;
}

#link_mapa a {
    color: #444;
}

.prevent-click {
    pointer-events: none;
}

.bg-number {
    background: url(../img/numbers/bg_number.png) no-repeat;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bbb;
    opacity: 0.7 !important;
}

.comprar,
.comprar2,
.comprar-nova {
    background-color: rgba(94, 182, 101, 0.7)
}

.comprar:hover,
.comprar2:hover,
.comprar-nova:hover {
    background-color: rgba(94, 182, 101, 1);
}

.vender,
.vender2,
.vender-nova {
    background-color: rgba(18, 81, 160, 0.7)
}

.vender:hover,
.vender2:hover,
.vender-nova:hover {
    background-color: rgba(18, 81, 160, 1)
}

.nao {
    background-color: rgba(288, 54, 54, 0.7)
}

.nao:hover {
    background-color: rgba(233, 4, 4, 0.85)
}

.nova-remessa {
    background-color: rgba(242, 101, 34, 0.8)
}

.nova-remessa:hover {
    background-color: rgba(242, 101, 34, 1);
}

.conteudo-moeda-wrapper {
    background-color: #F9F9F9;
}

.conteudo-moeda {
    padding: 40px 35px 35px 35px;
    text-align: justify;
    width: 80%;
    margin: auto;
}

.conteudo-moeda p,
.conteudo-moeda li {
    font-size: 0.9rem;
    line-height: 1.6;
}

.conteudo-moeda h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #344351;
    padding-bottom: 15px;
}

/*
######## TIPBOX
*/

.tip {
    color: #fff;
    font-size: 11px;
    border-radius: 0px 20px 20px 0px;
    border: solid 0px red;
    height: 190px;
    width: 430px;
    text-align: center;
    padding: 15px 25px 20px 20px;
    display: block;
    position: absolute;
    /*top:150px;
  left:500px;*/
    display: none;
    background-image: url(/images/bg-tip1.png);
    background-size: cover;
    z-index: 90;
}

.tip-vtm {
    color: #fff;
    font-size: 11px;
    border-radius: 20px 0px 0px 20px;
    border: solid 0px red;
    height: 190px;
    width: 430px;
    text-align: center;
    padding: 15px 35px 20px 15px;
    display: block;
    position: absolute;
    /*top:150px;
  left:500px;*/
    display: none;
    background-image: url(/images/bg-tip2.png);
    background-size: cover;
    z-index: 90;
}

.tip-mobile {
    color: #fff;
    font-size: 11px;
    border-radius: 0px 0px 10px 10px;
    border: solid 0px red;
    height: 140px;
    width: 298px;
    text-align: center;
    padding: 15px 25px 20px 20px;
    display: block;
    position: absolute;
    /*top:150px;
  left:500px;*/
    display: none;
    background-image: url(/images/bg-tip-mobile.png);
    background-size: cover;
    z-index: 90;
}

#tabela-tip td {
    text-align: center;
    color: #fff;
}

#tabela-tip tr {
    background-color: transparent;
}

#tabela-tip span,
#tabela-tip tr td img {
    cursor: default;
}

.botao-tip {
    border-radius: 30px;
    background: #f76332;
    color: #FFF;
    padding: 10px 22px;
    font-size: 15px;
}

.botao-tip:hover {
    color: #FFF;
}

/*
######## FILTROS
*/

#filtros {
    /*top:290px;*/
    position: absolute;
    left: 0px;
    text-align: center;
    z-index: 98;
    border: solid 1px #e3e3e3;
    /*width: auto;*/
    height: auto;
    display: none;
    background: url("/img/bg-topo.jpg") no-repeat;
    background-size: cover;
    padding: 10px 20px 5px 10px;
    border-radius: 0px 15px 15px 0px;
}

#filtros h4 {
    font-size: 15px;
    color: #ff3f00;
    margin: 0;
    font-weight: bold;
    line-height: 3;
    text-transform: uppercase;
}

.btn_filtrar {
    font-size: 14px;
    padding: 12px 25px 12px 25px;
    margin-top: 12px;
}

.bg-filtro {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #666;
    opacity: 0.75;
    z-index: 97;
    display: none;
    border: solid 0px red;
}

#box-cta-direita {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 380px;
    height: 328px;
    /*border:dashed 0px #e3e3e3;
	padding-top: 0px;*/
    display: none;

}

#box-cta-direita p {
    font-size: 22px;
    line-height: 1;
    color: #1251A0;
    font-weight: bold;
}

#box-cta-direita p span {
    font-size: 12px;
    color: #888;
    font-weight: 100;
}

#box-cta-direita p img {
    margin-right: 10px;
}

.input-wrapper {
    font-size: 13px;
}

.input-wrapper p {
    font-size: 15px;
}

.input-wrapper label {
    background-color: #3498db;
    border-radius: 5px;
    color: #fff;
    margin: 10px;
    padding: 6px 8px;
    cursor: pointer;
}

.input-wrapper label:hover {
    background-color: #2980b9
}

.input-wrapper p {
    margin: 0;
}

.input-wrapper td {
    padding: 0 20px;
}

.input-wrapper p:hover {
    /*background-color: #b9d4e5*/
}

.label_arq {
    position: relative;
    top: 7px;
    left: 14px;
    font-size: 11px;
}

.nome_arquivo {
    font-size: 9px;
    word-break: break-word;
    padding: 0px;
    text-align: center;
    margin: 3px;
}

.p_file_label {
    font-size: 9px;
    word-break: break-word;
    padding: 0 4px;
    margin: 0px 2px;
    text-align: center;
}

.btn-escolher-arquivo {
    font-size: 12px;
    padding: 7px 15px !important;
    margin: 0 !important;
}

.bg_editar {
    width: 100%;
    height: 110%;
    position: fixed;
    top: -10px;
    left: 0;
    background: #999999;
    opacity: 0.8;
    z-index: 999;
}

.div_suspensa {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 16em;

    margin-top: -6em;
    /*set to a negative number 1/2 of your height*/
    margin-left: -8em;
    /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    border-radius: 10px;
    z-index: 9999;
    display: block;
}

/* Efeito digitando */
.typing::after {
    content: "|";
    animation: blink 800ms infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.login-remessa:hover,
.login-remessa.ativo {
    background: rgba(94, 182, 101, 0.7);
    color: white;
    padding: 8px 19px;
    border-radius: 20px;
    font-size: 12px;
}

.login-remessa {
    background: #fff;
    color: rgba(94, 182, 101, 1);
    padding: 8px 19px;
    border-radius: 20px;
    font-size: 12px;
    border: solid 1px rgba(94, 182, 101, 1);
}

.email-enviado {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.dropdown {
    position: relative;
    display: inline-block;


}

.dropbtn {
    height: auto !important;
    top: 12px !important;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 15px 20px 20px;
    border-radius: 5px;
    margin-top: 7px;

}

.dropdown-content:after {
    border-bottom: 10px solid #f9f9f9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: -10px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/**.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropbtn {background-color: #c0c0c0; color: #fff;}**/

.saira {
    font-family: Saira;
}

.h2-remessa {
    max-width: 450px !important;
    font-weight: 900 !important;
    display: inline-block !important;
    line-height: 1.2 !important;
}

.input-span{
    position: initial !important    ;
    display: initial !important;
    color: #000 !important;
    cursor: pointer;
    font-weight: bold;
}

.input-span:empty{
    width: 50px;
}

.input-span:hover,
.input-span:focus
{
    border-bottom: 1px dashed #59B363;
}

.input-span[contenteditable="true"]:focus{
    outline: none;
}

.mc-input-file {
    border-radius: 4px;
    display: flex;
    padding: 10px 20px 10px 15px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #999;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
  }
  .mc-input-file:hover {
    outline: 2px solid var(--color-success);
  }
  .mc-input-file > input {
    display: none;
  }
  .mc-input-file > .if--icon > i {
    font-size: 1.2rem;
    margin-right: 12px;
  }
  .mc-input-file > .if--text {
    display: flex;
    flex-direction: column;
  }
  .mc-input-file > .if--text > h1 {
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: var(--color-dark);
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .mc-input-file > .if--text > p {
    font-size: 0.7rem;
    margin: 0;
    padding: 0;
    text-align: left;
    color: var(--color-gray-600);
  }
