@charset "utf-8";
/* CSS Document */

.no_padding {
	margin: 0px -30px 0px -30px;
}
.bar_topo {
/*	background-color: #40455d; */
	background-color: #1e3246;
	height: 36px;
}
.mg_right10 { 
	margin-right: 10px;
}

.mg_top5 { 
	margin-top: 5px;
}
.mg_top10 { 
	margin-top: 10px;
}
.mg_top20 { 
	margin-top: 20px;
}
.mg_top30 { 
	margin-top: 30px;
}

.mg_bot5 { 
	margin-bottom: 5px;
}
.mg_bot10 { 
	margin-bottom: 10px;
}
.mg_bot20 { 
	margin-bottom: 20px;
}
.mg_bot30 { 
	margin-bottom: 30px;
}

#cadeado {
	background-image: url(../imagens/icones/cadeado1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}
#cadeado:hover{
	background-image: url(../imagens/icones/cadeado2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

#degraus {
	background-image: url(../imagens/icones/degraus1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}
#degraus:hover{
	background-image: url(../imagens/icones/degraus2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

#facebook {
	background-image: url(../imagens/icones/facebook2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}
#facebook:hover{
	background-image: url(../imagens/icones/facebook1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

#twitter {
	background-image: url(../imagens/icones/twitter1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}
#twitter:hover{
	background-image: url(../imagens/icones/twitter2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

#youtube {
	background-image: url(../imagens/icones/YouTube2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}
#youtube:hover{
	background-image: url(../imagens/icones/YouTube1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

#googleplay {
	background-image: url(../imagens/icones/google_play2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}
#googleplay:hover{
	background-image: url(../imagens/icones/google_play1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}

#logout {
	background-image: url(../imagens/icones/logout1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}
#logout:hover{
	background-image: url(../imagens/icones/logout2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
}
.carousel-indicators li {
    background-color: #959595;
}
.carousel-indicators .active {
    background-color: #0000FF;
}
.box1_danger {
    border-left-color: #ce4844 !important;
    border-right-color: #FFFFFF !important;
}
.box1_success {
    border-left-color: #3c763d !important;
    border-right-color: #FFFFFF !important;
}
.box1_info {
    border-left-color: #31708f !important;
    border-right-color: #FFFFFF !important;
}
.box1_primary {
    border-left-color: #337ab7 !important;
    border-right-color: #FFFFFF !important;
}
.box1_warning {
    border-left-color: #FFEE11 !important;
    border-right-color: #FFFFFF !important;
}
.box1_gray {
    border-left-color: #CCCCCC !important;
    border-right-color: #FFFFFF !important;
}
.box1_wine {
    border-left-color: #631719 !important;
    border-right-color: #FFFFFF !important;
}
.box1_brown {
    border-left-color: #3B2323 !important;
    border-right-color: #FFFFFF !important;
}
.box1_black {
    border-left-color: #000000 !important;
    border-right-color: #FFFFFF !important;
}
.box1_orange {
    border-left-color: #FF6700 !important;
    border-right-color: #FFFFFF !important;
}

.box1 {
    padding: 20px;
	margin: 20px 0 0 0px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-right-width: 10px;
    border-radius: 3px;
	background-color: #EEEEEE;
}
.box1_padding {
	padding-left: 0px;
	padding-right: 0px;
}

.box2 {
	margin: 10px 0 0 0px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-right-width: 10px;
    border-radius: 3px;
	background-color: #EEEEEE;
}
.box2_info {
    border-left-color: #2b827c!important;
    border-right-color: #FFFFFF !important;
}

.box3 {
    padding: 20px;
	margin: 5px 0 5px 0px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-right-width: 10px;
    border-radius: 3px;
	background-color: #EEEEEE;
}
.destaques {
    color: #2196f3;
	border-bottom: 1px solid #8c8b8b;
}
.fale {
    color: #1e6e64;
	border-bottom: 1px solid #8c8b8b;
}
.unidades {
    color: #53516d;
	border-bottom: 1px solid #8c8b8b;
}
.footerbar {
    min-height: 100px;
    background-color: #1e3246;
	color: #FFFFFF;
	margin-top: 40px;
}
/* Centralizar Menu */

@media (min-width: 767px) {
.navbar .navbar-nav {
display: inline-block;
float: none;
}
.navbar .navbar-collapse {
text-align: center;
}
}

@media (min-width: 767px) {
input[type="text"] {
	width: 50%;
}
select {
	width: 50% !important;
}
textarea {
	width: 50% !important;
}
}

@media (min-width: 767px) {
.audio_h {
	height:550px
}
}

.input-search{
	border:1px solid #CCC;
	padding:5px 14px;
	font-size:12px;
	margin:10px 0;
	width:265px;
}
	.input-search::-webkit-input-placeholder{ font-style:italic }
	.input-search:-moz-placeholder			{ font-style:italic }
	.input-search:-ms-input-placeholder		{ font-style:italic }
