    :root {
        --cor-1: #333;
        --cor-2: #a20a11;
    }

    body {
        color: #444;
        font-family: "Sora", sans-serif;
    }

    .menu-fixo-topo {
        background-color: var(--cor-2);
    }

    .menu-fixo-topo .btn-insc,
    .menu-fixo-topo .btn-insc:hover {
        background: #18AD8F;
        border-radius: 35px;
        border: 1px solid #FFF;
    }

    h1 {
        color: var(--cor-1);
        font-size: 90px;
        line-height: 95%;
        letter-spacing: -2px;
        font-weight: 700;
        font-family: "Sora", sans-serif !important;
    }

    strong.h2 {
        display: block;
        line-height: 105%;
        font-family: "Sora", sans-serif !important;
        font-size: 28px;
    }

    main .selo {
        max-height: 175px;
        left: -15px;
        z-index: 1;
    }

    main .selo .bg {
        fill: var(--cor-1);
    }

    main .selo .borda {
        fill: var(--cor-2);
    }

    .scroll-down,
    .scroll-down:hover {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        z-index: 10;
        text-decoration: none;
    }

    .scroll-down span {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: var(--cor-2);
    }

    .seta {
        width: 45px;
        animation: flutuar 1.8s ease-in-out infinite;
        cursor: pointer;
    }

    @keyframes flutuar {
        0% {
            transform: translateY(0);
            opacity: .6;
        }

        50% {
            transform: translateY(-8px);
            opacity: 1;
        }

        100% {
            transform: translateY(0);
            opacity: .6;
        }
    }






    section {
        padding: 50px 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    section ul li {
        margin-bottom: 8px;
    }

    section p {
        width: 100%;
    }

    section strong {
        font-weight: 600;
    }

    section#hero {
        background-size: contain;
        min-height: 95vh;
        background-position: top right;
        background-repeat: no-repeat;
    }

    section#hero p.graduacao,
    section#hero p.modalidade {
        color: var(--cor-2);
        font-size: 23px;
        line-height: 98%;
        font-weight: 700;
        font-family: "Sora", sans-serif !important;
        text-transform: uppercase;
    }

    section#bloco-form {
        background: radial-gradient(66% 359% at 48% 33%, color-mix(in srgb, var(--cor-2) 80%, white 40%) 0%, var(--cor-2) 53%);
        min-height: 50vh;
        font-weight: 400;
    }

    section#bloco-form .destaque {
        margin-top: -150px;
    }

    section#bloco-form .btn-insc,
    section#bloco-form .btn-insc:hover {
        background: #18AD8F;
        border-radius: 15px;
        border: 1px solid #FFF;
    }


    section#bloco-form .form-insc {
        background: #EDF4FFCC;
        font-weight: 100;
    }

    section#bloco-form h2::before {
        content: "Garanta sua vaga";
        display: block;
        color: white;
    }


    section#bloco-form input,
    section#bloco-form select,
    section#bloco-form select option {
        font-weight: 300;
        border-color: #2C5C4A;
        border-radius: 8px;
    }

    section.inscricao input::placeholder {
        font-weight: 200;
    }

    /* _____________________________________________________ */

    section.bloco-cards {
        background-color: var(--cor-2);
        color: #FFF;
    }

    section.bloco-cards .card {
        border-radius: 15px;
        border-color: #E9ECEF;
        color: #333;
    }

    section.bloco-cards h3 {
        font-size: 16px !important;
    }

    /* _____________________________________________________ */
    section.bloco-card-duplo {
        /* background-color: var(--cor-1); */
        background-color: color-mix(in srgb, var(--cor-1) 80%, black);
        color: #FFF;
    }

    section.bloco-card-duplo strong.h2 {
        color: #FFF;
        text-align: center;
        display: block;
    }

    section.bloco-card-duplo .card {
        border-radius: 25px;
        color: #333;
        border: none;
    }

    section.bloco-card-duplo .card h5 {
        color: var(--cor-1);
    }

    section.bloco-card-duplo .card-body {
        font-size: 90%;
    }

    section.bloco-card-duplo .card .card-header {
        position: relative;
        border-radius: 15px 15px 0 0;
        min-height: 215px;
        background-size: cover;
        overflow: hidden;
        border: 0;
    }

    section.bloco-card-duplo .card .card-header {
        position: relative;
        z-index: 0;
    }

    section.bloco-card-duplo .card .card-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 15px 15px 0 0;
        background: linear-gradient(173.88deg, rgba(255, 255, 255, 0) 41.47%, rgba(255, 255, 255, 0.8) 74.16%);
        pointer-events: none;
        z-index: 1;
    }

    section.bloco-card-duplo .card .card-header h5 {
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        font-weight: 700;
    }

    section.bloco-card-duplo .card br {
        display: block;
        content: "";
        margin-bottom: 8px;
    }


    /* _____________________________________________________ */
    section.bloco-colunas strong.h2 {
        color: var(--cor-2);
    }

    section.bloco-colunas ul li strong:first-of-type {
        color: var(--cor-1);
        font-weight: 700;
    }

    section.bloco-colunas img {
        border-radius: 8px;
    }

    section.bloco-colunas ul {
        list-style: none;
        padding-left: 0;
    }


    section.bloco-colunas ul li::before {
        content: "\25B6";
        color: var(--cor-1);
        padding-right: 8px;
    }


    section.bloco-colunas ul ul {
        list-style: circle;
        padding-left: 30px;
    }


    section.bloco-colunas ul ul li::before {
        content: none;
    }


    section.bloco-lista-foto-fixa .foto img {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    section.bloco-lista-foto-fixa strong.h2 {
        color: var(--cor-1);
    }

    section.bloco-lista-foto-fixa ul li {
        margin-bottom: 18px;
    }


    section.bloco-texto {
        position: relative;
        overflow: hidden;
        text-align: center;
        color: #FFF;
    }

    section.bloco-foto-texto strong.h2 {
        color: var(--cor-2);
    }



    /* _____________________________________________________ */
    section.bloco-rodape {
        /* background-color: var(--cor-1); */
        background-color: #393939;
        color: #FFF;
    }

    section.bloco-rodape .h2 {
        color: #FFF;
    }

    section.bloco-rodape .card-body {
        border-top: solid 1px var(--cor-2);
        border-bottom: solid 1px var(--cor-2);
        padding-bottom: 0;
    }

    section.bloco-rodape .card-header {
        background: transparent;
        padding: 0;
        margin-top: 25px;
    }

    section.bloco-rodape .card-header h4 {
        border-bottom: 1px solid #FFF;
    }

    section.bloco-rodape button.btn {
        color: #FFF;
        font-weight: 400;
    }

    section.bloco-rodape #collapseCoordenacao li {
        background: transparent;
    }


    section.bloco-texto strong.h2 {
        text-align: center;
    }

    section.bloco-rodape .accordion .card-header {
        display: none;
    }

    section.bloco-rodape .dropup {
        margin-top: -8px;
    }

    section.bloco-rodape .dropup .dropdown-toggle::after {
        display: none;
    }



    footer .bloco-endereco {
        margin-top: 0 !important;
    }

    /* =======================
   Remover bullet padrão
   ======================= */
    .no-bullet {
        list-style: none;
        padding-left: 0;
        /* opcional, para alinhar melhor */
    }

    .ul-check li::before {
        content: "\2713";
        color: green;
        padding-right: 8px;
    }

    .ul-triangle li::before {
        content: "\25B6";
        color: var(--cor-1);
        padding-right: 8px;
    }

    .ul-negative li::before {
        content: "\2716";
        color: rgb(134, 0, 0);
        padding-right: 8px;
    }

    /*   Sobrescrevendo por LI*/
    li.custom-check::before {
        content: "\2713";
        color: darkgreen;
    }

    li.custom-triangle::before {
        content: "\25B6";
        color: darkblue;
    }

    li.custom-negative::before {
        content: "\2716";
        color: darkred;
    }




    @media(max-width:1800px) {
        section#hero {
            background-size: cover;
        }
    }


    @media (max-width: 1024px) and (min-height: 526px) and (max-height: 768px) {
        main .selo {
            max-height: 150px;
            left: -32px;
        }
    }

    @media(max-width:990px) {
        section#hero {
            background-position-x: 75%;
        }

        h1 {
            font-size: 55px;
            line-height: 100%;
        }

        section#hero p.graduacao,
        section#hero p.modalidade {
            font-size: 20px;
        }

        section.bloco-colunas .container {
            max-width: 100%;
        }
    }


    @media (max-width: 768px) {

        .menu-fixo-topo .btn-insc {
            font-size: 12px;
        }

        main .selo {
            max-height: 140px;
            left: -43px;
        }

        strong.h2 {
            text-align: center;
        }

        .scroll-down {
            display: none;
        }

        section#hero {
            background-position-x: 65%;
            min-height: 80vh;
        }

        section#bloco-form form#lead .form-row div {
            margin-bottom: 15px;
        }

        section#bloco-form h2 {
            margin-bottom: 25px;
        }

        section#bloco-form .w-50 {
            margin-top: 15px !important;
            width: 100% !important;
        }

        section.bloco-colunas .container {
            max-width: 540px;
        }

        section.bloco-colunas div.imagem {
            margin-bottom: 25px;
        }

        section.bloco-lista-foto-fixa .foto {
            height: 70%;
        }

        section.bloco-lista-foto-fixa .foto img {
            position: relative !important;
            width: 50%;
            transform: translateX(-97%);
        }

        section.bloco-cards {
            z-index: 1;
            position: relative;
        }
    }


    @media (max-width: 576px) {
        ul {
            padding-left: 15px;
        }

        h1 {
            font-size: 41px;
            letter-spacing: -1px;
        }

        section#hero {
            background-size: 145%;
            padding-top: 0 !important;
            min-height: 0;
        }

        section#hero .sobre {
            margin-top: -15%;
        }

        section#hero .imagem {
            aspect-ratio: 4/3;
            background-color: rgba(255, 0, 0, 0.059);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 95%);
        }

        section#hero p.graduacao,
        section#hero p.modalidade {
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 4px;
        }

    }

    /* @media (max-width: 420px) {


        section#hero .sobre {
            margin-top: -5%;
        }

        section#hero .imagem {
            margin-top: -5%;
        }
    } */





    section#mais-ulbra {
        display: none;
    }

    footer {
        padding: 0;
    }

    .card-body .dropdown-menu {
        position: absolute;
        z-index: 1050;
        /* acima do accordion */
    }


    #dropdownMenuInscrevase,
    #barra-fixa-topo {
        display: none;
    }


    /*   ######    FORM      ########  */

    .form-control.is-valid,
    .was-validated .form-control:valid {
        background-image: none !important;
    }

    .form-control.is-invalid,
    .was-validated .form-control:invalid {
        background-image: none !important;
        border-color: red !important;
    }

    .form-control.is-invalid:focus,
    .was-validated .form-control:invalid:focus,
    .form-control.is-valid:focus,
    .was-validated .form-control:valid:focus {
        background-image: none !important;
        box-shadow: none !important;
    }

    button.enviar[disabled],
    section#inscricao .btn-insc[disabled] {
        background: #ccc !important;
        background-color: #ccc !important;
        border-color: #ccc !important;
        color: #666;
        opacity: 0.7;
    }