body {
	font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
	color: #212121;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #212121;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #212121;
}
/*BOX HEADING*/
@media only screen and (min-width: 250px) {
.box-heading h1 {
	color: #0D2D4D;
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 40px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 32px;
}
.box-heading h1::before {
    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
    background: #0D2D4D;
    bottom: 0;
    left: 0;
}
.box-heading h1::after {
    height: 3px;
    content: "";
    position: absolute;
    width: 20px;
    background: #FE8101;
    bottom: 0;
    left: 70px;
}
.box-heading h1 span {
	display: block;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #00BF9F;
}
}
.box-heading p {
	font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
.box-heading h1 {
	font-size: 4rem;
	text-align: left;
}
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 16px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs li a {
	color: #666;
	font-size: 18px;
}
.nav-tabs .active a {
	color: #CCC !important;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
.img_responsive {
	width: 100%;
	height: auto;
}
/* ICONS XS */
@media only screen and (min-width: 250px) {
.icons-xs {
	margin-top: 1rem;
}
}
@media only screen and (min-width: 360px) {
.icons-xs {
	margin-top: 1rem;
}
}
@media only screen and (min-width: 414px) {
.icons-xs {
	margin-top: 1.5rem;
}
}
@media only screen and (min-width: 250px) {
.icons-xs a {
	padding: 0;
}
.icons-xs .ico {
	font-size: 35px;
	color: #8D8D8D;
}
}
@media only screen and (min-width: 350px) {
.icons-xs a {
	padding: 0 0.1rem 0 0;
}
.icons-xs .ico {
	font-size: 30px;
}
}
@media only screen and (min-width:410px) {
.icons-xs a {
	padding: 0 0.5rem 0 0;
}
}
/*MENU NAV XS*/
.drawer-nav .drawer-brand {
	margin-top: 1.5rem;
}
.drawer-nav .drawer-brand img {
	max-width: 120px;
}
.drawer-nav .logar {
  border-bottom: 1px solid #CCC;
}
.drawer-nav .logar a {
	font-size: 13px;
}
.drawer-nav .contact-xs {
	padding: 1rem;
	border-top: 1px solid #CCC;
}
.drawer-nav .contact-xs a {
	color:#666;
}
.drawer-nav .contact-xs a i {
	font-size: 20px;
}
/*REGUA CONDICOES*/
.regua-condicoes {
	max-width: 1080px;
	margin:0 auto;
	min-height: 30px;
}
.regua-condicoes p {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #333;
}
.regua-condicoes span {
	color:#FF0086;
}
@media only screen and (min-width: 768px) {
.regua-condicoes span {
	display: block;
}
}
@media only screen and (min-width: 1024px) {
/*.regua-condicoes span {
	display: inline;
}*/
}
/* top */
#top {
	padding: 4px 0px 3px 0;
	margin: 0 0 5px 0;
	min-height: 15px;
	background: transparent;
}
#top .container {
	padding: 0 20px;
	max-width: 1050px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
/*#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}*/
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/*HEADER*/
.header-content .max-limit {
	position: relative;
}
@media only screen and (min-width: 250px) {
header {
	z-index: 20;
	position: relative;
	background-color: #000;
}
}
@media only screen and (min-width: 768px) {
header {
	width: calc(100% - 30px);
	max-width: 1920px;
	margin-left: 0;
	margin-right: 10px;
	
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 50px;
border-top-right-radius: 15px;
border-bottom-right-radius: 50px;
}
}


@media only screen and (min-width: 250px) and (max-width: 991px) {
header {
/*	background: #58478D;*/
}
}
@media only screen and (min-width: 1200px) {
/*header {
  width: 100%;
  position: absolute;
}*/
}
/*TOP HEAD VISIBLE-XS*/
.top-head-xs {
	background: #555555;
	padding: 1rem 0;
	text-align: center;
	font-weight: 700;
	color: #FFF;
}
.top-head-xs a {
	padding-right: 1rem;
}
.top-head-xs .fone {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 600;
}
.top-head-xs .whats {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 600;
}
/*INFOS HEAD*/
@media only screen and (min-width: 768px) {
.info-head-bg {
	background: linear-gradient(to right, #212121,#000);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 70%;
	height: 30px;
	position: absolute;
	top: 1rem;
	z-index: 21;
}
}
.infos-head {
	position: relative;
	padding-top: 0.5rem;
	z-index: 22;
}
.infos-head .container-fluid {
	border-bottom: 1px solid #919191;
	padding-bottom: 1rem;
}
@media only screen and (min-width: 250px) {
.infos-head {
	min-height: 22px;
	text-align: center;
}
}
.infos-head .fale {
	font-weight: 400;
	color: #FFF;
}
.infos-head .links-access {
	padding-top: 1rem;
}
.infos-head .links-access .fale {
	font-weight: 400;
}
.infos-head .links-access a {
	font-weight: 600;
	color: #FFF;
	display: inline-block;
}
.infos-head .links-access .fone {
	color: #3896F2;
}
.infos-head .bar {
	color: #FFF;
}
.infos-head .fone {
	font-weight: 800;
}
.infos-head .links-access a:hover {
	text-decoration: underline;
}
/*AREA CLIENTE*/
.infos-head .area-cliente {
	width: 50%;
	float: left;
}
.infos-head .area-cliente button {
	background: transparent;
	color: #919191;
	font-weight: 700;
	padding: 1rem 2rem;
	border:1px solid #919191;
	border-radius: 30px;
}
.infos-head .area-cliente button:hover {
	background: #3896F2;
	color: #FFF;
}
.infos-head .area-cliente .dropdown-menu {
	padding: 2rem 1rem;
	min-width: 250px;
	right: 0 !important;
	left: auto;
}
.infos-head .area-cliente .dropdown-menu .welcome {
	border-bottom: 1px solid #CCC;
}
.infos-head .area-cliente .dropdown-menu .welcome h2 {
	font-size: 1.6rem;
	font-weight: 900;
	margin-top: 0;
}
.infos-head .area-cliente .dropdown-menu .links a {
	padding: 0.5rem 0.2rem;
	font-weight: 800;
	font-size: 1.2rem;
	display: block;
	color: #444;
}
.infos-head .area-cliente .dropdown-menu .ajuda {
	margin-top: 1rem;
	background: #212121;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1rem;
}
.infos-head .area-cliente .dropdown-menu .ajuda h2 {
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: 1rem;
	color: #3896F2;
	font-weight: 600;
}
.infos-head .area-cliente .dropdown-menu .ajuda a {
	padding: 0.5rem 0.2rem;
	font-weight: 400;
	font-size: 1.2rem;
	display: block;
	color: #FFF;
}
/**/
.infos-head .social-head {
	width: 50%;
	margin-top: 1rem;
	float: left;
}
@media only screen and (min-width: 768px) {
.infos-head .social-head a {
	color: #FFF;
}
}
@media only screen and (min-width: 992px) {
.infos-head .social-head a {
	color: #919191;
}
}
.infos-head .social-head a {
	display: inline-block;
	padding-right: 0.5rem;
	font-size: 1.5rem;
}
/**/
@media only screen and (min-width: 1200px) {
.bg-logo {
	width: 300px;
	background: url(../image/bg-logo.png) center no-repeat;
	height: 173px;
	position: absolute;
	z-index: 19;
	top: 0;
	left: 6rem;
}
}
@media only screen and (min-width: 250px) {
#logo {
	margin: 10px 0;
	text-align: center;
}
#logo .img-responsive {
	display: inline-block;
}
#logo img {
	width: 50%;
	filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(1433%) hue-rotate(341deg) brightness(81%) contrast(84%);
}
}
@media only screen and (min-width: 360px) {
#logo {
	margin: 15px 0;
}
}
@media only screen and (min-width: 768px) {
#logo {
	margin-top: 2rem;
}
#logo img {
	width: 100%;
}
#logo .img-responsive {
	display: block;
}
}
@media only screen and (min-width: 992px) {
#logo img {
	width: 80%;
}
}
@media only screen and (min-width: 1200px) {
#logo {
	margin: 10px 0;
	z-index: 23;
	position: absolute;
	top: 0rem;
	left: 10rem;
}
#logo img {
	width: 80%;
}
}
@media only screen and (min-width: 1400px) {
#logo img {
	width: 65%;
}
}
@media only screen and (min-width: 1600px) {
#logo img {
	width: 70%;
}
}
/* search */
.search-content {
	background: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
@media only screen and (min-width: 250px) {
#search {
	z-index: 15;
	position:relative;
	padding-top: 0.5rem;
	margin-top: 0;
	min-height: 30px;
}
}
#search button:hover {
	background: transparent;
	color: #444;
}
@media only screen and (min-width: 250px) {
#search input {
	width: 100%;
	background:transparent;
	border:0;
	font-weight: 800;
	font-size: 12px;
	color: #666;
	outline:none;
	z-index: 99 !important;
}
#search button {
	height: 100%;
	border: 0;
	position: absolute;
	right:0;
	top: 0;
	padding:0 2rem;
	background: none;
	color:#000;
	cursor: pointer;
}
#search button .fa-search {
	font-size: 14px;
}
}
/* searchxs */
.search-xs {
	text-align: center;
}
.search-xs h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4rem;
}
#searchxs {
	z-index: 15;
	position:relative;
	margin-top: 0;
	margin-bottom: 1rem;
	min-height: 30px;
	border:1px solid #CCC;
}
#searchxs button:hover {
	background: transparent;
	color: #000;
}
#searchxs input {
	width: 100%;
	background:transparent;
	text-transform: uppercase;
	font-weight: 700;
	border:0;
	padding:1rem;
	font-size: 11px;
	outline:none;
	z-index: 99 !important;
}
#searchxs button {
	height: 100%;
	border: 0;
	position: absolute;
	right:0;
	top:0;
	background: none;
	cursor: pointer;
}
#searchxs button .fa-search {
	font-size: 14px;
}
/* cart */
@media only screen and (min-width: 250px) {
#cart {
	margin-top: 5px;
	text-align: center;
}
#cart .options-cart {
	color: #444;
	font-size: 11px;
}
#cart .text-empty {
	font-size: 11px;
	color: #444;
}
}
@media only screen and (min-width: 768px) {
#cart {
	margin-top: 1px;
	text-align: left;
}
}
@media only screen and (min-width: 1024px) {
#cart {
	margin-top: 1px;
}
}
@media only screen and (min-width: 1200px) {
#cart {
	margin-top: 5px;
}
#cart .text-empty {
	font-size: 14px;
}
}
#cart h4 {
	text-transform: uppercase;
	display: none;
}
#cart button {
	color:#FFF;
	text-transform: uppercase;
	font-size: 11px;
	text-align: left;
}
#cart .dropdown-toggle {
	border: 0;
	background: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/*WELCOME HEAD*/
.welcome-head {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 8%;
}
.welcome-head a {
	color: #666;
	font-size: 10px;
}
.welcome-head a:hover {
	text-decoration: underline;
}
/* menu */
@media only screen and (min-width: 250px) {
.bg-nav .navbar-header {
	margin-top: 5px;
}
.bg-nav .navbar-nav {
    margin: 7.5px 1px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
}
@media only screen and (min-width: 768px) {
.bg-nav {
	margin-top: 1rem;
}
.bg-nav .navbar {
	margin-bottom: 0;
	min-height: auto !important;
}
}
@media only screen and (min-width: 992px) {
.bg-nav .navbar {
	margin-bottom: 0;
}
}
@media only screen and (min-width: 1100px) {
.bg-nav {
	margin-top: 1.5rem;
}
}
@media only screen and (min-width: 1200px) {
.bg-nav {
	margin-top: 0.5rem;
}
}
.menu-align {
  float: right !important;
}
#menu {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
@media only screen and (min-width: 768px) {
#menu .nav > li > a {
	font-size: 1.2rem;
	color: #919191;
}
#menu .nav > li {
	min-height: 20px;
}
#menu .nav > li > a {
	padding: 0.5rem 1rem;
}
}
@media only screen and (min-width: 992px) {
#menu .nav > li > a {
	font-size: 1.2rem;
}
}
@media only screen and (min-width: 1100px) {
#menu .nav > li > a {
}
}
@media only screen and (min-width: 1200px) {
#menu .nav > li > a {
}
}
@media only screen and (min-width: 1366px) {
#menu .nav > li > a {
	font-size: 1.2rem;
}
}
@media only screen and (min-width: 1400px) {
#menu .nav > li > a {
	font-size: 1.4rem;
}
}
#menu .nav > li > a {
	width: 100%;
	font-weight: 400;
}
#menu .color-simulator {
	color: #FFF !important;
	background: #212121 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	color: #FFF;
	background: #3896F2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (min-width: 768px) {
#menu .nav > li > a:hover, #menu .nav > li.open > a {
}
}	
#menu .dropdown-menu {
	padding: 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
@media only screen and (min-width: 768px) {
#menu .dropdown-inner a {
	font-size: 11px;
}
}
@media only screen and (min-width: 992px) {
#menu .dropdown-inner a {
	font-size: 13px;
	line-height: 20px;
}
}
#menu .dropdown-inner a {
	display: block;
	padding: 3px 20px;
	clear: both;
	color: #212121;
	font-weight: 400;
	font-size: 12px;
}
@media only screen and (min-width: 768px) {
#menu .dropdown-inner a {
	min-width: 240px;
}
}
@media only screen and (min-width: 1100px) {
#menu .dropdown-inner a {
	min-width: 290px;
}
}
#menu .dropdown-inner li a:hover {
	color: #3896F2;
	background: transparent;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	color: #666;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #FD8621;
	background-image: linear-gradient(to bottom, #333, #666);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #444;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	/*background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
	border:1px solid #000;
	background: #666;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #000;
	background-color: #CCC;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #444;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #444;
	}
}
/*INPUT RANGE (CONTADOR)*/
input[type=range] {
  height: 38px;
  -webkit-appearance: none;
  background: transparent;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #3071A9;
  border-radius: 5px;
  border: 1px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 3px #000000;
  border: 2px solid #000000;
  height: 30px;
  width: 21px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3071A9;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #3071A9;
  border-radius: 5px;
  border: 1px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 3px #000000;
  border: 2px solid #000000;
  height: 30px;
  width: 21px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #3071A9;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #3071A9;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 3px #000000;
  border: 2px solid #000000;
  height: 30px;
  width: 21px;
  border-radius: 50px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071A9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #3071A9;
}

/* content */
@media only screen and (min-width: 250px) {
#content {
	min-height: 400px;
	padding-bottom: 8%;
}
}
@media only screen and (min-width: 1024px) {
#content {
	padding-bottom: 14%;
}
}
@media only screen and (min-width: 1200px) {
#content {
	padding-bottom: 8%;
}
}
.max-limit {
	max-width: 1540px;
	margin: 0 auto;
}
/* footer */
/* ================================
   FOOTER CLEAN / PREMIUM
================================ */

footer{
  background: #FFFFFF;
  padding-top: 60px;
  border-top: 1px solid rgba(17,24,39,.08);
}

/* bloco principal */
.foot0{
  background: transparent;
}

/* logo */
.logo-foot img{
  max-height: 60px;
  margin-bottom: 24px;
}

/* redes sociais topo */
.redes-sociais{
  text-align: center;
  margin-bottom: 40px;
}

.redes-sociais .bols{
  display: inline-block;
  margin: 0 6px;
}

.redes-sociais .bols a{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17,24,39,.05);
  color: #0B0E13;
  transition: all .2s ease;
  font-size: 18px;
}

.redes-sociais .bols a:hover{
  background: rgba(56,150,242,.15);
  color: #3896F2;
}

/* títulos */
footer h1{
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #0B0E13;
}

/* listas */
.cat-foot a{
  display: block;
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.cat-foot a i{
  font-size: 12px;
  margin-right: 6px;
}

.cat-foot a:hover{
  color: #3896F2;
  transform: translateX(2px);
}

/* bloco contato */
@media only screen and (min-width: 768px) {
.block-contact{
  background: rgba(17,24,39,.03);
  padding: 20px;
  border-radius: 16px;
}
}

.block-contact p{
  font-size: 14px;
  color: #0B0E13;
  margin-bottom: 10px;
}

.block-contact i{
  color: #3896F2;
  margin-right: 6px;
}

.block-contact .email a {
	color: #0B0E13;
}
/* botão WhatsApp */
.block-contact .whats a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #FFF;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 6px;
  transition: transform .15s ease, box-shadow .2s ease;
}

.block-contact .whats a:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(37,211,102,.35);
}

/* linha empresa */
footer .col-xs-12[align="center"]{
  margin-top: 40px;
}

footer .col-xs-12[align="center"] p{
  color: #6B7280 !important;
  font-weight: 500 !important;
  font-size: 13px !important;
}

/* ================================
   POWERED / ASSINATURA
================================ */

#powered{
  background: #FFFFFF;
  border-top: 1px solid rgba(17,24,39,.08);
  padding: 20px 0;
  margin-top: 30px;
}

#powered .p_direitos{
  font-size: 13px;
  color: #6B7280;
}

#powered .chamons{
  text-align: right;
}

#powered .chamons img{
  max-height: 32px;
  opacity: .85;
  transition: opacity .2s ease;
}

#powered .chamons img:hover{
  opacity: 1;
}

/* mobile */
@media(max-width: 768px){
  #powered .chamons{
    text-align: center;
    margin-top: 10px;
  }
}

/*footer end*/
/*MODULES*/
@media (min-width: 1200px) {
.modules-col .col-lg-3:nth-child(4n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
.modules-col .col-md-3:nth-child(4n+1) {
		clear:left;
	}
.modules-col .col-md-4:nth-child(3n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.modules-col .col-sm-3:nth-child(4n+1) {
		clear:left;
	}
.modules-col .col-sm-6:nth-child(2n+1){
	clear: left;
}
}
@media (min-width: 250px) and (max-width: 767px) {
.modules-col .col-xs-6:nth-child(2n+1) {
		clear:left;
	}
}
/*DESENVOLVIMENTO*/
#powered {
	max-width:auto;
	margin:1rem auto;
}
@media only screen and (min-width: 250px) {
.p_direitos {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 0.5rem;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}
}
@media only screen and (min-width: 768px) {
.p_direitos {
	text-align:left;
}
}
/*INFORMACOES LICENSA FOOTER*/
@media only screen and (min-width: 250px) {
.chamons {
	text-align:center;
}
}
@media only screen and (min-width: 768px) {
.chamons {
	text-align:right;
}
}
.chamons a img {
	max-height: 25px;
}
/* alert */
.alert {
	padding: 20px 10px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
/* breadcrumb */
.breadcrumb {
	margin: 1% 0 20px 0;
	padding: 8px 0;
	/*border: 1px solid #ddd;*/
	background: transparent;
	text-align: center;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 5px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:last-child span {
	display: none;
}
.breadcrumb > li:after {
	/*content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
}
.breadcrumb li a {
	color: #666;
}
.breadcrumb li a:hover {
	color:#000;
	text-decoration: underline;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/*PARCELAMENTO*/
.content_parcelamento_produto {
	text-align: left;
	font-size: 11px;
	display: inline;
}
.content_parcelamento_produto::before {
	content: "| ";
}
/*BT VER TODOS*/
.bt-vertodos {
	color: #FFF;
	background: #000;
	padding: 1% 2%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.bt-vertodos:hover {
	background: #666;
	color: #FBF448;
}
/*SUB-CATS*/
.sub-cats {
	margin:1% 0;
	padding: 0;
	text-align: center;
}
.sub-cats li {
	display: inline;
	list-style: none;
}
.sub-cats li a {
	color: #666;
	background: #CCC;
	display: inline-block;
	margin-bottom: 0.50%;
	padding: 0.25% 2%;
	font-size: 11px;
	text-transform: uppercase;
}
.sub-cats li a:hover {
	color: #CCC;
	background: #111D65;
}
/*MODULES*/
.sku_modules {
	color: #FFF;
	font-size: 2rem;
	font-weight: 500;
	padding: 1rem 2rem;
	background: #212121;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 2rem;
}
/* product list */
.product-thumb {
	padding: 4rem 2rem;
	background: #FFF;
	margin-bottom: 1rem;
	position: relative;
	-webkit-border-radius: 1.2rem;
	-moz-border-radius: 1.2rem;
	border-radius: 1.2rem;
	border:1px solid #D6D6D6;
}
.buttons-product-thumb {
	display: none;
}
.buttons-product-thumb a {
	color: #666;
	padding: 0 10%;
	float:right;
	cursor: pointer;
}
.buttons-product-thumb a:hover {
	color: #CCC;
}
.product-thumb h4 {
	font-weight: 900;
	font-size: 4rem;
	margin-bottom: 0.2rem;
}
.product-thumb .price {
	font-weight: 300;
	font-size: 2rem;
	margin-top: 2rem;
}
.product-thumb .price span {
	font-weight: 600;
}
.product-thumb .caption {
	padding: 2rem 0;
	font-size: 1.5rem;
}
/*BLOG*/
.blog-layout {
  margin-top: 4rem;
}

/* Card */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: all .3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

/* Imagem */
.blog-thumb {
  display: block;
  overflow: hidden;
}

.blog-thumb img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform .4s ease;
}

.blog-card:hover .blog-thumb img {
  transform: scale(1.05);
}

/* Conteúdo */
.blog-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Data */
.blog-date {
  font-size: 1.3rem;
  color: #888;
  margin-bottom: .8rem;
}

/* Título */
.blog-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.blog-title a {
  color: #111;
  text-decoration: none;
}

.blog-title a:hover {
  color: #BB0404;
}

/* Resumo */
.blog-excerpt {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 2rem;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Botão */
.blog-btn {
  margin-top: auto;
  align-self: flex-start;
  background: #3896F2;
  color: #fff;
  padding: .8rem 1.6rem;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .3s ease;
}

.blog-btn:hover {
	color: #fff;
  background: #555555;
}

/**/

/*BLOG LAYOUT*/
.blog-layout h1 {
	text-align: center;
	font-weight: 700;
	padding: 2rem 0;
	font-size: 3rem;
}
.blog-layout .thumbnailsN {
	text-align: center;
	padding: 2rem 0;
}
.blog-layout .thumb1 {
	max-width: 800px;
	margin: 1rem auto;
}
.blog-layout .thumb1 img {
	width: 100%;
	border-radius: 20px;
}
.blog-layout .thumb2 {
	text-align: left;
	margin-top: 3rem;
}
.blog-layout .thumb2 img {
	width: 100%;
	border-radius: 10px;
}
@media only screen and (min-width: 250px) {
.blog-layout .thumb2 a {
	width: 48.999999%;
}
}
@media only screen and (min-width: 768px) {
.blog-layout .thumb2 a {
	width: 33%;
}
}
@media only screen and (min-width: 992px) {
.blog-layout .thumb2 a {
	width: 24.5%;
}
}
.blog-layout .thumb2 a {
	margin-bottom: 1rem;
	display: inline-block;
}
/**/
.blog-layout .description {
	padding: 1rem 0;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 400;
}
.blog-layout .bg-sombra {
	margin-top: 5rem;
}
/*SOMBRA*/
.bg-separator {
	width: 100%;
	background: url(../image/bg-separator.jpg) center bottom no-repeat;
	min-height: 22px;
	margin-top: -2px;
}
.bg-sombra {
	width: 100%;
	margin: 2rem auto;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
}
@media only screen and (min-width: 250px) {
.bg-sombra-head {
	width: 100%;
	margin:0 auto 0 auto;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
}
}
@media only screen and (min-width: 1200px) {
.bg-sombra-head {
	margin:3rem auto 0 auto;
}
}
.bg-sombra2 {
	width: 100%;
	margin:1% auto 0 auto;
	background: url(../image/bg-sombra.jpg) center bottom no-repeat;
	min-height: 22px;
}
/*MARCAS CONSORCIOS*/
@media only screen and (min-width: 250px) {
.carousel-marcas {
	padding: 2rem 0;
}
}
@media only screen and (min-width: 992px) {
.carousel-marcas {
	padding: 5rem 0;
}
}
.carousel-marcas {
	min-height: 80px;
	background: linear-gradient(to bottom, #FFF,#EAEAEA,#FFF,#FFF);
	z-index: 6;
	position: relative;
}
.carousel-marcas .bg-sombra {
	padding-top: 5rem;
}
@media only screen and (min-width: 250px) {
.carousel-marcas h1 {
	font-size: 2.2rem;
	color: #6B4990;
	font-weight: 800;
	text-align: center;
}
.carousel-marcas h2 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
}
@media only screen and (min-width: 768px) {
.carousel-marcas h1 {
	font-size: 4rem;
}
}
.carousel-marcas h1 .txt2 {
	font-size: 2.5rem;
	display: block;
	opacity: 0.8;
}
.carousel-marcas .block-carousel {
	margin-top: 4rem;
}
/*BT SITE*/
.bt-site {
	margin-top: 2%;
	border:1px solid #444;
	font-size: 14px;
	color: #444;
	padding: 1% 3%;
	-webkit-transition:all 1.75s ease;
	-moz-transition:all 1.75s ease;
	-o-transition:all 1.75s ease;
	transition:all 1.75s ease;
}
.bt-site:hover {
	color: #000;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
	margin-left: 3.2%;
}
@media only screen and (min-width: 250px) {
.bt-simular {
	margin-top: 2%;
	border:0;
	background: #00CE72;
	outline: none;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 800;
	color: #FFF;
	padding: 1rem 2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition:all 1.75s ease;
	-moz-transition:all 1.75s ease;
	-o-transition:all 1.75s ease;
	transition:all 1.75s ease;
}
.bt-simular:hover {
	background: #00B19F;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
}
}
@media only screen and (min-width: 768px) {
.bt-simular {
	font-size: 2rem;
}
}
@media only screen and (min-width: 1200px) {
.bt-simular:hover {
	margin-left: 3.2%;
}
}
/*Custom Products*/
.custom-products-top {
	width: 100%;
	margin-top: 4rem;
	background: url(../image/bg-top.png) center top no-repeat;
	min-height: 205px;
	position: relative;
}
@media only screen and (min-width: 250px) {
.custom-products {
	background: linear-gradient(to bottom, #F2F2F2,#EAEAEA);
	padding: 5rem 0 3rem 0;
}
}
@media only screen and (min-width: 768px) {
.custom-products {
	padding: 0;
}
}
.custom-products .custom-products-dots {
	background: url(../image/img-dots.png) right center no-repeat;
	background-size: 13%;
}
.custom-products {
	margin-top: -6rem;
	position: relative;
	z-index: 5;
}
@media only screen and (min-width: 768px) {
.custom-products .block-my-slick {
	margin-top: 2rem;
}
}
@media only screen and (min-width: 992px) {
.custom-products .block-my-slick {
	margin-top: 4rem;
}
}
@media only screen and (min-width: 1200px) {
.custom-products .block-my-slick {
	margin-top: 0rem;
}
}
@media only screen and (min-width: 1300px) {
.custom-products::before {
  content: "";
  height: 40%;
  margin: auto;
  position: absolute;
  background-color:transparent;
  width: 30px;
  bottom: 15%;
  left: 0;
  border: thin solid #666;
  border-left-color: rgb(255, 255, 255);
  border-left-color:transparent;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
}
@media only screen and (min-width: 250px) and (max-width: 768px)  {
.custom-products .text {
	line-height: 3.8rem;
}
}
.custom-products .text {
	font-weight: 900;
	font-size: 4rem;
	text-align: center;
	margin-bottom: 2rem;
}
.custom-products .text span {
	font-size: 2.5rem;
	display: block;
	margin-top: 2rem;
	color: #F61F20;
	font-weight: 300;
}
.custom-products h2 {
	font-size: 2.5rem;
	font-weight: 900;
}
.custom-products h3 {
	font-weight: 800;
}
.custom-products h3 span {
	color: #666;
}
@media only screen and (min-width: 250px) {
.custom-products h3 {
	font-size: 1.5rem;
}
.custom-products h3 span {
	font-size: 2rem;
}
}
@media only screen and (min-width: 992px) {
.custom-products h3 {
	font-size: 1.3rem;
}
.custom-products h3 span {
	font-size: 1.6rem;
}
}
@media only screen and (min-width: 1200px) {
.custom-products h3 {
	font-size: 1.5rem;
}
.custom-products h3 span {
	font-size: 2rem;
}
}
.custom-products .block-slick {
	background: radial-gradient(#FFF,#EAEAEA,#FFF);
	border: 1px solid #CCC;
	padding: 3rem;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.custom-products .description {
	min-height: 100px;
	font-size: 12px;
	line-height: 20px;
}
.custom-products .button {
	margin-top: 1rem;
	display: inline-block;
}
.custom-products .button a {
	color: #444;
	font-size: 1.6rem;
	font-weight: 800;
	text-align: center;
}
.custom-products .slick-slide {
	padding: 1rem 1rem 2rem 1rem;
}
@media only screen and (min-width: 250px) {
.custom-products .parc {
	background: linear-gradient(to right, #BB0404,#E30404);
	color: #FFF;
	padding: 1rem;
	font-size: 1.4rem;
	font-weight: 800;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
}
.custom-products .slick-dots li button::before {
	font-size: 20px;
	color: #FFF;
}
.custom-products .slick-dots li.slick-active button::before {
	color: #72BF26;
}
/*PAGE ACCOUNT*/
.page-account h1 {
	font-size: 45px;
	text-transform: uppercase;
	text-align: center;
}
#custom-field4:before {
  width: 100%;
  margin: 1% auto;
  text-transform: uppercase;
  text-align: center;
  content: 'Bem Desejado';
  font-weight: 800;
  background: #EEE;
  border:1px solid #CCC;
  color: #333;
  padding: 1% 1%;
  font-size: 20px;
}
#field-firstname:before {
  width: 100%;
  margin: 1% auto;
  text-transform: uppercase;
  text-align: center;
  content: 'Seus Dados';
  font-weight: 800;
  background: #EEE;
  border:1px solid #CCC;
  color: #333;
  padding: 1% 1%;
  font-size: 20px;
}
#field-email:before {
  width: 100%;
  margin: 1% auto;
  text-transform: uppercase;
  text-align: center;
  content: 'Dados para Contato';
  font-weight: 800;
  background: #EEE;
  border:1px solid #CCC;
  color: #333;
  padding: 1% 1%;
  font-size: 20px;
}
#custom-field14:before {
  width: 100%;
  margin: 1% auto;
  text-transform: uppercase;
  text-align: center;
  content: 'Informações Residenciais';
  font-weight: 800;
  background: #EEE;
  border:1px solid #CCC;
  color: #333;
  padding: 1% 1%;
  font-size: 20px;
}
#custom-field23:before {
  width: 100%;
  margin: 1% auto;
  text-transform: uppercase;
  text-align: center;
  content: 'Atividade Profissional';
  font-weight: 800;
  background: #EEE;
  border:1px solid #CCC;
  color: #333;
  padding: 1% 1%;
  font-size: 20px;
}
#custom-field32:before {
  width: 100%;
  margin: 1% auto;
  text-transform: uppercase;
  text-align: center;
  content: 'Dados PJ';
  font-weight: 800;
  background: #EEE;
  border:1px solid #CCC;
  color: #333;
  padding: 1% 1%;
  font-size: 20px;
}
/*PAGE CONTACT*/
:root{
  --tri-accent:#3896F2;
  --tri-ink:#0B0E13;
  --tri-muted:#6B7280;
  --tri-line:rgba(17,24,39,.10);
}

.page-contact{
  padding-bottom: 4rem;
}

.page-contact .contact-grid{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 22px;
  margin-top: 24px;
}

@media(max-width: 991px){
  .page-contact .contact-grid{
    grid-template-columns: 1fr;
  }
}

/* Cards */
.page-contact .contact-card{
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
  overflow: hidden;
}

.page-contact .contact-card__head{
  padding: 22px 22px 14px;
  border-bottom: 1px solid rgba(17,24,39,.06);
  background:
    radial-gradient(circle at 10% 30%, rgba(56,150,242,.12), transparent 60%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.page-contact .contact-card__head h2{
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 900;
  color: var(--tri-ink);
  letter-spacing: -0.02em;
}

.page-contact .contact-card__head p{
  margin: 0;
  color: var(--tri-muted);
  font-size: 14px;
}

.page-contact .contact-card__body{
  padding: 18px 22px 22px;
}

/* Logo */
.page-contact .contact-logo{
  display:flex;
  justify-content:center;
  margin: 4px 0 18px;
}
.page-contact .contact-logo img{
  max-height: 54px;
  width: auto;
  opacity: .95;
}

/* Infos */
.page-contact .contact-lines{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-contact .contact-line{
  display:flex;
  flex-direction: column;
  gap: 4px;
}

.page-contact .contact-label{
  font-size: 12px;
  color: var(--tri-muted);
  text-transform: uppercase;
  letter-spacing: .10em;
  font-weight: 800;
}

.page-contact .contact-value{
  font-size: 15px;
  color: #111827;
  line-height: 1.5;
}

.page-contact .contact-value strong{
  font-weight: 900;
  text-transform: none;
}

.page-contact .contact-value address{
  margin: 0;
  font-style: normal;
}

/* Botões */
.page-contact .contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 800;
  font-size: 13px;
  margin-top: 4px;
  width: fit-content;
}

.page-contact .contact-btn--outline{
  border: 1px solid rgba(56,150,242,.30);
  color: var(--tri-accent);
  background: rgba(56,150,242,.06);
}

.page-contact .contact-btn--outline:hover{
  background: rgba(56,150,242,.10);
}

/* WhatsApp grande */
.page-contact .contact-whats{
  margin-top: 18px;
  display:flex;
  justify-content:center;
  text-decoration:none;
  background: #24D366;
  color:#fff;
  font-weight: 900;
  padding: 12px 16px;
  border-radius: 14px;
  transition: transform .15s ease, box-shadow .2s ease;
  box-shadow: 0 12px 26px rgba(36,211,102,.20);
}
.page-contact .contact-whats:hover{
  transform: translateY(-2px);
  color:#fff;
}

/* Nota */
.page-contact .contact-note{
  margin-top: 4px;
  padding: 12px 14px;
  background: rgba(17,24,39,.04);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 14px;
  color: #111827;
  font-size: 14px;
}

/* Form */
.page-contact .contact-form{
  display:flex;
  flex-direction: column;
  gap: 14px;
}

.page-contact .contact-form .form-row label{
  display:block;
  font-size: 12px;
  color: var(--tri-muted);
  text-transform: uppercase;
  letter-spacing: .10em;
  font-weight: 900;
  margin-bottom: 6px;
}

.page-contact .contact-form input,
.page-contact .contact-form textarea{
  width: 100%;
  border: 1px solid rgba(17,24,39,.12);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 15px;
  outline: none;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.page-contact .contact-form textarea{
  min-height: 150px;
  resize: vertical;
}

.page-contact .contact-form input:focus,
.page-contact .contact-form textarea:focus{
  border-color: rgba(56,150,242,.65);
  box-shadow: 0 0 0 4px rgba(56,150,242,.14);
}

/* Captcha do OC: dá um respiro */
.page-contact .g-recaptcha,
.page-contact #captcha,
.page-contact .captcha{
  margin-top: 6px;
}

/* Botão submit */
.page-contact .contact-submit{
  margin-top: 6px;
  border: 0;
  width: 100%;
  background: var(--tri-ink);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}

.page-contact .contact-submit:hover{
  background: #111827;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}

/* Erros */
.page-contact .text-danger{
  margin-top: 6px;
  font-size: 13px;
}
.page-contact strong { text-transform: uppercase; font-size:1.5rem; }

/*PAGE INFORMATION*/
.page-internas {
	margin: 2rem auto;
}
.page-internas .image-product-category {
	margin-bottom: 2rem;
}
.page-internas .article2 p {
	font-size: 1.4rem;
}
.page-internas .article2 h2 {
	font-weight: 800;
}
.page-internas .article2 h3 {
	font-weight: 600;
}
.page-internas .product-thumb form .form-group {
	margin-bottom: 1rem;
}
.page-internas .product-thumb form select {
	padding: 1rem;
	height: 50px;
}
.page-internas .product-thumb form input {
	padding: 1rem;
	height: 50px;
}
.page-internas .bt2 {
  border:0;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  background: #00CA52;
  padding: 1rem 2rem;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.page-internas .bt2:hover {
  background: #444;
  color: #FFF;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;

}
/*PAGE PRODUCT*/
:root{
  --tri-accent:#3896F2;
  --tri-ink:#0B0E13;
  --tri-muted:#6B7280;
  --tri-line:rgba(17,24,39,.10);
}

/* HERO WRAPPER */
.breadcrumbn{
  position: relative;
  overflow: hidden;
  padding: 70px 0 60px;
  background: #F8FAFC; /* base clean */
  border-bottom: 1px solid rgba(17,24,39,.06);
}

/* fundo suave premium */
.breadcrumbn .hero-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 30%, rgba(56,150,242,.14), transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(11,14,19,.06), transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  pointer-events:none;
}

/* pontilhado discreto (fica lindo e leve) */
.breadcrumbn .hero-dots{
  position:absolute;
  right: 6%;
  top: 22%;
  width: 220px;
  height: 140px;
  background-image: radial-gradient(rgba(17,24,39,.10) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: .35;
  border-radius: 18px;
  pointer-events:none;
}

/* garante que o conteúdo fique acima do background */
.breadcrumbn .container-fluid,
.breadcrumbn .max-limit{
  position: relative;
  z-index: 2;
}

/* TEXTO */
.breadcrumbn .infos-block{
  padding: 10px 0;
}

.breadcrumbn .breadcr{
  font-size: 12px;
  color: var(--tri-muted);
  margin-bottom: 14px;
  letter-spacing: .02em;
}

.breadcrumbn .breadcr a{
  color: var(--tri-muted);
  text-decoration: none;
  transition: color .2s ease;
}

.breadcrumbn .breadcr a:hover{
  color: var(--tri-accent);
}

.breadcrumbn .breadcr span{
  margin: 0 6px;
  color: rgba(107,114,128,.55);
}

/* H1 */
.breadcrumbn h1{
  margin: 0 0 14px;
  font-size: 56px;
  line-height: 1.02;
  font-weight: 900;
  color: var(--tri-ink);
  letter-spacing: -0.02em;
}

@media(max-width: 991px){
  .breadcrumbn h1{ font-size: 38px; }
}

/* SUB INFOS (badge premium) */
.breadcrumbn .sub-infos{
  margin-top: 10px;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(56,150,242,.20);
  background: rgba(56,150,242,.06);
  max-width: 520px;
}

.breadcrumbn .sub-infos .txt1{
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.breadcrumbn .sub-infos .txt2{
  font-size: 13px;
  font-weight: 600;
  color: var(--tri-muted);
}

.breadcrumbn .sub-infos .txt3{
  font-size: 34px;
  font-weight: 900;
  color: var(--tri-accent);
  letter-spacing: -0.02em;
}

/* IMAGEM */
.breadcrumbn img.img-responsive{
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  border-radius: 26px;
  box-shadow: 0 26px 70px rgba(17,24,39,.16);
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
}

/* espaçamento em telas grandes (fica elegante) */
@media(min-width: 1200px){
  .breadcrumbn .infos-block{
    padding-right: 30px;
  }
}

/* mobile: deixa tudo mais central e clean */
@media(max-width: 767px){
  .breadcrumbn{
    padding: 50px 0 40px;
  }
  .breadcrumbn .sub-infos{
    width: 100%;
  }
  .breadcrumbn h1{
    letter-spacing: -0.01em;
  }
}

/**/
.breadcrumb-product {
/*	background: linear-gradient(to left, #013579,#013579);*/
	padding-top: 6rem;
	padding-bottom: 1rem;
}
@media only screen and (min-width: 250px) {
.breadcrumb-product h1 {
	font-size: 5rem;
}
}
@media only screen and (min-width: 768px) {
.breadcrumb-product h1 {
	font-size: 7rem;
}
}
.breadcrumb-product h1 {
	margin-top: 0.5rem;
	font-weight: 800;
}
.breadcrumb-content a {
	font-size: 1.2rem;
	color: #555555;
	padding: 0 0.5rem;
	display: inline-block;
}
.breadcrumb-content span {
}
.breadcrumb-content span:last-child {
	color: #013579;
}
/*****/
.page-product {}
.page-product .title-product {
	text-align: center;
	font-size: 44px;
	margin-top: 0;
	text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
.page-product .lado1 {
	border-right: 1px solid #CCC;
}
}
.page-product .lado1 li {
	list-style: none;
}
.page-product .description {
	overflow:auto;
	height: auto;
}
.page-product .description h2, .h2-tabs {
	font-size: 22px;
	text-transform: uppercase;
}
.page-product .discounts h3 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #E72123;
}
@media only screen and (min-width: 250px) {
.page-product .stock {
	text-align: center;
}
}
@media only screen and (min-width: 768px) {
.page-product .stock {
	text-align: right;
}
}
.page-product .stock span {
	font-weight: normal;
}
.page-product .bt-cart {
	width: 100%;
	height: 40px;
	background: #E72123;
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;
	border: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.page-product .bt-cart i {
	font-size: 30px;
}
.page-product .bt-cart:hover {
	background: #000;
	color: #FFF;
}
.page-product .bt-esgotado-product {
	width: 100%;
	background: #DB0303;
	-webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	padding: 2% 2%;
	margin-top: 15%;
	border: 0;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.page-product .bt-esgotado-product:hover {
	background: #666;
}
.page-product .vendido {
	color: #333;
	border: 1px solid #CCC;
	text-transform: uppercase;
	font-size: 11px;
	padding: 1% 1%;
}
.page-product .vendido span {
	font-weight: 600;
}
.page-product .vendido.two {
	background: #FFF;
	color: #E72123;
}
.page-product .links-product {
	text-align: center;
}
.page-product .links-product a {
	color: #666;
	cursor: pointer;
}
.page-product .price-product {
	padding: 2% 2%;
}
.page-product .price-product .text-or {
	font-size: 14px;
	margin: 2% 0;
	text-align: center;
}
.page-product .price-product .price-not-special {
	text-align: center;
	font-size: 32px;
}
.page-product .price-product .avista_page_product {
	text-align: center;
	font-size: 24px;
}

.page-product .price-product .avista_page_product .valor_desconto {
	color: #DB0303;
}
.page-product .price-product .price-old {
	/*text-decoration: line-through;*/
	text-align: center;
	text-transform: uppercase;
	color: #666;
}
.page-product .price-product .price-new {
	text-align: center;
	color: #010101;
	text-transform: uppercase;
	padding-top: 1%;
}
.page-product .price-product .parcelamento-do-produto {
	text-align: center;
	font-size: 12px;
	padding:3% 0;
}
.page-product .compartilhe {
	text-transform: uppercase;
	font-size: 16px;
}
/*.page-product .radio label {
	float: left;
	padding: 2% 4%;
	margin: 5%;
	border: 1px solid #CCC;
}*/
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	/*border: 1px solid #ddd;*/
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	/*#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
	/*#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1)*//*,
	#content .col-md-6:nth-child(2n+1)*/ {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/*#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1)*//*,
	#content .col-sm-6:nth-child(2n+1)*/ {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
