/*
Theme Name: parklog
Description: parklog
Theme URL: http://www.braslift.com.br
Author: Chleba (Vinicius Tom Vidal)
Author URI: http://chleba.net
Version: 1
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
License: WTFPL
*/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.clearfix {
    clear: both;
}

body {
    background: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.5;
    cursor: default;
}

body.home {
    background: #000000;
    color: #ffffff;
}

body.internas {
    background: #ffffff;
    color: #333333;
}

h1, h2, h3, h4, strong {
    font-weight: 700;
    color: #076d9e;
    text-transform: uppercase;
}

table {
    border-left: 1px solid #ffffff;
}

tr {
}

td {
    padding: 5px 10px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.internas h1, .internas h2, .internas h3, .internas h4 {
    font-weight: 700;
    color: #ba1621;
    text-transform: uppercase;
}

.title {
    line-height: 1;
    margin-bottom: 15px;
}

.title h1 {
    font-size: 48px;
    margin: 0;
}

.title p {
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
}


h1, h2, h3, h4 {
    margin: 0 0 15px 0;
}

p {
    margin-bottom: 15px;
}

input, textarea {
    font-family: 'Roboto', sans-serif;
    background: #000000;
    border: 1px solid #333333;
    width: 100%;
    float: left;
    padding: 15px 10px;
    color: #ffffff;
    font-size: 15px;
}

input {
    border-bottom: none;
}

textarea {
    height: 150px;
    resize: none;
}

input.enviar {
    background: #076d9e url(img/arrow.png) no-repeat;
    padding: 10px 15px 10px 30px;
    text-transform: uppercase;
    width: 100px;
    font-weight: 700;
    background-position: 10px 11px;
    cursor: pointer;
    margin-top: 15px;
    border: none;
    transition: 0.5s;
    -webkit-trasition: 0.5s;
}

input.enviar:hover {
    background: #075175 url(img/arrow.png) no-repeat;
    background-position: 10px 11px;
    transition: 0.5s;
    -webkit-trasition: 0.5s;
}

::-webkit-input-placeholder {
    color: #076d9e;
    font-weight: 700;
    text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
    color: #076d9e;
    font-weight: 700;
    text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #076d9e;
    font-weight: 700;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #076d9e;
    font-weight: 700;
    text-transform: uppercase;
}

.wrap {
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.nowrap {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 90px;
    left: 0;
}

header {
    border-top: 5px solid #076d9e;
    background: #ffffff;
    height: 95px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 500;
}

header .logo a {
    background: url(img/logotipo.jpg) no-repeat;
    position: absolute;
    text-indent: -9999px;
    width: 221px;
    height: 52px;
    top: 20px;
    left: 0;
}

header .openmenu {
    display: block;
    border: 2px solid #ba1621;
    height: 35px;
    width: 35px;
    z-index: 200;
    position: absolute;
    right: 15px;
    top: 30px;
    padding: 3px 0 0 3px;
    border-radius: 2px;
}

header .openmenu .line {
    width: 25px;
    height: 2px;
    background: #ba1621;
    margin: 5px 0;
    display: block;
}

header .menu {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
}

header .mobile-menu {
    display: none;
    z-index: 500px;
    background: #ffffff;
    box-shadow: #999 1px 8px 15px -3px;
}

header .mobile-menu li {
    float: none !important;
    text-align: center;
    position: relative;
}

header .mobile-menu li a {
    width: 100% !important;
    padding: 15px 0 !important;
    border-top: 1px solid #f2f2f2;
    display: block;
}

/*header .mobile-menu li:before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #333333;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -10px;
}*/

header .mobile-menu li a {
}

header .nav {
}

header .nav li {
    float: left;
    list-style: none;
}

header .nav li a {
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 16px;
}

header .nav li a:hover {
    color: #ba1621;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

header .nav li.active a {
    color: #ffffff;
    background: #ba1621;
    border-color: #ba1621;
}

header .nav li.active .fa-home {
    color: #ffffff;
}

header .nav li a .fa-home {
    color: #ba1621;
}

header .realizacao {
    position: absolute;
    right: 0;
    top: 35px;
    color: #076d9e;
    text-transform: uppercase;
    display: none;
    width: 217px;
}

header .realizacao p {
    float: left;
    margin-right: 10px;
    font-weight: 700;
}

header .realizacao .logo2 {
    background: url(img/triplealogo.png) no-repeat;
    position: absolute;
    text-indent: -9999px;
    width: 116px;
    height: 40px;
    top: -8px;
}

.videoyt {
    position: relative;
    width: 100%;
    /*height: 0;
    padding-bottom: 56.25%;*/
    margin-bottom: 25px;
    cursor: pointer;
    margin-top: 95px;
}

.videoyt .embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.play {
    background: url(img/playbutton.png) no-repeat;
    width: 76px;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -38px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background-size: 100%;
}

.play:hover {
    background: url(img/playbutton-hover.png) no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background-size: 100%;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}

.lightbox .close {
    background: #076d9e;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 100%;
    position: absolute;
    z-index: 10000;
    top: 20px;
    right: 20px;
}
.content {
    padding: 0;
}

.bgblack {
    background: #000000;
    padding-top: 50px !important;
}

.bggray {
    background: #343434;
    color: #ffffff;
    padding-bottom: 50px !important;
}

.bggray2 {
    background: #343434;
    color: #ffffff;
}

.informacoes h3, .empresas h3 {
    color: #076d9e;
}

.formulario, .informacoes, .empresas {
    float: left;
    width: 100%;
    margin: 20px 0;
    color: #ffffff;
}

.formulario {
    width: 100%;
    text-align: center;
}

.formulario h1 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.formulario {
    max-width: 100%;
}

.informacoes {
    width: 100%;
    text-align: center;
}

.informacoes p {
    margin-bottom: 15px;
}

.informacoes a {
    color: #ffffff;
    text-decoration: none;
}

.informacoes a:hover {
    border-bottom: 1px solid #076d9e;
}

.informacoes .envelop {
    background: url(img/envelop.png) no-repeat;
    width: 21px;
    height: 16px;
    display: block;
    float: left;
    margin: 4px 5px 0 0;
}

.informacoes .phone {
    background: url(img/phone.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 1px 5px 0 0;
}

.informacoes .block {
    margin-bottom: 25px;
}

.empresas {
    width: 100%;
    text-align: center;
}

.empresas .block {
    margin-bottom: 25px;
}

/* O Parklog */


.topo {
    background: #f0f0f0;
    color: #333333;
    padding: 50px 0;
}
.conheca {
    padding: 50px 0;
    background: url(img/conhecabg.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}


.conheca .introducao {
    border: 10px solid #ffffff;
    box-sizing: border-box;
    width: 96%;
    padding: 10px 15px;
    margin: 0 auto;
}

.ficha {
    margin-bottom: 50px;
    position: relative;
}

.ficha .title {
    position: absolute;
    top: -80px;
    left: 10px;
}

.diferenciais {
    padding: 50px 0;
}

.diferenciais .text-box {
    border: 10px solid #ffffff;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    z-index: 100;
}

.diferenciais .title {

}

.diferenciais .title h2 {
    margin: 0;
    margin-bottom: 5px;
}

.diferenciais .slide {

}

.diferenciais #slide {
    display: block !important;
    position: relative;
    margin: 25px 0;
}

.diferenciais #slide .item img {
    width: 100%;
}

.diferenciais #slide .owl-buttons {

}

.diferenciais #slide .owl-buttons .owl-prev {
    width: 35px;
    height: 100px;
    background: url(img/arrow-prev.jpg) no-repeat;
    position: absolute;
    text-indent: -9999px;
    top: 65px;
    left: 0px;
    background-position: -32px 0;
}

.diferenciais #slide .owl-buttons .owl-next {
    width: 35px;
    height: 100px;
    background: url(img/arrow-next.jpg) no-repeat;
    position: absolute;
    text-indent: -9999px;
    top: 65px;
    right: 0px;
    background-position: -32px 0;
}

.diferenciais #slide .owl-pagination {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

#slide .owl-pagination .owl-page {
    height: 10px;
    width: 10px;
    background: #ffffff;
    border-radius: 25px;
    float: left;
    margin: 0 5px;
}

#slide .owl-pagination .owl-page.active {
    background: #076d9e;
}

.topicos {
    border: 10px solid #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

.topicos .topicos-esquerda, .topicos-central, .topicos .topicos-direita {
    float: left;
    width: 100%;
}

.topicos .topic {
    margin: 25px 0;
}

.topicos .topic h3 {
    margin: 0;
}

.topicos .topic ul {
    margin: 10px 0 0 20px;
}

/* Por que Investir */

.investir {
    padding: 50px 0;
    background: url(img/investirbg.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}


.investir .introducao {
    border: 10px solid #959595;
    box-sizing: border-box;
    width: 96%;
    padding: 10px 15px;
    margin: 0 auto;
}

.gestao {
    background: #404649 url(img/gestaobg.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 75px 0;
}

.gestao .title {
    font-weight: 700;
    width: 100%;
    margin: 25px auto;
}

.gestao .title p {
    color: #ffffff;
}

.gestao .title .text p {
    margin-top: 15px;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    line-height: 1.5;
}

.investidores {
    margin: 0;
}

.incentivos-fiscais {
    padding: 75px 0;
}

.incentivos {
    float: left;
    width: 100%;
}

.incentivos .text-box {
    border: 10px solid #ffffff;
    margin: 0 auto;
    position: relative;
    padding: 40px 20px;
    z-index: 100;
    width: 220px;
    margin: 0 auto;
}

.incentivos .text-box h1 {
    font-size: 35px;
}

.incentivos .text-box h2 {
    font-size: 28px;
    margin: 0;
    font-weight: 400;
}

.lista {

}

.lista ul {
    list-style: none;
    padding-left: 35px;
    width: 100%;
}

.lista ul li {
    position: relative;
    margin: 12px 0;
}

.lista ul li:before {
    content: '';
    width: 11px;
    height: 11px;
    background: #ba1621;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5.5px;
    left: -35px;
}

.destaque-incentivo {
    width: 100%;
    float: left;
}

.conteudo-destaque {
    position: relative;
    margin-top: 50px;
}

.destaque-incentivo .box-texto {
    color: #ffffff;
    background: #ba1621;
    width: 225px;
    height: 185px;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.destaque-incentivo .box-texto p {
    margin: 0;
}

/* Sobre a Região */

.topo-mapa {
    padding-top: 95px;
}

.mapa {
    position: relative;
    width: 100%;
    height: 600px;
}

.mapa #map {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 600px;
}

.destaque-mapa .introducao {
    border: 10px solid #3b4144;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    position: absolute;
    top: 50px;
    left: 0;
    background: rgba(245,245,245,0.9);
}

.cidades {
    background: url(img/regiaobg.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 50px 0 75px 0;
    height: 1500px;
}

.cidades .esquerdo {
    float: left;
    width: 100%;
}

.cidades .direito {
    float: left;
    width: 100%;
}

.cidades .title {
    border: 10px solid #ffffff;
    padding: 70px 20px;
    width: 100%;
    color: #ffffff;
    height: 250px;
}

.cidades .placa {
    width: 100%;
}

.tabela {
    color: #ffffff;
    max-width: 100%;
    margin: 25px 0;
    font-size: 13px;
}

.tabela table strong {
    color: #ba1621;
}

.marcas {
    width: 100%;
    padding-top: 50px;
}

.marcas .title {
    font-weight: 700;
}

.marcas .title h2 {
    font-size: 35px;
}

.marcas .title p {
    font-size: 28px;
    font-weight: 400;
}

.marcas .todas-marcas {
    padding: 50px 0;
}

.marcas .box-marca {
    float: left;
    width: 48%;
    margin: 1%;
}

.marcas .box-marca img {
    width: 100%;
}

/* Acompanhe a obra */

.acompanhe {
    background: url(img/bgacompanhe.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 150px 0 50px 0;
}

.acompanhe .introducao {
    border: 10px solid #ffffff;
    position: relative;
    padding: 40px 20px;
    z-index: 100;
    width: 245px;
    margin: 0 auto;
}

.acompanhe .introducao .title {

}

.acompanhe .introducao .title p {
    color: #ffffff;
}

.vdacompanhe {
    float: right;
    width: 100%;
    margin: 35px 0;
}

.vdacompanhe .vdac {
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.vdac {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.outras-obras {
    margin-top: 50px;
}

.outras-obras h2 {
    margin: 0;
}

.outras-obras ul {
    margin-top: 25px;
}

.outras-obras ul li {
    margin: 10px 0px 10px 5px;
    color: #ffffff;
    list-style: none;
}

.outras-obras ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}

.outras-obras ul li a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
}

.outras-obras ul li a:hover {
    text-decoration: underline;
}

/* Footer */

.footer {
    background: #000000;
    padding: 10px 0;
}

.footer .copyright {
    text-align: center;
    color: #ffffff;
    margin: 0;
}

@media screen and (min-width: 480px) {

    .wrap {
        width: 420px;
    }

    input, textarea {
        width: 100%;
    }

    /* Home */

    .play {
        width: 120px;
        height: 150px;
        margin: -70px 0 0 -60px;
    }

    .conheca .introducao {
        background: #f6f6f6;
    }

    /* Por que Investir */



    .investir .introducao {
        background: #f6f6f6;
    }

    .diferenciais #slide .owl-buttons .owl-prev {
        top: 110px;
        background-position: -32px 0;
    }

    .diferenciais #slide .owl-buttons .owl-next {
        top: 110px;
        background-position: -32px 0;
    }

}


@media screen and (min-width: 768px) {

    td {
        padding: 5px 15px;
    }

    header {
        position: relative;
        height: 150px;
    }

    header .logo a {
        left: 0;
        margin: 0;
    }

    header .openmenu {
        display: none;
    }

    header .menu {
        display: block;
        top: 100px;
    }

    header .mobile-menu {
        display: none;
    }

    header .realizacao {
    }

    header .nav {

    }

    header .nav li {
        margin-left: 10px;
    }

    header .nav li a {
        border: 2px solid #cccccc;
        padding: 5px 10px;
    }

    header .nav li a .fa-home {
        color: #333333;
        width: 20px;
        text-align: center;
    }

    header .nav li a .fa-home:hover {
        color: #ffffff;
        background: #ba1621;
        border: 2px solid #ba1621;
    }

    header .nav li a:hover {
        color: #ffffff;
        background: #ba1621;
        border: 2px solid #ba1621;
    }

    .wrap {
        width: 700px;
    }

    .content {
        padding: 0;
    }


    /* Home */

    .videoyt {
        margin-top: 0;
    }

    .play {
        width: 180px;
        height: 230px;
        margin: -100px 0 0 -90px;
    }

    .formulario, .informacoes, .empresas {
        text-align: left;
    }

    .informacoes {
        margin-right: 25%;
        text-align: left;
    }

    .formulario {
        width: 100%;
        margin-bottom: 50px;
    }

    .informacoes {
        width: 45%;
    }

    .empresas {
        width: 30%;
    }

    /* O Parklog */

    .topo {
        padding: 15px 0 40px 0;
    }

    .conheca {
        padding: 50px 0;
    }

    .conheca .introducao {
        width: 490px;
        height: 390px;
        position: relative;
        margin-left: 30px;
        background: none;
    }

    .conheca .introducao .posicao {
        position: absolute;
        top: 40px;
        left: 50px;
    }

    .conheca .introducao p {
        max-width: 270px;
    }

    .ficha {

    }

    .ficha .title {
        top: 10px;
        left: 35%;
    }

    .diferenciais {
    }

    .diferenciais .text-box {
        width: 410px;
        height: 320px;
        padding: 0;
        margin: 0;
    }

    .diferenciais .text-box p {
        max-width: 260px;
    }

    .diferenciais .text-box .posicao {
        position: absolute;
        top: 25px;
        left: 50px;
    }

    .diferenciais #slide {
        width: 500px;
        float: right;
    }

    .diferenciais .slide {
        margin-right: 100px;
        margin-top: -70px;
    }

    .diferenciais #slide .owl-buttons .owl-prev {
        width: 100px;
        height: 100px;
        top: 140px;
        left: -100px;
        background-position: 0 0;
    }

    .diferenciais #slide .owl-buttons .owl-next {
        width: 100px;
        height: 100px;
        top: 140px;
        right: -100px;
        background-position: 0 0;
    }

    .topicos {
        width: 100%;
        padding: 15px 50px;
    }

    .topicos .topicos-esquerda, .topicos-central,.topicos .topicos-direita {
    }

    /* Por que Investir */

    .investir {
        padding: 50px 0;
    }

    .investir .introducao {
        width: 490px;
        height: 390px;
        position: relative;
        margin-left: 30px;
        background: none;
    }

    .investir .introducao .posicao {
        position: absolute;
        top: 40px;
        left: 50px;
    }

    .investir .introducao p {
        max-width: 385px;
    }

    .gestao .title {
        width: 440px;
    }

    .incentivos {
        width: 60%;
    }

    .incentivos .text-box {
        border: 10px solid #ffffff;
        margin: 0 auto;
        position: relative;
        padding: 40px 10px;
        z-index: 100;
        margin: 0;
        width: 200px;
        height: 160px;
    }

    .incentivos .text-box h1 {
        font-size: 35px;
    }

    .incentivos .text-box h2 {
        font-size: 28px;
        margin: 0;
    }

    .lista ul {
        width: 440px;
    }

    .lista ul li {
    }

    .lista ul li:before {
    }

    .destaque-incentivo {
        width: 40%;
        float: left;
    }

    .destaque-incentivo .box-texto {
        top: 120px;
        right: 0;
    }

    .destaque-incentivo .imagem-destaque {
        display: none;
    }

    /* Sobre a Região */

    .topo-mapa {
        padding: 0;
    }

    .mapa {
    }

    .mapa #map {
    }

    .destaque-mapa .introducao {
        position: absolute;
        width: 425px;
        height: 350px;
        margin-left: 30px;
        top: 100px;
        background: transparent;
    }

    .destaque-mapa .introducao p {
        max-width: 310px;
    }

    .destaque-mapa .introducao .posicao {
        position: absolute;
        top: 40px;
        left: 50px;
    }

    .cidades {
        height: 800px;
    }

    .cidades .esquerdo {
        width: 45%;
    }

    .cidades .direito {
        width: 55%;
    }

    .cidades .title {
        width: 290px;
    }

    .cidades .placa {
        width: 290px;
    }

    .tabela {
        margin: 0;
        font-size: 15px;
        float: right;
    }

    .marcas {

    }

    .marcas .box-marca {
        width: 151px;
        margin: 7px 12px;
    }

    /* Acompanhe a obra */

    .acompanhe {
        padding: 100px 0;
    }

    .acompanhe .introducao {
        border: 10px solid #ffffff;
        position: relative;
        padding: 50px 20px;
        z-index: 100;
        width: 245px;
        margin: 0 auto;
        float: left;
    }

    .acompanhe .introducao .title {

    }

    .acompanhe .introducao .title p {
        color: #ffffff;
    }

    .vdacompanhe {
    }

}

@media screen and (min-width: 1030px) {

    header {
        height: 95px;
    }

    header .menu {
        top: 35px;
    }

    header .nav li {
        margin-left: 20px;
    }

    .wrap {
        width: 980px;
    }

    /* Home */

    .play {
        width: 200px;
        height: 250px;
        margin: -105px 0 0 -100px;
    }

    .formulario {
        width: 40%;
        margin-right: 5%;
    }

    .informacoes {
        width: 25%;
        margin-right: 5%;
    }

    .empresas {
        width: 25%;
    }

    /* O Parklog */

    .conheca {

    }

    .conheca .introducao {
    }

    .conheca .introducao .posicao {
        top: 40px;
        left: 50px;
    }

    .ficha {

    }

    .ficha .title {
        top: 25px;
        left: 35%;
    }

    .diferenciais #slide {
        width: 570px;
    }

    .diferenciais .slide {
        margin-top: -190px;
    }

    .diferenciais #slide .owl-buttons .owl-prev {
        top: 165px;
        left: -100px;
    }

    .diferenciais #slide .owl-buttons .owl-next {
        top: 165px;
        right: -100px;
    }

    .topicos .topicos-esquerda, .topicos-central,.topicos .topicos-direita {
        width: 33.3%;
    }

    /* Por que Investir */

    .investir .introducao {
    }

    .investir .introducao .posicao {
        top: 40px;
        left: 50px;
    }

    .gestao .title {
        margin-top: 55px;
        margin: 0;
        float: left;
    }

    .investidores {
        width: 500px;
        float: right;
    }

    .incentivos {
        width: 40%;
    }

    .conteudo-destaque {
        margin-top: 150px;
    }

    .incentivos .text-box {
    }

    .incentivos .text-box h1 {
    }

    .incentivos .text-box h2 {
    }

    .lista ul {
        width: 350px;
    }

    .lista ul li {
    }

    .lista ul li:before {
    }

    .destaque-incentivo {
        width: 55%;
    }

    .destaque-incentivo .box-texto {
        right: -45px;
        top: 70px;
    }

    .destaque-incentivo .imagem-destaque {
        display: block;
    }

    /* Sobre a Região */

    .topo-mapa {
    }

    .mapa {
    }

    .mapa #map {
    }

    .destaque-mapa .introducao {
    }

    .cidades {

    }

    .cidades .esquerdo {
        width: 40%;
    }

    .cidades .direito {
        width: 60%;
    }

    .cidades .placa {
        width: 295px;
    }

    .marcas .box-marca {
        margin: 3px 6px;
    }

    /* Acompanhe a Obra */

    .vdacompanhe {
        width: 70%;
        margin-top: 0;
    }
}

@media screen and (min-width: 1280px) {

    .wrap {
        width: 1150px;
    }

    /* Home */

    .play {
        width: 248px;
        height: 307px;
        margin: -114px 0 0 -135px;
    }

    .formulario {
        width: 40%;
        margin-right: 10%;
    }

    .informacoes {
        width: 25%;
        margin-right: 5%;
    }

    .empresas {
        width: 20%;
    }

    /* O Parklog */

    .conheca .introducao .posicao {
        top: 40px;
        left: 80px;
    }

    .diferenciais #slide {
        width: 720px;
    }

    .diferenciais .slide {
        margin-top: -250px;
    }

    .diferenciais #slide .owl-buttons .owl-prev {
        top: 225px;
        left: -100px;
    }

    .diferenciais #slide .owl-buttons .owl-next {
        top: 225px;
        right: -100px;
    }

    .gestao .title {
        margin-top: 80px;
    }

    .investidores {
        width: 600px;
        height: 400px;
    }

    .incentivos {
        width: 40%;
    }

    .incentivos .text-box {
    }

    .incentivos .text-box h1 {
    }

    .incentivos .text-box h2 {
    }

    .lista ul {
        width: 390px;
    }

    .lista ul li {
    }

    .lista ul li:before {
    }

    .destaque-incentivo {
        width: 50%;
    }

    .conteudo-destaque {
        margin-top: 115px;
    }

    .destaque-incentivo .box-texto {
        right: -115px;
        top: 80px;
    }

    /* Sobre a Região */

    .topo-mapa {
    }

    .mapa {
    }

    .mapa #map {
    }

    .destaque-mapa .introducao {
    }

    .cidades {
    }

    .cidades .esquerdo {
        width: 50%;
    }

    .cidades .direito {
        width: 50%;
    }

    .cidades .placa {
        width: 406px;
        position: absolute;
        top: 190px;
        left: 50px;
    }

    .marcas .box-marca {
        margin: 15px 20px;
    }

    /* Acompanhe a Obra */

    .vdacompanhe {
        width: 75%;
    }
}