body{
    margin:0;
    font-family:
    -apple-system,BlinkMacSystemFont,"Segoe UI",
    Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size:normal 10px;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
    background-color: skyblue
}
.body-header{
    background-color: lightblue ;
    height: 65px;
}
.container-logo {
    max-width:120px;
    max-height:120px;
    width: auto;
    height: auto;
}
.container-foto {    
    margin-left: 30%;
    width: 460px;
    height: 500px;
}
.div-agenda {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-style: solid;
    border-width: 1.2rem;
    border-color: white;
    border-radius: 2rem;
    display: inline-flexbox;
    align-content: center;
    justify-content: center;
    width: 75%;
    background-color: white;

}
.table-agenda {
    background-color: white;
}
.td-agenda {
    text-align: center;
}
.th-agenda {
    text-align: left;
}

th-agenda.center {
    text-align: center;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}
