.fixed {
    background: #ffffff;
    transition: 0.3s;
}
.fixed .logo img {
    width: 100px;
}
.site-header.fixed a, .site-header.fixed .phone-buttons a:hover {
    color: #1b1b1b;
	transition: 0.3s;
}
.site-header.fixed a.whatsapp, .site-header.fixed a.whatsapp:hover {
    color: #ffffff;
}
.site-header.fixed a:hover:after, .site-header.fixed .current_page_item a:after {
    bottom: -26px;
}  
ul {
	margin: 0; 
	padding: 0;
}
img { 
	max-width: 100%; 
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
}
*:before, *:after {
	content: '';
}
h2, .button, .image-box, .kc_button {
	font-family: 'Montserrat Alternates', sans-serif;
} 
.list-style-none, ul, li {
	list-style-type: none;
}
.position-fixed {
	position: fixed; 
}
.w-100 {
	width: 100%;
} 
.h-100 {
	height: 100%;
}
.hero.h-100 {
	height: 100vh;
}
.hero {
	background-size: cover !important;
}
.hero .overlay {
	background-color: rgba(0,0,0,.8);
	padding-top: 150px;
}
.bg-fixed {
	background-attachment: fixed !important;
}
.logo img {
    width: 180px;
	transition: 0.3s;
}
.container {
	width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.product-img img {
    height: 200px; 
    object-fit: contain;
}
.product-container, .padding-32 {
	padding: 32px;
}
.open-sans, .site-header a {
	font-family: 'Open Sans', sans-serif;
}
/*===========================
 * Menu principal
/==========================*/ 
.site-header {
	z-index: 11;
	padding: 15px;
}
.site-header a {
    font-size: 18px;
    font-weight: 600;
	margin: 0 30px;
	position: relative;
}
.site-header a:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50px;
    right: -34px;
    top: 50%;
    margin-top: -4px;
	pointer-events: none;
}
.site-header a:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: transparent;
    left: 0;
    bottom: -80px;
	transition: 0.3s;
}
.site-header a:hover:after, .site-header .current_page_item a:after {
    bottom: -44px;
	transition: 0.3s; 
	background: #f9c977;
}
.site-header a:hover {
	color: #f9c977;
}
.site-header .current_page_item a, 
.site-header .current_page_item a svg { 
	color: #f9c977 !important;
	fill: #f9c977 !important;
}
.site-header .container:before {
	position: absolute;
    width: calc(100% - 30px);
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
	bottom: -15px;
}
.site-header li:last-child a:before {
	display: none;
}
.site-header li:last-child a,
.site-header .phone-buttons a:last-child  {
	margin-right: 0;
}

.phone-buttons .whatsapp {
    background: #25d366;
    border-radius: 50px;
    padding: 8px 15px;
}
.phone-buttons .whatsapp svg {
    width: 30px;
    margin-right: 10px;
}
.site-header .phone-buttons a:before, .site-header .phone-buttons a:after {
	display: none;
}
.site-header .phone-buttons a:nth-child(2){
	margin-right: 0;
	margin-left: 0;
}
.site-header .phone-buttons {
	transition: 0.3s;
}
.site-header .phone-buttons a:hover {
	color: #ffffff;
}
.site-header .phone-buttons .telephone {
    color: #f9c977;
    border: 2px solid;
    padding: 8px 15px;
    border-radius: 50px;
}

.border-radius-50 {
	border-radius: 50px;
}

.my-0 {
	margin-top: 0;
    margin-bottom: 0;
}
.my-5 { 
    margin-top: 70px;
    margin-bottom: 70px;
}
.mr-2 {
	margin-right: 20px;
}
.mb-0 {
	margin-bottom: 0;
}

.image-box img {
    height: 70px;
}

.white-divisor:before {
	position: absolute;
	height: 100%;
	width: 1px;
	background: #ffffff;
	left: 50%;
	margin-left: -1px;
}

.cover {
    width: 100%;
    height: 300px; 
	background-size: cover !important;
	background-position: center center !important;
}
.cover .container {
    padding-top: 100px;
}

.category-section {
    background: #f9f9f9;
    border: 2px solid #f1f1f1;
}
.category-section h2 {
    margin: 15px;
    padding-bottom: 15px;
	position: relative;
}
.category-section h2:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #d78a3b;
    position: absolute;
    bottom: 0;
}
.category-section li {
    padding: 0 15px;
}
.category-section li a {
    text-transform: capitalize;
    color: #898a8a;
    font-size: 18px;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
	border-top: 1px solid #eaeaea;
	transition: 0.3s;
}
.category-section li:first-child a  {
	border-top: none; 
}
.category-section li a:hover {
    color: #d78a3b;
	transition: 0.3s;
}
.archive .bg-white.product-container {
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
}
.global-content {
	padding-top: 32px;
	padding-bottom: 32px;
}
.category-section li.current a {
	color: #d78a3b !important;
}

/*===========================
 * Cores e preenchimentos
/==========================*/
.text-white, .site-header a {
	color: #ffffff;
	fill: #ffffff;
}
.bg-primary {
	background: #D78A3B;
}
.bg-white {
	background: #ffffff;
}
.text-orange {
	color: #D78A3B;
}
/*===========================
 * Fontes e Ícones
/==========================*/
.normal {
	font-weight: 400;
}
.semibold {
    font-weight: 600;
}
.icon-md {
    width: 25px;
}
h2 {
	font-size: 30px;
}
h2.kc_title {
    font-size: 40px;
    font-weight: 400;
}
.button {
    font-size: 20px;
    padding: 7px 20px;
}
.image-box h4 {
	font-size: 20px;
}
*{
    font-size: 17px;
}
.kc_button {
    font-size: 25px;
}

/* ==========================
 * Alinhamento e visualização
/==========================*/
.text-center {
	text-align: center;
}
.position-relative, .white-divisor {
	position: relative;
}
.display-inline-block {
	display: inline-block;
}
.display-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-end {
	justify-content: flex-end;
}
.justify-content-center {
	justify-content: center;
}