h2,h2 small {
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	color: white;
}

h2 small {
	font-style: italic;
}

header {
	background: none;
	position: relative !important;
}

body,html {
	background: white;
	 text-align: justify;
	
}

body p {
	font-size: 26px;
}

body p,body h2, body header {
	opacity: 0.9;
}

body .english p {
	font-size: 24px;
}

h2 i {
	color: white;
}


h2 img {
	height: 80px;
	margin-left: 20px;
	opacity: 0.8;
}

.content {
	position: relative;
	height: 100%;
}


.title-wrapper {
}

.content-institucional {
	background: linear-gradient(to right, #151a2c , #0f477b);
}

.content-institucional::after {
	display: none;
}

/* COLUNA */
.content-coluna .content-image {
	background: url("../img/coluna-bg.jpg") no-repeat right top;
	opacity: 0.4;
	background-size: cover;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	opacity: 0.2;
}

.text-wrapper {
	margin-top: 100px;
}

.item-product {
	height: 240px;
	opacity: 0.1;
}

.content-image {
	left: 0px;
	right: 0px;
	top: 0px;
	position: absolute;
	bottom: 0px;
	filter: grayscale(1);
	z-index: 0;
	content: "";
}

.content:after {
	background-image: linear-gradient(to right, #0f477b , #151a2c);
	opacity: 0.8;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.content_ortopedia:after {
	background-image: linear-gradient(to right, #4d2c7d , #4d2c7d);
	opacity: 0.8;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.content_instrumental:after {
	background-image: linear-gradient(to right, #d63e36 , #b0121d);
	opacity: 0.8;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.content_equipamentos:after {
	background-image: linear-gradient(to right, #c9641c , #ed943e);
	opacity: 0.8;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.content_biologicos:after {
	background-image: linear-gradient(to right, #0b5627 , #3d7d45);
	opacity: 0.8;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.content_neurofuncional:after {
	background-image: linear-gradient(to right, #7d4f29 , #c19362);
	opacity: 0.8;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.content_neurocirurgia:after {
	background-image: linear-gradient(to right, #135b64 , #197985);
	opacity: 0.8;
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1;
}

.content-text {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2;
}

.content-text p {
	color: white;
}

@media   (max-width: 500px) {
	
	body p {
    text-align: left !important;
}
	
	#box_novo_01{ width: 100% !important; padding: 0 !important; padding-bottom: 30px !important; }
	#box_novo_02{ width: 100% !important; padding: 0 !important;}
	
	#box_novo_01 img{ width: 100% !important;}
	#box_novo_02  img{ width: 100% !important; }
	
	body p, body h2, body header {
    text-align: left !important;
}
	
	#box_novo_012{ width: 100% !important; padding: 0 !important; padding-bottom: 30px !important;  margin: 0 !important; }
	#box_novo_022{ width: 100% !important; padding: 0 !important; margin: 0 !important; text-align: center; }
}