@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poetsen+One&display=swap");

#initial-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #091d4e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.spinner {
  border: 16px solid #fff;
  border-top: 16px solid #fb3449;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
/* Animación del spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #091d4e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader-content img {
  max-width: 250px;
}

#loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #091d4e;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#loader-container img {
  width: 250px; /* Ajusta el tamaño según sea necesario */
  height: auto;
}
#bell-image {
  width: 250px;
  height: auto;
}
.title-timbre {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 75%;
  letter-spacing: 5px;
  font-weight: 600;
}
.title-container {
  text-align: center;
  padding: 20px;
  background: #091d4e; /* Fondo azul marino */
}

.title-text {
  font-size: 3.6rem;
  text-transform: uppercase;
  /*display: inline-block;*/
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  color: #091d4e; /* Color dorado para el título */
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
  /*margin-bottom: 10px;*/
  /*animation: titleAnimation 3s infinite;*/
}

/*.letter {*/
/*  display: inline-block;*/
/*  opacity: 0;*/
/*  animation: fadeInOut 8s ease-in-out infinite;*/
/*}*/

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
    transform: translateY(20px) scale(0.9); /* Letras suben y se agrandan suavemente */
  }
  10%,
  90% {
    opacity: 1;
    transform: translateY(0) scale(1); /* Letras en su posición normal */
  }
}

/* Añade retraso de animación a cada letra */
/*.letter:nth-child(1)  { animation-delay: 0s; }*/
/*.letter:nth-child(2)  { animation-delay: 0.2s; }*/
/*.letter:nth-child(3)  { animation-delay: 0.4s; }*/
/*.letter:nth-child(4)  { animation-delay: 0.6s; }*/
/*.letter:nth-child(5)  { animation-delay: 0.8s; }*/
/*.letter:nth-child(6)  { animation-delay: 1s; }*/
/*.letter:nth-child(7)  { animation-delay: 1.2s; }*/
/*.letter:nth-child(8)  { animation-delay: 1.4s; }*/
/*.letter:nth-child(9)  { animation-delay: 1.6s; }*/
/*.letter:nth-child(10) { animation-delay: 1.8s; }*/
/*.letter:nth-child(11) { animation-delay: 2s; }*/
/*.letter:nth-child(12) { animation-delay: 2.2s; }*/
/*.letter:nth-child(13) { animation-delay: 2.4s; }*/
/*.letter:nth-child(14) { animation-delay: 2.6s; }*/
/*.letter:nth-child(15) { animation-delay: 2.8s; }*/
/*.letter:nth-child(16) { animation-delay: 3s; }*/
/*.letter:nth-child(17) { animation-delay: 3.2s; }*/
/*.letter:nth-child(18) { animation-delay: 3.4s; }*/
/*.letter:nth-child(19) { animation-delay: 3.6s; }*/
/*.letter:nth-child(20) { animation-delay: 3.8s; }*/
/*.letter:nth-child(21) { animation-delay: 4s; }*/

.parrafo-title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #091d4e; /* Color rojo para el párrafo */
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
  /*margin-top: 10px;*/
  /*animation: textFadeIn 5s ease-in-out 1;*/
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/*.parrafo-title {*/
/*  color: #091d4e;*/
/*  font-size: 1.1rem;*/
/*  text-transform: uppercase;*/

/*  font-family: "Poetsen One", sans-serif;*/
/*}*/
.app-title {
  color: #fff;
  background-color: #fb3449;
  padding: 0px 6px;
  border-radius: 10px;
}
.flex-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.movil-side {
  display: none;
}
.left-side {
  color: #fff;
}
.left-side-boxes {
  width: 100%;
  /*background-color: #fb3449;*/
  color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-content: space-around;
}
.caja-socials {
  padding: 16px 0px;
  width: 100%;
}

.caja-text-left {
  font-size: 11px;
  display: flex;
  padding: 17px 0px 0px 20px;
  background-color: #fb3449;
  color: #fff;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.left-side-boxes span {
  padding: 10px 10px 0px 0px;
  font-size: 20px;
}
.line {
  width: 20%;
  height: 1px;
  background-color: white;
  margin: 25px 15px;
}
.left-arrow {
  padding: 15px 20px;
  background-color: #ffbf3b;
  color: #fff;
  font-size: 18px;
}

.right-arrow {
  padding: 15px 20px;
  background-color: #fff;
  color: #ffbf3b;
  font-size: 18px;
}
/*.apps{*/
/*    margin-top:20px;*/
/*}*/
.apps a {
  display: block;
}
.apps a img {
  width: 130px;
  padding-top: 10px;
}
.div-socials {
  margin-top: 50px;
  text-align: center;
}
.container .flex-box .right-size {
  width: 100%;
}
.right-side {
  /*width: 66%;*/
  text-align: right;
  /*padding-right: 5px;*/
}
.pen {
  position: absolute;
  overflow: hidden;
}

.stage {
  display: flex;
  width: 100%;
}

.element {
  position: relative;
  width: 8%;
  height: 29.7vh; /* Para mantener la relación de aspecto */
  opacity: 0.4; /* Opacidad inicial */
  transition: width 1s ease-in-out, opacity 1s ease-in-out; /* Transiciones suaves y delicadas */
  overflow: hidden; /* Para recortar la imagen que excede el contenedor */
  background-color: black; /* Fondo negro para simular el color de fondo de la imagen */
}

.element.active {
  width: 300px; /* Ancho aumentado */
  opacity: 1; /* Opacidad completa */
}
.element .title-img {
  font-weight: 200;
  text-transform: uppercase;
  width: 100%;
  height: 65%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5); /* Fondo negro transparente */
  color: white;
  font-size: 1em;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.element.active .title-img {
  opacity: 1;
}
.element img {
  width: 100%; /* Para que la imagen llene todo el contenedor */
  height: 100%; /* Para que la imagen se ajuste automáticamente al ancho */
  object-fit: none; /* Desactiva el ajuste de la imagen */
  transition: transform 0.8s ease-in-out;
}

.element:last-of-type {
  border-bottom-right-radius: 20px;
}

.element.inactive {
  width: 8%; /* Ancho restablecido */
  opacity: 0.4; /* Opacidad reducida */
}
/*.element.image1 {*/
/*  background: url("../images/slider1.png") no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image2 {*/
/*  background: url("../images/slider2.png")  no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image3 {*/
/*  background: url("../images/slider3.png")no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image4 {*/
/*  background: url("../images/slider4.png") no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image5 {*/
/*  background: url("../images/slider5.png") no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image6 {*/
/*  background: url("../images/slider6.jpg") no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image7 {*/
/*  background: url("../images/slider7.jpg") no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image8 {*/
/*  background: url("../images/slider8.jpg") no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image9 {*/
/*  background: url("../images/slider9.jpg") no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image10 {*/
/*  background: url("../images/slider10.jpg") no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element.image11 {*/
/*  background: url("../images/slider11.jpg")no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.element:last-of-type {*/
/*  margin: 0;*/
/*}*/

.comercio-section {
  display: flex;
}

.title-comercio {
  color: #ffbf3b;
  font-size: 3rem;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
}

.div-comercio {
  background-image: linear-gradient(
      rgba(251, 52, 73, 0.7),
      rgba(251, 52, 73, 0.7)
    ),
    url("../images/nosotros1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  padding: 120px 30px 40px;
  border-radius: 40px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 95vh; /* Asegura que la sección ocupe toda la pantalla */
}

.div-comercio-img {
  text-align: center;
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),*/
  /*  url("../images/GF1.png");*/
  background-image: linear-gradient(rgba(9, 29, 78, 0.8), rgba(9, 29, 78, 0.8)),
    url("../images/nosotros2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  padding: 120px 30px 40px;
  border-radius: 40px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 95vh; /* Asegura que la sección ocupe toda la pantalla */
}

.comercios-afiliados {
  background-image: linear-gradient(#091d4edb, #091d4edb),
    url("../images/afiliado.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  padding: 120px 30px 40px;
  border-radius: 40px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 95vh;
  box-sizing: border-box; /* Asegura que el padding se incluya en el cálculo del ancho */
  margin: 15px 30px; /* Ajusta según la separación que desees */
}
.comercios-afiliados .container .row {
  padding: 0px 160px;
}
/*.div-comercio-img{*/
/*    width:40%;*/
/*    text-align: center;*/
/*    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/GF1.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: right;*/
/*    position: relative;*/
/*    padding: 120px 30px 40px;*/
/*    border-radius: 40px;*/
/*    border-top: 2px solid #fff;*/
/*    border-left: 2px solid #fff;*/
/*    border-right: 2px solid #fff;*/

/*}*/
/*.div-comercio::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    pointer-events: none;*/
/* background-color: rgba(0, 0, 0, 0.45); */
/*}*/
.flex-box-comercio {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.flex-box-comercio .text-comercio {
  width: 65%;
  padding: 20px;
  text-align: justify;
}
.text-comercios {
  width: 80%;
  color: #fff;
  padding: 0 20px;
}
.title-comercio span {
  border-top: 4px solid #fff;
  padding-top: 20px;
  /*width: 35%;*/
  /*height: 3px;*/
  /*background-color: white;*/
  /*margin: 2px 20px;*/
}
.text-comercio p {
  color: #fff !important;
}
.slider-container {
  margin-top: auto;
  position: relative;
  width: 35%;
  /*max-width: 600px;*/
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 50%;
  background: white;
  padding: 10px;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 50%;
  padding: 10px;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: none;
  color: #fb3449;
  /*padding: 10px;*/
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
}

.prev-btn {
  left: -5px;
}

.next-btn {
  right: -5px;
}
.achievements {
  display: flex;
  justify-content: space-evenly;
}
.achievement {
  width: 50%;
  text-align: left;
  position: relative;
  padding: 0 20px;
}
.achievement:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translateY(-50%);
}
.number {
  color: #fff;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 10px;
}
.label {
  color: #fff;
  font-size: 1em;
}
.subtitle-comercio {
  color: #ffbf3b;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
}
.subtitle-comercio2 {
  /*width: 50%;*/
  color: #ffbf3b;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0 20px;
  /*text-align: right;*/
}
.comercio-img {
  text-align: center;
  padding-top: 25px;
}
.icon-cards {
  position: relative;
  width: 100%;
  height: auto;
  /*padding-top: 66.67%; */
  perspective: 1000px;
  transform-origin: center;
}

.icon-cards__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: translateZ(-20vw) rotateY(0); /* Ajuste para reducir la separación */
  animation: carousel 20s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.icon-cards__item {
  position: absolute;
  width: 355px; /* Tamaño fijo de la tarjeta */
  height: 355px; /* Tamaño fijo de la tarjeta */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto; /* Centra la tarjeta horizontalmente */
}

.icon-cards__item img {
  max-width: 100%; /* Ajusta el máximo ancho de la imagen */
  height: auto; /* Mantiene la relación de aspecto */
  border-radius: 6px;
}

.icon-cards__item:nth-child(1) {
  background: #fb3449;
  transform: rotateY(0) translateZ(20vw);
}

.icon-cards__item:nth-child(2) {
  background: #ffbf3b;
  transform: rotateY(60deg) translateZ(20vw);
}

.icon-cards__item:nth-child(3) {
  background: #fb3449;
  transform: rotateY(120deg) translateZ(20vw);
}

.icon-cards__item:nth-child(4) {
  background: #ffbf3b;
  transform: rotateY(180deg) translateZ(20vw);
}

.icon-cards__item:nth-child(5) {
  background: #fb3449;
  transform: rotateY(240deg) translateZ(20vw);
}

.icon-cards__item:nth-child(6) {
  background: #ffbf3b;
  transform: rotateY(300deg) translateZ(20vw);
}

@keyframes carousel {
  0% {
    transform: translateZ(-20vw) rotateY(0);
  }
  16.66% {
    transform: translateZ(-20vw) rotateY(-60deg);
  }
  33.33% {
    transform: translateZ(-20vw) rotateY(-120deg);
  }
  50% {
    transform: translateZ(-20vw) rotateY(-180deg);
  }
  66.66% {
    transform: translateZ(-20vw) rotateY(-240deg);
  }
  83.33% {
    transform: translateZ(-20vw) rotateY(-300deg);
  }
  100% {
    transform: translateZ(-20vw) rotateY(-360deg);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(-10px);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes textPulse {
  0%,
  100% {
    transform: scale(1);
    text-shadow: 0 0 5px rgba(255, 191, 59, 0.5);
    /* Sombra sutil para un efecto más elegante */
  }

  50% {
    transform: scale(1.05);
    text-shadow: 0 0 10px rgba(255, 191, 59, 0.7);
  }
}

.second-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*height: 100vh;*/
  padding: 30px 0;
  background-color: #091d4e;
  /* Fondo azul */
  color: #ffffff;
  /* Texto principal en blanco */
  overflow: hidden;
  flex-direction: column;
}

.second-hero-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 60px 0;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.phone-image {
  width: 40%;
  max-width: 300px;
  margin-right: 20px;
  animation: float 3s ease-in-out infinite;
}

.second-hero-text {
  max-width: 50%;
  animation: slideIn 1s ease-in-out;
}

.second-hero-text h2 {
  font-size: 2.5em;
  color: #ffbf3b;
  /* Título en amarillo */
  margin-bottom: 10px;
  animation: textPulse 2s infinite;
}

.second-hero-text p {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #ffffff;
  /* Descripción en blanco */
}

.features {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature i {
  font-size: 2em;
  color: #ffbf3b;
  /* Iconos en amarillo */
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.2em;
  color: #ffffff;
  background-color: #fb3449;
  /* Botón rojo */
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #ff6347;
  /* Botón en rojo claro al pasar el mouse */
}
.desk-side {
  display: flex;
  justify-content: flex-start;
  margin-top: 22px;
}
.content {
  width: 254px; /* Ancho de la imagen */
  font-size: 36px;
  line-height: 44px; /* Altura de la imagen */
  font-family: "Muli";
  color: #ecf0f1;
  height: 50px; /* Altura del contenedor aumentada */
}

.visible {
  float: left;
  font-weight: 600;
  overflow: hidden;
  height: 50px; /* Altura del contenedor aumentada */
}

.special-ul {
  margin-top: 0;
  list-style: none;
  animation: 6s linear 0s normal none infinite change;
  -webkit-animation: 6s linear 0s normal none infinite change;
  -moz-animation: 6s linear 0s normal none infinite change;
  -o-animation: 6s linear 0s normal none infinite change;
}

.special-ul li {
  line-height: 50px; /* Altura de la imagen */
  margin: 0;
}

@-webkit-keyframes change {
  0% {
    margin-top: 0;
  }
  15% {
    margin-top: 0;
  }
  25% {
    margin-top: -52px; /* Altura de la imagen + margen de seguridad */
  }
  40% {
    margin-top: -52px; /* Altura de la imagen + margen de seguridad */
  }
  50% {
    margin-top: -104px; /* (Altura de la imagen multiplicado por 2) + margen de seguridad */
  }
  65% {
    margin-top: -104px; /* (Altura de la imagen multiplicado por 2) + margen de seguridad */
  }
  75% {
    margin-top: -52px; /* Altura de la imagen + margen de seguridad */
  }
  85% {
    margin-top: -52px; /* Altura de la imagen + margen de seguridad */
  }
  100% {
    margin-top: 0;
  }
}

@keyframes change {
  0% {
    margin-top: 0;
  }
  15% {
    margin-top: 0;
  }
  25% {
    margin-top: -52px; /* Altura de la imagen + margen de seguridad */
  }
  40% {
    margin-top: -52px; /* Altura de la imagen + margen de seguridad */
  }
  50% {
    margin-top: -104px; /* (Altura de la imagen multiplicado por 2) + margen de seguridad */
  }
  65% {
    margin-top: -104px; /* (Altura de la imagen multiplicado por 2) + margen de seguridad */
  }
  75% {
    margin-top: -52px; /* Altura de la imagen + margen de seguridad */
  }
  85% {
    margin-top: -52px; /* Altura de la imagen + margen de seguridad */
  }
  100% {
    margin-top: 0;
  }
}
@media all and (min-width: 1600px) {
  .hero-section {
    padding-top: 70px;
    padding-bottom: 125px;
  }
  /*.title-text {*/
  /*  font-size: 4.3rem;*/
  /*}*/
  /*.parrafo-title {*/
  /*  font-size: 2.1rem;*/
  /*  font-family: "Poetsen One", sans-serif;*/
  /*}*/

  .element {
    width: 85px;
  }
  .element.inactive {
    width: 8%;
    opacity: 0.4;
  }
  .desk-side {
    margin-top: 26px;
  }
  .apps {
    margin-top: 20px;
  }
  .featured-section {
    padding-bottom: 50px;
  }
  .div-comercio {
    padding: 200px 70px 40px;
  }
  .div-comercio-img {
    padding: 200px 70px 40px;
  }
  .comercios-afiliados {
    padding: 200px 70px 40px;
  }
  .icon-cards__item {
    width: 68%;
  }
}
/*@media all and (min-width: 900px) {*/
/*.pen {*/
/*  max-width: 890px;*/
/*}*/
/*  .element {*/
/*    width: 170px;*/
/*  }*/
/*  .element.inactive {*/
/*    width: 170px;*/
/*  }*/
/*  .element.active {*/
/*    width: 300px;*/
/*  }*/
/*  .stage {*/
/*max-width: 890px;*/
/*    height: 242px;*/
/*  }*/
/*}*/
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .featured-section {
    height: auto;
  }
  .pen {
    position: relative;
  }
  .element {
    height: 300px;
  }

  .desk-side {
    display: none;
  }

  .movil-side {
    display: block;
    text-align: center;
  }
  .comercios-afiliados {
    padding: 50px 30px 40px;
    height: auto;
    margin: 5px;
  }
}

@media (max-width: 768px) {
  .pen {
    position: relative;
  }
  .element {
    width: 5%;
    height: 300px;
  }
  .element.inactive {
    width: 5%;
  }
  .element.active {
    width: 300px;
  }
  .navbar-nav .nav-item:nth-child(2) {
    padding: 0 0px;
  }
  .menu-btn {
    margin-right: 0 !important;
  }
  .menu.active {
    right: 10px !important;
  }
  .row {
    padding-left: 0px;
  }
  .hero-section {
    padding-top: 0;
    /*padding-bottom: 120px;*/
    /*height: auto !important;*/
  }
  .featured-section {
    height: auto;
  }
  .comercios-afiliados .container .row {
    padding: 0px 0px;
  }
  .movil-hero-text {
    text-align: center;
  }
  .text-comercios {
    width: 100%;
  }
  .title-text {
    color: #091d4e;
    font-size: 1.7rem;
    text-transform: uppercase;
    padding: 0 10px;
  }
  .parrafo-title {
    color: #091d4e;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 10px;
  }
  .btn-naira {
    margin-left: 10px;
  }
  .image-qr {
    display: none;
  }
  .hero-image-wrap {
    display: none;
    text-align: left;
  }
  .flex-box {
    flex-direction: column;
  }
  .left-side {
    width: 100%;
  }
  .desk-side {
    display: none;
  }
  .movil-side {
    display: block;
    text-align: center;
  }
  .apps a {
    display: inline;
  }
  .div-comercio {
    height: auto;
  }
  .flex-box-comercio {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .flex-box-comercio .text-comercio {
    width: 100%;
  }
  .div-comercio-img {
    padding: 0;
    height: auto;
  }
  .slider-container {
    width: 100%;
  }
  .title-comercio {
    font-size: 1.5rem;
  }
  .form-title {
    font-size: 1rem !important;
  }
  .additional-info-title {
    font-size: 1rem !important;
  }
  .subtitle-comercio {
    color: #ffbf3b;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
  }
  .achievement:not(:last-child)::after {
    right: -5px;
  }
  .subtitle-comercio2 {
    width: 100%;
    color: #ffbf3b;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: left;
  }
  .comercios-afiliados {
    padding: 50px 30px 40px;
    height: auto;
    margin: 5px;
  }
  .comercio-img {
    text-align: center;
    padding-top: 50px;
  }
  .comercio-img img {
    max-width: 100%;
  }
  .contact-info-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .contact-section {
    padding: 50px 30px 40px;
    height: auto;
  }
  .logo-image {
    width: 200px;
  }
  .content {
    width: 150px; /* Ancho reducido para pantallas más pequeñas */
    height: 50px; /* Altura mantenida */
  }
  .special-ul li {
    line-height: 50px;
  }
  @-webkit-keyframes change {
    0% {
      margin-top: 0;
    }
    15% {
      margin-top: 0;
    }
    25% {
      margin-top: -52px;
    }
    40% {
      margin-top: -52px;
    }
    50% {
      margin-top: -104px;
    }
    65% {
      margin-top: -104px;
    }
    75% {
      margin-top: -52px;
    }
    85% {
      margin-top: -52px;
    }
    100% {
      margin-top: 0;
    }
  }
  @keyframes change {
    0% {
      margin-top: 0;
    }
    15% {
      margin-top: 0;
    }
    25% {
      margin-top: -52px;
    }
    40% {
      margin-top: -52px;
    }
    50% {
      margin-top: -104px;
    }
    65% {
      margin-top: -104px;
    }
    75% {
      margin-top: -52px;
    }
    85% {
      margin-top: -52px;
    }
    100% {
      margin-top: 0;
    }
  }
  .icon-cards__item {
    position: absolute;
    width: 93px;
    height: 93px;
  }
  .div-socials {
    margin-top: 20px;
    text-align: center !important;
    width: 100% !important;
  }
  .second-hero-text p {
    font-size: 11px;
    margin-bottom: 0px;
    color: #ffffff;
  }
  .second-hero-bg {
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  }
  .second-hero-text h2 {
    font-size: 1.2em;
    color: #ffbf3b;
    margin-bottom: 10px;
    animation: textPulse 2s infinite;
  }
  .features {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
}
@-webkit-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero-image-wrap {
  text-align: center;
}
.play-boton {
  font-size: 25px;
  padding: 2px;
  border-radius: 50%;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.link2 {
  color: #fb3449;
}

.plus {
  font-size: 24px;
  margin-top: 10px; /* Espacio entre la línea y el signo + */
}
.image-qr {
  width: 50px;
  margin-top: -15px;
  margin-right: 10px;
}
.flex {
  display: flex;
  justify-content: space-evenly;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.modal video {
  max-width: 90%;
  max-height: 90%;
}
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.phone-image-container {
  position: relative;
  width: 300px; /* Ajusta el tamaño según sea necesario */
  height: auto;
  margin: auto;
}

.phone-image-comercio {
  width: 100%;
  display: block;
}

.own-slider-container {
  position: absolute;
  top: 10%; /* Ajusta este valor para posicionar el carrusel correctamente */
  left: 50%;
  transform: translateX(-50%);
  width: 100%; /* Ajusta este ancho según sea necesario */
  height: 80%; /* Ajusta esta altura según sea necesario */
  overflow: hidden;
}

.own-slider {
  position: absolute;
  top: 0;
  right:20%;
  width: 100%;
}

.own-slider .own-slide {
  width: 100%;
  height: 100px; /* Ajusta esta altura según sea necesario */
  display: flex;
  justify-content: right;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.own-slider .own-slide img {
  max-width: 80%;
  object-fit: contain;
}

 .own-buttons {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 20px; /* Espaciado entre los botones */
}

.own-buttons button {
            color: #fff;
            border: none;
            padding: 15px;
            cursor: pointer;
            font-size: 2.5rem; /* Tamaño de las flechas */
            background-color: transparent;
}
@media (max-width: 768px) {
.own-slider-container {
    position: absolute;
    top: 16%;
    left: 53%;
    transform: translateX(-50%);
    width: 100%;
    height: 80%;
    overflow: hidden;
}
 .own-buttons {
    position: absolute;
    left: -7px;
    top: 47%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
} 
.own-buttons button {
    padding: 10px;
}
}