#intro-login {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#intro-login .left-part {
  flex-basis: 45%;
  width: 45%;
  display: flex;
  justify-content: center;
}
#intro-login .right-part {
  flex-basis: 55%;
  width: 55%;
  background: #019DF4;
  border-radius: 4px 0px 0px 4px;
  padding: 48px 240px 48px 48px;
  height: 350px;
}
#location-left .location-left-name[data-v-cd0127c2] {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}
#location-left .grey-box[data-v-cd0127c2] {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  width: 340px;
  background: #F2F2F2;
  border-radius: 4px;
  margin-top: 16px;
}
#location-left .grey-box img[data-v-cd0127c2] {
  width: 24px;
  height: auto;
  margin-right: 10px;
}
#location-left .grey-box .grey-box-title[data-v-cd0127c2] {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FF6200;
}
.modal-info[data-v-83352454] {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}
.modal-info .modal-info-content[data-v-83352454] {
  position: relative;
  max-width: 700px;
  min-width: 500px;
  min-height: 250px;
  background-color: #fff;
  box-shadow: 0px 24px 48px rgba(0, 90, 168, 0.24);
  border-radius: 4px;
  padding: 45px;
}
.modal-info .modal-info-content p[data-v-83352454] {
  margin-top: 15px;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}
.modal-info .modal-info-content .close-icon[data-v-83352454] {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
#final-step .orange-text[data-v-074747c4] {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FF6200;
  margin-bottom: 12px;
}
#final-step .orange-text img[data-v-074747c4] {
  margin-right: 5px;
}
#final-step .check-text[data-v-074747c4] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
#final-step .check-text span[data-v-074747c4] {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-right: 8px;
}
#final-step .check-text p[data-v-074747c4] {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  margin-bottom: 4px;
}
#final-step .check-text p.check-text-title[data-v-074747c4] {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}
#final-step .info-text[data-v-074747c4] {
  font-style: italic;
  font-size: 12px !important;
  line-height: 14px !important;
}
#final-step .info-button[data-v-074747c4] {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 16px;
  border-radius: 5px;
  border: 2px solid #999999;
  color: #999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#final-step .info-button[data-v-074747c4]:hover {
  background-color: rgba(153, 153, 153, 0.25);
}
#solar-layout {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
#solar-layout .left-bar {
  flex-basis: 70%;
  width: 70%;
  height: 100vh;
  padding: 70px 325px 70px 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#solar-layout .left-bar .middle-left-bar-information {
  width: 500px;
  flex-basis: calc(100% - 85px - 24px - 40px);
  height: calc(100% - 85px - 24px - 40px);
  overflow-y: auto;
}
#solar-layout .left-bar .middle-left-bar-information h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #019DF4;
}
#solar-layout .left-bar .middle-left-bar-information .left-bar-box .left-bar-box-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #019DF4;
  padding-bottom: 15px;
  border-bottom: 2px solid #019DF4;
  margin-bottom: 20px;
  margin-top: 24px;
}
#solar-layout .left-bar .middle-left-bar-information .left-bar-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  margin-bottom: 5px;
}
#solar-layout .left-bar .middle-left-bar-information .box-info-orange {
  border: 2px solid #FF6200;
  padding: 12px 16px;
  width: 100%;
  height: 80px;
  border-radius: 4px;
  margin-top: 30px;
}
#solar-layout .left-bar .middle-left-bar-information .box-info-orange span {
  display: flex;
  font-size: 16px;
  line-height: 19px;
  color: #FF6200;
}
#solar-layout .left-bar .middle-left-bar-information .box-info-orange span img {
  margin-right: 5px;
}
#solar-layout .left-bar .steps {
  display: flex;
  align-items: flex-start;
  height: 85px;
}
#solar-layout .left-bar .steps .step {
  position: relative;
  width: 95px;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#solar-layout .left-bar .steps .step:after {
  content: "";
  position: absolute;
  top: 28%;
  margin-top: -1.5px;
  right: 72px;
  width: 45px;
  height: 3px;
  background-color: #999999;
}
#solar-layout .left-bar .steps .step .circle-step-number {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 3px solid #999999;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
#solar-layout .left-bar .steps .step span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
}
#solar-layout .left-bar .steps .step:first-child:after {
  content: none;
}
#solar-layout .left-bar .steps .step.active .circle-step-number {
  border: 3px solid #019DF4;
  color: #019DF4;
}
#solar-layout .left-bar .steps .step.active span {
  color: #019DF4;
}
#solar-layout .left-bar .steps .step.active:after {
  background-color: #019DF4;
}
#solar-layout .right-part {
  flex-basis: 30%;
  width: 30%;
  background: url("https://simuladorcomercial.solar360.es/wp-content/themes/solar360/assets/background.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
#solar-layout .right-part .float-box-right {
  background: #FFFFFF;
  box-shadow: 0px 24px 48px rgba(0, 90, 168, 0.24);
  border-radius: 4px;
  padding: 50px;
  margin-left: -300px;
}
@media screen and (max-width: 1300px) {
#solar-layout .left-bar {
    padding: 35px 325px 35px 35px;
}
#solar-layout .left-bar .middle-left-bar-information {
    width: 365px;
}
#solar-layout .right-part .float-box-right {
    border-radius: 4px;
    padding: 25px;
    margin-left: -250px;
}
}
#step-one .text-section {
  width: 365px;
}
#step-one .text-section h1 {
  font-weight: 300;
  font-size: 55px;
  line-height: 60px;
  color: #019DF4;
  margin-bottom: 20px;
}
#step-one .text-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}
#step-one .box-section {
  width: 500px;
}
#step-one .box-section h3 {
  margin-bottom: 30px;
}
#step-one .box-section .form-group-solar .direction-input {
  position: relative;
}
#step-one .box-section .form-group-solar .direction-input input {
  padding-left: 45px;
}
#step-one .box-section .form-group-solar .direction-input:after {
  z-index: 2;
  content: " ";
  position: absolute;
  top: 7px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: url("https://simuladorcomercial.solar360.es/wp-content/themes/solar360/assets/location.svg") no-repeat center center;
  background-size: contain;
}
#map-element {
  width: 100%;
  height: 800px;
  position: relative;
}
#map-element .map-popup-box-header {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#map-element .map-popup-box-header p {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
}
#map-element .map-popup-box-body {
  position: relative;
}
#map-element .map-popup-box-body .info-box-map {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 20px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#map-element .map-popup-box-body .info-box-map .image {
  width: 20px;
  height: auto;
}
#map-element .map-popup-box-body .info-box-map .text {
  display: none;
  flex-basis: calc(100% - 35px);
  width: calc(100% - 35px);
}
#map-element .map-popup-box-body .info-box-map:hover {
  justify-content: space-between;
  align-items: flex-start;
  width: 425px;
  height: 195px;
  padding: 15px;
  overflow: auto;
}
#map-element .map-popup-box-body .info-box-map:hover .text {
  display: block;
}
#map-element .map-popup-box-body .info-box-map:hover .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-indent: 5px;
  color: #999999;
}
#map-element .map-popup-box-body .info-box-map:hover .text p:last-child {
  margin-top: 10px;
  font-style: italic;
  margin-bottom: 0;
}
#map-element .map-popup-box-body #map {
  height: 680px !important;
  min-height: 680px !important;
}
#map-element .map-popup-box-body #map .leaflet-control-attribution {
  display: none;
}
#map-element .map-popup-box-body #map .leaflet-top {
  top: 20px;
  bottom: auto;
}
#map-element .map-popup-box-body #map .leaflet-left {
  left: 20px;
}
#map-element .map-popup-box-body #map .leaflet-top.leaflet-left {
  z-index: 998;
}
#map-element .map-popup-box-body #map .leaflet-top.leaflet-left .leaflet-control {
  margin: 0;
}
#map-element .map-popup-box-body #map .leaflet-top.leaflet-left .leaflet-control-zoom {
  width: 40px;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(38, 66, 29, 0.48);
  border-radius: 4px;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#map-element .map-popup-box-body #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in,
#map-element .map-popup-box-body #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 35px;
}
#map-element .map-popup-box-body #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-in span,
#map-element .map-popup-box-body #map .leaflet-top.leaflet-left .leaflet-control-zoom .leaflet-control-zoom-out span {
  color: #214C56;
  font-size: 20px;
  line-height: 20px;
}
#map-element .map-popup-box-footer {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-error[data-v-49b8d5e0] {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}
.modal-error .modal-error-content[data-v-49b8d5e0] {
  position: relative;
  max-width: 500px;
  min-width: 350px;
  min-height: 250px;
  background-color: #fff;
  box-shadow: 0px 24px 48px rgba(0, 90, 168, 0.24);
  border-radius: 4px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-error .modal-error-content p[data-v-49b8d5e0] {
  margin-top: 15px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #999999;
}
.modal-error .modal-error-content .close-icon[data-v-49b8d5e0] {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
#step-two .map-modal[data-v-3e8defc6] {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}
#step-two .map-modal .map-modal-content[data-v-3e8defc6] {
  width: 90%;
  height: auto;
}
#step-two .box-section[data-v-3e8defc6] {
  width: 500px;
}
#step-two .box-section h3[data-v-3e8defc6] {
  margin-bottom: 30px;
}
#step-two .box-section p[data-v-3e8defc6] {
  font-style: italic;
  color: #999999;
  margin-bottom: 30px;
}
.modal-tariff[data-v-03ea69a9] {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}
.modal-tariff .modal-error-content[data-v-03ea69a9] {
  position: relative;
  min-width: 670px;
  max-width: 670px;
  background-color: #fff;
  box-shadow: 0px 24px 48px rgba(0, 90, 168, 0.24);
  border-radius: 4px;
  padding: 30px;
}
.modal-tariff .modal-error-content h2[data-v-03ea69a9] {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #FF6200;
  margin-bottom: 40px;
}
.modal-tariff .modal-error-content p[data-v-03ea69a9] {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}
.modal-tariff .modal-error-content p.title-modal[data-v-03ea69a9] {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #FF6200;
  margin-bottom: 20px;
}
.modal-tariff .modal-error-content .close-icon[data-v-03ea69a9] {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-tariff .modal-error-content .footer-buttons[data-v-03ea69a9] {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#step-three .box-section[data-v-5b7b7d2a] {
  width: 600px;
}
#step-three .box-section h3[data-v-5b7b7d2a] {
  margin-bottom: 30px;
}
#step-three .box-section .check-selector .check-selector-box .check-selector-box-image[data-v-5b7b7d2a] {
  width: 140px;
}
#step-three .box-section .check-selector .check-selector-box .check-selector-box-image svg[data-v-5b7b7d2a] {
  stroke: none;
  fill: #FF6200;
}
#step-three .box-section .check-selector .check-selector-box.active .check-selector-box-image svg[data-v-5b7b7d2a] {
  fill: #fff;
}
@media screen and (max-width: 1300px) {
#step-three .box-section[data-v-5b7b7d2a] {
    width: 500px;
}
}
#step-four .box-section[data-v-1545f284] {
  width: 600px;
}
#step-four .box-section h3[data-v-1545f284] {
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
#step-four .box-section[data-v-1545f284] {
    width: 500px;
}
}
#email-register .box-section[data-v-11659724] {
  width: 500px;
}
#email-register .box-section img[data-v-11659724] {
  width: 80px;
  height: auto;
  margin-bottom: 30px;
}
#email-register .box-section p[data-v-11659724] {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  margin-bottom: 30px;
}
#email-register .box-section .button-solar[data-v-11659724] {
  margin-top: 10px;
}
#congratulations .box-section[data-v-f75582e0] {
  width: 500px;
}
#congratulations .box-section img[data-v-f75582e0] {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}
#congratulations .box-section p[data-v-f75582e0] {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #999999;
}
#congratulations .box-section .buttons-footer[data-v-f75582e0] {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
