* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
   background-color: rgb(56, 56, 56);

}

header > a > img {
    height: 50px;
}

header {
    background: rgb(128, 128, 128);
    margin: 0.7rem;
    padding: 0 1rem 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid black;
    border-radius: 10px;
}

#contate {
    background: rgb(122, 23, 23);
    border: solid;
    text-decoration: none;
    color: inherit;
}

#contate > div {
    padding: 0.1rem;
}

header > #contate > div > p {
    color: rgb(255, 0, 0);
}

/*
fim do header
inicio do banner
*/

.banera {
    width: 100%;
}

.banera > img  {
    width: 100%;

}

/*
fim do banner
inicio do texto de introdução
*/

.texto-comum {
    padding: 20px 35px;
}

.texto-comum > h2 {
    margin: 15px 0px 15px 60px;
}

.texto-comum > p {
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-align: justify;
    color: rgb(255, 0, 128);
}

/*
fim do texto de introdução
inicio dos links de downloads
*/

.downloads {
    height: 50px;
    width: 80%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    justify-self: center;
    margin: 50px 0;
}

.download-button {
    border: solid;
    display: flex;
    height: 5rem;
    width: 13rem;
    border-radius: 30px;
    overflow: hidden;
    background: grey;
    padding: 5px;
    text-decoration: none;
    color: inherit;
}

.download-button:hover {
    color: red;
    transform: scale(110%);
}

.download-font-img {
    flex: 1.5;
}

.download-font-img > img {
    width: 100%;
    height: 100%;
}

.download-font {
    display: flex;
    flex: 2.5;
    align-items: center;
    justify-content: center;
}

.download-font > p {
    font-size: 1.6rem;
}
ol {
    font-size: 30px;
    margin-left: 60px;
    color: rgb(0, 255, 255);
}

h2 {
    color: rgb(0, 255, 255);
}

/*  
    fim do article
    inicio do footer
*/

footer {
    justify-content: center;
    padding: 3px 45px;
    background: rgb(128, 128, 128);
    margin: 0.7rem;
    margin-top: 3rem;
    align-items: center;
    border: solid black;
    border-radius: 10px;
    font-size: 1.3rem;
}

footer > h2 {
    margin-left:60px ;
    color: black;
}

footer > P {
    margin: 0px;
}

#obrigado-pela-visita {
    margin: 6px;
    justify-self: center;
    font-size: 30px;
}

#copiright {
    margin-left: 30px;
}

/*  
    fim do footer
*/
