body {
  margin: 0;
  font-family: 'Sua', sans-serif;
  overflow-x: hidden;
}
input, select, button {
  font-family: 'Sua', sans-serif;
}
.linkNav, .listaLink {
  position: relative;
  color: #00808f;
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: 700;
  margin: 0 1.1rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: .875rem;
  padding: 0.5rem;
}
.container {
  display:block;
  max-width: 1300px;
  width: calc(100% - 30px);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.btn-orcamento {
  background-color: #00808f;
  color: #fff;
  width: 10.28125rem;
  height: 2.51rem;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 3px;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.barraHeader {
  width: 100%;
  -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
}
.area-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.linkNav {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.linkNav header {
  font-size: 1.25rem;
  background: #fff;
  padding: 0.5rem 0;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
}
header, .linkNav, .linkIconHome {
  font-size: 1.25rem;
  background: #fff;
  padding: 0.5rem 0;
}
header {
  padding: 0;
}
.linkIconHome {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  z-index: 10;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img {
  vertical-align: middle;
  border-style: none;
}
ul {
  list-style-type: disc;
  display:flex;
  list-style: none;
}
.btn_header {
  background-color: #00808f;
  color: #fff;
  width: 10.28125rem;
  height: 2.51rem;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 3px;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.btn_header img {
  width: 15px;
  padding: 5px;
}
.cxItens {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fileira {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.borderH2 {
  border-bottom: 5px solid #ffd45e;
}
#solucoes .session-solucoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 5.375rem;
  margin-bottom: 5.4375rem;
}
#solucoes .session-card .session-card-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#solucoes .session-solucoes h2 {
  font-size: 2.3rem;
  color: #00808f;
  max-width: 20%;
  position: relative;
  line-height: 120%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #solucoes .session-solucoes h2 {
    max-width: max-content;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
  }
}
#solucoes .session-solucoes .text-solucoes {
  max-width: 60%;
  font-size: 1.125rem;
  color: #7a8b99;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  #solucoes .session-solucoes .text-solucoes {
    max-width: 100%;
    text-align: center;
  }
}
#solucoes .session-solucoes .text-solucoes p {
  margin-bottom: 0;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  #solucoes .session-solucoes .text-solucoes p {
    margin-left: 0;
    font-size: 16px;
  }
}
#solucoes .text-h2 h2 {
  font-size: 1.375rem;
  color: #00808f;
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #solucoes .text-h2 h2 {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 16px;
    text-align: center;
  }
  #solucoes .text-h2 {
    margin: 0 auto;
  }
}
#secao-cards {
  width: 86%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cards {
  width: 50%;
  display: flex;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0.25rem;
}
.card {
  width: 45%;
  min-height: 278.21px;
  border-radius: 20px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  margin: 0 auto 3.3125rem auto;
  cursor: pointer;
  border: 0.2px solid darkgrey;
}
.card:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
  background-image: linear-gradient(135deg,#fff 81.5%,#00808f 20%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: -2px;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  border: 0.2px solid #00808f;
}
.card .imagem {
  position: absolute;
  top: 0px;
  left: 0px;
}
.card .seta {
  position: absolute;
  bottom: 14px;
  right: 14px;
  cursor: pointer;
}
.card .conteudo-card {
  position: absolute;
}
.card .conteudo-card p {
  font-size: 1.4375rem;
  color: #00808f;
  font-weight: 400;
  margin-top: 1rem;
}
.btnSaibaMais {
  display: flex;
  justify-content: center;
  margin-bottom: 5.5rem;
  align-items: center;
}
.btnSMais {
  background-color: #ffd45e;
  align-items: center;
  background-size: auto;
  background-position: center;
  display: flex;
  border-radius: 3px;
  border: none;
  color: #00808f;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
  padding: 10px;
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  cursor: pointer;
}
.areaServicos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .areaServicos .cards {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .areaServicos .cards {
    flex-direction: column;
  }
  .areaServicos .card {
    width: 100%;
  }
}
.imagem img {
  width: 100%;
}
.imagem {
  width: 100%;
}
.setaSaibaMais {
  margin-left: 0.7rem;
}
#conheca {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 680px;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: cover;
  margin-bottom: 545px;
}
@media screen and (max-width: 767px) {
  #conheca {
    margin-bottom: 300px;
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 430px) {
  #conheca {
    margin-bottom: 350px;
  }
}
#conheca .bgBanner {
  background-image: url(https://albaenergia.com.br/albaenergia/wp-content/themes/alba/modeloHomeArquivosNovo/imagens/bg-conheca.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 725px;
  position: absolute;
  margin-top: 500px;
}
@media screen and (max-width: 767px) {
  #conheca .bgBanner {
    height: 370px;
    margin-top: 175px;
  }
}
@media screen and (max-width: 430px) {
  #conheca .bgBanner {
    height: 415px;
  }
}
.areaConheca {
  width: calc(100% - 25%);
  padding-left: 25%;
}
@media screen and (max-width: 992px) {
  .areaConheca {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.textoConheca {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.areaConheca h3 {
  font-size: 1rem;
  font-weight: bolder;
  color: #ffd45e;
  text-transform: uppercase;
  margin-top: 4.5625rem;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 767px) {
  .areaConheca h3 {
    font-size: 16px;
  }
}
.areaConheca h2 {
  font-size: 4.375rem;
  color: #fff;
  max-width: 600px;
  line-height: 100%;
  margin-top: 2.625rem;
  font-weight: 700;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .areaConheca h2 {
    font-size: 30px;
    margin: 0;
  }
}
.areaConheca p {
  color: #fff;
  font-size: 1.375rem;
  max-width: 530px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .areaConheca p {
    font-size: 16px;
  }
}
.bottonConheca p {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .bottonConheca p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bottonConheca p {
    font-size: 16px;
    margin-top: 0;
  }
}
.bottonConheca {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .bottonConheca {
    justify-content: center;
  }
}
.btnConheca {
  color: #00808f;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #ffd45e;
  border: none;
  border-radius: 3px;
  height: 39.16px;
  width: 256.12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
}
.setaConheca {
  padding-left: 10px;
}
#myVideo {
  width: 100%;
}
#experiencia {
  background-image: url(https://albaenergia.com.br/albaenergia/wp-content/themes/alba/modeloHomeArquivosNovo/imagens/banner-experiencia.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  width: 100%;
  padding-bottom: 115px;
  margin-bottom: 250px;
}
#experiencia h2 {
  color: #fff;
  font-size: 66px;
  font-weight: 200;
  max-width: 1050px;
  margin: 140px 0;
  line-height: 72px;
}
@media screen and (max-width: 992px) {
  #experiencia h2 {
    margin: 60px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #experiencia h2 {
    margin: 40px auto 0;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    max-width: 300px;
  }
}
#experiencia .imagemFundo {
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 390px;
  background-position: bottom center;
  bottom: -250px;
}
.imagemFundo {
  background-image: url(https://albaenergia.com.br/albaenergia/wp-content/themes/alba/modeloHomeArquivosNovo/imagens/img9.jpg);
}
.texto1 {
  font-size: 60px;
  color: #ffd45e;
  font-weight: 200;
  line-height: 60px;
  margin-top: 60px;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .texto1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 40px;
  }
}
.menor {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
}
.conteudoExperiencia {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.areaExperiencia, .areaExperiencia2 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
#slideBlog{
  position: relative;
  top: 40px;
}
.areaBlog {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.areaSlide {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.areaBlog h2 {
  color: #00808f;
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  margin-top: 6.2135rem;
  padding-bottom: 20px;
  border-bottom: 5px solid #ffd45e;
}
.buttonBlog .btnBlog{
  color: #00808f;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #ffd45e;
  border: none;
  border-radius: 3px;
  height: 40px;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
}
.setaBtnBlog {
  margin-left: 7px;
  margin-bottom: 2px;
}
#slideBlog .carousel-cell {
  width: 34%;
}
#slideblog * {
  box-sizing: border-box;
}
#slideblog  body {
  font-family: sans-serif;
}
#slideblog .carousel {
  background: #EEE;
  height: 490px;
}
#slideblog .carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
#slideblog .carousel-cell.is-selected {
  background: #ED2;
}
#slideblog .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
#slideBlog .caixa {
  border-radius: 15px!important;
  width: 19.2475rem;
  position: relative;
  border: none;
  height: 425px;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
}
#slideBlog img {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}
#slideBlog .text-card {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  font-size: .75rem;
  color: #00808f;
  top: -13px;
  left: 0px;
  max-width: 30px;
  text-align: center;
  line-height: 120%;
  text-transform: uppercase;
  padding: 5px;
  content: "";
  width: 47px;
  height: 35px;
  background-color: #fff;
}
#slideBlog .cardText {
  font-size: 1rem;
  color: #7a8b99;
  text-align: center;
  font-weight: 500;
  padding: 15px;
}
#simule {
  width: 100%;
  max-width: 100%;
  position: relative;
}
#simule h2 {
  color: #00808f;
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  margin-top: 4.8125rem;
}
#simule .lista ul .circulo {
  border-radius: 100%;
  border: 1px solid #00808f;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 1.375rem;
  color: #00808f;
  font-weight: 700;
}
#simule .lista ul .active {
  background-color: #00808f;
  color: #fff;
}
footer {
  width: 100%;
}
.logoFooter {
  width: 25%;
  position: relative;
}
.logoFooter img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .logoFooter img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
footer .aba {
  width: calc(25% - 45px);
  margin: 0 45px 0 0;
}
@media screen and (max-width: 767px) {
  footer .aba {
    width: 100%;
    margin: 0;
  }
}
.imgFooter {
  position: relative;
  background-image: url(https://albaenergia.com.br/albaenergia/wp-content/themes/alba/modeloHomeArquivosNovo/imagens/img2.jpg)!important;
  background-position: top right;
  background-repeat: no-repeat;
  display: block;
  max-width: 100%;
  width:  100%;
  padding: 30px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .imgFooter {
    padding: 60px 0 60px 0;
  }
}
footer .textStyle h2 {
  font-size: 12px;
  margin: 0 0 20px;
  color: #ffd45e;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
}
footer .textStyle ul {
  display: contents;
  line-height: 220%;
}
footer .textStyle ul li {
  list-style-type: none;
  line-height: 11px;
  margin-bottom: 20px;
}
footer .textStyle ul li a {
  font-size: 11px;
  color: #fff;
  font-weight: 550;
  text-decoration: none;
}
footer .textStyle p {
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 500;
  text-decoration: none;
}
footer .textStyle span {
  font-weight: 700;
}
footer .textStyle a {
  text-decoration: underline;
  font-size: .75rem;
  color: #fff;
}
.areaConteudoExperienciaEsq {
  display: flex;
  flex-wrap: wrap;
  width: 77%;
}
@media screen and (max-width: 992px) {
  .areaConteudoExperienciaEsq {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.areaConteudoExperienciaDir {
  width: 23%;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .areaConteudoExperienciaDir {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .areaConteudoExperienciaDir {
    font-size: 16px;
  }
}
.areaConteudoExperienciaDir hr {
  width: 63px;
  background-color: #ffd45e;
  height: 4px;
  margin: 0;
  margin-right: auto;
  display: block;
  border: 0;
}
@media screen and (max-width: 992px) {
  .areaConteudoExperienciaDir hr {
    display: none;
  }
}
.areaBotaoExperiencia {
  border: 1px solid #ffd45e;
  color: #00808f;
  background-color: #ffd45e;
  height: 39.16px;
  width: 174.5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}



/*----*/
.menuMobileAlba, .botaoMobileMenu {
  display: none;
}
@media screen and (max-width: 1005px) {
  .area-header .cxItens {
    display: none;
  }
  .botaoMobileMenu {
    display: block;
    background: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 10;
  }
  .menuMobileAlba {
    background-color: #fff;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
  }
}
.botaoMobileMenu .hamburguer {
  position: relative;
  display: block;
  background: #00808f;
  width: 30px;
  height: 2px;
  top: 29px;
  left: 15px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.botaoMobileMenu .hamburguer:before {
  top: -10px;
}
.botaoMobileMenu .hamburguer:after {
  bottom: -10px;
}
.botaoMobileMenu .hamburguer:after, .botaoMobileMenu .hamburguer:before {
  background: #00808f;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.menuMobileAlba ul {
  flex-direction: column;
  padding: 0;
  margin-top: 70px;
}
.menuMobileAlba .btn_header {
  margin: 0 auto;
}
.menuMobileDupla ul {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  width: max-content;
  margin: 0 auto;
}
.menuMobileDupla .listaLink {
  color: #7a8b99;
}
.menuMobileAlba .icones {
  display: flex;
  width: max-content;
  margin: 30px auto;
}
.menuMobileAlba img {
  margin: 0 7.5px;
  height: 20px;
}
.nossas-redes .icones{
  display: flex;
  flex-direction: row;
}
.nossas-redes .icones img {
  margin: 0 30px 20px 0;
  height: 20px;
}
footer .aba ul hr{
  margin: 0 0 20px 0;
  width: 100px;
}
.slideTopoPagina {
  width: 100%;
}
.slideTopoPaginaMobile {
  width: 100%;
  display: none;
}
.slideTopoItem {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}
.slideTopoItem a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flickity-slider {
  left: 0 !important;
  height: 415px !important;
}
@media screen and (min-width: 1050px) {
  .flickity-slider {
    height: 350px !important;
  }
}
@media screen and (min-width: 1150px) {
  .flickity-slider {
    height: 380px !important;
  }
}
@media screen and (min-width: 1250px) {
  .flickity-slider {
    height: 415px !important;
  }
}
@media screen and (min-width: 1330px) {
  .flickity-slider {
    height: 445px !important;
  }
}
@media screen and (min-width: 1450px) {
  .flickity-slider {
    height: 485px !important;
  }
}
@media screen and (min-width: 1535px) {
  .flickity-slider {
    height: 510px !important;
  }
}
@media screen and (min-width: 1600px) {
  .flickity-slider {
    height: 545px !important;
  }
}
@media screen and (min-width: 1700px) {
  .flickity-slider {
    height: 590px !important;
  }
}
@media screen and (max-width: 1058px) {
  .flickity-slider {
    height: 350px !important;
  }
}
@media screen and (max-width: 992px) {
  .flickity-slider {
    height: 285px !important;
  }
}
@media screen and (max-width: 850px) {
  .flickity-slider {
    height: 250px !important;
  }
}
@media screen and (max-width: 767px) {
  .slideTopoPagina {
    display: none;
  }
  .slideTopoPaginaMobile {
    display: block;
  }
  .flickity-slider {
    height: 530px !important;
  }
}
@media screen and (max-width: 645px) {
  .flickity-slider {
    height: 475px !important;
  }
}
@media screen and (max-width: 570px) {
  .flickity-slider {
    height: 410px !important;
  }
}
@media screen and (max-width: 480px) {
  .flickity-slider {
    height: 345px !important;
  }
}
@media screen and (max-width: 420px) {
  .flickity-slider {
    height: 290px !important;
  }
}
/*rd-whatsapp*/
  .whatsappFormularioRD {
    display: none;
    position: fixed;
    z-index: 99999999;
    right: 20px;
    bottom: 100px;
    border: 0;
    width: 100%;
    max-width: 500px;
    background: #ebe5de;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  }
  @media screen and (max-width: 520px) {
    .whatsappFormularioRD {
      width: calc(100% - 20px);
    }
  }
  .whatsFormRDCabecalho {
    position: relative;
    background-color: #265c54;
  }
  .whatsFormRDCabecalho img {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
  }
  .whatsFormRDCabecalho h4 {
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    padding: 15px 0 15px 15px;
    font-family: "Open Sans", sans-serif;
    width: 75%;
    line-height: 20px;
    margin: 0;
  }
  .whatsFormRDCorpo {
    width: calc(100% - 30px);
    padding: 15px;
  }
  .whatsFormRDCorpo input, .whatsFormRDCorpo select {
    margin-bottom: 20px;
    border-radius: 5px;
    outline: none;
    color: #777;
    background-color: #fff;
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #757575;
  }
  .whatsFormRDCorpo select {
    width: 100%;
  }
  .whatsappFundoTransparenteRD {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .whatsappIconeRD {
    width: max-content;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  .whatsappIconeRD img {
    width: 60px;
    cursor: pointer;
  }
  .rdstation-popup-position-bottom_right {
    display: none !important;
  }
  .botaoWhatsRd {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background: rgb(80, 158, 78) !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid rgb(80, 158, 78) !important;
    margin-bottom: 0;
  }
/*rd-whatsapp*/

.areaAlbaDropDown {
  position: absolute;
  background: #fff;
  width: max-content;
  z-index: 2;
  left: 15px;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: .25rem;
  display: none;
}
.albaDropDown:hover .areaAlbaDropDown {
  display: block;
}
.areaAlbaDropDown ul {
  display: block;
  padding: 10px;
}
.areaAlbaDropDown .listaLink {
  margin: 0;
  justify-content: end;
  margin-bottom: 5px;
}

/**Simule**/
#simule {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #simule {
    margin-bottom: 4rem;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#simule h2 {
  color: #00808f;
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  margin-top: 4.8125rem;
}
@media screen and (max-width: 768px) {
  #simule h2 {
    font-size: 1.875rem;
    margin-top: 3rem;
    text-align: center;
  }
}
#simule h2::before {
  content: "";
  width: 34%;
  height: 5px;
  background-color: #ffd45e;
  bottom: -12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#simule .lista {
  position: absolute;
  top: 150px;
  right: 45.5%;
}
@media screen and (max-width: 768px) {
  #simule .lista {
    top: 17%;
    right: 42.5%;
  }
}
#simule .lista ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #simule .lista ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
#simule .lista ul li {
  margin: 0 .5rem;
}
#simule .lista ul .circulo {
  border-radius: 100%;
  border: 1px solid #00808f;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 1.375rem;
  color: #00808f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #simule .lista ul .circulo {
    border-radius: 100%;
    border: 1px solid #00808f;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: .875rem;
    color: #00808f;
    font-weight: 700;
  }
}
#simule .lista ul .active {
  background-color: #00808f;
  color: #fff;
}
#simule .session-simule .text-simule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.875rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #simule .session-simule .text-simule {
    margin-top: 1.25rem;
    margin-bottom: .5rem;
  }
}
#simule p {
  margin-bottom: 0!important;
}
#simule .session-simule .text-simule .text {
  font-size: 1.125rem;
  font-weight: 300;
  color: #7a8b99;
  max-width: 350px;
  text-align: center;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  #simule .session-simule .text-simule .text {
    font-size: 1rem;
    max-width: 270px;
  }
}
#simule .session-simule .formulario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #simule .session-simule .formulario {
    margin: 0 auto;
  }
}
#simule .session-simule .formulario .etapa {
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: all .9s;
  transition: all .9s;
}
#simule .session-simule .formulario .etapa.active {
  display: block;
  opacity: 1;
  overflow: visible;
  height: auto;
}
#simule .session-simule .formulario .form-simule, #simule .session-simule .formulario .form-simule-left {
  width: 406.69px;
  margin-bottom: 2.3125rem;
  background-color: #00808f;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  #simule .session-simule .formulario .form-simule, #simule .session-simule .formulario .form-simule-left {
    margin: 15px auto !important;
  }
}
@media screen and (max-width: 435px) {
  #simule .session-simule .formulario .form-simule, #simule .session-simule .formulario .form-simule-left {
    max-width: 300px;
  }
}
#simule .session-simule .formulario .form-simule-left {
  margin-left: 3rem;
}
.form-control {
  display: block;
  height: 26px;
  width: calc(100% - 1.5rem);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (max-width: 435px) {
  .form-control {
    width: calc(300px - 1.5rem);
  }
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-control-label::before, .custom-file-label, .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
#simule .session-simule .formulario input::placeholder, #simule .session-simule .formulario select {
  color: #00808f;
  text-transform: uppercase;
  font-size: .625rem;
  height: 100%;
}
#simule .session-simule .formulario .form-simule .form-control, #simule .session-simule .formulario .form-simule-left .form-control {
  opacity: .9;
}
#simule .session-simule .formulario .form-simule .custom-select, #simule .session-simule .formulario .form-simule-left .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(modeloHomeArquivosNovo/imagens/seta-select.png) no-repeat #fff;
  background-position: 95% center;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #e5f2f4;
  opacity: 1;
}
#simule .session-simule .formulario .form-simule #custom-select, #simule .session-simule .formulario .form-simule-left #custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(modeloHomeArquivosNovo/imagens/seta-select.png) no-repeat #fff;
  background-position: 95% center;
  width: 100%;
  height: 100%;
  border: none;
}
.txtExemploValor {
  font-size: 12px!important;
  margin: 0!important;
}
#simule p {
  margin-bottom: 0!important;
}
#simule .form-simule p {
  margin: 0 !important;
}
#simule .session-simule .formulario .button-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: 5.9375rem;
}
@media screen and (max-width: 992px) {
  #simule .session-simule .formulario .button-form {
    flex-direction: column;
  }
}
#simule .session-simule .formulario .button-form .btn-proximo {
  background-color: #ffd45e;
  color: #00808f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
  padding-top: .2rem;
  letter-spacing: 3px;
  border-radius: 3px;
  font-weight: 700;
  width: 145.17px;
  height: 39.16px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
}
#simule .session-simule .formulario .etapa {
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: all .9s;
  transition: all .9s;
}
@media screen and (max-width: 992px) {
  #simule .session-simule .formularioSimuleDaHome .row {
    flex-direction: column!important;
  }
}
#simule .row .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 161%;
  margin-left: 3rem;
  background: #e5f2f4;
  border-radius: 6px;
  height: 38px;
  color: #00808f!important;
  cursor: pointer;
  font-size: .625rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: .9rem;
  margin-top: -1.5rem;
}
#simule .session-simule .formulario .js-labelFile {
  width: calc(161.2% - .9rem) !important;
  margin-left: 3rem!important;
}
@media screen and (max-width: 992px) {
  #simule .session-simule .formulario .js-labelFile {
    max-width: calc(406.69px - .9rem);
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 435px) {
  #simule .session-simule .formulario .js-labelFile {
    max-width: calc(300px - .9rem);
  }
}
#simule .js-labelFile span {
  margin-left: .5rem;
}
#simule .session-simule .formulario .button-form p a.btn-voltar {
  margin-right: 20rem;
  background-color: #ffd45e;
  color: #00808f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
  padding-top: .2rem;
  letter-spacing: 3px;
  border-radius: 3px;
  font-weight: 700;
  padding: .5rem 2.3rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
}
@media screen and (max-width: 992px) {
  #simule .session-simule .formulario .button-form p a.btn-voltar {
    margin: 0 auto;
  }
}
#simule .session-simule .formulario .button-form a .btn-simule {
  background-color: #ffd45e;
  color: #00808f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
  letter-spacing: 3px;
  border-radius: 3px;
  font-weight: 700;
  width: 170.97px;
  height: 39.16px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
}
.concordarDiv {
  display: none !important;
}
#simule .session-simule .formulario .input-file {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#nome {
  height: 26px !important;
}
#telefone_simule {
  height: 26px !important;
}
#email {
  height: 26px !important;
}
#file {
  height: 26px !important;
}
#simule .lista ul .circulo {
  position: relative;
}
#simule .lista ul .circulo span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}
/**Simule**/
