@media screen and (max-width: 767px) {

    .mobile_block{
        display: block;
    }

    #prev, #next{
        display: none;
    }
    .item {
        width: 24.375rem;
    }
    
    #wrapper {
        margin: 0rem;
    }

    .slide-left {
        -webkit-animation: none;
        animation: none;
    }

    .content_collection {
        width: 98dvw;
        height: auto;
        top: 50%;
        left: 48%;
        /* transform: translate(-48%, -24%); */
        justify-content: center;
        align-items: center;
        display: grid;
        grid-template-columns: 100%;
        gap: 3%;
        font-size: 3.5rem;
        padding-bottom: 1rem;
    }

    .text_collection {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mobile_none{
        display: none;
    }


    
    #wrapper{
        margin-bottom: 1.5rem;
    }
    
    
    .options_collection_butons {
        margin: auto;
        display: grid;
        width: 100vw;
        transform: translate(0%, 0%);
        gap: 2rem;
        align-items: center;
    }

    .button-fashion a, .button-concept a{
        width: 15rem;
        text-align: center;
    }

    .options_collection {
        margin-top: 21rem;
        width: 100%;
    }

    #conceito {
        margin-top: 0rem;
    }

    #fashion-film .section-title span {
        font-size: 3.125rem;
    }

    .gallery-item-video video {
        height: auto;
        padding-bottom: 0px;
    }

    .section-title {
        padding: 0px 0;
    }

    #contact h3, #contact h4{
        font-size: 1.40rem;
        line-height: 1.4;
        margin: 1rem;        
    }

    #contact .description-title{
        display: none;
    }

    .contact-trotter {
        margin: 3rem 1px 10px 1px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
    .content_collection {
        width: 100%;
        background-color: #1d1d1d;
        height: 39rem;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 45%;
        /* transform: translate(-45%, 9%); */
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        display: grid;
        grid-template-columns: 20% 60%;
        color: #ffffff;
        gap: 10%;
    }

    .title_collection{
        height: 30rem;
    }

    .slide-left {
        -webkit-animation: none;
        animation: none;
    }

    .tablet_block{
        display: block;
    }

    .banner_seja_revendedor .mobile_none{
        display: none;
    }

    .banner_seja_revendedor #collection_contact .btn-wrap {
        width: 36rem;
    }

}