@media screen and (max-width: 3900px){
    .escopofoto{width: 276px;}
    }
    
@media screen and (max-width: 690px){
    .escopodabarra{overflow-x: scroll;}
    
}
@media screen and (max-width: 670px){

    body, html {height:100%;}
    .escopodecurriculo{display: flex;flex-direction:column;}
    .subescopodocurriculo{}
    .CaixaSobremim{flex-direction:column;width: 100%;height: auto;}
    .escopofoto{width: 50%}
    #escopofoto-CSm{width: 100%;margin-bottom: 12px;}
    .escopotext-CSm{
        width: 100%;height:100%;
        margin-right: 0px;
    }
    .blocktext h2{margin: 0px;margin-top: 0px;}
    
}
@media screen and (max-width: 400px){
    .subescopodocurriculo{display: flex;flex-direction:column;} 
    .escopofoto{width:200px;display: inline-block;}

}
@media screen and (max-width: 280px){
    .subescopodocurriculo{display: flex;flex-direction:column;} 
    .escopofoto{width:200px;display: inline-block;}

}
@media screen and (max-width: 234px){
    .subescopodocurriculo{display: flex;flex-direction:column;} 
    .escopofoto{width:150px;display: inline-block;}

}