
/*
* {
    margin: 0 auto;
}
*/

@font-face {
    font-family: 'OldSansBlack';
    src: url('../font/OldSansBlack.ttf') format('truetype');
}

@font-face {
    font-family: 'DistrictThin';
    src: url('../font/DistrictThin.ttf');
}


body {
    background-color: #ffffff; /*Glauter Aqui alteramos a cor de fundo degrade da pagina*/
    /*background-image: url("../img/mouraOverlay.png"), linear-gradient(90deg, #8e8888 20%, #1f589a 80%);*/
    /*font-family: 'Fredericka the Great', cursive;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}










/************************************ACESSIBILIDADE E PESQUISA*******************************************/

/* styles.css */
#accessibility-icon {
    position: fixed !important;
    top: 42% !important;
    right: 5px !important;
    transform: translateY(-50%) !important;
    width: 50px !important; /* Ajuste o tamanho do ícone */
    height: 50px !important; /* Ajuste o tamanho do ícone */
    cursor: pointer !important;
    z-index: 1000 !important;
    /*background-color: #007bff !important;*/ /* Cor de fundo azul */
    border-radius: 50% !important; /* Arredondar o botão */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

    #accessibility-icon img {
        width: 40px !important; /* Ajuste o tamanho da imagem */
        height: 40px !important; /* Ajuste o tamanho da imagem */
    }



/* Imagem de Acessibilidade */
#accessibility-image {
    position: fixed;
    top: 42%;
    right: 60px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    display: none;
    /* Inicialmente oculta */
    z-index: 9;
}

    #accessibility-image img {
        height: 40px;
        transform: translateY(-50%);
    }

/* Mostrar Imagem ao Passar o Mouse */
#accessibility-icon:hover + #accessibility-image {
    display: block;
    /* Exibir imagem */
    animation: slideIn 0.4s forwards;
    /* Animação de deslizamento */
}

/* Animação de deslizamento */
@keyframes slideIn {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

#accessibility-toolbar {
    position: fixed;
    top: 42%;
    right: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    width: 450px;
    height: auto;
}

    #accessibility-toolbar .interno {
        background-color: #EDEDED;
        width: 100%;
        padding: 20px 40px 20px 20px;
        border-radius: 10px;
        overflow-y: auto;
    }

        /* Estilizando a barra de rolagem */
        #accessibility-toolbar .interno::-webkit-scrollbar {
            width: 5px;
            /* Largura da barra de rolagem */
        }

        /* Estilizando o trilho da barra de rolagem */
        #accessibility-toolbar .interno::-webkit-scrollbar-track {
            background: #EDEDED;
            /* Cor de fundo do trilho */
            border-radius: 5px;
            /* Bordas arredondadas para o trilho */
        }

        /* Estilizando o polegar da barra de rolagem */
        #accessibility-toolbar .interno::-webkit-scrollbar-thumb {
            background: #888;
            /* Cor do polegar da barra de rolagem */
            border-radius: 5px;
            /* Bordas arredondadas para o polegar */
        }

            /* Estilizando o polegar ao passar o mouse */
            #accessibility-toolbar .interno::-webkit-scrollbar-thumb:hover {
                background: #555;
                /* Cor ao passar o mouse */
            }

    #accessibility-toolbar .items {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 11px;
        box-sizing: border-box;
    }

    #accessibility-toolbar h3 {
        padding: 0;
    }

    #accessibility-toolbar .header-toolbar {
        display: grid;
        grid-template-columns: 90% 10%;
        background: #0057AA;
        border-radius: 10px 10px 0 0;
        padding: 20px;
        font-weight: bold;
        color: #fff;
    }

    #accessibility-toolbar #close-toolbar {
        position: absolute;
        top: 18px;
        right: 115px;
        color: #fff;
        width: 210px;
        background-color: transparent;
        border: none;
        font-size: 16px;
        cursor: pointer;
        font-family: "Avenir Next", Sans-serif !important;
    }

/* Tema com cores invertidas */
body.inverted-colors {
    background-color: #000 !important;
    color: #fff !important;
}

    body.inverted-colors a,
    body.inverted-colors * {
        color: #0ff !important;
        background-color: transparent !important;
        border-color: #0ff !important;
    }

    body.inverted-colors img {
        filter: invert(1) hue-rotate(180deg) !important;
    }

.accessibility-control {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 6px 2px #00000026;
}

    .accessibility-control img {
        width: 40px;
    }

    .accessibility-control label {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: bold;
        color: #0057aa;
    }

#accessibility-toolbar input[type="range"],
#accessibility-toolbar select {
    width: 100%;
    margin-top: 5px;
    padding: 8px;
}

div[vw].enabled {
    display: block;
    /* top: 44% !important; */
    z-index: 1000 !important;
}

#search-input {
    visibility: hidden;
}
/***********************************************FIM ACESSIBILIDADE********************************************/











.menu {
    
    margin: 1% 1%;
    /*border: solid 1px #c61717;*/
}


#logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   
}



/* Main */

#main {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/*****************************************************************************************************/


#bannerConcursos {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 25em;
    background-image: url(../img/bannerConcurso.jpg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: 100%;
}

/*****************************************************************************************************/



/***********************************MENUS*********************************/
#nav {
    margin-top: 0%;
    font-weight: 800 !important;
    position: absolute;
    width: 100%; /*Glauter Altera as dimensões horizontais do menu*/
    padding: 0.5em;
    background-color: rgba(0,178,45, 0.3); /*Glauter Troca a cor do menu*/
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

    #nav ul {
        padding: 0%; /*Glauter Aqui altera dimensões VERTICAL do menu principal*/
    }

        #nav ul li {
            -moz-transition: margin 0.2s ease;
            -webkit-transition: margin 0.2s ease;
            transition: margin 0.20s ease;
            display: inline-block;
            margin: 0 0.35em;
            padding: 0;
            vertical-align: middle;
        }

            #nav ul li a {
                font-size: 100%;
                line-height: 1em;
                padding: 0em 0em; /*Glauter Altera espaçamento entre botoes do menu*/
                border: 0;
                border-radius: 0px;
            }

                #nav ul li a:hover {
                    background-color: #ead80d; /*cor de fundo dos botoes do menu */
                    width: 100%;
                    height: 100%;
                }

                #nav ul li a.active {
                    background-color: #7d8d1a; /* Glauter Troca a cor dos botoes do menu apos selecionados */
                    box-shadow: none;
                    border-radius: 10px 0px 10px 0px;
                }

    #nav.alt {
        position: fixed;
        top: 0;
        /*Glauter Altera tamanho do menu apos rolar a pagina*/
        background-color: #52c0f147; /* Glauter Troca a cor de fundo do menu apos rolar a pagina para baixo */
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        z-index: 10000;
        position: fixed;
    }

    #nav a {
        text-decoration: none;
        color: #ffffff;
        font-size: 0.8em; /********************************************************************************/
    }

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2em; /* ajuste o valor de acordo com a sua necessidade */
    text-align: left; /* alinha o texto à esquerda */
    display: none;
    border-radius: 30px 0px 30px 0px;
}

    .dropdown-menu a {
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.dropdown:hover .dropdown-menu {
    display: block;
}
/*****************************************************************************/


/* Image */

.image {
    border-radius: 0%; /*Glauter aqui alteramos a custom das imagens*/
    border: 0;
    display: inline-block;
    position: relative;
}



/***************************************************************/

#botaoZap {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 5;
}

#imagemZap {
    width: 50%;
    height: 50%;
}


/*****************************************************************/
#imagemRodapeIMG {
    width: 100%;
    height: auto;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}


/**********************************************************/




.download h4 {
    color: #192675;
    font-size: 1em;
}


.download img {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

.download h4 {
    display: inline-block;
    vertical-align: middle;
}

.download a {
    text-decoration: none;
}

    .download a:hover {
        color: #c61717;
    }






@font-face {
    font-family: 'flexslider-icon';
    src: url('fontsIcon/flexslider-icon.eot');
    src: url('fontsIcon/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fontsIcon/flexslider-icon.woff') format('woff'), url('fontsIcon/flexslider-icon.ttf') format('truetype'), url('fontsIcon/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider .slides > li {
    display: none;
}

.flexslider .slides img {
    width: 100%; /*Glauter  Altera somente o tamanho da imagem*/
}

#container {
    margin: 0 auto;
    display: inline-flex;
    width: 90%;
}



#container02 {
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    width: 80%;
    color: #666;
    margin-top: 5%;
    line-height: 1.5; /* ajuste o valor aqui */
}






.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.imagem {
    width: 20%;
    margin-right: 20px;
}

    .imagem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.texto {
    flex: 1;
    text-align: center;
}

.botoes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.button {
    margin-bottom: 10px;
}





#texto {
    margin-top: 5em;
    text-align: left;
    width: 50em;
    color: #6f7074;
    font-size: 1.4em;
    /*-----*/
}

#container03 {
    margin: 0 auto;
    position: relative;
    width: 80%;
    color: #666;
    margin-top: 5%;
    line-height: 1.5; /* ajuste o valor aqui */
}







.linkP {
    text-decoration: none;
    color: #666;
}

    .linkP:hover {
        color: #c61717;
    }




    #infoEsporte {
        display: flex;
        flex-direction: column;
        width: 50%;
        text-align: left;
        box-shadow: 15px 15px 10px gray;
        line-height: 1.2; /* ajuste o valor aqui */
    }

#infoEsporte table {
    flex: 0.8;
}

#infoEsporte .botoes {
    margin-top: auto;
    display: flow;
    margin-left: 1%;
}

    #infoEsporte .button {
        margin-right: 20px;
        margin-bottom: 20px;
    }


    #infoEsporte h2 {
        color: #666;
        font-size: 1.8em;
        font-family: 'Jost', sans-serif;
    }

    #infoEsporte h3 {
        color: #666;
        font-size: 1.3em;
        font-family: 'Jost', sans-serif;
    }

    #infoEsporte img {
        width: 3em;
    }



#flexsliderClass {
    margin: auto;
    position: relative;
    zoom: 1; /*Glauter altera o zoom dos icones dos botoes do banner*/
    overflow: visible;
    width: 30%;
    height: auto;
    /**/
    box-shadow: 15px 15px 10px gray;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .flex-direction-nav a:before {
        font-family: "flexslider-icon";
        font-size: 40px;
        display: inline-block;
        content: '\f001';
        color: rgba(0, 0, 0, 2); /*Glauter Cor dos botoes "Proximo / Anterior" do banner rotativo*/
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 10);
    }

    .flex-direction-nav a.flex-next:before {
        content: '\f002';
    }

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}


.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -6%; /* Glauter Aqui altera a altura dos botoes pequenos de navegações entre as imagens*/
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }


.flex-control-paging li a {
    width: 25px; /*Glauter aqui altera os botões em baixo das imagens para mudar a imagem*/
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: #9a1313;
        cursor: default;
    }



#deskGeneral {
    width: 100%;
    height: 22em;
    font-size: 1.2em;
}

    #deskGeneral h3 {
        text-align: left;
    }

    #deskGeneral h4 {
        color: #000000;
        text-align: left;
    }

#tit01 {
    color: #52ca23;
}

#tit02 {
    color: #1fafb4;
}

#tit03 {
    color: #c61717;
}

#tit04 {
    color: #1b44cb;
}



/********************************************RODAPE***************************************/

#footer {
    text-align: center;
    margin-top: 2em;
    
}


#rodape2 {
    background-image: url('../img/bannerRodape.jpg');
    background-repeat: no-repeat, repeat;
    width: auto;
    height: auto;
    background-size: cover;
}





#cabecRodape {
    color: aliceblue;
}

    #cabecRodape h2 {
        padding-top: 1%;
    }

    #cabecRodape h3 {
        font-weight: normal;
        padding-bottom: 1%;
    }


#enderecos {
    font-size: 1.8em;
    padding-bottom: 1%;
}

.contatosEnd {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.7em;
    font-family: DistrictThin;
    padding-bottom: 0.1%;
}

.imagemRedeSociais {
    width: 3%;
    padding-bottom: 1%;
}

.linksRedesSociais {
    text-decoration: none;
    letter-spacing: 1em;
}


#footer .copyright {
    font-size: 0.7em;
    color: #ffffff;
    font-size: 1em;
    padding-bottom: 1%;
}



[data-anime] {
    opacity: 0;
    transition: 0.3s;
}

[data-anime="left"] {
    transform: translate3d(-50%, 0, 0)
}

[data-anime="right"] {
    transform: translate3d(50%, 0, 0)
}

[data-anime="botton"] {
    transform: translate3d(0, 50%, 0)
}

[data-anime="top"] {
    transform: translate3d(0, -50%, 0)
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

[data-anime-secundario] {
    opacity: 0;
    transition: 0.3s;
}

[data-anime-secundario="left"] {
    transform: translate3d(-50%, 0, 0);
}

[data-anime-secundario="right"] {
    transform: translate3d(50%, 0, 0);
}

[data-anime-secundario="bottom"] {
    transform: translate3d(0, 50%, 0);
}

[data-anime-secundario="top"] {
    transform: translate3d(0, -50%, 0);
}

[data-anime-secundario].animate-secundario {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/****************************FIM RODAPE***********************************************/



.icons {
    width: 1em;
    max-width: 100%;
    opacity: 1;
    display: inline-block;
}





/* Button */
input [type="submit"], input[type="reset"], input[type="button"], button, .button { /*************************************************************************************/
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 3em;
    line-height: 3em;
    min-width: 0em;
    padding: 0 0.7em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1em;
}



/*****************************************************************************************************/

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: 3em;
    line-height: 2.75em;
    min-width: 12em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #c61717;
}

#main input[type="submit"],
#main input[type="reset"],
#main input[type="button"],
#main button,
#main .button {
    background-color: #f6f1f1; /************************ALTERA A COR DOS BOTOES*************************/
    /*rgba(0,51,102, 0.30)*/


    box-shadow: inset 0 0 0 0.2px #dddddd;
    color: #205bb9;
}

    #main input[type="submit"]:hover,
    #main input[type="reset"]:hover,
    #main input[type="button"]:hover,
    #main button:hover,
    #main .button:hover {
        background-color: rgba(222, 222, 222, 0.25);
    }

    #main input[type="submit"]:active,
    #main input[type="reset"]:active,
    #main input[type="button"]:active,
    #main button:active,
    #main .button:active {
        background-color: rgba(222, 222, 222, 0.5);
    }

    #main input[type="submit"].icon:before,
    #main input[type="reset"].icon:before,
    #main input[type="button"].icon:before,
    #main button.icon:before,
    #main .button.icon:before {
        color: rgba(99, 99, 99, 0.25);
    }



    #main input[type="submit"].primary:hover,
    #main input[type="reset"].primary:hover,
    #main input[type="button"].primary:hover,
    #main button.primary:hover,
    #main .button.primary:hover {
        background-color: #9acff2;
    }

    #main input[type="submit"].primary:active,
    #main input[type="reset"].primary:active,
    #main input[type="button"].primary:active,
    #main button.primary:active,
    #main .button.primary:active {
        background-color: #7ec3ee;
    }

    #main input[type="submit"].primary.icon:before,
    #main input[type="reset"].primary.icon:before,
    #main input[type="button"].primary.icon:before,
    #main button.primary.icon:before,
    #main .button.primary.icon:before {
        color: #ffffff !important;
    }


.menu .button {
    border-radius: 10px;
    font-weight: 400;
    height: 2em;
    line-height: 2em;
    min-width: 10em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
}








.menu h2 {
    color: #666;
    font-family: "Nunito", Sans-serif;
    font-size: 2.5em;
}







/**********************************************************/






@media screen and (max-width: 440px) {

    .menu {
        margin-top: -10em;
        /*border: solid 1px #c61717;*/
    }


    #flexsliderClass {
        display: none;
    }

    #infoEsporte {
        width: 98%;
        box-shadow: 1px 1px 1px gray;
    }
    #infoEsporte h2{
        font-size: 22px;
    }

        #infoEsporte .button {
            font-size: 12px;
        }

        #bannerConcursos {
            height: 30em;
        }


    .item {
        display: block;
        align-items: center;
        justify-content:left;
    }

    .imagem {
        width: 40%;
        text-align:left;
    }

      

    #container02 {
        margin-bottom: 30px;
        width: 98%;
        margin-top: 5%;
       
    }


    #container02 .item .texto h1{
        font-size: 22px;

    }
    #container02 .item .texto h3 {
        visibility:hidden;
    }
    #container02 .item .botoes {
        font-size: 15px;
    }



    .menu h2 {
        font-size: 30px;
    }


    #container03 {
        width: 95%;
    }

    #container03 h1 {
        font-size: 22px;
    }



    /***************MENU DINAMICO*****************/
    .dropdown {
        position: relative;
    }
    .dropdown-menu {
        padding: 0.2em;
        border-radius: 0px 0px 0px 0px;
    }
        .dropdown-menu a {
           
            white-space: normal; /* permite quebra de linha */
        }
    #nav {
        margin-top: 0%;
        font-weight: normal;
    }
        #nav ul li {
            margin: 0.3em;
            padding: 1px;
            vertical-align: middle;
        }
        #nav .dropdown .active {
            font-size: 0.5em;
        }
        #nav ul li a {
            font-size: 70%;
            line-height: 1em;
            padding: 0em 0em; /*Glauter Altera espaçamento entre botoes do menu*/
            border: 0;
            border-radius: 0px;
        }
    /***************FIM MENU DINAMICO*****************/


    #cabecRodape {
        font-size: 0.6em;
    }

        #cabecRodape h3 {
            font-size: 01em;
        }


    .contatosEnd {
        font-size: 0.7em;
    }


    #rodape2 .copyright {
        font-size: 0.7em;
    }

    #accessibility-icon {
        top: 42% !important;
        right: 5px !important;
    }

    #accessibility-toolbar {
        width: 95%;
        height: auto;
    }


}


