@font-face {
  font-family: futura_ltbold;
  src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTBold/futuralt-bold-webfont.eot);
  src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTBold/futuralt-bold-webfont.eot?#iefix) format("embedded-opentype"), url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTBold/futuralt-bold-webfont.woff2) format("woff2"), url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTBold/futuralt-bold-webfont.woff) format("woff"), url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTBold/futuralt-bold-webfont.ttf) format("truetype"), url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTBold/futuralt-bold-webfont.svg#futura_ltbold) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: futura_ltmedium;
  src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTMedium/futuralt-medium-webfont.eot);
  src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTMedium/futuralt-medium-webfont.eot?#iefix) format("embedded-opentype"), url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTMedium/futuralt-medium-webfont.woff2) format("woff2"), url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTMedium/futuralt-medium-webfont.woff) format("woff"), url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTMedium/futuralt-medium-webfont.ttf) format("truetype"), url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Sarlaft/FuturaLTMedium/futuralt-medium-webfont.svg#futura_ltmedium) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Futura-Medium;
  src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Futura-Medium-01.ttf);
}
@font-face {
  font-family: Futura-Medium-condensed;
  src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Futura-CondensedMedium-04.ttf);
}
@font-face {
  font-family: Futura-Bold;
  src: url(https://s3.amazonaws.com/img.busqo.com/Mailing/Fonts/Futura-Bold-03.ttf);
}
::-webkit-scrollbar {
  width: 12px;
}

/* Carril */
::-webkit-scrollbar-track {
  background: #fff;
  border-left: 1px solid var(--bs-dark);
}

/* Manejador */
::-webkit-scrollbar-thumb {
  background: var(--bs-busqo-purple-dark);
  border-radius: 10px 10px 10px 10px;
  border: 2px solid var(--bs-busqo-purple);
}

/* Manejador hover */
body {
  user-select: none;
}
body input[type=number]::-webkit-inner-spin-button,
body input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
body input::placeholder {
  text-transform: capitalize;
}
body .btn {
  cursor: pointer;
}
body .form-control:disabled.disabled-busqo,
body .form-select:disabled.disabled-busqo {
  background-color: transparent;
}
body .list-group.list-group-cities {
  max-height: 120px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
body .list-group.list-group-cities .list-group-item:hover {
  z-index: 1000;
  color: #fff;
  background-color: #5e3eba;
  border-color: #fff;
  cursor: pointer;
}

.init-shared {
  columns: auto;
}

* body.busqo .fw-bolder {
  font-weight: bolder !important;
  font-family: Futura-bold;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.fw-bolder strong {
  font-family: Futura-bold;
  font-weight: bolder;
}

.bg-busqo-gray {
  background-color: #e7e7e7;
}
.bg-busqo-gray-dark {
  background-color: #9a9a9a;
}
.bg-busqo-green {
  background-color: #1bde8d;
}
.bg-busqo-gradient {
  background: linear-gradient(172deg, #ffffff 50%, rgba(94, 62, 186, 0.1), rgba(94, 62, 186, 0.2), rgba(94, 62, 186, 0.3), rgba(94, 62, 186, 0.4), rgba(94, 62, 186, 0.5), rgba(94, 62, 186, 0.6), rgba(94, 62, 186, 0.7), rgba(94, 62, 186, 0.8), rgba(94, 62, 186, 0.9), rgba(94, 62, 186, 0.91), rgba(94, 62, 186, 0.92), rgba(94, 62, 186, 0.93), rgba(94, 62, 186, 0.94), rgba(94, 62, 186, 0.95), rgba(94, 62, 186, 0.96), rgba(94, 62, 186, 0.97), rgba(94, 62, 186, 0.98), rgba(94, 62, 186, 0.99), rgba(94, 62, 186, 0.99), rgba(94, 62, 186, 0.991), rgba(94, 62, 186, 0.992), rgba(94, 62, 186, 0.993), rgb(94, 62, 186));
}

.animate__animated.animate__delay-5ms {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
  animation-delay: calc(var(--animate-delay) * 0.5);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1);
  animation-delay: calc(var(--animate-delay) * 1);
}
.animate__animated.animate__delay-1s5ms {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.5);
  animation-delay: calc(var(--animate-delay) * 1.5);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes rotacion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  transition: all 0.2s ease;
}
.navbar.navbar-hide {
  top: -90px;
}
.navbar.navbar-expand-lg.navbar-light {
  background-color: #fff;
}
.navbar.navbar-expand-lg.navbar-light .content-nav-mobile .navbar-brand {
  height: 100%;
  max-height: 42px;
  right: 0;
}
.navbar.navbar-expand-lg.navbar-light .navbar-nav .nav-link.active, .navbar.navbar-expand-lg.navbar-light .navbar-nav .nav-link:hover, .navbar.navbar-expand-lg.navbar-light .navbar-nav .nav-link:focus {
  color: var(--bs-primary);
  border-bottom: 2px solid var(--bs-busqo-green-light);
}
.navbar.navbar-expand-lg.navbar-light .navbar-toggler {
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 5px var(--bs-primary);
}
.navbar.navbar-expand-lg.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("/Areas/Responsive/Content/Images/icons/menuPurple.png");
}
.navbar.navbar-expand-lg.navbar-light a {
  color: var(--bs-primary);
}
.navbar.navbar-expand-lg.navbar-light .dropdown-menu .dropdown-item {
  color: var(--bs-primary) !important;
  border-bottom: 0.5px solid var(--bs-secondary);
}
.navbar.navbar-expand-lg.navbar-light .dropdown-menu .dropdown-item span {
  color: var(--bs-busqo-green);
}
.navbar.navbar-expand-lg.navbar-light .dropdown-menu .dropdown-item:hover {
  background-color: rgba(27, 222, 141, 0.3);
}
.navbar.navbar-expand-lg.navbar-busqo {
  background-color: var(--bs-primary) !important;
}
.navbar.navbar-expand-lg.navbar-busqo a {
  color: #fff !important;
}
.navbar.navbar-expand-lg.navbar-busqo .navbar-toggler {
  box-shadow: 0px 2px 5px #fff;
}
.navbar a.busqo {
  color: var(--bs-primary) !important;
}

footer.footer-busqo .logo-footer img {
  width: 60%;
}
footer.footer-busqo ul.list-group li.list-group-item,
footer.footer-busqo ul.list-group li {
  background-color: transparent;
  padding: 0 1rem;
  color: var(--bs-primary);
  border-width: 0 0 2px;
}
footer.footer-busqo #cody-footer {
  display: grid;
  justify-content: center;
  align-items: end;
  place-items: center;
}
footer.footer-busqo #cody-footer .box-bg {
  height: 25%;
  bottom: 0;
  border-radius: 50px 50px 0 0;
  z-index: 1;
  width: 85%;
}
footer.footer-busqo #cody-footer img {
  position: relative;
  z-index: 2;
}

.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item.accordion-busqo .accordion-header .accordion-button {
  border-bottom: 3px solid var(--bs-busqo-green);
  border-top: none;
}
.accordion .accordion-item.accordion-busqo .accordion-header .accordion-button::after {
  margin-left: unset;
  position: absolute;
  right: 10px;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url("/Areas/Responsive/Content/Images/icons/arrow-green.png");
}
.accordion .accordion-item.accordion-busqo .accordion-header .accordion-button.accordion-button:not(.collapsed) {
  background-color: #5e3ebb;
}
.accordion .accordion-item.accordion-busqo .accordion-header .accordion-button.accordion-button:not(.collapsed) p {
  color: #fff;
}
.accordion .accordion-item.accordion-busqo .accordion-header .accordion-button p {
  max-width: 90%;
}

.tooltip-customer-busqo .tooltip-arrow::before {
  border-left-color: var(--bs-busqo-green);
}
.tooltip-customer-busqo .tooltip-inner {
  background-color: var(--bs-busqo-green);
  color: var(--bs-busqo-purple);
}

.social-networks {
  width: 50px;
  position: fixed;
  z-index: 4000;
  right: 0;
  top: 200px;
}
.social-networks.social-mobile {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
}
.social-networks.social-mobile .network {
  width: 50px;
  opacity: 1;
}
.social-networks .network {
  width: 100%;
  height: 50px;
  display: grid;
  place-content: center;
  background-color: var(--bs-primary);
}
.social-networks .network img {
  height: 30px;
}
.social-networks .network.facebook {
  background-color: #0866ff;
  border-radius: 20px 0 0 0;
}
.social-networks .network.facebook img {
  height: 35px;
}
.social-networks :nth-child(2) {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}
.social-networks :nth-child(2) img {
  height: 30px;
}
.social-networks :nth-child(3) {
  border-radius: 0 0 0 20px;
}

.logos {
  overflow: hidden;
  padding: 40px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}
.logos:before, .logos:after {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  content: "";
  z-index: 2;
}
.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.logos:hover .logos-slide {
  animation-play-state: paused;
}
.logos .logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}
.logos .logos-slide img {
  height: 50px;
  margin: 0 40px;
}

.box-spinner {
  position: absolute;
  height: 500px !important;
  width: 500px !important;
  border-radius: 50%;
  max-width: 600px;
  background-color: var(--bs-busqo-purple-dark);
}
.box-spinner.spinner-left {
  top: -200px;
  left: -200px;
}
.box-spinner.spinner-center-left {
  top: calc(50% - 250px);
  left: -200px;
}
.box-spinner.spinner-center {
  top: calc(50% - 250px);
  left: calc(50% - 250px);
  display: flex;
  justify-content: center;
}
.box-spinner.spinner-right {
  right: -200px;
  top: -200px;
}
.box-spinner.spinner-right img {
  right: 0;
  position: absolute;
}
.box-spinner.spinner-center-right {
  top: calc(50% - 250px);
  right: -200px;
}
.box-spinner.spinner-top {
  top: -250px;
  left: calc(50% - 250px);
  display: flex;
  justify-content: center;
}
.box-spinner.spinner-top {
  bottom: -250px;
  left: calc(50% - 250px);
  display: flex;
  justify-content: center;
}

.btnScrollDown {
  position: absolute;
  top: calc(100vh - 40px);
  left: calc(50vw - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnScrollDown img {
  width: 20px;
}

.offcanvas-busqo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: var(--bs-white);
}

.carousel-busqo-select .carousel-items-select .carousel-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  justify-items: center;
}
.carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item {
  height: 110px;
  width: 100px;
  border: 2px solid var(--bs-busqo-purple-dark);
  display: grid;
  grid-template-rows: 45% 55%;
  justify-items: center;
  align-items: center;
  border-radius: 5px;
}
.carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item:hover, .carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.active {
  cursor: pointer;
  background-color: var(--bs-busqo-green-light);
  color: var(--bs-busqo-purple-dark);
  border: 2px solid var(--bs-busqo-purple-dark);
  grid-template-rows: 100%;
  transition: all 0.3s ease-in-out;
}
.carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item:hover img, .carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.active img {
  height: 50%;
}
.carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item:hover small, .carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.active small {
  display: none;
}
.carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.item-mobile {
  box-shadow: 1px 1px 2px var(--bs-dark);
  border: 2px solid var(--bs-busqo-purple-dark);
  background-color: var(--bs-busqo-green);
  grid-template-rows: 45% 55%;
  color: var(--bs-busqo-purple);
}
.carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.item-mobile:hover, .carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.item-mobile.active {
  grid-template-rows: 45% 55%;
}
.carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.item-mobile:hover img, .carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.item-mobile.active img {
  height: 90%;
}
.carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.item-mobile:hover small, .carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item.item-mobile.active small {
  display: block;
}
.carousel-busqo-select .carousel-items-select .carousel-items .carousel-busqo-item img {
  height: 90%;
}
.carousel-busqo-select .carousel-items-content .carousel-busqo-content {
  width: 100%;
}

.toolsIcon {
  position: fixed;
  left: 72vw;
  bottom: 60px;
  cursor: pointer;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  width: 50px;
}
.toolsIcon img.img-tool {
  width: 100%;
  object-fit: cover;
  z-index: 3000;
}
.toolsIcon img.img-tool:hover {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}
.toolsIcon .options-tool {
  opacity: 0;
  transform: translateY(100%);
  transition: 1s ease-out;
  width: 100%;
}
.toolsIcon .options-tool .option-tool {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.toolsIcon .options-tool .option-tool small {
  font-weight: bold;
}
.toolsIcon .options-tool .option-tool img {
  width: 30px;
}
.toolsIcon .options-tool .option-tool:hover {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}
.toolsIcon:hover > img.img-tool:hover {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
}
.toolsIcon:hover > .options-tool {
  opacity: 1;
  transform: translateY(0);
  transition: 1s ease-out;
}
.toolsIcon:hover .option-tool {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 5px;
  color: #e7e7e7;
}
.toolsIcon.guia-tools .options-tool.view-guia {
  opacity: 1;
  transform: translateY(0);
  transition: 1s ease-out;
}

@media (max-width: 576.9px) {
  .accordion .accordion-item.accordion-busqo .accordion-header .accordion-button::after {
    right: 10px;
  }
}
@media (min-width: 768px) {
  footer.footer-busqo .logo-footer img {
    width: 50%;
  }
  footer.footer-busqo #cody-footer img {
    width: 90%;
  }
  .logos:before, .logos:after {
    width: 250px;
  }
  .box-spinner {
    height: 650px !important;
    border-radius: 50%;
    width: 650px !important;
  }
  .box-spinner.spinner-left {
    top: -200px;
    left: -200px;
  }
  .box-spinner.spinner-right {
    right: -200px;
    top: -200px;
  }
  .box-spinner.spinner-right img {
    right: 0;
    position: absolute;
  }
  .toolsIcon {
    left: 96vw;
  }
  .toolsIcon:hover .option-tool {
    background-color: transparent;
    border-radius: inherit;
    padding: 0px;
    color: inherit;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-expand-lg a {
    color: white !important;
  }
  .navbar.navbar-expand-lg.navbar-busqo {
    background-color: transparent !important;
  }
  .navbar.navbar-expand-lg.navbar-busqo a {
    color: #fff !important;
  }
}
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 32px 0;
  margin: 0 0;
  overflow: hidden;
  width: 100vw;
}

.dot-pulse {
  position: relative;
  left: -9977px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #5e3eba;
  color: #5e3eba;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #5e3eba;
  color: #5e3eba;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
  left: -45px;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
  left: 45px;
}

@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
.form-busqo label {
  font-size: 1.25rem;
}
.form-busqo input[type=text],
.form-busqo input[type=date],
.form-busqo input[type=number],
.form-busqo input[type=email],
.form-busqo select {
  border: 1px solid #666;
  border-radius: 8px;
  height: 38px;
  outline: none;
}
.form-busqo .input-radio-busqo input[type=radio] {
  display: none;
}
.form-busqo .input-radio-busqo input[type=radio]:checked + .label-radio {
  padding: 2% 40%;
  background: #5e3eba;
  border-radius: 5px;
  color: #ffffff;
}
.form-busqo .input-radio-busqo input[type=radio]:checked + .label-radio::before {
  display: none;
}
.form-busqo .input-radio-busqo input[type=radio]:checked + .label-radio.radio-block {
  padding: 1% 15%;
}
.form-busqo .input-radio-busqo .label-radio {
  color: #666;
  padding: 1% 3% 1% 1.7em;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.1em;
  margin-bottom: 4px;
}
.form-busqo .input-radio-busqo .label-radio:hover {
  background-color: #d9d9d9;
  border-radius: 5px;
}
.form-busqo .input-radio-busqo .label-radio:before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  background: none;
  border: 2px solid #5e3eba;
  border-radius: 50%;
  position: absolute;
  margin-top: 0.3em;
  left: 0.3em;
}
.form-busqo .form-check-input {
  width: 25px;
  height: 25px;
}

.introjs-tooltipReferenceLayer * {
  font-family: Futura-Medium;
}
.introjs-tooltipReferenceLayer .introjs-tooltip.intro-js-busqo {
  min-width: 350px;
  max-width: 800px;
}
.introjs-tooltipReferenceLayer .introjs-tooltip.intro-js-busqo .introjs-tooltip-header .introjs-tooltip-title {
  color: var(--bs-primary);
  font-family: Futura-Bold;
  text-align: center;
}
.introjs-tooltipReferenceLayer .introjs-tooltip.intro-js-busqo .introjs-bullets ul[role=tablist] li[role=presentation] a.active {
  background-color: var(--bs-primary);
}
.introjs-tooltipReferenceLayer .introjs-tooltip.intro-js-busqo .introjs-tooltipbuttons .introjs-button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #5e3eba;
  border-color: #5e3eba;
  text-shadow: inherit;
  font-weight: bold;
}

.fin-shared {
  columns: auto;
}

.busqo-center-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-busqo {
  color: #1bde8d;
}

.top-auto {
  top: auto !important;
}

.box-Insurance-allies {
  background: linear-gradient(to right, rgb(255, 255, 255) 0, rgb(233, 231, 237) 50%, rgb(255, 255, 255) 100%);
}

.c-pointer {
  cursor: pointer;
}

.text-busqo-shadow {
  text-shadow: 1px 1px 2px #000;
}
.text-busqo-shadow-white {
  text-shadow: 0.5px 0.5px 0px #fff;
}
.text-busqo-white {
  color: #fff;
}
.text-busqo-white-shadow {
  text-shadow: 1px 1px 2px #000;
}

.img-busqo-shadow {
  filter: drop-shadow(1px 1px 2px #000);
}

.w-120 {
  width: 120%;
}
.w-140 {
  width: 140%;
}

.BoxFirstProduct {
  min-height: 75vh;
  height: 75vh;
  padding-top: 89px;
  background-size: cover !important;
  background-repeat: no-repeat;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
.BoxFirstProduct.vehicle {
  background: url("/Areas/Responsive/Content/Images/carroimg3.png") 30% 0;
}
.BoxFirstProduct.moto {
  background: url("/Areas/Responsive/Content/Images/carroimg3.png") 30% 0;
}
.BoxFirstProduct.vida {
  background: url("/Areas/Responsive/Content/Images/carroimg3.png") 76% 0;
}
.BoxFirstProduct.hogar {
  background: url("/Areas/Responsive/Content/Images/carroimg3.png") 76% 0;
}
.BoxFirstProduct .body-content {
  position: inherit;
  z-index: 2;
}

.bg-busqo-img {
  background: url("/Areas/Responsive/Content/Images/Backgrounds/busqo.jpg");
}

#benefit #box-benfit-title {
  z-index: 2;
  position: relative;
}
#benefit #box-benfit-title h3 {
  color: var(--bs-busqo-purple);
  text-align: center;
}
#benefit #box-benefit {
  border-radius: 40px;
  border: 3px solid var(--bs-primary);
  z-index: 2;
  position: relative;
  min-height: 320px;
}
#benefit #box-benefit .item-benefit img {
  max-height: 100px;
}

#box-steps .title {
  color: var(--bs-white);
  text-shadow: 1px 1px 2px #000;
}
#box-steps .step .number-out {
  color: var(--bs-white);
  text-shadow: 1px 1px 2px #000;
}
#box-steps .step .card {
  width: 99%;
}
#box-steps .step .card .number {
  font-size: 4rem;
  grid-area: number;
}
#box-steps .step .card .card-body {
  display: grid;
  grid-template-areas: "number text" "number img";
  grid-template-columns: 35% 65%;
}
#box-steps .step .card .card-body div {
  width: 100%;
}
#box-steps .step .card .card-body .box-step-number {
  grid-area: number;
  align-self: center;
}
#box-steps .step .card .card-body .box-step-text {
  grid-area: text;
}
#box-steps .step .card .card-body .box-step-img {
  grid-area: img;
  display: flex;
}
#box-steps .step .card .card-body .box-step-img img {
  margin: auto;
  width: 40%;
}
#box-steps .step .card img {
  display: none;
}

@media (min-width: 768px) {
  .BoxFirstProduct {
    min-height: 75vh;
    height: 75vh;
    padding-top: 89px;
    background-position: center 55% !important;
  }
  .BoxFirstProduct.vehicle {
    background: url("/Areas/Responsive/Content/Images/carroimg3.png");
    background-color: #fff;
  }
  .BoxFirstProduct.moto {
    background: url("/Areas/Responsive/Content/Images/carroimg3.png");
  }
  .BoxFirstProduct.vida {
    background: url("/Areas/Responsive/Content/Images/creditoimg.png");
  }
  .BoxFirstProduct.hogar {
    background: url("/Areas/Responsive/Content/Images/homeimg.png");
  }
  .BoxFirstProduct .body-content {
    width: 100%;
    height: 100%;
  }
  .items-information {
    margin: 2rem 0;
  }
  .items-information .burble {
    position: absolute;
    height: 100%;
    width: 60%;
    background-color: var(--bs-busqo-grey);
    border-radius: 0px 50px 30px 0px;
    top: 0;
    z-index: 1;
  }
  .items-information .animated-tip {
    width: 140% !important;
    transition: width 0.5s ease-in-out;
  }
  #benefit {
    background-color: transparent;
  }
  #benefit #box-benfit-title h3 {
    color: var(--bs-primary);
    text-shadow: inherit;
    text-align: center;
  }
  #benefit #box-benefit {
    border-radius: 40px;
    border: 3px solid var(--bs-primary);
    z-index: 2;
    position: relative;
  }
  #box-steps .title {
    color: var(--bs-busqo-purple);
    text-shadow: inherit;
  }
  #box-steps .step {
    display: grid;
    grid-template-rows: 15% 85%;
  }
  #box-steps .step .number-out {
    color: var(--bs-busqo-purple);
    text-shadow: inherit;
  }
  #box-steps .step .card .card-body {
    min-height: 320px;
    grid-template-areas: "text" "img";
    grid-template-columns: 100%;
    grid-template-rows: 60% 40%;
  }
  #box-steps .step .card .card-body.card-reverse {
    grid-template-areas: "text" "img";
    grid-template-columns: 100%;
  }
  #box-steps .step .card .card-body .box-step-img {
    display: block;
  }
  #box-steps .step .card .card-body .box-step-img img {
    display: block;
    width: 50%;
  }
}
