<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-quiz{
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 0px 14px 16px;
  box-sizing: content-box;
}
.card-promo{
  min-height: 550px;
}
.icn-outside{
  width: 20px;
  height: 20px;
  background: url(../../images/icon-ui-icn-open-outside.png);
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  top: 7%;
  transform: translateY(7%);
  left: 6px;
}
.border-img-quiz{
  border: 2px #e9e9e9 solid ;
}
/* BotÃģn animado con gradient */
.botoncajaSwiper {
  border: none;
  position: relative;
  bottom: 0px;
  left: 0px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  width: 90%;
  max-width: 276px;
  height: 54px;
  line-height: 54px;
  background-color: #004481;
  background: linear-gradient(to right, #1d73b2 50%, #49a5e6 50%);
  background-size: 206% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  background-image: linear-gradient(100deg, #1d73b2 50%, #49a5e6 50%);
  z-index: 999;
}
.botoncajaSwiper:hover {
  background-position: left bottom;
  background-image: linear-gradient(100deg, #1d73b2 50%,#49a5e6 50%);
  color: #fff;
  text-decoration: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	/* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
	background-image: url("../../images/icn_back.svg");
  background-repeat: no-repeat;
	left: -5px;
	right: auto;
	outline : none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	/* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); */
	background-image: url("../../images/icn_forward_gray.svg");
  background-repeat: no-repeat;
	right: -5px;
	left: auto;
	outline : none;
}
@media screen and (max-width: 768px) {
	.swiper-button-next {
		right: -5px;
	}
	.swiper-button-prev {
		left: -5px;
	}
}


/* .swiper-button-next-quiz{
  background-image: url(../../images/icn_forward_gray.svg);
  right: 0px;
  left: auto;
  outline: none;
} */

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '';
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '';
}
.sky-blue-link:hover{
  text-decoration: none;
  color: #fff;
}
.shadow-tdc{
  box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 30%);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #bdbdbd;
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #bdbdbd;
  border: 2px solid #bdbdbd;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets {
  bottom: 30px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px){
  #app {
   padding: 0 8px;
  }
  .swiper-button-prev {
      left: -4px;
  }
  .swiper-container-horizontal&gt;.swiper-pagination-bullets {
    bottom: 8px;
  }
  /* .swiper-button-next-quiz, .swiper-button-prev-quiz{
      display: none;
  } */
}</pre></body></html>