.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 50%;
    height: 50%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 70%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 80%;
    opacity: 0.4;
    margin-top: 10px;

}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid blue;
    border-radius: 1rem;
}

.swiper-slide img {
    display: block;
    width: 50rem;
    height: 30rem;
    object-fit: cover;
    border-radius: 10px;
}

.mySwiper .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.pad {
    margin: 0 50px;
}

.detaildata {
    margin:3rem 0;
}

.swiper-button-next, .swiper-button-prev{
    background-color: rgba(0, 0, 0, 0.124);
    padding: 4px;
    opacity: .5;
    border: 2rem;
}
.article_img{
    border: 1px solid blue !important;
    height: 13rem;
    object-fit: cover;
}

.menu {
    background-color: transparent;
}
.page_number{
    padding: 0 8px;
}
@media all and (min-width:360px) and (max-width:960px) {

    .menu {
        background-color: rgba(255, 255, 255, 0.76);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}
@media all and (min-width:360px) and (max-width:720px) {
    .mySwiper2 {
        height: 70%;
        width: 100%;
    }
    .meu {
        opacity: 0;
    }

    .pad {
        display: none;
    }

    .detaildata {
        margin-top: 1rem;
    }

}