@charset "utf-8";
/* CSS Document */

.banner-gif-institucional {
  position: relative;
  margin: 0;
  padding: 0;
  background: #0B3C5D; /* respaldo institucional */
}

.banner-gif-institucional img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-gif-institucional::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(11,60,93,.15),
    rgba(11,60,93,.05)
  );
  pointer-events: none;
}

.banner-gif-institucional {
  margin-bottom: -5px;
}
