@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,body *:not(i){
  font-family: 'Poppins', sans-serif;
}

.header-main .logo {
    max-height: 90px;
}

.calculadora-solar p, .calculadora-solar h2, body, h1, h2, h3, h4, h5, h6, a, p {
  font-family: "Poppins", sans-serif !important;
}

#section-html-modulo_1 .container {
    padding: 0 !important;
    width: 100% !important;
}

#section-html-modulo_1 iframe {
    width: 100% !important;
}

#section-html-modulo_1 .padding-top {
  padding: 0 !important;
}

#section-html-modulo_1 .title-wrapper {
  display: none !important;
}

#section-empresa .subtitle {
  display: block !important;
}

#section-parceiros img {
    border: 1px solid #ccc;
}

footer .logo {
    background: #ffff;
    padding: 10px;
    border-radius: 15px;
}

.footer-sub .name-company {
    color: #fff !important;
}

#section-html-modulo_2 {
    background: #355e83 !important;
}

#section-html-modulo_2 .title {
  color: #fff !important;
}

#section-empresa .btn {
  border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

#section-empresa .btn:hover {
  color: var(--bg_geral) !important;
  border-color: #fff;
  background-color: #fff;
}

#section-empresa .title {
  color: #fff !important;
}