body {
	overflow-x: hidden;
}

a:hover, a.btn-link {
	text-decoration: none !important;
}

.custom-template {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -325px;
	width: 325px;
	height: max-content;
	display: block;
	z-index: 1;
	background: #ffffff;
	transition: all .3s;
	z-index: 1003;
	box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .5s;
}

.custom-template.open {
	right: 0px;
}
.ms-container {
	width: 100%;
}
.custom-template .custom-toggle {
	position: absolute;
	width: 45px;
	height: 45px;
	background: rgb(88, 103, 221);
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #177dff;
	cursor: pointer;
	color: #ffffff;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
	font-size: 20px;
	animation: 1.3s spin linear infinite;
}

.custom-template .title {
	padding: 15px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	border-top-left-radius: 5px;
	border-bottom: 1px solid #ebedf2;
	background: #5867dd;
}

.custom-template .custom-content {
	padding: 20px 15px;
	max-height: calc(100vh - 90px);
	overflow: auto;
}

.custom-template .switcher {
	padding: 5px 0;
}

.custom-template .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.custom-template .btnSwitch {
	margin-top: 20px;
	margin-bottom: 25px;
}

.custom-template .btnSwitch button {
	border: 0px;
	height: 20px;
	width: 20px;
	outline: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #eee;
	position: relative;
	transition: all .2s;
}

.custom-template .btnSwitch button:hover {
	border-color: #0bf;
}

.custom-template .btnSwitch button.selected {
	border-color: #0bf;
}

.custom-template .img-pick {
	padding: 4px;
	min-height: 100px;
	border-radius: 5px;
	cursor: pointer;
}

.custom-template .img-pick img {
	height: 100%;
	height: 100px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid transparent;
}

.custom-template .img-pick:hover img, .custom-template .img-pick.active img {
	border-color: #177dff;
}

.demo .btn, .demo .progress {
	margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label {
	margin-right: 15px;
}

.demo .toggle, .demo .btn-group {
	margin-right: 15px;
}

.demo #slider {
	margin-bottom: 15px;
}

.table-typo tbody > tr > td {
	border-color: #fafafa;
}

.table-typo tbody > tr > td:first-child {
	min-width: 200px;
	vertical-align: bottom;
}

.table-typo tbody > tr > td:first-child p {
	font-size: 14px;
	color: #333;
}

.demo-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	transition: all .2s;
}

.demo-icon:hover {
	background-color: #f4f5f8;
	border-radius: 3px;
}

.demo-icon .icon-preview {
	font-size: 1.8rem;
	margin-right: 10px;
	line-height: 1;
	color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
	color: #969696;
}

.demo-icon .icon-class {
	font-weight: 300;
	font-size: 13px;
	color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
	color: #a9a8a8;
}

.form-show-notify .form-control {
	margin-bottom: 15px;
}

.form-show-notify label {
	padding-top: 0.65rem;
}

.map-demo {
	height: 300px;
}

#instructions li {
	padding: 5px 0;
}

.row-demo-grid {
	margin-bottom: 15px;
}

.row-demo-grid [class^="col"] {
	text-align: center;
}

.row-demo-grid [class^="col"] .card-body {
	background: #ddd;
}

.btnSwitch button[data-color="white"] {
	background-color: #fff;
}

.btnSwitch button[data-color="grey"] {
	background-color: #f1f1f1;
}

.btnSwitch button[data-color="black"] {
	background-color: #191919;
}

.btnSwitch button[data-color="dark"] {
	background-color: #1a2035;
}

.btnSwitch button[data-color="blue"] {
	background-color: #177dff;
}

.btnSwitch button[data-color="purple"] {
	background-color: #716aca;
}

.btnSwitch button[data-color="light-blue"] {
	background-color: #36a3f7;
}

.btnSwitch button[data-color="green"] {
	background-color: #35cd3a;
}

.btnSwitch button[data-color="orange"] {
	background-color: #ffa534;
}

.btnSwitch button[data-color="red"] {
	background-color: #f3545d;
}

.btnSwitch button[data-color="dark2"] {
	background-color: #1f283e;
}

.btnSwitch button[data-color="blue2"] {
	background-color: #1872e4;
}

.btnSwitch button[data-color="purple2"] {
	background-color: #6761b5;
}

.btnSwitch button[data-color="light-blue2"] {
	background-color: #3393dd;
}

.btnSwitch button[data-color="green2"] {
	background-color: #33b837;
}

.btnSwitch button[data-color="orange2"] {
	background-color: #fb9515;
}

.btnSwitch button[data-color="red2"] {
	background-color: #ea4d56;
}

.btnSwitch button[data-color="bg1"] {
	background-color: #fafafa;
}

.btnSwitch button[data-color="bg2"] {
	background-color: #fff;
}

.btnSwitch button[data-color="bg3"] {
	background-color: #f1f1f1;
}

/* HELPERS */
.text-small {
	font-size: 10px !important;
}

.btn-facebook {
	background-color: rgb(58, 89, 152);
	border-color: rgb(58, 89, 152);
	color: #FFFFFF;
}

.btn-facebook:hover {
	color: #FFFFFF;
}

.div-separator {
	position: relative;
	border: 1px solid rgb(242, 242, 242);
	margin: 35px 0;
}

.div-separator span.inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -55%);
	-moz-transform: translate(-50%, -55%);
	-ms-transform: translate(-50%, -55%);
	-o-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
	background: #FFFFFF;
	padding: 8px;
	color: #999999;
}

.subname {
	font-size: 10px;
	margin-top: -2px;
	color: #F7F7F7;
	display: block;
}

.font-20 {
	font-size: 20px;
}

.font-10 {
	font-size: 10px !important;
}

.font-15 {
	font-size: 15px !important;
}

.font-16 {
	font-size: 16px !important;
}

.hidden-elem {
	display: none !important;
}

.info-text.font-15 {
	margin-top: -10px !important;
}

.invisible {
	visibility: hidden;
}

.icon-sango {
	width: 14px;
	height: 14px;
	background: url('../images/moedas/icone_sango_black.png') no-repeat center center / contain;
	display: inline-block;
	margin-bottom: -2px;
}

.icon-moeda {
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
	display: inline-block;
	margin-bottom: -2px;
}

.navbar .icon-sango {
	margin-bottom: 2px;
}

.icon-sango-grey {
	background: url('../images/moedas/icone_sango_light_grey.png') no-repeat center center / contain;
}

.icon-sango-success {
	background: url('../images/moedas/icone_sango_success.png') no-repeat center center / contain;
}

.icon-sango-danger {
	background: url('../images/moedas/icone_sango_danger.png') no-repeat center center / contain;
}

.icon-sango-warning {
	background: url('../images/moedas/icone_sango_warning.png') no-repeat center center / contain;
}

.icon-sango-primary {
	background: url('../images/moedas/icone_sango_primary.png') no-repeat center center / contain;
}

.icon-sango-yellow {
	background: url('../images/moedas/icone_sango_yellow.png') no-repeat center center / contain;
}

.icon-sango-white {
	background: url('../images/moedas/icone_sango_white.png') no-repeat center center / contain;
}

.bg-danger .icon-sango {
	background: url('../images/moedas/icone_sango_white.png') no-repeat center center / contain !important;
}

.icon-36 {
	width: 36px;
	height: 36px;
	margin-bottom: -4px;
}

.icon-26 {
	width: 26px;
	height: 26px;
	margin-bottom: -4px;
}

.icon-20 {
	width: 20px;
	height: 20px;
	margin-bottom: -4px;
}

.icon-16 {
	width: 16px;
	height: 16px;
	margin-bottom: -4px;
}

.icon-18 {
	width: 18px;
	height: 18px;
	margin-bottom: -4px;
}

.text-strike {
	text-decoration: line-through;
}

.no-click {
	cursor: not-allowed;
}

.no-click.disabled {

}

.no-click.disabled:hover {
	border: 1px solid rgba(0, 40, 100, .12) !important;
	background: transparent !important;
}

.nav-item.saldo-sango .nav-link {
	font-size: 14px !important;
}

.nav-item.saldo-sango .dropdown button {

}

.get-payment-type[aria-expanded="true"] {
	background: #2675AB;
	color: #FFFFFF;
}

/**
 * Página de Busca
 */

#filter-search {
	color: #111111;
}

#filter-search h1 {
	width: 100%;
	padding: 12px 0;
	margin: 0 0 20px 0;
	background: #158945;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 400;
}

#filter-search .form-check {
	padding: 0;
}

#filter-search small {
	font-size: 12px;
	color: #666666;
	float: right;
}

.box-search a {
	color: #575962;
	text-decoration: none;
}

/* CUSTOM */
.alert p {
	margin-bottom: 0;
}

.login-form label.error {
	white-space: normal;
}

.logo-header .logo .navbar-brand {
	width: 100%;
	margin-top: 15px;
}

body.login {
	background: url('../images/bg-login.jpg') no-repeat bottom center / cover;
}

.login .wrapper.wrapper-login {
	padding-top: 110px !important;
}

.login .wrapper.wrapper-login .main-header {
	top: 0;
}

.login .wrapper.wrapper-login .container-login, .login .wrapper.wrapper-login .container-signup {
	padding: 30px 25px;
	width: 450px;
}

.login .wrapper.wrapper-login .container-login .text-small, .login .wrapper.wrapper-login .container-signup .text-small {
	margin-top: 2rem;
	margin-bottom: -20px;
}

.btn:not(.btn-sm), .btn:not(.btn-xs) {
	font-size: 15px;
}

.btn-label {
	margin-right: 10px;
}

.icon-alert {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon-alert ~ .text-alert {
	margin-left: 60px;
	width: calc(100% - 2rem);
	display: inline-block;
}

.box-prazo {
	display: none;
}

.main-panel > .content {
	overflow: inherit;
}

.main-header {
	min-height: 50px;
}

.classic-wrapper .main-header .logo-header, .login .wrapper.wrapper-login .main-header .logo-header {
	width: 330px;
	height: 80px;
	padding-right: 0;
	padding-left: 40px;
}

.classic-wrapper .main-header .logo-header .logo1 {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-header .navbar-header {
	min-height: 90px;
}

.classic-wrapper .classic-grid {
	padding-top: 20px;
}

.wizard-container .wizard-menu .moving-tab, .wizard-container .wizard-menu li a {
	font-size: 13px;
}

.wizard-action .disabled {
	display: none !important;
}

.input-file ~ span {
	display: block;
	width: 85%;
	font-size: 10px;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 10px;
}

.bg-image {
	background-position: center;
	background-size: contain !important;
	background-repeat: no-repeat;
	width: 130px;
	height: 130px;
	display: block;
}

.avatar-img {
	object-fit: contain;
	-o-object-fit: contain;
}

.timeline-heading .bg-image {
	width: 100px;
	height: 100px;
}

.image-oferta-main .bg-image {
	width: 100%;
	height: 300px;
	display: block;
}

.list-group-messages .list-group-item.unread .list-group-item-title {
	font-weight: 700;
}

.list-group-item-text a {
	color: #686f76;
}

.message-notif-scroll .notif-content.text-dark, .notifications-notif-box .notif-content.text-dark {
	font-weight: 700;
	color: #000000;
}

.rating input[type="checkbox"]:checked ~ label, .rating input[type="radio"]:checked ~ label, .rating input[type="checkbox"]:checked ~ label span, .rating input[type="radio"]:checked ~ label span {
	color: #F5B619 !important;
}

.rating input + label:hover, .rating input + label:hover ~ label {
	color: #F5B619 !important;
}

.card-profile .card-body {
	padding-top: 80px !important;
}

.row-projects .inner:not(.inner-interesse) .card-body {
	min-height: 140px !important;
}

.inner .image {
	background-position: center !important;
	-webkit-background-size: cover !important;
	background-size: contain !important;
	min-height: 250px !important;
	background-repeat: no-repeat;
}

.inner .image.relation {
	min-height: 175px !important;
}

.messages-notif-box .notif-center a .notif-icon, .notif-box .notif-center a .notif-icon {
	min-width: 40px;
}

/* Oferta */
.swiper-container:not('.gallery-thumbs') {
	width: 100%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-thumbs .swiper-slide {
	background-size: cover;
	background-position: center;
	height: 150px !important;
	max-height: 150px;
}

.gallery-master {
	height: 450px;
	width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.oferta-inner h1 {
	margin-bottom: 30px;
}

.oferta-inner .price {
	font-size: 36px;
	font-weight: 500;
}

.oferta-inner .price small {
	display: block;
}

.oferta-inner .quantity {
	float: left;
	width: 65px;
	margin-right: 10px;
}

.oferta-inner button1, .oferta-inner a.btn1 {
	float: right;
	width: calc(100% - 75px);
}

.oferta-inner label {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.oferta-inner label span {
	display: block;
	margin-top: 5px;
}

.oferta-inner-tag p {
	font-size: 12px;
}

.oferta-inner-tag label, .oferta-inner-tag b {
	font-size: 12px !important;
}

.oferta-inner-tag .price {
	font-size: 18px;
}

.oferta-inner-tag label span {
	font-size: 12px;
}

.oferta-inner-tag .row-inner {
	min-height: 150px;
	position: relative;
}

.oferta-inner-tag .set-footer {
	position: absolute;
	bottom: -5px;
	width: calc(100% - 30px);
}

.oferta-inner-tag .btn {
	font-size: 13px;
	padding: 5px 13px;
}

.bootstrap-tagsinput {
	border: 1px solid #CCCCCC;
}

/* Carrinho */
.cart .card.active, .cart .card.active p, .cart .card.passed, .cart .card.passed p {
	background: #2675AB !important;
	color: #FFFFFF !important;
}

.cart .card:not(.active) .stamp, .cart .card:not(.passed) .stamp {
	background: #2675AB !important;
	color: #FFFFFF !important;
	margin-left: 7px;
}

.cart .card.active .stamp, .cart .card.passed .stamp {
	background: #FFFFFF !important;
	color: #2675AB !important;
	margin-left: 7px;
}

.cart .card h1 {
	font-size: 1.425rem;
	margin: 0;
	padding: 10px 0;
}

.cart .card p {
	font-size: 16px;
	margin: 0;
}

.cart #concluir {
	display: none;
}

.cart .card.active .stamp, .cart .card.passed .stamp {
	color: #2675AB;
	font-size: 18px;
}

.cart .card .stamp {
	font-size: 18px;
}

.cart .cart-content:not(#step-1) {

}

.cart .title-metodo, .box-solicitar .title-metodo {
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	margin-left: 5px;
}

.cart .cart-content .selectgroup-button {
	color: #555555;
}

.cart .cart-content#step-2 .selectgroup-button, .box-solicitar .selectgroup-button {
	width: 100%;
	min-height: 120px;
	color: #555555;
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	min-width: 190px;
}

.box-solicitar .selectgroup-button:hover {
	border-color: #177dff;
	z-index: 1;
	color: #177dff;
	background: rgba(23, 125, 255, .15);
}

.btn-add-cart {
	width: calc(100% - 75px);
}

.cart .cart-content#step-2 .selectgroup-button i.fa, .box-solicitar .selectgroup-button i.fa {
	font-size: 20px;
}

.cart .cart-content#step-2 .selectgroup-button span:not(.title-metodo), .box-solicitar .selectgroup-button span:not(.title-metodo) {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.cart .cart-content#step-2 .selectgroup-button i.icon-sango, .box-solicitar .selectgroup-button i.icon-sango {
	margin-bottom: -5px !important;
}

.cart .cart-content#step-2 {
	padding-top: 100px;
}

.cart .cart-content#step-2 > .row {
	margin-bottom: 90px;
}

.cart .image {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	background-position: center !important;
	-webkit-background-size: contain !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	width: 60px !important;
	min-height: 60px !important;
	display: inline-block !important;
}

.cart .selectgroup-item {
	width: 100%;
	text-align: left;
}

.cart .selectgroup-pills .selectgroup-button {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 0;
}

.cart .selectgroup-button .price {
	font-size: 18px;
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
}

.cart .selectgroup-button p {
	line-height: 13px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.cart .box-oferta .selectgroup {
	display: block;
}

.table-cart tr th {
	font-size: 18px;
	font-weight: 300;
}

.table-cart tr td {
	font-size: 18px;
}

.table-cart > tfoot > tr > td, .table-cart > tfoot > tr > th {
	font-size: 28px;
}

hr {
	margin: 30px 0;
}

/* Permutas */
.row-permutas {

}

.row-permutas .card-header {
	color: #FFFFFF;
}

.row-permutas .card-header h3 {
	margin: 0;
	padding: 0;
}

.row-permutas .card-header div {
	font-size: 16px;
	font-weight: 300;
}

.row-permutas .info-options {
	position: absolute;
	right: 30px;
	top: 0;
}

.row-permutas .info-options a {
	display: block;
}

.row-permutas .info-footer {
	position: absolute;
	right: 30px;
	bottom: 0;
}

/* Row Vouchers */
.row-vouchers {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

.row-vouchers .card-body {
	padding-bottom: 0;
	padding-right: 15px;
	border-radius: 3px;
}

.row-vouchers .voucher-tabs {
	width: 100%;
	display: block;
}

.row-vouchers .voucher-nav {
	width: 100%;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}

.row-vouchers .voucher-nav .voucher-tab {
	width: 100%;
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	background: #CCCCCC;
	text-align: center;
}

.row-vouchers .voucher-nav .voucher-tab.voucher-recpt.active, .row-vouchers .voucher-content-1 .card-header {
	background: #158945;
	color: #FFFFFF;
}

.row-vouchers .voucher-nav .voucher-tab.voucher-send.active, .row-vouchers .voucher-content-2 .card-header {
	background: #ef5f24;
	color: #FFFFFF;
}

.row-vouchers .voucher-contents .voucher-content-1, .row-vouchers .voucher-contents .voucher-content-2 {
	display: block;
	position: relative;
}

.row-vouchers .codigo-voucher {
	font-size: 18px;
	font-weight: bold;
}

.row-vouchers .text-mutted {
	font-weight: bold;
	color: #CCCCCC;
}

.row-vouchers .voucher-contents .card-footer div {
	width: 48%;
}

.row-vouchers .voucher-contents .ctas {
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.row-vouchers .voucher-contents .image {
	width: 200px;
	height: 200px;
	display: inline-block;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.row-vouchers .voucher-contents .ctas .btn-default {
	background: #CCCCCC !important;
	color: #000000 !important;
}

.row-vouchers .voucher-contents .ctas .btn-left {
	-webkit-border-radius: 0 0 0 3px;
	-moz-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
	margin-left: -2px;
	width: 50%;
}

.row-vouchers .voucher-contents .ctas .btn-right {
	margin-left: 2px;
	-webkit-border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
	width: 50%;
}

.row-vouchers .voucher-contents .btn-full-cta {
	width: 100% !important;
	-webkit-border-radius: 0 0 3px 3px !important;
	-moz-border-radius: 0 0 3px 3px !important;
	border-radius: 0 0 3px 3px !important;
}

.row-vouchers .input-voucher {
	font-size: 18px;
	padding: 1rem 1rem;
}

.row-vouchers .check-voucher {
	width: 200px;
	height: 200px;
	background: rgba(0, 154, 0, 0.4);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.box-button {
	display: inline-block;
}

.box-button a:first-child {
	display: block;
}

.box-button a.btn-xs {
	font-size: 13px;
}

/* Register Form */
#registerForm .input-file.input-file-image {
	display: inline-block !important;
}

#registerForm .box-login {
	display: none;
}

/* Dashboard Usuário */
.btn.btn-outline-secondary.btn-round, .btn.btn-outline-primary.btn-round {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.page-header-dash {

}

.page-header-dash h2 span {
	color: #808080;
	font-size: 13px;
}

.page-header-dash .card {
	width: 100%;
}

.page-header-dash .btn-link {
	margin-top: -13px;
}

.page-header-dash .progress-status span {
	font-size: 24px;
}

.page-header-dash .bg-image {
	border-radius: 10px;
	width: 200px;
	height: 200px;
}

.page-header-dash .profile-footer-btn {
	display: block;
	position: absolute;
	bottom: 0;
}

.page-header-dash .profile-footer-btn a {
	color: #808080;
	font-size: 16px;
}

.dash-title {
	margin-bottom: 5px;
	display: block;
}

.dash-title h1 {
	display: inline-block;
}

.dash-title .btn {
	font-size: 14px;
	padding: .3rem .5rem;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 8px;
}

.dash-content {

}

.dash-content .badge {
	color: #FFFFFF !important;
}

.dash-content .inner a:not(.btn) {
	color: #575962;
	text-decoration: none;
}

.bg-yellow {
	background-color: #F5B619;
}

/* Perfil Externo */
.box-info-profile {
	position: relative;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.box-info-profile .counters {
	display: block;
	text-align: center;
}

.box-info-profile .counters .counter-icon {
	background: #158945;
	padding: 14px;
	font-size: 20px;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	min-height: 60px;
	min-width: 60px;
	position: relative;
	margin-bottom: 20px;
}

.box-info-profile .counters .counter-icon:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 5px solid #158945;
	position: absolute;
	bottom: -5px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

.box-info-profile .counters .counter {
	font-size: 26px;
	display: block;
}

.box-info-profile .counters .counter-text {
	font-size: 11px;
}

/* Notificações */
.table-notifications .title {
	color: #000000;
	display: block;
	width: 100%;
}

.table-notifications .stamp {
	min-width: 20px;
	height: 20px;
	max-width: 20px;
	max-height: 20px;
	padding: 3px 0;
	text-align: center;
	line-height: inherit;
	font-size: 10px;
}

.table-notifications .text-dark {
	font-weight: 700;
}

.table-notifications td a {
	display: block;
	text-decoration: none;
}

.table-notifications td .float-left {
	width: calc(100% - 15px);
}

.table-notifications td .float-right {
	padding: 10px 0;
	width: 15px;
}

.profile-picture label.input-file {
	position: relative;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.progress-account {

}

.progress-account a, .progress-account span {
	white-space: inherit;
	display: block;
	float: left;
	margin-top: 3.5px;
	margin-left: 10px;
	width: calc(100% - 21px);
}

.progress-account i {
	display: block;
	float: left;
}

/* Como funciona */
.page-como-funciona {

}

.page-como-funciona .nav-pills .nav-link {
	padding: 8px 50px !important;
	font-size: 16px;
	font-weight: 300;
}

.page-como-funciona .nav-pills .nav-link i {
	font-size: 36px;
	margin-bottom: 5px;
}

.page-como-funciona .nav-pills .nav-link i.icon-sango {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-como-funciona .accordion .card-header .span-icon {
	font-size: 26px;
}

.page-como-funciona .accordion .card-header .span-title {
	font-size: 18px;
	font-weight: bold;
}

.page-como-funciona .accordion .card-header .span-mode {
	color: #575962;
}

.page-como-funciona .accordion .card {
	background: #F1F1F1 !important;
}

.page-como-funciona .accordion .card-header .icon-sango {
	width: 25px !important;
	height: 25px !important;
}

.page-como-funciona .accordion .card-body p {
	font-size: 16px;
}

/* Buttons Header */
.topbar-nav .btn {
	font-size: 13px;
	font-weight: bold;
}

.btn-info-moeda {
	padding: 5px 10px;
	font-size: 13px !important;
	margin-top: 12px;
}

.btn.btn-yellow {
	background: #F5B619 !important;
	border-color: #F5B619 !important;
	color: #FFFFFF;
}

.btn.btn-green {
	background: #158945 !important;
	border-color: #158945 !important;
	color: #FFFFFF;
}

.btn.btn-grey {
	background: #E8E8E7;
}

.btn.btn-grey:not(:disabled):hover {
	background: #6c757d;
	color: #FFFFFF;
}

.btn.btn-orange {
	background: #EF5F24 !important;
	border-color: #EF5F24 !important;
	color: #FFFFFF;
}

/* Rodapé Site */
.footer-site {
	width: 100%;
	background: #EEEEEE;
}

.footer-site .footer-socials {
	margin: 6px 140px 2px 0;
	text-align: right;
}

.footer-site .footer-socials h3 {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
}

.footer-site .footer-socials a {
	color: #333333;
	margin-left: 5px;
}

.footer-site .footer-socials i {
	font-size: 20px;
}

.footer .container, .footer .container-fluid {
	display: inherit;
}

/* Cadastro de Oferta */
#box-step-new {
	margin: 100px 0;
	position: relative;
}

#box-step-new .step {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin: 0;
}

#box-step-new .step:not(.step-1) {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#box-step-new .selectgroup-item {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: inline-block;
	width: 200px;
}

#box-step-new .selectgroup-button {
	padding: 1.375rem 5rem;
	background: #FFFFFF;
	color: #158945;
	border-color: #158945;
}

#box-step-new .selectgroup-button:hover, #box-step-new .selectgroup-button.active {
	background: #158945;
	color: #FFF;
}

#box-step-new .box-condicao-uso, #box-step-new .box-prazo {
	display: none;
}

#box-step-new .select2-container--bootstrap .select2-selection {
	border-color: #666666;
}

#box-step-new .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
	color: #666666;
}

#box-step-new .pagination {
	height: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

#box-step-new .page-item.disabled a {
	color: #CCC;
}

#box-step-new .box-step {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	width: 100%;
	display: block;
	position: relative;
}

/**
 * Checkout Page
 */

.checkout-page {
	margin-top: 20px !important;
}

.checkout-page .step {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	margin: 0;
	position: relative;
	display: block;
}

.checkout-page .step:not(.step-1) {
	margin-top: -100%;
}

.checkout-page #btn-back {
	position: absolute;
	left: -200px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #FFFFFF;
	color: #333333;
	font-size: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
	-moz-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
	box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
}

.checkout-page #btn-back .fa {
	position: absolute;
	top: 50%;
	left: 48%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.checkout-page .logo {
	width: 250px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.checkout-page .image-offer .image {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	background-position: center !important;
	-webkit-background-size: contain !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	width: 150px !important;
	min-height: 150px !important;
	display: inline-block !important;
}

.checkout-page .title-checkout {
	font-weight: bold;
	font-style: italic;
	font-size: 26px;
}

.checkout-page .card {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	
	position: relative;
}

.checkout-page .card .card-body {
	padding: 50px;
}

.checkout-page .info-offer {

}

.checkout-page .title-offer {
	font-weight: bold;
	font-size: 20px;
}

.checkout-page .text-offer {
	color: #000000;
	font-size: 13px;
}

.checkout-page .text-offer .offer-cond-period {
	padding: 10px 0;
}

.checkout-page .get-quantidade {
	width: 50px;
	padding-left: 10px;
	padding-right: 5px;
	display: inline-block;
}

.checkout-page .table-offer-price {
	width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 50px;
}

.checkout-page .table-offer-price .icon-20 {
	margin-bottom: -2px;
}

.checkout-page .table-offer-price td {
	font-size: 18px;
	padding-bottom: 15px;
}

.checkout-page .table-offer-price .text-price {
	font-size: 24px;
}

.checkout-page .table-offer-price .line-divisor {
	border-top: 1px solid #CCCCCC;
}

.checkout-page .table-offer-price .line-divisor td {
	padding-top: 15px;
}

.checkout-page .offer-footer-cta {
	text-align: center;
	margin-top: 10px;
}

.checkout-page .offer-footer-cta button {
	font-size: 18px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 50px;
}

.checkout-page .offer-tax {
	color: #000000;
}

.line-separate-checkout:after {
	content: '';
	width: 1px;
	height: 82%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, .2);
}

/**
 * Steps
 */
#steps section:not(.active), #steps section.done {
	display: none;
}

#steps section.hidden {
	display: none;
}

#steps .step-footer {
	margin-top: 20px;
}

#steps .step-footer button[data-direction=finish], #steps .step-footer button[data-direction=prev] {
	display: none;
}

/*==========================*/

.credits-cards-brands .credit-brand:not(.active) {
	opacity: 0.6;
}

.credit-brand {
	background: url("../images/icones-cartao.png") no-repeat;
	width: 35px;
	height: 23px;
	display: inline-block;
	background-size: 160px;
}

.credit-brand.visa {
	background-position: 0 0;
}

.credit-brand.mastercard {
	background-position: -42px 0;
}

.credit-brand.amex {
	background-position: -84px 0;
}

.credit-brand.dinersclub {
	background-position: -124px 0;
}

.credit-brand.elo {
	background-position: -20px -30px;
}

.credit-brand.hipercard {
	background-position: -61px -30px;
}

.image-box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	width: 150px;
	min-height: 150px;
	display: inline-block;
}

/* Adjust colors in Permuto */
.text-yellow, .text-yellow a:hover, .text-yellow:hover {
	color: #F5B619 !important;
}

.text-success, .text-success a:hover, .text-success:hover {
	color: #158945 !important;
}

.text-danger, .text-danger a:hover, .text-danger:hover {
	color: #C13E2D !important;
}

.text-primary, .text-primary a:hover, .text-primary:hover, .badge-primary {
	color: #2675AB !important;
}

.text-warning, .text-warning a:hover, .text-warning:hover {
	color: #EF5F24 !important;
}

.btn-default:not(.toggle-off), .btn-default:not(.toggle), .btn-border.btn-default {
	background-color: #808080 !important;
}

.btn-success, .btn-border.btn-success {
	background-color: #158945 !important;
	border-color: #158945 !important;
	color: #FFFFFF !important;
}

.timeline-badge.success {
	background-color: #158945 !important;
	color: #FFFFFF !important;
}

.timeline-badge.warning {
	background-color: #EF5F24 !important;
	color: #FFFFFF !important;
}

.btn-danger, .btn-border.btn-danger {
	background-color: #C13E2D !important;
	border-color: #C13E2D !important;
}

.btn-primary, .btn-border.btn-primary {
	background: #2675AB !important;
	border-color: #2675AB !important;
}

.btn-warning, .btn-border.btn-warning {
	background-color: #EF5F24 !important;
	border-color: #EF5F24 !important;
}

.swal-button:not(.swal-button--cancel) {
	background-color: #2675AB;
}

.swal-icon--warning {
	border-color: #EF5F24;
}

.swal-title {
	font-size: 24px !important;
}

.btn-yellow:disabled, .btn-yellow:focus, .btn-yellow:hover {

}

.btn-success:disabled, .btn-success:focus, .btn-success:hover {

}

.btn-danger:disabled, .btn-danger:focus, .btn-danger:hover {

}

.btn-primary:disabled, .btn-primary:focus, .btn-primary:hover {

}

.btn-warning:disabled, .btn-warning:focus, .btn-warning:hover {

}

.bg-success, .nav-pills.nav-success .nav-link.active {
	background-color: #158945 !important;
}

.bg-danger, .nav-pills.nav-danger .nav-link.active {
	background-color: #C13E2D !important;
}

.bg-warning, .nav-pills.nav-warning .nav-link.active {
	background-color: #EF5F24 !important;
}

.bg-yellow, .nav-pills.nav-yellow .nav-link.active {
	background-color: #F5B619 !important;
}

.bg-primary, .nav-pills.nav-primary .nav-link.active {
	background-color: #2675AB !important;
}

.nav-pills.nav-secondary .nav-link:not(.active) {
	background-color: rgba(222, 222, 222, .4) !important;
}

.nav-pills.nav-secondary .nav-link.bg-danger:not(.active) .icon-sango {
	background: url('../images/moedas/icone_sango_grey.png') no-repeat center center / contain !important;
}

.nav-pills.nav-secondary .nav-link.active {
	background: #2675AB !important;
}

.nav-pills.nav-secondary .nav-link.bg-success.active {
	background: #158945 !important;
}

.nav-pills.nav-secondary .nav-link.bg-danger.active {
	background: #C13E2D !important;
}

.nav-pills.nav-secondary .nav-link.bg-warning.active {
	background: #EF5F24 !important;
}

.nav-pills.nav-secondary .nav-link.bg-yellow.active {
	background: #F5B619 !important;
}

.alert-success {
	border-left-color: #158945;
}

.alert-danger {
	border-left-color: #C13E2D;
}

.alert-warning {
	border-left-color: #ef5f24;
}

.alert-primary {
	border-left-color: #2675AB;
}

.wizard-container .wizard-menu.nav-primary .moving-tab {
	background-color: #2675AB !important;
}

.wizard-container .wizard-menu.nav-primary li a {
	color: #2675AB !important;
}

.toggle-handle.btn.btn-default, .toggle.btn-primary:hover {
	background-color: #2675AB !important;
}

.nav-color-primary {
	color: #2675AB !important;
	border-bottom-color: #2675AB;
}

.input-file.input-file-image {
	display: block;
}

.rotate-90 {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotate-180 {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rotate-270 {
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.flip {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.flip-and-rotate-90 {
	-moz-transform: rotate(90deg) scaleX(-1);
	-webkit-transform: rotate(90deg) scaleX(-1);
	-o-transform: rotate(90deg) scaleX(-1);
	transform: rotate(90deg) scaleX(-1);
}

.flip-and-rotate-180 {
	-moz-transform: rotate(180deg) scaleX(-1);
	-webkit-transform: rotate(180deg) scaleX(-1);
	-o-transform: rotate(180deg) scaleX(-1);
	transform: rotate(180deg) scaleX(-1);
}

.flip-and-rotate-270 {
	-moz-transform: rotate(270deg) scaleX(-1);
	-webkit-transform: rotate(270deg) scaleX(-1);
	-o-transform: rotate(270deg) scaleX(-1);
	transform: rotate(270deg) scaleX(-1);
}

.cursor-pointer {
	cursor: pointer;
}

.w-100 {
	width: 100%;
}

#atendimento-whatsapp {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999999;
	background: rgb(52, 175, 35);
	color: #FFFFFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: 1px 1px 5px -1px #000;
	-moz-box-shadow: 1px 1px 5px -1px #000;
	box-shadow: 1px 1px 5px -1px #000;
}

#atendimento-whatsapp a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 15px;
	text-align: center;
	padding: 10px 15px;
}

#atendimento-whatsapp i {
	/*font-size: 20px;
	margin-right: 5px;*/
	font-size: 24px;
	margin: 0;
}

#atendimento-whatsapp.wpp-mobile a {

}

#atendimento-whatsapp span {
	display: none;
}

#atendimento-whatsapp.wpp-mobile i {

}

#atendimento-whatsapp .fab {
	font-family: 'Font Awesome 5 Brands' !important;
	font-style: normal !important;
	font-variant: normal !important;
	text-rendering: auto !important;
	line-height: 1 !important;
	font-weight: inherit !important;
}

#verificar_email {
	padding: 0 5px;
	font-size: 13px;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

.box-loader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: block;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.6);
}

.loader-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
}

#set-ofertas-by-tags {
	position: relative;
}


#set-ofertas-by-tags .loader-inner .lds-ring {
	top: 50px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bootstrap-tagsinput, .bootstrap-tagsinput input {
	width: 100%;
}

.box-solicitar {
	max-width: 540px;
}

.box-solicitar .modal-content {
	min-height: 300px;
}

.box-solicitar h3 {
	margin-bottom: 40px;
	margin-top: 30px;
}

.box-image.image {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	background-position: center !important;
	-webkit-background-size: contain !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	width: 150px !important;
	min-height: 150px !important;
	display: inline-block !important;
}

.table-striped td, .table-striped th {
	border-top: 1px solid #ebedf2 !important;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 480px) {
	.wizard-menu .step {
		width: 100% !important;
		display: block;
	}
}

@media screen and (max-width: 575px) {
	.bg-image {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.table-typo tr td {
		display: flex;
		align-items: center;
		word-break: break-word;
	}
	
	.table-typo tr td:first-child p {
		margin-bottom: 0px;
	}
	
}

@media (min-width: 576px) and (max-width: 991px) {
	.row-pagination {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 576px) {
	.custom-template .custom-content {
		overflow: auto;
	}
	
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}
	
	.row-permutas .info-footer {
		position: relative;
		right: 0;
		bottom: 0;
	}
	
	.row-permutas .info-footer .box-button {
		display: block;
	}
	
	.row-permutas .info-footer .btn {
		display: block;
		width: 100%;
	}
	
	.form-check label, .form-group label {
		white-space: normal;
	}
	
	.footer-site .footer-socials {
		margin: 6px 40px 2px 0;
	}
}

@media screen and (max-width: 400px) {
	.custom-template {
		width: 85% !important;
		right: -85%;
	}
	
	.wizard-action .btn {
		min-width: 100% !important;
	}
	
	.bg-image {
		width: 100%;
		height: 150px;
	}
	
	.input-file ~ span {
		width: 100%;
	}
	
	.form-check label, .form-group label {
		white-space: normal;
	}
	
	#box-fcjx {
		height: 1150px !important;
	}
	
	#box-fcjx .title-inner {
		font-size: 40px !important;
	}
	
	#box-fcjx .btn {
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 991px) {
	.sidebar, .sidebar[data-background-color="white"] {
		width: 300px;
	}
	
	.logo-header .logo .navbar-brand {
		width: 80%;
	}
}

@media screen and (max-width: 399px) {
	.container-signup {
		width: 100% !important;
		padding: 60px 15px !important;
	}
	
	.main-panel .page-header .btn-group-page-header {
		margin-top: -25px;
	}
	
	.sidebar, .sidebar[data-background-color="white"] {
		width: 260px;
	}
	
	.nav_open .main-header, .nav_open .main-panel {
		-webkit-transform: translate3d(260px, 0, 0);
		-moz-transform: translate3d(260px, 0, 0);
		-o-transform: translate3d(260px, 0, 0);
		-ms-transform: translate3d(260px, 0, 0);
		transform: translate3d(260px, 0, 0) !important;
	}
	
	.icon-cart-none {
		display: none;
	}
	
	.classic-wrapper .main-header .logo-header, .login .wrapper.wrapper-login .main-header .logo-header {
		padding-left: 5px;
	}
}

@media screen and (max-width: 991px) {
	.main-panel {
		-webkit-transform: translate3d(0, 62px, 0) !important;
		-moz-transform: translate3d(0, 62px, 0) !important;
		-ms-transform: translate3d(0, 62px, 0) !important;
		-o-transform: translate3d(0, 62px, 0) !important;
		transform: translate3d(0, 62px, 0) !important;
	}
	
	.main-header .navbar-header {
		-webkit-transform: translate3d(0, 61px, 0) !important;
		-moz-transform: translate3d(0, 61px, 0) !important;
		-ms-transform: translate3d(0, 61px, 0) !important;
		-o-transform: translate3d(0, 61px, 0) !important;
		transform: translate3d(0, 61px, 0) !important;
		padding: 6px !important;
	}
}

#tipos-erro {
	width: 100%;
	position: relative;
	padding-bottom: 308px;
	background: #FFFFFF;
}

#tipos-erro:after {
	content: '';
	width: 100%;
	height: 258px;
	bottom: 55px;
	position: absolute;
	background: url('../images/site/grafico-conexoes.png') no-repeat center center / cover;
	
}

#tipos-erro .inner {
	position: relative;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 420px;
}

#tipos-erro .div-width {
	position: absolute;
	right: 50%;
	background: #58595B;
	width: 2px;
	height: 265px;
	top: 410px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#tipos-erro .inner .head {
	font-weight: 900;
	font-size: 47px;
	color: #2775AA;
	text-align: center;
}

#tipos-erro .inner .head h1 {
	font-size: 47px;
	font-weight: 900;
	margin: 10px 0 0 0;
	padding: 0;
}

#tipos-erro .inner .content {
	font-weight: 300;
	font-size: 18px;
	color: #404041;
	margin-top: 10px;
}

#tipos-erro .inner .content p {
	font-size: 18px;
	line-height: 23px;
	margin-top: 20px;
	padding: 0;
}

#tipos-erro .inner .content b {
	font-size: 28px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

#tipos-erro .box-sango {
	margin-top: 157px;
}

#tipos-erro .box-sango .inner {
	width: 440px;
}

#tipos-erro .btn {
	font-size: 16.27px;
	font-weight: 700;
	padding: 12px 43px 14px 43px;
	float: center;
}