html, body {
  position: relative;
  overflow-x: hidden;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

.mb-1 {
  margin-bottom: 16px;
}

.pad-mob {
  padding: 16px;
}

.pad-tab {
  padding: 24px;
}

.pad-desk {
  padding: 24px;
}

.color-magenta {
  color: #FF70F9;
}

.color-water {
  color: #63FFD0;
}

.color-mustard {
  color: #FFD600;
}

.color-orange {
  color: #FF7A00;
}

.first-container {
  background-image: url("../img/background.jpg");
  background-size: cover;
  padding: 16px;
  text-align: center;
  position: relative;
}
.first-container .subtitle {
  color: black;
  text-shadow: none;
}
.first-container .phone-number {
  color: black;
}
.first-container .exclaim-title-2 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.title {
  font-family: Salsa;
  font-size: 42px;
  line-height: 50px;
  color: #F9217F;
  margin-bottom: 21px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .title {
    font-size: 56px;
  }
}
@media (min-width: 1446px) {
  .title {
    font-size: 70px;
  }
}
.title:before {

}
.title.other-font {
  content: "";
  font-family: Solway;
  font-size: 24px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  color: #F53FF9;
  font-weight: bold;
  margin-bottom: 10px;
}

.subtitle {
  font-family: Solway;
  font-size: 19px;
  line-height: 1.5;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 26px;
  }
}
@media (min-width: 1446px) {
  .subtitle {
    font-size: 32px;
  }
}

.subtitle-2 {
  font-family: Suravaram;
  font-size: 20px;
  color: #FFFFFF;
  line-height: normal;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .subtitle-2 {
    font-size: 30px;
  }
}
@media (min-width: 1446px) {
  .subtitle-2 {
    font-size: 35px;
  }
}

.phone-number {
  font-family: Solway;
  font-style: normal;
  font-size: 22px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .phone-number {
    font-size: 25px;
  }
}
@media (min-width: 1446px) {
  .phone-number {
    font-size: 30px;
  }
}

.spacer {
  background: #57A5EE;
  text-align: center;
  height: 115px;
  padding: 16px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .spacer {
    height: 150px;
  }
}
@media (min-width: 1446px) {
  .spacer {
    height: 160px;
  }
}
.spacer .exclaim-title {
  font-family: Solway;
  font-weight: bold;
  font-size: 22px;
  color: #FAFF00;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .spacer .exclaim-title {
    font-size: 28px;
  }
}
@media (min-width: 1446px) {
  .spacer .exclaim-title {
    font-size: 34px;
  }
}

.services {
  padding: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .services {
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
  }
}
@media (min-width: 1446px) {
  .services {
    padding: 48px;
  }
}
.services .background-div {
  background-image: url("../img/background-2.png");
  width: 100%;
  background-size: cover;
  padding: 0 16px;
  position: absolute;
  text-align: center;
  left: -16px;
  top: -16px;
  height: 212px;
  z-index: -1;
}
.services .background-div .title {
  margin-top: 30px;
  margin-bottom: 0;
}
.services .background-div .subtitle {
  color: black;
  text-shadow: none;
  padding-bottom: 0;
  padding-top: 0;
}
.services .service {
  margin: 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .services .service {
    width: calc(100% / 2);
  }
}
.services .service:first-child {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .services .service:nth-child(2) {
    margin-top: 140px;
  }
}
.services .img-title {
  font-family: Salsa;
  font-size: 27px;
  color: #FFFFFF;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  text-align: center;
  text-shadow: 2px 2px black;
  z-index: 1;
}
@media (min-width: 768px) {
  .services .img-title {
    font-size: 33px;
  }
}
@media (min-width: 1446px) {
  .services .img-title {
    font-size: 39px;
  }
}
.services img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.services .img-description {
  font-family: Solway;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  margin: 16px auto 0;
}
@media (min-width: 768px) {
  .services .img-description {
    font-size: 22px;
    max-width: 90%;
  }
}
@media (min-width: 1446px) {
  .services .img-description {
    font-size: 27px;
    max-width: 80%;
  }
}

.last-container {
  background-image: url("../img/background-3.jpg");
  background-size: cover;
  text-align: center;
}
.last-container .metodos-pago {
  padding: 16px 0;
}
.last-container .phone-number {
  color: black;
}

.spacer-small {
  display: block;
  width: 100%;
  height: 10px;
  background: #57A5EE;
}
@media (min-width: 768px) {
  .spacer-small {
    height: 20px;
  }
}
@media (min-width: 1446px) {
  .spacer-small {
    height: 30px;
  }
}

.exclaim-title-2 {
  font-family: Solway;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  letter-spacing: -0.025em;
  color: #E9E00E;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .exclaim-title-2 {
    font-size: 36px;
  }
}
@media (min-width: 1446px) {
  .exclaim-title-2 {
    font-size: 46px;
  }
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact img {
  margin-right: 6px;
  margin-top: 4px;
}

.bio {
  position: relative;
  z-index: 1;
  font-family: Salsa;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .lkt-logo {
  display: block;
  margin: 0 auto;
}

/* ================================================
   MEJORAS UX / CONVERSIONES
   ================================================ */

/* ---- TOP STICKY BAR ---- */
.top-bar {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: linear-gradient(135deg, #1a0533 0%, #3d1068 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.55);
}
.top-bar a {
  text-decoration: none;
  color: #fff;
  font-family: Solway, sans-serif;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 17px;
  border-radius: 50px;
  transition: transform 0.15s, filter 0.15s;
  white-space: nowrap;
}
.top-bar a:hover { transform: scale(1.04); filter: brightness(1.1); color: #fff; }
.top-bar .top-phone  { background: #7B2FBE; }
.top-bar .top-whatsapp { background: #25D366; }
.top-bar a svg { width: 17px; height: 17px; flex-shrink: 0; }
@media (max-width: 360px) {
  .top-bar a span { display: none; }
}

/* ---- FLOATING CONTACT BUTTONS ---- */
.floating-contact {
  position: fixed;
  bottom: 18px;
  right: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.float-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 50px;
  padding: 14px 20px 14px 15px;
  font-family: Solway, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.32);
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.float-btn:hover { transform: scale(1.06) translateX(-3px); color: #fff; }
.float-btn svg { width: 24px; height: 24px; flex-shrink: 0; }
.float-whatsapp { background: #25D366; }
.float-phone    { background: #7B2FBE; }

@keyframes pulse-green {
  0%   { box-shadow: 0 4px 16px rgba(0,0,0,0.3), 0 0 0 0 rgba(37,211,102,0.6); }
  70%  { box-shadow: 0 4px 16px rgba(0,0,0,0.3), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 4px 16px rgba(0,0,0,0.3), 0 0 0 0 rgba(37,211,102,0); }
}
.float-whatsapp { animation: pulse-green 2.2s infinite; }

/* ---- CTA BUTTONS IN CONTENT ---- */
.btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25D366;
  color: #fff !important;
  text-decoration: none;
  font-family: Solway, sans-serif;
  font-weight: bold;
  font-size: 21px;
  padding: 18px 30px;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(37,211,102,0.45);
  max-width: 320px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}
.btn-wa svg { width: 26px; height: 26px; flex-shrink: 0; }

.btn-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #7B2FBE;
  color: #fff !important;
  text-decoration: none;
  font-family: Solway, sans-serif;
  font-weight: bold;
  font-size: 19px;
  padding: 16px 26px;
  border-radius: 50px;
  box-shadow: 0 4px 16px rgba(123,47,190,0.42);
  max-width: 300px;
  margin: 0 auto;
  letter-spacing: 0.01em;
}
.btn-tel svg { width: 22px; height: 22px; flex-shrink: 0; }

.cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 16px 0 20px;
  width: 100%;
}

/* ---- FIX SPACER HEIGHT (desborda en mobile) ---- */
.spacer {
  height: auto !important;
  min-height: 80px;
  padding: 24px 16px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px)  { .spacer { min-height: 100px; } }
@media (min-width: 1446px) { .spacer { min-height: 120px; } }

/* ---- URGENCY BADGE ---- */
.urgency-badge {
  display: inline-block;
  background: #FF3B3B;
  color: #fff;
  font-family: Solway, sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 4px 14px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ---- SOCIAL PROOF BAR ---- */
.proof-bar {
  background: linear-gradient(135deg, #3d1068, #1a0533);
  padding: 14px 16px;
  text-align: center;
}
.proof-bar .proof-stars {
  font-size: 26px;
  color: #FFD600;
  letter-spacing: 3px;
  margin: 0 0 4px;
}
.proof-bar p {
  margin: 2px 0;
  color: #ddd;
  font-family: Solway, sans-serif;
  font-size: 13px;
}

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