@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');

header {
	color: white;
	padding: 10px 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	height: 35px;
	font-size: 22px;
	padding-bottom: 0px;
	width: 100%;
	position: absolute;
}

#wrapper {
	position: relative;
}

#wrapper > div {
	padding-top: 40px !important;
}

body,html {
	background: #151a2c;
	height: 100%;
	background-image: url(../img/pattern_dabasons.png);
	background-position: top center;
}

#wrapper {
	height: 100%;
}

.card {
	background: white;
	border: 0px solid #d6d6d6;
	height: 100%;
	position: relative;
}

.card-default-image:hover .image:before {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-image: linear-gradient(to bottom right, white , gray);
	opacity: 0.3;
	content: "";
	z-index: 9999;
}

.card:hover h4 {
}


h5,h4 small {
	z-index: 9;
	color: white;
	opacity: 0.8;
	margin-bottom: 2px !important;
	text-transform: capitalize;
	font-size: 20px;
}



.card h4,.card h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
}

.h-100 {
	
	height: 100%;
}


.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

/* CARDS */



.card-canal-de-etica .image {
	background: url("../img/canal-de-etica-cortado.jpg");
}

.card-canal-de-etica:after {
	background-image: linear-gradient(to right, #d63e36 , #b0121d);
}

.card-canal-de-etica:hover:after {
	border-color: #c9641c;
}





.card-servicos .image {
	background: url("../img/servicos.jpg");
}

.card-servicos:after {
		
	background-image: linear-gradient(to right,  #151a2c , #0f477b);
}

.card-servicos:hover:after {
	
	border-color: #c9641c;
}




.card-servicos2020 .image {
	background: url("../img/servicos.jpg");
}

.card-servicos2020:after {
		
	background-image: linear-gradient(to right,  #4d2c7d , #4d2c7d);
}

.card-servicos2020:hover:after {
	
	border-color: #4d2c7d;
}


.card-news .image {
	background: url("../img/news-cortado.jpg");
}

.card-news:after {
		background-image: linear-gradient(to right, #0b5627 , #3d7d45);
}

.card-news:hover:after {
	border-color: #c9641c;
}








.card-fale-conosco .image {
	background: url("../img/fale-conosco-cortado.jpg");
}

.card-fale-conosco:after {
	
		background-image: linear-gradient(to right, #ec7e13,#a5815e  );
}

.card-fale-conosco:hover:after {
	border-color: #c9641c;
}







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




.card-institucional h4,.card-institucional:hover img {
	display: none;
}

.card-institucional:hover h4 {
	display: block;
	color: white;
}

.card-instrumental .image {
	background: url("../img/instrumental.jpg");
}

.card-instrumental:after {
	background-image: linear-gradient(to right, #d63e36 , #b0121d);
}

.card-instrumental:hover:after {
	border-color: #d63e36;
}





.card-equipamentos .image {
	background: url("../img/equipamentos-cortado.jpg");
}

.card-equipamentos:after {
	background-image: linear-gradient(to right, #c9641c , #ed943e);
}

.card-equipamentos:hover:after {
	border-color: #c9641c;
}

.card-faleconosco2020 .image {
	background: url("../img/equipamentos-cortado2.jpg");
}

.card-faleconosco2020:after {
	background-image: linear-gradient(to right, #c9641c , #ed943e);
}

.card-faleconosco2020:hover:after {
	border-color: #c9641c;
}





.card-coluna .image {
	background: url("../img/coluna.jpg");
}

.card-coluna:after {
	background-image: linear-gradient(to right, #0f477b , #151a2c);
}

.card-coluna:hover:after {
	border-color: #0f477b;
}




.card-neurocirurgia .image {
	background: url("../img/neurocirurgia.jpg");
}

.card-neurocirurgia:after {
	background-image: linear-gradient(to right, #135b64 , #197985);
}

.card-neurocirurgia:hover:after {
	border-color: #135b64;
}

.card-neurocirurgia h4 {
	
}






.card-neurofuncional .image {
	background: url("../img/neurofuncional.jpg");
}

.card-neurofuncional:after {
	background-image: linear-gradient(to right, #7d4f29 , #c19362);
}

.card-neurofuncional:hover:after {
	border-color: #7d4f29;
}






.card-biologicos .image {
	background: url("../img/biologicos.jpg");
}

.card-biologicos:after {
	background-image: linear-gradient(to right, #0b5627 , #3d7d45);
}

.card-biologicos:hover:after {
	border-color: #0b5627;
}


.card-default-image {
	overflow: hidden;
}

.card-default-image:after {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.8;
	content: "";
	z-index: 0;
}

.card-default-image:hover:after {
	border-width: 0px;
	border-style: solid;
}

.card-default-image .image {
	filter: grayscale(1);
	position: absolute;
	left: 0px;
	background-size: cover;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-position: center center;
	transition: all 0.5s ease;
}

.card-default-image:hover .image {
	left: -60px;
	top: -60px;
	bottom: -60px;
	right: -60px;
}

.card h4 {
	z-index: 9;
	font-size: 32px;
	line-height: 35px;
	color: white;
	transition: all 0.5s ease;
	opacity: 0.8;
	margin-bottom: 2px !important;
	text-transform: capitalize;
}

.card h4 small {
	
	transition: all 0.5s ease;
}


.card:hover h4 {
	color: white;
	opacity: 1;
}


.card:hover h4 {
	font-size: 40px;
	line-height: 45px;
}

.card:hover h4 small {
	font-size: 30px;
}



/*
.card-blue {
	background-image: linear-gradient(to right, #0f477b , #151a2c);
}

.card-blue h4 {
	color: white;
	
}

.card-red-2 {
	background-image: linear-gradient(to right, #b0121d , #b0121d);
}

.card-red-2 h4 {
	color: white;
}


.card-blue-2 {
	background-image: linear-gradient(to right, #151a2c , #151a2c);
}

.card-blue-2 h4 {
	color: white;
	
}


.card-blue:hover {
	border: 4px solid #151a2c;
}


.card-orange {
	background-image: linear-gradient(to right, #ec8f3d , #c9641c);
}

.card-orange h4 {
	color: white;
}

.card-orange:hover {
	border: 4px solid #c9641c;
}

.card-red {
	background-image: linear-gradient(to right, #d63e36 , #b0121d);
}

.card-red h4 {
	color: white;
}

.card-red:hover {
	border: 4px solid #b0121d;
}

.card-brown {
	background-image: linear-gradient(to right, #b28150 , #7d4f29);
}

.card-brown h4 {
	color: white;
}

.card-brown:hover {
	border: 4px solid #7d4f29;
}
*/
