
.hide{
	display: none;
}


@media only screen and (max-width: 960px) {
	
	.hide-960{
		display: none !important;
		
	}
	
	.show-960{
		display: block !important;
	}
	
	.slider.fullscreen {
    height: 30% !important;

	
	}
	
	.tel{
		margin:0 auto !important;
		float: none !important;
	}
	
	.logo{
		margin:0 auto !important;
		float: none !important;
		width: 200px !important;
	}
	
	.menu>ul>li>a {
    font-size: 12px !important;
    padding-left: 6px !important;
    padding-right: 5px !important;

	}
	
	.bloco-index{
	width: 50% !important;
	}
	
	.corpo-clinico{
		width: 50% !important;
	}
}

@media only screen and (max-width: 640px) {
	.hide-640{
		display: none !important;
		
	}
	
	.show-640{
		display: block !important;
		
	}
	
	.logo{
		top: 0px !important;
		    margin-top: 30px !important;
	}
	
	.slider.fullscreen {
		height: 20% !important;
	}
	
		
	.slider.fullscreen{
		margin-top: 50px !important;
	}
		
	.bloco-index{
	width: 100% !important;
	}
	
	.titulo{
	margin-top: 60px;
}

	.titulo h1{
	text-align: center;
	margin-top: -5px !important;
}
	
	.corpo-clinico{
		width: 100% !important;
		min-height: 400px;
	}
	
	.bg-index h1{
		font-size: 30px !important;	
	}
	
	.txt-center{
		text-align: center !important;	
		
	}
	
	.icone-footer{
		margin: 0 auto !important;
		display: block !important;
		float: none !important;
	}
	
	.txt-footer{
		text-align: center !important;
	}
	
	section.t {
  height: 105px !important;
}
	
}



