*{
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.hero{
	background: url("images/hero_cover.jpg");
	height: 100vh;
	background-size: cover;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.hero_inner{
	max-width: 600px;
	margin-left: 180px;
}

.exames-carrossel{
	height: 85px;
	overflow: hidden;
}

.car_slides{
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
	background-color: #ee703f;
	background-image: linear-gradient(45deg, rgba(255,121,168,1) 0%, rgba(242,101,34,1) 59%);
  	background-size: 100%;
  	background-repeat: repeat;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent; 
	  -moz-background-clip: text;
	  -moz-text-fill-color: transparent;
}

.hero h2{
	font-size: 40px;
	background-color: #ee703f;
	background-image: linear-gradient(45deg, rgba(255,121,168,1) 0%, rgba(242,101,34,1) 59%);
  	background-size: 100%;
  	background-repeat: repeat;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent; 
	  -moz-background-clip: text;
	  -moz-text-fill-color: transparent;
	  margin-top: 20px;
	  text-transform: uppercase;
}

.hero_inner a{
	padding: 20px 30px;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 30px;
	display: inline-block;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-image: linear-gradient(45deg, rgba(255,121,168,1) 0%, rgba(242,101,34,1) 59%);
}