@font-face {
    font-family: louza;
    src: url(../fonts/MyHandsareHoldingYou.eot);
    src: url(../fonts/MyHandsareHoldingYou.otf);
    src: url(../fonts/MyHandsareHoldingYou.svg);
    src: url(../fonts/MyHandsareHoldingYou.ttf);
    src: url(../fonts/MyHandsareHoldingYou.woff);
}

/*
	General styles
*/

body {
	font-family: "Source Sans Pro", Arial, sans-serif;
	/* background-color: black; */
	background-color: #FFFFFF;
	font-size: 13px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, html {
	height: 100% !important;
	width: 100% !important;
}

#top-menu {
	background-color: #015701;
}

#top-menu #logoNS {
	width: 40px;
}

#top-menu .top-menu-bots-up-down {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}



#top-menu .top-menu-bots-up-down img {
	width: 15px;
	position: absolute;
	opacity: 0;
}

#top-menu .top-menu-bots-up-down img#btn-navbar-top-up {
	top: 40px;
}

h1 {
	font-weight: bold;
	font-size: 72px !important;
	color: #FFFFFF;
	margin: 0;
}
h2 {
	font-size: 20px;
}

iframe.iframe-video {
	max-width: 98%;
}

.carousel-caption h5 {
	font-size: 22px !important;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.1);
}

.carousel-caption p {
	font-size: 20px !important;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.1);
}

p.secSubTitle {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.ribbon {
	position: absolute;
	top: -6px;
	right: -7px;
	z-index: 1;
	overflow: hidden;
	width: 75px; 
	height: 75px;
	text-align: right;
  }

  #secBlackFriday .jumbotron-highligh-package .ribbon {
	top: -5px;
	right: 3px;
    width: 115px;
    height: 125px;
  }

  .ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	width: 100px;
	display: block;
	background: #79A70A;
	background: rgb(196, 59, 59);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: -21px;
  }

  #secBlackFriday .jumbotron-highligh-package .ribbon span {	  
    line-height: 25px;
    width: 145px;
    top: 30px;
    right: -23px;
  }
  
  .ribbon span::before {
	content: "";
	position: absolute; 
	top: 100%;
	z-index: -1;
	border-left: 3px solid  rgb(82, 66, 46);
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid  rgb(82, 66, 46);
	left: 0px;
  }
  
  .ribbon span::after {
	content: "";
	position: absolute;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid  rgb(82, 66, 46);
	border-bottom: 3px solid transparent;
	border-top: 3px solid  rgb(82, 66, 46);
	right: 0px;
  }

/*
	Containers
*/
.scrollContainer {
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%
}
.scrollContainer {
	height: 100%;
	margin: auto;
}

.horizontal.scrollContainer {
	overflow-y: hidden;
	overflow-x: scroll;
}

/* main */
section.demo * {
	font-size: 13px;
}
section.demo {
	font-size: 0;
	text-align: center;
	background-image: url("../img/example_bg_v.png");
}
section.demo.fullheight {
	min-height: 100%;
}
section.demo.doublewidth, .spacer.doublewidth {
	min-width: 200%;
}
.horizontal section.demo {
	text-align: inherit;
	white-space: nowrap;
	background-image: url("../img/example_bg_h.png");
}
.horizontal section.demo.fullwidth {
	min-width: 100%;
}

#parallaxContainer {
	width: 900px;
	height: 500px;
	top: 30px;
	position: relative;
}
#parallaxContainer .layer1 {
	height: 100%;
	text-align: center;
	background-image: url("../img/example_parallax_l1.gif");
}
#parallaxContainer .layer2 {
	background-image: url("../img/example_parallax_l2.png");
	position: absolute;
	height: 139px;
	width: 100%;
	bottom: 32px
}
#parallaxContainer .layer3 {
	background-image: url("../img/example_parallax_l3.gif");
	position: absolute;
	height: 32px;
	width: 100%;
	bottom: 0px;
}
#parallaxText {
	width: 0;
	height: 100%;
	margin: auto;
	position: relative;
}
#parallaxText .layer1, #parallaxText .layer2, #parallaxText .layer3 {
	position: absolute;
	font-size: 50px;
	line-height: 50px;
	margin-left: -150px;
	margin-top: -25px;
	width: 300px;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #133f71;
}
#parallaxText .layer1 {
	top: 48%;
}
#parallaxText .layer2 {
	top: 49%;
}
#parallaxText .layer3 a {
	display: block;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#parallax1 > div, #parallax2 > div, #parallax3 > div {
	-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;-webkit-perspective: 1000;
}

.panel h2 {
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
}

.content1 {
	/*background-image: url("../images/secbg1.jpg");*/
	background-image: url("../images/bgMenuNav.jpg");
}

.content1 div {
	font-size: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
    display: block;
    height: 0;
    overflow: visible;
    top: 50%;
	background-color: #009900 !important;
	vertical-align: middle;
}

.demo #sec1{
	background-color: #1a1a1a;
	color: #FFFFFF;
	height: 50%;
	padding-top: 100px;
}

.demo #sec1 p.sec-main-text {
	font-size: 80px;
}

.demo #sec1 p.sec-text {
	font-size: 30px;
}

.demo #sec1 .btn {
	font-size: 30px;
}

#secInit {
	background-image: url('../images/AberturaLogoNS.gif'); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
}

#secInit.secInitSmall {
	background-size: 20%;
	background-position: top center;
	background-position-y: 0 !important;
	background-attachment: fixed;
}

#secInit #scrollDownText {
	color: #218838;
	position: absolute; 
	bottom: 20px; 
	right: 50px;
	font-size: 22px;
	font-weight:bold;
}

#secInit .scrollDownImgContainer {
	color:#FFFFFF; position: absolute; bottom: 20px; right: 20px;
}

#secClassDesc {
	background-color: #FFFFFF;
	height: 120%;
	/* padding-top: 50px; */
}

#secClassDesc .square-one, #secClassDesc .square-two, #secClassDesc .square-three, #secClassDesc .square-four {
	width: 50%;
	height: 50%;
	float: left;
	color: #FFFFFF;
}

#secClassDesc .square-one, #secClassDesc .square-two {
	padding-top: 50px;
}

#secClassDesc .square-one h2, 
#secClassDesc .square-two h2, 
#secClassDesc .square-three h2, 
#secClassDesc .square-four h2 {
	font-size: 30px;
	margin-top: -20px;
}


#secClassDesc .square-one span, 
#secClassDesc .square-two span, 
#secClassDesc .square-three span, 
#secClassDesc .square-four span {
	font-size: 100px;
	font-weight: bold;
}

#secClassDesc .square-one p, 
#secClassDesc .square-two p, 
#secClassDesc .square-three p, 
#secClassDesc .square-four p {
	/* width: 60%; */
	font-size: 16px;
}

#secClassDesc .square-one p, 
#secClassDesc .square-three p ,
#secClassDesc .square-one h2, 
#secClassDesc .square-three h2 {
	padding-right: 30%;
}

#secClassDesc .square-two p, 
#secClassDesc .square-four p,
#secClassDesc .square-two h2, 
#secClassDesc .square-four h2 {
	padding-left: 30%;
}

/* #secClassDesc .square-one span {
	position: absolute;
	top: 36%;
} */

#secClassDesc .square-one{
	background-color:darkviolet;
	height: 55%;	
	text-align: left;
	padding-left: 40px;
	/* padding-top: 100px; */
}

#secClassDesc .square-two {
	background-color:gold; 
	height: 55%;
	text-align: right;
	padding-right: 40px;
}

#secClassDesc .square-three {
	background-color:chocolate; 
	height: 45%;
	text-align: left;
	padding-left: 40px;
}

#secClassDesc .square-four{
	background-color:darkblue;
	height: 45%;
	text-align: right;
	padding-right: 40px;
}

#secClassDesc .ball-main {
	border-radius: 50%;
	background-color: #FFFFFF; 
	/* width: 25%;
	height: 44%; */
	width: 400px;
	height: 400px;
  	text-align: center;
	position: absolute;
	top: 35%;
	left: 38%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#secClassDesc .ball-main-container {
	/* display: table-cell;
	vertical-align: middle;
  	text-align: center;
	position: relative; */
	display: flex;
  	align-items: center;
  	justify-content: center;
	width: 100%;
	height: 100%;
}

#secClassDesc .ball-main-text {
	/* display: inline-block;
	width: 100%;
	height: 100%; */
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #218838;
}

#secClassDiffs {
	padding: 70px 10%;
	background-color: #FFFFFF;
	/* height: 110%; */
}

#secClassDiffs h2 {
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
}

#secClassDiffs img.card-img-top {
	width: 40px;
	margin:10px 0;
}

#secClassDiffs .card .card-body .card-title {
	font-size: 25px;
}

#secClassDiffs .card .card-body .card-text {
	font-size: 14px;
}

#secClassDiffs .card.card-diff-main {
	display: block;
}

#secClassDiffs .card.card-diff-main-sm {
	display: none;
}

#secClassDiffs .card.card-diff-main p, #secClassDiffs .card.card-diff-main-sm p {
	font-size: 35px;
	font-weight: bold;
}

#secAboutUs {
	padding: 50px 0;
	background-image: url("../images/bgactivities_color_big.png") !important;
	background-size: 25%; 
	background-repeat: repeat;
}

#secAboutUs h2 {
	margin-bottom: 50px;
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
}

#secAboutUs .secAboutUsQuestion p {
	font-size: 30px;
	font-weight: bold;	
	padding: 50px 20%;	
	background-image: url('../images/interrogacoes.png');
	background-repeat: repeat;
}

#secAboutUs #carouselSectionAboutUs {
	margin-top: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 30px 0;
}

#secPillars {
	padding-top: 50px;
	padding-bottom: 100px;
	/* height: 100%; */
}

#secPillars h2 {
    font-size: 45px;
    font-weight: bold;
	color: #218838;
	margin-bottom: 100px;
	text-transform: uppercase;
}

#secPillars .secPillars-icons img {
	width: 100px;
}

#secPillars .secPillars-pillars {
	height: 350px;
}

#secPillars .secPillarsDescriptions p {
	font-size: 30px;
	font-weight: bold;
    color: #218838;
}

#secPillars .secPillars-box-row {
	padding: 150px 15%;
}

#secPillars .secPillars-box img {
	width: 150px;
}

#secPillars .secPillars-box p {
	font-size: 25px;
	font-weight: bold;
	color: #218838;
}

#secPillars .secPillars-box a {
	margin-top: 30px;
}

#secPillars .secPillars-box .badge img {
	width: 30px;
}

#secPillars .secPillars-box .badge {
	font-size: 20px;
	background-color: #c7c7c7;
	color: #4b4b4b;
}

#secPillars .secPillars-video-box {
	text-align: center;
}

#secPillars .secPillars-video-box p {
	display: block;
	font-size: 28px;
	color: #218838;
	font-weight: bold;
	margin-bottom: 50px;
}

#carouselSectionAboutUs .carousel-inner .carousel-item img {
	height: 300px;
}

#secYourFace {
	padding-top: 50px;
}

#secYourFace h2 {
	margin-bottom: 50px;
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
}

#secYourFace #carouselSectionYourFace {
	margin-top: 50px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 30px 0;
}

#carouselSectionYourFace .carousel-inner .carousel-item img {
	height: 300px;
}

#secBlackFriday {
	background-color: #2e2e2e;
	/* height: 170%; */
	padding: 50px 0;
}

#secBlackFriday h2 {
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

#secBlackFriday h3 {
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

#secBlackFriday .jumbotron-highligh-package h1 {
	color: #218838;
	margin: 0;
}

#secBlackFriday .jumbotron-highligh-package h1 .badge {
	position: relative;
    top: -40px;
    left: 10px;
}

#secBlackFriday .jumbotron-highligh-package .lead {
	color: #218838;
	font-size: 22px;
}

#secBlackFriday .card-deck > .card {
	margin-right: 5px;
    margin-left: 5px;
}

#secBlackFriday .card-deck .card .card-header {
	background-color: rgb(32, 223, 64);
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
}

#secBlackFriday .card-deck .card h5.card-title {
	font-size: 23px;
	font-weight: bold;
	color:  rgb(32, 223, 64);
}

p.card-description-percentage, 
p.card-description-discount,
p.card-description-old-price,
p.card-description-price
{
	margin-bottom: 0;
}

p.card-description-percentage span {
	font-size: 60px;
	font-weight: bold;
	color: #218838;
}

p.card-description-discount span {
	font-size: 35px;
	font-weight: bold;
	color: #218838;
}

p.card-description-old-price {
	text-decoration: line-through;
	color: #FF0000;
}

p.card-description-price {
	font-size: 13px;
	font-weight: bold;
}

#secBlackFriday .card-deck .card > .card-body {
	padding: 20px 0 0 0 !important;
}

#secFlexibility {
    padding: 50px 0;
}

#secFlexibility h2 {
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

#secFlexibility > .content > .col > .row {
	padding: 50px 15%;
}

#secFlexibility .secFlexibility-box img {
	width: 150px;
}

#secFlexibility .secFlexibility-box p {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
}

#secFlexibility .secFlexibility-box button {
	margin-top: 30px;
}



#secFlexibility .secFlexibility-box .badge img {
	width: 30px;
}

#secFlexibility .secFlexibility-box .badge {
	background-color: #FFFFFF;
	font-size: 20px;
	color: #218838;
}

#secFlexibility .secFlexibility-video-box {
	text-align: center;
}

#secFlexibility .secFlexibility-video-box p {
	display: block;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 50px;
}

#secFlexibility .secFlexibility-tabs .nav-tabs {
	width: 100%;
	border: 0;
}

#secFlexibility .secFlexibility-tabs h3.secFlexibility-tabs-title {
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

#secFlexibility .secFlexibility-tabs .nav-tabs a.nav-link {
	font-size: 30px;
	color: #FFFFFF;
	background-color: #218838;
	border-top: 1px solid #015701;
	border-left: 1px solid #015701;
	border-right: 1px solid #015701;
	margin-left: 3px;
}

#secFlexibility .secFlexibility-tabs .nav-tabs a.nav-link.active {
	color: #218838;
	background-color: #FFFFFF;
	border: 0;
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}

#secFlexibility .secFlexibility-tabs .nav-tabs .nav-link img {
	width: 30px;
}

#secFlexibility .secFlexibility-tabs .tab-content .tab-pane {
	padding: 50px;
	border-radius: 0 0 4px 4px;
}

#secFlexibility .secFlexibility-tabs .tab-content .tab-pane img {
	width: 70%;
}

#secFlexibility .secFlexibility-tabs .tab-content .tab-pane.active {
	background-color: #FFFFFF;
}

#secFlexibility .secFlexibility-tabs .tab-content .tab-pane .tab-pane-text-box {
	display: flex;
	height: 100%;
	margin: auto; 
}

#secFlexibility .secFlexibility-tabs .tab-content .tab-pane .tab-pane-text-box p {
	text-align: left;
	font-size: 25px;	
	margin: auto;
	color: #218838;
}






#secReports {
	padding: 50px 0;
}

#secReports h2 {
	font-size: 45px;
	font-weight: bold;
	color: #218838;
	text-transform: uppercase;
}

#secReports > .content > .col > .row {
	padding: 50px 15%;
}

#secReports .secReports-box img {
	width: 150px;
}

#secReports .secReports-box p {
	font-size: 25px;
	font-weight: bold;
	color: #218838;
}

#secReports .secReports-box button {
	margin-top: 30px;
}

#secReports .secReports-box .badge img {
	width: 30px;
}

#secReports .secReports-box .badge {
	font-size: 20px;
	background-color: #c7c7c7;
	color: #4b4b4b;
}

#secReports .secReports-tabs .nav-tabs {
	width: 100%;
	border: 0;
}

#secReports .secReports-tabs h3.secReports-tabs-title {
	font-size: 30px;
	color: #218838;
	margin-bottom: 30px;
}

#secReports .secReports-tabs .nav-tabs a.nav-link {
	font-size: 30px;
	color: #4b4b4b;
	background-color: #FFFFFF;
	border-top: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	margin-left: 3px;
}

#secReports .secReports-tabs .nav-tabs a.nav-link:hover {
	border-bottom: 1px solid #015701;
}

#secReports .secReports-tabs .nav-tabs a.nav-link.active {
	color: #FFFFFF;
	background-color: #218838;
	border: 0;
	border-top: 1px solid #015701;
	border-left: 1px solid #015701;
	border-right: 1px solid #015701;
}

#secReports .secReports-tabs .nav-tabs .nav-link img {
	width: 30px;
}

#secReports .secReports-tabs .tab-content .tab-pane {
	padding: 50px;
	border-radius: 0 0 4px 4px;
}

#secReports .secReports-tabs .tab-content .tab-pane.active {
	background-color: #218838;
}

#secReports .secReports-tabs .tab-content .tab-pane .tab-pane-text-box {
	display: flex;
	height: 100%;
	margin: auto; 
}

#secReports .secReports-tabs .tab-content .tab-pane .tab-pane-text-box p {
	text-align: left;
	font-size: 25px;	
	margin: auto;
	color: #FFFFFF;
}



#secDepoimentos {
	/* height: 250%; */
	background-color: #FFFFFF;
	padding-top: 50px;
}

#secDepoimentos h2 {
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
}

.depoimentos-list .depoimento-box {
	margin-top: 30px;
}

.depoimentos-list .depoimento-box h3 {
	font-size: 30px;
	color: #009900;
}

.depoimentos-list .depoimento-box p.depoimento-destaque {
	font-size: 25px;
	color: #009900;
	font-style: italic;
	font-weight: bold;
}

.depoimentos-list .depoimento-box .depoimento-texto {
	padding: 30px;
}

.depoimentos-list .depoimento-box .depoimento-texto p {
	font-size: 20px;
	text-align: left;
	display: inline;
	vertical-align: middle;
}

.depoimentos-list .depoimento-box .depoimento-texto:odd() {
	text-align: right;
}

.depoimentos-list .depoimento-box .depoimento-imagem {
	text-align: center;
}

.depoimentos-list .depoimento-box .depoimento-imagem img {
	width: 80%;
	padding: 30px 0;
}

#carouselSecDepoimentos {
	margin-top: 50px;
	background-color: #1a1a1a;	
}

#carouselSecDepoimentos h3 {
	font-size: 35px;
	color:#FFFFFF;
	padding: 10px 0;
}

#carouselSecDepoimentos .carousel-inner .carousel-item img {
	height: 300px;
}

.carousel-control-prev, .carousel-control-next {
	cursor: pointer;
}

.content2 {
	background-color: #009900;
}
.content3 {
	background-color: #a66f28;
}
.content4 {
	background-color: #953543;
}

.content5 {
	background-color: #FFFFFF;
}

.socialBox{
	min-width: 50px;
    height: 50px;
    /*margin: 25px auto 25px auto;*/
    background-color: #9c9c9c;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border: 0px solid white;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
}

/*
	Form
*/
form.move {
	text-align: left;
	position: fixed;
	top: 70px;
	left: 20px;
	display: block;
	background-color: #000000;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	padding: 5px;
	z-index: 20;
}
html.touch form.move {
	top: 120px;
}
form > div, form > fieldset > div {
	margin: 10px 0 10px 0;
	display: block;
}
form .slider {
	min-width: 199px;
	display: inline-block;
	position: relative;
	height: 9px;
	border-right: 1px solid #2e639e;
	border-left: 1px solid #2e639e;
	vertical-align: middle;
	margin-right: 5px;
}
form .slider .trackbar {
	margin-top: 4px;
	border-top: 1px solid #2e639e;
	height: 4px;
}
form .slider .handle {
	height: 14px;
	width: 6px;
	position: absolute;
	top: -4px;
	margin-left: -4px;
	left: 0%;
	background-color: white;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #2e639e;
}
form .slider .handle:hover, form .slider.dragging .handle {
	background-color: #79b0ee;
}
form .slider + input {
	background-color: transparent;
	border: none;
	padding: 0;
}
form #options label, form #actions label, form #tweenparams label {
	min-width: 90px;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
}
form #tweenparams label {
	min-width: 50px;
}
form #options button {
	width: 65px;
}
form fieldset {
	padding: 0 10px 0 10px;
	margin: 5px 0 0 0;
}
form fieldset:first-child {
	margin-top: -5px;
}
form fieldset legend {
	padding: 0 5px 0 5px;
	margin: 0;
}

.move {
	cursor: move;
}
.move * {
	cursor: auto;
}
.move label {
	cursor: default;
}

#logoMenu {
	/*position:relative;*/
	/*top:-50px;*/
	display: block;
    margin: auto;
	max-height: 100px;
	max-width: 110px;
}

.spacer.s1 {
	margin-bottom: 1px;
}

.panel {
	height: 100%;
	width: 100%;
}
.panel.green {
	margin-bottom: 400px
}
.parallaxParent {
	height: 100vh;
	overflow: hidden;
}
.parallaxParent > * {
	height: 200%;
	position: relative;
	top: -100%;
}

.painel .vertAlgn {
   height: 10em;
   position: relative;
}

.panel .vertAlgn iframe{
	margin: 0;
   position: absolute;               /* 2 */
   top: 50%;                         /* 3 */
   transform: translate(0, -50%);
}

#logoContent1{
	max-height: 80%;
	max-width: 80%;
	margin: 0;
   position: absolute;               /* 2 */
   top: 50%;                         /* 3 */
   transform: translate(0, -50%);
}

#logoContent2{
	max-height: 300px;
	max-width: 310px;
}

.ainside{
	margin-bottom: 5px;
}

form.blackboard{
	background-image: url("../images/bgMenuNav.png");
	border: 15px solid #8b541e;
}

form.blackboard p{
	font-family: louza;
	margin: 0;
    margin-top: 3px;
}

form.blackboard a, form.blackboard a:visited{
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}

form.blackboard p.active{
	background-image: url(../images/BackBotsNav.png) !important;
}

form.blackboard p.active a{
	color: #65f563;
}

/*
	OTHER
*/
.demo.responsiveDuration {
	position: relative;
}

.demo#section-slides, .demo#section-wipes {
	height: 100%;
	width: 100%;
	background-image: none;
}
.demo#section-slides .panel, .demo#section-wipes .panel {
	background-image: url("../img/example_bg_spacer_v.gif");
}
.demo#section-wipes #pinContainer .turqoise, .demo#section-wipes #pinContainer .green, .demo#section-slides #slideContainer .panel {
	background-image: url("../img/example_bg_spacer_h.gif");
}
.demo#section-slides .panel > b, .demo#section-wipes .panel > b {
	font-size: 15px;
	color: white;
	position: relative;
	display: block;
	height: 0;
	overflow: visible;
	top: 50%;
}

.bd-footer {
    font-size: 85%;
	background-color: #f7f7f7;
	color: #015701;
}

.bd-footer #logoNsFooter {
	width: 150px;
}

.bd-footer .bd-footer-logo {
	width: 80px;
}

.bd-footer p {
	text-align: left;
}

.bd-footer-links {
    padding-left: 0;
	margin-bottom: 1rem;
	text-align: left;
}

.bd-footer-links li {
	display: inline-block;
	margin-right: 20px;
}

.bd-footer-links li a {
	font-size: 20px;
}

.bd-footer-links li img {
	width: 40px;
	margin-right: 10px;
}

.bd-footer .footerLinksNavegacao {
	text-align: right;
}

.bd-footer p.bd-footer-thanks {
	font-size: 25px;
	font-weight: bold;
}

.bd-footer p.bd-footer-contactUsText {
	font-size: 18px;
}

.bd-footer .footerLinksNavegacao li {
	list-style-type: none;
	padding-right: 10px !important;
}

.bd-footer .footerLinksNavegacao li a, .bd-footer-links li a {
	color: #015701;
}