/* General Demo Style */

    @import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
    @font-face {
        font-family: 'fontawesome';
        src: url('../fonts/fontawesome.eot');
        src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome.svg#fontawesome') format('svg'), url('../fonts/fontawesome.woff') format('woff'), url('../fonts/fontawesome.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    body,
    html {
        font-size: 100%;
        padding: 0;
        margin: 0;
    }
    /* Reset */

    *,
    *:after,
    *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* Barra Estadao */

    #bar {
        position: fixed;
        background: #4d4d4f;
        min-width: 100%;
        height: 31px;
        left: 0px;
        top: 0;
        z-index: 100;
        text-align: center;
    }

    #siteBar {
        background: #4d4d4f;
        width: 100%;
        height: 31px;
        left: 0px;
        position: absolute;
        top: 0;
        z-index: 101;
        text-align: center;
        min-width: 970px;
    }

    #largura-topo {
        height: 245px;
        width: 100%;
        background: url(../img/header-background.png) no-repeat center;
        margin-top: 30px;
    }

    #header {
        width: 970px;
        height: 245px;
        margin: auto;
        position: relative;
    }

    #header h1 {
        margin: 0;
        text-transform: uppercase;
        color: #ffffff;
        position: absolute;
        top: 130px;
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.30);
        font-size: 2em;
    }

    #header h1 a:link {
        text-decoration: none;
        color: white;
        display: block;
    }

    #header h1 a:visited {
        text-decoration: none;
        color: white;
    }

    #OAS_Position1 {
        width: 970px;
        height: 90px;
        position: absolute;
        top: -40px;
        text-align: center;
    }

    #estrutura {
        width: 970px;
        margin: auto;
        height: 500px;
        margin-top: 20px;
    }

    #menu {
        width: 700px;
        height: 40px;
        position: absolute;
        bottom: 90px;
        right: 0;
        text-align: right;
        color: #FFFFFF;
    }

    #menu ul {
        list-style: none;
    }

    #menu ul li {
        display: inline-block;
        width: 90px;
        height: 40px;
        text-align: center;
        font-size: 0.90em;
        vertical-align: top;
        border-right: 1px solid #96ACCC;
        cursor: pointer;
        vertical-align: text-bottom
    }

    #menu ul li a:link {
        color: white;
        text-decoration: none;
        display: block;
        height: 100%;
        width: 100%;
    }

    #menu ul li a:hover {
        color: #92AED6;
    }

    #menu ul li a:visited {
        color: white;
        text-decoration: none;
    }

    #menu-2 {
        width: 360px;
        height: 500px;
        float: left;
        padding: 0;
    }

    #menu-2 h2 {
        margin: 0;
    }

    #menu-2 small {
        margin-bottom: 20px;
    }

    #menu-2 ul {
        margin: 0;
        padding: 0;
    }

    #menu-2 ul li {
        display: inline-block;
        width: 116px;
        height: 100px;
        text-align: center;
        color: #935D1C;
        margin: 0;
        cursor: pointer;
        padding-top: 90px;
        text-transform: uppercase;
        font-size: 0.7em;
        vertical-align: bottom;
        margin-bottom: 20px;
    }

    #menu-2 a {
        position: relative;
        width: 100%;
        height: 100%;
    }
}
#menu-2 span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
#menu-2 ul li a:link {
    color: #935D1C;
    text-decoration: none;
    display: block;
}
#menu-2 ul li a:hover {
    color: #FF7A00;
    text-decoration: none;
    display: block;
}
#menu-2 ul li a:visited {
    color: #935D1C;
    text-decoration: none;
}
#link-hospedar {
    background: url(../img/menu-link.png) no-repeat -0px 0px;
}
#link-hospedar:hover {
    background: url(../img/menu-hover.png) no-repeat -0px 0px;
    color: #FF790B;
}
#link-comprar {
    background: url(../img/menu-link.png) no-repeat -128px 0px;
}
#link-comprar:hover {
    background: url(../img/menu-hover.png) no-repeat -128px 0px;
    color: #FF790B;
}
#link-comer {
    background: url(../img/menu-link.png) no-repeat -240px 0px;
}
#link-comer:hover {
    background: url(../img/menu-hover.png) no-repeat -240px 0px;
    color: #FF790B;
}
#link-night {
    background: url(../img/menu-link.png) no-repeat 0px -120px;
}
#link-night:hover {
    background: url(../img/menu-hover.png) no-repeat 0px -120px;
    color: #FF790B;
}
#link-arte {
    background: url(../img/menu-link.png) no-repeat -128px -120px;
}
#link-arte:hover {
    background: url(../img/menu-hover.png) no-repeat -128px -120px;
    color: #FF790B;
}
#link-turismo {
    background: url(../img/menu-link.png) no-repeat -240px -120px;
}
#link-turismo:hover {
    background: url(../img/menu-hover.png) no-repeat -240px -120px;
    color: #FF790B;
}
#conteudo {
    width: 590px;
    min-height: 50%;
    padding: 5px 20px;
    background: white;
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #777777;
}
#conteudo img {
    border-radius: 10px;
}
#conteudo h2 {
    color: #a45d0b;
    text-transform: uppercase;
    font-size: 1.5em;
}

#conteudo a {
    color: #a45d0b;
}
#conteudo a:visited {
    color: #a45d0b;
}
#conteudo a:hover{
    text-decoration: none;
}

#conteudo ul li{
    margin-bottom: 10px;
}

.assinatura {
    text-align: center;
    color: #935D1C;
    width: 100%;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #935D1C;
    background: #FFDFAE url(../img/rodape.png) no-repeat center bottom;
    padding-bottom: 120px;
}

}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #000;
}
.main,
.container > header {
    width: 90%;
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1.875em 3.125em 1.875em;
}
.container > header {
    padding: 2.875em 1.875em 1.875em;
}
.container > header h1 {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 0;
    float: left;
    font-weight: 400;
}
.container > header span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0 0 0.6em 0.1em;
}
.container > header nav {
    float: right;
}
.container > header nav a {
    display: block;
    float: left;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin: 0 0.1em;
    border: 4px solid #47a3da;
    text-indent: -8000px;
}
.container > header nav a:after {
    content: attr(data-info);
    color: #333333;
    position: absolute;
    width: 600%;
    top: 120%;
    text-align: right;
    right: 0;
    opacity: 0;
    pointer-events: none;
}
.container > header nav a:hover:after {
    opacity: 1;
}
.container > header nav a:hover {
    background: #47a3da;
}
.icon-drop:before,
.icon-arrow-left:before {
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    text-align: center;
    color: #47a3da;
    -webkit-font-smoothing: antialiased;
    text-indent: 8000px;
    padding-left: 8px;
}
.container > header nav a:hover:before {
    color: #fff;
}
.icon-drop:before {
    content: "\e000";
}
.icon-arrow-left:before {
    content: "\f060";
}

/* Redes sociais */
#shareBar {
    width: 120px;
    height: 40px;
    position: absolute;
    bottom: -10px;
    right: -10px !important;
    z-index: 500;
    padding: 0px;
}
#shareBar {
    right:0;
}
#shareBar a {
    display:block;
    float:left;
    text-decoration: none;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background: transparent url("../img/social-icons-round.png") no-repeat center top;
}
#shareBar a span {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #ccc;
    font-size: 11px;
    font-weight: bold;
    margin-top: 32px;
}
#shareBar a#btFbShare {
    background-position: -40px 0;
    margin-left: 0;
}
#shareBar a#btFbShare:hover {
    background-position: -40px -40px;
}
#shareBar a#btGPlusShare {
    background-position: -80px 0;
}
#shareBar a#btGPlusShare:hover {
    background-position: -80px -40px;
}
#shareBar a#btTwitterShare {
    background-position: 0 0;
}
#shareBar a#btTwitterShare:hover {
    background-position: 0 -40px;
}
