a:hover{
    text-decoration: none;
}
.img-center{
    margin: 0 auto !important;
}
.btn-index, .btn-index:hover{
    margin-top: 5px;
    font-size: 20px;
    font-weight: normal !important;
    text-decoration: none !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.4) !important;
    padding: 10px !important;
}
.navbar-brand img{
    height: 70px !important;
    margin-top: -4px;
}
.banner-pagina{
    margin-top: 30px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
}
.pagina-menu{
    margin-top: 100px;
}
.pagina h1, h3{
    font-weight: normal;
    color: #333333;
}
.logo-footer{
    max-width: 300px;
}
footer{
    margin-top: 100px;
    background-color: #009EE3;
    padding: 70px 0;
    color: #fff;
    border-top: 1px solid #0A85BB;
}
.footer h3{
    font-size: 26px !important;
}
footer h4{
    margin-top: 0px;
    margin-bottom: 0px;
}
.divisao-pagina{
    display: block;
    margin: 0 auto;
    width: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #009EE3;
}
.box-quem-somos{
    border-left: 2px solid #009EE3;
    margin-top: 20px;
    height: 120px;
}
.box-quem-somos:hover{
    transition: 0.5s;
    border-left: 2px solid #0A85BB;
    background-color: #f8f8f8;
}
.box-quem-somos h3{
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-o-que-fazemos{
    border-left: 2px solid #009EE3;
    margin-top: 20px;
    height: 230px;
}
.box-o-que-fazemos:hover{
    transition: 0.5s;
    border-left: 2px solid #0A85BB;
    background-color: #f8f8f8;
}
.box-o-que-fazemos i{
    padding-top: 20px; 
}
.separador-menu{
    border-left: 1px solid #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}
.google-map {
    padding: 0;
    margin-top: 100px;
    margin-bottom: -100px;
}
.map-canvas {
    width: 100%;
    height: 400px;
    border-top: 1px solid #ddd;
}
.btn-rota-mapa {
    margin-top: -55px;
    margin-left: -55px;
    z-index: 100;
	position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
span.sub-tit {
    font-size: 17px;
    text-transform: none;
}

.footer p{
	margin: 0!important;
}

@media only screen and (min-width: 300px) and (max-width: 800px) {
    h1{
        font-size: 22px;
    }
    h3{
        font-size: 15px;
    }
    .separador-menu{
        margin-left: 5px;
        margin-right: 5px;
    }
}