@import url("https://use.typekit.net/ujd3tmf.css");
body{
	font-family: "museo";
	color: #69729F;
}
a{
  transition: color 0.1s;
  color: #FF7800;
}
a:hover{
	text-decoration: none;
}
/* h1{
  text-transform: uppercase;
} */
h1, h2, h3, h4, h5, h6{
  color: #69729F;
}
b,strong{
  color: #69729F;
}
.form-control{
    border-width: 1px 1px 1px 1px;
    border-radius: 25px 25px 25px 25px;
    height: 33px;
    line-height: 30px;
    font-size: 14px;
}
.form-group{
	margin-bottom: 10px;
}
.mini{
  max-width: 700px;
}
.btn{
  border-radius: 30px;
  padding: .375rem 1.5rem;
}
.btn-primary{
  background-color: #FF7800;
  border-color: #FF7800;
}
.btn-primary:hover{
  background-color: #69729F;
  border-color: #69729F;
}
.btn-secondary{
	background-color: #4D4F60;
}
.divider{
  height: 50px;
  position: relative;
  margin: 20px 0;
}
.divider:after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #69729F;
}
.divider:before{
  content: "";
  display: block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  background-image: url(../img/divider.png);
  margin: 0 auto;
  background-size: cover;
  z-index: 2;
  position: relative;
}
.page-title{
	font-size: 25px;
	font-weight: 400;
}
.laranja{
	color: #FF7800;
}
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#header{
  padding: 20px 0;
  box-shadow: 1px 1px 3px 0px #ccc;
  background: #4D4F60;
}
#header a{
  color: #fff;
}
#header a:hover, #header .active a{
  color: #FF7800;
}
.img-logo{
  max-height: 60px;
}
/*--------------------------------------------------------------
# FIM HEADER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 800;
    overflow-y: auto;
    left: -100%;
    width: 100%;
    padding: 100px 0 30px 0;
    background: #4D4F60;
    transition: 0.4s;
    text-align: center;
    font-size: 1.5em;
    margin: 0;
}
.mobile-nav>ul{
    margin: 0 auto;
}

#header ul.mobile-nav .nav-item{
  display: block;
  padding: 0 20px;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: relative;
  right: 0;
  top: 8px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  float: right;
  display: none;
}
.mobile-nav-active .mobile-nav-toggle{
  position: fixed;
}
.mobile-nav-active .mobile-nav-toggle i{
  margin: 18px 18px 0 0;
}
.mobile-nav-toggle i {
  margin: 0;
  color: #fff;
  padding: 9.6px 14.3px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-active{
    overflow: auto;
}
.mobile-nav-active .mobile-nav-toggle{
    position: relative;
}
.mobile-nav-active .mobile-nav-toggle i{
    margin: 0;
}
.mobile-nav-overly{
    background: transparent;
    display: none !important;
}
@media(max-width: 768px){
  .mobile-nav-toggle{
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# FIM NAVIGARION
--------------------------------------------------------------*/

/*MAIN CONTENT*/

@media (min-width: 768px){
	main{
		min-height: 500px;
	}
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex:none !important;
  }
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex:none !important;
  }
}
/*FIM MAINDA CONTENT*/

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
#footer{
  background-color: #4D4F60;
  padding: 50px 0;
  color: #fff;
}
#footer a{
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
}
#footer a:hover, #footer .active a{
  color: #FF7800;
}
#footer a i{
	font-size: 21px;
}
/*--------------------------------------------------------------
# FIM FOOTER
--------------------------------------------------------------*/
