* { font-family: 'Lato', sans-serif; }

.navbar { height: 108px; }
.navbar-nav > li > a { color: #000; margin-top: 40px; margin-left: 28px; }

h3 { color: #ff9c00; font-weight: bold; font-style:italic; font-size: 30px;    margin: 20px 0 32px 0; }
h4 { font-weight: bold; }
p { font-size: 18px;}

.navbar-toggle {background-color: #ff9c00;}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ff9c00;
    border-radius: 8px;
    color: #000!important;}

.active {text-decoration: none;
    background-color: #ff9c00;
    border-radius: 8px;
    color: #000!important;}
.carousel-caption { text-align: left;  top: 26%; }
.carousel-caption h1 { color:#ff9c00;  font-weight: bold; font-size: 40px;}
.carousel-caption p {font-size: 22px;}

.btn-primary {
    color: #fff;
    background-color: #ff9c00;
    border-color: #ff9c00;
}

a.link-laranja {color:#ff9c00; font-style:italic; font-weight: bold;}

img.setinha { margin-top: 88%;}

a.laranja, span.laranja { color:#ff9c00 !important;}

.bemvindo { background: url(../img/bg-sejabemvindo.jpg); padding: 22px 0; }
.bemvindo p { color: #FFF; font-size: 18px; }
.bemvindo h2 { color: #FFF; }

.home {padding: 30px 0;}

.noticias { background: #f5f4f4; padding: 8px 0 20px 0; }
.noticias a { color: #000; }

.servico-home1 a, .servico-home2 a, .servico-home3 a, .servico-home4 a { 
	background: #ff9c00;
    color: #FFF;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    width: 89%;
    position: absolute;
    font-weight: bold;
    top: 36%;}

.paginas-internas {
    background: #f5f4f4; 
    padding: 40px 0;
    text-align: center;
    margin: 40px 0; }
    
.paginas-internas img {
    width: 50px;
    margin: 0 auto;}
.paginas-internas p { font-size: 16px; }

.clientes p {line-height: 31px; }

.border { border-right: 1px dashed #ccc;}

.breadcrumb ul { margin: 0; padding: 0;}
.breadcrumb ul li { float: left; list-style: none; margin: 0 8px 0 0;}
.breadcrumb ul li a { color: #666666; }

.margin { margin:30px 0 0 0; }

input, textarea {    
    width: 100%;
    border-bottom: 1px solid #999;
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;
    padding: 4px 0;
    font-size: 16px;}

input.button {    
    background: #ff9c00;
    width: 46%;
    float: left;
    font-weight: bold;}

.navbar-toggle .icon-bar {
    background: #29166f;
}

footer { background:#29166f; color: #FFF; text-align: center; padding: 16px 0 12px 0; }
footer a { color: #ff9c00; }



@media (max-width:768px) { 

.navbar-nav > li > a {
    color: #000;
    margin-top: 0px;
    margin-left: -10px;}

.carousel-caption {
    text-align: left;
    top: 0;
    left: 14%;
    width: 88%; }

.servico-home1 a, .servico-home2 a, .servico-home3 a, .servico-home4 a {
    background: #ff9c00;
    color: #FFF;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    width: 72%;
    position: absolute;
    font-weight: bold;
    top: 36%}
}

@media (max-width:500px) { 

.navbar-nav > li > a {
    color: #000;
    background: #FFF;
    text-align: center;
    z-index: 9999;
    border: 1px solid #ff9c00;
    margin: -1px 0;}

.carousel-indicators , .carousel-caption, .carousel-control.left, .carousel-control.right {
    display: none;}
.servico-home1 a, .servico-home2 a, .servico-home3 a, .servico-home4 a {
    width: 89%;
}

}