

html { 
  background: url(../images/fundo_2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	background-color: rgba(0,38,66,0.9);
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 400;
}
.overlay {
	background-color: rgba(0,38,66,0.9);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 2;
}	
/* NAVIGATION */

.navbar {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	background-color: rgba(0,38,66,0.6);
	z-index: 9999;
	 -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.navbar.navbar-color {
	background-color: rgba(0,38,66,1);
}
.navbar .logo {
    color: #9e9e9e;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 58px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 0 0px;
    position: relative;
    width: 133px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
        float: left;
}
.navbar .logo .go {
    bottom: 0;
    top: 0;
 
    left: 0;
    margin:13px 0 0 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.navbar .btn-plus, .navbar .btn-plus:hover {
    background: #1c1c1c;
    cursor: pointer;
    float: none;
    height: 15px;
    margin: 13px auto;
    padding: 0;
    width: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .btn-plus {
    display: none;
}
.pull-right {
	float:right;
}

.navig {
	position: relative;
    left: 0;
    display: block;
    margin: 0 10px 0 0;
        list-style: none;
}
.navig > li {
    display: block;
    float: left;
    text-align: center;
    margin-left:18px;
}
.navig > li > a {
    color: #9e9e9e;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 58px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-weight: 400;
}
.navig > li > a:hover {
    color: #ffffff;
 }
.navbar-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

/* CONTENT */

.section {
	min-height:100vh;
	position: relative;
}

.section .info_block {
	padding-top:150px;
	position: relative;
	
}

.section .info_block h4{
	color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size:14px;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 30px;
}

.section .info_block .title_line {
	background-color: #ff6b53;
    display: block;
    height: 1px;
    margin: 0 auto 12px auto;
    width: 60px;

}

.section .info_block p{
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 0 15px 0;
    padding: 0px;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    

}

.section .info_block .box {
		background-color: rgb(0,38,66);
		box-sizing: border-box;
		height: 300px;
		position: relative;
		-webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
.section .info_block .box:hover {
		background-color: #ff6b53;
		box-sizing: border-box;
		height: 300px;
		position: relative;
		cursor: pointer;
}
.section .info_block .box h2 {
		color: #ffffff;
		text-align: right;
		font-size: 20px;
		position:absolute;
		bottom:15px;
		right:15px;
		letter-spacing: 3px;
		
}

 #mappt, #mapes {
	height: 250px;
	 position: relative;
}
.section .info_block .box_map{
	min-height: 420px;
	background-color: rgba(0,38,66,0.5);
	position: relative;
	
}
.section .info_block .box_map p{
	font-size: 12px;
	line-height: 15px;
	margin:0 0 0px 0;
	position: relative;
	padding:20px 0;
}
.section .info_block .box_map p.address {
	text-align: right;
	margin:20px 0 0 0;
	padding:0 10px 0 0;
}
.section .info_block .box_map p.phone {
	text-align: left;
	margin:20px 0 0 0;
	padding:0;
}
.section .info_block .box_map p.email {
	text-align: left;
	margin:20px 0 20px 0;
	padding:0;
}
.section .info_block .box_map p.email a {
	text-decoration: none;
}
.country{
	width:100%;
	background-color: rgb(0,38,66);
	padding:0px 0;
	position: relative;
}
.section .info_block .listbroking, .section .info_block .datamana {
	padding:30px;
	background-color: rgb(0,38,66);
	position: relative;
	z-index: 2;
	margin:10px 10px 30px 10px;
}
.section .info_block .listbroking p, .section .info_block .datamana p {
	text-transform: none;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	/*font-family: 'Work Sans', sans-serif;*/
	font-weight: normal;
	letter-spacing: 1px;
}
.section .info_block .listbroking h2, .section .info_block .datamana h2 {
		color: #ffffff;
		font-size: 24px;
		letter-spacing: 3px;
		
}
#close1, #close2 {
	position: absolute;
	right:10px;
	top:10px;
	color:#ffffff;
	cursor: pointer;
}
.section .info_block .listbroking {
	display:none;
}

.section .info_block .datamana {
	display:none;
}

.client {
width:20%;
float:left;
	padding:1%;
	position: relative;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}




































