* {
    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: 50%;
    color: #6f7074;
    font-family: "Open Sans", Sans-serif;
    font-size: 1.4em;
    text-align: left;
    box-shadow: 15px 15px 10px gray;
}

    #infoCursoTec h2 {
        color: #192675;
        font-family: "Nunito", Sans-serif;
        font-size: 1.8em;
    }

    #infoCursoTec .links {
        font-size: 0.5em;
    }
        #infoCursoTec .links:hover {
            font-size: 0.8em;
            color: #aa1818;
        }

#infoCursoTec .button{
    font-size: 0.6em;
}


    #dowloads .links {
        font-size: 1em;
    }
    #dowloads .links:hover {
        font-size: 1.2em;
        color: #aa1818;
    }




#texto {
    margin-top: 5em;
    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;
}



/******************************************************************************************/


@media screen and (max-width: 1440px) {
    #texto {
        margin-top: 0em;
        text-align: center;
        width: 100%;
        font-size: 1.5em;
        /*-----*/
    }

        #texto .button {
            font-size: 0.5em;
        }

        #texto h2 {
            font-size: 1em;
        }
}


@media screen and (max-width: 1024px) {
    #texto {
        margin-top: 0em;
        text-align: center;
        width: 100%;
        font-size: 1.5em;
        /*-----*/
    }

        #texto .button {
            font-size: 0.5em;
        }

        #texto h2 {
            font-size: 1em;
        }
}



@media screen and (max-width: 884px) {

    #texto {
        margin-top: 0em;
        text-align: center;
        width: 100%;
        font-size: 1.5em;
        /*-----*/
    }

        #texto .button {
            font-size: 0.5em;
        }

        #texto h2 {
            font-size: 1em;
        }

}

@media screen and (max-width: 768px) {

        #bannerLicitacao {
            width: 100%;
            height: 10em;
        }

        #flexsliderClass {
            display: none;
        }


        .menu h2 {
            font-size: 1.8em;
        }


        .button {
            font-size: 1em;
            font-weight: 600;
        }

        #infoCursoTec {
            width: 100%;
            text-align: center;
            box-shadow: 0px 0px 0px gray;
        }

            #infoCursoTec td h3 {
                font-size: 1em;
            }

            #infoCursoTec td {
                font-size: 0.7em;
            }


            #infoCursoTec .button {
                font-size: 1em;
            }

            #infoCursoTec .links {
                font-size: 1em;
                padding: 3px 3px 3px 3px;
            }



        #texto {
            margin-top: 0em;
            text-align: center;
            width: 100%;
            font-size: 1.4em;
            /*-----*/
        }


            #texto .button {
                font-size: 0.5em;
            }

            #texto h2 {
                font-size: 1em;
            }

        #cabecRodape {
            font-size: 0.6em;
        }

            #cabecRodape h3 {
                font-size: 01em;
            }


        .contatosEnd {
            font-size: 0.7em;
        }


        #rodape2 #copyright {
            font-size: 0.7em;
        }
    }




@media screen and (max-width: 440px) {

        #bannerLicitacao {
            width: 100%;
            height: 10em;
        }

        #flexsliderClass {
            display: none;
        }


        .menu h2 {
            font-size: 1.8em;
        }


        .button {
            font-size: 1em;
            font-weight: 600;
        }

        #infoCursoTec {
            width: 100%;
            text-align: center;
            box-shadow: 0px 0px 0px gray;
        }

            #infoCursoTec td h3 {
                font-size: 1em;
            }

            #infoCursoTec td {
                font-size: 0.7em;
            }


            #infoCursoTec .button {
                font-size: 0.8em;
            }

            #infoCursoTec .links {
                font-size: 0.8em;
                padding: 3px 3px 3px 3px;
            }



        #texto {
            margin-top: 0em;
            text-align: center;
            width: 100%;
            font-size: 1.4em;
            /*-----*/
        }


            #texto .button {
                font-size: 0.5em;
            }

            #texto h2 {
                font-size: 1em;
            }

        #cabecRodape {
            font-size: 0.6em;
        }

            #cabecRodape h3 {
                font-size: 01em;
            }


        .contatosEnd {
            font-size: 0.7em;
        }


        #rodape2 #copyright {
            font-size: 0.7em;
        }
    }

