/*!
 * Start Bootstrap - New Age v5.0.0 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */
 @import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap');
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Nunito', sans-serif;
}

a {
  color: #000000;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #000000;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 30px 0;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}
section.simulacao {
  background: #EEF3F7;
}
section.orcamento {
  background: #8CC63F;
}
section.passo-a-passo {
  background: #FFFFFF url(../img/pattern.png) repeat;
}
section.depoimentos {
  background: #EEF3F7;
}
section.interna {
  margin-top: 120px;
}
section.interna2 {
  margin-top: 150px;
  background: #FFFFFF url(../img/pattern.png) repeat;
}
section.chama-consultor {
  background: #E9BC00;
}
section.entenda {
  background: #EEF3F7;
}
section h2 {
  font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.preto {
  color: #000000;
}
.branco {
  color: #FFFFFF;
}
#mainNav {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}

#mainNav .navbar-brand {
  color: #000000;
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  transition: 0.25s all linear;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #FFFFFF;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #000000;
}

#mainNav .navbar-nav > li > a {
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}

#mainNav .navbar-nav > li > a.active {
  color: #000000;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #000000;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #FFFFFF;
  background: #E9BC00;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: #FFFFFF;
  background-color: #FFFFFF;
  }
  #mainNav .navbar-brand {
    color: #000000;
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #FFFFFF;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color:  #000000;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #FFFFFF;
    background: #E9BC00;
  }
  #mainNav.navbar-shrink {
    border-color: #FFFFFF;
  background-color: #FFFFFF;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #000000;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #FFFFFF;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #000000;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #FFFFFF;
    background: #E9BC00;
  }
}
.amarelo-redondo a {
  background: #E9BC00;
  color: #FFFFFF !important;
  border-radius: 25px;
  float: left;
}
.amarelo-redondo a:hover {
  background: #000000 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background: #E9BC00;
  border: 0;
  border-radius: 0;
  padding: 8px 5px;
}
li.show a.nav-link {
  background: #E9BC00 !important;
  color: #FFFFFF !important;
}
.dropdown-menu {
  margin: 0;
}
.dropdown-menu a {
  color: #000000 !important;
  border-bottom: 1px solid #c19d06;
}
.dropdown-menu a:hover {
  color: #FFFFFF !important;
  background: transparent;
}
.dropdown-menu a:last-child {
  border-bottom: 0;
}
.dropdown-item {
  padding: 0.35rem 0.4rem;
}
.navbar-brand img {
  transition: all 2s ease;
}
.navbar-shrink .navbar-brand img {
  height: 60px;
}
header {
  position: relative;
	width: 100%;
	height: auto;
  float: left;
  margin-top: 140px;
}

@media (min-width: 768px) {
  
}
footer {
  padding: 15px 0;
  position: relative;
  border-top: 1px solid #ededed;
	width: 100%;
	height: auto;
	float: left;
  background-color: #FFFFFF;
}
.amarelo {
  color: #E9BC00;
}
.bloco-info-rodape, .tit-roda, .cont-roda {
  width: 100%;
	height: auto;
	float: left;
}
.tit-roda h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.rodape p {
  font-size: 12px;
  margin-bottom: 1px;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer p a {
  color: #000000;
  text-decoration: none;
}
footer p a:hover {
  text-decoration: underline;
}
footer p i {
  color: #000000;
}
.desce-rodape {
  padding: 30px 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/***** Paginacao ****/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #000000;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #444242;
}
.paginacao ul {
	padding:0;
}
.paginacao {
    width: 100%;
    height: auto;
    float: left;
    margin: 35px 0;
}
.redes-rodape a {
  font-size: 25px;
    float: left;
    margin: 5px;
    transition: all 0.2s ease;
}
.redes-rodape a:hover {
  color: #E9BC00;
}
.cont-sobre, .tit-sobre, .txt-sobre, .but-padrao1 {
  width: 100%;
    height: auto;
    float: left;
}
.img-lateral-sobre {
  margin-bottom: 20px;
  margin-left: 50px;
}
.txt-sobre p {
  font-size: 16px;
  color: #000000;
}
.but-padrao1 a {
  border-left: 2px solid #E9BC00;
  text-decoration: none;
  padding: 4px 10px;
  background: #FFFFFF;
  transition: all 0.3s linear;
  font-size: 14px;
  text-transform: uppercase;
}
.but-padrao1 a:hover {
  background: #E9BC00;
  color: #FFFFFF;
}
.desce {
  padding: 15px 0;
}
.desce2 {
  padding: 25px 0;
}
.bloco-serv a {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 15px;
  padding: 25px 10px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(153,147,153,1);
-moz-box-shadow: 0px 0px 10px -2px rgba(153,147,153,1);
box-shadow: 0px 0px 10px -2px rgba(153,147,153,1);
}
.bloco-serv a:hover {
  background: #e7a61a;
  color: #FFFFFF;
}
#home-simulacao h3 {
  font-weight: 500;
  color: #000;
}
#home-simulacao #box-valor-selecionado {
  display: block;
    text-align: center;
    margin: 10px 0;
    color: rgb(125, 124, 124);
    font-size: 22px;
    font-weight: 900;
}
#home-simulacao .slider {
  -webkit-appearance: none;
  margin: 0 0 4rem;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #57555a;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.48s;
  transition: opacity 0.48s;
  cursor: pointer;
}
#home-simulacao .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e7a61a;
  cursor: pointer;
}
#home-simulacao .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #8CC63F;
  cursor: pointer;
}
#home-simulacao .box-icone {
  margin-bottom: 10px;
  min-width: 60px;
}

#home-simulacao .titulo {
  display: block;
    text-align: center;
    font-size: 13px;
    color: #8e8d8d;
    font-weight: 700;
}

#home-simulacao #valor-gasto-total, #home-simulacao #valor-consumo-kwh, #home-simulacao #valor-emissao-gas-carbonico {
  font-size: 18px;
  display: block;
  color: #8CC63F;
  font-weight: 900;
  float: left;
}

#home-simulacao .frequencia {
  display: block;
    color: #8e8d8d;
    font-size: 12px;
    float: left;
    font-weight: 700;
    margin-top: 5px;
    margin-left: 5px;
}
.bolinha {
  float: left;
  margin-top: -130px;
  display: block;
}
@media (max-width: 768px) {
  #home-simulacao #valor-gasto-total, #home-simulacao #valor-consumo-kwh, #home-simulacao #valor-emissao-gas-carbonico {
    float: none;
  }
  #home-simulacao .frequencia {
    float: none;
  }
  .img-lateral-sobre {
    margin-left: 0;
  }
  .bolinha {
    display: none;
  }
}
#home-simulacao #economia-longo-prazo {
  background-color: #E9BC00;
  color: white;
  font-family: 'Nunito-Bold';
  text-align: center;
  margin: 4rem 0 0;
  border-radius: 30px;
  font-size: 2.24rem;
  padding: 0.8rem 2.4rem;
}
.resultado-simula {
  background: #E9BC00;
  padding: 10px;
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
  border-radius: 15px;
}
.ico-static-simula {
  width: 100%;
    height: auto;
    float: left;
}
.txt-result p {
  font-size: 14px;
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
  color: #FFFFFF;
}
.val-result span {
  font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
}
.camp {
  width: 100%;
  height: 40px;
  border: 0;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 10px 0;
  padding-left: 10px;
}
.camp2 {
  width: 100%;
  height: 100px;
  border: 0;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 10px 0;
  padding-left: 10px;
}
.leg p {
  font-size: 0.9rem;
  color: #FFFFFF;
}
.leg p strong {
  color: #000000;
}
.camp3 {
  white-space: normal;
  float: left;
  text-align: center;
  background: #000;
  border: 0;
  padding: 35px 30px;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0;
  transition: all 0.2s ease;
  border-radius: 8px;
  font-weight: 700;
}
.camp3:hover {
  background: #E9BC00;
}
#orcamento input[type="file"] {
  color: #999;
    vertical-align: middle;
    padding: 40px 0 0;
    width: 100%;
    text-align: center;
    height: 60px;
    font-size: 15px;
    float: left;
}
#orcamento input[type="file"]::before {
  content: "Anexar Fatura";
    color: rgb(87, 85, 90);
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    top: -35px;
    text-align: center;
    font-size: 15px;
    width: 100%;
    background: #FFFFFF;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(112, 112, 112);
    border-image: initial;
    outline: none;
    border-radius: 12px;
    padding: 7px 2.4rem;
    transition: all 0.4s ease 0s;
}

.formula-contato input[type="file"] {
  color: #999;
    vertical-align: middle;
    padding: 40px 0 0;
    width: 100%;
    text-align: center;
    height: 60px;
    font-size: 15px;
    float: left;
}
.formula-contato input[type="file"]::before {
  content: "Anexar Fatura";
    color: rgb(87, 85, 90);
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    top: -35px;
    text-align: center;
    font-size: 15px;
    width: 100%;
    background: #d1d1d1;
    border-width: 0px;
    border-style: solid;
    border-color: rgb(112, 112, 112);
    border-image: initial;
    outline: none;
    border-radius: 12px;
    padding: 7px 2.4rem;
    transition: all 0.4s ease 0s;
}

.passo {
  width: 100%;
  height: auto;
  float: left;
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #8e8d8d;
  position: relative;
  border-radius: 10px;
  min-height: 305px;
  margin: 10px 0;
}
.img-passo {
  width: 100%;
  height: auto;
  float: left;
  padding: 15px 0;
}
.tit-passo {
  width: 100%;
  height: auto;
  float: left;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 0;
  color: #000000;
}
.cont-passo {
  width: 100%;
  height: auto;
  float: left;
}
.cont-passo p {
  font-size: 12px;
  color: #000000;
}
.passo-num {
  position: absolute;
    top: 5px;
    left: 5px;
    background: #808080;
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
.bloco-dep {
  width: 100%;
  height: auto;
  float: left;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
}
.tit-dep, .funcao {
  width: 100%;
  height: auto;
  float: left;
}
.tit-dep {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
}
.funcao {
 color: #E9BC00;
 font-size: 17px; 
 padding: 15px 0;
 font-weight: 700;
}
.dep {
  font-size: 15px;
  color: #000000;
}
@media (max-width: 540px) {
  .col {
    width: 100%;
    flex-basis: auto;
  }
}
.but-consultor a {
  background: #000000;
    float: left;
    color: #FFFFFF;
    padding: 8px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    transition: all 0.2s ease;
}
.but-consultor a:hover {
  background: #57555a;
}
.cont-foto {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #FFFFFF;
  padding: 12px 12px 15px 12px;
  border-radius: 12px;
  margin: 10px 0;
  min-height: 190px;
}
.img-foto, .tit-foto, .cont-foto-txt {
  width: 100%;
  height: auto;
  float: left;
}
.tit-foto {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 900;
  margin: 10px 0;
}
.cont-foto-txt p {
  font-size: 14px;
  margin-bottom: 10px;
}
.cont-foto-num {
  position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: green;
    text-align: center;
    color: #FFFFFF;
    padding-top: 5px;
    font-size: 15px;
    border-radius: 50%;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.emp-mi {
  width: 100%;
  height: auto;
  float: left;
  background: #8CC63F;
  border-radius: 10px;
  padding: 15px;
  min-height: 270px;
}
.tit-mi {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  color: #FFFFFF;
}
.txt-mi p {
  font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.img-arredonda img {
  border-radius: 10px;
}
.but-mais-duvida a {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  background: #e9bc00;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s ease;
}
.but-mais-duvida a:hover {
  background: #000000;
}
.bloco-info {
  width: 100%;
    height: auto;
    float: left;
    background: rgba(222, 221, 221, 0.65);
    padding: 20px;
}
.tit-info {
  font-size: 17px;
    font-weight: 900;
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 5px 0;
}
.info-p p {
  font-size: 13px;
    margin-bottom: 20px;
}
.info-p .p-1 {
  font-weight: bold;
  font-size: 15px;
}
.verde {
  padding: 5px 10px;
  background: #8CC63F;
  font-weight: bold;
  font-size: 14px;
  float: left;
}
.camp-cont {
  float: left;
    margin-top: 3px;

    height: 16px;
}
span.wpcf7-list-item-label {
  color: #000000 !important;
}
.camp-cont .wpcf7-list-item {
  margin-top: -14px;
  float: left;
}
.camp-contato {
  width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
}
.formula-contato label {
  margin: 10px 0 0 0;
  font-size: 15px;
  color: #888585;
  width: 100%;
  height: auto;
  float: left;
}
.formula-contato span.wpcf7-not-valid-tip {
  margin-top: -25px;
}
.camp-contato2 {
  width: 100%;
    height: 110px;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
}
.camp-contato3 {
  border: 0;
  width: 100%;
  height: 35px;
  margin: 5px 0 0 0;
  border-radius: 25px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  background: #e9bc00;
  color: #FFFFFF;
}
.camp-contato3:hover {
  background: #000000;
}
.text-muted {
  color: #000000 !important;
}
.card-title {
  margin-bottom: 0.75rem;
  font-weight: 900;
}
.card {
  border: 0 !important;
}
.border {
  border: 1px solid #28a745 !important;
}
.bg-light {
  background-color: #28a745 !important;
}
.border-right {
  border-right: 3px solid #57555A !important;
}
.desce-time {
  margin-bottom: 30px;
}
.carousel-item {
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
span.wpcf7-not-valid-tip {
  color: #f00 !important;
  font-size: 0.7em !important;
  font-weight: normal !important;
  display: block !important;
  float: right !important;
  margin-top: -35px;
  margin-right: 5px;
  z-index: 10;
  position: relative;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
span.numero {
  width: 25px;
  height: 25px;
  background: grey;
  float: left;
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50%;
  padding-top: 2px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  font-size: 15px;
}
.btn-link {
  text-decoration: none !important;
    font-size: 14px;
    color: #000000;
}
.btn-link:hover {
  color: #8CC63F;
  text-decoration: none !important;
}
.btn-link:hover > span.numero {
  background: #8CC63F;
}
.card-header {
  background-color: transparent;
}
.gal-foto {
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0;
}
.fot {
  width: 100%;
  height: auto;
  float: left;
}
.fot a {
  transition: all 0,2s ease;
}
.fot a:hover {
  opacity: .7;
}
.dados-foto {
  width: 100%;
  height: auto;
  float: left;
  background: #8CC63F;
  padding: 10px 15px;
} 
.prop-foto {
  font-weight: 900;
  font-size: 15px;
  color: #FFFFFF;
}
.desc-foto {
  color: #FFFFFF;
}
a.page-numbers {
  padding: 5px 10px;
    background: #8cc63f;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease;
}
a:hover.page-numbers {
  background: #000000;
}
span.current {
  background: #398f14;
  padding: 5px 10px;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
figcaption {
  display: none;
}