header {
    .btn.btn-primary.btn-secondary {
        background-image: none;
        box-shadow: none;
        -moz-box-shadow: none;
    }

    .fa-classic, .fa-regular, .fa-solid, .far, .fas {
        font-family: Font Awesome\ 5 Free;
    }

}

:not(#_ ).sf-wrapper .btn .btn-primary .btn-secondary {
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
}

:not(#_ ).sf-wrapper .collapse {
	overflow: visible !important;
	height: auto;
}

:not(#_) .sf-wrapper .nav_control-title a{
	color: white;
	text-decoration: none;;
}

:not(#_) .sf-wrapper .Rail--fenced>:not(:first-child) {
    border:none;
}

:not(#_ ).sf-wrapper form {
	margin: 0 0 0 0px;
}

@media (max-width: 767px) {
	body {
		padding-right: 0;
		padding-left: 0;
	}
}

.icone-x-twitter {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    fill: currentColor;
}

.icone-x-twitter:hover {
    fill: currentColor;
}

:not(#_) .sf-wrapper ul.Rail {
    padding-left: 0;
    list-style: none;
 
	  
}






/* ESTILO ACESSIBILIDADE */
/* ESTILO RETIRADO DA HP SENADO */
html.accessibility-contrast:not(#\1f981#\1f981#\1f981), html.accessibility-contrast :not(#\1f981#\1f981#\1f981) {
    background-color: #000;
    color: #fff;
    border-color: #fff !important;
}

.dropdown-toggle:after {
    display: none;
}

@media (min-width: 992px) {
    .u-hideUpper {
        display: none !important;
    }
}

.navbar_acessibilidade {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00477a;
}


.navbar_acessibilidade>ul {
    justify-content: flex-end;
    width: 100%;
}

.flex-unstyled {
    display: inline-flex
;
    margin: 0;
    padding: 0;
}

.li-spacer>li:not(:first-child) {
    margin-left: 20px;
}

.flex-unstyled>li {
    display: inline-flex
;
    list-style: none;
    align-items: center;
}
.fence--solo {
    border-right: 1px solid #fff;
}
/* FIM ESTILO HP SENADO */
/* ESTILO FRAN */
	body {
		font-size: calc(100% * var(--escala));
	}
  /* ALTO CONTRASTE */
	  .alto-contraste {
	    background: #000 !important;
	    color: #fff !important;
	  }
	 
	  .alto-contraste * {
	    background-color: transparent !important;
	    color: #fff !important;
	    border-color: #fff !important;
	  }

:not(#_) .sf-wrapper{

	/* BARRA */
	  .acessibilidade-bar {
	    display: flex;
	    align-items: center;
	    background: #005a9c;
	    width: fit-content;
	    border-radius: 2px;
	    overflow: hidden;
	  }
	 
	  /* BOTÕES */
	  .acessibilidade-btn {
	    background: transparent;
	    border: none;
	    color: white;
	    font-size: 26px;
	    padding: 0px 18px;
	    cursor: pointer;
	    transition: background 0.2s;
	    position: relative;
	  }
	 
	  .acessibilidade-btn:hover {
	    background: rgba(255,255,255,0.12);
	  }
	 
	  /* LINHAS DIVISÓRIAS */
	  .acessibilidade-btn:not(:last-child)::after {
	    content: "";
	    position: absolute;
	    right: 0;
	    top: 15%;
	    width: 1px;
	    height: 70%;
	    background: rgba(255,255,255,0.7);
	  }
	 
	  /* TAMANHO DOS BOTÕES A+ A- */
	  .font-btn {
	    font-size: 30px;
	    font-weight: bold;
	  }
	 
	 .conteudo {
	    padding: 30px;
	    max-width: 800px;
	  }
	 
	  .conteudo img {
	    width: 250px;
	    transition: width 0.3s ease;
	  }

	#diminuirBtn::after {
	    content: "";
	    position: absolute;
	    right: 0;
	    top: 15%;
	    width: 1px;
	    height: 70%;
	    background: rgba(255, 255, 255, 0.7);
	}

	#aumentarBtn::after {
	    display: none;
	}


}


:not(#_) .sf-wrapper .Triad--x>:first-child, :not(#_) .sf-wrapper .Triad--x>:last-child {
    flex: 1 1 auto;
}

:not(#_) .sf-wrapper .Triad:last-child {
    justify-content: flex-end;
}

:not(#_) .sf-wrapper .menu-local {
    background-color: #007db8;
}

@media (min-width: 992px) {
    :not(#_) .sf-wrapper .navbar--sf {
	background-color: #007db8;
	}
}

:not(#_) .sf-wrapper .btn-tertiary {
    background-color: #007db8;
    border-color: #007db8;
}


.navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display:contents;
}
.collapse:not(.show) {
    display:inline;
}

.dropdown-toggle:after {
    display: none;
}