* {
    margin: 0.5em 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
}



#bannerLicitacao {
    text-align: center;
    width: 100%;
    height: 25em;
    background-image: url(../img/bannerConcurso.jpg);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    background-size: 100%;
}




#logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}



/* Main */

#main {
    position: relative;
    width: 100%;
    text-align: center;
   
}


.menu h2 {
    color: #192675;
    font-family: "Nunito", Sans-serif;
    font-size: 2.5em;
}


.menu img {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
}

.menu h2 {
    display: inline-block;
    vertical-align: middle;
}

.menu .button {
    font-size: 0.8em;
}



#container {
    position:relative;
    margin: 0 auto;
    display: inline-flex;
    width: 100%;
    height: 200%;
   
}



/*****************************************************************************************************/

#infoCursoTec {
    width: 90%;
    color: #6f7074;
    font-family: "Open Sans", Sans-serif;
    font-size: 3em; 
    text-align: left;
    box-shadow: 15px 15px 10px gray;
}

#infoCursoTec h2 {
    color: #192675;
    font-family: "Nunito", Sans-serif;
    font-size: 1.8em;
}

/* AJUSTE AQUI: Aumentei de 0.5em para 0.8em ou use valor fixo */
#infoCursoTec .links {
    font-size: 1em; /* Aumente este valor conforme necessário (ex: 1em, 1.2em) */
    font-weight: bold; /* Opcional: deixa o link mais visível */
    display: inline-block;
    line-height: 1.2;
}

#infoCursoTec .links:hover {
    color: #aa1818;
    text-decoration: underline;
}

#infoCursoTec .button {
    font-size: 0.6em;
}

#dowloads .links {
    font-size: 1em;
}

#dowloads .links:hover {
    font-size: 1.2em;
    color: #aa1818;
}





#texto {
   
    text-align: center;
    width: 70%;
    color: #6f7074;
    font-family: "Open Sans", Sans-serif;
    /*-----*/
}

    #texto .button {
        font-size: 0.8em;
    }

    #texto h2 {
        color: #192675;
        font-family: "Nunito", Sans-serif;
        font-size: 1.8em;
    }

    #texto h1, h2, h4 {
        font-weight: 200;
    }

    #texto a {
        font-size: 0.7em;
    }





.tutor {
    margin-left: auto;
    width: 30%;
    display: inline-block;
    vertical-align:top;
}


.textoTutor {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}









.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*/
}

#flexsliderClass {
    position: relative;
    zoom: 1; /*Glauter altera o zoom dos icones dos botoes do banner*/
    overflow: visible;
    width: 30%;
    /**/
    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;
    }













/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.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: 300;
    height: 3em;
    line-height: 2.75em;
    min-width: 12em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

/*****************************************************************************************************/


/* Image */

.image {
    border-radius: 0%; /*Glauter aqui alteramos a custom das imagens*/
    border: 0;
    display: inline-block;
    position: relative;
}



/***************************************************************/



/*****************************************************************/
#imagemRodapeIMG {
    width: 100%;
    height: auto;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}


/**********************************************************/






@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;
}




#deskGeneral {
    width: 100%;
    height: 22em;
    font-size: 1.2em;
}

    #deskGeneral h3 {
        font-weight: 600;
        text-align: left;
    }

    #deskGeneral h4 {
        color: #000000;
        text-align: left;
        font-weight: 300;
    }

#tit01 {
    color: #52ca23;
}

#tit02 {
    color: #1fafb4;
}

#tit03 {
    color: #c61717;
}

#tit04 {
    color: #1b44cb;
}



#footer {
    text-align: center;
    margin-top: 3em;
}

#cabecRodape {
    padding: 0em 0em 0em 0em;
    font-size: 1.2em;
}

    #cabecRodape h3 {
        font-size: 1.3em;
    }


.contatosEnd {
    font-size: 1.2em;
}

#rodape2 {
    background-image: url('../img/bannerRodape.jpg');
    text-align: center;
    background-repeat: no-repeat, repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    color: aliceblue;
    padding: 2em 0em 5em 0em;
}

    #rodape2 h2 {
        text-align: center;
    }


#contatos {
    margin-top: 1%;
    width: 100%;
    margin: 0 auto;
}

#tabContatos02 {
    margin: 0 auto;
}


#copyright {
    margin-top: 2%;
}

#con01 {
    background-color: rgba(193, 78, 78, 0.50);
}

#con02 {
    background-color: rgba(217, 176, 15, 0.50);
}

#con03 {
    background-color: rgba(13, 69, 183, 0.50);
}

#con04 {
    background-color: rgba(54, 194, 21, 0.50);
}

.tbContatos {
    font-size: 1.6em;
}

.icons {
    width: 1em;
    max-width: 100%;
    opacity: 1;
    display: inline-block;
}


/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.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: 300;
    height: 3em;
    line-height: 2.75em;
    min-width: 12em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.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: rgba(148, 20, 20, 0.30);
    box-shadow: inset 0 0 0 0.2px #dddddd;
    color: #ffffff !important;
}

    #main input[type="submit"]:hover,
    #main input[type="reset"]:hover,
    #main input[type="button"]:hover,
    #main button:hover,
    #main .button:hover {
        background-color: rgba(103, 209, 10, 0.70);
    }

    #main input[type="submit"]:active,
    #main input[type="reset"]:active,
    #main input[type="button"]:active,
    #main button:active,
    #main .button:active {
        background-color: rgba(229, 225, 15, 0.69);
    }

    #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(98, 97, 97, 0.86);
    }

    #main input[type="submit"].primary,
    #main input[type="reset"].primary,
    #main input[type="button"].primary,
    #main button.primary,
    #main .button.primary {
        background-color: rgba(195, 32, 32, 0.83); /*Glauter Altera a cor do botão*/
        color: #ffffff !important;
        box-shadow: none;
    }

        #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: #c61717;
        }

        #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: #106fc3;
        }

        #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: #b2af20 !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;
}


.tabela-emendas td a {
    font-size: 20px !important; /* Ajuste este valor para o tamanho desejado */
    font-weight: bold;         /* Deixa em negrito para destacar mais */
    display: inline-block;     /* Melhora a área de clique */
    padding: 5px;              /* Espaçamento interno */
}











/* Estilo das barras de título cinzas */
.barra-cinza {
    background-color: #b3b3b3 !important;
    color: #000 !important;
    text-align: left !important;
    padding: 10px !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    margin: 20px 0 0 0 !important;
    border: 1px solid #000;
}

/* Ajuste geral das tabelas de detalhe */
#texto table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
    background-color: #fff;
    font-size: 13px; /* Tamanho da fonte igual ao da imagem técnica */
    text-align: left;
}

#texto table td, #texto table th {
    border: 1px solid #000;
    padding: 6px;
    vertical-align: top;
}

#texto table th {
    background-color: #e0e0e0;
    font-weight: bold;
}

/* Links específicos dentro desta página */
#texto table a {
    color: #0000ff !important;
    text-decoration: underline;
    font-size: inherit !important; /* Mantém o tamanho do texto da tabela */
}

/* Mantém a responsividade que configuramos antes */
#texto {
    overflow-x: auto;
    width: 98% !important;
}








/******************************************************************************************/


#texto {
    /* Isso permite que a tabela dentro dele role para os lados no celular */
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
    width: 95% !important; /* Garante que o container não exploda a largura da tela */
    margin: 0 auto;
}

.tabela-emendas {
    /* Força a tabela a manter um tamanho mínimo para os dados não esmagarem */
    min-width: 800px; 
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

/* --- MEDIA QUERIES AJUSTADAS --- */

@media screen and (max-width: 768px) {
    #infoCursoTec {
        width: 95%;
        font-size: 1.5em; /* Reduz o multiplicador base para mobile */
        box-shadow: none;
        margin: 0 auto;
    }

    .menu h2 { font-size: 1.4em; }
    .menu img { width: 15%; }
}

@media screen and (max-width: 440px) {
    #texto {
        width: 100% !important;
        padding: 0 5px;
    }
    .tabela-emendas td a {
        font-size: 16px !important;
    }
    #bannerLicitacao {
        height: 10em;
        background-size: cover;
    }
    .menu h2 {
        font-size: 1.2em;
    }
    
    /* Ajuste do container principal */
    #infoCursoTec {
        width: 100%;
        font-size: 1.2em; /* Fonte base menor para caber na tela */
        padding: 0;
    }

    /* Título da seção */
    .titulo-central {
        font-size: 0.9em;
        padding: 10px;
    }

    /* Ajuste dos Links na tabela para Mobile */
    #infoCursoTec .links {
        font-size: 1em; /* Fica visível e fácil de clicar */
        padding: 8px 0;
        display: block;
        min-width: 180px; /* Evita que o texto quebre em muitas linhas */
    }

    /* Ajuste das células da tabela */
    .tabela-emendas th, 
    .tabela-emendas td {
        padding: 8px 5px;
        font-size: 14px; /* Fixamos em PX para garantir leitura */
    }

    /* Ajuste do Rodapé */
    #cabecRodape h2 { font-size: 1.2em; }
    #cabecRodape h3 { font-size: 0.9em; }
    .contatosEnd { font-size: 0.8em; }
    
   
}

