@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/myriadpro-regular.woff') format('woff'),
        url('../fonts/myriadpro-regular.ttf') format('truetype'),
        url('../fonts/myriadpro-regular.svg#myriadpro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    background: url(../img/bg-body.jpg) repeat;
}

.conteiner, footer{
    text-align: justify;
    line-height: 15px;
    width: 1042px;
    margin: 0 auto;
}

header{
    height: 184px;
    position: relative;
}

.form-val input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
.form-val input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
.form-val input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
.form-val input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}

#txtBusca input, #txtCadastro input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #eee;
}
#txtBusca input, #txtCadastro input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #eee;
}
#txtBusca input, #txtCadastro input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #eee;
}
#txtBusca input, #txtCadastro input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #eee;
}

/*-----CABEÇALHO LOGO-----*/

.logotipo-link{
    background-image: url(../img/logotipo.png);
    background-repeat: no-repeat;
    width: 171px;
    height: 72px;
    margin: 0 auto;
    margin-top: 25px;
    margin-left: 20px;
    float: left;
    display: block;
}

.topo-portal{
    text-align: left;
    line-height: 15px;
    height: 33px;
    width: 180px;
    float: right;
    margin-top: 45px;
    margin-right: 20px;
    position: relative;
}

.topo-portal-icone{
    background-image: url(../img/icone-portal.png);
    background-repeat: no-repeat;
    float: left;
    width: 36px;
    height: 33px;
    display: block;
}

.topo-portal span{
    color: #00488e;
}

.topo-portal a{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.topo-portal:hover{
    text-decoration: none;
}

.submenu-busca{
    background: none;
    width: 240px;
    height: 50px;
    margin-top: 40px;
    margin-right: 20px;
    float: right;
    position: relative;
}

#txtBusca{
    color: #fff;
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
}

.submenu-busca form{
    margin: 10px;
}

.busca-botao{
    background-color: transparent;
    background-image: url(../img/icone-busca.png);
    width: 28px;
    height: 29px;
    top: 12px;
    right: 12px;
    border: none;
    position: absolute;
}

.divisoria-inicio{
    background-image: url(../img/bg-fx-mid.png);
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
    display: block;
    left: 0px;
    bottom: 45px;
    position: absolute;
}

/*-----CABEÇALHO MENU-----*/

.topo-fundo{
    width: 1042px;
    height: 144px;
}

.topo-menu ul{
    margin: 42px 0 0 0;
}

.topo-menu ul li{
    text-transform: uppercase;
    float: left;
    text-align: center;
    line-height: 45px;
    height: 45px;
    width: 130px;
}

.topo-menu a{
    color: #005aab;
    font-size: 14px;
}

.topo-menu a:hover{
    font-weight: bold;
    text-decoration: none;
}


/*-----CONTEINER BANNER-----*/


.home-banner{
    width: 1028px;
    height: 410px;
    margin: 20px auto 0;
    background: url(../img/frame-banner.png);
    padding-top: 18px;
    padding-left: 14px;
    position: relative;
}

.cycle-container-home{
    width: 1014px;
    height: 334px;
    overflow: hidden;
    background: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
}


.cycle-navs{
    background-image: url('../img/icones-setas-cycle.png');
    width: 72px;
    height: 81px;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    top: 140px;
}

#cycle-nav-esq{
    left: 13px;
}

#cycle-nav-dir{
    right: 14px;
    background-position: -72px 0px;  
}

.nav-cycle{
    position: absolute;
    bottom: 76px;
    z-index: 9999;
    right: 14px;
    background: none; /*Fallback pra IE*/
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px 11px 7px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.nav-cycle a{
    color: transparent;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #262422;
    margin: 0 5px;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.nav-cycle a.activeSlide{
    background: #FFFFFF;
}
/*-----CONTEINER BAIXO INICIO-----*/

.conteiner-bottom-inicio{
    padding: 0 0 25px 0;
}

.conteiner-bottom-inicio a{
    color: #464646;
    text-decoration: none;
}

.inicio-servicos-conteudo, .inicio-tecnologia-conteudo{
    margin: 5px 0 15px 0;
}

.inicio-servicos{
    width: 482px;
    margin-right: 25px;
    float: left;
}

.conteiner-bottom-inicio h5, .inicio-dados a, .inicio-dados a:hover{
    color: #032993;
    font-size: 16.4px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.inicio-servicos-imagem{
    margin: 0 10px 5px 0;
    float: left;
}

.inicio-tecnologia{
    width: 280px;
    margin-right: 25px;
    float: left;
}

.inicio-tecnologia-imagem{
    margin-bottom: 5px;
}

.inicio-dados{
    width: 220px;
    float: left;
}

.inicio-dados a:hover{
    text-decoration: underline;
}

.dados-cadastro{
    background: none;
    width: 220px;
    height: 40px;
    margin-top: 5px;
    position: relative;
}

#txtCadastro{
    color: #fff;
    width: 204px;
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.5);
    position: relative;
}

.cadastro-botao{
    background-color: transparent;
    background-image: url(../img/icone-cadastro.png);
    width: 28px;
    height: 29px;
    top: 1px;
    right: 4px;
    border: none;
    position: absolute;
}

.dados-telefone{
    width: 220px;
    margin-bottom: 15px;
}


/*-----FOOTER-----*/

footer{
    background-image: url(../img/footerbg.jpg);
    color: #fff;
    width: 1042px;
    height: 84px;
}

.footer-conteudo{
    text-align: center;
    width: 600px;
    height: 84px;
    margin: 0 auto;
    padding-top: 20px; 
}

/*-----CONTEINER BAIXO-----*/

.conteiner-bottom{
    font-family: 'MyriadPro-Regular', Arial, Verdana;
    border-top: #ccc dotted 1px;
    padding: 25px 0px;
}

/*TODO: verificar fonte MyriadPro*/

.conteiner-bottom h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    margin: -2px 7px 0 0;
    float: left;
}

.conteiner-bottom h4{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

.conteiner-bottom h5{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.conteiner-bottom h6{
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}

.box-direita-texto{
    width: 240px;
    float: left;
}

.fundo-texto{
    background-color: #fff;
    border-left: #ddd solid 1px;
    padding: 20px;
}

.box-direita-texto.fundo-texto{
    min-height: 180px;
}

.box-esquerda{
    width: 475px;    
    float: left;
}

.box-esquerda-imagem, .box-direita-conteudo, .titulo-descricao{
    margin-bottom: 25px;
}

.box-direita{
    width: 500px;
    float: right;
}

.box-direita-imagem{
    margin: 0 15px 0 0;
    width: 204px;
    height: 265px;
    float: left;
}
/*-----LISTAGEM-----*/

.box-listagem{
    width: 695px;
    float: left;
}

.listagem-conteudo{
    width: 695px;
    padding: 15px 0;
    border-bottom: #000 dotted 1px;
}

.listagem-conteudo:last-of-type{
    border-bottom: none;
}

.listagem-conteudo img{
    float: left;
    margin: 0px 10px 5px 0px;
}

.link-direita{
    color: #01147a;
    font-style: italic;
    margin-top: 5px;
    float: right;
}

.link-direita:hover{
    color: #01147a;
}

/*-----MENU LATERAL-----*/

.box-menu-lateral{
    line-height: 18px;
    text-align: left;
    width: 255px;
    height: 550px;
    padding-left: 20px;
    border-left: #000 dotted 1px;
    float: right;
    position: relative;
}

.menu-lateral-botao{
    color: #464646;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: #000 dotted 1px;
    width: 230px;
    display: block;
    padding: 10px;
}

.menu-lateral-botao:hover{
    width: 230px;
    color: #00488e;
    text-decoration: none;
}

.menu-lateral-paginacao{
    width: 237px;
    position: absolute;
    bottom: 0;
}

.paginacao-links{
    color: #fff;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    background-color: #0663be;
    width: 46px;
    height: 46px;
    display: block;
    margin: 0 5px 5px 0;
    float: left;
}

.paginacao-links:hover{
    color: #fff;
    text-decoration: none;
    background-color: #00488e;
}

/*-----INTERNA-----*/

.interna-imagem-g{
    width: 695px;
    height: 284px;
    margin-bottom: 10px;
}

.vitrine-interna{
    width: 330px;
    margin: 10px 0px 15px 35px;
    float: left; 
}

.box-listagem.pag-tecno{
    width: 730px;
    margin-left: -35px;
}



.imagem-interna{
    width: 330px;
    height: 230px;
}

.vitrine-links{
    height: 26px;
    font-size: 18px;
    margin-top: 15px;
    color: #464646;
    display: block;
}

.vitrine-links:hover{
    color: #00488e;
    text-decoration: none;
}

/*-----FORMULARIO-----*/

.form-esquerda input{
    width: 390px;
}

.form-esquerda{
    width: 405px;
    border-right: #000 dotted 1px;
    padding-right: 25px;
    float: left;
}

.conteiner-bottom label{
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

.input-ddd{
    width: 40px;
    margin-right: 25px;
    float: left;
}

.input-tel{
    width: 325px;
    float: left;
}

#txtDDD{
    width: 40px;
}

#txtTel{
    width: 325px;
}

.form-direita{
    width: 586px;
    margin-left: 25px;
    float: left;
}

.input-textarea-orcamento{
    width: 572px;
    height: 150px;
    resize: none;
}

.input-textarea-contato{
    width: 390px;
    height: 150px;
    resize: none;
}

.form-texto{
    margin-bottom: 20px;
}