/* TABLET LAYOUT 
----------------------------------------------- */
@media only screen and (min-width: 1021px) and (max-width: 1340px) {
	nav#principal ul#submenu li
	{
		padding-left: 0.7%;
		padding-right: 0.7%;
		font-size: 12px;
	}
}


@media only screen and (min-width: 821px) and (max-width: 1020px) {
	
	nav#principal ul#submenu li
	{
		padding-left: 0.4%;
		padding-right: 0.4%;
		font-size: 11px;
	}


} /* CLOSE TABLET LAYOUT */



/* MOBILE LAYOUT (PORTRAIT/320PX) 
----------------------------------------------- */

@media only screen and (max-width: 820px) {
	
	.no_mobile
	{
		display: none;
	}
	
	.mobile
	{
		display: block;
	}
	
	.half-w{
		width: 100%;
	}

	.quarter-w{
		width: 50%;
	}
	
	.gal .half-w
	{
		width: 50%;
	}
	
	.quarter3-w, .half-w.outros_equipa
	{
		width: 50%;
	}
		
	.half-w.label_prepos
	{
		width: 50%;
		font-size: 11px;
	}
	
	.header_page h2
	{
		line-height: 30px;
		font-size: 30px;
	}
	
	.content_text h3
	{
		font-size: 20px;
		line-height: 26px;
	}
	
/*
	nav#principal ul#menu
	{
		height: 34px;
		text-align: center;
	}
	
	nav#principal ul#menu li
	{
		width: auto;
		font-size: 8px;
		display: inline-block;
		clear: both;
		float: none;
		padding-left: 3px;
		padding-right: 3px;
	}
*/
	
	nav#principal ul#menu
	{
		width: 100%;
	}
	
	nav#principal ul#menu li
	{
		width: 16.6%;
		font-size: 8px;
		padding-left: 0px;
		padding-right: 0px;
		overflow: hidden;
		height: 34px;
	}


	
	.submenuwrapp p, .mobilemenu li
	{
		padding-left: 2.8%;
	}
	
	footer
	{
		min-height: 250px;
	}
	
	footer .ml
	{
		margin-left: 4.6%!important;
	}
	
	footer .text
	{
		padding-top: 12px;
		padding-bottom: 8px;
		 -webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}
	
	.background1 h2, .background2 h2, .background3 h2, .background4 h2
	{
		font-size: 16px;
		line-height: 20px;
	}
	
	#precario
	{
		word-wrap: break-word;
	}
	
	#marisa-marques .text_resumo
	{
		font-size: 11px;
	}
	
	nav#principal ul#submenucasos li
	{
		width: 16.6667%;
	}
	
	nav#principal ul#submenucasos li img
	{
		width: 100%;
		height: auto;
	}
	
	#contactos .full-w
	{
		width: 50%!important;
	}
	
	#contactos .full-ww .full-w 
	{
		width: 100%!important;
	}
	
	#precario .quarter-w, #precario .quarter3-w
	{
		width: 100%;
	}
	
	#cirurgias .quarter-w h2, #casos-clinicos .quarter-w h2, #cirurgia .quarter-w h2, #caso-clinico .quarter-w h2
	{
		font-size: 16px;
	}
	
	.file_wrap_txt
	{
		font-family: 'fira_sansextralight';
		color: #fff;
		font-size: 18px;
		line-height: 16px;
		text-align: center;
		position: relative;
		visibility: hidden;
	}
	
	.text_resumo
	{
		line-height: 14px;
		margin-top: 4.6px;
	}
	
	.caixa
	{
		margin-bottom: 14px;
		height: 25px;
	}
	
	.hcaixa
	{
		height: 100px;
	}
	
	.botao
	{
		height: 25px;
		
	}
	
	.resume_form
	{
		font-size: 11px;
		line-height: 15px;
	}
	
	#press
	{
		font-size: 11px;
		line-height: 15px;
	}
	
	
} /* CLOSE MOBILE LAYOUT */


/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX) 
----------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 820px) {
	
/*
	nav#principal ul#menu
	{
		width: 100%;
	}
	
	nav#principal ul#menu li
	{
		width: auto;
		font-size: 12px;
		display: inline-block;
		clear: both;
		float: none;
		padding-left: 8px;
		padding-right: 8px;
	}
*/
	
	nav#principal ul#menu
	{
		width: 100%;
	}
	
	nav#principal ul#menu li
	{
		width: 16.6%;
		font-size: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}

	
	.text_resumo
	{
		line-height: 16px;
		font-size: 12px;
		margin-top: 4.6px;
	}
	
	.caixa
	{
		margin-bottom: 20px;
		height: 30px;
	}
	
	.hcaixa
	{
		height: 200px;
	}
	
	.botao
	{
		height: 30px;
		
	}
	
	.resume_form
	{
		font-size: 13px;
		line-height: 18px;
	}
	
	#press
	{
		font-size: 11px;
		line-height: 15px;
	}

	
} /* CLOSE WIDE MOBILE LAYOUT */
