.tit-modulo {
    background-color: #0E4E5A;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.titulo-card-1 {
    background-color: blue;
    border-radius: 5px 5px 0px 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
}

.titulo-card-2 {
    background-color: green;
    border-radius: 5px 5px 0px 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
}

.titulo-card-3 {
    background-color: red;
    border-radius: 5px 5px 0px 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
}

.titulo-card-4 {
    background-color: rgb(226, 168, 8);
    border-radius: 5px 5px 0px 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
}

.big-select {
    height: 50px;
    font-size: 20px;
    width: 50%;
    border-radius: 5px;
}
.big-button {
    height: 50px;
    font-size: 20px;
    width: 50%;
    background-color: #0E4E5A;
    border-color: #0E4E5A;
}

.big-button:hover {
    height: 50px;
    font-size: 20px;
    width: 50%;
    background-color: #000;
    border-color: #000;
}

#myClock {
    position: fixed;
    top: 8px;
    left: 4px;
    border: 1px solid red;
    border-radius: 5px;
    padding: 3px 3px;
}