@charset "UTF-8";

/*==========================================*/
/* SEM BOTÃO PARA ABRIR */

.aws-no-toggleable .widget_aws_widget {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.aws-no-toggleable .aws-container {
	width: 100%;
}

/* BOTÕES */
.aws-no-toggleable .aws-button-toogle {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}
