
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}
.estrutura-home {
    background-color: #114e94;
    height: 100%;
}
.box-conteudo-esquerda-estrutura {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 10px 40px 10px 50px;
    background: url("/assets/img/fundo.jpg") !important;
    background-repeat: repeat !important;
    background-position: left !important;
}
.box-conteudo-esquerda {
    text-align: center;
}
img.logo {
    width: 100%;
    margin-bottom: 20%;
}
.box-conteudo-esquerda h1 {
    font-size: 2.5em;
    font-weight: bold;
    color: #1565c0;
}
.box-conteudo-esquerda h2 {
    font-size: 2em;
    font-weight: bold;
    color: #1565c0;
}
.box-conteudo-direita-estrutura {
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    padding: 50px;
    display: flex;
}
.box-conteudo-direita-estrutura h1 {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.box-conteudo-direita-estrutura p {
    font-size: 1.6em;
}
.copy {
    text-align: right;
}
.copy p {
    font-size: 0.8em;
    color:#3987df;
}
i.relogio {
    font-size: 2em !important;
    color:#1f3e62;
}
.box-color-verde {
    background-color: #35ab15;
    width: 100%;
    height: 78px;
    border-radius: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-color-amarelo {
    background-color: #e5e71d;
    width: 100%;
    height: 78px;
    border-radius: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-color-vermelho {
    background-color: #e72828;
    width: 100%;
    height: 78px;
    border-radius: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-informacao {
    background-color: #1565c0;
    border-radius: 10px;
}
.box-informacao h1 {
    font-size: 7em;
    margin: 0;
    line-height: 120px;
    color:#fff;
    margin-top: -20px;
}
.box-informacao h2 {
    font-size: 2.5em;
    color:#fff;
}
.box-informacao h3 {
    background-color: #fff;
    padding: 20px;
    margin: 0;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    color:#1565c0;
    font-size: 1.8em;
    text-align: center;
}
.box-ocupacao {
    border: 2px solid #1565c0;
    border-radius: 10px;
}
.box-ocupacao {
    font-size: 2.5em;
}
.box-ocupacao-area {
    width: 100%;
    position: relative;
    padding: 25px 0 25px 0;
}
.box-ocupacao h3 {
    background-color: #1565c0;
    padding: 20px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    color:#fff;
}
.cor-branca {
    color:#fff;
}
h1.numero-ocupacao {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    vertical-align: middle;
}

img.item-ocupacao {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    vertical-align: middle;
}








img.icone-ocupacao-verde {
    position: absolute;
    width: 50px;
    top: 62%;
    margin-left: 16%;
}
img.icone-ocupacao-amarelo {
    position: absolute;
    width: 50px;
    top: 62%;
    margin-left: 40.5%;
}
img.icone-ocupacao-vermelho {
    position: absolute;
    width: 50px;
    top: 62%;
    margin-left: 52.2%;
}




