/* ESTILO */
* {
  padding: 0;
  margin: 0;
}

.btn-slider {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28.8px;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(270deg, #fbb03b 0%, #ff5c27 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  text-align: center;
  padding: 13px 28px;
}

.btn-slider:hover {
  color: #ebf0f2;
  text-decoration: none;
}

.p-relative {
  position: relative;
  width: 100%;
}

/* MARGIN */

.col-left {
  float: none;
  margin-left: auto;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mb-energia {
  margin-bottom: 30px;
}
.mt-15 {
  margin-top: 15px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-119 {
  margin-top: 119px;
}

/* TITULO */

.titulo-um {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  color: #303233;
  text-align: center;
  margin-bottom: 70px;
}
.titulo-dois {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #17a4e5;
  text-align: center;
}

.titulo-tres {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #fbb03b;
  text-align: center;
}

/* BACKGROUND */

.bg-topo {
  background: url("images/smx-1-banner.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 140px 0;
  margin-bottom: 78px;
}

.bg-texto-topo {
  background: #18316a;
  opacity: 0.8;
  padding: 47px 17px;
  margin-top: 20px;
}

.bg-energia-renovavel {
  background: #ebf0f2;
  margin-top: 260px;
  padding-top: 53px;
  height: 600px;
}

.bg-nossa-potencia {
  background: #ebf0f2;
  margin-top: 88px;
  padding: 84px 80px;
}

.bg-projetos {
  background: url("images/bg-projetos.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 61px 0;
  margin-bottom: 78px;
}

.bg-form {
  background: url("images/bg-form.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 70px 0px;
}

.bg-quote {
  background: #18316a;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 8px;
}

.bg-footer {
  background: linear-gradient(
    0deg,
    rgba(12, 55, 155, 0.8) 0%,
    rgba(36, 83, 190, 0.8) 100%
  );
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 8px;
}

/* HEADER */

.whatsapp-logo {
  background: #c6cacc;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1;
  padding-top: 0;
  padding-left: 90px;
  border-radius: 50px;
}

.whatsapp-logo img a {
  margin-top: 0;
  margin-bottom: 0;
}

.whatsapp-logo span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #303233;
  position: fixed;
  bottom: 130px;
  right: 100px;
  z-index: 1;
}

.bg-nav {
  background: #18316a;
  color: #fff;
  padding: 19px 0px;
}

.nav-list ul {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  padding-top: 22px;
}

.nav-list ul li a {
  text-decoration: none;
  color: #fff;
  margin-right: 44px;
}

.img-responsivo {
  width: 100%;
  max-width: 470px;
  text-align: right;
}

.texto-topo h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.texto-topo p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-top: 19px;
  margin-bottom: 22px;
}

/*CONTEÚDO */
.texto-um {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #008bcc;
  margin-top: 35px;
}

/* POTENCIA */

.texto-potencia span {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 700;
}

.texto-potencia h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 88px;
  line-height: 90px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 25px;
}

.texto-potencia p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #303233;
}

.potencia-quadro p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #18316a;
  margin-top: 5px;
}

.potencia-quadro span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #494b4d;
}

/*   */

.separador {
  position: absolute;
  border-left: 1px solid #c6cacc;
  height: 37px;
  left: 130px;
}

.separador-dois {
  border: 1px solid #ebf0f2;
  margin-top: 103px;
  margin-bottom: 97px;
}

/* PROJETOS */

.projetos h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  line-height: 57.6px;
  font-weight: 700;
  color: #fbb03b;
  text-align: center;
}

.projetos p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* VANTAGENS */

.primeira-vantagem {
  border: 1px solid #18316a;
  border-radius: 10px;
  padding: 35px 16px 54px 17px;
  width: 273px;
  height: 262px;
}

.primeira-vantagem h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #18316a;
  margin-top: 0;
}

.vantagem-p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #303233;
  margin-top: 24px;
}

.segunda-vantagem {
  border: 1px solid #18316a;
  border-radius: 10px;
  padding: 35px 16px 54px 17px;
  width: 273px;
  height: 262px;
}

.segunda-vantagem h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fbb03b;
  margin-top: 0;
}

.terceira-vantagem {
  border: 1px solid #18316a;
  border-radius: 10px;
  padding: 35px 16px 54px 17px;
  width: 273px;
  height: 262px;
}

.terceira-vantagem h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 700;
  color: #ff5c27;
  margin-top: 0;
}

.quarta-vantagem {
  border: 1px solid #18316a;
  border-radius: 10px;
  padding: 35px 16px 54px 17px;
  width: 273px;
  height: 262px;
}

.quarta-vantagem h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #18316a;
  margin-top: 0;
}

.dados-vantagem h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 88px;
  line-height: 57.6px;
  font-weight: 700;
  color: #fbb03b;
}

.dados-vantagem span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
  color: #fff;
}

.dados-vantagem p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

/* INVISTA */

.invista h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  color: #fbb03b;
  margin-bottom: -25px;
}

.invista h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #494B4D;
  margin-bottom: -20px;
}

.invista h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 30.48px;
  font-weight: 800;
  color: #494B4D;
  margin-top: 72px;
  margin-bottom: 54px;
}

.invista p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #303233;
  margin-top: 30px;
}

.img-invista {
  width: 100%;
  max-width: 621px;
  position: absolute;
  top: -205px;
}

.blue {
  position: absolute;
  top: -45px;
  right: -30px;
  color: #18316a !important;
  text-align: right;
}

.blue-dois {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #18316a !important;
}

/* ENERGIA ORÇAMENTO */

.container .energia-orcamento {
    margin: 0 auto;
    display: block;
    float: none;
    max-width: 447px;
}
.energia-orcamento h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28.8px;
  font-weight: 700;
  color: #000;
}

.energia-orcamento p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
}

.energia-orcamento span {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  font-style: italic;
  color: #000;
}

.img-energia {
  border-radius: 9px;
}

/* SOLUÇÃO EM FINANCIAMENTO */

.solucao h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #494b4d;
}

.solucao p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}

.margin-solucao {
  margin-top: 92px;
  margin-bottom: 139px;
}

.img-sistema {
  background: #ebf0f2;
  border-radius: 25px;
  padding: 38px 46px 39px 47px;
}

/* FORMULÁRIO */

.formulario-texto p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 33px;
  margin-bottom: 33px;
}

.formulario-texto ul {
  margin-bottom: 25px;
}

.formulario-texto ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}

.formulario-texto ul li a {
  color: #fff;
  text-decoration: none;
}

.form-contact {
  background: linear-gradient(
    0deg,
    rgba(12, 55, 155, 0.8) 0%,
    rgba(36, 83, 190, 0.8) 100%
  );
  opacity: 0.9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  padding: 30px 30px;
  width: 100%;
  max-width: 445px;
  color: #fff;
}

.form-contact h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 40.8px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 31px;
}

.form-contact input {
  background: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff !important;
  border-color: #17a4e5;
  margin-bottom: 17px;
  width: 385px;
  height: 56px;
}
.form-contact textarea {
  background: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff !important;
  border-color: #17a4e5;
  margin-bottom: 17px;
  width: 385px;
}

input[type="file"] {
  display: none;
}

label {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff !important;
  border: 1px solid #17a4e5;
  border-radius: 5px;
  margin-bottom: 6px;
  padding: 15px 0px 15px 15px;
  cursor: pointer;
  display: block;
}

.form-contact #enviar {
  margin-bottom: 6px;
}

.form-contact small {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}

.form-contact .form-control::placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff !important;
}

.submit-buttom input {
  background: linear-gradient(270deg, #fbb03b 0%, #ff5c27 100%);
  border: none;
  border-radius: 5px;
  margin-top: 38px;
}

/*------------- DESKTOP -------------- */

@media (min-width: 768px) {
}

/* ----------- MOBILE --------------- */

@media (max-width: 768px) {
  /* MARGIN */

  .mb-24 {
    margin-bottom: 24px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mb-55 {
    margin-bottom: 55px;
  }

  .mb-energia {
    margin-bottom: 10px;
  }

  .mt-35 {
    margin-top: 0;
  }
  .mt-40 {
    margin-bottom: 40px;
  }
  .mt-52 {
    margin-top: 0;
  }
  .mt-119 {
    margin-top: 60px;
  }

  /* BACKGROUND */
  .bg-energia-renovavel {
    padding-top: 37px;
    margin-top: 74px;
    height: auto;
  }

  .bg-projetos {
    background: url("images/mobile/bg-projetos-mobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 33px 0px;
    margin-bottom: 53px;
  }

  /*.bg-topo {
    background: url("images/mobile/bg-topo-mobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 88px 0px;
  }*/

  .bg-texto-topo {
    margin-top: 40px;
  }

  .bg-nossa-potencia {
    padding: 84px 0px;
  }

  .bg-form {
    padding-top: 20px;
  }

  .bg-footer {
    font-size: 14px;
    line-height: 21px;
  }

  /* BOTÃO */
  .checkbtn {
    display: block;
  }

  .btn-slider {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 8px 15px;
    display: block;
  }

  /* TITULO */

  .titulo-um {
    font-size: 24px;
    line-height: 28.8px;
  }

  .titulo-dois {
    font-size: 24px;
    line-height: 28.8px;
  }

  .titulo-tres {
    font-size: 24px;
    line-height: 28.8px;
  }

  .texto-um {
    font-size: 14px;
  }

  /* HEADER */

  .texto-topo h1 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
  }

  .texto-topo p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }

  .texto-potencia-mobile h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .texto-potencia-mobile p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-top: 15px;
  }

  .img-potencia {
    margin-top: 25px;
    margin-bottom: 49px;
  }

  .separador {
    left: 80px;
  }

  /* PROJETOS */

  .projetos h4 {
    font-size: 40px;
    line-height: 57.6px;
  }

  .projetos p {
    font-size: 14px;
    line-height: 24px;
  }

  /* VANTAGENS */
  .mb-vatagens {
    margin-bottom: 35px;
  }

  .primeira-vantagem,
  .segunda-vantagem,
  .terceira-vantagem,
  .quarta-vantagem {
    padding: 17px 13px 28px 12px;
    margin: 0 auto;
  }

  .primeira-vantagem h4,
  .segunda-vantagem h4,
  .terceira-vantagem h4,
  .quarta-vantagem h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .vantagem-p {
    font-size: 14px;
    line-height: 21px;
  }

  .separador-dois {
    margin-top: 70px;
    margin-bottom: 60px;
  }

  .dados-vantagem {
    text-align: center;
  }

  .dados-vantagem h4 {
    font-size: 44px;
    line-height: 28.8px;
    margin-bottom: 12px;
  }

  .dados-vantagem span {
    font-size: 20px;
    line-height: 24px;
  }

  .dados-vantagem p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 2px;
    margin-bottom: 25px;
  }

  /* INVISTA */

  .invista h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: -30px;
    text-align: center;
  }

  .invista h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: -35px;
  }

  .invista h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .invista p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 30px;
  }

  .blue {
    top: -25px;
    right: 2px;
  }

  .img-invista-mobile {
    width: 100%;
    max-width: 301px;
    margin-top: 60px;
  }

  /* ENERGIA ORÇAMENTO */

  .energia-orcamento img {
    width: 100%;
    max-width: 445px;
  }

  .energia-orcamento h4 {
    margin-bottom: 20px;
  }

  /* SOLUÇÃO EM FINANCIAMENTO */

  .solucao h3 {
    font-size: 32px;
    line-height: 48px;
  }

  .solucao p {
    font-size: 14px;
    line-height: 21px;
  }

  .margin-solucao {
    margin-top: 52px;
    margin-bottom: 100px;
  }

  .img-sistema {
    width: 100%;
    max-width: 352px;
    margin-top: 25px;
  }

  /* FORMULÁRIO */

  .img-mobile-um {
    width: 100%;
    max-width: 279px;
    margin-bottom: 15px;
  }

  .img-mobile-dois {
    width: 100%;
    max-width: 182px;
    margin-bottom: 15px;
  }

  .img-mobile-tres {
    width: 100%;
    max-width: 438px;
  }

  .formulario-texto p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 33px;
    margin-bottom: 33px;
  }

  .formulario-texto ul {
    margin-bottom: 25px;
  }

  .formulario-texto ul li {
    font-size: 16px;
    line-height: 21px;
  }

  .form-contact {
    margin-top: 50px;
  }

  .form-contact h4 {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 31px;
  }

  .form-contact input {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 17px;
    width: 100%;
    max-width: 385px;
  }

  .form-contact textarea {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 17px;
    width: 100%;
    max-width: 385px;
  }

  .form-contact small {
    font-size: 10px;
    line-height: 16px;
  }
}
