.gm-style-mtc {
  display: none;
}

/* logo do divirta-se */

.brand-wrap {
    height: 48px;
}

.brand {
    width: 120px;
    height: 48px;
}

/* logo do estadão */

.brandbar {
    position: absolute;
    left: 16px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.brandbar .oesp {
    top: 0;
    font-size: 28px;
    line-height: 48px;
    color: #006194;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.brandbar .oesp:hover {
    opacity: .5;
}

/* sharebar */

.sharebar {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.sharebar ul li {
    margin: 0;
    height: 48px;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
}

.sharebar ul li:hover {
    opacity: .5;
}

.sharebar ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
}

.sharebar ul li i {
    color: #006194;
}

.sharebar ul li a span {
    display: none;
}

.sharebar ul li .fa {
    margin: 0;
}

/* page */

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    overflow-y: hidden;
}
h1 {
    margin: 0;
    margin-left: 32px;
    margin-bottom: 32px;
    padding-top: 96px;
    padding-right: 16px;
    font-family: 'EstadoHeadline';
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
}
h2 {
    margin: 0;
    padding-left: 24px;
    font-family: 'Flama';
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
    color: #006194;
}
h3 {
    margin: 0;
    margin-bottom: 32px;
    font-family: 'EstadoHeadline';
    font-size: 21px;
    font-weight: bold;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.lead {
    max-width: 100%;
    margin: 0;
    margin-left: 32px;
    margin-bottom: 32px;
    padding-right: 16px;
    color: #5d5d5d;
}
.fa {
    width: 16px;
    margin-right: 16px;
    text-align: center;
    color: #006194;
}
.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #cccccc;
}
.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#sidebar {
    width: 50%;
    /*padding: 8px;*/
    height: 100vh;
    height: calc(100vh - 48px);
    border-right: 1px solid #cccccc;
    overflow: hidden;
    overflow-y: scroll;
}
#select-wrap {
    position: fixed;
    width: 50%;
    height: 48px;
    margin-bottom: 32px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #fff;
}
select {
    background: #fff;
    border: none;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    height: 48px;
    font-size: 18px;
    padding: 8px;
    padding-left: 32px;
    width: 50%;
    background: #fff url(../arrow.png) no-repeat 95% 50%;
    color: #5d5d5d;
}
select:hover {
    cursor: pointer;
    background: #f5f5f5 url("../arrow.png") no-repeat 95% 50%;
}
#list {
    padding: 8px;
}
#map {
    width: 50%;
    height: 100vh;
    height: calc(100vh - 48px);
}
.day {
  border-top: 1px solid #ccc;
  padding-top: 24px;
    margin-bottom: 64px;
}
.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.list-item {
    width: calc( 50% - 16px );
    margin: 8px;
    padding: 16px;
    background: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
.list-item:hover {
    cursor: pointer;
    background: #f5f5f5;
    /*box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);*/
}
.description {
    margin: 0;
    margin-bottom: 32px;
    font-family: 'Flama';
    font-size: 15px;
    line-height: 1.5;
    color: #5d5d5d;
}
.date {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #5d5d5d;
}
.hour {
    font-size: 15px;
    color: #5d5d5d;
    line-height: 1.5;
}
.location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 1.5;
    color: #5d5d5d;
}
/* infowindow */
.info-name {
    font-family: 'Estado Headline';
    font-size: 16px;
    font-weight: bold;
}
.info-date i,
.info-location i {
    margin-right: 8px;
}
/* responsivo */
@media (max-width: 1024px) {
    .list-item {
        width: calc( 100% - 16px );
    }
}
@media (max-width: 960px) {
    select {
        width: 100%;
        border-right: none;
    }
}
@media (max-width: 720px) {
    .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #sidebar {
        width: 100%;
        height: 50vh;
        height: calc(50vh - 24px);
        border-right: none;
        border-bottom: 1px solid #cccccc;
    }
    #map {
        width: 100%;
        height: 50vh;
        height: calc(50vh - 24px);
    }
    #select-wrap {
        width: 100%;
    }
    select {
        border-right: none;
    }
}
@media (max-width: 480px) {
    #select-wrap {
        border-right: none;
    }
    .brand-wrap {
        display: none;
    }
}
