body {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}


footer a {
    color: #fff !important;
}

a {
    color: #00316a !important;
    text-decoration: none;
}

    a:hover {
        color: #00316a;
    }

strong {
    font-weight: 600;
}

::placeholder, .destino {
    color: #888 !important;
    font-size: 0.8em;
}

.amarelo, .amarelo a {
    color: #ffcc00;
}

.verde, .verde a {
    color: #00d45e;
}

.btlogin {
    margin-left: 11px;
    border: 2px solid #00d45e;
    border-radius: 0px;
    height: 44px;
    width: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    padding-top: 17px;
}

.botao {
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 210px;
}

    .botao.botao-pequeno {
        font-size: 12px;
        font-weight: 700;
        width: 120px;
    }

.botao-amarelo {
    background-color: #ff7f00;
    color: #fff;
}

.botao-verde {
    background-color: #00d45e;
    color: #fff;
}

.botao-preto {
    background-color: #211f1c;
    color: #ffcc00;
}

header {
    position: sticky;
    top: 0;
    z-index: 3;
}

.carousel-item > div {
    color: #fff;
    height: 500px;
    background-position: -310px 0;
    background-size: cover;
    display: flex;
    text-align: center;
}

    .carousel-item > div > div {
        margin: 0 auto;
        max-width: 1140px;
        padding: 20px 40px;
        width: 100%;
    }

        .carousel-item > div > div h2 {
            font-size: 30px;
            text-shadow: 3px 3px 4px #00000073;
            font-weight: 600;
        }

        .carousel-item > div > div span {
            color: #ff7f00;
        }

        .carousel-item > div > div p {
            font-size: 16px;
        }

#secao-1 {
    background: url("/img/banner.jpg");
}

#secao-2 {
    background: url("/img/Banner-2.jpg");
}

#secao-3 {
    background: url("/img/Banner-3.jpg");
}



.anchor {
    position: absolute;
    top: -66px;
}

#msgSucesso {
    font-size: 0.8em;
}

@media (min-width: 576px) {

    .anchor {
        position: absolute;
        top: -130px;
    }

    #msgSucesso {
        font-size: 1em;
    }

    .carousel-item > div {
        background-position: center;
        background-size: cover !important;
        text-align: initial;
    }

        .carousel-item > div > div {
            padding: 20px;
        }

            .carousel-item > div > div h2 {
                font-size: 36px;
            }

            .carousel-item > div > div p {
                width: 60%;
            }

            .carousel-item > div > div p {
                font-size: 18px;
            }
}

@media(max-width: 383px) {
    .navbar-brand img {
        width: 240px !important;
    }
}

header #menuPrincipal {
    background: #fff;
    padding: 13px;
    position: relative;
}

#secao-2 #formLigacao {
    background: #fff;
    border-bottom: 4px solid #ff7f00;
    border-top: 4px solid #ff7f00;
    color: #282828;
    margin-left: -15px;
    padding: 25px 15px 35px;
    width: calc(100% + 30px);
    border: 3px solid #f7f7f7;
}

    #secao-2 #formLigacao h2 {
        font-size: 22px;
    }

        #secao-2 #formLigacao h2:after {
            content: '';
            background: #ff7f00;
            display: block;
            height: 2px;
            margin-top: 15px;
            width: 65px;
        }

    #secao-2 #formLigacao p {
        color: #666;
        font-size: 16px;
    }

    #secao-2 #formLigacao label {
        font-size: 18px;
    }





#secao-3 #formLigacao {
    background: #fff;
    border-bottom: 4px solid #ff7f00;
    border-top: 4px solid #ff7f00;
    color: #282828;
    margin-left: -15px;
    padding: 25px 15px 35px;
    width: calc(100% + 30px);
    border: 3px solid #f7f7f7;
}

    #secao-3 #formLigacao h2 {
        font-size: 22px;
    }

        #secao-3 #formLigacao h2:after {
            content: '';
            background: #ff7f00;
            display: block;
            height: 2px;
            margin-top: 15px;
            width: 65px;
        }

    #secao-3 #formLigacao p {
        color: #666;
        font-size: 16px;
    }

    #secao-3 #formLigacao label {
        font-size: 18px;
    }

.slick-prev.bi, .slick-next.bi {
    font-size: 2rem;
    cursor: pointer;
}

.slick-prev.bi {
    color: #999999;
}

    .slick-next.bi:hover, .slick-prev.bi:hover {
        color: #00316a;
    }

/*        .secao-3 h2:after, .secao-3 h2:before {
            content: '';
            background: #0390d7;
            display: block;
            height: 2px;
            width: 65px;
        }

        .secao-3 h2:before {
            order: 1;
            margin-right: 35px;
            margin-top: 15px;
        }

        .secao-3 h2:after {
            order: 2;
            margin-left: 35px;
            margin-top: 5px;
        }*/
.secao-3 img {
    display: block;
    width: 100%;
}

.secao-5 {
    padding: 35px 30px;
    background: #5192d1;
}


.bg-contato {
    background: #485e88;
}

    .bg-contato label {
        color: #282828 !important;
        font-weight: 700;
        font-size: 18px !important;
        margin-bottom: 5px;
    }

    .bg-contato .borda-1, .bg-contato .borda-2 {
        background: #fff !important;
    }

    .bg-contato h2 {
        color: #282828 !important;
    }


.secao-4 {
    background: linear-gradient(to bottom, #0091da, #0091da);
    padding: 35px 30px 0;
}

    .secao-4 #formLigacao {
        position: relative;
    }

    .secao-4 h2 {
        align-items: center;
        color: #fff;
        font-size: 30px;
        order: 0;
    }

        .secao-4 h2 strong {
            color: #ffcc00;
        }

        @media(max-width: 576px){
            .padd-30 {
                padding: 35px 30px !important;
            }
            .bg-sobre{
                margin-top: 15px;
            }
        }



    /*        
        .secao-4 h2:after, .secao-4 h2:before {
            content: '';
            background: #282828;
            display: block;
            height: 2px;
            width: 65px;
        }

        .secao-4 h2:before {
            order: 1;
            margin-right: 35px;
            margin-top: 15px;
        }

        .secao-4 h2:after {
            order: 2;
            margin-left: 35px;
            margin-top: 5px;
        }
    */

    .secao-4 label {
        color: #282828;
        position: relative;
    }

    .secao-4 input[type=submit] {
        position: absolute;
        z-index: 2;
    }

footer {
    background: #00316a;
    color: #fff;
    font-size: 14px;
}

    footer a, footer a:hover {
        color: #fff;
    }

    footer > div {
        padding: 35px 30px 0;
    }

    footer h3 {
        font-weight: 600;
        text-transform: uppercase;
    }

    footer .unidade > div {
        margin-bottom: 10px;
    }

        footer .unidade > div > i {
            color: #ffcc00;
            display: inline-block;
            margin-left: -25px;
            text-align: center;
            width: 25px;
        }

        footer .unidade > div > a {
            color: #fff;
            text-decoration: none;
        }

    footer .botao-verde {
        padding: 10px 15px;
        width: initial;
    }

    footer #copyright {
        border-top: 1px solid #124178;
        font-size: 12px;
        padding: 10px 30px;
        text-align: center;
    }

.img-resp img {
    height: 64%;
}

@media(min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }
}

@media (min-width: 576px) {


    header #faixaAmarela {
        background: #00316a;
        color: #fff;
        font-size: 15px;
    }

        header #faixaAmarela ul {
            display: flex;
            list-style: none;
            padding: 20px 15px;
            margin: 0 auto;
            max-width: 1140px;
            justify-content: end;
        }

            header #faixaAmarela ul li {
                margin-right: 20px;
            }

                header #faixaAmarela ul li i {
                    margin-right: 5px;
                }

    header #menuPrincipal > div {
        margin: 0 auto;
        max-width: 1140px;
    }

    header #menuPrincipal ul {
        align-items: center;
        display: flex;
        max-width: 1140px;
        padding: 0 15px;
    }

        header #menuPrincipal ul li:first-child {
            padding: 0 15px 0 0;
        }

        header #menuPrincipal ul li {
            display: block;
        }

    header #menuPrincipal .whatsapp {
        margin-left: 15px;
    }

    header #menuPrincipal .botao-verde {
        color: #fff !important;
        padding: 10px !important;
        width: initial;
    }






    .secao-2 {
        margin: 0 auto;
        max-width: 1140px;
        padding: 40px 15px;
    }

        .secao-2 .col {
            display: flex;
            flex-flow: column;
        }

            .secao-2 .col div {
                display: flex;
                flex-flow: column;
            }

                .secao-2 .col div p {
                    flex: 1;
                }

    .secao-3 {
        padding: 50px 15px;
    }

        .secao-3 > div, .secao-5 > div {
            margin: 0 auto;
            max-width: 1140px;
        }

    .secao-4 {
        padding: 50px 15px 0;
    }

        .secao-4 > div {
            margin: 0 auto;
            max-width: 1140px;
        }

            .secao-4 > div > div {
                display: flex;
            }

        .secao-4 #formContato {
            margin-right: 50px;
            min-width: 380px;
            margin-bottom: 68px;
        }

        .secao-4 img {
            max-width: 350px;
        }

    footer > div:first-child {
        display: flex;
        margin: 0 auto;
        max-width: 1140px;
        padding: 50px 15px 50px;
    }

    footer .telefones, footer h3 {
        white-space: nowrap;
    }

    footer #copyright {
        border-top: 1px solid #124178;
        font-size: 12px;
        padding: 20px 15px;
        text-align: center;
    }
}



.button-contact {
    background-color: #0390d7;
    color: #fff;
    font-weight: 700;
    padding: 12px 13px;
}

.sub-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 0px;
}

#nossos-servicos_ctn {
    background-color: #fff;
}


.cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-grow: 1;
    flex-wrap: wrap;
}

.conteudo h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.conteudo p {
    font-size: 16px;
    color: #666666;
}

.conteudo {
    padding: 30px 20px;
    background: #f5f5f5;
    height: 210px;
}

.card-1, .card-2, .card-3 {
    width: 350px;
}



.linhas-branco .borda-1, .linhas-branco .borda-2 {
    background-color: #fff !important;
    margin-bottom: 50px;
    display: flex;
}

@media(max-width: 576px) {

    #menuPrincipal .navbar-brand {
        max-width: 200px;
    }


    .card-1, .card-2, .card-3 {
        width: 100%;
    }

    #chamada p {
        max-width: 100% !important;
    }

    .nav-link {
        text-align: center !important;
    }

    .botao-solicitar {
        font-size: 14px;
    }

    .navbar-nav li {
        margin-left: 0px;
        padding: 8px;
        text-align: center;
        border: 1px solid #f3f3f3;
    }

    .navbar-nav {
        margin-top: 15px !important;
    }
}


.linhas-blue {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.linhas-branco {
    display: flex;
    justify-content: center;
}

.bg-sobre {
    background: #f5f5f5 !important;
}

.borda-1, .borda-2 {
    background-color: #5192d1;
    height: 3px;
    width: 80px;
}

.borda-1 {
    position: relative;
    left: 15px;
}

.borda-2 {
    position: relative;
    top: 10px;
    right: 15px;
}

.botao-solicitar {
    background-color: #ff7f00;
    color: #fff;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
}

.form-control {
    background-color: #fafafa !important;
    font-style: italic;
}

.selectStyle {
    font-style: italic !important;
    color: #888 !important;
    font-size: 0.8em;
}





.bottom {
    margin-bottom: 40px;
}

.form-style {
    color: #282828;
    font-weight: 600;
}

#formContato .form-style {
    color: #fff;
    font-weight: 500;
}

#formContato .botao-solicitar {
    background-color: #ffcc00;
    color: #211f1c !important;
    font-weight: 700;
    padding: 12px 19px !important;
    font-size: 16px;
    border: 0px;
}

.contato-resp {
    margin-bottom: 53px !important;
}

.menu {
    display: flex;
    justify-content: center;
}

.modal-content {
    padding: 22px 14px !important;
}

.modal-header {
    padding: 1rem 0rem !important;
}

@media(max-width: 576px) {
    .secao-2 h2 {
        margin-top: 26px;
    }

    .img-resp img {
        height: 70% !important;
    }

    .form-contato {
        flex-wrap: wrap;
    }

    .secao-4 #imgCtn {
        display: none;
    }

    .secao-4 {
        padding: 35px 30px;
        margin: 0 auto;
    }

    footer .logo-resp, footer .link-resp {
        margin-left: 0px !important;
    }

    footer .contato-resp {
        margin-bottom: 22px !important;
        margin-top: 36px;
    }
}

.cartoes {
    gap: 25px;
    margin-top: 35px;
}

    .cartoes h2 {
        font-size: 24px !important;
        max-width: 80%;
        font-weight: 700;
    }

    .cartoes p {
        font-size: 14px !important;
    }

.clientes {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.focoGlobal b {
    color: #ff7f00 !important;
}

.paragrafo p {
    font-size: 15px;
}


.tema-azul-claro a,
.tema-azul-claro h2,
.tema-azul-claro h3,
.tema-azul-claro h4,
.tema-azul-claro h5,
.tema-azul-claro h5 {
    color: #6c8cc8;
}

.tema-azul-claro .listCheck ul li::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 14 14' fill='%236c8cc8' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    height: 27px;
    margin-right: 5px;
    min-width: 27px;
}

.tema-azul-claro .barra-baixo::after {
    background: #6c8cc8;
}


.tema-azul a,
.tema-azul h2,
.tema-azul h3,
.tema-azul h4,
.tema-azul h5,
.tema-azul h5 {
    color: #485e88;
}

.tema-azul .listCheck ul li::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 14 14' fill='%23485e88' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    height: 27px;
    margin-right: 5px;
    min-width: 27px;
}

.tema-azul .barra-baixo::after {
    background: #485e88;
}

.accordion, .accordion-item {
    border-radius: 0 !important;
}

.accordion-button {
    background: #f5f5f5;
}

    .accordion-button:not(.collapsed) {
        background: #fff;
        color: #000;
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%23e83435' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z' clip-rule='evenodd'/></svg>");
        }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%23e83435' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z' clip-rule='evenodd'/></svg>");
    }



.tema-azul .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%23485e88' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z' clip-rule='evenodd'/></svg>");
}

.tema-azul .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%23485e88' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z' clip-rule='evenodd'/></svg>");
}

.tema-azul-claro .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 18 18' fill='%236c8cc8' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z' clip-rule='evenodd'/></svg>");
}

.tema-azul .carouselNav {
    color: #999999;
}

.blocoMidiaDesc {
    border: 1px solid #ddd;
    height: 100%;
}

    .blocoMidiaDesc .logoUniversidade {
        align-items: center;
        background: #fff;
        display: flex;
        height: 55px;
        left: 10px;
        padding: 5px;
        position: absolute;
        top: 10px;
        width: 80px;
    }

        .blocoMidiaDesc .logoUniversidade img {
            max-width: 100%;
        }

    .blocoMidiaDesc .data, .blocoMidiaDesc .curriculo {
        color: #485e88;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .blocoMidiaDesc .universidade {
        font-size: 12px;
    }

.fs-12px {
    font-size: 12px;
}

.blocoMidiaDesc .caracteristicas i {
    color: #999;
    font-size: 16px;
    margin-right: 10px;
}

.blocoMidiaDesc.destaque .subtitulo {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blocoMidiaDesc.destaque .resumo {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.deps .blocoMidiaDesc .logoUniversidade {
    top: 140px;
}

.whats-contato img {
    bottom: 10px;
    color: #fff;
    position: fixed;
    right: 10px;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
}

.dropdownn {
    position: relative;
    display: inline-block;
}

.dropdown-contentt {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 175px;
}

    .dropdown-contentt a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-contentt a:hover {
            background-color: #f1f1f1
        }

.dropdownn:hover .dropdown-contentt {
    display: block;
}

.dropdownt:hover .dropbtnn {
    background-color: #3e8e41;
}

@media(max-width: 576px) {
    .dropdownn {
        display: none;
    }
}
