﻿/*
Theme Name: Simposio 2020 - Ciclo
Author URI: http://www.wk3.com.br
Description: Tema criado por Studio Fox / WK3
Author: Dinho de Marcco
Editado por: Felipe Prado Bifulco (Freelancer)
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;
    position: inherit;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

a {
    color: #1a1a1a;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:active,
    a:focus {
        outline: none !important;
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.font-dark,
.font-dark a {
    color: #07656d;
}

.font-light,
.font-light a {
    color: #fff;
    text-shadow: 1px 1px 1px #2b2b2b;
}

.font-verde,
.font-verde a {
    color: #08a2b0;
}

.fundo-cinza {
    background: rgb(185, 187, 189);
    background: linear-gradient( 90deg, rgba(185, 187, 189, 1) 0%, rgba(128, 128, 130, 1) 100% );
}

.fundo-cinza-claro {
    background-color: #b9bbbd;
}

.fundo-cinza-escuro {
    background-color: #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 );
}

.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: #08a2b0;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

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;
    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: 0px;
    }

    #header .row {
        position: relative;
        top: 0px;
        /* width: 100%; */
    }

a.bot-inscricao {
    font-family: "Staatliches";
    width: 130px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    background-color: #08a2b0;
    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: #808082;
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.fundo-preto {
    background-color: #000000;
    color: #1a1a1a;
}

    .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 {
        color: #808082;
    }

        .slidOn #menu-ciclo li a:hover {
            color: #08a2b0;
        }

    .slidOn #menu-ciclo ul li.active > a {
        color: #ffffff;
    }

    .slidOn #menu-ciclo #menu-button {
        color: #ffffff;
    }

        .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(img/arrow_menu.png);
                    background-repeat: no-repeat;
                    background-position: center bottom;
                    text-decoration: none;
                    color: #08a2b0;
                }

            #menu-ciclo ul li.active > a {
                background-image: url(img/arrow_menu.png);
                background-repeat: no-repeat;
                background-position: center bottom;
                text-decoration: none;
                color: #08a2b0;
            }

    #menu-ciclo li:after {
        content: "";
        width: 2px;
        height: 20px;
        top: 0;
        margin: auto;
        position: absolute;
        background-color: #08a2b0;
    }

    #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;
    }

/*-- Banner Topo --*/
#banner-topo {
    background-color: #000000;
}

.hero {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url(img/bg_1920x850.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: -10;
}

/* #homem {
  display: none;
} */

#banner-topo .dados {
    z-index: 100;
    width: 100%;
    text-align: center;
    float: left;
    margin: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 170px;
}

#banner-topo .data {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    clear: both;
    padding: 0px;
    margin: 0px;
}

    #banner-topo .data strong {
        font-size: 25px;
        padding-right: 2px;
        padding-left: 2px;
        margin-right: -10px;
        margin-left: -10px;
        font-weight: 600;
        color: #fff;
    }

#banner-topo .mes {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #08a2b0;
    width: 100%;
    text-transform: uppercase;
    display: block;
}

    #banner-topo .mes span {
        font-size: 32px;
        line-height: 30px;
    }

#banner-topo hr {
    width: 140px;
    color: #08a2b0;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #08a2b0;
    background-color: #08a2b0;
    z-index: 100;
    position: relative;
    display: block;
    clear: both;
}

#banner-topo .online {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    width: 100%;
    display: block;
}

#banner-topo .texto {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    text-align: left;
    display: block;
    text-transform: uppercase;
    padding-left: 20px;
}

    #banner-topo .texto span {
        background-color: #07656d;
    }

#banner-topo .logo-banner-topo img {
    width: 350px;
    padding-top: 10px;
    padding-bottom: 170px;
}

#banner-topo .container .row {
    padding: 0 0 0 0;
    margin-top: 100px;
}

/* #banner-topo .chamada {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px #08a2b0, 0px 0px 1.5em #ffff;
  padding-top: 40vh;
} */

/*-- Barra --*/
#barra {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    z-index: 102;
    background-color: #fff;
    float: left;
    display: block;
}

    #barra img {
        max-height: 55px;
    }

    /* #barra p {
  font-family: "Staatliches";
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  padding: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
} */

    #barra .dias {
        font-family: "Montserrat", sans-serif;
        font-size: 50px;
        line-height: 50px;
        color: #808082;
        font-weight: bold;
        width: 100%;
        display: block;
        clear: both;
        padding: 0px;
        margin: 0px;
        text-align: right;
        content: "";
    }

        #barra .dias strong {
            font-size: 25px;
            padding-right: 2px;
            padding-left: 2px;
            margin-right: -10px;
            margin-left: -10px;
            font-weight: 600;
            color: #808082;
        }

    #barra .barra-divisor {
        border-right: 2px solid #808082;
    }

    #barra .mes {
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        line-height: 22px;
        font-weight: 600;
        color: #08a2b0;
        width: 100%;
        text-transform: uppercase;
        display: block;
    }

        #barra .mes strong {
            font-family: "Open Sans", sans-serif;
            font-size: 30px;
            line-height: 25px;
            font-weight: 700;
            color: #08a2b0;
            width: 100%;
            text-transform: uppercase;
            display: block;
        }

a.bot-insc {
    display: block;
    background-color: #08a2b0;
    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: #808082;
        color: #fff;
        text-decoration: none;
    }

/*-- Slides --*/
#slides {
    background-color: #f6f6f6;
}

.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(img/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(img/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(img/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-Mobile */

#sobre-mobile {
    background-color: #fff;
    display: none;
    top: 0px;
    float: left;
    width: 100%;
}

    #sobre-mobile .linha {
        display: block;
        float: left;
        height: auto;
        width: 100%;
    }

    #sobre-mobile h1 {
        font-size: 24px;
        font-weight: 800;
    }

    #sobre-mobile h2 {
        font-family: "Open Sans", cursive;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        text-transform: uppercase;
    }

    #sobre-mobile p {
        font-family: "Anton";
        margin-top: 0px;
        margin-bottom: 4px;
        text-align: center;
    }

    #sobre-mobile .graficos-mob {
        text-align: center;
    }

    #sobre-mobile .f-lead {
        font-family: "Montserrat", sans-serif;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        padding: 50px 0;
        margin-top: auto;
        margin-right: auto;
        /* margin-bottom: 25px; */
        margin-left: auto;
    }

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #d3d4d3;
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.1em;
    margin-left: auto;
}

    .c100 *,
    .c100 *:before,
    .c100 *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .c100.center {
        float: none;
        margin: 0 auto;
    }

    .c100.big {
        font-size: 240px;
    }

    .c100 > span {
        position: absolute;
        width: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        width: 2.5em;
        line-height: 2.4em;
        font-size: 0.4em;
        color: #08a2b0;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        display: block;
        text-align: center;
        white-space: nowrap;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .c100:after {
        position: absolute;
        top: 0.08em;
        left: 0.08em;
        display: block;
        content: " ";
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: whitesmoke;
        width: 0.84em;
        height: 0.84em;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .c100 .slice {
        position: absolute;
        width: 1em;
        height: 1em;
        clip: rect(0em, 1em, 1em, 0.5em);
    }

#sobre-mobile .titulo {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

/*-- Sobre --*/
#sobre {
    background-color: #fff;
    display: block;
}

    #sobre .linha {
        display: block;
        float: left;
        height: auto;
        width: 100%;
    }

    #sobre h1 {
        font-size: 24px;
        display: block;
        width: 96%;
        margin-right: auto;
        margin-left: auto;
        font-weight: 900;
    }

    #sobre h2 {
        font-family: "Open Sans", cursive;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        width: 88%;
        margin-right: auto;
        margin-left: auto;
        text-transform: uppercase;
    }

    #sobre p {
        font-family: "Anton";
        margin-top: 0px;
        margin-bottom: 4px;
        text-align: right;
        z-index: 10;
    }

    #sobre .f-lead {
        font-family: "Montserrat", sans-serif;
        text-align: right;
        font-size: 18px;
        color: #000000;
        font-weight: 800;
        line-height: 24px;
        /* padding-left: 25px; */
    }

.f-cinza {
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 21px;
    color: #7f7f7f;
    display: block;
    float: left;
    width: 100%;
}

.f-preto {
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 23px;
    color: #000000;
    display: block;
    float: left;
    width: 100%;
}

.f-verde {
    font-family: "Anton";
    text-transform: uppercase;
    font-size: 20px;
    color: #08a2b0;
    display: block;
    float: left;
    width: 100%;
}

#sobre .graficos {
    background-image: url(img/fundo-graficos.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-left: -250px;
    z-index: 1;
}

#sobre .graficos2 {
    font-family: "Anton";
    display: inline;
    margin-left: 50px;
}

#sobre .bola-dados {
    height: 160px;
    width: 160px;
    margin-left: auto;
    border: double 10px transparent;
    border-radius: 50%;
    background-image: linear-gradient(white, white), linear-gradient(to right, #d3d4d3, #9b9c9b);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-size: 50px;
    line-height: 130px;
    color: #08a2b0;
    text-align: center;
    margin-right: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: block;
    float: left;
    z-index: -1;
}

#sobre .txt-sobre {
    left: 40px;
    display: -webkit-box;
    display: -webkit-inline-box;
    vertical-align: middle;
    justify-self: center;
    align-content: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    /* display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox; */
}

#sobre .c1 {
    margin-left: 39px;
}

#sobre .c2 {
    margin-left: 86px;
    margin-top: 80px;
}

#sobre .c3 {
    margin-left: 14px;
    margin-top: 255px;
}

#sobre .c4 {
    margin-left: 41px;
    margin-top: 325px;
}

#sobre .c5 {
    margin-left: 86px;
    margin-top: 243px;
}

#sobre .c6 {
    margin-left: 14px;
    margin-top: 63px;
}

#sobre .bola-dados .titulo {
    background-color: #fff;
    /* float: left; */
    /* height: 42px; */
    width: 120px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    top: -85px;
    line-height: 20px;
    text-align: left;
    left: 126px;
    z-index: 9;
}

#sobre .bola-dados .titulo2 {
    background-color: #fff;
    float: left;
    /* height: 40px; */
    width: 120px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    top: -74px;
    line-height: 20px;
    text-align: left;
    left: 120px;
    z-index: 9;
}

#sobre .bola-dados .titulo3 {
    background-color: #fff;
    float: left;
    height: 40px;
    width: 120px;
    font-size: 18px;
    color: #000;
    position: relative;
    top: -65px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    left: 110px;
    z-index: 9;
}

/*-- Público --*/
#publico {
    background-color: #f6f6f6;
}

    #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: #07656d;
        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(img/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(img/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;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-image: linear-gradient(white, white), linear-gradient(to right, #07656d, #08a2b0);
        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: 16px;
        color: #404041;
        font-weight: 100;
        line-height: 20px;
        height: 45px;
        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: 15px;
        color: #07656d;
        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;
    }

/* Temas */
#temas {
    background-color: lightcoral;
}

/*-- Palestrantes --*/
#palestrantes {
    background-color: #000;
}

    #palestrantes h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
        color: #fff;
    }

    #palestrantes h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #18a6b3;
        font-weight: bold;
        margin-top: 25px;
        display: block;
        height: 36px;
    }

    #palestrantes h3 {
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        color: #bdbdc0;
        font-weight: bold;
        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;
    }

/* Agenda */
#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: #000;
            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: #000;
                        text-transform: uppercase;
                    }

                    .agenda > .palestra .palestrante .dados .info h4 {
                        font-family: 'Open Sans', sans-serif;
                        font-size: 14px;
                        color: #000;
                        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: #818285;
                display: block;
            }

            .agenda > .palestra .palestra h4 {
                font-family: 'Open Sans', sans-serif;
                font-size: 20px;
                color: #18a6b3;
                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: #000;
    }

        .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;
        }
}

/* TABS*/
#agenda-final .nav {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border: none;
    width: 100%;
}

#agenda-final .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    border: none;
    text-decoration: none;
}

#agenda-final .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 33%;
    line-height: 30px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #dfdfdf;
    /* font-weight: bold; */
}

#agenda-final .nav-tabs .nav-link {
    box-shadow: inset 5px -5px white;
    color: #fff;
    border-radius: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #1a1a1a;
}

    #agenda-final .nav-tabs .nav-link:hover,
    #agenda-final .nav-tabs .nav-link:focus {
        background-color: #ff1e22;
    }

    #agenda-final .nav-tabs .nav-link.active,
    #agenda-final .nav-tabs .nav-item.show .nav-link {
        color: #ff1e22;
        background-color: #fff;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #1a1a1a;
        border-right-color: #1a1a1a;
        border-left-color: #1a1a1a;
        border-bottom-width: 0px;
        border-bottom-color: #fff;
    }

#agenda-final .tab-content {
    padding-top: 50px;
    width: 100%;
}

    #agenda-final .tab-content > .tab-pane {
        display: none;
        width: 100%;
    }

    #agenda-final .tab-content > .active {
        display: block;
        width: 100%;
    }

#agenda-ciclo .card-header a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    line-height: 22px;
    width: 100%;
}

#agenda-ciclo .card-body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
    font-weight: normal;
}

#agenda-ciclo .card-header a:hover {
    text-decoration: none;
}

#agenda-ciclo .accordion .fas {
    color: #ec1f23;
}

#agenda-ciclo .card,
#agenda-ciclo .card-header {
    background-color: transparent !important;
    border: none;
    float: left;
    width: 100%;
    padding: 0px;
    display: block;
}

/*-- 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(img/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: #07656d;
        font-weight: bold;
    }

    .valores .centavos {
        font-family: "Montserrat", sans-serif;
        font-size: 25px;
        color: #07656d;
        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: #07656d;
        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: #08a2b0;
    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;
}

    a.bot-investimento:hover {
        background-color: #808082;
        color: #ffffff;
        text-decoration: none;
    }

#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: #07656d;
    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: #08a2b0;
    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 .check {
        padding-left: 30px;
        margin-bottom: 5px;
        float: left;
        background-image: url(img/check.png);
        background-repeat: no-repeat;
        background-position: left top;
        display: block;
        width: 100%;
    }

    #informacoes strong {
        color: #07656d;
    }

    #informacoes img {
        margin-bottom: 35px;
    }

/*-- 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;
    }

    #patrocinio img {
        max-height: 150px;
    }

/*-- Realizador --*/
#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: #07656d;
}

#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(img/fundo_news.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

    #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: #07656d;
        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;
        font-size: 14px;
        line-height: 30px;
        margin-right: 25px;
        margin-left: 40px;
        position: relative;
        max-width: 295px;
        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: #08a2b0;
        color: #fff;
        font-size: 17px;
        transition: all 0.5s ease-in-out 0s;
        border: none;
    }

        #newsletter input[type="submit"] :hover {
            background-color: #808082;
            color: #ffffff;
            text-decoration: none;
        }

/* Redes Sociais */

#redes-sociais .container {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    z-index: 102;
    background-color: #fff;
    text-align: center;
}

#redes-sociais .bola .fab {
    font-size: 25px;
    color: #08a2b0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 38px;
    text-align: center;
    border: 4px solid #08a2b0;
}

    #redes-sociais .bola .fab:hover {
        color: #808082;
        background-color: #fff;
        border: 4px solid #08a2b0;
        text-shadow: none;
    }

#redes-sociais a {
    text-decoration: none;
    color: #08a2b0;
}

    #redes-sociais a:hover {
        color: #808082;
    }

#redes-sociais .texto {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    width: 100%;
    display: block;
    clear: both;
    padding: 1.5vh 0 0 0.5vw;
    margin: 0px;
    text-align: left;
    text-decoration: none;
}

/* #redes-sociais .outras-redes a {
  margin: 0 1vw 0 1vw;
  font-size: 52px;
} */

#redes-sociais .outras-redes {
    justify-content: space-between;
}

    #redes-sociais .outras-redes .fas,
    #redes-sociais .outras-redes .fab {
        font-size: 25px;
        color: #08a2b0;
        text-align: center;
    }

        #redes-sociais .outras-redes .fas:hover,
        #redes-sociais .outras-redes .fab:hover {
            color: #808082;
            background-color: #fff;
            text-shadow: 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;
    margin: 2px;
}

#local p {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    float: left;
    width: 100%;
}

#local strong {
    color: #07656d;
}

#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%;
}
/*-- Rodapé --*/
.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 .icon-online img {
    margin-left: 0;
}

#footer p {
    text-align: left;
    font-size: 15px;
    line-height: 21px;
    float: left;
    width: 100%;
    color: #ffffff;
}

#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: #ffffff;
}

#footer .linkedin {
    display: block;
    margin-bottom: 25px;
}

#footer .fas {
    color: #08a2b0;
    margin-right: 15px;
}

#footer .fab {
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 38px;
    text-align: center;
    border: 4px solid #08a2b0;
}

    #footer .fab:hover {
        color: #08a2b0;
        background-color: #fff;
        border: 4px solid #08a2b0;
        text-shadow: none;
    }

/*-- MENU MOBILE --*/

#menu-mobile {
    display: none;
}

#menu-mobile {
    width: 100%;
    padding: 10px;
}

    #menu-mobile label {
        position: absolute;
        z-index: 1;
        width: 50px;
        top: 45px;
        right: 0px;
    }

.logo {
    padding-left: 10px;
}

#menu-mobile input {
    display: none;
}

    #menu-mobile input:checked ~ label {
        right: 0;
    }

#menu-mobile .burger {
    position: relative;
    top: 30px;
    cursor: pointer;
    float: right;
}

    #menu-mobile .burger g {
        stroke: #ffffff;
        transition: stroke 0.25s ease-in-out;
    }

.slidOn #menu-mobile .burger g {
    stroke: #6d6e71;
}

#menu-mobile .burger g:hover {
    stroke: darken(#ffffff, 20%);
}

#menu-mobile input:checked ~ label .burger {
    opacity: 0;
}

#menu-mobile .close {
    position: absolute;
    top: 10px;
    cursor: pointer;
    opacity: 0;
    background-color: #ff0a18;
    right: 20px;
}

    #menu-mobile .close g:hover {
        stroke: darken(#1a1a1a, 20%);
    }

    #menu-mobile .close g {
        stroke: #1a1a1a;
        transition: stroke 0.25s ease-in-out;
    }

    #menu-mobile .close line {
        transform-origin: 0%;
    }

    #menu-mobile .close g {
        transform: rotateZ(45deg);
        transform-origin: 50%;
    }

#menu-mobile input:checked ~ label .close {
    opacity: 1;
}

#menu-mobile .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    opacity: 0;
    width: 94%;
    height: 100vh;
    background-color: #ff0a18;
    transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Staatliches";
}

    #menu-mobile .menu a {
        color: #ffffff;
    }

#menu-mobile input:checked ~ .menu {
    opacity: 1;
}

#menu-mobile .menu div {
    margin-top: 50px;
    transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#menu-mobile input:checked ~ .menu div {
    margin-top: 0px;
}

/*-- Inscrição --*/
.topo-insc {
    top: 0;
    height: 193px;
    background: transparent url(img/background/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: #08a2b0;
    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: #07656d;
    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: #07656d;
    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: #07656d;
}

#inscform p {
    float: left;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

#btnEnviar {
    background-color: #08a2b0;
    border: 1px solid #08a2b0;
    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: #07656d;
    }

#form1 .check-lote {
    text-align: center;
    float: left;
    height: 25px;
    width: 100%;
    margin-top: 25px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

#agenda-final #agenda-ciclo {
    width: 100%;
}

/* @MEDIA VIEWPORT */
@media (min-width: 1200px) {
    /* #menu-principal {
    display: none;
  }

  #menu-mobile {
    display: block;
  } */
}

@media (max-width: 1199.98px) {
    #header {
        height: 110px;
    }

    .hero {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        background-image: url(img/bg_1920x850.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        z-index: -10;
    }

    #sobre h1 {
        height: 15px;
    }

    #sobre .txt-sobre {
        left: 20px;
    }

    #sobre .graficos {
        margin-left: -170px;
    }

    #sobre .c1 {
        margin-left: -49px;
    }

    #sobre .c2 {
        margin-left: 26px;
        margin-top: 80px;
    }

    #sobre .c3 {
        margin-left: -18px;
        margin-top: 255px;
    }

    #sobre .c4 {
        margin-left: -49px;
        margin-top: 325px;
    }

    #sobre .c5 {
        margin-left: 26px;
        margin-top: 243px;
    }

    #sobre .c6 {
        margin-left: -18px;
        margin-top: 63px;
    }

    #redes-sociais .linkedin-todos {
        padding: 0 0 0 50px;
    }
}

/* IPad Horizontal 1024x768 */
@media (max-width: 1024px) {
    .back-to-top {
        right: 15px;
    }

    #header p {
        font-family: "Staatliches";
        font-size: 25px;
        line-height: 25px;
        text-align: center;
        margin: 0px;
        font-weight: 400;
        width: 100%;
        position: absolute;
        top: 50px;
        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;
    }

    .slidOn #menu-ciclo li a {
        color: #ffffff;
    }

    #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: #08a2b0;
        box-shadow: 0px 2px 5px #000000;
        float: left;
        width: 100%;
        margin-top: 35px;
    }

    #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: #ffffff;
            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 .dados {
        padding: 0 0 0 200px;
    }

    #banner-topo .logo-banner-topo img {
        width: 420px;
    }

    .banner-titulo h1 {
        font-size: 4.8em;
        line-height: 3em;
        -webkit-text-stroke-width: 1px;
    }

    /* #publico .col-md-6:last-child {
    margin-top: 100px;
  } */

    /* br {
    display: none;
  } */

    #agenda-temporario .data-agenda img {
        /* height: 100px; */
    }

    #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;
        text-align: center;
    }

    #newsletter input[type="email"] {
        /* max-width: 250px; */
        margin: 0px;
        width: inherit;
    }

    #newsletter input[type="submit"] {
        max-width: 85px;
        float: right;
    }

    #redes-sociais .texto {
        padding: 2vh 0 0 1vw;
        text-align: left;
    }

    #redes-sociais .linkedin-todos {
        padding: 0 0 0 60px;
    }
}

/* @media Tablet Horizontal */
/* @media (max-width: 991px) {
  #sobre {
    display: none;
  }

  #sobre-mobile {
    display: block;
  }
} */

/* @media 768x1024 */
@media (max-width: 768px) {
    /* #menu-principal {
    display: none;
  }

  #menu-mobile {
    display: block;
  } */

    .desktop {
        display: none;
    }

    #header p {
        font-family: "Staatliches";
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        margin: 0px;
        font-weight: 400;
        width: 50%;
        position: inherit;
        top: 25px;
        padding-top: 15px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #banner-topo .hero {
        background-image: url(img/bg_768x1024.jpg);
    }

    #banner-topo .container .row {
        margin-top: 0px;
    }

    #banner-topo .dados {
        padding: 30px 0 0 0;
    }

    #banner-topo .texto {
        padding: 50px 0 0 50px;
    }

    #banner-topo .logo-banner-topo img {
        padding: 100px 0 150px 0;
        width: 500px;
    }

    #sobre {
        display: none;
    }

    #sobre-mobile {
        display: block;
    }

        #sobre-mobile .titulo {
            float: left;
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            font-size: 28px;
            text-transform: uppercase;
            color: #000;
            line-height: 40px;
            text-align: center;
            display: block;
            width: 100%;
            margin-bottom: 50px;
        }

    #publico img {
        margin-bottom: 0px;
    }

    #publico .col-md-6:last-child {
        margin-top: 70px;
    }

    #agenda table {
        width: 100%;
        text-transform: uppercase;
    }

    #agenda-temporario .header-agenda-temporario {
        background-size: cover;
    }

        #agenda-temporario .header-agenda-temporario p {
            color: #ffffff;
        }

    #agenda table,
    #agenda thead,
    #agenda tbody,
    #agenda th,
    #agenda td,
    #agenda tr {
        display: block;
    }

        #agenda tbody tr th:first-child {
            background-color: #ec1f23;
            color: #fff;
            text-align: center;
            border: 1px solid #202932;
            font-family: "Staatliches";
            text-transform: uppercase;
            font-size: 25px;
            transition: all 0.5s ease-in-out 0s;
            font-weight: 400;
        }

    #agenda .vermelho {
        color: #ec1f23;
        text-align: center;
    }

    #agenda thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #agenda td {
        border: none;
        position: relative;
        color: #2b2b2b;
        text-align: center;
    }

    #agenda-final .nome2,
    #agenda-final .cargo2,
    #agenda-final .case,
    #agenda-final .titulo,
    #agenda-final .titulo-preto,
    #agenda-final .header .mes #agenda-final .header .data,
    #agenda-final .header .hora {
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

    #agenda-final .divider-b,
    #agenda-final .divider,
    #agenda-final .divider-left {
        border: none;
    }

    #agenda-final .logo2 {
        height: 100px;
        width: 200px;
    }

    #agenda-final .nome2 {
        line-height: 50px;
        font-size: 35px;
    }

    #agenda-final .horario {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        background: #ec1f23;
    }

    #agenda-final .hora,
    #agenda-final .bg-cinza,
    .nav-link {
        line-height: 30px;
    }

    #agenda-final .hora2 {
        line-height: 50px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        background-color: #f6f6f6;
        width: 100%;
        border-bottom-color: #f6f6f6;
    }

    #agenda-final .case,
    #agenda-final .titulo,
    #agenda-final .titulo-preto {
        text-align: center;
        display: block;
        font-size: 18px;
        width: 100%;
        margin-top: 15px;
        text-transform: uppercase;
        letter-spacing: -1px;
    }

    #agenda-final .linha {
        padding-bottom: 30px;
        border: none;
    }

    #agenda-final .verm {
        margin-bottom: 5px;
    }

    #agenda-final .titulo {
        margin-bottom: 35px;
    }

    #agenda-final .avatar {
        height: 200px;
        width: 200px;
        border: double 8px transparent;
    }

    .back-to-top {
        bottom: 15px;
    }

    #newsletter {
        background-image: url(img/fundo_news_768.jpg);
    }

        #newsletter input[type="email"] {
            width: auto;
        }

    #redes-sociais .linkedin-todos {
        margin: 0 auto;
        justify-content: center;
        padding: 0 0 0 0;
    }

    #redes-sociais .texto {
        /* font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #808082;
    font-weight: bold;
    width: 100%;
    display: block;
    clear: both;
    margin: 0px; */
        padding: 2vh 0 0 1vw;
        text-align: left;
    }

    #redes-sociais .outras-redes {
        justify-content: space-evenly;
        padding: 1em 0 1em 0;
    }

    #footer h2,
    #footer p {
        text-align: center;
    }

    #footer .icon-online img {
        margin: auto;
    }

    #footer .titulo-footer {
        text-align: center;
    }

    /* #footer .logos {
    padding-top: 10px;
    padding-bottom: 10px;
  } */

    #footer .linkedin {
        text-align: center;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    #agenda p {
        margin-top: 120px;
    }

    #publico .primeira {
        margin-top: -80px;
    }

    #publico img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #publico .col-md-6:last-child {
        margin-top: 10px;
    }

    #publico p {
        font-family: "Open Sans", cursive;
        width: 100%;
        text-align: center;
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        line-height: 22px;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #publico strong {
        color: #07656d;
        font-weight: bold;
        font-size: 25px;
        width: 50px;
        text-align: center;
        /* display: inline-block; */
        margin-left: 5px;
    }

    #newsletter h1 {
        font-size: 22px;
        text-align: center;
    }

    #newsletter input[type="email"] {
        max-width: 400px;
        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;
        float: none;
    }

    #redes-sociais .outras-redes {
        padding-top: 2em;
    }

    #footer .logos {
        /* height: 150px; */
    }

    #footer .icon-online img {
        margin: auto;
    }

    #footer .titulo-footer {
        text-align: center;
    }

    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%;
    }
}

@media (max-width: 515px) {
    #agenda-ciclo {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 7px;
        width: 100%;
        background-color: #f6f6f6;
    }

    #agenda-final table {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #agenda-ciclo .nav-tabs .nav-item {
        width: 98%;
        line-height: 20px;
    }

    #agenda-ciclo .nav-tabs .nav-link {
        box-shadow: none;
        color: #1a1a1a;
        border-radius: 0;
        border: none;
    }

        #agenda-ciclo .nav-tabs .nav-link:hover,
        #agenda-ciclo .nav-tabs .nav-link:focus {
            background-color: #ff1e22;
        }

        #agenda-ciclo .nav-tabs .nav-link.active,
        #agenda-ciclo .nav-tabs .nav-item.show .nav-link {
            color: #fff;
            background-color: #ff1e22;
            border: none;
        }

    #agenda-ciclo .tab-content {
        width: 100%;
    }

    #agenda-final .dia-titulo {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        color: #ff3300;
        font-weight: bold;
        text-transform: uppercase;
        float: left;
        line-height: 40px;
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 25px;
        clear: both;
    }

    #agenda-final thead th {
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 25px;
        float: left;
        width: 100%;
        display: block;
        position: relative;
        font-weight: bold;
        background-color: #333;
    }

    #agenda-final header {
        text-align: center;
    }

    #agenda-final .header .data {
        text-align: center;
        padding-right: 0px;
    }

    #agenda-final .header .mes {
        text-align: center;
        padding-left: 0px;
    }
}

/* smartphones, Android phones, landscape iPhone */
@media (max-width: 480px) {
    #header {
    }

    #banner-topo {
        padding: 110px 0 0 0;
    }

        #banner-topo .logo-banner-topo img {
            padding-top: 100px;
        }

        #banner-topo .dados {
            padding-top: 0px;
            margin-top: 0px;
        }

        #banner-topo .texto {
            color: #ffffff;
            line-height: 35px;
            padding-top: 50px;
            font-size: 25px;
            text-align: center;
        }

    #slides {
    }

    #sobre-mobile {
    }

    #publico {
    }

        #publico p,
        #publico strong {
            text-align: center;
            font-size: 25px;
        }

        #publico img {
            margin-top: 20px;
        }

    #depoimentos {
    }

    #investimento {
    }

    #informacoes {
    }

    #patrocinio {
    }

    #realizador {
    }

    #newsletter {
    }

    #redes-sociais {
    }

    #footer {
    }

    .banner-titulo h1 {
        font-size: 1.8em;
        line-height: 3.8em;
        -webkit-text-stroke-width: 1px;
    }
}

/* @media 375x667 (Iphone8) */
@media (max-width: 375px) {
    #header {
        height: 110px;
        width: 100vw;
    }

        #header .logo {
            height: 5vh;
        }

        #header p {
            display: none;
        }

    #banner-topo {
        width: 100%;
    }

        #banner-topo .texto {
            color: #ffffff;
            text-align: center;
            padding: 0 0 20px 0;
        }

        #banner-topo .dados {
            padding: 20px 0 20px 0;
        }

        #banner-topo .logo-banner-topo img {
            padding: 20px 0 160px 0;
            width: 60vw;
        }

    #slides {
        width: 100%;
    }

    #sobre-mobile {
        width: 100%;
    }

        #sobre-mobile .row {
            margin: 0;
            padding: 0;
        }

        #sobre-mobile .titulo {
            font-size: 25px;
        }

    #publico {
        width: 100%;
    }

    #depoimentos {
        width: 100%;
    }

    #agenda-temporario p {
        width: 90%;
    }

    #informacoes {
        width: 100%;
    }

        #informacoes p {
            text-align: center;
        }

    #patrocinio {
        width: 100%;
    }

    #realizador {
        width: 100%;
    }

        #realizador p br {
            display: none;
        }

        #realizador .container {
            padding: 0 0 0 0;
        }

        #realizador img {
            width: 90%;
        }

        #realizador p {
            margin: 0;
            padding: 0 10px;
            justify-content: space-evenly;
            text-align: center;
        }

    #newsletter {
        width: 100%;
    }

    #redes-sociais .linkedin-todos .texto {
        text-align: center;
    }

    #footer {
        width: 100%;
    }
}

/* @media 320x568 (Iphone5/SE) */
@media (max-width: 320px) {
    #banner-topo .dados {
        padding-top: 10px;
    }

    #banner-topo .texto {
        line-height: 25px;
        font-size: 20px;
    }

    #banner-topo .logo-banner-topo img {
        padding-top: 30px;
        width: 70%;
    }
}

.pt-50 {
    padding-top: 50px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-130 {
    padding-top: 130px;
}

.nav-tabs {
    border-bottom: solid #8b8a8a 1px !important;
    margin-bottom: 50px !important;
}

    .nav-tabs li a {
        font-size: 18px;
        color: #18a6b3;
        font-weight: bold;
        text-decoration: none;
        border: solid #8b8a8a 1px;
        border-radius: 10px 10px 0 0;
        background-color: #f4f4f4;
        line-height: 73px;
        margin-right: 25px;
        margin-bottom: -1px;
        padding: 0 15px;
        display: block;
    }

        .nav-tabs li a.active {
            background-color: transparent;
            border-bottom: solid #fff 1px;
        }
