/* Customização */

h1,h2,h3,h4,h5,h6 {color:#fff;}
#header .header-inner, #header #header-wrap { height: 90px; background-color: rgba(0, 0, 0, 0.85); /*         backface-visibility: hidden;
-webkit-backface-visibility: hidden; */ left: 0; right: 0; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; /*logo*/ }
.darkside {color: #555;}

.cursor-pointer {cursor: pointer !important; z-index: 999;}
.colorido {color: white !important;}

#logo{display: none;}
.sticky-active #logo{display: block;}
.logo-contato {display:inline !important;}

#mainMenu {margin-left: -6px;}



/* Navegação */

#abridor {margin:0px; width: 64px !important; height: 64px !important; margin-top: 16px; padding: 8px 8px 8px 8px; text-align: center !important;}
#treisde {position: relative; top:0px; margin:0px; width: 64px !important; height: 64px !important; margin-top: 16px; padding: 12px 6px 8px 12px; text-align: center !important;}
#treisde a {padding: 0px !important; margin: 0px !important;}
div.burger  {margin:0px; width: 48px; height: 48px; -webkit-transition: .6s; transition: .6s;}
div.treisde {margin:0px; width: 42px; height: 42px; -webkit-transition: .6s; transition: .6s;}
#abridor:hover, #treisde:hover {background-color: rgba(255,255,255,.15); border-radius: 3px;-webkit-transition: .6s; text-align: center !important;}
.treisde {background-image: url(../images/360-1.svg);}
.burger-open {background-image: url(../images/burger-icon.svg);}
.burger-close {background-image: url(../images/burger-icon-close.svg);}
.st-menu p {color: #f3efe0; font-size: 1.0em; padding: 0em 0em 0em 0px; letter-spacing: 1px;}
.font-bege {color: #fa4156 !important;}
.st-menu p a {color: #fa4156 !important; font-weight: 400;}
/*.st-menu p a {color: #d3c69d !important; font-weight: 300;}*/
.st-menu p a:hover {color: #fff !important;}
.onlymobile {visibility: hidden; display: none;}
.texto-intro {position: absolute;top:70%; width: 90%; left: 5%; font-size: 36px !important;}
ul.lista-sidebar {margin-bottom: 40px !important;}
#section-estrutura {margin-top: -100px !important; height: 100% !important;}
ul.lista li {color: #898989; font-size: 18px; line-height: 160%; list-style: square; margin-left: 20px; margin-bottom: 10px; text-align: left; font-weight: 400; font-family: "Raleway", "Arial", "Helvetica", sans-serif;}
.white {color:white;}

section {padding-bottom: 0px; background-color: #1a1a1a;}
section.background-grey h2, section.background-grey h4 {color:#000;}

.font-principal {font-family: "Raleway", "Arial", "Helvetica", sans-serif; font-weight: normal !important;}
.text-md {font-size: 2em !important; font-weight: normal;}
.text-sm {font-size: 1.4em !important; font-weight: normal;}
.forte {font-weight: 700;}
.fundo-black {background-color: #111; position: absolute; left: 0px; top:0px; width: 100%; height: 100px;}
p.texto-contato {font-size: 18px;}
#mapa, #map {min-height: 480px;}



button.botao {
	border: 1px solid #fff;
	padding: 0.6em 1.2em;
	background: rgba(0,0,0,.1);
/*	background: #fa4156;*/
	color: #fff !important;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
    -webkit-transition: .6s; transition: .6s;
}
button.botao:hover {
	background: rgba(255,255,255,.1); -webkit-transition: .6s; transition: .6s;
    /*	background: #c33142;*/
}


@media only screen and (max-device-width : 480px) {
/* Styles */

.st-menu ul li a {font-size: 2.2em; padding: .3em 0em .3em 20px; color: #f3efe0; letter-spacing: .5px;}
.st-menu p {font-size: .8em; padding: 0em 0em 0em 20px; letter-spacing: 0px;}
#logotipo {position: relative; text-align: center; width: 140px; height: 190px; background-image: url(../images/logo.svg); background-position: center; background-repeat: no-repeat; left:50%; margin-left: -70px; }
#header .header-inner #logo,
#header #header-wrap #logo {display: inline;}
.onlymobile {visibility: visible; display: inline;}
.container nav {margin-left: 15px; padding-top: 6px; color: #fff !important;}
.texto-intro {top:40% !important; margin-top: 0px; font-size: 24px !important;}
section {padding-bottom: 20px;}
ul.lista li {color: #898989; font-size: 18px; line-height: 160%;}
ul.lista-sidebar {margin-bottom: 35px !important;}
.nomobile {display: none !important;}   
.fundo-cinza-chumbo {background-color: #1f1f1f; border-radius: 6px;}
#treisde {margin-top: 22px !important;}
#mainMenu nav > ul > li > a {font-size: 26px !important; color: #777;}

}



/* SIDEBAR – The side navigation menu */
.sidenav {
  height: 90px; /* 100% Full-height */
  width: 300px; /* 0 width - change this with JavaScript - alterado por RTC */
  margin-right: 300px; /* alterado por RTC */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: -300px;
  background-color: rgba(0,0,0,.85); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 120px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

/* The navigation menu links */
.sidenav a {
/*  padding: 8px 8px 8px 32px;*/
  text-decoration: none;
/*  font-size: 25px;*/
  color: #818181;
  display: block;
  transition: 0.3s;
  line-height: 160% !important;

}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
/*  .sidenav a {font-size: 18px;}*/
}


.st-menu {
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.st-menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

.st-menu ul li a {
    font-size: 2.15em;
	display: block;
	padding: 0px 30px 0px 30px;
	outline: none;
	color: #f3efe0;
	letter-spacing: 1px;
	font-weight: 300;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
    line-height: 140%;
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #a7a7a7;
}


.nav-aberto {margin-right: 300px;}
.nav-fechado {margin-right: 0px;}

.main-aberto {margin-right: -300px !important;}
.main-fechado {margin-right: 0px !important;}

.fadein {
    opacity: 0;
    -moz-transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

body.loaded .fadein {
    opacity: 1;
}
