/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31 de mar de 2021, 16:48:30
    Author     : nosfcj
*/

::placeholder {
	color: #a9a9a9 !important;
	font-style: italic !important;
	font-family: "Heebo" !important;
}

:-ms-input-placeholder {
	color: #a9a9a9 !important;
	font-style: italic !important;
	font-family: "Heebo" !important;
}

::-ms-input-placeholder {
	color: #a9a9a9 !important;
	font-style: italic !important;
	font-family: "Heebo" !important;
}

.gradient-gov-header {
	height: 0.25rem;
	width: 100%;
	background-image: linear-gradient(to left, #fcce10, #54ad33, #fcce10);
}

#footer {
	background-color: #313131 !important;
	color: #fff !important;
	position: sticky;
	top: 100%;
	font-size: 0.8rem;
}

#footer .container {
	padding: 1.25rem 2rem; 
}

.footer-skin-dark .footer__wrapper #colophon {
	background-color: #fff !important;
}

.img-governo-acre {
	width: auto;
	height: 110px;
}

@media screen and (max-width: 765px) {
	.img-governo-acre {
		width: auto;
		height: 90px;
	}

	#footer .col-md-6{
		margin-bottom: 0.75rem;
	}
}

#footer p{
	margin: 5px 0;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}


#footer .sociais a {
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 29px;
	line-height: 28px !important;
	margin: 5px 10px 0 0;
	overflow: hidden;
	text-align: center !important;
	width: 29px;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
}

.sociais-page a {
	border: 1px solid #313131;
	border-radius: 50%;
	display: inline-block;
	height: 29px;
	line-height: 28px !important;
	margin: 5px 10px 0 0;
	overflow: hidden;
	text-align: center !important;
	width: 29px;
	font-size: 16px;
	font-size: 1rem;
	color: #313131;
	transition: none;
}

.sociais-page a:hover {
	border: 1px solid #023e88;
	color: #023e88;
}

.social-facebook:hover{
	border-color: #3b5998 !important;
	color: #3b5998 !important;
}

.social-twitter:hover{
	border-color: #00aced !important;
	color: #00aced !important;
}

.social-whatsapp:hover{
	border-color: #34af23 !important;
	color: #34af23 !important;
}

.social-instagram:hover{
	border-color: #8a3ab9 !important;
	color: #8a3ab9 !important;
}




.tc-header:not(.header-transparent) {
	box-shadow: 0 4px 6px rgb(102 102 102 / 20%) !important;
}

.tc-header.border-top {
	border-top-width: 0px !important;
	border-top-style: none !important;
}

.header-skin-light .header-search__container, .header-skin-light .mobile-nav__container, .header-skin-light .mobile-nav__nav, .header-skin-light .vertical-nav>li:not(:last-of-type) {
	border: none !important;
}

.header-skin-light .tc-header {
	border: none !important;
}

#header-search{
	width: 100%;
	padding: 3rem 15px;
	background-color:  #3a86c2 !important;
	background-image: url('assets/front/img/background_search.svg') !important;
	background-size: cover !important;
	margin: 0 !important;
	color: #fff !important;
}

#main-title {
	font-size: 3rem !important;
	line-height: 1.1 !important;
	color: #fff !important;
	text-align: center !important;
	margin: 0 0 15px 0 !important;
}

#search-title{
	font-size: 1.25rem !important;
	text-align: center !important;
	font-weight: 200 !important;
	margin-bottom: 3px !important;
}

@media screen and (max-width: 768px) {
	#main-title {
		font-size: 2.5rem !important;
	}

	#search-title{
		font-size: 0.8rem !important;
	}
}
