/*-- Simple reset --*/
*{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
  font-family: 'Source Sans Pro', Arial, Georgia;
}
h1, h2, h3, h4, h5, h6, p{
  margin: 0px;
}
a, a:hover{
  text-decoration: none;
}
ul, li{
  list-style: none;
}

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

/*-- Loader --*/
.page-loader{
  display:block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}

.loader{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0, 0.08);
  border-right: 1px solid rgba(0,0,0, 0.08);
  border-bottom: 1px solid rgba(0,0,0, 0.08);
  border-left: 1px solid rgba(0,0,0, 0.5);

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;

  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-- Padrões --*/
.container-fluid{
  max-width: 1170px;
  margin: 0 auto;
}

.navbar-default {
  background: none;
  border: none;
  margin-top: 40px;
}

nav .logo {
  display: block;
  width: 314px;
  height: 107px;
  background: url('../images/logo.png') no-repeat center;
  text-indent: -9999999px;
}

nav .nav.navbar-nav {
  float: right;
  padding-top: 30px;
}

.navbar-default .navbar-nav li a {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding: 0px 12px 0px 12px;
  line-height: 15px;
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.navbar-default .navbar-nav li.spaceMenu{
  margin-left: 10px;
  margin-right: 10px;
  border: none;
}
.firstLinguage{ display:none}
.navbar-default .navbar-nav li.firstLinguage{
  border: none;
  display:none;
}
.navbar-default .navbar-nav li:last-child{  display:none !important;
}
.navbar-default .navbar-nav li a.btLanguage{
  font-size: 14px;
}

.navbar-nav li {
  padding-top: 5px;
  border-left: 1px solid rgba(255,255,255,0.40);
}

.navbar-nav>li:first-child {
  border: none;
}

.navbar-default .navbar-nav li a:hover {
  color: #ccc;
  opacity: 1;
}

.navbar-default .navbar-nav .active a, 
.navbar-default .navbar-nav .active a:focus, 
.navbar-default .navbar-nav .active a:hover {
  background: none;
  color: #fff;
  font-weight: 600;
}

.navbar-toggle {
    border: none;
    margin: 20px 15px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: rgba(255,255,255,0.8);
}

.navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    height: 3px;
    background: #ca2027;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

footer {
  width: 100%;
  padding-top: 35px;
  background: #af141a;
  text-align: center;
}

footer p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  font-style: italic;
  margin: 25px 0px;
}

footer .subFooter {
  width: 100%;
  height: 30px;
  background: #68090b;
}

footer .subFooter p {
  float: left;
  font-size: 14px;
  font-style: inherit;
  margin: 0px;
  line-height: 30px;
}

a.haus {
  font-size: 14px;   color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: right;
  line-height: 30px;
  margin-right: 5px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

a.haus:hover {
  color: #ccc
}

.socialsFooter {
  display: inline-block;
  width: 62px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.socialsFooter li:first-child {
  margin: 0px;
}

.socialsFooter li {
  float: left;
  margin-left: 17px;
}

.socialsFooter li a {
  display: block;
  width: 22px;
  height: 22px;
  opacity: 1;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.socialsFooter li a.facebook {
  background: url('../images/icon-facebook.png') no-repeat center;
}

.socialsFooter li a.twitter {
  background: url('../images/icon-twitter.png') no-repeat center;
}

.socialsFooter li a:hover {
  opacity: 0.8;
}

.m100, .m100.mm100{
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.m40{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}





/*-- Home --*/
#home header {
  width: 100%;
  height: 100%;
  background: url('../images/bg-top.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}

#home header .mensageHome {
  position: relative;
  top: 25%;
  text-align: center;
  box-sizing: border-box;
}

header .container-fluid {
  position: relative;
  height: 100%;
}

#home header .mensageHome h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

#home header .mensageHome a {
  display: block;
  width: 235px;
  height: 45px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 44px;
  background: #ca2027;
  border-radius: 7px;
  margin: 0 auto;
  margin-top: 50px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

#home header .mensageHome a:hover {
  background: #ab1d23;
}

.aboutHome, .servicesHome {
  padding-top: 100px;
  padding-bottom: 100px;
}

.aboutHome p {
  font-size: 22px;
  color: #404040;
  font-weight: 300;
  line-height: 28px;
}

.textBox {
  padding: 25px;
  background: #f5f3f3;
}

.textBox p {
  font-size: 32px!important;
  font-style: italic;
  line-height: 40px;
}

.textPromo {
  width: 100%;
  padding: 120px 0px;
  background: url('../images/bg-text-promo.jpg') no-repeat center;
  background-size: cover;
  text-align: center;
}

.textPromo h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}

.servicesHome h2 {
  font-size: 36px;
  color: #404040;
  font-weight: 600;
}

.servicesHome ul {
  list-style: none;
  margin: 30px 0px;
}

.servicesHome ul li {
  font-size: 22px;
  color: #404040;
  font-weight: 300;
}

.servicesHome ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #404040;
  display: inline-block;
  top: -4px;
  margin-right: 15px;
  position: relative;
}

.servicesHome a {
  display: block;
  width: 135px;
  height: 55px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 54px;
  text-align: center;
  background: #ca2027;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.servicesHome a:hover {
  background: #ab1d23;
}




/*-- Internas --*/
#interna header {
  width: 100%;
  height: 552px;
  background: url('../images/bg-top-interna.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}

#interna header .titPage {
  position: relative;
  top: 25%;
  text-align: center;
  box-sizing: border-box;
}

#interna header .titPage h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.sectionInterna{
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectionInterna h2{
  font-size: 48px;
  color: #404040;
  font-weight: 600;
  margin-bottom: 50px;
}

.sectionInterna h3 {
  font-size: 35px;
  color: #404040;
  font-weight: 600;
}

.sectionInterna p{
  font-size: 18px;
  color: #404040;
  font-weight: 300;
}

a.goToFC {
  display: block;
  width: 290px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  background: #ca2027;
  margin: 0 auto;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

a.goToFC:hover {
  background: #ab1d23;
}

ul.listaInterna {
  list-style: none;
  margin: 30px 0px;
}

ul.listaInterna li {
  font-size: 18px;
  color: #404040;
  font-weight: 300;
}

ul.listaInterna li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #404040;
  display: inline-block;
  top: -3px;
  margin-right: 15px;
  position: relative;
}

.iframeRent{
  width: 100%;
  min-height: 700px;
  border: none;
}

a.btManual, a.btLogin {
  display: inline-block;
  padding:12px 35px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  background: #ca2027;
  margin: 0 auto;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

a.btManual:hover, a.btLogin:hover {
  background: #ab1d23;
}

.iconLogin, .iconDownload{
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.iconLogin{
  background: url('../images/icon-login.png') no-repeat center;
}

.iconDownload{
  background: url('../images/icon-download.png') no-repeat center;
}

.sectionInterna.contact p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.contact form {
  margin-top: 60px;
  display: inline-block;
}

.contact form input {
  width: 80%;
  height: 35px;
  border: 1px solid #d9d9d9;
  padding: 0px 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  color: #9b9b9b;
}

.contact form textarea {
  width: 100%;
  max-width: 100%;
  min-height: 110px;
  max-height: 400px;
  border: 1px solid #d9d9d9;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  color: #9b9b9b;
}

.contact form input[type="submit"] {
  width: 110px;
  height: 40px;
  background: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-style: inherit;
  float: right;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.contact form input[type="submit"]:hover {
  background: #d9d9d9;
  color: #fff;
}

.contact address {
  margin-top: 60px;
}

.contact .infoContact li span {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  color: #af141a;
}

.contact .infoContact li {
  width: 100%;
  margin-bottom: 10px;
}

.contact .infoContact li p {
  font-style: inherit;
}

.contact .infoContact li a {
  font-size: 14px;
  color: #404040;
  font-weight: 400;
}

div#mapContact {
  width: 100%;
  height: 560px;
}




/*-- Queryes --*/

@media screen and (max-width: 767px) {
  .m100{
    margin: 0px!important;
  }

  .m100.mm100{
    margin-top: 50px!important;
    margin-bottom: 50px!important;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 20px;
    position: absolute;
    width: 100%;
    z-index: 9999999;
    background: rgba(255,255,255,0.8)
  }
  nav .nav.navbar-nav {
    float: left;
    width: 100%;
    padding: 15px 0px;
    margin: 0px;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 15px 10px;
    color: #404040;
  }

  .navbar-default .navbar-nav>li {
    border: none;
    padding: 0px!important;
    border-top: 1px solid #fff;
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #404040;
  }

  .navbar-default .navbar-nav>li:first-child {
    border: none;
  }

  .servicesHome .col-xs-12 {
    margin-bottom: 50px;
  }

  #home header .mensageHome h2, #interna header .titPage h2{
    font-size: 40px;
  }

  .sectionInterna h2 {
    font-size: 38px;
  }

  .sectionInterna h3, .servicesHome h2 {
    font-size: 30px;
  }

  a.goToFC {
    margin-top: 40px;
  }

  .textBox {
    margin-top: 40px;
  }

  .textBox p{
    font-size: 28px!important;
  }

  .contact form {
    margin-bottom:60px;
  }

  .contact form input {
    width: 100%;
  }

  footer p {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #home header .mensageHome {
    position: relative;
    top: 10%;
  }
}
.box_cor{
	background-color: #F9F9F9;
	padding: 15px;
	border-left: 3px solid #D6D6D6;
}
#top_bar i { color:#FFF; font-size:10px; margin-top:8px;}
#top_bar{ padding-top:4px; text-align:right; color:#FFF; font-size:14px;}
#top_bar a{
	color: #FFF;
	background: #C31D23;
	padding: 3px 10px;
	margin:5px;
	float:right;
}