.img-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.img-bg.cover {
  background-size: cover;
}

header .dropdown-menu {
  opacity: 0.95;
}
header .dropdown-toggle::after {
  display: none;
}
@media (min-width: 1200px) {
  header .dropdown-toggle::after {
    display: inline-block;
  }
}

/* header .dropdown-container {
  background-color: #2dc8f7;
}
header .dropdown-container .dropdown .btn {
  background-color: #2dc8f7;
  border-color: #2dc8f7;
}
@media (min-width: 576px) {
  header .dropdown-container {
    background-color: #338ee0;
  }
  header .dropdown-container .dropdown .btn {
    background-color: #338ee0;
    border-color: #338ee0;
  }
} */

main #news-carousel .news-image {
  height: 260px;
}
@media (max-width: 576px) {
  main #news-carousel .news-image {
    background-position: 50% 50% !important;
  }
}
@media (min-width: 768px) {
  main #news-carousel .news-image {
    height: 375px;
    background-position: center;
    background-size: cover;
  }
}

main #news-carousel .carousel-caption {
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.95;
}
@media (min-width: 576px) {
  main #news-carousel .carousel-caption {
    bottom: 5px;
    left: 15%;
    right: 15%;
  }
}
@media (min-width: 768px) {
  main #news-carousel .carousel-caption {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  main .news > .col-md {
    width: 50%;
  }
}

main .news > .col-md .list-group-flush:first-child .list-group-item:last-child {
  border-bottom-width: 1px;
}
@media (min-width: 768px) {
  main
    .news
    > .col-md
    .list-group-flush:first-child
    .list-group-item:last-child {
    border-bottom-width: 0;
  }
}

@media (min-width: 576px) {
  main .card.history {
    display: none;
  }
}

@media (min-width: 768px) {
  main .card.history {
    display: flex;
  }
}

main .card.history .mini {
  font-size: 12px;
}

main .side .history {
  display: none;
}
@media (min-width: 576px) {
  main .side .history {
    display: flex;
  }
}
@media (min-width: 768px) {
  main .side .history {
    display: none;
  }
}
main .side .history .card-text {
  display: none;
}

main .link {
  height: 550px;
}
@media (min-width: 576px) {
  main .link {
    height: 400px;
  }
}
@media (min-width: 768px) {
  main .link {
    height: 100px;
  }
}
@media (min-width: 992px) {
  main .link {
    height: 100%;
  }
}

footer .container-fluid > .row {
  padding-left: 3%;
  padding-right: 3%;
}

footer .row.info {
  min-width: 45vw;
}
footer .row.info .col-12 {
  border-left-width: 0 !important;
}
@media (min-width: 768px) {
  footer .row.info .col-12 {
    border-left-width: 1px !important;
  }
}
