/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/fundo-home.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #05548c;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.m-auto {
  margin: auto !important;
}
.navbar-light ul li{
  color: #05548c !important;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
w}

.dropdown:hover>.dropdown-menu{
	display: block;
}

.contato label{
  font-weight: bold;

}

.contato li{
  color: red;

}

.servicos {

}

.eventos .card .cad-title {
  font-size: 50px;
}

.servicos a {
  text-decoration: none;
  color: #05548c;
}


.servicos a:hover{
  text-decoration: underline;
  color: #0d6caf;
}

.menu-superior .cor-font:hover{
  color: #0d6caf;
}

.espaco{
	padding-top: 20px;
}

.cor-facaparte{
	color: #191970;
}

.cor-facaparte-letras{
	color: gray;
}

.cor-fundo{
	background-color: #D8D8D8;
}


.espacobtn{
	margin-left: 2%;
}

.linha-espaco{
	padding-top: 30px;
}

.linha-espaco-baixo{
	padding-bottom: 40px;
}

.linha-espaco-top{
	padding-top: 10px;
}

.rodape{
  width: 100%;
	padding: 28px 0px;
}

.bg-rodape{
  background-color: #f5f5f5f5;
}

.rodape a {
	color: #05548c;
}

.novo-container{
	background-color: #FAFAFA;
	
}

.cor-font{
	color: #05548c;
}

b{
	font-size: 14px;
}

.grow:hover{
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(1.1);
}