/*
Theme Name: Enerluz
Theme URI: luraweb.com.br
Author: LURA
Version: 1.0
Author URI: luraweb.com.br
Text Domain: Enerluz

*/

:root {
	--verde: #014029;
	--laranja: #f07a20;
	--font: 'Vinila', sans-serif;
}

/* Reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	scroll-behavior: smooth;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font);
}

body {
	font-family: var(--font), sans-serif;
	color: var(--body-color);
	letter-spacing: -0.7px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	background: #fff;
}

body img {
	max-width: 100%;
	height: initial;
}

strong {
	font-weight: bold;
}

a:hover,
a:focus {
	text-decoration: none;
}

#site {
	position: relative;
	overflow-x: hidden;
}

/* CTA's */
.cta_primary {
	font-family: var(--font);
	cursor: pointer;
	border: 0;
	padding: 8px 30px;
	font-weight: bold;
	transition: all .3s;
	border-radius: 40px;
	display: table;
	background: transparent;
	font-family: var(--font);
	font-size: 16px;
	border: 2px var(--verde) solid;
	text-transform: uppercase;
	background: var(--verde);
	color: #fff;
}

.cta_primary:hover {
	border: 2px var(--verde) solid;
	color: var(--verde);
	background-color: #fff;
}

.cta_primary i {
	margin-left: 10px;
	position: relative;
}

.cta_primary:hover i {
	right: -10px;
}


.cta_orcamento {
	position: fixed;
	z-index: 99;
	bottom: 30px;
	right: 30px;
	display: table;
	border-radius: 50px;
	background: #fff;
	color: #2e2e2e;
	padding: 10px 20px;
	padding-left: 70px;
	border: 1px #dedede solid;
	font-size: 14px;
	box-shadow: 0 0 20px #00000026;
	transition: all .2s;
}

.cta_orcamento strong {
	font-weight: bold;
}

.cta_orcamento:hover {
	color: #fff;
	background: var(--azul);
	border-color: var(--azul);
}

.cta_orcamento i {
	background: var(--verde);
	color: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px
}

/* Menu Responsivo */
.menuResponsivo {
	background: #fff;
	top: 0;
	left: -70%;
	width: 70%;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	z-index: 99999;
	padding: 0px 0;
}

.menuResponsivo img {
	margin: 20px auto;
	margin-top: 60px;
	display: block;
	max-width: 200px;
}

.menuResponsivo ul {
	display: table;
	width: 100%;
}

.menuResponsivo ul li {
	display: table;
	width: 100%;
	border-bottom: 1px #dedede solid;
}

.menuResponsivo ul li a {
	color: #000;
	text-align: center;
	display: block;
	font-size: 14px;
	padding: 15px;
	font-weight: bold;
}

.menuResponsivo ul li a:hover,
.menuResponsivo ul li a:focus {
	background: var(--verde);
	color: #fff;
}

.menuResponsivo .sub-menu {
	background: #f5f5f5;
}

.menuResponsivo .sub-menu a {
	font-weight: normal;
	font-size: 14px;
}

.menuResponsivo ul li.destaque a {
	background: var(--verde);
	color: #fff;
}


/* Cookies */
.avisoCookies {
	z-index: 9999999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: table;
	background: #1b1b1bd4;
	color: #fff;
	padding: 20px 0;
}

.avisoCookies p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 18px;
}

.avisoCookies p a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.avisoCookies .acoes {
	display: table;
	margin: auto;
}

.avisoCookies .acoes a {
	display: table;
	margin: auto;
	margin-top: 10px;
	background: transparent;
	line-height: 12px;
	color: #fff;
	padding: 11px 21px;
	border-radius: 14px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
	text-decoration: none;
	margin-right: 10px;
	border: 1px #fff solid;
}

.avisoCookies .acoes button {
	display: table;
	margin: auto;
	margin-top: 10px;
	background: var(--laranja);
	border: 1px  solid;
	color: #fff;
	padding: 5px 28px;
	border-radius: 14px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	float: left;
}


/* 404 */
.page-404 {
	padding: 90px 0;
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
}

.page-404 .container {
	text-align: center;
}

.page-404 h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: var(--verde);
	text-transform: uppercase;
}

.page-404 h2 {
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 30px;
}

.page-404 a {
	margin: auto;
}


section.title-page h1 {
	text-align: left;
}

.logo__header{
	filter: drop-shadow(2px 3px 4px gray);
}

.btn-fixed{
	position: fixed;
	bottom: 50px;
	right: 50px;
	visibility: hidden;	

	width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff !important;
	box-shadow: 0 0 40px #00000046;
	z-index: 999;
	
}

@media  (max-width: 769px ) {
	.btn-fixed{
		bottom: 100px;
		right: 33px;
	}
}

.btn-fixed i{
	font-size: 30px;
	color: var(--laranja);
	
}

.btn-fixed.visible{
	visibility: visible;
}