﻿body {
    font-family: "Gotham HTF";
    font-size: 100%;
}

.thin-line {
    display: inline-block;
    margin-bottom: 10px;
}

ul {
    padding-left: 15px;
}

li {
    list-style: none;
}

    li:before {
        content: "•";
        vertical-align: middle;
        position: absolute;
        font-size: 20px;
        left: 15px;
    }

.upper-underline {
    vertical-align: 7px;
    font-size: 17px;
    line-height: 20px;
    text-decoration: underline;
}

.section-01 {
    background: url(../imgs/banners/01.jpg) no-repeat center center;
    background-size: cover;
}

    .section-01 .sub-section-01 {
        background-color: rgba(0,0,0,0.35);
    }

        .section-01 .sub-section-01 > div {
            /*text-align: center;*/
            color: #fff;
        }

            .section-01 .sub-section-01 > div:nth-child(1) {
                font-family: "Gotham";
                font-weight: 700;
                font-size: 27px;
                padding: 10px 50px;
            }

                .section-01 .sub-section-01 > div:nth-child(1) img {
                    max-height: 69px;
                }

            .section-01 .sub-section-01 > div:nth-child(2) {
                font-family: "Gotham";
                font-weight: 700;
                text-align: right;
                font-size: 27px;
                padding: 25px 50px;
            }

    .section-01 .sub-section-02 {
        margin-top: 585px;
        margin-bottom: 50px;
    }

        .section-01 .sub-section-02 p {
            font-family: "Gotham Narrow";
            font-weight: 900;
            font-size: 60px;
            line-height: 54px;
            color: #fff;
        }

    .section-01 .sub-section-03 {
        padding-top: 20px;
        padding-bottom: 335px;
    }

        .section-01 .sub-section-03 p {
            font-family: "Gotham Narrow";
            font-weight: 900;
            line-height: 45px;
            color: #70f2f5;
        }

            .section-01 .sub-section-03 p:nth-child(1) {
                font-size: 63px;
            }

            .section-01 .sub-section-03 p:nth-child(2) {
                font-size: 43px;
            }

        .section-01 .sub-section-03 .call {
            padding: 30px;
            margin: 40px 0;
        }

            .section-01 .sub-section-03 .call.green {
                background-color: #3a9d2b;
            }

            .section-01 .sub-section-03 .call.blue {
                background-color: #0972c3;
            }

            .section-01 .sub-section-03 .call p {
                text-transform: uppercase;
                color: #fff;
                margin: 0;
            }

            .section-01 .sub-section-03 .call > div > div:first-child > p:nth-child(1) {
                font-family: "Gotham";
                font-weight: 500;
                font-size: 28px;
                line-height: 26px;
            }

            .section-01 .sub-section-03 .call > div > div:first-child > p:nth-child(2) {
                font-family: "Gotham";
                font-weight: 700;
                font-size: 12px;
                line-height: 10px;
                margin: 15px 0 10px;
            }

            .section-01 .sub-section-03 .call > div > div:first-child > p:nth-child(3) {
                font-family: "Gotham Narrow";
                font-weight: 900;
                font-size: 44px;
            }

            .section-01 .sub-section-03 .call > div > div:last-child > p {
                font-family: "Gotham";
                font-weight: 300;
                font-size: 60px;
                text-align: center;
                margin-top: 45px;
            }

        .section-01 .sub-section-03 .edital {
            font-family: "Gotham Narrow";
            font-weight: 900;
            font-size: 13px;
            color: #fff;
            text-align: center;
            margin-bottom: 40px;
        }

            .section-01 .sub-section-03 .edital span {
                display: inline-block;
            }

                .section-01 .sub-section-03 .edital span:last-child {
                    vertical-align: -3px;
                }

.section-02 {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .section-02 .container:first-child {
        padding: 55px 90px 85px;
    }


    .section-02 .container:first-child,
    .section-03 .container:first-child,
    .section-04 .container:first-child {
        color: #fff;
        background: #132d78;
    }

    .section-02 .container h1,
    .section-03 .container h1,
    .section-04 .container h1 {
        font-family: "Gotham";
        font-weight: 500;
        font-size: 85px;
        text-align: center;
        letter-spacing: -5px;
        margin-bottom: 35px;
    }

    .section-02 .container h2,
    .section-03 .container h2,
    .section-04 .container h2 {
        font-family: "Gotham";
        font-weight: 500;
        font-size: 46px;
        letter-spacing: -1px;
        text-align: center;
        color: #132d78;
        margin: 50px 0 45px;
    }

        .section-02 .container h2.white,
        .section-03 .container h2.white,
        .section-04 .container h2.white {
            color: #fff;
        }

    .section-02 .container h3,
    .section-03 .container h3,
    .section-04 .container h3 {
        font-family: "Gotham";
        font-weight: 500;
        font-size: 25px;
        letter-spacing: -1px;
        color: #85a4ff;
        margin: 35px 0;
    }

    .section-02 .container p,
    .section-03 .container p,
    .section-04 .container p {
        font-family: "Gotham";
        font-weight: 300;
        font-size: 25px;
        line-height: 28px;
        letter-spacing: -1px;
        margin: 0;
    }

    .section-02 .container a,
    .section-03 .container a,
    .section-04 .container a {
        font-family: "Gotham Narrow";
        font-weight: 900;
        font-size: 18px;
        color: #fff;
        text-decoration: underline;
        margin: 40px 0;
        display: inline-block;
    }

        .section-02 .container a:hover,
        .section-03 .container a:hover,
        .section-04 .container a:hover {
            color: #85a4ff;
        }

        .section-02 .container a.small-link,
        .section-03 .container a.small-link,
        .section-04 .container a.small-link {
            margin: 0 0 0 7.5px;
            font-size: 16px;
            letter-spacing: 0px;
            vertical-align: 3px;
        }

.section-03.botoes {
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .section-03.botoes .btn-matricula.m {
        height: 215px;
    }

    #btn-enem,
    #btn-enem3S,
    #btn-estaduais {
        padding-top: 55px;
    }
}

.section-03 .container:first-child,
.section-04 .container:first-child {
    padding: 55px 90px 55px;
}

.section-03:not(.botoes) .container:last-child,
.section-04 .container:last-child {
    padding: 0;
}

.section-03 .container .btn-matricula,
.section-04 .container .btn-matricula {
    text-align: center;
    width: 100%;
    background: #4bc440;
    margin: 0 0 100px;
}

    .section-03 .container .btn-matricula:hover,
    .section-04 .container .btn-matricula:hover {
        background: #85a4ff;
    }

    .section-03 .container .btn-matricula a,
    .section-04 .container .btn-matricula a {
        font-family: "Gotham Narrow";
        font-weight: 700;
        font-size: 4.5vw;
        line-height: 50px;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        padding: 50px;
        margin: 0;
    }

    .section-03 .container .btn-matricula.p,
    .section-04 .container .btn-matricula.p {
        margin-top: 60px;
        margin-bottom: 40px;
        width: auto;
        padding: 15px;
        text-decoration: none;
    }

        .section-03 .container .btn-matricula.p:hover,
        .section-04 .container .btn-matricula.p:hover {
            color: #fff;
        }

    .section-03 .container .btn-matricula.m,
    .section-04 .container .btn-matricula.m {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        padding: 30px;
        text-decoration: none;
        font-size: 36px;
    }

        .section-03 .container .btn-matricula.m:hover,
        .section-04 .container .btn-matricula.m:hover {
            color: #fff;
        }

.footer {
    background: url(../imgs/bg-footer.png) no-repeat center center;
    background-size: cover;
    padding: 50px;
}

    .footer .site a {
        font-family: "Gotham Book";
        font-weight: 500;
        font-size: 25px;
        color: #fff;
        margin-top: 35px;
        display: inline-block;
    }

    .footer .redes {
        padding-top: 18px;
    }

@media (max-width: 767px) {

    .section-01 {
        background: url(../imgs/banners/01.jpg) no-repeat 30% center;
        background-size: cover;
    }

        /*.section-01 .sub-section-02 {
            margin-bottom: -290px;
        }*/

        .section-01 .sub-section-02 p {
            font-size: 50px !important;
            line-height: 52px !important;
        }

    .section-02 .container:first-child {
        padding: 10px 10px 30px;
    }

    .section-02 .container h1,
    .section-03 .container h1,
    .section-04 .container h1 {
        font-size: 50px;
    }

    /*.section-03 .container > .row > div:first-child {
        padding-left: 15px;
    }

        .section-03 .container > .row > div:first-child .btn-matricula {
            margin-bottom: 0;
        }

    .section-03 .container > .row > div:last-child {
        padding-right: 15px;
    }

    .section-03 .box-azul {
        padding: 5%;
    }*/

    .section-03 .container .btn-matricula a,
    .section-04 .container .btn-matricula a {
        padding: 5%;
        font-size: 32px;
    }

    .section-03 .container .btn-matricula.m,
    .section-04 .container .btn-matricula.m {
        padding: 55.5px 30px;
    }

    .section-03 .container:first-child,
    .section-04 .container:first-child {
        padding: 5%;
    }

    .section-04.first .container:first-child {
        padding: 55px 30px 85px;
    }

    .footer {
        padding: 25px;
    }

        .footer .text-left,
        .footer .text-right {
            text-align: center;
        }

        .footer img {
            max-width: 100%;
            height: auto;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-matricula.m {
        font-size: 22px !important;
    }
}
