@media screen and (min-width: 320px) {
    .class-desktop-quem-somos {
        display: none;
    }
    .class-mobile-quem-somos{
        margin: 10% 0 0 0;
        background-image: url('../../media/photo/quem-somos/mobile1.jpeg');
        background-size: cover;
        background-position: center;
    }
    .filter-image{
        padding: 5%;
        background-color: rgba(0,0,0,0.5);
        
    }
    .filter-image p{
        font-weight: 300;
    }


}

@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {
  
}

@media screen and (min-width: 992px) {
    .class-mobile-quem-somos {
        display: none;
    }

    .class-desktop-quem-somos {
        display: block;
    }

    #video-background2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    
    .title-quem {
        position: absolute;
        font-size: 90px;
        font-weight: 600;
        padding-left: 18%;
    }

    .title-somos {
        position: absolute;
        font-size: 90px;
        font-weight: 600;
        padding-left: 3%;
    }

    .title-nova-forma {
        font-size: 30px;
        text-align: center;
        margin-top: 10%;
        font-weight: 500;
    }

    .text-1 {
        margin-top: 5%;
        font-size: 15px;
        font-weight: 300;
    }

    .text-2 {
        margin-top: 30%;
        font-size: 15px;
        font-weight: 300;
    }
}

@media screen and (min-width: 1200px) {
    .class-mobile-quem-somos {
        display: none;
    }

    .class-desktop-quem-somos {
        display: block;
    }

    #video-background2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

   

    .title-quem {
        position: absolute;
        font-size: 100px;
        font-weight: 600;
        padding-left: 20%;
    }

    .title-somos {
        position: absolute;
        font-size: 100px;
        font-weight: 600;
        padding-left: 3%;
    }

    .title-nova-forma {
        font-size: 30px;
        text-align: center;
        margin-top: 10%;
        font-weight: 500;
    }

    .text-1 {
        margin-top: 5%;
        font-size: 15px;
        font-weight: 300;
    }

    .text-2 {
        margin-top: 30%;
        font-size: 15px;
        font-weight: 300;
    }
}

@media screen and (min-width: 1364px) {
    .class-mobile-quem-somos {
        display: none;
    }

    .class-desktop-quem-somos {
        display: block;
    }

    #video-background2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    
    .title-quem {
        position: absolute;
        font-size: 110px;
        font-weight: 600;
        padding-left: 22%;
    }

    .title-somos {
        position: absolute;
        font-size: 110px;
        font-weight: 600;
        padding-left: 2%;
    }

    .title-nova-forma {
        font-size: 30px;
        text-align: center;
        margin-top: 10%;
        font-weight: 500;
    }

    .text-1 {
        margin-top: 5%;
        font-size: 20px;
        font-weight: 300;
    }

    .text-2 {
        margin-top: 23%;
        font-size: 20px;
        font-weight: 300;
    }
}

@media screen and (min-width: 1600px) {
    .class-mobile-quem-somos {
        display: none;
    }

    .class-desktop-quem-somos {
        display: block;
    }

    #video-background2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
    
   
    .title-quem {
        position: absolute;
        font-size: 130px;
        font-weight: 600;
        padding-left: 23%;
    }

    .title-somos {
        position: absolute;
        font-size: 130px;
        font-weight: 600;
        padding-left: 3%;
    }

    .title-nova-forma {
        font-size: 40px;
        text-align: center;
        margin-top: 10%;
        font-weight: 500;
    }

    .text-1 {
        margin-top: 7%;
        font-size: 23px;
        font-weight: 300;
       
    }

    .text-2 {
        margin-top: 20%;
        font-size: 23px;
        font-weight: 300;
        word-spacing: 0.20em;
        letter-spacing: 0.020em;
       
    }
}