@charset "iso-8859-1";
@import url('https://www.redbit.com.br/css/estilos_global.css');
@import url('https://www.redbit.com.br/css/icomoon.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,300,700');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #666;
	background-color: #fff;
}
p{
	font-family: 'Lato', sans-serif;
	font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Oswald','Open Sans', sans-serif;
}

h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
}
.icon{
	margin-right: 8px;
}
.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.fotorama{
	float: right;
	margin: 0px;
	border: 1px #d4d4d3 solid;
	background-color: #fff;
	width:100%;
	max-width: 600px;
}
.fotorama__nav, .fotorama__stage{
	width: 100% !important;
}
.line28{
	line-height: 28px
}

.telefones{
    color: #fff;
    text-align: right;
    display: block;
    width: 400px;
    float: right;
    line-height: 40px;
}
.telefones a{
	color:#fff;
}	
.fb-like{
	float:right;
}

#DivFotorama{
    clear: both;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: content-box;
    display: table;
    table-layout: fixed;
    position: relative;	
}


@media (max-width: 900px){
	.telefones{
		width:100%;
		line-height:50px;
		text-align:center
	}
	.fotorama, #DivFotorama{
		width:100%;
		float:none;
		max-width: 100%;
	}
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
	color: #fff;
}

.parallax input[type=text], .parallax input[type=text]:hover, .parallax input[type=email], .parallax input[type=email]:hover, .parallax input[type=url], .parallax input[type=url]:hover, .parallax input[type=password], .parallax input[type=password]:hover, .parallax textarea, .parallax textarea:hover {
	font-weight: 300;
	color: #fff;
}

.btn {
	border: 0;
	border-radius: 0;
}

.btn.btn-primary:hover {
	background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;	
	background: transparent;
}

a {
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none
}

section {
	padding: 20px 0;
}
#inicio,#services, #portfolio, #blog{
	padding-top:0px;
	min-height: 250px;
}
#inicio{
	display: table;
    margin: 0 auto;
}

.heading {
	padding-bottom:30px;
	margin-top: 30px;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #fff;
}

.preloader > i {
	position: absolute;
	font-size: 36px;
	line-height: 36px;
	top: 50%;
	left: 50%;
	height: 36px;
	width: 36px;
	margin-top: -15px;
	margin-left: -15px;
	display: inline-block;
}

.logo-150{
    float: left;
    max-width: 160px;
    max-height: 100px;
    height: 100px;
    border: 1px solid #d2d2d2;
    margin: 0 10px 10px 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    width: 160px;
}
.logo-150 img{
	max-width: 160px;
    max-height: 70px;
    height: auto;
    width: 100%;
}
/*************************
********Home CSS**********
**************************/
#home-slider {
	overflow: hidden;
	position: relative;
}

#home-slider .caption {
	position: absolute;
	top: 50%;
	margin-top: -104px;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 15;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	font-family: 'Oswald','Open Sans', sans-serif;

}

#home-slider .caption h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 30px;
}

.caption .btn-start {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding:14px 40px;
	border: 1px solid #6e6d6c;
	border-radius: 4px;
	margin-top: 40px;
}

.caption .btn-start:hover {
	color: #fff
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
	height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}

.left-control, .right-control {
	position: absolute;
	top: 50%;
	height: 51px;
	width: 51px;
	line-height: 48px;
	border-radius: 50%;
	border:1px solid #fff;	
	z-index: 20;
	font-size: 24px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.left-control {
	left: -51px
} 

.right-control {
	right: -51px;
}

.left-control:hover, 
.right-control:hover {
	color: #fff;
}

#home-slider:hover .left-control {
	left:30px
} 

#home-slider:hover .right-control {
	right:30px
}

#home-slider .fa-angle-down {
	position: absolute;
	left: 50%;
	bottom: 50px;
	color: #fff;
	display: inline-block;
	width: 24px;
	margin-left: -12px;
	font-size: 24px;
	line-height: 24px;
	z-index: 999;
	-webkit-animation: bounce 3000ms infinite;
	animation: bounce 3000ms infinite;
}

.navbar-right li a {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 30px;
}

.navbar-right li.active a {
	background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
	margin-top: 5px;
}

/*************************
********Service CSS*******
**************************/

.service-icon {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	height: 90px;
	line-height: 90px;
	width: 90px;	
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
	background-color: #333;
}

.our-services .col-sm-4 {
	border-right:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
	border-bottom:0;
	padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
	border-right:0;
}

.service-info h3 {
	margin-top: 35px;
}

/*************************
********About CSS*******
**************************/
#about-us {
	background-image: url("../imagens/slider/old/005.jpg");
	padding: 20px 0;
}

#about-us h2 {
	margin-top: 0;
	color: #fff;
}

#about-us .lead {
	font-size: 16px;
	margin-bottom: 10px;
}

#about-us h1 {
	margin-bottom: 30px;
}

.progress{
	height: 20px;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 25px;
}

.progress-bar{
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	padding-right: 12px;
	font-size: 12px;
	font-weight: 600;
}


.progress .progress-bar.six-sec-ease-in-out {
	-webkit-transition: width 2s ease-in-out;
	transition:	width 2s ease-in-out;
}

/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3	{
	overflow: hidden;
	padding: 0;
}

#portfolio .folio-item {
	position: relative;
}

#portfolio .overlay {
	background-color: rgba(0, 0, 0, 0.63);
	color: #fff; 
	left: 0;
	right:0;
	bottom:-100%;
	height: 0;
	position: absolute;
	text-align: center;
	opacity:0;	
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
	display: table;
	height: 100%;
	width: 100%;
}

.overlay .overlay-text {
	display: table-cell;
	vertical-align: middle;
}
.folio-item:hover .folio-image{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);	

}

.overlay .folio-info {
	opacity: 0;
	margin-bottom: 75px;
	margin-top: -75px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
	margin-top: 0;
	color: #fff;
}

.folio-overview a {
	font-size: 18px;
	color: #333;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	margin-top: 20px;
	margin-right: 5px;
}

.folio-overview a:hover {
	color: #fff;
}

.folio-overview .folio-expand {
	margin-top: -500px;
	margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	margin: 15px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);	
}
.folio-image:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);	
	
}
#portfolio .folio-item:hover .folio-image {
	-webkit-transform: scale(1.5) rotate(-15deg);
	transform: scale(1.5); /* /rotate(-15deg);*/
}

.folio-image img {
	width: 100%;
}

#portfolio .folio-item:hover .overlay {
	opacity: 0.8;
	bottom: 0;
	height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
	margin-top: 0;
	margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
	opacity: 1;	
	margin-bottom:0;
	margin-top:0;
}


#single-portfolio {
	padding: 90px 0;
	background: #f5f5f5;
	position: relative;
}

#single-portfolio img {
	width: 100%;
	margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
	position: absolute;
	top: 30px;
	font-size: 34px;
	width: 34px;
	height: 34px;
	left: 50%;
	color: #999;
	margin-left: -17px;
}

/*************************
*********Team CSS*********
**************************/
#team {
	padding-top: 0;
}

.team-members {
	margin-bottom: 25px;
}

.social-icons {
	margin-top:30px;
	text-align: center;
}

.social-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.social-icons ul li {
	float: left;
	margin-right: 8px;
}

.social-icons ul li:last-child {
	margin-right: 0;
}

.social-icons ul li a {
	color:#fff;
	background-color: #d9d9d9;
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: block;
	font-size: 16px;
	opacity: 0.8;
}

.social-icons ul li a:hover {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.team-member {
	text-align: center;
	color: #333;
	font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
	background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
	background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
	background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
	background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
	background-color: #ff6b00;
}

#team .img-responsive {
	width: 100%;
}

.member-info h3 {
	margin-top: 35px;
}

.member-info h4 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #999;
}


/*************************
*******Features CSS*******
**************************/
#features {
	text-align: center;
	background-image: url("../imagens/features-bg.jpg");
}

#features i {
	font-size: 48px;
}

#features h3 {
	margin-top: 15px;
	font-size: 30px;
	margin-bottom: 7px;
	color: #fff;
}

#features .slider-overlay {
	opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
	text-align: center;
}

.single-table {
	padding: 30px 20px 20px;
	border:1px solid #f2f2f2;
}

.single-table h3 {
	margin-top: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.price {
	font-size: 36px;
	line-height: 36px;
}

.price span {
	font-size: 14px;
	line-height: 14px;
}

.single-table ul {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.single-table ul li {
	line-height: 30px;
}

.single-table.featured {	
	color: #fff;
}

.single-table.featured h3 { 
	color: #fff;
}

.single-table.featured .btn.btn-primary {
	background-color: #fff;
}

/*************************
********Twitter CSS*******
**************************/
#twitter {
	background-image: url('../imagens/logos/twitter-bg.jpg');
}

#twitter > div {
	text-align: center;
	position: relative;
}

#twitter-carousel {
	position: relative;
	z-index: 15
}

.twitter-icon {
	position: relative;
	z-index: 15;
	color: #fff;
}

.twitter-icon .fa-twitter {
	font-size: 24px;
	height: 64px;
	width: 64px;
	line-height: 65px;
	border-radius: 50%; 
	position: relative;
}

.twitter-icon .fa-twitter:after {
	position: absolute;
	content: "";
	border-width: 8px;
	border-style: solid;
	left: 24px;
	bottom: -14px;
}

#twitter-carousel .item {
	padding: 0 55px;
}

#twitter-carousel .item a {
	color: #fff;
}

.twitter-icon h4 {
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #fff;
}

.twitter-left-control, 
.twitter-right-control {
	position: absolute;
	top: 50%;
	color: #fff;
	border: 1px solid #fafafa;
	height:34px;
	width: 34px;
	line-height: 31px;
	margin-top: -17px;
	font-size: 18px;
	border-radius: 50%;
	z-index: 15
}

.twitter-left-control {
	left: 80px;
} 

.twitter-right-control {
	right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
	color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
	position: relative;
}

.post-icon {
	position: absolute;
	top:10px;
	right:10px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius:4px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.post-meta {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

.post-meta span {
	margin-right: 16px;
}

#post-carousel .carousel-indicators {
	bottom: 3px;
	left: 90%;
}

.blog-left-control, .blog-right-control {
	position: absolute;
	top: 45%;
	width: 30px;
	text-align: center;
	color: rgba(255,255,255,.7);
	font-size: 36px;
}

.blog-left-control {
	left: 0;
}

.blog-right-control {
	right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
	color: #fff;	
}

.entry-header h3 a {
	line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
}

.entry-header .date:after {
	content: "";
	position: absolute;
	left: 0;
	bottom:-22px;
	width: 20px;
	height: 3px;
}

.entry-content {
	font-size: 14px;
}

.load-more {
	display:block;
	text-align: center;
	margin-top: 70px;
}

.btn-loadmore {
	border: 1px solid #f2f2f2;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 125px;
	text-transform: uppercase;
}

.btn-loadmore:hover {
	color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
	padding-top: 45px;
	padding-bottom: 0;
}

#google-map {
	height: 350px;
}

#contact-us {
	background-image:url("../imagens/contact-bg.jpg");
	padding-bottom: 90px; 
}

#contact-us .heading {
	padding-top: 95px;
}

.form-control {
	background-color: transparent;
	border-color: rgba(255,255,255,.1);
	height: 50px;
	border-radius: 0;
	box-shadow: none;
}

textarea.form-control {
	min-height: 180px;
	resize:none;
}

.form-group {
	margin-bottom: 30px;
}

.contact-info {
	padding-left:70px;
	font-weight: 300;
}

ul.address {
	margin-top: 30px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-info ul li {
	margin-bottom: 8px;
}

.contact-info ul li a {
	color: #fff;
}

.btn-submit {
	display: block;
	padding: 12px;
	width: 100%;
	color: #fff;
	border:0;
	margin-top: 40px;
}

#footer {
	color:#fff;
}

.footer-top {
	position: relative;
	padding:30px 0
}

#footer .footer-bottom {
	background-color: #fff;
	padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
	text-decoration: underline;
}

.footer-logo {
	display: inline-block;
	margin-bottom: 5px;
}

#footer .social-icons {
	margin-top: 15px;
}

#footer .social-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .social-icons ul li a {
	background-color: rgba(0,0,0,.2);
	border-radius: 4px;
	line-height: 33px;
}

#footer .social-icons ul li a:hover {
	color: #fff
}

#footer .social-icons ul li a.envelope:hover {
	background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
	background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
	background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
	background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
	background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
	background-color: #ff6b00;
}

/*Presets*/
/* ------- toTop ------- */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 50px;
	overflow: hidden;
	width: 42px;
	height: 42px;
	border: none;
	text-indent: 100%;
	background: url('../imagens/webparts/toTop/toTop.png') no-repeat left top;
}
#toTopHover {
	background: url('../imagens/webparts/toTop/toTop.png') no-repeat left -42px;
	width: 42px;
	height: 42px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}


/* ------- Menu ------- */

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/* ------- Publicações	------- */
#Publicacoes{
	margin: 20px;
}
#Publicacoes ul, #Publicacoes li{
	display:block;
	margin:0;
	padding:0;
}

#Publicacoes li{
	/*display:table-cell;*/
	/*height:157px;*/
	position:relative;
	min-height: 166px;
}
#Publicacoes p{
	margin:10px 0;
	}
#Publicacoes h3{
	color: #07539a;
	margin: 0;
}
#Publicacoes .pub_textos {
	display: table-cell;
	height: 130px;
	min-width: 230px;
}
#Publicacoes .pub_textos a {
	color:#07539a;
}
#Publicacoes .info{
	/*position:absolute;*/
	bottom:13px;
	font-size: 12px;
	display: inline-block;
	margin: 0;
}
#Publicacoes .info2{
	font-family: verdana !important;
	font-size:12px;
	padding: 3px 7px;
	border-radius: 3px;
	margin-right: 10px;	
	background-color: #FAFAFA;
	border: solid 1px #F1F1F1;
	cursor: help;
	height: 25px;
	display: inline-block;	
}
#Publicacoes .info2:hover .icon, .info2:hover{
	color: #fff !important;
	background-color: #07539a!important;
	border: 1px solid rgba(255, 255, 255, 0) !important;
}
#Publicacoes .pic {
	width: 100%;
	max-width: 250px;
	height:auto;
	max-height: 152px;
	overflow: hidden;
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.42)
}	

@media (max-width: 620px){
	#Publicacoes .pic {
		max-width: 100%;
		max-height: 100%;
	}
}

/*GROW*/
.grow img {
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.grow img:hover {
	width: 110%;
	height:auto;
	margin: -10px;
}
#Publicacoes img{
	/*width:200px; grow*/
}
#Publicacoes hr{
	margin:5px 0 15px 0;
}
#Publicacoes .icon-zoom-in:hover{
	color: #07539a;
	text-decoration: none;
	font-size: 15px;
}

#PublicacoesNav{
	display: table;
	margin: 0 auto;
}
#PublicacoesNav a{
	display: inline-block;
	height: auto;
	padding: 2px 2px 0px 7px;
	border: 1px solid #ccc;
	margin: 3px;
	background-color:#f5f5f5;
	
}
#PublicacoesNav a:hover{
	text-decoration:none;
	background-color:#e2e2e2;
}
#PublicacoesNav .icon{
	color:#102750
}
#PublicacoesNav .icon:hover{
	color:#d71e26;
}
#PublicacoesNav .pagina-x-de-x{
	display: inline-block;
	height: auto;
	padding: 2px 2px 0px 7px;
	border: 0px solid #ccc;
	margin: 3px;
	font-size: 12px;
}
#PublicacoesNav .totalpublicacoes{
	display: inline-block;
	height: auto;
	padding: 2px 2px 0px 7px;
	border: 1px solid #EFEFEF;
	margin: 3px;
	font-size: 12px;
}
/* ------- BUSCA ------- */
#busca_tabela {
	width: 90%;
	margin: 20px auto;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	font-family: Roboto;
}
span.busca_titulo {
	font-size: 14px;
	font-weight: bold;
	color: #a8040f;
}
span.busca_descricao {
	font-size: 14px;
	color: #333333;
}
span.busca_informacao {
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #999999;
}
span.busca_aviso {
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	font-size: 9pt;
	color: #CC0000;
}
a:active.busca_titulo {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #a8040f;
	font-family: Tahoma;
}
a:link.busca_titulo {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #a8040f;
}
a:visited.busca_titulo {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #a8040f;
}
a:hover.busca_titulo {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

/* ------- BUSCA MINI ------- */

#busca_form_mini2 {
	/*float:right;*/
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 2px;
	width:100%;
}
#busca_form_mini2 input[type=text] {
	width: 100%;
	float:left;
	height: 30px;
	margin:0 0 5px 0;
	border-color: #66afe9;
	border: 1px solid rgba(204, 204, 204, 0.15);
    outline: 0;
    border-radius: 0;
	background-color: transparent;
	color: #fff;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-sizing: border-box;
}
#busca_form_mini2 input[type=text]:focus{
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);   
    border-color: #66afe9; 
}
#busca_form_mini2 input[type=submit] {
	float:left;
	background-color: #195fa4;
	cursor: pointer;
	height: 22px;
	width: 34px;
	border: 0;
	margin: 4px 0px 0px -40px;
	font-family: Tahoma;
	font-size: 10px;
	color: #ADADAD;
	border-radius: 3px;
	background-image: url('../imagens/webparts/busca/lupa-busca.png');
	background-repeat: no-repeat;
	background-position: center center;
	
}
/*@media (max-width: 900px){
	#busca_form_mini2 {
		float:none;
		margin:5px auto;
		display:table;
	}	
}*/

#busca_form_mini {
	float:right;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 10px 0px;
}
#busca_form_mini input[type=text] {
	border-radius: 5px 0 0 5px;
	border: 1px solid #C0C0C0;
	background: #F4F4F4;
	height: 26px;
	margin:0 0 0 2px;
}
#busca_form_mini input[placeholder] {
	color: #333;
	font-style: normal;
	/*background-image: url('../imagens/webparts/busca/lupa.gif');
	background-repeat: no-repeat;
	background-position: right center;*/
	width: 250px;
}
#busca_form_mini input[type=submit] {
	background-color: #124284;
	cursor: pointer;
	height: 28px;
	width: 45px;
	border: 0;
	margin: 0 2px 0 -4px;
	font-family: Tahoma;
	font-size: 10px;
	color: #ADADAD;
	border-radius: 3px;
	background-image: url('../imagens/webparts/busca/lupa-busca.png');
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-flex: auto; /* Safari 6.1+ */
	-ms-flex: auto; /* IE 10 */ 
	-moz-flex: auto;
	-o-flex:auto;
	flex: auto;
	/*box-shadow: inset 1px 1px 0px 0px #ffffff;
	background-color: #DADADA;
	text-shadow: 1px 1px #FFF;*/
}
#busca_form_mini input[type=submit]:hover {
	color: #333;
	background-color:#666;
}

#busca_form_mini select{
	border: 0 !important;	/*Removes border*/
	color: #fff;
	height: 24px;
	min-width: 180px;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: oswald, roboto;
	margin: 2px;

	padding:0px 5px 0 10px;
	-webkit-appearance: none;	/*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: '';	/*Removes default arrow from firefox*/
	background: url('../imagens/icones/seta-select.png') no-repeat 163px center #124284;
	
	-webkit-flex: auto; /* Safari 6.1+ */
	-ms-flex: auto; /* IE 10 */ 
	-moz-flex: auto;
	-o-flex:auto;
	flex: auto;
	cursor: pointer;
	
}
#busca_form_mini select option{
	cursor: pointer;
	}

#busca_form_mini select > a:after {
	border-color: #FF0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#popup_modal{
	margin-top:125px !important;
}



/* ------- FORMULÁRIO DE CONTATO ------- */
.form_div {
	/*páginas de confirmação*/
	text-align: center;
}
#form-div {
	max-width: 500px;
	margin: 0 auto;
	background-color: #fcfcfc;
	border-radius: 20px;
	/*background:url('../imagens/webparts/forms/fundo_topo.gif') repeat-x center top;*/
	/*border-radius:4px;
	border: 1px solid #F7C1C7;
	background-color: rgb(254, 255, 230);
	background: linear-gradient(0deg, white 91%, rgb(250, 241, 220) 90%);*/
}
@media (max-width: 500px){
	#form-div {
		max-width: 100%;
	}
}
#form, #conversion-form {
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	color: #333;
	text-align: left;
	display: table;
}
#form hr, #conversion-form hr {
	width: 100%;
	margin: 0px;
	border-top: 1px solid #F7C1C7;
	border-bottom: 1px solid #fff;
}
#form .titulo, #conversion-form .titulo {
	font-weight: bold;
	color: #b64550;
	margin: 10px 10px;
	font-size: 16px;
}
#form .subtitulo, #conversion-form .subtitulo {
	color: #666;
	margin: 5px 10px;
	font-size: 1em;
	text-align: center;
	font-size: 12px;
}
#form .resumo, #conversion-form .resumo {
	color: #000;
}
#form label, #conversion-form label {
	font-weight: normal;
	margin: 5px 0px 5px 5px;
}
#form input, #conversion-form input {
	width: 83%;
	margin: 5px 10px 5px 15px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border: 1px solid #ccc;
	height: 17px;
	padding: 8px 8px 8px 40px;
}
#conversion-form input[type=radio] {
	width: auto;
	margin: 5px 10px 5px 15px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border: 1px solid #ccc;
	height: 17px;
	padding: 8px 8px 8px 40px;
}
#FormServicos {
	display: table;
	float: left;
	margin: 0 0 0 15px;
}
#FormServicos p {
	margin: 5px;
}
@media (max-width: 400px){
	#form input, #conversion-form input {
		max-width: 70%;
	}
}
#form input[type=text] {
}
#form input[type=submit], #conversion-form input[type=submit] {
	font: 18px/35px 'Roboto', sans-serif;
	color: #333;
	background-color: #ededed;
	width: auto;
	height: auto;
	border: 1px #b9b9b9 solid;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); /* display: inline-block; */;
	text-shadow: 1px 1px 0px #ffffff; /* box-shadow: 2px 2px 2px #AFAEAE; */;
	float: right;
	margin: 0px 20px 10px 15px;
}
#form input[type=submit]:hover, #conversion-form input[type=submit]:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
}
#form input[type=submit]:active, #conversion-form input[type=submit]:active {
	position: relative;
	top: 1px;
}
#form input[type=checkbox], #conversion-form input[type=checkbox] {
	background-color: #f0f0f0;
	width: auto;
	float: left;
	margin: 0px 10px 5px 20px;
}
#form input[type=submit]:disabled, #conversion-form input[type=submit]:disabled {
    color: #d2d2d2;
    cursor: no-drop;
}    
#form #nome, #form #username, #conversion-form #nome, #conversion-form #username {
	background-image: url('../imagens/webparts/forms/nome.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #email, #conversion-form #email, #form #email2, #conversion-form #email2 {
	background-image: url('../imagens/webparts/forms/email.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #password, #conversion-form #password {
	background-image: url('../imagens/webparts/forms/senha.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #cidade, #conversion-form #cidade {
	background-image: url('../imagens/webparts/forms/cidade.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
	max-width: 63%;
}
@media (max-width: 400px){
	#form #cidade, #form textarea, #conversion-form #cidade, #conversion-form textarea {
		max-width: 70%;
	}
}
#form #mensagem, #conversion-form #mensagem {
	background-image: url('../imagens/webparts/forms/mensagem.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 200px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #telefone, #conversion-form #telefone {
	background-image: url('../imagens/webparts/forms/telefone.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #empresa, #conversion-form #empresa {
	background-image: url('../imagens/webparts/forms/empresa.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #cnpj, #conversion-form #cnpj {
	background-image: url('../imagens/webparts/forms/cnpj.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form #arquivo, #conversion-form #arquivo {
	background-image: url('../imagens/webparts/forms/arquivo.png'), url('../imagens/webparts/forms/fundo_input.gif');
	background-size: 15px 15px, 35px 50px;
	background-position: 10px 10px, 0 0;
	background-repeat: no-repeat, no-repeat;
}
#form .desativado, #conversion-form .desativado {
	border-radius: 4px;
	border-right: #E5E5E5 1px solid;
	border-bottom: #E5E5E5 1px solid;
	border: 1px solid #E5E5E5;
	color: #808080;
	height: 25px;
}
#form textarea, #conversion-form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 83%;
	height: 115px;
	padding: 8px 8px 8px 40px;
	margin: 5px 10px 5px 15px;
}
#form select, #conversion-form select {
	border-radius: 5px;
	border-right: #ccc 0px solid;
	border-bottom: #ccc 0px solid;
	border: 1px solid #ccc;
	height: 30px;
	padding: 5px 8px;
	margin: 5px 10px 5px 15px;
	color: #333;
}
#form select option:disabled, #conversion-form select option:disabled {
	color: #666;
}
#contador-textarea {
	color: #cc0000;
	font-size: 9px;
	margin: 10px 30px;
}
#contador-textarea::before {
	content: "(";
}
#contador-textarea::after {
	content: ")";
}
#form input:disabled {
	color: #ababab !important;
	cursor: no-drop !important;
}
#progressBar {	
	width: 90%;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	margin: 5px 10px 5px 15px;
	padding: 1px;
	border-radius: 20px;
}
  #progressBar div {
	width: 0;
	height: 15px;
	background-color: #9ae097;
	text-align: center;
	line-height: 16px;
	color: white;
	border-radius: 20px;  
}
#fileInput{
	display: flex;
	align-items: center;
	text-align: center;
	width: 93%;
}
#fileInput input{
	padding: 10px;
}
.cadastrar-form {
    width: 100%;
    align-content: space-around;
}
#politica {
    margin: 2px 10px 5px 20px !important;
}
.labelPolitica{
	cursor:pointer;
}
.labelEnviar{
	display:flex;
	width: 100%;
	justify-content: center;
}	
#enviarStatus{
	display:none;
	font-size: 25px;
}
.linkPolitica{
	color:#1140ab;
	font-weight:bold;
}
