

/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	/*background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
	background-position: center;
	background-repeat: repeat;
	background-size: 7%;*/
	/*background-color: #ebebeb;OLD*/ 
	background-color: #f5f2f2;
	overflow-x: hidden;
    transition: all 200ms linear;
}


/* #Navigation
================================================== */
#nav {
    text-align: center;
	margin-left:5% !important;
}
#nav li {
    display: inline-block;
}

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	/*box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	/*box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);*/
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out; border-bottom: 3px solid #B2A05E;
	
}


.navigation-wrap{
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5000;
	/*-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;*/
}
.navbar{
	padding: 0;
}


.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;

/* width: 100px !important;*/
 


}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fafaff !important;/*cor menu linK*/
	font-weight: 300;
    transition: all 200ms linear;
	font-family: 'Fjalla+One', sans-serif;
	font-size: 16px;
}
.nav-item:hover .nav-link{
	color: #b2a05e !important;/*cor menu linK hover*/
}
.nav-item.active .nav-link{
	color: #b2a05e !important; /*cor menu linK ativo*/
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #b2a05e; /*cor underline */
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
	margin: 0 14px !important;
	
}

.navbar-toggler{
	width: 50px;
	height: 34px;
	background-color: #fff; 
	text-align:center;
	background-color: #b2a05e; 
	padding-left:0px !important;
 }
 
.fundo_navbar {
  /*border-bottom: 5px solid #b2a05e;*/
}
.black_bg-10 {
	height: 20px; background-color:#000;}
.black_bg-20 {
	height: 20px; background-image:url(https://www.portimonensesad.pt/img/site/bf-toggle4.jpg)}
.black_bg-30 {
	height: 20px;}
/* 
================================================== */

.bg-navbar {
	background-color: #212112 !important; /* cor fundo navbar*/
    transition: all 200ms linear;
}





.altura-p_topo {/* acerta margem de altura para a navbar*/
    /*margin-top: 86px;*/
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 0.5s ease-in-out;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	/*box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);*/
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121; /*cor link no dropdown*/
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(0,0,0,.6);
}


/* #Media
================================================== */

.start-header.scroll-on .navbar-brand img{ /* LOGO APOS SCROLL*/
	height: 28px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-brand img{ padding-left:100px;
	height: 52px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
@media (max-width: 1360px) { 
.nav-item{
	margin: 0 10px !important;
	font-size: 14px;
}
.nav-link{
	font-weight: 300;
	font-size: 14px;
}
}
@media (max-width: 1190px) { 
.navbar-brand img{
	 padding-left:1px;
	height: 32px;
}
.nav-item:after{
	background-color: rgba(0, 0, 0, 0.0001); /*cor underline minis */
}
#nav {
    text-align: left;
	margin-left:1% !important;
}
.altura-p_topo {/* acerta margem de altura para a navbar*/
    margin-top: 66px;
}
}