/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: #ffa500;
  border-radius: 50px;
  transition: 0.3s;
  color: #212529;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #ffc107;
  color: #000;
  transition: all 0.3s ease;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  width: 40px;
  height: 6px;
  border: 0;
  opacity: 0.6;
  transition: 0.3s;
  border-radius: 24px;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ffa500;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #000;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ffa500;
}

#hero .btn-get-started:hover {
  background: #ffc107;
  color: #000 !important;
}

.btn-get-started-modal {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #0071ff;
}

.btn-get-started-modal:hover {
  color: #fff !important;
  background: #034ba6;
}

.bg-white-modal {
  --bs-bg-opacity: 0.9;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  #hero p {
    font-size: 1.2rem;
    width: 90%;
  }
}

/* Modal */

#modal-condonar .modal-body {
  background-image: url(assets/images/fondos/62.jpg);
  background-position: center;
  background-size: cover;
}

#modal-firmaDigital .modal-body {
  background-image: url(assets/images/fondos/72c.png);
  background-position: center;
  background-size: cover;
}

#modal-condonar .card .card-img {
  background-color: transparent !important;
}

#modal-condonar .card {
  background-color: transparent !important;
}

#modal-condonar .card .card-body {
  background-color: #fff;
  padding: 50px;
  width: 80%;
}

#modal-condonar .card h3 {
  text-transform: uppercase;
  color: rgb(177, 177, 177);
  font-size: 0.8rem;
}

@media only screen and (max-width: 1205px) {
  #modal-condonar .card .card-body {
    width: 100%;
    margin: 0 auto;
  }
}

#modal-firmaDigital i {
  font-size: 4rem;
  color: red;
}

/* Base mínima contributiva */
.bmc {
  text-align: center;
  background-color: #094079;
}

.bmc .btn-get-started {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff !important;
}

.bmc .btn-get-started:hover {
  background: #ffa500;
  border: 1px solid #ffa500;
}

.box {
  width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 20px 0;
  border-radius: 5px;
}

.box .h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.box p {
  font-size: 1.7rem;
  color: #005588;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.nota {
  font-size: 0.9rem;
  text-align: left;
}

/* BTN */
.btn-enlace {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  animation-delay: 0.8s;
}

.btn-enlace:hover {
  border: 1px solid orange;
  color: #444;
  color: #fff !important;
}

/* Modal especialistas */
#modalEstudioMercado .modal-body p:first-of-type::first-letter {
  font-size: 4rem;
  /* Tamaño de la letra capital */
  font-weight: bold;
  float: left;
  margin-right: 8px;
  /* Espacio entre la letra capital y el resto del texto */
  line-height: 1;
  color: #000;
  /* Puedes cambiar el color si lo deseas */
}

.btn-ingrese-aqui {
  background-color: #007bff;
  color: white;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-ingrese-aqui:hover {
  background-color: #0056b3;
}

/*--------------------------------------------------------------
# Avisos importantes
--------------------------------------------------------------*/

.box-area {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.box-area h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.box-area .box-info {
  background-color: red;
  padding: 15px;
  text-align: center;
  min-height: 400px;
}

.box-area span {
  color: #262626;
  display: block;
  font-size: 1rem;
  margin: 0 0 20px;
  font-weight: 400;
}

.box-area .img-area img {
  width: 100%;
  height: auto;
}

button.owl-next span,
button.owl-prev span {
  font-size: 1.8rem;
  line-height: 1;
  background: #fff;
  padding: 3px 5px;
  display: block;
  transition: all 0.3 ease;
}

button.owl-next span:hover,
button.owl-prev span:hover {
  transition: all 0.3 ease;
  color: var(--color-2);
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/

.servicios {
  padding: 40px;
}

.servicios .row {
  overflow: hidden;
}

.servicios .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.servicios .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: var(--color-2);
}

.servicios .content-item h3 {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.servicios .content-item p {
  color: #222;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .servicios .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Perfiles
--------------------------------------------------------------*/

.facts-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
}

.facts-overlay h3 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 2px var(--color-2);
}

.facts-overlay a:hover {
  color: var(--color-2) !important;
}

/*--------------------------------------------------------------
# Centro de noticias
--------------------------------------------------------------*/

/* Video */

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.z-index-5 {
  z-index: 5 !important;
}

/* Audio */

.audio-player {
  display: flex;
  align-items: center;
  width: 100%;
}

.ap-play-button {
  padding-top: 0.125rem;
  font-family: bootstrap-icons !important;
  font-weight: normal;
  font-style: normal;
}

.ap-play-button::before {
  content: "\f4f4";
}

.ap-play-button.ap-pause::before {
  content: "\F4C3";
}

.btn-icon {
  --si-btn-size: 2.75rem;
  --si-btn-icon-size: 1.25rem;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.shadow-primary {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9) !important;
}

/* Volume button */

.ap-volume-button + .dropdown-menu {
  left: 50% !important;
  width: 2.125rem;
  min-width: 2.125rem;
  max-width: 2.125rem;
  height: 6.5rem;
  margin-left: -1.0625rem !important;
}

/* Seek and volume sliders */

.ap-seek-slider,
.ap-volume-slider {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
}

.ap-volume-slider::before {
  position: absolute;
  left: 0;
  cursor: pointer;
  content: "";
}

/* // Seek slider */

.ap-seek-slider {
  width: 100%;
  height: 1.125rem;
}

.ap-seek-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.25rem;
  background: rgba(206, 206, 206, 0.2);
  cursor: pointer;
}

.ap-seek-slider::before {
  top: 0.4375rem;
  width: 0;
  height: 0.25rem;
  background-color: rosybrown;
}

.ap-seek-slider::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: var(--primary);
  cursor: pointer;
  margin: -0.375rem 0 0 0;
}

.ap-seek-slider:active::-webkit-slider-thumb {
  transform: scale(1.2);
}

.ap-seek-slider::-moz-range-track {
  width: 100%;
  height: 0.25rem;
  background: goldenrod;
  cursor: pointer;
}

.ap-seek-slider::-moz-range-progress {
  background-color: blue;
}

.ap-seek-slider::-moz-focus-outer {
  border: 0;
}

.ap-seek-slider::-moz-range-thumb {
  box-sizing: content-box;
  border: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: indigo;
  cursor: pointer;
}

.ap-seek-slider:active::-moz-range-thumb {
  transform: scale(1.2);
}

/* // Volume slider */
.ap-volume-slider {
  top: 1.925rem;
  right: 1.5rem;
  width: 5rem;
  height: 0.5625rem;
  transform: rotate(-90deg);
}

.ap-volume-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.1875rem;
  background-color: var(--blanco);
  cursor: pointer;
}

.ap-volume-slider::before {
  top: 0.1875rem;
  width: var(--volume-before-width);
  height: 0.1875rem;
  background-color: var(--blanco);
}

.ap-volume-slider::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  height: 0.5625rem;
  width: 0.5625rem;
  border-radius: 50%;
  background-color: var(--blanco);
  cursor: pointer;
  margin: -0.1875rem 0 0 0;
}

.ap-volume-slider:active::-webkit-slider-thumb {
  transform: scale(1.2);
}

.ap-volume-slider::-moz-range-track {
  width: 100%;
  height: 0.1875rem;
  background-color: greenyellow;
  cursor: pointer;
}

.ap-volume-slider::-moz-range-progress {
  background-color: var(--primary);
}

.ap-volume-slider::-moz-focus-outer {
  border: 0;
}

.ap-volume-slider::-moz-range-thumb {
  box-sizing: content-box;
  border: 0;
  height: 0.5625rem;
  width: 0.5625rem;
  border-radius: 50%;
  background-color: var(--blanco);
  cursor: pointer;
}

.ap-volume-slider:active::-moz-range-thumb {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Puntos de pago
--------------------------------------------------------------*/

#puntos-pago {
  width: 70%;
  overflow-x: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  #puntos-pago {
    width: 100%;
  }
}

#puntos-pago img {
  opacity: 0.5;
  transition: 0.3s;
}

#puntos-pago img:hover,
#puntos-pago a:hover img {
  opacity: 1;
  cursor: pointer;
}

#puntos-pago .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

#puntos-pago .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #18d26e;
}

#puntos-pago .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #18d26e;
}

#puntos-pago img {
  border: 1px solid gray;
}

#puntos-pago a span {
  font-size: 0.8rem;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 10px;
}

#puntos-pago .section-header span {
  font-weight: bold;
  color: var(--color-2);
}

/*--------------------------------------------------------------
# VArios
--------------------------------------------------------------*/

.footer p span i {
  color: crimson;
}

ul {
  padding-left: 0.5rem;
  list-style: none;
}

.titulo-video {
  background-color: rgba(9, 65, 121, 0.5);
  color: #fff !important;
  padding: 10px 0px 15px 20px;
  border-radius: 10px;
  width: 80%;
}

#star-rating i {
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
#star-rating i:hover {
  color: #ffc107; /* Amarillo Bootstrap */
}

/* Video card datos abiertos */
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.7);
    opacity: 0.4;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.ripple-effect {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(227, 152, 234, 0.5);
  border-radius: 50%;
  animation: ripple 1.8s infinite ease-out;
}

/* Ícono Play con cursor y efecto hover */
.play-icon {
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  font-size: 3rem;
  color: white;
  cursor: pointer;
  /* Hace que el cursor cambie al pasar por encima */
}

.play-icon:hover {
  transform: scale(1.3);
  color: #ffc107;
  /* Color amarillo Bootstrap warning */
}




    /*--------------------------------------------------------------
         # Cuenta regresiva
         --------------------------------------------------------------*/


/* dijo */

    /*--------------------------------------------------------------
        # Fondos
        --------------------------------------------------------------*/
      .bg-purple2 {
         background: linear-gradient(to top, #b266e2, #f9faf9);
      }

      .bg-purple3 {
         background: linear-gradient(to top, #f9faf9, #b266e2);
      }

      .bg-purple4 {
         background: linear-gradient(to top, #663399, #b266e2);
      }

      .bg-purple5 {
         background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(178, 102, 226, 0.6), rgba(0, 0, 0, 0.8));
      }

      .bg-purple6 {
         background: rgba(178, 102, 226, 0.6);
      }

      .bg-trasnparent {
         background: none !important;
      }

      /*--------------------------------------------------------------
        # General
        --------------------------------------------------------------*/

      .text-purple {
         color: #b266e2 !important;
      }

      .purple-link {
         color: rgb(110, 24, 172) !important;
         transition: color 0.3s ease;
         text-decoration: none;
      }

      .purple-link:hover {
         color: rgb(40, 1, 56) !important;
         text-decoration: underline;
      }


      /*--------------------------------------------------------------
      # Título sección
      --------------------------------------------------------------*/

      .titulo-seccion {
         text-align: center;
      }

      .titulo-seccion h2 {
         font-size: 1.3rem;
         font-weight: bold;
         margin-bottom: 10px;
         padding-bottom: 10px;
         text-transform: uppercase;
         position: relative;
      }

      .titulo-seccion h2:before {
         content: "";
         position: absolute;
         display: block;
         width: 160px;
         height: 1px;
         background: rgb(171, 171, 171);
         left: 0;
         right: 0;
         bottom: 1px;
         margin: auto;
      }

      .titulo-seccion h2::after {
         content: "";
         position: absolute;
         display: block;
         width: 60px;
         height: 3px;
         background: #094179;
         left: 0;
         right: 0;
         bottom: 0;
         margin: auto;
      }

	[data-bs-theme="dark"] .titulo-seccion h2::after {
         content: "";
         position: absolute;
         display: block;
         width: 60px;
         height: 3px;
         background: #127ce6;
         left: 0;
         right: 0;
         bottom: 0;
         margin: auto;
      }

      .titulo-seccion p {
         margin-bottom: 50px;
      }

      /*--------------------------------------------------------------
            # Tarjeta de perfiles
            --------------------------------------------------------------*/

      .card-perfiles {
         border-radius: 7px;
         box-shadow: 5px 5px 50px hsl(0, 0%, 80%);
         transition: all 0.2s ease;
      }

      [data-bs-theme="dark"] .card-perfiles {
         border-radius: 7px;
         box-shadow: 5px 5px 50px rgba(84, 64, 144, 0.5) !important;
         transition: all 0.2s ease;
      }

      .card-perfiles--image {
         height: 180px;
         object-fit: cover;
         border-radius: 7px 7px 0 0;
      }

      .card-info {
         padding: 1.25em;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: space-between;
         gap: 1.5em;
      }

      .card-info--top {
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: space-between;
      }


      .card-info--middle {
         display: flex;
         flex-direction: column;
         gap: 0.9em;
         align-items: flex-start;
         justify-content: space-between;
      }

      .card-perfiles--divider {
         width: 100%;
         height: 1px;
         margin: 10px 0;
         background: rgba(102, 51, 153, .1);
      }

      .card-titular {
         font-size: 1.10rem;
         text-transform: uppercase;
         font-family: 'Manrope', sans-serif;
         font-weight: bold;
      }

      .card-descripcion {
         font-size: 1rem;
      }

      .card-alerta {
         font-size: 0.8rem;
      }

      .card-info--bottom {
         display: flex;
         align-items: flex-start;
         justify-content: space-between;
         gap: 0.5em;
      }

      /* || BUTTONS */

      .card-perfiles .btn {
         border: 0;
         padding: 5px 25px;
         font-family: inherit;
         font-weight: 600;
         cursor: pointer;
         border-radius: 20px;
         transition: all 0.2s ease;
         font-size: .9rem;
         margin-bottom: 15px;
      }

      .card-perfiles .btn--primary {
         border: 1px solid hsl(0, 0%, 90%);
         background: transparent;
         color: hsl(0, 0%, 45%);
      }

      .card-perfiles .btn--primary:hover {
         background: hsl(0, 0%, 90%);
      }

      .card-perfiles .btn--secondary {
         background: rgb(85, 80, 166);
         color: hsl(0, 0%, 95%);
      }

      .card-perfiles .btn--secondary:hover {
         background: rgba(85, 80, 166, 0.9);
      }

      .card-perfiles .btn--alt {
         color: hsl(0, 0%, 45%);
      }

      .card-perfiles .btn--alt:hover {
         color: hsl(0, 0%, 95%);
         background: hsl(0, 50%, 55%);
      }


      /*--------------------------------------------------------------
            # Banner OAI
            --------------------------------------------------------------*/

      .oai {
         position: relative;
         overflow: hidden;
      }

      .oai .wrapper {
         position: relative;
         max-height: 500px;
         margin: 0 auto;
         padding: 0;
      }

      .oai .wrapper::after {
         content: "";
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: rgba(0, 0, 0, 0.4);
         z-index: 1;
      }

      .oai img {
         display: block;
      }

      .oai .texto {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         color: #fff;
         padding: 2rem;
         z-index: 2;
         background-color: rgba(0, 0, 0, 0.2);
         border-radius: 15px;
      }

      .oai .texto h2 {
         font-size: 2rem;
         margin-bottom: 0.5rem;
      }

      .oai .texto p {
         font-size: 1.2rem;
         line-height: 1.2em;
         margin-bottom: 20px;
      }


      @media screen and (max-width: 678px) {
         .oai .wrapper {
            min-height: 0;
            height: auto;
         }

         .oai .texto {
            width: 90%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 0.5rem;
            text-align: center;
         }

         .oai .texto h2 {
            font-size: 1.3rem;
            margin-bottom: 0.3rem;
         }

         .oai .texto p {
            font-size: 1rem;
            margin-bottom: 0.5rem;
         }
      }

      @media screen and (max-width: 500px) {
         .oai .wrapper {
            height: 300px;
            /* Ajusta esta altura según lo necesites */
         }

         .oai img {
            height: 100%;
            object-fit: cover;
         }
      }

      /*--------------------------------------------------------------
        # Swiper noticias
        --------------------------------------------------------------*/

      /* Ajustes del Swiper */
      .swiper {
         width: 100%;
         /* max-width: 500px; */
         height: auto;
         position: relative;
         padding-bottom: 35px;
         border: 1px solid var(--bs-body-bg);
         overflow: hidden;
         background-color: var(--bs-body-bg);
      }

      /* Centrar y alinear los slides */
      .swiper-slide {
         display: flex;
         justify-content: center;
      }

      /* Contenedor para las flechas de navegación (debajo del Swiper) */
      .swiper-navigation-container {
         display: flex;
         justify-content: center;
         align-items: center;
         gap: 10px;
         margin-top: 25px;
      }

      /* Flechas de navegación */
      .swiper-button-next,
      .swiper-button-prev {
         color: #ffffff;
         background-color: rgb(85, 80, 166);
         padding: 10px;
         border-radius: 50%;
         width: 40px;
         height: 40px;
         position: static;
      }

      .swiper-button-next:after,
      .swiper-button-prev:after {
         font-family: swiper-icons;
         font-size: .9rem;
         text-transform: none !important;
         letter-spacing: 0;
         font-variant: initial;
         line-height: 1;
      }

      a.btn-leer-mas {
         background: rgb(85, 80, 166);
         color: hsl(0, 0%, 95%);
      }

      a.btn-leer-mas:hover {
         background: rgba(85, 80, 166, 0.9) !important;
      }

      /* row */

      /* Asegurar que todas las columnas de la fila tengan la misma altura */
      .row-swiper-altura {
         display: flex;
         align-items: stretch;
      }

      /* Todas las columnas tendrán la misma altura */
      .row-swiper-altura>.col-12.col-lg-6.col-xl-4 {
         display: flex;
         flex-direction: column;
         /* height: 100%; */
         /* Ocupar toda la altura disponible */
      }

      /* Hacer que el Swiper y la publicidad ocupen la altura total */
      .row-swiper-altura .swiper,
      .row-swiper-altura .card {
         flex-grow: 1;
         display: flex;
         flex-direction: column;
      }

      /* Asegurar que el contenido del Swiper se expanda */
      .row-swiper-altura .swiper-wrapper {
         flex-grow: 1;
      }

      /* Asegurar que cada slide se expanda dentro del Swiper */
      .row-swiper-altura .swiper-slide {
         display: flex;
         justify-content: stretch;
      }

      /* Asegurar que las tarjetas de cada slide se expandan completamente */
      .row-swiper-altura .swiper-slide .card {
         flex-grow: 1;
         display: flex;
         flex-direction: column;
      }

      /* Ajustar la imagen de fondo para ocupar el espacio completo */
      .row-swiper-altura .swiper-slide .position-relative {
         flex-grow: 1;
         min-height: 300px;
      }

      /* Hacer que la columna de publicidad ocupe la altura total */
      .row-swiper-altura .col-12.col-lg-6.col-xl-4.order-2.order-xl-1 .card {
         flex-grow: 1;
         height: 100%;
         display: flex;
         flex-direction: column;
      }

      /*--------------------------------------------------------------
      # Vapeo
      --------------------------------------------------------------*/

      .banner .card {
         --bs-card-border-color: transparent !important;
         --bs-card-border-width: 0 !important;
      }

      .banner .card-footer {
         padding: 0 !important;
      }

      @media (max-width: 767.98px) {
         .banner .card-footer a {
            border-bottom: 1px solid rgba(255, 255, 255, .25);
         }

         .banner .card-footer a:last-child {
            border-bottom: none;
         }
      }

      @media (min-width: 768px) {
         .banner .card-footer a:first-child {
            border-right: 1px solid rgba(255, 255, 255, .25);
         }
      }

      .banner .card-footer a:hover {
         background-color: purple !important;
      }

      /*--------------------------------------------------------------
        # Base mínima contributiva
        --------------------------------------------------------------*/

      .bmc {
         text-align: center;
         background-color: #5852a7;
      }

      .bmc .btn-get-started {
         font-weight: 500;
         font-size: 15px;
         letter-spacing: 1px;
         display: inline-block;
         padding: 10px 35px;
         border-radius: 50px;
         transition: 0.5s;
         border: 1px solid #fff;
         color: #fff !important;
      }

      .bmc .btn-get-started:hover {
         background: #ffa500;
         border: 1px solid #ffa500;
      }

      .box {
         width: 100%;
         background-color: #f1f1f1;
         border: 1px solid #ccc;
         padding: 20px 0;
         border-radius: 5px
      }

      .box .h3 {
         font-size: 1rem;
         font-weight: bold;
         margin-bottom: 10px;
         text-align: center;
      }

      .box p {
         font-size: 1.7rem;
         color: #005588;
         line-height: 1.5;
         text-align: center;
         margin: 0;
      }

      .nota {
         font-size: .9rem;
         text-align: left;
      }

      .equal-height-buttons a {
         display: flex;
         align-items: center;
         justify-content: center;
         min-height: 100px;
         -moz-column-width: 130px;
      }

      #cuenta2 {
         /* color: #000; */
         display: flex;
         justify-content: start;
      }

      #cuenta1 {
         /* color: #000; */
         display: flex;
         justify-content: start;
      }

      #cuenta {
         /* color: #000; */
         display: flex;
         justify-content: start;
      }

      .btn-outline {
         background-color: transparent;
         color: #fff;
         border: 1px solid #fff;
         font-size: .9rem;
         border-radius: 3px;
         cursor: pointer;
         transition: all 0.3s ease-in-out;
      }

      .btn-outline:hover {
         background-color: #fff;
         color: #444 !important;
      }

      /* BTN */
      .btn-enlace {
         font-weight: 500;
         font-size: 14px;
         letter-spacing: 1px;
         display: inline-block;
         padding: 10px 25px;
         border-radius: 50px;
         transition: 0.5s;
         line-height: 1;
         color: #fff;
         border: 1px solid #fff;
         animation-delay: 0.8s;
      }

      .btn-enlace:hover {
         border: 1px solid orange;
         color: #444;
         color: #fff !important;
      }

      .btn-ingrese-aqui {
         background-color: #007bff;
         color: white;
         border: none;
         transition: all 0.3s ease;
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }

      .btn-ingrese-aqui:hover {
         background-color: #0056b3;
      }

      /*--------------------------------------------------------------
         # FacturaciÃ³n SICERE
         --------------------------------------------------------------*/

      .factura-sicere {
         background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
            url(../images/fondos/2.jpg) top center no-repeat;
         background-size: cover;
      }

      /*--------------------------------------------------------------
         # Cuenta regresiva
         --------------------------------------------------------------*/

      #cuenta {
         color: #fff;
         display: flex;
         justify-content: start;
      }

      #cuenta2 {
         color: #fff;
      }

      .simply-section {
         width: 95px;
         padding: 20px;
         display: flex;
         align-items: center;
         justify-content: center;
         margin: 10px 5px;
         background: #fff;
         border-radius: 3px;
      }

      #cuenta2 .simply-section {
         width: 95px;
         display: flex;
         align-items: center;
         justify-content: center;
         margin: 0px 5px;
         color: #214c72;
         border-radius: 3px;
      }

      .simply-section .simply-amount,
      .simply-section .simply-word {
         /* amounts and words */
         display: block;
         text-align: center;
      }

      .simply-section .simply-amount {
         /* amounts */
         font-size: 1.3rem;
      }

      #cuenta2 .simply-section .simply-amount {
         /* amounts */
         font-size: 1rem;
      }

      .simply-section .simply-word {
         /* words */
         font-size: 0.9rem;
      }

      .enlace a {
         color: #fff;
         opacity: 0.9;
         font-size: 1rem;
      }

      .enlace a:hover {
         color: var(--color-2);
      }

      /* Ribbon */
      .btn-container {
         position: relative;
      }

      .ribbon {
         position: absolute;
         top: -10px;
         /* Puedes ajustar según necesites */
         left: 50%;
         transform: translateX(-50%);
         background-color: crimson;
         color: #fff !important;
         font-size: 0.75rem;
         font-weight: bold;
         padding: 2px 8px;
         border-radius: 4px;
         white-space: nowrap;
         box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
         z-index: 2;
      }

      @media (max-width: 500px) {
         .enlace a {
            font-size: 0.9rem;
         }

         #cuenta {
            display: flex;
            flex-wrap: wrap;
         }
      }


      .prefooter .icon-ccsslogo {
         font-size: 5rem;
      }