body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0 0 15px;
	padding: 0;
}

h1.margin-0 h2.margin-0,
h3.margin-0,
h4.margin-0,
h5.margin-0,
h6.margin-0 {
	margin: 0;
}

h1,
h2,
h3 {
	line-height: 1.2em;
	font-weight: 700;
}

h4,
h5,
h6 {
	line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h1.cap,
h2.cap,
h3.cap,
h4.cap,
h5.cap,
h6.cap {
	text-transform: capitalize;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 2em;
}

h5 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.5em;
}

p {
	line-height: 1.5em;
}

p:last-child {
	margin: 0 !important;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	transition: background .3s, color .3s;
}

.padding-100 {
	padding: 100px 15px 0;
}

header.padding-100 {
	padding: 100px 15px;
}

div.overlay {
	background: rgba(0, 0, 0, .75);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

header {
	background: url(../img/llummtech_hero_landing.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	color: #fff;
}

header .hero-content {
	position: relative;
}

header .hero-content .logo-hero img {
	width: 100%;
}

header .hero-content .txt-hero h1 {
	font-size: 2em;
	line-height: 1.3em;
	font-weight: 400;
	margin: 50px 0 !important;
}

.btn-laranja a {
	background: #ED6D26;
	color: #fff;
	margin: 0 30px 0 0;
	padding: 15px 30px;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;

}

.btn-laranja a:hover {
	background: #555;
}

.btn-laranja a i {
	font-size: 35px;
	margin-right: 15px
}

.btn-grafite {
	width: 100%;
	max-width: 350px;
	margin: 50px 0 0 15px;
}

.btn-grafite a {
	background: #555;
	color: #fff;
	margin: 0 30px 0 0;
	padding: 15px 30px;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;

}

.btn-grafite a:hover {
	background: #ED6D26;
}

.btn-grafite a i {
	font-size: 35px;
	margin-right: 15px
}

header .hero-content .linha-topo-1 {
	position: absolute;
	width: 15px;
	height: 100%;
	top: -100px;
	left: 0;
	background: rgb(255, 210, 6);
	background: linear-gradient(180deg, rgba(255, 210, 6, 1) 0%, rgba(237, 109, 38, 1) 100%);
}

header .linha-topo-2 {
	position: absolute;
	width: 25%;
	height: 24px;
	bottom: -12px;
	right: 0;
	background: rgb(255, 210, 6);
	background: linear-gradient(90deg, rgba(255, 210, 6, 1) 0%, rgba(237, 109, 38, 1) 100%);
}

main .title {
	max-width: 700px;
}

main h2 {
	font-size: 2.5em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 0;
	position: relative;
}

main h2::before {
	content: '';
	width: 400px;
	height: 10px;
	position: absolute;
	top: 0;
	background: rgb(255, 210, 6);
	background: linear-gradient(90deg, rgba(255, 210, 6, 1) 0%, rgba(237, 109, 38, 1) 100%);
}

main .seta-1 {
	position: absolute;
	width: 200px;
	right: 15px;
}

main #cards .cards-container .card-item {
	width: 100%;
	padding: 30px;
	margin: 15px 0;
}

main #cards .cards-container .card-item .title-card {
	position: relative;
}

main #cards .cards-container .card-item .title-card img {
	opacity: 0.5;
	height: 100px;
	display: inline;
	width: auto;
}

main #cards .cards-container .card-item .title-card h3 {
	font-size: 1.3em;
	color: #ED6D26;
	position: absolute;
	top: 75px;
	left: 30px;
}

main #cards .cards-container .card-item .content {
	margin: 30px 0 0;
}

main #cards .cards-container .card-item .content p {
	font-size: 0.9em;
}

main #diferenciais {
	position: relative;
}

.seta-up-1 {
	position: absolute;
	width: 150px;
	top: -75px;
}

main #diferenciais-content {
	background-image: url(../img/llummtech_hero_landing.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 100px 0;
	margin-top: 30px;
}

main #diferenciais-content .diferenciais-lista {
	background: #ED6D26;
	padding: 30px;
	position: relative;
}

main #diferenciais-content .diferenciais-lista ul {
	max-width: 750px;
}

main #diferenciais-content .diferenciais-lista ul li {
	color: #fff;
	padding: 10px 50px;
	text-transform: uppercase;
	position: relative;
}

main #diferenciais-content .diferenciais-lista ul li:before {
	content: '';
	width: 50px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	background: #ffd206;
	background: linear-gradient(90deg, rgba(237, 109, 38, 1) 0%, rgba(255, 210, 6, 1) 100%);
}

.btn-grafite.diferenciais {
	position: absolute;
	bottom: -75px;
	max-width: 400px
}

.btn-grafite.diferenciais a:hover {
	background: #ffd206;
	color: #555;
}

#parceiro {
	position: relative;
}

.seta-up-2 {
	position: absolute;
	width: 150px;
	bottom: 30px;
	right: 15px;
}

#clientes-carrossel {
	background: url(../img/llummtech_clientes_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 100px 15px;
}

#clientes-carrossel .card-cliente {
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
}

#clientes-carrossel .card-cliente h3 {
	background: #ffd206;
	background: linear-gradient(90deg, rgba(237, 109, 38, 1) 0%, rgba(255, 210, 6, 1) 100%);
	color: #fff;
	text-transform: uppercase;
	padding: 30px;
}

#clientes-carrossel .card-cliente .card-cliente-content {
	padding: 30px 15px;
	display: flex;
	align-items: center;
	min-height: 400px;
}

#clientes-carrossel .card-cliente .card-cliente-content>div>div {
	padding: 0 15px;
}

#clientes-carrossel .card-cliente .card-cliente-content>div ul li {
	margin: 10px 0;
}

.owl-nav {
	text-align: center;
}

.owl-nav button {
	margin: 30px 15px;
}

.owl-nav button i {
	color: #ED6D26;
	font-size: 30px;
}

#fale-conosco form label {
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ED6D26;
}

#fale-conosco form input:focus,
#fale-conosco form textarea:focus,
#fale-conosco form button:focus {
	box-shadow: 0 0 0 0.25rem rgba(237, 108, 38, 0.2);
	border: #ED6D26;
}

#fale-conosco form #enviar {
	background: rgb(255, 210, 6);
	background: linear-gradient(90deg, rgba(255, 210, 6, 1) 0%, rgba(237, 109, 38, 1) 100%);
	border: none;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 35px;

}

#fale-conosco form label.error {
	font-size: 0.9em;
	font-weight: 400;
	text-transform: unset;
}

#mensagem {
	font-size: 0.9em;
	font-weight: 500;
	color: #ED6D26;
}

footer {
	background: #555;
	color: #fff;
	padding: 50px 15px;
	margin-top: 100px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ffd206;
}

footer a i {
	font-size: 30px;
	margin: 0 5px;
}

footer .copy {
	font-size: 0.9em;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 10%;
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2e363f;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 15px;
	z-index: 999;
}

.cookie-banner > * {
	margin: 5px;
}

.cookie-banner a {
	color: #fff;
}

.cookie-banner a:hover {
	color: #ffd206;
}

button.ok {
    padding: 5px 30px;
    background-color: #eb6c21;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

@media screen and (max-width:767px) {
	.padding-100 {
		padding: 80px 15px 0;
	}

	header.padding-100 {
		padding: 50px 15px;
	}

	header .hero-content .linha-topo-1 {
		left: -30px;
	}

	header .hero-content .linha-topo-2 {
		bottom: -7px;
	}

	header .hero-content .txt-hero h1 {
		font-size: 1.3em;
		line-height: 1.5em;
		margin: 50px 0 !important;
	}

	.btn-hero-container {
		flex-direction: column;
	}

	.btn-laranja a {
		margin: 15px 0;
		font-size: 0.9em;
		max-width: 500px;
	}

	header .linha-topo-2 {
		width: 50%;
		height: 15px;
		bottom: -7.5px;
	}

	main h2 {
		font-size: 1.8em;
	}

	main .seta-1 {
		width: 50;
		right: 15px;
	}

	main h2::before {
		content: '';
		width: 100%;
		height: 10px;
	}

	.seta-up-1 {
		width: 50px;
	}

	.seta-up-2 {
		width: 50px;
	}

	main #diferenciais-content {
		padding: 100px 0 0;
		margin-bottom: 50px;
	}

	main #diferenciais-content .diferenciais-lista {
		background: #ED6D26;
		padding: 30px;
		position: relative;
		margin-top: 50px;
	}

	main #diferenciais-content .diferenciais-lista ul li {
		color: #fff;
		padding: 10px 10px 10px 50px;
		text-transform: uppercase;
		position: relative;
	}

	.btn-grafite.diferenciais {
		position: relative;
		margin: 0;
	}

	.btn-grafite.diferenciais a {
		margin: 0;
		font-size: 0.9em;
	}

	.btn-grafite a {
		font-size: 0.9em;
		max-width: 400px;
	}

	#clientes-carrossel .card-cliente h3 {
		font-size: 1.5em;
	}

	#clientes-carrossel .card-cliente .card-cliente-content>div {
		flex-direction: column;
	}

	#clientes-carrossel .card-cliente .card-cliente-content>div>div.w-50 {
		width: 100% !important;
	}

	#fale-conosco form div {
		flex-direction: column;
	}

	#fale-conosco form.mt-5 {
		margin-top: 0 !important;
	}

	#fale-conosco form div.w-50 {
		width: 100% !important;
	}

	.logo-footer {
		text-align: center;
	}

	.logo-footer img {
		max-width: 300px;
	}

	.copy-container {
		margin-top: 30px;
		flex-direction: column;
	}

	.copy-container>div {
		margin: 10px 0;
	}

}

@media screen and (min-width:992px) and (max-width: 1199px) {}

@media screen and (min-width:1200px) and (max-width: 1399px) {
	main #diferenciais-content {
		background-position-x: -20vw;
	}

}