@import url('https://fonts.googleapis.com/css?family=Open Sans');

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #d9e8f7;
    font-family: sans-serif;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 100px;
}

.logo-container {
    border-bottom: solid 1px #a9ceec;
    margin: auto;
    margin-top: 70px;
    padding-bottom: 40px;
    display: block;
    width: 100%;
    max-width: 650px;
}

.logo-image {
    margin: auto;
    margin-top: 70px;
    display: block;
    width: 100%;
    max-width: 330px;
}

.dashboards {
    margin-top: 50px;
    text-align: center;
    width: 800px;
}

.dashboard-container {
    float: left;
    margin-left: 45px;
    height: 231px;
    width: 318px;
    margin-bottom: 0px;
}

.dashboard-number {
    color: #0074c8;
    margin-left: -25px;
    font-size: 50px;
    font-weight: bold;
    height: 50px;
}

.dashboard {
    background: url(recuadro.png) no-repeat center center;
    height: 181px;
    width: 318px;
    float: none;
    display: inline-block;
    color: #626365;
    font-size: 25px;
}

.dashboard a {
    display: block;
    width: 100%;
    height: 100%;
    color: #626365;
    font-size: 25px;
    overflow: hidden;
}

.dashboard .acr {
    padding-top: 55px;
}

.dashboard .acr2 {
    padding-top: 25px;
}

.dashboard .foot {
    background-color: #2d2435;
    line-height: 30px;
    font-size: 14px;
}

.dashboard a:hover {
    text-decoration: none;
    color: #0074c8;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url(https://s3-sa-east-1.amazonaws.com/opinaia-assets/cueyes/coreTemplate/logo-transparente.png) no-repeat center center #f5f5f5;
}