/* Minification failed. Returning unminified contents.
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(42,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(43,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(44,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(45,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(46,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(47,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(49,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(50,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(51,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(52,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(53,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(54,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@import url(bootstrap.min.css);
@import url(fontawesome-all.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);


body {
    font-family: 'Source Sans Pro', sans-serif !important;
}

:root {
    --white: #fff;
    --battleship-grey: #6b6f82;
    --gunmetal: #464855;
    --apricot: #ffc06a;
    --watermelon: #ff4961;
    --greenblue: #28d094;
    --pale: #fff2e1;
    --light-pink: #ffe4e8;
    --duck-egg-blue: #edfbf6;
    --pale-grey: #edeef4;
    --steel: #898ea2;
    --pale-grey-two: #e4e5ec;
    --pale-grey-three: #fbfcfe;
    --bluey-grey: #a7abbd;
    --cloudy-blue: #c0c4d1;
    --pastel-blue: #9da4ff;
    --soft-blue: #666ee8;
    --cloudy-blue-two: #c0c4d2;
    --blue-grey: #898ea3;
    --bluey-grey-two: #a7abbe;
    --periwinkle: #7c70ff;
    --battleship-grey-two: #6b6f81;
    --carolina-blue: #85baff;
    --pale-grey-four: #f4f5fa;
    --white-0: hsla(0,0%,100%,0);
    --brownish-grey-0: rgba(93,93,93,0);
    --light-teal: #b7e5f0;
    --pale-peach: #ffeab0;
    --powder-pink: #ffaad8;
    --light-cyan: #a9e9ff;
    --robin-s-egg-blue: #92f7e1;
    --light-peach: #ffcea6;
    --pastel-purple: #d6aaff;
    --baby-blue: #a6d9ff;
    --light-sea-green: #8df7b0;
    --pale-salmon: #ffa99d;
    --azure: #1e9ff2;
    --pastel-blue-two: #a7a8ff;
    --pale-grey-five: #f9fafd;
    --periwinkle-two: #898eff;
    --blueberry: #414b92;
    --dark: #2d2e4f;
    --bluey-grey-three: #8c8da7;
}

body {
    font-family: visionregular;
    font-size: 13px;
    background: #fff;
    color: #000;
}

.azul {
    display: none;
}

.bg-light {
    background-color: #fff !important;
    box-shadow: 1px 5px 15px 3px rgba(69,73,91,.08);
}

.btn.btn-primary {
    color: #f37500;
    background-color: #fff;
    border-color: #fff;
}

    .btn.btn-primary:active, .btn.btn-primary:hover {
        background-color: #f37500;
        border-color: #f37500;
        color: #fff;
    }

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(243,117,2,.42);
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #f37500;
    border-color: #f37500;
    color: #fff;
}

#owl-demo {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
    background: #fff;
}

    #owl-demo .owl-dots {
        position: absolute;
        bottom: 10px;
        text-align: center;
        left: 50%;
        margin-left: -25px;
    }

.items {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
}

div.owl-next, div.owl-prev {
    position: absolute;
    top: 30%;
}

div.owl-prev {
    left: 0;
}

div.owl-next {
    right: 0;
}

.owl-controls.clickable .owl-buttons div {
    width: 20px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: rgba(0,0,0,.7);
    border-radius: 0;
    transition: all .2s ease-in-out;
}

.owl-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
}

.owl-controls .owl-page span {
    cursor: pointer;
    position: relative !important;
    background: rgba(0,0,0,.5) !important;
    border-radius: 10px;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid transparent !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0 !important;
    transition: background-color .2s,border-color .2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.owl-controls .owl-page.active span {
    background: #fff !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid #000 !important;
    box-shadow: none;
}

button:focus {
    outline: 0;
}

.btn-toledo {
    color: #fff;
    background-color: #d58500;
    border-color: #d58500;
}

.btn-ebook {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 4px);
    padding: 0;
    margin: 0;
}

.btn-toledo.active, .btn-toledo:active, .btn-toledo:focus, .btn-toledo:hover, .open .dropdown-toggle.btn-toledo {
    color: #fff;
    background-color: #c27800;
    border-color: #d58500;
}

.btn-toledo.active, .btn-toledo:active, .open .dropdown-toggle.btn-toledo {
    background-image: none;
}

.btn-toledo.disabled, .btn-toledo.disabled.active, .btn-toledo.disabled:active, .btn-toledo.disabled:focus, .btn-toledo.disabled:hover, .btn-toledo[disabled], .btn-toledo[disabled].active, .btn-toledo[disabled]:active, .btn-toledo[disabled]:focus, .btn-toledo[disabled]:hover, fieldset[disabled] .btn-toledo, fieldset[disabled] .btn-toledo.active, fieldset[disabled] .btn-toledo:active, fieldset[disabled] .btn-toledo:focus, fieldset[disabled] .btn-toledo:hover {
    background-color: #d58500;
    border-color: #d58500;
}

.btn-toledo .badge {
    color: #d58500;
    background-color: #fff;
}

.img-slider-home {
    margin: 0 auto;
    display: block;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    margin-top: 20px;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34,36,38,.1);
    box-shadow: none;
    background-color: #fff;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0,0,0,.68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0,0,0,.4);
    border-top: 1px solid rgba(0,0,0,.05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0,0,0,.05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

    .profile-inline ~ .card-title {
        display: inline-block;
        margin-left: 4px;
        vertical-align: top;
    }

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
}

    .meta, .meta a {
        color: rgba(0,0,0,.4);
    }

        .meta a {
            text-decoration: none;
        }

            .meta a:hover {
                color: rgba(0,0,0,.87);
            }

header .bg-light .navbar-collapse ul.navbar-nav li.nav-item a {
    color: #002642;
}

header .navbar-collapse ul.navbar-nav li.nav-item a {
    color: #3c3c3c;
    font-size: 15px;
    text-transform: uppercase;
}

.slider p {
    font-size: 30px;
    font-family: VisionLight;
    text-transform: uppercase;
    line-height: 20px;
}

.slider h3 {
    font-size: 60px;
    line-height: 50px;
}

.saiba {
    height: 100vh;
    width: 100%;
    background-image: url(../img/fundo.jpg);
    background-size: 100%;
}

    .saiba.slider .carousel-caption {
        top: 20% !important;
    }

        .saiba.slider .carousel-caption .titulo-section h1 {
            text-transform: uppercase;
            color: #fff;
            font-weight: 700;
            position: relative;
            margin-bottom: 20px;
            text-align: left;
            font-size: 45px;
        }

            .saiba.slider .carousel-caption .titulo-section h1:before {
                content: "";
                width: 90px;
                height: 2px;
                background: #f37500;
                position: absolute;
                left: 0;
                bottom: 0;
            }

        .saiba.slider .carousel-caption p {
            font-size: 30px;
            font-family: VisionLight;
            text-transform: uppercase;
            line-height: 20px;
        }

        .saiba.slider .carousel-caption h3 {
            font-size: 60px;
            line-height: 50px;
        }

        .saiba.slider .carousel-caption .media {
            margin-top: 25px;
        }

            .saiba.slider .carousel-caption .media .icon {
                min-width: 40px;
                max-width: 40px;
                height: 40px;
                padding: 5px;
                border: 1px solid;
                text-align: center;
            }

                .saiba.slider .carousel-caption .media .icon i {
                    font-size: 20px;
                    margin-top: 5px;
                }

            .saiba.slider .carousel-caption .media .media-body {
                text-align: left;
                margin-left: 15px;
                font-size: 18px;
                line-height: 18px;
            }

                .saiba.slider .carousel-caption .media .media-body h5 {
                    margin: 0;
                }

                .saiba.slider .carousel-caption .media .media-body span {
                    font-family: visionlight;
                }

        .saiba.slider .carousel-caption #example-form .wizard > .steps {
            margin-top: 10%;
        }

            .saiba.slider .carousel-caption #example-form .wizard > .steps > ul > li.done a {
                background: #f37500;
            }

                .saiba.slider .carousel-caption #example-form .wizard > .steps > ul > li.done a span {
                    display: none;
                }

                .saiba.slider .carousel-caption #example-form .wizard > .steps > ul > li.done a:after {
                    font-family: Font Awesome\ 5 Free;
                    font-weight: 900;
                    content: "\f00c";
                    font-size: 17px;
                    text-align: center;
                    vertical-align: middle;
                }

            .saiba.slider .carousel-caption #example-form .wizard > .steps > ul > li.current a {
                border: 2px solid #fff;
            }

            .saiba.slider .carousel-caption #example-form .wizard > .steps a {
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background: transparent;
                border: 1px solid #fff;
                color: #fff;
            }

        .saiba.slider .carousel-caption #example-form .wizard > .actions .disabled a {
            background: #eee;
            color: #aaa;
        }

        .saiba.slider .carousel-caption #example-form .wizard > .actions a {
            background: #f37502;
            border-radius: 0;
        }

        .saiba.slider .carousel-caption #example-form .wizard.vertical > .content {
            width: 80%;
            min-height: 30em;
            background: transparent;
            border: 1px solid #fff;
        }

            .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body {
                width: 100%;
            }

                .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body h2 {
                    margin-bottom: 20px;
                    position: relative;
                    text-align: left;
                }

                    .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body h2:before {
                        content: "";
                        width: 40px;
                        height: 2px;
                        background: #f37500;
                        position: absolute;
                        top: 40px;
                    }

                .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body label {
                    text-transform: uppercase;
                    font-family: Visionbold;
                    font-size: 18px;
                }

                    .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body label.error {
                        display: block;
                        font-size: 12px !important;
                    }

                .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body .form-group {
                    text-align: left;
                }

                    .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body .form-group .form-control {
                        background: transparent;
                        border-top: 0;
                        border-right: 0;
                        border-left: 0;
                        border-radius: 0;
                        color: #fff;
                        line-height: 0;
                        padding: 0;
                    }

                        .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body .form-group .form-control::-webkit-input-placeholder {
                            color: #fff;
                        }

                        .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body .form-group .form-control:-ms-input-placeholder, .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body .form-group .form-control::-ms-input-placeholder {
                            color: #fff;
                        }

                        .saiba.slider .carousel-caption #example-form .wizard.vertical > .content .body .form-group .form-control::placeholder {
                            color: #fff;
                        }

        .saiba.slider .carousel-caption #example-form .wizard.vertical > .steps {
            width: 15%;
        }

            .saiba.slider .carousel-caption #example-form .wizard.vertical > .steps > ul > li {
                margin-top: 50px;
            }

                .saiba.slider .carousel-caption #example-form .wizard.vertical > .steps > ul > li:after {
                    content: "";
                    width: 1px;
                    height: 37px;
                    background: #fff;
                    position: absolute;
                    right: 40px;
                }

                .saiba.slider .carousel-caption #example-form .wizard.vertical > .steps > ul > li:last-child:after {
                    display: none;
                }

footer {
    background: #1e1e1e;
    padding: 50px 0;
    color: #fff;
}

    footer p {
        margin: 0;
    }

    footer a {
        color: #fff;
    }

    footer i {
        font-size: 20px;
    }

main #colaboradores .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    font-size: 30px;
}

main #colaboradores .owl-prev {
    float: left;
}

main #colaboradores .owl-next {
    float: right;
}

main #colaboradores.owl-carousel .owl-item .img-persona p {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

    main #colaboradores.owl-carousel .owl-item .img-persona p:last-child {
        font-size: 12px;
    }

main #colaboradores.owl-carousel .owl-item img {
    display: block;
    width: 150px !important;
    text-align: center;
    margin: 0 auto;
}

main .section-default {
    padding-top: 90px;
    padding-bottom: 90px;
}

    main .section-default.links a {
        color: #fff;
    }

    main .section-default.fundo-youtube {
        background-image: url(../img/fundo1.png);
        background-size: cover;
        background-position: 50%;
    }

        main .section-default.fundo-youtube h3.h1:first-child {
            font-size: 45px;
            font-weight: 700;
        }

        main .section-default.fundo-youtube h3.h1:last-child {
            color: #4994cc;
            font-size: 45px;
            font-weight: 700;
        }

        main .section-default.fundo-youtube .icon-section {
            margin-top: 20px;
        }

            main .section-default.fundo-youtube .icon-section .icon p {
                text-transform: uppercase;
                font-size: 15px;
                margin-top: 10px;
                font-weight: 700;
                color: #0094de;
            }

                main .section-default.fundo-youtube .icon-section .icon p:last-child {
                    text-transform: uppercase;
                    font-size: 12px;
                    margin-top: 10px;
                    font-weight: 400;
                    color: #000;
                }

        main .section-default.fundo-youtube .youtube {
            margin-top: 20px;
        }

    main .section-default.ebook {
        background: #f0f0f0;
    }

        main .section-default.ebook h2.h2 {
            font-size: 30px;
            font-weight: 700;
            text-transform: uppercase;
        }

        main .section-default.ebook h2.h1 {
            font-size: 44px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #0094de;
        }

    main .section-default.horarios h2.h1 {
        font-size: 25px;
        font-weight: 700;
        color: #0094de;
    }

    main .section-default.horarios .list-inline-item {
        font-size: 25px;
        margin-top: 15px;
    }

        main .section-default.horarios .list-inline-item a {
            color: #000;
            font-size: 20px;
        }

    main .section-default.duvidas {
        background: #f0f0f0;
    }

        main .section-default.duvidas .bloco-1, main .section-default.duvidas .bloco-2, main .section-default.duvidas .bloco-3 {
            padding: 15px;
            border-radius: 6px;
            text-transform: uppercase;
        }

            main .section-default.duvidas .bloco-1 h3, main .section-default.duvidas .bloco-2 h3, main .section-default.duvidas .bloco-3 h3 {
                padding: 0;
                margin: 0;
            }

            main .section-default.duvidas .bloco-1 a, main .section-default.duvidas .bloco-2 a, main .section-default.duvidas .bloco-3 a {
                color: #fff;
            }

                main .section-default.duvidas .bloco-1 a:hover, main .section-default.duvidas .bloco-2 a:hover, main .section-default.duvidas .bloco-3 a:hover {
                    text-decoration: none;
                    color: #ececec;
                }

        main .section-default.duvidas .bloco-1 {
            background: #0094de;
        }

        main .section-default.duvidas .bloco-2 {
            background: #4994cc;
        }

        main .section-default.duvidas .bloco-3 {
            background: #49abf3;
        }

    main .section-default.time-toledo {
        background: #ececec;
    }

        main .section-default.time-toledo h2.h1 {
            font-weight: 700;
            color: #0094de;
        }

    main .section-default.forms ul {
        margin-top: 50px;
    }

        main .section-default.forms ul.list-unstyled li {
            margin-top: 10px;
        }

            main .section-default.forms ul.list-unstyled li a {
                font-size: 20px;
                text-decoration: underline;
                letter-spacing: 1px;
                color: #333;
            }

    main .section-default.forms .titulo-borda {
        position: relative;
    }

        main .section-default.forms .titulo-borda :before {
            content: "";
            width: 5px;
            height: 90px;
            background: #0094de;
            position: absolute;
            left: -10px;
        }

    main .section-default.blog .titulo-borda {
        position: relative;
    }

        main .section-default.blog .titulo-borda :before {
            content: "";
            width: 5px;
            height: 50px;
            background: #0094de;
            position: absolute;
            left: -10px;
        }

        main .section-default.blog .titulo-borda h2.h1 {
            font-size: 45px;
            text-transform: uppercase;
            font-weight: 700;
        }

    main .section-default.cursos.graduacao {
        padding: 40px 0;
    }

        main .section-default.cursos.graduacao .titulo-borda {
            position: relative;
        }

            main .section-default.cursos.graduacao .titulo-borda:before {
                content: "";
                width: 5px;
                height: 80px;
                background: #0094de;
                position: absolute;
                left: -10px;
            }

        main .section-default.cursos.graduacao .h2 {
            font-size: 45px;
            font-weight: 700;
            margin: 0;
        }

        main .section-default.cursos.graduacao h4.h5 {
            font-size: 18px;
        }

        main .section-default.cursos.graduacao p {
            font-size: 15px;
        }

        main .section-default.cursos.graduacao .row-cards {
            margin-bottom: 25px;
        }

            main .section-default.cursos.graduacao .row-cards i {
                font-size: 50px;
                color: #000;
            }

            main .section-default.cursos.graduacao .row-cards h3.h5 {
                color: #000;
                margin-top: 15px;
            }

    main .section-default.descricao-saiba .card {
        padding: 10px;
    }

    main .section-default.descricao-saiba .descricao-curso {
        margin-top: 15px;
    }

    main .section-default.graduacao {
        padding-top: 0;
    }

    main .section-default.internacional .internacionais-carousel .owl-next, main .section-default.internacional .internacionais-carousel .owl-prev {
        position: absolute;
        top: 45%;
        margin-left: -20px;
        display: block !important;
        border: 0 solid #000;
        background: #fff;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        text-align: center;
        box-shadow: 1px 5px 15px 3px rgba(69,73,91,.08);
        font-size: 17px;
    }

    main .section-default.internacional .internacionais-carousel .owl-next {
        right: -20px;
    }

    main .section-default.pos-graduacao {
        background-image: url(../img/shutterstock_281532815.jpg);
        background-size: cover;
    }

        main .section-default.pos-graduacao .titulo-section {
            color: #fff;
        }

            main .section-default.pos-graduacao .titulo-section h2 {
                color: #fff;
                margin-bottom: 25px;
            }

        main .section-default.pos-graduacao .row-cards .card {
            border: 0;
        }

    main .section-default.curta-duracao .owl-nav {
        text-align: center;
        margin-top: 15px;
    }

        main .section-default.curta-duracao .owl-nav .owl-next, main .section-default.curta-duracao .owl-nav .owl-prev {
            background: #fff;
            height: 40px;
            width: 40px;
            border-radius: 50%;
            text-align: center;
            margin-right: 5px;
            margin-left: 5px;
            box-shadow: 1px 5px 15px 3px rgba(69,73,91,.08);
        }

            main .section-default.curta-duracao .owl-nav .owl-next:hover, main .section-default.curta-duracao .owl-nav .owl-prev:hover {
                transform: scale(1.1);
            }

            main .section-default.curta-duracao .owl-nav .owl-next i, main .section-default.curta-duracao .owl-nav .owl-prev i {
                font-size: 20px;
                color: #f37500;
            }

    main .section-default .titulo-section h1, main .section-default .titulo-section h2 {
        font-size: 40px;
        text-transform: uppercase;
        color: #002642;
        font-weight: 700;
        position: relative;
        margin-bottom: 20px;
    }

        main .section-default .titulo-section h1:before, main .section-default .titulo-section h2:before {
            content: "";
            width: 90px;
            height: 2px;
            background: #f37500;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    main .section-default .titulo-section p {
        margin-bottom: 20px;
        font-family: Visionlight;
    }



@media (max-width:414px) {
    #owl-demo {
        height: 100%;
    }

    .cursos .col-md-4 {
        margin-top: 15px;
    }

    .duvidas .bloco-1, .duvidas .bloco-2, .duvidas .bloco-3 {
        margin-top: 10px;
    }
}

@media (max-width:411px) {
    #owl-demo {
        height: 100%;
    }

    .cursos .col-md-4 {
        margin-top: 15px;
    }

    .duvidas .bloco-1, .duvidas .bloco-2, .duvidas .bloco-3 {
        margin-top: 10px;
    }
}

@media (max-width:375px) {
    #owl-demo {
        height: 100%;
    }

    .cursos .col-md-4 {
        margin-top: 15px;
    }

    .duvidas .bloco-1, .duvidas .bloco-2, .duvidas .bloco-3 {
        margin-top: 10px;
    }
}

@media (max-width:360px) {
    #owl-demo {
        height: 100%;
    }

    .cursos .col-md-4 {
        margin-top: 15px;
    }

    .duvidas .bloco-1, .duvidas .bloco-2, .duvidas .bloco-3 {
        margin-top: 10px;
    }
}

@media (max-width:320px) {
    #owl-demo {
        height: 100%;
    }

    .cursos .col-md-4 {
        margin-top: 15px;
    }

    .duvidas .bloco-1, .duvidas .bloco-2, .duvidas .bloco-3 {
        margin-top: 10px;
    }
}

#cursos-presenciais h4 {
    color: #333334;
}

#owl-demo .item {
    background-repeat: no-repeat;
    background: url(../Imagens/home/banner1.png);
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.filtro-descricao {
    font-size: 19px;
    text-transform: uppercase;
    color: #333;
    margin-right: 10px;
}

.borda {
    border-right: solid;
    border-right-color: #f37500;
    padding-right: 22px !important;
}

.filtro-selecionado {
    background-color: #333;
    color: #fff;
    padding: 3px;
    position: relative;
}

    .filtro-selecionado:after {
        position: absolute;
        content: "X";
        background: #fff;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        color: #002642;
        text-align: center;
        top: -10px;
        right: -17px;
        cursor: pointer;
        font-weight: 700;
        font-size: 13px;
    }

section {
    padding-top: 30px;
    padding-bottom: 20px;
}

.title-pos {
    color: #393939;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold;
}

.subtitle-pos {
    color: #6b6b6b;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 22px;
    font-style: italic;
}

.title-curso {
    color: #333;
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}

.subtitle-curso {
    color: #333;
    text-align: left;
    display: block;
    font-size: 22px;
    font-style: italic;
}

.title-curso:before {
    content: "";
    width: 5px;
    height: 84px;
    background: #f37500;
    position: absolute;
    left: -10px;
}

#cursos-presenciais a {
    text-decoration: none;
}

main .card .img-card {
    position: relative;
}

.especializacao .saiba-mais {
    color: #fff;
    float: right;
    margin-top: 30px;
    font-size: 16px;
    background-color: #f37500;
    padding: 2px 15px;
    border: 1px solid #f37500;
}

    .especializacao .saiba-mais:hover {
        color: #f37500;
        background-color: #fff;
        border: 1px solid #f37500;
        transition: ease-in .2s;
    }

.mba .saiba-mais {
    color: #fff;
    float: right;
    margin-top: 30px;
    font-size: 16px;
    background-color: #333;
    padding: 2px 15px;
    border: 1px solid #333;
}

    .mba .saiba-mais:hover {
        color: #333;
        background-color: #fff;
        border: 1px solid #333;
        transition: ease-in .2s;
    }

main .card .img-card .sob-img {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    z-index: 2;
}

.sob-img h3 {
    font-size: 18px;
    background: #fff;
    color: #333;
    padding: 3px 8px;
    font-weight: bold;
}


.card-curso {
    display: block;
}

.mt-120 {
    margin-top: 120px;
}

#contato {
    background-color: #f0f0f0;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bloco-1 {
    background-color: #c75f00;
}

.bloco-2 {
    background-color: #f37500;
}

#contato .bloco-2 .icone-whats {
    position: absolute;
    top: -28px;
    right: -3px;
    background: #23b180;
    border-radius: 50%;
}

.bloco-3 {
    background-color: #f68a2c;
}

.bloco h3 {
    color: #fff !important;
    padding: 10px 20px;
    text-transform: uppercase;
}

.bloco a {
    text-decoration: none;
}

.bloco {
    position: relative;
}

#contato .fa-whatsapp {
    font-size: 38px;
    color: #fff;
    padding: 8px 14px 12px 14px;
}

.mouse {
    position: absolute;
    top: 26px;
    right: 12px;
    width: 17px;
}

#diferenciais {
    background: url(../Imagens/home/fundo-aguia.png) no-repeat center center;
    background-size: cover;
    background-position: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-pos-laranja {
    color: #f37500;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: -2px;
}

.icon-diferencial {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.pt-28 {
    padding-top: 28px;
}

.pt-16 {
    padding-top: 14px;
}

.title-diferenciais {
    color: #f37500;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.subtitle-diferenciais {
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
}

#sectionScroll {
    position: absolute;
    width: 100%;
    bottom: 65px;
}

    #sectionScroll a {
        padding-top: 60px;
    }

.scroll a {
    position: absolute;
    left: 47%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    font-size: 10px;
}

#sectionScroll a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

    #sectionScroll a span::before {
        position: absolute;
        top: 10px;
        left: 50%;
        content: '';
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: sdb10 2s infinite;
        animation: sdb10 2s infinite;
        box-sizing: border-box;
    }

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#novidade {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #393939;
}

.title-pos-branco {
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 700;
}

.image-item {
    display: inline-block;
    position: relative;
}

    .image-item img {
        width: 50px;
        height: auto;
        margin-top: -56px;
        margin-right: 24px;
        top: 0;
    }



.item-novidade {
    display: inline-block;
}

.item-play {
    display: inline-block;
}

    .item-play img {
        width: 20px;
        margin-top: -70px;
        margin-left: 10px;
    }

.text-item {
    display: inline-block;
}

    .text-item p {
        color: #fff;
        font-size: 20px;
    }

#material {
    background-color: #e6e6e6;
}

    #material .como {
        color: #393939;
        font-size: 70px;
        letter-spacing: -2px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    #material .pos {
        color: #f37500;
        font-size: 70px;
        letter-spacing: -2px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

    #material img {
        width: 90px;
    }

    #material .material {
        color: #393939;
        font-size: 20px;
        letter-spacing: -1px;
    }

.title-noticias {
    color: #333;
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}

    .title-noticias:before {
        content: "";
        width: 5px;
        height: 56px;
        background: #f37500;
        position: absolute;
        left: -10px;
    }

    .title-noticias span {
        color: #f37500 !important;
    }

.owl-stage-outer {
    padding-bottom: 30px;
}

.blog h3:before {
    content: "";
    width: 5px;
    height: 6px;
    background: #333;
    position: absolute;
    left: 1px;
    top: 11px;
}

.blog p {
    font-size: 15px;
}

#duvidas {
    background-color: #e6e6e6;
}

    #duvidas h1 {
        color: #000;
        text-align: center;
        font-weight: 700;
    }

.title-contato {
    color: #000;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-align: center;
}

.subtitle-contato {
    color: #000;
    font-size: 30px;
    font-style: italic;
    line-height: 1;
    margin: 0;
    text-align: center;
}

#duvidas .fa-whatsapp {
    color: #000;
    font-size: 50px;
    padding: 8px 14px 0px 14px;
}

#duvidas .fa-phone {
    color: #000;
    font-size: 48px;
}

.title-contato span {
    font-size: 10px;
    position: absolute;
    background-color: #f37500;
    color: #fff;
    padding: 5px 6px;
    font-size: 13px;
    font-weight: 300;
    right: 18px;
    top: 22px;
}


#owl-curso .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
}


#owl-curso h1 {
    color: #fff;
    font-size: 49px;
    font-weight: 600;
}

.modalidade {
    color: #fff;
    font-size: 22px !important;
    border: 1px solid #f37500;
    padding: 5px;
    display: inline;
}

#sobre .titulo {
    color: #333;
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}

    #sobre .titulo:before {
        content: "";
        width: 50px;
        height: 4px;
        background: #f37500;
        position: absolute;
        left: 16px;
        top: -3px;
    }

#sobre p {
    color: #333;
    font-size: 16px;
}

#informacoes {
    background-color: #e6e6e6;
}

.d-ib {
    display: inline-block;
}

.panel .panel-azul {
    background-color: #052842;
    color: #fff;
}

.panel-default > .panel-heading {
    color: #333;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-collapse {
    background-color: #e6e6e6;
}

.panel:nth-of-type(odd) {
    background-color: #393939;
    color: #fff !important;
}

    .panel:nth-of-type(odd) .panel-title a {
        background-color: #393939;
        color: #fff !important;
    }

.panel-title a {
    color: #393939;
    text-decoration: none;
    text-transform: uppercase;
}

.panel-body {
    color: #000;
}

.panel-title {
    margin-bottom: 0px;
}

.mouse-curso {
    width: 17px;
    margin-top: -15px;
}

#coordenador {
    padding-top: 80px;
    padding-bottom: 30px;
}

.img-coord {
    z-index: 999;
    position: relative;
}

.img-moldura {
    position: absolute;
    top: 2px;
    width: 114px;
    right: -44px;
    z-index: 0;
}

.coordenador {
    color: #333;
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

#coordenador p {
    color: #333;
    font-size: 16px;
}

.descricao-cargo {
    color: #f37500;
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

#docentes .titulo {
    color: #333;
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}

    #docentes .titulo:before {
        content: "";
        width: 50px;
        height: 4px;
        background: #f37500;
        position: absolute;
        left: 16px;
        top: -3px;
    }

#docentes p {
    color: #333;
    font-size: 16px;
}

.owl-next {
    position: absolute;
    top: 60px;
    right: -36px;
    font-size: 52px !important;
}

.owl-prev {
    position: absolute;
    top: 60px;
    left: -36px;
    font-size: 52px !important;
}

#estrutura .titulo {
    color: #333;
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}

    #estrutura .titulo:before {
        content: "";
        width: 50px;
        height: 4px;
        background: #f37500;
        position: absolute;
        left: 16px;
        top: -3px;
    }


#estrutura .owl-next {
    position: absolute;
    top: 30%;
    right: -36px;
    color: #727272;
    font-size: 52px;
}

#estrutura .owl-prev {
    position: absolute;
    top: 30%;
    left: -36px;
    color: #727272;
    font-size: 52px;
}

#estrutura .card-topo {
    background-color: #353535;
    min-height: 100px;
}

.card-topo h3 {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

.card-block ul li {
    color: #333;
    font-size: 16px;
}

#avaliacao .titulo {
    color: #333;
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}

    #avaliacao .titulo:before {
        content: "";
        width: 50px;
        height: 4px;
        background: #f37500;
        position: absolute;
        left: 16px;
        top: -3px;
    }

.d-grid {
    display: grid;
}

.icon-avaliacao {
    width: 50px;
    margin: 0 auto;
}

.info-detalhes {
    color: #333;
    font-size: 16px;
    display: none;
}

#sectioninfo {
    visibility: hidden;
}

.mt-30 {
    margin-top: 30px;
    margin-bottom: 60px;
}

option {
    background-color: #333 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}

.btn-preinscricao {
    padding: 3px 41px;
    background-color: #f37500;
    border-color: #f37500;
    color: #fff;
}


::-webkit-scrollbar {
    background: #333;
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #fff;
}

.pt-120 {
    padding-top: 120px;
}

.blog-post {
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    padding: 40px 30px 20px;
    box-shadow: 0 0 10px #f2f2f2;
}

.post-content {
    font-size: 14px;
}

.post-date {
    margin-top: 10px;
}

.blog-post .blog-headers .post-date span.date {
    font-size: 20px;
}

.blog-post .blog-headers a {
    color: #888;
    display: inline-block;
}

.blog-post .post-content ul li {
    margin-bottom: 20px;
    letter-spacing: 1px;
    word-spacing: 1px;
    padding: 0;
}

ul.share-post li a {
    color: #fff !important;
    text-align: center;
    display: inline-block;
    float: left;
    margin: 0 1px 1px 5px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-size: 12px;
    padding: 8px 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.lista-blog ul li {
    list-style-type: none;
    margin: 0;
}

#mais-lidas ul li {
    list-style-type: none;
    margin: 0;
}

.carousel-indicators ul li {
    list-style-type: none;
    margin: 0;
}

.share-list li {
    list-style-type: none;
    margin: 0;
}


.facebook-share {
    background-color: #3b5998;
}

.twitter-share {
    background-color: #33bcf3;
}

.google-plus-share {
    background-color: #dd4b39;
}

.info-curso-nome {
    min-height: 120px;
}

.link-blog {
    text-decoration: none !important;
    color: #393939;
}

    .link-blog:hover {
        color: #f37500;
    }


#informacoes .media {
    align-items: center !important;
}

#informacoes .row {
    display: flex;
    -webkit-box-align: start;
    align-items: center;
}

.img-coord {
    max-height: 150px;
    min-width: 154px;
    margin-top: 20px;
}

#estrutura .owl-carousel .owl-stage {
    display: flex;
}

#estrutura .owl-item {
    display: flex;
}

.mb-60 {
    margin-bottom: 60px;
}

.borda-footer {
    height: 3px;
    width: 70px;
    margin: 0 auto;
    background: #d58400;
    display: block;
    position: relative;
    top: -4px;
    margin-bottom: 15px;
}

footer h4 {
    text-transform: uppercase;
    text-align: center;
}


footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.navbar h4 {
    color: #3c3c3c;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    border-top: solid 1px #3c3c3c;
    /*border-bottom: solid 1px #3c3c3c;*/
    padding: 5px;
    padding-left: 22px;
    padding-right: 22px;
}

.navbar-expand-lg {
    flex-flow: wrap !important;
}

    .navbar-expand-lg .navbar-nav {
        margin: 0 auto !important;
    }

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.navbar-nav {
    border-top: solid 1px #3c3c3c;
}

    .navbar-nav li {
        text-align: center;
    }

.noticia .tag-noticia {
    color: #0094de;
    font-size: 17px;
    margin: 0;
    margin-top: 6px;
    text-transform: uppercase;
}

#noticias-principais .noticia h1 {
    color: #3c3c3c;
    font-weight: bold;
}

#noticias-principais .noticia h5 {
    margin-bottom: 0;
    color: #5d5b5b;
}

#noticias-principais-2 .noticia img {
    width: 100%;
}

/*.vh-50 {
    height: 50vh
}*/

#vagas {
    background-color: #eee;
    height: 47%;
    padding: 13px;
    margin: 20px 10px;
    overflow: auto;
    position:relative;
}

    #vagas h4 {
        margin: 0;
        color: #3c3c3c;
        font-weight: 600;
        letter-spacing: -1px;
    }

    #vagas .titulo-evento {
        font-size: 16px;
        margin: 0;
        color: #454444;
    }


    #vagas .btn-agenda {
        background-color: #ff7b10;
        padding: 3px 20px;
        color: #fff !important;
        font-size: 16px;
        letter-spacing: 1px;
    }

    #vagas a {
        text-decoration: none;
        display: block;
    }

    #vagas hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }

#vagas .title-left:before {
    content: "";
    width: 2px;
    height: 30px;
    background: #f37500;
    position: absolute;
    left: 7px;
}

.col-box {
    position: absolute;
    overflow: auto;
    width: 92%;
}

#agenda {
    background-color: #eee;
    height: 98%;
    padding: 13px;
    margin: 20px 10px;
    overflow: auto;
    position:relative;
}

    #agenda h4 {
        margin: 0;
        color: #3c3c3c;
        font-weight: 600;
        letter-spacing: -1px;
    }

    #agenda .data-evento {
        font-size: 18px;
        margin: 0;
        color: #454444;
    }

    #agenda .titulo-evento {
        font-size: 16px;
        margin: 0;
        color: #454444;
    }

    #agenda a {
        text-decoration: none;
        display: block;
    }

    #agenda .btn-agenda {
        background-color: #ff7b10;
        padding: 3px 20px;
        color: #fff !important;
        font-size: 16px;
        letter-spacing: 1px;
    }

    #agenda hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }

#noticias-principais .title-left:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #f37500;
    position: absolute;
    left: 7px;
}

#agenda .title-left:before {
    content: "";
    width: 2px;
    height: 30px;
    background: #f37500;
    position: absolute;
    left: 7px;
}


#mais-lidas h3 {
    margin: 0;
    color: #3c3c3c;
    font-weight: 600;
    letter-spacing: 2px;
}

#mais-lidas .title-left:before {
    content: "";
    width: 2px;
    height: 35px;
    background: #f37500;
    position: absolute;
    left: 7px;
}

#mais-lidas ul {
    margin-left: 0;
    padding-left: 0;
}

    #mais-lidas ul li {
        list-style-type: disc;
        margin: 0;
        font-size: 18px;
        margin-bottom: 14px;
        margin-left: 15px;
    }

        #mais-lidas ul li a {
            color: inherit;
        }

#noticias-principais-3 .media {
    /*border-top: solid 1px #3c3c3c;*/
    padding-top: 2px;
    padding-bottom: 5px;
}

    #noticias-principais-3 .media img {
        width: 30%;
    }

#noticias-principais-3 .tag-noticia {
    color: #0094de;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

#noticias-principais-3 .btn-todas-noticias {
    background-color: #ff7b10;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
}

#opiniao h3 {
    color: #3c3c3c;
    font-weight: bold;
}

#opiniao .title-left:before {
    content: "";
    width: 2px;
    height: 35px;
    background: #f37500;
    position: absolute;
    left: 7px;
}

#opiniao .titulo-opiniao {
    color: #393939;
    margin-top: 15px;
    text-align: center;
}


#opiniao .owl-carousel .owl-item img {
    display: block;
    width: 65%;
    margin: 0 auto;
}

#opiniao .nome-opiniao {
    color: #666;
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
}



#blog h3 {
    color: #3c3c3c;
    font-weight: bold;
}

#blog .title-left:before {
    content: "";
    width: 2px;
    height: 35px;
    background: #f37500;
    position: absolute;
    left: 7px;
}

#blog .lista-blog {
    font-size: 22px;
    color: #333;
    padding-left: 20px;
}

    #blog .lista-blog li {
        list-style: disc;
        margin-bottom: 10px;
    }

        #blog .lista-blog li a {
            color: inherit;
        }


@media (max-width:768px) {
    #owl-demo {
        height: 100%;
    }

    #noticias-principais .noticia h1 {
        color: #3c3c3c;
        font-weight: bold;
        font-size: 28px;
    }

    #noticias-principais .noticia h5 {
        margin-bottom: 0;
        color: #5d5b5b;
        font-size: 17px;
    }

    #noticias-principais-2 .noticia h4 {
        font-size: 17px;
    }

    .leia-mais .tag-noticia {
        color: #0094de;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .leia-mais h4 {
        font-size: 17px;
    }

    #noticias-principais-2 .noticia .col-8 {
        padding: 0 !important
    }

    #agenda {
        margin-top: 20px;
        margin: 20px 0px;
        padding: 0px;
        height:250px;
    }

        #agenda h4 {
            font-size: 20px;
        }

        #agenda .title-left:before {
            content: "";
            width: 2px;
            height: 27px;
            background: #f37500;
            position: absolute;
            left: 7px;
        }

        #agenda .data-evento {
            font-size: 18px;
        }

        #agenda .titulo-evento {
            font-size: 15px;
        }

        #agenda .mt-3 {
            margin-top: 8px !important;
        }

        #agenda .btn-agenda {
            font-size: 16px;
        }

       

    #vagas {
        margin-top: 20px;
        margin: 20px 0px;
        padding: 0px;
        height:250px;
    }

        #vagas h4 {
            font-size: 20px;
        }

        #vagas .title-left:before {
            content: "";
            width: 2px;
            height: 27px;
            background: #f37500;
            position: absolute;
            left: 7px;
        }

    .anuncio1 {
        margin-top: 40px
    }

    #mais-lidas ul li {
        font-size: 17px;
    }

    #noticias-principais-3 .btn-todas-noticias {
        font-size: 15px;
    }

    #opiniao .owl-carousel .owl-item img {
        width: 40%;
    }

    #opiniao .titulo-opiniao:before {
        top: 69px;
    }

    #opiniao .titulo-opiniao {
        font-size: 20px;
    }

    #opiniao .nome-opiniao {
        font-size: 16px;
    }

    #blog .lista-blog {
        font-size: 17px;
    }

    .d-grid {
        display: grid;
        margin-bottom: 30px;
    }

    footer .fa-phone {
        display: none;
    }

    footer .fa-whatsapp {
        display: none;
    }

    footer .fa-map-marker-alt {
        display: none;
    }

    .owl-carousel .item {
        height: auto !important;
    }

        .owl-carousel .item .container {
            padding-top: 123px;
        }

    .logo-aguia {
        width: 58px;
    }

    .owl-next {
        position: absolute;
        top: 16px !important;
        right: 6px !important;
        font-size: 52px !important;
    }

    .owl-prev {
        position: absolute;
        top: 16px !important;
        left: -8px !important;
        font-size: 52px !important;
    }

    .item-home {
        height: 100vh !important;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .table-responsive {
        font-size: 11px;
    }

    .menu-mobile-2 {
        display: none;
    }

    .navbar .m-t-30 {
        margin-top: 0;
    }

    section {
        padding-top: 10px;
    }
}

/*.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000 !important;
    background-color: transparent !important;
    background-clip: padding-box;
    border-top: 1px solid #666 !important;
    border-left: 1px solid #666 !important;
    border-right: 1px solid #666 !important;
    border-bottom: 1px solid #666 !important;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/

.frm-inscricao {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
}

    .frm-inscricao label {
        font-size: 17px;
        margin-bottom: 0;
        color: #666;
    }

    .frm-inscricao h5 {
        color: #333;
        text-align: center;
        font-size: 20px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

.btn-cadastro {
    background-color: #ff7b10;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}

.g-signin2 {
    width: 100%;
    margin-top: 10px;
}

    .g-signin2 > div {
        margin: 0 auto;
    }

.icone-senha {
    position: absolute;
    top: calc(37px);
    font-size: 16px;
    right: 10px;
}


.frm-inscricao .error {
    color: red !important;
    font-size: 14px !important;
    display: none;
}


.form-control, .dataTables_wrapper .dataTables_length select, .dataTables_wrapper .dataTables_filter input {
    display: block;
    width: 100%;
    height: 2.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button, input {
    overflow: visible;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.title-atualizar-dados {
    text-transform: uppercase;
    font-weight: 500;
}

    .title-atualizar-dados:before {
        content: "";
        width: 2px;
        height: 33px;
        background: #f37500;
        position: absolute;
        left: 7px;
    }

.custom-checkbox {
    padding-bottom: 10px;
}

.label-preferencias {
    display: block;
    margin-bottom: 20px !important;
}

.overflow-preferencias {
    border: 1px solid #a49f9f;
    border-radius: 7px;
    padding: 9px;
}

.btn-salvar {
    background-color: #ff7b10;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.img-center {
    margin: 0 auto;
    display: block;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #666666;
    background-color: #CECECE;
    background-image: none;
    filter: none;
    height: 34px !important;
}

.user-login {
    font-size: 20px;
}

#dataAtual {
    font-size: 14px;
}

.btn-login {
    background-color: #ff7b10;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    width: 100%;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #666666;
    background-color: #1e1e1e !important;
    background-image: none;
    filter: none;
}

.f-14 {
    font-size: 14px;
}

.btn-menu-mobile {
    position: absolute;
    right: 0;
    top: calc(30px);
}

.conteudo {
    font-size: 17px;
}

.titulo-noticia {
    font-weight: 700;
}

.autor {
    margin: 0 !important;
    font-size: 14px;
    margin-bottom: 0 !important;
    font-weight: bold;
}

.data {
    font-size: 14px;
}

.whatsapp-share {
    background-color: #3ee95e;
}

#opnioes-carrosel a {
    text-decoration: none;
}

span.current {
    background: #1e1e1e !important;
    color: #fff !important;
}

.nex-tab-btn {
    margin: 50px 0 35px;
    text-align: center;
}

    .nex-tab-btn span {
        border: 1px solid #e6e6e6;
        color: #333;
        float: left;
        height: 42px;
        line-height: 1.5em;
        padding: 5px 10px;
        width: 42px;
        background: #fff;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
    }

    .nex-tab-btn span {
        border: 1px solid #e6e6e6;
        color: #333;
        float: left;
        height: 42px;
        line-height: 1.5em;
        padding: 5px 10px;
        width: 42px;
        background: #fff;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
    }

    .nex-tab-btn a {
        border: 1px solid #e6e6e6;
        color: #333;
        float: left;
        height: 42px;
        line-height: 1.5em;
        padding: 5px 10px;
        width: 42px;
        background: #fff;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
    }

.sidber .searchform button {
    background: #1e1e1e;
    position: absolute;
    border: none;
    color: #fff;
    height: 100%;
    right: 0;
    padding: 0;
    width: 72px;
    font-size: 19px;
    outline: 0;
}

.sidber .searchform, .sidber .widget {
    position: relative;
    float: left;
    width: 100%;
}

    .sidber .searchform input {
        background: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        color: #333;
        float: left;
        outline: 0;
        font-size: 15px;
        padding: 15px 20px;
        width: 100%;
    }


.blog-headers {
    padding-top: 10px;
}

    .blog-headers h3 a {
        color: #888;
        display: inline-block;
        text-decoration: underline !important;
    }

main a {
    color: #3c3c3c !important;
}

.lide {
    color: #646363;
}

.tag-noticia-conteudo {
    color: #0094de;
    font-size: 17px;
    margin: 0;
    margin-top: 6px;
    text-transform: uppercase;
}

.carousel-caption {
    bottom: 7% !important;
    left: 15%;
    z-index: 10;
    color: #fff !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
/*.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}*/
/*.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}*/

.carousel-indicators {
    bottom: -7px;
}

.conteudo img {
    max-width: 100%
}

.autor-img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.curriculo-autor {
    font-weight: 100;
    color: #504d4d;
}

.descricao-blog {
    color: #7d7878;
    font-size: 14px;
}


/*.carousel-item .slider-item:before {
    top: 0 !important;
    background: linear-gradient(180deg, rgba(50, 50, 50, 0) 40%, hsla(0, 3%, 6%, .99) 76%, hsla(0, 3%, 6%, .93) 93%) !important;
    transition: all .2s ease-in-out;
    opacity: .63;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
}*/

.carousel-item {
    background-color: #eee;
    padding-bottom: 15px;
}

.carousel-legend {
    padding-top: 15px;
    padding: 5px;
}


.carousel-control-prev-icon {
    top: calc(-10%);
    position: relative;
}
.carousel-control-next-icon {
    top: calc(-10%);
    position: relative;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    /*top: calc(-80px);*/
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(150, 149, 149, 0.5);
}

.carousel-indicators .active {
    background-color: #5f5d5d !important;
}

.agenda .title-left:before {
    content: "";
    width: 2px;
    height: 35px;
    background: #f37500;
    position: absolute;
    left: 7px;
}

.card-body p {
    font-size: 13px;
}

.share {
    padding: 7px 10px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff !important;
    margin-right: 10px;
}

    .share .fa-facebook-f {
        padding: 3px;
    }

.share-list {
    top: 0;
    right: 0;
}

.list-group .card-body p {
    font-size: 15px;
}

.share-list-left {
    top: 0;
    left: 0;
}

#customBtn {
    display: inline-flex;
    background-color: #1877f2;
    border: none;
    color: #fff;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

    #customBtn:hover {
        cursor: pointer;
    }

span.label {
    font-family: serif;
    font-weight: normal;
}

span.icon {
    background: url('/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 17px;
    margin: 0 auto;
    font-weight:700;
    line-height: 2;
}

.abcRioButtonIcon {
    padding: 8px;
    background-color: #fff;
    margin: 2px;
}

#gSignInWrapper {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.carousel-item .tag-noticia {
    color: #0094de;
    font-size: 15px;
    margin: 0;
    margin-top: 6px;
    text-transform: uppercase;
}

.btn-aceite-notificacoes {
    background-color: #ff7b10;
    padding: 3px 20px;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-nao-aceite-notificacoes {
    background-color: #545b62;
    padding: 3px 20px;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 1px;
}


.b-face {
    margin: 0 auto;
    display: block;
    text-align: center;
}



.preloder {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 87656578;
    margin-top: 0;
    top: 0;
}

.loder-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loder-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 300px;
    width: 300px;
    margin-top: -150px;
    margin-left: -150px;
    /*-ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-animation: loder-center-absolute 1.5s infinite;
            animation: loder-center-absolute 1.5s infinite;*/
}


.btn-todas-opinioes {
    background-color: #ff7b10;
    padding: 5px 20px;
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
}


.leia-mais .title-left:before {
    content: "";
    width: 2px;
    height: 35px;
    background: #f37500;
    position: absolute;
    left: 7px;
}

.leia-mais .tag-noticia {
    color: #0094de;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.link-portal a {
    font-weight: bold;
    color: #052b47!important;
}

.link-portal img{
    width:28px;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 18, 2018 */



@font-face {
    font-family: 'visionregular';
    src: url('vision-webfont.woff2') format('woff2'),
         url('vision-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'visionbold';
    src: url('vision-bold-webfont.woff2') format('woff2'),
         url('vision-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'visionlight';
    src: url('vision-light-webfont.woff2') format('woff2'),
         url('vision-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
