html,
body {
    font-family: "Roboto",sans-serif;
    color: #444444;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto",sans-serif;
    font-weight: bold;
}
p {
    color: #444444;
    font-size: 16px;
}
a {
    color: #082F64;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #79A6CC;
}
a:focus {
    text-decoration: none;
}
.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 16px;
}
.btn .fa,
a.btn .fa {
    color: #fff;
    margin-right: 5px;
}
a.btn-cta-primary,
.btn-cta-primary {
    background: #082F64;
    border: 2px solid #082F64;
    color: #fff;
    text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
    background: #337ab7;
    border: 2px solid #337ab7;
    color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
    background: #fff;
    border: 2px solid #082F64;
    color: #082F64;
}
a.btn-cta-secondary .fa,
.btn-cta-secondary .fa {
    margin-left: 5px;
    color: #082F64;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
    background: #fff;
    border: 2px solid #337ab7;
    color: #337ab7;
}
a.btn-cta-secondary:hover .fa,
.btn-cta-secondary:hover .fa {
    color: #337ab7;
}

/* ======= Header ======= */
.header-fixed {
    padding: 15px 0;
    background: #fff;
    z-index: 888;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
}

.header {
    padding: 15px 0;
    /*height: 110px;*/
    background: #fff;
    z-index: 888;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.header.navbar-fixed-top {
    border: none;
}

.header.navbar-fixed-top .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
}

.header h1.logo {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    max-height: 50px;
}

.header h1.logo a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.header h1.logo a:hover {
    color: #082F64;
}

.header h1.logo .logo-title {
    vertical-align: middle;
    line-height: 1.6;
}

.header .main-nav .navbar-toggle {
    margin-right: 0;
    background: #337ab7;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.header .main-nav .navbar-toggle:focus {
    outline: none;
}
.header .main-nav .navbar-toggle:hover {
    background: #082F64;
}
.header .main-nav .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header .main-nav .nav .nav-item {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}
.header .main-nav .nav .nav-item .btn-link {
    background: none;
    color: #666666 !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .main-nav .nav .nav-item .btn-link:focus {
    outline: none;
}
.header .main-nav .nav .nav-item .btn-link:hover {
    color: #082F64 !important;
}
.header .main-nav .nav .nav-item.active a {
    color: #337ab7;
    background: none;
    font-weight: bold;
}
.header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    padding: 6px 12px;
    color: #fff;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
    background: #082F64;
}
.header .main-nav .nav .nav-item.nav-item-cta .btn-cta-primary:hover {
    background: #337ab7;
    border: 2px solid #337ab7;
    color: #fff;
}
.header .main-nav .nav .nav-item a {
    color: #666666;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.header .main-nav .nav .nav-item a:hover {
    color: #082F64;
    background: none;
}
.header .main-nav .nav .nav-item a:focus {
    outline: none;
    background: none;
}
.header .main-nav .nav .nav-item a:active {
    outline: none;
    background: none;
}
.header .main-nav .nav .nav-item.active {
    color: #082F64;
}
.header .main-nav .nav .nav-item.last {
    margin-right: 0;
}
.header .main-nav .nav .open > a {
    background: none;
}
.header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border-top: 3px solid #082F64;
    margin: 0;
    text-transform: none;
    min-width: 180px;
}
.header .main-nav .nav .dropdown-menu a {
	border-bottom: 1px dotted #f5f5f5;
	padding: 8px 20px;
	color: #444444;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.header .main-nav .nav .dropdown-menu a:hover {
	background: #fff;
	color: #082F64;
}
.header .main-nav .nav .dropdown-menu:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #082F64;
	position: absolute;
	right: 30px;
	top: -10px;
}

.has-bg-color .title{
  color :#FFF;
}

.has-bg-color .p{
  color :#FFF;
}


#quemsomos > div > div > div.col-sm-9.col-md-9 > p{
  color: #fff;
}


#hardware p {
  color: #FFF;
}

#software  p{
  color: #FFF;
}

.has-bg-color div{
  color: #FFF;
}

/* ======= Footer ======= */
.footer {
  background: #337AB7;
  color: #fff;
  padding: 15px 0;
}
.footer .footer-col.links .fa {
  margin-right: 5px;
}
.footer .footer-col.links li {
  margin-bottom: 10px;
}
.footer .footer-col.contact p {
  color: #FFF;
}
.footer .footer-col.contact .fa {
  margin-right: 10px;
  color: #FFF;
}
.footer .footer-col .title {
  color: #FFF;
  font-weight: normal;
  font-size: 18px;
}
.footer .footer-col p {
  color: #fff;
}
.footer .footer-col a {
  color: #FFF;
}
.footer .footer-col a:hover {
  color: #082F64;
}
.footer .bottom-bar {
  background: #444444;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 30px;
}
.footer .bottom-bar .copyright {
  line-height: 1.6;
}
.footer .bottom-bar .social {
  margin-bottom: 0;
  text-align: right;
}
.footer .bottom-bar .social li {
  margin-left: 10px;
  float: right;
  text-align: right;
}
.footer .bottom-bar .social li a .fa {
  color: #b3b3b3;
  font-size: 20px;
}
.footer .bottom-bar .social li a:hover .fa {
  color: #337AB7;
}


/* ======= FAQ Section ======= */
.faq {
  padding: 80px 0;
}
.faq.has-bg-color {
  background: #337AB7;
}
.faq .title {
  margin-bottom: 60px;
  font-size: 28px;
}
.faq .panel {
  background: ghostwhite;
}
.faq .panel .panel-heading {
  padding: 15px 30px;
}
.faq .panel .panel-body {
  padding: 30px;
  padding-top: 0;
  color: #666666;
}
.faq .panel .panel-title {
  font-weight: normal;
  color: #666666;
}
.faq .panel .panel-title .active {
  color: #408337;
}
.faq .panel .panel-title .panel-toggle .fa {
  margin-right: 10px;
  color: #337AB7;
}
.faq .more {
  margin-top: 60px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}


.slides li {
  display: inline;
  margin: 3px;
}


.slides li img {
  float: none !important;
  margin: -10px auto !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.logos{
  height: 100px;
  overflow: hidden;

}


.life-logo {
  width: 100px;
  float: right;
}

.logo-title{
  margin-left: 110px;
  margin-top: 0px;
  color: #082F64;
}

.features_teasers_wrapper{
  margin-top: 30px;
  margin-bottom: 10px;

}

#banner {
  height: 415px;
  background-image: url('../../images/background/startbg.jpg');
  background-position-x: -200px;
  background-position-y: -300px;
  background-repeat: no-repeat;
}

#bannerMonitriip {
  height: 415px;
  background-image: url('../../images/background/bannerMonitriip00.jpg');
  background-position-x: -200px;
  background-position-y: -300px;
  background-repeat: no-repeat;
}


.parallax-window-hardware {
  min-height: 500px;
  background: transparent;
}
.parallax-window-software {
  min-height: 500px;
  background: transparent;
}
.parallax-window-empresa {
  min-height: 500px;
  background: transparent;
}


.labelMARKER {
  padding: 3px 6px;
  background-color: white;
  font-size: 10px;
  color: white;
  border-radius: 5px;
  border: 1px solid white;
}
.car-online {
  background-color: green;
  border: 1px solid #006100;
}
.car-offline {
  background-color: red;
  border: 1px solid #006100;
}

/* Alterado estilo da infowindow */
.custom-infowindow{
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6) !important;
    border: 1px solid rgba(14, 24, 29, 0.4) !important;
    border-radius: 10px 10px 10px 10px !important;
    width: 370px !important;
    
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px 2px 0 0;
    top: 16px !important; // mover a infowindow 16px para baixo
} 





/* CONTACT */

.map {
  position: relative;
  height: 350px;
  margin-top: 20px;
}

.map iframe {
  width: 100%;
}

.vertical-stripe {
  display: inline-block;
  
  width: 50%;
  text-align: right;
}

.vertical-stripe i {
  margin-right: -13px;
  font-size: 24px;
  line-height: 350px;
  background: #FFF;
  margin-top: 30px;
}

.address h3 {
  font-weight: normal;
  line-height: 80px;
}

.address h3 i {
  padding-right: 10px;
  width: 38px;
  text-align: center;
  display: inline-block;
}

.address p {
  padding-left: 50px;
}

.address .social p {
  margin-left: -15px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 600px;
  padding: 15px;
}

/*Slide*/

.btn-saibamais{
  color: #FFF;
  border: 1px solid #FFF;
  text-align: center;
}

.btn-saibamais:hover{
  color: #FFF;
  border: 2px solid #FFF;
  text-align: center;
}

#frontslider{
  height: 400px;
  margin-top: 20px;
}
.carousel .item > img{
  /*float: left !important;*/
}
.carousel .item > h2{
  padding-top: 60px;
  font-size: 55px;
  color: #FFF;
}
.carousel-inner{
  margin: 50px;
}
.carousel-indicators li {
  background-color: #4094ED !important;
}

.carousel-indicators .active {
  background-color: #082f64 !important;
}


.red{
  color: #8e1414;
}

.blue{
  color: #15158a;
}

.green{
  color: #2a7b2a;
}

.black{
  color: black;
}

.cornsilk{
  color: cornsilk;
}

.sienna{
  color: sienna;
}