.cover-background {
          border-bottom: 0 !important;
      }
      .dCuerpoNoticia{
    float: left;
    width: 100%;
    background-color: #fff;
    display: block;
  }
  .dImgNoticia{
    width: 50%;
    float: left;
  }
  .dImgNoticiaNoText{
    width: 50%;
    float: left;
    margin-left: 25%;
    margin-top: 2.5%;
  }
  .dImgNoticia img{
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .dTextNoticia{
    width: 50%;
    float: left;
    padding: 2.5%;
  }
  .dTextNoticia h2{
    margin-top: 0;
    margin-bottom: 30px;
    font-family: times new roman;
  }
  .dTextNoticia p{
    width: 100%;
    float: left;
    text-align: justify;
    font-size: 16px;
  }
  .carousel img{
    height: 460px !important;
  }
  .dBotonLeft{
    position: absolute;
    left: 20px;
    z-index: 9;
  }
  .dBotonLeft i{
    font-size: 40px;
    color: #fff;
  }
  .dBotonRight{
    position: absolute;
    right: 20px;
    z-index: 9;
  }
  .dBotonRight i{
    font-size: 40px;
    color: #fff;
  }
  .dVolverNews{
    width: 100%;
    float: left;
    padding:30px;
  }
  .d33{
    width: 33%;
    float: left;
  }
  .dBotonAnterior{
    background-color: #fff;
    color: #262626;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    float: left;
  }
  .dBotonAnterior i{
    olor: #262626;
    font-size: 30px;
    font-weight: 100;
    margin-right: 25px;
  }
  .dBotonVolver{
    background-color: #fff;
    color: #262626;
    border: solid 1px #262626;
    text-align: center;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    margin: auto;
    display: block;
    width: 250px;
    font-weight: bold;
    font-size: 18px;
    transition: all ease 0.5s;
  }
  .dBotonVolver:hover{
    background-color: #262626;
    color: #fff;
    transition: all ease 0.5s;
  }
  .dBotonVolver i{
    color: #262626;
    font-size: 30px;
    font-weight: 100;
    margin-right: 25px;
  }
  .dBotonSiguiente{
    background-color: #fff;
    color: #262626;
    text-align: right;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }
  .dBotonSiguiente i{
    color: #262626;
    font-size: 30px;
    font-weight: 100;
    margin-left: 25px;
  }
  @media screen and (max-width: 720px) {

    .dTextNoticia {
        width: 100%;
        float: left;
        padding: 2.5%;
    }
    .dImgNoticia {
        width: 100%;
        float: left;
    }
    .d33{
      width: 100%;
      margin-bottom: 25px;
  }