body {
	font-family: 'Roboto', sans-serif;
}
h1{
    font-size: 25px;
}
h3{
    font-size: 20px;
}
#topo {
	background: rgba(255,255,255,0.00);
	z-index: 999;
	width: 100%;
	margin: 0px;
	right: 0px;
	top: 0px;
	height: 150px;
	position: absolute;
	margin-top: 80px;
}
.itemheader a {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 14px;
	padding: 15px;
	margin: 0 15px;
	font-weight: 500;
	border-radius: 15px;
	font-weight: bold;
}
.itemheader a:hover {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-size: 14px;
	padding: 15px;
	margin: 0 15px;
	font-weight: 500;
	border-radius: 15px;
	background-color: #FFF;
	color: #B01C03;
}
.navbar {
	box-shadow: none;
}
.carousel-inner .active.left {
	left: 50%;
}
.carousel-inner .next {
	left: 100%;
}
.carousel-inner .prev {
	left: 50%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 60px;
	height: 60px;
	margin-top: -15px;
	font-size: 30px;
}
.item:not(.prev) {
	visibility: visible;
}
.item.right:not(.prev) {
	visibility: hidden;
}
.rightest {
	visibility: visible;
}
.telefoneheader {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
.telefoneheader:hover {
	color: #33F;
}
.esimagens:hover {
	background-color: #EA080B;
	opacity: 0.7;
}
.pager li>a, .pager li>span {
	display: inline-block;
	width: 100px;
	height: 100px;
	padding: 5px 15px;
	color: #000;
	background-color: #5a8bc8;
	border: 1px solid #ddd;
	border-radius: 75px;
	font-size: 50px;
}
.form-group {
	margin: 20px 20px
}
.navbar-default {
	background-color: transparent;
	border: 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-top: 5px;
}
#logo{
   width: 150px;
}
#barra {
	background-color: #B01C03;
	padding-bottom: 7px;
	font-family: 'Roboto', sans-serif;
}
#barraTransparente {
	background-color: #B01C03;
	color: #FFF;
	padding: 20px 0 12px 0;
	font-family: 'Roboto', sans-serif;
}
#placa {
	width: 200px;
}
.navbar {
	margin: 0 10px;
}
.fontVermelha {
	font-family: 'Roboto', sans-serif;
	color: #B01C03;
}
#endereco {
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
#bg-mapa {
	background: url('../img/mundo-fundo.png') no-repeat center center;
	background-size: 100% 100%;
}
.map iframe {
	pointer-events: none;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.btn-primary {
	color: #fff;
	background-color: #B01C03;
	border-color: #900;
}
.btn-primary:hover {
	color: #fff;
	background-color: #900;
	border-color: #900;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #900;
	border-color: #900
}
.NoOverline>a {
	text-decoration: none;
}
.fontServicos>li {
	font-size: 15px;
}
@media(max-width:767px) {
    #topo{
        margin-top: 100px;
    }
    .navbar{
      margin-right: 0px;
        background-color: #FFF;
        right: 0px;
    }
    .itemheader a {
        font-family: 'Roboto', sans-serif;
        color: #000;
        font-size: 14px;
        padding: 5px;
        margin: 0 15px;
        font-weight: 500;
        border-radius: 15px;
        font-weight: bold;
    }
    .itemheader a:hover {
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        padding: 5px;
        margin: 0 15px;
        font-weight: 500;
        border-radius: 15px;
        background-color: #B01C03;
        color: #FFF;
    }
    
}