@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;
}

.gCdMUP
{
	display:none!important;
}

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,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.select-wrap {
	border: 1px solid #252525;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 11px;
	width: 100%;
	background-color: #fff;
	margin-top: 10px;
  }

  .select-wrap label {
	font-size: 10px;
	color: #252525;
	padding: 0px 4px 0px;
  }

  .select-wrap select {
	background-color: #fff;
	border: 0px;
	width: 100%;
	margin-top: 5px;
	color: #252525;
	float: none;
	height: auto;
	line-height: normal;
	padding: 0;
	text-align: left;
  }

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

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * Misc
 */
/**
 * Cores
 */
/**
 * Fonts
 */
/**
 * Geral
 */
 body {
	background-color: #fff;
	color: #272727;
	font-size: 14px;
	    font-family: 'Poppins', sans-serif;
	image-rendering: -webkit-optimize-contrast;
  }
  img
  {
	image-rendering: -webkit-optimize-contrast;
  }

/**
 * Container
 */
 .container {
	margin: 0 auto;
	padding: 0;
	max-width: 1300px;
	width: 100%;
  }

@media (max-width: 1300px) {
	.container {
		padding: 0 20px;
	}
}

/**
 * Content
 */
 .content {
	padding: 140px 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	background: #32548b;
	margin-top: 50px;

  }
 
  @media (max-width: 800px) {

}





/**
 * Conteúdo editável
 */
.bo-content {
	line-height: 1.5;
}

.bo-content ol li,
.bo-content ul li {
	position: relative;
	padding-left: 20px;
}

.bo-content ol li::before,
.bo-content ul li::before {
	position: absolute;
	left: 0;
	display: block;
}

.bo-content ol {
	counter-reset: contador;
}

.bo-content ol li {
	counter-increment: contador;
}

.bo-content ol li::before {
	top: 0;
	color: #252525;
	content: counter(contador) ". ";
}

.bo-content ul li::before {
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #252525;
	content: '';
}

.bo-content img {
	max-width: 100%;
	height: auto !important;
}

.bo-content a:not(.btn) {
	color: #252525;
	transition: color 0.3s;
}

.bo-content a:hover {
	color: #252525;
}

.bo-content table {
	max-width: 100% !important;
	width: 100% !important;
	border: 1px solid #eee;
	font-size: 13px;
}

.bo-content table tr:nth-child(n+2) {
	border-top: 1px solid #eee;
}

.bo-content table td {
	padding: 10px;
}

.bo-content table td:nth-child(n+2) {
	border-left: 1px solid #eee;
}

/**
 * Partials
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	    font-family: 'Poppins', sans-serif;
	color: #252525;
}

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

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
	text-align: center;
}

h1.upper,
h2.upper,
h3.upper,
h4.upper,
h5.upper,
h6.upper {
	text-transform: uppercase;
}
h1.mb, h2.mb, h3.mb, h4.mb, h5.mb, h6.mb {
    margin-bottom: 20px;
}

h1.line,
h2.line,
h3.line,
h4.line,
h5.line,
h6.line {
	position: relative;
	padding-bottom: 25px;
}

h1.line::before,
h2.line::before,
h3.line::before,
h4.line::before,
h5.line::before,
h6.line::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 73px;
	height: 4px;
	background: #000;
	content: '';
}

*:not(.bo-content) > h1:last-child,
*:not(.bo-content) > h2:last-child,
*:not(.bo-content) > h3:last-child,
*:not(.bo-content) > h4:last-child,
*:not(.bo-content) > h5:last-child,
*:not(.bo-content) > h6:last-child {
	margin-bottom: 0;
}

h1,
h2 {
	font-size: 36px;
	line-height: 1.1;
	margin-top: 25px;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	h1,
	h2 {
		font-size: 38px;
	}
}

@media (min-width: 768px) {
	h1,
	h2 {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
	h1,
	h2 {
		font-size: 42px;
	}
}

@media (min-width: 1200px) {
	h1,
	h2 {
		font-size: 44px;
	}
}

@media (min-width: 1600px) {
	h1,
	h2 {
		font-size: 45px;
	}
}


h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-top: 6px;
	margin-bottom: 15px;
	color: #252525;
	font-weight: 500;
	margin-bottom: 40px !important;
  }
@media (min-width: 576px) {
	h3 {
		font-size: 26px;
	  }
}

@media (min-width: 768px) {
	h3 {
		font-size: 26px;
	  }
}

@media (min-width: 992px) {
	h3 {
		font-size: 37px;
		font-weight: 600;
	  }
}

@media (min-width: 1200px) {
	h3 {
		font-size: 37px;
		font-weight: 600;
	  }
}

@media (min-width: 1600px) {
	h3 {
		font-size: 37px;
		font-weight: 600;
	  }
}

h2
{
	font-size: 20px;
	color: #32548b;
}



h4 {
	font-size: 24px;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 15px;
}
h5 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
} 

h6 {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.title_lines {
    display: flex;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    max-width: 700px;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 35px;
}

.left_line
{
	width:50px; border-top:5px solid #f7a811; margin-right:20px;
}

.right_line
{
	width:50px; border-top:5px solid #f7a811; margin-left:20px;
}



.btn {
	cursor: pointer;
	border: 0;
	display: inline-block;
	padding: 10px 15px;
	background: #32548b;
	border: 0;
	color: #fff;
	transition: background 0.3s, border-color 0.3s;
	text-align: center;
	white-space: nowrap;
	border-radius: 5px;
	border: 0;
  }

  .btn.circle {
	border-radius: 10px;
  }
.btn i,
.btn span {
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	color: #fff;
	transition: color 0.3s;
	text-shadow: none;
}

.btn,
.btn i,
.btn span {
	font-size: 12px;
}

.btn i:first-child {
	padding-right: 10px;
}

.btn i:last-child {
	padding-left: 10px;
  }
.btn span {
	            font-family: 'Poppins', sans-serif;
}

.btn:hover {
	background: #222;
	color:#fff;
}

.btn:hover span{
	color:#fff;
}

.btn:hover i{
	color:#fff;
}

@media (max-width: 767.98px) {


	h4 {
		font-size: 18px;
		line-height: 1.3;
		margin-top: 20px;
		margin-bottom: 15px;
	  }
}




/**
 * Disabled
 */
.btn[disabled] {
	opacity: .7;
	cursor: wait;
}

/**
 * Largura total
 */
.btn.btn-full-width {
	width: 100%;
}

/**
 * Grande
 */
.btn.btn-lg {
	padding: 15px 35px;
}

/**
 * Pequeno
 */
.btn.btn-sm {
	padding: 5px 20px;
}

.btn.btn-sm i,
.btn.btn-sm span {
	font-size: 13px;
}

/**
 * Básico
 */
.btn.btn-basic {
	background: #dadada;
}

.btn.btn-basic:hover {
	background: #252525;
}

/**
 * Invertido
 */
.btn.btn-invertido {
	background: #fff;
}

.btn.btn-invertido i,
.btn.btn-invertido span {
	color: #252525;
}

.btn.btn-invertido:hover {
	background: #252525;
}

.btn.btn-invertido:hover i,
.btn.btn-invertido:hover span {
	color: #fff;
}

/**
 * Branco
 */
.btn.btn-white {
	background: #fff!important
}

.btn.btn-white,
.btn.btn-white i,
.btn.btn-white span {
	color: #252525!important;
}

.btn.btn-white:hover {
	background: #313131;
}

.btn.btn-white:hover,
.btn.btn-white:hover i,
.btn.btn-white:hover span {
	color: #fff;
}

.top {
	background: #2b4673;
	position: relative;
	z-index: 4;
	color: #fff;
  }


@media (max-width: 1000px) {

.top {
	background: #2b4673;
	position: relative;
	z-index: 4;
	color: #515151;
	display: none;
  }
  header .logo {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s;
    width: 100px;
    max-width: 100%;
    margin-left: 0 !important;
    z-index: 99999;
  }
}




.top .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
}

.top .top-widgets {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

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

.top .top-widgets .item:nth-child(n+2) {
	margin-left: 30px;
}

.top .top-widgets .item i, .top .top-widgets .item span {
	color: #fff;
	transition: color 0.3s;
  }

.top .top-widgets .item i {
	font-size: 17px;
	color:#32548b;
}

.top .top-widgets .item i[class^="fa"] {
	font-size: 15px;
}

.top .top-widgets .item span {
	margin-left: 10px;
	font-size: 12px;
}

.top .top-widgets .item[href]:hover i,
.top .top-widgets .item[href]:hover span {
	color: #32548b;
}

@media (max-width: 767.98px) {
	.top .top-widgets:first-child .item:nth-child(n+2) {
		display: none;
	}
	.top .top-widgets:last-child .item span {
		display: none;
	}
}

header {
	position: relative;
	left: 0;
	z-index: 99;
	width: 100%;
	color: #000;
	padding: 10px 0;
	background: #32548b;
  }
@media (max-width: 767.98px) {

	header {
		padding: 0 0;
	}
}	


header.sticky {
	position: fixed;
	top: 0;
	background: #32548b;
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
  }
  header.sticky2 {
	position: fixed;
	top: 0;
	background: #fff;
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
  }
header > .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: 80px;
  }

header > .container .col {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

header > .container .col:nth-child(2) {
	justify-content: right;
  }

header > .container .col:nth-child(3) {
	justify-content: flex-end;
	margin-left: auto;
}

header .container .menu {
	display: none;
}

header .container .menu > li {
	padding: 0 6px;
	transition: all 0.3s;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	color: #fff;
	font-weight: 300;
  }

  header .container .menu > li.active {
	padding: 0 13px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	color: #fff;
	top: 1px;
	position: relative;
	transition: all 0.3s;
	font-weight: 700;
  }



header .container .menu > li > a span, header .container .menu > li i {
    transition: color 0.3s;
    font-size: 12px;
}
header .container .menu > li > a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}



header .container .menu > li > a span {
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
  }
header .container .menu > li i {
	align-self: center;
	margin-left: 7px;
}


header .container .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f7a811;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    padding: 0;
}
header .container .submenu.open {
	opacity: 1;
	pointer-events: all;
}

header .container .submenu .container {
    display: flex;
    flex-flow: wrap;
}
header .container .submenu .container .item {
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 10px;
    transition: border 0.3s;
}

header .container .submenu .container .item:hover {
    display: block;
    text-align: center; 
}


header .container .submenu .container .item img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    margin-right: 20px;
}
header .container .submenu .container .item .info {
	flex-grow: 1;
}

header .container .submenu .container .item .info .title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
    padding: 10px;
}

header .container .submenu .container .item .info ul li {
	display: block;
}

header .container .submenu .container .item .info ul li:nth-child(n+2) {
	margin-top: 5px;
}

header .container .submenu .container .item .info ul li a {
	font-size: 12px;
	color: #313131;
	transition: color 0.3s;
	display: inline-block;
	line-height: 1.5;
}

header .container .submenu .container .item .info ul li a:hover {
	color: #252525;
}

.mobile-menu-toggler {
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	transition: color 0.3s;
	align-self: center;
	margin-right: 20px;
	position: fixed;
	right: 10px;
	background: transparent;
	border-radius: 5px;
	padding: 8px;
	top: 20px !important;
	z-index: 9999;
	background: transparent;
	transition: 0.3s all;
  }
.mobile-menu-toggler:hover {
	color: #fff;
}

header .logo {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	opacity: 1;
	transition: opacity 0.3s;
	width: 100px;
	max-width: 100%;
	margin-left: 45px;
	margin-top: 0;
	top: 0;
	position: relative;
  }
  header.sticky .logo {
	margin-top: 0;
	top: 0;
  }

  header.sticky2 .logo {
	margin-top: 0;
  }


  .box_left_white {
	position: absolute;
	left: 0;
	width: 100px;
	height: 200px;
	background-image: url('../img/box_left.png');
	background-size: contain;
	background-position: left center;
	z-index: 2;
	background-repeat: no-repeat;
	top: 700px;
  }
  
  .box_right_blue {
	position: absolute;
	right: 0;
	width: 200px;
	height: 400px;
	background-image: url('../img/box_right.png');
	background-size: contain;
	background-position: right center;
	z-index: 1;
	background-repeat: no-repeat;
	top: 600px;
  }

  @media (max-width: 800px) {

  .box_right_blue {
	width: 100px;
	height: 200px;
	top: 43vh;
  }
  .box_left_white {
	width: 50px;
	height: 100px;
	top: 30vh;
  }



  }





  header .logo img {
	height: 100%;
  }


header .header-icons {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

header .header-icons .item {
	position: relative;
	cursor: pointer;
	background: ;
	border-radius: 100%;
	padding: 13px;
	width: auto;
	text-align: center;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
  }

  @media (max-width: 800px) {
	header .header-icons .item {
		padding: 14px 4px;
		font-size: 0;
	  }
	  header .logo img {
		height: 70%;
	  }
  }



  header .header-icons .search-opener {
	position: relative;
	background: transparent;
	border-radius: 40px;
	padding: 0px 6px;
	width: auto;
	text-align: center;
	color: #FFF;
  }

  header .header-icons .search-opener input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

header .header-icons .search-opener input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

header .header-icons .search-opener input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

header .header-icons .search-opener input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
header .header-icons .item:nth-child(n+2) {
	margin-left: 0;
}

header .header-icons .item i {
	font-size: 22px;
	color: #fff;
	transition: color 0.3s;
	padding-right: 0;
  }
header .header-icons .item .nr {
	position: absolute;
	right: -13px;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	width: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 100%;
	color: #333;
	background: #fff;
	font-size: 10px;
  }

header .header-icons .item:hover i {
	color: #fff;
}
header .header-icons .item .nr {
    position: absolute;
    right: -13px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #f0c419;
    font-size: 10px;
}

header .header-icons .item:hover i {
	color: #fff;
}

header .header-icons .item:hover {
	color: #fff;
}

header .search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

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

header .search .fa-search {
	color: #313131;
	font-size: 30px;
}

header .search input {
	flex-grow: 1;
	padding: 0 20px;
	border: 0;
	background: none;
}

header .search input::-webkit-input-placeholder {
	color: rgba(49, 49, 49, 0.56);
}

header .search input:-moz-placeholder {
	color: rgba(49, 49, 49, 0.56);
}

header .search input::-moz-placeholder {
	color: rgba(49, 49, 49, 0.56);
}

header .search input:-ms-input-placeholder {
	color: rgba(49, 49, 49, 0.56);
}

header .search button {
	display: none;
}

header .search .search-closer {
	color: #313131;
	font-size: 22px;
	cursor: pointer;
	transition: color 0.3s;
}

header .search .search-closer:hover {
	color: #335d8f;
}

header .search.open {
	opacity: 1;
	pointer-events: all;
}
.submenu-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3;
	display: none;
}

@media (min-width: 576px) {
	header > .container .col {
		width: 33.333%;
	}
header .logo {
    width: 100%;
	margin-left: 0;
}
}


@media (max-width: 1000px) {
	
}

@media (min-width: 1024px) {
	header > .container .col:nth-child(1) {
		width: auto;
	  }
	  header > .container .col:nth-child(2) {
		width: 100%;
	  }
header > .container .col:nth-child(3) {
	width: auto;
  }
	 .mobile-menu-toggler {
		display: none;
	}
	.mobile-menu
	{
		display:none;
	}
	header .container .menu {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
	header .header-icons .item:nth-child(n+2) {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
header .menu > li:nth-child(n+2) {
    margin-left: 10px;
}
}

@media (max-width: 575.98px) {
	header .submenu .container .item {
		width: 48.5%;
		margin-left: 0%;
		margin-top: 0%;
	}
	header .submenu .container .item:nth-child(2n+1) {
		margin-left: 0;
	}
	header .submenu .container .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	header .submenu .container .item {
		width: 31.33333%;
		margin-left: 0%;
		margin-top: 0%;
	}
	header .submenu .container .item:nth-child(3n+1) {
		margin-left: 0;
	}
	header .submenu .container .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	header .submenu .container .item {
		width: 22.75%;
		margin-left: 0%;
		margin-top: 0%;
	}
	header .submenu .container .item:nth-child(4n+1) {
		margin-left: 0;
	}
	header .submenu .container .item:nth-child(-n+4) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	header .submenu .container .item {
		width: 20%;
		margin-left: 0%;
		margin-top: 0%;
	}
	header .submenu .container .item:nth-child(7n+1) {
		margin-left: 0;
	}
	header .submenu .container .item:nth-child(-n+7) {
		margin-top: 0;
	}
}

.cta {
	background-image: url("../img/main-bg.png");
	padding: 40px;
}

.cta .title,
.cta .subtitle {
	color: #fff;
}

.cta .title {
	margin-bottom: 5px;
}

.cta .subtitle {
	margin-top: 0;
}

.cta .btn {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.cta {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
	}
	.cta .info {
		flex-grow: 1;
	}
	.cta .btn {
		margin-top: 0;
		margin-left: 30px;
		flex-shrink: 0;
	}
}

.slideshow {
	position: relative;
	z-index: 0;
	margin-bottom: 0;
  }
  .slideshow .slide {
	width: 100%;
	height: 50vh;
	background-size: contain;
	background-position: right;
	background-color: #fff;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
  }
.slideshow .slide img {
    width: 100%;
    position: relative;
}



.slideshow .slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 0;
  }
.slideshow .slide .container {
    position: absolute;
    z-index: 1;
}

.slideshow .slide .container {
	position: relative;
	z-index: 1;
}

.slideshow .slide .caption {
	text-align: left;
	position: absolute;
	left: 50%;
	z-index: 2;
	bottom: 50%;
	width: 100%;
	max-width: 1300px;
	transform: translate(-50%,50%);
  }

  .slideshow .slide .caption .titulo-1,
  .slideshow .slide .caption .titulo-2 {
  
	  line-height: 1.3;
  }
  
  .slideshow .slide .caption .titulo-1 {
	  font-size: 40px;
	  font-weight: 800;
	  text-align: left;
	  color: #32548b;
	  max-width: 700px;
	}
  
	.slideshow .slide .caption .titulo-2 {
	  color: #32548b;
	  font-size: 40px;
	  font-weight: 300;
	  text-align: left;
	  width: 700px;
	  margin-top: 15px;
	}



  .slideshow .slide .caption .btn {
	margin-top: 20px;
  }


.slideshow .slide .caption2 {
    text-align: left;
    position: absolute;
    left: 50px;
    z-index: 2;
    bottom: 50%;
    width: 100%;
    max-width: 700px;
    transform: translateY(50%);
}

.slideshow .slide .caption2 .titulo-1,
.slideshow .slide .caption2 .titulo-2 {

	text-transform: uppercase;
	line-height: 1.3;
}

.slideshow .slide .caption2 .titulo-1 {
	color: #f7a811;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
  }
.slideshow .slide .caption2 .titulo-2 {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	margin-top: 0;
  }

.slideshow .slide .caption2 .btn {
	margin-top: 30px;
}

.form1
{

}

.form2 {
	display: flex;
	position: relative;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
  }

  .form2 select {
	width:150px;
  }

  .form2 .text_form
  {
	  font-weight:700;
	  margin-right:20px;
  }

  .form2 .btn {
	cursor: pointer;
	border: 0;
	display: inline-block;
	padding: 13px 21px;
	background: rgb(244,223,148);
	background: linear-gradient(90deg, rgb(244, 223, 148) 0%, rgb(185, 132, 32) 100%);
	border: 0;
	color: #fff;
	transition: background 0.3s, border-color 0.3s;
	text-align: center;
	white-space: nowrap;
	border-radius: 5px;
	border: 1px solid #fff;
	margin-left: 20px;
  }

@media (max-width: 800px) {

	.form2 select {
		width:36%;
		margin-left:2%; margin-right:2%;
	  }


	  .form2 .text_form {
		font-weight: 700;
		margin-right: 0;
		width: 30%;
		text-align: center;
		font-size: 12px;
	  }
	  .form2 {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: center;
		position: fixed;
		z-index: 9;
		background: #eaeaea;
		left: 0;
		padding: 5px 5px;
		bottom: 0;
		width: 100%;
	  }
	  .form2 .btn span {
		display:none;
	  }
	  .form2 .btn {
		width: 60px;
		border: 0;
		margin: auto;
	  }

	.product-page aside fieldset .form-footer {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		position: fixed;
		bottom: 44px;
		width: 100%;
		justify-content: space-between;
		left: 0;
		padding: 5px 20px;
		z-index: 9;
		background: #FFF;
	}

	.slideshow .slide .caption {
		text-align: left;
		position: absolute;
		left: 50%;
		z-index: 2;
		bottom: 50%;
		width: 100%;
		max-width: 1300px;
		transform: translate(-50%,50%);
		top: -34vh;
	  }

	  .slideshow .slide {
		width: 100%;
		height: 80vh;
		background-size: contain;
		background-position: right;
		background-color: #fff;
		background-repeat: no-repeat;
		margin-top: 20px;
		margin-bottom: 20px;
	  }

	  .slideshow .slide .caption .titulo-1 {
		font-size: 25px;
		font-weight: 800;
		text-align: center;
		color: #32548b;
		max-width: 700px;
	  }
	  .slideshow .slide .caption .titulo-2 {
		color: #32548b;
		font-size: 23px;
		font-weight: 300;
		text-align: center;
		width: auto;
		margin-top: 15px;
	  }


}


.bg_boxes {
	padding-top: 30px;
	padding-bottom: 30px;
 }
 .bg_boxes .container
 {
	 display:flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
 }

 .bg_boxes .container .content {
	width: 45%;
	line-height: normal;
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	padding: 0;
  }

  .bg_boxes .container .content:nth-child(1) {
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: end;
	padding: 40px;
  }
  .bg_boxes .container .content:nth-child(2) {
	width: 53%;
	margin-left: 2%;
  }

  
  .bg_boxes .container .content .box {
	width: 100%;
	margin-bottom: 20px;
	padding: 70px;
	background-size: contain;
	background-position: left center;
	text-align: right;
	padding-left: 250px;
	font-size: 24px;
	color: #000;
	background-repeat: no-repeat;
  }

  .bg_boxes .container .content .box:nth-child(2) {
	width: 100%;
	margin-bottom: 20px;
	padding: 70px;
	background-size: contain;
	background-position: right center;
	text-align: left;
	padding-right: 250px;
	font-size: 24px;
	color: #000;
	background-repeat: no-repeat;
	background-color:#FFF;
  }
  .bg_boxes .container .content .box:nth-child(3) {
	margin-bottom: 0;
  }


  @media (max-width: 1000px) {


	.bg_boxes .container
	{
		display:block;
	}
   
	.bg_boxes .container .content {
	   width: 100%;
	   line-height: normal;
	   color: #fff;
	   font-weight: 600;
	   font-size: 24px;
	   padding: 0;
	 }
	 .bg_boxes .container .content:nth-child(1) {
		background-size: cover;
		background-position: center center;
		display: flex;
		align-items: end;
		padding: 40px;
		height: 500px;
	  }
	  .bg_boxes .container .content:nth-child(2) {
		width: 100%;
		margin-left: 0;
	  }

	  .bg_boxes .container .content .box {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
		  padding-left: 20px;
		background-size: contain;
		background-position: left center;
		text-align: right;
		padding-left: 99px;
		font-size: 17px;
		color: #000;
		background-repeat: no-repeat;
	  }
	  .bg_boxes .container .content .box:nth-child(2) {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
		background-size: contain;
		background-position: right center;
		text-align: left;
		padding-right: 99px;
		font-size: 17px;
		color: #000;
		background-repeat: no-repeat;
		background-color:#FFF;
	  }



	}



  .bg_boxes_page  .content {
	width: 100%;
	line-height: normal;
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	padding: 0;
  }
  .bg_boxes_page .content .box {
	width: 100%;
	margin-bottom: 20px;
	padding: 35px;
	  padding-left: 35px;
	background-size: contain;
	background-position: left center;
	text-align: right;
	padding-left: 139px;
	font-size: 20px;
	color: #000;
	background-repeat: no-repeat;
	margin-top: 60px;
  }

  .bg_boxes_page2  .content {
	width: 100%;
	line-height: normal;
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	padding: 0;
	margin:0;
	width: 100%;
  }

  .bg_boxes_page2  .content .box {
	width: 100%;
	margin-bottom: 5px;
	padding: 35px;
	  padding-right: 35px;
	background-size: contain;
	background-position: right center;
	text-align: left;
	padding-right: 139px;
	font-size: 20px;
	color: #000;
	background-repeat: no-repeat;
	margin-top: 0;
	background-color: #FFF;
  }





  @media (max-width: 800px) {


  .bg_boxes_page .container .content .box {
	width: 100%;
	margin-bottom: 20px;
	padding: 18px;
	  padding-left: 18px;
	padding-left: 35px;
	background-size: contain;
	background-position: left center;
	text-align: right;
	padding-left: 85px;
	font-size: 20px;
	color: #000;
	background-repeat: no-repeat;
	margin-top: 30px;
	font-size: 16px;
  }

  h5 {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
  }

  .bg_boxes_page2 .content .box {
	width: 100%;
	margin-bottom: 5px;
	padding: 16px;
	  padding-right: 16px;
	padding-right: 35px;
	background-size: contain;
	background-position: right center;
	text-align: left;
	padding-right: 120px;
	font-size: 16px;
	color: #000;
	background-repeat: no-repeat;
	margin-top: 0;
	background-color: #FFF;
  }

}



.bg_boxes .container  .box:hover {
	box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
}
.bg_boxes .container :nth-child(1):hover {
	box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
}

.bg_grey {
	background: #f0f0f0;
	padding-top: 140px;
	padding-bottom: 130px;
	margin-top: 0;
  }
.bg_gold .container
{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bgwhite {
	background: #fff;
	padding-top: 140px;
	padding-bottom: 130px;
	margin-top: 0;
	color:#333; 
  }



.bg_gold .container .content {
	width: 33%;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  }

  @media (max-width: 800px) {

	.bg_gold .container
	{
		display:block;
	}
	.bg_gold .container .content {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 30px;
	  }

	  .bg_gold .container .content:nth-child(3) {

		margin-bottom: 0;
	  }


  }





.bg_gold .container .content img {
	max-width: 90px;
	height: 90px;
  }

  .bg_gold .container .content .text {
	color: #FFF;
	font-size: 16px;
	padding-right: 10px;
	margin-left: 30px;
	text-transform: uppercase;
  }

  .bg_gold .container .content .text h2 {
	color: #FFF;
	font-size: 17px;
	margin-top: -6px;
	font-weight: 600;
	margin-bottom: 5px;
  }

  .bg_gold .container .content .text a {
	color: #FFF;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
  }


.bg_gold .container .content:nth-child(1),
.bg_gold .container .content:nth-child(2)
{
	border-right:1px solid #FFF;
}


@media (max-width: 800px) {

	.bg_gold .container .content:nth-child(1),
	.bg_gold .container .content:nth-child(2)
	{
		border-right:0;
	}
	.bg_gold .container .content .text {
		color: #FFF;
		font-size: 12px;
		padding-right: 0;
		margin-left: 20px;
	  }

	  .bg_gold .container .content .text h2 {
		color: #FFF;
		font-size: 16px;
		margin-top: -6px;
		font-weight: 600;
		margin-bottom: 5px;
	  }
	  .bg_gold .container .content img {
		max-width: 50px;
		height: 50px;
	  }



}



.agendar_consulta
{
	display:none;
}


@media (max-width: 767.98px) {

	.agendar_consulta {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		color: #FFF;
		background: rgb(244,223,148);
		background: linear-gradient(90deg, rgba(244,223,148,1) 0%, rgba(185,132,32,1) 100%);
		display: block;
		padding: 0;
		border-radius: 0;
		transition: all 0.3s;
		z-index: 2;
	  }

	.agendar_consulta .content {
		width: 100%;
		padding: 13px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	  }
		
	  .agendar_consulta .content .text {
		color: #FFF;
		font-size: 12px;
		padding-right: 0;
		margin-left: 20px;
		display: flex;
		align-items: center;
	  }

	  .agendar_consulta .content .text h2 {
		color: #FFF;
		font-size: 14px;
		font-weight: 600;
	  }
	  .agendar_consulta .content img {
		max-width: 50px;
		height: 50px;
	  }



}

.info_box_product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-bottom: 0px;
	padding-bottom: 30px;
	background: #FFF;
	text-align: center;
	padding-top: 30px;
  }
@media (max-width: 800px) {

}

.slideshow .cycle-nav {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	z-index: 111;
	opacity: 0;
	transition: opacity 0.3s;
  }
  @media (max-width: 800px) {

	.slideshow .cycle-nav {
		position: absolute;
		bottom: 60px;
		left: 0;
		width: 100%;
		height: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		z-index: 111;
		opacity: 1;
		transition: opacity 0.3s;
	  }

  }
  .slideshow .cycle-nav i {
	font-size: 16px;
	color: #fff;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 100%;
	background: #32548B;
	cursor: pointer;
	transition: background 0.3s;
	border: 0;
	border: 0;
	margin: 20px;
  }
.slideshow .cycle-nav i:hover {
	color: #fff;
	background: #32548b;
}

.slideshow:hover .cycle-nav {
	opacity: 1;
}

.owl-carousel .owl-dots{
    position: absolute;
    width: 110px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #f7a811!important;
    border-radius: 100%;
    opacity: 0.5;
    margin: 2px;
}
	
.owl-carousel button.owl-dot.active
{
	opacity:1
}

.slideshow .slide.prod {
	width: 100% !important;
	height: calc(50vh) !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	margin-top: -6px;
	background-color: #FFF;
	border-radius: 15px;
  }
 .slideshow .slide.prod::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(51, 36, 27, 0);
	z-index: 0;
  }

  .slideshow .slide.page {
	height: 400px;
}




@media (min-width: 576px) and (max-width: 767.98px) {
	.slideshow .slide {
		height: 700px;
	}
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: ;
	}
	.slideshow .slide .caption .btn {
		margin-top: 20px;
		padding: 10px 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-right: 24px;
		padding-bottom: 9px;
	}
}

@media (min-width: 768px) {
	.slideshow .cycle-nav {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.slideshow .slide {
		height: 700px;	}
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: auto;
	}
	.slideshow .slide .caption .btn {
		margin-top: 20px;
		padding: 10px 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-right: 24px;
		padding-bottom: 9px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.slideshow .slide {
		height: calc(100vh - 20px);
	  }
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: auto;
	}
	.slideshow .slide .caption .btn {
		margin-top: 20px;
		padding: 10px 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-right: 24px;
		padding-bottom: 9px;
	}
}

@media (min-width: 1200px) {
	.slideshow .cycle-nav i {
		font-size: 17px;
		width: 40px;
		line-height: 40px;
	  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.slideshow .slide {
		height: 700px;	}
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: auto;
	}
	.slideshow .slide .caption .btn {
		margin-top: 20px;
		padding: 10px 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-right: 24px;
		padding-bottom: 9px;
	}
}

@media (min-width: 1600px) {
	.slideshow .slide {
		height: 700px;	}
	.slideshow .slide .caption .titulo-1,
	.slideshow .slide .caption .titulo-2 {
		font-size: auto;
	}
	.slideshow .slide .caption .btn {
		margin-top: 20px;
		padding: 10px 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-right: 24px;
		padding-bottom: 9px;
	}
}


/**
 * Carrossel produtos
 */
 .produtos-carousel {
	padding: 0;
}

.produtos-carousel .item {
    display: block;
    transition: border 0.3s;
}
.produtos-carousel .item.active {
	border-radius: 20px;
    padding: 20px;
    transition: border 0.3s;
    border: 1px solid #252525;
}



.produtos-carousel .item .image {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: opacity 0.3s;
}

.produtos-carousel .item .title {
    margin-top: -187px;
    transition: color 0.3s;
    text-align: center;
    font-size: 31px;
    color: #FFF;
    text-shadow: 2px 2px 4px #000000;
    text-align: left;
    padding: 41px;
    text-transform: uppercase;
}

.produtos-carousel .item:hover .image {
	opacity: 1;
}

.produtos-carousel .item:hover .title {
	color: #FFF;
}

.produtos-carousel .owl-nav {
    position: relative;
    left: 0;
    width: 300px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.produtos-carousel .owl-nav button {
	cursor: pointer;
}

.produtos-carousel .owl-nav button i {
    display: block;
    font-size: 20px;
    color: #fff;
    transition: color 0.3s;
    background: #f7a811;
    border-radius: 100%;
    padding: 15px 19px;
}

.produtos-carousel .owl-nav button:hover i {
	color: #252525;
}

@media (max-width: 767.98px) {
	.produtos-carousel {
		padding-right: 30px;
		padding-left: 30px;
	}
	.produtos-carousel .item .title {
		font-size: 11px;
	}
}


/**
 * Carrossel
 */
 .categories-carousel {
	padding: 0;
	top: 70px;
  }
.categories-carousel .item {
    display: block;
    transition: border 0.3s;
}
.categories-carousel .item.active {
	border-radius: 20px;
    padding: 20px;
    transition: border 0.3s;
    border: 1px solid #252525;
}



.categories-carousel .item .image {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: opacity 0.3s;
}

.categories-carousel .item .title {
    margin-top: -187px;
    transition: color 0.3s;
    text-align: center;
    font-size: 31px;
    color: #FFF;
    text-shadow: 2px 2px 4px #000000;
    text-align: left;
    padding: 41px;
    text-transform: uppercase;
}

.categories-carousel .item:hover .image {
	opacity: 1;
}

.categories-carousel .item:hover .title {
	color: #FFF;
}

.categories-carousel .owl-nav {
	position: absolute;
	left: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	bottom: 117%;
	transform: translateY(50%);
  }
.categories-carousel .owl-nav button {
	cursor: pointer;
}

.categories-carousel .owl-nav button i {
	display: block;
	font-size: 11px;
	color: #fff;
	transition: all 0.3s;
	background: #32548b;
	border-radius: 100%;
	padding: 20px 23px;
	margin: 10px;
  }

.categories-carousel .owl-nav button:hover i {
	color: #fff;
	background: #333;

}

@media (max-width: 767.98px) {
	.categories-carousel {
		padding-right: 10px;
		padding-left: 10px;
	}
	.categories-carousel .item .title {
		font-size: 11px;
	}
}












/**
 * Carrossel
 */
 .categories-carousel2 {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  }
  .categories-carousel2 .item {
	border-radius: 0;
	padding: 15px 5px;
	text-transform: uppercase;
	width: 20%;
	text-align: center;
	border-bottom: 2px solid #e39604;
	transition: all 0.3s;
  }
  .categories-carousel2 .item:hover {
	transition: border 0.3s;
	border-bottom: 2px solid #e39604;
	color: #fff !important;
	background:#e39604;
  }
  .categories-carousel2 .item:hover > h6 {
	color: #fff!important;
  }

  .categories-carousel2 .item.active {
	transition: border 0.3s;
	border-bottom: 2px solid #252525;
	color: #fff !important;
	background:#252525;

  }
  .categories-carousel2 .item.active  > h6 {
	color: #fff !important;
	font-weight:700;


  }


.categories-carousel2 .item .image {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	transition: opacity 0.3s;
}

.categories-carousel2 .item .title {
	margin-top: 16px;
	transition: color 0.3s;
	text-align: center;
	margin-top: 0;
	color: #FFF;
	font-weight: 500;
	font-size: 14px;
  }

.categories-carousel2 .item:hover .image {
	opacity: .7;
}

.categories-carousel2 .item:hover .title {
	color: #fff;
}

.categories-carousel2 .owl-nav {
	position: absolute;
	left: 0;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.categories-carousel2 .owl-nav button {
    cursor: pointer;
    margin-top: -45px;
}

.categories-carousel2 .owl-nav button i {
    display: block;
    font-size: 20px;
    color: #fff;
    transition: color 0.3s;
}

.categories-carousel2 .owl-nav button:hover i {
	color: #252525;
}

@media (max-width: 767.98px) {
	.categories-carousel2 {
		padding-right: 30px;
		padding-left: 30px;
	}
	.categories-carousel2 .item .title {
		font-size: 11px;
	}
}











/**
 * Menu de categorias
 */
 .categories-menu {
	padding-top: 20px;
	margin-bottom: 0;
	position: relative;
	overflow-x: auto;
  }

.categories-menu .container {
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: center;
	padding: 0;
	max-width: 100%;
	width: 100%;
	margin: 0;
	display: flex;
  }
  .categories-menu .container .item {
	padding-bottom: 0;
	border-bottom: 3px solid transparent;
	transition: border-color 0.3s;
	position: relative;
	overflow: hidden;
	width: auto;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin-bottom: 13px;
  }

.categories-menu .container .item:nth-child(n+2) {
	margin-left: 0;
}



.categories-menu .container .item .image {
    display: block;
    width: 100%;
    padding-bottom: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
}

.categories-menu .container .item .title {
	text-align: left;
	transition: all 0.3s;
	width: 100%;
	font-size: 14px;
	color: #666;
	margin: 0;
	padding-top: 0;
  }

.categories-menu .container .item:hover .title {
	color:#32548b

}

.categories-menu .container .item .title.active {
	color:#32548b

}

.categories-menu .container .item.active::before {
	display: block;
}

@media (max-width: 767.98px) {
	.categories-menu .container {
		display: block;
		text-align: center;
	  }
	.categories-menu .container .item:nth-child(n+2) {
		margin-left: 0;
	}
	.categories-menu .container .item .title {
		font-size: 11px;
		text-align: center;
	  }

	  .categories-menu .container .item {
		padding-bottom: 0;
		border-bottom: 3px solid transparent;
		transition: border-color 0.3s;
		position: relative;
		overflow: hidden;
		width: auto;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		margin-bottom: 8px;
		align-items: center;
		justify-content: center;
		text-align: center;
	  }

}

.botao_mobile
{
	display:none;
}

@media (max-width: 767.98px) {
.botao_mobile
{
	display:block;
}


}





/**
 * Em destaque
 */
.featured-products .item {
    margin-bottom: 25px;
    background-size: cover;
    background-position: center;
    padding: 0 0 50px 0;
    background-image: url("../img/bg-1.png");
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.featured-products .item img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.featured-products .item .info {
	margin-top: 50px;
	text-align: center;
}

@media (max-width: 991.98px) {
	.featured-products .item .info .title {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.featured-products {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -12.5px;
	}
.featured-products .item {
    height: 300px;
    border-width: 0 12.5px;
    border-style: solid;
    border-color: #fff;
    width: 50%;
    flex-direction: row;
    padding-bottom: 0;
}
	.featured-products .item:nth-child(1) {
		background-image: url("../img/bg-1.png");
	}
.featured-products .item img {
    width: 70%;
}
	.featured-products .item .info {
		width: 45%;
		text-align: left;
		margin-top: 0;
		padding-left: 30px;
	}
	.featured-products:not(.featured-products-2) .item:nth-child(1) {
		padding-left: 0;
	}
.featured-products:not(.featured-products-2) .item:nth-child(1) img {
    position: relative;
    left: 0;
}
.featured-products:not(.featured-products-2) .item:nth-child(2) {
    height: 625px;
    background-image: url("../img/bg-2.png");
    flex-direction: column;
}
	.featured-products:not(.featured-products-2) .item:nth-child(2) img,
	.featured-products:not(.featured-products-2) .item:nth-child(2) .info {
		width: 80%;
	}
.featured-products:not(.featured-products-2) .item:nth-child(2) .info {
    margin-top: -30px;
    padding-left: 0;
}
.featured-products:not(.featured-products-2) .item:nth-child(3) {
    margin-top: -327px;
    background-image: url("../img/bg-3.png");
    padding-right: 0;
}
	.featured-products:not(.featured-products-2) .item:nth-child(3) img {
		order: 1;
		align-self: flex-start;
		position: relative;
		right: -10px;
	}
	.featured-products-2 .item {
		padding-right: 0;
	}
.featured-products-2 .item img {
    order: 1;
    position: relative;
    right: 0;
    width: 70%;
}
	.featured-products-2 .item .info {
		width: 45%;
	}
	.featured-products-2 .item:nth-child(1) img {
		align-self: flex-start;
	}
}

/**
 * Item
 */
 .product-item {
	background: #FFF;
	border-radius: 10px;
  }


 .product-item .thumbnail-wrap {
	display: block;
	position: relative;
	z-index: 0;
	border-radius: 10px;
  }

@media (max-width: 800px) {


}


.product-item .thumbnail-wrap .discount {
	position: absolute;
	top: 0;
	right: 0;
	background: #f7a811;
	  background-position-x: 0%;
	  background-position-y: 0%;
	  background-repeat: repeat;
	  background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	padding: 0 20px;
	white-space: nowrap;
	z-index: 2;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 800;
  }
  .product-item .thumbnail-wrap .thumbnail {
	display: block;
	padding-bottom: 120%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.3s;
	border-radius: 0;
  }
.product-item .thumbnail-wrap .thumbnail-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background-color: #fff;
}

.product-item .thumbnail-wrap .details {
	position: absolute;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background: #252525;
	padding: 12px 15px;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 2;
}

.product-item .thumbnail-wrap .details .detail {
	color: #fff;
	text-align: center;
	white-space: nowrap;
	            font-family: 'Poppins', sans-serif;
	font-size: 8px;
}

.product-item .thumbnail-wrap .details .detail:nth-child(n+2) {
	margin-left: 10px;
}

.product-item .thumbnail-wrap .details .detail i {
	font-size: 22px;
	display: block;
	margin-bottom: 7px;
}

.product-item .title {
	font-size: 16px;
	margin-bottom: 0;
	text-align: center;
	width: 100%;
  }
.product-item .prices {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.product-item .prices .price {
    flex: 1 1 0px;
    text-align: center;
    font-size: 10px;
}

.product-item .prices .price b {
	font-size: 18px;
	font-weight: 500 !important;
	color: #252525;
  }

.product-item .stock {
    display: inline;
    background: #428500;
    text-align: center;
                font-family: 'Poppins', sans-serif;
    font-size: 9px;
    padding: 6px;
    border-radius: 20px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    top: -10px;
}

.product-item .stock.out {
	color: #a6001b;
}

.product-item .stock.out::before {
	background: #a6001b;
}

.product-item:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px;
}


.product-item:hover .thumbnail-wrap .thumbnail {
	opacity: .7;
}

.product-item:hover .thumbnail-wrap .thumbnail-hover {
	opacity: 1;
}

.product-item:hover .thumbnail-wrap .details {
	opacity: 1;
}

.product-item:hover .title {
	color: #252525;
}

@media (min-width: 576px) {
	.product-item .thumbnail-wrap .discount {
		font-size: 16px;
		line-height: normal;
		padding: 15px 4px;
		border-radius: 100%;
	  }
	.product-item .thumbnail-wrap .details {
		padding: 15px 20px;
	}
	.product-item .thumbnail-wrap .details .detail {
		font-size: 9px;
	}
	.product-item .thumbnail-wrap .details .detail:nth-child(n+2) {
		margin-left: 15px;
	}
	.product-item .thumbnail-wrap .details .detail i {
		font-size: 29px;
		margin-bottom: 8px;
	}
	.product-item .title {
		font-size: 16px;
		margin-bottom: 0;
	  }
.product-item .prices .price {
    font-size: 12px;
    display: flex;
    align-items: center;
}
.product-item .prices .price b {
	font-size: 26px;
	font-weight: 500 !important;
	color: #252525;
  }
}

/**
 * Grelha de produtos


 */
.products-grid {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

.products-grid::before, .products-grid::after {
	position: absolute;
	display: block;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.products-grid::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.products-grid::after {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	top: 100px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	font-size: 100px;
	color: #252525;
	animation: loading 1s infinite;
}

.products-grid.loading::before, .products-grid.loading::after {
	opacity: 1;
	pointer-events: all;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@-moz-keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@-o-keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@media (max-width: 374.98px) {
	.products-grid .product-item {
		width: 47.5%;
		margin-left: 4%;
		margin-top: 4%;
		border-radius: 0;
		padding: 0;
		margin-bottom: 20px;
		background: #FFF;
	  }
	.products-grid .product-item:nth-child(1n+1) {
		margin-left: 0;
	}
	.products-grid .product-item:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media (min-width: 375px) and (max-width: 767.98px) {
	.products-grid .product-item {
		width: 46.5%;
		margin-left: 7%;
		margin-top: 7%;	
		border-radius: 0;
		padding: 0;
		margin-bottom: 20px;
		background: #FFF;
	}
	.products-grid .product-item:nth-child(2n+1) {
		margin-left: 0;
	}
	.products-grid .product-item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.products-grid:not(.products-grid-max-3) .product-item {
		width: 31%;
		margin-left: 3%;
		margin-top: 3%;
		border-radius: 0;
		padding: 0;
		margin-bottom: 20px;
		background: #FFF;
	}
	.products-grid:not(.products-grid-max-3) .product-item:nth-child(4n+1) {
		margin-left: 0;
	}
	.products-grid:not(.products-grid-max-3) .product-item:nth-child(-n+4) {
		margin-top: 0;
	}
	.products-grid.products-grid-max-3 .product-item {
		width: 31%;
		margin-left: 3%;
		margin-top: 3%;
		border-radius: 0;
		padding: 0;
		margin-bottom: 20px;
		background: #FFF;
	  }
	.products-grid.products-grid-max-3 .product-item:nth-child(3n+1) {
		margin-left: 0;
	}
	.products-grid.products-grid-max-3 .product-item:nth-child(-n+32) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.products-grid:not(.products-grid-max-3) .product-item {
		width: 29.33333%;
		margin-left: 6%;
		margin-top: 6%;
	}
	.products-grid:not(.products-grid-max-3) .product-item:nth-child(3n+1) {
		margin-left: 0;
	}
	.products-grid:not(.products-grid-max-3) .product-item:nth-child(-n+3) {
		margin-top: 0;
	}
	.products-grid.products-grid-max-3 .product-item {
		width: 23.5%;
		margin-left: 2%;
		margin-top: 3%;
		border-radius: 0;
		padding: 0;
		margin-bottom: 20px;
		background: #FFF;
	  }
	.products-grid.products-grid-max-3 .product-item:nth-child(4n+1) {
		margin-left: 0;
	}
	.products-grid.products-grid-max-3 .product-item:nth-child(-n+4) {
		margin-top: 0;
	}
}







/**
 * Grelha de produtos destaques
 */
.products-grid-destaques {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

.products-grid-destaques::before, .products-grid-destaques::after {
	position: absolute;
	display: block;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.products-grid-destaques::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.products-grid-destaques::after {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	top: 100px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	font-size: 100px;
	color: #252525;
	animation: loading 1s infinite;
}

.products-grid-destaques.loading::before, .products-grid-destaques.loading::after {
	opacity: 1;
	pointer-events: all;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@-moz-keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@-o-keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@keyframes loading {
	0% {
		-webkit-transform: translateX(50%) rotate(0deg);
		-moz-transform: translateX(50%) rotate(0deg);
		-ms-transform: translateX(50%) rotate(0deg);
		-o-transform: translateX(50%) rotate(0deg);
		transform: translateX(50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateX(50%) rotate(360deg);
		-moz-transform: translateX(50%) rotate(360deg);
		-ms-transform: translateX(50%) rotate(360deg);
		-o-transform: translateX(50%) rotate(360deg);
		transform: translateX(50%) rotate(360deg);
	}
}

@media (max-width: 374.98px) {
	.products-grid-destaques .product-item {
		width: 100%;
		margin-left: 10%;
		margin-top: 10%;
	}
	.products-grid-destaques .product-item:nth-child(1n+1) {
		margin-left: 0;
	}
	.products-grid-destaques .product-item:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media (min-width: 375px) and (max-width: 767.98px) {
	.products-grid-destaques .product-item {
		width: 46.5%;
		margin-left: 7%;
		margin-top: 7%;
	}
	.products-grid-destaques .product-item:nth-child(2n+1) {
		margin-left: 0;
	}
	.products-grid-destaques .product-item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.products-grid-destaques:not(.products-grid-destaques-max-3) .product-item {
		width: 23.333%;
		margin-left: 3%;
		margin-top: 3%;
	}
	.products-grid-destaques:not(.products-grid-destaques-max-3) .product-item:nth-child(4n+1) {
		margin-left: 0;
	}
	.products-grid-destaques:not(.products-grid-destaques-max-3) .product-item:nth-child(-n+4) {
		margin-top: 0;
	}
	.products-grid-destaques.products-grid-destaques-max-3 .product-item {
		width: 46.5%;
		margin-left: 7%;
		margin-top: 7%;
	}
	.products-grid-destaques.products-grid-destaques-max-3 .product-item:nth-child(3n+1) {
		margin-left: 0;
	}
	.products-grid-destaques.products-grid-destaques-max-3 .product-item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.products-grid-destaques:not(.products-grid-destaques-max-3) .product-item {
		width: 23.333%;
		margin-left: 3%;
		margin-top: 3%;
	}
	.products-grid-destaques:not(.products-grid-destaques-max-3) .product-item:nth-child(4n+1) {
		margin-left: 0;
	}
	.products-grid-destaques:not(.products-grid-destaques-max-3) .product-item:nth-child(-n+4) {
		margin-top: 0;
	}
	.products-grid-destaques.products-grid-destaques-max-3 .product-item {
		width: 23.333%;
		margin-left: 3%;
		margin-top: 3%;
	}
	.products-grid-destaques.products-grid-destaques-max-3 .product-item:nth-child(4n+1) {
		margin-left: 0;
	}
	.products-grid-destaques.products-grid-destaques-max-3 .product-item:nth-child(-n+4) {
		margin-top: 0;
	}
}















/**
 * Página da loja
 */
 .shop aside .title {
	padding: 8px 18px;
	  padding-top: 8px;
	text-transform: uppercase;
	display: none;
	text-align: center;
	font-size: 15px;
	margin-bottom: 5px;
	padding-top: 26px;
  }

.shop aside form {
	padding-top: 30px;
	display: none;
}

.shop aside form fieldset {
    margin-bottom: 15px;
    color: #252525;
    border-radius: 6px;
}

.shop aside form fieldset .field-title {
    color: #252525;
    font-size: 13px;
    font-weight: 800;
}

.shop aside form fieldset select {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	border: 1px solid #000;
	            font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.shop aside form fieldset .radios-checks label {
    display: block;
    cursor: pointer;
    padding-left: 0;
    color: #252525;
}

.shop aside form fieldset .radios-checks label:nth-child(n+2) {
	margin-top: 10px;
}

.shop aside form fieldset .radios-checks label input {
	display: none;
}

.shop aside form fieldset .radios-checks label span {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
                font-family: 'Poppins', sans-serif;
    line-height: 21px;
    display: block;
    color: #252525;
    transition: color 0.3s;
    font-weight: 500;
}

.shop aside form fieldset .radios-checks label span::before, .shop aside form fieldset .radios-checks label span::after {
	position: absolute;
	top: 2px;
	left: 0;
	width: 17px;
	height: 17px;
	border-radius: 1px;
}

.shop aside form fieldset .radios-checks label span::before {
    content: '';
    display: block;
    border: 1px solid #252525;
    border-radius: 100%;
}

.shop aside form fieldset .radios-checks label span::after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: none;
    background: #f7a811;
    color: #fff;
    line-height: 12px;
    text-align: center;
    font-size: 13px;
    border-radius: 100%;
    border: 1px solid #FFF;
    width: 15px;
    height: 15px;
    left: 1px;
    margin-top: 1px;
}

.shop aside form fieldset .radios-checks label input:checked + span::after {
	display: block;
}

.shop aside form fieldset .radios-checks label:hover span {
	font-weight:800;
}

.shop main {
	margin-top: 50px;
}
.shop {
	display: block;
  }



	.shop {
		display: block;
	  }
	  .shop aside {
		width: 100%;
		background: #efefef;
		margin-bottom: 20px;
	  }
	.shop aside .title {
		display: block;
	}
	.shop aside .form-toggle {
		display: none;
	}
	.shop aside form {
		padding-top: 0;
		display: block;
	}
	.shop main {
		margin-top: 0;
		width: 100%;
	}



/**
 * Página do produto
 */
 .product-page main .gallery {
	position: relative;
	z-index: 0;
	padding-right: 20px;
  }

  .product-page main .gallerymob {
	display:none;
  }

 @media (max-width: 800px) {

  .product-page main .gallery {
	display:none
  }
  .product-page main .gallerymob {
	display:block;
  }



}



.product-page main .gallery .discount {
	position: absolute;
	top: 0;
	right: 0;
	background: #f7a811;
	  background-position-x: 0%;
	  background-position-y: 0%;
	  background-repeat: repeat;
	  background-size: auto;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	padding: 0 20px;
	white-space: nowrap;
	z-index: 2;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: 800;
}

.product-page main .gallery .main span {
	display: block;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }

.product-page main .gallery .thumbnails {
	margin-top: 10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.product-page main .gallery .thumbnails .item {
	width: 15.2%;
	margin-left: 1%;
	margin-top: 1%;
	padding-bottom: 20%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #e1e1e1;
	  border-top-color: rgb(225, 225, 225);
	  border-right-color: rgb(225, 225, 225);
	  border-bottom-color: rgb(225, 225, 225);
	  border-left-color: rgb(225, 225, 225);
	border-top-color: rgb(225, 225, 225);
	border-right-color: rgb(225, 225, 225);
	border-bottom-color: rgb(225, 225, 225);
	border-left-color: rgb(225, 225, 225);
	cursor: pointer;
	transition: all 0.3s;
	opacity: 0.5;
  }

.product-page main .gallery .thumbnails .item:nth-child(5n+1) {
	margin-left: 0;
}

.product-page main .gallery .thumbnails .item:nth-child(-n+5) {
	margin-top: 0;
}

.product-page main .gallery .thumbnails .item:hover {
	opacity: 1;
}

.product-page main .gallery .thumbnails .item.active {
	opacity: 1;
  }

  .product-page aside {
	margin-top: 50px;
	background: #FFF;
  }

.product-page aside h1 {
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 10px;
  }
  .product-page aside .ref {
	font-size: 13px !important;
	font-family: 'Poppins', sans-serif;
	color: #666 !important;
	line-height: normal;
	margin-bottom: 10px;
  }



  .product-page aside .wishlist {
	padding: 20px 0;
	margin: 5px 0;
  }
  .product-page aside .wishlist a {
	color:#272727;
	transition: all 0.3s;
  }

.product-page aside .wishlist:hover a {
	color:#9b0000;
  }

.product-page aside .wishlist:hover a i {
	color:#9b0000;
  }

.product-page aside .prices,
.product-page aside .details,
.product-page aside .files,
.product-page aside fieldset,
.product-page aside .note {
	margin-top: 10px;
}

.product-page aside .prices {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.product-page aside .prices .price {
	font-size: 11px;
	color: #252525;
	line-height: 1.25;
	            font-family: 'Poppins', sans-serif;
}

.product-page aside .prices .price b {
	display: block;
	font-size: 20px;
	font-weight: 300 !important;
  }

.product-page aside .prices .price:nth-last-child(n+2) {
	margin-right: 50px;
}

.product-page aside .details {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.product-page aside .details .detail {
	color: #252525;
	text-align: center;
	white-space: nowrap;
	            font-family: 'Poppins', sans-serif;
	font-size: 8px;
}

.product-page aside .details .detail:nth-child(n+2) {
	margin-left: 15px;
}

.product-page aside .details .detail i {
	font-size: 22px;
	display: block;
	margin-bottom: 7px;
}

.product-page aside .files {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 25px 0 10px;
	border-width: 2px 0;
	border-style: solid;
	border-color: #ddd;
}

.product-page aside .files .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.product-page aside .files .item:nth-last-child(n+2) {
	margin-right: 50px;
}

.product-page aside .files .item i,
.product-page aside .files .item span {
	color: #313131;
	transition: color 0.3s;
}

.product-page aside .files .item i {
	margin-right: 15px;
	font-size: 18px;
}

.product-page aside .files .item span {
	white-space: nowrap;
	            font-family: 'Poppins', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.product-page aside .files .item:hover i,
.product-page aside .files .item:hover span {
	color: #252525;
}

.product-page aside fieldset .field-title {
	            font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.product-page aside fieldset .radios label {
	display: block;
}

.product-page aside fieldset .radios label:nth-child(n+2) {
	margin-top: 10px;
}

.product-page aside fieldset .radios label input {
	display: none;
}

.product-page aside fieldset .radios label .radio-wrap {
	border: 1px solid #ccc;
	transition: border-color 0.3s;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 20px;
	cursor: pointer;
}

.product-page aside fieldset .radios label .radio-wrap .color {
	width: 23px;
	height: 23px;
	border-radius: 100%;
	margin-right: 15px;
	border: 1px solid #ccc;
}

.product-page aside fieldset .radios label .radio-wrap .info .title,
.product-page aside fieldset .radios label .radio-wrap .info .stock {
	font-size: 14px;
	            font-family: 'Poppins', sans-serif;
display:inline-table;	line-height: 1.5;
}

.product-page aside fieldset .radios label .radio-wrap .info .stock {
	color: #428500;
}

.product-page aside fieldset .radios label .radio-wrap .info .stock.out {
	color: #a6001b;
}

.product-page aside fieldset .radios label input:checked + .radio-wrap {
	border:2px solid #252525;
}

.product-page aside fieldset .form-footer {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.product-page aside fieldset .form-footer .btn {
	background: #252525;
	margin-left: auto;
}

.product-page aside fieldset .form-footer .btn,
.product-page aside fieldset .form-footer .btn i,
.product-page aside fieldset .form-footer .btn span {
	text-transform: uppercase;
	font-weight: 700;
	            font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

.product-page aside fieldset .form-footer .btn:hover {
	background: #313131;
}

.product-page aside fieldset .number-field {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 0 15px;
	width: 100px;
	height: 45px;
	border: 1px solid #252525;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 5px;
	color: #252525;
	margin-right: 20px;
  }
.product-page aside fieldset .number-field input,
.product-page aside fieldset .number-field .qty-btn {
	color: #000;
}

.product-page aside fieldset .number-field input {
	flex-grow: 1;
	padding: 0;
	min-width: 0;
	width: auto;
	border: 0;
	background: none;
	text-align: center;
	font-size: 14px;
	color: #000;
	            font-family: 'Poppins', sans-serif;
}

.product-page aside fieldset .number-field .qty-btn {
	flex-shrink: 0;
	cursor: pointer;
	font-size: 13px;
	transition: color 0.3s;
}

.product-page aside fieldset .number-field .qty-btn:hover {
	color: #252525;
}

.product-page aside fieldset .final-price {
    font-size: 11px;
    color: #f7a811;
    line-height: 1.25;
            font-family: 'Poppins', sans-serif;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.product-page aside fieldset .final-price b {
    display: block;
    font-size: 16px;
    font-weight: 700 !important;
    padding: 8px 18px;
    background: #f7a811;
    color: #FFF;
    border-radius: 40px;
	margin-right:10px;
}

.note {
margin-top:0; margin-bottom:20px; font-size:11px; text-transform:uppercase; padding:10px; border-radius:10px; background:#252525; color:#FFF;
}


@media (max-width: 768px) {


.product-page aside h1 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 10px;
  }
  .product-page aside .wishlist a {
	color: #272727;
	transition: all 0.3s;
	font-size: 12px;
  }

  .tab button {

	padding: 10px 12px;
	transition: 0.3s;
	font-size: 13px;

  }

  .tabcontent {
	display: none;
	padding: 33px 0;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d5d2;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	line-height: 25px;
  }


}



@media (min-width: 768px) {
	.product-page aside .prices .price,
	.product-page aside .final-price {
		font-size: 12px;
	}
	.product-page aside .prices .price b, .product-page aside .final-price b {
		font-size: 29px;
	  }
	.product-page aside .details .detail {
		font-size: 9px;
	}
	.product-page aside .details .detail:nth-child(n+2) {
		margin-left: 25px;
	}
	.product-page aside .details .detail i {
		font-size: 29px;
		margin-bottom: 8px;
	}
.product-page aside fieldset .number-field {
    width: 110px;
}
}

.product-page .container.servico main ul
{
	display:flex;
	flex-wrap: wrap;
}
.product-page .container.servico main ul li {
	list-style: disc;
	margin-left: 15px;
	width: 100%;
  }

@media (min-width: 992px) {
	.product-page .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-items: top;
	  }
	  .product-page .container main {
		width: 60%;
	  }

	  .product-page .container.servico main {
		width: 45%;
	  }


	  .product-page .container aside {
		margin-top: 0;
		width: 40%;
		padding: 30px;
		background: #FFF;
	  }

	  .product-page .container.servico aside {
		margin-top: 0;
		width: 50%;
		background: #FFF;
		padding:0;
	  }



}

.img_boxes
 {
	background-image: url('https://www.mug.pt/projectos/diabronze/assets/img/image.png');
	font-size: 0;
	padding: 0;
	margin: 0;
	  margin-bottom: 0px;
	display: block;
	width: 100%;
	background-size: auto 90%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	transition: opacity 0.3s;
	border-radius: 0;
	margin-bottom: 0;
	font-size: 0;
  }


  @media (max-width: 767.98px) {

  .img_boxes {
	background-image: url('https://www.mug.pt/projectos/diabronze/assets/img/image.png');
	font-size: 0;
	padding: 0;
	margin: 0;
	  margin-bottom: 0px;
	margin-bottom: 0px;
	display: block;
	width: 100%;
	background-size: auto 88%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	transition: opacity 0.3s;
	border-radius: 0;
	margin-bottom: 0;
	font-size: 0;
	border: 2px solid #FFF;
  }

}


.myself {
}
.popuptext {
}
.popuptext.show {
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    left: 0;
    top: 0;
}

.popuptext.show img {
    width: 100%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popuptext {
  display: none;
}

input.qtd::-webkit-outer-spin-button,
input.qtd::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.qtd[type=number] {
  -moz-appearance: textfield;
}

.whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 50px;
	width: 50px;
	background-image: url('../img/whatsapp.png');
	background-position: center center;
	background-size: cover;z-index: 2;
  }

  @media (max-width: 767.98px) {


  .whatsapp {
	position: fixed;
	right: 20px;
	bottom: 100px;
	height: 50px;
	width: 50px;
	background-image: url('../img/whatsapp.png');
	background-position: center center;
	background-size: cover;z-index: 2;
  }

}


/**
 * Informação do produto
 */
.product-info main {
	margin-top: 50px;
}

.product-info .title {
	text-transform: uppercase;
}

.product-info .features-table .row {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.product-info .features-table .row:nth-child(odd) {
	background: #f0f6f9;
}

.product-info .features-table .row .field, .product-info .features-table .row .value {
    width: 50%;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 10px;
}




@media (min-width: 992px) {
	.product-info .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.product-info .container aside {
		width: 35%;
	}
	.product-info .container main {
		margin-top: 0;
		order: -1;
		width: 60%;
	}
}

.follow {
	padding: 30px 0;
	background: #252525;
	color:#FFF;
}

.follow .features {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: le;
    justify-content: space-between;
    width: 100%;
}

.follow .features .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.follow .features .item:nth-child(n+2) {
	margin-top: 30px;
}

.follow .features .item i,
.follow .features .item span {
	color: #fff;
}

.follow .features .item i {
    font-size: 40px;
    margin-right: 20px;
}

.follow .features .item span {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.3;
}

.follow .newsletter {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

.follow .newsletter .title {
	text-align: center;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	white-space: nowrap;
	margin-bottom: 0;
}

.follow .newsletter .title b {
	display: block;
	font-weight: 900 !important;
}

.follow .newsletter .input-group {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 15px;
    background: #fff;
    padding: 5px 5px 5px 0;
    border-radius: 100px;
}

.follow .newsletter .input-group input {
    height: 45px;
    border: 0;
    border-radius: 0;
    line-height: 45px;
    padding: 0 25px;
    width: 200px;
    background: #fff;
    font-size: 12px;
    flex-shrink: 1;
    border-radius: 30px;
}

.follow .newsletter .input-group .btn {
	background: #252525;
}

.follow .newsletter .input-group .btn,
.follow .newsletter .input-group .btn span {
	text-transform: uppercase;
}

.follow .newsletter .input-group .btn:hover {
	background: #313131;
}

@media (min-width: 768px) {
	.follow .features {
		flex-direction: row;
	}
	.follow .features .item:nth-child(n+2) {
		margin-top: 0;
		margin-left: 40px;
	}
}

@media (min-width: 992px) {
	.follow .newsletter {
		justify-content: center;
		flex-direction: row;
	}
	.follow .newsletter .title {
		text-align: left;
	}
	.follow .newsletter .input-group {
		margin-top: 0;
		margin-left: 30px;
	}
	.follow .newsletter .input-group input {
		width: 250px;
	}
}

@media (min-width: 1200px) {
	.follow .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.follow .container .newsletter {
		margin-top: 0;
		margin-left: 50px;
	}
}





@media (max-width: 767.98px) {
.follow .features {
    display: block;
    width: 100%;
    height: auto;
}
.follow .features .item span {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.3;
}
.follow .features .item {
    width: 49%;
    display: inline-table;
    text-align: center;
}
.follow .features .item i {
    font-size: 21px;
    margin-right: 0;
    display: block;
    margin-bottom: 9px;
    display: none;
}

.follow {
    padding: 15px 0;
    background: #252525;
    color: #FFF;
}
.follow .features .item:nth-child(n+2)
{
	margin-top:0!important;


}

.follow .features .item:nth-child(n+3)
{
	margin-top:30px!important;


}

}



.contact-info .item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background: #32548b;
	color: #FFF;
	padding: 20px;
  }


.contact-info .item:nth-child(n+2) {
	margin-top: 20px;
}

.contact-info .item i {
	font-size: 20px;
	color: #fff !important;
  }

  .contact-info .item .info {
	margin-left: 20px;
	font-size: 15px;
	color: #fff !important;
	font-weight: 500;
  }

.contact-info .item .info a {
	cursor: pointer;
	color: inherit;
	transition: color 0.3s;
}

.contact-info .item .info a:hover {
	color: #987844;
}

footer .btn
{
	position: absolute;
	margin-left: -53px;
	border: 1px solid #333;
	color: #333;
	margin-top: 3px;
	padding: 8px 10px;
}



footer .btn i
{
	color: #333;
}

footer {
	background: #32548b;
	  background-position-x: 0%;
	  background-position-y: 0%;
	  background-image: none;
	position: relative;
	color: #FFF;
	padding: 80px 40px;
	background-image: url(../img/bg_footer.png);
	background-position: left center;
	background-repeat: no-repeat;
  }
  footer .container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: t;
  }
  footer .col-title {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
  }

@media (max-width: 575.98px) {
	footer .container .col {
		width: 100%;
		margin-left: 10%;
		margin-top: 60px;
	  }
	footer .container .col:nth-child(1n+1) {
		margin-left: 0;
	}
	footer .container .col:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	footer .container .col {
		width: 32.5%;
		margin-left: 1%;
	  }
	footer .container .col:nth-child(2n+1) {
		margin-left: 0;
	}
	footer .container .col:nth-child(-n+2) {
		margin-top: 0;
	}
	footer .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: t;
		justify-content: center;
	  }

}

@media (min-width: 768px) {
	footer .container .col {
		width: 20%;
		margin-left: 2%;
	  }

	  footer .container .col:nth-child(1) {
		width: 55%;
		margin-left: 0%;
	  }


	footer .container .col:nth-child(4n+1) {
		margin-left: 0;
	}
	footer .container .col:nth-child(-n+4) {
		margin-top: 0;
	}
	footer .container .col:first-child {
		align-self: center;
	}
}
@media (max-width: 768px) {

	footer {
		position: relative;
		color: #FFF;
		padding: 80px 40px;
		text-align: center;
		background-size: cover;
		background-position: center center;
	  }
}


/**
 * Logo
 */
.footer-logo {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/**
 * Menu
 */
 .footer-menu li {
	color: #313131;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
  }
.footer-menu li:nth-child(n+2) {
	margin-top: 15px;
}

.footer-menu li a {
	color: inherit;
	cursor: pointer;
	transition: color 0.3s;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
  }

.footer-menu li a:hover {
	color: #fff;
}

/**
 * Copyright
 */
 .copyright {
	padding: 16px 0;
	  padding-left: 0px;
	padding-left: 0px;
	padding-left: 0px;
	padding-left: 0px;
	padding-left: 0px;
	background: #32548b;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 2;
	border-top: ;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #FFF;
  }
.copyright .payment-methods {
	margin-top: 15px;
}

.copyright a {
	color: inherit;
	cursor: pointer;
	transition: color 0.3s;
}

.copyright a:hover {
	color: #d5c8c0;
}

@media (min-width: 576px) {
	.copyright .container {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.copyright .container .payment-methods {
		margin-top: 0;
	}
}

/**
 * Imagem do rodapé
 */
.footer-image {
	position: absolute;
	top: -43px;
	left: -160px;
	height: auto;
	display: none;
}

@media (min-width: 1200px) {
	footer,
	.copyright {
		
	}
	.footer-image {
		display: block;
	}
}

.footer-group {
	overflow: hidden;
}
.mobile-menu {
	position: absolute;
	top: 79px;
	left: 0;
	width: 100%;
	height: 250%;
	height: 100vh;
	z-index: 4;
	display: none;
	background: #244171;
  }
  .mobile-menu .mobile-menu-inner {
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 40px;
	left: 0;
	overflow-y: auto;
	text-align: center;
  }

.mobile-menu .menu li {
    display: block;
    padding: 5px 20px;
	text-align:center;
}

.mobile-menu .menu li img {
    width: 50px;
    margin-right: 20px;
    height: auto;
    max-height: 50px;
}

.mobile-menu .menu li a, .mobile-menu .menu li i {
	line-height: 40px;
	color: #fff;
	font-size: 15px;
  }

.mobile-menu .menu li a {
	transition: color 0.3s;
	text-transform: uppercase;
}

.mobile-menu .menu li a:hover {
	color:#FFF;
}


.mobile-menu .menu li i {
	width: 25px;
	text-align: center;
	transition: transform 0.3s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-left: 5px;
}

.mobile-menu .menu li i.rotated {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mobile-menu .menu li .submenu {
	width: 100%;
	padding: 15px 0;
	display: none;
}

.mobile-menu .menu li .submenu li:nth-child(n+2) {
	margin-top: 1px;
}

.mobile-menu .menu li .submenu li a {
	font-size: 12px;
	font-weight: 700;
}

.mobile-menu .menu li .submenu li .submenu li a {
	font-weight: 400;
}

.mobile-menu .menu li .submenu li:hover > a,
.mobile-menu .menu li .submenu li:hover > i,
.mobile-menu .menu li .submenu li.active > a,
.mobile-menu .menu li .submenu li.active > i {
	color: #32548b !important;
}

.mobile-menu .menu li:nth-child(n+2) {
	margin-top: 5px;
}

.mobile-menu .menu li:hover > a,
.mobile-menu .menu li:hover > i,
.mobile-menu .menu li.active > a,
.mobile-menu .menu li.active > i {
	color: #32548b !important;
}

.mobile-menu.open {
	top: 0;
}

/* Style the tab */
.tab {
	overflow: hidden;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
	background-color: inherit;
	float: left;
	border: none;
	  border-bottom-color: currentcolor;
	  border-bottom-style: none;
	  border-bottom-width: medium;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 14px;
	border-bottom: 2px solid #eae5e2;
	border-radius: 0;
	color:#000;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
	border-bottom: 2px solid #32548b;
	font-weight: 600;
	color: #32548b;
  }
  
  .tab button.active {
	border-bottom: 2px solid #32548b;
	font-weight: 600;
	color: #32548b;
  }
  
  /* Style the tab content */
  .tabcontent {
	display: none;
	padding: 33px 0;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d5d2;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
  }
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
  }
  .breadcrumbs {
	padding: 20px 0;
	margin-top: 0;
	position: relative;
	z-index: 2;
	border-bottom: 0;
	color: #ccc;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
  }


  @media (max-width: 800px) {

	.breadcrumbs {
		padding: 10px 0;
		margin-top: 0;
		position: relative;
		z-index: 2;
		border-bottom: 1px solid #d9d5d2;
		color: #d9d5d2;
		text-transform: uppercase;
		font-size: 9px;
		letter-spacing: 1px;
		font-weight: 300;
	  }
}




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

.breadcrumbs .container a, .breadcrumbs .container .divider, .breadcrumbs .container .current {
    font-size: 11px;
    color: #d9d5d2;
    line-height: 20px;
	opacity:0.5;
}

.breadcrumbs .container a, .breadcrumbs .container .divider {
    margin-right: 16px;
}

.breadcrumbs .container a,
.breadcrumbs .container .current {
	text-transform: uppercase;
	            font-family: 'Poppins', sans-serif;
}

.breadcrumbs .container a {
	transition: color 0.3s;
}

.breadcrumbs .container a:hover {
	color: #252525;
}

.breadcrumbs .container .current {
    font-weight: 500;
	opacity:1;
}

.breadcrumbs form {
	margin-left: auto;
	display: none;
	align-items: center;
}

.breadcrumbs form label {
	font-size: 16px;
	            font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin-right: 15px;
}

.breadcrumbs form select {
	width: 185px;
	border: 1px solid #000;
	line-height: 38px;
	height: 40px;
	padding: 0 20px;
	            font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.breadcrumbs.breadcrumbs-lg {
	border-top: 0;
	margin-bottom: 25px;
	padding: 0;
}

.breadcrumbs.breadcrumbs-lg .container {
	padding: 0;
	align-items: center;
}

.breadcrumbs.breadcrumbs-lg .container a,
.breadcrumbs.breadcrumbs-lg .container .current {
	font-size: 16px;
}

.breadcrumbs.breadcrumbs-lg .container a,
.breadcrumbs.breadcrumbs-lg .container .divider {
	margin-right: 10px;
}

@media (min-width: 992px) {
	.breadcrumbs form {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}
}


.class_bg_grey
{
	width:100%;
}


.checkout_info
{
  display:block;
}

.cupon {
	width: 100%;
	margin-right: 5%;
	margin-bottom: 40px;
  }

@media (min-width: 768px) {
	.checkout_info {
		display: flex;
		justify-content: space-between;
		width: 100%;
	  }
.cupon {
    width: 50%;
    margin-right: 5%;
}
  
}

.cupon_box {

}

input {
	width: 100%;
	background: #FFF;
	  background-color: rgb(255, 255, 255);
	color: #000000;
	padding: 12px;
	margin-right: 0;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 13px;
  }

input submit {
    width: 100%;
    background: #FFF;
    border: 0;
    color: #000000;
    padding: 10px;
    margin-right: 0;
    border-radius: 5px;
    border: 0;
    margin-top: 10px;
}

.btn_form {
	background: #32548b;
    border: 0;
    color: #fff !important;
    border-radius: 5px !important;
	transition: all 0.3s;
}
.btn_form:hover{
	background:#333;
}



.btn_form_other {
    background: #32548b !important;
    border: 0;
    color: #fff !important;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}
.btn_form_other:hover{
	background:#333;
}

.cupon_box_check
{
	width:100%;
}

.cupon_box_check {
	width:40%;
  background:#FFF;
  border:1px solid #ccc;
	border:0;
	color:#333;
	padding:15px; margin-right:2%;
}

.cupon_box_check .btn_form{
	width:35%;
	background:#010101;
	border:0;
	color:#fff;
	padding:15px;
	transition: 0.3s;
}
.cupon_box_check .btn_form:hover{
	background:#d71b2d;
}







  
.total_checkbox
{
	width:100%;
}


@media (min-width: 992px) {

  .total_checkbox
  {
    width:50%;
  }
  
}

.total_checkbox_box
{
	background:#fff;
	padding:20px;
	width:100%;
	border:1px solid #010101;
	color:#010101;
}

.total_checkbox_box_inline
{
	display:flex;
	padding:15px 10px;
}
.total_checkbox_box_left
{
	width:50%;
	text-align:left;
}
.total_checkbox_box_right
{
	width:50%;
	text-align:right;
}
.total_checkbox_box_line
{
	width:100%;
	border-bottom:1px solid #ccc
}



.alert_green {
	background: #efefef;
	color: #272727;
	padding: 17px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
  }

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


*,
*:before,
*:after {
  box-sizing: border-box;
}

input, input[type="radio"] + label, input[type="checkbox"] + label::before, textarea, select option, select {
  width: 100%;
  padding: 1em;
    padding-left: 1em;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;font-family: 'Poppins', sans-serif;
  font-size:13px;
}
input:focus {
  outline: 0;
  border-color: #32548b;
}
input:focus + .input-icon i {
  color: #32548b;
}
input:focus + .input-icon:after {
  border-right-color: #32548b;
}


textarea:focus {
  outline: 0;
  border-color: #32548b;
}
textarea:focus + .input-icon i {
  color: #32548b;
}
textarea:focus + .input-icon:after {
  border-right-color: #32548b;
}

button{
	padding:10px 15px;
	border-radius:40px;
	background:#333333;
	color:#FFF;
	border:0; FONT-SIZE:14px;
}



input[type="radio"] {
	display: none;
  }
  input[type="radio"] + label,
  select {
	display: inline-block;
	width: auto;
	text-align: center;
	float: left;
	border-radius: 0;
  }
  input[type="radio"] + label:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  input[type="radio"] + label:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
  }
  input[type="radio"] + label i {
	padding-right: 0.4em;
  }
  input[type="radio"]:checked + label,
  input:checked + label:before,
  select:focus,
  select:active {
	background-color: #32548b;
	color: #fff;
  }
  input[type="checkbox"] {
	display: none;
  }
  input[type="checkbox"] + label {
	position: relative;
	display: block;
	padding-left: 1.6em;
	font-size: 12px;
  }
  input[type="checkbox"] + label::before {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	padding: 0;
	content: "";
  }
  input[type="checkbox"] + label::after {
	position: absolute;
	top: 0px;
	left: 1px;
	font-size: 26px;
	color: #fff;
	opacity: 0;
	content: "•";
  }
  input:checked + label:after {
	opacity: 1;
  }
  select {
	height: 3.4em;
	line-height: 2;
  }
  select:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
  }
  select:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
  }
  select:focus,
  select:active {
	outline: 0;
  }
  select option {
	background-color: #32548b;
	color: #fff;
  }
  .input-group {
	margin-bottom: 1em;
	zoom: 1;
  }
  .input-group:before,
  .input-group:after {
	content: "";
	display: table;
  }
  .input-group:after {
	clear: both;
  }
  .input-group-icon {
	position: relative;
  }
  .input-group-icon input {
	padding-left: 4.4em;
  }
  .input-group-icon .input-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 3.4em;
	padding-top: 18px;
	line-height: 3.4em;
	text-align: center;
	pointer-events: none;
	padding-bottom: 18px;
  }
  .input-group-icon .input-icon:after {
	position: absolute;
	top: 0.6em;
	bottom: 0.6em;
	left: 3.4em;
	display: block;
	border-right: 1px solid #e5e5e5;
	content: "";
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
  }
  .input-group-icon .input-icon i {
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	color: #ccc;
  }
  
.row {
	zoom: 1;
  }
  .row:before,
  .row:after {
	content: "";
	display: table;
  }
  .row:after {
	clear: both;
  }
  .col-half {
	padding-right: 10px;
	float: left;
	width: 50%;
  }
  .col-half:last-of-type {
	padding-right: 0;
  }
  .col-third {
	padding-right: 10px;
	float: left;
	width: 33.33333333%;
  }
  .col-third:last-of-type {
	padding-right: 0;
  }
  @media only screen and (max-width: 540px) {
	.col-half {
	  width: 100%;
	  padding-right: 0;
	}
  }
  

  .menu_account {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
  }

  .menu_account a.item {
	padding: 20px;
	background: #fff;
	text-align: center;
	line-height: 24px;
  }
  .menu_account a.item.active {
	background: #ccc;
	color: #FFF;
  }