/* 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;
}

.bg-app {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left:0;
	background: #f3f3f3;
	opacity: 0.9;
	z-index: 990;
	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,
.wrap-input-oferta3 {
	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-oferta2.wrap-regiao {
		background: url(../img/sprites.png) no-repeat -164px -186px #1251a0;
	}
	.wrap-input-oferta2.wrap-tipo-entrega-esp {
		background: url(../images/moto.png) no-repeat 10px 10px #5AE25D;
		background-size: 30px;
	}
	.wrap-input-oferta2.wrap-tipo-entrega-vtm {
		background: url(../images/moto.png) no-repeat 10px 10px #7BA8FF;
		background-size: 30px;
	}
	.wrap-input-oferta3.wrap-valor {
		/*background: url(../images/calander-verde.png) no-repeat 16px 10px #fff;*/
		background-size: 20px;
	}

	.icon-cal-verde{
		background: url(../images/calander-verde.png) no-repeat 16px 10px #fff;
	}
	.icon-cal-azul{
		background: url(../images/calander-azul.png) no-repeat 16px 10px #fff;
	}

	.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-tipo-entrega-esp select {
		background-color: #5ae25d;
		font-size: 13px;
		text-align-last: center;
		font-weight: 400;
		color: #fff;
	}
	.wrap-tipo-entrega-vtm select {
		background-color: #7BA8FF;
		font-size: 13px;
		text-align-last: center;
		font-weight: 400;
		color: #fff;
	}

		.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: 25px;
		height: 35px;
		background: url(../img/sprites.png) no-repeat -387px -359px;
		display: inline-block;
		margin-top: 30px;
	}

	.passo-a-passo .columns {
		text-align: center;
	}

		.passo-a-passo .icon {
			width: 140px;
			height: 110px;
			display: inline-block;
		}

			.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/phone-call.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 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:21px;

		  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: 15px;
		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-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 0 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;
	}

.conta-global span {
	color: #000;
	font-size: 40px;
	/*background: url(../img/sprites.png) no-repeat -57px -1307px;*/
	background: url(../images/icone_globo_nomad.svg) no-repeat;
	background-size: 50px;
	background-position-y: -5px;
	padding-left: 56px;
	font-weight: 600;
	display: inline-block;
	line-height: 1;
}

.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: 40px;
			/*background: url(../img/sprites.png) no-repeat -57px -1307px;*/
			background: url(../img/icon_esp.png) no-repeat;
			background-size: 54px;
			padding-left: 57px;
			font-weight: 600;
			display: inline-block;
			line-height: 1;
		}

		.holder-resultados .menor-valor-cartao h3 {
			color: #1251a0;
			font-size: 40px;
			/*background: url(../img/sprites.png) no-repeat -57px -1411px;*/
			background: url(../img/icon_vtm.png) no-repeat;
			background-size: 54px;
			padding-left: 57px;
			font-weight: 600;
			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-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.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; */
	}


@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: 15px;
	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 {
		display: none;
		position: absolute;
		/*left: 5%;
		top: 25px;*/
		width: 12px;
		/*height: 25px;
		border-radius: 100%;*/
	}

.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: 15px;
	/*padding-bottom: 10px;*/
	width: 95%;
	margin: 0 auto;

}

	.form-lance.larger {
		width: 100%;
	}

	.form-lance .holder-selecao-tipo {
		width: 100%;
		/*border-bottom: 1px solid #FFF;
		border-top: 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%);
				/*border-right: 1px solid #FFF;*/
			}

			.form-lance .holder-selecao-tipo a.selecao-moeda{
				border-radius: 20px 0 0 0;
				color: #fff;
				font-weight: 200;
				border-bottom: solid 1px #e2e2e2;
				/*background-color:#5eb667;*/
			}

			.form-lance .holder-selecao-tipo a.selecao-moeda:hover{
				/*border-bottom: 6px solid #5eb667;
				padding-bottom: 10px;
				color: #344351;*/
				color: #fff;
				font-weight: 700;
			}

			.form-lance .holder-selecao-tipo a.selecao-moeda.active{
				/*border-bottom: 6px solid #5eb667;
				padding-bottom: 10px;
				color: #344351;*/
				color: #fff;
				font-weight: 700;
				border-bottom: solid 3px #2A652B;
			}

			.form-lance .holder-selecao-tipo a.selecao-cartao{
				border-radius: 0 20px 0 0;
				color: #fff;
				font-weight: 200;
				border-bottom: solid 1px #e2e2e2;
				/*background-color:#5eb667;*/
			}

			.form-lance .holder-selecao-tipo a.selecao-cartao:hover{
				/*border-bottom: 6px solid #1251a0;
				padding-bottom: 10px;
				color: #344351;
				background-color: #1251a0;*/
				color: #fff;
				font-weight: 700;
			}
			.form-lance .holder-selecao-tipo a.selecao-cartao.active{
				/*border-bottom: 6px solid #1251a0;
				padding-bottom: 10px;
				color: #344351;
				background-color: #1251a0;*/
				color: #fff;
				font-weight: 700;
				border-bottom: solid 3px #0B3086;
			}

	.form-lance .holder-campos {
		padding: 35px 0 15px 0;
		margin-bottom: 20px;
	}

		.form-lance .holder-campos label {
			text-align: center;
			font-size: 14px;
			margin-bottom: 5px;
		}

		.form-lance .holder-campos input {
			width: 240px;
			border-radius: 30px;
			border: none;
			text-align: center;
			margin: 0 auto;
			margin-bottom: 20px;
			font-size: 16px;
			background-color: #fff;
		}

		.form-lance .holder-campos span {
			position: relative;
			display: block;
			bottom: -7px;
			width: 180px;
			text-align: left;
			margin: 0 auto;
			height: 0;
		}

		.form-lance .holder-campos .seta-up {
			position: relative;
			display: block;
			bottom: 52px;
			width: 27px;
			text-align: left;
			margin: 0 auto;
			height: 0;
			right:-99px;
		}

		.form-lance .holder-campos .seta-down {
			position: relative;
			display: block;
			bottom: 52px;
			width: 27px;
			text-align: left;
			margin: 0 auto;
			height: 0;
			right:99px;
		}

			.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: 70%;
		height: 59px;
		left: 15%;
		bottom: -48px;
		border-radius: 10px;
		font-size: 13px;
		padding: 0 0 0 35%;
		font-weight: 600;
		background-image: url(/images/cta-laranja.png);
    	background-size: cover;
	}

		.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 {
			box-shadow: 0 0 5px rgb(215, 67, 8)
		}

		.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-contato-direto {
		display: none;
		text-align: center;
		padding: 30px 0 40px 0;
	}

		.form-lance .holder-lance-dados h4 {
			color: #fff;
			font-weight: 600;
			font-size: 16px;
			/*background-color: #51A353;*/
			padding: 20px 0 40px 0;
			margin: -30px 0 -20px;
			border-radius: 10px 10px 0 0;
		}

		.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: 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: 20px 0 15px 0;
			color: #fff;
		}

			.form-lance .wrap-valores-dados .valor-dados.border {
				width: 50%;
				border-left: 1px solid #FFF;
				color: #fff;
			}

			.form-lance .wrap-valores-dados .valor-dados p {
				font-size: 20px;
				font-weight: 600;
				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 	 {
			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;
		}

		.box-lance {
			margin-top: 15px;
			margin-bottom: 80px;
		}

}

/* ------- 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 .termo-conteudo h2{
	text-align: left;
	font-size: 1.2rem;
}
.reveal-modal .termo-conteudo p.tab1{
margin-left: 1rem;
}
.reveal-modal .termo-conteudo p.tab2{
margin-left: 2rem;	
}
.reveal-modal .termo-conteudo a {
	color: #FFF;
}
.reveal-modal .termo-conteudo small.text-muted{
	font-size: 0.8rem;
	text-align: right !important;
}


	.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-cta-esp{
  border:none;
  height:50px;
  width: 30px;
  display:block;
  position:absolute;
  display:none;
  background-image:url(/images/seta-esp.png);
  background-size: cover;
  z-index:90;
}

.tip-cta-vtm{
  border:none;
  height:50px;
  width: 30px;
  display:block;
  position:absolute;
  display:none;
  background-image:url(/images/seta-vtm.png);
  background-size: cover;
  z-index:90;
}

.box-lance-esp {
	position: relative;
	background: #96ce9c;
	border: 4px solid #5db667;
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.box-lance-vtm {
	position: relative;
	background: #839fc3;
	border: 4px solid #15519E;
	border-radius: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.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-mobile2.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;
}

div.scrollmenu {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 15px 15px 20px;
  margin-bottom: 10px;
  background-color: #fff;
}

div.scrollmenu > a {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 7px 15px;
  font-size: 12px;
  border: solid 1px #ccc;
  border-radius: 30px;
  margin-right: 5px;
  outline: none;
  position: relative;
}

div.scrollmenu > a.destaque > span {
	background-color: #feb951;
	border: 1px solid #feb951;
}
div.scrollmenu > a > span {
	background-color: #fff;
	border: 1px solid #cccccc;
	position: absolute;
	color: #000;
	padding: 0 5px;
	border-radius: 5px;
	z-index: 1;
	bottom: -10px;
	left: 50%;
	font-size: 0.75rem;
	font-weight: 600;
	transform: translateX(-50%);
}



div.scrollmenu > a:active, div.scrollmenu > a:focus{
	outline: none;
}

div.scrollmenu a#pm {
  background-color: #5AB464;
  color:#fff;
}

/*
div.scrollmenu a:hover {
  background-color: #777;
}
*/

#div-vtm{
	margin-bottom:20px;
}

.new-badge {
	background-color: #D44212;
	padding: 3px 8px;
	border-radius: 12px;
	border: 0;
	font-size: 10px;
  line-height: 14px;
	margin-left: 8px;
	margin-top: -2px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}