.page-template-apt-calc.overlay {
  overflow: hidden;
}

.page-template-apt-calc.overlay:after {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  display: block;
  background-color: rgba(11, 10, 10, 0.74);
}

.page-template-apt-calc header {
  top: 0;
}

.page-template-apt-calc .apt-calc {
  margin-top: 100px;
}

.page-template-apt-calc .apt-calc h1 {
  margin-bottom: 70px;
}

.page-template-apt-calc .off-canvas-wrapper.final-result {
  background-image: url("../images/spots.jpg");
  -webkit-background-size: cover;
          background-size: cover;
}

.page-template-apt-calc .page-wrap {
  min-height: calc(100vh - 176px);
}

.page-template-apt-calc *:focus {
  outline: none;
}

.page-template-apt-calc .flag {
  background-repeat: no-repeat;
  background-position: right;
  display: block;
  -webkit-background-size: 35px 35px;
          background-size: 35px;
}

.page-template-apt-calc h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

.page-template-apt-calc .select2-container {
  min-width: 120px;
  min-height: 48px;
  font-size: 20px;
  line-height: 48px;
}

.page-template-apt-calc .select2-container:hover b {
  background-color: #E8E8E8;
}

.page-template-apt-calc .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../images/arrow-select.svg);
  border-width: 0 !important;
  border: none !important;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 70% 70%;
          background-size: 70%;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-template-apt-calc .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 2px;
  width: 40px;
}

.page-template-apt-calc .select2-container--default .select2-selection--single {
  border-radius: 9px !important;
  border-color: #00A1CB;
}

.page-template-apt-calc .select2-container--default .select2-selection--single {
  height: 48px;
}

.page-template-apt-calc .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}

.page-template-apt-calc .select2-selection--single[aria-expanded=true] b {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
       -o-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.page-template-apt-calc .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: white !important;
}

.page-template-apt-calc .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #2B2B2B !important;
  background-color: white !important;
}

.page-template-apt-calc .select2-container--default .select2-results__option--selected {
  background-color: white !important;
}

.page-template-apt-calc .select2-results__option {
  border-bottom: 1px solid #00A1CB;
}

.page-template-apt-calc .select2-container--default .select2-results > .select2-results__options {
  padding-bottom: 5px;
  max-height: 60vh;
}
.page-template-apt-calc .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar{
        width: 7px;
        height: 50%;
    }
.page-template-apt-calc .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track{
    border-radius: 5px;
    background-color: transparent;
    box-shadow:  inset 2px 1px 3px -2px;
    max-height: 60vh;
    padding: 5px;
}
.page-template-apt-calc .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb{
    color: #00A1CB;
    background-color: #00A1CB;
    border: 2px solid transparent;
    background-clip: content-box;
    border-radius: 10px;
    width: 3px;
}
.page-template-apt-calc .select2-dropdown {
  border-top: none !important;
  border-color: #00A1CB;
}

.page-template-apt-calc .select2-dropdown:before {
  content: "";
  display: block;
  margin-left: -1px;
  width: 121px;
  background-color: white;
  height: 12px;
  border-bottom: 1px solid #00A1CB;
}

.page-template-apt-calc [name=step1-form] label {
  min-height: 32px;
}

.page-template-apt-calc .switch {
  border: 1px solid #00A1CB;
  border-radius: 25px;
  min-width: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-apt-calc .switch .selection {
  min-height: 36px;
  border-radius: 25px;
  width: 35%;
  line-height: 36px;
  text-align: center;
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.page-template-apt-calc .switch .selection.active {
  background: #66cce6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #66cce6), to(#00a1cb));
  background: -webkit-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: -o-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: linear-gradient(0deg, #66cce6 30%, #00a1cb 100%);
  color: white;
}

.page-template-apt-calc .calc-title {
  font-size: 40px;
  line-height: 49px;
  font-weight: 400;
  color: #00A1CB;
}

.page-template-apt-calc .calc-title--mt-32 {
  margin-top: 32px;
}

.page-template-apt-calc .calc-title--mb-32 {
  margin-bottom: 32px;
}

.page-template-apt-calc .bt-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-apt-calc label[for=currency] {
  font-size: 20px;
  margin-right: 14px;
  margin-left: 31px;
}

.page-template-apt-calc input {
  max-width: 170px;
  border-radius: 9px;
  border-color: #00A1CB;
  min-height: 48px;
}

.page-template-apt-calc .apt-btn {
  outline: none;
  border: none;
  border-radius: 25px;
  background: #66cce6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #66cce6), to(#00a1cb));
  background: -webkit-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: -o-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: linear-gradient(0deg, #66cce6 30%, #00a1cb 100%);
  color: white;
  font-size: 20px;
  height: 49px;
  min-width: 139px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.page-template-apt-calc .apt-btn--disabled {
  background: #D9D9D9;
  color: #9F9F9F;
  cursor: not-allowed;
}

.page-template-apt-calc .apt-btn:hover {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.page-template-apt-calc .apt-btn--blue {
  background: #66cce6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #66cce6), to(#00a1cb));
  background: -webkit-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: -o-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: linear-gradient(0deg, #66cce6 30%, #00a1cb 100%);
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-apt-calc .apt-btn--white {
  background: white;
  color: #00A1CB;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
}

.page-template-apt-calc .calculate-btn-container {
  width: 100%;
  margin-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-apt-calc .calculate-btn-container .step-indicator {
  padding-right: 10px;
}

.page-template-apt-calc .step-indicator {
  padding-right: 38px;
  color: #00A1CB;
  margin-bottom: 15px;
  margin-top: 15px;
}

.page-template-apt-calc .steps-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-apt-calc .my-data {
  -webkit-box-shadow: 0 3px 6px #00000038;
          box-shadow: 0 3px 6px #00000038;
  border-radius: 29px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 488px;
}

.page-template-apt-calc .my-data .data-wrapper {
  max-width: 85%;
  margin: auto;
}

.page-template-apt-calc .my-data--full-height {
  min-height: 100%;
}

.page-template-apt-calc .my-data [related-step],
.page-template-apt-calc .my-data [related-step] + hr {
  display: none;
}

.page-template-apt-calc .my-data > hr {
  height: 0;
  margin: 0;
  background-color: #707070;
}

.page-template-apt-calc .my-data__title {
  text-align: center;
  margin-top: -25px;
  background-color: white;
  max-width: 83px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  color: #D9D9D9;
}

.page-template-apt-calc .my-data__title--blue {
  margin: 0;
  color: #00A1CB;
  font-weight: 700;
  max-width: 100%;
  text-align: left;
}

.page-template-apt-calc .my-data__element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-apt-calc .my-data__element + hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.page-template-apt-calc .my-data .inner-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-apt-calc .my-data .edit {
  background-color: #D9D9D9;
  height: 29px;
  width: 29px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-template-apt-calc .my-data .edit:hover {
  background-color: #00A1CB;
}

.page-template-apt-calc .my-data .edit:hover svg path {
  stroke: white;
}

.page-template-apt-calc .my-results {
  -webkit-box-shadow: 0 3px 6px #00000038;
          box-shadow: 0 3px 6px #00000038;
  border-radius: 29px;
  padding-top: 16px;
  padding-left: 29px;
  padding-right: 29px;
  padding-bottom: 16px;
  color: #F35767;
  min-height: 455px;
}

.page-template-apt-calc .my-results__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.page-template-apt-calc .my-results .amount {
  padding-left: 5px;
  font-weight: 700;
}

.page-template-apt-calc .my-results__title--invert {
  border-radius: 9px;
  background-color: #F35767;
  color: white;
  font-size: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 24px;
  padding-right: 10px;
  display: block;
  max-width: 100%;
  padding-left: 10px;
}

.page-template-apt-calc .my-results__title--invert .amount {
  padding-left: 10px;
}

.page-template-apt-calc .my-results .cow-block {
  background-color: #F35767;
  color: white;
  border-radius: 9px;
  min-height: 160px;
  padding-top: 2%;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 50%;
}

.page-template-apt-calc .my-results .cow-block__title {
  line-height: 24px;
  font-size: 20px;
}

.page-template-apt-calc .my-results .cow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-template-apt-calc .my-results .cow-block--left {
  margin-right: 1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-apt-calc .my-results .cow-block--right {
  margin-left: 1%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-apt-calc .wrap-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.page-template-apt-calc .wrap-result .amount--lg {
  margin-right: 10px;
  margin-top: -10px;
}

.page-template-apt-calc .step-footer {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 70%;
}

.page-template-apt-calc .amount--lg {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  padding-bottom: 30px;
}

.page-template-apt-calc .apt-number-input {
  position: relative;
  max-width: 167px;
}

.page-template-apt-calc .apt-number-input input[readonly] {
  background: white !important;
}

.page-template-apt-calc .apt-number-input .controls {
  position: absolute;
  right: 0;
  top: 0;
}

.page-template-apt-calc .apt-number-input .controls .down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  border-top-left-radius: 9px;
}

.page-template-apt-calc .apt-number-input .controls .up {
  margin-bottom: 2px;
  border-top-right-radius: 9px;
}

.page-template-apt-calc .apt-number-input .controls .control {
  background-image: url(../images/number-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00A1CB;
  width: 35px;
  height: 23px;
  cursor: pointer;
}

.page-template-apt-calc .apt-number-input .controls .control:hover {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.page-template-apt-calc .control-container {
  margin-bottom: 37px;
  line-height: 1.5em;
}

.page-template-apt-calc .question {
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 100%;
  color: white;
  background-color: #2B2B2B;
  cursor: pointer;
}

.page-template-apt-calc #hp-calculator {
  background-color: transparent;
  margin-top: 40px;
}

.page-template-apt-calc #hp-calculator h3 {
  font-size: 40px;
  line-height: 49px;
}

.page-template-apt-calc .final-results .calc-title {
  margin-top: 35px;
}

.page-template-apt-calc .final-results .flex-wrapper {
  border-radius: 29px;
  padding: 26px;
  background: #66cce6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #66cce6), to(#00a1cb));
  background: -webkit-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: -o-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: linear-gradient(0deg, #66cce6 30%, #00a1cb 100%);
  -webkit-box-shadow: 0 3px 6px #00000038;
          box-shadow: 0 3px 6px #00000038;
  min-height: 374px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-template-apt-calc .final-results__right {
  border-left: 1px solid white;
  padding-left: 50px;
}

.page-template-apt-calc .final-results .final-results-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-template-apt-calc .final-results .amount--lg {
  color: white;
  padding-bottom: 10px;
}

.page-template-apt-calc .final-results__title {
  color: white;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
}

.page-template-apt-calc .final-results__sub-title {
  color: white;
  font-size: 20px;
}

.page-template-apt-calc .milk-loader {
  background: #66cce6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #66cce6), to(#00a1cb));
  background: -webkit-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: -o-linear-gradient(bottom, #66cce6 30%, #00a1cb 100%);
  background: linear-gradient(0deg, #66cce6 30%, #00a1cb 100%);
  width: 100vw;
  min-height: 60vh;
  text-align: center;
  color: white;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-apt-calc .milk-loader .text {
  font-weight: 600;
  font-size: 40px;
}

.page-template-apt-calc .milk-loader .milk-mask {
  position: absolute;
  width: 100%;
  top: 100%;
}

.page-template-apt-calc .milk-loader .milk-mask svg {
  width: 3000px;
  height: 3000px;
}

.page-template-apt-calc .apt-form-container {
  z-index: 99999991;
  border-radius: 9px;
  max-width: 50vw;
  position: fixed;
  height: 80vh;
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  background: white;
  margin: auto;
  padding: 5%;
  -webkit-box-shadow: 0 3px 6px #00000038;
          box-shadow: 0 3px 6px #00000038;
}

.page-template-apt-calc .apt-form-container .close-form {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 20px;
  padding: 10px;
  cursor: pointer;
}

.page-template-apt-calc .apt-form-container .inner-top-bg-right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.page-template-apt-calc .apt-form-container h3 {
  color: #A8D052;
}

.page-template-apt-calc .apt-form-container input {
  border-radius: 0;
  width: 100%;
  max-width: 50%;
}

.page-template-apt-calc .apt-form-container input[type=submit] {
  max-width: 70px;
}

[lang="es-ES"] .h2020 {
  display: none;
}

[lang="es-ES"] h1 {
  line-height: 2.5rem;
  max-width: 80%;
  padding-top: 1rem;
}

[lang="es-ES"] .step-indicator .apt-btn {
  height: 60px;
  line-height: 30px;
}

@media screen and (max-width: 1280px) {
  .page-template-apt-calc .apt-calc h1 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .page-template-apt-calc [name=step1-form] label {
    min-height: auto;
  }
  .page-template-apt-calc .apt-form-container {
    max-width: 70vw;
    height: 70vh;
  }
  .page-template-apt-calc .bt-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .page-template-apt-calc label[for=currency] {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-template-apt-calc .apt-calc {
    margin-top: 120px;
  }
  .page-template-apt-calc .apt-calc h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: 80%;
  }
  .page-template-apt-calc .my-data-container {
    margin-top: 30px;
  }
  .page-template-apt-calc .control-container {
    display: block;
  }
  .page-template-apt-calc .my-results-container {
    padding-top: 30px;
  }
  .page-template-apt-calc .icon svg {
    max-width: 100%;
  }
  .page-template-apt-calc .amount--lg {
    font-size: 26px;
  }
  .page-template-apt-calc .cow-block__title {
    min-height: 48px;
  }
  .page-template-apt-calc .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-apt-calc .final-results .calc-graph {
    min-height: 300px;
  }
  .page-template-apt-calc .final-results__right {
    border-left: 0;
    padding-left: 0;
    margin-top: 30px;
  }
  .page-template-apt-calc .line {
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .page-template-apt-calc .text48 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .milk-mask svg {
    position: absolute;
    left: -152px;
  }
  .calculate-btn-container .apt-btn--blue {
    line-height: 22px;
    padding: 0 15px 0 15px;
  }
  .page-template-apt-calc .apt-form-container {
    max-width: 90vw;
    height: 90vh;
  }
  .page-template-apt-calc .apt-calc h1 {
    margin-bottom: 25px;
  }
  .page-template-apt-calc .apt-calc .cow-wrapper .wrap-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-apt-calc .apt-calc .cow-wrapper .wrap-result .amount--lg {
    margin: 0;
    padding: 0;
  }
  .page-template-apt-calc .apt-calc .icon {
    text-align: center;
    padding-bottom: 10px;
  }
  .page-template-apt-calc .apt-calc .my-data__title--blue {
    line-height: 20px;
  }
}
/*# sourceMappingURL=aptcalc.css.map */
