body {
    max-width: 100%;
   /* overflow: hidden;*/
    margin: 0;
    padding: 0;
    

    
    
}

#cabecalho {
    background-color:  	#15518F;
    padding: 31px;
}



.img {
    background-image: url("imagem/TaurusTech7.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 87vh;
    margin: 0;
    
    
}








