/* Estilos do Topo */
@font-face { font-family:candara-light; font-display:swap; 
  			 src:url('/arquivo/233/midia/candara.ttf') format('truetype'); }
body { background:#1A5737; font-family:sans-serif; }
body a { color:#1A5737; }

#lkn-top-row { padding:0; }
header#lkn-top { overflow:hidden; height:200px; text-align:center; background:#fff; }
header#lkn-top div#lkn-logo { }
header#lkn-top div#lkn-logo img { height:160px; margin:20px 0px; }

header#lkn-top div#lkn-welcome { margin-top:8px; text-align:right; font-size:36px; overflow:hidden; white-space:nowrap; }
header#lkn-top div#lkn-welcome a { }
header#lkn-top div#lkn-welcome a:hover {  }
header#lkn-top div#lkn-welcome a:active {  }

header#lkn-top div#lkn-mobile { margin-top:8px; }
header#lkn-top div#lkn-mobile a#lkn-mobile-a { font-size:36px;  cursor:pointer; }
header#lkn-top div#lkn-mobile a#lkn-mobile-a a:hover {  }
header#lkn-top div#lkn-mobile a#lkn-mobile-a a:active {  }

header#lkn-top div#lkn-search { margin-bottom:6px; }
header#lkn-top div#lkn-search input#lkn-search-input { margin-top:8px; padding:2px 12px; font-size:18px; }
header#lkn-top div#lkn-search button#lkn-search-button { padding:13px; margin-top:8px; float:left; }

/* Estilos do Menu Horizontal (topo) */
nav#lkn-menu { line-height:50px; vertical-align:middle; overflow:hidden; background:#24794D; }
nav#lkn-menu a { color:#fff; }
nav#lkn-menu ul { margin:0; }

nav#lkn-menu-dropdown { background:#24794D; }
#lkn-menu-list, #lkn-menu-dropdown .row { display:flex; justify-content:center; }
#lkn-menu-list ul.nav, #lkn-menu-dropdown .row ul.nav { float:none;  margin:0 auto; }

/* Itens do nível 1 do menu */
nav ul li { margin:0; padding:0; }
nav ul li a { text-decoration:none; color:#fff; }
nav ul li.open a, nav ul li a:hover, nav ul li a:focus, nav ul li a:active { background:#1A5737 !important; }


@media (max-width: 767px) {
  .nav.navbar-nav {
    display: flex;            
    flex-wrap: wrap;          
    justify-content: center; 
  }
  .nav.navbar-nav > li {
    float: none !important;   
    display: inline-block;
  }
  .nav.navbar-nav > li > a {
    padding:15px; 
  }
  
}

nav#lkn-menu div#lkn-welcome { font-size:13px; text-align:center; overflow:hidden; white-space:nowrap; }
nav#lkn-menu div#lkn-welcome a { vertical-align:middle; }
nav#lkn-menu div#lkn-welcome a:hover {  }
nav#lkn-menu div#lkn-welcome a:active {  }
nav#lkn-menu div#lkn-welcome a i.fa { margin:0 3px 0 3px; }

/* Estilos do Conteúdo (central) */
section#lkn-content { font-size:14px; padding:20px 0; min-height:350px; overflow:hidden; background:#fff; }
section#lkn-content h1 { font-weight:bold; font-size:20px; overflow:hidden; text-align:center; }
section#lkn-content h2 { font-weight:bold; font-size:24px; overflow:hidden; text-align:center; color:#1A5737; }
section#lkn-content h2 a { text-decoration:none; color:#1A5737; }
section#lkn-content a { text-decoration:underline; }
h1, h2, h3, h4 { font-family:candara-light,sans-serif; }

/* Itens do Conteúdo */
i.fa { margin:0 3px 0 3px; }
section#lkn-content img.inline { display:inline; }
section#lkn-content img.captcha { display:inline; border:1px dashed #999; margin-bottom:8px; }

/* Botões */
.btn { color:green; background-color:white; border-color:green; cursor:pointer; }
.btn:hover, button.btn:focus,
.btn:active, button.btn.active { color:green !important; background-color:lightgreen !important; border-color:green; }
.btn:disabled { cursor:not-allowed; }

.form-control:focus { border-color: #28a745; box-shadow: 0 0 8px rgba(40, 167, 69, 0.6); outline: 0; }
.form-control { border: 1px solid #28a745; }

section#lkn-content div.abas { display:inline-block; width:100%; clear:both; text-align:right; margin:20px 0 -18px; }
section#lkn-content div.abas button.aba { margin:0 1% 0 0; line-height:26px; padding:8px 12px 0 12px; cursor:pointer; }
section#lkn-content div.abas a { text-decoration:none; }
section#lkn-content div.abas button.aba:disabled { cursor:not-allowed; }

/* Imagem de captcha (anti-robô) */
section#lkn-content img.captcha { }
/* Mensagens de alerta e erro */
section#lkn-content div.alert-warning {  }
section#lkn-content div.alert-danger {  }
/* Estilos das tabelas */
section#lkn-content table thead tr {  }
section#lkn-content table thead tr:first-child { }
section#lkn-content table thead th {  }
section#lkn-content table tbody tr {  }
section#lkn-content table tfoot th {  }
section#lkn-content table tfoot tr { }
section#lkn-content table > tbody > tr:nth-of-type(odd) { background:#EFEFEF; }
section#lkn-content table > tbody > tr:hover { background:#CECECE; }

/* Estilos do Rodapé */
footer#lkn-bottom { text-align:center; padding:50px 0px 30px; }
footer#lkn-bottom p { margin-top:10px; color:#fff; }
footer#lkn-bottom p img { margin:10px; border-radius:16px; }
footer#lkn-bottom p.icones { height:36px; line-height:36px; vertical-align:middle; }
footer#lkn-bottom p.icones img { max-height:100%; vertical-align:middle; margin:0 8px; }
footer#lkn-bottom a { color:#fff; } 

/* Loja */
@media (min-width: 768px) { 
  .produto { width:50% !important }
  .img-produto { width:100%; }
}
#btn-top { display:none; }