@font-face {
    font-family: Bodoni;
    src: url(fontes/BauerBodoniStd-BlackCond.otf);
    font-weight: bold;
}

@font-face {
    font-family: Bodoni;
    src: url(fontes/BauerBodoniStd-Roman.otf);
    font-weight: normal;
}

* {
    margin: 0;
    box-sizing: border-box;
}






#contentor {
    background-color: rgb(121, 28, 129);
    width: 75%;

    margin-left: auto;
    margin-right: auto;


    border: 3px solid rgb(122, 9, 1);;
    padding: 40px;
}

#cabecalho {
    background-color: white;
    padding: 30px;

    border-bottom: 3px solid rgb(122, 9, 1);;
    margin-bottom: 50px;
}

.seccoes {
    background-color: rgb(255, 255, 255);
    padding: 30px;

    margin-bottom: 50px;
}



h2 {
    color: rgb(121, 19, 1);
    color: rgb(122, 9, 1);;
        font-family: Bodoni, serif;
        font-weight: bold;
        font-size: 40px;
}

h1 {
    color: rgb(122, 9, 1);
    font-family: Bodoni, serif;
    font-weight: bold;
    font-size: 40px;
}

h4 {
    color: rgb(122, 9, 1);
    color: rgb(122, 9, 1);
    font-family: Bodoni, serif;
    font-weight: bold;
    font-size: 40px;
}

h5 {
    color: black;
    font-family: Bodoni, serif;
    font-weight: normal;
    font-size: 20px
}

p {
    color: black;
        font-family: Bodoni, serif;
        font-weight: normal;
        font-size: 20px;
}
        



p {
    font-family: Bodoni, serif;
    font-weight: normal;
    font-size: 20px;

    line-height: 2;
}


img {
    width: 50% ;
}

#logo {
    width: 150px;
}

#A {
    width: 150px;
}

#abc {
    width: 350px;
}
@media (max-width: 500px) {

#aplicaflex {
    display: flex;
    align-items: center;
}

#texto {
    width: 100%;
}

#aplicaflex {
    flex-direction: column;
}

#texto {
    width: 100%;
}

}