.cld-main{
  width: 100%;
  margin-top: 20px;
}
.cld-main a{
  color: #0a71b3;
}
.cld-main svg{
  fill: #0a71b3;
}
.navbar-brand{
    height: 65px;
}

.text_jornada{
    height: 332px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_jornada .text-grey.text_joranda_desc{
    height: 94px;
    overflow: hidden;
}
  .cld-datetime{
    position: relative;
    /*width: 66%;*/
    min-width: 100px;
    /*max-width: 300px;*/
    margin: auto;
    overflow: hidden;
  }
  .cld-datetime .today{
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: auto;
    text-align: center;
  }
  .cld-nav{
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  .cld-nav:hover{
    cursor: pointer;
  }
  .cld-nav:hover svg{
      fill: #005EFF;
  }
  .cld-rwd{
    float: left;
  }
  .cld-fwd{
    float: right;
  }
    .cld-nav svg:hover{

    }
.cld-labels, .cld-days{
  padding-left: 0;
  margin-top: 20px;
}
  .cld-label, .cld-day{
    box-sizing: border-box;
    display: inline-block;
    width: 14.28%;
    text-align: center;
  }
  .cld-day{
    border: 1px solid #eee;
    position: relative;
  }
  .cld-day.today .cld-number{
    background: #0a71b3;
    color: #fff;
    opacity: 0.4;
  }
  .cld-day.disableDay{
    opacity: 0.5;
  }
  .cld-day.nextMonth, .cld-day.prevMonth{
    opacity: 0.33;
  }
  .noticia_page{
      max-height: 435px;
      overflow: hidden;
      line-height: 29px;
  }
  .noticia_page a{
      color: #0a71ba;
  }
  .img_noticia{
      width: 100%;
      height: 200px;
      object-fit: cover;
  }
  .img_noticia img{
      max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
    .cld-number{
      position: relative;
      margin: 0;
      padding: 10px;
    }
      .cld-title{
        position: absolute;
        z-index: 5;
        display: none;
        top: 35px;
        left: 0;
        padding: 5px 10px;
        background: #fff;
        white-space: nowrap;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 12px;
      }
      .cld-number:hover .cld-title{
        display: block;
      }
      .cld-title::before{
        content: '';
        position: absolute;
        top: -7.5px; left: 10px;
        width: 0;
        height: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;

        border-bottom: 7.5px solid #ccc;
      }
      .cld-number.eventday{
        font-weight: bold;
        background-color: #0a71b3;
        color: #fff;
      }
      .cld-number.eventday:hover{
        cursor: pointer;
        background: #0a71b3;
      }
      .today .cld-number.eventday:hover{
        background: #005EFF;
      }
      .pabsolute{
        position: absolute;
        bottom: 0px;
      }
.text_jornada_min{
    max-height: 150px;
    overflow: hidden;
}

.text_jornada_main{
    max-height: 500px;
    overflow: hidden
}

.text_noticia_low{
    max-height: 208px;
    overflow: hidden;
}

.text_noticia_low_a{
    float: left;
    margin-left: 15px;
}