//Bloque global del buscador.
#block-views-exp-buscador-page {
	.views-exposed-widgets {
		border: 1px solid shade($c-brand-whitesmoke, 30);
		border-radius: 8px;		
		margin: 0 0 0 auto;
		position: relative;
		width: 50%;

		label {
			@include element-invisible;
		}
	}

	.views-exposed-widget {
		padding: 0;
    	width: 90%;

    	.form-text {
			border-radius: 8px;
			border: 0;
			box-shadow: 0 0 0 transparent;
			padding: 6px 10px;
			color: $c-b-gray;
    	}
	}

	.views-submit-button {
		max-width: 35px;
		padding: 0;
    	position: absolute;
    	right: 0;
    	top: 0;
		width: 15%;

		.form-submit {
			@include imgreplace;
			background: $c-brand-green-dark url('../images/sprite.png') no-repeat -343px -230px;
    		border-radius: 0 6px 6px 0;
			border: none;
			margin: 0;
    		padding: 8px;
    		width: 100%;
		}
	}
}




