:root {
    /*------CORES-------*/
    --orange: #F4811F;
    --orange-dark: #FF6A06;
    --green: #55AD33;
    --green-dark: #397924;
    --text-color: #343a40;
    --black: #212429;
    --gray-1: #F8F9FA;
    --gray-2: #DDE2E5;
    --gray-3: #ACB5BD;
    --gray-4: #495057;
}


html {
    font-size: 14px;
    min-height: 100%;
}

body {
    color: var(--gray-2);
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.orange {
    color: var(--orange);
}

.green {
    color: var(--green);
}

nav h1 {
    font-weight: 800;
    font-style: italic;
    line-height: .5;
}

.linha-1 {
    display: block;
    height: 4px;
    position: relative;
}

    .linha-1::before {
        content: "";
        width: 52%;
        position: absolute;
        height: 5px;
        bottom: -5px;
        right: 0;
        background: #397924;
    }

    .linha-1::after {
        content: "";
        width: 55.5%;
        position: absolute;
        height: 5px;
        top: -5px;
        left: 0;
        background: #FF6A06;
        border: none;
    }

.hero .numero {
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    position: relative;
    margin-right: 10px;
}

    .hero .numero::after {
        content: "a";
        font-size: .5em;
        text-decoration: underline;
        position: absolute;
        top: 9px;
        right: -8px;
    }

.convencao {
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
}

    .convencao::before {
        content: "";
        width: 2px;
        position: absolute;
        height: 100%;
        bottom: -2px;
        left: -10px;
        background: #397924;
        transform: rotate(8deg);
    }

.grupo {
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
}

    .grupo::before {
        content: "";
        width: 2px;
        position: absolute;
        height: 100%;
        bottom: -2px;
        left: -10px;
        background: #FF6A06;
        transform: rotate(8deg);
    }

.form-control {
    border-radius: 1.25rem;
    border: none;
}

.form-check-input:checked {
    background-color: #397924;
    border-color: #397924;
}

.linha-2 {
    display: block;
    height: 5px;
    position: relative;
}

    .linha-2::before {
        content: "";
        width: 55%;
        position: absolute;
        height: 5px;
        bottom: -5px;
        left: 0;
        background: #397924;
    }

    .linha-2::after {
        content: "";
        width: 52%;
        position: absolute;
        height: 5px;
        top: -5px;
        right: 0;
        background: #FF6A06;
        border: none;
    }

#alert {
    margin-top: 1em;
}

    #alert p {
        padding: 1em;
        color: #cac7c7;
        background-color: #404040;
    }

.app {
    display: flex;
    margin-left: 1em;
    flex-wrap: wrap;
}

.container-contador {
    margin: 0 1rem;
    text-align: center;
}

.numbers {
    margin: 0;
    font-size: 2em;
    font-weight: bold;
}

.container-contador span {
    font-size: 1em;
}

.input {
    margin-top: 1rem;
    display: flex;
}

.container-contador input {
    margin-top: 1rem;
    width: 4em;
    height: 2em;
    background-color: #cac7c7;
    border: 1px solid #6d6d6d;
    color: #404040;
    font-weight: bold;
    text-align: center;
}

.dia__evento {
    font-size: 2rem;
    display: block;
    background: #e55b21;
    padding: 10px 20px;
    border-radius: 3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 1.5em;
    width: 100%;
    text-align: center;
}

@media (max-width: 500px) {
    dia__evento {
        font-size: 1.5rem;
    }

    .linha-1::before {
        width: 65%;
    }

    .linha-1::after {
        width: 65%;
    }

    .linha-2::before {
        width: 65%;
    }

    .linha-2::after {
        width: 65%;
    }
}

.numero__sorte {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}

.numero__sorte__numero {
    display: block;
    background: #397924;
    padding: 6px 36px;
    border-radius: 1.25em;
    font-size: 2em;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 1em;
}

.numero__sorte__boa-sorte {
    font-size: 2.4rem;
}


@font-face {
    font-family: 'Proxima Nova';
    src: url('../img/site-institucional/proxima-nova.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../img/site-institucional/proxima-nova-bold.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('../img/site-institucional/BreeSerif-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('../img/site-institucional/Bree Serif Bold.otf');
    font-weight: 500;
    font-style: normal;
}

img{
    max-width: 100%;
    height: auto;
}

.institucional-hero{
    margin-top: -40px;
}

.institucional-hero img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 2560px;
    background-position: center bottom;
    margin: 0 auto;
}

.institucional-grupo {
    margin: 135px auto;
}

    .institucional-grupo .info figure {
        margin-bottom: 135px;
    }

    .institucional-grupo .info .texto {
        max-width: 789px;
        font-size: 28px;
        line-height: 30px;
        color: #808285;
        font-family: 'Proxima Nova';
        font-weight: 400;
        margin-bottom: 0;
    }

.barra-horizontal {
    width: 446px;
    height: 36px;
    background: #F3DAAE;
    margin: 135px auto 0;
}

.barra-vertical {
    width: 30px;
    height: 170px;
    background: #F3DAAE;
    margin: 90px auto 0;
}

.institucional-title {
    font-family: 'Bree Serif', serif;
    font-size: 50px;
    line-height: 68px;
    color: #957958;
    text-transform: uppercase;
    margin-bottom: 49px;
}

    .institucional-title small {
        display: block;
        font-family: 'Proxima Nova';
        font-weight: 400;
        font-size: 25px;
        line-height: 27px;
        letter-spacing: 0.22em;
        color: #957958;
        text-transform: none;
    }

.nossa-essencia p {
    font-family: 'Proxima Nova';
    font-size: 19px;
    line-height: 22px;
    color: #808285;
    max-width: 605px;
}

.valores p {
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
     color: #808285;
}

.ecossistema p {
    font-family: 'Proxima Nova';
    font-size: 24px;
    line-height: 27px;
    color: #808285;
    max-width: 892px;
    margin-bottom: 145px;
}

.especialidade {
    margin-block: 100px;
}

    .especialidade figure {
        height: 50px;
    }

    .especialidade .imgs {
        padding-block: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

        .especialidade .imgs + .imgs {
            border-left: 30px solid #F3DAAE;
        }

        .especialidade .imgs p {
            font-family: 'Proxima Nova';
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            color: #808285;
            margin-top: 40px;
        }

.governanca {
    margin-block: 135px;
}

    .governanca p {
        font-family: 'Proxima Nova';
        font-weight: 400;
        font-size: 22px;
        line-height: 25px;
        color: #808285;
        max-width: 716px;
    }

@media(max-width: 1980px) {
    .institucional-hero {
        max-width: 1980px;
    }
}

@media(max-width: 1400px) {
    .institucional-hero {
        max-width: 1400px;
    }
}

@media(max-width: 1200px) {
    .institucional-hero {
        height: 550px;
        max-width: 1200px;
    }
}

@media(max-width: 991px) {
    .institucional-hero {
        height: 500px;
        max-width: 991px;
    }

    .institucional-grupo {
        margin: 60px auto;
    }

    .institucional-grupo svg{
        max-width: 100%;
        height: auto;
    }

        .institucional-grupo .info figure {
            margin-bottom: 60px;
            display: flex;
            justify-content: center;
            margin-inline: auto;
        }

        .institucional-grupo .info .texto {
            max-width: 789px;
            font-size: 21px;
            line-height: 26px;
            text-align: center;
            margin: 0px auto;
        }

            .institucional-grupo .info .texto + .texto {
                margin: 0 auto 50px;
            }

    .barra-horizontal {
        width: 95%;
        height: 16px;
        background: #F3DAAE;
        margin: 40px auto 0;
    }

    .barra-vertical {
        width: 16px;
        height: 100px;
        background: #F3DAAE;
        margin: 40px auto 0;
    }


    .institucional-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
    }

        .institucional-title small {
            font-size: 16px;
            line-height: 20px;
        }

    .nossa-essencia p {
        font-size: 16px;
        line-height: 20px;
    }

    .valores p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    .ecossistema p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 90px;
    }

    .institucional-grupo figure,
    .nossa-essencia figure,
    .ecossistema figure,
    .especialidade figure,
    .governanca figure {
        margin: auto;
    }

    .especialidade {
        margin-block: 50px;
    }

        .especialidade figure {
            height: 50px;
            margin: 0 auto;
        }

            .especialidade figure img {
                margin: 0 auto;
            }

        .especialidade .imgs {
            padding-block: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

            .especialidade .imgs + .imgs {
                border-left: none;
            }

            .especialidade .imgs p {
                font-size: 16px;
                line-height: 20px;
                margin-top: 10px;
            }

    .governanca {
        margin-block: 90px;
    }

        .governanca p {
            font-size: 16px;
            line-height: 20px;
        }
}

@media(max-width: 800px) {
    .institucional-hero {
        height: 400px;
        max-width: 800px;
    }

    img {
        margin: auto;
    }
}

@media(max-width: 600px) {
    .institucional-hero {
        height: 300px;
        max-width: 600px;
    }
}

@media(max-width: 500px) {
    .institucional-hero {
        max-width: 500px;
        height: 245px;
    }
    .institucional-grupo figure, .nossa-essencia figure, .ecossistema figure, .especialidade figure, .governanca figure {
        margin: auto;
        max-width: 200px;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

