:root{
	--cor-principal: #a68f65;
	--cor-fundo: #231b0e;
	--cor-fundo-opacity: #231b0e80;
}
body{
    margin: 0;
    font-family: Montserrat;
    line-height: 26px;
    font-weight: 300;
    font-size: 15px;
}
*{
    box-sizing: border-box;
}

a{
	color: #424242;
}

.geral{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.centralizar{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.mobile_menu_panel{
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	width: 0px;
	opacity: 0;
	z-index:2;
	background: var(--cor-fundo);
	transition: all .4s;
	border-left: 1px solid rgba(170,170,187,0.27);
}
.mobile_menu_panel .logo{
	text-align: center;
	max-width: 100%;
	float:left;
	border-bottom: 1px solid rgba(170,170,187,0.27);
}
.mobile_menu_panel .logo img{
	max-width: 212px;
}
.mobile_menu_panel .menu a{
	float:left;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color: var(--cor-principal);
	text-align: center;
	font-weight: 400;
	transition: all .3s;
}
.mobile_menu_panel .menu a:hover{
	filter: brightness(1.5);
}

.topo_info{
	position:relative;
	float:left;
	width: 100%;
	background: var(--cor-fundo);
	color: #fff;
	padding: 5px 0;
	border-bottom: 1px solid var(--cor-principal);
}
.topo_info i{
	color: var(--cor-principal);
}

.topo_info .centralizar{	
	display:flex;
	flex-direction: row;
}
.topo_info .centralizar > div{
	white-space: nowrap;
	padding-right: 20px;
}

.topo_info .centralizar .endereco{
	width: 100%;
}

.topo_info .centralizar .redes_sociais a{
	padding: 0 5px;
	font-size: 18px;
}

.topo-info-backdrop{
	position: absolute;
	top:0;
	bottom:-1px;
	left: calc((100% - 100vw) / 2);
	right: calc((100% - 100vw) / 2);
	background: var(--cor-fundo);
	border-bottom: 1px solid var(--cor-principal);
	z-index:-5;
}

.wrapper_topo_banner{
	position: relative;
	float:left;
	width: 100%;
	position: relative;
}

.wrapper_topo_banner .topo_menu{
	position: absolute;
	top: 0;
	left: calc((100% - 100vw) / 2);
	right: calc((100% - 100vw) / 2);
	background: var(--cor-fundo-opacity);
	border-bottom: 1px solid rgba(170,170,187,0.27);
	z-index: 1;
	transition: all .4s;
}

.wrapper_topo_banner .topo_menu .logo{
	float:left;
	display: table;
	height: 85px;
}
.wrapper_topo_banner .topo_menu .logo a{
	display: table-cell;
	vertical-align: middle;
}
.wrapper_topo_banner .topo_menu .logo img{
	max-width: 100%;
	transition: all .4s;
}

.wrapper_topo_banner .topo_menu .menu{
	float: right;
}

.wrapper_topo_banner .topo_menu .menu a:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	border: 2px solid var(--cor-principal);
	transform: scaleX(0);
	transition: all .5s;
}
.wrapper_topo_banner .topo_menu .menu a{
	position: relative;
	float:left;
	color: white;
	font-size: 16px;
	padding: 30px 0px;
	margin-right: 20px;
	text-decoration: none;
	font-family: "Libre Baskerville";
	transition: all .4s;
}

.wrapper_topo_banner .topo_menu .menu a:hover:before{
	transform: none;
}

.wrapper_topo_banner .topo_menu .menu a.menu_mobile{
	display: none;
	font-size: 40px;
	padding: 20px;
	color: var(--cor-principal);
	filter: brightness(1.2);
}
.wrapper_topo_banner .topo_menu .menu a.menu_mobile:before{
	display: none;
}

.wrapper_topo_banner.page-home .module_banner .content{
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc((100% - 100vw) / 2);
	right: calc((100% - 100vw) / 2);
	z-index: -5px;
}

.topo-wrapper-banner-backdrop{
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc((100% - 100vw) / 2);
	right: calc((100% - 100vw) / 2);
	z-index: -5;
	background: var(--cor-fundo);
	background-image: url('../../templates/lawpress/imagens/bg_others.jpg');
}


.wrapper_topo_banner.page-others .title_others{
	margin-top: 130px;
	margin-bottom: 50px;
	font-family: "Libre Baskerville";
	font-size: 45px;
	color: white;
}


/** rodape topo */
.rodape_topo{
	position: relative;
	float:left;
	width: 100%;
	background: var(--cor-fundo);
	color: white;
	padding: 25px 0;
	border-bottom: 1px solid var(--cor-principal);
}
.rodape_topo .centralizar{
	display:flex;
}
.rodape_topo .box{
	float:left;
	width: 100%;
}
.rodape_topo .box .box-wrapper{
	display:flex;
	width: auto;
	margin: 0 auto;
}
.rodape_topo .box .icone{
	float:left;
	text-align: right;
	padding-right: 15px;
}
.rodape_topo .box .icone i{
	font-size: 60px;
	color: var(--cor-principal);
	filter: brightness(1.2);
}
.rodape_topo .box .titulo{
	color: white;
}
.rodape_topo .box .conteudo{
	float:left;
	width:100%;
	color: var(--cor-principal);
	filter: brightness(1.2);
}

.rodape-topo-backdrop{
	position: absolute;
	top: 0;
	bottom: -1px;
	left: calc((100% - 100vw) / 2);
	right: calc((100% - 100vw) / 2);
	background: var(--cor-fundo);
	border-bottom: 1px solid var(--cor-principal);
	z-index: -5;
}
/** rodape */
.rodape{
	position: relative;
	float: left;
	width: 100%;
	background: var(--cor-fundo);
	color: white;
	padding: 0;
	border-bottom: 1px solid var(--cor-principal);
}
.rodape .centralizar{
	display: flex;
}

.rodape .box-rodape{
	float:left;
	width: 25%;
	border-left: 1px solid var(--cor-principal);
	border-right: 1px solid var(--cor-principal);
	margin: 0 20px;
	padding: 40px 20px;	
}
.rodape .box-rodape:first-child{
	border-left: 0;
}
.rodape .box-rodape:last-child{
	border-right: 0;
}
.rodape .box-rodape .titulo{
	color: var(--cor-principal);
	filter: brightness(1.2);
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	
}
.rodape .box-rodape .conteudo a{
	float: left;
	width: 100%;
	text-decoration: none;
	color: white;
	transition: all .3s;
	margin-bottom: 15px;
}
.rodape .box-rodape .conteudo a:before{
	content: '\f105';
	font: var(--fa-font-solid);
	margin-right: 20px;
	font-size: 12px;
	color: var(--cor-principal);
}
.rodape .box-rodape .conteudo a:hover{
	color: var(--cor-principal);
	filter: brightness(1.2);
}
.rodape-backdrop{
	position: absolute;
	top: 0;
	bottom: -1px;
	left: calc((100% - 100vw) / 2);
	right: calc((100% - 100vw) / 2);
	background: var(--cor-fundo);
	border-bottom: 1px solid var(--cor-principal);
	z-index: -5;
}
/** rodape bottom */
.rodape_bottom{
	position: relative;
	float: left;
	width: 100%;
	background: var(--cor-fundo);
	color: white;
	text-align: center;
}
.rodape_bottom a{
	font-family: "Libre Baskerville";
	display: inline-block;
	color: var(--cor-principal);
	filter: brightness(1.2);
	text-decoration: none;
	padding: 20px;
}

.rodape_bottom .rights{
	color: var(--cor-principal);
	filter: brightness(1.2);
	padding-bottom: 20px;
	font-size: 14px;
}
.rodape-bottom-backdrop{
	position: absolute;
	top:0;
	bottom:0;
	left: calc((100% - 100vw) / 2);
	right: calc((100% - 100vw) / 2);
	background: var(--cor-fundo);
	z-index: -5;
}

/* mensagem de sucesso, aviso e erro */
.confirmMessage{
    float: left;
    width: 100%;
    padding: 12px;
    background: #4bbf99;
    color: white;
    border-radius: 5px;
    margin: 3px 0;
}
.warningMessage{
    float: left;
    width: 100%;
    padding: 12px;
    background: #dbac65;
    color: white;
    border-radius: 5px;
    margin: 3px 0;
}
.errorMessage{
    float: left;
    width: 100%;
    padding: 12px;
    background: #db4620;
    color: white;
    border-radius: 5px;
    margin: 3px 0;
}