/**
 * Páginas informativas
 */

 /* ¿Qué es AdapteCCa? */
 h1.page-header {
    color: #303030;
    font-weight: bold;
    font-size: 1.688em;
}
.breadcrumb {
    padding: 0;
    background-color: white;
}
/*
.region-sidebar-second {
    border: 1px solid #ededed;
    padding: 1.5rem;
    margin-top: 3rem;
}
*/
.region-sidebar-second {
    border: 1px solid #ededed;
    padding: 1.5rem;
    margin-top: 3rem;
    background-color: #fff;
}


#block-views-noticias-block-1 , #block-views-convocatorias-block-1, #block-views-documentos-block-1 {
    padding: 5px;
    margin: 15px 0;
}
#edit-field-marcar-todos > div > label,
#edit-field-mbito-de-trabajo-y-o-inte > div > label{
   /* display: none;*/
}


.block-views-block04-noticias-block-2 .views-field-title{
    color: #303030;
  font-weight: bold;
  font-size: 1.688em;
  margin-top: 0;
  margin-bottom: 0;
}
.block-views-block04-noticias-block-2 .block-title::before{
content: '';
  background: url('/themes/custom/adaptecca/images/iconos/ico-noticias.png') no-repeat;
  width: 2.5rem;
  height: 2.4rem;
  float: left;
  position: relative;
  top: .2rem;
  margin-right: .6rem;
}

.block-views-block05-convocatorias-block-2 .views-field-title{
  color: #303030;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.block-views-block05-convocatorias-block-2 .block-title::before{
content: '';
  background: url('/themes/custom/adaptecca/images/iconos/ico-calendar-25_bn.png') no-repeat;
  width: 2.5rem;
  height: 2.4rem;
  float: left;
  position: relative;
  top: .2rem;
  margin-right: .6rem;
}

.block-views-blockdocumentos-block-2 .views-field-title{
    color: #303030;
  /*font-weight: bold;*/
  font-weight: 600;
  font-size: 20px;
  line-height: 1.42857143;
  margin-top: 0;
  margin-bottom: 0;
}
.block-views-blockdocumentos-block-2 .block-title::before{
content: '';
  background: url('/themes/custom/adaptecca/images/iconos/ico-documentos.png') no-repeat;
  width: 2.5rem;
  height: 2.4rem;
  float: left;
  position: relative;
  top: .2rem;
  margin-right: .6rem;
}



.block-views-block04-noticias-block-2 .views-field-title h2{
 color: #303030;
  font-weight: 600;
  font-size:20px;
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 1.42857143;

}
.block-views-blockdocumentos-block-2 .views-field-title h2,
.block-views-block05-convocatorias-block-2 .views-field-title h2{
     color: #303030;
  font-weight: 600;
  font-size:20px;
  margin-top: 0;
  margin-bottom: 2.5rem;
  line-height: 1.42857143;
}