/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}

.vert-text {
    display: table-cell;
    padding-top: 40px;
    text-align: center;
}
.vert-text2 {
    text-align: center;
}


/*
.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}
*/

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #1e6590;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  top: 0;
  width: 500px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.sidebar-nav li {
  float: left;
  line-height: 40px;
}

.sidebar-nav li a {
    border: medium none;
    color: #FFFFFF;
    display: block;
    outline: medium none;
    padding: 0 20px;
    text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  box-shadow: 0 1px 5px #616161;
  height: 40px;
  overflow: hidden;
  right: 250px;
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 50px 0;
}

/* Services */

.services {
  background: #205881;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/callout.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #0a5175;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

/*
footer {
  padding: 100px 0;
}
*/

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

@media (max-width: 768px) {
	
  .header {
	background: url(../img/bg.jpg) no-repeat center center scroll; 
  }

  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }

}


/*MAXIVALOR*/

#maxlogo {
    background: url(../img/maxilogo.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 94px;
    width: 104px;
    margin: 50px auto 0;
}

.vert-text h1 {
    color: #1C5079;
    font-family: times new roman;
    font-size: 50px;
    margin: 0;
    padding: 0;
}

.vert-text h3 {
    color: #1C5079;
    font-family: times new roman;
    margin-bottom: 30px;
    margin-top: 0;
}

.vert-text2 h1 {
    color: #1C5079;
    font-family: times new roman;
    font-size: 50px;
    margin: 0;
    padding: 0;
}

.vert-text2 h3 {
    color: #1C5079;
    font-family: times new roman;
    margin-bottom: 60px;
    margin-top: 0;
}


.btn.btn-default.btn-lg{
 	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

footer {
    background-color: #0A5175;
    color: #FFFFFF;
    padding: 40px 0;
}

#about {
    box-shadow: 0 -1px 5px #616161 inset;
}

#servicos {
    background-color: #205881;
}

.col-md-4.col-md-offset-4.text-center > h2 {
    color: #FFFFFF;
}

.servicos {
    color: #FFFFFF;
    font-size: 15px;
}

.clientes{
	color: #333333 !important;
}