/* ----- Responsivo ---- */

/* No CSS3 support: none */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

/* iPhone and other smartphones (landscape) */
@media screen and (max-width: 480px) {
	#cursosdrop {
		width: 93% !important;
	}
	footer .copyright,
	.dados {
		text-align: center;
	}
	.redes-sociais {
		width: 195px;
  		margin: 20px auto;
	}
	footer .logo {
		  width: 230px;
		  display: block;
		  margin: 12px auto;
	}
	#menuresponsivo a,
	#cursosdrop a {
		font-size: 16px;
	}
	.login-options .button-wrap {
		float: none !important;
		text-align: center !important;
	}
	.curtir {
		left: 10% !important;
	}
	.woocommerce .col-1,
	.woocommerce .col-2,
	.shop_table {
	   width: 100%;
	}	
}

/* iPad Mini */
@media only screen and (width:768px) and (resolution: 163dpi) {
	#cursosdrop {
		width: 93% !important;
	}
	footer .copyright,
	.dados {
		text-align: center;
	}
	.redes-sociais {
		width: 195px;
  		margin: 20px auto;
	}
	footer .logo {
		  display: block;
		  width: 230px;
		  display: block;
		  margin: 12px auto;
	}
	#menuresponsivo a,
	#cursosdrop a {
		font-size: 16px;
	}
	.login-options .button-wrap {
		float: none !important;
		text-align: center !important;
	}
	.curtir {
		left: 10% !important;
	}
	.woocommerce .col-1,
	.woocommerce .col-2,
	.shop_table {
	   width: 100%;
	}	
}

/* iPad and other tablets (portrait) */
@media screen and (max-width: 768px) {
	#cursosdrop {
		width: 93% !important;
	}
	footer .copyright,
	.dados {
		text-align: center;
	}
	.redes-sociais {
		width: 195px;
  		margin: 20px auto;
	}
	footer .logo {
		  margin: 16px auto;
		  width: 230px;
		  display: block;
		  margin: 12px auto;
	}
	#menuresponsivo a,
	#cursosdrop a {
		font-size: 16px;
	}
	.login-options .button-wrap {
		float: none !important;
		text-align: center !important;
	}
	.curtir {
		left: 10% !important;
	}
	.woocommerce .col-1,
	.woocommerce .col-2,
	.shop_table {
	   width: 100%;
	}	
}

/* outros dispositivos */
@media screen and (max-width: 991px) {

}