body{
    padding: 50px;
   font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-size: larger;
   font-style: oblique;
   color: black;
   text-transform: uppercase;
   letter-spacing: 2px;
   background-color: rgb(172, 176, 176);
}
.divcatalogo{
    display: flex;
    flex-direction: column;
    align-items: center;
   

    
}
.divcatalogofilho{
    height: 100px;
    width: auto;
    color: black;
}
.imgportao{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    align-items: center;
}
.imgalarme{
    display: flex;
    flex-direction: column;
    align-items: center;

}