/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> titulo-do-site **/
.site-title a {
	font-family: Google Font... !important;
	font-family: 'Lobster' !important;
	color: rgb(166, 157, 204) !important;
}


/*= Content =================== */

/** Content >> colunas-home **/
.coluna-home {
	background-color: rgba(166, 157, 204, 0.83) !important;
	border-width: 1px !important;
	border-style: hidden !important;
	border-radius: 20px 20px 20px 10px !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {
	/** Content >> separador **/
	.separador {
	visibility: hidden !important;
}

	/** Content >> imagem-home **/
	.hiddenimage {
	position: relative !important;
}

	/** Content >> imagem-sobre **/
	.wp-image-3728 {
	width: 475px !important;
	max-width: none !important;
	position: relative !important;
	bottom: 80px !important;
	left: -160px !important;
}

}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Content >> imagem-home **/
	.hiddenimage {
	display: none !important;
}

	/** Content >> imagem-sobre **/
	.wp-image-3728 {
	width: 400px !important;
	max-width: none !important;
	position: relative !important;
	bottom: 80px !important;
}

	/** Content >> separador **/
	.separador {
	display: block !important;
}

	/** Content >> atribuição-home **/
	.atribuicao {
	display: none !important;
}

	/** Content >> colunas-home **/
	.coluna-home {
	display: block !important;
}

	/** Content >> colunas 1 **/
	.colunatablet > .gb-block-layout-column-gap-2 {
	display: block !important;
}

	/** Content >> colunas 2 **/
	.gb-2-col-equal:nth-of-type(2) > .gb-layout-column-wrap {
	display: block !important;
}

	/** Content >> colunas 3 **/
	.wp-block-genesis-blocks-gb-container > div > div:nth-of-type(1) > div:nth-of-type(2) > .gb-block-layout-column-gap-2:nth-of-type(1) {
	display: block !important;
}

	/** Content >> geometria e probabilidade **/
	.gb-container-inside > div > div:nth-of-type(3) > .gb-block-layout-column-gap-2:nth-of-type(1) {
	display: block !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Content >> imagem-home **/
	.hiddenimage {
	display: none !important;
	visibility: hidden !important;
}

	/** Content >> imagem-sobre **/
	.wp-image-3728 {
	width: 320px !important;
	max-width: none !important;
	position: relative !important;
	bottom: 60px !important;
}

	/** Content >> atribuição-home **/
	.atribuicao {
	display: none !important;
}

	/** Content >> colunas 1 **/
	.colunatablet > .gb-block-layout-column-gap-2 {
	display: block !important;
}

	/** Content >> colunas 2 **/
	.gb-2-col-equal:nth-of-type(2) > .gb-layout-column-wrap {
	display: block !important;
}

	/** Content >> colunas 3 **/
	.wp-block-genesis-blocks-gb-container > div > div:nth-of-type(1) > div:nth-of-type(2) > .gb-block-layout-column-gap-2:nth-of-type(1) {
	display: block !important;
}

	/** Content >> geometria e probabilidade **/
	.gb-container-inside > div > div:nth-of-type(3) > .gb-block-layout-column-gap-2:nth-of-type(1) {
	display: block !important;
}

	/** Content >> Ast close svg **/
	#ast-mobile-header .ast-close-svg {
	object-fit: none !important;
}

	/** Content >> WP image 11069 **/
	#post-59 .wp-image-11069 {
	width: 30% !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Content >> imagem-home **/
	.hiddenimage {
	display: none !important;
	visibility: hidden !important;
}

	/** Content >> imagem-sobre **/
	.wp-image-3728 {
	width: 100% !important;
	max-width: 100% !important;
	position: static !important;
}

	/** Content >> atribuição-home **/
	.atribuicao {
	display: none !important;
}

}

