body {
    background: #D9D9D9;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.content-body {
    padding: 2% 4%;
}

.header-content {
    height: 200px;
    background-image: url(images/bgheader.png);
    border-radius: 39px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.logo {
    margin-bottom: 30px;
}

#hour {
    color: white; 
    font-size: 80px; 
    font-family: 'Roboto'; 
    font-weight: 200; 
    letter-spacing: 8.64px; 
    word-wrap: break-word;
    margin-left: 100px;
}

.classroom-detail {
    background: white; 
    border-radius: 27px;
    margin-right: 100px;
    padding: 20px 100px 20px 50px;
}

#classroom-name {
    color: #0D5F8B; 
    font-size: 48px; 
    /* font-family: 'Gill Sans';  */
    font-weight: 700; 
    letter-spacing: 4.32px; 
    word-wrap: break-word;
    margin-bottom: 10px;
}

#classroom-state {
    border-radius: 12px; 
    text-align: center; 
    color: white; 
    font-size: 24px; 
    /* font-family: 'Gill Sans';  */
    font-weight: 700; 
    letter-spacing: 1.44px; 
    word-wrap: break-word;
    padding: 10px;;
    /* margin-right: 100px; */
}

#classroom-state.busy {
    background: #FF4545; 
    border: 2px #FF4545 solid;
}

#classroom-state.free {
    background: #2DB298; 
    border: 2px #2DB298 solid;
}

.content-classroom {
    margin-top: 30px;
}

.content-classroom .title-content {
    color:#0D5F8B; 
    font-size: 36px; 
    /* font-family: 'Gill Sans';  */
    font-weight: 400; 
    letter-spacing: 3.24px; 
    word-wrap: break-word;
    margin-bottom: 30px;
}

#container {
    display: flex;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
}

.classroom {
    background: #fff;
    box-shadow: 2px -6px 21.5px -8px rgba(0, 0, 0, 0.17); 
    border-radius: 17px; 
    /* border: 1px solid; */
    /* font-family: 'Gill Sans'; */
    width: 28%;
    padding: 40px;
    margin-right: 12px;
    margin-bottom: 12px;;
}

.classroom-active {
    background: linear-gradient(141deg, rgba(255, 255, 255, 0.60) 22%, rgba(45, 178, 152, 0.60) 100%);
}

.classroom-title {
    color: #0D5F8B; 
    font-size: 24px; 
    font-weight: 700; 
    letter-spacing: 2.16px; 
    word-wrap: break-word;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.classroom-subtitle {
    color: black; 
    font-size: 24px; 
    font-family: 'Roboto'; 
    font-weight: 400; 
    word-wrap: break-word;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.classroom-hour-people {
    display: flex;
}

.classroom-hour {
    text-align: center; 
    color: #0D5F8B; 
    font-size: 24px; 
    font-weight: 700; 
    letter-spacing: 1.44px; 
    word-wrap: break-word;
    border-radius: 12px; 
    border: 2px #0D5F8B solid;
    padding: 16px 32px;
    margin-right: 20px;
}

.people {
    display: flex;
    align-items: center;
    color: black; 
    font-size: 32px; 
    font-family: 'Roboto'; 
    font-weight: 700; 
    letter-spacing: 2.88px; 
    word-wrap: break-word;
}

.people img {
    margin-right: 5px;
}
