.campoconube{
    border-radius: 2.5em;
    border: 1px solid #CCCBD2;
    box-sizing: border-box;
}
.botaoproximo {
    width: 150px;
    height: 48px;
    border: 1px solid #eb6d1c;
    background-color: #eb6d1c;
    color: white;
    border-radius: 4.5em;
    box-sizing: border-box;
    margin-left: 1%;
    font-weight: bold;
    font-size: small;
}
    .botaoproximo:hover {
        width: 150px;
        height: 48px;
        border: 1px solid #edab80;
        background-color: #edab80;
        color: white;
        border-radius: 4.5em;
        box-sizing: border-box;
        margin-left: 1%;
        font-weight: bold;
        font-size: small;
    }
.botaovoltar {
    width: 103px;
    height: 48px;
    border: 1px solid #eb6d1c;
    color: #eb6d1c;
    border-radius: 4.5em;
    box-sizing: border-box;
    font-weight: bold;
    font-size: small;
}
.conteudocard{
    padding: 2.5em 3.5em 2.5em 3.5em;
}
.advertenciadadospill {
    border: 2px solid #eb6d1c;
    box-sizing: border-box;
    text-align: center;
    background-color: #FFEEDC;
    color: #eb6d1c;
    border-radius: 0.7em;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.textoheadercard{
    color:black; 
    padding-left: 2em;
}
.textoresumo{
    line-height: 32px;
}
.botaohorarioagenda{
    border-radius: 1.5em; background-color: #48AE9F; color: white; font-size: smaller; width: 100%; height: 100%;
}
.botaohorarioagenda:hover {
    border-radius: 1.5em; background-color: #318478; color: white; font-size: smaller; width: 100%; height: 100%;
}
.backgroundaccordion{
    background-color: #F7F7FA;
}
.card-header{
    background-color: #F7F7FA;
    border: 1px solid #CCCBD2;
    box-sizing: border-box;
    border-radius: 0px;
    color: #573DA8;
}
