/* FORMATAÇÕES GERAIS */
body            { font-size: 18px; padding: 0px; margin: 0px; font-family: 'Roboto', sans-serif; }
.pagina         { width:98.9%; }
.container      { padding-top: 20px; }
.conteudo		{ padding-left: 30px; text-align: justify; padding-top: 30px; }
.fundoTopo      { height: 140px;  background-size:cover ; background-position:center center; padding: 20px 0px 0px 0px; opacity: 1;  line-height: 250% }
.fundoTopo:hover  { height: 140px;  background-size: cover; background-position:center center; padding: 20px 0px 0px 0px; opacity: 1; line-height: 250% }
.footer         { background-color: none; min-height: 300px; height: auto; padding: 0px; margin: 0px; }
.radius         { border-radius: 5px; }
.h1, h2, h3, h4, h5 { color: #117548; }
a               { color: #0f9b5d; }
a:hover         { color: #0f9b5d; }
a:visited       { text-decoration: none; color: #0f9b5d;  }
li:visited      { text-decoration: none; color: #0f9b5d; }
.DivAnimalPrincipal { border: 1px dashed #ccc; opacity: 0.9 }
.DivAnimalPrincipal:hover { border: 1px dashed #3051a0; opacity: 1; cursor: pointer; }
.divLogoParceiros   { height: 100px; vertical-align: middle; display: table-cell; padding: 10px; }
.marginZero     { margin: 0px;  }
.margin5        { margin: 5px;  }
.paddingZero    { padding: 0px }
.padding10      { padding: 10px }
.padding20      { padding: 20px; }
.fonteFrases    { color: #d4c49b; }

/* VISITAS TECNICAS */
.fundoVisitaImgG { height: 400px; border: 2px solid white; background-size: cover; background-position: center top }
.fundoVisitaImgP { height: 133px;  border: 2px solid white; background-size: cover; background-position: center top }
 
/* CORES */
.fundoVerdeClaro     { background-color: #0f9b5d; }
.fundoVerdeMedio     { background-color: #117548; }
.fundoVerdeEscuro    { background-color: #115b3a; }
.fundoCinzaClaro    { background-color: #b7b8bb; }
.fundoCinzaEscuro   { background-color: #6b6c6e; }
.fundoBranco        { background-color: white; }
.fonteBranca        { color: white; }
.fonteBranca:hover  { color: white; }
.fonteVerdeClaro     { color: #0f9b5d; }
.fonteVerdeMedio     { color: #117548; }
.fonteVerdeEscuro    { color: #115b3a; }
.fonteVermelha      { color: #990000; }

/* FONTES */
.fonteRodape    { font-size: 15px; font-weight: 300;  }
.fonteTopo      { font-size: 13px; color: gray; }
.fonteIcone     { font-size: 20px; }
.negrito        { font-weight: bold;}


.textoLeilao { font-size: 18px; }
.legendaLeilao { left: 0px; font-size: 12px; text-transform: uppercase; color: #ccc; line-height:30px}
.linhaLeilao2{margin-left: 16px}

/* MENU */
.navbar-default .navbar-nav>.visited>a, .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { border-radius: 0px; }
.navbar-default .navbar-nav>li>a { color: #6b6c6e; border-left: 1px solid #b7b8bb; margin: 0px 10px 0px 10px;  }
.navbar-default .navbar-nav>li>a:hover  { color: black; border-left: 1px solid #6b6c6e;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { color: black; background-color: transparent; color: black; }
.navbar .navbar-nav { display: inline-block; float: none; vertical-align: top; }
.navbar .navbar-collapse { text-align: center; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { background-color: transparent; }
.navbar { border: none; background-color: transparent }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: white; color: black; border: transparent; } 
.dropdown-menu > li > a { font-size: 17px; padding: 6px 20px; color: black; }