/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2026 | 15:32:29 */
body {
  padding: 0 !important;
  max-width: none !important;
  background-color: #EFF2F7;
}
body > article {
  overflow-x: hidden !important;
}
/* HEADER STYLES */
.header-online {
  width: 100vw;
  padding: 50px 0 75px;
  background: linear-gradient(180deg, #3055f4 0%, #51a7fa 77%, #51a7fa 100%);
}
.header-online * {
  margin: 0;
  padding: 0;
}
.header-online .container-img-telf {
  width: 88%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-online .container-img-telf > p {
  display: none;
}
.header-online .container-img-telf .box-img {
  width: clamp(126px, 30vw, 190px);
  aspect-ratio: 4.75;
  height: auto;
}
.header-online .container-img-telf .box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header-online .container-img-telf .box-telf .header-subtitle {
  color: #fff;
  font-size: 22px;
  line-height: 1.33;
  font-family: "roobertregular";
  text-align: right;
  margin-bottom: 5px;
}
.header-online .container-img-telf .box-telf .header-telf {
  color: #fff;
  font-size: 36px;
  line-height: 1.17;
  font-family: "roobertbold";
  text-align: right;
  width: 100%;
  display: block;
  text-decoration: none;
}
.header-online .container-title {
  width: 100%;
  margin: 20px 0 20px;
}
.header-online .container-title .subtitle {
  margin-bottom: clamp(5px, 1vw, 10px);
  font-size: 22px;
  line-height: 1.33;
  font-family: "roobertregular";
  color: #fff;
  text-align: center;
}
.header-online .container-title .title {
  font-size: 36px;
  line-height: 1.2;
  font-family: "roobertbold";
  color: #fff;
  text-align: center;
}
.header-online .container-progress {
  width: 88%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.header-online .container-progress .step {
  width: 20%;
}
.header-online .container-progress .step .step-progress {
  width: 100%;
  display: flex;
  align-items: center;
}
.header-online .container-progress .step .step-progress .line {
  width: calc(50% - 11px);
  height: 2px;
  background-color: #fff;
}
.header-online .container-progress .step .step-progress .point {
  width: 20px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  border: 2px solid #fff;
}
.header-online .container-progress .step .icon-box {
  width: 60px;
  aspect-ratio: 1;
  height: auto;
  margin: 10px auto 0;
}
.header-online .container-progress .step .icon-box .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.header-online .container-progress .step .step-title {
  text-align: center;
  font-size: 22px;
  line-height: 1.33;
  font-family: "roobertregular";
  color: #fff;
  padding-bottom: 10px;
}
/*
.header-online .container-progress .step.current .step-title {
    border-bottom: 2px solid #fff;
}

.header-online .container-progress .step.current.completed .step-title {
    border: none;
}
*/
/*.header-online .container-progress .step.current .point {
    background-color: transparent;
}*/
.header-online .container-progress.step-0 .step-one .step-title {
  border-bottom: 2px solid #fff;
}
.header-online .container-progress.step-0 .step.step-one .point {
  background-color: transparent;
}
.header-online .container-progress.step-1 .step.step-one .point {
  background-color: #fff;
  background-image: url("https://endesaluzempresas.es/wp-content/uploads/2024/09/check.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-online .container-progress.step-1 .step-two .step-title {
  border-bottom: 2px solid #fff;
}
.header-online .container-progress.step-1 .step.step-two .point {
  background-color: transparent;
}
.header-online .container-progress.step-2 .step.step-one .point, .header-online .container-progress.step-2 .step.step-two .point {
  background-color: #fff;
  background-image: url("https://endesaluzempresas.es/wp-content/uploads/2024/09/check.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-online .container-progress.step-2 .step-three .step-title {
  border-bottom: 2px solid #fff;
}
.header-online .container-progress.step-2 .step.step-three .point {
  background-color: transparent;
}
.header-online .container-progress.step-3 .step.step-one .point, .header-online .container-progress.step-3 .step.step-two .point, .header-online .container-progress.step-3 .step.step-three .point {
  background-color: #fff;
  background-image: url("https://endesaluzempresas.es/wp-content/uploads/2024/09/check.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-online .container-progress.step-3 .step-four .step-title {
  border-bottom: 2px solid #fff;
}
.header-online .container-progress.step-3 .step.step-four .point {
  background-color: transparent;
}
.header-online .container-progress.step-4 .step.step-one .point, .header-online .container-progress.step-4 .step.step-two .point, .header-online .container-progress.step-4 .step.step-three .point, .header-online .container-progress.step-4 .step.step-four .point {
  background-color: #fff;
  background-image: url("https://endesaluzempresas.es/wp-content/uploads/2024/09/check.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-online .container-progress.step-4 .step-five .step-title {
  border-bottom: 2px solid #fff;
}
.header-online .container-progress.step-4 .step.step-five .point {
  background-color: transparent;
}
.header-online .container-progress.step-5 .step .point {
  background-color: #fff;
  background-image: url("https://endesaluzempresas.es/wp-content/uploads/2024/09/check.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-online .progress-text-responsive {
  display: none;
}
@media (max-width: 768px) {
  .header-online .container-title .subtitle {
    font-size: 14px;
    line-height: 1;
  }
  .header-online .container-title .title {
    font-size: 27px;
    line-height: 33px;
  }
  .header-online .container-img-telf {
    justify-content: center;
  }
  .header-online .container-img-telf .box-telf {
    display: none;
  }
  .header-online .container-progress .step .icon-box {
    display: none;
  }
  .header-online .container-progress .step .step-title {
    height: 0;
    width: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .header-online .container-progress .step.current .step-progress .point {
    background-color: #fff;
  }
  .header-online .progress-text-responsive {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-family: "roobertregular";
    font-size: 18px;
    line-height: 26px;
    color: #fff;
  }
}
/* SECTION FORM STYLES */
.section-form {
  width: 100vw;
  margin: 0;
  background-color: transparent;
}
.section-form * {
  margin: 0;
  padding: 0;
}
/* ocultar barra de progreso original*/
.section-form .quform-page-progress {
  pointer-events: none;
  height: 0;
  width: 0;
  visibility: hidden;
}
.section-form .quform {
  width: 100%;
}
.section-form .quform .quform-form {
  width: 100%;
  position: relative;
}
.section-form .quform .quform-form-inner {
  width: 88%;
  max-width: 1120px;
  background-color: #fff;
  position: relative;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 30px;
}
.section-form .quform .quform-form-inner .quform-required {
  display: none;
}
.section-form .quform .quform-form-inner span.info {
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  height: auto;
}
.section-form .quform .quform-form-inner span.info + span {
  display: none;
}
.section-form .quform .quform-form-inner span.info:hover + span {
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 999;
  top: 31px;
  background-color: #EFF2F7;
  padding: 10px;
  font-family: "roobertlight";
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  border: 3px solid #eff2f7;
}
.section-form .quform .quform-form-inner span.info img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section-form .quform .quform-form-inner .quform-current-page > .quform-child-elements {
  padding-left: 20px;
  padding-right: 20px;
}
.section-form .quform .quform-form-inner .quform-page-title-description .quform-page-title {
  margin: 30px 0;
  text-align: left;
  font-size: clamp(20px, 3vw, 22px) !important;
  line-height: 1.33;
  font-family: "roobertbold";
  font-weight: normal;
  padding: 0 20px;
}
.section-form .quform .quform-form-inner .quform-element-row-3_13 {
  margin: 0 !important;
}
.section-form .quform .quform-form-inner .quform-2-columns {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 5px;
}
.section-form .quform .quform-form-inner .quform-2-columns::before, .section-form .quform .quform-form-inner .quform-2-columns::after {
  display: none;
}
.section-form .quform .quform-form-inner .quform-page-3_109 {
  background-color: #EFF2F7;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements {
  padding: 0 !important;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .quform-element-submit {
  background-color: #fff;
  margin: 0 !important;
  padding-top: 30px;
  padding-left: 20px;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .spaced .quform-spacer {
  margin-top: 10px;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume {
  padding: 0 20px;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume .resume-title {
  font-family: "roobertbold";
  font-size: clamp(20px, 3vw, 22px);
  line-height: 1.33;
  color: #0e141a;
  margin-bottom: 20px;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume .row {
  padding: 0 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume .row:last-child {
  margin-bottom: 0;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume .row .field-name {
  color: #667790;
  font-family: "roobertregular";
  font-size: clamp(20px, 3vw, 22px);
  line-height: 1.33;
  width: 55%;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume .row .field-name:first-child {
  width: 45%;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume .row .field-name span {
  color: #0e141a;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume br {
  display: none;
}
.section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .quform-element-html .quform-spacer {
  padding-top: 30px !important;
  background-color: #fff;
}
.section-form .quform .quform-form-inner .quform-2-columns .quform-element-column {
  width: 50%;
}
.section-form .quform .quform-form-inner .quform-label .quform-label-text {
  color: #0e141a;
  font-weight: normal;
  font-size: clamp(13px, 3vw, 15px) !important;
  line-height: 1.2;
  font-family: "roobertbold";
  display: flex;
  gap: 5px;
}
.section-form .quform .quform-form-inner .quform-upload-files {
  margin-top: 5px;
}
.section-form .quform .quform-form-inner .quform-upload-file {
  width: fit-content;
  padding: 5px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.section-form .quform .quform-form-inner .quform-upload-file .quform-upload-file-name {
  margin-left: 12px;
}
.section-form .quform .quform-form-inner .quform-upload-file .quform-upload-file-remove {
  top: 0;
  position: relative;
}
.section-form .quform .quform-form-inner .quform-first-page.quform-element.quform-element-submit.quform-cf.quform-button-style-theme {
  padding: 0;
}
.section-form .quform .quform-form-inner .quform-element.quform-element-submit.quform-cf.quform-button-style-theme {
  /*padding: 0 20px;*/
}
.section-form .quform .quform-form-inner .disabled .quform-next, .section-form .quform .quform-form-inner .disabled .quform-submit {
  background-color: #EFF2F7;
  color: #667790;
  pointer-events: none;
  cursor: none;
}
/*fixed-tlf-responsive*/
.fixed-tlf-responsive {
  display: none;
}
/*message confirmation*/
.section-form .quform .quform-form-inner .quform-success-message-content {
  background-color: #eff2f7;
}
.section-form .quform .quform-form-inner .quform-success-message-content br {
  display: none;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-text br {
  display: block;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-content {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 5vw, 30px);
  background-color: #fff;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-content .confirmation-title {
  color: #0e141a;
  font-family: "roobertbold";
  font-size: clamp(34px, 5vw, 40px);
  line-height: 1.2;
  text-align: center;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-content .confirmation-text {
  color: #0e141a;
  font-family: "roobertregular";
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.5;
  text-align: center;
  max-width: 665px;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-steps {
  background-color: #fff;
  padding: 30px 0;
  width: 100%;
  margin-top: 10px;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-steps .row {
  gap: 10px;
  width: 90%;
  max-width: 513px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-steps .row .icon {
  width: 40px;
  aspect-ratio: 1;
  height: auto;
  display: flex;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 1px #667790;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-steps .row.row-one .icon {
  width: 40px;
  aspect-ratio: 1;
  height: auto;
  display: flex;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 1px #00883D80;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-steps .row .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-steps .row .text {
  color: #667790;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.5;
  font-family: "roobertregular";
  width: calc(100% - 50px);
  margin-left: 10px;
}
.section-form .quform .quform-form-inner .quform-success-message-content .confirmation-steps .row.row-one .text {
  color: #00883D;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.5;
  font-family: "roobertregular";
}
@media only screen and (max-width: 768px) {
  .section-form .quform .quform-form-inner .quform-element-row-size-fixed.quform-2-columns > .quform-element-column, .section-form .quform .quform-form-inner .quform-options-columns.quform-2-columns > .quform-option {
    float: none;
    width: 100% !important;
    max-width: none !important;
  }
  .section-form .quform .quform-form-inner .quform-2-columns {
    gap: 10px;
    flex-direction: column;
  }
  .fixed-tlf-responsive {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 52px;
    aspect-ratio: 1;
    height: auto;
    border-radius: 50%;
    background-color: #d3135a;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixed-tlf-responsive .icon {
    width: 85%;
    height: 85%;
    object-fit: contain;
    object-position: center;
  }
  .section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume .row {
    flex-direction: column;
    gap: 10px;
  }
  .section-form .quform .quform-form-inner .quform-page-3_109 .quform-child-elements .container-resume .row .field-name {
    width: 100%;
  }
  .section-form .quform .quform-form-inner .quform-element-submit {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  .section-form .quform .quform-form-inner .quform-back, .section-form .quform .quform-form-inner .quform-submit, .section-form .quform .quform-form-inner .quform-next {
    margin-right: 0;
    padding: 8px;
  }
  .section-form .quform .quform-form-inner .quform-element-submit {
    margin-top: 20px !important;
  }
  .section-form .quform .quform-form-inner .quform-element-submit:before {
    display: none;
  }
}
.quform-inner-3_161 .quform-sub-label-above, .quform-inner-3_162 .quform-sub-label-above, .quform-inner-3_163 .quform-sub-label-above, .quform-inner-3_164 .quform-sub-label-above {
  border: 1px solid #c2cddd !important;
  text-align: left;
  font-size: 16px;
  height: 46px;
  padding: 15px 20px 15px;
  padding-left: 42px;
  color: #939393;
  font-family: "roobertregular" !important;
  background: url("https://endesaluzempresas.es/wp-content/uploads/2023/03/iconos_blue.png");
  background-position: 15px 11px;
  background-repeat: no-repeat;
}
.quform-element-3_161, .quform-element-3_162, .quform-element-3_163, .quform-element-3_164 {
  position: relative;
}
.quform-input-file.quform-input-3_161, .quform-input-file.quform-input-3_162, .quform-input-file.quform-input-3_163, .quform-input-file.quform-input-3_164 {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.quform-input-file.quform-input-3_161 .quform-field-3_161, .quform-input-file.quform-input-3_162 .quform-field-3_162, .quform-input-file.quform-input-3_163 .quform-field-3_163, .quform-input-file.quform-input-3_164 .quform-field-3_164 {
  height: 100% !important;
  width: 100% !important;
}
/* zona adjuntar nuevo aspecto */
.quform-3 .quform-input-3_102, .quform-3 .quform-input-3_124 {
  border-color: #c2cddd !important;
  height: 46px;
}
.quform-3 .quform-input-3_102 .quform-upload-dropzone, .quform-3 .quform-input-3_124 .quform-upload-dropzone {
  height: 44px;
  padding: 0;
  padding-left: 5px;
  text-align: left;
}
.quform-3 .quform-input-3_102 .quform-upload-dropzone .quform-upload-dropzone-text, .quform-3 .quform-input-3_124 .quform-upload-dropzone .quform-upload-dropzone-text {
  font-size: 16px;
  margin: 15px 20px 11px;
  height: 18px;
  position: absolute;
  padding-left: 16px;
  color: #939393;
  font-family: "roobertregular" !important;
}
.quform-inner-3_161 .quform-sub-label-above, .quform-inner-3_162 .quform-sub-label-above, .quform-inner-3_163 .quform-sub-label-above, .quform-inner-3_164 .quform-sub-label-above {
  border: 1px solid #c2cddd !important;
  text-align: left;
  font-size: 16px;
  height: 46px;
  padding: 15px 20px 15px;
  padding-left: 42px;
  color: #939393;
  font-family: "roobertregular" !important;
  background: url("https://endesaluzempresas.es/wp-content/uploads/2023/03/iconos_blue.png");
  background-position: 15px 11px;
  background-repeat: no-repeat;
}
.quform-upload-dropzone-icon-right .quform-upload-dropzone-icon {
  margin-left: 10px;
  padding-top: 20px;
  position: absolute;
}
span.quform-upload-dropzone-icon {
  background: url("https://endesaluzempresas.es/wp-content/uploads/2023/03/iconos_blue.png");
  background-position: center 11px;
  background-repeat: no-repeat;
}
i.qicon-file_upload {
  opacity: 0;
}
/* .quform-label {
    margin-bottom: 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */
.quform-element-text .quform-spacer, .quform-element-select .quform-spacer, .quform-element-checkbox .quform-spacer, .quform-element-file .quform-spacer {
  padding: 10px 0 !important;
  margin: 0 !important;
}
.quform-element-3_73 .quform-element-text .quform-spacer {
  padding: 20px 0 15px !important;
  margin: 0 !important;
}
.quform-inner-select.quform-inner-3_149 > .quform-sub-label-below {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: fit-content;
  border: 1px solid #c2cddd;
  border-radius: 8px;
  padding: 10px;
}
.quform-label-3_161 {
  position: relative;
  z-index: 99;
}
.section-form .quform .quform-form-inner .quform-label-3_161 .quform-label-text span.info:hover + span {
  top: 27px;
}
/* fin zona adjuntar nuevo aspecto */
