﻿body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    display: block;
    border: none;
    margin: 0;
}

header {
    height: 22px;
}

    header #yellow {
        background-color: #3e3e3e;
        text-align: right;
        color: #ccc;
        font-size: 10px;
        float: left;
        width: calc(100% - 360px);
    }

        header #yellow a {
            text-decoration: none;
            color: #ccc;
            margin-right: 20px;
            line-height: 22px;
        }

    header #green {
        background-color: #515151;
        text-align: left;
        color: #ccc;
        font-size: 10px;
        float: right;
        width: 360px;
    }

        header #green a {
            text-decoration: none;
            color: #ccc;
            margin-left: 20px;
            line-height: 22px;
        }

/****/
#marquee {
    height: 650px;
    float: none;
    display: block;
    clear: both;
    position: relative;
    top: 0;
}

#map {
    width: calc(100% - 400px);
    height: 650px;
    position: relative;
}

#map-logo {
    position: absolute;
    top: 10px;
    left: 60px;
    width: 194px;
    height: 51px;
    z-index: 9999;
}

    #map-logo a {
        display: block;
    }

        #map-logo a img {
            width: 194px;
            height: 51px;
        }

#map-filter {
    background-image: url("img/over_mapa.png");
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
}

#slide-hour {
    width: 363px;
    height: 650px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 9999;
}

    #slide-hour #slide-hour-items {
        width: 300px;
        height: 650px;
        float: left;
        overflow: hidden;
    }

    #slide-hour #slide-hour-arrows {
        margin-top: 240px;
        width: 60px;
        height: 200px;
        float: right;
    }

    #slide-hour .item {
        display: block;
        width: 260px;
        min-height: 120px;
        cursor: pointer;
        background-image: url("img/linha_roxa.png");
        background-position: left top;
        background-repeat: no-repeat;
    }

        #slide-hour .item.active {
            background-image: url("img/linha_laranja.png");
        }

        #slide-hour .item h2 {
            color: #592666;
            margin: 0;
            padding: 0;
            font-size: 16px;
            font-weight: 800;
            line-height: 26px;
        }

        #slide-hour .item div {
            color: #55425a;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            overflow: hidden;
        }

#slide-hour-up {
    width: 50px;
    height: 50px;
    padding: 15px 0;
    background-image: url("img/bt_seta_up.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#slide-hour-down {
    width: 50px;
    height: 50px;
    padding: 15px 0;
    background-image: url("img/bt_seta_down.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

/****/
#slide-location-section {
    margin: 0 30px;
}

#slide-location-content {
    width: 100%;
    background-color: #f4f4f4;
    clear: both;
    float: none;
    max-width: 1172px;
    margin: auto;
}

#slide-location-left {
    float: left;
    width: 30px;
    height: 30px;
    padding: 15px 0;
    background-image: url("img/bt_seta_left.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#slide-location-right {
    float: right;
    width: 30px;
    height: 30px;
    padding: 15px 0;
    background-image: url("img/bt_seta_right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#slide-location {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 100px);
    height: 60px;
    margin: 0 20px;
    overflow: hidden;
}

#slide-location-items {
    position: relative;
    overflow: hidden;
    width: 1125px;
}

#slide-location .item {
    float: left;
    width: 160px;
    height: 60px;
    cursor: pointer;
    position: relative;
}

    #slide-location .item .item-content {
        color: #d7978a;
        text-align: center;
        width: 160px;
        height: 60px;
        font-size: 11px;
        line-height: 10px;
        display: table-cell;
        vertical-align: middle;
    }

        #slide-location .item .item-content h2 {
            color: #592666;
            text-align: center;
            width: 100%;
            font-size: 14px;
            line-height: 20px;
            font-weight: 600;
            padding: 0;
            margin: 0;
            white-space: normal;
        }

    #slide-location .item:hover {
        background-color: #592666;
    }

        #slide-location .item:hover .item-content {
            color: #f4f4f4;
        }

        #slide-location .item:hover h2 {
            color: #f4f4f4;
        }

    #slide-location .item.active {
        background-color: #592666;
    }

        #slide-location .item.active .item-content {
            color: #f4f4f4;
        }

        #slide-location .item.active h2 {
            color: #f4f4f4;
        }


/****/
#content-section {
    position: relative;
    background-color: #f0eeef;
    clear: both;
    float: none;
    min-height: 600px;
}

#content-margin {
    margin: 0 30px;
    display: block;
    padding: 20px 0 60px 0;
}

#content {
    position: relative;
    overflow: auto;
    max-width: 1172px;
    width: 100%;
    margin: auto;
}

    #content h1 {
        font-weight: 500;
        font-size: 26px;
    }

    #content p {
        color: #555;
        line-height: 26px;
        font-size: 14px;
    }

    #content #destaque-box {
        padding-top: 40px;
    }

    #content .destaque {
        width: 293px;
        height: 317px;
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 0;
        cursor: pointer;
    }

        #content .destaque.d1 {
            background-image: url("img/noticia_1.png");
        }

        #content .destaque.d2 {
            background-image: url("img/noticia_2.png");
        }

        #content .destaque.d3 {
            background-image: url("img/noticia_3.png");
        }

        #content .destaque.d4 {
            background-image: url("img/noticia_4.png");
        }

.popupContent {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

#noticias-content{
    width: 100%;
    clear: both;
    float: none;
    max-width: 1172px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

#noticias-slide{
    margin: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-arrow{
    float: left;
    width: 50px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.slick-arrow div{
    text-align: center;
    display: flex;
    justify-content: center;
}

.slick-arrow span{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.slick-arrow span img{
    vertical-align: middle;
}

#noticias-content .slick-list, #fotos-slide .slick-list{
    float: left;
    width: calc(100% - 100px);
}

.noticia-box{
    padding: 25px;
}
.noticia-img{
    text-align: center;
    margin: 10px auto;
}

.noticia-img img{
    max-width: 300px;
    width: 100%;
}

.noticia-title{
    text-align: center;
    height: 42px;
    font-size: 20px;
    line-height: 20px;
    /*white-space: nowrap;*/
    overflow:hidden !important;
    text-overflow: ellipsis;
}

.noticia-text{
    text-align: center;
    height: 200px;
    font-size: 14px;
    line-height: 14px;
    /*white-space: nowrap;*/
    overflow:hidden !important;
    text-overflow: ellipsis;
    margin: 10px auto;
}

.noticia-plus{
    text-align: center;
}

.noticia-plus button, .noticia-plus a{
    display: inline-block;
    cursor: pointer;
    background-color: white;
    text-decoration: none;
    font-size: 16px;
    color: #582767;
    font-weight: 500;
    border: 1px solid #582767;
    padding: 10px;
    border-radius: 4px;
}

#fotos-slide{
    width: 100%;
    clear: both;
    float: none;
    max-width: 1172px;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 50px auto;
}

.foto-box-image img{
    width: 100%;
}

/****/
footer {
    clear: both;
    float: none;
    height: 120px;
    background-color: #f4f4f4;
    padding: 20px 0;
}

#footer-margin {
    margin: 0 20px;
}

#footer-content {
    max-width: 1172px;
    width: calc(100%);
    height: 120px;
    margin: auto;
    vertical-align: middle;
}

#logo {
    margin-top: 35px;
    float: right;
    height: 51px;
}

    #logo a {
        display: block;
    }
