body {
  --texto_global: #AB2D2D;
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.busca-mobile .busca input {
	border-radius: 50px;
	width: 100%;
	font-weight: 400;
	background: #ffffff;
	-webkit-box-shadow: none;
	border: 1px solid #a4a4a4ad;
	box-shadow: 0 2px 2px #0000000a;
	padding: 16px 14px 15px 24px;
}

.busca-mobile .botao-busca {
    fill: var(--texto_global);
    color: var(--texto_global);
    background: #fff0;
    border: 0;
    width: 60px;
    height: 48px;
    right: -24px;
    border-radius: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.busca-mobile .botao-busca svg, .busca-mobile .botao-busca path {
    fill: unset;
    color: unset;
   
}

.icon-search:before {
	content: none !important;
}
	
.busca.borda-alpha {
	position: relative;
	background: #fff0;
	 top: -6px; 
	 left: -30px; 
	border: 0;
}
#barraTopo{
    display: none !important;
}
}