@media screen and (max-width: 481px) {
  .notification-circle {
    position: absolute;
    top: 2px;
    left: 15px;
    width: 14px;
    height: 14px;
    color: white;
    font-size: 7px;
    background-color: red;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .notification-section {
    width: 100%;
    display: flex;
    flex-flow: column;
    border: 1px solid #548235;
    border-radius: 25px;
    margin: 10px 0;
    padding: 0;
  }
  .notification-article {
    display: flex;
    flex-flow: row;
    text-align: center;
    padding: 0 0 0 5px;
  }
  .notification-section a {
    text-decoration-line: none;
  }
  .boxArticleText {
    width: 80vw;
    color: white;
    padding: 5px 0;
  }
  .notification-imagen {
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
    padding: 8px;
  }
}
@media (min-width: 482px) and (max-width: 768px) {
  .notification-circle {
    position: absolute;
    top: 2px;
    left: 15px;
    width: 14px;
    height: 14px;
    color: white;
    font-size: 7px;
    background-color: red;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .notification-section {
    width: 100%;
    display: flex;
    flex-flow: column;
    border: 1px solid #548235;
    border-radius: 25px;
    margin: 10px 0;
    padding: 0;
  }
  .notification-article {
    display: flex;
    flex-flow: row;
    text-align: center;
    padding: 0 0 0 5px;
  }
  .notification-section a {
    text-decoration-line: none;
  }
  .boxArticleText {
    width: 80vw;
    color: white;
    padding: 10px 0;
  }
  .notification-imagen {
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
    padding: 8px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .notification-circle {
    position: absolute;
    top: 2px;
    left: 15px;
    width: 14px;
    height: 14px;
    color: white;
    font-size: 7px;
    background-color: red;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .notification-section {
    width: 100%;
    display: flex;
    flex-flow: column;
    border: 1px solid #548235;
    border-radius: 25px;
    margin: 10px 0;
    padding: 0;
  }
  .notification-article {
    display: flex;
    flex-flow: row;
    text-align: center;
    padding: 0 0 0 5px;
  }
  .notification-section a {
    text-decoration-line: none;
  }
  .boxArticleText {
    width: 80vw;
    color: white;
    padding: 10px 0;
  }
  .notification-imagen {
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
    padding: 8px;
  }
}
@media (min-width: 1280px) {
  .notification-circle {
    position: absolute;
    top: 2px;
    left: 15px;
    width: 14px;
    height: 14px;
    color: white;
    font-size: 7px;
    background-color: red;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .notification-section {
    width: 100%;
    display: flex;
    flex-flow: column;
    border: 1px solid #548235;
    border-radius: 25px;
    margin: 10px 0;
    padding: 0;
  }
  .notification-article {
    display: flex;
    flex-flow: row;
    text-align: center;
    padding: 0 0 0 5px;
  }
  .notification-section a {
    text-decoration-line: none;
  }
  .boxArticleText {
    width: 80vw;
    color: white;
    padding: 10px 0;
  }
  .notification-imagen {
    width: 100px;
    max-width: 100%;
    object-fit: cover;
    flex-shrink: 0;
    padding: 8px;
  }
}
* {
  box-sizing: border-box;
}

h2 {
  color: #548235;
}

/*# sourceMappingURL=layout.css.map */
