.secondary-page__banner h3 {
    font-size: 20px;
    padding-left: 0;
		color: white;
		margin-bottom: 20px;
    margin-top: -10px;
}

.header.nav-down .header__brand a::after {
    top: 50%;
    transform: translateY(-50%);
}

.header__brand{
	position: relative;
}

.header.header--white .header__brand a::after,
.home .header__brand__title a::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 160px;
    height: 27px;
    background: url(https://usabit.com.br/wp-content/themes/usabit/assets/image/logo-white.svg) no-repeat;
    background-size: contain;
}

.header.nav-down .header__brand a::after,
.home .header__brand__title a::after
{
	background: url(https://usabit.com.br/wp-content/themes/usabit/assets/image/usabit-global.svg) no-repeat;
    background-size: contain;
}


.header.header--white .header__brand svg{
	display: none;
}

.home .header__brand__title a svg{
	visibility: hidden;
}

.header.header--white .header__info__lang select#lang_choice_1 {
	color: white;
}

.header.header--white.nav-down .header__info__lang select#lang_choice_1 {
	color: black;
}

div#cookie-notice {
    bottom: 80px;
}

a#cn-accept-cookie {
    width: 100px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #2c58fd;
    margin: 4px auto !important;
}

.page-template-page-n-cases .cases h2.wp-block-heading {
    max-width: 100%;
}

@media screen and (min-width:767px){
	
	.secondary-page__banner h3 {
    font-size: 22px;
    padding-left: 80px;
    
	}
	
	div#cookie-notice{
		bottom: 0px;
	}
	
	.cn-buttons-container, .cn-text-container{
		display: block !important;
	}
	
}

.content-docs__wrap__content p {
    margin-bottom: 20px;
}

.content-docs__wrap__title h1 {
    margin-top: 60px;
}

.wp-block-table table tr td {
    font-size: 14px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.wp-block-table table tr {
    border-bottom: solid #dddddd;
}

div#cookie-notice a {
    color: #fff;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    text-decoration: none;
}

.cta-section{
	display:none
}

.tab.tab-home,
.footer__content__submenus {
    display: none;
}

.menu-fixed{
	  grid-template-rows: auto auto 1fr;
}

.select2-container{
    width: 50px !important
}
.page-template-page-carreiras ul.select2-results__options li:nth-of-type(2),
.page-template-page-carreiras ul.select2-results__options li:nth-of-type(3),
.single-vacancies ul.select2-results__options li:nth-of-type(2),
.single-vacancies ul.select2-results__options li:nth-of-type(3){
	display: none !important;
}
@media screen and (min-width: 1024px) {
    .case-template-cases-flexible h2 span:after, .page-template-templates h2 span:after {
        height: 14px;
    }
}