.flexMed{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.cardMed{
    height: 215px;
    width: 300px;
    border: 1px solid #808080;
    margin-right: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width:690px){
    .cardMed{
        margin-left: 50px;
    }
}

.cardMedTitulo{
    height: 90px;
    background-color: #1a4385;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    margin-bottom: 10px;
}



.cardMedTitulo h2{
    margin-top: 0px;
    padding: 20px;
    font-size: 18px !important;
    text-align: center;
}



@media screen and (max-width:500px){
    .ajusteMenuInterno{
        margin-top: 80px !important;
    }
    .cardMed{
        height: auto;
    }
    .cardMedTitulo{
        height: auto;
    }
    .central{
        margin-left: 10% !important;
    }
}

@media screen and (max-width:376px){
    .ajusteMenuInterno{
        margin-top: 20px !important;
    }
}

@media screen and (max-width:501px){
    table th, table tr, table td{
        font-size: 12px ;
    }
}

@media screen and (max-width:420px){
    table th, table tr, table td{
        font-size: 10px ;
    }
}

.flexInformacoes{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.flexCardInformacoes{
    width: 400px;
    height: 250px;
    border: .5px solid #808080;
    border-radius: 10px;
    margin-bottom: 20px !important;
    list-style-type: none !important;
    background-color: #336CB2;
}

.flexCardInformacoes h4{
    padding: 10px;
    text-align: center;
    color: white;
}

.flexCardInformacoes p {
    text-align: justify;
    padding: 10px;
    color: white;
}

@media screen and (max-width:992px){
    .flexCardInformacoes{
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width:720px){
    .flexCardInformacoes{
        width: 400px;
        height: 200px;
    }
}

@media screen and (max-width:490px){
    .flexCardInformacoes{
        width: 280px;
        height: auto;
        min-height: 250px;
    }
}

@media screen and (max-width:768px){
    .panel-group .panel{
        width: auto !important;
    }
    .panel-title{
        padding-right: 20px !important;
    }
}

.ajusteTituloSabia{
    margin-top: 80px;
}

.panel-title{
    padding-right: 40px;
}

