/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
			
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.redesSociais{
		width:100%;
		margin-bottom:20px;
		text-align: center;
		float: none;
	}
	.opcoesUser{
		float: none;
		width: 100%;
	}
	.opcoesUser a{
		font-size: 12px;
	}
	.slideshow{
		height:auto;
	}
	.slideshowText{
		width: 100%;
		height: auto;
		right: 0;
	}
	.contactos .moduletable h3, .custom_oferta p{
		width:100%;
	}
	.custom_oferta p{
		width:100%;
		font-size: 28px;
		font-weight:bold;
		padding-top:20px;
	}
	.captionbox{
		padding-top:0;
		width:100%;
		padding-right:10px;
		padding-left:10px;
	}
	.captionbox .captionH3{
		font-size:16px;
	}
	.captionbox .captionP p{
		font-size:12px;
	}
	.moduletable_noticias{
		padding-top:90px;
	}
	.moduletable_noticias .fundoImagem{
		width:100%;
		height:auto;
		padding-right:10px;
		padding-bottom:10px;
		margin-bottom:20px;
	}
	.moduletable_noticias .titulo{
		font-size:32px;
		text-align:center;
	}
	.slogan .textoSlogan{
		padding-top:160px;
	}
	.logos_entidades{
		height:auto;
		border:0 none;
	}
	.ofertaFormativa{
		background-image: url(../images/fundoOfertasMobile.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	.item-image{
		width:100%;
	}
	.item-image img{
		max-width:100%;
	}
	.page-header h2, .content-category h2, .search .page-title, .visforms-form h1{
		font-size:38px;
	}
	  .moduletable_profissionais .tituloCurso{
		  width: 100% !important
	  }
	  .moduletable_profissionais .tituloCurso .mod-articles-category-title{
		  font-size: 20px;
	  }
	  .captionbox .saberMais{
		  margin-top: 0;
		  margin-bottom: 20px;
	  }
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) { 
	.redesSociais{
		width:100%;
		margin-bottom:20px;
		text-align: center;
		float: none;
	}
	.opcoesUser{
		float: none;
		width: 100%;
	}
	.opcoesUser a{
		font-size: 14px;
	}
	.slideshow{
		height:auto;
	}
	.slideshowText{
		width: 100%;
		height: auto;
		right: 0;
	}
	.contactos .moduletable h3, .custom_oferta p{
		width:100%;
	}
	.custom_oferta p{
		width:100%;
		font-size: 32px;
		font-weight:bold;
		padding-top:20px;
	}
	.captionbox{
		padding-top:0;
		width:100%;
		padding-right:10px;
		padding-left:10px;
	}
	.captionbox .captionH3{
		font-size:16px;
	}
	.captionbox .captionP p{
		font-size:12px;
	}
	.moduletable_noticias{
		padding-top:90px;
	}
	.moduletable_noticias .fundoImagem{
		width:100%;
		height:auto;
		padding-right:10px;
		padding-bottom:10px;
		margin-bottom:20px;
	}
	.moduletable_noticias .titulo{
		font-size:32px;
		text-align:center;
	}
	.slogan .textoSlogan{
		padding-top:160px;
	}
	.logos_entidades{
		height:auto;
		border:0 none;
	}
	.ofertaFormativa{
		background-image: url(../images/fundoOfertasMobile.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	.item-image{
		width:100%;
	}
	.item-image img{
		max-width:100%;
	}
	.page-header h2, .content-category h2, .search .page-title, .visforms-form h1{
		font-size:38px;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	  

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- iPad ---------- */
/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: portrait) {

		
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: landscape) {

}