:root {
    color-scheme: light;
}

#logo-topo {
    width:270px;
    margin:-20px 0 -20px 0    
}

#cadastre-se-topo {
    display: none
}

.destaque-verde {
    border: 2px solid #8bc027 !important;
}

.rd-navbar-nav span {
    /*color: #8e8e8e;*/ 
}

.text-verde-escuro {
    color: #336c53;
}

.text-spacing-10 {
    letter-spacing: 10px !important;
}

.text-preto, .text-preto p, .text-preto b, .text-preto a, .text-preto small, .text-preto span {
    color: #000000
}

.texto-branco, .texto-branco p, .texto-branco b, .texto-branco a {
    color:#ffffff !important
}

input {background: #ffffff !important}
textarea {background: #ffffff !important}
select {background: #ffffff !important}
select span {background: #ffffff !important}

.fundo-branco {background:#ffffff !important}

.none {display:none}

#logo-fgr {width:170px}

label.error {
    margin: 5px;
    color: red;
    font-size: 11px
}

.texto-indisponivel {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.context-dark label.error {
    color: white;
}

.img100 {width:100%;}

#nav_inicial {
    background: url(../img/banner-inicial-lancamentos-black.webp) center;
    background-size: cover;
}

.owl-carousel img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width:1200px) {
    #logo-topo {width:200px;margin:-8px 0 -20px 0;}    
    #cadastre-se-topo {display:block;margin:5px 0 0 0;color:#ffffff !important}
}

@media screen and (max-width:800px) {
    #inicial1 {display:none}
    #inicial2 {display:block}
}

/* Lightbox (fundo escuro + centralizar) */
.lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Conteúdo interno do lightbox */
.lightbox-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    max-width: 400px;
}

.lightbox-content h2 {
    margin-bottom: 15px;
}

.implantacao {
  max-width: 800px;
  max-height: 400px;
  width: auto;
  height: auto;
  object-fit: contain; /* ou 'cover', dependendo do efeito desejado */
}
