/*
** Geral
** ================================================== */
body {
	margin: 0;
	color: #748385;
	background-color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	line-height: 1.2;
}
img {
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
a {
	color: #596049;
}
textarea {
	height: 100px;
	resize: vertical;
}
fieldset {
	border: 2px solid #DBDBDB;
	border-radius: 5px;
}
mark {
	background-color: #EEE;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 0 3px;
	display: inline-flex;
	font-size: 0.8em;
	margin: 0 2px;
}

/* Fonts */
.ff-1 {
    font-family: 'DM Sans', sans-serif;
}

/* Topo
** ----------------------------------------------- */
.topo-conteudo {
	position: relative;
}
.topo .topo-logo {
	max-width: 200px;
}
.topo .topo-inner {
	display: flex;
	align-items: center;
	padding: 30px 0;
}
.topo .logo img,
.menu-fixo .logo img {
	width: 200px;
}

/* Icones */
.topo-info-icones {
	display: flex;
	align-items: center;
}
.topo-icone-wrap {
	display: flex;
	width: 40px;
	position: relative;
}
.topo-icone {
	padding: 10px;
	background-color: transparent;
	transition: all 0.3s ease 0s;
	border-radius: 5px;
}
.topo-icone:hover {
	background-color: #F5F5F5;
}
body:not(.home):not(.menu-fixo) .topo-icone:hover {
	background-color: #FFF;
}

/* Carrinho */
.topo-woo-cart-js {
	position: absolute;
	right: -1px;
	top: 2px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	background-color: #A43634;
	font-size: 10px;
}
.topo-woo-cart-js:empty {
	display: none;
}

/* Pesquisa */
.overlay-pesquisar .woo-formpesquisa button {
	display: inline-flex;
	white-space: nowrap;
	margin-left: 15px;
}
.overlay-pesquisar .woo-formpesquisa {
	display: flex;
}
.overlay-pesquisar .search-field {
	flex: 1;
}

/* Overlay login */
.overlay-login {
	max-width: 900px;
	padding: 50px;
}

/* Menu
** ----------------------------------------------- */
.topo .topo-conteudo {
	background-color: #F5F6F6;
}
.btn-menu-responsivo-box {
	display: none;
}
.topo .menu-topo-wrap {
	display: flex;
	align-items: center;
	flex: 1;
}
.topo .menu-topo,
.menu-fixo .menu-topo {
	display: flex;
	flex: 1;
	padding: 0 50px;
}
.menu-topo > ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	flex: 1;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.menu-topo a {
	text-decoration: none;
	display: block;
	padding: 5px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease 0s;
}

/* Hover */
.menu-topo a:hover,
.menu-topo li:hover > a,
.mega-menu:hover > a {
	color: #A43634;
}

/* Submenu */
.menu-topo li.menu-default {
	position: relative;
}
.menu-topo li.menu-default.icone-before {
	display: inline-flex;
	align-items: center;
}
.menu-topo li.menu-default.icone-before:before {
	margin-right: 3px;
}
.topo .menu-topo ul .menu-default ul,
.menu-fixo .menu-topo ul .menu-default ul {
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	margin: 10px 0 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
	box-sizing: border-box;
	padding: 20px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.15);
	z-index: 10;
}
.topo .menu-topo ul .menu-default ul li + li,
.menu-fixo .menu-topo ul .menu-default ul li + li {
	margin-top: 10px;
}

.topo .menu-topo ul li:hover ul,
.menu-fixo .menu-topo ul li:hover ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

/*
** Mega menu
** ================================================== */
.megamenu-item {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
}
.megamenu-img-box {
	max-width: 100px;
}
.megamenu-info {
	padding-left: 20px;
}
.megamenu-titulo {
	color: #3A4C4F;
	font-size: 20px;
	font-weight: normal;
}
.megamenu-desc {
	color: #7C8A8C;
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
}
.megamenu-btn-box {
	margin-top: 15px;
}
.megamenu-btn-box .btn {
	font-size: 15px;
}

/* Container */
.topo .menu-topo ul .mega-menu > ul,
.menu-fixo .menu-topo ul .mega-menu > ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
	display: flex;
	justify-content: center;

	width: 100%;
	position: absolute;
	left: 0;
	right: 0;

	top: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #EFF0EB;
	box-shadow: 0 10px 15px rgba(0,0,0,0.1);
	z-index: 10;

	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;

	flex-wrap: wrap;
	max-height: calc(100vh - 130px);
	overflow-y: auto;
}
.topo .menu-topo ul .mega-menu ul ul,
.menu-fixo .menu-topo ul .mega-menu ul ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

/* Primeiro item */
.topo .menu-topo ul .mega-menu > ul > li,
.menu-fixo .menu-topo ul .mega-menu > ul > li {
	width: 413px;
	max-width: 33.3333%;
	box-sizing: border-box;
	padding-top: 15px;
	min-width: 380px;
}

/* links */
.topo .menu-topo ul .mega-menu ul a,
.menu-fixo .menu-topo ul .mega-menu ul a {
	font-weight: normal;
	color: #3A4C4F;
	font-size: 20px;
	margin-bottom: 10px;
}
.topo .menu-topo ul .mega-menu ul a:hover,
.menu-fixo  .menu-topo ul .mega-menu ul a:hover {
	color: #A43634;
}

/* titulo */
.mega-menu-coluna > a {
	display: none;
}

/* li */
.menu-topo .mega-menu li {
	position: static;
}

/* Coluna */
.mega-menu-coluna {
	display: flex;
}

/* item*/
.mega-menu > a {
	position: relative;
}
.mega-menu > a::before {
	content: '';
	border: 20px solid transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-bottom-color: #eff0eb;
	transition: all 0.3s ease 0s;
	opacity: 0;
	top: 100%;
	margin-top: 15px;
}
.mega-menu:hover > a:before {
	margin-top: 0;
	opacity: 1;
}
.mega-menu > a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 100%;
	padding-top: 10px;
}

.menu-fixo .mega-menu > a:before {
	content: none;
}

/*
* Menu fixo
* ================================================== */
.menu-fixo {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	display: none;
	background-color: #FFF;
	box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}
.menu-fixo .topo-inner {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.menu-fixo .topo-logo {
	max-width: 200px;
}

/*
* Menu mobile
* ================================================== */
.menu-mobile {
    position: fixed;
    left: -350px;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    width: 320px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease 0s;
    box-shadow: 2px 0 3px rgba(0,0,0,0.1);
    max-height: 100%;
    overflow-y: auto;
}
.menu-mobile-container {
    position: fixed;
    z-index: 999999;
    display: none;
}

.menu-mobile.menu-mobile-visivel {
    left: 0;
}
.menu-mobile a {
    text-decoration: none;
}

.menu-mobile .topo-logo {
	margin-top: 15px;
}
.menu-mobile .topo-inner {
	padding: 25px 5px;
}
.menu-mobile .menu {
	margin: 30px 0;
}
.menu-mobile .menu a {
	padding: 10px;
	font-size: 16px;
}
.menu-mobile .menu-topo > ul {
	flex-direction: column;
}
.menu-mobile .menu a {
	padding: 10px;
}
.menu-mobile .menu li + li {
	margin-top: 5px;
}

.menu-mobile .menu-topo ul ul {
	list-style: none;
	margin: 10px 0 5px 5px;
	padding: 0;
	border-radius: 5px;
	background-color: #F5F7F7;
}

.menu-mobile .topo-info-icones {
	justify-content: space-around;
}
.menu-mobile .topo-icone-wrap {
	width: 45px;
}

.menu-mobile .menu-topo ul .mega-menu ul {
	display: none;
}
.menu-mobile .menu-topo ul .mega-menu > a:before,
.menu-mobile .menu-topo ul .mega-menu > a:after {
	content: none;
}

/*
** Menu hamburguer
** ================================================== */
.btn-menu-responsivo {
	cursor: pointer;
	width: 26px;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	padding: 5px 0 5px 5px;
	margin-left: 20px;
}
.btn-menu-responsivo span {
	height: 3px;
	background-color: #586048;
	width: 100%;
	margin: 3px 0;
	transition: all 0.3s ease 0s;
}
.btn-menu-responsivo:hover span {
	background-color: #C08C24;
}

/* Base
** ----------------------------------------------- */
.base {
	max-width: 1280px;
	width: 100%;
	margin: auto;
}
.base-2 {
	max-width: 950px;
	width: 100%;
	margin: auto;
}
.base-3 {
	max-width: 1040px;
	width: 100%;
	margin: auto;
}
.base-4 {
	max-width: 840px;
	width: 100%;
	margin: auto;
}
.base-content {
	padding: 0 20px;
}

/* Wrap */
.wrap-5 {
	margin: -5px;
}
.wrap-10 {
	margin: -10px;
}
.wrap-15 {
	margin: -15px;
}

/* Conteúdo
** ----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #394B4E;
}

.titulo-m {
	font-size: 1.5em;
}
.titulo {
	font-size: 2.5em;
}
.subtitulo {
	font-size: 2em;
}
.titulo-alt {
	font-size: 4em;
	line-height: 1;
}
.titulo-alt strong {
	position: relative;
	z-index: 1;
}
.titulo-alt strong::after {
	content: '';
	border-bottom: 0.23em solid #969E7E;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.18em;
	z-index: -1;
}
.desc {
	font-size: 1.2em;
}

/* Glyph */
.glyph-cor-default {
	background: url('../../imagens/glyph/default.png') no-repeat center center;
	background-size: contain;
}
.glyph-cor-5 {
	background: url('../../imagens/glyph/5.png') no-repeat center center;
	background-size: contain;
}

.pretitulo {
	color: #9CA483;
	letter-spacing: 14px;
	text-transform: uppercase;
	font-size: 12px;
	word-spacing: 5px;
}

.container-degrade {
	background-image: linear-gradient(to bottom, #F5F7F7, #FFF);
}

/* Breadcrumb */
.breadcrumb-container {
	padding: 20px 0;
}
.breadcrumb {
	font-size: 16px;
}

.msg-info-default {
	padding: 35px;
	border-left: 1px solid #394B4E;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	background-color: #F5F6F6;
	margin-top: 45px;
}
.msg-info-alt {
	padding: 15px 20px;
	border-left: 1px solid #394B4E;
	font-size: 16px;
	font-weight: normal;
	border-radius: 5px;
	background-color: #F5F6F6;
}

/*
** Conteúdo blog
** ================================================== */
.conteudosidebar-box {
	display: table;
	table-layout: fixed;
	width: 100%;
	box-sizing: border-box;
	padding-top: 10px;
}
.sidebar {
	width: 350px;
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
}
.conteudosidebar-conteudo {
	display: table-cell;
	vertical-align: top;
}
.conteudosidebar-conteudo-inner {
	margin-right: -20px;
	padding-left: 20px;
	margin-top: -20px;
}

/*
** Sidebar
** ================================================== */
.sidebar-style {
	position: relative;
	z-index: 1;
	background-color: #F5F6F6;
	padding: 50px 40px 30px 0;
}
.sidebar-style:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 100vw;
	background-color: #F5F6F6;
	z-index: -1;
}

/*
** Rodapé
** ================================================== */
.footer {
	color: #FFF;
	background-color: #3A4C4F;
	padding: 50px 0;
	font-size: 13px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer-coluna-tamanho-1 {
	min-width: 14.2857%;
	max-width: 14.2857%;
}
.footer-coluna-tamanho-2 {
	min-width: 28.5714%;
	max-width: 28.5714%;
}

.footer-coluna-inner {
	padding: 15px;
}
.footer-box + .footer-box {
	margin-top: 30px;
}

/* Menu rodapé */
h3.footer-titulo {
	color: #FFF;
	margin: 0 0 25px;
	padding: 0;
	font-weight: normal;
	font-size: 20px;
}
.menu-rodape {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-rodape li + li {
	margin-top: 10px;
}
.menu-rodape a {
	transition: all 0.3s ease 0s;
	border-bottom: 2px solid transparent;
}
.menu-rodape a:hover {
	border-bottom-color: #FFF;
}

/* Creditos */
.creditos {
	padding: 15px;
	color: #7C8A8C;
	background-color: #344143;
	text-align: center;
	font-size: 13px;
}
.creditos a {
	color: #FFF;
	text-decoration: none;
}

/*
** Ícones painel
** ================================================== */
.footer-icones-link-box-wrapper {
	margin: 0 -7px;
}
.footer-icones-link-box {
	display: flex;
	flex-wrap: wrap;
}
.footer-icones-link {
	min-width: 22px;
	min-height: 22px;
	max-width: 22px;
	max-height: 22px;
	margin: 7px;
}

/*
** Ícones
** ================================================== */
.icone-before::before {
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-flex;
	vertical-align: middle;
}
.icone-before-email:before {
	background-image: url('../../imagens/icones/icone-envelope-b.png') ;
}
.icone-before-whatsapp:before {
	background-image: url('../../imagens/icones/icone-whatsapp-b.png');
}
.icone-before-whatsapp-alt:before {
	background-image: url('../../imagens/icones/icone-whatsapp-c.png');
}
.icone-before-instagram:before {
	background-image: url('../../imagens/icones/icone-instagram-b.png');
}
.icone-before-youtube:before {
	background-image: url('../../imagens/icones/icone-youtube-b.png');
}
.icone-before-facebook:before {
	background-image: url('../../imagens/icones/icone-facebook-b.png');
}
.icone-before-linkedin:before {
	background-image: url('../../imagens/icones/icone-linkedin.png');
}

/*
** Cores
** ================================================== */
.color-1 {
	color: #596049;
}
.color-2 {
	color: #9CA483;
}
.color-3 {
	color: #BF8C23;
}
.color-4 {
	color: #3B4D4F;
}
.color-5 {
	color: #A43634;
}
.color-6 {
	color: #F5F7F7;
}
.color-7 {
	color: #9CA483;
}

.bg-1 {
	background-color: #596049;
}
.bg-2 {
	background-color: #9CA483;
}
.bg-3 {
	background-color: #BF8C23;
}
.bg-4 {
	background-color: #3B4D4F;
}
.bg-5 {
	background-color: #A43634;
}
.bg-6 {
	background-color: #F5F7F7;
}
.bg-7 {
	background-color: #9CA483;
}

/*
* Boxes
* ================================================== */
.box {
	display: flex;
	flex-wrap: wrap;
}
.box-1 {
	min-width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.box-2 {
	min-width: 50%;
	max-width: 50%;
	box-sizing: border-box;
}
.box-3 {
	min-width: 33.3333%;
	max-width: 33.3333%;
	box-sizing: border-box;
}
.box-4 {
	min-width: 25%;
	max-width: 25%;
	box-sizing: border-box;
}
.box-5 {
	min-width: 20%;
	max-width: 20%;
	box-sizing: border-box;
}

/*
* RLisboa
* ================================================== */

.btn-whatsapp {
  position: fixed;
  right: 25px;
  bottom: 30px;
  display: block;
  width: 50px;
  background: #25d366;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-size: 35px;
  color: #FFF;
  height: 50px;
  z-index: 2;
}
