/* IN = interno */

/* BOTAO SUSPENSO */


.IN-botao-suspenso {
  position: fixed;
  z-index: 155;
  right: -30px;
  top: 0;
  height: 100vh;
  transform: translate(500px);
  transition: all .2s;
  box-shadow: -0.46875rem 0 2.1875rem rgba(4, 9, 20, 0.03), -0.9375rem 0 1.40625rem rgba(4, 9, 20, 0.03), -0.25rem 0 0.53125rem rgba(4, 9, 20, 0.05), -0.125rem 0 0.1875rem rgba(4, 9, 20, 0.03); }
  
  .IN-botao-suspenso .btn-open-options {
    border-radius: 50px;
    position: absolute;
    left: -114px;	/* left: -114px; */
    /* bottom: 80px;	/*	bottom: 80px; */
	top: 250px;	/* incrementado */
    padding: 0;
    height: 54px;
    line-height: 54px;
    width: 54px;
    text-align: center;
    display: block;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    margin-top: -27px; /* margin-top: -27px; */
	}
	
    .IN-botao-suspenso .btn-open-options svg {
      top: 50%;
      left: 50%;
      position: absolute;
      margin: -0.5em 0 0 -0.5em; }
	  
  .IN-botao-suspenso .IN-botao-suspenso-area {
    background: #fff;
    width: 500px;
    height: 100vh;
    padding: 0; }
	
	/*
  .IN-botao-suspenso.settings-open {
    transform: translate(0);
    right: 0; }
  .IN-botao-suspenso .theme-settings-swatches {
    text-align: center; }
    .IN-botao-suspenso .theme-settings-swatches .swatch-holder-img {
      width: 72px;
      height: auto;
      border-radius: 3px; }
      .IN-botao-suspenso .theme-settings-swatches .swatch-holder-img img {
        width: 100%; }
  .IN-botao-suspenso .themeoptions-heading {
    font-size: 1.1rem;
    color: #495057;
    margin: 0;
    background: #f8f9fa;
    padding: 0.75rem 1.5rem;
    border-bottom: #dee2e6 solid 1px;
    border-top: #dee2e6 solid 1px;
    display: flex;
    align-items: center;
    align-content: center; }
    .IN-botao-suspenso .themeoptions-heading:first-child {
      border-top: 0; }
	  
	  
  .IN-botao-suspenso .list-group-item h5 {
    color: #3f6ad8;
    font-size: 0.968rem;
    text-transform: uppercase;
    margin: 0;
    text-align: center; }
*/







.IN-menu > .IN-nav .IN-nav-item {
      position: relative;
      height: 100%;
      display: flex;
      align-items: center; }
    .IN-menu > .IN-nav .IN-nav-link {
      text-transform: none;
      /* width: 100%; */
      display: block;
      color: #CCCC33; }
      .IN-menu > .IN-nav .IN-nav-link::before {
        content: '';
        border-radius: 15px;
        background: #794C8A;
        transition: all .2s;
        height: 4px;
        width: 100%;
        position: absolute;
        left: 0;
        top: -2px;
        opacity: 0; }
      .IN-menu > .IN-nav .IN-nav-link:hover {
        color: #CFA01D; }
      .IN-menu > .IN-nav .IN-nav-link.IN-ativo {
        color: #CFA01D; }
        .IN-menu > .IN-nav .IN-nav-link.IN-ativo::before {
          opacity: 1; }

.IN-maiuscula {
	text-transform: uppercase;
}

.IN-campo-legenda {
	background-color:inherit;
	border:none;
}

.IN-campo-dado {
	color: rgba(13, 27, 62, 0.7);
	font-weight: bold;
	/* text-transform: uppercase; */
}

.IN-alerta-mensagem {
	padding-left: 5px;
}

.IN-negritar {
	font-weight: bold;
	/* text-transform: uppercase; */
}

.IN-ocultar{display:none;}
.IN-exibir{display:block;}

.ocultar{display:none;}
.exibir{display:block;}

.IN-arquivo input[type='file']{display:none;}
.IN-dvArquivos{}