main>.j-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.j-breadcrumbs {
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
	width: 100%
}

@media only screen and (max-width:767px) {
	.j-breadcrumbs {
		-ms-flex-order: 1;
		order: 1
	}
}

.j-breadcrumbs li {
	color: #8e8e8e;
	text-transform: uppercase;
	padding: 0 15px;
	position: relative;
	font-weight: 500
}

@media only screen and (max-width:767px) {
	.j-breadcrumbs li {
		font-size: 12px
	}
}

.j-breadcrumbs li:first-child {
	padding-left: 0
}

.j-breadcrumbs li:last-child:after {
	display: none
}

.j-breadcrumbs li:after {
	content: "●";
	color: #8e8e8e;
	font-size: 12px;
	display: block;
	position: absolute;
	right: 0;
	top: 2.5px
}

.j-breadcrumbs li strong {
	color: #0092e6
}

.j-top {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 2px solid #0092e6
}

.j-top h2 {
	text-transform: uppercase;
	color: #565656;
	font-weight: 700;
	font-size: 18px
}

.j-content__text.top {
	padding-top: 5px;
	padding-bottom: 30px
}

.j-content__text p {
	color: #565656;
	margin: 10px 0;
	font-size: 15px;
	line-height: 22px
}

.j-content {
	width: 70%
}

@media only screen and (max-width:767px) {
	.j-content {
		width: 100%;
		-ms-flex-order: 3;
		order: 3
	}
}

.j-blue {
	color: #0092e6
}

.j-article__infos .j-subtitle {
	color: #0592e4;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: .2px
}

@media only screen and (max-width:767px) {
	.j-article__infos .j-subtitle {
		font-size: 18px;
		line-height: 22px
	}
}

.j-article__infos h2 {
	text-transform: uppercase
}

.j-article__infos h4 {
	padding-bottom: 20px
}

.j-list__btns {
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 60px
}

.j-list__btns li a {
	color: #0092e6;
	font-weight: 700;
	display: block;
	border: 2px solid #0092e6;
	font-size: 18px;
	text-align: center;
	padding: 7.5px 15px;
	border-radius: 5px;
	margin-right: 30px;
	transition: all .3s ease
}

.j-list__btns li a:hover {
	border-color: #fff;
	background-color: #0092e6;
	color: #fff
}

@media only screen and (max-width:767px) {
	.j-list__btns li a {
		margin-right: 5px;
		font-size: 12px
	}
}

.j-aside {
	width: 26%
}

@media only screen and (max-width:767px) {
	.j-aside {
		width: 100%;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 30px
	}
}

.j-aside li {
	margin: 10px 0
}

.j-aside li a {
	color: #565656;
	font-size: 15px;
	line-height: 22px
}

.j-search-satis__middle ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:767px) {
	.j-search-satis__middle ul {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.j-search-satis__middle ul li {
	text-align: center;
	color: #565656
}

.j-search-satis__middle ul li .j-link-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #0092e6;
	font-weight: 700;
	margin: 10px 0
}

.j-search-satis__middle ul li p {
	font-size: 14px;
	color: #565656
}

.j-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	width: 60%
}

@media only screen and (max-width:767px) {
	.j-form {
		width: 100%
	}
}

.j-form label {
	font-size: 13px;
	display: inline-block;
	margin: 25px 0 10px;
	color: #565656
}

.j-form input,
.j-form select {
	border: 1px solid #0092e6;
	width: 100%;
	color: #565656;
	padding: 5px 10px
}

.j-form .j-radios {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.j-form .j-radios label {
	color: #0092e6;
	margin: 60px 30px 10px 10px
}

.j-form input[type=radio] {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-top: 50px
}

.j-form select {
	color: #0092e6
}

.j-form textarea {
	width: 100%;
	border: 1px solid #0092e6;
	resize: none
}

.j-form .j-submit {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	margin-top: 20px;
	background-color: #0092e6
}

.j-form .j-row {
	width: 100%
}

.j-form .j-col {
	width: 48%
}

@media only screen and (max-width:767px) {
	.j-form .j-col {
		width: 100%
	}
}

.j-diferentials {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-image: url(image-center-dif.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 380px;
	-ms-flex-order: 3;
	order: 3
}

@media only screen and (max-width:767px) {
	.j-diferentials {
		-ms-flex-direction: column;
		flex-direction: column;
		background: none
	}
}

.j-diferentials ul {
	width: 34%
}

@media only screen and (max-width:767px) {
	.j-diferentials ul {
		width: 100%
	}
}

.j-diferentials ul:first-child .j-text {
	text-align: right
}

@media only screen and (min-width:768px) {
	.j-diferentials ul:first-child li:first-child,
	.j-diferentials ul:first-child li:nth-child(3) {
		transform: translateX(40px)
	}
}

@media only screen and (min-width:768px) {
	.j-diferentials ul:last-child li:first-child,
	.j-diferentials ul:last-child li:nth-child(3) {
		transform: translateX(-40px)
	}
}

.j-diferentials ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px 0
}

@media only screen and (max-width:767px) {
	.j-diferentials ul li {
		margin: 25px 0
	}
}

.j-diferentials ul .j-text {
	width: calc(100% - 90px)
}

.j-diferentials ul .j-text h3 {
	text-transform: uppercase;
	font-weight: 700;
	color: #0092e6
}

.j-diferentials ul .j-text p {
	color: #565656;
	font-size: 14px
}

.j-diferentials ul .j-icon {
	width: 80px
}

@media (min-width: 768px) {
	.j-content-pesquisa-left{
		width: 49%;
		display: inline-block;
		position: relative;
		top: 18px;
	}

	.j-content-pesquisa-left input{
		border: 1px solid #0092e6;
		width: 50%;
		margin-bottom: 3%;
		margin-left: 16px;
		color: #565656;
		padding: 5px 10px;
	}

	.j-content-pesquisa-right{
		width: 49%;
		display: inline-block;
	}

	.j-content-pesquisa-left .j-col-principal-one label{
		font-size: 13px;
		color: #737373;
	}

	.j-content-pesquisa-left .j-col-principal-two label{
		font-size: 13px;
		margin-left: 53px;
		color: #737373;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.j-content-pesquisa-left{
		width: 100%;
		display: block;
		position: relative;
		top: 18px;
	}

	.j-content-pesquisa-left input{
		border: 1px solid #0092e6;
		width: 85%;
		margin-bottom: 3%;
		margin-left: 16px;
		color: #565656;
		padding: 5px 10px;
	}

	.j-content-pesquisa-right{
		width: 100%;
		display: block;
	}

	.j-content-pesquisa-left .j-col-principal-one label{
		font-size: 13px;
		color: #737373;
	}

	.j-content-pesquisa-left .j-col-principal-two label{
		font-size: 13px;
		color: #737373;
	}

}


.j-col input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.j-col input[type='radio']:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #0092e6;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}





::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffaeae;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffaeae;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffaeae;
}


.j-form-pesquisas {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	width: 100%
}

@media only screen and (max-width:767px) {
	.j-form-pesquisas {
		width: 100%
	}
}

.j-form-pesquisas label {
	font-size: 13px;
	display: inline-block;
	margin: 25px 21px 10px;
	color: #565656
}

.j-form-pesquisas input,
.j-form-pesquisas select {
	border: 1px solid #0092e6;
	width: 100%;
	color: #565656;
	padding: 5px 10px
}

.j-form-pesquisas .j-radios {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.j-form-pesquisas .j-radios label {
	color: #0092e6;
	margin: 60px 30px 10px 10px
}

.j-form-pesquisas input[type=radio] {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-top: -6px;
	cursor: pointer;
}

.j-form-pesquisas select {
	color: #0092e6
}

.j-form-pesquisas textarea {
	width: 100%;
	border: 1px solid #0092e6;
	resize: none
}

.j-form-pesquisas .j-submit {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	margin-top: 20px;
	background-color: #0092e6
}

.j-form-pesquisas .j-row {
	width: 100%
}

.j-form-pesquisas .j-col {
	width: 48%
}

.j-form-pesquisas p{
	color: #0092e6;
	font-weight: 700;
	font-size: 14px;
	margin-top: 11px;
}

@media only screen and (max-width:767px) {
	.j-form-pesquisas .j-col {
		width: 100%
	}
}

.j-compra-purificador-bom,
.j-compra-purificador-regular,
.j-compra-purificador-ruim,
.j-compra-purificador-pessimo{
	margin-top: -20px;
}

.j-problema-tecnico-bom,
.j-problema-tecnico-regular,
.j-problema-tecnico-ruim,
.j-problema-tecnico-pessimo{
	margin-top: -20px;
}

.j-nivel-vendedor-bom,
.j-nivel-vendedor-regular,
.j-nivel-vendedor-ruim,
.j-nivel-vendedor-pessimo{
	margin-top: -20px;
}

.j-quanto-tempo-bom,
.j-quanto-tempo-regular,
.j-quanto-tempo-ruim,
.j-quanto-tempo-pessimo{
	margin-top: -20px;
}

.j-instalacao-produto-bom,
.j-instalacao-produto-regular,
.j-instalacao-produto-ruim,
.j-instalacao-produto-pessimo{
	margin-top: -20px;
}

.j-gosta-produto-bom,
.j-gosta-produto-regular,
.j-gosta-produto-ruim,
.j-gosta-produto-pessimo{
	margin-top: -20px;
}

.j-qualidade-desempenho-produto-bom,
.j-qualidade-desempenho-produto-regular,
.j-qualidade-desempenho-produto-ruim,
.j-qualidade-desempenho-produto-pessimo{
	margin-top: -20px;
}

.j-escolher-produto-bom,
.j-escolher-produto-regular,
.j-escolher-produto-ruim,
.j-escolher-produto-pessimo{
	margin-top: -20px;
}

.j-manual-usuario-bom,
.j-manual-usuario-regular,
.j-manual-usuario-ruim,
.j-manual-usuario-pessimo{
	margin-top: -20px;
}

.j-recomenda-produto-bom,
.j-recomenda-produto-regular,
.j-recomenda-produto-ruim,
.j-recomenda-produto-pessimo{
	margin-top: -20px;
}

