* {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
	font-family: "Verdana", sans-serif;
	transition: all 0.2s;
}

p {
    margin-bottom: 0;
}

body {
	background: var(--bg-color);
}

#header {	
	width: 100%;	
	background: var(--primary-color);
	border-top: 5px solid var(--secondary-color);
	position: relative;
	z-index: 999999999999;
}

#header .nav__header {
	width: 100%;
	max-width: 1277px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	margin: 0 auto;
}

#header .nav__logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav__logo img {
	width: 200px;
}

#header .nav__logo a {
	text-decoration: none;
	font-size: 30px;
	color: var(--text-color);
}

#header .nav__user {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--text-color);
	width: 100%;
	max-width: 200px;
	position: relative;
}

a.user-option {
	color: var(--text-color);
	text-decoration: none;
}

a.user-option:hover {
	color: var(--tertiary-color);
}

div.nav__user input#BUSCAR_CONTEUDO {
	border: none;
	height: 30px;
	padding-left: 10px;
}

div.nav__user input#BUSCAR_CONTEUDO_TOPO {
	border: none;
	height: 30px;
	padding-left: 10px;
	background: var(--bg-color);
}

div.nav__user input#BUSCAR_CONTEUDO_TOPO::placeholder {
	color: var(--secondary-color);
}

div.dropdown-busca {
	display: none;
	position: absolute;
	z-index: 2;
	background: var(--primary-color);
	height: 80px;	
	padding: 10px;
	bottom: -80px;
	left: -50px;
	align-items: center;
	z-index: 10000;
}

div.dropdown-busca.open {
	display: flex;
}

.nav__user form#buscaPortalMini {
	display: flex;
	flex-direction: column;
	width: 280px;
}

.nav__user form#buscaPortalMini_v2 {
	display: flex;
	flex-direction: column;
	width: 280px;
}

.nav__user a.btn-buscar {
	background: var(--tertiary-color);
	color: var(--text-color);
	padding: 6px;
	text-decoration: none;
	text-align: center;	
	cursor: pointer;
}

.nav__user a.btn-buscar:hover {
	background: var(--secondary-color);
	color: var(--link-color);
}

#buscar .btn-buscar:hover {
	background: var(--hover-color);
}

#btn-buscar {
	cursor: pointer;
}

#btn-buscar:hover {	
	color: var(--tertiary-color);
}

nav#menu {
	background: var(--tertiary-color);
	position: absolute;
	width: 100%;
	z-index: 9999;
}

ul {
	list-style: none;
}

ul.principal {
	background: var(--tertiary-color);
	display: flex;
	list-style: none;	
	max-width: 1180px;
	margin: 0 auto;	
	overflow: hidden;
	scroll-behavior: smooth;
	position: relative;
}

div.content-arrows-menu {
	position: relative;
	max-width: 1240px;
	margin: auto;
}

div.arrow-left-menu-item {
	display: none;
}

div.arrow-left-menu-item:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #00000055;
    font-weight: bold;
    background: #00000033;
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

div.arrow-right-menu-item {
	display: none;
}

div.arrow-right-menu-item:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #00000055;
    font-weight: bold;
    background: #00000033;
    height: 100%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 100ms ease-in-out;
}

.ativo div.arrow-left-menu-item:before,
.ativo div.arrow-right-menu-item:before {
	opacity: 0;
}

ul.principal::-webkit-scrollbar {
	height: 10px;
	cursor: move;
}

ul.principal::-webkit-scrollbar-track {
	background: #999;
}

ul.principal::-webkit-scrollbar-thumb {
	background: var(--primary-color);
}

ul.principal a {
	font-size: 14px;
}

li.sub__item {
	width: 100%;
	padding: 0 15px;
	min-width: 150px;
}

li.sub__item:hover {
	background: var(--hover-color);	
}

li.sub__item > a.nav__link {
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
}

.ativo .sub__menu:before {
	content: '';
	width: 40%;
	height: 2px;
	background: var(--link-color);
	position: absolute;
	top: -25px;
}

a.nav__link {
	text-decoration: none;
	color: var(--link-color);
}

ul.sub__menu {
	display: none;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.menu-lateral {
	display: none;
}

.sub__menu li {
	margin: 10px 0;
}

.sub__menu a.nav__link:hover {
	opacity: 0.7;
}

.ativo ul.sub__menu {
	display: block;
}

.sub__menu-item ul.sub__menu:before {
	content: inherit;
	width: 0%;
	height: 0px;
	background: transparent;
	position: absolute;
	top: 0px;
}

.sub__menu-item {
	position: relative;
}

ul.sub__menu-2.sub__menu-open li {
	padding-left: 10px;
}

.sub__menu-item ul.sub__menu-2 {
	display: none;
}

ul.sub__menu-2.sub__menu-open {
	display: contents;
}

i.fas.fa-caret-right.btn-open {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

ul.principal i.fas.fa-caret-right {
	position: absolute;
	left: 100%;
	top: 5px;
	font-size: 20px;
	color: var(--link-color);
	cursor: pointer;	
}

li.sub__menu-item-2 > a > span {
	position: relative;
}

li.sub__menu-item-2 > a > span:before {
	content: '-';
	position: absolute;
	left: -10px;
	top: 0;
}

#banner {
	width: 100%;
	height: 430px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 80px;
	position: relative;
	transition: 400ms all ease-in-out;
}

#banner .btn-hide {
	position: absolute;
	right: 30px;
	color: var(--secondary-color);
	top: 100px;
	font-size: 20px;
	cursor: pointer;
	z-index: 3;
}

.banner-hide {
	height: 0px!important;
}

.banner-hide #buscar {
	opacity: 0;
	pointer-events: none;
}

#banner .btn-hide:hover {
	color: var(--tertiary-color);
}

.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}

div#container {
	padding: 130px 15px 0 15px;
	max-width: 1230px;
	margin: 0 auto;
}

div#lhomeBuscaPortal {
	width: 100%;
}

#buscar {
	display: flex;	
	align-items: center;
	justify-content: center;
	height: 100%;
}

#buscar form {
	display: flex;	
	justify-content: center;
	width: 100%;	
}

#buscar input {
	width: 40%;
	height: 50px;
	padding-left: 15px;
	border: none;
}

#buscar .btn-buscar {
	height: 50px;
	border: none;
	padding: 15px 30px;
	cursor: pointer;
	background: var(--tertiary-color);
	color: var(--link-color);
	text-decoration: none;
	text-align: center;
}

#novidades {
	padding-top: 50px;
	padding-bottom: 50px;
}

#novidades h1 {
	text-align: center;
	font-size: 40px;
	color: var(--secondary-color);
	margin-bottom: 40px;
}

#cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#cards .card {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;    
	position: relative;
	cursor: pointer;
}

.darken:not(.texto) {
	filter: brightness(0.5);
}

.texto {
	color: white;
	z-index: 0;
}

#cards .card div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: scale(0.9);
	transition: all ease .2s;
}

#cards .card:hover div {
	transform: scale(1);	
}

.card_link {
	text-decoration: none;
	color: var(--text-color);
	width: 100%;
	max-width: 370px;
}

div.menu__mobile {
	display: none;
}

div.user {
	position: relative;
	cursor: pointer;
}

div.dropdown {
	display: none;
	position: absolute;
	background: var(--primary-color);
	width: 145px;
	padding: 10px 30px;
	bottom: -62px;
	right: 0;
	flex-direction: column;
	z-index: 99999;
}

div.dropdown a {
	margin: 5px 0;
}

.dropdown i {
	margin-right: 5px;
}

.dropdown.dropdown-open {
	display: flex;
}

footer {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;	
	background: var(--primary-color);
	color: var(--text-color);
	padding: 20px 15px;
}

footer .copy {
	text-decoration: none;
	color: var(--text-color);
	margin-left: 5px;
}

a.copy {
	display: flex;
	align-items: center;
}

a.copy img {
	width: 80px;
	object-fit: cover;
	margin-left: 10px;
}

li.separador {
	list-style: none;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
	color: var(--secondary-color);
}

ul.registros {
	list-style: none;
	padding: 30px 0px;
}

li.estiloItem {
	margin-bottom: 20px;
}

li.estiloItem h5 {
	font-size: 20px;
}

li.estiloItem a {
	text-decoration: none;
	color: #000;
	font-weight: 200;
}

li.estiloItem img {
	transform: scale(0.8);
}

li.estiloItem a:hover {
	color: var(--tertiary-color);
}

li.estiloItem a:hover img {
	transform: scale(1);
}

#container > h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.filtros h5 {
	font-size: 30px;
	margin-bottom: 20px;
	color: var(--secondary-color);
}

.filtros ul {
	list-style: none;
}

.filtros a {
	text-decoration: none;
	color: #000;
}

.filtros a:hover {
	color: var(--tertiary-color);
}

.cms_buscaportal .row {
	display: flex;
	flex-direction: column-reverse;
}

.conteudo {
	padding-bottom: 30px;
}

div#btnClose {
	display: none;
}

section#destaque {
	background: var(--primary-color);
}

ul.destaques_servicos {
	background: var(--primary-color);
	display: flex;	
	min-height: 170px;
	flex-wrap: wrap;
	padding: 30px 15px;
	margin: 0 auto;
	max-width: 1180px;
	overflow: hidden;
	position: relative;
}

ul.destaques_servicos .arrow-left {
	position: absolute;
	left: 0;
	color: #00000055;
	background: #00000033;
	margin-top: 30px;
	height: 70%;
	top: 0;
	display: none;
	align-items: center;
	width: 20px;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
}

ul.destaques_servicos .arrow-right {
	position: absolute;
	right: 0;
	color: #00000055;
	background: #00000033;
	margin-top: 30px;
	height: 70%;
	top: 0;
	display: none;
	align-items: center;
	width: 20px;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
}

ul.destaques_servicos li.item {
	display: flex;
	width: 250px;
	margin: 20px;
	align-items: center;
}

.item p.texto {
	font-size: 13px;
	color: var(--text-color);
	margin: 0!important;
}

div.item-conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h5.titulo {
	color: var(--text-color);
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
}

.item img {
	object-fit: contain;
	margin-right: 20px;
	width: 50px;
}

a.link__item {
	text-decoration: none;
	display: flex;
}

a.link__item:hover {
	opacity: 0.7;
}

p.conheca {
	color: var(--text-color);
	font-size: 13px;
	margin: 0px;
	margin-top: 5px!important;
}

div.itens {
	display: flex; 
	transition: all 0.8s ease;
}

div.arrow {
	transition: all 0.8s ease;
}

div.arrow:hover {
	opacity: 0.8;
	color: var(--text-color);
}

.widget-aniversariantes.mob-mt-20 {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 100px;
}

h3, h1 {
	text-align: center;
	font-size: 40px;
	color: var(--secondary-color);
	margin-bottom: 40px!important;
	text-transform: capitalize;
}

a.btnSimples {
	margin-top: 30px;
	padding: 20px;
	background: var(--tertiary-color);
	color: var(--link-color);
	text-decoration: none;
}

a.btnSimples:hover {
	background: var(--hover-color);
}

.widget-aniversariantes ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.widget-aniversariantes ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	text-decoration: none;
}

.widget-aniversariantes ul li a img {
	margin-bottom: 20px;
}

.widget-aniversariantes ul li a span {
	text-align: center;
	color: var(--secondary-color);
	font-weight: bold;
}

div#editForm, #fotousua, #frmMeusDados .edit {
	display: none;
}

.btn-default {
	padding: 10px 30px;
	background: var(--secondary-color);
	color: var(--link-color);
	text-decoration: none;
}

.btn-default:hover {
	background: var(--tertiary-color);
}

.telefones {
	margin-top: 30px;
	margin-bottom: 30px;
}

.telefones li {
	margin-top: 45px;
}

.edit input, select {
	height: 40px;
	padding-left: 15px;
}

span.bts {
	display: inline-block;
	margin-left: 50px;
}

span.bts a {
	padding: 10px 30px;
	background: var(--primary-color);
	text-decoration: none;
	color: var(--text-color);
	margin-right: 5px;
}

span.bts a:hover {
	background: var(--tertiary-color);
	color: var(--link-color);
}

span.xtip, span.xddd, span.xnum, span.xram {
	margin-right: 50px;
	position: relative;
}

span.xtip:before {
	content: 'Tipo';
	position: absolute;
	top: -100%;
	font-weight: bold;
	left: 0;
}

span.xddd:before {
	content: 'DDD';
	position: absolute;
	top: -100%;
	font-weight: bold;
	left: 0;
}

span.xnum:before {
	content: 'Número';
	position: absolute;
	top: -100%;
	font-weight: bold;
	left: 0;
}

span.xram.xramVal:before {
	content: 'Ramal';
	position: absolute;
	top: -100%;
	font-weight: bold;
	left: 0;
}

img.user-img {
	max-width: 100px;
	height: 100px;
	object-fit: cover;
	margin-bottom: 20px;
}

.resumo {
	margin-top: 20px;
}

.resumo label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.resumo p {
	margin-bottom: 20px;
}

.botoes {
	text-align: end;
}

p.msgAviso {
	text-align: center;
	background: var(--tertiary-color);
	color: var(--link-color);
	margin: auto;
	max-width: 500px;
	justify-content: center;
	align-items: center;
	display: flex;
	height: 50px;
	opacity: 1;
}

.hide {
	animation: hide;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	transition: all ease-in-out;
}

.resumo label.opt {
	font-weight: normal;
}

.resumo div.d-flex {
	display: flex;
	justify-content: space-between;
	max-width: 50%;
}

.faixa {
    background-color: var(--tertiary-color);
    padding: 30px 15px;
    margin-bottom: 30px;
}

.faixa h1 {
    margin: 0!important;
    color: var(--primary-color);
}

div#container {
    padding-top: 40px;
}

@keyframes hide {
	from {
		opacity: 1;
	} 
	to {
		opacity: 0;
	}
}

@media only screen and (max-width: 992px) {
	div.menu__mobile {
		display: block;
		margin-top: 20px;
		color: var(--text-color);
		font-size: 30px;
		cursor: pointer;
	}
	#buscar form {
		flex-direction: column;
	}
	#buscar form input {
		width: 100%!important;
		text-align: center;
	}
	#cards .card {
		max-width: 100%!important;
		margin-right: 0px!important;
		margin-left: 0px!important;
	}
	#header.menu-open .nav__header {
		display: none;
	}
	#header .nav__logo {
		justify-content: space-between;
	}
	#header nav.nav__header {
		flex-direction: column;
		height: 152px;
	}
	#header .nav__logo a {
		margin-top: 20px;
	}
	#header .nav__user {
		margin: 20px auto;
	}
	nav#menu {
		display: none;
	}
	.menu-open nav#menu {
		display: flex;
		height: 100%;
		z-index: 99999;
		position: fixed;
		top: 0;
		overflow: auto;
	}
	ul.sub__menu {
		display: block;
	}
	.sub__menu:before {
		content: '';
		width: 40%;
		height: 2px;
		background: var(--link-color);
		position: absolute;
		top: -25px;
	}
	li.sub__item:hover {
		background: transparent!important;
	}
	ul.sub__menu {
		display: block;
	}
	ul.principal {
		flex-wrap: wrap;
		position: relative;
		justify-content: initial;
	}
	li.sub__item {
		max-width: 190px;
		margin: 0!important;
	}
	div#btnClose {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 30px;
		color: var(--text-color);
		cursor: pointer;
	}
	div#container {
		padding-top: 0px!important;
	}
	i.fas.fa-caret-right {
		font-size: 30px;	
		top: 0;
	}
	div.dropdown {
		bottom: -58px!important;
	}
	div.dropdown-busca {		
		bottom: -89px!important;
	}
	div.itens {		
		display: contents;
	}
	ul.destaques_servicos {
		justify-content: center;
	}
	.arrow {
		display: none!important;
	}
	.widget-aniversariantes ul {
		grid-template-columns: 1fr;
	}
	.edit {
		display: flex;
		flex-direction: column;
	}
	.edit input, select {
		margin-bottom: 20px;
	}
	.telefones .dados {
		display: flex!important;
		flex-direction: column;
	}
	.telefones span {
		margin-bottom: 30px;
	}
	.botoes {
		text-align: start;
	}
	#banner .btn-hide {
		right: 15px;
		top: 15px;
		font-size: 25px;
	}
	.banner-hide {
		padding: 0px!important;
	}
	#banner {
		padding-top: 0px; 
	}
	.resumo div.d-flex {
		display: block;
	}
	span.bts {
		display: block;
		margin-top: 20px;
		margin-bottom: 50px;
		margin-left: 0px;
	}
	#container > h1 {
		margin-top: 60px;
	}
	div.arrow-left-menu-item:before,
	div.arrow-right-menu-item:before {
		display: none;
	}
}

/* RESET BOOTSTRAP */

ol, ul {
	padding-left: 0!important; 
}

h1 , h5{
	font-weight: bold!important;
}

body {
	font-size: initial!important;
	line-height: 20px!important;
}

h5.titulo {
	font-size: 13px;
}

button, input, select, textarea {
	font-size: 13px;
}

.card {
	background-color: transparent!important;
	border: none!important; 
	border-radius: 0!important; 
}