/*drop-content-responsive*/
@media (min-width: 250px) and (max-width: 412px){
    #last_drop_content{
        transform: translateX(-35px);
        transition: 0.5s ease-in-out;
    }
}
@media (min-width:0px) and (max-width:540px) {
    .drop_content > a{
        padding: 10px;
    }
    .rs_header{
        width: 16px;
    }
}

/*Slide de imagens inicial*/
@media (max-width: 950px) {
    #imagem {
        width: 100vw;
        height: 30%;
    }
    header > img {
        width: 20vw;
    }
    .image-indicators{
        bottom:100px
    }
}
@media (max-width: 768px) {
    #imagem {
        width: 100vw;
        height: 20%;
    }
    header > img {
        width: 20vw;
    }
}
@media (max-width: 480px) {
    #imagem {
        width: 100vw;
        height: 10%;
    }
    header > img {
        width: 25vw;
    }
}

/*Imagens Rodapé*/
@media (max-width:768px){
    .rs_footer{
        width: 50px;
    }
}
@media (max-width:480px){
    .rs_footer{
        width: 40px;
    }
}
/*CAIXAS DE TEXTO*/
@media (max-width:450px){
    section{
        width: 85vw;
        border-radius: 0px;
        margin: 10px;
    }
}
/*videos*/
@media (max-width:850px){
    .img_e_vid{
        flex-direction:column;
    }
    img.details_img{
        width: 90%;
    }
    .details_video{
        padding-top: 20px;
        width: 60%;
        border-radius: 10px;
        border: 0px ;
        box-shadow: 0px 0px 0px;
    }
}

/*Depoimentos clientes*/

@media (max-width: 899px) {
    #img_avaliacao900px{
        width: 100vw;
        display: block;
    }
    .avaliacoes{
        display: none;
    }
}