#suporte  {
	font-size: 14px;
	margin-top: 25px;

	.row {
		margin: 0!important;
	}
}

#suporte .menu-suporte{ margin: 0; padding:0; }

#suporte .setadireita svg{ height: 16px; }

#suporte .container form button{ width: 100%; }
#suporte .container form .form-group { margin-bottom: 10px; }

#suporte .devolucao {
	display: block;
	width: 100%;
	height: 4rem;
	text-decoration: none;
	color: #000;
	background-color: #f7f7f7;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 2rem 0;
	text-align: center;
	padding-top: 1.25rem;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#suporte .devolucao:hover{ text-decoration: underline; }
#suporte .categorias{
	padding: 0;
}
#suporte .categorias .categorias-mobile .cartas-mobile {
	display: none;
}
#suporte .categorias .tres-cartas .cartas .carta{
	min-height: 400px;
	background-color: #f7f7f7;
	border-bottom: 2rem solid #fff;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
#suporte .categorias .tres-cartas .cartas .carta .carta-title {text-transform: uppercase; text-align: center; font-weight: 600;}
#suporte .categorias .tres-cartas .cartas .links-ocultos {
	position: absolute;
	top: 0;
	left: 0;
	background-color:#000;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 1rem;
	text-align: left;
	color: #fff;
	font-size: 14px!important;
	transition: all ease 0.3s;
}

#suporte .categorias .tres-cartas .cartas .links-ocultos a {
	color: #fff;
	display: block;
	width: 100%;
	outline: none!important;
}
#suporte .categorias .tres-cartas .cartas:hover .links-ocultos {
	opacity: 1;
	z-index: 2;
} 

/* Suporte Questões Populares */

#suporte .perguntas-populares {
	width: 100vw;
	background-color: #f7f7f7;
	padding: 80px 160px;
	margin-bottom: 2rem;
	text-align: center;
}
#suporte .perguntas-populares .container .perguntas-titulo{
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
#suporte .perguntas-populares .container p{
	font-size: 16px;
	line-height: 25px;
	margin: 2rem 0;
}
#suporte .perguntas-populares .container-fluid .suporte-pouplares ul{
	list-style: none;
	text-align: left;
}
#suporte .perguntas-populares .container-fluid .suporte-pouplares ul li a{
	display: block;
	background-color: #fff;
	width: 100%;
	min-height: 64px;
	padding: 1.5rem;
	margin-bottom: 25px;
	font-size: 16px;
	text-decoration: none;
}
#suporte .perguntas-populares .container-fluid .suporte-pouplares ul li a:hover {
	color: #000;
}
#suporte .suporte-foot {
	text-align: center;
}
#suporte .foot .link-btn {
	margin: 2.3rem 1.5rem 0;
	width: 200px;
	border-radius: 1.9rem;
}
#suporte .foot .link-btn a{
	text-decoration: none;
	width: 100%;
}
#suporte .foot .link-btn a:hover{
	color: #000;
}

#suporte .content-suporte h2{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
@media (min-width: 992px) {
	#suporte h1{ margin-top: 20px; }
	#suporte .content-suporte{
		background-color: #f7f7f7;
		margin-bottom: 10px;
	}
}

@media  (max-width:991px) {
	#suporte .devolucao {
		margin:0;
	}
	#suporte .perguntas-populares {
		display: none;
	}
	#suporte .categorias .tres-cartas{
		display: none;
	}
	#suporte .categorias .categorias-mobile {
		margin: 2rem 0;
	}
	#suporte .categorias .categorias-mobile .cartas-mobile {
		display: block;
		width: 100%;
		background-color: #f7f7f7;
		min-height: 64px;
		padding: 1.5rem 1.5rem;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		margin-bottom: 1rem;
		color:#000;
	}
}

#suporte .container .navsub div {
	padding: 0 10px 0 0;
}
#suporte .container .navsub div .selection {
	background-color: #f7f7f7;
}
#suporte .container .navsub div .selection .selecionar-categoria {
	width: 100%;
	border: none;
	padding: 20px 40px;
	text-transform: uppercase;
	font-weight: 700;
}
#suporte .container .navsub div .selection .selecionar-categoria option {
	background-color: #f7f7f7;
	border: none;
	outline: none;
	margin-bottom: 1.5rem;
}
#suporte .container .navsub div .procurar .search-form {
	width: 100%;
	border: none;
	outline: none;
	background-color: #f7f7f7;
	height: 58px;
	padding: 20px 40px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
#suporte .container .side-nav {
	margin-right: 10px;
}
#suporte .container .side-nav .side-nav-title {
	background-color: #f7f7f7;
	height: 58px;
	padding: 20px 20px;
	margin-left: 10px;
	font-weight: 200;
	font-size: 14px;
}
#suporte .container .side-nav ul{
	list-style: none;
}
#suporte .container .side-nav ul li .side-nav-item {
	width: 100%;
	display: block;
	text-decoration: none;
	background-color: #f7f7f7;
	padding: 15px;
	margin: 10px 10px 10px 0;
	color: #000;
}
#suporte .container .side-nav ul li .side-nav-item:first-child {
	margin-top: 0;
}
#suporte .container .side-nav ul li .side-nav-item:hover {
	color: #fff;
	background-color: var(--primary-color)
}