@charset "UTF-8";
/*Globals*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

    a:visited, a img {
        border: 0;
    }

p {
    float: left;
    width: 100%;
}

.elastic {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

.center {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

/*Fim - Globals*/
/* Header */
header {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* MENU */
    /* Fim - MENU */
}

    header .bg-menu {
        position: fixed;
        top: 0;
        z-index: 88888;
        height: 193px;
        background: transparent url(imgs/bg_menu.png) top center no-repeat;
        padding-top: 20px;
    }

        header .bg-menu h1 {
            position: relative;
            float: left;
            font-size: 0;
            width: 221px;
        }

            header .bg-menu h1 strong {
                position: absolute;
                left: -99999px;
                top: -99999px;
            }

        header .bg-menu #menu ul {
            list-style: none;
        }

            header .bg-menu #menu ul.menu {
                position: relative;
                float: right;
                width: auto;
                height: 60px;
            }

                header .bg-menu #menu ul.menu li {
                    position: relative;
                    float: left;
                    height: 60px;
                    background-color: #ffffff;
                }

                    header .bg-menu #menu ul.menu li:after {
                        content: '';
                        width: 20px;
                        height: 3px;
                        top: 0;
                        left: 0;
                        right: 0;
                        margin: auto;
                        position: absolute;
                        background-color: #e30613;
                        opacity: 0;
                        transition: all 0.3s ease-in-out 0s;
                    }

                    header .bg-menu #menu ul.menu li a {
                        font-family: 'Staatliches', cursive;
                        position: relative;
                        float: left;
                        padding: 0 12px;
                        height: 20px;
                        line-height: 20px;
                        color: #808285;
                        font-size: 17px;
                        text-align: center;
                        margin-top: 15px;
                        text-transform: uppercase;
                        text-decoration: none;
                        cursor: pointer;
                        transition: color 0.4s ease-in-out 0s;
                    }

                    header .bg-menu #menu ul.menu li.ativo a, header .bg-menu #menu ul.menu li:hover a {
                        color: #000000;
                    }

                    header .bg-menu #menu ul.menu li.ativo:after, header .bg-menu #menu ul.menu li:hover:after {
                        top: 80%;
                        opacity: 1;
                    }

                    header .bg-menu #menu ul.menu li:last-child > a {
                        padding-right: 0;
                    }

> header .bg-menu #menu ul.menu li:first-child > a {
    text-align: left;
    padding-left: 0;
}

header .bg-menu #menu ul.menu li.mae:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    height: 7px;
    left: calc(50% - 5px);
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 7px;
    transition: all 0.4s ease-in-out 0s;
}

header .bg-menu #menu ul.menu li.mae.ativo:after, header .bg-menu #menu ul.menu li.mae:hover:after {
    border-color: #c9202d;
}

header .bg-menu #menu ul.menu li.mae:hover:after {
    top: 60px;
    transform: rotate(225deg);
}

header .bg-menu #menu ul.menu li:hover > .submenu {
    height: 164px;
}

header .bg-menu #menu a.inscrevase {
    font-family: 'Staatliches', cursive;
    position: relative;
    float: right;
    width: 130px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    background-color: #e30613;
    border: 1px solid #e30613;
    color: #fff;
    font-size: 18px;
    margin-left: 50%;
    transition: all 0.5s ease-in-out 0s;
}

    header .bg-menu #menu a.inscrevase:hover {
        background-color: transparent;
        border-color: #e30613;
        color: #e30613;
    }

header picture.topo {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

    header picture.topo img {
        width: 100%;
        height: auto;
    }

header .descriBan .txt {
    position: relative;
    float: left;
    left: 55px;
    margin-top: -225px;
}

    header .descriBan .txt p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #ffffff;
        line-height: 18px;
        margin-bottom: 20px;
    }

        header .descriBan .txt p strong {
            font-family: 'Staatliches', cursive;
            font-size: 33px;
            line-height: 32px;
            color: #141e1e;
        }

            header .descriBan .txt p strong span {
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
            }

header .data-top {
    position: relative;
    float: left;
    width: 100%;
    left: 0;
    height: 75px;
    margin-top: -85px;
}

    header .data-top .data {
        position: relative;
        float: left;
        background: url("imgs/horario.png") no-repeat left center;
        padding-left: 80px;
        height: 75px;
        width: 280px;
        margin-left: 465px;
    }

        header .data-top .data span {
            float: left;
            font-weight: 700;
            height: 75px;
            line-height: 73px;
            position: relative;
        }

            header .data-top .data span.dia {
                color: #e21f24;
                font-size: 53px;
            }

            header .data-top .data span.and {
                font-family: 'Staatliches', cursive;
                font-size: 20px;
                color: #141e1e;
                width: 25px;
                text-align: center;
                font-weight: normal;
            }

        header .data-top .data .mesAno {
            position: relative;
            float: left;
            width: 120px;
            margin-left: 10px;
            margin-top: 18px;
        }

            header .data-top .data .mesAno .mes-ano {
                font-family: 'Staatliches', cursive;
                color: #e21f24;
                font-size: 23px;
                font-weight: normal;
                margin-bottom: -4px;
                text-transform: uppercase;
                letter-spacing: 0;
                line-height: 23px;
                height: auto;
            }

        header .data-top .data .horario {
            font-family: 'Open Sans', sans-serif;
            color: #141e1e;
            width: 120px;
            position: relative;
            float: left;
            font-size: 15px;
            font-weight: normal;
            margin-left: 10px;
            letter-spacing: -0.3px;
            margin-top: 2px;
        }

        header .data-top .data:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 2px;
            background: #a1a1a1;
            height: 75px;
        }

    header .data-top .local {
        position: relative;
        float: right;
        background: url("imgs/local.png") no-repeat left center;
        padding-left: 77px;
        height: 75px;
        width: 263px;
        margin-right: 0;
    }

        header .data-top .local .dress {
            font-family: 'Staatliches', cursive;
            font-size: 20px;
            line-height: 21px;
            color: #141e1e;
            text-transform: uppercase;
            letter-spacing: 0.4px;
            margin-top: 18px;
        }

        header .data-top .local .rua {
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            line-height: 18px;
            letter-spacing: -0.05px;
            color: #e21f24;
            font-weight: 600;
        }

            header .data-top .local .rua br {
                display: none;
            }

/* Fim - Header */
/* Sobre */
#sobre .worImg {
    background: #ececec url(imgs/bg_blk2.jpg) bottom center no-repeat;
    margin-top: -5px;
}

    #sobre .worImg .arrow {
        margin-top: 80px;
        text-align: center;
    }

    #sobre .worImg h2 {
        font-family: 'Staatliches', cursive;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 35px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 80px;
        color: #000000;
    }

        #sobre .worImg h2 span {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }

    #sobre .worImg p {
        font-family: 'Open Sans', sans-serif;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        color: #414042;
        font-size: 14px;
        line-height: 26px;
        font-weight: 300;
        text-transform: uppercase;
    }

    #sobre .worImg picture {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 120px;
    }

        #sobre .worImg picture img {
            width: 100%;
            height: auto;
        }

#sobre .palavras {
    background-color: #fff;
}

    #sobre .palavras .center {
        text-align: center;
        padding: 120px 0 100px 0;
    }

        #sobre .palavras .center img {
            width: auto;
            height: auto;
            display: inline-block;
        }

#sobre .contador {
    background: rgba(0, 0, 0, 0) url("imgs/bg_contador.jpg") no-repeat scroll center center;
    height: 510px;
    padding: 45px 0 0;
    margin-bottom: 0px;
    margin-top: 30px;
}

    #sobre .contador .center .block {
        display: inline-block;
        height: 275px;
        margin: 140px 20px 0 0;
        position: relative;
        width: calc(21.8% - 50px);
    }

        #sobre .contador .center .block:first-child {
            margin-left: 0;
        }

        #sobre .contador .center .block:nth-child(2) {
            width: calc(18% - 50px);
        }

        #sobre .contador .center .block:nth-child(3) {
            width: calc(20% - 50px);
        }

        #sobre .contador .center .block:nth-child(4), #sobre .contador .center .block:last-child {
            margin-right: 0;
            width: calc(24% - 50px);
        }

        #sobre .contador .center .block p {
            text-align: center;
        }

            #sobre .contador .center .block p.numero {
                font-weight: 700;
                color: #f6000e;
                font-size: 115px;
                margin-bottom: 40px;
            }

            #sobre .contador .center .block p.titulo {
                font-family: 'Staatliches', cursive;
                color: #fff;
                font-size: 25px;
                text-transform: uppercase;
            }

            #sobre .contador .center .block p.descricao {
                font-weight: 600;
                color: #fff;
                font-size: 16px;
                line-height: 18px;
            }

/* Fim - Sobre */
/* Publico */
#publico {
    padding-bottom: 0;
    padding-top: 80px;
    background: #ececec;
}

    #publico .center:before {
        content: '';
        background: url(imgs/liner.png) bottom left no-repeat;
        width: 1px;
        height: 485px;
        position: absolute;
        left: 2px;
        top: -81px;
    }

    #publico .center h2 {
        border-left: solid 4px #e30613;
        height: 44px;
        line-height: 44px;
        padding-left: 35px;
        color: #000000;
        font-size: 30px;
        text-transform: uppercase;
        position: relative;
        float: left;
        width: auto;
    }

        #publico .center h2 i {
            font-weight: 300;
            font-size: 14px;
            top: 0;
            position: relative;
            float: right;
            margin-left: 30px;
            font-style: normal;
        }

    #publico .center figure {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 100px;
        margin-bottom: 100px;
        text-align: center;
    }

        #publico .center figure img:nth-child(2) {
            margin: 0 8%;
        }

/* Fim - Publico */
/* Depoimentos */
#depoimentos {
    background: #ffffff url(imgs/bg_depo.jpg) top center no-repeat;
    padding: 134px 0 60px;
}

    #depoimentos .center:before {
        content: '';
        background: url(imgs/liner.png) bottom left no-repeat;
        width: 1px;
        height: 580px;
        position: absolute;
        left: 2px;
        top: -113px;
    }

    #depoimentos .center h2 {
        border-left: solid 4px #e30613;
        height: 44px;
        line-height: 44px;
        padding-left: 35px;
        color: #000000;
        font-size: 30px;
        text-transform: uppercase;
        position: relative;
        float: left;
        width: auto;
    }

    #depoimentos .center .depos {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }

        #depoimentos .center .depos .depo {
            position: relative;
            float: left;
            width: 365px;
            margin-top: 125px;
        }

            #depoimentos .center .depos .depo figure {
                position: relative;
                float: left;
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

            #depoimentos .center .depos .depo p {
                font-weight: 300;
                font-style: italic;
                line-height: 18px;
                color: #414042;
                text-align: center;
                font-size: 13px;
            }

                #depoimentos .center .depos .depo p.nome {
                    color: #000000;
                    font-family: 'Staatliches', cursive;
                    font-size: 20px;
                    line-height: 24px;
                    text-transform: uppercase;
                    margin-bottom: 13px;
                    margin-top: 30px;
                    font-style: normal;
                }

                #depoimentos .center .depos .depo p.empresa {
                    color: #ff0a18;
                    font-size: 14px;
                    line-height: 19px;
                    margin-top: 13px;
                }

            #depoimentos .center .depos .depo:nth-child(2) {
                margin: 0 4%;
            }

/* Fim - Depoimentos */
/* Palestantes */
#palestrantes .pl-bg {
    padding-bottom: 0px;
    padding-top: 100px;
    background: #e3e3e3 url(imgs/bg_palestrantes.jpg) center center no-repeat;
    min-height: 1400px;
    padding-bottom: 50px;
}

    #palestrantes .pl-bg .center {
        text-align: center;
    }

        #palestrantes .pl-bg .center h2 {
            float: left;
            height: 33px;
            margin: 0 0;
            position: relative;
            text-align: center;
            width: 100%;
            margin-bottom: 115px;
            font-size: 60px;
            font-weight: bold;
            text-transform: uppercase;
            color: #212727;
            padding-bottom: 60px;
        }

            #palestrantes .pl-bg .center h2 span {
                position: absolute;
                margin: auto;
                left: 0;
                right: 0;
                bottom: 0;
                width: 60px;
                height: 3px;
                background-color: #e30613;
            }

        #palestrantes .pl-bg .center .palestrante {
            position: relative;
            display: inline-block;
            float: none;
            width: 380px;
            height: 380px;
            margin-bottom: 80px;
        }

            #palestrantes .pl-bg .center .palestrante:nth-child(3n+3) {
                margin-left: 30px;
                margin-right: 30px;
            }

            #palestrantes .pl-bg .center .palestrante .img {
                position: relative;
                float: left;
                width: 282px;
            }

                #palestrantes .pl-bg .center .palestrante .img figure {
                    position: relative;
                    float: left;
                    width: 282px;
                    height: 317px;
                }

                #palestrantes .pl-bg .center .palestrante .img .saiba-mais {
                    position: relative;
                    float: left;
                    width: 111px;
                    height: 32px;
                    border-radius: 5px;
                    background-color: #000000;
                    color: #ffffff;
                    font-weight: 800;
                    font-size: 15px;
                    line-height: 32px;
                    text-align: center;
                    text-transform: uppercase;
                    margin-left: calc(50% - 57px);
                    cursor: pointer;
                    border: 2px solid #000000;
                    margin-top: 25px;
                    transition: all 0.4s ease-in-out;
                }

                    #palestrantes .pl-bg .center .palestrante .img .saiba-mais:hover {
                        background-color: transparent;
                        color: #000000;
                    }

                    #palestrantes .pl-bg .center .palestrante .img .saiba-mais.offLine {
                        display: none !important;
                    }

            #palestrantes .pl-bg .center .palestrante .dados {
                position: absolute;
                bottom: 0;
                right: 0;
                width: 125px;
                height: 165px;
            }

                #palestrantes .pl-bg .center .palestrante .dados p.nome {
                    font-weight: 700;
                    font-size: 20px;
                    line-height: 22px;
                    text-transform: uppercase;
                    color: #e30613;
                    text-align: left;
                    margin-bottom: 20px;
                }

                #palestrantes .pl-bg .center .palestrante .dados p.cargo {
                    font-size: 16px;
                    line-height: 18px;
                    color: #000000;
                    font-family: 'Open Sans', sans-serif;
                    font-weight: normal;
                    margin-bottom: 20px;
                    text-align: left;
                }

                #palestrantes .pl-bg .center .palestrante .dados p.empresa {
                    color: #b81b1b;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 16px;
                    text-align: left;
                    line-height: 18px;
                    font-weight: normal;
                }

#light-pl {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
}

    #light-pl .content {
        position: absolute;
        width: 953px;
        height: 753px;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: transparent url(imgs/bg_light.png) no-repeat;
        padding: 31px 0 44px 28px;
    }

        #light-pl .content .conteudo {
            position: relative;
            float: left;
            width: 770px;
            height: 600px;
            margin: 95px 0 0 58px;
        }

            #light-pl .content .conteudo .unic-pl {
                display: none;
                position: relative;
                float: left;
                width: 100%;
                height: inherit;
            }

                #light-pl .content .conteudo .unic-pl .bx1 {
                    position: relative;
                    float: left;
                    margin-bottom: 30px;
                    padding-bottom: 16px;
                    border-bottom: 1px solid #747474;
                }

                    #light-pl .content .conteudo .unic-pl .bx1 > img {
                        position: relative;
                        float: left;
                        width: 267px;
                        height: 293px;
                    }

                    #light-pl .content .conteudo .unic-pl .bx1 .dados {
                        position: relative;
                        float: right;
                        width: 465px;
                    }

                        #light-pl .content .conteudo .unic-pl .bx1 .dados .left {
                            position: relative;
                            float: left;
                            width: 240px;
                        }

                            #light-pl .content .conteudo .unic-pl .bx1 .dados .left p.nome {
                                color: #e30613;
                                font-size: 27px;
                                font-weight: 800;
                                line-height: 29px;
                                text-transform: uppercase;
                            }

                            #light-pl .content .conteudo .unic-pl .bx1 .dados .left p.cargo {
                                color: #000000;
                                font-size: 16px;
                                font-family: 'Open Sans', sans-serif;
                                margin-top: 5px;
                            }

                        #light-pl .content .conteudo .unic-pl .bx1 .dados .empresa {
                            position: relative;
                            float: right;
                            width: 170px;
                            height: 90px;
                            line-height: 120px;
                        }

                            #light-pl .content .conteudo .unic-pl .bx1 .dados .empresa img {
                                display: inline-block;
                            }

                        #light-pl .content .conteudo .unic-pl .bx1 .dados p.text {
                            font-family: 'Open Sans', sans-serif;
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 22px;
                            margin-top: 40px;
                        }

                    #light-pl .content .conteudo .unic-pl .bx1 > p.text {
                        font-family: 'Open Sans', sans-serif;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 22px;
                        margin: 33px 0 16px 0;
                    }

                #light-pl .content .conteudo .unic-pl .bx2 {
                    position: relative;
                    float: left;
                }

                    #light-pl .content .conteudo .unic-pl .bx2 .bxs {
                        position: relative;
                        float: left;
                        margin-right: 65px;
                        padding-right: 64px;
                        border-right: 1px solid #747474;
                        height: 85px;
                    }

                        #light-pl .content .conteudo .unic-pl .bx2 .bxs p.title {
                            font-family: 'Open Sans', sans-serif;
                            color: #000000;
                            font-size: 16px;
                            margin-bottom: 20px;
                            text-transform: uppercase;
                        }

                        #light-pl .content .conteudo .unic-pl .bx2 .bxs.palestra {
                            width: 145px;
                            margin-left: 15px;
                        }

                            #light-pl .content .conteudo .unic-pl .bx2 .bxs.palestra .hora {
                                color: #e30613;
                                font-size: 40px;
                                font-weight: 800;
                            }

                        #light-pl .content .conteudo .unic-pl .bx2 .bxs.tema {
                            width: 185px;
                        }

                            #light-pl .content .conteudo .unic-pl .bx2 .bxs.tema .tema {
                                color: #58595b;
                                font-family: 'Open Sans', sans-serif;
                                font-weight: 600;
                                font-size: 16px;
                                line-height: 17px;
                            }

                        #light-pl .content .conteudo .unic-pl .bx2 .bxs.sinopse {
                            width: 140px;
                            margin-right: 0;
                            padding-right: 0;
                            border-right: 0;
                        }

                            #light-pl .content .conteudo .unic-pl .bx2 .bxs.sinopse .confira {
                                position: relative;
                                float: left;
                                width: 140px;
                                height: 38px;
                                background-color: #e30613;
                                color: #fff;
                                text-align: center;
                                font-size: 14px;
                                line-height: 18px;
                                text-transform: uppercase;
                                font-weight: 700;
                                border-radius: 5px;
                                padding: 2px 0;
                                cursor: pointer;
                            }

                                #light-pl .content .conteudo .unic-pl .bx2 .bxs.sinopse .confira.offLine {
                                    display: none !important;
                                }

                #light-pl .content .conteudo .unic-pl.ativo {
                    display: block;
                }

        #light-pl .content .close {
            float: right;
            cursor: pointer;
        }

/* Fim - Palestrantes */
/* Agenda */
#agenda .ag-bg {
    padding: 50px 0 0;
    background: #ffffff;
    min-height: 800px;
}

    #agenda .ag-bg .center {
        /* &:before{
         content: '';
         background: url(imgs/liner.png) bottom left no-repeat;
         width: 1px;
         height: 619px;
         position: absolute;
         left: 2px;
         top: -105px;
     }*/
    }

        #agenda .ag-bg .center h2 {
            border-left: solid 4px #e30613;
            height: 44px;
            line-height: 44px;
            padding-left: 35px;
            color: #000000;
            font-size: 30px;
            text-transform: uppercase;
            position: relative;
            float: left;
            width: auto;
            margin-bottom: 100px;
        }

            #agenda .ag-bg .center h2 span {
                padding-left: 20px;
                margin-left: 20px;
                border-left: 4px solid #000000;
                color: #e21f24;
            }

        #agenda .ag-bg .center .box {
            margin-top: 150px;
        }

            #agenda .ag-bg .center .box .data {
                position: relative;
                float: left;
                padding-left: 145px;
                width: 180px;
            }

                #agenda .ag-bg .center .box .data .dias {
                    position: relative;
                    float: left;
                    width: 100%;
                    margin-top: 35px;
                }

                    #agenda .ag-bg .center .box .data .dias span {
                        position: relative;
                        float: left;
                        color: #f6000e;
                        text-transform: uppercase;
                        font-weight: 700;
                        font-size: 73px;
                        height: 73px;
                        line-height: 73px;
                    }

                        #agenda .ag-bg .center .box .data .dias span.and {
                            font-family: 'Staatliches', cursive;
                            color: #FFFFFF;
                            font-size: 27px;
                            margin: 0 13px;
                        }

                #agenda .ag-bg .center .box .data .mesAno {
                    position: relative;
                    float: left;
                    width: 100%;
                    text-align: center;
                    font-family: 'Staatliches', cursive;
                    font-size: 36px;
                    line-height: 36px;
                    color: #FFFFFF;
                    text-transform: uppercase;
                    padding-bottom: 19px;
                    margin-bottom: 20px;
                    border-bottom: 1px solid #949494;
                }

                    #agenda .ag-bg .center .box .data .mesAno span {
                        color: #f6000e;
                        padding: 0 4px;
                    }

                #agenda .ag-bg .center .box .data .horario {
                    position: relative;
                    float: left;
                    width: 100%;
                    text-align: center;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 25px;
                    line-height: 24px;
                    color: #FFFFFF;
                    letter-spacing: 0.7px;
                }

            #agenda .ag-bg .center .box .content {
                position: relative;
                float: left;
                width: calc(100% - 425px);
                padding-left: 93px;
                padding-top: 43px;
            }

                #agenda .ag-bg .center .box .content p {
                    font-family: 'Open Sans', sans-serif;
                    color: #FFFFFF;
                    font-size: 14px;
                    line-height: 21px;
                }

                #agenda .ag-bg .center .box .content a {
                    position: relative;
                    float: left;
                    margin-top: 30px;
                }

/* Fim - Agenda */
/* Investimento */
#investimento {
    padding: 40px 0;
    background: #ffffff;
}

    #investimento .center {
        /*
    p.dest{
        text-align: center;
        color: #e30613;
        font-size: 25px;
        font-weight: 600;
        margin-top: 53px;
        margin-bottom: 100px;
        text-transform: uppercase;
    }
    .lotes{
        text-align: center;
        .box-lote{
            position: relative;
            float: none;
            display: inline-block;
            width: 371px;
            height: 610px;
            background-color: #ffffff;
            &:last-child{
                margin-right: 0;
            }
            .lote{
                background-color: #851e1e;
                color: #fff;
                float: left;
                font-size: 22px;
                font-weight: 700;
                height: 74px;
                line-height: 74px;
                position: relative;
                text-align: center;
                text-transform: uppercase;
                width: 100%;
                &:after{
                    content: '';
                    position: absolute;
                    right: calc(50% - 20px);
                    top: 100%;
                    width: 0; 
                    height: 0; 
                    border-right: 20px solid transparent;
                    border-left: 20px solid transparent;
                    border-top: 20px solid #851e1e;
                }
            }
            &:nth-child(2){
                margin: 0 43px;
                .lote{
                    background-color: #3b3a3b;
                    &:after{
                        border-top-color: #3b3a3b;
                    }
                }
            }
            &:nth-child(3){
                float: right;
                .lote{
                    background-color: #8e8e8e;
                    &:after{
                        border-top-color: #8e8e8e;
                    }
                }
            }
            p.desconto{
                text-align: center;
                font-size: 25px;
                line-height: 30px;
                color: #3b3a3b;
                text-transform: uppeercase;
                margin: 55px 0 45px;
                span{
                    color: #c9202d;
                    font-size: 40px;
                    font-weight: bold;
                }
            }
            p.valor{
                color: #c9202d;
                font-size: 74px;
                font-weight: 700;
                height: 99px;
                letter-spacing: -0.3px;
                line-height: 99px;
                width: 90%;
                margin: 0 5%;
                padding: 30px 0;
                text-align: center;
                border-top: 1px solid #747474;
                border-bottom: 1px solid #747474;
                span{
                    display: flex;
                    font-size: 25px;
                    width: 15px;
                    color: #0d2d40;
                    height: 0;
                    position: relative;
                    margin-left: 15px;
                    &.zero{
                        color: #c9202d;
                        display: inline-block;
                        float: right;
                        font-size: 43px;
                        line-height: 86px;
                        margin-left: -10px;
                        position: absolute;
                    }
                }
            }
            p.frase{
                font-size: 25px;
                height: auto;
                line-height: 30px;
                width: 80%;
                float: left;
                font-weight: 500;
                text-align: center;
                color: #3b3a3b;
                margin: 30px 10%;
                text-transform: uppercase;
                strong{
                    font-size: 28px;
                    font-weight: 700;
                    color: #c9202d; 
                }
            }
            a{
                position: relative;
                float: left;
                width: 100%;
                text-align: center;
                img{ border: 0; }    
            }
        }
    }
    .consulte{
        background-color: #ededed;
        height: 65px;
        padding: 0;
        width: 100%;
        margin-top: 55px;
        &:before{
            background-color: #c9202d;
            content: "";
            height: 65px;
            right: 0;
            position: absolute;
            top: 0;
            width: 45%;
        }
        &:after{
            background-image: url(imgs/inscreva-se.png);
            background-repeat: no-repeat;
            content: "";
            height: 104px;
            right: calc(45% - 84px);
            position: absolute;
            bottom: 0;
            width: 168px;
        }
        .bloco1{
            position: relative;
            float: left;
            width: 60%;
            p{
                color: #58595b;
                font-size: 17px;
                line-height: 65px;
                width: 80%;
                text-align: center;
                position: relative;
                z-index: 1;
                strong{
                    color: #c9202d;
                }  
            }
        }
        .bloco2{
            position: relative;
            float: right;
            width: 40%;
            a{
                position: relative;
                float: right;
                width: 100%;
                text-align: center;
                line-height: 65px;
                color: #fff;
                font-size: 25px;
                font-weight: 800;
                transition: all 0.5s ease-in-out 0s;
                text-transform: uppercase;
                &:after{
                    background-image: url("imgs/inscreva-se-arrow.png");
                    background-repeat: no-repeat;
                    bottom: calc(50% - 19px);
                    content: "";
                    height: 32px;
                    position: absolute;
                    right: 20%;
                    width: 23px;
                }
            }
        }
    }
    */
    }

        #investimento .center:before {
            content: '';
            background: url(imgs/liner.png) bottom left no-repeat;
            width: 1px;
            height: 580px;
            position: absolute;
            left: 2px;
            top: 0px;
        }

        #investimento .center h2 {
            border-left: solid 4px #e30613;
            height: 44px;
            line-height: 44px;
            padding-left: 35px;
            color: #000000;
            font-size: 30px;
            text-transform: uppercase;
            position: relative;
            float: left;
            width: auto;
            margin-top: 50px;
        }

        #investimento .center .lotes {
            position: relative;
            float: left;
            width: 100%;
            text-align: center;
            margin-top: 100px;
        }

            #investimento .center .lotes a:nth-child(2) {
                margin: 0 75px;
            }

        #investimento .center .atencao {
            position: relative;
            float: left;
            width: 100%;
            text-align: center;
            margin-top: 40px;
        }

/* Fim - Investimento */
/* Informa├º├Áes */
#informacoes {
    background: #f2f2f2 url(imgs/bg_info.jpg) top center no-repeat;
    padding: 70px 0 200px;
    margin-top: 80px;
}

    #informacoes .elastic:first-child .center:before {
        content: '';
        background: url(imgs/liner.png) bottom left no-repeat;
        width: 1px;
        height: 580px;
        position: absolute;
        left: 2px;
        top: -50px;
    }

    #informacoes .elastic .center h2 {
        border-left: solid 4px #e30613;
        height: 44px;
        line-height: 44px;
        padding-left: 35px;
        color: #000000;
        font-size: 30px;
        text-transform: uppercase;
        position: relative;
        float: left;
        width: auto;
        margin: 80px 0;
    }

    #informacoes section {
        position: relative;
        float: left;
    }

        #informacoes section article {
            position: relative;
            float: left;
            padding: 0px 30px;
            min-height: 270px;
        }

            #informacoes section article p.title {
                position: relative;
                float: left;
                width: 100%;
                margin-bottom: 40px;
                text-align: left;
            }

                #informacoes section article p.title img {
                    width: auto;
                    display: inline-block;
                }

            #informacoes section article p.content, #informacoes section article div.content {
                position: relative;
                float: left;
                width: 100%;
                font-family: 'Open Sans', sans-serif;
                color: #414042;
                font-size: 14px;
                line-height: 16px;
            }

                #informacoes section article p.content span, #informacoes section article p.content a, #informacoes section article div.content span, #informacoes section article div.content a {
                    font-family: 'Open Sans', sans-serif;
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 16px;
                    color: #c9202d;
                }

                #informacoes section article p.content div, #informacoes section article div.content div {
                    padding-left: 30px;
                    background: url(imgs/chek.png) center left no-repeat;
                    margin-bottom: 5px;
                    height: 22px;
                }

        #informacoes section.inline {
            width: 100%;
            margin-bottom: 45px;
        }

            #informacoes section.inline article {
                width: 311px;
            }

                #informacoes section.inline article:nth-child(2) {
                    margin: 0 43px;
                }

        #informacoes section.colun {
            width: 371px;
            padding: 0;
        }

            #informacoes section.colun:nth-child(2) {
                margin: 0 43px;
            }

            #informacoes section.colun:nth-child(3) {
                float: right;
            }

            #informacoes section.colun article {
                width: calc(100% - 60px);
            }

                #informacoes section.colun article:first-child {
                    margin-bottom: 40px;
                }

                #informacoes section.colun article figure {
                    margin: 16px 0;
                    position: relative;
                    float: left;
                    width: 100%;
                    text-align: center;
                }

                    #informacoes section.colun article figure.midle {
                        border-top: 1px solid #ababab;
                        border-bottom: 1px solid #ababab;
                        padding: 32px 0;
                    }

                #informacoes section.colun article.visi {
                    min-height: 240px;
                }

                #informacoes section.colun article.prin {
                    margin-top: 66px;
                    min-height: 280px;
                }

/* Fim - Informa├º├Áes */
/* Contato */
#contato {
    background: #ececec url(imgs/bg_news.jpg) center bottom no-repeat;
}

    #contato .patrocinio {
        padding: 75px 0 100px;
        background: #ffffff url(imgs/bg_patrocinio.jpg) top center no-repeat;
    }

        #contato .patrocinio .content {
            height: auto !important;
            padding-bottom: 50px;
        }

            #contato .patrocinio .content .center:before {
                content: '';
                background: url(imgs/liner.png) bottom left no-repeat;
                width: 1px;
                height: 580px;
                position: absolute;
                left: 2px;
                top: -69px;
            }

            #contato .patrocinio .content .center h2 {
                border-left: solid 4px #e30613;
                height: 44px;
                line-height: 44px;
                padding-left: 35px;
                color: #000000;
                font-size: 30px;
                text-transform: uppercase;
                position: relative;
                float: left;
                width: auto;
                margin: 80px 0;
            }

            #contato .patrocinio .content .center figure {
                position: relative;
                float: left;
                width: 370px;
                height: 240px;
                line-height: 280px;
                text-align: center;
            }

                #contato .patrocinio .content .center figure img {
                    display: inline-block;
                }

            #contato .patrocinio .content .center center {
                position: relative;
                float: left;
                width: 100%;
            }

                #contato .patrocinio .content .center center figure {
                    float: none;
                    display: inline-block;
                }

    #contato .realizador {
        padding: 100px 0 200px;
        background: transparent url(imgs/bg_realizador.jpg) center top no-repeat;
    }

        #contato .realizador .center:before {
            content: '';
            background: url(imgs/liner.png) left 0 no-repeat;
            width: 1px;
            height: 180px;
            position: absolute;
            left: 2px;
            top: -74px;
        }

        #contato .realizador .center h2 {
            border-left: solid 4px #e30613;
            height: 44px;
            line-height: 44px;
            padding-left: 35px;
            color: #ffffff;
            font-size: 30px;
            text-transform: uppercase;
            position: relative;
            float: left;
            width: 100%;
            margin: 0px 0 80px;
        }

        #contato .realizador .leftR {
            position: relative;
            float: left;
            width: auto;
            padding: 150px 40px 0;
        }

            #contato .realizador .leftR img {
                position: relative;
                display: inline-block;
            }

        #contato .realizador .rightR {
            position: relative;
            float: left;
            width: calc(100% - 525px);
            margin-left: 140px;
        }

            #contato .realizador .rightR p {
                font-family: 'Open Sans', sans-serif;
                text-align: left;
                color: #58595b;
                font-size: 13px;
                line-height: 21px;
            }

                #contato .realizador .rightR p * {
                    font-family: 'Open Sans', sans-serif;
                }

                #contato .realizador .rightR p span {
                    font-weight: 700;
                    color: #f6000e;
                    font-size: 15px;
                }

                #contato .realizador .rightR p.organizador {
                    font-family: 'Staatliches', cursive;
                    color: #f6000e;
                    font-size: 20px;
                    text-transform: uppercase;
                    margin-top: 42px;
                    margin-bottom: 30px;
                }

            #contato .realizador .rightR a {
                font-family: 'Open Sans', sans-serif;
                position: relative;
                float: left;
                width: 100%;
                display: block;
                font-size: 16px;
                line-height: 22px;
                color: #58595b;
                font-weight: 300;
            }

                #contato .realizador .rightR a.tel {
                    font-family: 'Montserrat', sans-serif;
                    font-weight: normal;
                    font-size: 25px;
                    margin-bottom: 5px;
                    font-weight: 600;
                }

                    #contato .realizador .rightR a.tel span {
                        font-family: 'Montserrat', sans-serif;
                        font-size: 18px;
                        margin-right: 5px;
                        font-weight: normal;
                    }

    #contato .news {
        height: auto;
    }

        #contato .news .center .left {
            position: relative;
            float: left;
            width: calc(100% - 905px);
            padding-left: 215px;
            margin-top: 90px;
        }

            #contato .news .center .left p.chamada {
                height: 95px;
                width: 100%;
                color: #ffffff;
                font-weight: 700;
                line-height: 30px;
                font-size: 25px;
                text-transform: uppercase;
            }

                #contato .news .center .left p.chamada strong {
                    color: #e21f24;
                }

        #contato .news .center .right {
            position: relative;
            float: left;
            width: 536px;
            height: 373px;
            padding-top: 80px;
        }

            #contato .news .center .right form {
                position: relative;
                float: left;
                height: 120px;
                width: 665px;
            }

                #contato .news .center .right form label {
                    font-family: 'Open Sans', sans-serif;
                    position: relative;
                    float: left;
                    width: calc(100% - 30px);
                    text-transform: uppercase;
                    font-size: 14px;
                    line-height: 20px;
                    font-weight: normal;
                    margin-bottom: 30px;
                    color: #ffffff;
                    padding-left: 30px;
                }

                #contato .news .center .right form .inputs {
                    position: relative;
                    float: left;
                    width: 100%;
                }

                    #contato .news .center .right form .inputs input[type="email"] {
                        border: 1px solid #949393;
                        border-radius: 7px;
                        color: #58595b;
                        float: left;
                        font-size: 18px;
                        height: 48px;
                        line-height: 52px;
                        margin-right: 25px;
                        padding: 0 20px;
                        position: relative;
                        width: 298px;
                        background-color: #efefef;
                    }

                    #contato .news .center .right form .inputs input[type="submit"] {
                        position: relative;
                        float: left;
                        width: 140px;
                        height: 46px;
                        color: #ffffff;
                        font-weight: 900;
                        text-align: center;
                        border: 2px solid #e30613;
                        background-color: #e30613;
                        transition: all 0.3s ease-in-out 0s;
                        cursor: pointer;
                        font-size: 20px;
                        text-transform: uppercase;
                        border-radius: 7px;
                    }

                        #contato .news .center .right form .inputs input[type="submit"]:hover {
                            color: #e30613;
                            background: transparent;
                        }

            #contato .news .center .right #newsreturn {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(24, 166, 179, 0.95);
                border-radius: 15px;
                display: none;
                font-size: 0;
            }

                #contato .news .center .right #newsreturn p {
                    color: #fff;
                    font-size: 35px;
                    text-align: center;
                    line-height: 320%;
                    text-transform: uppercase;
                    font-weight: 700;
                }

/* Fim - Contato */
/* Local */
#local {
    height: 771px;
    padding: 0 0 100px 0;
    background: url(imgs/bg_local.jpg) no-repeat top center;
}

    #local .center {
        text-align: center;
    }

        #local .center:before {
            content: '';
            background: url(imgs/liner.png) bottom left no-repeat;
            width: 1px;
            height: 580px;
            position: absolute;
            left: 2px;
            top: -100px;
        }

        #local .center h2 {
            border-left: solid 4px #e30613;
            height: 44px;
            line-height: 44px;
            padding-left: 35px;
            color: #000000;
            font-size: 30px;
            text-transform: uppercase;
            position: relative;
            float: left;
            width: auto;
            margin: 0 0 80px;
        }

        #local .center img {
            max-width: 100%;
        }

/* Fim - Local */
/*-- Inscreva-se --*/
body.inscrevaBody {
    background: #eaeaea;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eaeaea 0%, #eaeaea 350px, #eaeaea 350px);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #eaeaea 350px, #eaeaea 350px);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eaeaea 0%, #eaeaea 350px, #eaeaea 350px);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=0 );
    /* IE6-9 */
}

    body.inscrevaBody header .bg-menu #menu a.inscrevase {
        margin-top: 30px;
        font-family: 'Staatliches', cursive;
        position: relative;
        float: right;
        width: 130px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        border-radius: 5px;
        background-color: #e30613;
        border: 1px solid #e30613;
        color: #fff;
        font-size: 18px;
        margin-left: 50%;
        transition: all 0.5s ease-in-out 0s;
    }

        body.inscrevaBody header .bg-menu #menu a.inscrevase:hover {
            background-color: transparent;
            border-color: #e30613;
            color: #e30613;
        }

    body.inscrevaBody footer {
        background: #2d2d2d no-repeat top center;
        padding: 40px 0 80px;
        margin-top: -5px;
    }

#inscform form {
    position: relative;
    float: left;
    width: 100%;
}

    #inscform form h2 {
        text-align: left;
        float: left;
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    #inscform form .form-logo {
        float: left;
        position: relative;
        width: 305px;
    }

        #inscform form .form-logo img {
            width: 100%;
            height: auto;
        }

    #inscform form .form-tipo {
        float: right;
        margin-top: 13%;
        position: relative;
        width: 40%;
    }

        #inscform form .form-tipo p.semititle {
            color: #414042;
            float: left;
            font-size: 16px;
            font-weight: normal;
            margin-right: 35px;
            margin-top: 20px;
            position: relative;
            text-align: left;
            text-transform: none;
            width: auto;
        }

        #inscform form .form-tipo .radiolab {
            width: 19%;
            margin-top: 6%;
        }

    #inscform form .campos {
        position: relative;
        float: left;
        width: 100%;
    }

        #inscform form .campos h2 {
            position: relative;
            float: left;
            width: 100%;
            text-transform: uppercase;
            color: #c9202d;
            font-size: 28px;
            text-align: left;
            font-weight: 700;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        #inscform form .campos span.spacer {
            position: relative;
            float: left;
            width: 66px;
            height: 2px;
            margin-right: calc(100% - 66px);
            background-color: #d12e16;
            margin-bottom: 40px;
            margin-top: 40px;
            display: none;
        }

        #inscform form .campos input, #inscform form .campos select {
            position: relative;
            float: left;
            width: calc(50% - 28px);
            padding: 0 10px;
            margin-right: 15px;
            margin-bottom: 15px;
            border: 0;
            background-color: #ffffff;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            color: #414042;
            font-weight: 500;
            letter-spacing: -0.1px;
        }

            #inscform form .campos input:nth-child(even), #inscform form .campos select:nth-child(even) {
                margin-right: 0;
            }

        #inscform form .campos select {
            height: 40px;
            line-height: 40px;
            border: 0 !important;
            /*Removes border*/
            -webkit-appearance: none;
            /*Removes default chrome and safari style*/
            -moz-appearance: none;
            /*Removes default style Firefox*/
            background-image: url("imgs/selectarrow.png");
            background-repeat: no-repeat;
            background-position: 98% 53%;
        }

        #inscform form .campos .triple input {
            width: calc((100% / 3) - 33px);
            margin: 0 0 15px;
        }

            #inscform form .campos .triple input:nth-child(2) {
                margin: auto 15px;
            }

        #inscform form .campos .triple select {
            width: calc((100% / 3) - 10px);
            margin: 0 0 15px;
        }

            #inscform form .campos .triple select:nth-child(2) {
                margin: auto 15px;
            }

        #inscform form .campos .rnumero input:first-child {
            width: calc(79% - 35px);
            padding: 0 10px;
            margin-right: 15px;
        }

        #inscform form .campos .rnumero input:last-child {
            width: calc(19% - 1px);
            padding: 0 10px;
            margin-right: 0;
        }

        #inscform form .campos > p {
            color: #414042;
            font-size: 16px;
        }

            #inscform form .campos > p span {
                color: #c9202d;
                font-weight: 600;
            }

    #inscform form #investimento {
        margin: 0 auto;
        padding: 0;
        background: none;
    }

        #inscform form #investimento h2 {
            margin-top: 75px;
            background: none;
        }

        #inscform form #investimento .lotes {
            margin-top: 50px;
            position: relative;
            float: left;
        }

            #inscform form #investimento .lotes .box-lote {
                position: relative;
                float: left;
                width: 334px;
                height: 400px;
                cursor: pointer;
            }

                #inscform form #investimento .lotes .box-lote:nth-child(2) {
                    margin: auto 60px;
                }

                #inscform form #investimento .lotes .box-lote img {
                    width: 100%;
                    height: auto;
                }

                #inscform form #investimento .lotes .box-lote input {
                    width: 100%;
                    height: 20px;
                    margin-top: -65px;
                    cursor: pointer;
                }

        #inscform form #investimento .atencao {
            margin-top: 50px;
        }

            #inscform form #investimento .atencao h4 {
                color: #c9202d;
                font-weight: 600;
                text-transform: uppercase;
                margin-bottom: 20px;
            }

            #inscform form #investimento .atencao p {
                color: #414042;
                font-size: 16px;
            }

        #inscform form #investimento .half {
            position: relative;
            float: left;
            width: 50%;
            margin-top: 25px;
        }

            #inscform form #investimento .half input {
                width: 94.2%;
                float: right;
                margin-right: 0;
            }

        #inscform form #investimento #outros {
            margin-right: 0;
            float: right;
        }

        #inscform form #investimento #observacao {
            position: relative;
            float: left;
            padding: 15px;
            width: calc(100% - 30px);
            height: 200px;
            resize: none;
            background-color: #ffffff;
            color: #000;
            border: 0;
        }

    #inscform form p.semititle {
        color: #000000;
        float: left;
        font-weight: 700;
        font-size: 18px;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        margin-top: 15px;
    }

    #inscform form label.radiolab {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 15px;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        color: #414042;
        padding-left: 20px;
    }

        #inscform form label.radiolab input[type="radio"] {
            bottom: 0;
            height: auto;
            left: 0;
            margin: auto;
            position: absolute;
            top: 0;
            width: auto;
        }

    #inscform form label.termos {
        color: #414042;
        cursor: pointer;
        float: left;
        font-size: 16px;
        line-height: 20px;
        margin-top: 40px;
        padding-left: 20px;
        padding-top: 40px;
        position: relative;
        width: calc(100% - 20px);
        border-top: 1px solid #afb2b5;
    }

        #inscform form label.termos input[type="checkbox"] {
            bottom: 0;
            height: auto;
            left: 0;
            margin: auto;
            position: absolute;
            top: 40px;
            width: auto;
        }

    #inscform form input#send {
        background-color: #c9202d;
        border: 1px solid #c9202d;
        color: #fff;
        cursor: pointer;
        float: left;
        font-weight: 800;
        font-size: 28px;
        height: 44px;
        line-height: 41px;
        margin: 35px 0 50px;
        position: relative;
        text-transform: uppercase;
        transition: all 0.4s ease-in-out 0s;
        width: 100%;
        border-radius: 8px;
    }

        #inscform form input#send:hover {
            background-color: #FFF;
            color: #c9202d;
        }

/*-- Fim - Inscreva-se --*/
/* Footer */
footer {
    background: #2d2d2d url(imgs/bg_footer.jpg) no-repeat top center;
    padding: 150px 0 80px;
    margin-top: -5px;
}

    footer .incricao-link {
        margin-bottom: 80px;
        background-color: #e30613;
        height: 95px;
        line-height: 95px;
        text-align: center;
    }

        footer .incricao-link a {
            line-height: 95px;
            color: #fff;
            font-size: 25px;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
            letter-spacing: 4px;
            cursor: pointer;
        }

            footer .incricao-link a span {
                text-decoration: underline;
                font-weight: 700;
            }

    footer .spacebar {
        background-color: transparent;
        height: 75px;
    }

    footer .bloco {
        position: relative;
        float: left;
    }

        footer .bloco.logos {
            height: 188px;
            margin-right: 120px;
            width: 190px;
        }

            footer .bloco.logos .logo {
                position: relative;
                float: left;
                width: 100%;
                height: 97px;
                margin: calc(41% - 48px) 0;
            }

        footer .bloco.foot-menu {
            height: 188px;
            margin-right: 120px;
            width: 125px;
        }

            footer .bloco.foot-menu .logo {
                float: left;
                height: 67px;
                margin: calc(74% - 33px) 0;
                position: relative;
                width: 100%;
            }

        footer .bloco .title {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 700;
            font-size: 16px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

            footer .bloco .title:before {
                content: '';
                position: relative;
                float: left;
                margin-right: 10px;
                background-repeat: no-repeat;
            }

        footer .bloco.data-tel {
            margin-right: 130px;
            width: 170px;
        }

            footer .bloco.data-tel .data {
                position: relative;
                float: left;
                width: 100%;
                margin-bottom: 35px;
            }

                footer .bloco.data-tel .data .title:before {
                    background-image: url(imgs/datahora_ico.png);
                    width: 18px;
                    height: 18px;
                }

                footer .bloco.data-tel .data p {
                    color: #bdb7b7;
                    font-size: 15px;
                    line-height: 22px;
                }

            footer .bloco.data-tel .tel {
                position: relative;
                float: left;
                width: 100%;
            }

                footer .bloco.data-tel .tel .title:before {
                    background-image: url(imgs/tel_ico.png);
                    width: 13px;
                    height: 17px;
                }

                footer .bloco.data-tel .tel a {
                    color: #bdb7b7;
                    font-size: 15px;
                    line-height: 22px;
                }

        footer .bloco.loca-atend {
            width: 325px;
        }

            footer .bloco.loca-atend .local {
                position: relative;
                float: left;
                width: 100%;
                margin-bottom: 15px;
            }

                footer .bloco.loca-atend .local .title:before {
                    background-image: url(imgs/local_ico.png);
                    width: 11px;
                    height: 16px;
                }

                footer .bloco.loca-atend .local .dados {
                    position: relative;
                    float: left;
                    width: 100%;
                    padding: 0 0 20px;
                }

                    footer .bloco.loca-atend .local .dados p {
                        color: #bdb7b7;
                        font-size: 13px;
                        line-height: 22px;
                    }

            footer .bloco.loca-atend .atend {
                position: relative;
                float: left;
                width: 100%;
            }

                footer .bloco.loca-atend .atend .title:before {
                    background-image: url(imgs/mail_ico.png);
                    margin-top: 4px;
                    width: 20px;
                    height: 12px;
                }

                footer .bloco.loca-atend .atend span {
                    font-size: 15px;
                    color: #bdb7b7;
                    line-height: 22px;
                    margin-right: 4px;
                }

                footer .bloco.loca-atend .atend a {
                    font-size: 15px;
                    line-height: 22px;
                    color: #bcbec0;
                }

                    footer .bloco.loca-atend .atend a:hover {
                        text-decoration: underline;
                    }

    footer .copy {
        margin-top: 35px;
        padding-top: 25px;
        border-top: 1px solid #bcbec0;
    }

        footer .copy .wk3 {
            position: relative;
            float: left;
            margin-top: 7px;
        }

            footer .copy .wk3 span {
                color: #bdb7b7;
                display: inline-block;
                float: left;
                font-size: 12px;
                letter-spacing: 1px;
                margin-right: 4px;
                position: relative;
                width: 125px;
            }

            footer .copy .wk3 a {
                position: relative;
                top: -1px;
                height: 20px;
            }

                footer .copy .wk3 a img {
                    width: 30px;
                }

        footer .copy p {
            float: left;
            font-size: 12px;
            position: relative;
            text-align: center;
            width: 80%;
            line-height: 28px;
            color: #bdb7b7;
        }

        footer .copy a {
            position: relative;
            float: right;
            height: 29px;
        }

/* fim - Footer */
/* return BOX */
#cont-msg {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0 !important;
    width: 100%;
    z-index: 9999999;
}

    #cont-msg .mensagem {
        position: absolute;
        width: 28%;
        height: 18%;
        padding: 1%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #fff;
        font-weight: 600;
        color: #086193;
    }

    #cont-msg .fechar {
        color: #c31e05;
        cursor: pointer;
        font-size: 34px;
        font-weight: 700;
        position: absolute;
        right: 35.5%;
        top: 39.5%;
    }

/* Fim - return BOX */
/* LighSlider config */
.lg-outer, .lg-backdrop {
    z-index: 999999;
}

.lg-actions .lg-prev {
    background-image: url("imgs/prev_light.png");
    background-color: transparent;
    height: 48px;
    left: 20%;
    width: 47px;
}

    .lg-actions .lg-prev:after {
        font-size: 0;
    }

.lg-actions .lg-next {
    background-image: url(imgs/next_light.png);
    background-color: transparent;
    height: 48px;
    right: 20%;
    width: 47px;
}

    .lg-actions .lg-next:before {
        font-size: 0;
    }

.lg-toolbar .lg-download {
    background-image: url("imgs/down-ico.png");
    background-repeat: no-repeat;
    height: 40px;
    margin-right: 36px;
    margin-top: 6px;
    width: 30px;
}

    .lg-toolbar .lg-download:after {
        font-size: 0;
    }

.lg-toolbar .lg-close {
    background-image: url("imgs/close-ico.png");
    background-repeat: no-repeat;
    height: 30px;
    margin-right: 36px;
    margin-top: 11px;
    width: 30px;
}

    .lg-toolbar .lg-close:after {
        font-size: 0;
    }

/* Fim - LighSlider config */
/* Voltar o topo */
.bock-top {
    position: fixed;
    right: 5%;
    bottom: -75px;
    width: 56px;
    height: 70px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.9s ease-in-out 0s;
}

    .bock-top:after {
        content: '';
        width: 16px;
        height: 16px;
        border-right: 4px solid #e30613;
        border-bottom: 4px solid #e30613;
        transform: rotate(-135deg);
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.4s ease-in-out 0s;
    }

    .bock-top.ativo {
        bottom: -15px;
    }

    .bock-top:hover:after {
        top: -10px;
    }

/* Fim - Voltar o topo */
/* myAlert */
#myAlert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
}

    #myAlert .content {
        background-color: #fff;
        border: 4px solid #262262;
        border-radius: 5px;
        bottom: 0;
        height: 200px;
        left: 0;
        margin: auto;
        max-height: 400px;
        position: absolute;
        right: 0;
        top: 0;
        width: 400px;
    }

        #myAlert .content #close {
            background-color: #fff;
            border: 2px solid #262262;
            border-radius: 30px;
            color: #000000;
            cursor: pointer;
            font-size: 14px;
            height: 20px;
            line-height: 20px;
            position: absolute;
            right: -15px;
            text-align: center;
            text-transform: uppercase;
            top: -15px;
            width: 20px;
        }

            #myAlert .content #close:hover {
                background-color: #c31e05;
            }

        #myAlert .content p {
            color: #000000;
            font-size: 20px;
            font-weight: 800;
            line-height: 30px;
            margin-top: 34px;
            padding: 15px;
            width: calc(100% - 30px);
        }
