/* ============================== DEFAULT HTML ============================== */

@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratextra_bold';
    src: url('/fonts/montserrat-extrabold-webfont.eot');
    src: url('/fonts/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-extrabold-webfont.woff') format('woff'),
         url('/fonts/montserrat-extrabold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-extrabold-webfont.svg#montserratextra_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('/fonts/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoBold';
    src: url('/fonts/Roboto-Bold-webfont.eot');
    src: url('/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('/fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoLight';
    src: url('/fonts/Roboto-Light-webfont.eot');
    src: url('/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('/fonts/Roboto-Medium-webfont.eot');
    src: url('/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('/fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Medium-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height:100%;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	color: #333333 !important;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
	font-family: 'RobotoRegular', sans-serif;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display: block;}

strong, b{font-family:'RobotoMedium'; letter-spacing: 0.05em}

hr {border-left: none;
	border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
}

/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	text-decoration: none;
	outline: none;
	color: #09285a;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	   -o-transition: all .3s ease-in-out;
	   -ms-transition: all .3s ease-in-out;
	   transition: all .3s ease-in-out;
}

a:hover {color: #666; text-decoration: none;}
a:active {text-decoration: none; background: none !important;}
a:focus {outline: none;}
a img {border: none;}
a[class*="glyphicon-"] {text-decoration: none;}


.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	background: #ffffff;
	border:2px solid #ffffff;
	border-radius:2px;
	/*box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);*/
}

	.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
		color: #666; font-size: 0.9em; padding:10px; font-family: 'montserratbold', sans-serif; line-height: 25px;
	}

/* =============== DEFAULT HTML - HEADING STYLES =============== */

.blue{color:#09285a !important;}

/*h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 10px;
	color: #333;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.h4-slogan{font-family: 'montserratregular';}

h1 {font-size: 2.2em;}
.h1black{font-size:4em; color:#09285a; text-align:right; font-family: 'montserratbold';}

h2 {font-size: 1.8em; color:#09285a; }
h3 {font-size: 22px;}
h4 {font-size: 18px;}
.h4-blue-right{color:#09285a; text-align: right}
h5, h6 {font-size: 1em; text-transform: none;}*/

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 10px;
	color: #333;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
h1, h2 {
	font-weight: 300;
}
h1 {
	font-size: 2.2em;
}

/*.h1black{font-size:80px; color:#1b3d70; text-align:right; font-family: 'montserratextra_bold';}*/

.h1black2{font-size:1.5em; color:#7F7F7F; text-align:center; font-family: 'montserratbold'; text-transform: none;  margin-top:20px; margin-bottom: 0; padding-bottom: 0}

h2 {
	font-size: 1.8em; line-height: 25px;
}

h3 {
	font-size: 22px; line-height: 25px;
}

h4 {
	font-size: 18px; line-height: 25px;
}

.h4-blue-right{color:#1b3d70; text-align: right}

h5, h6 {
	font-size: 1em;
}

/*==============retoques====================*/
.clear{clear:both !important;}
.h6-rodape-newsletter{font-size: 0.8em; color: #09285a;}

.blue{color: #09285a !important;}
.m0{margin:0 auto !important;}
.m0all{margin:0 !important;}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb30{margin-bottom:30px !important;}
.mb50{margin-bottom:50px !important;}
.mt0{margin-top:0 !important;}

.mt10{margin-top:10px !important;}
.mt50{margin-top:50px !important;}
.mt30{margin-top:30px !important;}
.mt20{margin-top: 20px !important;}
.mt15{margin-top:15px;}
.mt10{margin-top:10px;}
.mt100{margin-top: 100px !important;}

.mb15{margin-bottom:15px;}
.mr0{margin-right: 0 !important}
.mr15{margin-right:15px;}


.pad20top_bottom{padding:10px 0 !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt50{padding-top:50px !important;}
.p5{padding: 5px !important}
.pb30{padding-bottom: 30px !important;}

.mt5_fff{margin-top: 5px; color:#ffffff}
.mt30_fff{margin-top: 30px; color:#ffffff}

.date{font-size:12px; color:#09285a; padding:10px 0; border-bottom:0px solid #f1f1f1}

.tright{text-align: right !important}
.tcenter_p20{text-align:center; padding:20px 0 0 0;}
.tcenter_pt40{text-align:center; padding:20px 0 0 0;}
.center{text-align: center !important;}
.tleft{text-align: left !important;}
.dark-blue{color:#09285a !important;}

.mt60{margin-top: 60px !important;}

.box{border:1px solid #cccccc; padding:10px; margin-bottom:20px;}
.p0all{padding:0 !important;}
.pt05{padding-top: 5px !important;}
.pt40-tcenter{padding-top:40px; text-align: center;}
.pt120-tcenter{padding-top:120px; text-align: center;}
.pt200-tcenter{padding-top:200px; text-align: center;}
.pdt15{padding-top:15px;}
.pdt20{padding-top: 20px !important;}
.pl50{padding-left: 50px !important;}
.pt80{padding-top:80px !important;}
.pl20{padding-left: 20px !important;}
.lefter{float:left !important;}
.righter{float:right !important;}

.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.mr10{margin-right:10px !important;}

.fs8em{font-size:0.8em !important}
.fs18{font-size: 18px !important;}
.fs16{font-size: 16px !important;}
.fs13{font-size: 13px;}
.fs12{font-size: 12px;}
.color333{color:#333333;}
/*ajustes área restrita*/
.w100{width: 100% !important;}
.w60{width: 60% !important;}
.br0{border-radius:0 !important}
.content-private-area{position: absolute; left:45px}
.br1{border-right:1px solid #cccccc}
.little-txt{font-size: 12px; color:#888; margin-bottom:50px}
.wrapper-products{position: absolute; left:45px}
.position-legend-sola{padding-top:10%; padding-left:2%;}
.nav_pag_sel {float:right; padding:0 15px 0 15px; font-size:1.0em;}

.nav_pag_sel:hover{background:#CED9E7; color:#09285a;}
.user{text-align: center; font-size: 14px;}
.user-icon{text-align: center; margin: 0px auto 20px auto;}
.logout{text-align: center; font-size: 12px;}
.openclose-menu{font-size:0.8em; color:#cccccc; font-family: 'RobotoRegular';}
.costumerarea-logout{color:#09285a; font-size:0.8em; font-family: 'RobotoRegular';}
.ptb100-lr80{padding:100px 80px;}

.bar-logout-mobile{display: none;}

.pesquisa-home-private{background: rgba(167,188,215,0.1); top:0; padding-top:30px;}
.pos-dropdow-home{text-align:center !important; height:50px; margin:30px auto !important;}
.input-home{width:70% !important; padding: 5px; font-size: 12px; background: none; border:1px solid #a7bcd7; color:#666666}
.pos-input-home{max-width:900px; margin:0 auto;}

#sola-mobile{display:none}

.spacer_80{height: 80px;}
.spacer_50{height: 50px;}
.spacer_30{height: 30px;}

.mh500{min-height: 390px !important;}
.f-right{float: right !important;}

.title-newarrivals{margin: 20px 0 0 0; color:#09285a; font-size: 30px;}

/*==================================*/
.divider{width:10%; margin:0 auto; height:5px; background:#09285a; margin-top:20px;}
.divider-left{width:10%; height:5px; background:#09285a; margin-top:20px; margin-bottom:20px;}
.place-sizes{width: 30%; margin:10px auto}
.place-description{max-width: 50%; text-align: center; margin:20px auto;}
.divider-sizes{border-top:1px solid #eee; /*border-bottom:1px solid #f1f1f1;*/}
.fontsize-sizes{font-size: 12px; padding:10px 0;}
.fontweight300{font-weight: 300;}

.financiadores{text-align:right; padding-top:10px; padding-bottom:20px;}

.ficha-tecnica{width:80%; float: right; font-size:0.8em; color:#888888; padding-top:5px; border-top:1px solid #cccccc; margin-top:10px;}
  .ficha-tecnica a{color:#888888;}
  .ficha-tecnica a:hover{color:#09285a;}

.position-checkbox{text-align:left; padding-top:15px}
.divider-footer{background: #cccccc; height:1px; width: 100%; margin:10px 0}

.divider-whatwedo-home{height:1px; background: #dddddd; margin:0 auto; width: 44%;}
	.columns-whatwedo-home{text-align: left; font-size: 13px; padding-bottom: 30px;}

.redessociais{position:absolute; right:0px; top:10px; z-index: 3; font-size:20px;}
.redessociais a{color:#ffffff; margin-right:10px;}
.redessociais a:hover{color:#09285a;}

.legend-nav + .tooltip > .tooltip-inner{background-color:#09285a !important; color:#ffffff; border:1px solid #09285a; padding:5px; width:100px; font-size:12px; border-radius: 3px !important; font-family: 'montserratbold';}
.legend-nav + .tooltip.bottom > .tooltip-arrow{border-bottom:5px solid #09285a;}

/*logo iso 14001 topo página*/
.section-logo-iso{background: #F1F1F1; /*margin-top:50px*/}
.container-iso{width:40% !important; display:table; margin:0 auto !important;}
.container-news-home{max-width:1200px !important; display:table; margin:0 auto !important; padding:20px;}
.title-news{font-weight:normal !important; font-size:1.5em; text-align:center; text-transform:none; line-height:40px;}
.h4-iso{text-transform: none; padding-top: 15px;}
.line-iso{width:15%; height:2px; background:#f36f21; margin: 40px auto 0 auto}
	.w50{width: 50% !important;}

.section-sola{background-image: linear-gradient(#D5E7EF, white); border-bottom:1px solid #f1f1f1}

/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
form, input {margin: 0; padding: 0;}
p {margin-bottom: 0px; font-family: 'RobotoRegular';}

ul, ul li {list-style: none}

/* =============== DEFAULT HTML - IMAGES STYLES =============== */

img {border: none; max-width: 100%;}
img.image-left {float: left; margin-right: 5px;}
img.img-full-width {width: 100%;}

/* =============== ALINHAMENTO PREDEFENIDO CONTEÚDO =============== */

.margin-left {margin-left: 1em !important; margin-right: 0;}
.margin-right {margin-left: 0; margin-right: 1em !important;}

.img-logos-iso{max-width: 250px; height: auto;}


.container {position: relative; width: 95%; max-width: 1920px;}

[layout="row"] {display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex;}

.fsr {-webkit-flex-shrink: 0; flex-shrink: 0;}
.fg {-webkit-flex-grow: 1; flex-grow: 1;}
.fw {flex-wrap: wrap;}

.verticalStretch {
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
}

.verticalCenter {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.nino-btn {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 12px;
	line-height: 100%;
}

.nino-btn:hover {
	background: #09285a; color:#ffffff;
}

.nino-btn-content {
	font-family:'RobotoRegular';
	display: inline-block;
	color: #09285a !important;
	text-transform: none;
	padding: 10px 20px;
	text-align: center;
	border: 2px solid #09285a;
	font-size: 16px;
	line-height: 100%;
	background: none;
}

.nino-btn-content:hover {background: #09285a; color:#ffffff !important;}
.bg-white {background-color: #fff !important;}

.nino-hoverEffect {text-align: center;}

.nino-hoverEffect .item {background: none; display: inline-block;}

.nino-hoverEffect .item .overlay {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

.nino-hoverEffect .item .overlay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;	
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
	background: rgba(27,61,112,0.9); /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
	/*background: -webkit-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: -o-linear-gradient(top, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9));
	background: linear-gradient(to bottom, rgba(243,129,129,0.9), rgba(252, 227, 138, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.nino-hoverEffect .item:hover .overlay {left: 0px; top: 0px;}
.nino-hoverEffect .item:hover .overlay:before {opacity: 1;}

.nino-hoverEffect .content {
	position: absolute;
	left: 0;
	top: 70%;
	width: 100%;
	z-index: 1;
	opacity: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nino-hoverEffect .item:hover .content {
	opacity: 1;
}

#nino-headerInner {
	height:60px;
	position: absolute; width: 100%; top:0 !important;
	font-family: 'Montserrat', sans-serif; z-index: 100000;background:#a4a9b0;
}

#nino-header:after {
	background:#a4a9b0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}

#nino-header {
	position: relative; 
	z-index: 5;
}

/*other pages image container top*/

.container-img {
    position: relative;
	width: 100%;
    height: 0;
	padding-bottom: 8.25%;
}

#img-placeholder {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =============== SLIDER =============== */

/*video*/
.container-video {background: #000000;
    position: relative;
	width: 100%; top:0;
    height: 0;
	padding-bottom: 0%;
}

#video-placeholder {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.position-icon-mute {
	position: absolute;
	z-index: 1;
	top: 15%;
	right: 5%;
}

.mute-icon {
	color: #ffffff;
	cursor: pointer;
	font-size: 30px;
}


.logos-financiadores-topo {
	position: absolute;
	z-index: 2;
	bottom: 20%;
	right: 3%;
}


/*  .container-video .progress {
    height: 15px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    overflow: hidden;
    background-color: #f5f5f5; }
    .container-video .progress .progress-bar, .video-container .progress .buffer-bar {
      background-color: #E62117;
      float: left;
      width: 0%;
      height: 100%;
      font-size: 12px;
      line-height: 20px;
      color: #fff;
      text-align: center; }
    .container-video .progress .buffer-bar {
      position: absolute;
      z-index: -1;
      background-color: #f6a5a0; }*/


#nino-slider {
	padding: 0px 0 0;  margin:0 auto;
}

#nino-slider .carousel-inner {
	width: 100%; max-width: 1920px;
	height: 430px; margin: 0 auto;
}

#nino-slider .carousel-inner > .item {
	padding:0;
	height:886px;
	text-align: center;
	color: #fff;
}

/* =============== ESTRUTURA - ÁREA MENU =============== */

#nino-navbar {
	background: #a4a9b0;
	border: none;
	border-radius: 0; width: 100%; margin: 0 auto; position:sticky;
	
}

#nino-navbar .navbar-brand {
	width:180px; height: auto;
}

#nino-navbar .iso9001 {
	width:70px; height: auto; margin-top:10px !important; float: left;
}

#nino-navbar .iso14001 {
	width:100px; height: auto; margin-top:10px !important; float: left;
}

.tam-logos-iso{max-width: 60px; height: auto}

#nino-navbar .navbar-nav > li > a {
	color: #fff;
	font-family: 'montserratbold';
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
	padding: 30px 0px 5px;
	margin: 15px 15px !important;
	font-size: 13px;
}

#nino-navbar .navbar-nav > li:last-child > a:last-child {margin: 15px 160px 0 15px !important;}

#nino-navbar .navbar-nav > li > a:hover,
#nino-navbar .navbar-nav > .active > a, 
#nino-navbar .navbar-nav > .active > a:hover {
	color: #09285a;
	border-color: #09285a;
	background: none;
}

#nino-navbar .nino-menuItem {
	float: right;
}

#nino-navbar .nino-iconsGroup li a {
	border: none;
	font-size: 18px;
}

#nino-navbar .navbar-toggle {
	margin-right: 0;
	border: none;
}

#nino-navbar .navbar-toggle:hover,
#nino-navbar .navbar-toggle:focus {
	background: none;
}

#nino-navbar .navbar-toggle .icon-bar {
	background: #fff; margin-top:5px;
}

/* ----------- MENU FIXO COM ANIMAÇÃO ----------- */
.nino-fixed-nav #nino-navbar {
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    background: #a4a9b0;
    z-index: 2;
    -webkit-animation-duration: .5s;
    		animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    		animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    		animation-name: fadeInDown;
}

.nino-fixed-nav #nino-navbar .navbar-nav > li > a {
	border: none;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}



.dropdown1 {
  position: relative; margin: 0px 15px; font-size: 12px; display: inline-block; /*float: left;*/ border-bottom:2px solid #09285a; text-align: left;}

.dropdown1 [type="text"] {
  min-width: 230px;
  height: 28px;
  display: block;
  background: transparent;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom:0;
  padding: 6px 0px;

}

/* ------------------ */



.dropdown2 {
  position: relative; font-size: 14px; color: #333; display: inline-block; /*float: left;*/ min-width: 200px; border: 0; margin-right: 10px; text-align: left}

.dropdown2 .dropdown-list {
  padding: 12px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: auto; text-align: left;
  z-index: 500000;
}

.dropdown2 .dropdown-option {
  display: block;
  padding: 5px 5px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.dropdown2 .dropdown-label {
  display: block;
  height: 30px;
  background: none;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom:2px solid #09285a;
  padding: 6px 0px;
  /*margin: 0px 5px;*/
  line-height: 1;
  cursor: pointer;
}

.dropdown2 .dropdown-label:before {
  content: "▼";
  float: right;
}

.dropdown2.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}

.dropdown2.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}

.dropdown2.on .dropdown-label:before {
  content: "▲";
}

.dropdown2 [type="checkbox"] {
  position: relative;
  top: -1px;
  margin-right: 4px; 
}


/* ------------------ */



.dropdown-home {
  position: relative; font-size: 14px; color: #333; display: inline-block; /*float: left;*/ min-width: 200px; border: 0; margin-right: 10px; text-align: left}

.dropdown-home .dropdown-list {
  padding: 12px;
  background: #a7bcd7;
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  max-height: 66vh;
  overflow-y: auto; text-align: left;
  z-index: 500000;
}

.dropdown-home .dropdown-option {
  display: block;
  padding: 5px 5px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.dropdown-home .dropdown-label {
  display: block;
  height: 30px;
  background: none;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom:1px solid #a7bcd7;
  padding: 6px 0px;
  /*margin: 0px 5px;*/
  line-height: 1;
  cursor: pointer;
}

.dropdown-home .dropdown-label:before {
  content: "▼";
  float: right;
}

.dropdown-home.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}

.dropdown-home.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}

.dropdown-home.on .dropdown-label:before {
  content: "▲";
}

.dropdown-home [type="checkbox"] {
  position: relative;
  top: -1px;
  margin-right: 4px; 
}

.btn-search{font-size: 20px; cursor: pointer; margin-left:0px; margin-right:20px; border: 0; background: none}

.title-active-collection{font-size: 20px; padding-top: 20px; text-transform: none; color: #09285a !important}

/*choose your language dropdown*/
.dropbtn {
    background-color: transparent;
    color: white;
	margin-top:12px;
    padding: 5px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

 /*Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 160px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
	font-size: 13px !important;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {color:#09285a;}

.dropdown-content p {color:#09285a; font-size: 20px;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
	color:#09285a;
}

#legend-sole .number{background:#ffffff; border-radius:40px; width: 40px; height: 40px; line-height: 40px; text-align: center; color:#a07332; float:left; margin-right:15px; margin-top:5px; margin-bottom:30px; font-weight: bold;}

/* =============== ESTRUTURA - ÁREA DE CONTEÚDO =============== */

section {padding: 80px 0 70px 0 !important; margin:0 auto;}

.section-divider{border-top:2px #f1f1f1 solid }
.max-width-section{max-width:80%;}
.maxmax-width-section{max-width:100%; margin:0 auto; padding:30px 0 30px 0 !important}
.text-newsletter{text-align: center; padding:0 0 20px 0; margin:0}

#topo .nino-subscribeForm .input-group input,
#topo .nino-subscribeForm .input-group .btn {
	border-radius: 0 !important;
}
#topo .nino-subscribeForm .input-group input {
	border-color: #e7e7e7;
	box-shadow: none;
	font-style: normal;
	font-size: 15px;
}
#topo .nino-subscribeForm .input-group .btn {
	text-transform: uppercase;
	font-family: 'montserratbold';
	font-size: 14px;
	background: #09285a;
	border: none;
}

.section-sustentability{text-align: center; margin:0 auto; display: table}

@media screen and (min-width: 1920px) {#nino-portfolio {max-width: 1899px;}}

#nino-slider .nino-sectionHeading {font-size: 85px;	color: #fff;}

#nino-slider .nino-sectionHeading-slide {font-size: 45px; text-shadow: 2px 0px 0px rgba(45, 45, 45, 1);	color: #fff; /*text-align: center; width: 100%;*/
}

#nino-slider .nino-sectionHeading .nino-subHeading {font-size: 25px;}

#nino-slider .nino-sectionHeading:after {background: #fff;}

#nino-slider .nino-sectionHeading-slide:after {background: #fff;}

.nino-sectionHeading {font-family: 'montserratbold'; /*font-size: 25px;*/ line-height: 1; position: relative; padding-bottom: 20px; margin-top: 50px; margin-bottom: 30px; text-align: center; color: #333;}

.nino-sectionHeading2 {font-family: 'montserratbold'; font-size: 25px; line-height: 1; position: relative; padding-bottom: 20px; margin-top: 50px; margin-bottom: 0px; text-align: center; color: #09285a;}

.nino-sectionHeading3 {font-family: 'montserratbold'; font-size: 35px; line-height: 1; position: relative; padding-bottom: 20px; margin-top: 50px; margin-bottom: 0px; text-align: left; color: #09285a;}

.nino-sectionHeading-slide {font-family: 'montserratbold'; position: absolute !important; font-size: 25px; top:20%; width: 100%; left:0; line-height: 1; padding-bottom: 20px; /*margin-top: 230px; margin-bottom: 30px;*/ text-align: center; /*color: #333;*/ }

.description-slide{font-weight: normal !important; font-size:1em !important; }

.nino-sectionHeading:after {content: ""; position: absolute; left: 50%; bottom: 0; width: 50px; height: 4px; background: #09285a; transform: translateX(-50%);}

.nino-sectionHeading-slide:after {content: ""; position: absolute; left: 50%; bottom: 0; width: 50px; height: 2px; background: #09285a; transform: translateX(-50%);}

.nino-sectionHeading .nino-subHeading {
	display: block;
	text-transform: none;
	font-family: 'RobotoRegular', calibri;
	font-size: 20px;
	margin-bottom: 20px;
}

.nino-sectionHeading-slide .nino-subHeading {
	display: block;
	text-transform: none;
	font-family: 'RobotoRegular', calibri;
	font-size: 20px;
	margin-bottom: 20px;
}

.nino-sectionDesc {
	text-align: center;
	max-width: 750px;
	margin: 0 auto 20px;
}

/* =============== SECÇÃO QUEM SOMOS =============== */

#nino-story .content {
	font-family: 'montserratbold';
	font-size: 14px;
}

#nino-story .content .nino-icon {
	display: block;
	font-size: 30px;
}

.btn-blue{background:#09285a; color:#ffffff;}
.btn-blue:hover{background: #2A60B0; color:#ffffff;}

/* =============== SECÇÃO O QUE FAZEMOS =============== */

.category-title{font-family:'montserratbold'; font-size:30px; color:#ffffff;}
.fs30{font-size: 30px !important}
.img-brands{max-width: 100%; height:auto; padding:0 30%;}
.img-prod-details{max-width:500px; height: auto;}

/*.box-text{width:634px; display: block; height: 390px; background: #888888;}*/

.content-text-portfolio{position:absolute; top:10%; left: 0; text-align: center; padding:0 60px 0 60px; z-index: 1; font-size: 18px; color:#fff;}

#nino-portfolio {
	padding-bottom: 0; /*max-width: 1920px;*/ margin:0 auto;
}

#nino-portfolio .nino-portfolioItems {
	position: relative;
	margin: 0;
	padding: 0;
}

#nino-portfolio .nino-portfolioItems li {
	float: left;
	width: 33.3%;
	background: #fff;
	position: relative;
}

#nino-portfolio .nino-portfolioItems li a,
#nino-portfolio .nino-portfolioItems li a img {
	display: block;
	position: relative;
}

#nino-portfolio .nino-portfolioItems li a {
	overflow: hidden;
	color: #fff;
}

#nino-portfolio .nino-portfolioItems li .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(27,61,112,0.6);
}

#nino-portfolio .nino-portfolioItems li .content {
	position: absolute;
	left: 0 !important;
	top: 50% !important;
	width: 100%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

#nino-portfolio .nino-portfolioItems li .nino-icon {
	font-size: 30px;
}

#nino-portfolio .nino-portfolioItems li .title {
	color: #fff;
	font-size: 14px;
	margin: 5px 0 5px;
}
#nino-portfolio .nino-portfolioItems li .desc {
	font-style: italic;
	font-size: 12px;
}

/*página notícia detalhe*/

.abstract{max-width:850px; margin:0 auto; text-align: center; line-height:30px; padding:20px 40px;}
.divider-abstract{border-bottom:1px solid #eeeeee; margin-bottom:20px; }

/*area de cliente*/
.divider-products{width: 40%; height:2px; background:#09285a; margin:0px auto;}
.legend{margin:0 auto; text-align: center; line-height: 14px}
.legend h6{font-weight: normal; text-align: center; padding-top:10px; color:#888888;}

.legend2{font-size: 12px; color: rgba(12,44,116,1.00); margin-right:10px;}
.legend2_1{font-size: 12px; color: rgba(12,44,116,1.00);}
.legend3{font-size: 12px; color:rgba(126,126,126,1.00);}

/******************/

.mt30{margin-top:30px !important;}

.pd30{padding-bottom:30px !important;}

/*pagina produto detalhe*/

.grid-images{padding:5px; display:inline-block !important; margin:0 auto !important;}

#nav-products li{float: left; width:15.5%; margin-right:10px; text-align: center; border-top:5px solid #09285a;}
#nav-products a{text-decoration: none;}
#nav-products a:hover h3{color:#09285a !important;}

.pad20{padding:20px;}

/* =============== SECÇÃO NOTÍCIAS =============== */

.btn-ver_todas{padding-top:25px; border-top:1px solid #f1f1f1; text-align: center}
.news-height{min-height: 82px;}
.btn-ler_mais{padding-bottom:10px; text-align: left;}

.nino-btn-content2 {
	display: inline-block;
	color: #09285a !important;
	text-transform: uppercase;
	padding: 5px 0;
	text-align: left;
	border-top: 0px solid #09285a;
	background:#ffffff;
	font-size: 11px;
	line-height: 100%;
}

.nino-btn-content2:hover {
	border-top: 1px solid #09285a; color:#09285a !important;
}

.article-title{line-height: 25px; text-transform:none; font-weight:normal;}

#nino-latestBlog article .articleThumb {
	position: relative;
	margin-bottom: 20px;
}

#nino-latestBlog article .date {
	position: absolute;
	background: #09285a;
	left: -10px;
	bottom: 10px;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
}

#nino-latestBlog article .date .number {
	display: block;
	font-size: 28px;
	line-height: 100%;
	font-family: 'montserratregular', sans-serif;
}

#nino-latestBlog article .date .text {
	display: block;
	font-family:'RobotoLight', calibri;
	font-style: italic;
}

#nino-latestBlog article .articleTitle {
	font-size: 14px;
}

#nino-latestBlog article .articleMeta {
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	padding-top: 15px;
}

#nino-latestBlog article .articleMeta a {
	color: #999;
	display: inline-block;
	margin-right: 15px;
	font-style: italic;
	font-family:'RobotoLight', calibri;
}

#nino-latestBlog article .articleMeta a:hover {
	color: #000;
}

#nino-latestBlog article .articleMeta .nino-icon {
	color: #09285a;
	font-size: 17px;
	position: relative;
	top: 2px;
}
/*================ SECÇÃO CONTACTOS ==========*/

.button{background:none; border:none; padding:0 !important; margin-top:10px;}

.position-text{padding:0 100px}

#nino-contacts{margin:0 auto;}

#nino-contacts .form-group {
    margin-bottom: 25px;
	border-color: #e7e7e7;
	box-shadow: none;
	font-style: italic;
	font-size: 15px;
	background: none;
}

#nino-contacts .form-group input,
#nino-contacts .form-group textarea {
    padding: 15px; border-radius:0 !important;
}

#nino-contacts .form-group input.form-control {
    height: auto;
}

#nino-contacts .form-group textarea.form-control {
    height: 206px;
}

#nino-contacts .form-control:focus {
    border-color: #09285a;
    box-shadow: none;
}

#nino-contacts::-webkit-input-placeholder {
    font-family: 'montserratregular';
    color: #bbb;
}

#nino-contacts:-moz-placeholder {
    font-family: 'montserratregular';
    color: #bbb;
}

#nino-contacts::-moz-placeholder {
    font-family: 'montserratregular';
    color: #bbb;
}

#nino-contacts:-ms-input-placeholder {
    font-family: 'montserratregular';
    color: #bbb;
}

#nino-contacts .text-danger {
    color: #e74c3c;
}

/* =============== LAYOUT - FOOTER AREA =============== */
footer {
	padding: 20px 0 50px 0;
	background: #f1f1f1;
}

footer .restrictarea {
	position: absolute;
	bottom:0;
	padding: 20px 0 50px 0;
	background: #f1f1f1;
}



footer .nino-colHeading {
	margin: 0 0 25px;
	font-size: 14px;
}

footer .colInfo {
	margin-bottom: 20px;
}
/* ----------- COL 1 ----------- */
footer .footerLogo a {
	color: #ccc;
	font-size: 40px;
	font-family: 'montserratbold';
	display: inline-block;
	margin-bottom: 20px;
	line-height: 100%;
}
footer .nino-followUs {
	margin: 10px 0; 
	
}
footer .nino-followUs .totalFollow {
	color: #333;
	font-weight: 500;
	font-family: 'montserratbold';
	border-bottom: 1px solid #00000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
footer .nino-followUs .totalFollow span {
	font-size: 18px;
	font-family: 'montserratbold';
}
footer .nino-followUs .socialNetwork .text {
	font-style: italic;
	font-family: 'montserratregular';
	display: inline-block;
	margin-right: 10px;
}
footer .nino-followUs .socialNetwork .nino-icon {
	display: inline-block;
	margin: 0 3px;
	font-size: 18px;
	color: #09285a; 
}
footer .nino-subscribeForm .input-group input,
footer .nino-subscribeForm .input-group .btn {
	border-radius: 0;
}
footer .nino-subscribeForm .input-group input {
	border-color: #e7e7e7;
	box-shadow: none;
	font-style: normal;
	font-size: 15px;
}
footer .nino-subscribeForm .input-group .btn {
	text-transform: uppercase;
	font-family: 'montserratregular';
	font-size: 14px;
	background: #09285a;
	border: none;
}

/* ----------- COPYRIGHT ----------- */
footer .nino-copyright {
	text-align: center; font-size:13px;
	border-top: 1px solid #e5e5e5;
	padding: 20px 0 0 0;
}
/* =============== SEARCH FORM =============== */
#nino-searchForm {
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	padding: 20px;
	z-index: 10;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

#nino-searchForm.open {
	top: 0;
	opacity: 1;
}

#nino-searchForm .nino-searchInput {
    position: relative;
    top: 50%;
    height: 100px;
    box-shadow: none;
    font-size: 70px;
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    font-family: 'montserratbold';
    padding: 20px 0;
    color: #fff;
    -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
#nino-searchForm .nino-close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 60px;
	cursor: pointer;
}
#nino-searchForm .nino-close:hover {
	color: #fff;
}

#nino-scrollToTop {
	width: 50px; 
	height: 50px;
	border-radius:50px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-indent: -99999em;
	display: none;
	cursor: pointer;
	z-index: 2;
	background: #09285a url(/library/images/go-to-top.png) center center no-repeat;
}
#nino-scrollToTop:hover {
	text-decoration: none;
	background-color: #6287c3;
}

div.pp_pic_holder a {
	-webkit-transition: all 0s ease 0s;
	   -moz-transition: all 0s ease 0s;
		 -o-transition: all 0s ease 0s;
		-ms-transition: all 0s ease 0s;
			transition: all 0s ease 0s;
}

div.pp_default .pp_description {
	margin: 12px 50px 0 0;
}

div.pp_default .pp_social {
	width: 100%;
}

/*.youtube-icon{position: absolute;*/ /*bottom: 15%; right: 30%;*/ /*padding: .8em 1.2em; color: white;*/ /*-webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}*/
.youtube-icon{ margin-left: 5%;}

/*.youtube-icon-mobile{display: none;}*/

.watchvideo{position: absolute; right: 0px; top:-10px; padding:0px 0 10px 0}

/*product list*/
.titulo-barra-area-cliente{padding:13px 0 0 0; width: 95%; float: left; text-align: center}
.barra-topo{padding:5px; background: #ffffff !important; border-bottom:#ddd solid 1px;}
.diretorio{margin:0 20px 0 20px; font-family: 'RobotoRegular'; font-size: 12px; text-align: left; float: left}
.close-filtro-genero{position:absolute; width: 10%; line-height: 40px; right:0px; margin-right:50px;}



/*ajuste descrição*/
.description{margin-top:6%;}


/* ============================================================ RESPONSIVE ============================================================ */
@media (max-width: 1200px) {
	#nino-whatWeDo .panel-body {
		height: 118px;
	}
	footer .nino-followUs {
		margin: 15px 0;
	}
}

@media (max-width: 992px) {
	section {
		padding: 45px 0;
	}	
	.nino-testimonial {
		padding: 30px 0;
	}
	.nino-testimonialSlider .quote {
		font-size: 13px;
	}
	.nino-testimonialSlider .nino-avatar {
		width: 130px;
	}
	#nino-counting {
		font-size: 10px;
	}
	#nino-counting .item {
		padding: 35px 5px;
	}
	#nino-counting .number {
		font-size: 50px;
	}
	#nino-services .item:not(:nth-last-child(-n+2)) {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 30px;
    	padding-bottom: 20px;
	}
	#nino-uniqueDesign .nino-devices .tablet {
		width: 250px;
	}
	#nino-uniqueDesign .nino-devices .mobile {
		bottom: -38px;
		margin-left: 88px;
		width: 110px;
	}	
	#nino-whatWeDo .panel-group {
		margin-top: 20px;
	}
	#nino-ourTeam .content .nino-icon {
		font-size: 18px;
		padding: 8px;
	}
	#nino-ourTeam .info {
		margin-top: 25px;
	}
	#nino-brand {
		padding: 20px 0;
	}
	#nino-latestBlog article .articleTitle {
		font-size: 11px;
	}
	#nino-latestBlog article .date {
		padding: 8px 12px;
	}
	#nino-latestBlog article .date .number {
		font-size: 18px;
	}
	#nino-latestBlog article .date .text {
		font-size: 11px;
	}

}

@media (max-width: 768px) {
	
	
	
	.nino-hoverEffect .item {
		margin-bottom: 15px;
	}
	#nino-slider {
		padding-top: 10px;
	}
	#nino-slider .carousel-inner {
		height: 270px;
	}
	#nino-slider .carousel-indicators {
		margin-top: 30px;
	}
	#nino-slider .nino-sectionHeading {
		font-size: 60px;
	}
	#nino-slider .nino-sectionHeading .nino-subHeading {
	    font-size: 35px;
	}
	#nino-uniqueDesign .nino-devices .mobile {
		margin-left: 65px;
	}
	#nino-ourTeam .info {
		margin: 0 0 20px;
	}
	#nino-portfolio .nino-portfolioItems li {
		width: 50%;
	}
	#nino-latestBlog {
		text-align: center;
	}
	#nino-latestBlog article {
		display: inline-block;
		max-width: 380px;
		margin-bottom: 30px;
		text-align: left;
	}
}

@media (max-width: 768px){
		
	#nino-navbar {
		background: #a4a9b0;
	}
	#nino-navbar .navbar-header {
		padding-right: 10px;
	}
	#nino-navbar .navbar-nav > li > a {
		padding: 10px 5px 5px;
	}
	#nino-navbar .navbar-nav > li > a:hover, 
	#nino-navbar .navbar-nav > .active > a, 
	#nino-navbar .navbar-nav > .active > a:hover {
		border-color: transparent;
	}
	#nino-navbar .nino-menuItem,
	#nino-navbar .navbar-collapse {
		width:auto;
	}
	
	#nino-navbar .navbar-collapse {
		background: none;
		border-color: none;
		position: absolute;
		z-index: 1;
		right: 0px;
	}
	
	#nino-navbar .nino-iconsGroup {
		position: absolute;
		right: 15px;
		top: 0;
		margin: 0;
	}
	#nino-navbar .nino-iconsGroup > li {
		display: inline-block;
	}
	#nino-navbar .nino-iconsGroup li a {
		margin: 0 0 0 0px;
		padding: 15px 0 5px;
	}
	
	#nino-services .item:not(:nth-last-child(-n+1)) {
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
}

@media (max-width: 768px){
	
	#nino-slider .carousel-inner {height: 250px;}
	
	#nino-navbar .navbar-nav > li > a {margin: 0 10px; font-size: 11px !important;}
	.position-icon-mute {top: 90% !important; right: 95% !important}
	
	.text-right{ text-align: left !important;}
	.nino-btn-content {margin-top:20px;}
	.position-text{ border-top: 1px solid #e5e5e5;}
	
	footer .nino-copyright {
	text-align: left; 
	border-top: 1px solid #e5e5e5;}
	

}

@media (max-width: 640px) {
	section {
		padding: 30px 0;
	}
	.nino-sectionHeading {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.nino-sectionHeading .nino-subHeading {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.nino-sectionDesc {
		margin-bottom: 20px;
	}
	/* =============== MAIN SLIDER =============== */
	#nino-slider .nino-sectionHeading {
		font-size: 45px;
	}
	#nino-slider .nino-sectionHeading .nino-subHeading {
		font-size: 22px;
	}
	#nino-slider .carousel-inner {
		height: 205px;
	}
	#nino-slider .carousel-indicators li .number {
		display: none;
	}
	
	
	/* =============== SEARCH FORM =============== */
	#nino-searchForm .nino-searchInput {
		height: 60px;
		font-size: 35px;

	}
	#nino-searchForm .nino-close {
		font-size: 40px;
	}
	/* =============== FOOTER =============== */
	footer {
		padding-top: 30px;
	}

}

@media (min-width: 100px) {

.container-video {padding-bottom: 56.25%;}

.position-icon-mute {position: absolute; z-index: 1; top: 10%; right: 3.5%;}
}

/* ---------------------------------------------------
    SIDEBAR STYLE área restrita
----------------------------------------------------- */
.wrapper {
	font-family: 'RobotoBold';
    display: flex; 
    align-items: stretch;
}

#sidebar {
	min-width: 250px;
    max-width: 250px;
    background: #ced9e7;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
	margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #a7bcd7;
}

#sidebar ul.components {
    padding: 20px 0;
    /*border-bottom: 1px solid #a7bcd7;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 20px;
    font-size: 1.2em; text-transform: none;
	Border-bottom: 1px solid #a7bcd7;
    display: block;
}
#sidebar ul li a:hover {
    color: #7d9bc0;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #a7bcd7;
}

a[data-toggle="collapse"] {
    position: relative; text-decoration: none;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.8em !important;
    padding-left: 20px !important;
    background: #7d9bc0; color:#112a5f;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
	width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* Large screens ----------- */
@media only screen and (min-width: 1600px) {
	#nino-slider .carousel-inner {
	height: 630px;}
	/*logo iso 14001 topo página*/
	.container-iso{width:80% !important;}
}

@media only screen and (min-width: 1177px) {
	.container-iso{width:60% !important;}
	.w50{width: 50% !important;}
	.navbar-nav>li>a {margin-left:5px !important; margin-right: 5px !important; padding-top: 15px !important; padding-bottom:15px;}
}

/* #Tablet (Landscape)
----------------------------------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 1177px) {
	body{overflow-x: hidden;}
	#legend-sole .number{margin-bottom:10px;}
	#sola-mobile{display:block}
	#sola-desktop{display: none}
	
	#slideshow {max-width: 95% !important;}
	.content-text-portfolio{text-align: center; padding:0 30px 0 30px; font-size: 16px}
	
	#nino-navbar .navbar-nav > li:last-child > a:last-child {margin: 15px 130px 8px 0 !important;}
	#nino-navbar .navbar-nav > li > a {font-size:9px !important; margin-left:8px !important; margin-right: 8px !important; padding-top:17px;}
	
	#nino-slider .carousel-inner {height: 355px;}
	
	/*logo iso 14001 topo página*/
	.logo-iso-img{width: 250px;}
	.section-logo-iso{padding:30px 0 !important;}
	.container-iso{width:60% !important;}
	.redessociais{right:0; top:15px; font-size: 0.95em}
	 #nino-navbar .navbar-nav > li:last-child > a:last-child {margin: 0 120px 0 0;}
	.img-prod-details{max-width:410px; height: auto;}
	.nav_pag_sel{display: none !important;}
	.navbar-brand {width:180px !important; margin-top:10px;}
	.navbar-nav>li>a {font-size:11px !important; margin-left:5px !important; margin-right: 5px !important; padding-top: 22px !important; padding-bottom:15px;}
	.col-md-3{width: 50%; float: left}
	
	.btn-search{margin-top:0px !important;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	body{overflow-x: hidden;}
	#legend-sole .number{margin-bottom:0px !important;}
	#sola-mobile{display:block}
	#sola-desktop{display: none}
	.pt80{padding-top:20px!important;}
	.navbar-brand {width:120px !important; margin-top:10px;}
	
	#slideshow {max-width: 100% !important;}
	.navbar-brand {width:110px !important;}
	#nino-navbar .navbar-nav > li:last-child > a:last-child {margin: 15px 130px 8px 0 !important;}
	#nino-navbar .navbar-nav > li > a {font-size:9px !important; margin-left:8px !important; margin-right: 8px !important; padding-top:17px;}
	
	#man_lady li{font-size: 10px !important; width: 80px !important;}
	#man_lady a{padding:5px !important;}
	.openclose-menu{display:none;}
	.nav_pag_sel{display: none !important;}
	/*logo iso 14001 topo página*/
	.section-logo-iso{padding:30px 0 !important;}
	.container-iso{width:80% !important;}
	/*.lefter{float: none;}*/ .righter{padding-top:15px;}
	.logo-iso-img{width: 250px;}
	.h4-iso{text-transform: none; padding-top: 0px; font-size: 1em;}
	.line-iso{width:15%; height:2px; background:#f36f21;}
	.w50{width: 70% !important;}
	#nav-products li{float: none; width:70%; margin:0px auto !important;}
	.redessociais{font-size:12px !important; right:0px !important;}
	.img-prod-details{max-width:315px; height: auto;}
	.position-icon-mute {top: 100px; right: 30px}
	
	.col-md-3{width: 50%; float: left;}
	
	#nino-navbar .iso9001 {display:none;}
	#nino-navbar .iso14001 {display:none;}
	
	.dropdown2 {padding-bottom: 10px;}
	.dropdown-home {padding-bottom: 10px;}
	.btn-search{margin-top:0px !important;}
	.f-right{float: none !important}
	
	/*img logos financiadores*/.mobile-size{max-width:70%; height: auto; }
	.logos-financiadores-topo {bottom: 10%; text-align: right}
	

}

/* #Mobile (Landscape)
----------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body{overflow-x: hidden;}
	
	/*#nino-header {height:60px;}*/
	#legend-sole .number{margin-bottom:10px;}
	#sola-mobile{display:block}
	#sola-desktop{display: none}
	.pt80{padding-top:20px!important;}
	#slideshow {max-width: 100% !important;}
	.container-video {top:60px !important;}
	#nino-navbar {background: #a4a9b0; border: none; border-radius: 0;}
	#nino-navbar .navbar-collapse {background: #a4a9b0; z-index: 3;	width: 100% !important; margin:0 !important; border:0;}
	
	.navbar-brand {width:130px !important;}
	
	.redessociais{font-size:14px !important; right:55px !important;}
	
	.position-icon-mute {top: 100px; right: 30px}
	
	#nino-slider .carousel-inner {height: 230px;}
	.redessociais{position:absolute; right:60px; top:4px; z-index: 3;}
	.text-right{text-align: left !important;}
	.position-text{border-top: 1px solid #e5e5e5;}
	.nino-btn-content {margin-top:20px;}
	footer .nino-copyright {text-align: left; border-top: 1px solid #e5e5e5;}
	#nav-products li{float: none; width:70%; margin:0px auto !important;}
	.financiadores{text-align:center;}
	.ficha-tecnica{width:100%; float: none; text-align: center;}
	.img-prod-details{max-width:100%; height: auto;}
	
	.h1black{font-size:3em; margin-top:0; text-align:center;}
	.nav_pag_sel{display: none !important;}
	
	/*logo iso 14001 topo página*/
	.max-width-section{max-width:100%; margin:0 auto;}
	.nav_pag_sel{display: none !important;}
	.openclose-menu{display:none;}
	.col-md-3{width: 50%; float: left;}
	.section-logo-iso{margin:30px 0 !important;}
	.container-iso{width:80% !important;}
	.lefter{float: none;} .righter{float:none;padding-top:20px; text-align: center}
	.logo-iso-img{width: 200px;}
	.h4-iso{text-transform: none; padding-top: 15px; font-size: 1em;}
	.line-iso{width:15%; height:2px; background:#f36f21; margin:10px auto}
	.w50{width: 100% !important; text-align: center}
	.br1{border:none;}
	.mh250{min-height:0 !important;}
	
	#man_lady li{font-size: 10px !important; width: 80px !important;}
	#man_lady a{padding:5px !important;}
	.bg-login {min-height:800px !important;}
	
	.no-visible-mobile{display: none !important;}
	
	.dropdown2.on .dropdown-label:before {content: "x";}
	.dropdown2 .dropdown-label { padding: 0px 5px; margin: 10px 5px 0px 5px;}
	
	.dropdown2 .dropdown-list {top: 60px;}
	.mh500{min-height: auto;}
	.f-right{float: none !important;}
	
	.btn-search{margin-left:0px; margin-right:0px;}
	
	.dropdown1 {margin: 0px 10px; float: none;}	
	.dropdown1 [type="text"] {width: 100%;}
	
	.place-sizes{width: 100%;}
	.place-description{width: 100%}
	
	/*img logos financiadores*/.mobile-size{max-width:50%; height: auto; }
	.logos-financiadores-topo {bottom: 20%; text-align: center}

	}

/*  #Mobile (Portrait) 320px
----------------------------------------------------------------------*/
@media only screen and (min-width: 100px) and (max-width: 480px) {
	body{overflow-x: hidden;}
	
	#sola-mobile{display:block}
	#sola-desktop{display: none}
	
	.pt80{padding-top:20px!important;}
	
	#legend-sole .number{margin-bottom:10px;}
	

	#slideshow {max-width: 100% !important;}
	#nino-navbar {background: #a4a9b0; border: none; border-radius: 0;}
	#nino-navbar .navbar-collapse {background: #a4a9b0 ; z-index: 3; width: 100% !important; margin:0 !important; border:0;}
	
	.navbar-brand {width:120px !important;}
	
	.container-video {top:60px !important;}
	.position-icon-mute {/*top: 80% !important; right: 85% !important*/display:none;}
	
	.redessociais{position:absolute; right:55px; top:4px; z-index: 3; font-size: 0.9em}
	.redessociais a{margin-right:5px;}
	
	#nino-navbar .navbar-nav > li:last-child > a:last-child {margin: 0px;}
	
	#nino-portfolio .nino-portfolioItems li {width: 100%;}
	
	.max-width-section{max-width:100%; margin:0 auto;}
	.openclose-menu{display:none;}
	.img-prod-details{max-width:100%; height: auto;}
	.img-logos-iso{max-width: 80%; height: auto;}
	.text-right{ text-align: left !important;}
	.nino-btn-content {width:80%; margin-top:20px;}
	.position-text{border-top: 1px solid #e5e5e5;}
	#nav-products li{float: none; width:70%; margin:0px auto !important;}
		
	footer .nino-copyright {text-align: left; border-top: 1px solid #e5e5e5;}
	.ml-mobile{margin-left:45px !important;}
	
	.bar-logout-mobile{display: block; width: 100%; padding:3px 0 3px 11px; background: #f1f1f1}
	.h1black{font-size:3em; margin:0; text-align:center !important;}
	.ficha-tecnica{width:100%; float: none; text-align: left;}
	.nav_pag_sel{display: none !important;}
	
	/*logo iso 14001 topo página*/
	.section-logo-iso{padding:30px 0 !important;}
	.container-iso{width:80% !important;}
	.lefter{float: none;} .righter{float:none; padding-top:20px; text-align: center}
	.logo-iso-img{width: 200px;}
	.h4-iso{text-transform: none; padding-top: 15px; font-size: 1em;}
	.line-iso{width:15%; height:2px; background:#f36f21; margin:10px auto}
	.w50{width: 100% !important; text-align: center}
	.container-iso{width:80% !important;}
	.br1{border:none;}
	.mh250{min-height:0 !important;}
	
	/*area restrita*/
	.hidden-mobile{display: none;}
	/*welcome*/.ptb100-lr80{padding:100px 0px; width: 100%; margin:0;}
	.pdt15{padding-top:0px;}
	
	#man_lady li{font-size: 10px !important; width: 80px !important;}
	#man_lady a{padding:5px !important;}
	
	.logo-area-restrita img{width: 100px;}
	.wrapper-login {padding:20px 0 0 0 !important; margin:10px; }
	.bg-login {min-height:500px !important; padding-top:30%;}
	
	.no-visible-mobile{display: none !important;}
	
	.dropdown2 {width: 100%; padding: 0px 5px;}
	.dropdown2 .dropdown-list {top: 60px; left: 2px; right: 2px;}
		
	.dropdown2.on .dropdown-label:before {content: "x";}
	.dropdown2 .dropdown-label { padding: 0px 5px; margin: 8px 5px;}
	.btn-search{text-align: center !important; margin-left: 0 !important; padding-bottom: 10px; width: 100%;}
	.mh500{min-height: auto;}
	.f-right{float: none !important;}
	.watchvideo{position: inherit; padding:10px; text-align: center !important; margin:0 auto !important;}
	
	.dropdown1 {margin: 0px 10px; float: none;}	
	.dropdown1 [type="text"] {width: 100%;}
	.place-sizes{width: 100%;}
	.place-description{width: 100%}
	
	/*img logos financiadores*/.mobile-size{max-width:50%; height: auto; }
	.logos-financiadores-topo {bottom: 20%; text-align: center}

}
	