.what {
    background-color: #0098a3;
    padding: 2rem 3rem;
    text-align: center;
}

.what h2 {
    background-color: #e50146;
    color: white;
    font-weight: bold;
    width: auto;
    float: left;
    font-family: 'Bebas Neue', cursive;
    padding: 1rem;
    border: 2px solid white;
}

.data-mining {
    background-color: transparent;
    color: white;
    padding: 2rem;
}

.data-mining a {
    color: white;
    margin-left: 10px;
}

.directions {
    background-color: #0098a3;
    padding: 2rem 3rem 2rem 3rem;
    width: 100%;
    color: white;
}

.directions a {
    color: white;
}

.directions .fa {
    margin-left: 5px;
}

.directions .fa-brands {
    margin-left: 5px;
}

body {
    font-family: 'Roboto', sans-serif;
}

.square {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
    /* = width for a 1:1 aspect ratio */
    margin: 1.66%;
    background-color: #FC5C2E;
    overflow: hidden;
    color: white;
}

.inactive {
    background-color: #D6D8D8;

    background: url('img/wip.png');
}

.content {
    position: absolute;
    height: 90%;
    /* = 100% - 2*5% padding */
    width: 90%;
    /* = 100% - 2*5% padding */
    padding: 5%;

}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell p {

    font-weight: bold;
    font-size: 2em;
    background-color: rgba(0, 0, 0, 0.7)
}

.peu {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    width: 100%;
    margin: 0;
    padding: 0;
}

h4 {
    font-family: 'Slabo 27px', serif;
    text-align: center;
    font-weight: bold;
    font-size: 27px;
}

h5 {
    font-family: 'Slabo 27px', serif;
    font-weight: bold;
    font-size: 22px;
}

label {
    font-weight: normal;
}

.btn {
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

.square {
    float: left;
    position: relative;
    width: 20%;
    padding-bottom: 20%;
    /* = width for a 1:1 aspect ratio */
    margin: 1.66%;
    background-color: #FC5C2E;
    overflow: hidden;
    color: white;
}

.inactive {
    background-color: #D6D8D8;

    background: url('img/wip.png');
}

.content {
    position: absolute;
    height: 90%;
    /* = 100% - 2*5% padding */
    width: 90%;
    /* = 100% - 2*5% padding */
    padding: 5%;

}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell p {

    font-weight: bold;
    font-size: 2em;
    background-color: rgba(0, 0, 0, 0.7)
}

#help {
    color: red;
    font-weight: bolder;
}

.principal {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 2rem;
}

.demanda {
    margin-top: 15px;
}

.footer {
    background-color: #0098a3; 
    margin:0; 
    margin-top: 3rem;
    width:100%"
}

.caixa-home  {
    border: 1px solid black;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.caixa-home h5 {
    font-size: 2rem;
}

.dades-box {
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 1rem;
}

.page-info {
    margin-left: 2rem;
    
}

.fa-pen-to-square {
    cursor: pointer;
}

.label-custom {
    border: 1px solid black;
    color: black;
    background-color: white;
    padding: 5px;
    margin-right: 2px;
    margin-bottom: 2px;
    display: inline-block;
}

.header-img {
    text-align: center !important;
    display: inline;
}

.documents .row {
    border-bottom: 1px solid black;
    margin:5px;
}

#logout {
    cursor: pointer;
}