@charset "UTF-8";
.homepage-v7 .projects-page-v7 {
  font-family: "Questrial", serif;
  font-optical-sizing: auto;
}

.container {
  height: inherit !important;
}

.empower {
  height: 860px;
  background-image: url("/images/homepage/v7/background-green.png");
  background-size: cover;
  margin-top: 100px;
  background-position: center;
}
.empower .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 860px;
  width: 100%;
  text-align: center;
}
.empower .flex h2 {
  font-size: 95px;
  color: #000044;
  display: inline-block;
  font-weight: 300;
}
.empower .flex h3 {
  font-size: 40px;
  color: #000044;
  max-width: 900px;
  display: block;
  margin: 30px auto;
  font-weight: 300;
}
.empower .flex h4 {
  font-weight: 400;
  font-family: "Questrial", serif;
  line-height: 18px;
}
.empower .flex .bussiness-address-container {
  margin-top: 0px;
}
.empower .flex .bussiness-address-container input.address {
  width: 100%;
  max-width: 500px;
  padding: 20px;
  font-size: 24px;
  border-radius: 5px;
  border: 1px solid #000044;
  margin-bottom: 20px;
  text-align: center;
}
.empower .flex .form-switch {
  width: 30px;
  margin: 0px auto 10px;
}
.empower .flex .form-switch input {
  width: 3em;
  height: 1.5em;
}
@media (max-width: 768px) {
  .empower {
    height: 600px;
    padding-top: 20px;
    margin-top: 80px;
  }
  .empower .flex {
    height: 400px;
  }
  .empower .flex h2 {
    font-size: 45px;
    margin-top: 150px;
  }
  .empower .flex h3 {
    font-size: 30px;
  }
  .empower .bussiness-address-container {
    margin: 10px;
  }
}

.stop-paying {
  background: #e9f2f9;
  padding: 50px 0px;
  text-align: center;
}
.stop-paying h2 {
  font-size: 60px;
  color: #000044;
  display: block;
  font-weight: 300;
}
.stop-paying h3 {
  font-size: 40px;
  color: #000044;
  display: block;
  font-weight: 300;
}
.stop-paying .table-comparative {
  max-width: 600px;
  margin: 30px auto;
}
.stop-paying .table-comparative th, .stop-paying .table-comparative td {
  max-width: 300px;
}
.stop-paying .table-comparative tr {
  border-bottom: 1px #a3a3a3 solid;
}

.bk-green {
  background-color: green !important;
}

.bk-green-light {
  background-color: #d1e2cf !important;
}

.bk-orange {
  background-color: #f1be4c !important;
}

.bk-orange-light {
  background-color: #eedbaf !important;
}

#js-chart_electric_payments_per_year {
  position: relative;
  height: 380px;
  border: 0px !important;
  margin: auto;
  max-width: 600px;
}
#js-chart_electric_payments_per_year div {
  margin: auto;
}
@media (max-width: 768px) {
  #js-chart_electric_payments_per_year {
    width: 100% !important;
  }
  #js-chart_electric_payments_per_year > div {
    width: 100% !important;
  }
}

.pge-expensive {
  background: #4d8ca4;
  padding-bottom: 50px;
}
.pge-expensive > h2 {
  padding-top: 50px;
  color: white;
  font-weight: 300;
  font-size: 60px;
  padding-bottom: 50px;
  text-align: center;
}
.pge-expensive .img {
  text-align: right;
}
.pge-expensive .img img {
  margin: auto 0px auto auto;
}
.pge-expensive .text-white {
  color: white;
  text-align: left;
}
@media (max-width: 768px) {
  .pge-expensive .text-white {
    padding-top: 20px;
  }
}
.pge-expensive .text-white p {
  font-size: 20px;
  color: white;
  line-height: 28px;
  font-weight: 100;
  max-width: 340px;
}

.explore {
  background: #98c6e2;
  padding-bottom: 100px;
  position: relative;
}
.explore.video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.explore.video-background h2 {
  color: white !important;
}
.explore h2 {
  padding-top: 50px;
  color: black;
  font-weight: 300;
  font-size: 60px;
  padding-bottom: 50px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.explore .cards {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.explore .cards .card {
  flex-basis: 320px;
  display: block;
  width: 300px;
  background: #fffffe;
  border: 1px black solid;
  border-radius: 5px;
  height: 270px;
  text-align: center;
  box-shadow: -10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.explore .cards .card h3 {
  padding-top: 20px;
  font-weight: 400;
  min-height: 80px;
}
.explore .cards .card .tachado {
  text-decoration: line-through;
  font-size: 20px;
}
.explore .cards .card .free {
  display: block;
  font-size: 20px;
}
.explore .cards .card a.buttn {
  background: #e9f2f9;
  width: 180px;
  margin: auto;
  border: 1px #45617a solid;
  padding: 20px;
  font-size: 24px;
  color: #45617a;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}
.explore .cards .card a.buttn svg {
  width: 15px;
  fill: #45617a;
}
.explore .cards .card a.buttn:hover {
  background: #45617a;
  color: white;
}
.explore .cards .card a.buttn:hover svg {
  width: 15px;
  fill: white;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .explore .cards {
    flex-direction: column;
  }
  .explore .cards .card {
    margin-bottom: 20px;
  }
  .explore .cards .card h3 {
    font-size: 26px;
  }
}

.video-video {
  display: block !important;
  position: relative;
  background: black;
}
.video-video h2 {
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding-top: 50px;
  color: white;
  font-weight: 300;
  font-size: 60px;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .video-video h2 {
    font-size: 30px;
    top: 0px;
    padding-top: 20px;
  }
}
.video-video iframe {
  height: 600px;
  display: block;
  width: 100%;
}
.video-video video {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: block;
}

.neighbors {
  display: block;
  background: #45617a;
  text-align: center;
}
.neighbors h2 {
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 60px;
  padding-bottom: 10px;
  padding-top: 50px;
}
.neighbors h3 {
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.neighbors .boxes {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .neighbors .boxes {
    flex-direction: column;
  }
}
.neighbors .boxes .box {
  display: flex;
  flex-direction: row;
  color: white;
  font-weight: 100;
  padding: 0px 10px;
}
.neighbors .boxes .box img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.neighbors img.map {
  margin: 0px auto;
}
.neighbors h2.second {
  display: block;
  color: white;
  text-align: center;
  font-weight: 200;
  font-size: 30px;
  margin: 20px auto 20px auto;
}
.neighbors .project-details {
  text-align: center;
}
.neighbors .project-details a {
  text-decoration: none;
  background: white;
  padding: 30px;
  color: #45617a;
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 50px;
}
.neighbors .project-details a svg {
  width: 15px;
  fill: #45617a;
}
.neighbors .project-details a:hover {
  background: #45617a;
  color: white;
}
.neighbors .project-details a:hover svg {
  width: 15px;
  fill: white;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .neighbors h2 {
    width: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.leading {
  background: #6aaac7;
  min-height: 1000px;
  padding-bottom: 20px;
}
.leading h2 {
  display: block;
  width: 100%;
  padding-top: 50px;
  color: white;
  font-weight: 300;
  font-size: 60px;
  padding-bottom: 50px;
  text-align: center;
  max-width: 750px;
  margin: auto;
  line-height: 60px;
}
.leading p {
  display: block;
  color: #000144;
  font-size: 22px;
  font-weight: 300;
  margin: auto 0px 20px auto;
}
.leading img {
  display: block;
}

.top-reasons {
  background: #e9f2f9;
  padding-bottom: 60px;
}
.top-reasons h2 {
  padding-top: 50px;
  color: black;
  font-weight: 300;
  font-size: 60px;
  padding-bottom: 10px;
  text-align: center;
}
.top-reasons h3 {
  padding-top: 10px;
  color: black;
  font-weight: 300;
  font-size: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.top-reasons img {
  display: block;
}
.top-reasons h4 {
  display: block;
}
.top-reasons p {
  display: block;
}
.top-reasons .reasons {
  display: flex;
  flex-direction: column;
}
.top-reasons .reasons .reason {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top-reasons .reasons .reason {
    flex-direction: column;
  }
  .top-reasons .reasons .reason.inverter {
    flex-direction: column-reverse;
  }
}
.top-reasons .reasons .reason .col1 {
  max-width: 500px;
}
.top-reasons .reasons .reason .col2 {
  max-width: 500px;
}
.top-reasons .reasons .reason h4 {
  font-size: 30px;
  font-weight: 300;
  color: #000144;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.top-reasons .reasons .reason p {
  font-size: 24px;
  font-weight: 300;
  color: #000144;
  padding-left: 20px;
  padding-right: 20px;
}
.footer {
  background: #98c6e2;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
.footer img {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 300px;
  height: auto;
}
.footer .foots {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.footer .foots .foot {
  width: 400px;
  padding-left: 40px;
  border-right: 1px black solid;
}
.footer .foots .foot a {
  display: block;
  color: rgb(0, 0, 68);
  text-decoration: none;
  margin-bottom: 16px;
}

.electric-page-v7 .bg {
  background-image: url("/images/homepage/bg-eu.webp");
  height: 300px;
  margin-top: -50px;
  background-size: cover;
  background-position: center center;
}
.electric-page-v7 h2 {
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 40px;
  padding-bottom: 10px;
}
.electric-page-v7 h3 {
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 26px;
  padding-bottom: 10px;
}
.electric-page-v7 .slider-pips {
  max-width: 700px;
  margin: auto;
}

.progress-root {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
  max-width: 600px;
  background: #f9f9f9;
  margin: auto;
  margin-top: 30px;
}

.progress-indicator {
  height: 100%;
  background-color: #3a474e;
  /* color azul tipo Radix */
  width: 0%;
  transition: width 0.3s ease;
}

.electric-page-v7 {
  margin-top: 120px;
  background-color: #e0e0dc;
}
.electric-page-v7 .set-provider {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  height: auto !important;
}
.electric-page-v7 .set-provider select {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #000044;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
}
.electric-page-v7 .set-provider .estimate {
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 40px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.electric-page-v7 .set-provider .tip {
  border: 1px black solid;
  max-width: 700px;
  margin: auto;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 20px;
}
.electric-page-v7 #monthly_electric_bill_format, .electric-page-v7 #estimate-solar-panels {
  font-weight: 400;
}

.ssrcontact-page-v7 .form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.ssrcontact-page-v7 .form .form-column {
  max-width: 400px;
  margin: 0 auto;
}
.ssrcontact-page-v7 .form .form-column .form-group {
  text-align: left;
  margin-bottom: 15px;
}
.ssrcontact-page-v7 .form .form-column .form-group label {
  font-weight: 400;
}

.property-page-v7 {
  margin-top: 120px;
  background-color: #e0e0dc;
}
.property-page-v7 .locate {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.property-page-v7 .locate h2 {
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 40px;
  padding-bottom: 10px;
}
.property-page-v7 .locate h3 {
  color: #000;
  font-weight: 300;
  text-align: center;
  font-size: 26px;
  padding-bottom: 30px;
}
.property-page-v7 .locate .map-property {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 8/5 !important;
}
.property-page-v7 .locate .drag_message {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.button-property {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s, color 0.2s;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  background-color: #3b474e;
  color: #f7fbfc;
  vertical-align: top;
}
.button-property:hover {
  background-color: rgba(59, 71, 78, 0.9019607843);
}
.button-property:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.shadow-title {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.row-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  flex: 1;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}
.row-buttons a {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 230px;
  margin: 0 30px;
  text-decoration: none;
}

.button-property-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoration-color 0.2s, fill 0.2s, stroke 0.2s;
  outline: none;
  text-transform: uppercase;
  background-color: rgba(243, 244, 246, 0.8);
  color: #111827;
  border-radius: 0.375rem;
  height: 2.5rem;
  padding: 0.5rem 1rem;
}
.button-property-back:hover {
  background-color: rgba(243, 244, 246, 0.8);
}
.button-property-back:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #8398a4, 0 0 0 4px var(--ring-offset);
}
.button-property-back:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.projects-page-v7 .neighbors {
  padding-top: 100px;
  background: #98c6e2;
  padding-bottom: 100px !important;
  background: linear-gradient(#14181f, #19222a);
  color: #fff;
  margin-top: 0;
  padding-bottom: 3rem;
  background-image: linear-gradient(rgba(15, 19, 26, 0.898), rgba(15, 19, 26, 0.698), rgba(15, 19, 26, 0)), url(/images/banner.png?b684003…);
  background-size: cover;
}
.projects-page-v7 .neighbors h2 {
  color: black;
  max-width: 800px;
  font-weight: 400;
  margin: auto;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(#fc3, #fb9851);
  -webkit-background-clip: text;
  font-size: 3rem;
  font-weight: 700;
}
.projects-page-v7 .neighbors h3 {
  max-width: 600px;
  margin: auto;
  color: #e2e2e2;
}
.projects-page-v7 .neighbors .boxes .box {
  color: #000144;
  font-size: 26px;
  font-weight: 400;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(#fc3, #fb9851);
  -webkit-background-clip: text;
}
.projects-page-v7 .neighbors .boxes .box img {
  width: 40px;
  height: 40px;
}
.projects-page-v7 .projects {
  padding-top: 70px;
  background: linear-gradient(#14181f, #19222a);
  color: #fff;
}
.projects-page-v7 .projects h3 {
  font-size: 30px;
  color: #000044;
  max-width: 900px;
  display: block;
  padding: 30px;
  font-weight: 300;
  margin: 0px auto;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(#fc3, #fb9851);
  -webkit-background-clip: text;
}
.projects-page-v7 .projects .project {
  margin-bottom: 20px;
}
.projects-page-v7 .projects .project:nth-child(odd) {
  text-align: right;
}
@media (max-width: 768px) {
  .projects-page-v7 .projects .project:nth-child(odd) {
    text-align: center;
  }
}
.projects-page-v7 .projects .project:nth-child(even) {
  text-align: left;
}
@media (max-width: 768px) {
  .projects-page-v7 .projects .project:nth-child(even) {
    text-align: center;
  }
}
.projects-page-v7 .advantages {
  background: #98c6e2;
}
.projects-page-v7 .advantages h2 {
  padding-top: 50px;
  color: black;
  font-weight: 300;
  font-size: 50px;
  padding-bottom: 10px;
  text-align: center;
}
.projects-page-v7 .advantages h3 {
  padding-top: 0px;
  color: black;
  font-weight: 300;
  font-size: 34px;
  padding-bottom: 20px;
  text-align: center;
}
.projects-page-v7 .advantages h4 {
  padding-top: 0px;
  color: black;
  font-weight: 300;
  font-size: 26px;
  padding-bottom: 0px;
  text-align: center;
}
.projects-page-v7 .advantages .quadrilater {
  margin: 0px !important;
  margin-top: 60px !important;
}
.projects-page-v7 .advantages .quadrilater > div {
  text-align: center;
  padding: 50px 20px;
}
.projects-page-v7 .advantages .quadrilater > div svg {
  fill: gray;
  width: 50px;
  height: 90px;
}
.projects-page-v7 .advantages .quadrilater > div h2 {
  padding-top: 40px;
  color: black;
  font-weight: 400;
  font-size: 34px;
  padding-bottom: 10px;
  text-align: center;
}
.projects-page-v7 .advantages .quadrilater > div h3 {
  padding-top: 10px;
  color: black;
  font-weight: 400;
  font-size: 26px;
  padding-bottom: 10px;
  text-align: center;
}
.projects-page-v7 .advantages .quadrilater > div p {
  padding-top: 10px;
  color: black;
  font-weight: 300;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
@media (min-width: 768px) {
  .projects-page-v7 .advantages .quadrilater > div:nth-child(1) {
    border-right: 1px gray solid;
    border-bottom: 1px gray solid;
  }
  .projects-page-v7 .advantages .quadrilater > div:nth-child(2) {
    border-bottom: 1px gray solid;
  }
  .projects-page-v7 .advantages .quadrilater > div:nth-child(3) {
    border-right: 1px gray solid;
  }
}

.w-nav-menu-mobile ul {
  display: flex;
  flex-direction: column;
}
.w-nav-menu-mobile ul li {
  width: 100%;
  background: white;
  text-align: left !important;
  padding: 5px;
}
.w-nav-menu-mobile ul li a {
  font-size: 14px !important;
}

.loader-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1411764706);
  width: 100%;
  height: 100%;
}
.loader-container .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: block;
  z-index: 99999;
  position: absolute;
  top: 50vh;
  left: calc(50% - 24px);
}
.loader-container .loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #FFF;
  animation: prixClipFix 2s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
