/* ---------------------------------
ADMINISTRA O ESTILO DO CABEÇALHO 
E RODAPÉ DO SITE
--------------------------------- */

:root {
  	--header-height: 80px;
  	--logo-width: 200px;
  	--menu-desktop-widht: 280px;
	}

.pg-header{
	padding: 60px 60px 20px 20px;
	background-color: var(--main-color);
	color: #FFF;
	font-size: 3em;
	font-family: var(--main-font-title);
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 100%;
	}

#header{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(250,250,250,0.95);
	display: block;
	width: 100%;
	height: var(--header-height);
	z-index: 999;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2); 
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	}
.header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}
#logo{
	position: absolute;
	top: 24px;
	left: calc( var(--header-height) + 15px );
	max-width: var(--logo-width);
	margin: 0px;
	padding: 0px;
	}
#logo > a{
	display: block;
	width: 100%;
	height: 100%;
	}
#logo > a > img{
	max-width: 100%;
	max-height: 100%;
	}
#menu-header{
	position: absolute;
	top: 0px;
	right: calc( var(--header-height) - 5px );
	bottom: 0px;
	border-left: solid 1px #EEE;
	margin: 0px;
	padding: 0px;
	}
#menu-header > ul{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
#menu-header > ul > li{
	position: relative;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 20px;
	height: 100%;
	border-right: solid 1px #EEE;
	}
#menu-header > ul > li > a,
#menu-header > ul > li > span{
	display: block;
	color: var(--main-color);
	font-family: var(--main-font-text);
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: var(--header-height);
	}
#menu-header > ul > li > ul{
	opacity: 0;
	position: absolute;
	top: 100%;
	right: 0px;
	width: var(--menu-desktop-widht);
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	pointer-events: none;
	}
#menu-header > ul > li:hover > ul{
	pointer-events: auto;
	}
#menu-header > ul > li > ul > li{
	position: relative;
	margin: 0px;
	list-style: none;
	line-height: auto !important;
	}
#menu-header > ul > li > ul > li > a,
#menu-header > ul > li > ul > li > ul > li > a,
#menu-header > ul > li > ul > li > span,
#menu-header > ul > li > ul > li > ul > li > span{
	display: block;
	font-family: var(--main-font-text);
	font-size: 0.8em;
	text-decoration: none;
	padding: 9px 15px;
	line-height: 100%;
	color: var(--main-color);
	}
#menu-header > ul > li > ul > li > ul{
	opacity: 0;
	position: absolute;
	right: 100%;
	top: 0px;
	width: var(--menu-desktop-widht);
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	pointer-events: none;
	}
#menu-header > ul > li > ul > li:hover > ul{
	transition: opacity .2s linear;
	opacity: 1;
	pointer-events: auto;
	}
#menu-header > ul > li > ul > li > a:hover,
#menu-header > ul > li > ul > li > ul > li > a:hover{
	background-color: #EEE;
	}
#menu-header > ul > li > ul > li > ul > li{
	list-style: none;
	}

#menu-header > ul > li:hover{
	background-color: #eee;
	cursor: pointer;
	}
#menu-header > ul > li:hover > ul{
	transition: opacity .2s linear;
	opacity: 1;
	}
.header-icon{
	position: absolute;
	top: 0px;
	width: var(--header-height);
	height: var(--header-height);
	}
.header-icon:hover{
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
	}
.header-icon > div,
.header-icon > a{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	}
.header-icon > div > svg,
.header-icon > a > svg{
	color: #000;
	}
#menu-icon{	left: 0px; border-right: solid 1px rgba(0,0,0,0.1);	}
#menu-icon-whatsapp{ right: 0px; }
#menu-icon-whatsapp > a > svg{ color: #0C3; }

#menu-icon-whatsapp.active{ background-color:#0C3;  }
#menu-icon-whatsapp.active > a > svg{ color: #FFF; }

#menu-icon-search{	right: 0px; }
#menu{
	position: fixed;
	top: var(--header-height);
	left: -310px;
	width: 300px;
	bottom: 0px;
	background-color: var(--main-color-dark);
	transition: 0.4s;
	overflow: auto;
	}
#menu.active{
	left: 0px;
	}
#menu-stage { 
	display: table;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	}

#menu-stage > ul{
	margin: 15px 0px 0px 0px;
	padding: 0px;
	}
#menu-stage > ul > li{
	margin: 0px;
	padding: 0px;
	}
#menu-stage > ul > li > a,
#menu-stage > ul > li > span{
	display: block;
	padding: 10px 5px 5px 20px;
	color: var(--secondary-color-light);
	font-size: 1.2em;
	font-weight: 300;
	font-family: var(--main-font-title) !important;
	line-height: 130%;
	text-decoration: none;
	}
#menu-stage > ul > li > a:hover{
	background-color: var(--main-color-light);
	}
#menu-stage > ul > li > ul{
	padding-left: 20px;
	}
#menu-stage > ul > li > ul > li{
	list-style: none;
	}
#menu-stage > ul > li > ul > li > a,
#menu-stage > ul > li > ul > li > span{
	font-size: 0.9em;
	font-family: var(--main-font-text) !important;
	text-decoration: none;
	display: block;
	line-height: 160%;
	color: rgba(255,255,255,0.8);
	}
#menu-stage > ul > li > ul > li > a:hover{
	color: rgba(255,255,255);
	}
#menu-stage > ul > li > ul > li > ul{
	margin: 5px 0px 5px 0px;
	padding-left: 20px;
	}
#menu-stage > ul > li > ul > li > ul > li{
	list-style: none;
	}
#menu-stage > ul > li > ul > li > ul > li > a,
#menu-stage > ul > li > ul > li > ul > li > span{
	font-size: 1em;
	display: block;
	line-height: 150%;
	color: rgba(255,255,255,0.6);
	}
#menu-stage > ul > li > ul > li > ul > li > a:hover{
	color: rgba(255,255,255);
	}

#menu-whats{
	position: fixed;
	top: var(--header-height);
	width: 280px;
	height: 340px;
	right: 0px;
	background-color: #F3F3F3;
	-moz-box-shadow: 4px 4px 7px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 4px 4px 7px rgba(0,0,0,0.3); 
	box-shadow: 4px 4px 7px rgba(0,0,0,0.3);
	}
#menu-whats > a{
	display: block;
	position: relative;
	height: 50%;
	}
#menu-whats > a:nth-child(1){
	border-bottom: solid 2px #E3E3E3;
	}
#menu-whats > a:nth-child(2){
	border-top: solid 2px #FFF;
	}
#menu-whats > a > *{
	pointer-events: none;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
	}
#menu-whats > a > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	margin-top: -50px;
	background-color: #0A3;
	-moz-border-radius: 80px; 
	-webkit-border-radius: 80px;
	}
#menu-whats > a > div > svg{
	color: #FFF;
	width: 60%;
	height: 60%;
	margin: 20%;
	}
#menu-whats > a > label{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 13px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #666;
	}
#menu-whats > a > span{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 30px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: 300;
	color: #666;
	}

#content{
	padding-top: var(--header-height);
	}

#footer{
	display: block;
	width: 100%;
	background-color: var(--main-color-light);
	padding: 10px;
	margin-top: 20px;
	}
.footer strong{
	display: block;
	margin-bottom: 0px !important;
	}
.footer > div{
	display: grid;
	grid-template-columns: 3fr 1fr;
	}
.footer > div > div{
	color: #FFF;
	padding: 0px;
	border-right: solid 2px rgba(255,255,255,0.1);
	}
.footer > div > div:last-child{
	border: none;
	}
.footer > div > div > div{
	padding: 30px;
	}
.social_network_list{
	display: table;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
.social_network_list > li{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	}
.footer-map{
	background-color: rgba(255,255,255,0.1);
	}
.map-footer-iframe > iframe{
	width: 100% !important;
	height: 100% !important;
	}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: var(--secondary-color) !important;
	}

.btn{
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	background-color: var(--secondary-color);
	font-size: 1em;
	font-family: var(--main-font-text);
	font-weight: 500;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}
.btn:hover{
	background-color: var(--secondary-color-dark);
	color: #FFF !important;
	}

@media (max-width: 1600px) {

}
@media (max-width: 1200px) {
	#content{
		padding: var(--header-height) 30px 30px 30px;
		}
}
@media (max-width: 1024px) {
	#menu-header{
		display: none;
		}
	}
@media (max-width: 840px) {
	#logo{
		width: auto;
		right: var(--header-height);
		}
	#content{
		padding: var(--header-height) 20px 20px 20px;
		}
	.footer strong{
		margin-bottom: 5px;
		}
	.footer > div{
		display: grid;
		grid-template-columns: 100%;
		}
	.footer > div > div{
		border: none;
		}
	.footer > div > div > div{
		padding: 10px;
		}
	.btn{
		padding: 10px 15px;
		font-size: 1.1em;
		}
}
@media (max-width: 720px) {

}
@media (max-width: 600px) {
	:root {
  	--header-height: 60px;
		}
	.pg-header{
		padding: 30px 30px 15px 15px;
		background-color: var(--main-color);
		font-size: 1.8em;
		letter-spacing: 0px;
		}
	#logo{
		top: 12px;
		}
}
@media (max-width: 480px) {
	.header-icon > div,
	.header-icon > a{
		width: 18px;
		height: 18px;
		margin-left: -9px;
		margin-top: -9px;
		}
	.btn{
		padding: 7px 10px;
		font-size: 1em;
		}
}
@media (max-width: 320px) {

}