@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900);

body {
font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #666;
	overflow-x: hidden;
    margin: 0;
    padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #0c4f7c;
}

a:hover {
	text-decoration: none;
	color: #999;
}


.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

p {
    line-height: 180%;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3 {
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0;
		padding: 0;
		font-weight: 600;
		color: #404040;
}

h1 {
	font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: -1.4px;
    text-transform: uppercase;
}

h2 {
	font-size: 30px;
	margin: 0 0 30px;
}

h3 {
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0 0 5px;
    color: #404040;
}


/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
		 -o-border-radius: 0px;
			border-radius: 0px;
}


/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
  border:4px solid #fff;  
    color: #fff;
     text-transform: uppercase;
     border-radius: 0px;
			display: inline-block;
		margin-top: 1em;
		padding: 0.8em 2em;
		line-height: 1.2em;
		letter-spacing: 1px;
		text-decoration: none;
		font-size: 1em;	
     background-color:transparent;  
}


.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
         background-color:#fff;  
       border:4px solid #fff;    
      color: #666;
}

.btn-form {
  border:4px solid #666;  
    color: #666;
     text-transform: uppercase;
     border-radius: 0px;
			display: inline-block;
		margin-top: 1em;
		padding: 0.8em 2em;
		line-height: 1.2em;
		letter-spacing: 1px;
		text-decoration: none;
		font-size: 1em;	
     background-color:#fff;  
}


.btn-form:hover,
.btn-form:focus,
.btn-form:active,
.btn-form.active {
	outline: inherit !important;
         background-color:#666;  
       border:4px solid #666;    
      color: #666;
}



/* ---------------------------------------------- /*
 *  Section Styles
/* ---------------------------------------------- */

.space {
	padding:50px 0 100px;
}

.gray {
	background: #F3F3F3;
}
.white {
    	background: #FFF;
}

.section-header {
	text-align: center;
	margin: 0 0 60px;
}

.line {
	background: rgba(135, 135, 135, 0.5);
	width: 100px;
	height: 1px;
	margin: 30px auto;
}


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

#footer {
	background: #404040;
	text-align: left;
	padding: 40px 0;
	color: #fff;
    margin: 0;
    margin-bottom: 0;
}
#footer a {
 color: #F3F3F3;
}
#footer a:hover {
 color: #fff;
}


/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: #0c4f7c;
    border: 4px solid #0c4f7c;  
    color: #0c4f7c;
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: #fff;
	color: #0c4f7c;
    border: 4px solid #fff; 
}

/*********************************************************************************/
/* Header INDEX                                                                      */
/*********************************************************************************/

	#header-wrapper
{
	background-size: cover;
    background-color: rgba(12, 79,124, 0.5);
    background-repeat: repeat;
    color: white;
}

#header
{
	ding: 20px 50px;
       position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    color: white;
}

	#banner-video-index
{
    color: white;
	padding: 20em 0em;
    text-transform: uppercase;
	text-align: center;
       height: 480px;
    overflow: hidden;
    position: relative;
}

#banner-video-index h1, .top_header_image h1
{
	color: #FFF;
}
#background-video{
position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;}

/*********************************************************************************/
/* Header Or PAGEs                                                       */
/*********************************************************************************/

/* Header page image */
.top_header_image {
    background-position: center center;
    background-size: cover;
    height: 180px;
    overflow: hidden;
    position: relative;
    color: white;
    text-align:center;
      text-transform: uppercase;
    padding: 15em 0em;
}




/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
{
   

	position: absolute;
	top: 0;
	left: 0;
	    padding: 10px 20px 0px;
	
	border-radius: 0px ;
}

#logo a
{
	text-decoration: none;
	color: #FFF;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
{
	position: absolute;
	top: 4em;
	right: 0;
}

#menu ul
{
	display: inline-block;
}

#menu li
{
	display: block;
	float: left;
	text-align: center;
}

#menu li a, #menu li span
{
	padding: 1em 1.5em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.90em;
	font-weight: 600;
	color: #FFF;
}

#menu li:hover a, #menu li.active a, #menu li.active span
{
	background: #53801b;
	border-radius: 0px;
}

.center {
text-align: center;
align-content: center;
}




.carousel .news a {
	color: #666;;
text-decoration: none;}

.carousel .news a:hover {
	color: #0c4f7c;
text-decoration:underline;}


.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
   color: #666;
    height: 250px;
}

.carousel a {color: #0c4f7c;}
.carousel-control:hover, .carousel-control:active, .carousel-control:focus {
background-color: #0c4f7c;
    border: 4px solid #0c4f7c;  
    color: #fff;
}
.carousel-control {
          background-image:none;
    background-image: none;
    background-image: none;
    background-image: none;
    
     background-repeat: none; 
    
	left: -12px;
 
    	background-color: transparent;
    border: 4px solid #0c4f7c;  
  
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #0c4f7c;
	font-size: 15px;
	line-height: 30px;
    border-radius: 0px;
    margin-top: 90px;
        text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
    
}
.carousel-control.right {
       background-image:none;
    background-image: none;
    background-image: none;
    background-image: none;
    
     background-repeat: none; 
	right: -12px;
}

.carousel-control.left {
       background-image:none;
    background-image: none;
    background-image: none;
    background-image: none;
    
    background-repeat: none; }
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: transparent;
    border: 4px solid #0c4f7c; 
}
.carousel-indicators .active {
background: #0c4f7c;
    border: 4px solid transparent; 
}



/* ==========================================================================
Box Destaque
========================================================================== */
.box-des {
  position: relative;
    padding: 25px 100px 100px;
    height: 400px;
    color: white;
    margin: 0;
}
.box-des h3 { color: white;
}
.box-des .feature-icon  { color: white;
    border: solid 2px #fff;
}

.box-des-areacliente {
   background-color: #0c4f7c;
}
.box-des-simulador {
   background-color: #53801b;
}


.feature-icon {
    color: #53801b;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 40px;
    width: 90px;
    height: 90px;
    border: solid 2px #53801b;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    line-height: 90px;
}


.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085a1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.form-group select {
    max-width: 235px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-color: transparent;
    border: none;
    border-bottom: 1px dotted;
    vertical-align: text-bottom;
    cursor: pointer;
}

#map-canvas {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* General styles for all menus */
.cbp-spmenu {
    padding-top: 30px;
	background: #fff;
	position: fixed;
}

.cbp-spmenu h3, .cbp-spmenu h3 a, .cbp-spmenu h3 a:hover {
	color: #fff;
	font-size: 26px;
	padding: 10px;
	margin: 0;
	font-weight: 300;
	background:#53801b;
    border-bottom: none;
}

.cbp-spmenu a {
	display: block;
	color: #666;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	color: #666;
    text-decoration: none;
    background: #eee;
}

.cbp-spmenu a:active {
	color: #53801b;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;

}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #eee;
	padding: 1em;
    background-color: #fff;
}


/* Vertical menu that slides from the left or right */



.cbp-spmenu-right {
	right: -240px;
}


.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}



/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */


@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

.navicon { position: relative; height: 26px; }
.nav_button { position: absolute;  top: 10; }
.nav_button { cursor: pointer; padding: 20px 20px 20px 0px;  }
.nav_button span, .nav_button span:before, .nav_button span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #fff; position: absolute; display: block; content: ''; }
.nav_button span:before { top: -10px; }
.nav_button span:after { bottom: -10px; }
.nav_button span, .nav_button span:before, .nav_button span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.nav_button.active span { background-color: transparent; }
.nav_button.active span:before, .nav_button.active span:after { top: 0; }
.nav_button.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.nav_button.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }

