/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* GENERAL TAGS */
html {
  position: relative;
  min-height: 100%;
}
body {
    /*overflow-x: hidden;*/
	margin-bottom: 60px;
}
p {
    font-size: 20px;
}
p.small {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

/* HR */
hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}
hr.star-light:after,
hr.star-primary:after {
    content: "\f0c9";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}
hr.star-light {
    border-color: #fff;
}
hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}
hr.star-primary {
    border-color: #2c3e50;
}
hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}
.img-centered {
    margin: 0 auto;
}

/* HEADER */
header {
    text-align: center;
    color: #2c3e50;
    /* background: #18bc9c; */
}
header.subpage {
	background: #18bc9c;
}
header .container-fluid {
    padding-top: 10px;
    padding-bottom: 45px;
}

header .header-subpage {
    padding-top: 30px;
    padding-bottom: 15px;
}
header img {
    display: block;
    margin: 0 auto;
}
header .intro-text .name {
    display: block;
    text-transform: uppercase; 
    font-family: 'Poiret One', cursive;
    font-size: 1.9em;
    font-weight: 700;
}
header .intro-text .name-subpage {
    display: block;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 500;
	text-align:left;
}
header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}
header .intro-text .skills-subpage {
    font-size: 0.75em;
    font-weight: 200;
}

@media (min-width:768px) {
    header .container-fluid {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    header .header-subpage {
		margin-top: -20px;
	}

    header .intro-text .name {
        font-size: 2.9em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
	
	 header .intro-text .name-subpage {
        font-size: 3.6em;
    }
	
	header .intro-text .skills-subpage {
		font-size: 1.5em;
		font-weight: 250;
	}
}

@media (min-width: 992px){
	header .header-subpage {
		padding-top: 2px;
		padding-bottom: 7px;
		margin-top: -35px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	header .header-subpage {
		padding-top: 5px;
		padding-bottom: 10px;
	}
}

header .vcenter{
	padding-top: 30px;
}

/* NAVBAR */
@media(min-width:768px) {
    .navbar-fixed-top {
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.8em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
	
    .navbar-fixed-top.navbar-shrink {
        padding: 0 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand img {
		margin-top: -8px;
	}
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}
.navbar a:focus {
    outline: 0;
}
.navbar .navbar-nav {
    letter-spacing: 0.5px;
}
.navbar .navbar-nav li a:focus {
    outline: 0;
}
.navbar-default,
.navbar-inverse {
    border: 0;
}
.page-scroll{
	font-size: 0.85em;
}

/* GENERAL SECTION */
section {
    padding: 3.5% 0;
}
section h2 {
    margin: 0;
    font-size: 2.5em;
}
section.success {
    color: #fff;
    background: #18bc9c;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media (max-width:767px) {
    section {
        padding: 3.2% 0 5% 0;
    }

    section.first {
        padding-top: 3%;
    }
	
	section h2 {
		font-size: 2em;
	}
}

/* MENU DE ACESSO RÁPIDO */
#portfolio * {
    z-index: 2;
}
#portfolio .service-item a {
	color: #ffe6cc;
	font-size: 1.3em;
}
#portfolio .service-item a:hover, #portfolio .service-item a:focus {
	color: #f39c12;
	text-decoration:none;
	font-size: 1.3em;
}
#portfolio .service-item i span {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 0.25em;
	color: #2c3e50;
	font-weight: 900;
}
#portfolio .service-item i span:hover {
	font-size: 0.265em;
}
#portfolio .service-item .fa-stack {
	line-height: 1.45em;
}

@media(min-width:768px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

@media(max-width:768px) {
    #portfolio .service-item a {
		font-size: 1.05em;
	}

	#portfolio .service-item a:hover {
		font-size: 1.05em;
	}
}

@media(max-width:620px) {
    #portfolio .service-item a {
		font-size: 0.8em;
	}

	#portfolio .service-item a:hover {
		font-size: 0.8em;
	}
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}
.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    /*padding-bottom: .5em;*/
    border-bottom: 1px solid #eee;
}
.floating-label-form-group input,
.floating-label-form-group textarea,
.floating-label-form-group select {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.2em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    /*line-height: 1.764705882em;*/
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}
.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

/* FOOTER */ 
footer {
    color: #fff;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
}
footer h4 {
    margin-bottom: 30px;
	/*text-decoration:underline*/
}
footer .footer-above {
    padding-top: 40px;
    background-color: #2c3e50;
}

@media(max-width:991px) {
    footer .footer-above {
		text-align:center;
	}
}

footer .footer-col {
    margin-bottom: 40px;
}
footer .footer-col div.row {
	text-align: center;
}
@media(min-width:991px) {
    footer .footer-col div.row {
		text-align: left;
	}
}
footer .footer-below {
    padding: 20px 0 7px 0;
    background-color: #233140;
}
.footer-col .fa {
	width: 14px;
	text-align: center;
	margin-right: 10px;
}
.footer-col span {
	display: block;
	margin-bottom: 10px;
	font-size: 1em;
}

footer #footer-link-map{
	color: #fff;
}
footer #footer-link-map:hover{
	/*text-decoration: none;*/
}

.follow-us {
	margin-top: -5px;
	text-align: right;
}

@media(max-width:991px) {
   .follow-us {
	   margin-top: 5px;
       text-align: left;
	}
}

.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 2px solid #999;
	border-radius: 50%;
	color: #999;
	margin: 5px;
}
a i.social-icon:hover, a i.social-icon:active, a i.social-icon:focus {
	text-decoration: none;
	color: #f39c12;
	border-color: #f39c12;
}
.access-information-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 2px solid #999;
	border-radius: 50%;
	color: #FDB913;
	margin: 5px;
}
a i.access-information-icon:hover, a i.access-information-icon:active, a i.access-information-icon:focus {
	text-decoration: none;
	color: #f39c12;
	border-color: #f39c12;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 1.5%;
    bottom: 1.5%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /*display: none;*/
}
.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 18px;
    line-height: 22px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s; 
}
.scroll-top .btn:focus {
    outline: 0;
}

#lista-selos{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#lista-selos li{
	display: inline;
}
#lista-selos li a{
	padding: 0 2px;
	display: inline-block;
}

.footer-below nav ul{
	margin-bottom: 12px;
}
.footer-below nav ul li{
	font-size: .8em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.footer-below nav ul li a{
	color: white;
	text-decoration: none;
}
.footer-below nav ul li a:hover, .footer-below nav ul li a:active, .footer-below nav ul li a:focus {
	color: #18bc9c;
}
.footer-below nav ul li:first-child:before {
    content: none;
}
.footer nav ul li:before {
    content: "\2022";
    padding-left: 20px;
    padding-right: 20px;
}
.footer #nav-footer{
	text-align: center;
}

p#copyright-footer{
	font-size: .75em;
}

@media screen and (max-width:767px) {
	.footer #nav-footer{
		text-align: left;
	}
	.footer-below nav ul li:first-child:before {
	    content: "\2022";
	}
}

/* PARCEIROS E ALGUMAS PERGUNTAS FREQUENTES */
section#middle {
	padding-top: 2.2%
}
#middle {
	background: #f2f2f2;
}
#middle .readmore {
	color: #f39c12;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
}
#middle .readmore:hover {
	color: #444;
}
#middle h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
}
#middle i.fa {
	color: #f39c12;
}
#middle .media-body h3 {
	color: #4e4e4e;
	font-size: 18px;
}

#middle .links-uteis h3{
	color: #4e4e4e;
	font-size: 18px;
}
#middle .links-uteis{
	padding-bottom: 25px;
}
@media screen and (max-width: 797px) {
	#middle .links-uteis{
		font-size: 12px;
	}
	#middle .links-uteis h3{
		font-size: 16px;
	}
}
@media screen and (min-width: 798px) and (max-width: 991px) {
	#middle .links-uteis{
		font-size: 14px;
	}
}

.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #ebebeb;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #f1f1f1;
	color: #4e4e4e;
}
.panel-body {
	padding: 20px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 8px;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4e4e4e;
	font-size: 14px;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active .panel-title>a {
	color: #4e4e4e;
}

#get-started {
	padding: 55px 0 25px 0;
	text-align: center;
	background: #eee;
	border-top: 1px solid #fff;
}

#publicidade {
	padding: 15px 0 0 0;
	/* border-top: 1px solid #fff; */
}

#middle .logo-parceiros{
	margin-right: 5%; 
	float:left;
}

/* SERVIÇOS DISPONÍVEIS */
#feature-home{
	padding-top: 25px;
}
.featured_content {
	background: #18bc9c;
}
.feature_grid_bordered {
	border-right: 1px solid #5fccb4;
	padding: 2em 0.7em 2em 0;
	background: #18bc9c;
}
.feature_grid_bordered_3 {
	border-right: 1px solid #5fccb4;
	padding: 2em 1em 2em 0.7em;
	background: #18bc9c;
}
.last_feature_grid {
	padding: 2em 0 2em 1em;
	background: #18bc9c;
}
.feature_grid .fa {
	color: #e5e52d;
}

@media screen and (max-width: 991px) {
	.feature_grid_bordered {
		border-right: none;
		border-bottom: 1px solid #5fccb4;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.feature_grid_bordered_3 {
		border: none;
	}
}

@media screen and (max-width:767px) {
	.feature_grid_bordered_3 {
		border-bottom: 1px solid #5fccb4;
	}
}

h3.m_1 {
	padding: 0.8em 0;
	margin: 0;
}
h3.m_1 a {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px #4ca390;
}
h3.m_1 a:hover {
	color: #e5e52d;
}
p.m_2 {
	color: #e9f8f5;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-weight: 300;
}

@media screen and (max-width:767px) {
	h3.m_1 a {
		font-size: 0.95em;
	}
	p.m_2 {
		font-size: 0.85em;
	}
}

.feature_btn {
	display: inline-block;
	padding: 6px 20px;
	font-size: 1em;
	cursor: pointer;
	background: #5fccb4;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	outline: none;
	margin-top: 10px;
	border-radius: 5px;
}
.feature_btn:hover {
	background: #e5e52d;
	color: #555;
	text-decoration: none;
}

/* OWL CAROUSEL */
#testimonial .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-wrapper-outer {
    border: 3px solid transparent;
    box-shadow: 0px 0px 0px 7px #DDDDDD;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

@media(max-width:767px) {
    #testimonial {
		padding-top: 10%;
	}
}

#bar{
  	width: 0%;
  	max-width: 100%;
  	height: 4px;
  	background: #E1E1E1;
}
#progressBar{
  	width: 100%;
  	background: #EDEDED;
}


/* Breadcrumbs */
.breadcrumb{
	padding: 2px 12px;
	text-align:left;
	margin-left:-10px;
	background-color:transparent;
	font-size: 13px;
	/*background-color: #F0F0F0;
	border-radius: 0;*/
}
.breadcrumb > li + li:before{
	content: "→";
	color: #cccccc;
}
.breadcrumb > .active{
	color:#cccccc;
}
.breadcrumb > .active + li:before{
	content:"";
	padding:0;
}
.breadcrumb > li, .breadcrumb > li > a {
	color: #FC6;
}
.breadcrumb > li, .breadcrumb > li > a:hover {
	color: #E00E3E;
	text-decoration:none;
}
.breadcrumb li span{
	color: #2c3e50;
}

/* BARRA DE ACESSIBILIDADE */
.page-header{
	padding: 1.8% 0 0 0;
}
.menuglobal {
	margin: 8px 0 20px 0;
    float: right;
}
.menuglobal.nav-pills > li {
	float: left;
	font-size:.8em;
	border-right: 1px solid #ccc;
}
.menuglobal.nav-pills > li:last-child {
	border-right: none;
}
.menuglobal.nav > li > a {
	position: relative;
	display: block;
	padding: 2px 7px;
	line-height: 1.4em;
	color: #000;
}
.menuglobal.nav .altera-fonte {
	background-color: #fff;
	color: #235f6e;
	border-radius: 4px;
	width: 28px;
}
.menuglobal.nav > li > a:hover, .menuglobal.nav > li > a:focus {
	text-decoration: none;
	background-color: #F4F4F4;
	color: #235f6e;
}
.menuglobal.nav > li.disabled > a {
	color: #333333;
}
.tira-borda-acessibilidade {
    border:none !important;
}
.label-sem-contraste {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-size: 1em;
}
.label-alto-contraste {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	font-size: 1em;
}
.menuglobal.nav > li > a#botao-contraste:hover, .menuglobal.nav > li > a#botao-contraste:focus { 
	background-color: transparent;
}
.menuglobal.nav > li > a#botao-contraste:hover span { 
	background: #D6D9D5;
}
/*.menuglobal.nav > li > a#botao-contraste:hover span, .menuglobal.nav > li > a#botao-contraste:focus span { 
	background: #D6D9D5;
}*/

@media (max-width: 992px){
	.page-header{
		padding: 8.4% 0 0 0;
	}
}

@media screen and (max-width: 767px) {
	.page-header{
		padding: 3% 0 0 0;
	}
	.menuglobal {
		margin: 12px 0 0 0;
	}
	.menuglobal.nav > li > a {
		padding: 2px 3px;
		line-height: 1.8em;
	}
	.menuglobal.nav-pills > li {
		font-size:.70em;
	}
	.menuglobal.nav .altera-fonte {
		width: 22px;
	}
}

/* CARTILHAS E MANUAIS */
blockquote{
    border-left:none;
    position: relative;
}
.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);   
}
.quote-box{    
    overflow: hidden;
    border-radius: 14px;
    background-color: #F7F7F7;
    margin-top: 15px;
    color: #2c3e50;
    max-width: 345px;
	min-height: 245px;
    box-shadow: 2px 2px 2px 2px #E0E0E0;   
}

/*blockquote.quote-box hr{
	padding: 0;
	margin: 90px auto 7px;
	border-top: 1px solid #ccc;
}*/

.quotation-mark{
    font-weight: bold;
    font-size: .8em;
    color: black;
    font-family: "Times New Roman", Georgia, Serif;  
}
.quote-text{   
    font-size: .8em;
    margin-top: 15px;
}
blockquote .blog-post-actions{
	position: absolute;
	bottom: 7px;
	border-top: 1px solid #ccc;
	width: 87%;
}
blockquote .blog-post-actions a{
	font-size: .7em;
	padding-top: 10px;
}
blockquote .blog-post-actions a.disable{
	color: grey;
	text-decoration: none;
	cursor: not-allowed;
}
blockquote > .quote-box li > a{
	cursor: pointer;
}

/* CONCURSOS PÚBLICOS */
/*  bhoechie tab */
div.bhoechie-tab-container{
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #ddd;
	/*margin-top: 20px;
	margin-left: 50px;*/
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
	width:100%;
}
div.bhoechie-tab-menu{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
	color: #2c3e50;
	font-size: 1.8em;
}
div.bhoechie-tab-menu div.list-group>a .fa {
	padding-top: 5%;
	padding-bottom: 3%;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
	background-color: #e5e52d;
	background-image: #e5e52d;
	color: #2c3e50;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #2c3e50;
}
div.bhoechie-tab-content{
	background-color: #ffffff;
	/* border: 1px solid #eeeeee; */
	padding-left: 20px;
	padding-top: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
	display: none;
}
div.bhoechie-tab-content h1, div.bhoechie-tab-content h2, div.bhoechie-tab-content h3{
	margin-top: 0;
	color:#2c3e50;
}
div.bhoechie-tab-content h1{
	margin-top: 3%;
	font-size:12em
}
div.bhoechie-tab-content ul li{
	padding-top: .75em;
}

@media screen and (max-width: 767px) {
	div.bhoechie-tab-menu div.list-group{
		font-size: .65em;
	}
	div.bhoechie-tab-content h2{
		font-size: 15px;
	}
	div.bhoechie-tab-content h3{
		font-size: 10px;
	}
	div.bhoechie-tab-content ul li{
		font-size: 13px;
	}
	div.bhoechie-tab-content h4{
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	div.bhoechie-tab-content h2{
		font-size: 20px;
	}
	div.bhoechie-tab-content h3{
		font-size: 16px;
	}
	div.bhoechie-tab-content h4{
		font-size: 15px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	div.bhoechie-tab-content h2{
		font-size: 26px;
	}
	div.bhoechie-tab-content h3{
		font-size: 20px;
	}
}
@media screen and (min-width: 1200px) {
	div.bhoechie-tab-content h2{
		font-size: 34px;
	}
	div.bhoechie-tab-content h3{
		font-size: 24px;
	}
}

/* TABLE */
.thead-person th{
	color:#000;
	background-color:#F7F7F7
}
/*.thead-default th{
	color:#55595c;
	background-color:#eceeef
}
.table-inverse{
	color:#eceeef;
	background-color:#373a3c
}.table-inverse.table-bordered{
	border:0
}.table-inverse td,.table-inverse th,.table-inverse thead th{
	border-color:#55595c
}*/

/* FALE CONOSCO */
#contact h2{
	text-transform:none;
	font-size: 2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
#contact p.h4{
	font-size: 1.4em;
	margin-top: 0;
	padding-bottom: 30px; 
	color: red;
	font-weight: bold;
}
#obrigFields p{
	font-size: .75em;
}
#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder{
	font-style: italic;
}
#contact input:-moz-placeholder, #contact textarea:-moz-placeholder{ /* firefox 18- */
	font-style: italic;
}
#contact input::-moz-placeholder, #contact textarea::-moz-placeholder{ /* firefox 19+ */
	font-style: italic;
}
#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder{ /* ie */
	font-style: italic;
}

div.alert a.link-sic-contato{
	color: #2c3e50;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#contact h2{
		font-size: 1.5em;
	}
	#contact input:-moz-placeholder, #contact textarea:-moz-placeholder{ /* firefox 18- */
		font-size: 0.9em;
	}
	#contact input::-moz-placeholder, #contact textarea::-moz-placeholder{ /* firefox 19+ */
		font-size: 0.9em;
	}
	#contact input:-ms-input-placeholder, #contact textarea:-ms-input-placeholder{ /* ie */
		font-size: 0.9em;
	}
	#contact input::-webkit-input-placeholder, #contact textarea::-webkit-input-placeholder{
		font-size: 0.9em;
	}
}

/* FAQ */
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

/* CONTROLE DA LOGOMARCA NAVBAR */
img.logomarca-contraste{
	display:none;
}
img.logomarca{
	display:block;
}

/* STYLING SMART TABLE */
/* SORTABLE ICONS SMART TABLE */
.sortable {
    cursor: pointer;
}
.sortable:after {
    content: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIUnC2nKLnT4or00PvyrQwrPzUZshQAOw==);
    padding-left: 1em;
    
}
.st-sort-ascent:after {
    content: '\25B2';
}
.st-sort-descent:after {
    content: '\25BC';
}

/* PAGINATION SMART TABLE */
.select-page {
  width: 50px;
  text-align: center;
}
.pagination li a input {
  padding: 0;
  margin: -5px 0;
}
.pagination li a {
  cursor: pointer;
  color: black;
  font-weight: 400;
}
.pagination li a page-select {
	color: black;
}
.pagination li a page-select:hover {
	color: black;
}
table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
	.pagination li a {
		font-size: 11px;
		font-weight: 600;
	}
	.select-page {
	  width: 38px;
	  text-align: center;
	}
	.tabela-balanco input[type="date"]{
		/*max-width: 120px;*/
	}
}

/* GENERAL STYLING SMART TABLE */
.tabela-balanco > thead > tr > th:first-of-type {
    text-align: center;
}
.tabela-balanco > tbody > tr > td {
	vertical-align: middle;
}

/* STYLING SELECTS */
section .balanco-select{
	margin-bottom: 20px;
	margin-left: 5px;
}

/* CHOSEN */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	color: #2c3e50;
	margin: 4px 5px;
}
.chosen-container-multi .chosen-choices li.search-choice {
	margin: 6px 5px 3px 0;
}
.chosen-container-multi .chosen-choices li.search-field {
	height: 33px;
}
.chosen-container-multi .chosen-choices {
	border-radius:4px;
}

/* BLOCKQUOTE PERSONALIZADA BY camilasdesigns */
#blockquote-enderecos {
	text-align: justify;
	color: #666;
	background: #F5F5F5;
	padding: 10px;
	border-radius: 0 8px 8px 0;
	border-left: 5px solid #18bc9c;
	font-size: 1em;
	line-height: 1.6em;
}

/* SECRETARIAS E ORGAOS - ITENS */
#portfolio-unidades button {
	white-space: normal;
	padding-top: 12px;
	margin-bottom: 6px;
	margin-left: 4px;
}
#portfolio-unidades .btn-sq-lg {
  width: 220px !important;
  height: 80px !important;
  
}
#portfolio-unidades a {
	font-size: 0.85em;
	padding-top: 12px;
	margin-bottom: 7px;
	margin-left: 3px;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* centered columns styles */
#portfolio-unidades .container {
    /*border: 2px solid #000;*/
}

@media screen and (max-width: 767px) {
	#portfolio-unidades .btn-sq-lg {
	  width: 280px !important;
	  height: 90px !important;
	}
	#portfolio-unidades a {
		font-size: 0.9em;
		padding-top: 18px;
		margin-bottom: 8px;
	}
	#portfolio-unidades .container {
		text-align: center;
	}
	#portfolio-unidades .modal-body iframe {
		width: 320px;
	}
}

/* DEFINING NEW BUTTON STYLE  = BTN-DEFAULT BOOTSTRAP */
.btn-clear {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
}
.btn-clear:hover, .btn-clear:focus, .btn-clear:active, .btn-clear.active, .open > .dropdown-toggle.btn-clear {
    background: #e6e6e6;
    border-color:#8c8c8c;
    color: #333;
}
.btn-clear:active, .btn-clear.active {
    background: #d4d4d4;
    box-shadow: none;
    color: #333;
    border-color:#8c8c8c;
}

/* PAGINA INTERNA GESTAO ORCAMENTARIA - MODELO EM ARVORE */
.go-quote-box{    
    overflow: hidden;
    border-radius: 10px;
    background-color: #F7F7F7;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #2c3e50;
    max-width: 240px;
	min-height: 205px;
    box-shadow: 1px 1px 1px 1px #E0E0E0;   
}
.go-quotation-mark{
    font-weight: bold;
    font-size: 0.9em;
    color: black;
}
.go-quote-text{   
    font-size: .85em;
    margin-top: 10px;
}
blockquote .fa-ul{
	margin-left: 0;
}
blockquote .fa-ul i{
	color: #2c3e50;
	font-size: 0.45em;
}
@media screen and (max-width: 767px) {
	blockquote .fa-ul i{
		font-size: 0.35em;
	}
	.go-quote-text{   
		font-size: .65em;
	}
}

/* BOTÕES PÁGINA ACESSO A INFORMAÇAO */
button.btn-circle {
	text-align: center;
	width: 120px;
	height: 120px;
	padding: 10px 6px;
	font-size: 1em;
	line-height: 1.33;
	border-radius: 75px;
	white-space: normal;
	color: #2c3e50;
	font-weight: 600;
	background-color: #ffe6cc;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
button.btn-circle:hover {
	background-color: #f39c12;
	color: #2c3e50;
}

div.div-btncircle-ai{
	margin-bottom: 15px;
}

@media(max-width:768px) {
	button.btn-circle {
		width: 100px;
		height: 100px;
		font-size: 0.9em;
	}
}
