.noticias-modal .carousel {
  height: 370px;
}
.noticias-modal .carousel .item {
  height: 370px;
}
.noticias-modal .carousel .item h3,
.noticias-modal .carousel .item p {
  color: #333;
  text-shadow: none;
}
.noticias-modal .carousel .nav-item .btn {
  margin-top: 25%;
}
.noticias-modal .carousel-caption {
  z-index: 10;
  padding-bottom: 0;
  padding-top: 0;
}
.noticias-modal .carousel-control {
  background-image: none;
}
.noticias-modal .modal-body {
  box-shadow: inset 0px 12px 20px -20px rgba(0, 0, 0, 0.75);
  padding: 30px !important;
}
.noticias-modal .modal-dialog {
  width: 800px;
  max-width: 1000px !important;
}
