* {
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	list-style: none;
	border: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
		sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-weight: 300;
}

h1,
h2,
h3 {
	font-weight: 500;
}

.header {
	display: flex;
	justify-content: space-between;
	height: 90px;
	width: 100%;
	background: #ffffff;
	align-items: center;
	z-index: 1001;
	position: fixed;
	-webkit-box-shadow: 0px 3px 19px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 3px 19px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 3px 19px -6px rgba(0, 0, 0, 0.75);
}

.logo {
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 140px;
	min-height: 120px;
	min-width: 120px;
}
.nav {
	margin-right: 140px;
}
.nav ul {
	display: flex;
}

.nav ul li {
	margin: 5px;
}
.nav ul li a {
	font-size: 18px;
	font-weight: 400;
	color: black;
	cursor: pointer;
}
.nav ul li a:hover {
	color: #28baf1;
}

.nav ul li a:visited,
a:link {
	text-decoration: none;
}

.nav ul li a:active {
	color: #28baf1;
}

.banner {
	background-image: url('../img/18697.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 100%;
	height: 405px;
	margin-top: 90px;
}

.slogan {
	background-color: #e8e8e8;
	display: flex;
	flex-direction: column;
	text-align: center;
	min-height: 130px;
	padding: 60px;
}

.main {
	background-color: #e8e8e8;
	padding-bottom: 60px;
	overflow: hidden;
}

.slogan h2 {
	font-size: 30px;
}

.slogan h3 {
	margin-top: 30px;
	font-weight: 200;
	font-size: 18px;
}

.tecnologias-header {
	text-align: center;
	background-color: #dfdfdf;
	padding-top: 20px;
}
.tecnologias {
	height: 200px;
	background-color: #dfdfdf;
	display: flex;
	align-items: center;
}

.atuacao {
	display: flex;
	flex-direction: column;
}
.atuacao-header {
	text-align: center;
	margin-top: 20px;
}
.atuacao-card {
	background-color: darkgray;
	flex: 1;
	margin-left: 5px;
	margin-right: 5px;
	padding: 20px;
	color: white;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.atuacao-content {
	display: flex;
	padding: 40px;
	justify-content: space-evenly;
	text-align: center;
}

.slide-wrapper {
	overflow: hidden;
}

.next {
	margin: 30px;
}
.prev {
	margin: 30px;
}

.footer {
	height: 70px;
	background-color: black;
	color: white;
}

.arrow {
	font-size: 40px;
}

.material-icons.md-48 {
	font-size: 48px;
	cursor: pointer;
}

.slide img {
	max-width: 250px;
	align-self: baseline;
	align-content: center;
	align-items: center;
}

.quem-somos {
	padding-top: 10px;
}

.quem-somos-header {
	background-color: #e8e8e8;

	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}
.quem-somos-header h1 {
	margin-bottom: 20px;
}
.quem-somos-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 5%;
	column-gap: 20px;
	row-gap: 20px;
}
.card {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	background-color: #dfdfdf;
	padding: 15px;
}

.cases {
	padding-top: 50px;
}

.cases-header {
	background-color: dimgrey;
	padding: 5%;
	text-align: center;
	color: white;
}
.cases-content {
	display: flex;
	padding: 50px;
}

.card-icon {
	background-color: #28baf1;
	border-radius: 50%;
	padding: 20px;
	margin: 20px;
	color: white;
}

.case-detail {
	padding: 0px 1%;
	flex: 1;
}
.case-detail h3 {
	margin-bottom: 20px;
}

.case-card {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	flex: 1;
}

.case-card-icon {
	margin-top: 20px;
	margin-bottom: 20px;
}
.case-card-description {
	display: flex;
	flex-direction: column;
}

.contato-header {
	background-image: url('../img/CALLUS.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 100%;
	height: 405px;
}

.contato-content {
	display: flex;
	justify-content: space-between;
	padding: 2% 10% 2% 10%;
}
.contato-infos {
	flex: 1;
}

.contato-form {
	background-color: #dfdfdf;
	padding: 30px;
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	align-content: center;
	text-align: center;
}

.input {
	margin: 10px;
	width: 100%;
	height: 40px;
	padding: 5px;
}

.input-area {
	margin: 10px;
	width: 100%;
	padding: 5px;
}

.full-width {
	width: 100%;
}

.btn {
	min-width: 200px;
	margin-top: 10px;
	padding: 15px;
	background-color: darkgray;
	color: white;
	font-size: 1em;
	font-weight: 700;
	align-self: flex-start;
}

.email {
	display: flex;
	margin-top: 20px;
	align-items: center;
}

.email span {
	margin-left: 10px;
	font-weight: 500;
}

@media only screen and (max-device-width: 775px) {
	.banner {
		height: 240px;
		background-image: url('../img/18697-resized.jpg');
	}

	.header {
		flex-direction: column;
		height: auto;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.quem-somos {
		padding: 10px;
	}
	.quem-somos-content {
		grid-template-columns: 1fr;
	}

	.cases-content {
		flex-direction: column;
	}
	.case-card {
		margin-bottom: 20px;
	}
	.case-detail {
		text-align: center;
	}
	.atuacao-content {
		flex-direction: column;
	}
	.atuacao-card {
		margin: 10px;
	}
	.contato-content {
		flex-direction: column;
	}
	.contato-infos {
		margin-bottom: 20px;
	}
	.nav {
		margin-right: 0px;
	}
	.logo {
		margin-left: 0px;
		min-width: 120px;
		min-height: 70px;
	}
	.slide img {
		max-width: 140px;
	}

	.contato-header {
		height: 200px;
		background-image: url('../img/CALLUS-resized.jpg');
	}
	.contato-content {
		padding: 2% 4% 2% 4%;
	}

	.slogan {
		padding: 3%;
	}
}
