html, body, #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-home{
    background-color: #D7D7D7;
    height: 110px;
    width: 1168px;
    margin: 0 auto;
    text-align: center;
    padding-top: 45px;
}

.header{
    width: 1168px;
    height: 70px;
    background-color: #3084DE;
    color: #FFFFFF;
    top: 30px;
    margin: 0 auto;
    margin-top: 15px;
}

.header-text{
    width: 95%;
    height: 70px;
    float: left;
    font-family: 'Arial Grassetto', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    text-align: left;
    line-height: normal;
    padding-left: 50px;
    padding-top: 15px;
}

.header-burger{
    height: 70px;
    width: 5%;
    border: 1px solid #3084DE;
    color: #000000;
    font-size: 24px;
    float: right;
    text-align: center;
    padding-top: 20px;
    background-color: #FFFFFF;
}

.links {
    z-index: 2;
    position: absolute;
    left: 50px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    opacity: 0.7;
    top: 5px;
}

.page-maps .mapstore-header {
    background-image: url('../img/header-gescuencas.jpg') !important;
    height: 600px !important;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    position: relative;
    top: -20px;
}

.mapstore-home-description {
    margin-top: 0px !important;
    text-align: center;
}
