﻿root {
    display: block;
}

body {
    width: 100%;
    margin: auto;
    background-position: center top;
    /*background-color: #F3F3F3;*/
    background-color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    overflow-x: hidden;
}

.linkSemFormatacaoBranco:link {
    text-decoration: none;
    border: none;
    color: #ffffff;
}

.linkSemFormatacaoBranco:visited {
    text-decoration: none;
    border: none;
    color: #ffffff;
}

.linkSemFormatacaoCinza:link {
    text-decoration: none;
    border: none;
    color: #666;
}

.linkSemFormatacaoCinza:visited {
    text-decoration: none;
    border: none;
    color: #666;
}

.linkSemFormatacao:link {
    text-decoration: none;
    border: none;
}

.linkSemFormatacao:visited {
    text-decoration: none;
    border: none;
}

#topverde {
    background-color: #6CAA49;
    width: 100%;
    height: 5px;
}

#topverdePaginas {
    background-color: #6CAA49;
    width: 100%;
    height: auto;
    color: #ffffff;
    text-align:center;
    align-content:center;
    margin-top:30px;
    margin-bottom: 30px;
    font-size: x-large;
    font-weight: bold;
}

.esquerda {
    text-align: left;
}

.direita {
    text-align: right;
}

.centro {
    text-align: center;
}

.fonteCinzaClaro {
    color: #E7E7E7;
}

.fonteCinza {
    color: #666;
}

.fontePreta {
    color: #000000;
}

.fonteVerde {
    color: #6CAA49;
}

.fonteBranca{
    color: #FFFFFF;
}

.fonteGrande {
    font-size: large;
}

.fonteMedia {
    font-size: medium;
}

.fontePequena {
    font-size: small;
}

.fonteNegrito {
    font-weight: bold;
}

.textoJustificado {
    text-align: justify;
}

.menuMobile {
    color: #F3F3F3;
    font-weight: bold;
}

.header {
    margin-top: 20px;
    margin-right: 20px;
    font-size: large;
}

.conteudo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.telefones {
    margin-bottom: 5px;
}

.margemDireita {
    margin-right: 20px;
}

.margemEsquerda {
    margin-left: 20px;
}

.margemCima {
    margin-top: 20px;
}

.margemCimaExtra {
    margin-top: 100px;
}

.margemBotton {
    margin-bottom: 20px;
}

.margemMenu {
    margin-bottom: 0px;
}

.margemRodape {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.fundoCinza {
    background-color: #A5A5A5;
}

.fundoCinzaClaro {
    background-color: #cccccc;
}

.fundoBranco {
    background-color: #ffffff;
}

.fundoVerde {
    background-color: #6CAA49;
}

.RodapeTitulo{
    border-bottom: 1px solid #cccccc;
}

.flutuacaoEsquerda {
    float: left;
}

.botao {
    background-color: #6CAA49;
    border: none;
    height: 30px;
    width: 100px;
    color: #ffffff;
}

.tamanhoIconesEmpresa {
    height: 50px;
    width: 50px;
}

.tamanhoIconesServicos {
    height: 100px;
    width: 100px;
}

.paddingCima {
    padding-top: 15px;
}

.paddingBaixo {
    padding-bottom: 15px;
}

.DisplayInLine {
    display: inline-block;
}

.alinhamentoIconesServicos {
    vertical-align: top;
}

.Rotulo { 
    height: 70px;
    width: 100%;
}

.CentralizarVertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.CaixaTextoHome {
    height: 200px;
}

.SemBorda {
    border: none;
}