@media only screen and (max-width: 768px){

	/* HOME */
	.a{
		margin-top: 120px;
	}

	header .logo a{
	    margin-left: 20px;
	}

	.procedimentos{
		margin-left: 0;
	}

	.contato .endereco{
		margin-top: 50px;
	}

	.contato .box p{
		text-align: center;
	}

	.contato .box img{
		float: none!important;
		margin: 0 auto;
		display: block;
		padding-top: 0;
		padding-bottom: 10px;
	}

	/* DAMIANI */

	.damiani{
		background-position: -790px top;
	}

	.damiani .bx-wrapper .bx-prev {
	    left: 6px!important;
	}
	.damiani .bx-wrapper .bx-next {
	    right: -6px!important;
	}

	/* SINGLE */

	.interna{
		background-position: -790px top!important;
	}

	.plastica.interna{
		background-position: -720px top!important;	
	}

	.hospitais ul li{
		margin-right: 30px;
		width: 230px;
	}

	/* PROCEDIMENTOS */

	.bx-wrapper .bx-controls-direction a{
		margin-top: 35px!important;
	}

	.bx-wrapper .bx-prev{
		left: -14px!important;
	}

	.bx-wrapper .bx-next{
		right: -14px!important;
	}

	.slider1 .slide{
		margin-left: 40px!important;
	}

	.menu-principal{
		padding: 130px 0 0 0;
		z-index: 10;
	    width: 100%;
	    height: 100%;
	    background-color: #fff;
	    position: fixed;
	    top: 0;
	    left: 0;
	    overflow: auto;
	    display: none;
	}

	.menu-principal a{
		display: block;
		text-align: center;
		padding-bottom: 10px;
		font-size: 20px;
		font-family: 'open_sanslight';
		color: #676767;
	}

	.icon-menu{
		background: url('../imagens/icon_menu.png') no-repeat;
		width: 40px;
		height: 20px;
		position: absolute;
		top: 80px;
		right: 80px;
		z-index: 9999
	}

	.icon-fechar{
		background: url('../imagens/icon_fechar.png') no-repeat;
		width: 40px;
		height: 30px;
		position: absolute;
		top: 80px;
		right: 80px;
		z-index: 9999;
		display: none;
	}

	.sub-menu,
	.sub-menu-sub{
		display: none;
	}

	.sub-menu li a{
		color: blue;
		font-size: 15px;
		color: #9a5092;
	}

	.sub-menu-sub li a{
		color: #676767;
	}

	.abre{
		display: block;
	}

}
