@font-face {
  font-family: "gandhi sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gandhi-sans.ttf), url(../fonts/gandhi-serif.eot);
}
@font-face {
  font-family: "gandhi sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gandhi-bold-sans.ttf), url(../fonts/gandhi-bold-sans.eot);
}
@font-face {
  font-family: "gandhi serif";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gandhi-serif.ttf), url(../fonts/gandhi-serif.eot);
}
@font-face {
  font-family: "gandhi serif";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/gandhi-bold-serif.ttf), url(../fonts/gandhi-bold-serif.eot);
}
body {
  font-size: 14px;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: "gandhi sans", helvetica, sans-serif;
}
.btn {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.container {
  max-width: 920px;
}

.navbar {
  background: #2F7790;
  padding: 0px 50px 0px 0px;
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  color: #fff;
  font-family: "gandhi serif", georgia, serif;
  font-weight: bold;
  font-size: 30px;
}

.navbar .navbar-brand:hover{
  color: #fff;
}
.navbar ul.nav {
  padding: 10px 0px 0px 0px;
}
.navbar ul.nav li a {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  margin: 0 1.5em;
}
.navbar ul.nav li a:hover, a:active, a:focus {
  color: #fff;
  text-decoration: underline;
}

.navbar ul.nav li button {
  margin: 0.7em 0 0 1em;
}

.navbar-header{
    background: #EEF3F9;
}

.jumbotron {
  background: url(../images/rareshar.jpg) no-repeat top center;
  background-size: auto; /*Css padrão*/
  -webkit-background-size: cover; /*Css safari e chrome*/
  -moz-background-size: cover; /*Css firefox*/
  -ms-background-size: cover; /*Css IE não use mer#^@%#*/
  -o-background-size: cover; /*Css Opera*/

  color: #fff;
  padding: 200px 0 150px 0;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);

}
.jumbotron h1 {
  font-family: "gandhi serif", georgia, serif;
  font-size: 3em;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}
.jumbotron h2 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 1.4em;
}
.jumbotron .btn {
  box-shadow: 1px 1px 3px #000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.3em 2.5em 0.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.jumbotron .btn .glyphicon {
  margin-left: 0.2em;
  position: relative;
  top: 3px;
}
.jumbotron .container {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
}

.sect-border {
  border-top: 1px dashed #d6d6d6;
  border-bottom: 1px dashed #f6f6f6;
  margin: 2em 8% 2.4em;
}
.subhead {
  color: #000;
  font-family: "gandhi serif", georgia, serif;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin: 0.3em 0;
}
.benefit {
  margin: 0.8em 0;
  text-align: center;
}
.benefit .benefit-ball {
  background: #428bca;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 3em;
}
.benefit .benefit-ball .glyphicon {
  font-size: 4em;
  position: relative;
  top: -3px;
  right: 1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.benefit h3 {
  color: #000;
  font-family: "gandhi serif", georgia, serif;
  font-size: 2em;
  font-weight: bold;
}
#slideshow {
  margin: 0.5em 0 1.5em;
}
#slideshow .carousel-inner img {
  background: #000;
  height: 500px;
  width: 100%;
}
footer {
  background: #2F7790;
  color: #fff;
  margin: 0;
  padding: 1.5em 0 0.8em;
}

@media screen and (max-width: 768px) {
  .navbar ul.nav li {
    text-align: center;
  }
  .navbar ul.nav li button {
    margin: 1em 0;
  }
  .jumbotron {
    font-size: 14px;
    padding: 6em 0 4em;
  }
  .benefit {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
  .jumbotron {
    font-size: 12px;
  }
  footer .pull-right {
    display: none;
  }

  .navbar .navbar-brand {
    font-size: 20px;
  }
  .navbar {
    background: #367fa9;
    padding: 0.3em 0;
  }
  
}

.form-box {
    width: 360px;
    margin: 10px auto 0 auto;
    box-shadow: black 0px 0px 15px;
    border-radius: 5px;
}

    .form-box .header {
        background: #2F7790;
        padding: 20px 10px;
        text-align: center;
        font-size: 26px;
        font-weight: 300;
        color: #fff;        
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*-moz-border-radius-bottomleft: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;*/
        /*border-radius: 5px;*/
    }

    .form-box .body,
    .form-box .footer {
        padding: 10px 20px;
        background: #fff;
        color: #444;
    }

        .form-box .body > .form-group,
        .form-box .footer > .form-group {
            margin-top: 20px;
        }

            .form-box .body > .form-group > input,
            .form-box .footer > .form-group > input {
                border: #fff;
            }

        .form-box .body > .btn,
        .form-box .footer > .btn {
            margin-bottom: 10px;
        }

    .form-box .footer {
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

@media (max-width: 767px) {
    .form-box {
        width: 90%;
    }
}

.bg-gray {
    background-color: #eaeaec !important;
}