#UescTopo {
    background-color: #01509f;
/*    background-image: url(../pics/topo.png); */
    background-blend-mode: mutiply;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    position: relative;
    background:
	 /* imagem com cobertura */
	 url("https://img.cdndsgni.com/preview/11309440.jpg") center/cover no-repeat,
	 /* degradê com transparência */
	 linear-gradient(80deg, rgba(46,48,146,0.95) 65%, rgba(24,85,222,0.85) 90%);
 	 background-blend-mode: multiply; /* mistura imagem e degradê */
 	 border-bottom: none;
}

#UescTopo a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

#UescTopo a:hover {
    opacity: 0.8;
}

#UescTopo h2 {
    font-size: 2.2rem;
    line-height: 1.1;
    color: #fff;
}

#UescTopo h5 {
    font-size: 1rem;
    color: #e0e0e0;
}

#UescTopo .faixa {
    width: 100%;
    height: 4px;
    background-color: #f4b400; /* Amarelo */
}

#UescTopo .social a {
    font-size: 1.2rem;
    color: #fff;
}

#UescTopo .social a:hover {
    color: #ffd600;
}

@media (max-width: 991px) {
    #UescTopo .container {
        text-align: center;
    }

    #UescTopo h2 {
        font-size: 1.8rem;
    }

    #UescTopo h5 {
        font-size: 0.95rem;
    }

    #UescTopo .social {
        display: block;
        margin-top: 10px;
    }

    #UescTopo .text-end {
        text-align: center !important;
    }

    #UescTopo .d-none.d-xl-block {
        display: block !important;
    }
}

#UescIdiomas {
    background-color: var(--bg-cinza-claro);
}

#UescRodape {
    font-family: "Segoe UI", Roboto, sans-serif;
}

#UescRodape .assinatura {
    background-color: #35497c; /* azul superior */
}

#UescRodape .copy {
    background-color: #283864; /* azul inferior */
}

#UescRodape .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

#UescRodape p {
    margin: 0;
    font-size: 0.9rem;
    color: #fff;
}

#UescRodape a {
    color: #f8c22a;
    text-decoration: none;
    font-weight: 600;
}

#UescRodape a:hover {
    color: #fff;
    text-decoration: underline;
}

#UescRodape img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    #UescRodape .flex-grow-1 {
        margin-top: 10px;
    }
    #UescRodape .col-lg-2 {
        margin-top: 15px;
    }
}
