/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(plugins/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}body {
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-size: 16px;
}

a {
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

a:hover {
	text-decoration: none;
}

dl,
ol,
ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form-control {
	border-color: #ddd;
}

.rotulos{
	margin-bottom: 10px;
}

#desc-pague{
margin-top: 30px;
position: relative;
}

#desc-pague:before{
	background-color: #DFDFDF;
	width: 1px;
	height: 100%;
	right: 13px;
	top: 0;
	content: '';
	position: absolute;

}

#desc-pague .botao{
	margin-top: 20px;
	width: 140px;
	font-size: 14px;
}

.valor-boleto{
	margin-top: 30px;
}
.valor-boleto span{
	display: block;
	margin-top: 71px;
}

.valor-cartao{
	margin-top: 30px;
}
.valor-cartao span{
	display: block;
	margin-top: 51px;
}



.form-control:focus,
.custom-select:focus {
	border-color: #ea6118;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(234, 97, 24, .25);
}

.custom-control-input:focus~.custom-control-label::before,
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #ea6118;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(234, 97, 24, .25);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	border-color: #eee;
	background: #eee;
}

#banner-capa .img-mobile {
	display: none;
}

.fa-check {
	color: #DC611D;
	margin-right: 5px;
}

.navbar-nav {
	margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #DC611D;
}

.navbar-light .botao {
	width: 190px;
}

.form-control {
	height: 44px;
}

.custom-select {
	width: 100%;
	height: 44px;
}

.botao {
	background: rgb(243, 144, 42);
	background: -moz-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: linear-gradient(to right, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3902a', endColorstr='#e95c16', GradientType=1);
	color: #fff;
	font-weight: bold;
	width: 280px;
	display: block;
	padding: 15px 0;
	text-align: center;
	padding: 12px 0;
	border-radius: 8px;
}

.botao:hover {
	background: rgb(233, 92, 22);
	background: -moz-linear-gradient(left, rgba(233, 92, 22, 1) 0%, rgba(233, 92, 22, 1) 43%, rgba(243, 144, 42, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(233, 92, 22, 1) 0%, rgba(233, 92, 22, 1) 43%, rgba(243, 144, 42, 1) 100%);
	background: linear-gradient(to right, rgba(233, 92, 22, 1) 0%, rgba(233, 92, 22, 1) 43%, rgba(243, 144, 42, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e95c16', endColorstr='#f3902a', GradientType=1);
	color: #fff;
	text-decoration: none;
}

#bandeiras-cartoes {
	padding: 40px 0;
}

.mini-title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.title-box {
	text-align: center;
	margin-bottom: 20px;
}

.title-box strong {
	font-weight: 600;
	background-color: #fff;
	padding: 10px;
	position: relative;
	z-index: 22;
}

.title-box::after {
	content: " ";
	background-color: #DFDFDF;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	top: -12px;
}

.col-bandeiras {
	text-align: center;
	padding: 0 20px;
}

.col-bandeiras img {
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}

#diferenciais {
	padding-top: 50px;
	padding-bottom: 80px;
}

#solucoes h2 br {
	display: none;
}

#diferenciais .title-home {
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
}

.sombra-box {
	-webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.2);
}

.box-diferenciais {
	height: 378px;
	text-align: center;
	padding: 0 21px;
}

.box-diferenciais h3 {
	font-size: 23px;
	margin-bottom: 15px;
}

.box-diferenciais img {
	margin-top: 75px;
	margin-bottom: 10px;
}

#secao-calculadora {
	background-color: #EEEEEE;
	padding: 50px 0;
}

.box-calculadora {
	background-color: #fff;
	height: 400px;
	text-align: center;
	padding: 0 20px;
}

#secao-calculadora .title-home {
	text-align: center;
	margin-bottom: 40px;
}

.numero {
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: 600;
}

.numero-menor {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
}

.box-calculadora .botao {
	width: 280px;
	margin: 0 auto;
}

.box-calculadora .title-box {
	font-size: 25px;
	padding-top: 30px;
}

.box-calculadora .title-box::after {
	top: -16px;
}

.title-laranja {
	font-weight: 600;
	color: #DC611D;
	font-size: 23px;
}

.box-calculadora h3,
.box-calculadora h4 {
	margin: 0;
	padding: 0;
}

.primeiro-box .numero {
	margin-top: 6px;
}

#secao-calculadora .mini-title {
	margin-top: 50px;
}

.box-calculadora2 {
	background-color: #fff;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	height: 330px;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #DC611D!important;
	background-color: #DC611D!important;
}

.box-calculadora2 form {
	margin-top: 20px;
}

.box-calculadora2 .title-box {
	font-size: 25px;
}

.box-calculadora2 .title-box::after {
	top: -16px;
}

.col-md-4 .box-calculadora2 {
	text-align: center;
}

.col-md-4 .box-calculadora2 .numero {
	color: #DC611D;
}

.col-md-4 .box-calculadora2 .numero small {
	font-weight: 600;
	font-size: 23px;
	position: relative;
	top: -5px;
}

.preco-laranja {
	color: #DC611D;
}

#preco-maquinas {
	background: rgb(243, 144, 42);
	background: -moz-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: linear-gradient(to right, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3902a', endColorstr='#e95c16', GradientType=1);
	padding: 30px 0;
}

#preco-maquinas .inner {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa63a+0,e57617+100 */
	background: rgb(255, 166, 58);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(255, 166, 58, 1) 0%, rgba(229, 118, 23, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 166, 58, 1) 0%, rgba(229, 118, 23, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 166, 58, 1) 0%, rgba(229, 118, 23, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffa63a', endColorstr='#e57617', GradientType=1);
	/* IE6-9 */
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 10px;
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}

.carousel-maquinas h2 {
	font-size: 40px;
	margin-top: 160px;
}

.carousel-maquinas p {
	font-size: 20px;
}

.box-preco {
	background: #fff;
	color: #666666;
	text-align: center;
	border-radius: 4px;
	padding: 50px 0;
	margin-top: 20px;
}

.preco-12 {
	color: #DC611D;
	font-weight: 600;
}

.preco-12 span {
	margin: 0 3px;
}

.preco-12 .span3 {
	font-size: 77px;
	line-height: 58px;
}

.preco-12 .span1 {
	font-size: 40px;
}

.preco-12 .span2,
.preco-12 .span4 {
	font-size: 26px;
}

.preco-12 .span1,
.preco-12 .span2,
.preco-12 .span4 {
	position: relative;
	top: -10px;
}

.avista {
	font-weight: 600;
	font-size: 22px;
}

.box-preco p {
	font-size: 16px;
}

.box-preco i {
	color: #DC611D;
	margin-right: 5px;
}

.box-preco ul {
	margin: 0;
	padding: 0;
	text-align: left;
	padding: 0 50px;
}

.box-preco li {
	list-style: none;
	font-size: 15px;
	margin: 15px 0;
}

.box-preco .botao {
	width: 280px;
	margin: 0 auto;
}

#conta-home {
	padding: 50px 0;
}

#conta-home .title-home {
	text-align: center;
	margin-bottom: 40px;
}

.conta-pre-box {
	text-align: center;
	padding: 0px 40px;
}

.conta-pre-box .title-box {
	font-size: 25px;
	padding-top: 30px;
}

.conta-pre-box .title-box::after {
	top: -16px;
}

.conta-pre-box p {
	font-size: 18px;
}

.icone-container {
	height: 90px;
}

.code-icon {
	position: relative;
	top: 13px;
}

#maquina-conta {
	margin-top: 50px;
}

#maquina-conta h2 {
	font-weight: bold;
	font-size: 45px;
	margin-top: 20px;
}

#maquina-conta h6 {
	font-weight: bold;
	font-size: 22px;
	margin: 30px 0;
}

.col-icon {
	text-align: center;
}

.col-icon p {
	line-height: 20px;
	margin-top: 15px;
}

#ultima-secao {
	background-color: #EEEEEE;
	padding: 60px 0;
}

#ultima-secao h2 {
	font-size: 45px;
	font-weight: bold;
	line-height: 53px;
}

#ultima-secao p {
	font-size: 20px;
}

#ultima-secao .botao {
	width: 300px;
	padding: 12px 0;
	font-size: 18px;
}

#rodape {
	padding-top: 40px;
}

#rodape p {
	font-size: 15px;
}

#footer-top {
	padding-bottom: 30px;
}

.title-footer {
	font-size: 34px;
	text-align: center;
	line-height: 43px;
	margin-bottom: 45px;
}

.phone-footer {
	font-weight: 600;
	font-size: 22px;
	color: #666;
}

.phone-footer:hover {
	color: #F28A28;
}

#phone h6 {
	margin: 0;
}

h4 {
	font-weight: 600;
	font-size: 26px;
	color: #E95B16
}

.stroke-bt {
	color: #E95A15;
	border-radius: 8px;
	border: 2px solid #E95B16;
	padding: 10px 20px;
	font-weight: 600;
	display: block;
	text-align: center;
	width: 224px
}

.stroke-bt:hover {
	background-color: #E95B16;
	border-color: #E95B16;
	color: #fff;
}

.linha-footer {
	width: 1px;
	background-color: #DFDFDF;
	height: 180px;
	margin: 0 auto;
}

.ajuste-p {
	margin-top: 40px;
}

#footer-baixo {
	border-top: 1px solid #DFDFDF;
	padding: 24px 0;
}

.site-map a {
	color: #666666;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}

.social-icon {
	background-color: #949494;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 24px;
	width: 34px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 10px;
}

.social-icon:hover {
	background-color: #E95B16;
	color: #fff;
}

#footer-baixo .copy {
	border-top: 1px solid #DFDFDF;
	text-align: center;
	padding-top: 32px;
}

.item-phone {
	margin-right: 15px;
}

#title-interna {
	background: rgb(243, 144, 42);
	background: -moz-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: linear-gradient(to right, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3902a', endColorstr='#e95c16', GradientType=1);
	color: #fff;
	padding: 200px 0;
	text-align: center;
	padding: 70px 0;
	position: relative;
	margin-bottom: 50px;
}

#title-interna h3 {
	font-size: 54px;
	z-index: 22;
	position: relative;
}

#title-interna #bg {
	position: absolute;
	background-image: url("images/bg.png");
	height: 100%;
	background-position: right;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
}

#quem-content .botao {
	width: 224px;
	width: 280px;
	margin-top: 20px;
}

.content-interna hr {
	margin-bottom: 0;
	margin-top: 50px;
}

#quem-content h3 {
	font-size: 23px;
}

.itens-icons {
	margin-top: 70px;
}

.itens-icons li {
	list-style: none;
	padding: 15px 0;
	float: left;
	width: 100%;
	position: relative;
}

.itens-icons span {
	width: 70%;
}

.itens-icons .icon-solucoes {
	width: 30%;
}

.itens-icons .icon-solucoes img {
	position: absolute;
	right: 0;
}

.icone-bateria {
	top: 5px;
	width: 20px;
}

.icone-touch {
	top: 9px;
	width: 41px;
}

#solucoes h2,
#cartao-content h2 {
	text-align: center;
	font-size: 30px;
}

#solucoes h6,
#cartao-content h6 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 50px;
}

.lista-check-solucoes {
	margin: 10px 0;
	padding: 0;
}

.lista-check-solucoes li {
	list-style: none;
	margin: 10px 0;
}

.lista-check-solucoes li i {
	color: #DC611D;
	margin-right: 5px;
}

.item-solucoes {
	padding: 50px 0;
}

.item-solucoes .botao {
	width: 280px;
	margin-top: 15px;
	;
}

.item-solucoes h5 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.item-solucoes h3 {
	font-weight: bold;
	font-size: 25px;
}

.item-solucoes.sem-bobina-gprs {
	background-color: #EEEEEE;
	padding: 50px;
	margin: 70px 0;
}

#banner-footer {
	background: rgb(243, 144, 42);
	background: -moz-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: linear-gradient(to right, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3902a', endColorstr='#e95c16', GradientType=1);
	color: #fff;
	padding-top: 50px;
	padding-bottom: 40px;
}

#banner-footer .fa-check {
	color: #fff;
}

#banner-footer h3 {
	text-align: center;
	font-size: 35px;
}

#banner-footer ul li {
	list-style: none;
	font-size: 15px;
	margin-bottom: 15px;
}

#banner-footer h3 {
	margin-bottom: 40px;
}

#banner-footer .botao {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	color: #EA7F1D;
	margin-top: 20px;
}

#banner-footer .botao:hover {
	background: #FFA84A;
	color: #fff;
}

#beneficios-content h3 {
	font-size: 20px;
	font-weight: 600;
}

#beneficios-content h6 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 20px;
	;
}

#beneficios-content h2 {
	font-weight: bold;
	font-size: 45px;
}

#beneficios-content li {
	margin: 15px 0;
}

#app-time-pay .botao {
	margin-bottom: 5px;
}

#beneficios-content h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

#app-time-pay {
	background-color: #EEEEEE;
	padding: 50px;
	margin: 70px 0;
}

#banner-cartao,
#banner-portal {
	position: relative;
	padding-bottom: 246px;
}

#banner-portal {
	padding: 0!important;
}

#container-botao-portal {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	z-index: 22;
}

#container-botao-portal .botao {
	margin: 0 auto;
}

#banner-cartao img,
#banner-portal img {
	position: relative;
}

#banner-cartao #bg,
#banner-portal #bg {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #EEEEEE;
}

#banner-cartao h2,
#banner-portal h2 {
	position: relative;
	z-index: 222;
	padding-bottom: 10px;
}

#banner-cartao #container-cartao {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 22;
	width: 100%;
}

#banner-cartao #container-cartao img {
	width: 450px;
	margin: 0 auto;
	display: block;
}

#confira-conta #cartao-inclinado {
	width: 500px;
	margin: 0 auto;
	display: block;
}

.item-confira {
	background-color: #EEEEEE;
	padding: 80px 0;
	margin-bottom: 200px;
}

.item-confira .botao {
	width: 200px;
}

#cartao-content .item-confira h2 {
	font-size: 35px;
	text-align: left;
	font-weight: 600;
}

#cartao-content .item-confira img {
	position: absolute;
	width: 90%;
}

#vantagens-portal h2 {
	font-weight: bold;
	font-size: 45px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.item-portal {
	min-height: 160px;
}

.item-portal h3 {
	font-weight: 600;
	font-size: 33px;
	margin-bottom: 15px;
}

.banner-footer2 {
	background: rgb(243, 144, 42);
	background: -moz-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	background: linear-gradient(to right, rgba(243, 144, 42, 1) 0%, rgba(233, 92, 22, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3902a', endColorstr='#e95c16', GradientType=1);
	color: #fff;
	text-align: center;
	padding: 50px 0;
	margin-top: 30px;
}

.banner-footer2 h3 {
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 10px;
}

.banner-footer2 .botao:hover {
	background: #FFA84A;
	color: #fff;
}

.banner-footer2 .botao {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	color: #EA7F1D;
	margin-top: 20px;
}

.banner-footer2 p {
	font-size: 20px;
	line-height: 25px;
}

#banner-capa {
	position: relative;
}

#banner-capa.owl-theme .owl-nav [class*="owl-"] {
	background: #ddd;
	top: 40%;
	position: absolute;
	font-size: 22px;
	padding: 8px 14px;
}

#banner-capa.owl-theme:hover .owl-nav [class*="owl-"] {
	background: #E38017;
}

#banner-capa .owl-prev {
	left: 15px;
}

#banner-capa .owl-next {
	right: 15px;
}

.carousel-maquinas.owl-carousel .owl-item img {
	width: auto;
}

.carousel-maquinas.owl-theme .owl-dots .owl-dot.active span,
.carousel-maquinas.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
}

.carousel-maquinas.owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 1px solid #fff;
}

.modal-footer .btn {
	border-color: #DC611D;
	background-color: #DC611D;
}

.modal-body .botao {
	border: 0;
}

.modal-title {
	font-weight: normal!important;
	color: #fff;
}

.modal-content {
	border: 0!important;
}

.modal-header {
	border: 0!important;
	background-color: #F3902A;
}

.modal-body {
	padding: 50px !important;
}

.close {
	font-size: 39px;
}

.legal-text{
	padding-top: 20px;
    font-size: 10px;
}

@media screen and (min-width:992px) {
	.container {
		max-width: 1320px!important;
	}
	#cartao img {
		position: relative;
		left: -20px;
	}
}

@media screen and (max-width:768px) {
	.icone-bateria {
		top: 23px;
		width: 20px;
	}
	.icone-permance {
		top: 40px;
		width: 30px;
	}
	#app-time-pay .mr-2 {
		margin-bottom: 5px;
	}
	#quem-content img {
		width: 100%;
		margin-bottom: 10px;
	}
	#quem-content h3 {
		font-size: 21px;
	}
	.banner-footer2 h3 {
		font-size: 30px;
	}
	.banner-footer2 p {
		font-size: 18px;
	}
	#vantagens-portal h2 {
		font-size: 37px;
	}
	.item-portal h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	#title-interna #bg {
		background-position-x: 2rem;
	}
	.item-portal {
		min-height: auto;
		margin-bottom: 10px;
	}
	#banner-footer h3 br {
		display: none;
	}
	#app-time-pay .botao,
	#cartao .botao {
		margin-bottom: 5px;
		width: 224px;
	}
	#topo .botao {
		padding: 10px 0;
		width: 160px;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.social-media .social-icon {
		margin-bottom: 5px;
	}
	#secao-calculadora .title-home {
		margin: 0;
	}
	#conta-home .title-home {
		margin: 0;
	}
	#maquina-conta h2,
	#ultima-secao h2 {
		font-size: 33px;
		line-height: 33px;
	}
	.title-footer {
		font-size: 30px;
	}
	.stroke-bt {
		width: 100%;
	}
	#banner-capa .img-mobile {
		display: block;
	}
	#banner-capa .img-desk {
		display: none;
	}
	.carousel-maquinas.owl-carousel .owl-item img {
		margin: 0 auto;
		height: 400px;
	}
	.carousel-maquinas h2 {
		text-align: center;
	}
	.carousel-maquinas p {
		text-align: center;
	}
	.maquina-cartao img {
		margin: 0 auto;
		display: block;
		height: 400px;
	}
	.conta-pre-box {
		padding: 0;
	}
	.title-box::after {
		display: none;
	}
	.navbar-light .navbar-nav .nav-link {
		margin-left: 0;
		margin-right: 0;
		padding: 8px 0;
		border-bottom: 1px solid #eee;
	}
	.owl-item .col-md-3 {
		max-width: 100%;
	}
	.col-bandeiras img {
		margin-bottom: 15px;
	}
	#diferenciais .owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #FFA63A;
	}
	#diferenciais {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.box-diferenciais {
		margin-bottom: 30px;
		height: 204px;
		box-shadow: none;
	}
	.box-diferenciais img {
		height: 60px;
		margin-top: 0;
	}
	#banner-cartao #container-cartao img {
		width: 355px;
	}
	.carousel-maquinas h2 {
		margin: 0;
	}
	#cartao-content h2 br {
		display: none;
	}
	.primeiro-box .numero {
		margin-top: 0;
	}
	.box-calculadora {
		margin-top: 10px;
		height: auto;
		padding: 30px 20px;
	}
	.box-calculadora .title-box {
		padding-top: 0;
	}
	.box-calculadora2 {
		text-align: center;
		margin-top: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
		height: auto;
	}
}

@media screen and (max-width:450px) {

	.dados-cartao{
		text-align: center;
	}

	.valor-boleto span, .valor-cartao span{
		margin-top: 0;
	}
	.rotulos{
		text-align: center;
	}


	.valor-boleto, .valor-cartao {
		text-align: center;
		margin-top: 5px;
	}



	.img-boleto{
		display: block;
		margin: 0 auto;

	}

	#desc-pague .botao {
		margin-top: 10px;
	
	}

	#desc-pague{
		margin-top: 0;
	}
	#desc-pague::before{
		display: none;
	}
	#solucoes h2 br {
		display: inline;
	}
	.icone-bateria {
		top: 17px;
		width: 17px;
	}
	.icone-permance {
		top: 21px;
		width: 30px;
	}
	.icone-aproximacao {
		top: 21px;
		width: 20px;
	}
	.icone-touch {
		top: 22px;
		width: 34px;
	}
	.social-media .social-icon {
		margin-bottom: 0px;
	}
	#bandeiras-cartoes {
		padding-bottom: 20px;
	}
	.banner-footer2 br {
		display: none;
	}
	#app-time-pay img {
		display: block;
		margin-left: auto;
		margin-right: auto!important;
	}
	#vantagens-portal h2 {
		margin-bottom: 20px;
	}
	.item-portal h3 {
		text-align: center;
		font-size: 20px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	#banner-cartao #bg,
	#banner-portal #bg {
		height: 216px;
	}
	.item-portal img {
		height: 80px;
	}
	.item-portal p {
		text-align: center;
	}
	#conta-home {
		padding: 30px 0;
	}
	.box-calculadora2 .title-box {
		padding-top: 20px;
	}
	.conta-pre-box .title-box {
		font-size: 18px;
		padding-top: 20px;
	}
	.carousel-diferenciais {
		margin: 0;
	}
	.code-icon {
		top: 0;
	}
	.icone-container {
		height: auto;
	}
	#maquina-conta {
		margin-top: 20px;
	}
	.box-diferenciais {
		padding: 0;
	}
	#cartao-content .item-confira img {
		position: inherit;
	}
	.item-confira {
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	#banner-cartao #bg,
	#banner-portal #bg {
		top: -30px;
	}
	#beneficios-content h2 {
		font-size: 25px;
	}
	#beneficios-content h6 {
		font-size: 20px;
	}
	.box-calculadora {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
		height: auto;
		box-shadow: none;
	}
	.box-calculadora2 {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
		height: auto;
		box-shadow: none;
	}
	.box-calculadora h3,
	.box-calculadora h4 {
		font-size: 20px;
	}
	.title-box::after {
		display: none;
	}
	.box-calculadora2 {
		padding-top: 30px;
	}
	.box-calculadora2.ajuste-mobile {
		padding-top: 0!important;
		padding-bottom: 30px!important;
	}
	#app-time-pay {
		padding: 20px 0;
		margin: 30px 0;
	}
	#app-time-pay img {
		margin-bottom: 5px;
	}
	#app-time-pay img {
		width: 180px;
		margin-bottom: 10px;
	}
	#conta-digital .botao {
		margin-bottom: 20px;
	}
	#banner-footer .botao {
		margin: 0;
	}
	#banner-footer h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#solucoes h2,
	#cartao-content h2 {
		font-size: 22px;
	}
	#banner-footer h3 br {
		display: none;
	}
	#solucoes h6,
	#cartao-content h6 {
		margin-bottom: 20px;
	}
	.item-confira .botao {
		margin: 15px auto;
	}
	.item-solucoes.sem-bobina-gprs {
		margin: 30px 0;
	}
	#cartao-content .item-confira h2 {
		font-size: 25px;
	}
	.banner-footer2 .botao {
		margin-top: 10px;
	}
	.banner-footer2 {
		padding: 20px 0;
	}
	.banner-footer2 h3 {
		font-size: 28px;
	}
	.item-solucoes.sem-bobina-gprs .botao {
		margin-bottom: 20px;
	}
	.item-solucoes .col-md-4 img {
		width: 180px;
		margin-bottom: 0px;
	}
	#banner-footer {
		margin-top: 30px;
	}
	.item-solucoes.sem-bobina-gprs {
		padding: 20px 0;
	}
	.botao {
		width: 220px;
		margin: 0 auto;
	}
	.item-solucoes .botao {
		width: 100%;
	}
	.itens-icons {
		margin-top: 15px;
	}
	.item-solucoes {
		padding: 0;
	}
	#foto-quem img {
		margin-bottom: 15px;
	}
	#banner-cartao #container-cartao img {
		width: 264px;
	}
	#banner-cartao {
		padding-bottom: 198px;
	}
	.box-diferenciais img {
		margin-top: 0;
		height: 60px;
	}
	#title-interna {
		margin-bottom: 30px;
	}
	.content-interna hr {
		margin-top: 30px;
	}
	#title-interna #bg {
		background-position-x: -113px!important;
		background-size: cover;
		background-position-x: 20px !important;
	}
	#title-interna {
		padding: 15px 0;
	}
	#title-interna h3 {
		font-size: 30px;
		z-index: 22;
		position: relative;
	}
	.box-diferenciais p {
		margin: 00;
	}
	.box-diferenciais {
		height: auto;
		padding: 0px 20px;
	}
	.box-diferenciais h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.box-diferenciais {
		margin-bottom: 15px;
	}
	.navbar-nav {
		margin: 0;
	}
	body {
		font-size: 15px;
	}
	#secao-calculadora .title-home {
		margin-bottom: 15px;
		font-size: 21px;
	}
	.mini-title {
		font-size: 21px;
	}
	.box-calculadora .botao,
	.box-preco .botao {
		width: 224px;
	}
	#bandeiras-cartoes .mini-title {
		margin: 0;
	}
	.box-calculadora2 {
		height: auto;
		text-align: left;
		padding-left: 30px;
		padding-right: 30px;
	}
	#secao-calculadora {
		padding: 30px 0;
	}
	#diferenciais {
		padding-bottom: 30px;
	}
	#preco-maquinas {
		padding: 0;
	}
	.box-preco ul {
		padding: 0 30px;
	}
	#preco-maquinas .inner {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 15px;
		background: transparent!important;
	}
	#ultima-secao .botao {
		width: 224px;
		padding: 12px 0;
		margin: 0 auto;
	}
	#ultima-secao h2 {
		font-size: 21px;
		line-height: 25px;
		text-align: center;
	}
	#ultima-secao {
		padding: 30px 0;
	}
	#rodape h4 {
		font-size: 20px;
	}
	#footer-top .col-md-1 {
		display: none;
	}
	#footer-top {
		padding-bottom: 30px;
	}
	#footer-baixo {
		border-top: 1px solid #DFDFDF;
		padding: 30px 0;
	}
	.carousel-maquinas h2 {
		margin-top: 10px!important;
	}
	.box-calculadora2 form {
		margin-top: 0;
	}
	.ajuste-p {
		margin-top: 20px;
	}
	#phone {
		margin-bottom: 10px;
	}
	.item-phone {
		margin: 3px 0;
	}
	.title-footer {
		font-size: 21px;
		line-height: 28px;
		text-align: left;
		margin-bottom: 10px;
	}
	#ultima-secao p {
		font-size: 16px;
		text-align: center;
	}
	.site-map a {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.title-footer br {
		display: none;
	}
	#footer-baixo .copy {
		margin-top: 20px;
		padding-top: 20px;
	}
	.stroke-bt {
		width: 224px;
	}
	#conta-home .title-home {
		margin: 0;
		font-size: 24px;
	}
	.conta-pre-box {
		padding: 0;
	}
	.conta-pre-box p {
		font-size: 16px;
	}
	#maquina-conta h2 {
		font-size: 25px;
		text-align: center;
		margin-top: 30px;
	}
	#maquina-conta p {
		text-align: center;
	}
	.col-bandeiras img {
		width: 52px;
	}
	.col-bandeiras .title-box {
		margin-top: 20px;
	}
	#diferenciais {
		padding-top: 0;
	}
	#diferenciais .title-home {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.title-laranja {
		font-size: 20px;
	}
	.numero {
		font-size: 30px;
	}
	.carousel-maquinas h2 {
		font-size: 21px;
		margin-bottom: 10px;
		text-align: center;
	}
	.carousel-maquinas p {
		font-size: 16px;
		text-align: center;
	}
	.box-preco {
		margin: 0;
	}
	.preco-12 .span1 {
		font-size: 20px;
	}
	.preco-12 .span3 {
		font-size: 58px;
	}
	.item-solucoes h3 {
		font-size: 21px;
	}
	.item-carousel img {
		height: 269px;
		margin: 0 auto;
		display: block;
	}
	.conta-pre-box img {
		height: 60px;
		margin-bottom: 10px;
	}
	#maquina-conta .maquina-cartao img {
		height: 269px;
		margin: 0 auto;
		display: block;
	}
	#maquina-conta h6 {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
	}
}