.three {
    width: 100%;
    height: 100%;
    position: absolute;
}
.campo_logo {
    margin-bottom: 30px;
}
.table-area {
    margin-left: 15px;
    margin-right: 15px;
}
.fullscreen {
    background: #ffffff;
}
.conteudo-texto {
    font-size: 23px;
    font-weight: 600;
}
.cta-area .feature-video-area {
    padding: 100px 0;
}
.inner-service-area {
    padding-top: 25px !important;
}
.negrito_modal{
    font-size: 20px;
    font-weight: 600;
    color: #00557b;
}
.container_modal {
    padding: 15px 0 30px 0;
}
.botao_anexo {
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    color: #00557b;
}
.botao_anexo:hover {
    color: #ff7607;
}
.header-area .header-top .ostion-top-wrap .ostion-menu .ostion-menu-content .navigation-top .main-navigation ul li a {
    font-size: 16px !important;
}
.botao_visualizar {
    cursor: pointer;
    font-size: 34px;
    font-weight: bold;
    color: #337ab7;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.botao_visualizar:hover {
    color: #ff7607;
}
.negrito_tabela {
    font-weight: 700;
    width: 200px;
}
.service-area {
    background-color: #ffffff !important;
    padding-bottom: 40px;
}
.header-area {
    border-bottom: 1px solid #ddd;
}
.coluna-objeto {
    min-width:150px !important;
    text-align: left !important;
}
.titulo_pagina {
    font-size: 23px;
    font-weight: 700;
    color: #00557b;
}
.conteudo_pagina {
    font-size: 18px;
    font-weight: 700;
    color: #777;
}
.titulo-processo-seletivo {
    margin: 25px 0;
}
.collapse-contato .col-10 {
    line-height: 40px;
    text-align: left;
}
.collapse-contato .col-2 {
    line-height: 40px;
    text-align: right;
}
.conteudo_processos {
    margin-bottom: 70px;
}
.detalhes-contato {
    padding: 15px 0;
    line-height: 40px;
}
.detalhes-contato p a {
    font-size: 22px;
    color: #17a2b8;
    font-weight: 500;
}
.detalhes-contato p a:hover {
    color: #34495E;
}
@media(max-width: 768px){
    .breadcrumb-area {
        padding: 20px 0 !important;
    }
    .breadcrumb-area .breadcrumb-content {
        padding-top: 0;
        min-height: 160px;
    }
}
@media(max-width:411px){
  .collapse-contato .col-10, .collapse-contato .col-2 {
      line-height: 20px;
  }
  .collapse-contato .col-2 .container-icone {
      vertical-align: middle;
  }
  .conteudo_processos {
      margin-bottom: 30px;
  }
  .setor-detalhes {
      padding: 0px 5px;
      border-left: 6px solid #0869C0;
      padding-left: 0px;
  }
  .detalhes-contato p a {
      font-size: 18px;
  }
  .coluna-objeto {
      max-width: 15ch !important;
  }
  .cta-area .feature-video-area {
      padding: 30px 0 !important;
  }
  .breadcrumb-area .breadcrumb-content {
      padding-top: 0;
      min-height: 90px;
  }
}
/* PARA IMPRESSAO */
@media screen {
    #printSection { display: none; }
}
@media print {
    body * { visibility:hidden; }
    #printSection, #printSection * { visibility:visible; }
    #printSection { position:absolute; left: 0; top: 0; width: 100%; font-size: 12px !important; }
    .campo_conteudo_impressao { padding: 40px 15px 0 15px !important; }
    .col-md-12, .col-md-6, .col-md-4, .col-md-3, .col-md-offset-3 { padding-right: 15px; padding-left: 15px; }
    .col-md-6 { width: 50%; float: left; }
    .col-md-4 { width: 33.33333333%; float: left; }
    .col-md-3 { width: 25%; float: left; }
    .col-md-12 { width: 100%; float: left; }
    .col-md-offset-3 { margin-left: 25%; }
    .panel-default { border-color: #000 !important; }
    .no-print { display: none; }
    .titulo-cabecalho { font-size: 14px; font-weight: bolder; text-align: center; }
    img { width: 200px !important; height: 54px !important; }
    .rodape-totalizador { font-size: 12px !important; font-weight: 600; text-align: center; }
    .esquerda { text-align:  left; }
    .direita { text-align:  right; }
    .espaco-titulo {
        font-weight: bolder;
        background-color: #f1f1f1 !important;
        text-align: center; padding: 12px 8px !important; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;
    }
    .titulo-tabela { background-color: #f1f1f1 !important; font-weight: bolder; }
    .borda-baixo { border-bottom: 1px solid #CCC; }
}

.cta-area .breadcrumb-area {
    background-image: url("../images/cta-bg.webp");
    padding-top: 60px;
    padding-bottom: 60px;
}
.cta-area .breadcrumb-area:after {
    background-color: rgba(246, 246, 246, 0.8);
}
.breadcrumb-area {
    padding: 60px 0;
    background-color: #eeeeee;
    background-size: cover;
    background-position: center;
    background-image: url(../images/cta-bg.webp) !important;
    position: relative;
    z-index: 1;
}
.breadcrumb-area:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
    background-color: rgba(35, 35, 35, 0.8);
}
.breadcrumb-area .breadcrumb-content .breadcrumb__title, .breadcrumb-area .breadcrumb-content .breadcrumb__list li {
    color: #686868;
}
#tabela_projetos_sisgepro {
    font-size: 16px !important;
}
.span_azul {
    color: #00557b;
}
.span_laranja {
    color: #ff7607;
}
.span_vermelho {
    color: #ac2925;
}
.texto_observacao {
    font-size: 18px;
    font-weight: lighter;
}
.asterisco_laranja {
    font-size: 12px;
    color: #ff7607;
}
.asterisco_vermelho {
    font-size: 12px;
    color: #ac2925;
}
.oculto{
    display: none;
}
#printThis {
    width: 100%;
}



.feature-video-area {
    padding-top: 117px;
    padding-bottom: 160px;
    background-color: #eeeeee;
    background-size: cover;
    background-position: center;
    background-image: url("../images/menu_processos_seletivos.jpg");
    position: relative;
    z-index: 1;
}
