:not(#_ ).sf-wrapper .btn {
	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 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;
}

: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;
}