/************************************************************************************************************/
/******************************************** INICIO NOTICIAS  **********************************************/
.lista-noticias{
  margin-top: 30px;
  margin-bottom: 30px;
}

.caja-noticia-princial, .caja-noticia{
  height: 350px;
  overflow: hidden;
  margin-bottom: 30px;
}

.caja-noticia-princial .caja-imagen{
  padding: 0;
}

.caja-noticia-princial .caja-contenido{
  padding: 0;
  color: #fff;
  background: #0A5431;
}

.caja-noticia-princial .caja-contenido .titulo{
  height: 260px;
  padding: 40px;
}

.caja-noticia-princial .caja-contenido .titulo p{
  margin-top: 60px;
}

.caja-noticia-princial .caja-contenido .leer{
  height: 100px;
  background: #F6B842;
}

.caja-noticia-princial .caja-contenido .leer h6{
  margin-top: 35px;
}

.caja-noticia .card-body:before{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 83px;
    background: #0A5431;
    border: none;
}

.caja-noticia .card-body:after{
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 83px;
    background: #F6B842;
    border: none;
}


.contenedor-noticia{
  padding: 10px 25px;
}

.noticia-principal{
  height: 460px;
}

.caja-imagen{
  background-position: top center !important;
    background-size: contain;
    background-repeat: no-repeat;
    height: 460px;
}

.caja-contenido{
  color: #fff;
  background: #0A5431;
}

.info-noticia-principal{
  margin-top: 100px;
}
.info-noticia-principal h4{
     font-family: "BebasNeueBook" !important;
    font-size: 50px;
    font-weight: 600;
}


.titulo-noticia{
  color: #fff;
    margin-top: -110px;
    z-index: 1;
    position: relative;
        width: 100%;
        font-family: "BebasNeueBook";
}

.titulo-noticia table{
  width: 100%;
      height: 100%;
}

.titulo-noticia .parte_1{
  background: #0A5431;
    height: 100px;
    overflow: hidden;
    padding: 5px;
    width: 70%;
}

.titulo-noticia .parte_1 span{
    font-size: 33px;
}
.titulo-noticia .parte_1 p{
  margin: 5px 0 0px 0px;
  font-family: "SF-Pro-Display-Light";
}

.titulo-noticia .parte_2{
    background: #F6B842;
    font-size: 30px;
    height: 100px;
    overflow: hidden;
    padding: 5px;
    width: 30%;
    text-align: center;
}

.info-vista-noticia{
  margin-top: 50px;
    margin-bottom: 50px;
}
