/*

 * style.css 

 */



* {

    font-family: 'Ubuntu', sans-serif;

}



html {

    height: 100%;

}



body {

    min-height: 100%;

}



body, html {

    margin: 0; padding: 0;

}

img {

    max-width: 100%;

    height: auto;

}


.senha{
    height: 139px;
    background-color: #33CCFF;
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 30px;
    padding: 28px;
}
.senha small{
        font-size: 20px;

}
.senha p{
    font-weight: bold
}


.sala{
    height: 139px;
    background-color: #fff;
    text-align: center;
    padding: 14px;
    color: #33CCFF;
    font-size: 42px;
    line-height: 30px;
    padding: 28px;

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

}
.sala p{
    font-weight: bold
}

.titulo{
    height: 50px;
    background-color: #33CCFF;
    text-align: center;
    padding: 14px;
    color: #fff;
}







.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 - 130px);

}



#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;

}

