﻿/**********************************
 COR AMARELA MENU, SUBMENU, LINHA  :	#1E88D7

***********************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    text-align: center;
    background: #EEEEEE url(../Images/light.jpg) no-repeat;
}

body, form, h1, h2, h3, h4, h5, ul, li, em, hr, blockquote, p {
    margin: 0px;
    padding: 0px;
    list-style: none !important;
}

button:focus,
a:focus,
a, input {
    outline: none;
    outline: hidden;
    outline: 0;
}

hr {
    background: #F9F9F9;
    border-collapse: collapse;
    color: #F9F9F9;
    height: 1px;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.clearBoxInfo {
    clear: both;
    height: 50px;
}

.noMarginR {
    margin-right: 0px !important;
}

.barraHover {
    border-bottom: 8px solid #156097;
}

/* WEB APP - 01-04*/
.webapp .barraOut {
    border-bottom: 8px solid #156097;
}
/* --------------  */

.barraOut,
.barraOutNoIcon {
    border-bottom: 8px solid #D7D7D7;
}

.barraOutNoIcon {
    padding: 0 0 0 0 !important;
}

    .barraOutNoIcon img {
        padding: 0 12px 0 0;
        float: left;
    }

.floatL {
    float: left;
}

.floatR {
    float: right;
}


#tags .icon-fechar {
    width: 8px;
    height: 10px;
    float: left;
    background: url("../images/xit.gif") no-repeat scroll 0 2px transparent;
}

    #tags .icon-fechar:hover {
        background: url("../images/xit.gif") no-repeat scroll -10px 2px transparent;
    }


.gridBlog .btnGen,
fieldset#contato .btnGen,
#internaPrincipal .btnGen,
#projetos .btnGen,
.btn {
    background: url(../Images/sprite.png) 0 -131px no-repeat;
    width: 122px;
    height: 36px;
    display: block;
    color: #FFF !important;
    text-decoration: none;
    font-size: 12px;
    border: 0px;
    padding: 0px;
    cursor: pointer;
}



    .gridBlog .btnGen span,
    fieldset#contato .btnGen span,
    #internaPrincipal .btnGen span,
    #projetos .btnGen span,
    .btn span {
        padding: 10px 0 0 29px;
        display: block;
    }

    fieldset#contato .btnGen span {
        padding: 10px 0 0 42px;
        display: block;
    }

    .gridBlog .btnGen:hover,
    #internaPrincipal .btnGen:hover,
    #projetos .btnGen:hover,
    .btnHover,
    .btn:hover {
        background: url(../Images/sprite.png) 0px -95px no-repeat;
    }

#boxProjClientes .btnGen,
.btnMais {
    background: url(../Images/sprite.png) no-repeat scroll -121px -60px;
    width: 32px;
    height: 32px;
    display: block;
    color: #FFF !important;
    text-decoration: none;
    font-size: 12px;
    text-indent: -9999px;
}

    #boxProjClientes .btnGen:hover,
    .btnMaisHover,
    .btnMais:hover {
        background: url(../Images/sprite.png) no-repeat scroll -121px -95px;
    }


.linhaTopo0 {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #E6E6E6;
    height: 8px;
    width: 50%;
}

#all {
    width: 100%;
    margin: auto;
    background: url(../Images/backBlack.gif) repeat-x;
}

    #all .content {
        width: 950px;
        margin: auto;
        padding: 0 18px 0 18px;
        position: relative;
    }

    #all #header {
        height: auto;
    }

        #all #header #headerLogoMenu {
            height: 101px;
            position: relative;
            background: url(../Images/back.gif) repeat-x;
            z-index: 1 !important;
        }

            #all #header #headerLogoMenu h1 a {
                width: 135px;
                height: 79px;
                background: url(../Images/logo.png) no-repeat;
                text-indent: -9999px;
                float: left;
                margin: 10px 0 0 -7px;
            }

            #all #header #headerLogoMenu #logo {
                position: absolute;
                top: 20px;
                left: 50px;
            }

            /************** MENU ******************/
            #all #header #headerLogoMenu #menu {
                width: 688px;
                height: 108px;
                float: right;
                z-index: 99999 !important;
            }

                #all #header #headerLogoMenu #menu ul {
                    float: right;
                    list-style-type: none;
                    font: 18px 'Open Sans','Segoe UI','Verdana';
                }

                    #all #header #headerLogoMenu #menu ul li {
                        float: left;
                        background: url(../Images/divMenu.gif) left 20px no-repeat;
                        height: 90px;
                        width: 116px;
                    }

                        #all #header #headerLogoMenu #menu ul li a {
                            color: #000;
                            text-decoration: none;
                            border-top: 8px solid #000;
                            display: block;
                        }

                            #all #header #headerLogoMenu #menu ul li a.ActiveHover,
                            #all #header #headerLogoMenu #menu ul li a.Active,
                            #all #header #headerLogoMenu #menu ul li a:hover {
                                border-top: 8px solid #1E88D7;
                            }

                            #all #header #headerLogoMenu #menu ul li a span {
                                display: block;
                                float: left;
                                padding: 20px 0px 25px 0px;
                                width: 100%;
                                cursor: pointer;
                                text-align: center;
                            }
                /*************************** SUBMENU **************************************/
                #all #header #headerLogoMenu #menu #cssdropdown li.subLink {
                    position: relative;
                }

                    #all #header #headerLogoMenu #menu #cssdropdown li.subLink ul {
                        display: none;
                        text-align: left;
                        position: absolute;
                        top: 70px;
                        left: 0px;
                        z-index: 9999;
                        width: 116px;
                    }

                        #all #header #headerLogoMenu #menu #cssdropdown li.subLink ul li {
                            background: none;
                            width: 116px;
                            height: 40px;
                            vertical-align: middle;
                        }

                            #all #header #headerLogoMenu #menu #cssdropdown li.subLink ul li a {
                                height: auto;
                                background: none;
                                border: 0px;
                                display: table-cell !important;
                                width: 116px;
                                height: 40px;
                                background: #E6E6E6;
                                border-top: 1px solid #FFF;
                                font-size: 12px;
                                text-align: left;
                                text-transform: uppercase;
                                vertical-align: middle;
                            }

                                #all #header #headerLogoMenu #menu #cssdropdown li.subLink ul li a:hover {
                                    background: #1E88D7;
                                }


                                #all #header #headerLogoMenu #menu #cssdropdown li.subLink ul li a span {
                                    float: none;
                                    padding: 0 0 0 0;
                                }



        /******************************************************************************/




        /************** MENU ******************/

        #all #header #headerDestaque {
            height: 360px;
        }

#headerDestaque {
    padding-bottom: 40px;
}

.hrNew {
    margin: 40px auto 30px auto;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(20,20,20,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/*//////////////////////////////////////////////////////////////*/
#all #conteudo {
    text-align: left;
    font-family: "Open Sans", Arial;
    color: #676767;
    font-weight: normal;
    padding-bottom: 100px;
}

    /**************************************** BOX ************************/
    #all #conteudo .boxInfo {
        float: left;
        width: 296px;
        margin: 25px 30px 0 0;
    }

    #all #conteudo .boxInfoG {
        float: left;
        width: 460px;
        margin: 10px 30px 0 0;
        position: relative;
        overflow: hidden;
    }
        /*************************************** FIM BOX ********************/
        #all #conteudo .boxInfoG h2,
        #all #conteudo .boxInfo h2 {
            font-size: 19px;
            padding: 0 0 0 70px;
            letter-spacing: -1px;
            height: 108px;
        }

            #all #conteudo .boxInfoG h2 span,
            #all #conteudo .boxInfo h2 span {
                padding: 15px 0 0 0px;
                display: block;
                font-size: 23px;
                text-transform: uppercase;
                font-family: Arial Narrow, Arial;
                color: #555;
                letter-spacing: -1px;
                font-weight: 400;
                font-stretch: condensed;
            }

}

#all #conteudo .boxInfoG p,
#all #conteudo .boxInfo p {
    font-size: 14px;
    line-height: 22px !important;
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: Arial;
}


.gridBlog .btnGen,
#internaPrincipal .btnGen,
#projetos .btnGen,
#all #conteudo .btn,
#all #conteudo .btnMais {
    float: right;
}
/*************************************** Footer **********************/
#footer {
    padding: 0 0 20px 0;
    margin: 5px 0 0 0;
    background: #D1D1D1;
    text-align: left;
    font-family: 'Arial';
    color: #666666;
}


    #footer a {
        color: #666666;
        text-decoration: none;
    }

        #footer a:hover {
            text-decoration: underline;
            color: #000;
        }

    #footer .footerRight ul .tt h3 a,
    #footer h3 {
        font: 16px 'Arial';
        color: #333;
    }

    #footer p {
        padding: 0px;
        margin: 0px;
        font-size: 13px;
    }

    #footer .linhaTopo {
        height: 8px;
        background: #000;
    }

    #footer .footerLeft {
        width: 360px;
        position: relative;
        margin: -8px 0 0 0;
    }

    #footer .content .linha {
        background: #1E88D7;
        width: 378px;
        height: 8px;
        position: absolute;
        left: 0px;
        top: -8px;
    }


    #footer .footerLeft .map {
        float: left;
        padding: 0 10px 0 0;
    }

    #footer .footerLeft .contato {
        height: 100px;
        margin-top: 55px;
        font-size: 12px;
    }

        #footer .footerLeft .contato img {
            display: block;
            float: left;
            vertical-align: middle;
            padding: 0 10px 0 0;
        }

        #footer .footerLeft .contato span {
            float: left;
            display: block;
            width: 250px;
            clear: both;
            padding: 3px 0;
        }

    /************************/
    #footer .footerRight,
    #footer .footerLeft {
        float: left;
        padding: 40px 0 0 0;
        position: relative;
    }
    /************************/
    #footer .footerRight {
        width: 580px;
        padding-left: 10px;
        margin-top: -8px;
    }

        #footer .footerRight ul {
            list-style-type: none;
        }

            #footer .footerRight ul li {
                width: 115px;
            }

            #footer .footerRight ul .tt {
                float: left;
                font-weight: bold;
            }



            #footer .footerRight ul li ul li a {
                font-weight: normal;
                font-size: 12px;
            }

        /****************************************************/
        #footer .footerRight #newsletter {
            position: absolute;
            bottom: -108px;
            right: -5px;
            color: #666666;
            font: 13px 'Arial';
            height: 35px;
            width: 393px;
            font-style: italic;
        }

            #footer .footerRight #newsletter input {
                width: 196px;
                margin: 5px 0 0 0;
            }

            #footer .footerRight #newsletter .btn {
                width: 45px;
                height: 35px;
                background: url(../Images/btnOk.png) no-repeat 0 -1px;
                border: #FFF;
                color: #FFF;
                padding: 0px;
                margin: 0px;
                border: none;
                position: absolute;
                left: 350px;
                top: -1px;
            }


    /****************************************************/

    #footer .footerBottom {
        clear: both;
        margin-top: 20px;
    }

        #footer .footerBottom .footerLeft {
            float: left;
            border: none;
            padding: 0px;
        }

            #footer .footerBottom .footerLeft .icon-tortato {
                background: url(../Images/icon-tortato.gif) no-repeat;
                width: 46px;
                height: 25px;
                display: block;
                float: left;
            }

        #footer .footerBottom .footerLeft {
            width: 450px;
            font-size: 12px;
        }

        #footer .footerBottom .footerRight {
            float: right;
            padding: 0px;
            width: auto;
        }

/***********************************************************************************/

#containerBanner {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 830px;
    margin-bottom: 2em;
}

/**************************************  PORTFÓLIO ********************************/
#sliderPort {
    width: 460px !important;
}

    #sliderPort ul li h3 {
        text-align: center;
        position: absolute;
        left: 35px;
        top: 14px;
    }

        #sliderPort ul li h3 a,
        #sliderPort ul li h3 a:hover,
        #sliderPort ul li h3 a:active {
            text-decoration: none;
            color: #555;
            font-family: 'Arial Narrow', 'Arial';
            font-stretch: condensed;
            text-transform: uppercase;
        }

    #sliderPort ul li {
        position: relative;
        float: left;
        width: 460px;
    }

        #sliderPort ul li .conteudoPort {
            padding: 54px 0px 0px 0px;
            width: 410px;
        }

        #sliderPort ul li .portThumb {
            float: left;
            width: 170px;
            border: 2px solid #D3D3D3;
            margin: 0px 8px 8px 0px;
        }

            #sliderPort ul li .portThumb .imgPort a {
                width: 170px;
                height: 102px;
                overflow: hidden;
                display: block;
                position: relative;
                text-align: center;
            }

                #sliderPort ul li .portThumb .imgPort a img {
                    max-width: 170px;
                    max-height: 102px;
                }

        #sliderPort ul li .imgPort .containerImg {
        }


        #sliderPort ul li .categoria,
        #sliderPort ul li h4 {
            display: none;
        }






    #sliderPort .btnGen,
    #sliderPort .btnAmarelo {
        display: none;
    }

#sliderPort {
    width: 100% !important;
}



p#controls2 {
    margin: 0;
    position: absolute;
    top: 90px;
    left: 0px;
}

    p#controls2 span {
        float: left;
    }


#prevBtn2, #nextBtn2 {
    text-indent: -8000px;
    width: 39px;
    height: 41px;
}

#nextBtn2 {
    margin: 0 0 0 380px;
}

    #prevBtn2 a, #nextBtn2 a {
        display: block;
        width: 29px;
        height: 29px;
        background: url(../Images/sprite.png) no-repeat 0 0;
    }

        #prevBtn2 a:hover {
            background: url(../Images/sprite.png) no-repeat 0 -29px;
        }

    #nextBtn2 a {
        background: url(../Images/sprite.png) no-repeat -84px 0;
    }

        #nextBtn2 a:hover {
            background: url(../Images/sprite.png) no-repeat -84px -29px;
        }

/***************/
.erro {
    color: #FFCC00 !important;
    font-size: 15px;
}

.divErro {
    background: #FFE6E7;
    color: #B10023;
    padding: 10px;
    font: 12px 'Arial';
    text-align: center;
}

.divSucesso {
    background: #DAF9D2;
    color: #20690E;
    padding: 10px;
    font: 12px 'Arial';
    text-align: center;
}

/****************/
#homeEmpty {
    padding: 60px 0 200px 0;
}
/**************************************************/

.gridBlog .dateIcon,
.boxTwitter .dateIcon {
    width: 49px;
    height: 62px;
    background: url(../Images/calendaricon.png) no-repeat;
    float: left;
    text-align: center;
}

    .gridBlog .dateIcon .dateIconMonth,
    .boxTwitter .dateIcon .dateIconMonth {
        display: block;
        color: #FFF;
        font-family: Trebuchet MS,Arial;
        font-weight: bold;
        text-transform: capitalize;
    }

    .gridBlog .dateIcon .dateIconDay,
    .boxTwitter .dateIcon .dateIconDay {
        color: #676767;
        font: normal 22px 'Arial';
        padding: 3px 0 0 0;
        display: block;
    }

#all #conteudo .boxTwitter em,
#all #conteudo .boxTwitter p {
    float: left;
    width: 400px;
    line-height: normal !important;
    margin: 0px;
    padding: 0 0 0 10px;
}

#all #conteudo .boxTwitter em {
    color: #CCCCCC;
    font-size: x-small;
    font-style: normal;
}

#all #conteudo .boxTwitter a {
    color: #0F95AE;
    text-decoration: none;
}

#all #conteudo .boxTwitter .homedestaques_item {
    height: 62px;
    margin: 17px 0 0 0;
    clear: both;
}

/*************************************************/

.descricaoDestaque {
    float: left;
    width: 520px;
    margin: 15px 0 0 0;
}


    .descricaoDestaque p {
        font: 14px 'Arial';
        color: #666666;
        line-height: 20px !important;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
    }

    .descricaoDestaque h2 {
        font-family: 'Arial Black', 'Arial';
        font-weight: 900;
        font-size: 40px;
        color: #0F95AE;
        border-bottom: 1px dotted #ddd;
        font-stretch: expanded;
        display: block;
        margin-bottom: 5px;
        text-shadow: 1px 1px #fff, -1px -1px #ccc;
        padding-top: 50px;
        text-transform: uppercase;
        letter-spacing: -2px;
        line-height: 100%;
        padding-bottom: 20px;
    }




/* Easy Slider DESTAQUE *************************************************************/

#slider ul, #slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider {
    width: 890px !important;
}

    #slider li {
        /* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
        width: 890px;
        height: 360px;
        overflow: hidden;
        padding: 30px 0 0 0px;
    }

p#controls {
    margin: 0;
    position: relative;
}

#prevBtn, #nextBtn {
    display: block;
    margin: 0;
    overflow: hidden;
    text-indent: -8000px;
    width: 56px;
    height: 86px;
    position: absolute;
    left: -69px;
    top: -240px;
    z-index: 9999999;
}

#nextBtn {
    left: 842px;
}

    #prevBtn a, #nextBtn a {
        display: block;
        width: 56px;
        height: 86px;
    }

#prevBtn a {
    background: url(../Images/banner_Left.png) no-repeat right 0;
}

#nextBtn a {
    background: url(../Images/banner_Right.png) no-repeat 0 0;
}


#prevBtn a:hover,
#prevBtn a:active {
    background: url(../Images/banner_Left_Active.png) no-repeat right 0;
}

#nextBtn a:hover,
#nextBtn a:active {
    background: url(../Images/banner_Right_Active.png) no-repeat 0 0;
}

/********************** INTERNA *****************************/

.interna h2 {
    font: 50px 'Arial';
    color: #333;
    letter-spacing: -5px;
    background-position: 0px 22px;
}


    .interna h2 span {
        font: 35px 'Arial';
        color: #C5C5C5;
        letter-spacing: -2px;
        vertical-align: 10px;
        padding: 0 0 0 10px;
    }


.interna h4 {
    color: #666;
    font: 30px 'Arial Narrow', 'Arial';
    letter-spacing: -1px;
    padding-top: 20px;
    font-stretch: condensed;
}

    .interna h4.new {
        color: #666;
        font: 30px 'Arial';
        letter-spacing: -1px;
        padding-top: 20px;
        text-align: left;
    }

.interna h3 {
    font: 35px 'Arial Narrow','Arial';
    color: #888;
    letter-spacing: -1px;
    padding: 10px 0 0 0;
    font-stretch: condensed;
}

.interna p, #conteudo .listacallToAction2 li,
.interna p, #conteudo .lista li {
    font-size: 16px;
    padding: 0 0 20px 0;
    line-height: 22px;
    font-family: Arial Narrow, Arial;
    font-stretch: condensed;
}

.interna .conteudoInterna {
    clear: both;
    margin: 40px 0 0 0;
}

    #internaPrincipal .Left, /*Adicionado 01/04*/
    .interna .conteudoInterna .Left {
        float: left;
    }

        .interna .conteudoInterna .Left .socialMedia {
            margin: 4px 0 0 0;
        }

    .interna .conteudoInterna .Right {
        float: left;
        width: 340px;
        margin-top: -20px;
    }

#internaPrincipal .Right { /*Adicionado 01/04*/
    float: left;
    width: 340px;
    margin-left: 30px;
}



.interna .conteudoInterna .Right blockquote {
    margin: 107px 0 0 75px;
}

#internaPrincipal b,
#internaPrincipal strong,
.interna .conteudoInterna strong,
.interna .conteudoInterna b,
{
    color: #EB391B;
    font-weight: normal;
}

#conteudo .lista li strong {
    font-weight: bold;
}

/*************** CLIENTE **************************/
.interna #sliderLogo div {
    background: url(../Images/backLogoClientes.png) no-repeat;
    width: 259px;
    height: 103px;
    float: left;
    margin: 15px 0px 15px 85px;
}

#sliderLogo {
    width: 957px !important;
}

    #sliderLogo ul {
        margin-top: 15px;
        list-style-type: none;
    }

    #sliderLogo li {
        width: 1032px;
        height: 550px;
        overflow: hidden;
        margin-left: -85px;
        margin-right: 85px;
    }

.boxControles {
    width: 100%;
}

#controls3 {
    width: 140px;
    margin: auto;
}

    #controls3 #controls {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        float: left;
    }

        #controls3 #controls a {
            display: block;
            width: 29px;
            height: 29px;
            text-indent: -9999px;
            background: url(../Images/sprite.png) no-repeat -113px 0px;
            margin: 0 1px 0 1px;
        }

            #controls3 #controls a:hover,
            #controls3 #controls .current a {
                background: url(../Images/sprite.png) no-repeat -113px -29px;
            }

        #controls3 #prevBtn3,
        #controls3 #nextBtn3,
        #controls3 #controls li {
            float: left;
        }

            #controls3 #prevBtn3 a, #controls3 #nextBtn3 a {
                display: block;
                width: 29px;
                height: 29px;
                background: url(../Images/sprite.png) no-repeat 0 0;
                text-indent: -9999px;
                margin: 0 5px 0 3px;
            }

                #controls3 #prevBtn3 a:hover {
                    background: url(../Images/sprite.png) no-repeat 0 -29px;
                }

            #controls3 #nextBtn3 a {
                background: url(../Images/sprite.png) no-repeat -84px 0;
            }

                #controls3 #nextBtn3 a:hover {
                    background: url(../Images/sprite.png) no-repeat -84px -29px;
                }



#boxProjClientes .btnGen {
    position: absolute;
    bottom: 35px;
    right: 20px;
}

#boxProjClientes li {
    position: relative;
    background: url(../Images/backProjClientes.png) no-repeat;
    width: 450px;
    height: 290px;
    float: left;
    margin-right: 5px;
    list-style: none;
    display: inline;
    padding: 10px;
}

    #boxProjClientes li img {
        float: left;
        padding: 0 10px 10px 0;
        width: 175px;
    }

#boxProjClientes p {
    font-size: 14px;
    color: #666666;
    font-family: 'Arial';
}

#boxProjClientes h3 {
    font: 20px 'Arial';
    color: #666666;
    padding: 0 0 10px 0;
}


/****************************************************/
.interna #sliderLogo img {
    margin: 15px 0 0 2px;
}

#subInterna {
    list-style-type: none;
    clear: both;
    margin-top: 45px;
    height: 35px;
    text-transform: uppercase;
}

    #subInterna .icon-tag {
        padding-left: 25px;
        background: url("../Images/icon-tag.png") no-repeat scroll left center transparent;
    }

    #subInterna li {
        display: inline;
    }

        #subInterna li a,
        #toplink a,
        .btnAmarelo,
        .btnVoltar {
            display: block;
            float: left;
            padding: 7px 20px 7px 20px;
            text-decoration: none;
            color: #333333;
            font: 14px 'Open Sans','Segoe UI','Segoe','Verdana';
        }

        #subInterna li span {
            display: block;
            float: left;
            padding: 7px 21px 7px 0px;
            text-decoration: none;
            color: #979797;
            font: 14px 'Open Sans','Segoe UI','Segoe','Verdana';
        }

        #subInterna li a.Active,
        #subInterna li a:hover,
        #toplink a.Active,
        #toplink a:hover {
            background: #1E88D7;
        }

#breadCrumb {
    width: 100%;
    background: url(../Images/LinhaInterna.jpg) no-repeat right top;
    text-align: right;
    height: 32px;
    text-transform: uppercase;
}

    #breadCrumb ul {
        list-style-type: none;
        line-height: 0px;
        padding: 7px 0 0 0;
    }

        #breadCrumb ul li {
            display: inline;
            font: 11px 'Open Sans','Segoe UI','Segoe','Verdana';
            text-transform: uppercase;
        }

            #breadCrumb ul li a {
                text-decoration: none;
                color: #333333;
            }

                #breadCrumb ul li a.Active,
                #breadCrumb ul li a:hover {
                    color: #0F95AE;
                }

/******************** CITAÇÃO ************************************/
/*WEb App 01/04*/
.webapp blockquote.style3 {
    text-align: left;
    float: left;
    background: none;
}

    .webapp blockquote.style3 span {
        font: normal 34px 'Georgia','Times New Roman';
        color: #333;
        display: block;
        font-style: italic;
        line-height: 32px;
        background: none;
        line-height: 39px;
    }
/*WEb App 01/04*/

blockquote.style3 {
    background: url(../Images/asLeft.png) no-repeat 0 0;
    text-align: center;
    float: left;
}

    blockquote.style3 span {
        font: normal 34px 'Georgia','Times New Roman';
        background: url(../Images/asRight.png) no-repeat bottom right;
        color: #666;
        display: block;
        font-style: italic;
        line-height: 32px;
    }


/******************** CONTATO ************************************/

fieldset#contato {
    width: 480px;
}

    fieldset#contato p {
        padding: 5px 0 5px 0;
    }

    fieldset#contato input,
    fieldset#contato textArea {
        width: 450px;
    }

    fieldset#contato .btn {
        height: 48px;
        width: 150px;
        padding: 0 13px 0 0;
        border: none;
        cursor: pointer;
    }

/******************** FORMULÁRIOS ***********************************/
fieldset {
    border: none;
}


label {
    width: 300px;
    float: left;
    text-align: left;
    display: block;
    padding: 0 5px 0 0;
    font-weight: bold;
    font-family: Arial;
    font-size: small;
    text-transform: uppercase;
}

    label span {
        color: red;
    }


input,
textArea {
    border: 1px solid #A2A2A2;
    padding: 3px 0 3px 0;
}

textArea {
    overflow: auto;
}

/************ PROJETOS ***********************/
#projetos ul li {
    list-style-type: none;
    position: relative;
    padding: 30px 0px;
    display: block;
    *height: 225px;
    background: url(../Images/linhaInterna.jpg) no-repeat left bottom;
}

    #projetos ul li:after {
        content: " ";
        display: block;
        clear: both;
        height: 0px;
        overflow: hidden;
    }

    #projetos ul li .portThumb {
        float: left;
        width: 260px;
        margin-right: 18px;
    }

        #projetos ul li .portThumb .imgPort a {
            width: 250px;
            height: 153px;
            overflow: hidden;
            display: block;
            position: relative;
            left: 5px;
            top: 5px;
            text-align: center;
        }

            #projetos ul li .portThumb .imgPort a img {
                width: 250px;
                height: 153px;
            }

    #projetos ul li .imgPort .containerImg {
        width: 260px;
        height: 163px;
        position: relative;
        background: url(../Images/mold_thumb_254.png) no-repeat left top;
    }

    #projetos ul li .portThumb .thumb a {
        width: 80px;
        height: 50px;
        overflow: hidden;
        display: block;
        position: relative;
        left: 3px;
        top: 3px;
    }

    #projetos ul li .thumb .containerImg {
        width: 86px;
        height: 56px;
        float: left;
        position: relative;
        background: url(../Images/mold_thumb_82.png) no-repeat left top;
        text-align: center;
    }

        #projetos ul li .thumb .containerImg img {
            max-width: 86px;
            max-height: 56px;
        }


    #projetos ul li .portDesc {
        float: right;
        width: 670px;
    }

    #projetos ul li .categoria {
        font-family: Segoe UI, Arial;
        font-size: 14px;
        text-transform: uppercase;
        color: #9F9F9F;
        padding: 4px 0px 4px 300px;
        background: url(../Images/icon-tag.png) no-repeat 276px center;
    }

    #projetos ul li h3 a {
        color: #666;
        text-decoration: none;
    }

    #projetos ul li h3 {
        text-transform: uppercase;
    }

    #projetos ul li h3,
    #projetos ul li h4 {
        padding: 0px 0px 0px 0px;
    }

    #projetos ul li h4 {
        font-size: 23px;
        padding: 0px 0px 6px 0px;
    }

/* */

#boxProjClientes ul li h3 {
    text-align: center;
    position: absolute;
    left: 12px;
    top: 12px;
}

#boxProjClientes ul li .conteudoPort {
    padding: 40px 0px 0px 0px;
    /*width: 410px;*/
}

#boxProjClientes ul li .portThumb {
    float: left;
    width: 170px;
    border: 2px solid #D3D3D3;
    margin: 0px 20px 8px 0px;
}

    #boxProjClientes ul li .portThumb .imgPort a {
        width: 170px;
        height: 102px;
        overflow: hidden;
        display: block;
        position: relative;
    }

#boxProjClientes ul li .imgPort .containerImg {
}


#boxProjClientes ul li .categoria,
#boxProjClientes ul li h4 {
    display: none;
}


/************ PROJETOS ***********************/
#projetosDetalhes {
    margin: 0px 0px 22px 0px;
}

.interna #projetosDetalhes h2 {
    font-size: 41px;
    text-transform: uppercase;
}

.interna #projetosDetalhes h4 {
    padding: 0px;
}

.interna #projetosDetalhes .description {
    margin-top: 26px;
}

    .interna #projetosDetalhes .description h5 {
        color: #878787;
        font-size: 22px;
        padding: 2px 0px 2px 0px;
    }

    .interna #projetosDetalhes .description ul {
        width: 510px;
        margin-bottom: 20px;
    }

        .interna #projetosDetalhes .description ul li {
            float: left;
            width: 193px;
            background: url(../Images/list-type.gif) no-repeat left center;
            padding-left: 12px;
        }

        .interna #projetosDetalhes .thumbs:after,
        .interna #projetosDetalhes .description ul:after {
            content: " ";
            display: block;
            clear: both;
            height: 0px;
            overflow: hidden;
        }

    .interna #projetosDetalhes .description .thumbs {
        width: auto;
    }

        .interna #projetosDetalhes .description .thumbs li {
            float: left;
            background: none;
            padding: 0px;
            width: auto;
        }

            .interna #projetosDetalhes .description .thumbs li a {
                width: 172px;
                height: 105px;
                overflow: hidden;
                display: block;
                position: relative;
                left: 5px;
                top: 5px;
                text-align: center;
            }

                .interna #projetosDetalhes .description .thumbs li a img {
                    position: relative;
                    max-width: 182px;
                    max-height: 116px;
                }

            .interna #projetosDetalhes .description .thumbs li .containerImg {
                width: 182px;
                height: 116px;
                position: relative;
                background: url(../Images/mold_thumb_172.png) no-repeat left top;
            }

.btnVoltar2 {
    padding-right: 60px;
    background: url(../Images/txt_voltar.png) no-repeat right center;
    display: block;
    width: 28px;
    margin-bottom: 18px;
}
/********* TELAS INTERNAS PRINCIPAIS - imagem|texto **************/
#internaPrincipal {
    /*padding: 49px 0 0 0;*/
}

    #internaPrincipal li {
        clear: both;
        /*height      :   305px;*/
        padding-top: 20px;
    }

    #internaPrincipal .thumb {
        float: left;
        padding: 0 30px 0 0;
    }

    #internaPrincipal h3 {
        padding: 0px 0 5px 0;
    }

    #internaPrincipal .lista {
        float: left;
    }



/******** lista **********/
#conteudo .listacallToAction2,
#conteudo .lista {
    height: auto;
    list-style: none;
}

    #conteudo .lista li {
        width: 280px;
    }

    #conteudo .listacallToAction2 li {
        width: 100%;
    }

    #conteudo .listacallToAction2 li,
    #conteudo .lista li {
        height: auto;
        padding: 0 0 5px 10px;
        padding-bottom: 25px;
    }

        #conteudo .listacallToAction2 li span,
        #conteudo .lista li span,
        #conteudo .listacallToAction2 li div,
        #conteudo .lista li div {
            width: 35px;
            height: 40px;
            float: left;
            margin-right: 3px;
        }


        #conteudo .listacallToAction2 li .callToAction2 /* usar em links */ {
            max-width: 170px;
            display: block;
            height: 43px;
            padding-top: 3px;
            left: -40px;
            padding-left: 8px;
            text-transform: uppercase;
            color: white !important;
            padding-bottom: 8px;
            text-decoration: none;
            font-weight: bold;
            float: left;
            margin-right: 20px;
        }

.btnHome {
    width: 990px;
    height: 92px;
    display: block;
    background: url(../images/banner_home_btn.png) no-repeat 0px 0px;
}

    .btnHome:hover {
        background: url(../images/banner_home_btn.png) no-repeat 0px -92px;
    }

.socialfb, .socialgplus, .sociallinkedin, .socialrss, .socialtwitter {
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 5px;
    padding-right: 10px;
    float: left;
}

.socialfb {
    background: url(../images/icons-social.png) no-repeat 0px 0px;
}

.socialgplus {
    background: url(../images/icons-social.png) no-repeat -40px 0px;
}

.sociallinkedin {
    background: url(../images/icons-social.png) no-repeat -80px 0px;
}

.socialrss {
    background: url(../images/icons-social.png) no-repeat -120px 0px;
}

.socialtwitter {
    background: url(../images/icons-social.png) no-repeat -160px 0px;
}

.socialfb:hover {
    background: url(../images/icons-social.png) no-repeat 0px -30px;
}

.socialgplus:hover {
    background: url(../images/icons-social.png) no-repeat -40px -30px;
}

.sociallinkedin:hover {
    background: url(../images/icons-social.png) no-repeat -80px -30px;
}

.socialrss:hover {
    background: url(../images/icons-social.png) no-repeat -120px -30px;
}

.socialtwitter:hover {
    background: url(../images/icons-social.png) no-repeat -160px -30px;
}

#conteudo .listacallToAction2 li .callToActionNew { /* usar em links web apps 01/04 */
    color: white !important;
    display: block;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    height: 29px;
    margin-right: 26px;
    padding-bottom: 20px;
    padding-left: 27px;
    padding-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 358px;
    text-align: left;
}


    #conteudo .listacallToAction2 li .callToActionNew.OrangeNew /* usar em links web apps 01/04 */ {
        background: url(../images/btn-orcamento.png) no-repeat 0px 0px;
    }

    #conteudo .listacallToAction2 li .callToActionNew.GrayNew /* usar em links web apps 01/04 */ {
        background: url(../images/btn-orcamento_gray.png) no-repeat 0px 0px;
    }

        #conteudo .listacallToAction2 li .callToActionNew.GrayNew:hover /* usar em links web apps 01/04 */ {
            background: url(../images/btn-orcamento.png) no-repeat 0px 0px;
        }


#conteudo .listacallToAction2 li .callToAction2.Orange:hover /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat -180px 0px;
}

#conteudo .listacallToAction2 li .callToAction2.Orange /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat 0px 0px;
}

#conteudo .listacallToAction2 li .callToAction2.Red:hover /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat -180px -56px;
}

#conteudo .listacallToAction2 li .callToAction2.Red /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat 0px -56px;
}

#conteudo .listacallToAction2 li .callToAction2.Yellow:hover /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat -180px -111px;
}

#conteudo .listacallToAction2 li .callToAction2.Yellow /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat 0px -111px;
}


#conteudo .listacallToAction2 li .callToAction2.Green:hover /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat -180px -165px;
}

#conteudo .listacallToAction2 li .callToAction2.Green /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat 0px -165px;
}


#conteudo .listacallToAction2 li .callToAction2.Blue:hover /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat -180px -219px;
}

#conteudo .listacallToAction2 li .callToAction2.Blue /* usar em links */ {
    background: url(../images/sprite_buttons.png) no-repeat 0px -219px;
}

#conteudo .listacallToAction2 li .ICOmoney,
#conteudo .lista li .ICOmoney {
    background: url(../images/sprite_icons_small.png) no-repeat -41px -301px;
}

#conteudo .listacallToAction2 li .ICONormal,
#conteudo .lista li .ICONormal {
    background: url(../images/sprite_icons_small.png) no-repeat -114px -190px;
}

#conteudo .listacallToAction2 li .ICOUsers,
#conteudo .lista li .ICOUsers {
    background: url(../images/sprite_icons_small.png) no-repeat -152px -70px;
}

#conteudo .listacallToAction2 li .ICOExclamationBlue,
#conteudo .lista li .ICOExclamationBlue {
    background: url(../images/sprite_icons_small.png) no-repeat -112px -301px;
}

#conteudo .listacallToAction2 li .ICOIdeaYellow,
#conteudo .lista li .ICOIdeaYellow {
    background: url(../images/sprite_icons_small.png) no-repeat -74px -108px;
}

#conteudo .listacallToAction2 li .ICOProtected,
#conteudo .lista li .ICOProtected {
    background: url(../images/sprite_icons_small.png) no-repeat 2px -144px;
}

#conteudo .listacallToAction2 li .ICOStar,
#conteudo .lista li .ICOStar {
    background: url(../images/sprite_icons_small.png) no-repeat -36px -261px;
}

#conteudo .listacallToAction2 li .ICOEmail,
#conteudo .lista li .ICOEmail {
    background: url(../images/sprite_icons_small.png) no-repeat -153px -230px;
}

#conteudo .listacallToAction2 li .ICOEmailNew,
#conteudo .lista li .ICOEmailNew {
    background: url(../images/icon-emailnew.png) no-repeat;
}

#conteudo .listacallToAction2 li .ICOVideo,
#conteudo .lista li .ICOVideo {
    background: url(../images/sprite_icons_small.png) no-repeat -152px -305px;
}

#conteudo .listacallToAction2 li .ICOLike,
#conteudo .lista li .ICOLike {
    background: url(../images/sprite_icons_small.png) no-repeat -188px -305px;
}

#conteudo .listacallToAction2 li .ICOFace,
#conteudo .lista li .ICOFace {
    background: url(../images/sprite_icons_small.png) no-repeat 2px -305px;
}

/********************* BLOG **********************/
.gridBlog {
    padding: 0px;
    margin: 0px;
}

.dataPost, .creatorPost {
    font-size: small;
    font-style: italic;
}

.gridBlog td {
    /*border-bottom   :   1px solid #939393;  
    */
    background: url("../Images/linhaInterna.jpg") no-repeat scroll left bottom transparent;
    display: block;
    list-style-type: none;
    padding: 20px 0 20px 0;
    position: relative;
    width: 740px;
}

.Paginacao td {
    border-bottom: 0px !important;
    padding: 5px;
    display: inline;
    width: auto !important;
    background: none;
}


.gridBlog .categoria {
    background: url("../Images/icon-tag.png") no-repeat scroll 0px center transparent;
    padding: 4px 0 4px 25px;
    text-transform: uppercase;
}

    .gridBlog .categoria a {
        color: #9F9F9F;
        font-family: Segoe UI,Arial;
        font-size: 14px;
    }


.gridBlog .texto {
    float: left;
    width: 90%;
}

.gridBlog h4 {
    padding: 0px;
}

.gridPosts .textSmall {
    font-size: small;
}

.gridPosts .linkPost {
    color: #333333;
    text-decoration: none;
    font: 14px 'Open Sans','Segoe UI','Segoe','Verdana';
    background: #E6E6E6;
    display: block;
    padding: 3px;
}

    .gridPosts .linkPost:hover {
        background: #1E88D7;
    }



.Paginacao a, .Paginacao span {
    display: block;
    text-decoration: none;
    padding: 6px 0 0px 10px;
    width: 23px;
    height: 23px;
}

.Paginacao span {
    background: url("../Images/sprite.png") no-repeat scroll -113px -29px transparent;
    font: 13px 'Arial';
    color: #FFF;
}

.Paginacao a {
    background: url("../Images/sprite.png") no-repeat scroll -113px 0 transparent;
    font: 13px 'Arial';
    color: #666;
}

    .Paginacao a:hover {
        background: url("../Images/sprite.png") no-repeat scroll -113px -29px transparent;
        color: #FFF;
    }

/***************************************************/
#tags {
    font: 12px 'Arial';
    text-align: center;
    margin-top: 10px;
}

    #tags a {
        color: #333333;
        font: 'Open Sans','Segoe UI','Segoe','Verdana';
        background: #E6E6E6;
        padding: 1px;
    }

        #tags a:hover {
            background: #1E88D7;
        }

.lnkTitleBlog {
    color: #999999;
    font: 30px 'Arial Narrow';
    letter-spacing: -1px;
    padding-top: 20px;
    text-decoration: none;
    font-stretch: condensed;
}

    .lnkTitleBlog:hover {
        text-decoration: underline;
    }
/**************************************************************/

.btnAmarelo, .btnVoltar {
    text-transform: uppercase;
    float: right;
    margin-top: 20px;
    color: #fff !important;
    padding-left: 35px;
}

.btnAmarelo {
    background: url("../Images/arrow_r_white.png") no-repeat scroll 5px 4px;
    background-color: #666;
}

    .btnAmarelo:hover {
        background: url("../Images/arrow_r_white.png") no-repeat scroll 5px 4px;
        background-color: #1E88D7;
    }

.btnVoltar {
    background: url("../Images/arrow_r_white.png") no-repeat scroll 5px -56px #666;
}

    .btnVoltar:hover {
        background: url("../Images/arrow_r_white.png") no-repeat scroll 5px -56px #1E88D7;
    }

.callToAction {
    background-color: #aaa;
    border: 4px solid white;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    height: 140px;
}

    .callToAction H3,
    .callToAction p,
    .callToAction strong {
        color: White;
    }

    .callToAction p {
        font-size: large;
    }

    .callToAction strong {
        font-weight: bold;
    }

    .callToAction a {
        text-decoration: none;
    }

/* 02/04 - Web Apps*/
.webapp #internaPrincipal .logosWebApps li {
    clear: none;
    display: block;
    float: left;
    margin-left: 23px;
    margin-right: 28px;
    margin-top: 14px;
}




.webapp #banner {
    display: block;
    height: auto;
    bottom: 0;
    left: 0;
    margin-bottom: 0px;
    margin-top: 135px;
    right: 0;
    top: 0;
    min-width: 1024px;
    position: absolute;
}

/* Easy Slider DESTAQUE WEB APPS *************************************************************/
/*.webapp #containerBanner {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden;
}

.webapp #banner #slider ul, #slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.webapp #banner #slider {
    width: 1423px!important;
}

    .webapp #banner #slider li {
        width: 1423px;
        height: 430px;
        overflow: hidden;
        padding: 0px 0 0 0px;
    }

.webapp #banner p#controls {
    margin: 0;
    position: relative;
}

.webapp #banner #prevBtn, #nextBtn {
    display: block;
    margin: 0;
    overflow: hidden;
    text-indent: -8000px;
    width: 56px;
    height: 86px;
    position: absolute;
    left: -69px;
    top: -240px;
    z-index: 9999999;
}

.webapp #banner #nextBtn {
    left: 842px;
}

.webapp #banner #prevBtn a, #nextBtn a {
    display: block;
    width: 56px;
    height: 86px;
}

.webapp #banner #prevBtn a {
    background: url(../Images/banner_Left.png) no-repeat right 0;
}

.webapp #banner #nextBtn a {
    background: url(../Images/banner_Right.png) no-repeat 0 0;
}


.webapp #banner #prevBtn a:hover,
.webapp #banner #prevBtn a:active {
    background: url(../Images/banner_Left_Active.png) no-repeat right 0;
}

.webapp #banner #nextBtn a:hover,
.webapp #banner #nextBtn a:active {
    background: url(../Images/banner_Right_Active.png) no-repeat 0 0;
}*/

