/* CSS Geral usado em todo o site */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap");
.text-primary {
  color: #0071ce !important;
}

.bg-primary {
  background-color: #0071ce !important;
}
.text-danger {
  color: #eb2939 !important;
}

article {
  font-size: 1.2rem;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}

.menu_sobretopo {
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
}

.menu_sobretopo a{
	color:#fff;
	text-shadow: 0px 0px 2px #000;
}

.menu_sobretopo li {
  list-style-type: none;
}


.bg-azulclaro {
    background-color: #1fb1e6;
}
.bg-azulmedio {
    background-color: #137eb0;
}

/*///////// TOPO /////////*/

.acessibilidade {
  font-size: 12px;
}
.acessibilidade .nav-link {
  padding: 0.4rem;
}
.topo {
  background-image: url("/images/bg_header.png");
  /*background-image: url("/images/bg_header_cirio.png");*/
  background-position: bottom;
  background-repeat: repeat-x;
}
.topo_mobile{
	border-bottom: 4px solid #0071ce;
}
.a_topo{
	/*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;*/
	background-color: #fff;
	display: inline-block;
	padding: 5px;
}
#navbar .nav-link{
	color:#fff;
	font-weight:500;
	transition: all 0.1s linear;
}
#navbar .nav-link:hover{
	background:#ffffff2b
}


.logo-nocontrast{ display: inherit}
.logo-contrast{ display:none}

/*.topo-body{
	min-height:170px
}
.topo-nav{padding:4px 0}
.navbar-expand-lg .navbar-nav .nav-item {
	border-right:1px solid #239b74;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem 0.9rem !important;
	font-size:0.9rem ;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	background-color: #23a279;
}
#navbar {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#redes_topo {
    display: flex;
    justify-content: space-between;
    width: 120px;
	font-size:20px;
	margin-top:8px
}*/
.form_busca_geral {
	background: transparent;
	border: none;
	width: 100%;
	max-width:300px;
	display: inline-block;
	position: relative;
	padding: 0;
}
.form_busca_geral input {
	width: 100%;	
	border: 1px solid #DDD;
	border-radius: 8px;
	padding: 0 50px 0 10px;
	height: 37px;
	display: block;
}
.form_busca_geral button.submit {
	position: absolute;
	right: 1px;
	top: 1px;
	height: calc(100% - 2px);
	width: 50px;
	background: #1e77f7;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	color: #fff;
	border: none;
}
.form_busca_geral button.submit:hover, .form_busca_geral button.submit:focus {
	background:#6c757d;
}

/*/////////// STICKY TOPO MOBILE //////////////*/

/*@media (max-width: 991px) {
	.sticky-top-mobile {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}	
	.sticky-top-mobile, .sticky-top-mobile div, .sticky-top-mobile a, .sticky-top-mobile img {
		transition: all 0.5s ease-in;
	}	
	.stuck  .sticky-top-mobile {
		background-color: #f8f9fa !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		position:fixed !important;	
		width:100%
	}
	.stuck  .sticky-top-mobile .shadow {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}
	.stuck  .sticky-top-mobile a {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.stuck  .sticky-top-mobile img {
		max-height: 40px !important;
	}
	.stuck #main {
		padding-top:65px !important;
	}
}*/

/*/////// RODAPÉ //////////*/
#rodape{
	background: #323d45 ;
	border-top: 3px #EB2939 solid;	
}
#rodape a:hover{text-decoration:underline}
.rodape-style {
    border-top: 2px solid #eeeeee45;
}

/*///////// FERRAMENTA DE BUSCA ////////////*/

.filtros_busca_input_group{
	position:relative;
	margin-bottom:10px
}

.filtros_busca_input {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 8px 8px 0 0;
	padding: 0 60px 0 10px;
	height: 42px;
	display: block;
	font-size: 1.2rem;
}

.filtros_busca_bt_search {
    position: absolute;
    height: calc( 100% - 2px );
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    right: 1px;
    top: 1px;
    width: 55px;
    background: #1e77f7;
    color: #fff;
    border-radius: 0 8px 0 0;
}
.campo_datas{display:none}
.btn_aplicar_filtro {
	display: inline-block;
	border-radius: 25px;
	border: 2px solid #444;
	text-transform: uppercase;
	padding: 10px 35px;
	font-size: 0.8rem;
	line-height: 0.8rem;
	font-weight: 700;
	color: #444;
	cursor:pointer
}
.btn_aplicar_filtro:hover {
	background: #444;
	color: #fff;
	text-decoration: none
}
/*////////////////////////////*/

.nav-pills .nav-link.active {
  background-color: #333333 !important;
}
.card-img-overlay {
  background: linear-gradient(to bottom, rgb(0, 113, 206), rgba(255, 0, 0, 0));
}
.social .fa-brands, .fa-regular {
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}
.social .fa-facebook-f {
  color: #3B5998;
}
.social .fa-twitter {
  color: #55ACEE;
}
.social .fa-whatsapp {
  color: #0fb420;
}
.social .fa-envelope {
  color: #eb2939;
}
.social .fa-brands:hover, .fa-regular:hover {
  opacity: 0.7;
}

