body{
	color: #fff;
  overflow-y:auto;
}
/*  OVERLAY PATTERN  */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
  background:rgba(20, 0, 51,0.8);
}

svg{
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  z-index:0;
}
/* -------SECTIONS CSS---------- */
section {
	padding:200px 0;
  text-align:center;
  min-height:110vh;
}
  section:last-of-type{
    padding-bottom:300px;
  }
.bg-dark{
  color:#fff;
  background:rgba(0,0,0,0.8) !important;
}
.navbar-nav li a{
  border-radius:30px;
  transition:all 0.5s ease-in;
}
.navbar-nav li.active a{
	background:#ff7a26;
	color:#000 !important;
}


@media(max-width:768px){
  section:first-of-type{
    padding-top:80px;
  }
  .navbar-nav{
    padding:0px;
  }
  
.navbar-nav li a{
   padding-left:20px !important;
  }
}

@media(min-width:768px){
  section:first-of-type{
    padding-top:100px;
  }
  .navbar{
}
  .navbar-theme{
  background:none !important;
}
  .navbar-brand{
    display:none;
  }
.navbar-nav li a{
  color:#fff;
  margin:0;
  padding:10px 20px !important;
}

}
.btn-theme{
	background-color:#ff7a26;
	border:1px solid #fb8236;
	color:#000;
}
.color-theme{
  color:#ff7a26;
}

#home-slides{
  margin:20px 0;
}

.btn-next{
	width:50px;
	height:50px;
	border:1px solid #fff;
	border-radius:50%;
	cursor: pointer;
	color: #CCC;
	font-size:20px;
	line-height:50px;
	margin:20px auto;
	animation:blink 1s ease-in-out alternate infinite;
}
.btn-next:hover{
	color:#FFF;
}

@keyframes blink {  
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.img-logo {
	width: 300px !important;
	margin: 0 auto 50px auto;
}

.img-logo-menu {
	width: 100px !important;
}

.display-3 {
	font-size: 2.5rem;
}


@media(max-width:768px){

	.img-logo {
		width: 250px !important;
		margin: 0 auto 25px auto;
	}

	.img-servicos {
		width: 150px !important;
		margin: -40px auto 5px auto;
	}

}