 body {
    overflow-wrap: break-word;
  }

    html {
    overflow-x: hidden !important;
  }

  .img-cuadro img {
    width: 100%;
  }

  .noticia-item {
    background-color: white;
    border-radius: 40px;
    max-width: 400px;
  }

  .noticia-item img {
    border-radius: 40px 40px 0px 0px;
  }

  .caja-noticia {
    padding: 15px;
    padding-bottom: 0px;
  }

  .caja-noticia .titulo-noticia {
    font-size: 18px;
  }

  .caja-noticia .fecha-noticia {
    font-size: 16px;
  }

  .caja-noticia .extracto-noticia {
    font-size: 14px;
  }

  .arrow-btn:before {
    width: 0px;
  }

  .arrow-btn {
    min-width: unset;
  }

  .flecha svg {
    fill: white;
  }

  .flecha {
    gap: 0px;
    width: 24px;
  }

  .caja-noticia a {
    margin-left: auto;

  }

  .flecha-container .flecha {
    font-size: 24px;
  }

  .nota-img img {
    width: 100%;
  }

  .cita {
    position: relative;
    background: #ebe6e0;
    z-index: 1;
    margin-bottom: 40px;
  }

  .cita::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    background: #ebe6e0;
    z-index: -1;
  }

  @media (max-width: 991.98px) {

    .cita::before {
      right: 50%;
      transform: translateX(50%);
      width: 100vw;
    }

  }

  .cita-img img {
    border-radius: 100px;
    max-width: 120px;
  }

  .noticias-recientes {
    background-color: #f0f0f0;
  }

  .noticias-recientes {
    position: relative;
    background: #f3f3f3;
    z-index: 1;
  }

  @media(max-width: 991.98px) {
    .noticias-recientes {
      margin-left: -12px;
      margin-right: -12px;
      padding-left: 12px;
      padding-right: 12px;
    }
  }

  @media(min-width: 992px) {
    .noticias-recientes::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 100vw;
      background: #f3f3f3;
    }
  }

  @media(max-width: 992px) {
    .layout-cont .post {
      display: flex;
      flex-direction: column;
    }

    .cita .container {
      display: flex;
      flex-direction: column;
    }
  }

  .noticias-recientes {
    display: flex;
  }

  @media(max-width: 500px) {
    .noticia-item {
      max-width: unset !important;
    }
  }

  .btn-compartir {
    border-radius: 100px;
    border: unset;
    background-color: #dde5ce;
    margin-bottom: 30px;
    padding: 10px 15px;
    transition: box-shadow .2s ease-in-out;
  }

  .btn-compartir img {
    max-width: 20px
  }

  .btn-compartir:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }

  .cita-img {
    padding: 0px 20px 20px 0px;
  }

  .img-autor {
    max-width: 150px;
  }

  .img-autor img {
    max-width: 130px;
  }

  .back {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .back-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid var(--dark-green);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .back:hover svg {
    fill: white;

  }

  .back-icon {
    transition: background .7s ease, transform .4s ease;
  }

  .back:hover .back-icon {
    background-color: var(--dark-green);
  }

  .btn-compartir {
    max-width: 180px;
  }

  .cita-img img {
    padding-right: 10px;
  }

  .cita .container {
    max-width: 1200px;
  }

  #compartir .btn-compartir {
    margin: 0px 0px 50px;
  }

  .comillas {
    font-size: 80px !important;
    font-family: GothamRounded !important;
    height: 60px;

  }

  .text-right {
    text-align: right;
  }

  @media(max-width: 992px) {
    .noticias-recientes {
      position: relative;
    }

    .noticias-recientes::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
      background: #f3f3f3;
      z-index: -1;
    }

    .noticia-item {
      max-width: unset;
      margin-bottom: 20px
    }

    #compartir .btn-compartir {
      margin: 20px 0px 50px;
    }
  }

  @media(min-width:992px) {

    .texto-nota,
    .cita,
    .nota-img,
    .texto-nota2,
    .img-nota2, .contenido-wp {
      padding-right: 40px;
    }
  }