@font-face {
    font-family: 'bold';
    src: url('../fontes/Montserrat-Bold.woff') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mont';
    src: url('../fontes/Montserrat-Regular_2.woff') format('opentype');
    font-weight: 300;
    font-style: normal;
}


:root {
    --azulClaro: #00A99D;
    --roxo: #6649A3;
    --azulSeduc: #152E75;
}

.btn-roxo {
    background-color: var(--azulClaro) !important;
    color: #fff !important;
}

::selection {
    background-color: var(--azulClaro);
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: 'mont';
}

.titulos {
    font-family: 'bold';
}

#carouselExampleAutoplaying {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}


/* ================================== NAVBAR ==================================*/
.header {
    background-image: url('../img/topo.webp') !important;
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 200px;
}

.linha-degrade {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right,
            transparent 0%,
            /* Degradê inicial transparente */
            var(--azulClaro) 50%,
            /* Cor forte no meio */
            transparent 100%
            /* Degradê final transparente */
        );
}

.navbar-nav a:hover {
    color: var(--roxo) !important;
    border-bottom: 2px solid var(--roxo);
}


.navbar-nav a:focus {
    color: var(--roxo) !important;
    border-bottom: 2px solid var(--roxo);
}

.dropdown-menu a:hover {
    color: #fff !important;
}

@media screen and (min-width: 1024px) {
    #logo_nav {
        width: 250px;
        height: auto;
    }
}

/* ================================ RODAPÉ ==================================*/
.rodape {
    background-color: var(--azulSeduc);
    color: #fff;
}

.rodape span {
    font-size: 12px;
}

.rodape i {
    width: 50px;
    height: 60px;
    float: left;
    margin-right: 6px;
    transition: all 1s;
    font-size: 40px;
    color: #F3F3F3;
}

.rodape a {
    text-decoration: none;
    color: #fff;
}

.rodape a:hover {
    color: var(--azulClaro);
}

#igor {
    font-family: 'bold';
    color: #D6AA71;
}

/* ================================ BOTÃO PESQUISA ==================================*/

.input-pesquisa {
    background-color: var(--azulSeduc) !important;
    color: #fff !important;
}

.btn-pesquisa {
    background-color: var(--azulClaro) !important;
    color: #fff !important;
}

.form-control.me-2.input-pesquisa::-webkit-input-placeholder {
    color: white !important;
}

/* ================================ COORDENADORIAS ==================================*/

.img-coord {
    width: 350px;
    height: 350px;
    margin: 2px;
}