/* alterar cor do fundo 
.conteiner-principal .conteiner {
    background-color: black !important;
}
*/

/* alterar cor do botao comprar */
.produto .acoes-produto .comprar a {
    background-color: #165e0b !important;
}

/* alterar cor do menu superior */
.menu.superior {
     background-color: #060606 !important;
}

/* Ocultar Categoria no menu superior 
.menu.superior .nivel-um>li:first-child {
    display: none !important;*/
}

/* alterar cor do botao ao passar o mouse no menu */
.menu.superior .nivel-um .titulo:hover {
    color: #e07700 !important;
}

/* cores menu tecnologia */
class="nivel-dois borda-alpha" {
}

.menu.superior .nivel-dois {
    background-color: black !important;
}

.menu .nivel-dois .categoria-id-17356817 {
    background-color: #4c85d2 !important;
    line-height: 40px;
}
.menu .nivel-dois .categoria-id-17356817 a {
    color: #fff !important;
}
.menu .nivel-dois .categoria-id-17356817 a:hover {
    color: #4d4c4c !important;
}


.menu .nivel-dois .categoria-id-17356815 {
    background-color: #dc711c !important;
    line-height: 40px;
}
.menu .nivel-dois .categoria-id-17356815 a {
    color: #fff !important;
}
.menu .nivel-dois .categoria-id-17356815 a:hover {
    color: #4d4c4c !important;
}


.menu .nivel-dois .categoria-id-17356814 {
    background-color: #ad678a !important;
    line-height: 40px;
}
  .menu .nivel-dois .categoria-id-17356814 a {
    color: #fff !important;
}
  .menu .nivel-dois .categoria-id-17356814 a:hover {
    color: #4d4c4c !important;
}


/* video responsivo */

.container-video {
  position: relative;
  overflow: hidden;
  width: 40%;
  left: 30%;
  border: 100px;
  padding-top: 22.55%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}

/* Video iframe to fit in the container div with full height and width */
.responsive-iframe-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 992px) {
.container-video {
  width: 70%;
  left: 15%;
  padding-top: 46.55%;
}}

@media screen and (max-width: 580px) {
.container-video {
  width: 100%;
  left: 0;
  padding-top: 56.55%;
}}


/* ativos */ 

.ativos_isys {
  border-style:none;
  cellpadding:0; 
  cellspacing:0; 
}

.ativos_isys_imagem {
  width: 100%!important;
  background-color: white;
  border-radius: 10px;
}

.ativos_isys_titulo, .ativos_isys_descricao {
  border-left: 2px solid #E07700;
  vertical-align:bottom; 
  font-family:Verdana,Geneva,sans-serif; 
  font-size:16px; 
  padding-left: 10px;  
}

.ativos_isys_descricao {
  border-left: 1px solid grey;
  text-align:justify;
  font-size:14px; 
  vertical-align:top!important; 
  width: 85%;
}

@media screen and (max-width: 580px) {
.ativos_isys_titulo, .ativos_isys_descricao {
  font-family:Verdana,Geneva,sans-serif; 
  font-size:12px; 
  width: 75%;
}}



/* ativos lista */ 

.ativos_isys_lista {
  vertical-align:top; 
  font-family:Verdana,Geneva,sans-serif; 
  font-size:12px; 
  padding-left: 20px;
  margin: 0px;  
}

.ativos_isys_lista_titulo {
  font-family:Verdana,Geneva,sans-serif;
  font-size:13px;
  font-style: italic;
  color: #666;
}

.ativos_isys_lista_descricao {
  width: 85%;
  margin-bottom: 2px!important;
  margin: 0;
  color: #666;
  MARGIN-LEFT: -4px;
}

.ativos_isys_lista_icone {
  color: #E07700;
}


/*reduzir espaço produto*/

.listagem .listagem-linha {
    padding-top: 1px;
    margin-top: 1px;
}



/*tarja branca rodape*/

#corpo {
    margin-bottom: 0px;
}


/*correcao de cor*/


.secao-banners {
    background-color: black;
}


.conteiner-principal {
    background-color: black!important;
}

.conteiner-principal .conteiner {
    background-color: black;
}

.cabecalho {
    background-color: black!important;
}

.corpo {
    background-color: black!important;
}

.institucional {
    background-color: #E07700!important;
}

.institucional, #rodape .pagamento-selos {
    background-color: #eeee;
}


/*PRODUTOS*/
/*ajuste linha*/
 
hr {
    border-top: 1px solid #020202;
    border-bottom: 1px solid #080808;
}

/*ajuste linhas tabela*/

th, tr, td {
    border: 1px solid #080808!important;
}
