/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');


body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#flags a {
	color: #2c4147;
	font-weight: bold;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

address {
	margin-left: 0;
	padding: 0;
}

.esconder {
	display: none;
}


/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
	display:block;
    position:relative;
    z-index:120;
}

/*.section-heading h2 {
	font-size: 40px;
}*/

.section-heading i {
	margin-bottom: 20px;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}

/* ============================
--- Menu
============================= */

@font-face {
		font-weight: normal;
		font-style: normal;
		font-family: 'ecoicons';
		src: url("../fonts/ecoicons/ecoicons.eot");
		src: url("../fonts/ecoicons/ecoicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons/ecoicons.woff") format("woff"), url("../fonts/ecoicons/ecoicons.ttf") format("truetype"), url("../fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}

.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;
		background: #fff;
		color: #eb5d1e;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		line-height: 60px;
		z-index:150;
}

.gn-menu-main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		font-size: 13px;
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: #eb5d1e;
		text-decoration: none;
		cursor: pointer;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
		background: #eb5d1e;
		color: white;
}

.gn-menu-main > li {
		display: block;
		float: left;
		height: 100%;
		border-right: 1px solid #c6d0da;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main > li:last-child {
		float: right;
		border-right: none;
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position: fixed;
		top: 60px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 60px;
		border-top: 1px solid #c6d0da;
		background: white;
		-webkit-transform: translateX(-60px);
		-moz-transform: translateX(-60px);
		transform: translateX(-60px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 370px;
		height: 100%;
}

.gn-menu {
		border-bottom: 1px solid #c6d0da;
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #c6d0da
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-submenu li a {
		color: #c1c9d1
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: #eb5d1e;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #eb5d1e
}

.gn-search:-moz-placeholder {
		color: #eb5d1e
}

.gn-search::-moz-placeholder {
		color: #eb5d1e
}

.gn-search:-ms-input-placeholder {
		color: #eb5d1e
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-menu-main a.gn-icon-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
}

.gn-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'ecoicons';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
		content: "\e000"
}

.gn-icon-earth::before {
		content: "\e004"
}

.gn-icon-cog::before {
		content: "\e006"
}

.gn-icon-search::before {
		content: "\e005"
}

.gn-icon-download::before {
		content: "\e007"
}

.gn-icon-photoshop::before {
		content: "\e001"
}

.gn-icon-illustrator::before {
		content: "\e002"
}

.gn-icon-archive::before {
		content: "\e00d"
}

.gn-icon-article::before {
		content: "\e003"
}

.gn-icon-pictures::before {
		content: "\e008"
}

.gn-icon-videos::before {
		content: "\e009"
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}

.gn-icon-menu::before {
		margin-left: -15px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		background: #eb5d1e;
		box-shadow: 0 3px white, 0 -6px #eb5d1e, 0 -9px white, 0 -12px #eb5d1e;
		content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #eb5d1e, 0 -6px white, 0 -9px #eb5d1e, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
		background: #eb5d1e;
		box-shadow: 0 3px white, 0 -6px #eb5d1e, 0 -9px white, 0 -12px #eb5d1e;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 340px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}

#flags {
	/*margin-bottom: 20px;*/
	position: fixed;
	right: 25px;
	text-align: center;
	top: 0;
	z-index: 999;
}

#flags a {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	margin: 0 5px;
	width: 30px;
}

#flags a:hover {
	background-color: #fff;
}

@media (max-width: 990px) and (min-width: 768px) {
	#flags a {
		font-size: 0.9em;
	}
}

/* #flags .portugues {
	background: url(../img/brazil.png) no-repeat center;
}

#flags .english {
	background: url(../img/united-states.png) no-repeat center;
}

#flags .italiano {
	background: url(../img/italy.png) no-repeat center;
} */

@media screen and (min-width: 768px) {

	#flags {
		/*padding-top: 101px;*/
	}

}

@media screen and (min-width: 1024px) {

	#flags {
		/*margin: 0;
		padding: 0;*/
		/*position: fixed;
		right: 0;
		top: 0;
		z-index: 999;*/
	}

	/* #flags a {
		height: 100px;
		width: 50px;
	} */

	/* #flags .portugues {
		background-size: 38px;
	}

	#flags .english {
		background-size: 38px;
	}

	#flags .italiano {
		background-size: 38px;
	} */

}

/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
}

#intro{	
	background-image: url(../img/img-bg.jpg);
	background-size: cover;
}

.intro .slogan {
	padding:250px 0 60px;
	text-align: center;
}

.intro .slogan h1 {
	color: #fff;
	line-height: 1.1em;
	margin-bottom: 20px;
	 font-size: 40px;
}

.intro .slogan p {
	color: #eee;
	margin-bottom: 50px;
	font-size: 20px;
}


.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* slider */

.tp-caption.custom_large_white {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
}

.tp-caption a.btn {
	color: #fff;
}



/* ===========================
--- About
============================ */

.boxed-grey {
	background: #eee;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}

/* ===========================
--- Works
============================ */

.gallery-item > div {
	margin-bottom: 30px;
}

/* ===========================
--- Contact
============================ */

#contact-form {
	padding: 20px;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
	margin-top: 30px;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}

/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;
	
}

footer p {
	color: #f8f8f8;
}

footer a {
	color: #fefefe;
}

footer a:hover {
	color: #fff;
}

/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    /*font-family: Montserrat,sans-serif;*/
    /*font-weight: 400;*/
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#atuacao .btn {
	white-space: initial;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	
    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	
	/*.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}*/
	
	.intro .slogan {
		padding:100px 0 60px;
		
	}
	
}

@media (max-width:480px) {

	.intro .slogan {
		padding:170px 0 60px;
		
	}
	
}

/* slide */

#banner {
	display: none;
}

#slide li.banner01 {
	background: url(../img/banner01.jpg) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner02 {
	background: url(../img/banner02.jpg) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner07 {
	background: url(../img/banner-lapenda-04.jpg) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner1_empresarial {
	background: url(../img/recepcao.jpeg) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner-internacional {
	background: url(../img/banner-internacional.jpg) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner02 {
	background: url(../img/banner02.jpg) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner03 {
	background: url(../img/banner03.jpg) no-repeat center top;
	background-size: cover;
}

#slide li.banner04 {
	background: url(../img/banner04.jpg) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner05 {
	background: url(../img/banner05.jpg) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner06 {
	background: url(../img/banner06.png) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner-lapenda-01 {
	background: url(../img/banner-lapenda-01.png) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner-lapenda-02 {
	background: url(../img/banner-lapenda-02.png) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner-lapenda-03 {
	background: url(../img/banner-lapenda-03.png) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner-lapenda-04 {
	background: url(../img/banner-lapenda-04.png) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner-lapenda-05 {
	background: url(../img/banner-lapenda-05.png) no-repeat center bottom;
	background-size: cover;
}

#slide li.banner-lapenda-06 {
	background: url(../img/banner-lapenda-06.png) no-repeat center bottom;
	background-size: cover;
}

@media (min-width: 610px) {

	/* banner */

	#banner {
		display: block;
	}

	#banner,
	#slide {
		min-height: 200px;
		position: relative;
	}

	ul#slide {
		padding: 0;
	}

	#slide li {
		display: none;
		min-height: 200px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 1;
	}

	#slide li img {
		display: block;
		width: 100%;
	}

	#slide li a {
		display: block;
		height: 100%;
		width: 100%;
		z-index: 2;
	}

	.contadorBull {
		bottom: 10px;
		height: 20px;
		position: absolute;
		right: 100px;
		z-index: 3;
	}

	.contadorBull li {
		background: url(../img/icon-circle.png) no-repeat center;
		background-size: auto 20px;
		cursor: pointer;
		display: inline-block;
		height: 20px;
		margin: 0 5px;
		width: 20px;
	}

	.contadorBull li.on {
		background: url(../img/icon-bull.png) no-repeat center;
		background-size: auto 20px;
	}

	.banner {
		margin: 30px auto 60px auto;
		max-width: 728px;
	}

}

#atuacao {
	background-color: #2c4047;
}

#newsletter {
	background-color: #ccc;
}

#videos {
	background-color: #ccc;
}

/*@media (min-width: 768px) {*/

	#atuacao {
		/*background: url(../img/bg-atuacao.jpg) no-repeat center;*/
	}

	#atuacao h2,
	#newsletter h2,
	#videos h2 {
		color: #fff;
	}

	#atuacao .section-heading p,
	#newsletter .section-heading p,
	#videos .section-heading p {
		background-color: rgba(255, 255, 255, 0.7);
		padding: 15px;
	}

	#atuacao .bg,
	#newsletter .bg,
	#videos .bg {
		background-color: rgba(255, 255, 255, 0.7);
		padding: 15px;
	}

	#atuacao ul,
	#newsletter ul,
	#videos ul {
		color: #fff;
		margin-bottom: 0;
		padding: 0;
	}

	#atuacao ul li,
	#newsletter ul li,
	#videos ul li {
		list-style: none;
		padding: 0 !important;
	}

	#newsletter ul li a,
	#videos ul li a {
		color: #fff;
	}

	#atuacao ul li.atuacao {
		border-bottom: solid #2c4047 2px;
		cursor: pointer;
		text-transform: uppercase;
	}

	#newsletter ul li.newsletter,
	#videos ul li.videos {
		border-bottom: solid #ccc 2px;
		cursor: pointer;
		text-transform: uppercase;
	}

	#atuacao ul li div {
		border-bottom: solid #ccc 1px;
		padding: 10px;
		position: relative;
	}

	#newsletter ul li div,
	#videos ul li div {
		border-bottom: solid #2c4047 1px;
		padding: 10px;
		position: relative;
	}

	#atuacao ul li.atuacao:hover {
		border-bottom: solid #ccc 2px;
	}

	#newsletter ul li.newsletter:hover,
	#videos ul li.videos:hover {
		border-bottom: solid #2c4047 2px;
	}

	#atuacao ul li span {
		display: block;
		padding-right: 40px;
	}

	#newsletter ul li span,
	#videos ul li span {
		color: #2c4047;
		display: block;
		font-weight: bold;
		padding-right: 40px;
	}

	#atuacao ul li i.fa,
	#newsletter ul li i.fa,
	#videos ul li i.fa {
		position: absolute;
		right: 10px;
		top: 10px;
	}

	#atuacao .texto-atuacao,
	#newsletter .texto-atuacao,
	#videos .texto-atuacao {
		background-color: #253536;
		color: #fff;
		display: none;
		padding: 10px;
		text-align: left;
		-webkit-border-radius: 10px;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius: 10px;
		-moz-border-radius-topleft: 0;
		border-radius: 10px;
		border-top-left-radius: 0;
	}

/*}*/

#escritorio {
	background: url(../img/banner05.jpg) no-repeat center;
	color: #fff;
}


#escritorio .home-section {
	background-color: rgba(70, 87, 84, 0.7);
}

#escritorio .section-heading p {
	font-weight: 700;	
}

#escritorio .heading-about {
	/*background-color: rgba(70, 87, 84, 0.7);*/
	padding-bottom: 30px;
	padding-top: 30px;
}

#equipe {
	/*background: url(../img/bg-atuacao.jpg) no-repeat center;*/
}

#equipe h2 {
	color: #646566;
}

#equipe .section-heading p {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
}

#equipe .bg {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
}

#equipe ul {
	color: #646566;
	margin-bottom: 0;
	padding: 0;
}

#equipe ul li {
	border-bottom: solid #fff 2px;
	list-style: none;
}

#equipe ul li.equipe {
	cursor: pointer;
}

#equipe ul li div {
	border-bottom: solid #646566 1px;
	padding: 10px;
	position: relative;
}

#equipe ul li .nome-equipe {
	display: block;
	text-transform: uppercase;
	font-weight: 1000;
	padding-right: 40px;
}

#equipe ul li.equipe:hover {
	border-bottom: solid #646566 2px;
}

.formacao-curricular {
	background-color: #eee;
	padding-bottom: 10px;
	padding-top: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.negrito {
	border-bottom: solid #646566 3px;
}

#equipe ul li i {
	position: absolute;
	right: 10px;
	top: 10px;
}

#equipe .texto-atuacao {
	display: none;
	text-align: left;
}

#equipe .formacao-curricular {
	display: none;
	text-align: left;
}

.barra-menu {
	background-color: rgba(255, 255, 255, 0.4);
}

.font-menu {
	font-weight: bold;
	color: #2c4147;
}

.linha-vertical {
  height: 500px;/*Altura da linha*/
  border-left: 2px solid;/* Adiciona borda esquerda na div como ser fosse uma linha.*/
}

/* logo */

#logo-grande {
	display: inline-block;
	height: 100px;
	padding: 15px 0;
}

#logo-pequeno {
	display: inline-block;
	height: 73px;
	padding: 15px 0;
}

/* atuacao */

@media (max-width: 992px) {

	.home-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#atuacao h2,
	#equipe h2,
	#publicacao h2,
	#newsletter h2,
	#videos h2 {
		border: none;
		padding: 0;
	}

}

/* */

@media (min-width: 992px) {

	#atuacao h2,
	#equipe h2 {
		border-right: 4px solid #ccc;
		padding: 30% 0;
	}
	#publicacao h2 {
		border-right: 4px solid #ccc;
		padding: 30% 0;
	}

	#newsletter h2,
	#videos h2 {
		border-right: 4px solid #2c4047;
		padding: 30% 0;
	}

	.home-section {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.section-heading h2 {
		font-size: 30px;
	}

}

@media (min-width: 1124px) {

	.section-heading h2 {
		font-size: 40px;
	}

}

@media (min-width: 768px) and (max-width: 990px)  {

	.navbar-default .navbar-nav>li>a {
		font-size: 0.9em;
	}
				
}

@media (max-width: 768px)  {

	.navbar-default .navbar-nav>li>a {
		text-align: center;
	}

}

@media (max-width: 426px) {

	#logo-grande {
		height: 70px;
	}

	#flags {
		right: 10px;
	}

	#flags a {
		height: 70px;
		line-height: 70px;
	}

	.navbar-toggle {
		margin-right: 150px;
		margin-top: 18px;
	}

}

@media (max-width: 320px) {

	#flags {
		right: 0px;
	}

	#flags a {
		font-size: 0.7em;
	}

	.navbar-toggle {
		margin-right: 130px;
	}

}


#publicacao h2 {
	color: #646566;
}

#publicacao .section-heading p {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
}

#publicacao .bg {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
}

#publicacao ul {
	color: #646566;
	margin-bottom: 0;
	padding: 0;
}

#publicacao ul li {
	border-bottom: solid #fff 2px;
	list-style: none;
}

#publicacao ul li.equipe {
	cursor: pointer;
}

#publicacao ul li div {
	border-bottom: solid #646566 1px;
	padding: 10px;
	position: relative;
}

#publicacao ul li .nome-equipe {
	display: block;
	text-transform: uppercase;
	font-weight: 1000;
	padding-right: 40px;
}

#publicacao ul li.equipe:hover {
	border-bottom: solid #646566 2px;
}
#publicacao ul li i {
	position: absolute;
	right: 10px;
	top: 10px;
}

#publicacao .texto-atuacao {
	display: none;
	text-align: left;
}

#publicacao .formacao-curricular {
	display: none;
	text-align: left;
}

/* ini: Preloader */
body {
  overflow: hidden; 
}
 
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#2c4047; /* cor do background que vai ocupar o body */
    z-index:99999999999; /* z-index para jogar para frente e sobrepor tudo */
}
#preloader .inner {
    position: absolute;
    top: 50%; /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);  
}
.bolas > div {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
   
}
.bolas > div:nth-child(1) {
    animation-duration:0.75s ;
    animation-delay: 0;
}
.bolas > div:nth-child(2) {
    animation-duration: 0.75s ;
    animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
    animation-duration: 0.75s  ;
    animation-delay: 0.24s;
}
 
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; 
  } 
}
/* end: Preloader */