/* CSS Geral usado em todo o site */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap");

a{text-decoration:none}

.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;
}

.badge {
    border-radius: 2px 2px 10px 2px;
	font-size: 12px
}
.linha-colorida {
    background-image: url(/images/linhas.png);
    background-size: 190px;
    background-repeat: repeat-x;
    min-height: 5px;
}

.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;
}
.bg-amarelo {
    background-color: #FFC300;
}
.bg-laranja {
    background-color: #FD6501;
}
.text-laranja{
	color:#FD6501;
}

/*///////// TOPO /////////*/

.acessibilidade {
  font-size: 12px;
}
.acessibilidade .nav-link {
  padding: 0.4rem;
}

.logo_gea {
	width: auto;
	height: 75px
}

.text_logo {
	width: auto;
	height: 80px;
}
.topo_mobile .logo_gea {
	max-height: 44px;
	width: auto;
}
.topo_mobile .logo_agencia {
	width: auto;
	max-height: 44px;
}
.topo_mobile {
	border-bottom: #CADC4D 5px solid;
}

.bg-topo_menu {
	background-image: url(/images/setas.png);
	background-size: contain;
	background-color: #cadc4d;
}

#navbar .nav-link{
	color:#111;
	font-weight:700;
	transition: all 0.1s linear;
	font-size:14px;
}
#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: #128db4;
	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: #E76319 ;
}
#rodape a:hover{text-decoration:underline}

.rodape-style {
    border-top: 2px solid #eeeeee45;
}
#rodape .linha-colorida {
    min-height: 10px;
    background-size: contain;
}
.setas_verdes {
	background-image: url(/images/setas.png);
	background-size: contain;
	background-color: #cadc4d;
	height:50px
}
.icons-redes_rodape{
	width:45px;
	height:auto;
}

/*///////// 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));*/
  background:linear-gradient(180deg, rgba(1, 1, 1, 0) 30%, rgba(1, 1, 1, 0.9) 90%)
}
.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-share-nodes{
	color: #666;
}
.social .fa-square-x-twitter{
	color: #222;
}
.social .fa-envelope {
  color: #eb2939;
}
.social .fa-brands:hover, .fa-regular:hover {
  opacity: 0.7;
}

