:root {
--bs-bg-gris3:#878C94; /*oficial*/
--bs-bg-ama5:#F0D30D;



}
.img-noticiap{
  width: 180px !important;
}
.text-justify {
    text-align: justify!important;
}
.divider {
  position: relative;
  width: 250px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.divider:after,
.divider:before {
  content: ' ';
  width: 100px;
  position: absolute;
  border-bottom: dotted 2px var(--bs-bg-gris3);
  top: 50%;
  margin-top: -4px;
}

.divider:before {
  left: 0;
}

.divider:after {
  right: 0;
}

.divider.dark:after,
.divider.dark:before {
  border-color: var(--bs-bg-gris3);
}

.divider > i {
    color: var(--bs-bg-ama6);
    font-size: 23px;
}
