main {
    margin: 0 !important;
}

.one-time {
    position: relative;
    overflow: hidden;
}

.home-banner {
    overflow: hidden;
    position: relative;
    height: fit-content;
    box-shadow: 0px 16px 26px 4px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0px 16px 26px 4px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 16px 26px 4px rgba(0, 0, 0, 0.51);
}

.homepage-banner {
    width: 100%;
    max-height: 950px;
}

.homepage-banner img {
    position: relative;
    z-index: -22;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-info {
    position: absolute;
    bottom: 0;
    z-index: 22;
    background: #000000;
    background: linear-gradient(95deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 25rem;
}

.banner-info p {
    color: #fff;
    margin-bottom: 2rem;
}

.a-btn a {
    margin-bottom: 0;
    color: #fff;
}

.banner-info:hover .a-btn a {
    color: var(--secundary-color);
}

.banner-info:hover .a-btn .hr-line-btn {
    background-color: var(--secundary-color);
    width: 4.5rem;
    height: 4px;
    margin-right: 1rem;
    border-radius: 40px;
}

.banner-info span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 360%;
    line-height: 3.5rem;
    height: 5rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: rgba(255, 255, 255, 0.8) !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 10rem !important;
}

.owl-nav {
    position: absolute;
    bottom: 50%;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2.5%;
}