#header-hogarverde[data-v-1a9bb128] {
  width: 100%;
  height: 100px;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
#header-hogarverde .logo[data-v-1a9bb128] {
  width: 80px;
  height: auto;
}
#header-hogarverde .steps[data-v-1a9bb128] {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-hogarverde .steps .step[data-v-1a9bb128] {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #358200;
  border: 3px solid #358200;
  background-color: #fff;
  margin-right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header-hogarverde .steps .step[data-v-1a9bb128]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -27px;
  margin-top: -1.5px;
  width: 27px;
  height: 3px;
  background: #358200;
}
#header-hogarverde .steps .step span[data-v-1a9bb128] {
  color: #358200;
}
#header-hogarverde .steps .step span.number-step[data-v-1a9bb128] {
  font-weight: bold;
  font-style: italic;
}
#header-hogarverde .steps .step .text-step[data-v-1a9bb128] {
  display: none;
}
#header-hogarverde .steps .step[data-v-1a9bb128]:last-child {
  margin-right: 0;
}
#header-hogarverde .steps .step[data-v-1a9bb128]:last-child:after {
  content: none;
}
#header-hogarverde .steps .step.middle-active[data-v-1a9bb128] {
  cursor: pointer;
  background-color: #358200;
}
#header-hogarverde .steps .step.middle-active *[data-v-1a9bb128] {
  color: #fff;
}
#header-hogarverde .steps .step.active[data-v-1a9bb128] {
  width: auto;
  padding: 0 30px;
  background-color: #358200;
}
#header-hogarverde .steps .step.active *[data-v-1a9bb128] {
  color: #fff;
}
#header-hogarverde .steps .step.active .text-step[data-v-1a9bb128] {
  display: inline-block;
  margin-left: 10px;
}
#header-hogarverde .whatsapp[data-v-1a9bb128] {
  cursor: pointer;
  width: 55px;
  height: auto;
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
#header-hogarverde .whatsapp img[data-v-1a9bb128] {
  width: 55px;
  height: auto;
}
#header-hogarverde .whatsapp p[data-v-1a9bb128] {
  display: none;
  color: #fff;
  min-width: 176px;
  margin: 0 0 0 5px;
}
#header-hogarverde .whatsapp[data-v-1a9bb128]:hover {
  background-color: #00be22;
  width: 250px;
  margin-left: -195px;
}
#header-hogarverde .whatsapp:hover p[data-v-1a9bb128] {
  display: block;
}
@media screen and (max-width: 768px) {
#header-hogarverde[data-v-1a9bb128] {
    flex-wrap: wrap;
    height: 150px;
    padding: 0 20px 10px 20px;
}
#header-hogarverde .logo[data-v-1a9bb128] {
    order: 0;
    width: 55px;
}
#header-hogarverde .whatsapp[data-v-1a9bb128] {
    order: 1;
    width: 50px;
    height: auto;
}
#header-hogarverde .steps[data-v-1a9bb128] {
    order: 2;
    flex-basis: 100%;
    width: 100%;
}
}
#intro-form {
  border-radius: 24px 0px 0px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#intro-form .form-group-hv .form-group-hv-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#intro-form .form-group-hv .form-group-hv-content .form-group-hv-check-box {
  flex-basis: calc(50% - 12.5px);
  width: calc(50% - 12.5px);
  margin-bottom: 25px;
}
#intro-form .footer-form {
  display: flex;
  align-items: center;
}
#intro-form .footer-form .link-footer {
  margin-right: 20px;
}
#intro-form .footer-form .link-footer * {
  font-size: 16px;
}
#intro-form .footer-form .link-footer a {
  color: #358200;
  text-decoration: underline;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
#intro-form {
    border-radius: 24px;
}
}
@media screen and (max-width: 768px) {
#intro-form {
    padding: 20px;
    margin: 50px 0;
}
#intro-form .form-group-hv .form-group-hv-content .form-group-hv-check-box {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
}
#intro-form .button-hv {
    width: 100%;
}
#intro-form .footer-form {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#intro-form .footer-form .link-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
}
#intro-form .footer-form .link-footer a {
    margin-bottom: 10px;
    margin-right: 0;
}
}
#map-element {
  width: 100%;
  height: calc(100vh - 100px - 44px);
  position: relative;
}
#map-element #map {
  height: calc(100vh - 100px - 44px) !important;
  min-height: calc(100vh - 100px - 44px) !important;
}
#map-element #map .leaflet-control-attribution {
  display: none;
}
#map-element #map .leaflet-top {
  top: 40px;
  bottom: auto;
}
#map-element #map .leaflet-left {
  left: 40px;
}
#map-element #map .leaflet-top.leaflet-left {
  z-index: 998;
}
#map-element #map .leaflet-top.leaflet-left .leaflet-control {
  margin: 0;
}
#map-element #map .leaflet-top.leaflet-left .leaflet-control-zoom {
  width: 55px;
  height: 105px;
  background: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(38, 66, 29, 0.48);
  border-radius: 20px;
  padding: 15px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#map-element #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in,
#map-element #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
#map-element #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in span,
#map-element #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out span {
  color: #214C56;
  font-size: 35px;
  line-height: 35px;
}
#map-element .map-popup {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  display: flex;
  align-items: center;
}
#map-element .map-popup .map-popup-box {
  position: relative;
  width: 400px;
  padding: 50px 80px 50px 40px;
  box-shadow: 0px 16px 32px rgba(38, 66, 29, 0.48);
  border-radius: 24px 0px 0px 24px;
  background: #FFFFFF;
}
#map-element .map-popup .map-popup-box p {
  color: #214C56;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
#map-element .map-popup .map-popup-box p.map-popup-title {
  font-size: 24px;
  line-height: 125%;
  font-weight: bold;
}
#map-element .map-popup .map-popup-box .surface-data {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  line-height: 125%;
}
#map-element .map-popup .map-popup-box .surface-data span {
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
}
#map-element .back-button {
  z-index: 999;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
#map-element .back-button:hover {
  background-color: #fff !important;
}
@media screen and (max-width: 768px) {
#map-element .back-button {
    bottom: auto;
    top: 10px;
    left: 10px;
}
#map-element #map .leaflet-top {
    top: 20px;
}
#map-element #map .leaflet-left {
    left: auto;
    right: 20px;
}
#map-element #map .leaflet-top.leaflet-left .leaflet-control-zoom {
    width: 40px;
    height: 80px;
    padding: 5px;
    border-radius: 10px;
}
#map-element #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in span,
#map-element #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out span {
    font-size: 25px;
    line-height: 28px;
}
#map-element .map-popup {
    top: auto;
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: auto;
    height: auto;
}
#map-element .map-popup .map-popup-box {
    width: 100%;
    padding: 25px;
    border-radius: 20px;
}
#map-element .map-popup .map-popup-box p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
#map-element .map-popup .map-popup-box p.map-popup-title {
    font-size: 16px;
    line-height: 125%;
}
}
.pop-up-element {
  position: absolute;
  top: 0;
  right: 20px;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pop-up-element .pop-up-icon {
  z-index: 1;
}
.pop-up-element .pop-up-icon:hover + .pop-up-content {
  cursor: pointer;
  display: block;
  opacity: 1;
}
.pop-up-element .pop-up-content {
  position: relative;
  z-index: 5;
  opacity: 0;
  display: none;
  margin-top: 10px;
  width: 100%;
  padding: 15px;
  border: 2px solid #214C56;
  box-shadow: 0px 16px 24px rgba(33, 76, 86, 0.16);
  border-radius: 20px;
  background-color: #fff;
  font-size: 12px;
  line-height: 125%;
  color: #358200;
}
.pop-up-element .pop-up-content * {
  font-size: 12px;
  line-height: 125%;
  color: #358200;
}
.pop-up-element .pop-up-content p {
  margin-bottom: 5px;
}
.pop-up-element .pop-up-content ul, .pop-up-element .pop-up-content ol {
  padding-left: 25px;
}
.pop-up-element .pop-up-content ul li, .pop-up-element .pop-up-content ol li {
  margin-bottom: 8px;
}
.pop-up-element .pop-up-content .pop-up-content-image {
  width: 100%;
  margin-bottom: 15px;
}
.alert-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}
.alert-popup .alert-popup-content {
  width: 90%;
  max-width: 400px;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.alert-popup .alert-popup-content p {
  text-align: center;
  margin-bottom: 20px;
}
.alert-popup.active {
  display: flex;
}
#roof-form .form-group-hv .with-popup {
  display: flex;
  align-items: center;
}
#roof-form .form-group-hv .with-popup .pop-up-element {
  position: relative;
  width: 32px;
  margin-left: 10px;
  top: auto;
  right: auto;
}
#roof-form .form-group-hv .with-popup .pop-up-element .pop-up-content {
  position: absolute;
  width: 265px;
  left: 0;
  top: 30px;
}
#roof-form .four-columns, #roof-form .five-columns {
  display: flex;
}
#roof-form .four-columns .form-group-hv-check-box, #roof-form .five-columns .form-group-hv-check-box {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#roof-form .four-columns .form-group-hv-check-box:last-child, #roof-form .five-columns .form-group-hv-check-box:last-child {
  margin-right: 0;
}
#roof-form .four-columns .form-group-hv-check-box .stroke-change, #roof-form .five-columns .form-group-hv-check-box .stroke-change {
  stroke: #214C56;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#roof-form .four-columns .form-group-hv-check-box.active .stroke-change, #roof-form .five-columns .form-group-hv-check-box.active .stroke-change {
  stroke: #fff;
}
#roof-form .four-columns .form-group-hv-check-box {
  flex-basis: calc(25% - 20px);
  width: calc(25% - 20px);
}
#roof-form .five-columns .form-group-hv-check-box {
  flex-basis: calc(20% - 20px);
  width: calc(20% - 20px);
}
#roof-form .footer-roof-form {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
#roof-form {
    padding: 20px;
}
#roof-form .pop-up {
    top: -7px;
    right: 0;
}
#roof-form .five-columns {
    flex-wrap: wrap;
}
#roof-form .five-columns .form-group-hv-check-box {
    flex-basis: calc(30% - 20px);
    width: calc(30% - 20px);
    margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
#roof-form .form-group-hv .with-popup .pop-up-element .pop-up-content {
    position: absolute;
    left: -200px;
    top: 30px;
}
#roof-form .five-columns,
#roof-form .four-columns {
    flex-wrap: wrap;
    justify-content: space-between;
}
#roof-form .five-columns .form-group-hv-check-box,
#roof-form .four-columns .form-group-hv-check-box {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
}
#roof-form .five-columns .box-image {
    width: auto;
    height: 55px;
}
#roof-form .five-columns .box-image svg {
    height: 55px;
    width: auto;
}
}
#proposal-options .form-group-hv .form-group-hv-content[data-v-7bc736d0] {
  display: flex;
  justify-content: space-between;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box[data-v-7bc736d0] {
  position: relative;
  flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 30px;
  box-shadow: 0px 16px 24px rgba(33, 76, 86, 0.16);
  border-radius: 20px;
  border: 2px solid #358200;
  color: #358200;
  text-align: left;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .pop-up-element[data-v-7bc736d0] {
  top: 110px;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .title[data-v-7bc736d0] {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .small-options[data-v-7bc736d0] {
  display: flex;
  margin-top: 15px;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .small-options .small-option[data-v-7bc736d0] {
  margin-right: 25px;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .small-options .small-option span[data-v-7bc736d0] {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 15px;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .small-options .small-option span strong[data-v-7bc736d0] {
  color: #A1D901;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .small-options .small-option p[data-v-7bc736d0] {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box.active[data-v-7bc736d0] {
  background-color: #358200;
  color: #fff;
}
@media screen and (max-width: 990px) {
#proposal-options .form-group-hv .form-group-hv-content[data-v-7bc736d0] {
    flex-wrap: wrap;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box[data-v-7bc736d0] {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .pop-up-element[data-v-7bc736d0] {
    top: auto;
    bottom: 20px;
}
}
@media screen and (max-width: 768px) {
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .title[data-v-7bc736d0] {
    font-size: 16px;
    line-height: 125%;
}
#proposal-options .form-group-hv .form-group-hv-content .form-group-hv-check-box .small-options .small-option p[data-v-7bc736d0] {
    font-size: 18px;
}
}
.progress-bars[data-v-260c5dbd] {
  border-left: 2px solid #A1D901;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.progress-bars .progress-bar-content[data-v-260c5dbd] {
  position: relative;
  width: 100%;
  min-height: 65px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 20px 20px 0px;
}
.progress-bars .progress-bar-content p[data-v-260c5dbd], .progress-bars .progress-bar-content span[data-v-260c5dbd] {
  position: relative;
  z-index: 2;
}
.progress-bars .progress-bar-content p[data-v-260c5dbd] {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}
.progress-bars .progress-bar-content .number[data-v-260c5dbd] {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  min-width: 125px;
  margin-left: 10px;
  text-align: right;
}
.progress-bars .progress-bar-content.progress-bar-content-blue[data-v-260c5dbd] {
  border: 1px solid #214C56;
  background-color: #214C56;
  margin-bottom: 20px;
}
.progress-bars .progress-bar-content.progress-bar-content-blue *[data-v-260c5dbd] {
  color: #fff;
}
.progress-bars .progress-bar-content.progress-bar-content-green[data-v-260c5dbd] {
  border: 1px solid #A1D901;
}
.progress-bars .progress-bar-content.progress-bar-content-green .progress-bar[data-v-260c5dbd] {
  z-index: 1;
  background-color: #A1D901;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 0px 20px 20px 0px;
}
.progress-bars .progress-bar-content.progress-bar-content-green p[data-v-260c5dbd] {
  color: #214C56;
}
.progress-bars .progress-bar-content.progress-bar-content-green span[data-v-260c5dbd] {
  color: #214C56;
}
@media screen and (max-width: 768px) {
.progress-bars .progress-bar-content[data-v-260c5dbd] {
    padding: 10px 15px;
}
.progress-bars .progress-bar-content p[data-v-260c5dbd] {
    font-size: 12px;
}
.progress-bars .progress-bar-content span[data-v-260c5dbd] {
    font-size: 16px;
}
}
.boxes[data-v-a9ddad42] {
  display: flex;
  justify-content: space-between;
}
.boxes .icon-box-content[data-v-a9ddad42] {
  flex-basis: calc(50% - 12.5px);
  width: calc(50% - 12.5px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 160px;
  background: #214C56;
  border-radius: 20px;
  padding: 15px 30px;
}
.boxes .icon-box-content *[data-v-a9ddad42] {
  color: #fff;
}
.boxes .icon-box-content img[data-v-a9ddad42] {
  width: 35px;
  height: auto;
}
.boxes .icon-box-content p[data-v-a9ddad42] {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  margin: 15px 0;
}
.boxes .icon-box-content span[data-v-a9ddad42] {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
}
@media screen and (max-width: 768px) {
.boxes .icon-box-content p[data-v-a9ddad42] {
    font-size: 12px;
}
.boxes .icon-box-content span[data-v-a9ddad42] {
    font-size: 16px;
}
}
#savings[data-v-196d7821] {
  margin: 30px 0 40px 0;
}
#savings .title[data-v-196d7821] {
  color: #214C56;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
}
#savings .content-two-columns[data-v-196d7821] {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#savings .content-two-columns .left-part[data-v-196d7821], #savings .content-two-columns .right-part[data-v-196d7821] {
  flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
}
#savings .content-two-columns .right-part[data-v-196d7821] {
  padding-top: 20px;
}
#savings .footer-text[data-v-196d7821] {
  color: #214C56;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  margin-top: 20px;
}
#savings .footer-text span[data-v-196d7821] {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
}
@media screen and (max-width: 768px) {
#savings[data-v-196d7821] {
    margin: 25px 0;
}
#savings .title[data-v-196d7821] {
    font-size: 15px;
}
#savings .content-two-columns[data-v-196d7821] {
    flex-wrap: wrap;
}
#savings .content-two-columns .left-part[data-v-196d7821], #savings .content-two-columns .right-part[data-v-196d7821] {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
}
#savings .footer-text[data-v-196d7821] {
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}
#savings .footer-text span[data-v-196d7821] {
    font-size: 16px;
}
}
#graphics {
  width: 815px;
  min-width: 815px;
  height: 200px;
  min-height: 195px;
  position: relative;
}
#graphics .labels-left {
  position: absolute;
  top: 5px;
  left: 0;
  width: 105px;
  height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 15px;
}
#graphics .labels-left span {
  color: #214C56;
  font-size: 12px;
  line-height: 125%;
}
#graphics .graphic {
  position: absolute;
  bottom: 30px;
  left: 105px;
  width: 710px;
  height: 195px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#graphics .graphic .graphic-section {
  position: relative;
  width: 55px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#graphics .graphic .graphic-section .line {
  display: block;
  width: 52px;
  border-radius: 8px 8px 0px 0px;
}
#graphics .graphic .graphic-section .month {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #214C56;
}
#graphics .graphic.graphic-one .graphic-section .line {
  background: #01D7BD !important;
}
#graphics .graphic.graphic-two .graphic-section .line {
  background: #214C56 !important;
}
#generation-auto[data-v-7f8fed8d] {
  margin-top: 55px;
}
#generation-auto .title[data-v-7f8fed8d] {
  color: #214C56;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
}
#generation-auto .graphic-content[data-v-7f8fed8d] {
  width: 100%;
  margin: 20px 0;
  border: 2px solid #214C56;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  overflow-y: hidden;
  overflow-x: auto;
}
#generation-auto .graphic-content .graphic-info[data-v-7f8fed8d] {
  width: 195px;
  min-width: 195px;
  height: 195px;
  border: 2px solid #214C56;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: 20px;
}
#generation-auto .graphic-content .graphic-info p[data-v-7f8fed8d] {
  margin: 10px 0;
}
#generation-auto .graphic-content .graphic-info p[data-v-7f8fed8d]:last-child {
  margin: 0;
}
#generation-auto .graphic-content .graphic-info span[data-v-7f8fed8d] {
  width: 100%;
  height: 35px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
#generation-auto .graphic-content .graphic-info span.generation[data-v-7f8fed8d] {
  background: #01D7BD;
  color: #214C56;
}
#generation-auto .graphic-content .graphic-info span.autoconsume[data-v-7f8fed8d] {
  background: #214C56;
  color: #fff;
}
@media screen and (max-width: 768px) {
#generation-auto[data-v-7f8fed8d] {
    margin-top: 25px;
}
#generation-auto .title[data-v-7f8fed8d] {
    font-size: 15px;
}
}
.ecological-box[data-v-0f331554] {
  width: 100%;
  height: 65px;
  padding: 0 25px;
  background: #214C56;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ecological-box *[data-v-0f331554] {
  color: #fff;
}
.ecological-box img[data-v-0f331554] {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.ecological-box p[data-v-0f331554] {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}
.ecological-box span[data-v-0f331554] {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
}
@media screen and (max-width: 768px) {
.ecological-box[data-v-0f331554] {
    height: auto;
    padding: 25px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.ecological-box p[data-v-0f331554] {
    font-size: 14px;
}
.ecological-box span[data-v-0f331554] {
    margin-top: 15px;
    width: 100%;
    font-size: 16px;
}
}
#ecological[data-v-402416ec] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#ecological .ecological-box-content[data-v-402416ec] {
  flex-basis: calc(50% - 12.5px);
  width: calc(50% - 12.5px);
  margin-bottom: 25px;
}
#ecological .ecological-box-content.ecological-box-content-full[data-v-402416ec] {
  width: 100%;
  flex-basis: 100%;
}
@media screen and (max-width: 768px) {
#ecological .ecological-box-content[data-v-402416ec] {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
}
#ecological .ecological-box-content.ecological-box-content-full[data-v-402416ec] {
    width: 100%;
    flex-basis: 100%;
}
}
#other-services[data-v-622f524c] {
  width: 100%;
}
#other-services .other-services-box[data-v-622f524c] {
  border: 4px solid #FF6827;
  padding: 25px;
  border-radius: 20px;
}
#other-services .other-services-box .title[data-v-622f524c] {
  color: #FF6827;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 25px;
}
#other-services .other-services-box .title span[data-v-622f524c] {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ACB2AA;
}
#other-services .other-services-box .form-group-hv[data-v-622f524c] {
  margin: 0;
}
#other-services .other-services-box .form-group-hv .form-group-hv-content[data-v-622f524c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#other-services .other-services-box .form-group-hv .form-group-hv-content .form-group-hv-check-box[data-v-622f524c] {
  flex-basis: calc(25% - 12.5px);
  width: calc(25% - 12.5px);
  border: 3px solid #FF6827;
  color: #FF6827;
}
#other-services .other-services-box .form-group-hv .form-group-hv-content .form-group-hv-check-box[data-v-622f524c]:hover {
  background-color: rgba(255, 104, 39, 0.1);
}
#other-services .other-services-box .form-group-hv .form-group-hv-content .form-group-hv-check-box.active[data-v-622f524c] {
  background-color: #FF6827;
  color: #fff;
}
#other-services .button-hv-footer[data-v-622f524c] {
  margin-top: 50px;
  display: flex;
  justify-content: end;
}
#other-services .button-hv-footer .button-hv-primary[data-v-622f524c] {
  width: auto;
}
@media screen and (max-width: 1024px) {
#other-services .other-services-box .title span[data-v-622f524c] {
    display: block;
}
#other-services .other-services-box .form-group-hv .form-group-hv-content[data-v-622f524c] {
    flex-wrap: wrap;
}
#other-services .other-services-box .form-group-hv .form-group-hv-content .form-group-hv-check-box[data-v-622f524c] {
    flex-basis: calc(50% - 12.5px);
    width: calc(50% - 12.5px);
    border: 3px solid #FF6827;
    margin-bottom: 12.5px;
}
}
@media screen and (max-width: 768px) {
#other-services .other-services-box .form-group-hv .form-group-hv-content .form-group-hv-check-box[data-v-622f524c] {
    flex-basis: 100%;
    width: 100%;
    border: 3px solid #FF6827;
    margin-bottom: 12.5px;
}
#other-services .button-hv-footer[data-v-622f524c] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#other-services .button-hv-footer .button-hv-secondary[data-v-622f524c] {
    margin-bottom: 15px;
    margin-right: 0 !important;
}
}
#register-resume[data-v-ef61affe] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#register-resume .box-register[data-v-ef61affe] {
  margin-bottom: 25px;
  padding: 30px;
  border: 2px solid #358200;
  border-radius: 20px;
  color: #358200;
}
#register-resume .box-register .title[data-v-ef61affe] {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#register-resume .box-register .title span[data-v-ef61affe] {
  min-width: 110px;
  text-align: right;
}
#register-resume .box-register .ecological-box-content[data-v-ef61affe] {
  margin-bottom: 10px;
}
#register-resume .box-progress-bar .title[data-v-ef61affe] {
  color: #214C56;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 20px;
}
#register-resume .box-progress-bar .footer-text[data-v-ef61affe] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
#register-resume .box-progress-bar .footer-text p[data-v-ef61affe] {
  color: #214C56;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}
#register-resume .box-progress-bar .footer-text p span[data-v-ef61affe] {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
#register-resume[data-v-ef61affe] {
    border-radius: 20px;
}
#register-resume .box-register[data-v-ef61affe] {
    padding: 20px;
}
#register-resume .box-register .title[data-v-ef61affe] {
    font-size: 16px;
}
#register-resume .box-progress-bar .title[data-v-ef61affe] {
    font-size: 16px;
}
#register-resume .box-progress-bar .footer-text[data-v-ef61affe] {
    text-align: center;
    font-size: 12px;
}
#register-resume .box-progress-bar .footer-text span[data-v-ef61affe] {
    font-size: 16px;
}
}
#register-form[data-v-98b1efd0] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#register-form .form-group-hv-content[data-v-98b1efd0] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#register-form .form-group-hv-content input[data-v-98b1efd0] {
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
#register-form .form-group-hv-content .phone-input[data-v-98b1efd0] {
  position: relative;
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
}
#register-form .form-group-hv-content .phone-input input[data-v-98b1efd0] {
  padding-left: 52px;
  width: 100%;
  flex-basis: 100%;
}
#register-form .form-group-hv-content .phone-input span[data-v-98b1efd0] {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  top: 14px;
  left: 20px;
  color: #214C56;
}
#register-form .form-group-hv-check-special[data-v-98b1efd0] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#register-form .form-group-hv-check-special label[data-v-98b1efd0] {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ACB2AA;
  margin-bottom: 0;
}
#register-form .form-group-hv-check-special label a[data-v-98b1efd0] {
  color: #358200;
}
#register-form .form-group-hv-check-special input[data-v-98b1efd0] {
  width: 24px;
  height: 24px;
  border: 3px solid #358200;
  border-radius: 6px;
}
#register-form .form-group-hv-check-special input[data-v-98b1efd0]:checked {
  border: none;
  background: url("https://lipigas.loading.net/wp-content/themes/hogarverde/assets/check.png");
  background-size: contain;
}
#register-form .buttons-footer[data-v-98b1efd0] {
  display: flex;
  align-items: center;
  justify-content: center;
}
#register-form .buttons-footer span[data-v-98b1efd0] {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 1200px) {
#register-form .form-group-hv-content input[data-v-98b1efd0],
#register-form .form-group-hv-content .phone-input[data-v-98b1efd0] {
    flex-basis: 100%;
    width: 100%;
}
}
@media screen and (max-width: 1024px) {
#register-form[data-v-98b1efd0] {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}
#register-form .buttons-footer[data-v-98b1efd0] {
    flex-direction: column;
    margin-top: 15px;
}
#register-form .buttons-footer span[data-v-98b1efd0] {
    display: inline-block;
    margin: 15px 0;
}
}
#register-view[data-v-44a394f8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -20px;
}
#register-view .left-part[data-v-44a394f8] {
  width: 880px;
  flex-basis: 880px;
  margin-right: 40px;
}
#register-view .right-part[data-v-44a394f8] {
  width: 650px;
  flex-basis: 650px;
  margin-right: -20px;
}
@media screen and (max-width: 1024px) {
#register-view[data-v-44a394f8] {
    flex-wrap: wrap;
}
#register-view .left-part[data-v-44a394f8] {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
}
#register-view .right-part[data-v-44a394f8] {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
}
}
#thank-you {
  width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#thank-you .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
#thank-you .image {
  width: 80px;
  height: auto;
  margin-bottom: 35px;
}
#thank-you h2 {
  margin-bottom: 25px !important;
  font-size: 24px;
  font-weight: bold;
}
#thank-you p, #thank-you h2 {
  text-align: center;
  font-size: 18px;
  line-height: 125%;
  color: #214C56;
  font-weight: bold;
  margin-bottom: 10px;
}
#thank-you .button-hv {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
#thank-you {
    width: 100%;
}
#thank-you p {
    font-size: 16px;
    line-height: 125%;
}
}
#login-form {
  width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#login-form * {
  text-align: center;
}
#login-form h2 {
  margin-bottom: 25px !important;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #214C56;
}
#login-form p {
  font-size: 18px;
  line-height: 125%;
  color: #214C56;
  font-weight: bold;
  margin-bottom: 10px;
}
#login-form .login-form-error {
  font-size: 12px;
  color: darkred;
}
#login-form .form-group-hv {
  margin-top: 20px;
}
#login-form .register-links {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#login-form .register-links a {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
#login-form {
    width: 100%;
}
#login-form p {
    font-size: 16px;
    line-height: 125%;
}
}
#password-reset-form {
  width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#password-reset-form * {
  text-align: center;
}
#password-reset-form h2 {
  margin-bottom: 25px !important;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #214C56;
}
#password-reset-form p {
  font-size: 18px;
  line-height: 125%;
  color: #214C56;
  font-weight: bold;
  margin-bottom: 10px;
}
#password-reset-form .login-form-message {
  font-size: 12px;
  color: #358200;
  margin-bottom: 15px;
}
#password-reset-form .form-group-hv {
  margin-top: 20px;
}
#password-reset-form .register-links {
  display: flex;
  align-items: center;
}
#password-reset-form .register-links a {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
#password-reset-form {
    width: 100%;
}
#password-reset-form p {
    font-size: 16px;
    line-height: 125%;
}
}
