#contact-modal[data-v-b667aa70] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(17, 17, 17, 0.32);
}
#contact-modal .contact-modal-content[data-v-b667aa70] {
  width: calc(100% - 32px);
  max-width: 520px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 12px 32px 2px rgba(0, 69, 113, 0.12);
}
#contact-modal .contact-modal-content .contact-modal-header[data-v-b667aa70] {
  position: relative;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#contact-modal .contact-modal-content .contact-modal-header img[data-v-b667aa70] {
  cursor: pointer;
}
#contact-modal .contact-modal-content .contact-modal-body[data-v-b667aa70] {
  width: 100%;
  padding: 0 25px 25px 25px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
#contact-modal .contact-modal-content .contact-modal-body form[data-v-b667aa70] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#contact-modal .contact-modal-content .contact-modal-body .title-contact-modal[data-v-b667aa70] {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
  color: var(--color-naturgy-blue);
}
#contact-modal .contact-modal-content .contact-modal-body .form-group-naturgy[data-v-b667aa70] {
  margin-bottom: 15px;
}
#contact-modal .contact-modal-content .contact-modal-body .policity-overflow[data-v-b667aa70] {
  margin: 25px 0 30px 0;
  height: 100px;
  padding-right: 12px;
  overflow-y: auto;
  font-weight: 400;
  line-height: 16px;
  color: #7d6a53;
}
#contact-modal .contact-modal-content .contact-modal-body .policity-overflow h6[data-v-b667aa70] {
  color: var(--color-naturgy-blue);
}
#contact-modal .contact-modal-content .contact-modal-body .policity-overflow a[data-v-b667aa70] {
  display: inline-block;
  text-decoration: underline;
  font-style: italic;
  color: var(--color-naturgy-blue);
}
#contact-modal .contact-modal-content .contact-modal-body .btn-naturgy[data-v-b667aa70] {
  display: inline-block;
  margin: 0 auto;
}
#contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-confirm[data-v-b667aa70] {
  width: 100%;
  margin: 20px 0;
  padding: 15px 0;
}
#contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-confirm p[data-v-b667aa70] {
  display: block;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #7A7256;
}
#contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-confirm p.title-section[data-v-b667aa70] {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: var(--color-naturgy-orange);
}
#contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-subfooter[data-v-b667aa70] {
  width: 100%;
  margin: 25px 0;
  padding: 25px 0;
  border-top: 1px solid #BFB8AE;
  border-bottom: 1px solid #BFB8AE;
}
#contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-subfooter p[data-v-b667aa70], #contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-subfooter a[data-v-b667aa70] {
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #7A7256;
  margin-bottom: 8px;
}
#contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-subfooter p.phone[data-v-b667aa70], #contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-subfooter a.phone[data-v-b667aa70] {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-naturgy-orange);
}
#contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-info *[data-v-b667aa70] {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #7A7256;
  display: block;
}
#contact-modal .contact-modal-content .contact-modal-body .contact-modal-body-info p[data-v-b667aa70] {
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
#contact-modal .contact-modal-content .contact-modal-body[data-v-b667aa70] {
    padding: 16px;
}
#contact-modal .contact-modal-content .contact-modal-body .title-contact-modal[data-v-b667aa70] {
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
}
}
#login-modal[data-v-98699342] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(17, 17, 17, 0.32);
}
#login-modal .login-modal-content[data-v-98699342] {
  position: relative;
  width: calc(100% - 32px);
  max-width: 425px;
  background-color: #fff;
  box-shadow: 0px 12px 32px 2px rgba(0, 69, 113, 0.12);
  padding: 50px;
}
#login-modal .login-modal-content .close-icon[data-v-98699342] {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
}
#login-modal .login-modal-content .login-modal-header[data-v-98699342] {
  width: 100%;
  margin-bottom: 20px;
}
#login-modal .login-modal-content .login-modal-header p[data-v-98699342] {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  color: var(--color-naturgy-blue);
}
#login-modal .login-modal-content .login-modal-header p img[data-v-98699342] {
  cursor: pointer;
  margin-left: 5px;
}
#login-modal .login-modal-content .login-modal-header p img:hover + .range-box-modal[data-v-98699342] {
  display: inline-block;
}
#login-modal .login-modal-content .login-modal-header p .range-box-modal[data-v-98699342] {
  display: none;
  position: absolute;
  top: 81px;
  left: 50px;
  z-index: 3;
  width: calc(100% - 100px);
  padding: 15px;
  border-radius: 8px;
  border: 1px solid var(--color-naturgy-blue);
  color: var(--color-naturgy-blue);
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  box-shadow: 0px 2px 16px 0px rgba(0, 69, 113, 0.25);
}
#login-modal .login-modal-content form p[data-v-98699342] {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 15px;
  color: var(--color-naturgy-blue);
  font-weight: 400;
}
#login-modal .login-modal-content form .form-group-password[data-v-98699342] {
  position: relative;
}
#login-modal .login-modal-content form .form-group-password img[data-v-98699342] {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 10px;
}
#login-modal .login-modal-content form .footer-form p[data-v-98699342] {
  padding: 12px;
  border-radius: 4px;
  background: rgb(253, 236, 233);
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: var(--color-naturgy-orange);
}
#login-modal .login-modal-content .error-message[data-v-98699342] {
  padding: 12px;
  border-radius: 4px;
  background: rgb(253, 236, 233);
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgb(97, 26, 20);
  margin-bottom: 20px;
}
#login-modal .login-modal-content .error-message img[data-v-98699342] {
  width: 24px;
  height: auto;
  margin-right: 10px;
}
#login-modal .login-modal-content .footer-form[data-v-98699342] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#login-modal .login-modal-content .footer-form img[data-v-98699342] {
  width: 40px;
  height: auto;
}
#login-modal .login-modal-content .footer-form a[data-v-98699342] {
  margin-top: 20px;
  color: var(--color-naturgy-blue);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
#login-modal .login-modal-content[data-v-98699342] {
    position: relative;
    width: calc(100% - 15px);
    padding: 50px 20px 30px 20px;
}
#login-modal .login-modal-content .login-modal-header p[data-v-98699342] {
    font-size: 24px;
    line-height: 32px;
}
#login-modal .login-modal-content .footer-form a[data-v-98699342] {
    font-size: 14px;
}
}
#header-naturgy[data-v-7da1fad8] {
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-color: #fff;
}
#header-naturgy .progress-bar-naturgy[data-v-7da1fad8] {
  width: 100%;
  height: 8px;
  background-color: #DBDFE6;
}
#header-naturgy .progress-bar-naturgy span[data-v-7da1fad8] {
  display: block;
  height: 8px;
  background-color: #004572;
  max-width: 100% !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header-naturgy .container-header[data-v-7da1fad8] {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-naturgy .container-header .right-text[data-v-7da1fad8] {
  display: flex;
  align-items: center;
}
#header-naturgy .container-header .right-text .right-text-content[data-v-7da1fad8] {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-naturgy-blue);
}
#header-naturgy .container-header .right-text .right-text-content img[data-v-7da1fad8] {
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
#header-naturgy[data-v-7da1fad8] {
    height: auto;
}
#header-naturgy .container-header[data-v-7da1fad8] {
    padding-top: 28px;
    padding-bottom: 22px;
}
#header-naturgy .container-header .right-text span[data-v-7da1fad8] {
    font-size: 14px;
    line-height: 20px;
}
#header-naturgy .container-header .right-text span img[data-v-7da1fad8] {
    margin-left: 5px;
}
}
.footer-naturgy {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(191, 184, 174, 0.48);
}
.footer-naturgy .container-footer {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-naturgy .container-footer .footer-naturgy-left,
.footer-naturgy .container-footer .footer-naturgy-right {
  width: 100%;
  min-width: 270px;
  max-width: 270px;
}
.footer-naturgy .container-footer .footer-naturgy-left p:last-child {
  font-size: 12px;
}
.footer-naturgy .container-footer .footer-naturgy-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-naturgy .container-footer .footer-naturgy-right img {
  margin: 0 4px;
}
.footer-naturgy .container-footer .footer-naturgy-right a {
  font-weight: 500;
}
.footer-naturgy .container-footer .footer-naturgy-right * {
  font-size: 11px;
  line-height: 100%;
  font-weight: 400;
}
.footer-naturgy .container-footer .footer-naturgy-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-naturgy .container-footer .footer-naturgy-center .link-more {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  border-right: 2px solid var(--color-naturgy-blue);
  text-align: center;
}
.footer-naturgy .container-footer .footer-naturgy-center .link-more span {
  display: block;
  margin-left: 10px;
  margin-bottom: -5px;
}
.footer-naturgy .container-footer .footer-naturgy-center .link-more .link-more-content {
  z-index: -1;
  opacity: 0;
  position: absolute;
  width: 350px;
  bottom: 50px;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 12px 32px 2px rgba(0, 69, 113, 0.12);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-naturgy .container-footer .footer-naturgy-center .link-more .link-more-content a {
  border: 0;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid rgba(191, 184, 174, 0.48);
}
.footer-naturgy .container-footer .footer-naturgy-center .link-more .link-more-content a:last-child {
  border: none;
}
.footer-naturgy .container-footer .footer-naturgy-center .link-more:hover .link-more-content {
  z-index: 1;
  opacity: 1;
}
.footer-naturgy .container-footer .footer-naturgy-center a {
  display: block;
  padding: 5px 30px;
  border-right: 2px solid var(--color-naturgy-blue);
  text-align: center;
}
.footer-naturgy .container-footer .footer-naturgy-center a:last-child {
  border-right: 0;
  padding: 5px 0 5px 30px;
}
.footer-naturgy .container-footer * {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-naturgy-blue);
  font-weight: 500;
}
@media screen and (max-width: 1170px) {
.footer-naturgy {
    height: auto;
    padding: 20px 0;
}
.footer-naturgy * {
    text-align: center;
}
.footer-naturgy .container-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-naturgy .container-footer .footer-naturgy-center {
    margin: 20px 0;
}
.footer-naturgy .container-footer .footer-naturgy-right {
    justify-content: center;
}
}
@media screen and (max-width: 740px) {
.footer-naturgy .container-footer .footer-naturgy-center {
    flex-direction: column;
}
.footer-naturgy .container-footer .footer-naturgy-center a, .footer-naturgy .container-footer .footer-naturgy-center .link-more {
    border-right: none;
    padding: 15px 30px !important;
}
}
#range-box .range-box-text[data-v-7577403c] {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-naturgy-text);
  margin-bottom: 16px;
}
#range-box .range-box-text img[data-v-7577403c] {
  margin-left: 8px;
}
#range-box .range-box-text img:hover + .range-box-modal[data-v-7577403c] {
  display: inline-block;
}
#range-box .range-box-text .range-box-modal[data-v-7577403c] {
  display: none;
  position: absolute;
  top: -80px;
  left: 125px;
  width: 290px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid var(--color-naturgy-blue);
  color: var(--color-naturgy-blue);
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
#range-box .range-box[data-v-7577403c] {
  width: 100%;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
  padding: 16px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#range-box .range-box .range-box-header[data-v-7577403c] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#range-box .range-box .range-box-header .range-box-numbers[data-v-7577403c] {
  min-width: 105px;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #BFB8AE;
}
#range-box .range-box .range-box-header .range-box-price[data-v-7577403c] {
  max-width: 150px;
}
#range-box .range-box .range-box-header .range-box-price .range-box-input[data-v-7577403c] {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
#range-box .range-box .range-box-header .range-box-price .range-box-input input[data-v-7577403c] {
  width: 100%;
  padding-left: 20px;
  text-align: center;
  height: 40px;
  color: #403D3A;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #D9D1C5;
  background: #FFF;
}
#range-box .range-box .range-box-header .range-box-price .range-box-input input.residential-input[data-v-7577403c] {
  padding-right: 40px;
}
#range-box .range-box .range-box-header .range-box-price .range-box-input span[data-v-7577403c] {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 24px;
}
#range-box .range-box .range-box-header .range-box-price p[data-v-7577403c] {
  color: var(--color-naturgy-blue);
  font-size: 12px;
}
#range-box .range-box .range-box-price[data-v-7577403c] {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  color: var(--color-naturgy-blue);
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
}
#range-box .range-box .label-kwh[data-v-7577403c] {
  text-align: center;
  color: var(--color-naturgy-blue);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
#range-box .range-box .range-box-content[data-v-7577403c] {
  width: 100%;
  position: relative;
}
#range-box .range-box .range-box-content span[data-v-7577403c] {
  position: absolute;
  top: -40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #BFB8AE;
}
#range-box .range-box .range-box-content span.number-left[data-v-7577403c] {
  left: 0;
}
#range-box .range-box .range-box-content span.number-right[data-v-7577403c] {
  right: 0;
}
@media screen and (max-width: 798px) {
#range-box .range-box-text[data-v-7577403c] {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}
#range-box .range-box-text .range-box-modal[data-v-7577403c] {
    top: -80px;
    left: auto;
    right: 0;
    font-size: 16px;
    text-align: left;
}
#range-box .range-box .range-box-header .range-box-numbers[data-v-7577403c] {
    font-size: 14px;
    padding-top: 15px;
    line-height: 20px;
    min-width: 65px;
}
#range-box .range-box .range-box-header .range-box-price .range-box-input input[data-v-7577403c] {
    font-size: 20px;
    padding: 0 10px !important;
}
#range-box .range-box .range-box-header .range-box-price .range-box-input input span[data-v-7577403c] {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#range-box .range-box .range-box-header .range-box-price .range-box-input input.residential-input[data-v-7577403c] {
    padding: 0 20px 0 10px !important;
    text-align: left;
}
}
#community-ranges[data-v-0c3e9bd7] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28px;
}
#community-ranges .community-range-content[data-v-0c3e9bd7] {
  flex-basis: calc(50% - 24px);
  width: calc(50% - 24px);
}
#community-ranges .community-range-content .range-box-text[data-v-0c3e9bd7] {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: var(--color-naturgy-text);
}
#community-ranges .community-range-content .range-box[data-v-0c3e9bd7] {
  margin-top: 24px;
  width: 100%;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
  padding: 16px 16px 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#community-ranges .community-range-content .range-box .range-box-header[data-v-0c3e9bd7] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-numbers[data-v-0c3e9bd7] {
  min-width: 105px;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #BFB8AE;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-price[data-v-0c3e9bd7] {
  max-width: 150px;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-price .range-box-input[data-v-0c3e9bd7] {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-price .range-box-input input[data-v-0c3e9bd7] {
  min-width: 140px;
  width: 100%;
  padding-left: 20px;
  text-align: center;
  height: 40px;
  color: #403D3A;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #D9D1C5;
  background: #FFF;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-price .range-box-input input.residential-input[data-v-0c3e9bd7] {
  padding-right: 40px;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-price .range-box-input span[data-v-0c3e9bd7] {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 24px;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-price p[data-v-0c3e9bd7] {
  color: var(--color-naturgy-blue);
  font-size: 12px;
}
#community-ranges .community-range-content .range-box .range-box-price[data-v-0c3e9bd7] {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  color: var(--color-naturgy-blue);
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
}
#community-ranges .community-range-content .range-box .label-kwh[data-v-0c3e9bd7] {
  text-align: center;
  color: var(--color-naturgy-blue);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
#community-ranges .community-range-content .range-box .range-box-content[data-v-0c3e9bd7] {
  width: 100%;
  position: relative;
}
#community-ranges .community-range-content .range-box .range-box-content span[data-v-0c3e9bd7] {
  position: absolute;
  top: -40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #BFB8AE;
}
#community-ranges .community-range-content .range-box .range-box-content span.number-left[data-v-0c3e9bd7] {
  left: 0;
}
#community-ranges .community-range-content .range-box .range-box-content span.number-right[data-v-0c3e9bd7] {
  right: 0;
}
#community-ranges .community-range-content-full[data-v-0c3e9bd7],
#community-ranges .form-group-naturgy-check[data-v-0c3e9bd7] {
  flex-basis: 100%;
  width: 100%;
}
#community-ranges .form-group-naturgy-check[data-v-0c3e9bd7] {
  margin-top: 34px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
#community-ranges .community-range-content[data-v-0c3e9bd7] {
    flex-basis: 100%;
    width: 100%;
}
#community-ranges .community-range-content[data-v-0c3e9bd7]:nth-child(2) {
    margin-top: 24px;
}
}
@media screen and (max-width: 798px) {
#community-ranges .community-range-content .range-box-text[data-v-0c3e9bd7] {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-numbers[data-v-0c3e9bd7] {
    font-size: 14px;
    padding-top: 15px;
    line-height: 20px;
    min-width: 65px;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-price .range-box-input input[data-v-0c3e9bd7] {
    font-size: 20px;
    padding: 0 10px !important;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-price .range-box-input input span[data-v-0c3e9bd7] {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#community-ranges .community-range-content .range-box .range-box-header .range-box-price .range-box-input input.residential-input[data-v-0c3e9bd7] {
    padding: 0 20px 0 10px !important;
    text-align: left;
}
}
.step-naturgy[data-v-96e3f48a] {
  scroll-margin: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #F9F9F9;
  background: #FAF8F6;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
}
.step-naturgy .step-naturgy-number-left[data-v-96e3f48a] {
  width: 60px;
  flex-basis: 60px;
  display: flex;
  align-items: flex-start;
}
.step-naturgy .step-naturgy-number-left span[data-v-96e3f48a] {
  color: #8BA0B6;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.step-naturgy .step-naturgy-number-left img[data-v-96e3f48a] {
  margin-top: 7px;
}
.step-naturgy .step-naturgy-number-left.step-naturgy-number-last[data-v-96e3f48a] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.step-naturgy .step-naturgy-number-left.step-naturgy-number-last .step-check[data-v-96e3f48a], .step-naturgy .step-naturgy-number-left.step-naturgy-number-last .last-check[data-v-96e3f48a] {
  margin-top: 7px;
}
.step-naturgy .step-naturgy-content-right[data-v-96e3f48a] {
  flex-basis: calc(100% - 60px - 20px);
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header[data-v-96e3f48a] {
  position: relative;
  width: 100%;
  font-size: 28px;
  color: #8BA0B6;
  font-weight: 400;
  line-height: 44px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit[data-v-96e3f48a] {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit.inactive[data-v-96e3f48a] {
  cursor: inherit;
  opacity: 0.5;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-96e3f48a] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right .step-naturgy-subcontent-right-title[data-v-96e3f48a] {
  color: var(--color-naturgy-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right p[data-v-96e3f48a] {
  color: #403D3A;
  font-size: 16px;
  line-height: 22px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right-finish p span[data-v-96e3f48a] {
  font-weight: 600;
}
.step-naturgy.active[data-v-96e3f48a] {
  border: 1px solid rgba(0, 68, 112, 0.16);
  background: #FFF;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
}
.step-naturgy.active .step-naturgy-number-left[data-v-96e3f48a] {
  position: relative;
}
.step-naturgy.active .step-naturgy-number-left span[data-v-96e3f48a] {
  color: var(--color-naturgy-blue);
  font-weight: 600;
}
.step-naturgy.active .step-naturgy-content-right .step-naturgy-title[data-v-96e3f48a] {
  color: var(--color-naturgy-blue);
  font-weight: 600;
}
.step-naturgy.active .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-96e3f48a] {
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 798px) {
.step-naturgy[data-v-96e3f48a] {
    position: relative;
    padding: 24px 16px;
}
.step-naturgy .step-naturgy-number-left[data-v-96e3f48a] {
    width: 25px;
    flex-basis: 25px;
}
.step-naturgy .step-naturgy-number-left span[data-v-96e3f48a] {
    font-size: 32px;
    font-style: normal;
    line-height: 32px;
}
.step-naturgy .step-naturgy-number-left img[data-v-96e3f48a] {
    margin-top: 2px;
}
.step-naturgy .step-naturgy-content-right[data-v-96e3f48a] {
    flex-basis: 100%;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header[data-v-96e3f48a] {
    position: inherit;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit[data-v-96e3f48a] {
    bottom: 5px;
    top: auto;
    right: 10px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-title[data-v-96e3f48a] {
    padding: 2px 0 20px 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.48px;
}
.step-naturgy .step-naturgy-content-right p[data-v-96e3f48a] {
    font-size: 14px;
    line-height: 16px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-96e3f48a] {
    margin-left: -45px;
    width: calc(100% + 25px);
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right .step-naturgy-subcontent-right-title[data-v-96e3f48a] {
    font-size: 18px;
    line-height: 24px;
    position: initial;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right p[data-v-96e3f48a] {
    font-size: 14px;
    line-height: 20px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right-finish[data-v-96e3f48a] {
    margin-top: 0 !important;
    margin-bottom: 40px;
}
.step-naturgy.active .step-naturgy-number-left[data-v-96e3f48a] {
    min-width: 55px;
    width: 55px;
    flex-basis: 55px;
}
}
#step-one .step-naturgy-content-right[data-v-96e3f48a] {
  display: flex;
  flex-direction: column;
}
#step-one .step-naturgy-content-right .step-selector[data-v-96e3f48a] {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#step-one .step-naturgy-content-right .step-selector .step-select[data-v-96e3f48a] {
  position: relative;
  cursor: pointer;
  flex-basis: calc(33% - 20px);
  width: calc(33% - 20px);
  min-width: 190px;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #D9D1C5;
  background: #FFF;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
  font-size: 24px;
  color: var(--color-naturgy-blue);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#step-one .step-naturgy-content-right .step-selector .step-select .step-check[data-v-96e3f48a] {
  margin-right: 16px;
  width: 28px;
  height: auto;
}
#step-one .step-naturgy-content-right .step-selector .step-select .step-icon[data-v-96e3f48a] {
  position: absolute;
  top: 11px;
  right: 16px;
  width: 35px;
  height: auto;
}
#step-one .step-naturgy-content-right .step-selector .step-select[data-v-96e3f48a]:hover {
  background-color: var(--color-naturgy-light-grey);
}
#step-one .step-naturgy-content-right .step-selector .step-select.active[data-v-96e3f48a] {
  border: 1px solid #364F6A;
}
#step-one .step-naturgy-content-right .step-selector .step-select.disabled[data-v-96e3f48a] {
  opacity: 0.5;
}
#step-one .step-naturgy-content-right .btn-naturgy[data-v-96e3f48a] {
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 1064px) {
#step-one .step-naturgy-content-right .step-selector .step-select[data-v-96e3f48a] {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
}
@media screen and (max-width: 578px) {
#step-one .step-naturgy-content-right .step-selector[data-v-96e3f48a] {
    margin-top: 16px;
}
#step-one .step-naturgy-content-right .step-selector .step-select[data-v-96e3f48a] {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0 !important;
    padding: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
#step-one .step-naturgy-content-right .step-selector .step-select img[data-v-96e3f48a] {
    width: 25px;
    top: 17px;
}
}
#map-element {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
#map-element .step-naturgy-subcontent-right-title {
  color: var(--color-naturgy-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
#map-element #map-content {
  width: 100%;
  margin-top: 30px;
}
#map-element #map-content #map {
  height: 600px !important;
  min-height: 600px !important;
}
#map-element #map-content #map .leaflet-control-attribution {
  display: none;
}
#map-element #map-content #map .leaflet-top {
  top: 30px;
  bottom: auto;
}
#map-element #map-content #map .leaflet-left {
  left: 30px;
}
#map-element #map-content #map .leaflet-top.leaflet-left {
  z-index: 998;
}
#map-element #map-content #map .leaflet-top.leaflet-left .leaflet-control {
  margin: 0;
}
#map-element #map-content #map .leaflet-top.leaflet-left .leaflet-control-zoom {
  width: 80px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#map-element #map-content #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in,
#map-element #map-content #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out {
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
#map-element #map-content #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in span,
#map-element #map-content #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out span {
  color: #7A7256;
  font-size: 20px;
  line-height: 20px;
}
#map-element .more-info {
  display: flex;
  align-items: center;
  color: var(--color-naturgy-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 7px;
}
#map-element .more-info img {
  width: 20px;
  height: auto;
  margin-right: 3px;
}
#map-element #buttons-edit-map {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 25px 0;
}
#map-element #final-button-map {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
#map-element #final-button-map .btn-naturgy-ternary {
  margin-right: 10px;
}
#map-element #final-button-map img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 768px) {
#map-element #map {
    height: 400px !important;
    min-height: 400px !important;
}
}
.step-naturgy[data-v-890e85bc] {
  scroll-margin: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #F9F9F9;
  background: #FAF8F6;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
}
.step-naturgy .step-naturgy-number-left[data-v-890e85bc] {
  width: 60px;
  flex-basis: 60px;
  display: flex;
  align-items: flex-start;
}
.step-naturgy .step-naturgy-number-left span[data-v-890e85bc] {
  color: #8BA0B6;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.step-naturgy .step-naturgy-number-left img[data-v-890e85bc] {
  margin-top: 7px;
}
.step-naturgy .step-naturgy-number-left.step-naturgy-number-last[data-v-890e85bc] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.step-naturgy .step-naturgy-number-left.step-naturgy-number-last .step-check[data-v-890e85bc], .step-naturgy .step-naturgy-number-left.step-naturgy-number-last .last-check[data-v-890e85bc] {
  margin-top: 7px;
}
.step-naturgy .step-naturgy-content-right[data-v-890e85bc] {
  flex-basis: calc(100% - 60px - 20px);
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header[data-v-890e85bc] {
  position: relative;
  width: 100%;
  font-size: 28px;
  color: #8BA0B6;
  font-weight: 400;
  line-height: 44px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit[data-v-890e85bc] {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit.inactive[data-v-890e85bc] {
  cursor: inherit;
  opacity: 0.5;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-890e85bc] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right .step-naturgy-subcontent-right-title[data-v-890e85bc] {
  color: var(--color-naturgy-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right p[data-v-890e85bc] {
  color: #403D3A;
  font-size: 16px;
  line-height: 22px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right-finish p span[data-v-890e85bc] {
  font-weight: 600;
}
.step-naturgy.active[data-v-890e85bc] {
  border: 1px solid rgba(0, 68, 112, 0.16);
  background: #FFF;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
}
.step-naturgy.active .step-naturgy-number-left[data-v-890e85bc] {
  position: relative;
}
.step-naturgy.active .step-naturgy-number-left span[data-v-890e85bc] {
  color: var(--color-naturgy-blue);
  font-weight: 600;
}
.step-naturgy.active .step-naturgy-content-right .step-naturgy-title[data-v-890e85bc] {
  color: var(--color-naturgy-blue);
  font-weight: 600;
}
.step-naturgy.active .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-890e85bc] {
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 798px) {
.step-naturgy[data-v-890e85bc] {
    position: relative;
    padding: 24px 16px;
}
.step-naturgy .step-naturgy-number-left[data-v-890e85bc] {
    width: 25px;
    flex-basis: 25px;
}
.step-naturgy .step-naturgy-number-left span[data-v-890e85bc] {
    font-size: 32px;
    font-style: normal;
    line-height: 32px;
}
.step-naturgy .step-naturgy-number-left img[data-v-890e85bc] {
    margin-top: 2px;
}
.step-naturgy .step-naturgy-content-right[data-v-890e85bc] {
    flex-basis: 100%;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header[data-v-890e85bc] {
    position: inherit;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit[data-v-890e85bc] {
    bottom: 5px;
    top: auto;
    right: 10px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-title[data-v-890e85bc] {
    padding: 2px 0 20px 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.48px;
}
.step-naturgy .step-naturgy-content-right p[data-v-890e85bc] {
    font-size: 14px;
    line-height: 16px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-890e85bc] {
    margin-left: -45px;
    width: calc(100% + 25px);
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right .step-naturgy-subcontent-right-title[data-v-890e85bc] {
    font-size: 18px;
    line-height: 24px;
    position: initial;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right p[data-v-890e85bc] {
    font-size: 14px;
    line-height: 20px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right-finish[data-v-890e85bc] {
    margin-top: 0 !important;
    margin-bottom: 40px;
}
.step-naturgy.active .step-naturgy-number-left[data-v-890e85bc] {
    min-width: 55px;
    width: 55px;
    flex-basis: 55px;
}
}
#step-two .step-naturgy-content-right .error-message[data-v-890e85bc] {
  color: darkred;
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0;
}
#step-two .step-naturgy-content-right .loading-naturgy[data-v-890e85bc] {
  width: 40px;
  height: auto;
}
#register-form form[data-v-d26a9ba8] {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#register-form form .form-group-naturgy[data-v-d26a9ba8] {
  flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
#register-form form p[data-v-d26a9ba8] {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #7A7256;
  margin-bottom: 15px;
  margin-top: 40px;
}
#register-form form .friend-code[data-v-d26a9ba8] {
  flex-basis: 100%;
  width: 100%;
}
#register-form form .friend-code .form-group-naturgy[data-v-d26a9ba8] {
  margin-top: 16px;
}
#register-form form .friend-code p[data-v-d26a9ba8] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  color: var(--color-naturgy-text);
}
#register-form form .friend-code p a[data-v-d26a9ba8] {
  text-decoration: underline;
}
#register-form form .more-info-overflow[data-v-d26a9ba8] {
  width: 100%;
  flex-basis: 100%;
  padding: 16px 16px 16px 0px;
  max-height: 95px;
  overflow-y: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #7d6a53;
  margin-bottom: 50px;
}
#register-form form .more-info-overflow h6[data-v-d26a9ba8] {
  color: var(--color-naturgy-blue);
}
#register-form form .form-button-content[data-v-d26a9ba8] {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}
#register-form form .form-button-content .btn-naturgy.inactive[data-v-d26a9ba8] {
  opacity: 0.5;
}
@media screen and (max-width: 798px) {
#register-form form .form-group-naturgy[data-v-d26a9ba8] {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 24px;
}
#register-form form .more-info-overflow[data-v-d26a9ba8] {
    max-height: 140px;
}
}
#register-form form[data-v-7ef0c452] {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#register-form form .form-group-naturgy[data-v-7ef0c452] {
  flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
#register-form form p[data-v-7ef0c452] {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #7A7256;
  margin-bottom: 15px;
  margin-top: 40px;
}
#register-form form .friend-code[data-v-7ef0c452] {
  flex-basis: 100%;
  width: 100%;
}
#register-form form .friend-code .form-group-naturgy[data-v-7ef0c452] {
  margin-top: 16px;
}
#register-form form .friend-code p[data-v-7ef0c452] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  color: var(--color-naturgy-text);
}
#register-form form .friend-code p a[data-v-7ef0c452] {
  text-decoration: underline;
}
#register-form form .more-info-overflow[data-v-7ef0c452] {
  width: 100%;
  flex-basis: 100%;
  padding: 16px 16px 16px 0px;
  max-height: 95px;
  overflow-y: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #7d6a53;
  margin-bottom: 50px;
}
#register-form form .more-info-overflow h6[data-v-7ef0c452] {
  color: var(--color-naturgy-blue);
}
#register-form form .form-button-content[data-v-7ef0c452] {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}
#register-form form .form-button-content .btn-naturgy.inactive[data-v-7ef0c452] {
  opacity: 0.5;
}
@media screen and (max-width: 798px) {
#register-form form .form-group-naturgy[data-v-7ef0c452] {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 24px;
}
#register-form form .more-info-overflow[data-v-7ef0c452] {
    max-height: 140px;
}
}
#register-form form[data-v-96218666] {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#register-form form .form-group-naturgy[data-v-96218666] {
  flex-basis: calc(50% - 12px);
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
#register-form form p[data-v-96218666] {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #7A7256;
  margin-bottom: 15px;
  margin-top: 40px;
}
#register-form form .friend-code[data-v-96218666] {
  flex-basis: 100%;
  width: 100%;
}
#register-form form .friend-code .form-group-naturgy[data-v-96218666] {
  margin-top: 16px;
}
#register-form form .friend-code p[data-v-96218666] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  color: var(--color-naturgy-text);
}
#register-form form .friend-code p a[data-v-96218666] {
  text-decoration: underline;
}
#register-form form .more-info-overflow[data-v-96218666] {
  width: 100%;
  flex-basis: 100%;
  padding: 16px 16px 16px 0px;
  max-height: 95px;
  overflow-y: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #7d6a53;
  margin-bottom: 50px;
}
#register-form form .more-info-overflow h6[data-v-96218666] {
  color: var(--color-naturgy-blue);
}
#register-form form .form-button-content[data-v-96218666] {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}
#register-form form .form-button-content .btn-naturgy.inactive[data-v-96218666] {
  opacity: 0.5;
}
@media screen and (max-width: 798px) {
#register-form form .form-group-naturgy[data-v-96218666] {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 24px;
}
#register-form form .more-info-overflow[data-v-96218666] {
    max-height: 140px;
}
}
.step-naturgy[data-v-01350b96] {
  scroll-margin: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #F9F9F9;
  background: #FAF8F6;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
}
.step-naturgy .step-naturgy-number-left[data-v-01350b96] {
  width: 60px;
  flex-basis: 60px;
  display: flex;
  align-items: flex-start;
}
.step-naturgy .step-naturgy-number-left span[data-v-01350b96] {
  color: #8BA0B6;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.step-naturgy .step-naturgy-number-left img[data-v-01350b96] {
  margin-top: 7px;
}
.step-naturgy .step-naturgy-number-left.step-naturgy-number-last[data-v-01350b96] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.step-naturgy .step-naturgy-number-left.step-naturgy-number-last .step-check[data-v-01350b96], .step-naturgy .step-naturgy-number-left.step-naturgy-number-last .last-check[data-v-01350b96] {
  margin-top: 7px;
}
.step-naturgy .step-naturgy-content-right[data-v-01350b96] {
  flex-basis: calc(100% - 60px - 20px);
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header[data-v-01350b96] {
  position: relative;
  width: 100%;
  font-size: 28px;
  color: #8BA0B6;
  font-weight: 400;
  line-height: 44px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit[data-v-01350b96] {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit.inactive[data-v-01350b96] {
  cursor: inherit;
  opacity: 0.5;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-01350b96] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right .step-naturgy-subcontent-right-title[data-v-01350b96] {
  color: var(--color-naturgy-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right p[data-v-01350b96] {
  color: #403D3A;
  font-size: 16px;
  line-height: 22px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right-finish p span[data-v-01350b96] {
  font-weight: 600;
}
.step-naturgy.active[data-v-01350b96] {
  border: 1px solid rgba(0, 68, 112, 0.16);
  background: #FFF;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
}
.step-naturgy.active .step-naturgy-number-left[data-v-01350b96] {
  position: relative;
}
.step-naturgy.active .step-naturgy-number-left span[data-v-01350b96] {
  color: var(--color-naturgy-blue);
  font-weight: 600;
}
.step-naturgy.active .step-naturgy-content-right .step-naturgy-title[data-v-01350b96] {
  color: var(--color-naturgy-blue);
  font-weight: 600;
}
.step-naturgy.active .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-01350b96] {
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 798px) {
.step-naturgy[data-v-01350b96] {
    position: relative;
    padding: 24px 16px;
}
.step-naturgy .step-naturgy-number-left[data-v-01350b96] {
    width: 25px;
    flex-basis: 25px;
}
.step-naturgy .step-naturgy-number-left span[data-v-01350b96] {
    font-size: 32px;
    font-style: normal;
    line-height: 32px;
}
.step-naturgy .step-naturgy-number-left img[data-v-01350b96] {
    margin-top: 2px;
}
.step-naturgy .step-naturgy-content-right[data-v-01350b96] {
    flex-basis: 100%;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header[data-v-01350b96] {
    position: inherit;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit[data-v-01350b96] {
    bottom: 5px;
    top: auto;
    right: 10px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-title[data-v-01350b96] {
    padding: 2px 0 20px 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.48px;
}
.step-naturgy .step-naturgy-content-right p[data-v-01350b96] {
    font-size: 14px;
    line-height: 16px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-01350b96] {
    margin-left: -45px;
    width: calc(100% + 25px);
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right .step-naturgy-subcontent-right-title[data-v-01350b96] {
    font-size: 18px;
    line-height: 24px;
    position: initial;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right p[data-v-01350b96] {
    font-size: 14px;
    line-height: 20px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right-finish[data-v-01350b96] {
    margin-top: 0 !important;
    margin-bottom: 40px;
}
.step-naturgy.active .step-naturgy-number-left[data-v-01350b96] {
    min-width: 55px;
    width: 55px;
    flex-basis: 55px;
}
}
#step-three .boxes-more-information[data-v-01350b96] {
  width: 100%;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
}
#step-three .boxes-more-information .box-more-information-text[data-v-01350b96] {
  flex-basis: 25%;
  width: 25%;
  padding-left: 32px;
  border-right: 1px solid #BFB8AE;
}
#step-three .boxes-more-information .box-more-information-text[data-v-01350b96]:first-child {
  padding-left: 0;
}
#step-three .boxes-more-information .box-more-information-text[data-v-01350b96]:last-child {
  border-right: 0;
}
#step-three .boxes-more-information .box-more-information-text p[data-v-01350b96] {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--color-naturgy-blue);
  margin-bottom: 8px;
}
#step-three .boxes-more-information .box-more-information-text span[data-v-01350b96] {
  display: block;
  color: var(--color-naturgy-orange);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
#step-three .final-button-map[data-v-01350b96] {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#step-three .final-button-map img[data-v-01350b96] {
  width: 40px;
  height: auto;
}
#step-three .error-message[data-v-01350b96] {
  text-align: right;
  color: darkred;
  font-size: 14px;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 798px) {
#step-three .boxes-more-information[data-v-01350b96] {
    flex-wrap: wrap;
}
#step-three .boxes-more-information .box-more-information-text[data-v-01350b96] {
    flex-basis: 100%;
    width: 100%;
    border-bottom: 1px solid #BFB8AE;
    border-right: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
#step-three .boxes-more-information .box-more-information-text p[data-v-01350b96] {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
#step-three .boxes-more-information .box-more-information-text span[data-v-01350b96] {
    font-size: 20px;
    line-height: 28px;
}
#step-three .boxes-more-information .box-more-information-text[data-v-01350b96]:last-child {
    border-bottom: none;
    padding: 12px 0 0 0;
}
}
#product-boxes {
  width: 100%;
  margin: 16px 0 40px 0;
}
#product-boxes .product-box {
  width: 100%;
}
#product-boxes .product-box .product-box-content {
  padding: 16px 16px 16px 24px;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(0, 68, 112, 0.16);
}
#product-boxes .product-box .product-box-content .product-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product-boxes .product-box .product-box-content .product-box-title p {
  font-size: 18px;
  font-style: normal;
  margin: 0;
  font-weight: 700;
  line-height: 26px;
  color: var(--color-naturgy-blue);
}
#product-boxes .product-box .product-box-content .product-box-title .product-box-monthly {
  padding: 8px;
  border-radius: 40px;
  background: #F2F5F8;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: var(--color-naturgy-blue);
}
#product-boxes .product-box .product-box-content .product-box-title .product-box-monthly-loading img {
  width: 25px;
  height: auto;
}
#product-boxes .product-box .product-box-content .product-prices-content-box img {
  margin-top: 16px;
  width: 40px;
  height: auto;
}
#product-boxes .product-box .product-box-content .product-box-prices {
  margin-top: 16px;
}
#product-boxes .product-box .product-box-content .product-box-prices .price-discount {
  color: var(--color-naturgy-orange);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
#product-boxes .product-box .product-box-content .product-box-prices .price-discount span {
  font-weight: 500;
  text-decoration: line-through;
  color: rgba(212, 120, 45, 0.56);
}
#product-boxes .product-box .product-box-content .product-box-prices .product-price {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: var(--color-naturgy-orange);
}
#product-boxes .product-box .product-box-content .product-box-prices .product-price span {
  background: rgba(212, 120, 45, 0.16);
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  margin-left: 15px;
  color: var(--color-naturgy-orange);
}
#product-boxes .product-box .product-box-content .product-box-taxes {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-naturgy-orange);
}
#product-boxes .product-box .product-box-content .product-box-list {
  margin: 8px 0;
  padding: 8px 16px 40px 13px;
}
#product-boxes .product-box .product-box-content .product-box-list p {
  display: flex;
  align-items: center;
  color: var(--color-naturgy-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 0;
  margin: 0;
}
#product-boxes .product-box .product-box-content .product-box-list p img {
  width: 15px;
  margin-right: 8px;
}
#product-boxes .product-box .product-box-content .product-box-maintenance {
  width: calc(100% + 24px + 16px);
  margin: 0 0 -16px -24px;
  padding: 16px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-naturgy-blue);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
#product-boxes .product-box .product-box-content .product-box-maintenance img {
  width: 24px;
  height: auto;
  margin-right: 12px;
}
#product-boxes .product-box .product-box-loading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
#product-boxes .product-box .product-box-loading img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 798px) {
#product-boxes {
    width: 310px;
    margin: 16px auto 40px auto;
}
}
#financial-years[data-v-73bcfc53] {
  margin-bottom: 40px;
}
#financial-years .range[data-v-73bcfc53] {
  margin-top: 40px;
  padding: 40px 20px 0 20px;
  position: relative;
}
#financial-years .range span[data-v-73bcfc53] {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  color: var(--color-naturgy-blue);
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.step-naturgy[data-v-2fb2c97e] {
  scroll-margin: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #F9F9F9;
  background: #FAF8F6;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
}
.step-naturgy .step-naturgy-number-left[data-v-2fb2c97e] {
  width: 60px;
  flex-basis: 60px;
  display: flex;
  align-items: flex-start;
}
.step-naturgy .step-naturgy-number-left span[data-v-2fb2c97e] {
  color: #8BA0B6;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
}
.step-naturgy .step-naturgy-number-left img[data-v-2fb2c97e] {
  margin-top: 7px;
}
.step-naturgy .step-naturgy-number-left.step-naturgy-number-last[data-v-2fb2c97e] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.step-naturgy .step-naturgy-number-left.step-naturgy-number-last .step-check[data-v-2fb2c97e], .step-naturgy .step-naturgy-number-left.step-naturgy-number-last .last-check[data-v-2fb2c97e] {
  margin-top: 7px;
}
.step-naturgy .step-naturgy-content-right[data-v-2fb2c97e] {
  flex-basis: calc(100% - 60px - 20px);
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header[data-v-2fb2c97e] {
  position: relative;
  width: 100%;
  font-size: 28px;
  color: #8BA0B6;
  font-weight: 400;
  line-height: 44px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit[data-v-2fb2c97e] {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit.inactive[data-v-2fb2c97e] {
  cursor: inherit;
  opacity: 0.5;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-2fb2c97e] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right .step-naturgy-subcontent-right-title[data-v-2fb2c97e] {
  color: var(--color-naturgy-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right p[data-v-2fb2c97e] {
  color: #403D3A;
  font-size: 16px;
  line-height: 22px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right-finish p span[data-v-2fb2c97e] {
  font-weight: 600;
}
.step-naturgy.active[data-v-2fb2c97e] {
  border: 1px solid rgba(0, 68, 112, 0.16);
  background: #FFF;
  box-shadow: 0px 2.2px 7.2px 0px rgba(0, 69, 113, 0.12), 0px 0px 1.8px 0px rgba(0, 69, 113, 0.12);
}
.step-naturgy.active .step-naturgy-number-left[data-v-2fb2c97e] {
  position: relative;
}
.step-naturgy.active .step-naturgy-number-left span[data-v-2fb2c97e] {
  color: var(--color-naturgy-blue);
  font-weight: 600;
}
.step-naturgy.active .step-naturgy-content-right .step-naturgy-title[data-v-2fb2c97e] {
  color: var(--color-naturgy-blue);
  font-weight: 600;
}
.step-naturgy.active .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-2fb2c97e] {
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 798px) {
.step-naturgy[data-v-2fb2c97e] {
    position: relative;
    padding: 24px 16px;
}
.step-naturgy .step-naturgy-number-left[data-v-2fb2c97e] {
    width: 25px;
    flex-basis: 25px;
}
.step-naturgy .step-naturgy-number-left span[data-v-2fb2c97e] {
    font-size: 32px;
    font-style: normal;
    line-height: 32px;
}
.step-naturgy .step-naturgy-number-left img[data-v-2fb2c97e] {
    margin-top: 2px;
}
.step-naturgy .step-naturgy-content-right[data-v-2fb2c97e] {
    flex-basis: 100%;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header[data-v-2fb2c97e] {
    position: inherit;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-content-right-header .pencil-edit[data-v-2fb2c97e] {
    bottom: 5px;
    top: auto;
    right: 10px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-title[data-v-2fb2c97e] {
    padding: 2px 0 20px 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.48px;
}
.step-naturgy .step-naturgy-content-right p[data-v-2fb2c97e] {
    font-size: 14px;
    line-height: 16px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right[data-v-2fb2c97e] {
    margin-left: -45px;
    width: calc(100% + 25px);
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right .step-naturgy-subcontent-right-title[data-v-2fb2c97e] {
    font-size: 18px;
    line-height: 24px;
    position: initial;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right p[data-v-2fb2c97e] {
    font-size: 14px;
    line-height: 20px;
}
.step-naturgy .step-naturgy-content-right .step-naturgy-subcontent-right-finish[data-v-2fb2c97e] {
    margin-top: 0 !important;
    margin-bottom: 40px;
}
.step-naturgy.active .step-naturgy-number-left[data-v-2fb2c97e] {
    min-width: 55px;
    width: 55px;
    flex-basis: 55px;
}
}
#step-four .step-naturgy-subcontent-right .step-naturgy-subtitle[data-v-2fb2c97e] {
  color: var(--color-naturgy-blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#step-four .step-naturgy-subcontent-right .next-steps[data-v-2fb2c97e] {
  margin-top: 28px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
#step-four .step-naturgy-subcontent-right .next-steps .next-step[data-v-2fb2c97e] {
  flex-basis: 33%;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#step-four .step-naturgy-subcontent-right .next-steps .next-step img[data-v-2fb2c97e] {
  z-index: 2;
  position: relative;
  margin-bottom: 16px;
  background-color: #fff;
}
#step-four .step-naturgy-subcontent-right .next-steps .next-step p[data-v-2fb2c97e] {
  text-align: center;
  max-width: 200px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#step-four .step-naturgy-subcontent-right .next-steps .next-step:first-child p[data-v-2fb2c97e] {
  color: var(--color-naturgy-orange);
}
#step-four .step-naturgy-subcontent-right .next-steps[data-v-2fb2c97e]:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 20%;
  left: 17%;
  margin-top: 0;
  width: 65%;
  height: 4px;
  background: linear-gradient(to right, var(--color-naturgy-orange) 50%, #D9D9D9 50%);
}
#step-four .step-naturgy-subcontent-right .phone-steps[data-v-2fb2c97e] {
  margin-top: 28px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#step-four .step-naturgy-subcontent-right .phone-steps span[data-v-2fb2c97e] {
  color: var(--color-naturgy-orange);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
#step-four .step-naturgy-subcontent-right .next-steps[data-v-2fb2c97e] {
    flex-wrap: wrap;
}
#step-four .step-naturgy-subcontent-right .next-steps .next-step[data-v-2fb2c97e] {
    flex-basis: 100%;
    width: 100%;
    padding: 16px 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#step-four .step-naturgy-subcontent-right .next-steps .next-step img[data-v-2fb2c97e] {
    width: 24px;
    height: auto;
    margin-right: 16px;
    margin-bottom: 0;
}
#step-four .step-naturgy-subcontent-right .next-steps .next-step p[data-v-2fb2c97e] {
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
#step-four .step-naturgy-subcontent-right .next-steps[data-v-2fb2c97e]:after {
    top: 28px;
    left: 10px;
    margin-top: 0;
    width: 2px;
    height: 110px;
    background: linear-gradient(to bottom, var(--color-naturgy-orange) 50%, #D9D9D9 50%);
}
}
#last-link[data-v-1bbee3ed] {
  margin: 36px 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
