.not-found-container {
  display: flex;
  font-family: 'Montserrat';
  gap: 40px;
  min-height: 70vh;
}

.not-found-container__title {
  align-items: end;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  position: relative;
}

.not-found-text-container {
  color: #000;
  max-width: 550px;
  position: relative;
  text-align: start;
}

.not-found-container h1 {
  font-family: 'Montserrat Alternates';
  font-weight: 800;
  position: relative;
  z-index: 10;
}

.not-found-container small {
  color: #3F30C7;
  font-size: 1.5rem;
  font-weight: 700;
}

.not-found-container p {
  font-size: 1.2rem;
  padding-top: 20px;
}

.not-found-container__img {
  align-items: start;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.not-found-button-container {
  margin-top: 30px;
}

.not-found-button-container a {
  color: #000;
  text-decoration: none;
}

.highlighter-img {
  left: -10px;
  position: absolute;
  top: 25px;
  width: 120px;
  z-index: 0;
}

.van-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.purple-underline {
  position: absolute;
  top: 125px;
  z-index: 0;
}

.van-star {
  max-width: 80px;
  min-width: 80px;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 0;
}

@media (max-width: 1021px) {
  .purple-underline {
    left: 85px;
    position: absolute;
    z-index: 0;
  }
}

@media (max-width: 960px) {
  .not-found-container {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
    justify-content: center;
    padding: 80px 20px;
  }

  .not-found-container__title {
    align-items: start;
    justify-content: start;
    padding: 0;
  }

  .not-found-container__img img {
    width: 90%;
  }

  .not-found-text-container {
    width: 100%;
  }

  .not-found-button-container  {
    display: flex;
    justify-content: center;
  }

  .purple-underline {
    left: 0;
    position: absolute;
    z-index: 0;
  }
}

@media (max-width: 488px) {
  .purple-underline {
    left: 85px;
    position: absolute;
    top: 125px;
    z-index: 0;
  }

  .van-star {
    max-width: 20%;
    min-width: 20%;
  }

  .not-found-container__title {
    align-items: start;
    justify-content: start;
  }
}

@media (max-width: 400px) {
  .not-found-container__img {
    flex: 1;
  }

  .not-found-container__title {
    flex: 2;
  }

  .purple-underline {
    left: 0;
    position: absolute;
    top: 178px;
    z-index: 0;
  }
}

@media (max-width: 307px) {
  .purple-underline {
    left: 0;
    position: absolute;
    top: 225px;
    z-index: 0;
  }
}
.footer {
    text-align: center;
    background-color: #eeeeee;
}

.footer img {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer p {
    margin-bottom: 40px;
}

.decorated-link {
    text-decoration: underline;
}

.btn-footer {
  margin-bottom: 60px;
  text-align: center;
  background-color: #eeeeee;
}

.footer img {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer p {
  margin-bottom: 40px;
}

.decorated-link {
  text-decoration: underline;
}

.btn-footer {
  margin-bottom: 60px;
}
.hero-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  margin: auto;
}

.hero-owner {
  margin-top: 25px;
}

.hero-owner p {
  display: inline-block;
  margin: 0.5rem;
  font-size: 0.8em;
  font-weight: 700;
}

.hero-owner img {
  width: 100px;
}

.hero-owner a {
  text-decoration: none;
}

.hero-caption {
  padding-top: 120px;
  box-sizing: border-box;
}

.title_special_text {
  color: rgb(154, 61, 224);
}

.hero-caption h1 {
  color: #000;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 800;
  font-family: "Montserrat Alternates";
  max-width: 500px;
}

@media (max-width: 576px) {
  .hero-owner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
  }

  .dropdown-calculators {
    margin-left: 0;
  }

  .btn-hero {
    margin: auto;
  }

  .hero-caption {
    text-align: center;
  }
}
body {
  color: #595959;
  font-family: "Open Sans", sans-serif;
}

header {
  margin-bottom: 30px;
}

.btn-brand {
  display: inline-block;
  padding: 1rem 2rem;
  border: solid 3px white;
  border-radius: 10px;
  transition: 0.37s background-color ease-out;
  background-color: var(--primary-brand-color);
  color: white;
  font-size: 1.2em !important;
  font-weight: bold;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.btn-brand:hover {
  text-decoration: none;
  color: white;
  background-color: var(--secondary-brand-color);
}

.btn-brand-secondary {
  background-color: var(--primary-brand-color);
}

.btn-brand-secondary:hover {
  background-color: var(--secondary-brand-color);
}

.btn-brand-blue {
  background-color: #3399cc;
}

.btn-brand-blue:hover {
  background-color: #2181b1;
}

.btn-hero {
  margin-top: 50px;
  white-space: normal;
}

.brand-primary {
  color: var(--primary-brand-color);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.heading-1 {
  font-size: 2.4rem;
  font-weight: bold;
}

.heading-2 {
  margin: 1rem 0;
  font-size: 2rem;
  font-weight: bold;
}

.heading-3 {
  margin: 1rem 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 650px;
  max-height: 75vh;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow-y: auto;
  z-index: 3;
  text-align: center;
}

.loader-text {
  margin: "0";
  padding-top: 0.5rem;
  color: #181343;
  font-weight: bold;
}

.text-link {
  color: #3399cc;
  cursor: pointer;
}

.text-link:hover {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.margin-top-2 {
  margin-top: 2rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.margin-auto-2 {
  margin: 2rem 0;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.margin-bottom-3 {
  margin-bottom: 3rem;
}

.hide {
  display: none;
}

.modal__container {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 650px;
  max-height: 75vh;
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow-y: auto;
  z-index: 3;
}

.modal {
  display: none;
  text-align: left;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal__close {
  position: fixed;
  top: 5px;
  right: 5px;
  border: 0;
  background: none;
  cursor: pointer;
}

.modal__close img {
  width: 1rem;
  height: 1rem;
}

.thank-you__footer {
  margin-top: 4rem;
}

.dropdown-calculators {
  display: inline-block;
  position: relative;
  margin-left: 2rem;
}

.dropdown-calculators__select {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border-radius: 30px;
  color: var(--secondary-brand-color);
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
}

.dropdown-calculators__select img {
  display: inline-block;
  width: auto !important;
  height: 0.6rem;
  margin-left: 0.5rem;
  pointer-events: none;
}

.dropdown-calculators__list {
  display: none;
  transition: all 0.2s;
}

.dropdown-calculators__list--active {
  display: block;
  position: absolute;
  z-index: 2;
  top: 1.9rem;
  left: 0;
  width: 100%;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px #eee;
}

.dropdown-calculators__item {
  display: block;
  padding: 0.5rem;
  font-size: 0.8rem;
  color: var(--secondary-brand-color);
  border-radius: 10px;
}

.dropdown-calculators__item:hover,
.dropdown-calculators__item:active,
.dropdown-calculators__item:focus {
  color: var(--secondary-brand-color);
  text-decoration: none;
  transition: all 0.3s;
  background: rgba(1, 124, 69, 0.07);
}

.dropdown-calculators__item--active {
  color: var(--secondary-brand-color);
  font-weight: bold;
}

.dropdown-calculators__item--active:hover,
.dropdown-calculators__item--active:active,
.dropdown-calculators__item--active:focus {
  color: var(--secondary-brand-color);
  font-weight: bold;
  opacity: 1;
}

.custom-tooltip {
  cursor: help;
  display: inline-block;
  line-height: 1;
  position: relative;
}

.custom-tooltip::after {
  background-color: rgba(51, 51, 51, 0.9);
  border-radius: 0.3rem;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 85%;
  font-weight: normal;
  line-height: 1.15rem;
  opacity: 0;
  padding: 0.25rem 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: none;
  top: -2rem;
  transition: all 0.2s;
  visibility: hidden;
  width: 260px;
  z-index: 1;
}

.custom-tooltip:hover::after, [data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 526px) {
  .dropdown-calculators {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .modal__container {
    width: 90%;
  }
}

#workers_number_container, #job_title_container {
    display: none;
}
.form-retefuente {
    margin: 2rem 0 4rem;
    border-top: 1px solid #e8e8e8;
}

#form_sections.form-locked .invalid-feedback.active {
    display: none !important;
}

#form_sections.form-locked input,
#form_sections.form-locked select {
    border-color: #ced4da !important;
    background-image: none !important;
}

#terms-accepted + .invalid-feedback.active {
    display: block;
    position: absolute;
    top: 22px;
    right: 16px;
}

#integral_salary_container {
    display: none;
}
.form-retefuente {
  margin: 2rem 0 4rem;
}

.terms-text {
  margin-left: 0.5rem;
}

.invalid-feedback {
  font-size: 1rem;
  font-weight: bold;
}

.invalid-feedback.active {
  display: block;
}

#terms-accepted + .invalid-feedback.active {
  display: block;
  position: absolute;
  right: 16px;
  top: 22px;
}

#integral_salary_container {
  display: none;
}

#form_sections.form-locked .invalid-feedback.active {
  display: none !important;
}

#form_sections.form-locked input,
#form_sections.form-locked select {
  border-color: #ced4da !important;
  background-image: none !important;
}

#label_employee:hover,
#label_employer:hover,
.profile-hero-btn:hover {
  border-color: var(--primary-brand-color) !important;
  background-color: #f8f3ff !important;
  cursor: pointer;
}

.profile-hero-btn {
  transition: border-color 0.2s, background-color 0.2s;
  font-family: inherit;
}

#form {
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 576px) {
  .radiobtn-container {
    padding-left: 82px;
    text-align: left;
  }
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
  font-family: "Montserrat", sans-serif;
}

:root {
  --color-black: #222;
  --color-grey-1: rgb(14, 14, 14);
  --color-grey-2: rgb(27, 27, 27);
  --color-grey-3: rgb(54, 54, 54);
  --color-grey-4: rgb(70, 70, 70);
  --color-grey-5: rgb(101, 101, 101);
  --color-grey-6: rgb(168, 168, 168);
  --color-grey-7: rgb(194, 194, 194);
  --color-grey-8: rgb(231, 231, 231);
  --primary-brand-color: rgb(154, 61, 224);
  --secondary-brand-color: #C568F7;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  left: -9999px;
  position: absolute;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
  color: #666;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  border: 1px solid #ddd;
  border-radius: 100%;
  content: '';
  height: 18px;
  left: 0;
  top: 0;
  position: absolute;
  width: 18px;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  background: var(--secondary-brand-color);
  border-radius: 100%;
  content: '';
  height: 10px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: all 0.2s ease;
  width: 10px;
  -webkit-transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

[type="checkbox"] {
  -webkit-appearance: none;
  accent-color: var(--secondary-brand-color);
  appearance: none;
  border-radius: 50%;
  border: 1px solid #aaa;
  cursor: pointer;
  height: 1.2em;
  outline: none;
  vertical-align: middle;
  width:1.2em;
}
[type="checkbox"]:checked {
  appearance: auto;
  clip-path: circle(46% at 50% 50%);
}

.calculator-heading {
  color: #000;
  font-family: "Montserrat Alternates";
}

.input-label {
  font-weight: bold;
}

.modal {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  cursor: pointer;
  text-decoration: none;
}

.tooltip-style {
  border-radius: 50%;
  height: 23px;
  width: 23px;
}

.form-control {
  border-radius: .5rem;
  box-shadow: none;
  outline: none;
}

.form-control:focus {
  border: 2px solid var(--primary-brand-color);
  box-shadow: none;
  outline: none;
}

.form-control:hover {
  border: 2px solid var(--primary-brand-color);
}

.form-control.is-invalid:invalid {
  border: 2px solid #ea8f8f;
  box-shadow: none;
  outline: none;
}

.form-control.is-invalid:focus {
  border: 2px solid #ef5151;
}

.form-control.is-invalid:hover {
  border: 2px solid #ef5151;
}

.terms-text {
  margin-left: 0.5rem;
}

.invalid-feedback {
  color: #ec4747;
  font-size: 1rem;
  font-weight: bold;
}

.invalid-feedback.active {
  display: block;
}

#terms-accepted + .invalid-feedback.active {
  position: static;
}

.aleluya-btn {
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #000;
  box-shadow: 0 0 0 0 #000;
  font-weight: bolder;
  padding: 10px 20px;
  transition: all 0.2s;
  font-weight: 600;
}

.aleluya-btn:hover {
  box-shadow: 5px 5px 0 #000;
  transform: translate(-5px, -5px);
}

.aleluya-submit-btn {
  background-color: var(--primary-brand-color);
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 0 0 #000;
  color: #fff;
  font-weight: bolder;
  padding: 15px 30px;
  transition: all 0.2s;
}

.aleluya-submit-btn:hover {
  box-shadow: 5px 5px 0 #000;
  transform: translate(-5px, -5px)ß;
}

.text-black {
  color: #000;
}

.link-color {
  color: var(--secondary-brand-color);
}

.link-color:hover {
  color: var(--secondary-brand-color);
  text-decoration: underline;
}

.text-black {
  color: #010001;
}

.required-label {
  color: rgb(219, 103, 103);
}

.form-control::placeholder {
  color: var(--color-grey-6);
}

#contractEndDateContainer {
  display: none;
}

.error-container {
  z-index: 10;
}

.date-input {
  padding: 0 10px;
  width: 100%;
  z-index: 1;
}

.date-input.is-invalid {
  background-image: none;
}

.date-input::-webkit-calendar-picker-indicator {
  background-color: transparent;
  cursor: pointer;
  height: 22px;
  left: 0;
  padding: 6px 10px;
  position: absolute;
  transform: scaleX(-1);
  width: calc(100% - 25px);
  z-index: 2;
}

.terms-copy {
  font-size: .9rem;
  position: relative;
  top: -4px;
}

.home-title {
  position: relative;
}

.circle-img {
  left: 0;
  position: absolute;
  width: 8%;
}

.star-img {
  position: absolute;
  right: 0;
  width: 10%;
}

.sparkle-img {
  position: absolute;
  right: 0;
  width: 20%;
}

.underline-img {
  bottom: 12px;
  left: 235px;
  position: relative;
}

.little-spark-img {
  left: 4%;
  position: absolute;
  top: 4%;
  width: 16%;
}

@media (max-width: 960px) {
  .home-title {
    flex-direction: column;
  }

  .hero-img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hero-img,
  .little-spark-img {
    display: none;
  }

  .underline-img {
    left: 120px;
  }
}

@media (max-width: 448px) {
  .underline-img {
    left: auto;
  }
}
