/*
Theme Name:Transportes 2020 - Ciclo
Author URI: http://www.wk3.com.br
Description: Tema criado por  / WK3
Author: 
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap');

@font-face {
    font-family: 'Staatliches';
    src: url('fonts/Staatliches-Regular.eot');
    src: url('fonts/Staatliches-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Staatliches-Regular.woff2') format('woff2'), url('fonts/Staatliches-Regular.woff') format('woff'), url('fonts/Staatliches-Regular.ttf') format('truetype'), url('fonts/Staatliches-Regular.svg#Staatliches-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
    src: url('fonts/Anton-Regular.eot');
    src: url('fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Anton-Regular.woff2') format('woff2'), url('fonts/Anton-Regular.woff') format('woff'), url('fonts/Anton-Regular.ttf') format('truetype'), url('fonts/Anton-Regular.svg#Anton-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 25px;
}

a {
    color: #1A1A1A;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:active,
    a:focus {
        outline: none !important;
        text-decoration: none;
    }

.font-dark,
.font-dark a {
    color: #2B2B2B;
}

.font-light,
.font-light a {
    color: #FFF;
    text-shadow: 1px 1px 1px #2B2B2B;
}

.font-red, .font-red a {
    color: #CD0713;
}

.azul {
    background: rgb(0,0,0);
    background: linear-gradient(142deg, rgba(0,0,0,1) 0%, rgba(15,56,95,1) 100%);
}

.preto {
    background: #333333;
}

.cinza {
    background: #eaeaea;
    background: -moz-linear-gradient(top, #eaeaea 0%, #eaeaea 350px, #eaeaea 350px);
    background: -webkit-linear-gradient(top, white 0%, #eaeaea 350px, #eaeaea 350px);
    background: linear-gradient(to bottom, #eaeaea 0%, #eaeaea 350px, #eaeaea 350px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea',GradientType=0 );
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.p-10 {
    padding: 10px;
}

.m-10 {
    margin: 10px;
}

.mt-100 {
    margin-top: 100px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-150 {
    padding-top: 150px;
}

.back-to-top {
    position: fixed;
    display: none;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 1em;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9999;
    background-color: #EC1F23;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

h1 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}

h2 {
    font-family: 'Open Sans', cursive;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #404041;
    font-weight: normal;
    line-height: 40px;
}
/*-- Header --*/
#header {
    height: 110px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 900;
}

    #header p {
        font-family: Staatliches;
        font-size: 19px;
        line-height: 25px;
        text-align: center;
        margin: 0px;
        font-weight: 400;
        width: 100%;
        position: absolute;
        top: 5px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 23%;
    }

    #header .row {
        position: relative;
        top: 0px;
    }

a.bot-inscricao {
    font-family: 'Staatliches';
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background-color: #EC1F23;
    color: #fff;
    font-size: 17px;
    transition: all 0.5s ease-in-out 0s;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 5px;
    right: 5px;
}

    a.bot-inscricao:hover {
        background-color: #AE1D1F;
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }

.fundo-preto {
    background-color: #173471;
}

    .fundo-preto .scr {
        display: none;
    }

.slidOn {
    background-color: #FFF;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #f6f6f6;
    color: #6d6e71;
}

    .slidOn .scr {
        display: block;
    }

    .slidOn .nscr {
        display: none;
    }

    .slidOn #menu-ciclo li a,
    .slidOn #menu-ciclo li a:hover,
    .slidOn #menu-ciclo ul li.active > a {
        color: #6d6e71;
    }

    .slidOn #menu-ciclo #menu-button {
        color: #6d6e71;
    }

        .slidOn #menu-ciclo #menu-button:after {
            border-top: 5px solid #6d6e71;
            border-bottom: 5px solid #6d6e71;
        }

        .slidOn #menu-ciclo #menu-button:before {
            border-top: 5px solid #6d6e71;
        }

#menu-ciclo {
    width: auto;
    padding: 0;
    line-height: 1;
    display: block;
    position: absolute;
    top: 55px;
    right: 0px;
    font-family: 'Staatliches';
    box-sizing: content-box;
    height: 20px;
    text-transform: uppercase;
    font-weight: normal;
    z-index: 1000;
    margin: 0px;
}

    #menu-ciclo ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

        #menu-ciclo ul li {
            margin: 0;
            padding: 0;
            display: block;
            position: relative;
            line-height: 20px;
            float: left;
            padding: 0px;
        }

            #menu-ciclo ul li a {
                font-size: 17px;
                text-transform: none;
                color: #FFF;
                display: block;
                padding-bottom: 15px;
                text-align: center;
                padding-left: 7px;
                padding-right: 7px;
            }

                #menu-ciclo ul li a:hover {
                    background-image: url(sections/01%20-%20banner/arrow_menu.png);
                    background-repeat: no-repeat;
                    background-position: center bottom;
                    text-decoration: none;
                    color: #FFF;
                }

            #menu-ciclo ul li.active > a {
                background-image: url(sections/01%20-%20banner/arrow_menu.png);
                background-repeat: no-repeat;
                background-position: center bottom;
                text-decoration: none;
                color: #FFF;
            }

    #menu-ciclo li:after {
        content: '';
        width: 2px;
        height: 20px;
        top: 0;
        margin: auto;
        position: absolute;
        background-color: #e30613;
    }

    #menu-ciclo li:first-child:after {
        content: '';
        width: 0;
    }

    #menu-ciclo:after,
    #menu-ciclo > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #menu-ciclo #menu-button {
        display: none;
    }

@media (max-width: 1199.98px) {
    #header {
        height: 130px;
    }

        #header p {
            font-family: Staatliches;
            font-size: 15px;
            line-height: 25px;
            text-align: center;
            margin: 0px;
            font-weight: 400;
            width: 100%;
            position: absolute;
            top: 90px;
            padding-top: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
        }

    #menu-ciclo {
        width: 100%;
        padding: 0;
        line-height: 1;
        display: block;
        position: absolute;
        top: 45px;
        right: 0px;
        font-family: 'Staatliches';
        box-sizing: content-box;
        height: 50px;
        text-transform: uppercase;
        font-weight: normal;
        z-index: 1000;
        margin: 0px;
    }

        #menu-ciclo > ul {
            max-height: 0;
            overflow: hidden;
            -webkit-transition: max-height 0.35s ease-out;
            -moz-transition: max-height 0.35s ease-out;
            -ms-transition: max-height 0.35s ease-out;
            -o-transition: max-height 0.35s ease-out;
            transition: max-height 0.35s ease-out;
            background-color: #EC1F23;
            float: left;
            width: 100%;
            margin-top: 45px;
        }

        #menu-ciclo ul li a {
            width: 100%;
            display: block;
            text-align: center;
            font-size: 20px;
            line-height: 26px;
            margin: 0px;
            padding: 0px;
            color: #fff;
        }

            #menu-ciclo ul li a:hover {
                background-color: #1a1a1a;
                background-image: none;
            }

            #menu-ciclo ul li a:after,
            #menu-ciclo ul li a:hover {
                content: none;
            }

        #menu-ciclo ul li.active > a {
            background-image: none;
        }

        #menu-ciclo > ul.open {
            max-height: 1000px;
            border-top: 1px solid rgba(110, 110, 110, 0.25);
        }

        #menu-ciclo ul {
            width: 100%;
        }

            #menu-ciclo ul > li {
                float: none;
                width: 100%;
            }

            #menu-ciclo ul li a {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                padding: 12px 20px;
            }

            #menu-ciclo ul > li:after {
                display: none;
            }

            #menu-ciclo ul li.has-sub > a:after,
            #menu-ciclo ul li.has-sub > a:before,
            #menu-ciclo ul li ul li.has-sub:after,
            #menu-ciclo ul li ul li.has-sub:before {
                display: none;
            }

            #menu-ciclo ul li ul,
            #menu-ciclo ul li ul li ul,
            #menu-ciclo ul li ul li:hover > ul,
            #menu-ciclo.align-right ul li ul,
            #menu-ciclo.align-right ul li ul li ul,
            #menu-ciclo.align-right ul li ul li:hover > ul {
                left: 0;
                position: relative;
                right: auto;
            }

                #menu-ciclo ul li ul li,
                #menu-ciclo ul li:hover > ul > li {
                    max-height: 999px;
                    position: relative;
                    background: none;
                }

                    #menu-ciclo ul li ul li a {
                        padding: 8px 20px 8px 35px;
                        color: #fff;
                    }

                #menu-ciclo ul li ul ul li a {
                    padding: 8px 20px 8px 50px;
                }

                #menu-ciclo ul li ul li:hover > a {
                    color: #000;
                }

        #menu-ciclo #menu-button {
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            padding: 10px 20px;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 18px;
            color: #fff;
            cursor: pointer;
        }

            #menu-ciclo #menu-button:after {
                display: block;
                content: '';
                position: absolute;
                height: 5px;
                width: 30px;
                border-top: 5px solid #fff;
                border-bottom: 5px solid #fff;
                right: 20px;
                top: 10px;
                box-sizing: content-box;
            }

            #menu-ciclo #menu-button:before {
                box-sizing: content-box;
            }

            #menu-ciclo #menu-button:before {
                display: block;
                content: '';
                position: absolute;
                height: 5px;
                width: 30px;
                border-top: 5px solid #fff;
                right: 20px;
                top: 30px;
                box-sizing: content-box;
            }
}
/*-- Banner Topo --*/
.ciclo-banner-title {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    z-index: 0
}

    .ciclo-banner-title.ciclo-banner-title-full {
        max-height: 550px;
        height: 82vh;
        padding-top: 20px;
    }

        .ciclo-banner-title.ciclo-banner-title-full .ciclo-banner-table {
            height: 100%;
            min-height: 650px
        }

    .ciclo-banner-title .ciclo-banner-table {
        display: table;
        width: 110%
    }

    .ciclo-banner-title .ciclo-banner-table-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 60px 0;
    }

    .ciclo-banner-title .dados {
        color: #FFF;
    }

.bg-image, .bg-video {
    z-index: -10
}

    .bg-image, .bg-image > div, .bg-video, .bg-video > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: auto;
        background-position: 50% 50%
    }

.bg-image-row, .bg-video, .bg-video-row {
    top: 100;
    left: 0;
    right: 0;
    bottom: 0
}

.bg-image-row, .bg-video-row {
    position: absolute;
    z-index: -10
}

    .bg-image-row > div, .bg-video-row > div {
        height: 100%;
        overflow: hidden;
    }

.ciclo-banner-title .titulo {
    font-family: 'Staatliches-Regular', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    display: block;
    float: left;
    text-transform: uppercase;
    text-align: left;
    margin-top: -170px;
}

.ciclo-banner-title .dia {
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    line-height: 54px;
    color: #f12323;
    font-weight: bold;
    width: 100%;
    float: left;
    display: block;
    clear: both;
    margin: 0px;
    text-align: right;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.ciclo-banner-title .mes {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: #000000;
    width: 100%;
    text-transform: uppercase;
    display: block;
    float: left;
    text-align: left;
}

.ciclo-banner-title .ano {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: #175f7b;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    display: block;
}

.ciclo-banner-title .row.justify-content-center .col-3 {
    padding: 0px;
    margin-top: 5%;
}

.ciclo-banner-title .hora {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #000000;
    font-weight: 400;
    width: 100%;
    display: block;
}

.ciclo-banner-title hr {
    width: 80px;
    color: #175f7b;
    height: 0px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #175f7b;
    background-color: #175f7b;
    z-index: 100;
    position: relative;
    display: block;
    clear: both;
}

.ciclo-banner-title .slogan {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    color: #021827;
    width: 100%;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
}

    .ciclo-banner-title .slogan span {
        font-size: 18px;
    }

@media (min-width: 992px) and (max-width: 1280px) {
    .ciclo-banner-title .titulo {
        margin-top: -170px;
    }

    .ciclo-banner-title .row.justify-content-center .col-3 {
        margin-top: -2%;
    }
}

@media (max-width:991px) {



    .ciclo-banner-title.ciclo-banner-title-full {
        max-height: 750px;
        padding-top: 1px;
        padding-bottom: 20px;
    }




    .ciclo-banner-title .titulo {
        margin-top: -180px;
        font-size: 20px;
        color: #000;
    }

    .ciclo-banner-title .row.justify-content-center .col-3 {
        margin-top: 1%;
    }

    .ciclo-banner-title .mes,
    .ciclo-banner-title .ano {
        margin-left: 10px;
    }

    .ciclo-banner-title .slogan {
        margin-top: 1%;
    }

    .ciclo-banner-title hr {
        margin-top: 1%;
    }
}

@media (max-width:320px) {
    .ciclo-banner-title.ciclo-banner-title-full {
        min-height: 750px;
    }

    .ciclo-banner-title .titulo {
        margin-top: -50px;
    }
}
/*-- Barra --*/
#barra {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    z-index: 102;
    background-color: #EEF2F4;
    float: left;
    display: block;
}

}

#barra img {
    max-height: 55px;
}

#barra .col-lg-6 {
    /* border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #333;
    border-left-color: #333;
    */
}

#barra .icon-online {
}

#barra .fas {
    /*font-size: 34px;
    color: #3A5F79;
    line-height: 45px;
    text-align: right;*/
}

#barra p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #333;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
}

    #barra p strong {
        color: #F12323;
    }

@media (max-width:991px) {
    #barra {
        padding-top: 35px;
        padding-bottom: 35px;
    }

        #barra .col-lg-6 {
            border: none;
        }

        #barra p,
        #barra .fas {
            margin-top: 20px;
            margin-bottom: 20px;
        }
}

a.bot-insc {
    display: block;
    background-color: #e30613;
    font-size: 1em;
    font-family: 'Staatliches';
    color: #fff;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    border-radius: 5px;
    height: 40px;
    clear: both;
    line-height: 40px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
}

    a.bot-insc:hover {
        background-color: #2b2b2b;
        color: #FFF;
        text-decoration: none;
    }
/*-- Menu --*/
#nav {
    position: relative;
    ul

{
    display: none;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    li

{
    a

{
    display: block;
    padding: 1em;
    background: $secondaryColor;
    color: $flex_nav_linkColor;
    text-decoration: none;
    border-right: 1px solid $flex_nav_borderColor;
    &:hover

{
    background: $flex_nav_hoverColor;
}

}

&:last-of-type {
    a

{
    border-right: 0px;
}

}

// 2nd level
ul {
    li

{
    a

{
    padding-left: 1.5em;
}

ul {
    li

{
    a

{
    padding-left: 3.125em;
}

}
}
}
}
}
// li
}

// ul

input.trigger {
    position: absolute;
    top: -9999px;
    left: -9999px;
    &:checked ~ ul,&:checked ~ ul li ul

{
    display: block !important;

    @media (min-width:$flex_nav_breakpoint) {
        /* older flexbox */
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        /* newer flexbox */
        display: flex;
        flex-direction: row;
    }
}

}

label {
    position: relative;
    display: block;
    min-height: 2em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
    cursor: pointer;
    background: $tertiaryColor;
    line-height: 2em;
    color: lighten($primaryColor,80%);
}

    label:after {
        position: absolute;
        right: 1em;
        top: .2em;
        content: "\2261";
        font-size: 1.8em;
        color: $flex_nav_hotdogsColor;
    }

@media(min-width:$flex_nav_breakpoint) {
    ul {
        /* older flexbox */
        //display:block;
        display: -ms-flexbox;
        flex-direction: -ms-row;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        /* newer flexbox */
        display: flex;
        flex-direction: row;
        li

{
    position: relative;
    text-align: center;
    /* older flexbox */
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    /* newer flexbox */
    flex: 1;
    // 2nd level ul

{
    display: none !important;
    position: absolute;
    top: 3.0625em;
    left: 0;
    display: block;
    width: $flex_nav_subNavWidth;
    z-index: 200;
    li

{
    text-align: left;
    ul

{
    z-index: 300;
    top: 0px;
    left: ($flex_nav_subNavWidth - .1);
    li

{
    a

{
    padding-left: 30px !important;
}

}
}
}
}

// ul 2nd level

&:hover > ul {
    display: block !important;
}

}
// li
}

// ul
label {
    display: none;
}

}
// breakpoint
}

// nav

a.bot-inscricao {
    font-family: 'Staatliches';
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    background-color: #EC1F23;
    color: #fff;
    font-size: 17px;
    transition: all 0.5s ease-in-out 0s;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

a.bot-inscricao:hover {
    background-color: #AE1D1F;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

/*-- Slides --*/
#slides {
    background-color: #F6f6f6;
}

    #slides img {
        width: 100%;
    }

.banner-titulo {
    min-height: 650px;
    width: 100%;
    z-index: 1;
    float: left;
    display: block;
    color: #fff;
    text-align: center;
}

.hero-bkg-animated {
    width: 100%;
    margin: 0;
    text-align: center;
    height: 750px;
    box-sizing: border-box;
    -webkit-animation: slide 10s linear infinite;
    position: absolute;
    left: 0px;
    z-index: -1;
    background-color: gray;
    background-image: url("sections/02 - sobre/bg-1.jpg");
    background-repeat: repeat;
    background-position: 0 0;
}

.hero-bkg-animated2 {
    width: 100%;
    margin: 0;
    text-align: center;
    height: 750px;
    box-sizing: border-box;
    -webkit-animation: slide 10s linear infinite;
    position: absolute;
    left: 0px;
    z-index: -1;
    background-color: gray;
    background-image: url("sections/02 - sobre/bg-2.jpg");
    background-repeat: repeat;
    background-position: 0 0;
}

.hero-bkg-animated3 {
    width: 100%;
    margin: 0;
    text-align: center;
    height: 750px;
    box-sizing: border-box;
    -webkit-animation: slide 10s linear infinite;
    position: absolute;
    left: 0px;
    z-index: -1;
    background-color: gray;
    background-image: url("sections/02 - sobre/bg-3.jpg");
    background-repeat: repeat;
    background-position: 0 0;
}

    .hero-bkg-animated h1,
    .hero-bkg-animated2 h1,
    .hero-bkg-animated3 h1 {
        font-family: sans-serif;
    }

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

.banner-titulo h1 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    padding-top: 7vw;
    padding-bottom: 7vw;
    font-size: 6.8em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.8em;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    letter-spacing: -5
}

.galeria {
    max-width: 701px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: -50px;
    padding: 10px;
    width: 100%;
}

    .galeria .col-12 {
        margin-bottom: 2px;
        padding: 0px;
    }

    .galeria .col-lg-3,
    .galeria .col-md-6,
    .galeria .col-xs-12 {
        padding: 2px;
    }
/*-- Sobre --*/
#sobre {
    background-color: #FFF;
}

    #sobre .logosobre {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #sobre .fundo {
        background: url(img/backgrounds/fundo.png) no-repeat;
        background-size: cover;
        min-height: 990px;
    }

    #sobre h2 {
        font-family: Montserrat;
        font-size: 28px;
        color: #ef454c;
        font-weight: bold;
        margin-top: 100px;
    }

    #sobre h3 {
        font-family: Montserrat;
        font-size: 18px;
        color: #262262;
        font-weight: 400;
        margin-top: 30px;
    }

    #sobre img {
        max-width: 100%;
    }

    #sobre h1 {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
    }

    #sobre .conteudo {
        display: block;
        background-color: #f1f2f2;
        font-family: 'Bebas Neue';
        font-size: 30px;
        color: #ec242a;
        font-weight: bold;
        line-height: 41px;
        padding-left: 50px;
        margin-bottom: 25px;
    }

        #sobre .conteudo::after {
            content: " ";
            position: absolute;
            top: 0;
            left: 15px;
            width: 50px;
            height: 47px;
        }

        #sobre .conteudo.c1::after {
            background: url('img/conteudos/img1.png') no-repeat;
        }

        #sobre .conteudo.c2::after {
            background: url('img/conteudos/img2.png') no-repeat;
        }

        #sobre .conteudo.c3::after {
            background: url('img/conteudos/img3.png') no-repeat;
        }

        #sobre .conteudo.c4::after {
            background: url('img/conteudos/img4.png') no-repeat;
        }

        #sobre .conteudo.c5::after {
            background: url('img/conteudos/img5.png') no-repeat;
        }

        #sobre .conteudo.c6::after {
            background: url('img/conteudos/img6.png') no-repeat;
        }

        #sobre .conteudo.c7::after {
            background: url('img/conteudos/img7.png') no-repeat;
        }

        #sobre .conteudo.c8::after {
            background: url('img/conteudos/img8.png') no-repeat;
        }

@media (max-width: 500px) {
    #sobre .fundo {
        background-image: none;
        background-color: #f1f2f2;
        min-height: 400px;
        margin-top: 20px;
    }

    #sobre h2 {
        text-align: left;
        margin-top: 0;
    }

    #sobre h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    #sobre .fundo {
        min-height: 1070px;
        padding-top: 30px;
    }
}

@media (min-width: 1600px) {
    #sobre .fundo {
        min-height: 1340px;
        padding-top: 80px;
    }
}

/** traremos */

#traremos .cinza {
    background-color: #EBEBEB;
}

#traremos h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #4B859B;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

#traremos h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #AD1F23;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

#traremos h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    display: block;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    color: #AE1F24;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 150px;
}

#traremos h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: #4B859B;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

    #traremos h4 strong {
        color: #AE1F24;
    }

#traremos p {
    font-family: 'Open Sans', cursive;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #404041;
    font-weight: 100;
    line-height: 22px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

#traremos .box {
    background-image: url(sections/02%20-%20sobre/bg-box.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 300px;
    width: 233px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    margin-top: -100px;
}

#traremos .box2 {
    background-image: url(sections/02%20-%20sobre/bg-box.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 300px;
    width: 233px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    margin-top: -50px;
}
/*-- Público --*/
#publico {
    background-color: #EBEBEB;
}

    #publico h1 {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
    }

    #publico h2 {
        font-family: 'Open Sans', cursive;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #404041;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 40px;
    }

    #publico img {
        margin-top: -80px;
        margin-bottom: 50px;
    }

    #publico p {
        font-family: 'Open Sans', cursive;
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        line-height: 22px;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #publico strong {
        color: #F5000D;
        font-weight: bold;
        font-size: 22px;
        width: 50px;
        text-align: center;
        display: inline-block;
        margin-left: 30px;
    }
/*-- Depoimentos --*/
#depoimentos h1 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}

#depoimentos h2 {
    font-family: 'Open Sans', cursive;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #404041;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
}

#depoimentos {
    background-color: #EAEBED;
}

    #depoimentos .box-depoimentos {
        background-image: url("sections/04 - depoimentos/card.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 450px;
        width: 250px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }

    #depoimentos .box-depoimentos2 {
        background-image: url("sections/04 - depoimentos/card.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 450px;
        width: 250px;
        margin-top: 55px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }

    #depoimentos .avatar {
        height: 135px;
        width: 135px;
        margin-left: 15px;
        border: double 10px transparent;
        border-radius: 50%;
        background-image: linear-gradient(white, white), linear-gradient(to right, #EC2028, #EC2028);
        background-origin: border-box;
        background-clip: content-box, border-box;
    }

    #depoimentos h2 {
        font-family: 'Staatliches';
        width: 200px;
        text-align: left;
        font-size: 25px;
        color: #000000;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 40px;
        margin-top: 30px;
        margin-left: 25px;
        float: left;
        margin-bottom: 0px;
    }

    #depoimentos h3 {
        font-family: 'Open Sans', cursive;
        width: 200px;
        text-align: left;
        font-size: 15px;
        color: #404041;
        font-weight: 100;
        line-height: 20px;
        margin-top: 5px;
        margin-left: 25px;
        float: left;
        padding-left: 10px;
        margin-bottom: 0px;
    }

    #depoimentos h4 {
        font-family: 'Montserrat', sans-serif;
        width: 200px;
        text-align: left;
        font-size: 16px;
        color: #FF0A18;
        font-weight: bold;
        line-height: 20px;
        margin-top: 8px;
        margin-left: 25px;
        float: left;
        padding-left: 10px;
    }

    #depoimentos p {
        font-family: 'Open Sans', cursive;
        width: 200px;
        text-align: left;
        font-size: 15px;
        color: #404041;
        font-weight: 100;
        line-height: 20px;
        margin-top: 5px;
        margin-left: 25px;
        float: left;
        padding-left: 10px;
        margin-bottom: 0px;
    }
/*-- Palestrantes --*/
#palestrantes {
    background-color: #0b2641;
    color: #FFF;
}

    #palestrantes h1 {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
        color: #fff;
    }

    #palestrantes h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 17px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 25px;
        display: block;
        height: 36px;
    }

    #palestrantes h3 {
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        color: #ec2028;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 20px;
        display: block;
        height: 54px;
    }

    #palestrantes .col-12 {
        margin-bottom: 50px;
    }

    #palestrantes .logo {
        display: table;
        width: 100%;
        height: 90px;
        margin-bottom: 20px;
    }

        #palestrantes .logo > div {
            display: table-cell;
            vertical-align: middle;
        }

    #palestrantes a {
        display: block;
    }

    #palestrantes img {
        margin: 0 !important;
    }

/*-- Agenda Inicial --*/
#agenda h1 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}

.agenda {
    width: 100%;
}

    .agenda > .palestra {
        display: table;
        width: 100%;
        padding-bottom: 30px;
        border-bottom: dotted #bcbec0 1px;
        margin-bottom: 29px;
    }

        .agenda > .palestra .hora {
            display: table-cell;
            width: 100px;
            height: 140px;
            vertical-align: middle;
            color: #211d55;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            border-right: dotted #bcbec0 1px;
            box-sizing: content-box;
        }

        .agenda > .palestra .palestrante {
            display: table-cell;
            width: 650px;
        }

            .agenda > .palestra .palestrante .dados {
                display: table;
                width: 650px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .agenda > .palestra .palestrante .dados .logo {
                    display: table-cell;
                    width: 280px;
                    height: 130px;
                    text-align: center;
                    vertical-align: middle;
                    padding-left: 40px;
                }

                    .agenda > .palestra .palestrante .dados .logo img {
                        max-height: 130px;
                    }

                .agenda > .palestra .palestrante .dados .foto {
                    display: table-cell;
                    width: 150px;
                    height: 130px;
                    text-align: center;
                    vertical-align: middle;
                }

                    .agenda > .palestra .palestrante .dados .foto img {
                        width: 105px;
                        height: 105px;
                    }

                .agenda > .palestra .palestrante .dados .info {
                    display: table-cell;
                    width: 220px;
                    height: 130px;
                    vertical-align: middle;
                }

                    .agenda > .palestra .palestrante .dados .info h3 {
                        font-family: 'Staatliches', cursive;
                        font-size: 20px;
                        color: #eb2127;
                        text-transform: uppercase;
                    }

                    .agenda > .palestra .palestrante .dados .info h4 {
                        font-family: 'Open Sans', sans-serif;
                        font-size: 14px;
                        color: #000000;
                        font-weight: 300;
                        line-height: 16px;
                    }

        .agenda > .palestra .palestra {
            display: table-cell;
            height: 130px;
            vertical-align: middle;
            padding-left: 40px;
            border-left: dotted #bcbec0 1px;
        }

            .agenda > .palestra .palestra h3 {
                font-family: 'Staatliches', cursive;
                font-size: 20px;
                color: #211d55;
                display: block;
            }

            .agenda > .palestra .palestra h4 {
                font-family: 'Open Sans', sans-serif;
                font-size: 20px;
                color: #eb2127;
                font-weight: bolder;
                line-height: 20px;
                display: block;
            }

    .agenda > .faixa {
        display: table;
        width: 100%;
        padding: 10px 0;
        border-bottom: dotted #bcbec0 1px;
        margin-bottom: 29px;
        background-color: #211d55;
    }

        .agenda > .faixa .hora {
            display: table-cell;
            width: 100px;
            height: 30px;
            vertical-align: middle;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            border-right: dotted #fff 1px;
            box-sizing: content-box;
        }

        .agenda > .faixa .palestra {
            display: table-cell;
            height: 30px;
            vertical-align: middle;
            text-align: center;
        }

            .agenda > .faixa .palestra h3 {
                font-family: 'Staatliches', cursive;
                font-size: 20px;
                color: #fff;
                display: block;
                margin-bottom: 0;
            }

@media(max-width: 520px) {
    .agenda > .palestra .palestrante {
        display: block;
        width: 50%;
    }

        .agenda > .palestra .palestrante .dados .logo {
            display: block;
            width: 50%;
            height: auto;
            padding-left: 0;
            padding-bottom: 30px;
        }

        .agenda > .palestra .palestrante .dados .foto {
            display: block;
            width: 50%;
        }

        .agenda > .palestra .palestrante .dados .info {
            display: block;
            width: 50%;
            height: auto;
            text-align: center;
        }

    .agenda > .palestra .palestra {
        display: block;
        width: 50%;
        height: auto;
        padding-top: 40px;
        border: none;
    }

        .agenda > .palestra .palestra h3 {
            display: inline;
        }

        .agenda > .palestra .palestra h4 {
            display: inline;
        }
}

/*# sourceMappingURL=agenda.css.map */
/*-- Investimento --*/
#investimento h1 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}

#investimento h2 {
    font-family: 'Open Sans', cursive;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #404041;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
}

#investimento .box {
    text-align: center;
    width: 90%;
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    min-height: 400px;
    background-image: url("sections/08 - investimento/bg-lotes.png");
    background-repeat: repeat-x;
    background-position: left top;
    border: none;
}

    #investimento .box:hover {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06);
        cursor: pointer;
    }

.tag-numero {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    color: #FFF;
    text-align: right;
    float: right;
    height: 60px;
    width: 115px;
    position: absolute;
    top: 0px;
    margin-top: -12px;
    padding-right: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #2B2B2B;
}

.valores {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-top: 1 0px;
    margin-bottom: 20px;
}

    .valores li {
        display: inline;
    }

    .valores .reais {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        color: #000;
        font-weight: bold;
    }

    .valores .valor {
        font-family: 'Montserrat', sans-serif;
        font-size: 46px;
        color: #F6000E;
        font-weight: bold;
    }

    .valores .centavos {
        font-family: 'Montserrat', sans-serif;
        font-size: 25px;
        color: #F6000E;
        font-weight: bold;
        margin-left: -5px;
    }

#investimento .box p {
    font-size: 14px;
    color: #3B393B;
    line-height: 25px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
}

    #investimento .box p strong {
        font-size: 18px;
        color: #F6000E;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 40px;
    }

a.bot-investimento {
    font-family: 'Staatliches';
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    background-color: #F6000E;
    color: #fff;
    font-size: 22px;
    transition: all 0.5s ease-in-out 0s;
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    margin-top: 40px;
    border: 1px solid #F6000E;
}

    a.bot-investimento:hover {
        background-color: #FFFFFF;
        color: #F6000E;
        text-decoration: none;
        border: 1px solid #F6000E;
    }

#investimento .tag {
    width: 0;
    height: 0;
    line-height: 85px;
    _border-color: #000000 #007bff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    float: right;
    border-top-width: 0;
    border-right-width: 115px;
    border-bottom-width: 115px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: #989898;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

#investimento .tag2 {
    width: 0;
    height: 0;
    line-height: 85px;
    _border-color: #000000 #007bff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    float: right;
    border-top-width: 0;
    border-right-width: 115px;
    border-bottom-width: 115px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: #F6000E;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

#investimento .tag3 {
    width: 0;
    height: 0;
    line-height: 85px;
    _border-color: #000000 #007bff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    float: right;
    border-top-width: 0;
    border-right-width: 115px;
    border-bottom-width: 115px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: #3FAAD5;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
/*-- Informações --*/
#informacoes {
    background-color: #EAEBED;
}

    #informacoes h1 {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
    }

    #informacoes h2 {
        font-family: 'Staatliches';
        text-align: left;
        font-size: 24px;
        color: #000000;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 30px;
        float: left;
    }

    #informacoes .box {
        max-width: 265px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }

    #informacoes .col-md-4 {
        margin-bottom: 20px;
    }

    #informacoes p {
        font-family: 'Open Sans', cursive;
        text-align: left;
        font-size: 15px;
        color: #58585B;
        line-height: 20px;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 15px;
    }

.informacoes-online .p {
    font-family: 'Staatliches';
    color: red;
}



#informacoes .taxi {
    line-height: 28px;
}

#informacoes .check {
    padding-left: 30px;
    margin-bottom: 5px;
    float: left;
    background-image: url("sections/09 - infos/check.png");
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    width: 100%;
}

#informacoes strong {
    color: #CD0713;
}

#informacoes img {
    margin-bottom: 35px;
    border-radius: 50%;
    border: 4px solid #45BAED;
}
/*-- Patrocinadores --*/
#patrocinio {
    background-color: #FFFFFF;
}

    #patrocinio h1 {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
    }
/*-- Realizador --*/
#realizador {
    background-color: #EAEBED;
}

    #realizador h1 {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
    }

    #realizador p {
        text-align: center;
        font-size: 15px;
        line-height: 21px;
    }

    #realizador strong {
        color: #CD0713;
    }

    #realizador h2 {
        font-family: 'Staatliches';
        font-size: 21px;
        color: #1EABDB;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 25px;
    }

    #realizador h3 {
        font-family: 'Open Sans', cursive;
        font-size: 14px;
        color: #404041;
        font-weight: light;
        line-height: 15px;
    }

.telefones {
    text-align: center;
}

    .telefones .numero {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        font-size: 25px;
        font-weight: 700;
        line-height: 28px;
        color: #58585B;
    }

        .telefones .numero span {
            font-size: 18px;
            font-weight: 400;
            color: #58585B;
        }

#realizador .col-md-4 {
    text-align: center;
}

    #realizador .col-md-4:first-child {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #CCCCCC;
    }
/*-- Newsletter --*/
#newsletter {
    background-image: url(sections/07%20-%20agenda/backgrounds/bg-news.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

    #newsletter h1 {
        font-family: 'Montserrat', sans-serif;
        width: 100%;
        text-align: left;
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 28px;
    }

    #newsletter strong {
        color: #CD0713;
        font-weight: 700;
    }

    #newsletter p {
        text-align: center;
        font-family: 'Open Sans', cursive;
        font-size: 14px;
        line-height: 20px
    }

    #newsletter input[type="email"] {
        font-family: 'Open Sans', cursive;
        border: 1px solid #949393;
        border-radius: 50px;
        color: #58595b;
        /*float: left;*/
        float: left;
        font-size: 12px;
        height: auto;
        line-height: 30px;
        margin-right: 25px;
        margin-left: 40px;
        position: relative;
        max-width: 295px;
        width: 100%;
        background-color: #efefef;
        font-weight: normal;
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px;
        display: inline;
    }

    #newsletter input[type="submit"] {
        font-family: 'Staatliches';
        width: 100%;
        max-width: 105px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50px;
        background-color: #EC1F23;
        color: #fff;
        font-size: 17px;
        float: left;
        border: none;
    }

        #newsletter input[type="submit"] :hover {
            background-color: #AE1D1F;
            color: #FFFFFF;
            text-decoration: none;
        }
/*-- Local --*/
#local h1 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}

#local .fotos img {
    display: inline;
    float: left;
    margin: 2px;
}

#local p {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    float: left;
    width: 100%;
}

#local strong {
    color: #CD0713;
}

#mapa iframe {
    margin: 0;
    padding: 0px;
}

#local h2 {
    font-family: 'Staatliches';
    font-size: 21px;
    color: #58595b;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    float: left;
    width: 100%;
}

/*--redes-top-footer--*/
#redes {
    background-color: #d11621;
}

    #redes .container {
        margin-right: 20px;
        margin-bottom: -10px;
    }

    #redes .podcast {
        color: #000;
    }


    #redes .fas {
        font-size: 35px;
        color: #fff;
        margin-right: 11px;
    }

    #redes .link {
        border-radius: 50%;
        border: 4px solid #fff;
        margin-left: -10px;
    }

    #redes .link2 {
        border-radius: 50%;
        border: 4px solid #fff;
        margin-left: 12px;
    }

    #redes .link3 {
        border-radius: 50%;
        border: 4px solid #fff;
        margin-left: 12px;
    }

    #redes .fab {
        font-size: 25px;
        color: #fff;
        height: 50px;
        width: 50px;
        line-height: 38px;
        text-align: center;
        margin-right: 10px;
        float: left;
    }

    #redes .linkedin h3 {
        font-size: 17px;
        color: #fff;
        line-height: 25px;
        text-align: left;
    }

    #redes .linkedin {
        padding-right: 0px;
        padding-left: 0px;
    }

    #redes .fab:hover {
        color: #fff;
        background-color: #d11621;
        border: 4px solid #d11621;
        text-shadow: none;
    }

    #redes .fas:hover {
        color: #fff;
        background-color: #d11621;
        border: 4px solid #d11621;
        text-shadow: none;
    }

/*--redes-top-footer--*/




/*-- Rodapé --*/


.icon-cal-footer {
    margin-top: 100px;
}


.titulo-footer {
    font-family: 'Staatliches';
    font-size: 21px;
    color: #FFFFFF;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 25px;
    text-align: left;
    float: left;
    width: 100%;
}

#footer p {
    text-align: left;
    font-size: 15px;
    line-height: 21px;
    float: left;
    width: 100%;
    color: #bdb7b7;
}

#footer .fas {
    color: #CD0713;
    margin-right: 15px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#footer .fab {
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 38px;
    text-align: center;
    border: 4px solid #CD0713;
    margin-right: 10px;
    float: left;
}

#footer .linkedin span {
    font-size: 11px;
    color: #fff;
    line-height: 50px;
}

#footer .linkedin {
    padding-right: 0px;
    padding-left: 0px;
}

#footer .fab:hover {
    color: #fff;
    background-color: #3EA9D5;
    border: 4px solid #3EA9D5;
    text-shadow: none;
}

#footer .linha {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
}

#footer .copyright {
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    width: 100%;
    color: #bdb7b7;
    margin-left: -15px;
}

#footer .wk3 {
    text-align: right;
    font-size: 19px;
    line-height: 21px;
    width: 100%;
    color: #bdb7b7;
    margin-right: 15px;
}

    #footer .wk3 span {
        display: inline;
        margin-right: 115px;
    }

    #footer .wk3 img {
        display: inline;
    }
/*-- Responsivos --*/
@media (max-width: 992px) {
    .banner-titulo h1 {
        font-size: 4.8em;
        line-height: 3.0em;
        -webkit-text-stroke-width: 1px;
    }

    #publico .col-md-6:last-child {
        margin-top: 100px;
    }

    br {
        display: none;
    }

    #informacoes h2 {
        font-family: 'Staatliches';
        text-align: left;
        font-size: 22px;
        color: #000000;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 30px;
        float: left;
    }

    #newsletter h1 {
        font-size: 22px;
    }

    #newsletter input[type="email"] {
        max-width: 150px;
    }

    #newsletter input[type="submit"] {
        max-width: 85px;
    }

    #footer span {
        display: none;
    }
}

@media (max-width: 768px) {
    .titulo-footer {
        font-family: 'Staatliches';
        font-size: 25px;
        color: #FFFFFF;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 50px;
        text-align: center;
        float: left;
        width: 100%;
    }

    #footer p {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 17px;
        line-height: 30px;
        margin: 0px;
    }

    #footer .logos,
    #footer .logos a {
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #footer .fab {
        font-size: 25px;
        color: #fff;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        line-height: 38px;
        text-align: center;
        border: 4px solid #CD0713;
        margin-right: 10px;
        float: left;
        margin-left: 22%;
    }

    #footer .linkedin span {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
    }

    #footer .linkedin {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #footer .copyright {
        text-align: center;
        font-size: 12px;
        line-height: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 576px) {



    #redes .fas {
        font-size: 35px;
        color: #fff;
        margin-right: -10px;
        padding-left: 10px;
    }

    #redes .links {
        margin-left: 41%;
        padding-top: 15px;
    }

    #redes .link {
        border-radius: 50%;
        border: 4px solid #fff;
        margin-left: 50px;
    }

    #redes .link2 {
        border-radius: 50%;
        border: 4px solid #fff;
        margin-left: 50px;
    }

    #redes .link3 {
        border-radius: 50%;
        border: 4px solid #fff;
        margin-left: 50px;
    }

    #redes .fab {
        font-size: 25px;
        color: #fff;
        height: 50px;
        width: 50px;
        line-height: 38px;
        text-align: center;
        margin-right: 10px;
        float: left;
    }

    #redes .linkedin h3 {
        font-size: 15px;
        color: #fff;
        line-height: 25px;
        text-align: left;
    }

    #redes .linkedin {
        padding-right: 25%;
        padding-left: 25%;
    }

    #publico p {
        font-family: 'Open Sans', cursive;
        width: 100%;
        text-align: left;
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        line-height: 22px;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #publico strong {
        color: #F5000D;
        font-weight: bold;
        font-size: 18px;
        width: 50px;
        text-align: center;
        display: inline-block;
        margin-left: 5px;
    }

    #newsletter input[type="email"] {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #newsletter input[type="submit"] {
        max-width: 115px;
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    a.bot-inscricao {
        height: 25px;
        line-height: 25px;
        font-size: 15px;
        margin-top: 5px;
        margin-right: 5px;
        padding-right: 5px;
        padding-left: 5px;
        max-width: 100px;
    }

    #slides #main-carousel .carousel-control-prev,
    #slides #main-carousel .carousel-control-next {
        display: none;
    }

    .banner-titulo h1 {
        font-size: 3.2em;
        line-height: 3.8em;
        -webkit-text-stroke-width: 1px;
    }

    .galeria img {
        padding: 5px;
        width: 100%;
    }

    #newsletter h1 {
        font-size: 22px;
        text-align: center;
    }

    #newsletter input[type="email"] {
        max-width: 300px;
    }

    #newsletter input[type="submit"] {
        max-width: 85px;
    }
}

@media (max-width: 480px) {
    .banner-titulo h1 {
        font-size: 1.80em;
        line-height: 3.8em;
        -webkit-text-stroke-width: 1px;
    }

    #publico img {
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    #header {
        height: 150px;
    }

    .logo {
        padding-top: 20px;
    }
}

@media (max-width: 1200px) {
    .logo {
        padding-left: 10px;
    }
}




/*-- Inscrição --*/
.topo-insc {
    top: 0;
    height: 193px;
    background: transparent url(imagens/bg_menu.png) top center no-repeat;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #000;
}

    .topo-insc p {
        font-family: Staatliches;
        font-size: 19px;
        line-height: 25px;
        text-align: center;
        margin: 0px;
        padding: 0px;
        font-weight: 400;
        color: #6d6e71;
    }

a.bot-voltar {
    display: block;
    background-color: #e30613;
    font-size: 1em;
    font-family: 'Staatliches';
    color: #fff;
    text-transform: uppercase;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
    border-radius: 5px;
    height: 40px;
    clear: both;
    line-height: 40px;
    float: right;
    text-align: center;
}

.topo-insc .bot-voltar {
    color: #FFF;
}

a.bot-voltar:hover {
    background-color: #2b2b2b;
    color: #FFF;
    text-decoration: none;
}

#form1 form {
    font-size: 18px;
    line-height: 35px;
}

.titulo-form,
#inscform form h2 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-transform: uppercase;
    color: #c9202d;
    font-size: 1.55rem;
    text-align: left;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 35px;
}

.cinza a {
    color: #1A1A1A;
    text-decoration: none;
}

.cinza p {
    display: block;
    float: left;
    width: 100%;
}

.cinza input, .cinza select {
    margin-top: 5px;
    margin-bottom: 5px;
}

#inscform .form-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

#inscform input,
#inscform select {
    margin-top: 5px;
    margin-bottom: 5px;
}

#inscform strong {
    color: #c9202d;
}

#inscform p {
    float: left;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

#btnEnviar {
    background-color: #c9202d;
    border: 1px solid #c9202d;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: 400;
    font-size: 1.6em;
    font-family: 'Staatliches';
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}

    #btnEnviar:hover {
        background-color: #FFF;
        color: #c9202d;
    }

#form1 .check-lote {
    text-align: center;
    float: left;
    height: 25px;
    width: 100%;
    margin-top: 25px;
}

@media (max-width:768px) {
    #traremos h3 {
        margin-bottom: 5px;
    }

    #sobre h1,
    #traremos .cinza {
        padding-top: 30px;
    }

    .pt-50,
    .pt-100 {
        padding-top: 30px;
    }

    .pb-50,
    .pb-100 {
        padding-bottom: 30px;
    }

    #traremos .box,
    #traremos .box2 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #publico img {
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

@media (max-width: 991px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

.elastic {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}
