* {
    margin:initial;
}

@font-face {
    font-family: 'OldSansBlack';
    src: url('../font/OldSansBlack.ttf') format('truetype');
}
@font-face {
    font-family: 'DistrictThin';
    src: url('../font/DistrictThin.ttf');
}

body {
    text-align: center;
    background-color: #FFFFFF;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
   /*font-family: 'DistrictThin';*/
}

    /*****************************************************************************************************/



    body.is-preload #header.alt > * { /*Glauter aqui alteramos a animação do logo*/
        opacity: -10;
    }

    body.is-preload #header.alt .logo { /*Glauter aqui configura a rotação do logo*/
        -moz-transform: scale(20) rotate(-50deg);
        -webkit-transform: scale(20) rotate(-50deg);
        -ms-transform: scale(20) rotate(-50deg);
        transform: scale(20) rotate(-50deg);
    }



#main #segunda {
    margin: 0 auto;
}


/***********************************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;
}
/*****************************************************************************/


/* Header */
#header { /*Glauter Aqui é a divi com imagem de fundo*/
    background-image: url('../img/bannerVbMg.jpg');
    background-repeat: no-repeat, repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    /* border: solid 2px rgba(118,4,4, 0.30);*/
}










#tituloLog {
    color: #0a156b !important; /******************************************************************************************************/
    font-size: 1.5em;
    font-weight: 400 !important;
}

#textoLogo2 {
    color: #3aabdd !important; /******************************************************************************************************/
    font-size: 1.2em;
    font-weight: 100 !important;
}


#textoLogo03 {
    color: #3aabdd !important; /******************************************************************************************************/
    font-size: 1.7em;
    font-weight:normal !important;
}





#header.alt h1 {
    font-size: 3em; /*Glauter aqui alteramos o tamanho da fonte de animação no topo*/ /**************************************************************************/
    color: #0b1290;
    font-weight: 400 !important;
}







    #header.alt > * {
        -moz-transition: opacity 3s ease;
        -webkit-transition: opacity 3s ease;
        transition: opacity 3s ease;
        -moz-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    #header.alt .logo { /**********************************EFEITO INICIAL ROLAGEM LOGO****************************************/
        -moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
        -webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
        transition: opacity 1.25s ease, transform 0.5s ease;
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        display: block;
    }

a {
    text-decoration: none;
    color: #ffffff;
}


.logo img {
    max-width: 100%;
}

.actions {
    padding-top: 1%;
}



.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
}




.major h2 {
    color: blue;   /**********************************************************************/
}





/*****************************************************************************************************/
/* Statistics */
.statistics {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
    cursor: default;

    opacity: 0.8;
}

    .statistics li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 1em; /*Glauter aqui alteramos Statistics*/
        color: #000000;
    }

        .statistics li.style1 {
            background-color: #8cc9f0;
        }

        .statistics li.style2 {
            background-color: #9bb2e1;
        }

        .statistics li.style3 {
            background-color: #8cc9f0; /************************************************************/
        }

        .statistics li strong, .statistics li b {
            display: block;
            font-size: 1.5em;
            line-height: 1.1;
            color: inherit !important;
            font-weight: 100; /*Glauter alteramos aqui a formatação da fonte*/
            letter-spacing: -0.025em; /*Glauter espaçamento entre as letras*/
        }

        .statistics li .icon {
            display: inline-block;
        }

            .statistics li .icon:before {
                font-size: 2.75rem;
                line-height: 1.3;
            }


    .statistics .style1, .style2, .style3 {
        font-size: 1.5em;
        font-weight: 400;
    }




/* Features */

#primeira {
    
    display: flex; /* Adicione isso se quiser que #primeira também seja um container flex */
    justify-content: center; /* Centraliza horizontalmente */
}

.features {
    /*Glauter aqui ajusta posição das imagens abaixo no site*/
    display: flex;
    list-style: none;
    justify-content: center; /* Centraliza os itens dentro de .features */
    padding: 10px; /* Remove padding padrão */
    margin: 0; /* Remove margin padrão */
    gap: 5%; /* Espaço entre os itens */
}

    .features li {
        width: 5%;
        /*******************************************************************************/
    }


#imagem01 {
    width: 50em;
    max-width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 1
}

    #imagem01:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 100
    }

#imagem02 {
    width: 50em;
    max-width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 1
}



#imagemLeo {
    width: 50em;
    max-width: 30%;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 1
}

    #imagem02:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 100
    }

#imagem03 {
    width: 30em;
    max-width: 100%;
    transition: all 0.5s; /*********************************************************************************************************************/
    cursor: pointer;
    z-index: 1
}
/*
    #imagem03:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 100
    }
    */
#imagem04 {
    width: 50em;
    max-width: 100%;
    transition: all 0.5s; /*********************************************************************************************************************/
    cursor: pointer;
    z-index: 1
}

    #imagem04:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 100
    }

#imagem05 {
    width: 50em;
    max-width: 100%;
    transition: all 0.5s; /*********************************************************************************************************************/
    cursor: pointer;
    z-index: 1
}

    #imagem05:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 100
    }

#imagem06 {
    width: 50em;
    max-width: 100%;
    transition: all 0.5s; /*********************************************************************************************************************/
    cursor: pointer;
    z-index: 1
}

    #imagem06:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 100
    }

#imagem07 {
    width: 50em;
    max-width: 100%;
    transition: all 0.5s; /*********************************************************************************************************************/
    cursor: pointer;
    z-index: 1
}

    #imagem07:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 100
    }

#imagem08 {
    width: 50em;
    max-width: 100%;
    transition: all 0.5s; /*********************************************************************************************************************/
    cursor: pointer;
    z-index: 1
}

    #imagem08:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 100
    }



#imagemDestaque {
    width: 15em;
    max-width: 15%;
    transition: all 0.5s; /*********************************************************************************************************************/
    cursor: pointer;
    z-index: 1
}
    #imagemDestaque:hover {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 100
    }


.spotlight {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 2em 0;
}

    .spotlight .content {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .spotlight .content > :last-child {
            margin-bottom: 0;
        }

        .spotlight .content header.major {
            margin: 0 0 2em 0;
        }

    .spotlight .image {
        display: inline-block;
        float: right; /*Glauter aqui mexemos no banner redondo*/
        padding: 0.65em;
        border-radius: 100%;
        border: solid 3px;
    }

        .spotlight .image img {
            display: block;
            border-radius: 50%;
            width: 16em;
        }

    .spotlight .image {
        border-color: rgba(255, 255, 255, 0.35);
    }


    /****************************************************************************************************/


#main input, #main select, #main textarea {
    color: #636363;
}

#main a:hover {
    color: #f51f1f;
}

#main strong, #main b {
    color: #636363;
}



#main blockquote {
    border-left-color: #dddddd;
}

#main code {
    background: rgba(222, 222, 222, 0.25);
    border-color: #dddddd;
}

#main hr {
    border-bottom-color: #dddddd;
}

#main .box {
    border-color: #dddddd;
}





#contudoMedioBtn .button {
    margin: 20px !important;
    font-size: 14px;
    font-weight: 400;
    background-color: #FFFFFF !important; /************************ALTERA A COR DOS BOTOES*************************/
    /*rgba(0,51,102, 0.30)*/
}


#main #logo .conteudoBaixo #infoPref {
    padding: 10px 0 0 0;
    margin: 0 auto;
    width: 90%;
    background-color: #e9f5f4;
    border-radius: 30px 0px 30px 0px;
}



#infoPref .button {
    margin: 10px 0px 50px !important;
    font-size: 18px;
    font-weight: 400;
    background-color: #f6f1f1 !important; /************************ALTERA A COR DOS BOTOES*************************/
    /*rgba(0,51,102, 0.30)*/
}


#conteudoNoVideo .button {
    margin: 20px !important;
    font-size: 15px;
    font-weight: 500;
    background-color: #f6f1f1 !important; /************************ALTERA A COR DOS BOTOES*************************/
    /*rgba(0,51,102, 0.30)*/
}


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;
}



#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;
        }

#main label {
    color: #636363;
}

#main input[type="text"],
#main input[type="password"],
#main input[type="email"],
#main select,
#main textarea {
    background-color: rgba(222, 222, 222, 0.25);
    border-color: #dddddd;
}

    #main input[type="text"]:focus,
    #main input[type="password"]:focus,
    #main input[type="email"]:focus,
    #main select:focus,
    #main textarea:focus {
        border-color: #8cc9f0;
        box-shadow: 0 0 0 1px #8cc9f0;
    }

    #main select option {
        color: #636363;
        background: #ffffff;
    }

#main input[type="checkbox"] + label,
#main input[type="radio"] + label {
    color: #636363;
}

    #main input[type="checkbox"] + label:before,
    #main input[type="radio"] + label:before {
        background: rgba(222, 222, 222, 0.25);
        border-color: #dddddd;
    }

#main input[type="checkbox"]:checked + label:before,
#main input[type="radio"]:checked + label:before {
    background-color: #636363;
    border-color: #636363;
    color: #ffffff;
}

#main input[type="checkbox"]:focus + label:before,
#main input[type="radio"]:focus + label:before {
    border-color: #8cc9f0;
    box-shadow: 0 0 0 1px #8cc9f0;
}






#main ::-webkit-input-placeholder {
    color: rgba(99, 99, 99, 0.25) !important;
}

#main :-moz-placeholder {
    color: rgba(99, 99, 99, 0.25) !important;
}

#main ::-moz-placeholder {
    color: rgba(99, 99, 99, 0.25) !important;
}

#main :-ms-input-placeholder {
    color: rgba(99, 99, 99, 0.25) !important;
}

#main .formerize-placeholder {
    color: rgba(99, 99, 99, 0.25) !important;
}

#main .icon.major {
    border-color: #dddddd;
}

    #main .icon.major:before {
        border-color: #dddddd;
    }

#main .icon.alt {
    border-color: #dddddd;
    color: #636363;
}

    #main .icon.alt:hover {
        background-color: rgba(222, 222, 222, 0.25);
    }

    #main .icon.alt:active {
        background-color: rgba(222, 222, 222, 0.5);
    }

#main ul.alt li {
    border-top-color: #dddddd;
}

#main dl dt {
    color: #636363;
}

#main header.major h2:after {
    background-color: #dddddd;
    background-image: -moz-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
    background-image: -webkit-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
    background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
}

#main header.major h2 {
    color: #ffffff; /***********Glauter aqui se altera a cor dos titulos de cada sessão*******/ /************************************/
   
    font-size: 2em;
    font-weight: 600 !important;
}

#main header.major h3 {
    color: #636363;
}

.textoHomeInfraestrutura {
    text-align: left !important;
}




#main table tbody tr:nth-child(2n + 1) {
    background-color: rgba(222, 222, 222, 0.25);
}

#main table th {
    color: #636363;
}

#main table thead {
    border-bottom-color: #dddddd;
}

#main table tfoot {
    border-top-color: #dddddd;
}

#main table.alt tbody tr td {
    border-color: #dddddd;
}

#main .spotlight .image {
    border-color: #dddddd;
}

/*Seções*/

#main > .main {
    padding: 3em 5em 3em 5em; /*Glauter Espaçamento entre as seções na pagina linha de divisao*/
    border-top: solid 1px #dddddd; /*Borda de cada seção*/
}

    #main > .main:first-child {
        border-top: 0;
    }

    #main > .main > .image.main:first-child {
        margin: -5em 0 5em -5em;
        width: calc(100% + 10em);
        border-top-right-radius: 0.25em;
        border-top-left-radius: 0.25em;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

        #main > .main > .image.main:first-child img {
            border-top-right-radius: 0.25em;
            border-top-left-radius: 0.25em;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }




/* Wrapper */

.conteudoBaixo {
    width: 100%; /* Glauter Aqui alteramos o tamanho da pagina na horizontal*/
    margin-top: 4%;
  /* border: 5px solid #2ca436;*/
}


#secao02 {
    width: 80%; /* Glauter Aqui alteramos o tamanho da pagina na horizontal*/
    max-width: calc(100% - 1em);

    
    /*border: 5px solid #2ca436;*/
}

#segunda {
    text-align: center;
    width: 90%;
   
}
    #segunda .statistics {
        text-align: left;
    }




/***************************************************************************************************************************/
/* Footer */



#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: 0.2%;
        font-size: 1.4em;
        
    }
    #cabecRodape h3 {
        padding-bottom: 0.2%;
        font-size: 1em;
    }


#enderecos {
   
    padding-bottom: 1%;
}

.contatosEnd {
    text-decoration: none;
    color: #ffffff;
   
    font-family: DistrictThin;
   
}

.imagemRedeSociais {
    width: 3%;
    padding-bottom: 0.8%;
    padding-top: 0.8%;
}

.linksRedesSociais {
    text-decoration: none;
    letter-spacing: 1.2em;
}


#footer .copyright {
    font-size: 0.3em;
    color: #ffffff;
    font-size: 1em;
    padding-bottom: 1.5%;
}



[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);
}







/************************************ACESSIBILIDADE E PESQUISA*******************************************/

/* styles.css */
#accessibility-icon {
    position: fixed !important;
    top: 45% !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: 50%;*/
    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: 40%;
    right: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    width: 450px;
    height: 25%;
}

    #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 {
    width: 30%;
    height: 40px;
    font-size: 18px;
    padding: 10px 40px 10px 10px; /* Adicionei padding-right para dar espaço para o ícone */
    border: none;
    border-radius: 5px;
    background-color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #646161 !important;
    background-image: url(include/img/Lupa.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 40px;
}

    #search-input::placeholder {
        color: #000 !important; /* Cor do placeholder preta */
        opacity: 0.5; /* Opacidade do placeholder */
    }

    #search-input:focus {
        outline: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }




#search-results {
    background-color: #f9f9f9;
    border: 3px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 30%;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;


    /*top: 10%; /* Posiciona abaixo do input */
    left: 50%; /* Move para o meio */
    transform: translateX(-50%); /* Ajusta para centralizar */
}

    #search-results a {
        text-decoration: none;
        color: #337ab7;
        text-align: left;
    }

        #search-results a:hover {
            color: #23527c;
        }






/***********************************************************************************************************************************/
/***********************************************************************************************************************************/
/***********************************************************************************************************************************/


@media screen and (max-width: 1600px) {
    #accessibility-icon {
        top: 40% !important;
    }


    #accessibility-toolbar {
        top: 40%;
        right: 63px;
        width: 390px;
        height: 30%;
    }
}

@media screen and (max-width: 1440px) {
    #accessibility-icon {
        top: 40% !important;
    }


    #accessibility-toolbar {
        top: 40%;
        right: 63px;
        width: 390px;
        height: 30%;
    }
}


@media screen and (max-width: 1280px) {
    #accessibility-icon {
        top: 40% !important;
        
    }

    #accessibility-toolbar {
        top: 40%;
        right: 63px;
        width: 390px;
        height: 50%;
    }
} 


@media (min-width: 768px) {

    #search-input {
        width: 50%;
    }

    #search-results {
        width: 50%;
    }

    div[vw].enabled {
        top: 50% !important;
    }

    #accessibility-icon {
        top: 44%;
    }

    #accessibility-image {
        top: 44%;
    }
}


@media (max-width: 767px) {

    div[vw].enabled {
        display: block;
        top: 34% !important;
        z-index: 1000 !important;
    }

    #accessibility-icon {
        top: 27%;
    }

    #accessibility-toolbar {
        top: 25%;
        width: 95%;
        height: 35%;
    }

    #accessibility-image {
        top: 27%;
    }
}


@media screen and (max-width: 440px) {
    
    #imagemLeo {
    width: 50em;
    max-width: 100%;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 1
}

    #contudoMedioBtn .button {
        margin: 10px !important;
        font-size: 10px;
    }

    /*************************************/

    #search-input {
        width: 80%;
    }

    #search-results {
        width: 80%;
    }

    /*********************************/


    #accessibility-icon {
        top: 25% !important;
        right: 5px !important;
    }

    #accessibility-toolbar {
        
        top: 40%;
        right: 63px;
        width: 255px;
        height: 35%;
    }
      




/**********************************************************/



    .conteudoBaixo {
        margin-top: 8%;
    }

    .dropdown {
        position: relative;
    }

    .dropdown-menu {
        padding: 0.5em;
    }

        .dropdown-menu a {
            font-size: 12px; /* diminui a fonte do submenu */
            white-space: normal; /* permite quebra de linha */
        }

    #nav {
        margin-top: 0%;
        font-weight: 400;
    }

        #nav ul li {
            margin: 0 0em;
            padding: 0;
            vertical-align: middle;
        }

        #nav .dropdown .active {
            font-size: 0.6em;
        }

    #imagemDestaque {
        width: 50em;
        max-width: 50%;
        transition: all 0.5s; /*********************************************************************************************************************/
        cursor: pointer;
        z-index: 1
    }

        #imagemDestaque:hover {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
            z-index: 100
        }



    .features li {
        width: 22%;
    }

    #segunda {
        width: 100%;
    }


    .statistics {
        display: block;
        width: 100%;
        max-width: 100%;
    }

        .statistics .style1, .style2, .style3 {
            font-size: 2em;
            font-weight: 400;
        }

    #secao01, .major h2 {
        font-size: 60%;
    }

    #secao02, .major h2 {
        font-size: 60%;
    }


    #footer {
        text-align: center;
    }

        #footer > * {
            width: 100%;
        }

        #footer .alt {
            text-align: center;
            font-size: 120%;
        }

        #footer #cabecRodape h2 {
            font-size: 0.8em;
            padding-top: 5%;
        }

        #footer #cabecRodape h3 {
            font-size: 0.7em;
        }

        #footer #rodape2 .copyright {
            font-size: 0.6em;
        }


    .imagemRedeSociais {
        text-decoration: none;
        padding: 0em 0em 4em 0em;
        letter-spacing: 1em;
        width: 10%;
    }


    .conteudoBaixo #header #textoLogo {
        font-size: 115%;
    }


    #textoLogo2 {
        font-size: 115%;
        font-weight: 600 !important;
    }

    #textoLogo03 {
        font-size: 130%;
        font-weight: 600 !important;
    }


    #cabecRodape {
        padding: 0em 0em 0em 0em;
    }

    #footer .copyright {
        padding-bottom: 5%;
    }
}









