html,
body {
    overflow: hidden;
}

.container-home-media {
    height: 100vh;
}

.container-home {
    margin-top: 10px;
}

.center-image-container img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.swiper-slide img {
    border-radius: 0.4rem;
    max-height: 88vh;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.whatsapp-link {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    opacity: 0.7;
}

.whatsapp-link .fa-brands {
    color: #949494;

}

.whatsapp-link .fa-brands:hover,
.msg:hover {
    color: #5a5a5a;
}

@media (max-width: 576px) {
    .swiper-slide img {
        border-radius: 0px;
        max-height: none;
    }

    .bg-body-tertiary-custom {
        border-bottom: none !important;
    }
}