@charset "UTF-8";
/*
    Created on : Jan 24, 2025, 10:45:54 AM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Feb 21, 2024, 12:13:59 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
br.mobile-only {
  display: none;
}
@media only screen and (max-width: 600px) {
  br.mobile-only {
    display: initial;
  }
}

.comparador-wrapper {
  background: linear-gradient(121deg, rgba(245, 203, 8, 0.6) 31.18%, rgba(255, 255, 255, 0.6) 69.14%, rgba(255, 237, 234, 0.6) 75.05%, rgba(140, 82, 255, 0.6) 101.94%);
  padding: 48px 15px 58px;
}
@media only screen and (max-width: 1024px) {
  .comparador-wrapper {
    background: #fff;
    padding: 0;
  }
}

.white-wrapper {
  border-radius: 23px;
  background: #FFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
  padding: 52px 52px 45px;
  display: flex;
  flex-direction: column;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .white-wrapper {
    padding: 30px 15px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media only screen and (max-width: 600px) {
  .white-wrapper {
    padding: 30px 15px;
  }
}

.comparador-title {
  color: #3A3A3A;
  font-size: 30.309px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  gap: 14px;
  /*align-items: flex-start;*/
}
@media only screen and (max-width: 600px) {
  .comparador-title {
    font-size: 25px;
    line-height: 29px;
  }
  .comparador-title svg {
    flex: 0 0 34px;
    margin-top: 4px;
  }
}

.comparador-subtitle {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: #F8F8F8;
  max-width: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: flex-start;
  color: #425466;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.48px;
  text-align: left;
  gap: 27px;
}
@media only screen and (max-width: 600px) {
  .comparador-subtitle {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    padding: 20px;
  }
}
.comparador-subtitle i {
  font-size: 25px;
  color: #BABABA;
  margin-top: 5px;
}

.comparador-form {
  margin-top: 40px;
}
.comparador-form__title {
  color: #626262;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 55px;
  grid-column: span 3;
}
.comparador-form__title--extra {
  margin-top: 75px;
}
.comparador-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 55px;
  row-gap: 45px;
}
@media only screen and (max-width: 1024px) {
  .comparador-form__fields {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .comparador-form__fields {
    grid-template-columns: 1fr;
  }
}
.comparador-form__legales {
  max-width: 790px;
  margin: 37px auto 46px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.comparador-form__legal {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  flex-wrap: wrap;
}
.comparador-form__legal label {
  flex: 0 0 calc(100% - 28px);
}
.comparador-form__legal a {
  color: #8C52FF;
}
.comparador-form__legal input {
  margin: 5px 0 0;
  accent-color: #8C52FF;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.comparador-form__legal-error-message {
  padding-left: 28px;
  color: #E41919;
  line-height: 1.2em;
}
.comparador-form__submit-container {
  display: flex;
  justify-content: center;
}
.comparador-form__submit {
  width: 160px;
}

.input-wrapper {
  position: relative;
  height: 56px;
}
.input-wrapper::before {
  content: "";
  width: 100%;
  height: 1px;
  border-radius: 38px;
  background: #D9D9D9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.input-wrapper::after {
  content: "";
  width: 0;
  height: 4px;
  border-radius: 38px;
  background: #8C52FF;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.input-wrapper--filled::after {
  width: 100%;
}
.input-wrapper--filled label {
  -webkit-animation: inputAnimation 0.3s forwards;
  animation: inputAnimation 0.3s forwards;
}
.input-wrapper--error {
  margin-bottom: 2em;
}
.input-wrapper--error::before {
  background-color: #E41919;
}
.input-wrapper--error::after {
  height: 1px;
  background-color: #E41919;
}
.input-wrapper--date label {
  background: #fff;
  max-width: calc(100% - 50px);
}
.input-wrapper--reset {
  grid-column: 1/span 1;
}
.input-wrapper--full {
  grid-column: 1/span 3;
}
@media only screen and (max-width: 1024px) {
  .input-wrapper--full {
    grid-column: 1/span 2;
  }
}
@media only screen and (max-width: 600px) {
  .input-wrapper--full {
    grid-column: auto;
  }
}
.input-wrapper label {
  color: #0A0A0A;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
  pointer-events: none;
  padding-left: 3px;
  padding-right: 3px;
}
.input-wrapper select, .input-wrapper input {
  appearance: none;
  background: transparent;
  outline: none !important;
  /* padding: 12px; */
  width: 100%;
  border: none;
  margin-bottom: 0;
  height: 52px;
  padding: 10px 3px 4px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* position: relative; */
  margin-bottom: 4px;
}
.input-wrapper select[readonly=true], .input-wrapper input[readonly=true] {
  color: #BABABA;
  font-weight: 700;
}
.input-wrapper input[type=number] {
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield;
}
.input-wrapper input[type=number]::-webkit-inner-spin-button,
.input-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper__error-message {
  position: absolute;
  top: calc(100% + 6px);
  left: 3px;
  color: #E41919;
  line-height: 1.2em;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #0A0A0A;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  flex-wrap: wrap;
  grid-column: 1/span 3;
}
.checkbox-wrapper input {
  margin: 5px 0 0;
  accent-color: #8C52FF;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.checkbox-wrapper label {
  flex: 0 0 calc(100% - 28px);
}

.anadir-asegurado {
  display: flex;
  justify-content: center;
  margin-top: 57px;
}

#nuevo_asegurado {
  border: none;
  appearance: none;
  background: transparent;
  color: #8C52FF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  gap: 11px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.eliminar-btn {
  border: none;
  appearance: none;
  background: transparent;
  color: #8C52FF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  gap: 11px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: -80px;
  display: flex;
  margin-top: 80px;
  padding: 0 18px;
}
@media only screen and (max-width: 1024px) {
  .eliminar-btn {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.eliminar-btn.not-current {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ajax-loader {
  padding: 70px 30px 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ajax-loader__title {
  margin-top: 25px;
  margin-bottom: 24px;
  color: #3A3A3A;
  text-align: center;
  font-size: 30.309px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 600px) {
  .ajax-loader__title br {
    display: none;
  }
}
.ajax-loader__sub {
  color: #626262;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
.ajax-loader__sub.transform-none {
  text-transform: none;
}
.ajax-loader__highlight {
  color: #00BB75;
}

.tooltip {
  position: absolute;
  right: 0;
  top: 13px;
}
.tooltip__toggle {
  color: #BABABA;
  font-size: 20px;
  font-weight: 900;
  margin-right: 5px;
}
.tooltip__content {
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: 324px;
  right: -15px;
  border-top: 30px solid transparent;
  z-index: 20;
  top: calc(100% - 5px);
}
.tooltip__content-wrap {
  border-left: 3px solid #8C52FF;
  background: #F8F8F8;
  padding: 15px 13px 13px 15px;
  filter: drop-shadow(4px 4px 9px rgba(0, 0, 0, 0.15));
  color: #425466;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: -0.48px;
}
.tooltip__content-wrap::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 14px 22px 14px;
  border-color: transparent transparent #F8F8F8 transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: 100%;
  right: 12px;
}
.tooltip:hover .tooltip__content {
  pointer-events: auto;
  opacity: 1;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes inputAnimation {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -42px, 0);
    transform: translate3d(0, -42px, 0);
  }
}

/*# sourceMappingURL=comparador.css.map */
