.topoMortalidadeInfantil {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 6em;
    gap: 1em;
}

.topoMortalidadeInfantilTitle h1 {
    display: inline;
    border-bottom: 2px solid black;
    padding: 0.5em;
    font-size: 38px;
}

.topoMortalidadeInfantilTitle p {
    margin-top: 2em;
    text-align: center;
    font-size: 20px;
    width: 950px;
    margin-bottom: 3em;
}

.topoMortalidadeInfantilTitle h4 {
    font-size: 25px;
}

.topoMortalidadeInfantilCont{
    display: flex;
    border: 1px solid black;
    padding: 3em;
    border-radius: 12px;
    box-shadow: 5px 5px 10px #8888889f;
    margin: 0 0 10em 0;
    
}

.topoMortalidadeInfantilCont p {
    width: 500px;
    font-size: 23px
}


.topoMortalidadeInfantilList{
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
}

.topoMortalidadeInfantilList h3{
    font-size: 30px;
}

.topoMortalidadeInfantilList li{
    font-size: 22px;
}

.topoMortalidadeInfantilGraph{
    margin: 2em 0 5em 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.topoMortalidadeInfantilGraphTitle p{
    font-size: 21px;
}

.topoCombateDoencas{
    margin-top: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 99, 175);
    width: 100%;
}

.topoCombateDoencas{
    margin-top: 5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 99, 175);
    width: 100%;
    color: whitesmoke;
}

.topoCombateDoencas h1{
    border-bottom: 2px solid whitesmoke;
    margin: 2em 0 2em 0;
    font-size: 25px;
    padding: 0.5em;
    font-size: 35px;
}

.topoCombateDoencas li {
    list-style-type: none;
}


.topoCombateDoencas p{
    margin: 3em 1em 3em 1em;
    font-size: 22px;
    border: 2px solid #f1f1f1;
    border-top-right-radius: 10px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 100px;
    padding: 1em;
    text-align: center;
    
}

.proposta {
    display: flex;
    justify-content: center;
    width: 100%;   
}

.proposta img {
    width: 65%;   
}

canvas{
    width: 900px;
    height: 600px;
}

button{
    background-color: rgb(34, 91, 214);
    border: none;
    padding: 1em;
    color: white;
    border-radius: 12px;
    font-size: 14px;
}

button:hover{
    cursor: pointer;
    background-color: rgb(25, 65, 151);
} 

@media screen and (max-width:1197px){
.topoMortalidadeInfantilCont{
   width: 1000px;
   gap: 2em;
}

.proposta img {
    width: 80%;
}
}

@media screen and (max-width:912px) {

.topoMortalidadeInfantilTitle p{
    width: 700px;

}

.topoMortalidadeInfantilCont {
    width: 700px;
    gap: 3em;

}
}

@media screen and (max-width:600px){
.topoMortalidadeInfantilTitle{
    margin: 1em 0;
    width: 400px;
}

.topoMortalidadeInfantilTitle h1{
    text-align: center;
    font-size: 20px;
    
}

.topoMortalidadeInfantilTitle p {
    margin: 2.5em auto;
    width: 300px;
    flex-wrap: wrap;
    font-size: 20px;

}

.topoMortalidadeInfantilTitle h4{
    font-size: 17px;
}

.topoMortalidadeInfantilList h3{
    font-size: 20px;
}

.topoMortalidadeInfantilCont{
    gap: 1em;
    flex-direction: column;
    width: 350px;
}

.topoMortalidadeInfantilCont p{
    margin: 0 auto;
    width: 250px;
    font-size: 18px;
}

.topoMortalidadeInfantilList{
    width: 250px;
}

.topoMortalidadeInfantilListItens{
    width: 200px;
}

.topoMortalidadeInfantilListItens li{
    font-size: 18px;
}

.topoMortalidadeInfantilGraphTitle{
    width: 350px;
    text-align: center;
}

.topoMortalidadeInfantilGraphTitle p{
    font-size: 18px;
}

canvas {
    width: 380px;
    height: 1500px;
}

.topoCombateDoencas h1 {
    text-align: center;
    padding: 1em;
}

.topoCombateDoencas p{
    padding: 2em;
    overflow: hidden;
    font-size: 17px;
}

.proposta {
    width: 100%;
}

.proposta img {
    width: 105%;
}
}