#header-tuenergia[data-v-1a9bb128] {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-tuenergia .container-tuenergia-small[data-v-1a9bb128] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-tuenergia .container-tuenergia-small .logo[data-v-1a9bb128] {
  width: 130px;
  min-width: 130px;
  height: auto;
}
#header-tuenergia .container-tuenergia-small .logo img[data-v-1a9bb128] {
  width: auto;
}
#header-tuenergia .container-tuenergia-small .right-part[data-v-1a9bb128] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header-tuenergia .container-tuenergia-small .right-part p[data-v-1a9bb128] {
  font-size: 14px;
  line-height: 26px;
  margin: 0 15px 0 0;
  color: var(--color-primary);
}
#header-tuenergia .container-tuenergia-small .right-part .range[data-v-1a9bb128] {
  padding-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
#header-tuenergia .container-tuenergia-small .right-part .range .label-span[data-v-1a9bb128] {
  display: block;
  width: 150px;
  min-width: 150px;
  font-weight: bold;
  color: var(--color-primary);
}
#header-tuenergia .container-tuenergia-small .right-part .range .final-span[data-v-1a9bb128] {
  margin-left: 15px;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--color-primary);
}
#header-tuenergia .container-tuenergia-small .right-part .range .final-span span[data-v-1a9bb128] {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: -3px;
}
#header-tuenergia .container-tuenergia-small .right-part .range[data-v-1a9bb128]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 25px;
  margin-top: -12.5px;
  background-color: #A8A8A8;
}
@media screen and (max-width: 1024px) {
#header-tuenergia .container-tuenergia-small[data-v-1a9bb128] {
    justify-content: center;
}
#header-tuenergia .container-tuenergia-small .right-part[data-v-1a9bb128] {
    display: none;
}
}
#intro-form {
  width: 100%;
  background-color: #fff;
  padding: 40px 50px;
  position: relative;
}
#intro-form .box-center-line {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#intro-form .box-center-line .box-center-text {
  width: 180px;
  flex-basis: 180px;
  min-width: 180px;
  text-align: center;
  color: #716A60;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
}
#intro-form .box-center-line .box-center-line-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 15px;
}
#intro-form .box-center-line .box-center-line-right .range {
  width: 100%;
  display: flex;
  align-items: center;
}
#intro-form .box-center-line .box-center-line-right .range .final-span {
  margin-left: 15px;
  flex-basis: 120px;
  width: 120px;
  min-width: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: var(--color-primary);
}
#intro-form .box-center-line .box-center-line-right .range .final-span span {
  font-size: 25px;
  margin-bottom: 6px;
}
#intro-form .box-center-line .box-center-line-right .box-check {
  position: relative;
  width: 140px;
  min-width: 140px;
  height: 35px;
  border-radius: 2px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#intro-form .box-center-line .box-center-line-right .box-check.active, #intro-form .box-center-line .box-center-line-right .box-check:hover {
  cursor: pointer;
  background-color: var(--color-primary);
  color: #fff;
}
#intro-form .postal-code-box {
  position: absolute;
  bottom: -27.5px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  height: 55px;
}
#intro-form .postal-code-box .postal-code-box-content {
  position: relative;
}
#intro-form .postal-code-box .postal-code-box-content input {
  animation: none;
  outline: none;
  width: 100%;
  height: 55px;
  padding: 15px;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: var(--color-primary);
  background: #EBEBEB;
}
#intro-form .postal-code-box .postal-code-box-content input.error {
  border: 2px solid red;
}
#intro-form .postal-code-box .postal-code-box-content .button-search {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -27.5px;
  right: 0;
  width: 55px;
  height: 55px;
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
#intro-form .postal-code-box .postal-code-box-content .button-search img {
  width: 20px;
  height: auto;
}
#intro-form .postal-code-box .postal-code-box-content .button-search:hover {
  background-color: var(--color-primary-dark);
}
#intro-form .postal-code-box .postal-code-box-content .button-search.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
#intro-form {
    padding: 40px 30px;
}
#intro-form .box-center-line {
    flex-wrap: wrap;
}
#intro-form .box-center-line .box-center-text {
    flex-basis: 100%;
    width: 100%;
}
#intro-form .box-center-line .box-center-line-right {
    flex-basis: 100%;
    width: 100%;
    margin: 15px 0 20px 0;
    justify-content: center;
    flex-wrap: wrap;
}
#intro-form .box-center-line .box-center-line-right .range .final-span {
    flex-basis: 100px;
    width: 100px;
}
#intro-form .box-center-line .box-center-line-right .box-check {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 600px) {
#intro-form .postal-code-box {
    position: absolute;
    left: 5%;
    margin-left: 0;
    width: 90%;
}
}
.map-popup-info[data-v-d45d77e8] {
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(98, 106, 212, 0.4);
}
.map-popup-info .map-popup-info-content[data-v-d45d77e8] {
  width: 430px;
  padding: 30px;
  background-color: #fff;
}
.map-popup-info .map-popup-info-content .map-popup-info-content-title[data-v-d45d77e8] {
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 500;
}
.map-popup-info .map-popup-info-content img[data-v-d45d77e8] {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.map-popup-info .map-popup-info-content p[data-v-d45d77e8] {
  font-size: 14px;
  line-height: 120%;
  color: #716A60;
}
.map-popup-info .map-popup-info-content .button-tuenergia[data-v-d45d77e8] {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
.map-popup-info .map-popup-info-content[data-v-d45d77e8] {
    width: 90%;
    max-width: 430px;
}
}
.map-popup[data-v-e4f79b1a] {
  z-index: 999;
  position: absolute;
  top: 70px;
  right: 48px;
  width: 390px;
  height: calc(100vh - 70px);
  display: flex;
  align-items: flex-end;
}
.map-popup .map-popup-box[data-v-e4f79b1a] {
  position: relative;
  width: 390px;
  padding: 25px 30px;
  background: #FFFFFF;
  margin-bottom: 45px;
}
.map-popup .map-popup-box p[data-v-e4f79b1a] {
  font-size: 14px;
  line-height: 120%;
  color: #716A60;
}
.map-popup .map-popup-box p.map-popup-title[data-v-e4f79b1a] {
  font-size: 24px;
  line-height: 120%;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 500;
}
.map-popup .map-popup-box img[data-v-e4f79b1a] {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.map-popup .map-popup-box .button-tuenergia[data-v-e4f79b1a] {
  margin-bottom: 20px;
}
.map-popup .map-popup-box .button-tuenergia[data-v-e4f79b1a]:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
.map-popup[data-v-e4f79b1a] {
    right: 0;
    bottom: 15px;
    top: auto;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.map-popup .map-popup-box[data-v-e4f79b1a] {
    width: calc(100% - 30px);
    margin-bottom: 0;
}
.map-popup .map-popup-box img[data-v-e4f79b1a] {
    display: none;
}
}
.footer-buttons-map[data-v-1c0dfd57] {
  z-index: 999;
  position: absolute;
  bottom: 45px;
  left: 130px;
}
.footer-buttons-map .footer-buttons-map-button[data-v-1c0dfd57] {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  width: 200px;
}
.footer-buttons-map .footer-buttons-map-button object[data-v-1c0dfd57] {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}
.footer-buttons-map .footer-buttons-map-button span[data-v-1c0dfd57] {
  color: var(--color-primary);
  font-size: 16px;
}
.footer-buttons-map .footer-buttons-map-button.active[data-v-1c0dfd57] {
  background-color: var(--color-primary);
}
.footer-buttons-map .footer-buttons-map-button.active span[data-v-1c0dfd57] {
  color: #fff;
}
@media screen and (max-width: 1024px) {
.footer-buttons-map[data-v-1c0dfd57] {
    top: 81px;
    left: 10px;
    bottom: auto;
}
.footer-buttons-map .footer-buttons-map-button[data-v-1c0dfd57] {
    padding: 14px;
    width: 53px;
}
.footer-buttons-map .footer-buttons-map-button span[data-v-1c0dfd57] {
    display: none;
}
.footer-buttons-map .footer-buttons-map-button object[data-v-1c0dfd57] {
    margin: 0;
    width: 25px;
    height: 25px;
}
}
.map-popup-loading[data-v-67717114] {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(98, 106, 212, 0.4);
}
.map-popup-loading .map-popup-loading-content[data-v-67717114] {
  width: 340px;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.map-popup-loading .map-popup-loading-content .loading[data-v-67717114] {
  margin: 30px 0;
  animation: loading-data-v-67717114 1.2s linear infinite;
}
.map-popup-loading .map-popup-loading-content ol li[data-v-67717114] {
  opacity: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #716A60;
  animation: opacity-data-v-67717114 0.7s forwards;
  margin-bottom: 5px;
}
.map-popup-loading .map-popup-loading-content ol li[data-v-67717114]:nth-child(1) {
  animation-delay: 1s;
}
.map-popup-loading .map-popup-loading-content ol li[data-v-67717114]:nth-child(2) {
  animation-delay: 2.5s;
}
.map-popup-loading .map-popup-loading-content ol li[data-v-67717114]:nth-child(3) {
  animation-delay: 4s;
}
.map-popup-loading .map-popup-loading-content ol li[data-v-67717114]:nth-child(4) {
  animation-delay: 5.5s;
}
@keyframes opacity-data-v-67717114 {
from {
    opacity: 0;
}
to {
    opacity: 1;
    transform: translateY(-3px);
}
}
@keyframes loading-data-v-67717114 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
#map-element {
  width: 100%;
  height: 100vh;
  position: relative;
}
#map-element #map {
  height: 100vh !important;
  min-height: 100vh !important;
}
#map-element #map .leaflet-control-attribution {
  display: none;
}
#map-element #map .leaflet-top {
  top: auto;
  bottom: 40px;
}
#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: 48px;
  height: 135px;
  background: #FFFFFF;
  padding: 8px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
}
#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: 3px solid var(--color-primary);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
#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: var(--color-primary);
  font-size: 25px;
  line-height: 25px;
}
@media screen and (max-width: 1024px) {
#map-element #map .leaflet-top {
    display: none;
}
}
#header-map[data-v-a08acd78] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 370px;
}
#header-map #map-header[data-v-a08acd78] {
  height: 370px;
}
#header-map .redraw-location-content[data-v-a08acd78] {
  z-index: 999;
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(98, 106, 212, 0.3);
  display: flex;
  align-items: flex-end;
}
#header-map .redraw-location-content .container-tuenergia-small[data-v-a08acd78] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}
#header-map .redraw-location-content .container-tuenergia-small .redraw-location[data-v-a08acd78] {
  cursor: pointer;
  width: 215px;
  height: 70px;
  padding: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.85px;
  border-radius: 4px;
}
#header-map .redraw-location-content .container-tuenergia-small .redraw-location img[data-v-a08acd78] {
  width: 35px;
  height: auto;
  margin-right: 10px;
}
#header-map .redraw-location-content .container-tuenergia-small .redraw-location span[data-v-a08acd78] {
  text-transform: uppercase;
  color: var(--color-primary);
}
#number-boxes[data-v-575d47e5] {
  width: 100%;
  padding: 0 20px;
}
#number-boxes .number-boxes-title[data-v-575d47e5] {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  color: var(--color-primary);
}
#number-boxes .number-boxes-content[data-v-575d47e5] {
  margin-top: 55px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#number-boxes .number-boxes-content .number-box[data-v-575d47e5] {
  position: relative;
  width: 190px;
  height: 160px;
  background: #EBEBEB;
  border-radius: 4px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 15px 15px 0;
}
#number-boxes .number-boxes-content .number-box[data-v-575d47e5]:last-child {
  margin: 0 0 15px 0;
}
#number-boxes .number-boxes-content .number-box p[data-v-575d47e5] {
  margin: 0;
  text-align: center;
}
#number-boxes .number-boxes-content .number-box p.number-box-title[data-v-575d47e5] {
  font-size: 16px;
  line-height: 120%;
  color: #222229;
}
#number-boxes .number-boxes-content .number-box p.number-box-value[data-v-575d47e5] {
  font-size: 28px;
  line-height: 120%;
  color: var(--color-primary);
  font-weight: 600;
}
#number-boxes .number-boxes-content .number-box p.number-box-value span[data-v-575d47e5] {
  font-size: 24px;
  font-weight: 500;
}
#number-boxes .number-boxes-content .number-box .battery-check[data-v-575d47e5] {
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
#number-boxes .number-boxes-title[data-v-575d47e5] {
    font-size: 35px;
}
#number-boxes .number-boxes-content .number-box[data-v-575d47e5] {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 15px 0;
}
}
#monthly-price-info {
  margin: 50px 0 0 0;
  width: 100%;
  padding: 0 30px;
}
#monthly-price-info .monthly-price-info-title {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  color: var(--color-primary);
}
#monthly-price-info .monthly-price-content {
  margin-top: 55px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#monthly-price-info .monthly-price-content .monthly-price-box {
  position: relative;
  flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
  padding: 25px;
  height: 265px;
  background: #EBEBEB;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#monthly-price-info .monthly-price-content .monthly-price-box p {
  color: #222229;
}
#monthly-price-info .monthly-price-content .monthly-price-box .monthly-price-box-title {
  font-size: 24px;
  line-height: 120%;
}
#monthly-price-info .monthly-price-content .monthly-price-box .monthly-price-box-title span {
  font-size: 40px;
  font-weight: 600;
}
#monthly-price-info .monthly-price-content .monthly-price-box .monthly-price-box-price {
  font-size: 60px;
  font-weight: 600;
}
#monthly-price-info .monthly-price-content .monthly-price-box .monthly-price-box-price span {
  font-size: 24px;
  font-weight: 500;
}
#monthly-price-info .monthly-price-content .monthly-price-box.monthly-price-box-saving {
  background-color: #fff;
  border: 2px solid var(--color-primary);
}
#monthly-price-info .monthly-price-content .monthly-price-box.monthly-price-box-saving .monthly-price-box-price {
  color: var(--color-primary);
}
#monthly-price-info .monthly-price-content .monthly-price-box .saving-box {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  right: -30px;
  width: 165px;
  height: 130px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 24px;
}
#monthly-price-info .monthly-price-content .monthly-price-box .saving-box span {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: -25px;
}
@media screen and (max-width: 1024px) {
#monthly-price-info .monthly-price-content {
    flex-wrap: wrap;
    justify-content: center;
}
#monthly-price-info .monthly-price-content .monthly-price-box {
    position: relative;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 25px;
}
}
@media screen and (max-width: 768px) {
#monthly-price-info .monthly-price-info-title {
    font-size: 35px;
}
#monthly-price-info .monthly-price-content .monthly-price-box {
    height: 210px;
    padding: 40px 25px;
}
#monthly-price-info .monthly-price-content .monthly-price-box .monthly-price-box-title {
    font-size: 18px;
}
#monthly-price-info .monthly-price-content .monthly-price-box .monthly-price-box-title span {
    font-size: 35px;
}
#monthly-price-info .monthly-price-content .monthly-price-box .monthly-price-box-price {
    font-size: 35px;
}
#monthly-price-info .monthly-price-content .monthly-price-box .saving-box {
    margin-top: -96px;
    right: -15px;
    width: 140px;
    height: 120px;
}
#monthly-price-info .monthly-price-content .monthly-price-box .saving-box span {
    font-size: 45px;
}
}
#slider-info {
  width: 100%;
  padding: 64px 25px;
  background: #EBEBEB;
}
#slider-info .slider-info-title {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  color: #222229;
  margin-bottom: 60px;
}
#slider-info #slider-info-carousel .slider-info-carousel-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slider-info #slider-info-carousel .slider-info-carousel-item img {
  width: 110px;
  height: auto;
  margin-right: 20px;
}
#slider-info #slider-info-carousel .slider-info-carousel-item p {
  width: 190px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--color-primary);
  text-transform: uppercase;
}
#slider-info #slider-info-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
#slider-info #slider-info-carousel .owl-nav button.owl-prev {
  left: 0;
}
#slider-info #slider-info-carousel .owl-nav button.owl-next {
  right: 0;
}
@media screen and (max-width: 768px) {
#slider-info .slider-info-title {
    font-size: 35px;
    margin-bottom: 40px;
}
#slider-info #slider-info-carousel .slider-info-carousel-item img {
    width: 110px;
    height: auto;
    margin-right: 1px;
}
#slider-info #slider-info-carousel .slider-info-carousel-item p {
    width: 190px;
    font-size: 17px;
}
#slider-info #slider-info-carousel .owl-nav button.owl-prev {
    left: -30px;
}
#slider-info #slider-info-carousel .owl-nav button.owl-next {
    right: -30px;
}
}
#warranty-info .container-tuenergia-small[data-v-d70494b6] {
  display: flex;
  justify-content: center;
  align-items: center;
}
#warranty-info .container-tuenergia-small img[data-v-d70494b6] {
  width: 145px;
  height: auto;
  margin-right: 50px;
}
#warranty-info .container-tuenergia-small .text-warranty[data-v-d70494b6] {
  max-width: 465px;
}
#warranty-info .container-tuenergia-small .text-warranty p[data-v-d70494b6] {
  color: #222229;
  font-size: 14px;
  line-height: 120%;
}
#warranty-info .container-tuenergia-small .text-warranty p.title-text-warranty[data-v-d70494b6] {
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
#warranty-info .container-tuenergia-small[data-v-d70494b6] {
    flex-wrap: wrap;
    justify-content: center;
}
#warranty-info .container-tuenergia-small img[data-v-d70494b6] {
    margin-right: 0;
    margin-bottom: 50px;
}
#warranty-info .container-tuenergia-small .text-warranty[data-v-d70494b6] {
    flex-basis: 100%;
    width: 100%;
}
}
#banner-info[data-v-79dd3895] {
  padding: 80px 0;
  background: url("https://solar.tunergia.es/wp-content/themes/tuenergia/assets/background-banner.jpg") no-repeat center center;
  background-size: cover;
}
#banner-info .container-tuenergia p[data-v-79dd3895] {
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#banner-info .container-tuenergia .banner-info-buttons[data-v-79dd3895] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}
#banner-info .container-tuenergia .banner-info-buttons .banner-info-button[data-v-79dd3895] {
  width: 185px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: var(--color-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#banner-info .container-tuenergia .banner-info-buttons .banner-info-button[data-v-79dd3895]:hover {
  cursor: pointer;
  background: #d6d6d6;
}
#banner-info .container-tuenergia .banner-info-buttons .banner-info-button[data-v-79dd3895]:first-child {
  margin-right: 20px;
}
#banner-info #video-modal[data-v-79dd3895] {
  display: none;
  position: fixed;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
#banner-info #video-modal .video-content[data-v-79dd3895] {
  width: 100%;
  max-width: 600px;
  min-width: 350px;
}
#banner-info #video-modal .video-content iframe[data-v-79dd3895] {
  width: 100%;
}
#banner-info #video-modal.active[data-v-79dd3895] {
  display: flex;
}
@media screen and (max-width: 768px) {
#banner-info .container-tuenergia p[data-v-79dd3895] {
    font-size: 35px;
}
#banner-info .container-tuenergia .banner-info-buttons[data-v-79dd3895] {
    margin-top: 45px;
}
}
.product-price-box {
  width: 90%;
  max-width: 410px;
  border: 3px solid var(--color-primary);
  border-radius: 4px;
}
.product-price-box .product-price-box-header {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color-primary);
  margin-bottom: 20px;
}
.product-price-box .range {
  margin: 0 25px;
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
}
.product-price-box .range .final-span {
  width: 80px;
  min-width: 80px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  margin-left: 20px;
}
.product-price-box p {
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  color: #222229;
  margin-bottom: 20px;
}
.product-price-box .product-price-box-price {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-price-box .product-price-box-price * {
  color: #222229;
}
.product-price-box .product-price-box-price .product-price-box-price-title {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.product-price-box .product-price-box-price .product-price-box-price-money {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}
.product-price-box .product-price-box-price .product-price-box-price-money span {
  font-size: 16px;
}
.product-price-box .product-price-more-info {
  position: relative;
  margin: 35px 0 20px 0;
  width: 100%;
  height: 40px;
  background-color: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 120%;
  color: #222229;
}
.product-price-box .product-price-more-info img {
  margin-left: 10px;
  width: 20px;
  height: auto;
}
.product-price-box .product-price-more-info:hover .product-price-more-info-popup {
  display: block;
}
.product-price-box .product-price-more-info .product-price-more-info-popup {
  display: none;
  position: absolute;
  top: 35px;
  right: -310px;
  width: 380px;
  padding: 25px;
  background-color: #fff;
  border: 3px solid var(--color-primary);
}
.product-price-box .product-price-more-info .product-price-more-info-popup * {
  text-align: left;
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--color-primary);
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-data span {
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  color: var(--color-primary);
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-footer {
  margin-top: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-primary);
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-footer span {
  font-size: 16px;
}
.product-price-box .button-tuenergia {
  margin: 0 25px;
  width: calc(100% - 50px);
}
.product-price-box .product-price-footer-info {
  margin: 25px;
}
.product-price-box .product-price-footer-info * {
  font-size: 12px;
  line-height: 140%;
  color: #545454;
  text-align: left;
  margin-bottom: 7px;
}
.product-price-box .product-price-footer-info ul li {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
.product-price-box .product-price-box-price .product-price-box-price-money {
    font-size: 50px;
}
}
.product-price-box {
  width: 90%;
  max-width: 410px;
  border: 3px solid var(--color-primary);
  border-radius: 4px;
}
.product-price-box .product-price-box-header {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color-primary);
  margin-bottom: 20px;
}
.product-price-box .range {
  margin: 0 25px;
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
}
.product-price-box .range .final-span {
  width: 80px;
  min-width: 80px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  margin-left: 20px;
}
.product-price-box p {
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  color: #222229;
  margin-bottom: 20px;
}
.product-price-box .product-price-box-price {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-price-box .product-price-box-price * {
  color: #222229;
}
.product-price-box .product-price-box-price .product-price-box-price-title {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
.product-price-box .product-price-box-price .product-price-box-price-money {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}
.product-price-box .product-price-box-price .product-price-box-price-money span {
  font-size: 16px;
}
.product-price-box .product-price-more-info {
  position: relative;
  margin: 35px 0 20px 0;
  width: 100%;
  height: 40px;
  background-color: #EBEBEB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 120%;
  color: #222229;
}
.product-price-box .product-price-more-info img {
  margin-left: 10px;
  width: 20px;
  height: auto;
}
.product-price-box .product-price-more-info:hover .product-price-more-info-popup {
  display: block;
}
.product-price-box .product-price-more-info .product-price-more-info-popup {
  display: none;
  position: absolute;
  top: 35px;
  right: -310px;
  width: 380px;
  padding: 25px;
  background-color: #fff;
  border: 3px solid var(--color-primary);
}
.product-price-box .product-price-more-info .product-price-more-info-popup * {
  text-align: left;
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--color-primary);
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-data span {
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  color: var(--color-primary);
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-footer {
  margin-top: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-primary);
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
}
.product-price-box .product-price-more-info .product-price-more-info-popup .popup-footer span {
  font-size: 16px;
}
.product-price-box .button-tuenergia {
  margin: 0 25px;
  width: calc(100% - 50px);
}
.product-price-box .product-price-footer-info {
  margin: 25px;
}
.product-price-box .product-price-footer-info * {
  font-size: 12px;
  line-height: 140%;
  color: #545454;
  text-align: left;
  margin-bottom: 7px;
}
.product-price-box .product-price-footer-info ul li {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
.product-price-box .product-price-box-price .product-price-box-price-money {
    font-size: 50px;
}
}
#product-prices .container-tuenergia .title-product-prices[data-v-6d1721d0] {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--color-primary);
  margin-bottom: 60px;
  text-align: center;
}
#product-prices .container-tuenergia .product-price-boxes[data-v-6d1721d0] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#product-prices .container-tuenergia .product-price-boxes .product-price-box[data-v-6d1721d0]:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
#product-prices .container-tuenergia .title-product-prices[data-v-6d1721d0] {
    margin-bottom: 40px;
}
#product-prices .container-tuenergia .product-price-boxes[data-v-6d1721d0] {
    flex-wrap: wrap;
}
#product-prices .container-tuenergia .product-price-boxes .product-price-box[data-v-6d1721d0]:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
}
#climate-info[data-v-f7b33230] {
  padding: 80px 0;
  background: url("https://solar.tunergia.es/wp-content/themes/tuenergia/assets/background-climate.JPG") no-repeat center center;
  background-size: cover;
}
#climate-info p[data-v-f7b33230] {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
#climate-info .climate-boxes-content[data-v-f7b33230] {
  display: flex;
  justify-content: center;
  align-items: center;
}
#climate-info .climate-boxes-content .climate-box[data-v-f7b33230] {
  width: 325px;
  height: 95px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
#climate-info .climate-boxes-content .climate-box[data-v-f7b33230]:first-child {
  margin-right: 45px;
}
#climate-info .climate-boxes-content .climate-box img[data-v-f7b33230] {
  margin-right: 20px;
}
#climate-info .climate-boxes-content .climate-box span[data-v-f7b33230] {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #545454;
}
@media screen and (max-width: 768px) {
#climate-info p[data-v-f7b33230] {
    font-size: 30px;
}
#climate-info .climate-boxes-content[data-v-f7b33230] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#climate-info .climate-boxes-content .climate-box[data-v-f7b33230]:first-child {
    margin-right: 0;
    margin-bottom: 25px;
}
}
#next-steps .title-next-steps[data-v-5e3af329] {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: var(--color-primary);
  margin-bottom: 50px;
  text-align: center;
}
#next-steps .next-steps-content[data-v-5e3af329] {
  display: flex;
  justify-content: center;
}
#next-steps .next-steps-content .next-step[data-v-5e3af329] {
  position: relative;
  flex-basis: 130px;
  width: 130px;
  height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  margin-right: 95px;
}
#next-steps .next-steps-content .next-step[data-v-5e3af329]:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: -75px;
  width: 50px;
  height: 50px;
  background: url("https://solar.tunergia.es/wp-content/themes/tuenergia/assets/arrow-right.png") no-repeat center center;
  background-size: cover;
}
#next-steps .next-steps-content .next-step img[data-v-5e3af329] {
  margin-bottom: 20px;
}
#next-steps .next-steps-content .next-step p[data-v-5e3af329] {
  margin: 0;
  color: #716A60;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
#next-steps .next-steps-content .next-step.selected[data-v-5e3af329] {
  border: 4px solid var(--color-primary);
}
#next-steps .next-steps-content .next-step[data-v-5e3af329]:last-child {
  margin-right: 0;
}
#next-steps .next-steps-content .next-step[data-v-5e3af329]:last-child:after {
  content: none;
}
@media screen and (max-width: 1024px) {
#next-steps .next-steps-content .next-step[data-v-5e3af329] {
    margin-right: 60px;
}
#next-steps .next-steps-content .next-step[data-v-5e3af329]:after {
    right: -47px;
}
}
@media screen and (max-width: 890px) {
#next-steps .next-steps-content[data-v-5e3af329] {
    flex-wrap: wrap;
}
#next-steps .next-steps-content .next-step[data-v-5e3af329] {
    margin-right: 40px;
    margin-bottom: 40px;
}
#next-steps .next-steps-content .next-step[data-v-5e3af329]:nth-child(2), #next-steps .next-steps-content .next-step[data-v-5e3af329]:nth-child(4) {
    margin-right: 0;
}
#next-steps .next-steps-content .next-step[data-v-5e3af329]:after {
    display: none;
}
}
#contact-info[data-v-7f4c67e3] {
  width: 100%;
  padding: 100px 20px;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-info .contact-info-content[data-v-7f4c67e3] {
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-info .contact-info-content .right-text[data-v-7f4c67e3] {
  margin-left: 40px;
}
#contact-info .contact-info-content .right-text p[data-v-7f4c67e3] {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px;
}
#contact-info .contact-info-content .right-text .button-tuenergia[data-v-7f4c67e3] {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
#contact-info .contact-info-content[data-v-7f4c67e3] {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contact-info .contact-info-content img[data-v-7f4c67e3] {
    display: none;
}
#contact-info .contact-info-content .right-text[data-v-7f4c67e3] {
    margin-left: 0px;
}
}
#resume-final[data-v-599e1a84] {
  width: 100%;
  border-top: 40px solid var(--color-primary);
  background-color: #fff;
  padding: 50px 25px;
  display: flex;
  justify-content: center;
}
#resume-final .left-resume[data-v-599e1a84] {
  width: 540px;
  flex-basis: 540px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#resume-final .left-resume .left-resume-title[data-v-599e1a84] {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: var(--color-primary);
  flex-basis: 100%;
  width: 100%;
  margin-bottom: 40px;
}
#resume-final .left-resume .box-resume[data-v-599e1a84] {
  border-radius: 4px;
  padding: 20px;
  background-color: #EBEBEB;
  flex-basis: calc(50% - 15px);
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
#resume-final .left-resume .box-resume span[data-v-599e1a84] {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #222229;
}
#resume-final .left-resume .box-resume p[data-v-599e1a84] {
  color: var(--color-primary);
  font-size: 35px;
  line-height: 120%;
  font-weight: 600;
}
#resume-final .left-resume .box-resume p span[data-v-599e1a84] {
  font-size: 24px;
  color: var(--color-primary);
}
#resume-final .left-resume .box-resume.box-resume-small[data-v-599e1a84] {
  flex-basis: calc(25% - 15px);
  width: calc(25% - 15px);
}
#resume-final .left-resume .box-resume-final[data-v-599e1a84] {
  border-radius: 4px;
  flex-basis: 100%;
  width: 100%;
  padding: 30px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#resume-final .left-resume .box-resume-final .box-resume-left p[data-v-599e1a84] {
  color: #fff;
  margin: 0;
}
#resume-final .left-resume .box-resume-final .box-resume-left p[data-v-599e1a84]:first-child {
  font-size: 20px;
}
#resume-final .left-resume .box-resume-final .box-resume-left p[data-v-599e1a84]:last-child {
  font-size: 50px;
  font-weight: bold;
}
#resume-final .left-resume .box-resume-final .box-resume-left p:last-child span[data-v-599e1a84] {
  font-size: 20px;
}
#resume-final .left-resume .box-resume-final .box-resume-right[data-v-599e1a84] {
  padding: 25px;
  background: #17C7C7;
  width: 200px;
  border-radius: 4px;
}
#resume-final .left-resume .box-resume-final .box-resume-right p[data-v-599e1a84] {
  text-align: center;
  color: #fff;
}
#resume-final .left-resume .box-resume-final .box-resume-right p[data-v-599e1a84]:first-child {
  font-size: 16px;
}
#resume-final .left-resume .box-resume-final .box-resume-right p[data-v-599e1a84]:last-child {
  font-size: 40px;
  font-weight: bold;
}
#resume-final .left-resume .box-resume-final .box-resume-right p:last-child span[data-v-599e1a84] {
  font-size: 20px;
}
#resume-final .right-form[data-v-599e1a84] {
  width: 400px;
  flex-basis: 400px;
  padding: 30px;
  box-shadow: 0px 24px 48px rgba(98, 106, 212, 0.32);
  border-radius: 4px;
  margin-left: 100px;
}
#resume-final .right-form p[data-v-599e1a84] {
  text-align: center;
  font-size: 24px;
  line-height: 120%;
  color: var(--color-primary);
  margin-bottom: 25px;
}
#resume-final .right-form .right-form-content[data-v-599e1a84] {
  width: 100%;
}
#resume-final .right-form .button-tuenergia[data-v-599e1a84] {
  opacity: 0.5;
}
#resume-final .right-form .button-tuenergia.active[data-v-599e1a84] {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
#resume-final[data-v-599e1a84] {
    flex-wrap: wrap;
}
#resume-final .left-resume[data-v-599e1a84],
#resume-final .right-form[data-v-599e1a84] {
    flex-basis: 100%;
    width: 100%;
}
#resume-final .right-form[data-v-599e1a84] {
    margin: 50px 0 0 0;
}
}
@media screen and (max-width: 768px) {
#resume-final .left-resume .left-resume-title[data-v-599e1a84] {
    font-size: 35px;
}
#resume-final .left-resume .box-resume[data-v-599e1a84] {
    flex-basis: 100%;
    width: 100%;
}
#resume-final .left-resume .box-resume-final[data-v-599e1a84] {
    flex-wrap: wrap;
}
#resume-final .left-resume .box-resume-final .box-resume-left[data-v-599e1a84],
#resume-final .left-resume .box-resume-final .box-resume-right[data-v-599e1a84] {
    flex-basis: 100%;
    width: 100%;
}
#resume-final .left-resume .box-resume-final .box-resume-left p[data-v-599e1a84],
#resume-final .left-resume .box-resume-final .box-resume-right p[data-v-599e1a84] {
    text-align: left;
}
#resume-final .left-resume .box-resume-final .box-resume-right[data-v-599e1a84] {
    margin-top: 15px;
}
#resume-final .left-resume .box-resume-final .box-resume-left p[data-v-599e1a84]:last-child {
    font-size: 50px;
}
}
#thank-you[data-v-7baa6ab0] {
  margin: 0 auto;
  width: 400px;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: #fff;
}
#thank-you img[data-v-7baa6ab0] {
  margin-bottom: 30px;
}
#thank-you p[data-v-7baa6ab0] {
  font-size: 24px;
  line-height: 120%;
  color: var(--color-primary);
  text-align: center;
}
#login-link[data-v-1bc14e5c] {
  text-align: right;
  font-size: 13px;
}
#login-link a[data-v-1bc14e5c] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}
#login-link a img[data-v-1bc14e5c] {
  margin-right: 10px;
}
.login-form[data-v-71a57ec8] {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 24px 48px rgba(98, 106, 212, 0.32);
  border-radius: 4px;
}
.login-form .title-login-form[data-v-71a57ec8] {
  font-weight: 500;
  font-size: 24px;
  color: var(--color-primary);
  line-height: 120%;
  text-align: center;
  margin-bottom: 20px;
}
.login-form .login-form-error[data-v-71a57ec8] {
  color: darkred;
  font-size: 12px;
  margin-bottom: 20px;
}
.login-form .form-links[data-v-71a57ec8] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-form .form-links .form-group-check-special[data-v-71a57ec8] {
  margin-bottom: 0;
}
.login-form .form-links .form-group-check-special label[data-v-71a57ec8] {
  font-size: 13px;
}
.login-form .form-links a[data-v-71a57ec8] {
  font-size: 13px;
  color: var(--color-primary);
  font-weight: bold;
}
.login-form .button-tuenergia[data-v-71a57ec8] {
  margin: 20px 0;
}
.login-form .register-links[data-v-71a57ec8] {
  text-align: center;
}
.login-form .register-links *[data-v-71a57ec8] {
  font-size: 13px;
}
.login-form .register-links a[data-v-71a57ec8] {
  color: var(--color-primary);
  font-weight: bold;
}
.password-reset-form[data-v-3ae1ad7a] {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 24px 48px rgba(98, 106, 212, 0.32);
  border-radius: 4px;
}
.password-reset-form .title-login-form[data-v-3ae1ad7a] {
  font-weight: 500;
  font-size: 24px;
  color: var(--color-primary);
  line-height: 120%;
  text-align: center;
  margin-bottom: 20px;
}
.password-reset-form .login-form-message[data-v-3ae1ad7a] {
  color: var(--color-primary);
  font-size: 12px;
}
.password-reset-form .button-tuenergia[data-v-3ae1ad7a] {
  margin: 20px 0;
}
.password-reset-form .register-links[data-v-3ae1ad7a] {
  text-align: center;
}
.password-reset-form .register-links a[data-v-3ae1ad7a] {
  font-size: 13px;
  color: var(--color-primary);
  font-weight: bold;
}
