/*Sobrescrevendo classes do Bootstrap - INÍCIO*/

a{
    color:#4e4d4f;
}

a:hover, a:active, a:focus{
    color:#4e4d4f;
    text-decoration: none;
}

.img-thumbnail, .thumbnail {
    box-shadow: none;
}

.thumbnail {
    border: none;
    border-radius: 0px;
}

.carousel-inner img{
    margin: auto;
}

.text-center{
    height: 45px; /*Usado pra corrigir bug de qdo o título da categoria era grande e passava p/ a linha de baixo*/
}

/*Sobrescrevendo classes do Bootstrap - FIM*/



#carousel-example-generic {
    margin: auto;
    max-width: 800px;
}

.fundo_sistema{    
    background: url("http://carmoguia.com.br/img/empresas/informatica/sistema/fachada_exemplo.jpg") center repeat;
    color: #fff;
    padding: 25px;
}


.quadro-branco{
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    color: #000;
}


.padding-esquerdo{
    padding-left: 20px;
}

.margem-cima{
    margin-top: 30px;
}

.margem-baixo{
    margin-bottom: 30px;
}

.faixas{
    margin-top: 125px;
}

.titulo-info{
    text-align: center;
}

.mapa{
    border: 0;
    margin-top: 30px;
}

.cidade_topo{
  /*background-color: #00abe8;*/
  background: url("../img/outros/cidadefundo2.jpg") center no-repeat;
  margin: 0 auto;

}

.cidade_logo{
  position: relative;
  width: 270px;
  height: auto;
  margin: 15px 25px;
  
}


@media (max-width:767px){
  .cidade_logo{
  left: 50%;
  transform: translate(-50%);
  }


  .cidade_logo{
    margin: 15px 0px;
  }
}


ul{
    text-align: center;
}

@media (min-width: 992px) {
    .borda-esquerda{
    border-left: solid 2px #f0f0f0;
    padding-left: 15px;
    }

    .titulo-info{
    float: right;
    }
}

@media (max-width: 991px){
    .margem-baixo{
        margin-bottom: 25px;
    }

    .centro{
        margin-left: calc(50% - 125px);
    }

    .centro-info{
        margin-left: calc(50% - 175px);
    }

    .txt-info{
        text-align: center;
    }

    .faixas{
        margin-top: 30px;
    }
}

.footer .container-fluid {
	background-color: #1D1D1D;
	padding: 15px 0 5px 0;
	font-size: 13px;
	color: #616161;
	text-align: center;
}

.footer .container-fluid.top {
	background-color: #212121;
	padding: 50px 0 30px 0;
	text-align: left;
}

.footer #navbar {
	margin-left: -10px;
}

.footer .nav .open > a,
.footer .nav .open > a:focus,
.footer .nav .open > a:hover {
	background-color: transparent;
}

.footer .navbar-nav > li > a {
	color: #AAAAAA;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 8px 0;
	margin: 0 10px;
	transition: all 0.2s ease-in-out;
}

.footer .navbar-nav > li > a:hover {
	color: ;
	color:   ;
}

.footer .navbar-nav > li > .dropdown-menu {
	margin-left: 0;
}

.footer .navbar-nav li.dropdown.open a.dropdown-toggle,
.footer .navbar-nav li.dropdown:hover a.dropdown-toggle {
	color: #EEEEEE;
}

}

.footer .address {
	float: left;
	width: 100%;
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin: 15px 0 18px 0;
}

.footer .social {
	margin-top: 5px;
}

.footer .social a {
	background-color: #7B7B7B;
	color: #242424;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	padding: 6px 0 0 0;
	margin: 0 15px 0 0;
	width: 37px;
	height: 37px;
	vertical-align: middle;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.footer .social a:hover {
	background-color: #AAAAAA;
}

.footer .form-title {
	color: #999999;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.footer .form-control {
	border-radius: 3px;
	font-weight: 600;
	border: 2px solid #FFF;
	color: #333333;
	outline: 0;
	transition: all 0.2s ease-in-out;
}

.footer .form-control:focus {
	border: 2px solid #FFB155;
	outline: 0;
	box-shadow: none;
}

.footer ::-webkit-input-placeholder {
	color: #707070;
}

.footer :-moz-placeholder {
	color: #707070;
	opacity: 1;
}

.footer ::-moz-placeholder {
	color: #707070;
	opacity: 1;
}

.footer :-ms-input-placeholder {
	color: #707070;
}

.footer .btn-default {
	color: #FFF;
	background-color: #D88018;
	border-color: #D88018;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 35px;
	border-radius: 3px;
	outline: 0;
	transition: all 0.2s ease-in-out;
}

.footer .btn-default:hover {
	background-color: #F7941E;
	border-color: #F7941E;

}

.footer-bottom {
	background-image: url(/img/logo/footer.jpg);
	/*border-top: 1px solid #DDDDDD;*/
	padding-top: 10px;
	padding-bottom: 20px;
}

/*.footer-bottom p.pull-left {
	padding-top: 30px;
}*/

}

.scrollup {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	display: none;
	width: 32px;
	height: 32px;
	padding: 2px 0 0 0;
	text-align: center;
	color: #444444;
	color: rgba(0, 0, 0, 0.4);
	border: 2px solid;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

.scrollup:focus,
.scrollup:hover {
	color: rgba(0, 0, 0, 0.7);
}

/*Arquivos do estilo estilo.css*/
#efeito1{position:relative;top:0;padding:4px;background-color:;
    transition: all .2s ease-in-out}

#opacidade: hover{
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

#efeito1:hover{top:-4px;box-shadow:0 4px 3px #999  }

.color :hover
{
        background:#53a7ea;
}

#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

	
	#menu ul li a:hover {
			background-color:#ffffff;
			color: #6D6D6D;
			border-bottom:3px solid #007dff;
}

#rodape{
	
   position:absolute;
   bottom:0;
   width:100%;
   height:auto;   /* Mesma Altura do Rodapé */
   background:#6cf;
	
	
}

.footer-outer {
width: 1000px; /*Largura da imagem, não altere se não souber*/
height:180px; /*Altura da imagem, não altere se não souber*/
background:url(img/back/rodape2.png) no-repeat bottom center;
}

/**/