@charset "UTF-8";
/*
    Created on : Jan 27, 2025, 11:25:26 AM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Feb 21, 2024, 12:13:59 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.white-wrapper--paso2 {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .white-wrapper--paso2 {
    margin-top: 88px;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .white-wrapper--paso2 .glide__track {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.white-wrapper--paso2 .glide__slide {
  user-select: auto !important;
}
@media only screen and (max-width: 1024px) {
  .white-wrapper--paso2 .glide__slide {
    user-select: none !important;
  }
}
.white-wrapper--paso2 .glide__bullets {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .white-wrapper--paso2 .glide__bullets {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 28px;
    margin-right: 48px;
    margin-left: 15px;
  }
}
.white-wrapper--paso2 .glide__bullet {
  flex: 0 0 14px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #E8E8E8;
  border: none;
  appearance: none;
}
.white-wrapper--paso2 .glide__bullet--active {
  background: #8C52FF;
}
@media only screen and (max-width: 1024px) {
  .white-wrapper--paso2 .comparador-title {
    display: none;
  }
}

.comparador-filter {
  display: flex;
  padding: 0 30px;
  margin-top: 45px;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 31px;
}
@media only screen and (max-width: 1024px) {
  .comparador-filter {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    margin: 9px 0 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 0 12px;
    height: 52px;
    align-items: flex-end;
    z-index: 99;
    background: #fff;
    transition: all 0.3s;
    overflow: auto;
    justify-content: flex-start;
  }
}
.comparador-filter--count3, .comparador-filter--count2, .comparador-filter--count1 {
  justify-content: center;
  gap: 75px;
}
@media only screen and (max-width: 1024px) {
  .comparador-filter--count3, .comparador-filter--count2, .comparador-filter--count1 {
    gap: 28px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1024px) {
  .comparador-filter--stuck {
    top: 0;
    margin-top: 0;
  }
}
.comparador-filter__item {
  color: #626262;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.comparador-filter__item:hover {
  font-weight: bold;
}
.comparador-filter__item::before {
  content: attr(data-title);
  font-weight: bold;
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
}
.comparador-filter__item::after {
  content: "";
  width: 42px;
  height: 6px;
  border-radius: 100px;
  background: transparent;
  transition: all 0.3s;
  margin-top: 10px;
}
.comparador-filter__item--active {
  font-weight: 700;
}
.comparador-filter__item--active::after {
  background: #00BB75;
}
.comparador-filter__help-toggle {
  cursor: pointer;
  color: #8C52FF;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .comparador-filter__help-toggle {
    align-self: flex-start;
    margin-top: 9px;
  }
}

.explicacion-polizas {
  background: rgba(66, 17, 166, 0.8);
  backdrop-filter: blur(7.5px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 120px 0;
}
@media only screen and (max-width: 600px) {
  .explicacion-polizas {
    padding-top: 30px;
    overflow: auto;
    padding-bottom: 30px;
  }
}
.explicacion-polizas__wrapper {
  flex: 0 0 855px;
  width: 855px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 30px);
  padding: 60px 117px;
  border-radius: 23px;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .explicacion-polizas__wrapper {
    padding: 60px 15px 30px;
    gap: 30px;
  }
}
.explicacion-polizas__close {
  color: #626262;
  font-size: 25px;
  position: absolute;
  right: 28px;
  top: 28px;
  cursor: pointer;
}
.explicacion-polizas__item {
  color: #425466;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.48px;
}
.explicacion-polizas__title {
  font-weight: 700;
}

.grupo-seguros {
  display: none;
  flex-direction: column;
  /*gap: 47px;*/
}
.grupo-seguros--active {
  display: flex;
}
.grupo-seguros--no-slider .glide__track {
  /*padding-right: 13px;*/
}
.grupo-seguros .glide__slides {
  display: flex;
  flex-direction: column;
  gap: 47px;
}
@media only screen and (max-width: 1024px) {
  .grupo-seguros .glide__slides {
    flex-direction: row;
    gap: 0;
  }
}

.item-seguro {
  border-radius: 23px;
  background: #FFF;
  overflow: hidden;
  border-top: 3px solid #E8E8E8;
  border-right: 3px solid #E8E8E8;
  border-bottom: 7px solid #E8E8E8;
  border-left: 3px solid #E8E8E8;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .item-seguro {
    height: auto !important;
    display: flex;
    flex-direction: column;
  }
}
.item-seguro--destacado {
  border-color: #00BB75;
}
.item-seguro--etiqueta {
  border-color: #000;
}
.item-seguro__tag {
  width: 90px;
  height: 90px;
  position: absolute;
  right: 0;
  top: 0px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 20;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 13px;
  border-top-right-radius: 23px;
  transform: rotate(45deg);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}
.item-seguro__tag span {
  z-index: 2;
  position: absolute;
  min-height: 2em;
  display: flex;
  align-items: center;
}
.item-seguro__tag::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 90px 80px 90px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  right: -45px;
  top: -45px;
}
.item-seguro__tag--destacado::after {
  border-color: transparent transparent #00BB75 transparent;
}
.item-seguro__tag--doble span {
  position: absolute;
  min-height: 2em;
  display: flex;
  align-items: center;
  width: max-content;
  transition: margin-left 1s ease-in-out, opacity 1s ease-in-out;
}
.item-seguro__tag--doble > span:nth-child(odd) {
  animation: mover 6s infinite;
  z-index: 3;
}
.item-seguro__tag--doble > span:nth-child(even) {
  animation: mover 6s infinite 3s;
  z-index: 2;
  opacity: 0;
}
.item-seguro__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2px 26px 0;
  position: relative;
  min-height: 109px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .item-seguro__heading {
    flex-direction: column;
    padding: 0 7px 5px;
  }
}
.item-seguro__heading::after {
  content: "";
  border-radius: 100px;
  background: #F8F8F8;
  height: 5px;
  width: calc(100% - 52px);
  flex: 0 0 calc(100% - 52px);
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .item-seguro__heading::after {
    width: calc(100% - 14px);
    flex: 0 0 calc(100% - 14px);
  }
}
.item-seguro__logo {
  flex: 0 0 210px;
  margin-right: 7px;
  display: flex;
  align-items: center;
}
.item-seguro__logo img {
  max-height: 85px;
}
@media only screen and (max-width: 1024px) {
  .item-seguro__logo {
    height: 99px;
    flex: 0 0 auto;
    margin: 0;
  }
  .item-seguro__logo img {
    max-width: 210px;
    width: 100%;
  }
}
.item-seguro__price-wrapper {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-right: 36px;
}
@media only screen and (max-width: 1024px) {
  .item-seguro__price-wrapper {
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 12px;
  }
}
.item-seguro__tar {
  color: #425466;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
}
.item-seguro__price {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px; /* 100% */
  letter-spacing: -1.2px;
  display: flex;
  gap: 3px;
  align-items: baseline;
}
.item-seguro__price-sub {
  font-size: 22px;
}
.item-seguro__body {
  padding: 22px 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  grid-auto-rows: auto;
  row-gap: 18px;
  column-gap: 15px;
}
@media only screen and (max-width: 1024px) {
  .item-seguro__body {
    display: fleX;
    flex-direction: column;
    gap: 14px;
    padding: 20px 24px 44px;
  }
}
.item-seguro__prestacion {
  color: #425466;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
  letter-spacing: -0.48px;
  display: flex;
  gap: 17px;
  align-items: baseline;
}
.item-seguro__prestacion-icon {
  color: #00BB75;
  font-size: 15px;
  font-weight: 400;
}
.item-seguro__prestacion-icon--negative {
  color: #E41919;
}
.item-seguro__footer {
  background: #FFFDF2;
  padding: 22px 25px;
  display: flex;
  gap: 38px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .item-seguro__footer {
    flex-direction: column-reverse;
    gap: 26px;
    padding-top: 0;
    margin-top: auto;
  }
}
.item-seguro__cta {
  flex: 0 0 264px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .item-seguro__cta {
    margin-right: auto;
    flex: 0 0 auto;
    width: 264px;
    margin-top: -22px;
  }
}
.item-seguro__contact {
  display: flex;
  gap: 23px;
  align-items: center;
  cursor: pointer;
}
.item-seguro__contact i {
  font-size: 25px;
  color: #8C52FF;
}
.item-seguro__contact-text {
  color: #8C52FF;
  font-size: 16px;
  font-weight: 700;
  line-height: 126.1%;
}
.item-seguro__contact-ref {
  color: #00BB75;
  font-size: 14px;
  font-weight: 400;
  line-height: 126.1%;
  text-transform: uppercase;
}
.item-seguro__call {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #8C52FF;
  font-size: 16px;
  font-weight: 700;
  line-height: 126.1%;
  white-space: nowrap;
  cursor: pointer;
}
.item-seguro__call i {
  font-size: 25px;
  color: #8C52FF;
}

.custom-comparar {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  background: #F8F8F8;
  height: 57px;
  padding: 0 25px;
  gap: 11px;
}
@media only screen and (max-width: 1024px) {
  .custom-comparar {
    display: none;
  }
}
.custom-comparar--clone {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .custom-comparar--clone {
    display: inline-flex;
    height: 38px;
  }
}
.custom-comparar input[type=checkbox] {
  display: none;
}
.custom-comparar .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #626262;
  background: #fff;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}
.custom-comparar .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transition: transform 0.3s ease;
  background: #00BB75;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
.custom-comparar input[type=checkbox]:checked + .checkmark {
  background-color: #00BB75;
  border-color: #00BB75;
}
.custom-comparar input[type=checkbox]:checked + .checkmark::after {
  transform: scale(1);
}

.footer-paso2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 26px;
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .footer-paso2 {
    margin-top: 23px;
    flex-direction: column-reverse;
    gap: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .footer-paso2 .main-button__container {
    height: 71px !important;
  }
}

.necesito-asesoramiento {
  color: #8C52FF;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  gap: 15px;
  align-items: baseline;
  text-decoration: none;
}

.btn-comparar {
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 19px !important;
}
.btn-comparar--disabled {
  opacity: 0.4;
}
.btn-comparar--spinning i {
  animation: eg-spin 3s linear infinite;
}
.btn-comparar--spinning i::before {
  content: "\f110" !important;
}
@media only screen and (max-width: 600px) {
  .btn-comparar {
    height: 71px !important;
    align-items: center !important;
    line-height: 1.2em !important;
    width: 295px !important;
  }
}
.btn-comparar i {
  color: #fff !important;
}

.comparador-back-to-step-1 {
  color: #8C52FF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 70px;
  display: flex;
  gap: 21px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .comparador-back-to-step-1 {
    padding: 20px;
    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%);
  }
}
@media only screen and (max-width: 600px) {
  .comparador-back-to-step-1 {
    margin-top: 20px;
  }
}

@keyframes eg-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes mover {
  0%, 20% {
    margin-left: -200%;
    opacity: 0;
  } /* Empieza fuera e invisible */
  30% {
    margin-left: 0;
    opacity: 1;
  } /* Entra en pantalla */
  50%, 60% {
    margin-left: 0;
    opacity: 1;
  } /* Se queda visible */
  80% {
    margin-left: 200%;
    opacity: 1;
  } /* Sale por la derecha */
  100% {
    margin-left: 200%;
    opacity: 0;
  } /* Se oculta */
}

/*# sourceMappingURL=comparador-paso-2.css.map */
