@charset "UTF-8";
/*
    Created on : Dec 16, 2024, 12:59:45 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Mar 21, 2025, 1:36:32 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
#content {
  background-image: url("/wp-content/plugins/EG-calculadora/img/fondo-calculadora.png");
  background-position: bottom center;
  background-attachment: fixed;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  #calcula {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
    scroll-margin-top: -80px;
  }
}

.inner-calc {
  /*display: none !important;*/
  -webkit-margin-after: 56px;
          margin-block-end: 56px;
}
@media only screen and (max-width: 600px) {
  .inner-calc {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.inner-calc__title {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .inner-calc__title {
    font-size: 32px;
    line-height: 1.1;
  }
}

.frame-calculadora {
  -webkit-margin-after: 56px;
          margin-block-end: 56px;
}
@media only screen and (max-width: 600px) {
  .frame-calculadora {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.frame-calculadora__title {
  display: none;
  background: #3EB1C8;
  -webkit-box-shadow: 0px 4px 4px 0px #000;
          box-shadow: 0px 4px 4px 0px #000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  color: #F9F9F9;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  /* 80% */
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .frame-calculadora__title {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
  }
}
.frame-calculadora__body {
  border-top: 0;
}
@media only screen and (max-width: 600px) {
  .frame-calculadora__body {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.select2-container {
  display: block;
}

.preguntas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border: 2px dashed #3DDBFB;
  border-radius: 30px;
  padding: 48px 56px;
  max-width: 100%;
  margin: auto;
  -webkit-margin-before: 56px;
          margin-block-start: 56px;
}
@media only screen and (max-width: 600px) {
  .preguntas {
    padding: 48px 40px;
    -webkit-margin-after: 56px;
            margin-block-end: 56px;
  }
}
.preguntas__item {
  display: none;
  position: relative;
}
.preguntas__item--active {
  display: block;
}
.preguntas__item--combi .preguntas__item {
  display: block;
  border: none;
  padding: 0;
  margin-top: 60px;
}
.preguntas__item__desc {
  color: #000;
  font-size: 16px;
}
.preguntas__item-title {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 29.7px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: underline;
  text-underline-offset: 4px;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .preguntas__item-title {
    margin-left: -40px;
    margin-right: -40px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 24px;
    /* width: fit-content;
    justify-self: center;*/
  }
}
.preguntas__item-title::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 99;
      -ms-flex-order: 98;
          order: 98;
}
.preguntas__item-sub {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 137.222% */
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .preguntas__item-sub {
    font-size: 18px;
  }
}
.preguntas {
  /*  .input-wrapper:has(> .checkbox-wrapper:nth-child(2)):not(:has(> .checkbox-wrapper:nth-child(3))) {

      .checkbox-wrapper {
          flex: 0 0 220px;
          justify-content: center;

          @include devices(600) {
              flex: 0 0 100%;
              justify-self: flex-start;
          }

      }


  }

   .input-wrapper:has(> .checkbox-wrapper:nth-child(3)):not(:has(> .checkbox-wrapper:nth-child(4))) {

      .checkbox-wrapper {
          flex: 0 0 160px;

          @include devices(600) {
              flex: 0 0 100%;
          }
      }


  }


  .input-wrapper:has(> .checkbox-wrapper:nth-child(4)):not(:has(> .checkbox-wrapper:nth-child(5))) {

      .checkbox-wrapper {
          flex: 0 0 21%;

          @include devices(600) {
              flex: 0 0 100%;
          }
      }
  }

  .input-wrapper:has(> .checkbox-wrapper:nth-child(5)):not(:has(> .checkbox-wrapper:nth-child(6))) {
      .checkbox-wrapper {
          flex: 0 0 16%;
          justify-content: center;

          @include devices(600) {
              flex: 0 0 100%;
              justify-content: flex-start;
          }
      }
  }*/
}
.preguntas .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  margin: 30px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center; */
  width: 80%;
}
@media only screen and (max-width: 600px) {
  .preguntas .input-wrapper {
    row-gap: 14px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .preguntas .input-wrapper:has(.radio-wrapper) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .preguntas .input-wrapper:has(.radio-wrapper) .radio-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.preguntas .input-wrapper .number-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
.preguntas .extra-field input {
  text-align: left !important;
}

.explicacion {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 600px) {
  .explicacion {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 24px;
    top: -24px;
    position: absolute;
  }
}
.explicacion:hover .explicacion__wrapper {
  opacity: 1;
  pointer-events: auto;
}
.explicacion--respuesta {
  position: relative;
  top: auto;
  right: auto;
  z-index: 0;
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .explicacion--respuesta {
    margin-left: auto;
  }
}
.explicacion--respuesta:hover {
  z-index: 1;
}
.explicacion__trigger {
  font-size: 16px;
  color: rgb(217, 217, 217);
}
.explicacion__wrapper {
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -190px;
  border-top: 24px solid transparent;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 100;
  bottom: 62px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
}
@media only screen and (max-width: 600px) {
  .explicacion__wrapper {
    margin-right: -24px;
    max-width: 300px;
  }
}
.explicacion__wrapper::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 15px 9px;
  border-color: transparent transparent #3EB1C8 transparent;
  -webkit-filter: drop-shadow(0px -5px 2px rgba(46, 116, 152, 0.8));
          filter: drop-shadow(0px -5px 2px rgba(46, 116, 152, 0.8));
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  bottom: -14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .explicacion__wrapper::before {
    left: inherit;
    right: 24px;
  }
}
.explicacion__inner {
  background: #3EB1C8;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  -webkit-box-shadow: -1px 2px 8px 0px rgba(46, 116, 152, 0.8);
          box-shadow: -1px 2px 8px 0px rgba(46, 116, 152, 0.8);
  border-radius: 30px;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .explicacion__inner--respuesta {
    margin-right: auto;
  }
}

.select-wrapper__extra {
  margin-top: 10px;
}

.checkbox-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media only screen and (max-width: 600px) {
  .checkbox-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.checkbox-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.radio-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.radio-wrapper,
.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.radio-wrapper__extra,
.checkbox-wrapper__extra {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.radio-wrapper__extra input,
.checkbox-wrapper__extra input {
  margin-top: 0;
}
.radio-wrapper__extra .error-message,
.checkbox-wrapper__extra .error-message {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.radio-wrapper > input,
.checkbox-wrapper > input {
  margin-top: 2.5px !important;
}
.radio-wrapper,
.checkbox-wrapper {
  /* label {
      max-width: calc(100% - 58px);
  }*/
}
.radio-wrapper .error-message,
.checkbox-wrapper .error-message {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* Ajusta la altura del campo de entrada de Select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #2E7498;
  font-weight: 700;
}

.select2-container .select2-selection--single {
  height: 50px !important;
  line-height: 50px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  border: 1px solid #67767E;
  background: #FFF;
  padding: 7px 43px;
  outline: none !important;
  -webkit-transition: all 0.3S;
  transition: all 0.3S;
  text-align: center;
  color: #FFF;
  width: 100%;
}

.select2-container--open .select2-selection--single {
  border-radius: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3EB1C8;
}

/* Ajusta el ícono de la flecha desplegable */
.select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
  height: 44px;
  top: 1px;
  right: 5px;
  width: 44px;
}

/* Ajusta la altura del dropdown */
.select2-container .select2-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #67767E transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-results__option--selectable {
  color: #3EB1C8;
}

.select2-results__option {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #3EB1C8;
}

.select2-container--default .select2-results__option--selected {
  background-color: #3eb1c8;
  color: #fff !important;
}

.select2-search--dropdown {
  padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 100px;
  border: 1px solid #67767E;
  background: #FFF;
  min-height: 34px;
  padding: 7px 12px;
  outline: none !important;
  -webkit-transition: all 0.3S;
  transition: all 0.3S;
  color: #2E7498;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  text-transform: lowercase;
}

.barra-progreso-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  width: 100%;
  margin-inline: auto;
}
.barra-progreso-container.finish .barra-progreso {
  max-width: 83%;
  margin: initial;
  margin-left: auto;
}
.barra-progreso-container.finish {
  /* .nav-calculadora {
      width: 100%;
  }*/
}
.barra-progreso-container.finish .nav-calculadora__item--prev,
.barra-progreso-container.finish .nav-calculadora__item--next {
  display: none;
}
.barra-progreso-container.finish .nav-calculadora__item--prev2 {
  display: block !important;
}

.barra-progreso {
  height: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #11577A;
  border-radius: 100px;
  max-width: calc(100% - 220px);
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .barra-progreso {
    display: none;
    max-width: calc(100% - 190px);
  }
}
.barra-progreso--mb {
  display: none;
}
@media only screen and (max-width: 600px) {
  .barra-progreso--mb {
    display: block;
  }
}
.barra-progreso__avance {
  height: 100%;
  background-color: #3EB1C8;
  width: 0%;
  border-radius: 4px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.preguntas-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.preguntas-loader__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 6px solid #f3f3f3;
  /* Fondo claro */
  border-top: 6px solid #3498db;
  /* Color de la parte giratoria */
  border-radius: 50%;
  width: 40px;
  /* Tamaño del spinner */
  height: 40px;
  /* Tamaño del spinner */
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  /* Animación de rotación */
}

.tarifa-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  color: #000;
  display: none;
}

.trigger-prepare-data {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px;
          box-shadow: 0px 0px 15px 0px;
  z-index: 9999;
  display: none;
}

/* Animación del spinner */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
  }
}

.select-wrapper {
  width: 100%;
}

.select2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: 10px;
  width: 10px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(59%) sepia(77%) saturate(357%) hue-rotate(142deg) brightness(89%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(59%) sepia(77%) saturate(357%) hue-rotate(142deg) brightness(89%) contrast(90%);
}
.select2::before {
  left: 18px;
  top: 20px;
}
.select2 {
  /* &::after {
      left: 18px;
      pointer-events: none;
      transform: scaleY(-1);
      top: 14px;
  }*/
}
.select2 .number-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.select2 .number-controls input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  padding-right: 40px;
}
.select2 .number-controls input[type=number]::-webkit-outer-spin-button, .select2 .number-controls input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.select2 .number-controls__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  gap: 0;
}
.select2 .number-controls .number-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3EB1C8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 14px;
  width: 14px;
}
.select2 .number-controls .number-btn:hover {
  color: #11577A;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.select2 .number-controls .number-btn:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.select2 .number-controls .number-btn svg {
  display: block;
  pointer-events: none;
}/*# sourceMappingURL=calculadora.css.map */