article header {
    display: flex;
    gap: .5rem;
    padding: .5rem .5rem;
    border-radius: .5rem .5rem 0 0;
}

article .art-body {
    border-radius: 0 0 1rem 1rem;
}

.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.bg-azul .border-white {
    border: 1px solid #fff;
    border-radius: 1rem;
}

.bg-azul .border-white header {
    border-radius: 1rem 1rem 0 0;
    border-bottom: 1px solid #fff;
}

p strong {
    font-size: inherit;
}

.art-educa {
    border-radius: 2rem;
}

.mapa-claro {
    background-color: #001E27;
}

.banner.banner-educacao {
    background: #001E27;
}

.banner.banner-educacao {
    background: linear-gradient(180deg, #001E27 70%, #00e2f4 30%);
}

.owl-carousel.owl-carousel-educa button.owl-dot.active {
    background-color: #FF601F;
}

.bg-laranja-soft {
    border-radius: 1rem;
    border: 1px solid rgba(255, 96, 31, 0.70);
    background: rgba(255, 96, 31, 0.10);
    width: max-content;
}

.sec-border {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.banner-parcerias {
    background: #fff;
}

footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

footer ul {
    gap: 1rem;
    /* filter: brightness(0); */
}

.formulario {
    border-radius: 12px;
    box-shadow: 0 20px 24px -4px rgba(10, 13, 18, 0.10), 0 8px 8px -4px rgba(10, 13, 18, 0.04);
    border: 1px solid rgba(0, 0, 0, .1);
}

.formulario form input:not(input[type=checkbox],input[type=radio]) {
    border: 1px solid rgba(0, 0, 0, .3) !important;
    margin-left: 0 !important;
    padding: .5rem;
    border-radius: .5rem !important;
}

.formulario form input[type=submit].hs-button {
    background-color: #00e2f4;
    border: 3px solid #00e2f4 !important;
    color: #001e27;
    border-radius: 1rem !important;
}

.formulario form input[type=submit]:hover {
    box-shadow: 0px 6px 0px 0px rgba(0, 226, 244, .6);
}

.formulario form input::placeholder {
    color: rgba(0, 0, 0, .4);
}

.row.bg-azul article.bg-white {
    border-radius: 2.5rem;
}

@media(min-width: 769px) {
    .row.bg-laranja,
    .row.bg-petroleo,
    .row.bg-azul {
        border-radius: 2.5rem;
    }

    .owl-carousel.owl-carousel-educa button.owl-dot {
        height: 6px;
        width: 2rem;
        border-radius: 0;
    }
}

@media(min-width: 992px) {
    .banner-parcerias,
    .banner-parcerias form,
    .banner-parcerias .formulario {
        position: relative;
        z-index: 1;
        overflow-y: hidden;
    }

    .banner-parcerias::before {
        content: "";
        width: 50%;
        height: 100%;
        position: absolute;
        top: 10%;
        right: 0;
        background: radial-gradient(circle,rgba(0, 226, 244, 1) 0%, rgba(237, 221, 83, 0) 75%);
        z-index: 0;
    }

    .banner.banner-educacao {
        background: url(/assets/images/educacao/mapa-laranja.png), 
        linear-gradient(90deg, #001E27 60%, #00e2f4 40%);
        background-size: contain, auto;
        background-position: 70% center, 0 0;
        background-repeat: no-repeat;
    }
    
    .mapa-claro {
        background: url(/assets/images/educacao/mapa-claro.png), #001E27;
        background-size: 40%;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .img-escala {
        transform: scale(1.1);
    }
}

@media(min-width: 1200px) {
    .banner.banner-educacao h1,
    .banner-parcerias h1 {
        font-size: 3.5rem;
    }

    .banner-parcerias h1 {
        font-size: 2.5rem;
    }
}