/*
 * style.css 
 */

* {
    font-family: 'Ubuntu', sans-serif;
}

html {
    margin: 0; 
    padding: 0;
    /*height: 100%;*/
    font-size: 16px;
}

body {
    margin: 0; 
    padding: 0;
    /*min-height: 100%;*/
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
}

.coluna-esquerda {
    background-color: #005b36;
    padding: 0px; 
    height: calc(100vh - 0px);
}

.coluna-direita {
    padding: 0px; 
    /*height: calc(100vh - 0px);*/
}

.div_do_video {
    /*height: 69vh;*/
}

.senha {
    background-color: #fff;
    text-align: center;
    color: #005b36;
    font-size: 42px;
    /*padding: 30px;*/
    /*max-height: 100%;*/
    position: relative;
    /*min-height: 153px;*/
    /*height: 181px;*/
}

.senha small {
    font-size: 20px;
}

.senha p {
    font-weight: bold;
    font-size: 6vw; /* original: 79px; */
    padding: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.sala {
    /*background-color: #005b36;*/
    text-align: center;
    /*padding: 30px;*/
    color: #fff;
    font-size: 42px;
    /*min-height: 100%;*/
    position: relative;
}

.sala small {
    font-size: 20px;
}

.sala p {
    font-weight: bold;
    font-size: 6vw; /* original: 79px; */
    padding: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.tabela_ultimos_atendimentos {
    font-size: 1.9vw; /* original: 27px; */
}

.titulo {
    /*height: 60px;*/
    background-color: #005b36;
    text-align: center;
    padding: 14px;
    color: #ffffff;
    font-size: 2vw; 
    padding: 10px;
}

/*.container, .container-fluid {
    background-color: #fff;
    height: 100vh;
    position: relative;
}*/

.imgwidth {
    width: 100%;
    height: calc(100vh - 130px);
}

header {
    height: 80px;
    background: url(../img/bg-topo.jpg) no-repeat center top;
    background-size: cover;
    border-bottom: 2px solid #24d1d5;
    margin-bottom: 10px;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 78px;
    color: #29c3c7;
}

#main {
    /*height: calc(100vh - 0px);*/
    padding: 0px;
}

.passou tr {
    height: calc((100vh - 900px)/5);
} 

/*#main .row {
    height: calc((100vh - 190px)/5);
}

#main .row:first-child {
    height: 60px;
}

#main .row [class*=col] {
    text-align: center;
    position: relative;
    height: calc((100vh - 190px)/5);
}

#main .row:first-child [class*=col] {
    height: 60px;
}

#main .row:first-child [class*=col] p {
    line-height: 45px;
    background-color: #29c3c7;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
}

#main .row [class*=col] .nome {
    text-align: left;
}

#main .row [class*=col] p {
    text-align: center;
    position: absolute;
    top: 0;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: #bce2e3;
    color: #0b6b6d;
    font-size: 32px;
    padding: 5px 10px;
    margin: 0;
    border-radius: 6px;
    line-height: calc((100vh - 260px)/5);
    overflow: hidden;
}

#main .row [class*=col] p.ftmaior {
    font-size: 38px;
    font-weight: 700;
}*/

footer {
    height: 40px;
    background: url(../img/bg-footer.jpg) no-repeat center top;
    background-size: cover;
}

footer p {
    color: #18787a;
    line-height: 40px;
    margin: 0;
}
