﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: Raleway;
    font-size: 15px;
    color: #4f4f4f;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 38px;
    color: #36607D;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    padding: 8px 0;
    position: relative;
}

    h1::after {
        content: " ";
        width: 114px;
        height: 5px;
        background-color: #1079BA;
        border-radius: 6px;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -57px;
    }

@media (min-width: 500px) {
    h1.text-md-left::after {
        left: 0;
        margin-left: 0;
    }
}

img {
    max-width: 100%;
}

/** Header */
header {
    width: 100%;
    height: 870px;
    background-image: url(../img/topo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
}

    header.fixo {
        height: 100px;
        background: none;
        background-color: var(--bg-white);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        position: fixed;
        z-index: 100;
        display: none;
    }

body.fixo header.fixo {
    display: block;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-duration: 0.8s;
    top: 0;
    left: 0;
}

.nav-link, .nav-link:hover {
    font-size: 14px;
    color: var(--white) !important;
}

header.fixo .nav-link, header.fixo .nav-link:hover {
    font-size: 14px;
    color: #3b85c3 !important;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
}

@media(min-width: 768px) {
    header .vetor {
        position: absolute;
        width: 723.54px;
        height: 538.31px;
        left: -34.14px;
        top: -25.13px;
        background: url(../img/vetor2.png) no-repeat;
    }

        header .vetor .logo {
            position: absolute;
            width: 415.72px;
            height: 197.96px;
            left: 104.28px;
            top: 77.74px;
        }

    header.fixo .vetor {
        width: 195px;
        height: 100px;
        background: none;
        top: 2.5px;
        left: 99.33px;
    }

        header.fixo .vetor .logo {
            width: 182px;
            height: 93px;
            top: 0;
            left: 0;
        }

    .navbar {
        padding-top: 60px;
        padding-right: 60px;
    }

    header.fixo .navbar {
        padding-top: 20px;
        padding-right: 60px;
    }

    .nav-item {
        line-height: 50px;
        padding-left: 32px;
    }

    .nav-link, .nav-link:hover {
        padding: 0 0 8px 0 !important;
        position: relative;
    }

        .nav-link:hover {
            font-weight: 800;
        }

            .nav-link:hover::after {
                content: " ";
                width: 6px;
                height: 6px;
                background-color: #6acad5;
                border-radius: 50%;
                position: absolute;
                left: 50%;
                bottom: 12px;
                margin-left: -3px;
            }
}

.btn-inscrevase, .btn-inscrevase:hover {
    color: var(--white) !important;
    font-size: 15px;
    font-weight: 700;
    padding: 0 40px !important;
    border-radius: 59px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    border: none;
}

    .btn-inscrevase.azul {
        background-color: var(--bg-primary);
    }

header .info {
    color: var(--white);
}

    header .info p {
        font-size: 20px;
        font-weight: 400;
        line-height: 23.48px;
    }

    header .info h6 {
        font-family: Montserrat;
        font-size: 18px;
        line-height: 35px;
        margin-top: 20px;
    }

    header .info p small {
        font-size: 11px;
        line-height: 13px;
    }

@media (max-width: 500px) {
    header {
        height: 300px;
    }

        header .vetor {
            background: none;
        }

            header .vetor .logo {
                width: 50%;
                position: absolute;
                top: 10px;
                left: 10px;
            }

        header .info {
            display: none;
        }
}

.navbar-blank {
    height: 100px;
    display: none;
}

    .navbar-blank.active {
        display: block;
    }

@keyframes fadeInDown {
    from {
        top: -100px;
    }

    to {
        top: 0px;
    }
}

/** Números */
#numeros {
    margin-top: -80px;
}

    #numeros .card {
        font-family: Montserrat;
        font-size: 44px;
        color: var(--primary);
        font-weight: bold;
        line-height: 54px;
        text-align: center;
        padding: 42px 0;
        background-color: #fbfbfb;
        border: none;
        border-radius: 14.8081px;
        box-shadow: 2.11544px 2.11544px 10.5772px rgba(0, 0, 0, 0.2);
        max-height: 160px;
    }

        #numeros .card small {
            font-family: Raleway;
            font-size: 19px;
            color: #6d6d6d;
            line-height: 22px;
        }

@media (max-width: 500px) {
    #numeros {
        margin-top: -40px;
    }
}

/** Sobre */
#sobre {
    padding-top: 130px;
}

    #sobre p {
        font-size: 20px;
        line-height: 23.48px;
    }

/** Palestrantes */
#palestrantes {
    padding-top: 130px;
}

    #palestrantes .box {
        background-color: #fbfbfb;
        border: solid #c3d6e6 1px;
        border-radius: 14px;
        box-sizing: border-box;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 146px;
        margin-top: 60px;
        position: relative;
        min-height: 294px;
    }

        #palestrantes .box .foto {
            position: absolute;
            top: 0;
            left: 0;
            margin-top: -60px;
            margin-left: -90px;
        }

            #palestrantes .box .foto img {
                max-width: 200px;
            }

        #palestrantes .box h3 {
            font-size: 24px;
            color: #3B85C3;
            font-weight: 700;
            line-height: 28px;
        }

        #palestrantes .box h4 {
            font-size: 20px;
            color: #25569F;
            font-weight: 500;
            line-height: 23.48px;
        }

        #palestrantes .box .icone {
            font-size: 0.9rem;
            color: #fff;
            background-color: #007AB9;
            border-radius: 50%;
            display: inline-block;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
        }

        #palestrantes .box .logo img {
            max-height: 80px;
        }

/** Programação */
#programacao {
    padding-top: 130px;
    position: relative;
}

    #programacao .agenda {
        display: table;
        width: 100%;
        margin: 19px 0;
    }

        #programacao .agenda .hora {
            display: table-cell;
            width: 60px;
            vertical-align: middle;
            font-family: Montserrat;
            font-size: 18px;
            color: #404246;
            font-weight: 700;
            text-align: right;
        }

        #programacao .agenda .divider {
            display: table-cell;
            width: 43px;
            text-align: center;
            vertical-align: middle;
            position: relative;
        }

            #programacao .agenda .divider span {
                display: inline-block;
                background-color: #3b85c3;
                width: 9px;
                height: 9px;
                border: solid #25569F 2px;
                border-radius: 50%;
                box-sizing: content-box;
            }

            #programacao .agenda .divider.divider-up:before {
                content: " ";
                width: 1px;
                border-left: solid #888 1px;
                position: absolute;
                left: 50%;
                top: 0;
                bottom: 50%;
                margin-top: -19px;
                margin-bottom: 16px;
            }

            #programacao .agenda .divider.divider-down:after {
                content: " ";
                width: 1px;
                border-left: solid #888 1px;
                position: absolute;
                left: 50%;
                top: 50%;
                bottom: 0;
                margin-top: 13px;
                margin-bottom: -19px;
            }

        #programacao .agenda .conteudo {
            display: table-cell;
        }

            #programacao .agenda .conteudo .item {
                display: table;
                width: 100%;
            }

                #programacao .agenda .conteudo .item .foto {
                    display: table-cell;
                    width: 120px;
                    vertical-align: middle;
                    text-align: center;
                    padding: 10px 0;
                }

                    #programacao .agenda .conteudo .item .foto img {
                        border: solid #3b85c3 2px;
                        padding: 3px;
                        border-radius: 50%;
                        max-width: 80px;
                        max-height: 80px;
                    }

                #programacao .agenda .conteudo .item .info {
                    display: table-cell;
                    vertical-align: middle;
                    padding: 10px 60px 10px 0;
                }

                    #programacao .agenda .conteudo .item .info h3 {
                        font-size: 20px;
                        color: #4f4f4f;
                        font-weight: 700;
                        line-height: 28px;
                    }

                    #programacao .agenda .conteudo .item .info h4 {
                        font-size: 18px;
                        color: #3b85c3;
                        font-weight: 600;
                        line-height: 26px;
                    }

                    #programacao .agenda .conteudo .item .info h5 {
                        font-size: 14px;
                        color: #404246;
                        font-weight: 400;
                        line-height: 21px;
                    }

                    #programacao .agenda .conteudo .item .info h6 {
                        font-size: 12px;
                        color: #404246;
                        font-weight: 400;
                        margin-bottom: 0;
                    }

                #programacao .agenda .conteudo .item .logo {
                    display: table-cell;
                    width: 230px;
                    vertical-align: middle;
                    border-left: solid #d2d2d2 1px;
                    text-align: center;
                    padding: 10px 0;
                }

/** Público */
#publico {
    padding-top: 60px;
}

    #publico .in {
        padding-top: 70px;
        padding-bottom: 100px;
        background-image: url(../img/publico.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: var(--white);
    }

    #publico h1 {
        color: var(--white);
    }

    #publico .box {
        background: rgba(21, 20, 41, 0.3);
        box-shadow: 0px 2.08396px 10.4198px 4.16791px rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(26.0495px);
        /* Note: backdrop-filter has minimal browser support */
        border-radius: 29.1754px;
        text-align: center;
        padding: 45px 0;
    }

    #publico h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
    }

    #publico ul {
        margin: 0;
        padding: 0;
        padding-left: 15px;
    }

        #publico ul li::marker {
            color: #61ded4;
        }

/** Depoimentos */
#depoimentos {
    padding-top: 130px;
}

    #depoimentos .lista {
        margin-top: 58px;
        text-align: center;
    }

        #depoimentos .lista h3 {
            font-size: 24px;
            color: #3b85c3;
            font-weight: 700;
            line-height: 28px;
            margin-top: 18px;
        }

        #depoimentos .lista h4 {
            font-size: 20px;
            color: #25569f;
            line-height: 23px;
            margin-top: 4px;
        }

        #depoimentos .lista .logo {
            line-height: 100px;
        }

        #depoimentos .lista .texto {
            font-size: 20px;
            color: #4f4f4f;
            font-weight: 400;
            line-height: 23px;
            margin-top: 10px;
        }

    #depoimentos .avatar {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        box-shadow: 0 0 2px #ddd;
    }

/** Galeria de Fotos */
#galeria {
    padding-top: 130px;
}

    #galeria .img-lg {
        border-radius: 12px;
    }

    #galeria img {
        border-radius: 8px;
    }

/** Patrocínio */
#patrocinio {
    padding-top: 130px;
}

/** Investimentos */
#valores {
    padding-top: 130px;
}

    #valores .lote {
        width: 100%;
    }

        #valores .lote .lote-hdr {
            font-family: Montserrat;
            font-size: 26px;
            color: var(--white);
            font-weight: 700;
            line-height: 53px;
            text-align: center;
            background-color: #36607D;
            border-radius: 28px 28px 0 0;
        }

        #valores .lote .lote-desc {
            font-size: 14px;
            color: #514c4c;
            line-height: 16px;
            padding: 40px 25px;
            border-radius: 0 0 28px 28px;
            box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.08);
        }

    #valores .preco {
        display: table;
        margin: auto;
    }

        #valores .preco div {
            display: table-cell;
            font-family: Montserrat;
            color: #1079BA;
            font-weight: 700;
            padding: 0 !important;
        }

            #valores .preco div.moeda {
                font-size: 30px;
                line-height: 30px;
                vertical-align: baseline;
            }

            #valores .preco div.unidade {
                font-size: 60px;
                line-height: 60px;
                padding: 0 3px !important;
                vertical-align: baseline;
            }

            #valores .preco div.decimal {
                font-size: 38px;
                line-height: 38px;
                vertical-align: top;
            }

    #valores ul {
        margin: 0;
        padding: 0;
        padding-left: 15px;
        color: #888;
    }

        #valores ul li {
            padding: 5px 0;
        }

/** Informações */
#info {
    padding-top: 130px;
}

    #info dl {
        width: 100%;
        border-bottom: solid #dcdcdc 1px;
    }

        #info dl dt {
            width: 100%;
            font-size: 24px;
            line-height: 28px;
            display: inline-flex;
            vertical-align: middle;
            padding: 23px 0;
        }

            #info dl dt i {
                cursor: pointer;
            }

        #info dl dd {
            padding-bottom: 7px;
        }

/** Newsletter */
#newsletter {
    padding-top: 130px;
}

    #newsletter .in {
        line-height: 114px;
        box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.08);
    }

    #newsletter h4 {
        font-size: 28px;
        color: #25929e;
        font-weight: 600;
        line-height: 33px;
    }

    #newsletter .form-control {
        border: solid #6acad5 2px;
        box-sizing: border-box;
        border-radius: 37px;
    }

/** Footer */
footer {
    font-family: Montserrat;
    color: var(--white);
    background: linear-gradient(50.14deg, #36607D 6.55%, #3978A4 95.82%);
    padding: 50px 0 34px;
}

    footer a {
        color: var(--white);
    }

    footer small {
        font-size: 9px;
        color: #c4c4c4;
        line-height: 10px;
    }

    footer p {
        font-size: 13px;
        line-height: 16px;
    }

    footer i.icone {
        width: 16px;
        line-height: 16px;
        text-align: center;
        font-size: 10px;
        color: #223586;
        background-color: var(--bg-white);
        border-radius: 50%;
    }

    footer a, footer a:hover {
        color: var(--white);
        text-decoration: none;
    }

    footer p.big {
        font-size: 16px;
        line-height: 20px;
    }

@media (min-width: 768px) {
    footer div.faixa {
        border-left: solid #a3a3a3 1px;
        padding-left: 72px;
    }
}

/** Carousel */
.owl-prev {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: -88px;
    margin-top: -29px;
    opacity: .5;
    transition: all .2s ease-in;
}

    .owl-prev::after {
        content: "\f060";
        display: block;
        text-align: center;
        width: 58px;
        line-height: 58px;
        background-color: #b0b0b0;
        border-radius: 50%;
    }

    .owl-prev:hover {
        opacity: 1;
    }

.owl-next {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -88px;
    margin-top: -29px;
    opacity: .5;
    transition: all .2s ease-in;
}

    .owl-next::after {
        content: "\f061";
        display: block;
        text-align: center;
        width: 58px;
        line-height: 58px;
        background-color: #b0b0b0;
        border-radius: 50%;
    }

    .owl-next:hover {
        opacity: 1;
    }

@media (max-width: 500px) {
    .owl-buttons {
        height: 40px;
        background-color: #fcfcfc;
        position: relative;
    }

    .owl-prev {
        font-size: 1rem;
        top: 0;
        left: 0;
        margin-top: 0;
        opacity: .75;
    }

        .owl-prev::after {
            content: "\f060";
            display: block;
            text-align: center;
            width: 40px;
            line-height: 40px;
            background-color: #b0b0b0;
            border-radius: 0;
        }

    .owl-next {
        font-size: 1rem;
        top: 0;
        right: 0;
        margin-top: 0;
        opacity: .75;
    }

        .owl-next::after {
            content: "\f061";
            display: block;
            text-align: center;
            width: 40px;
            line-height: 40px;
            background-color: #b0b0b0;
            border-radius: 0;
        }
}

/** Menu Mobile */
.burguer {
    font-size: 1.25rem;
}

@media (max-width: 500px) {
    .navbar-collapse {
        display: block;
        color: #000;
        position: fixed;
        top: 100px;
        right: -181px;
        background-color: var(--bg-white);
        border-bottom-left-radius: 10px;
        padding: 10px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        z-index: 100;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
    }

        .navbar-collapse .nav-link {
            color: rgba(0, 0, 0, .5) !important;
        }
}

@media (min-width: 768px) {
    .navbar-expand-md .burguer {
        display: none;
    }
}

.navbar-collapse.show {
    right: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.navbar-collapse.hide {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/** Library */
@keyframes fadeInLeft {
    from {
        right: -181px;
    }

    to {
        right: 0;
    }
}

@keyframes fadeInRight {
    from {
        right: 0;
    }

    to {
        right: -181px;
    }
}

:root {
    --primary: #1AA79C;
    --secondary: #36607D;
    --tertiary: #1079BA;
    --bg-primary: #1AA79C;
    --bg-white: #fff;
}
