﻿
::root {
	--yellow: #FAEA25;
	--lime: #DADB32;
	--green-light: #9AC670;
	--green: #79C096;
	--green-dark: #56B2B8;
	--blue: #39A6DE;
	--blue-dark: #2071B7;
}


#rodape_links{
	color: #868686 !important;
}

#rodape_links a{
	color: #ffffff !important;
}

#rodape_links a:hover{
	color: whitesmoke !important;
}


#rodape_links a:focus{
	color: whitesmoke !important;
}


a[rodape-link] {
	color: #868686 !important;
}

a[rodape-link]:hover {
	color: whitesmoke !important;
}

a[rodape-link]:focus {
	color: whitesmoke !important;
}

#menu_topo a.nav-link {
	color: whitesmoke !important;
	font-size: .9rem;
	font-weight: 700;
}

	#menu_topo a.nav-link:hover {
		background-color: var(--blue)
	}

#menu_topo a.nav-link i{
	color: #014680 !important;
	font-size: 1.25rem;
}

#menu_topo a.nav-link:hover i{
	font-size: 1.25rem;
}



/* MENU TOPO ALTERNATIVO */

#menu_topo a.bs4-nav-link{
	color: whitesmoke !important;
	font-size:.9rem;
	font-weight:700;
}

	#menu_topo a.bs4-nav-link:hover {
		background-color: var(--blue)
	}

	#menu_topo a.bs4-nav-link i {
		color: #DADB32 !important;
		font-size: 1.25rem;
	}

#menu_topo a.bs4-nav-link:hover i{
	font-size: 1.25rem;
}



/* SEÇÂO DESTAQUE */

h5[destaque] {
	font-size: 1.1rem;
}

p[destaque]{
	margin-bottom: 0.3rem;
}

div.card-img-overlay[destaque]{
	padding-bottom: 1rem !important;
}

/*
---------22-02-2021 ------------*/

#rodape_links2 {
	color: #2071B7 !important;
}

	#rodape_links2 a {
		color: #262626 !important;
	}

		#rodape_links2 a:hover {
			color: #262626 !important;
		}


		#rodape_links2 a:focus {
			color: #262626 !important;
		}


a[rodape-link2] {
	color: #262626 !important;
}

	a[rodape-link2]:hover {
		color: #262626 !important;
	}

	a[rodape-link2]:focus {
		color: #262626 !important;
	}


#rodape {
	background-image: url(/images/predios3.png);
	background-position: bottom;
	background-repeat: repeat-x;
}