.titulo-home {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
}

img.divisoria-titulo-home {
margin-bottom: 30px;
}

.conteudo-texto {
    text-align: center;
}

.banner-full img{
    max-width: 100%;
   
}

.banner-full {
     margin-top: 50px;
     text-align: center;
}

.col-md-3 .servico-info {
    text-align: center;
    border: 2px solid #0b224d;
    padding: 10px;
    margin: 10px;
    /* border-radius: 5px;*/
}

.titulo-card {
    text-align: center;
    background-color: #bfb6b1;
    width: 100%;
    margin: 5px 25px;
    font-size: 18px;
    font-weight: bold;
}

.conteudo-card {
    text-align: center;
    width: 100%;
    margin: 0px 25px;
}

i.icone-contatos {
    font-size: 15px;
    border: 1px solid;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

a.link-contato {
    color: black;
}

a.link-contato:hover {
    text-decoration: none;
}

input#ENVIAR, button#ENVIAR {
    float: right;
    background-color: black;
    color: white;
    border: none;
    padding: 10px 35px;
    font-weight: bold;
}

input#ENVIAR:hover, button#ENVIAR:hover {
    background-color: #333333;
}

.row.mensagem {
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    margin-top: 10px;
    display: none;
}

.row.mensagem.mostrar {
    display: block;
}

.row.mensagem.mostrar.ok {
    color: #00c700;
}

.row.mensagem.mostrar.erro {
    color: #e50012;
}

.mapa-google {
    margin-top: 30px;
}

input#NOME, input#TELEFONE, input#EMAIL, textarea#MENSAGEM {
    background-color: #ececec;
    border: none;
}





#toTop {
    font-size: 28px;
    padding-top: 4px;
    line-height: 33px;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    position: fixed;
    height: 35px;
    width: 40px;
    right: 6px;
    bottom: 6px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-decoration: none;
    display: none;
    z-index: 1000;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


