
/* BANNER */

article#banner {
    
    height: 300px;
    /* border : 2px solid #f00; */
    width: 100%;    
    
    /*
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;*/

    display : flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;

    padding-right : 80px;
    padding-top : 20px;

}

.link_dataprevisao{
    font-size: 11px !important;
}

article#banner h3 {
    width:50%;
    float: left;
    font-family: raleway_bold;
    color : #f7f7f7;
    float: right;
    font-size: 50px;
    margin-bottom : 30px;
}

article#banner p {
    width:50%;
    float: right;
    font-family: raleway_bold;
    color : #f7f7f7;
    font-size: 20px;
    margin-top : 0;
    /* border: 2px solid #f00; */
}

/* CORPO */

article#concurso-topo-descricao {
    background: #f7f7f7;
}

article#concurso-topo-descricao h2 {
    color : #013976;
    font-size: 18px;
}

article#concurso-topo-descricao p {
    color : #757575;
    font-size: 16px;
    font-weight: bolder;
}

/* ARTICLE CENTER */

#article_centro_concurso_publico 
{
    /* background: #ff0; */
}

#article_centro_concurso_publico div {

    /* border : 2px solid #f00; */
}


#article_centro_concurso_publico #div_banner_info{

    height: 150px;
    width: 100%;
    background: url("../../../assets/img/telecom/thumbnail_super 2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;

    /*
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: cover;*/
}

#article_centro_concurso_publico #div_datas {
    height: 150px;
    width: 100%;
    /* background: brown; */
    margin-top : 0px;
    
    display : flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#article_centro_concurso_publico #div_datas .div_item_data {
    
    /* border:2px solid #ff0; */
    margin : 0;
    height: 150px;
    position: relative;
}

#article_centro_concurso_publico .div_concurso_info_base #div_datas  .div_item_data {
    
    /* border:2px solid #ff0; */
    margin : 0;
    height: 150px;
    position: relative;
    border-radius : 70px;
    background: #A8A3A3;
}

#article_centro_concurso_publico .datas-previstas #div_datas  .div_item_data {
    
    /* border:2px solid #ff0; */
    margin : 0;
    height: 150px;
    position: relative;
    border-radius : 0 !important;
    background: #013976;
}

#article_centro_concurso_publico .datas-previstas #div_datas  .div_item_data h5 {
    
    font-size: 10px;
}

#article_centro_concurso_publico .div_concurso_info_base #div_datas .div_item_data .span_data {
    font-family: raleway_bold;
    font-size: 18px;
}

#article_centro_concurso_publico #div_datas .div_item_data .span_data {
    position: absolute;
    top:0;
    left:25%;
    width:50%;
    display:inline-block;
    text-align: center;
    padding:5px;
    border-radius : 0 0 30px 30px;
    font-family: raleway_bold;
}

#article_centro_concurso_publico #div_datas .div_item_data .span_data small {
    display:inline-block;
    color : #fff;
}

#article_centro_concurso_publico #div_datas .div_item_data h5 {
    position: absolute;
    top:70px;
    display:inline-block;
    font-size: 14px;
    font-family: raleway_bold;
    color : #fff;
    text-align : center;
    /* border: 2px solid #f00; */
    width : 100%;
}

#article_centro_concurso_publico #div_datas .div_item_data .span_calendar {
    position: absolute;
    bottom:-30px;
    left:35%;
    display:inline-block;
    background: #fff;
    color : #013976;
    text-align : center;
    padding-top : 15px;
    height:60px;
    width:60px;   
    box-shadow: 2px 8px 10px 2px #F2F2F2;
}

#div_concurso_texto {
    /* height: 700px; */
    margin-top : 50px;
    margin-bottom : 50px;
}

#div_concurso_texto h5, #div_concurso_texto h6{
    color : #013976;
    text-transform: uppercase;
}

#div_concurso_info_top
{
    margin-top: 40px;
    display : flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #FFF;
}

#div_concurso_info_top span {

    color : #013976;
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: 1px solid #013976;
}

.div_concurso_info_base{
    color : #000;
    background: #FFF;
}

.div_concurso_info_base ul{
    padding-left: 30px;
}

.div_concurso_info_base ul li{
    margin-top: 10px;
}


#div_concurso_historico {

    background: #FFF;
    /* height: 100px; */
    margin-top : 30px;
}

.div_concurso_historico_item {
    margin : 10px auto;
    width: 90%;
}

.texto-concurso-anterior1 {
    background: #F7F7F7;
    color : rgba(0,0,0,.7);
    margin-bottom: 10px;
}

.texto-concurso-anterior2 {
    background: #C2C2C2;
    color : rgba(0,0,0,.7);
}

.div_concurso_info_base[predefinido="-1"] {
    display: none;
    transition: all 2s;
}




/* GRID RESPONSIVE BREAK POINT */


/* Extra Small devices ( landscape phones) */
@media (max-width : 575.98px) {
   
    #article_centro_concurso_publico #div_banner_info{
        display : none;
    }

    
    #article_centro_concurso_publico #div_datas {
        display : none;
    }

    article#banner h3 {       
        font-size: 14px;
    }
    
    article#banner p {
        font-size: 10px;
    }
    
  
  }
  
  /*  `sm` applies to x-small devices (portrait phones, less than 576px)*/
  /* Small devices ( landscape phones) */
  @media (min-width : 576px) and (max-width : 767.98px) {
 
    #article_centro_concurso_publico #div_banner_info{
        display : none;
    }

    
    #article_centro_concurso_publico #div_datas {
        display : none;
    }

    article#banner h3 {       
        font-size: 20px;
    }
    
    article#banner p {
        font-size: 10px;
    }

  }
  
  /* // `md` applies to small devices (landscape phones, less than 768px)*/
  /* Medium devices ( tablets, 768px e superiores) */
  @media (min-width : 768px) and (max-width : 991.98px) {
   
    article#banner h3 {       
        font-size: 25px;
    }
    
    article#banner p {
        font-size: 10px;
    }
  
  
  }
  
  
  /* // `lg` applies to medium devices (tablets, less than 992px)*/
  /* Large devices ( desktops, 992px e superiores) */
  @media (min-width : 992px) and (max-width : 1199.98px) {
    
    article#banner h3 {       
        font-size: 30px;
    }
    
    article#banner p {
        font-size: 18px;
    }
  
  }
  
  /* // `xl` applies to large devices (desktops, less than 1200px)*/
  /* Extra large devices ( large desktops, 1200px e superiores) */
  @media (min-width : 1200px) {
    article#banner h3 {       
        font-size: 30px;
    }
    
    article#banner p {
        font-size: 18px;
    }

  }
  
  