/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #0C3646;
  text-shadow: none; /* Prevent inheritance from `body` */
  font-family: 'Montserrat Alternates', sans-serif;

}

h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;  
}

h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; 
}



/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  
}

.ajuste{
  background-color: #A8A4A4;
  border-color: #A8A4A4;
}

.ajuste:hover{
  background-color: #335159;
  border-color: #335159;
  color: #8DA5A9;
}

.logo{
  max-width: 250px;
  max-height: 50px;

}

.ativo i{
  color: #fff;
  font-size: 20px;
}

.ativo i:hover{
  color: #99502F;
  font-size: 20px;

}
.fonte p{
  font-family: 'Montserrat', sans-serif;
  color: #DAD8D7;
  font-weight: 400;
}
/*.lead-22{
  text-align: justify;
}*/

.lead-23{
  padding-top: 20px;
}
.cover-container {
  max-width: 42em;
}

.text-bg-dark{
  background-color: #0C1734 !important;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  margin-top: 18px;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}



.logo-principal img{
  max-width: 300px;
}