#nops-wrapper,
#search-wrapper {
	padding-top: 50px;
}

#busca .screen-reader-text,
.search-form .screen-reader-text {
	display: none;
}
#busca label {
	margin: 0 0 0 0;
	height: 40px;
	width: calc( 100% - 28px );
}
#busca .search-field::-webkit-input-placeholder { /* Edge */
	color: var(--cinzaclaro);
}
#busca .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--cinzaclaro);
}
#busca .search-field::placeholder {
	color: var(--cinzaclaro);
}
footer .search-form .search-field::-webkit-input-placeholder { /* Edge */
	color: var(--cinzaclaro);
}
footer .search-form .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--cinzaclaro);
}
footer .search-form .search-field::placeholder {
	color: var(--cinzaclaro);
}
#busca .search-field {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 40px;
	border-radius: var(--radius);
	background-color: transparent;
	border: 1px solid var(--cinzaclaro);
	font-size: 18px;
	padding: 10px;
	margin: 0 16px 0 40px;
	width: calc( 100% - 56px );
	color: var(--branco);
}
#busca .search-submit,
footer .search-submit {
	background: transparent;
	width: 40px;
	height: 40px;
	border: none;
	box-shadow: none;
	padding: 0;
	color: transparent;
	transition: 0.3s fill;
}
#busca .search-submit:hover path {
	fill: var(--branco);
}
#busca .search-submit:active {
	transform: scale(0.95);
}
#busca .search-form {
	display: flex;
	margin-top: 20px;
}


#search-footer {
	cursor: pointer;
	position: relative;
	background: var(--cinzaescuro);
	padding: 30px;
	width: 130px;
	height: 130px;
	border-bottom-left-radius: var(--radius);
	border-bottom-right-radius: var(--radius);
}
#search-footer:after {
	content: 'PESQUISAR';
	color: var(--branco);
	font-size: 11px;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}
#search-footer svg {
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1.01);
}
#search-footer:active svg,
#search-footer:focus svg {
	transform: translate(-50%,-50%) scale(0.95);
}


body:not(.hamburguer) #busca .search-field {
	color: var(--cinzatopo);
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}
body:not(.hamburguer) #busca {
	border-right: none;
	padding-left: 10px;
}

body:not(.hamburguer) #busca .search-form {
	position: absolute;
	top: 68px;
	width: 100vw;
	background: var(--branco);
	display: block;
	right: calc( ( 1440px - 100vw ) / 2 );
	height: 0;
	margin-top: 0;
	overflow: hidden;
	pointer-events: none;
	transition: 0.3s height;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	body:not(.hamburguer):not(.macos) #busca .search-form {
		right: calc( 9px + ( 1440px - 100vw ) / 2 );
	}
}
footer .search-form {
	width: 100vw;
	max-width: 100%;
	background: var(--branco);
	display: block;
	overflow: hidden;
	transition: 0.3s height;
	height: 0;
	pointer-events: none;
}
.footerbusca footer .search-form {
	height: 80px;
	pointer-events: all;
}
footer .search-form label {
	margin-top: 0 !important;
}
footer .search-form .search-field {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	border-bottom: 1px solid var(--cinzaclaro);
}
body.buscar:not(.hamburguer) #busca .search-form,
.buscarf footer .search-form {
	height: 80px;
	pointer-events: all;
}
@media (max-width: 1480px) {
	body:not(.hamburguer) #busca .search-form {
		right: calc( ( 1440px - 100px - 100vw ) / 2 );
	}
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		body:not(.hamburguer):not(.macos) #busca .search-form {
			right: calc( 9px + ( 1440px - 100px - 100vw ) / 2 );
		}
	}
}
@media (max-width: 1440px) {
	body:not(.hamburguer) #busca .search-form {
		right: calc( -100px / 2 );
		top: 62px;
	}
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		body:not(.hamburguer):not(.macos) #busca .search-form {
			right: calc( 9px + -100px / 2 );
		}
	}
}
@media (max-width: 1200px) {
	body:not(.hamburguer) #busca .search-form {
		right: calc( -40px / 2 );
	}
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
		body:not(.hamburguer):not(.macos) #busca .search-form {
			right: calc( 9px + -40px / 2 );
		}
	}
}
@media (max-width: 991px) {
	body:not(.hamburguer) #busca .search-form {
		/*right: calc( -30px / 2 );*/
	}
}
@media (max-width: 720px) {
	body:not(.hamburguer) #busca .search-form {
		top: 41px;
	}
}
body:not(.hamburguer) #busca label,
footer .search-form label {
	width: 97%;
	padding: 20px 0 0 0;
	height: auto;
	float: left;
}
@media (max-width:  1480px) {
	body:not(.hamburguer) #busca label,
	footer .search-form label {
		width: 95%;
	}
}
@media (max-width:  1200px) {
	footer .search-form .search-submit {
		width: 22px;
		height: 22px;
		margin-top: 29px !important;
	}
}
@media (max-width:  991px) {
	body:not(.hamburguer) #busca label,
	footer .search-form label {
		width: 91%;
	}
}
body:not(.hamburguer) #busca .search-field,
footer .search-form .search-field {
	border-top: none;
	border-left: none;
	border-right: 0;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	margin: 0 0 0 0;
}
body:not(.hamburguer) #busca .search-submit,
footer .search-form .search-submit {
	float: right;
	margin-top: 22px;
}
body:not(.hamburguer) #busca .search-submit svg,
footer .search-form .search-submit svg {
	width: 20px;
	height: 20px;
}
body:not(.hamburguer) #busca .search-submit path,
footer .search-form .search-submit path {
	fill: var(--cinzatopo);
}
body.single-post:not(.hamburguer) #busca .search-submit path,
footer .search-form .search-submit path {
	fill: var(--cinzatopo);
}
body.single-post:not(.hamburguer) #abrir-busca path {
	fill: var(--branco);
}
body.single-post:not(.hamburguer) #abrir-busca:hover path {
	fill: var(--vermelho);
}
body:not(.hamburguer) #busca .search-submit:hover path {
	fill: var(--vermelho);
}
#abrir-busca {
	display: none;
	background-color: transparent;
	border: none;
	padding: 0;
	box-shadow: none;
	height: auto;
	margin-bottom: -120px;
	margin-top: -4px;
	margin-left: 5px;
}
body:not(.hamburguer) #abrir-busca {
	display: block;
}
#abrir-busca path {
	fill: var(--cinzatopo);
}
#abrir-busca:hover path {
	fill: var(--vermelho);
}

.hamburguer #busca .container {
	position: relative;
	margin-right: 0;
}
.hamburguer #busca .container .search-submit {
	position: absolute;
	right: 0;
	top: 0;
}




#content .search-form {
	width: 700px;
	max-width: 100%;
	margin: 0 auto 90px;
	position: relative;
}
#content .search-form label {
	margin: 0 0;
	width: 100%;
}
#content .search-form label > span {
	display: none;
}
#content .search-form input[type=search] {
	margin: 0 0;
	width: 100%;
	background: var(--branco);
	border: 1px solid #979797;
	border-radius: var(--radius);
	box-shadow: none;
	height: 55px;
	padding-right: 55px;
	transition: 0.3s border-color;
}
#content .search-form input[type=search]:focus {
	border-color: var(--vermelho);
}
#content .search-form input.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px;
	padding: 0;
	background: transparent url(../images/pesquisa.svg) center center no-repeat;
	color: transparent;
	text-indent: 55px;
	overflow: hidden;
	transition: 0.3s transform;
}
#content .search-form input.search-submit:hover {
	box-shadow: none;
	transform: scale(1.05);
}
#content .search-form input.search-submit:active {
	transform: scale(0.95);
	transition: 0s transform;
}
#content .search-form input::placeholder {
	color: transparent;
}
#content .search-form input::-webkit-input-placeholder {
	color: transparent;
}
#content .search-form input:-ms-input-placeholder {
	color: transparent;
}

.search #veja-tb {
	padding-top: 0;
}
#qtresultados {
	margin-top: 0;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	#content .search-form {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	#content .search-form input[type=search] {
		height: 40px;
		padding-top: 12px;
		padding-right: 40px;
	}
	#content .search-form input.search-submit {
		width: 40px;
		height: 40px;
		background-size: 24px;
	}
}
@media (max-width: 767px) {
	#content .search-form {
		border-bottom: 1px solid var(--cinzaclaro);
	}
}
