html {
    margin-top: 0 !important;
}

/* .menu > li > a {
  @apply nav-link;
} */

.swiper {
  width: 100%;
}


    .swiper-pagination-bullet {
        width: 15px;
        height: 8px;
        border-radius: 5px;
        transition: all 0.3s;
        background: white;
        opacity: 0.3;
    }

    .swiper-pagination-bullet-active {
        width: 25px;
        background-color: var(--primary-green);
        opacity: 1;
    }


    .box-footer-navegation ul li {
        margin-bottom: 10px;
    }