/* Custom Loymark Styles with Bootstrap Integration */
:root {
  --loymark-orange: #FF6600;
  --loymark-dark: #242A34;
  --loymark-light: #EFEFE1;
  --loymark-blue: #5A6FE8;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Sarabun', Arial, sans-serif;
  line-height: 1.6;
  color: var(--loymark-dark);
  overflow-x: hidden;
  background-color: var(--loymark-light);
}

/* Typography */
.chakra-font {
  font-family: 'Chakra Petch', Arial, sans-serif;
}

.sarabun-font {
  font-family: 'Sarabun', Arial, sans-serif;
}

.container {
  max-width: 1200px;
}

span img {
  margin: 15px 0px;
}

.copy {
  font-size: 18px;
  font-weight: 400;
}

.separator {
  background: var(--loymark-orange);
  height: 10px;
}

.text-light {
  color: var(--loymark-light);
}

.text-dark {
  color: var(--loymark-dark);
}

/* Header Styles */
.navbar-loymark {
  background: transparent !important;
  transition: all 0.3s ease;
  padding: 1rem 0;
}

.navbar-loymark.scrolled {
  background: var(--loymark-dark) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--loymark-orange) !important;
  margin-left: 15px;
}

.navbar-nav .nav-link {
  font-family: 'Chakra Petch', Arial, sans-serif;
  color: white !important;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--loymark-orange) !important;
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section */
.hero-section {
  background-color: var(--loymark-light);
  padding: 8rem 0 5rem;
  position: relative;
  background: url(images/lealtad.png);
  background-size: contain;
  height: 1100px;
  padding-top: 650px;
  background-position: top center;
  background-repeat: no-repeat;

}

.hero-title {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 4.125rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--loymark-orange);
  margin-bottom: 1.25rem;
}

.hero-subtitle {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--loymark-dark);
  margin-bottom: 2rem;
}

.hero-description {
  font-size: 1.25rem;
  line-height: 1.25;
  color: var(--loymark-dark);
  margin-bottom: 2.5rem;
  max-width: 50rem;
}

/* Buttons */
.btn-loymark {
  background: var(--loymark-orange);
  border: none;
  color: white;
  padding: 6px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
}

.btn-loymark:hover {
  background: var(--loymark-dark);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(90, 111, 232, 0.4);
}

.btn-loymark-orange {
  background: var(--loymark-orange);
  border: none;
  color: white;
  padding: 6px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid transparent;
}

.btn-loymark-orange:hover {
  background: var(--loymark-dark);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(90, 111, 232, 0.4);
}


/*
 * lealtad
 */

#lealtad {
  background-image: url(images/fideliza.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.lealtad h2 {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: var(--loymark-light);
}

.lealtad h3 {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
}

.lealtad p {
  font-family: 'Sarabun', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: var(--loymark-light);
}

/* Section Styles */
.section-dark {
  background: var(--loymark-dark);
  color: white;
}

.section-light {
  background: #ffffff;
  color: var(--loymark-dark);
}

.section-title {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.section-subtitle {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* Stats Section */
.estadisticas {
  background-image: url(images/relevancia.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.estadisticas h2 {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 125%;
  text-align: right;
  text-transform: uppercase;
}

.stats {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 10px;
}

.stats-copy {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.stats small {
  font-family: 'Sarabun', Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  text-align: end;
  line-height: 125%;
}

.stat-number {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: var(--loymark-orange);
  display: block;
}

.stat-text {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0px;
}

.stat-separador {
  margin: 0px 0px 5px 0px;
  border-bottom: 1px solid #EFEFE1;
}

.programas-separador {
  margin: 15px 0px 25px 0px;
  border-bottom: 1px solid var(--loymark-dark);
}

.soluciones {
  background-image: url(images/soluciones.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.soluciones h2 {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  letter-spacing: 4%;
  text-transform: uppercase;
}

.expertise {
  background-image: url(images/kl.png);
  background-repeat: no-repeat;
  background-position: 10% 0%
}

.expertise h2 {
  font-family: 'Chakra Petch', Arial, sans-serif;
  color: var(--loymark-light);
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  letter-spacing: 5%;
  text-transform: uppercase;
}

.tecnologia {
  font-family: 'Sarabun', Arial, sans-serif;
  color: #EFEFE1;
}

.tecnologia p {
  font-family: 'Sarabun', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.tecnologia-card p {
  font-size: 16px;
  font-weight: 400;
}

.tecnologia h4 {
  font-family: 'Sarabun', Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.tecnologia-card {
  padding: 25px;
  background-color: #0E131B;
  border-radius: 25px;
  margin: 10px;
  width: calc(24% - 10px);
}



/* Accordion Styles */
.accordion-loymark .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 0.625rem;
}

.accordion-loymark .accordion-header {
  border: none;
}

.accordion-loymark .accordion-button {
  font-family: 'Chakra Petch', Arial, sans-serif;
  background: transparent;
  border: none;
  color: var(--loymark-light);
  font-size: 20px;
  line-height: 45px;
  font-weight: 700;
  padding: 1.25rem 0;
  box-shadow: none;
  text-transform: uppercase;
}

.accordion-loymark .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--loymark-light);
  box-shadow: none;
}

.accordion-loymark .accordion-button::after {
  background-image: url(images/plus.png);
  background-repeat: no-repeat;
  font-size: 1.5rem;
  color: var(--loymark-light);
  transition: transform 0.3s ease;
}

.accordion-loymark .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: url(images/less.png);
  background-repeat: no-repeat;
}

.accordion-loymark .accordion-body {
  background: transparent;
  border: none;
  padding: 0px;
}

.accordion-loymark .accordion-body ul {
  list-style: none;
  padding-left: 1.25rem;
}

.accordion-loymark .accordion-body li {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 1rem;
  color: #EFEFE1;
  margin: 0.625rem 0;
  position: relative;
  padding-left: 1.25rem;
}

.accordion-loymark .accordion-body li:before {
  content: '•';
  color: var(--loymark-light);
  position: absolute;
  left: 0;
}

/* Our Model */
.modelo-engagement {
  background-image: url(images/modelo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  color: #fff;
}

.modelo-engagement h2 {
  color: #fff;
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 120%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
}

.modelo-engagement .timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: 4rem;
  padding: 0 2rem;
  flex-wrap: wrap;
  height: 400px;
}

.modelo-engagement .step {
  text-align: center;
  position: relative;
  flex: 1 1 20%;
}

.modelo-engagement .circle {
  width: 108px;
  height: 109px;
  background-image: url(images/bg-circulo.png);
  color: #ffffff;
  line-height: 100px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 1rem;
}

.modelo-engagement .text {
  color: #fff;
  font-size: 1rem;
  position: relative;
  width: 70%;
  text-align: left;
  margin: 0px auto;
  padding-top: 20px;
}

.modelo-engagement .text h5 {
  font-family: 'Sarabun', Arial, sans-serif;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  text-align: left;
}

.modelo-engagement .decorador {
  display: block;
  margin: 15px 0px;
  max-width: 80px;
  text-align: left;
}

.step {
  padding-top: 100px;
  height: 400px;
  width: 25%;
}

.step-4 .circle,
.step-2 .circle {
  position: absolute;
  bottom: -70px;
  left: -.1%;
  right: -.1%;
}

.step-3 .circle,
.step-1 .circle {
  position: absolute;
  top: -60px;
  left: -.1%;
  right: -.1%;
}

.step.step-1 {
  /*border-top-left-radius: 25px;*/
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  /*border-top-right-radius: 25px;*/
  /*border-bottom-right-radius: 0px;*/
}

.step.step-2 {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.step.step-3 {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.step.step-4 {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

/*  Program Types Section */
.programas {
  background-color: var(--loymark-light);
}

.programas h2 {
  font-family: 'Chakra Petch', Arial, sans-serif;
  color: var(--loymark-dark);
  font-size: 55px;
  font-weight: 700;
  padding: 20px 0px;
  text-align: center;
  text-transform: uppercase;
}

.programas h3 {
  font-family: 'Sarabun', Arial, sans-serif;
  color: var(--loymark-dark);
  font-size: 28px;
  font-weight: 700;
  padding: 20px 0px;
}

/* Case Cards */
.cases {
  background-image: url(images/casos-union.png);
  background-color: var(--loymark-light);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 200px;
}

.case-image img {
  width: 100%;
}

.case-title {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.case-card {
  background-color: var(--loymark-dark);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.case-card:hover {
  transform: translateY(-5px);
}

.case-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.case-content {
  padding: 1.25rem;
  color: #ffffff;
}

.case-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

.case-category {
  font-size: 18px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}

.case-description {
  font-size: 13px;
  line-height: 1.4;
  min-height: 120px;
}

.case-link {
  background-image: url(images/arrow.png);
  padding-left: 30px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.case-link:hover {
  color: var(--loymark-orange);
}

.marcas-lideres p {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-weight: 500;
  color: var(--loymark-orange);
  text-transform: uppercase;
  font-size: 25px;
}

/* Brands Carousel */
.brands-carousel {
  padding: 10px 0px 50px 0px;
  background: var(--loymark-light);
  overflow: hidden;
}

.brands-scroll {
  display: flex;
  animation: scroll 100s linear infinite;
  gap: 100px;
  align-items: center;
}

.brand-logo {
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  transition: opacity 0.3s infinite;
  border-radius: 8px;
}

.brand-logo:hover {
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-400%);
  }
}

/* Why Loymark Section */
.why-loymark-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.why-loymark-title {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: var(--loymark-dark);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.why-loymark-list {
  list-style: none;
  padding: 0;
}

.why-loymark-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-family: 'Sarabun', Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0%;

}

.bullet-point {
  background: url(images/exclamation.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 34px;
  padding-right: 20px;
}

.por-que-loymark {
  background-image: url(images/porque.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: var(--loymark-light);
  background-position: 0% 0%;
}

/* Contact Form */
.contact-section {
  background: #ffffff;
}

.form-loymark {
  background: white;
  padding: 2.5rem;
}

.form-loymark .form-control {
  border: 0px;
  border-bottom: 1px solid var(--loymark-dark);
  border-radius: 0px;
  padding: 0.75rem;
  font-size: 1rem;
}

.form-loymark .form-control:focus {
  border-color: var(--loymark-orange);
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.25);
}

.contacto h2 {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: var(--loymark-orange);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.contacto p {
  font-family: 'Sarabun', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--loymark-dark);
  line-height: 1.1;
  margin-bottom: 2rem;
}

.contacto p.small {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--loymark-dark);
  line-height: 1.1;
  margin-bottom: 2rem;
}

.contacto label {
  font-family: 'Chakra Petch', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--loymark-dark);
  line-height: 1.1;
}

.contacto-col {
  display: flex;
  flex-direction: row;
}

.image-contacto {
  background-image: url(images/contacto-k.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -12px;
}

.form-loymark .form-control::placeholder {
  font-family: 'Sarabun', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 1.1;
}

/* Footer */
.footer-loymark {
  background-image: url(images/america.png);
  background-repeat: no-repeat;
  background-position: 100% 10%;
  background-color: var(--loymark-dark);
  color: white;
}

.footer-loymark h5 {
  font-family: 'Sarabun', Arial, sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3%;
  margin-bottom: 20px;
}

.footer-loymark ul {
  list-style: none;
  padding: 0;
}

.footer-loymark ul li {
  width: 14%;
}

.footer-loymark ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-loymark ul li a:hover {
  color: var(--loymark-orange);
}

.footer-loymark ul {
  display: flex;
  flex-direction: row;
}

.info-contacto div ul {
  flex-direction: column;
}

.info-contacto div ul li {
  width: 100%;
  margin: 10px 0px;
}

.politica-header {
  font-family: 'Sarabun', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  letter-spacing: 5%;

}

.politica-copy {
  font-family: 'Sarabun', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  letter-spacing: 5%;

}

.politica-year {
  font-family: 'Sarabun', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  letter-spacing: 5%;

}

.footer-loymark p {
  font-family: 'Sarabun', Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;
  margin-top: 0;
  margin-bottom: 0;
}


.footer-loymark span {
  font-family: 'Sarabun', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 3%;

}

.footer-map {
  width: 100%;
  height: 200px;
  background: linear-gradient(135deg, #4A90E2 0%, #6C7CE7 100%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.social-icons a {
  color: white;
  font-size: 1.5rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: var(--loymark-orange);
}


#rd-column-m7atvbdc>div {
  background-color: var(--loymark-dark) !important;
}

#rdstation-bricks-embeddable-form-bricks-component-LUZOlIaty9PqWJf1h6qb2w .bricks--column .bricks--component-text {
  display: none !important;
}

#rd-form-m7atvbdd {
  align-self: flex-start;
  max-width: 100% !important;
  margin-top: 0px !important;
}

#conversion-form-loyalty-landing-page-footer-espanol {
  display: flex;
  width: 100% !important;
}

#rd-form-m7atvbdd .bricks-form__fieldset {
  width: 100%;
}

#rd-form-m7atvbdd .bricks-form__submit {
  width: 50%;
  padding-left: 20px;
}

#rd-button-m7atvbdg.bricks--component-button {
  background-color: #ffffff !important;
  color: var(--loymark-dark) !important;
  border: none !important;
  padding: 6px 0px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  border: 2px solid transparent !important;
  width: 50% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  height: auto !important;
  max-width: 200px !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  min-width: auto !important;
  align-self: flex-start !important;
}

#rd-form-m7atvbdd .bricks-form__input:not(textarea) {
  background: var(--loymark-dark);
  color: #ffffff !important;
  border: none !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #ffffff !important;
}



/* Floating Contact Button */
.floating-contact {
  position: fixed;
  bottom: 1.25rem;
  right: -40px;
  background: var(--loymark-blue);
  color: white;
  padding: 15px 60px 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  z-index: 999;
}

.floating-contact:hover {
  background: #4A5FD8;
  color: white;
  transform: translateY(-2px);
}

/* Custom Bootstrap Carousel Indicators */
.carousel-indicators [data-bs-target] {
  background-color: var(--loymark-orange);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: var(--loymark-orange);
}

/* Custom Badge Styles */
.badge {
  font-size: 0.875rem;
  font-weight: 500;
}

.form-loymark .form-control {
  padding: 0px
}

.timeline.image-mobile {
  display: none;
}

@media (min-width:1690px) {
  .hero-section {
    background-color: var(--loymark-light);
    padding: 8rem 0 5rem;
    position: relative;
    background: url(images/lealtad.png);
    padding-top: 80vh;
    min-height: 100vh;
    padding-bottom: 40vh;
    margin-bottom: 10vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .por-que-loymark {
    background-position: 0% 0%;
  }
}

@media (max-width: 1400px) {
  .estadisticas {
    background-position-x: -10%;
  }

  .por-que-loymark {
    background-position: -60px 0%;
  }
}

@media (max-width: 1280px) {
  .estadisticas {
    background-position-x: -150px;
  }
}

@media (max-width: 1110px) {
  .estadisticas {
    background-position-x: -200px;
  }

  .soluciones {
    background-position-x: right;
  }

  .por-que-loymark {
    background-position: -135px 0%;
  }
}

@media (max-width: 992px) {
  .estadisticas {
    background-position-x: -250px;
  }

  .soluciones {
    background-position-x: 500px;
  }

  .modelo-engagement .text {
    width: 80%;
  }

  .por-que-loymark {
    background-position: -190px 0%;
  }
}

@media (max-width: 875px) {
  .estadisticas {
    background-position-x: -350px;
  }

  .soluciones {
    background-position-x: 450px;
  }

  .expertise {
    background-position: -5% 0%
  }

  .por-que-loymark {
    background-position: -290px 0%;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .hero-title {
    font-size: 2.25rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-section {
    background: url(images/lealtad-mobile.png);
    background-repeat: no-repeat;
    height: 1000px;
    padding-top: 650px;
  }

  #lealtad {
    background-image: url(images/lk.png);
    background-repeat: no-repeat;
    background-position: 0% -120%;
  }

  .lealtad h2 {
    font-family: 'Chakra Petch', Arial, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
  }

  .lealtad h3 {
    font-family: 'Chakra Petch', Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
  }

  .lealtad p {
    font-family: 'Sarabun', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--loymark-light);
  }

  .section-title {
    font-size: 2rem;
  }

  .separator {
    display: none;
  }

  .estadisticas {
    background-image: none;
  }

  .estadisticas h2 {
    font-family: 'Chakra Petch', Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }

  .soluciones {
    background-image: none;
  }

  .soluciones h2 {
    font-family: 'Chakra Petch', Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: 4%;
    text-transform: uppercase;
  }

  .stats {
    margin: 0px auto;
    width: 95%;
  }

  .stat-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }

  .stats small {
    font-family: 'Sarabun', Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    text-align: end;
  }

  .stat-separador {
    margin: 10px auto 0px auto;
    border-bottom: 1px solid #EFEFE1;
    width: 95%;
  }

  .programas-separador {
    margin: 15px auto;
    border-bottom: 1px solid var(--loymark-dark);
    width: 95%;
  }

  .programas h2 {
    font-family: 'Chakra Petch', Arial, sans-serif;
    color: var(--loymark-dark);
    font-size: 40px;
    font-weight: 700;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
  }

  .programas h3 {
    font-family: 'Sarabun', Arial, sans-serif;
    color: var(--loymark-dark);
    font-size: 25px;
    font-weight: 700;
    padding: 20px 0px;
  }


  .separador-soluciones {
    background-image: url(images/separador-soluciones-mobile.png);
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .estadisticas .container .row .image-stats {
    background-image: url(images/stats-mobile.png);
    background-position: 50% 0%;
    background-size: cover;
    height: 400px;
  }

  .image-soluciones {
    background-image: url(images/soluciones-mobile.jpg);
    background-position: 50% 0%;
    background-size: cover;
    height: 400px;
  }

  .expertise {
    background-image: url(images/kl-mobile.png);
    background-repeat: no-repeat;
    background-position: -5% 0%
  }

  .expertise h2 {
    font-family: 'Chakra Petch', Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 5%;
    text-transform: uppercase;
  }

  .image-why {
    background-image: url(images/porque_mobile.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    height: 550px;
  }

  .por-que-loymark {
    background-image: none;
  }

  img.d-none.d-sm-block.d-md-none {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  /*
  .stat-number {
    font-size: 60px;
  }
  */
  .modelo-engagement h2 {
    color: #fff;
    font-family: 'Chakra Petch', Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
  }

  .modelo-engagement .timeline {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 1rem;
    height: 600px;
  }


  .step {
    padding: 0px;
    height: 300px;
    width: 80%;
  }

  .step-3 .circle,
  .step-1 .circle {
    position: absolute;
    top: 20px;
    right: -10%;
    bottom: unset;
    left: unset;
  }

  .step-4 .circle,
  .step-2 .circle {
    position: absolute;
    top: 20px;
    right: unset;
    bottom: unset;
    left: -10%;
  }

  .step.step-3,
  .step.step-1 {
    border-top: 2px solid #fff;
    border-left: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-right: 2px solid #fff;
  }

  .step.step-4,
  .step.step-2 {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 0px solid #fff;
  }

  .modelo-engagement .text {
    width: 50%;
  }

  .tecnologia-card {
    width: calc(45% - 10px);
    margin: 10px auto;
  }

  .case-image {

    height: 450px;
  }

  .why-loymark-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .why-loymark-title {
    font-size: 40px;
  }

  .brands-scroll {
    gap: 50px;
  }

  .brands-scroll {
    display: flex;
    animation: scroll 3s linear infinite;
    gap: 100px;
    align-items: center;
  }

  .brand-logo {
    height: auto;
  }

  .why-loymark-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .why-loymark-list li {
    width: 50%;
    gap: 10px;
    padding: 15px;
    align-items: flex-start;
  }

  .floating-contact {
    font-size: 0.875rem;
    bottom: 1.25rem;
    right: -40px;
    padding: 15px 60px 15px 30px;
  }

  .form-loymark {
    padding: 1.5rem;
  }

  .accordion-loymark .accordion-button {
    font-size: 1.25rem;
  }

  nav div.container {
    margin: 0px;
    padding: 0px;
  }

  div#navbarNav {
    height: 100vh;
    background: var(--loymark-dark);
  }

  div#navbarNav ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px 15px;
  }

  div#navbarNav ul li a {
    border-bottom: 1px solid #ffffff;
  }

  .carousel-indicators {
    bottom: -60px;
  }

  .contacto h2 {
    font-size: 40px;
  }

  .footer-loymark .ubicaciones ul {
    list-style: none;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20;
  }

  .footer-loymark .ubicaciones ul li {
    width: 25%;

  }

  .footer-loymark .ubicaciones ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .timeline.position-relative {
    display: none;
  }

  .timeline.image-mobile {
    display: block;
    text-align: center;
  }

  .timeline img {
    margin: 0 auto;
  }

  .modelo-engagement {
    height: 900px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    background: url(images/lealtad-mobile.png);
    background-repeat: no-repeat;
    height: 1000px;
    padding-top: 600px;
  }

  .stats {
    margin: 10px auto;
    width: 95%;
  }

  .stats small {
    padding: 10px 0px 0px 0px;
  }

  .contacto h2,
  .programas h2,
  .modelo-engagement h2,
  .expertise h2 {
    font-size: 35px;
  }

  #programas>div>div>div.col-md-3.col-sm-6 {
    text-align: center;
  }

  #tecnologia>div>div.row.pb-5 {
    padding-bottom: 0px !important;
  }

  .stat-separador {
    margin: 10px auto 10px auto;
    border-bottom: 1px solid #EFEFE1;
    width: 95%;
  }

  .accordion-loymark .accordion-button {
    font-size: 17px;
    padding: 10px 0 10px 10px;
  }

  .expertise {
    background-image: none;
  }

  .soluciones h2 {
    font-size: 35px;
  }

  .why-loymark-title {
    font-size: 35px;
  }

  #por-que-loymark>div>div>div.col-sm-12.col-md-6.col-lg-6.pb-5.pt-lg-5>div>div>ul>li:nth-child(7) {
    width: 100%;
  }

  .por-que-loymark {
    padding-bottom: 0rem !important;
  }


  .footer-loymark {
    background-position: 100% 2%;
    background-size: 40%;
  }

  .logo-footer-mobile {
    width: 60%;
  }

  .info-contacto div ul li {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }

  .footer-loymark p {
    font-family: 'Sarabun', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 3%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-loymark .ubicaciones ul li {
    width: 30%;
    margin-bottom: 20px;
  }

  .row.py-5.info-contacto {
    row-gap: 30px;
  }

  #conversion-form-loyalty-landing-page-footer-espanol {

    flex-direction: column;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .section-title {
    font-size: 35px;
  }

  .form-loymark {
    padding: 1rem;
  }

  .stat-number {
    font-size: 40px;
  }

  .modelo-engagement .text {
    width: 90%;
  }

  .tecnologia-card {
    width: calc(95% - 10px);
    margin: 10px auto;
  }

  .carousel-indicators {
    bottom: -60px;
  }

  .case-image {
    height: 250px;
  }

  #rd-form-m7atvbdd .bricks-form__fieldset {
    width: 100%;
  }

  #rd-form-m7atvbdd .bricks-form__submit {
    width: 100%;
    padding-left: 0px;
  }

  #rd-button-m7atvbdg.bricks--component-button {
    max-width: 100% !important;
    width: 100% !important;
  }

  #rd-form-m7atvbdd .bricks-form__fieldset {

    row-gap: 20px;
  }

  .timeline.position-relative {
    display: none;
  }

  .timeline.image-mobile {
    display: block;
    text-align: center;
  }

  .timeline img {
    margin: 0 auto;
    width: 100%;
  }

  .modelo-engagement {
    height: 800px;
  }

  .brands-scroll {
    display: flex;
    animation: scroll 50s linear infinite;
    gap: 30px;
    align-items: center;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-800%);
    }
  }
}