@font-face {
    font-family: 'open_sansbold';
    src: url('../fontes/OpenSans-Bold-webfont.eot');
    src: url('../fontes/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('../fontes/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fontes/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fontes/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../fontes/OpenSans-Italic-webfont.eot');
    src: url('../fontes/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/OpenSans-Italic-webfont.woff2') format('woff2'),
         url('../fontes/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fontes/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fontes/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fontes/OpenSans-Regular-webfont.eot');
    src: url('../fontes/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontes/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fontes/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fontes/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fontes/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'akzidenz-grotesk_bq_lightRg';
    src: url('AkzidenzGrotesk-Light-webfont.eot');
    src: url('AkzidenzGrotesk-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('AkzidenzGrotesk-Light-webfont.woff2') format('woff2'),
         url('AkzidenzGrotesk-Light-webfont.woff') format('woff'),
         url('AkzidenzGrotesk-Light-webfont.ttf') format('truetype'),
         url('AkzidenzGrotesk-Light-webfont.svg#akzidenz-grotesk_bq_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{margin:0;padding:0;border:0; box-sizing:border-box; display: block;}
body{font-family: 'open_sansregular'; font-size: 12px; }
a{color:inherit; text-decoration:none; /* display: inline-block; *//* float: right; */}
h1{font-family: 'open_sansbold', 'sans-serif';  font-size: 16px; color: rgba(42,68,93,1); }
h2{font-family: 'open_sansbold', 'sans-serif';  font-size: 14px; color: rgba(42,68,93,1); }
h3{font-family: 'open_sansbold', 'sans-serif';  font-size: 13px; color: rgba(42,68,93,1); }
p{font-size: 12px; color: rgba(42,68,93,1); }

/* MENU */

.container{
    width: 100%;
}
.nav{
    border-bottom: 2px solid #207299;
    height: 60px;
    background: -ms-linear-gradient(top, #207299 0%, #154A64 100%);
    background: -moz-linear-gradient(top, #207299 0%, #154A64 100%);
    background: -o-linear-gradient(top, #207299 0%, #154A64 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #207299), color-stop(1, #154A64));
    background: -webkit-linear-gradient(top, #207299 0%, #154A64 100%);
    background:#207299 linear-gradient(to bottom, #207299 0%, #154A64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207299', endColorstr='#154A64');
}
.menu{

}

.menu:active {
    background: #154A64;
}
.menu_lista ul li, .menu_lista > ul > li > ul > li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #207299;
    border-right: 1px solid #154A64;
    float: left;
    z-index: 2;
}
.menu_lista ul li:hover {
    background: #154A64;
}

.menu_lista ul li .txt_menu {
    color: rgba(255,255,255,1);
    max-width: 139px;
    display: table-cell;
    height: 58px;
    padding: 11px 15px;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'open_sansbold', 'sans-serif';
    cursor: pointer;
}
.menu_lista ul li:hover > .txt_menu {
    color: rgba(254,212,91,1);
}

.menu_lista ul li ul{
    display: none;
    top: 58px;
    position: absolute;
    min-width: 376px;
}
.menu_lista ul li:hover ul{
    display: table;
}

.menu_lista ul li ul li{
    background:#207299 linear-gradient(to bottom, #207299 0%, #154A64 100%);
    display: block;
    float: left;
    position: relative;
}
.menu_lista ul > li > ul > li > .txt_menu{
    max-width: 111px;
    display: table-cell;
    height: 58px;
    padding: 11px 17px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    z-index: 3;
    background: rgba(26,92,124,1);
    background:#207299 linear-gradient(to bottom, #207299 0%, #154A64 100%);
}
.logo {
    display: inline-block;
    position: relative;
    /* padding-right: 27px; */
    /* padding-left: 0px; */
    padding-top: 10px;
}
.menu_lista{
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 0 0 0 28px;
}

/* MENU */

/* HOME */
.banner{
    background: url(../img/banner.jpg) center center no-repeat;
    width: 100%;
    height: 589px;
    position:  relative;
}
#logo{
    background: rgba(255,255,255,0.9);
    display: table;
    padding: 20px 20px 20px 15%;
    position: absolute;
    top: 40px;
    left: 0;
    right: 30%;
    width:300px;
}

#frase_banner{
    display: table;
    position: absolute;
    top: 260px;
    width: 25%;
    max-width: 225px;
}

#frase_banner p {

    font-family: 'akzidenz-grotesk_bq_lightRg';
    font-size: 22px;
    color: rgba(42,68,93,1);
}

#frase_banner p::first-letter {
    font-size: 200% ;

}

#frase_banner p:nth-child(2) {
    font-size: 13px;
    color: rgba(42,68,93,1);
}

.row_1 {
    width: 960px;
    margin: 27px 0;
    max-height: 300px;
    min-height: 600px;
    display: table;
}

.conteudo_depoimento {
    padding: 25px;
    max-width: 255px;
}

.col_depoimento span:nth-child(3) {
    padding-top: 190px;
}

.col_depoimento{
    background: rgba(227,237,246,1);
    display: table-cell;
    /* width: 255px; */
    max-width: 255px;
    vertical-align: top;
}
.col_depoimento p {
    font-size: 12px;
    color: rgba(42,68,93,1);
    padding: 20px 0 60px 0;
}

.col_depoimento span {
    font-size: 12px;
    color: rgba(255,109,58,1);
    display: block;
}

.col_depoimento span:nth-child(1) {
    font-size: 16px;
    color: rgba(42,68,93,1);
    padding: 15px 0;
    text-align: center;
}

.col_cursos_detalhe {
    background: rgba(207,225,239,1);
    max-width: 379px;
    /* max-width: 379px; */
    display: table-cell;
    margin: 0;
    vertical-align: top;
    padding: 0;
    outline: 0;
}

.detalhe_cursos {
    padding: 30px;
    max-width: 378px;
}

.detalhe_cursos ul {
    list-style-type: none;
    padding: 15px 0;
}

.detalhe_cursos ul li:before {
    content: " - ";
}

.detalhe_cursos ul li {
    color: rgba(42,68,93,1);
}

.detalhe_cursos img:nth-child(1) {
    margin: 0 auto;
    /* position: relative; */
    display: block;
}

.detalhe_cursos h3 {
    padding: 18px 0;
    font-family: 'open_sansbold', 'sans-serif';
    font-size: 14px;
    color: rgba(48,68,93,1);
}


.detalhe_cursos span {
    font-size: 12px;
    /* padding: 10px 0; */
    display: block;
}

.detalhe_cursos img {
    position: relative;
}

.detalhe_cursos span:nth-child(12) {
    position: relative;
    top: -25px;
    left: 22px;
    color: rgba(255,255,255,1);
    font-weight:bold;
}

.detalhe_cursos span:nth-child(14) {
    position: relative;
    top: -25px;
    left: 29px;
    color: rgba(255,255,255,1);
    font-weight:bold;
}

.detalhe_cursos img {
    position: relative;
}

.detalhe_cursos span:nth-child(12) {
    position: relative;
    top: -25px;
    left: 25px;
    color: rgba(255,255,255,1);
    font-weight:bold;
}

.detalhe_cursos span:nth-child(14) {
    position: relative;
    top: -25px;
    left: 32px;
    color: rgba(255,255,255,1);
    font-weight:bold;
}

.detalhe_cursos span:nth-child(4) {
    padding: 18px 0;
}

.detalhe_cursos span:nth-child(6) {
    padding-top: 18px;
}

.detalhe_cursos span:nth-child(10) {
    padding-bottom: 25px;
}
.col_curso_lista {
    background: rgba(227,237,246,1);
    display: table-cell;
    vertical-align: top;
    max-width: 326px;
}

.col_curso_lista div {
    height: 162px;
    width: 326px;
    max-width: 326px;
    padding: 34px;
    /* background: rgba(207,225,239,1); */
    position: relative;
    left: 1px;
}

.col_curso_lista img {
    position: absolute;
    display: none;
    left: -11px;
    top: 65px;
}
.col_curso_lista div:hover img {
    display: block;
}

.col_curso_lista div:hover {
   background:  rgba(255,255,255,1);
}

.col_curso_lista div:hover p{
    color: rgba(255,109,58,1);
}

.col_curso_lista h2 {
    padding-bottom: 6px;
    color: rgba(48,68,93,1);
    font-size: 16px;
}

.col_curso_lista div:last-child {
    border: none;
}

.row_2 {
    background: url(../img/fundo.jpg)top left no-repeat;
    width: 100%;
    margin: 20px 0;
    height: 280px;
    display: table;
}
.col_sobre {
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    margin: auto 10%;
    height: 280px;
}

.conteudo_sobre {
    width: 387px;
    height: 280px;
    padding: 50px 31px;
    vertical-align: middle;
    display: table-cell;
}

.botao_azul{
    background: url("../img/botao_azul.png") top left no-repeat;
    width: 184px;
    height: 34px;
    text-align: center;
}
.botao_laranja{
    background: url("../img/botao_laranja.png") top left no-repeat;
    width: 184px;
    height: 34px;
    text-align: center;
}

.botao_azul a, .botao_laranja a {
    color: rgba(255,255,255,1);
    display: block;
    padding: 9px;
    margin: 10px 0;
}

.video_sobre {
    vertical-align: middle;
    display: table-cell;
    width: 300px;
}

.col_sobre div h3 {
    padding-bottom: 15px;
    color: rgba(42,68,93,1);
}

.col_join_people p {
    font-size: 12px;
    margin: 4px 0 17px 0;
}

.row_3 {
    display: table;
    background: rgba(255,255,255,1);
    width: 100%;
    margin: 45px 0;
    position: relative;
}

.row_3 h3 {
    border-bottom: solid 1px rgba(215,224,231,1);
}

.prev_home {
    position: absolute;
    top: calc(50% - 9.5px);
    left: 0;
    z-index: 3;
    cursor: pointer;
}

.row_3 li{
    display: table;
    cursor: pointer;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}


/*.row_3 li:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}*/

.next_home {
    position: absolute;
    top: calc(50% - 9.5px);
    right: 0;
    z-index: 3;
    cursor: pointer
}
.row_4 {
    display: table;
    background: rgba(255,255,255,1);
    width: 100%;
    margin: 0 0 77px 0;
    height: 493px;
}
.col_join_people{
    background: rgba(227,237,246,1);
    width: 100%;
    margin: 0 0;
    padding: 20px 31px;
    display: table-cell;
    vertical-align: top;
    border-right: solid 27px rgba(255,255,255,1);
}

.col_join_people h3 {
    color: rgba(42,68,93,1);
}
.col_extra{
    display: table-cell;
}
.col_extra div{
    margin: 27px 0;
}
.col_extra div:first-child{
    margin-top: 0;
}
.col_extra div:last-child{
    margin-bottom: 0;
    height: 106px;
}
.area_do_cliente{
    background: url(../img/amarelo.jpg)top left no-repeat;
    width:570px;
    height: 175px;
    position: relative;
}
.acesso {
    position: absolute;
    top: 10px;
    left: 10px;
}

.acesso span{
    font-size: 11px;
}

.acesso span {
    position: absolute;
    left: 10px;
    top: 2px;
    color: rgba(255,255,255,1);
}

.area_do_cliente_texto {
    position: absolute;
}

.area_do_cliente_texto span:nth-child(1) {
    font-size: 20px;
    display: block;
    width: 102px;
    position: absolute;
    top: 25px;
    color: rgba(42,68,93,1);
    font-weight: bold;
    font-size: 22px;
}

.area_do_cliente_texto span:nth-child(2) {
    width: 215px;
    position: absolute;
    top: 95px;
    color: rgba(42,68,93,1);
    font-weight: bold;
    font-size: 12px;
}
.area_do_colaborador{
    background: url(../img/laranja.jpg)top left no-repeat;
    width:570px;
    height: 175px;
    position: relative;
}
.teste{
    background: rgba(22,79,106,1);
    width:570px;
    height: 90px;
    padding: 33px;
}
.teste_texto {
    display: inline-block;
}

.teste_texto span:nth-child(1) {
    font-size: 18px;
    display: block;
    color: rgba(255,255,255,1);
}

.teste_texto span:nth-child(2) {
    font-size: 11px;
    color: rgba(108,163,206,1);
}

.teste img {
    display: inline-block;
    padding-left: 45px;
}

.acesso{
    position: absolute;
    top: 10px;
    right: 19px;
}
/* HOME */

.botao_voltar{
    /* padding: 15px; */
    text-align: right;
    width: 100%;
    display: table;
    /* float: right; */
    /* position: relative; */
}

.geral {
    padding: 20px 0 60px 0;
    display: block;
}

.abas {
    display: table;
    position: relative;
    width: 100%;
    /* border-collapse: separate; */
    /* border-spacing: 0px; */
    /* border: 1.5px solid #FFF; */
    height: 55px;
    margin: 20px 0 0 0;
}

.aba {
    display: table-cell;
    background: rgba(227,237,246,1);
    width: 318px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid rgba(255,255,255,1);
    border-bottom: 0px solid rgba(255,255,255,1);
    position: relative;
}

.aba:first-child {
    border-left: 0;
}

.aba:last-child {
    border-right: 0;
}

.aba a {
    font-family: 'open_sansbold', 'sans-serif';
    color: rgba(84, 122, 158, 1);
    display: block;
    padding: 18px;
    font-size: 16px;
}
.aba img {
    position: absolute;
    display: none;
    left: calc(50% - 11px);
    bottom: -12px;
}
.aba:hover img {
    display: block;
}

.aba:hover {
    background: rgba(207,225,239,1);
}

.aba:hover a{
    color: rgba(42,68,93,1);
}


.item_lista {
    background: rgba(207,225,239,1);
    border: solid 1.5px rgba(255,255,255,1);
    border-left: 0;
    border-right: 0;
    min-height: 158px;
    padding: 35px 45px;
    color: rgba(207,225,239,1)
}

.item_lista ul,.item_lista ol, .artigo_detalhe ol, .artigo_detalhe ul, .servico_texto ul, .servico_texto ol{
    margin: 0 20px;
}

.item_lista ul li, .item_lista ol li, .artigo_detalhe ol li, .artigo_detalhe ul li, .servico_texto li {
    color: rgba(42,68,93,1);
}

.item_lista:hover {
    cursor: pointer;
    background: rgba(254,212,91,1);
}

.artigo_lista {
    border: solid 1.5px rgba(255,255,255,1);
    padding-bottom: 20px;
}

.item_lista a {
    display: table;
}

.video_lista {
    background: rgba(207,225,239,1);
    padding: 0 60px;
    display: table;
    width: 100%;
    color:inherit;
    text-decoration:none;
    padding: 36.5px 50px;
    margin-top: 3px;
}

.texto_video {
    padding: 70px 40px;
    display: table-cell;
}

.texto_video2 {
    padding: 0px 40px;
    display: table-cell;
}

.texto_video_ferramenta img {
    width: 60%;
}

.item_lista p {
    padding-top: 8px;
}

.depoimento_lista {
    padding: 41px 60px;
    display: table;
    width: 100%;
    margin-top: 3px;
    background: rgba(207,225,239,1);
}

.depoimento_dados {
    display: inline-block;
    margin-bottom: 30px;
}

.depoimento_h2 {
    font-size: 16px;
    font-family: open_sansregular;
    color: rgba(42,68,93,1);
    font-weight: normal;
}

.depoimento_dados span {
    display: block;
}

.depoimento_logo {
    display: inline-block;
    float: right;
    margin-top: -10px;
}

.depoimento_texto {
    display: table-cell;
    vertical-align: middle;
}

.depoimento_foto {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    padding-left: 45px;
}

.depoimento_top {
    margin-bottom: 15px;
}

.rodape {
    height: 92px;
}

.footer {
    background: rgba(207,225,239,1);
    color: rgba(42,68,93,1);
}

.info_contato {
    width: 70%;
    display: inline-table;
    padding: 22px 0;
    vertical-align: top;
}

.info_contato span {
    font-size: 1em;
    display: block;
}

.info_social {
    /* vertical-align: top; */
    display: inline-table;
    padding: 16px 26px;
}

.info_social img:nth-child(2) {
    padding-left: 37px;
}

.info_social img:nth-child(1) {
    /* position: relative; */
    /* right: -40px; */
    top: 11px;
}

.w_max{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.titulo_branco_padrao {
    display: block;
    font-size: 16px !important;
    font-family: 'open_sansbold';
}

.titulo_branco_padrao {
    display: block;
    color: rgba(255,109,58,1);
}

.aba_ativo {
    background: rgba(207, 225, 239, 1);
}

.aba_ativo img {
    display: block;
}

.aba_ativo a{
    color: rgba(42,68,93,1);
}

.botao_voltar a{
    background: url(../img/seta-azul-esq.png) center left no-repeat;
    color:inherit;
    text-decoration:none;
    display: table;
    float: right;padding: 0 15px;
}

.artigo_detalhe {
    margin: 33px 32px;
    border-left: solid 7px rgba(207,225,239,1);
    padding-left: 30px;
}

.artigo_detalhe h2 {
    padding-bottom: 25px;
}

.mix_bloco{
    background: rgba(207, 225, 239, 1);
    display: table;
    width: 100%;
    padding: 50px;
    margin-top: 3px;
}

.img_mix {
    display: table-cell;
    vertical-align: top;
    /* padding-right: 55px; */
}

.mix_texto p {
    padding-top: 15px;
    font-size: 12px;
    line-height: 1.2em;
}

.mix_texto p:first-child {
    padding-top: 0;
}

.mix_texto p span {
    text-decoration: underline;
    font-family: 'open_sansbold', 'sans-serif';
}

.mix_conteudo img {
    margin: 33px auto;
    display: block;
}

.mix_conteudo_recrutamento img {
    margin: 21px auto;
    display: block;
}

.mix_conteudo h2 {
    color: rgba(255,109,58,1);
    padding: 20px 40px;

}

.mix_conteudo_recrutamento h2 {
    color: rgba(255,109,58,1);
    padding: 11px 0px;
}


.mix_conteudo ul{
    padding: 0 42px;
}

.mix_conteudo ul li{
    background: url(../img/losango.png) top 5px left no-repeat;
    color: rgba(42,68,93,1);
    padding: 0 18px;
    line-height: 19px;
    font-size: 12px;
}

.mix_conteudo_recrutamento ul li{
    background: url(../img/losango.png) top 2px left no-repeat;
    color: rgba(42,68,93,1);
    padding: 0 18px;
}


.mix_botao a {
    background: url(../img/botao_azul.png) top left no-repeat;
    height: 34px;
    display: table;
    padding: 9px 38px;
    color: rgba(255,255,255,1);
}

.mix_botao {
    padding-top: 25px;
}

.bg_color2{
    background: rgba(227,237,246,1);
    margin-top: 3px;
}

.mix_texto {
    padding: 0 40px;
}

.info_social div:nth-child(2) {
    display: block;
    top: 22px;
    right: 35px;
    position: absolute;
}

.info_social div:nth-child(3) {
    display: block;
    /* position: relative; */
}

.info_social div:nth-child(1) {
    display: block;
}

.frase_do_dia{
    font-family: 'open_sansbold', 'sans-serif';
    font-size: 20px;
    color: rgba(254,194,14,1);
    padding: 40px 55px;
}

.frase_do_dia span {
    /* font-size: 12px; */
    /* vertical-align: sub; */
    font-size: small;
    display: block;
    float: right;
}

.texto_video_ferramenta {
    position: relative;
    left: 300px;
    display: table;
}

.pacote h2 {
    color: rgba(255,109,58,1);
    padding: 20px 0;
}

.pacote_cabecalho {
    background: rgba(207,225,239,1);
    padding: 20px 55px;
    cursor: pointer;
    display: table;
    width: 100%;
}

.pacote_item {
    padding-bottom: 3px;
}

.pacote_nome {
    display: table-cell;
    vertical-align: middle;
    width: 531px;
}

.pacote_valor {
    display: table-cell;
    position: relative;
    font-size: 18px;
    color: rgba(42,68,93,1);
    font-weight: bold;
    vertical-align: middle;
}

.pacote_botao {
    display: table-cell;
    background: url(../img/comprar_azul.png)top left no-repeat;
    position: relative;
    float: right;
    vertical-align: middle;
}

.pacote_botao a {
    width: 80px;
    height: 27px;
    color: rgba(255,255,255,1);
    padding: 5px 16px;
}

.pacote_conteudo {
    border: solid 2px rgba(255,255,255,1);
    border-top-style: none;
    padding: 40px;
    display: none;
}

.pacote_cabecalho_ativo{
    background: rgba(254,212,91,1);
}

.pacote_botao_ativo{
    background: url(../img/comprar_amarelo.png)top left no-repeat;
}

.pacote_conteudo_ativo {
    border: solid 2px rgba(254,212,91,1);
    display: block;
}

.pacote_item:hover .pacote_cabecalho {
    background: rgba(254,212,91,1);
}

.pacote_item:hover .pacote_botao {
    background: url(../img/comprar_amarelo.png) top left no-repeat;
}

.contato {
    background: rgba(227,237,246,1);
    padding: 40px 50px;
    margin: 20px 0;
}

.contato_esq {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.contato_dir {
    display: inline-block;
    width: 51%;
}

.contato_esq div {
    padding-bottom: 16px;
}

.contato_esq input[type="text"] {
    width: 370px;
    height: 34px;
    border-radius: 5px;
    border: solid 1px rgba(42,68,93,1);
    padding: 10px;
    margin-bottom: 17px;
    color: rgba(42,68,93,1);
    font-family: open_sansregular;
    box-shadow: 0px 12px 7px -7px rgba(229,229,229,1) inset;
}

.bloco2 input[type="text"] {
    width: 370px;
    height: 34px;
    border-radius: 5px;
    border: solid 1px rgba(42,68,93,1);
    padding: 10px;
    margin-bottom: 17px;
    color: rgba(42,68,93,1);
    font-family: open_sansregular;
    box-shadow: 0px 12px 7px -7px rgba(229,229,229,1) inset;
}

.contato_esq textarea {
    width: 370px;
    height: 145px;
    border-radius: 5px;
    border: solid 1px rgba(42,68,93,1);
    padding: 10px;
    resize: none;
    color: rgba(42,68,93,1);
    font-family: open_sansregular;
    box-shadow: 0px 12px 7px -7px rgba(229,229,229,1) inset;
}

.bloco2 textarea {
    width: 370px;
    height: 170px;
    border-radius: 5px;
    border: solid 1px rgba(42,68,93,1);
    padding: 10px;
    resize: none;
    color: rgba(42,68,93,1);
    font-family: open_sansregular;
    box-shadow: 0px 12px 7px -7px rgba(229,229,229,1) inset;
}

.contato_esq h2 {
    padding-bottom: 14px;
}

.botao_enviar{
    background: url(../img/botao_enviar.png)top left no-repeat;
    position: relative;
    width: 83px;
    height: 34px;
    display: table;
    margin-top: 15px;
    left: 288px;
    padding: 9px 24px;
    color: rgba(255,255,255,1);
}

.contato_dir span {
    display: block;
    text-align: right;
    font-family: "open_sansbold";
    font-size: 16px;
    color: rgba(42,68,93,1);
}

.contato_dir div {
    margin-top: 33px;
    margin-bottom: 11px;
    float: right;
    border: solid 1px rgba(207,225,239,1);
}

.contato_dir span:nth-child(1) {
    margin-top: 30px;
}

.contato_dir span:nth-child(5){
    font-size: 12px;
}

.contato_dir span:nth-child(6){
    font-size: 12px;
}

.bloco2 {
    display: inline-block;
    width: 61%;
    padding: 70px 87px;
    vertical-align: top;
    background: rgba(227,237,246,1);
}

.bloco1 {
    display: inline-block;
    width: 35%;
    margin-right: 35px;
}

.mix_conteudo_recrutamento p {
    margin: 20px 0;
}

.aba_servico {
    background: rgba(227,237,246,1);
    border: solid 1.5px rgba(255,255,255,1);
    padding: 41px 30px;
    display: table;
    width: 100%;
}

.aba_servico div.icone_servico, div.conteudo_servico, div.servico_seletor{
    display: table-cell;
    vertical-align: top;
}
.icone_servico{
    padding-right: 25px;
}
.conteudo_servico{
    padding-right: 129px;
}
.servico_seletor div a{
    display: table-cell;
    padding:0 5px;
}
.aba_servico h1{
    color: rgba(255,109,58,1);
    margin-bottom: 10px;
}

.aba_servico p{
    color: rgba(255,109,58,1);
}

.img_servico_workshop{
    width: 77px;
    height: 77px;
    background: url(../img/workshop.png) center center no-repeat;
}

.img_servico_palestras{
    width: 77px;
    height: 77px;
    background: url(../img/palestra.png) center center no-repeat;
}

.img_servico_pessoal{
    width: 77px;
    height: 77px;
    background: url(../img/pessoal.png) center center no-repeat;
}

.img_servico_empresarial{
    width: 77px;
    height: 77px;
    background: url(../img/empresarial.png) center center no-repeat;
}

.img_servico_workshop:hover{
    background: url(../img/workshop_hover.png) center center no-repeat;
}

.img_servico_palestras:hover{
    background: url(../img/palestra_hover.png) center center no-repeat;
}

.img_servico_pessoal:hover{
    background: url(../img/pessoal_hover.png) center center no-repeat;
}

.img_servico_empresarial:hover{
    background: url(../img/empresarial_hover.png) center center no-repeat;
}

.servico_lista {
    background: rgba(207,225,239,1);
    border: solid 1.5px rgba(255,255,255,1);
    padding: 41px 60px;
    display: table;
    width: 100%;
}

.servico_texto {
    display: table-cell;
    vertical-align: middle;
}

.servico_foto {
    display: table-cell;
    vertical-align: middle;
    padding-left: 45px;
}

.titulo_branco{
    display: table;
    color: rgba(255,109,58,1);
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: "open_sansbold";
    font-size: 14px;
}

.artigo_lista a {
    display: block;
}

/* PAGINADOR */

.paginador a{
    display: inline-table;
    text-align: right;
}


.paginador {
    color: rgba(42,68,93,1);
    font-size: 16px;
    text-align: right;
    margin-top: 14px;
    font-weight: bold;
    padding-right: 6px;
}


.paginador img {
    padding: 0 7px;
    width: 21px;
}

.paginaLink, .paginaAtual{
    color: rgba(42,68,93,1);
    font-size: 16px;
    text-align: right;
    margin: 7px 1px;
    font-weight: bold;
    padding-right: 6px;
}

.paginaAtual {
    color: rgba(255,109,58,1);
    display: inline-table;
}


/* PAGINADOR */

.mapa_conteudo {
    display: table-cell;
    width: 191px;
}

.mapa_cabecalho {
    width: 100%;
    padding: 8px 0;
}


.mapa_conteudo ul li {
    list-style: none;
    color: rgba(42,68,93,1);
}

.mapa {
    background: rgba(227,237,246,1);
}

.seta_azul a{
    color: rgba(42,68,93,1);
    font-family: 'open_sansbold';
    background: url(img/seta_mapa_down.fw .png) center left no-repeat;
}

.seta_azul span {
    color: rgba(42,68,93,1);
}

.mapa_conteudo ul {
    display: block;
}

.mapa_content {
    display: none;
    width: 960px;
    padding: 20px 0;
}

.seta_azul {
    background: url(../img/seta_mapa_down.png) center left no-repeat;
    padding: 0px 18px;
}

/*
.mapa_cabecalho:hover .mapa_content {
    display: table;
}
*/
.col_curso_lista a .curso_ativa{
    background: rgba(255,255,255,1);
}
.imagem_curso_ativa{
    display: block !important;
}
.galeria_lista {
    background: rgba(207, 225, 239, 1);
    margin-top: 3px;
}

.galeria_lista a {
    width: 300px;
    display: inline-block;
}

.galeria_item_lista {
    padding: 0px 14%;
    display: inline-block;
}

.galeria_item_lista figcaption {
    color: rgba(42,68,93,1);
    font-size: 16px;
    font-family: "open_sansregular";
    padding: 8px 0;
    font-weight: bold;
}

.galeria_lista_item {
    background: rgba(226,237,246,1);
    padding: 40px 0;
}

.item_lista_row {
    display: table;
    margin: 0 auto;
}

.item_lista_galeria {
    display: table-cell;
    padding: 3px 4px;
    vertical-align: middle;
}

.galeria_lista_row {
    padding: 11px 0;
}

.galeria_lista_row:last-child {
    padding-bottom: 34px;
}

.galeria_lista_row:first-child {
    padding-top: 54px;
}

.galeria_titulo {
    width: 100%;
    padding: 15px 0px 4px 68px;
}

.botao_voltar.galeria {
    padding: 0 68px 15px 4px;
    width: 100%;
}

.galeria a {
    padding-right: 0;
}

form#formTeste{
    display: table;
    width: 100%;
    padding: 20px 0px;
    margin: 0 auto;
    /* background: rgba(227,237,246,1); */
}

.hidden{
    display: none !important;
}
p.frase_recrutamento {
    width: 370px;
}

label.pergunta {
    display: block;
    padding: 15px 0 5px 0;
}
label.pergunta:first-child {
    padding-top: 0;
}

input.resposta {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

label.resposts_label {
    display: inline-block;
    padding: 0 15px 0 5px;
    vertical-align: middle;
    color: rgba(42,68,93,1);
}
input.enviar {
    padding: 10px;
    margin: 20px 0 0 0;
    display: block;
    color: rgba(255,255,255,1);
    float: right;
}
.galeria_item_lista img {
    width: 269px;
}
div#teste {
    width: 960px;
    /* padding: 20px 180px; */
    /* background: rgba(227,237,246,1); */
}

form#formTeste h2 {
    padding-top: 15px;
}
form#formTeste fieldset {
    background: rgba(227,237,246,1);
    padding: 0 180px 20px 180px;
    margin-top: 3px;
}

div#teste h1 {
    margin-bottom: 10px;
}

.copyright{
    font-family:"open_sansregular";
    font-size:12px;
    /* float:left; */
    /* margin-top:-32px; */
    width:100%;
}
.copyright div{
    float:right;
}
.copyright div a{
    display: inline-block;
}
.copyright div span {
    display: inline-block;
}

.copyright img {
    width: 95%;
}
a.boxer img {
    width: 229px;
}
.mix_texto p strong {
    display: inline-block;
}