@charset "UTF-8";
/**
 * Core
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:focus,
a:active,
a:focus,
a:hover {
	outline: 0;
}

b, strong {
	font-weight: 700 !important;
}

em {
	font-style: italic !important;
}

input,
button {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

/**
 * Misc
 */
* {
	transition: color 0.3s, border-color 0.3s, background 0.3s;
	box-sizing: border-box;
}

/**
 * Ícones
 */
.material-icons {
	font-size: inherit;
}

/**
 * Cores
 */
/**
 * Fonts
 */
@font-face {
	font-family: 'gimme_danger';
	src: url("../fonts/gimme_danger/gimme_danger.ttf");
}

@font-face {
	font-family: 'sloppy_paint';
	src: url("/assets/fonts/sloppy_paint/SloppyPaint-lR50.ttf");
}

@font-face {
	font-family: 'fredoka_variablefont';
	src: url("/assets/fonts/fredoka_variablefont/Fredoka-VariableFont.ttf");
}

@font-face {
	font-family: 'bungeeshade_regular';
	src: url("/assets/fonts/bungeeshade_regular/BungeeShade-Regular.ttf");
}


@font-face {
	font-family: 'monoton_regular';
	src: url("/assets/fonts/monoton_regular/Monoton-Regular.ttf");
}


@font-face {
	font-family: 'best_friend';
	src: url("/assets/fonts/best_friend/best_friends_font.ttf");
}

/**
 * Geral
 */
body {
	font-family: "Open Sans", sans-serif;
	color: #797979;
	font-size: 14px;
	background-color: #fff;
	overflow-x: hidden;
}
/* body:after{
	content: "beta";
	position: fixed;
	width: 80px;
	height: 25px;
	background: #a1a1a1;
	top: 7px;
	left: -20px;
	text-align: center;
	font-size: 13px;
	font-family: sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 27px;
	transform:rotate(-45deg);
	z-index:99999;
  } */
/**
 * Container
 */
.container {
	width: 1200px;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_powered_by
{
	display:none!important;
}
/**
 * Content
 */
/**
 * Partials
 */
/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "best_friend", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

/**
 * H2
 */
h2 {
	font-size: 35px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 48px;
}

h2 small {
	font-weight: 500;
	font-size: 22px;
}

@media (min-width: 425px) {
	h2 {
		font-size: 40px;
		margin-bottom: 50px;
	}
	h2 small {
		font-size: 24px;
	}
}

@media (min-width: 576px) {
	h2 {
		font-size: 45px;
		margin-bottom: 52px;
	}
	h2 small {
		font-size: 26px;
	}
}

@media (min-width: 768px) {
	h2 {
		font-size: 50px;
		margin-bottom: 54px;
	}
	h2 small {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	h2 {
		font-size: 55px;
		margin-bottom: 56px;
	}
	h2 small {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size: 60px;
		margin-bottom: 58px;
	}
	h2 small {
		font-size: 32px;
	}
}

@media (min-width: 1600px) {
	h2 {
		font-size: 64px;
		margin-bottom: 60px;
	}
	h2 small {
		font-size: 34px;
	}
}

/**
 * H3
 */
h3 {
	font-size: 20px;
	font-weight: 700;
	color: #212121;
	margin-bottom: 38px;
}

h3 small {
	font-weight: 500;
	font-size: 15px;
}

@media (min-width: 425px) {
	h2 {
		font-size: 25px;
		margin-bottom: 40px;
	}
	h2 small {
		font-size: 17px;
	}
}

@media (min-width: 576px) {
	h2 {
		font-size: 30px;
		margin-bottom: 42px;
	}
	h2 small {
		font-size: 19px;
	}
}

@media (min-width: 768px) {
	h2 {
		font-size: 35px;
		margin-bottom: 44px;
	}
	h2 small {
		font-size: 21px;
	}
}

@media (min-width: 992px) {
	h2 {
		font-size: 40px;
		margin-bottom: 46px;
	}
	h2 small {
		font-size: 23px;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size: 45px;
		margin-bottom: 48px;
	}
	h2 small {
		font-size: 25px;
	}
}

@media (min-width: 1600px) {
	h3 {
		font-size: 50px;
		margin-bottom: 50px;
	}
	h3 small {
		font-size: 27px;
	}
}

/**
 * H5
 */
h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

/**
 * Line
 */
.line {
	position: relative;
	padding-left: 40px;
}

.line::before {
	content: '';
	position: absolute;
	top: 16px;
	left: 0;
	display: block;
	width: 31px;
	height: 3px;
	background: #d71b2d;
}

.mobile_drag
 {
	 display:block;
 }

 .loading:after {
    content: "Logging in...";
    text-align : right;
    padding-left : 25px;
}
 .sticky-menu .mobile_drag {
	position: fixed;
	top: 88px;
	left: 0;
	width: 100%;
	z-index: 2;
}
 @media (min-width: 800px) {

	.mobile_drag
	{
		display:none;
	}

 }

@media (min-width: 425px) {
	.line {
		padding-left: 45px;
	}
	.line::before {
		top: 18.5px;
		width: 35px;
	}
}

@media (min-width: 576px) {
	.line {
		padding-left: 50px;
	}
	.line::before {
		top: 21px;
		width: 39px;
	}
}

@media (min-width: 768px) {
	.line {
		padding-left: 55px;
	}
	.line::before {
		top: 24px;
		width: 43px;
	}
}

@media (min-width: 992px) {
	.line {
		padding-left: 60px;
	}
	.line::before {
		top: 26px;
		width: 47px;
	}
}

@media (min-width: 1200px) {
	.line {
		padding-left: 65px;
	}
	.line::before {
		top: 28px;
		width: 51px;
	}
}

@media (min-width: 1600px) {
	.line {
		padding-left: 70px;
	}
	.line::before {
		top: 30px;
		width: 55px;
	}
}

.btn {
	display: inline-block;
	border-radius: 100px;
	background: #d71b2d;
	padding: 15px 35px;
	cursor: pointer;
	border: 0;
}

.btn i,
.btn span {
	color: #fff;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.btn i {
	margin-right: 10px;
	font-size: 30px;
}

.btn span {
	font-weight: 600;
}

.btn:hover {
	background-color: #000;
}

.top {
	background: #0f44c4;
	color: #909090;
	position: relative;
	z-index: 2;
}
/***************************************************************
** App Top CTA */
.app-top-cta {
	background-color: #d71b2d;
}

.app-top-cta .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.app-top-cta .frase,
.app-top-cta .close {
	line-height: 30px;
	transition: all .3s;
}

.app-top-cta .frase {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 0 50px;
    line-height: 21px;
    text-align: center;
	width: 100%;
}

@media (max-width: 425px) {
	.app-top-cta .frase {
		width: auto;
	}
}

.app-top-cta .close {
	color: #fff;
	cursor: pointer;
	width: 30px;
	text-align: center;
}

.app-top-cta .frase:hover,
.app-top-cta .close:hover {
	opacity: .7;
}
.top .container {
	height: 40px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}

.top .widget {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.top .widget:nth-child(n+2) {
	margin-left: 15px;
}

.top a,
.top a i {
	color: #fff;
}

.top a:hover,
.top a:hover i {
	color: #d71b2d;
}

.top i {
	font-size: 19px;
}

.top .top-conta {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	font-size: 13px;
}

.top .top-conta i {
	color: #fff;
}

.top .top-conta a {
	margin: 0 5px;
}

.top .idiomas {
	position: relative;
	align-self: stretch;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.top .idiomas .atual {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.top .idiomas .atual span,
.top .idiomas .atual i {
	color: #fff;
}

.top .idiomas .atual i {
	font-size: 14px;
	margin-left: 10px;
}

.top .idiomas .atual:hover span,
.top .idiomas .atual:hover i {
	color: #d71b2d;
}

.top .idiomas ul {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	background: #141414;
	padding: 5px 0;
}

.top .idiomas ul li {
	display: block;
}

.top .idiomas ul li a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 0 15px;
	height: 25px;
}

.top .idiomas ul li a img {
	height: 16px;
	margin-right: 10px;
}

.top .idiomas ul li a span {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

.top .idiomas ul li a:hover span {
	color: #d71b2d;
}

@media (min-width: 576px) {
	.top .widget:nth-child(n+2) {
		margin-left: 30px;
	}
}

/**
 * Ícone do Carrinho
 */
.carrinho-open {
	position: relative;
	padding-right: 23px;
}

.carrinho-open span {
	position: absolute;
	top: -6px;
	right: 0;
	display: block;
	width: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 100%;
	background: #d71b2d;
	color: #fff;
}

/**
 * Cabeçalho
 */
header {
	background: #0f44c4;
	padding-bottom: 25px;
}

header .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
}

header .logo {
	opacity: 1;
	transition: opacity 0.3s;
}

header .logo img {
	height: 113px;
	display: block;
}

header .logo:hover {
	opacity: .8;
}

@media (min-width: 768px) {
	header .container {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}
}

/**
 * Menu principal
 */
.main-menu {
	background: #141414;
	padding: 10px 0;
}

.main-menu .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-menu .menu,
.main-menu .menu-open {
	margin-right: auto;
}

.main-menu .menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.main-menu .menu li a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: 30px;
}

.main-menu .menu li a i,
.main-menu .menu li a span {
	color: #fff;
}

.main-menu .menu li a i {
	font-size: 18px;
	margin-right: 5px;
}

.main-menu .menu li a span {
	text-transform: uppercase;
	font-weight: 700;
}

.main-menu .menu li a:hover i,
.main-menu .menu li a:hover span,
.main-menu .menu li a.active i,
.main-menu .menu li a.active span {
	color: #d71b2d;
} 

.main-menu .menu li:nth-child(n+2) {
	margin-left: 30px;
}

.main-menu .menu li:hover > .submenu_h {
	pointer-events: all;
	opacity: 1;
}


.submenu_h {
    position: absolute;
    top: auto;
    left: auto;
    pointer-events: none;
    opacity: 0;
    padding-top: 6px;
    transition: opacity 0.3s, top 0.3s;
    background: #141414;
    padding: 0;
    border-radius: 0;
	z-index: 9;
}
.submenu_h li {
    margin-left: 0 !important;
    padding-bottom: 0px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.submenu_h li a {
	font-size: 12px;
	display: block;
	line-height: 25px;
	margin-left:0!important;
}

.submenu_h li:hover a {
	color: #fff;
}




.main-menu .menu-open {
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	background: #d71b2d;
	cursor: pointer;
	margin-left: 30px;
}

.main-menu .menu-open:hover {
	background: #000;
}

.main-menu .icone {
	margin-left: 15px;
}

.main-menu .icone,
.main-menu .icone i {
	color: #fff;
}

.main-menu .icone i {
	font-size: 19px;
}

.main-menu .icone:hover,
.main-menu .icone:hover i {
	color: #d71b2d;
}

@media (max-width: 991.98px) {
	.main-menu .menu {
		display: none;
	}
}

@media (min-width: 992px) {
	.main-menu .menu-open {
		display: none;
	}
}

/**
 * Sticky menu
 */
.sticky-menu header {
	margin-bottom: 50px;
}

.sticky-menu .main-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 23;
}

.pesquisa {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 500px;
	max-width: 100%;
	margin-top: 20px;
	background: #fff;
	border-radius: 100px;
}

.pesquisa select,
.pesquisa input,
.pesquisa button {
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 0;
}

.pesquisa select,
.pesquisa input {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

.pesquisa select,
.pesquisa button {
	flex-shrink: 0;
}

.pesquisa select {
	width: 150px;
	/* border-radius: 100px 0 0 100px; */
	padding-left: 20px;
}

.pesquisa input {
	flex-grow: 1;
	min-width: 0;
	padding: 0 20px;
}

.pesquisa button {
	width: 40px;
	/* border-radius: 0 100px 100px 0; */
	cursor: pointer;
}

.pesquisa button i {
	font-size: 16px;
	color: #484848;
}

.pesquisa button:hover {
	background-color: #d71b2d;
}

.pesquisa button:hover i {
	color: #fff;
}

.home-header {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	padding-top: 40px;
	z-index: 1;
}

.home-header .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.home-header .logo {
	opacity: 1;
	transition: opacity 0.3s;
}

.home-header .logo img {
	height: 113px;
}

.home-header .logo:hover {
	opacity: .8;
}

.home-header .menu {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
}

.home-header .menu > li {
	position: relative;
}

.home-header .menu > li > a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
	font-weight: 700;
}

.home-header .menu > li > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 2px;
	background: #d71b2d;
	transition: width 0.3s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.home-header .menu > li > a:hover {
	color: #dfb82c;
}

.home-header .menu > li:nth-child(n+2) {
	margin-left: 30px;
}

.home-header .menu > li:hover > a::before {
	width: 26px;
}

.home-header .menu > li:hover .submenu {
	top: 100%;
	pointer-events: all;
	opacity: 1;
}

.home-header .menu .submenu {
	position: absolute;
	top: 90%;
	left: 0;
	pointer-events: none;
	opacity: 0;
	padding-top: 25px;
	transition: opacity 0.3s, top 0.3s;
	min-width: 100px;
}

.home-header .menu .submenu li a {
	font-size: 12px;
	display: block;
	line-height: 25px;
}

.home-header .menu .submenu li:hover a {
	color: #fff;
}

.home-header .menu-open {
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100%;
	background: #d71b2d;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.home-header .menu-open:hover {
	background: #000;
}

@media (max-width: 991.98px) {
	.home-header .container {
		align-items: center;
	}
	.home-header .menu {
		display: none;
	}
}

@media (min-width: 992px) {
	.home-header .menu-open {
		display: none;
	}
}

.mobile-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 0.3s;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	opacity: 0;
	pointer-events: none;
}

.mobile-menu .box {
	width: 280px;
	right: -280px;
	transition: right 0.3s;
	background: #fff;
	position: relative;
}

.mobile-menu .box .mobile-menu-close {
	position: absolute;
	right: 101%;
	top: 50px;
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #d71b2d;
	color: #fff;
	cursor: pointer;
	border-radius: 100%;
	font-size: 20px;
}

.mobile-menu .box .mobile-menu-close:hover {
	background: #000;
}

.mobile-menu .box .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.mobile-menu .box .menu {
	padding: 50px 0;
}

.mobile-menu .box .menu li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.mobile-menu .box .menu li a,
.mobile-menu .box .menu li i {
	line-height: 30px;
	color: #000;
}

.mobile-menu .box .menu li a:hover,
.mobile-menu .box .menu li i:hover {
	color: #d71b2d;
}

.mobile-menu .box .menu li a {
	flex-grow: 1;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 20px;
}

.mobile-menu .box .menu li .submenu-toggle {
	flex-shrink: 0;
	width: 30px;
	text-align: center;
	cursor: pointer;
}

.mobile-menu .box .menu li .submenu {
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 5px 0;
	display: none;
}

.mobile-menu .box .menu li .submenu li a {
	font-size: 13px;
}

.mobile-menu.aberto {
	opacity: 1;
	pointer-events: all;
}

.mobile-menu.aberto .box {
	right: 0;
}

/**
 * Sticky menu open
 */
.sticky-menu-open {
	position: fixed;
	top: -125px;
	right: -125px;
	z-index: 2;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	-webkit-transform: translate(100%, -100%);
	-moz-transform: translate(100%, -100%);
	-ms-transform: translate(100%, -100%);
	-o-transform: translate(100%, -100%);
	transform: translate(100%, -100%);
	transition: transform 0.3s;
}

.sticky-menu-open i {
	width: 55px;
	line-height: 55px;
	text-align: center;
	background: #d71b2d;
	font-size: 30px;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	margin-bottom: 41.66667px;
	margin-left: 41.66667px;
}

.sticky-menu-open i:hover {
	background: #fff;
	color: #d71b2d;
}

.sticky-menu-open.visible {
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

@media (min-width: 768px) {
	.sticky-menu-open {
		display: none;
	}
}

/**
 * Main
 */
.slideshows {
	height: 94vh;
	position: relative;
	/* background: url("../img/slider-bg.png"); */
	background: #0f44c4;
	background-size: cover;
	background-position: top center;
	z-index: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

@media (min-width: 425px) {
	.slideshows {
		height: 95vh;
	}
}

@media (min-width: 576px) {
	.slideshows {
		height: 96vh;
	}
}

@media (min-width: 768px) {
	.slideshows {
		height: 97vh;
	}
}

@media (min-width: 992px) {
	.slideshows {
		height: 100vh;
	}
}

/**
 * Nav
 */
.slideshows nav {
	position: relative;
	z-index: 1;
	max-width: 100%;
}

.slideshows nav .container .inner {
	height: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.slideshows nav .container .inner .simbolo {
	width: 35px;
	height: 35px;
	position: relative;
	background: #fff;
	flex-shrink: 0;
}

.slideshows nav .container .inner .simbolo div {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	height: 2px;
	background: #363636;
}

.slideshows nav .container .inner .simbolo div:nth-child(1) {
	top: 38.333%;
	width: 25px;
}

.slideshows nav .container .inner .simbolo div:nth-child(2) {
	top: 48.333%;
	width: 18px;
}

.slideshows nav .container .inner .simbolo div:nth-child(3) {
	top: 58.333%;
	width: 9px;
}

.slideshows nav .container .inner .divider {
	width: 35px;
	height: 20px;
	background: #141414;
	flex-shrink: 0;
}

.slideshows nav .container .inner button,
.slideshows nav .container .inner .slider-search-toggle {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	background: #141414;
	cursor: pointer;
	transition: background 0.3s;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.slideshows nav .container .inner button:hover,
.slideshows nav .container .inner .slider-search-toggle:hover {
	background: #000;
}

.slideshows nav .container .inner button.active {
	color: #d71b2d;
}

.slideshows nav .container .inner .slider-search {
	margin-top: 20px;
}

#slideshowbar-trigger:hover {
	background: #dfb82c;
}

@media (min-width: 576px) {
	.slideshows nav .container .inner .simbolo {
		width: 40px;
		height: 40px;
	}
	.slideshows nav .container .inner .divider {
		width: 40px;
	}
	.slideshows nav .container .inner button,
	.slideshows nav .container .inner .slider-search-toggle {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.slideshows nav .container .inner .simbolo {
		width: 45px;
		height: 45px;
	}
	.slideshows nav .container .inner .divider {
		width: 45px;
	}
	.slideshows nav .container .inner button,
	.slideshows nav .container .inner .slider-search-toggle {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.slideshows nav .container .inner .simbolo {
		width: 50px;
		height: 50px;
	}
	.slideshows nav .container .inner .divider {
		width: 50px;
	}
	.slideshows nav .container .inner button,
	.slideshows nav .container .inner .slider-search-toggle {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 26px;
	}
}

@media (min-width: 1200px) {
	.slideshows nav .container .inner .simbolo {
		width: 55px;
		height: 55px;
	}
	.slideshows nav .container .inner .divider {
		width: 55px;
	}
	.slideshows nav .container .inner button,
	.slideshows nav .container .inner .slider-search-toggle {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 28px;
	}
}

@media (min-width: 1600px) {
	.slideshows nav .container .inner .simbolo {
		width: 60px;
		height: 60px;
	}
	.slideshows nav .container .inner .divider {
		width: 60px;
	}
	.slideshows nav .container .inner button,
	.slideshows nav .container .inner .slider-search-toggle {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
	}
}

/**
 * Itens
 */
.slideshows .itens {
	z-index: 0;
}

.slideshows .itens .slider {
	display: none;
}

.slideshows .itens,
.slideshows .itens .slider,
.slideshows .itens .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slideshows .itens .slide {
	display: -webkit-flex !important;
	display: -ms-flex !important;
	display: flex !important;
	align-items: flex-start;
	justify-content: center;
}

.slideshows .itens .slide .container {
	padding-top: 200px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 0;
}

.slideshows .itens .slide .container .captions {
	font-size: 85px;
	font-family: "best_friend", sans-serif;
	-webkit-text-stroke: 2px black;
	letter-spacing: 4px;
	/* font-weight: 700; */
	text-transform: uppercase;
	width: 700px;
	max-width: 90%;
	text-align: right;
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
	transform: translateX(200%);
	transition: transform .5s;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.slideshows .itens .slide .container .captions span {
	color: #fff;
}

.slideshows .itens .slide .container .captions .cor-secundaria {
	color: #cecdcd;
}

.slideshows .itens .slide .container .captions .cor-primaria {
	color: #d71b2d;
}

.slideshows .itens .slide .container .captions.entrar {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.slideshows .itens .slide img {
	display: block;
	width: 70%;
	position: absolute;
	right: 50%;
	bottom: 135px;
	-webkit-transform: translateX(50%) translateY(200%);
	-moz-transform: translateX(50%) translateY(200%);
	-ms-transform: translateX(50%) translateY(200%);
	-o-transform: translateX(50%) translateY(200%);
	transform: translateX(50%) translateY(200%);
	transition: transform .5s;
	z-index: 1;
}

.slideshows .itens .slide img.entrar {
	-webkit-transform: translateX(50%) translateY(0%);
	-moz-transform: translateX(50%) translateY(0%);
	-ms-transform: translateX(50%) translateY(0%);
	-o-transform: translateX(50%) translateY(0%);
	transform: translateX(50%) translateY(0%);
}

.slideshows .itens .slide .btn {
	position: absolute;
	right: 50%;
	bottom: 75px;
	-webkit-transform: translateX(50%) translateY(300%);
	-moz-transform: translateX(50%) translateY(300%);
	-ms-transform: translateX(50%) translateY(300%);
	-o-transform: translateX(50%) translateY(300%);
	transform: translateX(50%) translateY(300%);
	transition: background 0.5s, transform 0.3s;
	z-index: 2;
}

.slideshows .itens .slide .btn.entrar {
	-webkit-transform: translateX(50%) translateY(0%);
	-moz-transform: translateX(50%) translateY(0%);
	-ms-transform: translateX(50%) translateY(0%);
	-o-transform: translateX(50%) translateY(0%);
	transform: translateX(50%) translateY(0%);
}

.slideshows .itens .slide .slide-indicator {
	position: absolute;
	right: 50%;
	bottom: 26%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 0;
	color: #212121;
	font-family: "Chakra Petch", sans-serif;
	font-weight: 500;
}

.slideshows .itens .slide .slide-indicator .atual {
	font-size: 65px;
	position: relative;
	bottom: -8px;
}

.slideshows .itens .slide .slide-indicator .todos {
	font-size: 16px;
}

/**
 * Responsive Slideshow
 */
@media (min-width: 425px) {
	.slideshows .itens .slide .container .captions {
		font-size: 40px;
	}
	.slideshows .itens .slide img {
		width: 65%;
	}
}

@media (min-width: 576px) {
	.slideshows .itens .slide .container .captions {
		font-size: 55px;
	}
	.slideshows .itens .slide img {
		width: 60%;
	}
}

@media (max-width: 767.98px) {
	.slideshows .itens .slide .slide-indicator {
		display: none;
	}
}

@media (min-width: 768px) {
	.slideshows .itens .slide .container .captions {
		font-size: 70px;
	}
	.slideshows .itens .slide img {
		width: 55%;
	}
}

@media (min-width: 992px) {
	.slideshows .itens .slide .container {
		padding-top: 14%;
	}
	.slideshows .itens .slide .container .captions {
		font-size: 85px;
	}
	.slideshows .itens .slide img {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.slideshows .itens .slide .container {
		padding-top: 12%;
	}
	.slideshows .itens .slide .container .captions {
		font-size: 100px;
	}
	.slideshows .itens .slide img {
		width: 35%;
	}
}

@media (min-width: 1600px) {
	.slideshows .itens .slide .container {
		padding-top: 10.509721492380451918024172359432%;
	}
	.slideshows .itens .slide .container .captions {
		font-size: 112px;
	}
	.slideshows .itens .slide img {
		width: 41%;
	}
}

/**
 * Cycle nav
 */
.slideshows .cycle-nav {
	position: absolute;
	right: 50%;
	bottom: 37%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 111;
}

.slideshows .cycle-nav .cycle-prev,
.slideshows .cycle-nav .cycle-next,
.slideshows .cycle-nav .divider {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slideshows .cycle-nav .cycle-prev,
.slideshows .cycle-nav .cycle-next {
	border-style: solid;
	border-color: #9a9a9a;
	cursor: pointer;
	width: 19px;
	height: 19px;
}

.slideshows .cycle-nav .cycle-prev:hover,
.slideshows .cycle-nav .cycle-next:hover {
	border-color: #212121;
}

.slideshows .cycle-nav .cycle-prev {
	border-width: 2px 0 0 2px;
	margin-right: 34px;
}

.slideshows .cycle-nav .cycle-next {
	border-width: 0 2px 2px 0;
	margin-right: 14px;
}

.slideshows .cycle-nav .divider {
	width: 60px;
	height: 2px;
	background: #9a9a9a;
	margin: 9px 0;
}

@media (min-width: 425px) {
	.slideshows .cycle-nav .cycle-prev,
	.slideshows .cycle-nav .cycle-next {
		width: 20px;
		height: 20px;
	}
	.slideshows .cycle-nav .cycle-prev {
		margin-right: 35px;
	}
	.slideshows .cycle-nav .cycle-next {
		margin-right: 15px;
	}
	.slideshows .cycle-nav .divider {
		width: 65px;
		margin: 10px 0;
	}
}

@media (min-width: 576px) {
	.slideshows .cycle-nav .cycle-prev,
	.slideshows .cycle-nav .cycle-next {
		width: 21px;
		height: 21px;
	}
	.slideshows .cycle-nav .cycle-prev {
		margin-right: 36px;
	}
	.slideshows .cycle-nav .cycle-next {
		margin-right: 16px;
	}
	.slideshows .cycle-nav .divider {
		width: 70px;
		margin: 11px 0;
	}
}

@media (min-width: 768px) {
	.slideshows .cycle-nav .cycle-prev,
	.slideshows .cycle-nav .cycle-next {
		width: 22px;
		height: 22px;
	}
	.slideshows .cycle-nav .cycle-prev {
		margin-right: 37px;
	}
	.slideshows .cycle-nav .cycle-next {
		margin-right: 17px;
	}
	.slideshows .cycle-nav .divider {
		width: 75px;
		margin: 12px 0;
	}
}

@media (min-width: 992px) {
	.slideshows .cycle-nav .cycle-prev,
	.slideshows .cycle-nav .cycle-next {
		width: 23px;
		height: 23px;
	}
	.slideshows .cycle-nav .cycle-prev {
		margin-right: 38px;
	}
	.slideshows .cycle-nav .cycle-next {
		margin-right: 18px;
	}
	.slideshows .cycle-nav .divider {
		width: 80px;
		margin: 13px 0;
	}
}

@media (min-width: 1200px) {
	.slideshows .cycle-nav .cycle-prev,
	.slideshows .cycle-nav .cycle-next {
		width: 24px;
		height: 24px;
	}
	.slideshows .cycle-nav .cycle-prev {
		margin-right: 39px;
	}
	.slideshows .cycle-nav .cycle-next {
		margin-right: 19px;
	}
	.slideshows .cycle-nav .divider {
		width: 85px;
		margin: 14px 0;
	}
}

@media (min-width: 1600px) {
	.slideshows .cycle-nav .cycle-prev,
	.slideshows .cycle-nav .cycle-next {
		width: 25px;
		height: 25px;
	}
	.slideshows .cycle-nav .cycle-prev {
		margin-right: 40px;
	}
	.slideshows .cycle-nav .cycle-next {
		margin-right: 20px;
	}
	.slideshows .cycle-nav .divider {
		width: 90px;
		margin: 15px 0;
	}
}

/**
 * Principal
 */
.destaques {
	margin-top: 150px;
}

.destaques .container {
	position: relative;
	z-index: 0;
}

/**
 * Nav
 */
.destaques nav {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 1;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}

.destaques nav button {
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.destaques nav button::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 5px;
	background: #d71b2d;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	transition: width 0.3s;
}

.destaques nav button:nth-child(n+2) {
	margin-left: 30px;
}

.destaques nav button:hover,
.destaques nav button.active {
	color: #2b2b2b;
}

.destaques nav button.active {
	font-weight: 700;
}

.destaques nav button.active::before {
	width: 60px;
}

@media (max-width: 767.98px) {
	.destaques nav {
		position: static;
		top: auto;
		right: auto;
		justify-content: flex-start;
		margin-bottom: 30px;
	}
}

/**
 * Secções
 */
.destaques section {
	display: none;
	justify-content: space-between;
}

.destaques section main {
	width: 78%;
}

.destaques section aside {
	width: 17%;
	padding-top: 110px;
}

@media (max-width: 1199.98px) {
	.destaques section {
		flex-direction: column;
	}
	.destaques section main,
	.destaques section aside {
		width: 100%;
	}
	.destaques section aside {
		padding-top: 30px;
	}
}

/**
 * Conteúdos
 */
.destaques-conteudos .item {
	display: none;
}

.destaques-conteudos .item .imagem {
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.destaques-conteudos .item .detalhes-inner {
	background: #212121;
	margin-top: 25px;
}

.destaques-conteudos .item .detalhes-inner .categoria {
	display: block;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	background: #d71b2d;
}

.destaques-conteudos .item .detalhes-inner .wrap {
	padding: 20px;
}

.destaques-conteudos .item .detalhes-inner .subtitulo,
.destaques-conteudos .item .detalhes-inner .titulo {
	font-family: "Chakra Petch", sans-serif;
	line-height: 1.3;
}

.destaques-conteudos .item .detalhes-inner .subtitulo {
	text-transform: uppercase;
	color: #fff;
}

.destaques-conteudos .item .detalhes-inner .titulo {
	color: #d71b2d;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 24px;
}

.destaques-conteudos .item .detalhes-inner p {
	color: #fff;
	line-height: 1.5;
}

.destaques-conteudos .item .info {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.destaques-conteudos .item .info .promocao {
	margin-right: 15px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.destaques-conteudos .item .info .promocao label,
.destaques-conteudos .item .info .promocao .preco,
.destaques-conteudos .item .info .promocao .antigo {
	font-weight: 600;
	font-size: 16px;
}

.destaques-conteudos .item .info .promocao label,
.destaques-conteudos .item .info .promocao .preco {
	margin-right: 5px;
}

.destaques-conteudos .item .info .promocao label {
	color: #525252;
	text-transform: uppercase;
}

.destaques-conteudos .item .info .promocao .preco {
	color: #ddaf02;
}

.destaques-conteudos .item .info .promocao .antigo {
	color: #a7a7a7;
	text-decoration: line-through;
}

.destaques-conteudos .item .info .links {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.destaques-conteudos .item .info .links a i {
	display: block;
	width: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
	font-size: 20px;
	color: #fff;
}

.destaques-conteudos .item .info .links a:nth-child(n+2) {
	margin-left: 15px;
}

.destaques-conteudos .item .info .links .ver i {
	background: #4d4d4d;
}

.destaques-conteudos .item .info .links .favorito i {
	background: #2d5593;
}

.destaques-conteudos .item .info .links .carrinho i {
	background: #d71b2d;
}

.destaques-conteudos .item .info .links a:hover i {
	background: #000;
}

@media (max-width: 1199.98px) {
	.destaques-conteudos .item .imagem {
		padding-bottom: 56.25%;
	}
}

@media (min-width: 1200px) {
	.destaques-conteudos .item .detalhes-inner {
		display: none;
	}
	
	
}

/**
 * Itens
 */
.destaques-itens .item {
	position: relative;
}

.destaques-itens .item > .imagem {
    padding-bottom: 60%;
    cursor: pointer;
    background-color: #eaeaea;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 20px solid transparent;
    opacity: 1;
    transition: opacity 0.3s;
}

.destaques-itens .item > .imagem:hover {
	opacity: .8;
}

.destaques-itens .item .detalhes {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 260%;
	max-width: 95vw;
	height: 100%;
	background: #0f44c4;
}

.destaques-itens .item .detalhes .categoria {
    display: block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #d71b2d;
    position: absolute;
}

.destaques-itens .item .detalhes .cols {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    align-items: center;
}

.destaques-itens .item .detalhes .cols .imagem {
    width: 40%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 140px;
}

.destaques-itens .item .detalhes .cols .info {
	width: 55%;
}

.destaques-itens .item .detalhes .cols .info .subtitulo,
.destaques-itens .item .detalhes .cols .info .titulo {
	font-family: "Chakra Petch", sans-serif;
	line-height: 1.3;
}

.destaques-itens .item .detalhes .cols .info .subtitulo {
	text-transform: uppercase;
	color: #fff;
}

.destaques-itens .item .detalhes .cols .info .titulo {
	color: #d71b2d;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 24px;
}

.destaques-itens .item .detalhes .cols .info p {
	color: #fff;
	line-height: 1.5;
}

@media (max-width: 1199.98px) {
	.destaques-itens {
		position: relative;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
	.destaques-itens .item {
		width: 25%;
	}
	.destaques-itens .item .detalhes {
		display: none !important;
	}
}

.banner-cta { 
	margin-top: 244.5px;
	position: relative;
	z-index: 0;
	text-align: center;
}



.banner-cta .fundo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.banner-cta .container {
	position: relative;
}

.banner-cta .titulo {
    position: absolute;
    top: 0;
    right: 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%);
    font-size: 20px;
    color: #d71b2d;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "best_friend", sans-serif;
	-webkit-text-stroke: 2px black;
    letter-spacing: 5px;
    z-index: 0;
}

.banner-cta .subtitulo {
    font-size: 17px;
    color: #0e0c0c;
    letter-spacing: 8px;
    margin-top: 20px;
    margin-bottom: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "best_friend", sans-serif;
	-webkit-text-stroke: 2px black;
	letter-spacing: 4px;
}

@media (max-width: 768px) {

	.destaques-conteudos .item .info .promocao label {
    	color: #525252;
    	text-transform: uppercase;
    	display: none;
	}

	.banner-cta .titulo {
		font-size: 75px;
		font-weight: 100;
	}

	.banner-cta .subtitulo {
		font-weight: 100;
		-webkit-text-stroke: 0;
		font-size: 45px;
	}

}
@media (min-width: 768px) {

.banner-cta .fundo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 440px;
	background-size: cover;
	background-position: center;
	z-index: -1;
}


	.banner-cta .titulo {
		position: absolute;
		top: 0;
		right: 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%);
		font-size: 289px;
		color: #d71b2d;
		/* font-weight: 700; */
		text-transform: uppercase;
		font-family: "best_friend", sans-serif;
		-webkit-text-stroke: 5px black;
		letter-spacing: 15px;
		z-index: 0;
	}

	.banner-cta .subtitulo {
		font-size: 35px;
		color: #0e0c0c;
		letter-spacing: 55px;
		margin-top: 20px;
		margin-bottom: 60px;
		font-weight: 700;
		text-transform: uppercase;
		font-family: "best_friend", sans-serif;
		-webkit-text-stroke: 0px black;
	}
	
}

.banner-cta img {
	display: block;
	width: 100%;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}


.imagem-home {
	display: block;
	width: 100%;
	margin-top: 150px;
}

.carrossel-galeria .item {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
}

.carrossel-galeria .owl-dots {
	margin-top: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.carrossel-galeria .owl-dots button span {
	display: block;
	width: 10px;
	height: 10px;
	background: #646464;
	border-radius: 100px;
	transition: background 0.3s, height 0.3s;
}

.carrossel-galeria .owl-dots button:nth-child(n+2) {
	margin-left: 14px;
}

.carrossel-galeria .owl-dots button:hover span,
.carrossel-galeria .owl-dots button.active span {
	background: #d71b2d;
}

.carrossel-galeria .owl-dots button.active span {
	height: 30px;
}

.sobre {
	margin-top: 150px;
}

.sobre .foto {
	z-index: 0;
}

.sobre .foto,
.sobre .foto img {
	position: relative;
}

.sobre .foto .barra-tras,
.sobre .foto .barra-frente {
	position: absolute;
}

.sobre .foto .barra-tras {
	top: 55px;
	right: 55px;
	width: 250px;
	height: 600px;
	background: #ebebeb;
	z-index: 0;
}

.sobre .foto img {
	display: block;
	width: 100%;
	z-index: 1;
}

.sobre .foto .barra-frente {
	top: 300px;
	left: 230px;
	width: 100px;
	height: 400px;
	background: #d71b2d;
	z-index: 2;
}

.sobre .texto p {
	line-height: 1.5;
	font-size: 16px;
	color: #212121;
}

.sobre .texto .mais {
	margin-top: 50px;
	position: relative;
	z-index: 0;
	display: inline-block;
}

.sobre .texto .mais::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(215, 27, 45, 0.5);
	border-radius: 100%;
	animation: maisPulse 1s alternate infinite;
}

.sobre .texto .mais i {
	position: relative;
	z-index: 1;
	display: block;
	width: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 40px;
	background: #d71b2d;
	border-radius: 100%;
}

.sobre .texto .mais:hover::before {
	background: rgba(0, 0, 0, 0.5);
}

.sobre .texto .mais:hover i {
	background: #000;
}

@-webkit-keyframes maisPulse {
	0% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@-moz-keyframes maisPulse {
	0% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@-o-keyframes maisPulse {
	0% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes maisPulse {
	0% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@media (max-width: 767.98px) {
	.sobre .foto .barra-tras {
		top: 7.6%;
		height: 82.87%;
		width: 34.53%;
	}
	.sobre .foto .barra-frente {
		top: 41.44%;
		left: 60%;
		width: 13.81%;
		height: 55.25%;
	}
	.sobre .texto {
		margin-top: 50px;
	}
}

.titledelete
{
	display:none;
}
.carrossel-marcas-wrap {
    margin-top: 150px;
    padding: 120px 0;
    background: #f6f6f6;
    text-align: center;
}
@media (min-width: 768px) {
	
	.titledelete
{
	display:block;
}
	}

	.sobre .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
	}
	.sobre .container .foto {
		width: 41%;
		margin-left: 5%;
	}
	.sobre .container .texto {
		width: 47%;
		padding-top: 85px;
	}
	.sobre .container .texto .titulo {
		position: relative;
		left: -92px;
	}
} 

.carrossel-marcas-wrap {
    margin-top: 150px;
    padding: 120px 0;
    background: #f6f6f6;
    text-align: center;
}

.carrossel-marcas .item .img {
	width: 135px;
	height: 80px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.newsletter {
	padding: 30px 0 !important;
	background: #0f44c4 !important;
}

.newsletter .titulo,
.newsletter p {
	color: #fff !important;
	line-height: 1.5 !important;
	text-align: center !important;
}

.newsletter .titulo {
	text-transform: uppercase !important;
}

.newsletter .titulo span {
	color: #d71b2d !important;
}

.newsletter form {
	display: -webkit-flex !important;
	display: -ms-flex !important;
	display: flex !important;
	margin-top: 20px !important;
	padding: 0px !important;
	background: #141414 !important;

}

.newsletter form input,
.newsletter form button {
	background: #141414 !important;
	height: 45px !important;
	line-height: 45px !important;
	border: 0 !important;
	color: #fff !important;
}

.newsletter form input {
	flex-grow: 1 !important;
	padding: 0 20px !important;
	font-size: 12px !important;
}

.newsletter form input:focus {
	background: #141414 !important;
	color: #fff !important;
}

.newsletter form button {
	flex-shrink: 0 !important;
	padding: 0 !important;
	width: 45px !important;
	text-align: center !important;
	cursor: pointer !important;
}

.newsletter form button:hover {
	background: #d71b2d !important;
}

@media (min-width: 576px) {
	.newsletter .container {
		display: -webkit-flex  !important;
		display: -ms-flex !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
	}
	.newsletter .texto,
	.newsletter form {
		width: 40.0% !important;
	}
	.newsletter form {
		margin-top: 0 !important;
	}
}

@media (min-width: 992px) {
	.newsletter .texto {
		display: -webkit-flex !important;
		display: -ms-flex !important;
		display: flex !important;
		align-items: center !important;
	}
	.newsletter .texto .titulo,
	.newsletter .texto p {
		text-align: left !important;
	}
	.newsletter .texto p {
		margin-left: 15px !important;
	}
}

/**
 * Rodapé
 */
footer {
	padding: 90px 0;
	background: #0f44c4;
}

footer .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
}

footer .titulo {
	color: #fff;
}

footer ul li {
	display: block;
}

footer ul li a {
	display: block;
	color: #fff;
	line-height: 25px;
	padding: 5px 0;
}

footer ul li a:hover {
	color: #d71b2d;
}

/**
 * Redes Sociais
 */
.redes-sociais {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 30px;
}

.redes-sociais a i {
	display: block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: #fff;
	color: #212121;
}

.redes-sociais a:nth-last-child(n+2) {
	margin-right: 12px;
}

.redes-sociais a:hover i {
	background: #d71b2d;
	color: #fff;
}

/**
 * Contactos Rodapé
 */
.footer-contactos {
	margin-top: 50px;
}

.footer-contactos .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start;
}

.footer-contactos .item i,
.footer-contactos .item span {
	line-height: 21px;
}

.footer-contactos .item i {
	color: #141414;
	margin-right: 15px;
}

.footer-contactos .item span,
.footer-contactos .item span a {
	color: #fff;
}

.footer-contactos .item span a:hover {
	color: #d71b2d;
}

.footer-contactos .item:nth-child(n+2) {
	margin-top: 10px;
}

/**
 * Responsive Rodapé
 */
@media (max-width: 575.98px) {
	footer .col:nth-child(n+2) {
		margin-top: 50px;
	}
}

@media (min-width: 576px) {
	footer .container {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	footer .col {
		width: 47.5%;
		margin-left: 5%;
		margin-top: 5%;
	}
	footer .col:nth-child(2n+1) {
		margin-left: 0;
	}
	footer .col:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	footer .container {
		justify-content: flex-end;
	}
	footer .col:first-child {
		margin-right: auto;
	}
	footer .col:nth-child(n+2) {
		padding-top: 60px;
		margin-left: 10%;
	}
}

.copyright {
	padding-top: 30px 0;
	padding: 35px;
	background: #0f44c4;
}

.copyright p {
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

/**
 * Métodos de Pagamento Rodapé
 */
.metodos-pagamento-footer {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.metodos-pagamento-footer img:nth-last-child(n+2) {
	margin-right: 10px;
}

/**
 * Responsive Copyright
 */
@media (min-width: 576px) {
	.copyright .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.metodos-pagamento-footer {
		margin-top: 0;
	}
}

.breadcrumbs {
	background: #ededed;
	padding: 15px 0;
}

.breadcrumbs .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumbs .container a,
.breadcrumbs .container .divider {
	font-size: 14px;
	color: #131313;
	line-height: 20px;
}

.breadcrumbs .container a {
	font-weight: 600;
}

.breadcrumbs .container .divider {
	margin: 0 15px;
}

.breadcrumbs .container a:hover,
.breadcrumbs .container a:last-child {
	color: #d71b2d;
}

/**
 * Filtros
 */
.filtros {
	margin-top: 60px;
}

.filtros .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.filtros .ordem {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
}

.filtros .ordem .titulo,
.filtros .ordem label span {
	color: #1b1b1b;
}

.filtros .ordem .titulo {
	font-weight: 700;
}

.filtros .ordem label {
	margin-top: 10px;
	cursor: pointer;
}

.filtros .ordem label input {
	display: none;
}

.filtros .ordem label input:checked + span {
	text-decoration: underline;
}

.filtros .ordem label span {
	font-weight: 600;
}

.filtros .ordem label:hover span {
	color: #999;
}

.filtros select {
	line-height: 30;
	height: 30px;
	background: #f2f2f2;
	border-radius: 100px;
	padding: 0 15px;
	color: #393939;
	border: 0;
}

@media (min-width: 768px) {
	.filtros .container {
		align-items: center;
	}
	.filtros .ordem {
		flex-direction: row;
	}
	.filtros .ordem label {
		margin-top: 0;
		margin-left: 30px;
	}
}

/**
 * Grelha ESPORTS
 */

 .miniatura_esports_dentro
 {
	 width:100%;
	 background-position: center center;
	 background-repeat:no-repeat;
	 background-attachment: fixed;
	 height:500px;
	 overflow: hidden;
 }
 .grelha-esports-wrap {
	margin-top: 50px;
}

.grelha-esports {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.grelha-esports .item {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s;
    position: relative;
}

.grelha-esports .item .nome, .grelha-esports .item .preco {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    background: #d71b2d;
    text-align: right;
    padding: 5px 30px;
    width: 60%;
    margin-top: -70px;
    z-index: 1;
    position: relative;
    margin-left: -20px;
}

.grelha-esports .item .nome {
    color: #fff;
    font-family: "Chakra Petch", sans-serif;
}
.grelha-esports .item .preco {
	color: #ddaf03;
}

.grelha-esports .item .miniatura {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.grelha-esports .item .excerto {
	margin-top: auto;
	line-height: 1.5;
	color: #242424;
}

.grelha-esports .item .links {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	background: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.grelha-esports .item .links a i {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	font-size: 18px;
	color: #fff;
}

.grelha-esports .item .links a:nth-child(n+2) {
	margin-left: 15px;
}

.grelha-esports .item .links .ver i {
	background: #4d4d4d;
}

.grelha-esports .item .links .favorito i {
	background: #2d5593;
}

.grelha-esports .item .links .carrinho i {
	background: #d71b2d;
}

.grelha-esports .item .links a:hover i {
	background: #000;
}

.grelha-esports .item:hover {
}

.grelha-esports .item:hover .links {
	opacity: 1;
	pointer-events: all;
}

@media (max-width: 575.98px) {
	.grelha-esports .item {
		width: 100%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.grelha-esports .item:nth-child(1n+1) {
		margin-left: 0;
	}
	.grelha-esports .item:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.grelha-esports .item {
		width: 50%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.grelha-esports .item:nth-child(2n+1) {
		margin-left: 0;
	}
	.grelha-esports .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.grelha-esports .item {
		width: 33.33333%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.grelha-esports .item:nth-child(3n+1) {
		margin-left: 0;
	}
	.grelha-esports .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.grelha-esports .item {
		width: 25%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.grelha-esports .item:nth-child(4n+1) {
		margin-left: 0;
	}
	.grelha-esports .item:nth-child(-n+4) {
		margin-top: 0;
	}
}





/**
 * Grelha Produtos
 */
.grelha-produtos-wrap {
	margin-top: 50px;
}

.grelha-produtos {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.grelha-produtos .item {
    padding: 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s;
    position: relative;
    border: 1px solid #efefef;
}

.grelha-produtos .item .nome,
.grelha-produtos .item .preco {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 700;
}

.grelha-produtos .item .nome {
    color: #999;
    font-size: 14px;
}
.grelha-produtos .item .preco {
	color: #ddaf03;
}

.grelha-produtos .item .miniatura {
	padding-bottom: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
}

.grelha-produtos .item .excerto {
	margin-top: auto;
	line-height: 1.5;
	color: #242424;
}

.grelha-produtos .item .links {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	background: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

.grelha-produtos .item .links a i {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	font-size: 18px;
	color: #fff;
}

.grelha-produtos .item .links a:nth-child(n+2) {
	margin-left: 15px;
}

.grelha-produtos .item .links .ver i {
	background: #4d4d4d;
}

.grelha-produtos .item .links .favorito i {
	background: #2d5593;
}

.grelha-produtos .item .links .carrinho i {
	background: #d71b2d;
}

.grelha-produtos .item .links a:hover i {
	background: #000;
}

.grelha-produtos .item:hover {
	box-shadow: 0 3px 40px rgba(0, 0, 0, 0.2);
}

.grelha-produtos .item:hover .links {
	opacity: 1;
	pointer-events: all;
}

@media (max-width: 575.98px) {
	.grelha-produtos .item {
		width: 100%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.grelha-produtos .item:nth-child(1n+1) {
		margin-left: 0;
	}
	.grelha-produtos .item:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.grelha-produtos .item {
		width: 50%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.grelha-produtos .item:nth-child(2n+1) {
		margin-left: 0;
	}
	.grelha-produtos .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.grelha-produtos .item {
		width: 33.33333%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.grelha-produtos .item:nth-child(3n+1) {
		margin-left: 0;
	}
	.grelha-produtos .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.grelha-produtos .item {
		width: 25%;
		margin-left: 0%;
		margin-top: 0%;
	}
	.grelha-produtos .item:nth-child(4n+1) {
		margin-left: 0;
	}
	.grelha-produtos .item:nth-child(-n+4) {
		margin-top: 0;
	}
}

/**
 * Peças Nav
 */
 .pecas-nav {
    background: #ededed;
    padding: 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.sticky-menu .pecas-nav {
    background: #ededed;
    padding: 10px 0;
    overflow-x: auto;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 2;
}
.pecas-nav .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.pecas-nav .container button {
	position: relative;
	font-size: 16px;
	color: #504f4f;
	border: 0;
	padding: 0;
	line-height: 20px;
	height: 30px;
	padding: 5px 10px;
	text-align: left;
	cursor: pointer;
	background: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.pecas-nav .container button::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	-webkit-transform: translate(50%, 175%) rotate(-45deg);
	-moz-transform: translate(50%, 175%) rotate(-45deg);
	-ms-transform: translate(50%, 175%) rotate(-45deg);
	-o-transform: translate(50%, 175%) rotate(-45deg);
	transform: translate(50%, 175%) rotate(-45deg);
	display: block;
	border-top: 20px solid #d71b2d;
	border-left: 20px solid transparent;
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
}

.pecas-nav .container button:nth-child(n+2) {
	border-left: 1px solid #141414;
}

.pecas-nav .container button:hover,
.pecas-nav .container button.active {
	color: #141414;
}

.pecas-nav .container button.active {
	font-weight: 600;
}

.pecas-nav .container button.active::before {
	-webkit-transform: translate(50%, 125%) rotate(-45deg);
	-moz-transform: translate(50%, 125%) rotate(-45deg);
	-ms-transform: translate(50%, 125%) rotate(-45deg);
	-o-transform: translate(50%, 125%) rotate(-45deg);
	transform: translate(50%, 125%) rotate(-45deg);
	opacity: 1;
}

/**
 * Produto
 */
.produto {
	margin-top: 80px;
}

.produto form {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.produto .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.produto .heading {
		width: 100%;
	}
	.produto .galeria {
		width: 63%;
	}
	.produto form {
		margin-top: 0;
		width: 32%;
	}
	.produto .galeria3d {
		width: 63%;
	}
}



/**
 * Produto
 */
.produto2 {
	margin-top: 80px;
}

.produto2 form {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.produto2 .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.produto2 .heading {
		width: 100%;
	}
	.produto2 .galeria {
		width: 63%;
	}
	.produto2 form {
		margin-top: 0;
		width: 32%;
	}
	.produto2 .galeria3d {
		width: 63%;
	}
}




/**
 * sports_inter
 */
 .sports_inter {
    margin-top: -347px;
    display: block;
}

.sports_inter .text {
	margin-top: 30px;
}
.sports_inter .galeria {
	width: 100%;
}
.sports_inter .text {
	margin-left: 0%;
	width: 100%;
}

.profile {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    background: #d71b2d;
    text-align: right;
    padding: 5px 30px;
    width: 266px;
    margin-top: -70px;
    z-index: 1;
    position: relative;
    color: #FFF;
    left: 0;
    margin-top: 0;
    top: -249px;
}
@media (min-width: 992px) {
	.sports_inter {
		margin-top: -250px;
		display: flex;
	}
	.sports_inter .galeria {
		width: 30%;
	}
	.sports_inter .text {
		margin-left: 10%;
		width: 50%;
	}
	.profile {
		font-size: 30px;
		line-height: 1.5;
		margin-bottom: 20px;
		font-weight: 300;
		background: #d71b2d;
		text-align: right;
		padding: 5px 30px;
		width: 266px;
		margin-top: -70px;
		z-index: 1;
		position: relative;
		color: #FFF;
		left: 60%;
		margin-top: 185px;
		top:auto;
	}
}







/**
 * Cabeçalho do Produto
 */
.produto .heading {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

.produto .heading h2 {
	margin-bottom: 30px;
}

.produto .heading .consolas {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.produto .heading .consolas a {
	padding-bottom: 15px;
	padding-right: 20px;
	color: #808080;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.produto .heading .consolas a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 5px;
	transition: width 0.3s;
	background: #d71b2d;
}

.produto .heading .consolas a:nth-child(n+2) {
	margin-left: 30px;
}

.produto .heading .consolas a:hover::before,
.produto .heading .consolas a.active::before {
	width: 100%;
}

.produto .heading .consolas a.active {
	color: #212121;
}

@media (min-width: 992px) {
	.produto .heading {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
	.produto .heading h2 {
		margin-bottom: 0;
	}
}

/**
 * Galeria do Produto
 */
.produto .galeria .carrossel-produto .animated {
	animation-duration: .1s !important;
}

.produto .galeria .carrossel-produto .item {
	position: relative;
	z-index: 0;
}

.produto .galeria .carrossel-produto .item img {
	display: block;
	width: 100%;
}

.produto .galeria .carrossel-produto .item img:nth-child(n+2) {
	position: absolute;
	top: 0;
	left: 0;
}

.produto .galeria .carrossel-produto .item .base-finish {
    opacity: 0.1;
}


.produto .galeria .carrossel-produto .item .sticker-l {
	-webkit-transform: translate(-28%, -16%) scale(0.2);
	-moz-transform: translate(-28%, -16%) scale(0.2);
	-ms-transform: translate(-28%, -16%) scale(0.2);
	-o-transform: translate(-28%, -16%) scale(0.2);
	transform: translate(-28%, -16%) scale(0.2);
}

.produto .galeria .carrossel-produto .item .sticker-r {
	-webkit-transform: translate(27%, -16%) scale(0.2);
	-moz-transform: translate(27%, -16%) scale(0.2);
	-ms-transform: translate(27%, -16%) scale(0.2);
	-o-transform: translate(27%, -16%) scale(0.2);
	transform: translate(27%, -16%) scale(0.2);
}

.produto .galeria .carrossel-produto .item [class^="custom-field-"] {
	position: absolute;
	font-family: 'gimme_danger';
	text-align: center;
	z-index: 4;
}

.produto .galeria .carrossel-produto .item [class^="custom-field-sticker_"] {
	font-size: 31.87027027027027027027027027027px;
	top: 54.913294797687861271676300578035%;
	width: 27.567567567567567567567567567568%;
}

.produto .galeria .carrossel-produto .item [class^="custom-field-sticker_l"] {
	left: 9.009009009009009009009009009009%;
}

.produto .galeria .carrossel-produto .item [class^="custom-field-sticker_r"] {
	right: 9.009009009009009009009009009009%;
}

.produto .galeria .carrossel-produto .item [class^="custom-field-sticker_b"] {
	right: 9.009009009009009009009009009009%;
}
.produto .galeria .carrossel-produto .item .custom-field-sticker_l-2,
.produto .galeria .carrossel-produto .item .custom-field-sticker_r-2 {
	color: #fff;
}

.produto .galeria .carrossel-produto .item .custom-field-sticker_l-3,
.produto .galeria .carrossel-produto .item .custom-field-sticker_r-3 {
	color: #000;
}

.produto .galeria .carrossel-produto .item [class^="custom-field-tag"],
.produto .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
	color: #fff;
	top: 18.786127167630057803468208092486%;
	left: 0;
	width: 100%;
	font-size: 21.246846846846846846846846846847px;
	line-height: 31.87027027027027027027027027027px;
}

@media (max-width: 1199.98px) {
	.produto .galeria .carrossel-produto .item [class^="custom-field-sticker_"],
	.produto .galeria .carrossel-produto .item [class^="custom-field-tag"],
	.produto .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@media (max-width: 991.98px) {
	.produto .galeria .carrossel-produto .item [class^="custom-field-sticker_"],
	.produto .galeria .carrossel-produto .item [class^="custom-field-tag"],
	.produto .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@media (max-width: 767.98px) {
	.produto .galeria .carrossel-produto .item [class^="custom-field-sticker_"],
	.produto .galeria .carrossel-produto .item [class^="custom-field-tag"],
	.produto .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@media (max-width: 575.98px) {
	.produto .galeria .carrossel-produto .item [class^="custom-field-sticker_"],
	.produto .galeria .carrossel-produto .item [class^="custom-field-tag"],
	.produto .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
}
.produto .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
	-webkit-transform: rotateX(60deg) scale(0.5) translateY(-61%);
	-moz-transform: rotateX(60deg) scale(0.5) translateY(-61%);
	-ms-transform: rotateX(60deg) scale(0.5) translateY(-61%);
	-o-transform: rotateX(60deg) scale(0.5) translateY(-61%);
	transform: rotateX(60deg) scale(0.5) translateY(-61%);
}

.produto .galeria .carrossel-produto .item .light-bar {
    left: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-36.8%) rotateX(60deg) scale(0.05);
    -moz-transform: translateX(-50%) translateY(-36.8%) rotateX(60deg) scale(0.05);
    -ms-transform: translateX(-50%) translateY(-36.8%) rotateX(60deg) scale(0.05);
    -o-transform: translateX(-50%) translateY(-36.8%) rotateX(60deg) scale(0.05);
    transform: translateX(-50%) translateY(3.2%) rotateX(60deg) scale(0.25);
}



.produto .galeria .carrossel-produto .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.produto .galeria .carrossel-produto .owl-nav button {
	position: relative;
}

.produto .galeria .carrossel-produto .owl-nav button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(215, 27, 45, 0.5);
	border-radius: 100%;
	animation: maisPulse 1s alternate infinite;
}

.produto .galeria .carrossel-produto .owl-nav button i {
	position: relative;
	z-index: 1;
	display: block;
	width: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #d71b2d;
	border-radius: 100%;
}

.produto .galeria .carrossel-produto .owl-nav button:hover::before {
	background: rgba(0, 0, 0, 0.5);
}

.produto .galeria .carrossel-produto .owl-nav button:hover i {
	background: #000;
}

/**
 * Formulário do Produto
 */
.produto form {
	padding: 35px;
	background: #f6f6f6;
	box-shadow: 0 3px 40px rgba(0, 0, 0, 0.2);
	position: relative;
}

.produto form .consola {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #d71b2d;
	color: #fff;
	font-size: 30px;
}

.produto form section {
	display: none;
}

.produto form .campo > label {
	color: #212121;
	text-transform: uppercase;
	font-size: 20px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
	font-weight: 600;
	display: block;
}


.produto form .campo2 > label {
	/* color: #212121; */
	text-transform: uppercase;
	font-size: 20px;
	/* padding-left: 30px; */
	position: relative;
	margin-bottom: 15px;
	font-weight: 600;
	display: block;
}

.produto form .campo > label::before {
	content: '';
	position: absolute;
	top: 8.5px;
	left: 0;
	display: block;
	width: 22px;
	height: 3px;
	background: #d71b2d;
}

.produto form .campo2 > label::before {
	content: '';
	position: absolute;
	top: 8.5px;
	left: 0;
	display: block;
	width: 22px;
	height: 3px;
	/* background: #d71b2d; */
}

.produto form .campo:nth-child(n+2) {
	margin-top: 30px;
}

.produto form .campo2:nth-child(n+2) {
	margin-top: 30px;
}

.produto form input,
.produto form select {
	display: block;
	background: #fff;
	height: 45px;
	line-height: 40px;
	color: #525252;
	border: 0;
	padding: 0 25px;
}

.produto form input {
	border-radius: 0;
	width: 100%;
}

.produto form select {
	border-radius: 100px;
	min-width: 150px;
	max-width: 100%;
}

.produto form .cores {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.produto form .cores label {
	cursor: pointer;
}

.produto form .cores label input {
	display: none;
}

.produto form .cores label span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: transform 0.3s;
}

.produto form .cores label input:checked + span {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.produto form .cores label:nth-last-child(n+2) {
	margin-right: 20px;
}

.produto form .special {
    width: 100%;
}

.produto form .special label {
    cursor: pointer;
    display: inline-table;
}

.produto form .special label input {
	display: none;
}

.produto form .special label span {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
}
.hide {
  display: none;
}
.produto form .special label input:checked + span {
	border-color: #d71b2d;
}

.produto form .special label:nth-last-child(n+2) {
    margin-right: 0px;
}

.produto form [class^="custom-field-"] {
	display: none;
}

.produto form .adicionar-carrinho {
	margin: 35px -35px -35px -35px;
	padding: 35px 35px 52.5px;
	background: #ededed;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.produto form .adicionar-carrinho .preco {
	font-size: 40px;
	color: #545454;
	font-weight: 700;
}

.produto form .adicionar-carrinho input {
	margin-left: 15px;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	background: #fff;
	width: 75px;
	color: #000;
	border: 0;
	border-radius: 0;
}

.produto form .adicionar-carrinho button {
	position: absolute;
	right: 35px;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: 40px;
	background: #1f1f1f;
	border-radius: 1000px;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.produto form .adicionar-carrinho button span {
	color: #fff;
	padding: 0 30px;
	font-weight: 700;
}

.produto form .adicionar-carrinho button .icone {
	position: relative;
}

.produto form .adicionar-carrinho button .icone::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(215, 27, 45, 0.5);
	border-radius: 100%;
	animation: maisPulse 1s alternate infinite;
}

.produto form .adicionar-carrinho button .icone i {
	position: relative;
	z-index: 1;
	display: block;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #d71b2d;
	border-radius: 100%;
}

.produto form .adicionar-carrinho button:hover {
	background: #d71b2d;
}


























/**
 * Cabeçalho do Produto
 */
.produto2 .heading {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

.produto2 .heading h2 {
	margin-bottom: 30px;
}

.produto2 .heading .consolas {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.produto2 .heading .consolas a {
	padding-bottom: 15px;
	padding-right: 20px;
	color: #808080;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.produto2 .heading .consolas a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0%;
	height: 5px;
	transition: width 0.3s;
	background: #d71b2d;
}

.produto2 .heading .consolas a:nth-child(n+2) {
	margin-left: 30px;
}

.produto2 .heading .consolas a:hover::before,
.produto2 .heading .consolas a.active::before {
	width: 100%;
}

.produto2 .heading .consolas a.active {
	color: #212121;
}

@media (min-width: 992px) {
	.produto2 .heading {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
	.produto2 .heading h2 {
		margin-bottom: 0;
	}
}

/**
 * Galeria do Produto
 */
.produto2 .galeria .carrossel-produto .animated {
	animation-duration: .1s !important;
}

.produto2 .galeria .carrossel-produto .item {
	position: relative;
	z-index: 0;
}

.produto2 .galeria .carrossel-produto .item img {
	display: block;
	width: 100%;
}

.produto2 .galeria .carrossel-produto .item img:nth-child(n+2) {
	position: absolute;
	top: 0;
	left: 0;
}

.produto2 .galeria .carrossel-produto .item .base-finish {
    opacity: 0.1;
}


.produto2 .galeria .carrossel-produto .item .sticker-l {
	-webkit-transform: translate(-28%, -16%) scale(0.2);
	-moz-transform: translate(-28%, -16%) scale(0.2);
	-ms-transform: translate(-28%, -16%) scale(0.2);
	-o-transform: translate(-28%, -16%) scale(0.2);
	transform: translate(-28%, -16%) scale(0.2);
}

.produto2 .galeria .carrossel-produto .item .sticker-r {
	-webkit-transform: translate(27%, -16%) scale(0.2);
	-moz-transform: translate(27%, -16%) scale(0.2);
	-ms-transform: translate(27%, -16%) scale(0.2);
	-o-transform: translate(27%, -16%) scale(0.2);
	transform: translate(27%, -16%) scale(0.2);
}

.produto2 .galeria .carrossel-produto .item [class^="custom-field-"] {
	position: absolute;
	font-family: 'gimme_danger';
	text-align: center;
	z-index: 4;
}

.produto2 .galeria .carrossel-produto .item [class^="custom-field-sticker_"] {
	font-size: 31.87027027027027027027027027027px;
	top: 54.913294797687861271676300578035%;
	width: 27.567567567567567567567567567568%;
}

.produto2 .galeria .carrossel-produto .item [class^="custom-field-sticker_l"] {
	left: 9.009009009009009009009009009009%;
}

.produto2 .galeria .carrossel-produto .item [class^="custom-field-sticker_r"] {
	right: 9.009009009009009009009009009009%;
}

.produto2 .galeria .carrossel-produto .item .custom-field-sticker_l-2,
.produto2 .galeria .carrossel-produto .item .custom-field-sticker_r-2 {
	color: #fff;
}

.produto2 .galeria .carrossel-produto .item .custom-field-sticker_l-3,
.produto2 .galeria .carrossel-produto .item .custom-field-sticker_r-3 {
	color: #000;
}

.produto2 .galeria .carrossel-produto .item [class^="custom-field-tag"],
.produto2 .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
	color: #fff;
	top: 18.786127167630057803468208092486%;
	left: 0;
	width: 100%;
	font-size: 21.246846846846846846846846846847px;
	line-height: 31.87027027027027027027027027027px;
}

@media (max-width: 1199.98px) {
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-sticker_"],
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-tag"],
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@media (max-width: 991.98px) {
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-sticker_"],
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-tag"],
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@media (max-width: 767.98px) {
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-sticker_"],
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-tag"],
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@media (max-width: 575.98px) {
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-sticker_"],
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-tag"],
	.produto2 .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
}
.produto2 .galeria .carrossel-produto .item [class^="custom-field-light_bar"] {
	-webkit-transform: rotateX(60deg) scale(0.5) translateY(-61%);
	-moz-transform: rotateX(60deg) scale(0.5) translateY(-61%);
	-ms-transform: rotateX(60deg) scale(0.5) translateY(-61%);
	-o-transform: rotateX(60deg) scale(0.5) translateY(-61%);
	transform: rotateX(60deg) scale(0.5) translateY(-61%);
}

.produto2 .galeria .carrossel-produto .item .light-bar {
    left: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-36.8%) rotateX(60deg) scale(0.05);
    -moz-transform: translateX(-50%) translateY(-36.8%) rotateX(60deg) scale(0.05);
    -ms-transform: translateX(-50%) translateY(-36.8%) rotateX(60deg) scale(0.05);
    -o-transform: translateX(-50%) translateY(-36.8%) rotateX(60deg) scale(0.05);
    transform: translateX(-50%) translateY(3.2%) rotateX(60deg) scale(0.25);
}



.produto2 .galeria .carrossel-produto .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
 .grecaptcha-badge{ display:none !important; }

@media (max-width: 700px) {



.produto2 .galeria .carrossel-produto .owl-nav {
    position: absolute;
    top: 95%;
    left: 0;
    width: 50%;
    height: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(50%);
}


}




.produto2 .galeria .carrossel-produto .owl-nav button {
	position: relative;
}

.produto2 .galeria .carrossel-produto .owl-nav button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(215, 27, 45, 0.5);
	border-radius: 100%;
	animation: maisPulse 1s alternate infinite;
}

.produto2 .galeria .carrossel-produto .owl-nav button i {
	position: relative;
	z-index: 1;
	display: block;
	width: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #d71b2d;
	border-radius: 100%;
}

.produto2 .galeria .carrossel-produto .owl-nav button:hover::before {
	background: rgba(0, 0, 0, 0.5);
}

.produto2 .galeria .carrossel-produto .owl-nav button:hover i {
	background: #000;
}

/**
 * Formulário do Produto
 */
.produto2 form {
	padding: 35px;
	background: #f6f6f6;
	box-shadow: 0 3px 40px rgba(0, 0, 0, 0.2);
	position: relative;
}

.produto2 form .consola {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #d71b2d;
	color: #fff;
	font-size: 30px;
}

.produto2 form section {
	display: none;
}

.produto2 form .campo > label {
	color: #212121;
	text-transform: uppercase;
	font-size: 20px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
	font-weight: 600;
	display: block;
}

.produto2 form .campo > label::before {
	content: '';
	position: absolute;
	top: 8.5px;
	left: 0;
	display: block;
	width: 22px;
	height: 3px;
	background: #d71b2d;
}

.produto2 form .campo:nth-child(n+2) {
	margin-top: 30px;
}

.produto2 form input,
.produto2 form select {
	display: block;
	background: #fff;
	height: 45px;
	line-height: 40px;
	color: #525252;
	border: 0;
	padding: 0 25px;
}

.produto2 form input {
	border-radius: 0;
	width: 100%;
}

.produto2 form select {
	border-radius: 100px;
	min-width: 150px;
	max-width: 100%;
}

.produto2 form .cores {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.produto2 form .cores label {
	cursor: pointer;
}

.produto2 form .cores label input {
	display: none;
}

.produto2 form .cores label span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: transform 0.3s;
}

.produto2 form .cores label input:checked + span {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.produto2 form .cores label:nth-last-child(n+2) {
	margin-right: 20px;
}

.produto2 form .special {
    width: 100%;
}

.produto2 form .special label {
    cursor: pointer;
    display: inline-table;
}

.produto2 form .special label input {
	display: none;
}

.produto2 form .special label span {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
}
.hide {
  display: none;
}
.produto2 form .special label input:checked + span {
	border-color: #d71b2d;
}

.produto2 form .special label:nth-last-child(n+2) {
    margin-right: 0px;
}

.produto2 form [class^="custom-field-"] {
	display: none;
}

.produto2 form .adicionar-carrinho {
	margin: 35px -35px -35px -35px;
	padding: 35px 35px 52.5px;
	background: #ededed;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.produto2 form .adicionar-carrinho .preco {
	font-size: 40px;
	color: #545454;
	font-weight: 700;
}

.produto2 form .adicionar-carrinho input {
	margin-left: 15px;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	background: #fff;
	width: 75px;
	color: #000;
	border: 0;
	border-radius: 0;
}

.produto2 form .adicionar-carrinho button {
	position: absolute;
	right: 35px;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	height: 40px;
	background: #1f1f1f;
	border-radius: 1000px;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.produto2 form .adicionar-carrinho button span {
	color: #fff;
	padding: 0 30px;
	font-weight: 700;
}

.produto2 form .adicionar-carrinho button .icone {
	position: relative;
}

.produto2 form .adicionar-carrinho button .icone::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(215, 27, 45, 0.5);
	border-radius: 100%;
	animation: maisPulse 1s alternate infinite;
}

.produto2 form .adicionar-carrinho button .icone i {
	position: relative;
	z-index: 1;
	display: block;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #d71b2d;
	border-radius: 100%;
}

.produto2 form .adicionar-carrinho button:hover {
	background: #d71b2d;
}














/**
 * Detalhes do produto
 */
.detalhes-produto {
	margin-top: 110px;
}

.detalhes-produto nav {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.detalhes-produto nav button {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #808080;
	padding: 0 0 15px 0;
	position: relative;
	border: 0;
	border-radius: 0;
	background: none;
	cursor: pointer;
}

.detalhes-produto nav button::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0px;
	height: 5px;
	background: #d71b2d;
	transition: width 0.3s;
}

.detalhes-produto nav button:nth-last-child(n+2) {
	margin-right: 30px;
}

.detalhes-produto nav button:hover,
.detalhes-produto nav button.active {
	color: #262626;
}

.detalhes-produto nav button.active::before {
	width: 60px;
}

.detalhes-produto .conteudos section {
	display: none;
	padding-top: 30px;
	line-height: 1.65;
}

/**
 * Produtos Relacionados
 */
.produtos-relacionados {
    margin-top: 140px;
    margin-bottom: 100px;
}

.produtos-relacionados h3 {
	margin-bottom: 50px;
}

/**
 * Paginação
 */
.paginacao {
	margin-top: 120px;
}

.paginacao .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

.paginacao .item {
	width: 33px;
	height: 33px;
	line-height: 27px;
	border-style: solid;
	border-width: 3px;
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
}

.paginacao .item:nth-child(n+2) {
	margin-left: 10px;
}

.paginacao a {
	border-color: #d9d9d9;
}

.paginacao a:hover,
.paginacao a.active {
	border-color: #000;
}

.paginacao .ret {
	border-color: transparent;
}

.alert_green
{
	background:#345c0d;
	color:#FFF;
	padding:10px;
	text-align:center;
}

.alert_red
{
	background:#9b0000;
	color:#FFF;
	padding:10px;
	text-align:center;
}

@media only screen and (max-width: 600px) {
	.iframevideo, .container-iframe iframe{
		width: 500px !important;
		width: 281px !important;
	}
	.produto .galeria .carrossel-produto .owl-nav button i{
		width: 38px;
		line-height: 38px;
	}

}
.cc-revoke{
	display: none !important;
}

@media only screen and (min-width: 600px) {
	.galeria3d{
		position: sticky;
		top: 0;
	}
}



/* CHECKMARK */
/* The container */
.container-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	/* font-size: 22px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-checkbox:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-checkbox:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}




.logo-header-down{
	display: block;
}
.logo-header-up{
	display: none;
}
@media only screen and (max-width: 600px) {
	.logo-header-up{
		display:inline;
	}
	.logo-header-up img{
		width: 50%;
		padding: 2px;
	}
	.logo-header-down{
		display: none;
	}

	.custom-cupon{
		width: 95% !important;
	}
}

.custom-whatsapp {
	z-index: 16000160 !important;
	position: fixed !important;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
}

.custom-whatsapp-logo{
	margin-top:15px;
}


/* CSS ORDERS */

.button-v2 {
	--bg: #000;
	--hover-bg: #0f44c4;
	--hover-text: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid var(--bg);
	border-radius: 4px;
	padding: 0.8em 2em;
	background: var(--bg);
	transition: 0.2s;
	min-height: 44px;
	min-width: 10px;
	width: 100%;
}

.button-v2:hover {
	color: var(--hover-text);
	transform: translate(-0.25rem, -0.25rem);
	background: var(--hover-bg);
	box-shadow: 0.25rem 0.25rem var(--bg);
}

.button-v2:active {
	transform: translate(0);
	box-shadow: none;
}

/* HEADER PROFILE */
.header-profile{
	padding: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s;
	position: relative;
	border: 1px solid #efefef;
}

.header-profile-left {
	width: 25%;
}

.header-profile-right{
	margin-left: 20px;
	width: 75%;
}
.btn_form_black{
	width: 15%;
	background: #010101 !important;
	border: 0;
	color: #fff !important;
	float: right;
}
.form-group-element{
	padding-top: 20px;
}
.form-group-element span{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: "best_friend", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

@media only screen and (max-width: 600px) {
	.header-profile-left {
		width: 100%;
	}
	.header-profile-right{
		margin-left: 0px;
		width: 100%;
	}
	.header-profile{
		flex-direction: column;
	}
	.btn_form_black {
		width: 35%;
	}
}