@charset "utf-8";

body {
    font: 400 15px Arial, sans-serif;
    line-height: 1.8;
    color: #818181;
}

.bg-white { background-color: #FFF; }

.topmargin    { margin-top: 30px; }
.bottommargin { margin-bottom: 30px; }
.bottommargin-sm { margin-bottom: 15px; }
.leftmargin-sm { margin-left: 15px; }

.table > tbody > tr > td {
  vertical-align: middle;
}

.panel-heading a {
  color: #d0a43c;
}
.panel-heading a:hover {
  text-decoration: none; 
}
.panel-heading a.active {
  text-decoration: none;
  color: #2C3E50; 
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	background-color: #F5F5F5;
	color: #333;
}

h2 {
	font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #2C3E50;
  font-weight: 600;
  margin-bottom: 30px;
	text-align: left;
}

h2 .glyphicon {
	color: #d0a43c;
}

h4 {
    font-size: 22px;
    line-height: 1.375em;
    color: #2C3E50;
    font-weight: 400;
    margin-bottom: 25px;
	margin-top: 10px;
	text-align: left;
}

h4 b {
  color: #d0a43c;
}

h5 {
    font-size: 18px;
    line-height: 1.375em;
    color: #2C3E50;
    font-weight: 500;
    margin-bottom: 25px;
	text-align: center;
}

.navbar {
    margin-bottom: 0;
    background-color: #2C3E50;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1.42857143 !important;
    letter-spacing: 2px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
    color: #ffffff !important;
    background-color: #2C3E50 !important;
}
.navbar-nav li a:hover {
    color: #d0a43c !important;
}
.navbar-nav li.active a {
    color: #ffffff !important;
    background-color: #d0a43c !important;
}
.navbar-nav li.active li a {
    color: #ffffff !important;
    background-color: #2C3E50 !important;
}
.navbar-nav li.active li a:hover {
    color: #d0a43c !important;
}
.navbar-nav li.active li.active a {
    color: #ffffff !important;
    background-color: #d0a43c !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #ffffff !important;
}
.navbar-brand:hover {
  color: #d0a43c !important;
}
.dropdown-menu {
  background-color: #2C3E50 !important;
}

.jumbotron {
    background-color: #dedede;
    color: #00407c;
    padding: 100px 25px 70px 25px;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}
.jumbotron h1 {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 42px;
    text-transform: uppercase;
    color: #00407c;
    font-weight: 600;
    margin: 30px;
}
.jumbotron h2 {
    font-family: Montserrat, Helvetica, Arial, sans-serif;	
    font-size: 30px;
    text-transform: uppercase;
    color: #c09a3f;
    font-weight: 600;
    margin: 30px;
}

.secao {
    padding: 60px 20px;
}

.logo {
    color: #d0a43c;
    font-size: 200px;
    margin-top: 20px;
    margin-left: 50px;
}

footer {
	background-color: #2C3E50;  
}
footer a {
  color: #dddddd;
  font-size: 12px;
}
footer a:hover {
  color: #d0a43c;
  text-decoration: none;
}
footer .glyphicon {
    font-size: 20px;
    margin: 10px;
    color: #d0a43c;
}

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@media screen and (max-width: 768px) {
  .col-sm-3 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
      width: 100%;
      margin-bottom: 35px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
      font-size: 150px;
  }
}