#float-toolbar {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  box-shadow: 0 2px 18px #0002;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 6px;
}

#float-toolbar button {
  border: none;
  background: #007bff;
  color: #fff;
  padding: 7px 10px;
  margin: 0 0 3px 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 17px;
  transition: background 0.2s;
}

#float-toolbar button:hover {
  background: #0056b3;
}

#toolbar {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 18px #0003;
  padding: 10px;
  display: flex;
  gap: 8px;
}

#toolbar button {
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
  background: #0057b7;
  color: #fff;
}

#toolbar button.active {
  background: #22b355;
}

.whatsapp-sticker {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 150px;
  z-index: 9999;
  text-decoration: none;
  display: inline-block;
  transform: scale(0.7);
  transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
}

.whatsapp-sticker.big {
  transform: scale(1);
}

.whatsapp-sticker:hover {
  transform: scale(1.1);
}

.sticker-circle {
  width: 100%;
  height: 100%;
}

.faq-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.faq-section .sec-title {
  text-align: center;
  margin-bottom: 40px;
}

.faq-item {
  max-width: 1200px;
  margin: 0 auto 15px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.faq-question {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.faq-question::after {
  content: "+";
  font-size: 20px;
  color: #128C7E;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-answer {
  font-size: 16px;
  color: #555;
  display: none;
  margin-top: 10px;
  line-height: 1.6;
  text-align: left;
}

.faq-item.active .faq-answer {
  display: block;
}

.chooseus-block-one .inner-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 15px;
}

.chooseus-block-one .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.chooseus-block-one .icon-box img {
  max-width: 80px;
  height: auto;
}

.chooseus-block-one h3 {
  margin: 10px 0 5px;
}

.chooseus-block-one p {
  margin: 0;
}

#testimonios-carousel .owl-dots {
  text-align: center;
  margin-top: 28px;
}

#testimonios-carousel .owl-dot {
  display: inline-block;
  margin: 0 7px;
}

#testimonios-carousel .owl-dot span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2323238a;
  opacity: 1;
  transition: background 0.2s, box-shadow 0.2s;
  border: 2px solid transparent;
}

#testimonios-carousel .owl-dot.active span {
  background: #142247;
  border-color: #142247;
  box-shadow: 0 2px 8px rgba(20, 34, 71, 0.13);
}

#testimonios-carousel .owl-nav {
  display: none !important;
}

.navigation li.active>a {
  font-weight: 800;
  border-bottom: 2.5px solid #142247;
  background: none !important;
  transition: color 0.18s, border 0.18s;
}

#regionSelectorCover {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: rgba(15, 18, 40, 0.97);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: inherit;
  padding: 0 16px;
}

.region-selector-inner {
  width: 100%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#regionSelectorCover h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.12;
  font-weight: 800;
  text-align: center;
  color: #22c1c3;
  letter-spacing: -0.5px;
}

.region-subtitle {
  font-size: 1.14rem;
  margin-bottom: 22px;
  text-align: center;
  color: #e8e8e8;
}

.region-pregunta {
  margin-bottom: 18px;
  font-size: 1.09rem;
  font-weight: 600;
  text-align: center;
}

.region-buttons {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.btn-region {
  flex: 1 1 145px;
  min-width: 145px;
  max-width: 200px;
  padding: 17px 0;
  font-size: 1.12rem;
  border-radius: 16px;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 10px 0 #25d36633;
  transition: background 0.14s, transform 0.13s;
  outline: none;
}

.btn-region .emoji {
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 2px;
}

.btn-region.ve {
  background: #25D366;
}

.btn-region.latam {
  background: #128C7E;
}

.btn-region:hover,
.btn-region:focus {
  filter: brightness(0.93);
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 4px 22px 0 #25d3662a;
}

.btn-region.latam:hover,
.btn-region.latam:focus {
  background: #119072;
}

.btn-region.ve:hover,
.btn-region.ve:focus {
  background: #1ca756;
}

.btn-box {
  margin: 30px 0 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn-whatsapp-banner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: #fff;
  font-weight: 600;
  font-size: 1.09rem;
  border-radius: 30px;
  padding: 12px 25px;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.09);
  transition: background 0.14s, transform 0.13s;
  text-decoration: none;
  text-align: center;
}

.btn-whatsapp-banner img {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.btn-whatsapp-banner:hover,
.btn-whatsapp-banner:focus {
  background: #128C7E;
  color: #fff;
  transform: scale(1.03);
  text-decoration: none;
}

.region-selector-note {
  margin-top: 0;
  color: #b5b5b5;
  font-size: 0.96rem;
  text-align: center;
}

@media (max-width: 500px) {
  #regionSelectorCover h2 {
    font-size: 1.3rem !important;
  }

  .btn-box .btn-whatsapp-banner {
    font-size: .99rem !important;
    padding: 11px 13px !important;
  }

  .btn-region {
    min-width: 120px !important;
    font-size: 1rem !important;
    padding: 13px 0 !important;
  }
}

.payments-section .payment-block-one {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px #bcc7e940;
  padding: 34px 24px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.17s, transform 0.13s;
  min-height: 150px;
  text-align: center;
}

.payments-section .payment-block-one:hover {
  box-shadow: 0 8px 28px #9ecbe640;
  transform: translateY(-4px) scale(1.03);
}

.payments-section .payment-block-one .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.payments-section .payment-block-one img {
  height: 38px;
  max-width: 140px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.payments-section .payment-block-one p {
  font-size: 1.08rem;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  word-break: break-all;
}

.pay-cta-box {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.pay-cta-box .btn-whatsapp-banner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 1.07rem;
  border-radius: 30px;
  padding: 12px 25px;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.09);
  transition: background 0.15s, transform 0.13s;
  text-decoration: none;
  text-align: center;
}

.pay-cta-box .btn-whatsapp-banner:hover {
  background: #128c7e;
  transform: scale(1.04);
  color: #fff;
}

.pay-cta-box .btn-whatsapp-banner img {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.footer-legal {
  font-size: 0.97rem;
  color: #000000;
  background: white;
  border-radius: 12px;
  padding: 14px 20px 13px 20px;
  margin: 25px 0 10px 0;
  text-align: center;
  line-height: 1.5;
  box-shadow: 0 1px 5px #9ab0c220;
    margin-right: 120px;
  max-width: 600px;
}

@media (max-width: 600px) {
  .footer-legal {
    font-size: 0.92rem;
    padding: 13px 6px 13px 6px;
  }
}

@media (max-width: 900px) {
  .footer-legal {
    margin-right: 0 !important;
  }
}