@charset "utf-8";

/* CONTEUDO HOME */
.banner{
    position: relative;
    width: 100%;
    height: 861px;
    overflow: hidden;
    background: #ffffff;
    top: -130px;
    margin-bottom: -130px;
    z-index: 9;}
.banner ul{
    position: absolute;
    top: 0;
    width: 1920px;
    height: 661px;
    left: 50%;
    margin-left: -960px;}
	
	.banner ul li{
	 width: 1920px;
     height: 661px;
	 overflow: hidden;
		
	}
	
	.banner ul li img{
		  width: 1920px;
   	 height: 661px;	
		
	}
	
.chamada-clientes-mobile{
	display:none;	
	}

/* CHAMADAS DA HOME */
.chamadas-home{
    width: 1100px;
    height: 350px;
    position: relative;
    overflow: hidden;
    top:-300px;
    margin-bottom: -300px;
    z-index: 11;}
.chamadas-home ul li{
    background:url('../imagens/chamadas-home.png');
    background-position:  -375px 0px;
    float: left;
    width:355px;
    height:338px;
    margin: 0 8px;
    font-family: 'aaux_prolightregular';
    color:#ffffff;
    -ms-transition:0.3s;
    -moz-transition:0.3s;
    -webkit-transition:0.3s;
    transition:0.3s;
    margin-top: 10px;}
.chamadas-home ul li:first-child{
    margin-left: 0;
    background:url('../imagens/chamadas-home.png');
    background-position:  0px 0px;}
.chamadas-home ul li:last-child{
    margin-right: 0;
    background:url('../imagens/chamadas-home.png');
    background-position:  -744px 0px;}
.chamadas-home ul li p{
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: right;
    padding-right: 15px;
    margin-top: 100px;
    font-size:30px;
    margin-bottom: 18px;}
.chamadas-home ul li span{
    font-size:14px;
    display: block;
    text-align: justify;
    line-height: 18px;
    padding: 0 15px;}
.chamadas-home ul li a{
    display: inline-block;
    margin: 15px 0 0 15px;
    width: 112px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border: 3px solid #3b5fdc;
    color:#ffffff;}
.chamadas-home ul li a:hover{
    background:#ffffff;
    border: 3px solid #ffffff;
    color:#1f2f6b;}

.chamadas-home ul li:hover{
    margin-top: 0px;}

/* CHAMADA SOBRE */
.chamada-sobre{
    background:url('../imagens/banner-sobre.jpg') no-repeat center top;
    width: 100%;
    height: 365px;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
    color:#ffffff;}
.chamada-sobre h1{
    background: url('../imagens/titulo-grupo-home.png') no-repeat;
    width: 407px;
    height: 77px;
    float: left;
    margin: 70px 0 10px 0;}
.chamada-sobre p{
    float: left;
    line-height: 22px;
    font-size: 14px;
    font-family: 'aaux_proregularregular';
    padding-right:370px;}
.chamada-sobre a{
    float: left;
    width: 130px;
    height: 35px;
    line-height: 35px;
    font-family: 'aaux_prolightregular';
    font-size: 16px;
    color:#ffffff;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);}
.chamada-sobre a:hover{
    border-bottom: 1px solid #ccc;
    border-bottom-color: rgba(31, 47, 107, 0.2);
    background-color: rgba(31, 47, 107, 0.2);}

/* CHAMADA DE SERVIÇOS NA HOME */
.chamada-servicos{
    background:url('../imagens/bg-servico.jpg') no-repeat top center;
    width: 100%;
    height: 697px;}
.chamada-servicos p{
    color: #ffffff !important;}
.chamada-servicos h2{
    font-family: 'aaux_prolightregular';
    font-weight:300;
    text-align: center;
    padding-top: 25px;
    color:#274092;
    font-size:30px;}
.chamada-servicos h2 span{
    display: block;
    font-size: 18px;}
.chamada-servicos ul{
    margin-top: 30px;}
.chamada-servicos ul li{
    width: 540px;
    height: 210px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 5px}
.chamada-servicos ul li img{
    max-width: 540px;
    min-height: 210px;}
.conteudo-chamada-servico{
    position: absolute;
    z-index: 12;
    background: rgba(241,111,92,0.37);
    background: -moz-linear-gradient(top, rgba(241,111,92,0.37) 0%, rgba(246,41,12,0.37) 0%, rgba(0,0,0,0.37) 0%, rgba(0,0,0,0.81) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,111,92,0.37)), color-stop(0%, rgba(246,41,12,0.37)), color-stop(0%, rgba(0,0,0,0.37)), color-stop(100%, rgba(0,0,0,0.81)));
    background: -webkit-linear-gradient(top, rgba(241,111,92,0.37) 0%, rgba(246,41,12,0.37) 0%, rgba(0,0,0,0.37) 0%, rgba(0,0,0,0.81) 100%);
    background: -o-linear-gradient(top, rgba(241,111,92,0.37) 0%, rgba(246,41,12,0.37) 0%, rgba(0,0,0,0.37) 0%, rgba(0,0,0,0.81) 100%);
    background: -ms-linear-gradient(top, rgba(241,111,92,0.37) 0%, rgba(246,41,12,0.37) 0%, rgba(0,0,0,0.37) 0%, rgba(0,0,0,0.81) 100%);
    background: linear-gradient(to bottom, rgba(241,111,92,0.37) 0%, rgba(246,41,12,0.37) 0%, rgba(0,0,0,0.37) 0%, rgba(0,0,0,0.81) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f5c', endColorstr='#000000', GradientType=0 );
    width: 540px;
    height: 210px;
    margin-top: 137px;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;}
.conteudo-chamada-servico .wrap{
    padding: 15px;
    font-family: 'aaux_prolightregular';
    margin: 15px;
    color:#ffffff;
    border: 1px solid #cccccc;}
.conteudo-chamada-servico .wrap h3{
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;    }
.conteudo-chamada-servico .wrap p{
    text-align: justify;
    font-size: 14px;
    line-height: 18px;}
.conteudo-chamada-servico .wrap a{
    display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    font-family: 'aaux_prolightregular';
    font-size: 16px;
    color:#ffffff;
    text-align: center;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);}
.chamada-servicos ul li:hover > .conteudo-chamada-servico{
    margin-top: 0;}


/* CHAMADA CLIENTES */
.chamada-clientes{
    background: url('../imagens/chamada-clientes.png') center bottom no-repeat;
    width:100% !important;
    height: 400px;
    position: relative;
    top:-133px;
    margin-bottom: -155px;}

.chamada-clientes h3{
    font-family: 'aaux_prolightregular';
    font-weight:300;
    text-align: center;
    padding-top: 25px;
    color:#274092;
    font-size:30px;}
.chamada-clientes h3 span{
    font-size: 18px;
    display: block;}
.chamada-clientes nav{
    width: 1100px;
    overflow: hidden;
    height: 210px;
    margin-top: 85px;}
.chamada-clientes nav ul li{
    position: relative;
    background: #ffffff;
    float: left;
    margin: 1px;
    width: 273px;
    height:190px;
    -webkit-box-shadow: -2px 16px 18px -13px rgba(150,150,150,1);
    -moz-box-shadow: -2px 16px 18px -13px rgba(150,150,150,1);
    box-shadow: -2px 16px 18px -13px rgba(150,150,150,1);}
.chamada-clientes nav ul li img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 70%;
    max-height: 70%;}
.chamada-clientes #cliente-left, .chamada-clientes #cliente-right{
    float:right;
    margin: 5px;
    width: 42px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color:#a3a3a3;
    margin-top:-10px;
    background: #ffffff;
    border:1px solid #dadada;}

/* PAGINA EMPRESA */
.mini-banner{
    position: relative;
    width: 100%;
    height: 338px;
    overflow: hidden;
    top: -130px;
    margin-bottom: -130px;
    z-index: 9;}
.mini-banner ul{
    width: 1920px;
    height: 338px;
    position: absolute;
    left: 50%;
    margin-left: -960px;}
.mini-banner ul li{
    text-align: center;}
.mini-banner ul li h1{
    position: absolute;
    z-index: 12;
    width: 100%;
    font-family: 'aaux_proboldregular';
    font-weight: 300;
    font-size: 36px;
    color:#ffffff;
    top: 230px;}
.mini-banner ul li img{
    z-index: 9;}
.mini-banner ul li .links-breadcrumb{
    position: absolute;
    z-index: 12;
    width: 100%;
    font-family: 'aaux_proboldregular';
    font-weight: 300;
    font-size: 18px;
    color:#ffffff;
    top: 280px;}
.mini-banner ul li .links-breadcrumb a{
    color:#ffffff;}
.mini-banner ul li .links-breadcrumb a:hover{
    color: #2e90fe;}
.mini-banner ul li .links-breadcrumb span{
    color: #2e90fe;}




.empresa p{
    font-family: 'aaux_proregularregular';
    color:#7d7d7d;
    line-height: 20px;
    font-size: 18px;
    text-align: justify;}
.empresa h2{
    color: #24377c;
    font-size: 24px;
    font-family: 'aaux_prothinregular';
    font-weight: 300 !important;
}
.empresa .valores{
    float: left;
    width: 330px;
    min-height: 535px;}
.empresa .valores .box-valores{
    width: 360px;
    height: 163px;
    float: left;
    margin-bottom: 22px;
    color:#ffffff;
    font-family: 'aaux_proregularregular';
    background: rgba(246,41,12,1);
    background: -moz-linear-gradient(-45deg, rgba(246,41,12,1) 0%, rgba(24,40,97,1) 0%, rgba(24,40,97,1) 59%, rgba(27,44,107,1) 71%, rgba(47,71,158,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(24,40,97,1)), color-stop(59%, rgba(24,40,97,1)), color-stop(71%, rgba(27,44,107,1)), color-stop(100%, rgba(47,71,158,1)));
    background: -webkit-linear-gradient(-45deg, rgba(246,41,12,1) 0%, rgba(24,40,97,1) 0%, rgba(24,40,97,1) 59%, rgba(27,44,107,1) 71%, rgba(47,71,158,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(246,41,12,1) 0%, rgba(24,40,97,1) 0%, rgba(24,40,97,1) 59%, rgba(27,44,107,1) 71%, rgba(47,71,158,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(246,41,12,1) 0%, rgba(24,40,97,1) 0%, rgba(24,40,97,1) 59%, rgba(27,44,107,1) 71%, rgba(47,71,158,1) 100%);
    background: linear-gradient(135deg, rgba(246,41,12,1) 0%, rgba(24,40,97,1) 0%, rgba(24,40,97,1) 59%, rgba(27,44,107,1) 71%, rgba(47,71,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6290c', endColorstr='#2f479e', GradientType=1 );}
.empresa .valores .box-valores img{
    margin-top: -1px;
    margin-left: -1px;}
.empresa .valores .box-valores h3{
    margin-top:-15px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 300;
    text-indent: 45px;}
.empresa .valores .box-valores p{
    font-size:13px;
    color:#ffffff;
    padding: 0 10px 10px 10px;}
.empresa .box-detalhes{
    float:left;
    width: 400px;
    height: 150px;
    margin: 15px 0 50px 0;}
.empresa .box-detalhes h2{
    margin-bottom: 10px;}
.empresa .box-detalhes ul{}
.empresa .box-detalhes ul li{
    margin: 0;
    padding: 0;
    margin-left: 18px;
    list-style: circle;}
.empresa .box-detalhes ul li p{
    font-size: 16px !important;}
.fotos-servicos{
    float: right;
    width: 720px;}
.fotos-servicos ul{
    width: 715px;
    float: right;}
.fotos-servicos ul li{
    width: 355px;
    height: 130px;
    overflow: hidden;
    position: relative;
    float:left;}
.fotos-servicos ul li.margin-left{
    margin-right: 2px;
    margin-bottom: 4px;}
.fotos-servicos ul li.margin-right{
    margin-left: 2px;
    margin-bottom: 4px;}
.fotos-servicos ul li img{
    max-width: 355px;
    min-height: 130px;}
.hvr{
    display: none;
    position: absolute;
}
.fotos-servicos ul li:hover > .hvr{
    display: block;}
.fotos-servicos ul li:hover > a{
    background:url('../imagens/bg-hover_servico.png') no-repeat;
    position: absolute;
    display: block;
    z-index: 12;
    width: 355px;
    height: 132px;}

.btn-contato{
    float: right;
    width: 310px;
    height: 49px;
    line-height: 49px;
    border: 3px solid #24377c;
    margin:90px 0 0 30px;
    text-align: center;
    font-family: 'aaux_proregularregular';
    font-size: 20px;
    color:#24377c;}
.btn-contato:hover{
    background:#24377c;
    color:#24377c;
    border:3px solid #24377c;}
.servicos h2{
    color: #24377c;
    font-size: 42px;
    font-family: 'aaux_prolightregular';
    font-weight: 300;}
.servicos h3{
    color: #24377c;
    font-size: 30px;
    font-family: 'aaux_prolightregular';
    font-weight: 300;}
.servicos p{
    font-family: 'aaux_proregularregular';
    color:#7d7d7d;
    line-height: 20px;
    font-size: 18px;
    text-align: justify;}
.servicos .link-carreira{
    color: #2d8bee;}
.servicos .link-carreira:hover{
    text-decoration: underline;}

/* LINKS */
.tabela-links{
    border: 1px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(227,227,227,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(227,227,227,1);
    box-shadow: 0px 0px 5px 0px rgba(227,227,227,1);

}
.tabela-links tr td{
    width: 250px;
    border: 1px solid #f5f5f5;
}

.tabela-links tr td img{
    max-width: 130px;}


/* Clientes */
.clientes{
    border-top: 1px solid #e0e0e0;}
.clientes ul{
    margin: 5px 0 95px 0;
    width: 100%;
    min-height: 300px;}
.clientes ul li{
    position:relative;
    width: 268px;
    height: 187px;
    border: 1px solid #ecebec;
    float: left;
    margin: 2.5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 24px 18px -18px rgba(212,212,212,1);
    -moz-box-shadow: 0px 24px 18px -18px rgba(212,212,212,1);
    box-shadow: 0px 24px 18px -18px rgba(212,212,212,1);}

.clientes ul li img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;}

/* CONTATO */
.contato form{
    margin: 30px 0 60px 0;}
.contato form *{
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    width: 540px;
    height: 38px;
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(232,232,232,1);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(232,232,232,1);
    box-shadow: inset 2px 2px 5px 0px rgba(232,232,232,1);
    font:14px Segoe UI;}
.contato form input{
    float: left;
    margin-bottom: 10px;
    text-indent: 10px;}
.contato form input[name='email'], .contato form input[name='assunto']{
    float: right;}
.contato form textarea{
    width: 1100px;
    padding: 8px 0 0 8px;
    resize: none;
    overflow: hidden;
    height: 120px;}
.contato form button{
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(2,19,39,1);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(2,19,39,1);
    box-shadow: inset 0px 0px 0px 0px rgba(2,19,39,1);
    color:#ffffff;
    border:none;
    background:#213270;
    border-bottom: 3px solid #152046;
    width: 150px;
    margin-top: 5px;
    cursor: pointer;}
.contato .endereco{
    width: 100%;
    height: 170px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 17px -10px rgba(196,196,196,1);
    -moz-box-shadow: 0px 10px 17px -10px rgba(196,196,196,1);
    box-shadow: 0px 10px 17px -10px rgba(196,196,196,1);
    border:1px solid #e8e8e8;}
.contato .endereco address{
    font-family: 'aaux_proregularregular';
    font-style: normal;
    width: 410px;
    height: 150px;
    float: left;
    margin: 10px 0 0 10px;}
.contato .endereco address i{
    color: #213270;
    font-size: 48px;
    padding: 20px 20px 72px 15px;
    float: left;}
.contato .endereco address h3{
    color: #213270;
    font-size: 28px;
    font-weight: 300;
    margin: 18px 0 0 0;}
.contato .endereco address p{
    color:#525252;
    font-size: 15px;
    line-height: 22px;}
.contato .endereco .conteinerMapa{
    float: right;
    width: 650px;
    height: 150px;
    margin: 10px 10px 0 0;}
.contato .endereco .fancyMapa{
    right:0;
    position: absolute;
    width:660px;
    height: 170px;
    display: block;}

/* PÁGINA DE SERVIÇOS */
.titulo-servico{
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 100px;
    color:#24377c;
    text-align: center;
    line-height: 100px;
    font-family: 'aaux_prolightregular';
    font-weight: 300;
    font-size: 38px;}
.conteudo-esquerda-servico, .conteudo-direita-servico{
    margin: 20px 0;}
.conteudo-esquerda-servico{
    width:630px;
    float: left;}
.conteudo-esquerda-servico ul{
    border-top:1px solid #e4e4e4;
    margin: 30px 0 0 0;
    width: 100%;
    min-height: 115px;
    padding-top: 20px;}
.conteudo-esquerda-servico ul li{
    width: 206px;
    height: 113px;
    background: red;
    float: left;
    margin: 2px;
    overflow: hidden;}
.conteudo-esquerda-servico ul li img{
    max-width: 206px;
    min-height: 113px;
}
.conteudo-direita-servico{
    float: right;
    width: 430px;
    height: 550px;
    background: rgba(25,40,118,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(25,40,118,1) 0%, rgba(250,141,122,1) 0%, rgba(116,135,185,1) 0%, rgba(25,40,118,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(25,40,118,1)), color-stop(0%, rgba(250,141,122,1)), color-stop(0%, rgba(116,135,185,1)), color-stop(100%, rgba(25,40,118,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(25,40,118,1) 0%, rgba(250,141,122,1) 0%, rgba(116,135,185,1) 0%, rgba(25,40,118,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(25,40,118,1) 0%, rgba(250,141,122,1) 0%, rgba(116,135,185,1) 0%, rgba(25,40,118,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(25,40,118,1) 0%, rgba(250,141,122,1) 0%, rgba(116,135,185,1) 0%, rgba(25,40,118,1) 100%);
    background: radial-gradient(ellipse at center, rgba(25,40,118,1) 0%, rgba(250,141,122,1) 0%, rgba(116,135,185,1) 0%, rgba(25,40,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192876', endColorstr='#192876', GradientType=1 );}
	
.btn-default{
	width:360px;	
	}

.conteudo-direita-servico form[name='orcamento']{
    width:410px;
    height: 525px;
    border: 1px solid #51679f;
    margin: 10px 10px 10px 9px;}
.conteudo-direita-servico form[name='orcamento'] input[type='text'], .conteudo-direita-servico form[name='orcamento'] input[type='email'], .conteudo-direita-servico form[name='orcamento'] button, .conteudo-direita-servico form[name='orcamento'] textarea{
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    font:14px Segoe UI;
    color:#20306c;}

.conteudo-direita-servico form[name='orcamento'] ::-webkit-input-placeholder { color:#20306c; }
.conteudo-direita-servico form[name='orcamento'] ::-moz-placeholder { color:#20306c; } /* firefox 19+ */
.conteudo-direita-servico form[name='orcamento'] :-ms-input-placeholder { color:#20306c; } /* ie */
.conteudo-direita-servico form[name='orcamento'] input:-moz-placeholder { color:#20306c; }

.conteudo-direita-servico form[name='orcamento'] p{
    color:#ffffff;
    font-family: 'aaux_prolightregular';
    font-size: 30px;
    text-align: center;
    margin: 30px 0 10px 0;}
.conteudo-direita-servico form[name='orcamento'] span.descricao{
    color:#ffffff;
    font-family: 'aaux_prolightregular';
    display:block;
    text-align: center;
    line-height: 18px;
    margin-bottom: 25px;
    font-size: 16px;
    padding: 0 5px;}
.conteudo-direita-servico form[name='orcamento'] input[type='text'], .conteudo-direita-servico form[name='orcamento'] input[type='email'], .conteudo-direita-servico form[name='orcamento'] textarea{
    width: 383px;
    height: 45px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 3px 14px;
    text-indent: 10px;}
.conteudo-direita-servico form[name='orcamento'] textarea{
    text-indent: 0;
    padding: 10px 0 0 10px;
    width:373px;
    height: 150px;
    resize: none;
    overflow:hidden;}
.conteudo-direita-servico form[name='orcamento'] button{
    background: #3a51a6;
    width: 152px;
    height: 41px;
    color:#ffffff;
    font-size: 15px;
    margin: 10px 0 0 14px;
    cursor:pointer;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.15);}