#ad-page {
	 display: flex;
	 flex-wrap: wrap;
	 background: white;
}
 #ad-page .item {
	 position: relative;
	 border: 1px solid #e8e8e8;
	 padding: 0.5em;
	 margin: 0 0 1.5em 0;
	 flex-direction: row;
	 flex: 1 0 100%;
}
 #ad-page .item figure {
	 /*border: 1px solid #e8e8e8;
	 background-color: #f3f3f3;*/
	 text-align: center;
	 margin: 0;
	 padding: 0.5em;
}
 #ad-page .item figure img {
	 max-width: 100%;
}

/* TOGGLE ABAIXO*/
.ocultar {
	cursor:pointer;
	font-weight:bold;
	/*font-size:14px; /* edite tamanho da fonte */
	/*color:#3D81EE;  /* edite cor do link */
	padding:10px;
	margin:0 auto;
}
.mostrar {
	padding: 10px;
	text-align: justify;
}
/* */
.spinner-master {
    display: table-column;
}

@media screen and (max-width: 600px) {

    #ad-page .item figure{
		display: contents;
	}
	
	.col-6 {
		-webkit-flex: 0 0 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	main {
		width: 100% !important;
	}
}
