@import url("https://fonts.cdnfonts.com/css/samo-sans-pro");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Samo Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #25233c;
  overflow-x: hidden;
}

h1 {
  font-size: 39.74px;
  font-weight: 700;
}

h2 {
  font-size: 44.95px;
  font-weight: 700;
  margin-bottom: 0;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 21px;
  line-height: 23.99px;
}

button,
.btn {
  text-decoration: none;
  background-color: #98c34d;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1rem;
  border: none;
}
button:not(.navbar-toggler):not(.btn-close):hover,
.btn:not(.navbar-toggler):not(.btn-close):hover {
  background-color: #76a83b !important;
}
button.navbar-toggler,
.btn.navbar-toggler {
  border: none;
}
button.navbar-toggler:focus,
.btn.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
button .icon,
.btn .icon {
  color: white;
  width: 15px !important;
  min-width: 15px !important;
  height: 15px !important;
  min-height: 15px !important;
  margin-left: 10px;
}
button:focus, button:hover,
.btn:focus,
.btn:hover {
  outline: none;
}

.text-xs {
  font-size: 14px;
}

@media only screen and (max-width: 520px) {
  .text-xxs {
    font-size: 10px;
  }
  .mt-n1 {
    margin-top: -6px !important;
  }
}
.navbar {
  transition: 0.3s ease-in-out;
  padding: 0;
}
.navbar .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
}
.navbar .nav-item .icon {
  width: 25px !important;
  min-width: 25px !important;
}
.navbar .map-nav .nav-item {
  justify-content: space-between;
  padding: 15px !important;
  cursor: pointer;
}
.navbar .map-nav .nav-item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.navbar .map-nav .nav-item .icon-container {
  color: white;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navbar .map-nav .nav-item .icon-container .show {
  color: rgba(0, 0, 0, 0.65);
  margin-left: 15px;
  font-weight: bold;
}
.navbar .map-nav .nav-item .icon-container .icon {
  color: #075b9a;
  width: 20px !important;
  max-width: 20px !important;
  min-height: 18px !important;
  height: 20px !important;
}
.navbar .map-nav .rotate-90 {
  color: #9497a1 !important;
}

.nav-link {
  color: white !important;
  font-weight: 400 !important;
}
.nav-link:hover {
  color: #98c34d !important;
}

.dropdown-item {
  width: auto;
}

.banner .slick-list,
.banner .slick-track,
.banner .slick-slide {
  height: 100%;
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner .slick-slide {
  position: relative;
}
.banner .slick-dots {
  bottom: 2%;
}
.banner .slick-dots button:hover {
  background: none !important;
}
.banner .slick-dots button:before {
  font-size: 15px;
  color: white;
}
.banner .slick-dots .slick-active button::before {
  color: #075b9a;
  border: 1px solid white;
  border-radius: 50%;
}
.banner .carousel-caption {
  background-image: url("../img/bg_caption.svg");
  background-repeat: no-repeat;
  right: unset;
  left: 2%;
  max-width: 500px;
  text-align: left;
  padding: 2rem 1rem;
  bottom: 17%;
}

.footer {
  color: #9497a1;
}

.bg-primary {
  background-color: #075b9a !important;
}

.bg-primary-always {
  background-color: #075b9a !important;
}

.bg-accent {
  background-color: #98c34d !important;
}

.bg-light-grey {
  background: rgba(217, 217, 217, 0.18);
}

.bg-white {
  background: #075b9a !important;
}

.text-gray {
  color: #9497a1;
}

.banner {
  position: relative;
}
@media only screen and (min-width: 758px) {
  .banner {
    height: calc(100vh - 65.59px);
  }
  .banner .slick-slide {
    height: calc(100vh - 65.59px);
  }
  .banner .slick-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.side-banner {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  justify-content: center;
}
.side-banner .icon-container {
  background-color: rgba(152, 195, 77, 0.4156862745);
  padding: 5px;
  border-radius: 60px;
  margin: 0.5rem 0;
}
.side-banner .icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #98c34d;
  border-radius: 35px;
  padding: 10px;
  transition: width 0.2s;
  width: 50px;
}
.side-banner .icon-inner .icon {
  color: #075b9a;
}
.side-banner .icon-inner:hover {
  width: 200px;
}
.side-banner .icon-inner:hover .show {
  color: white;
  display: inline-block;
  width: 100%;
}
.side-banner .icon-inner:hover .icon {
  color: white;
}
.side-banner .show {
  width: 0;
  white-space: nowrap;
  direction: rtl;
  color: rgba(255, 255, 255, 0);
  transition: 0.5s all ease-out;
  display: none;
  pointer-events: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 5px;
}
.side-banner.sidebar-primary .icon-container {
  background-color: rgba(6, 91, 154, 0.41);
  margin: 0.2rem 0;
}
.side-banner.sidebar-primary .icon-inner {
  background: #075b9a;
}
.side-banner.sidebar-primary .icon-inner:not(:hover) {
  width: 40px;
}
.side-banner.sidebar-primary .icon-inner:hover {
  width: 170px;
  text-align: center;
}
.side-banner.sidebar-primary .icon-inner .icon {
  color: white;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}

.icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.counter {
  font-size: 94px;
  font-weight: 700;
  color: white;
  font-style: italic;
}

.font-italic {
  font-style: italic;
}

.cifre {
  background: url("../img/cifre.png") no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: 100% 100%;
  overflow-x: hidden;
}
.cifre__cell {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  min-width: 550px;
}
.cifre .counter-container {
  width: 300px;
  align-items: center;
  text-align: center;
}
.cifre .counter-container:nth-child(1) {
  margin-left: 50px;
}
.cifre .counter-container:nth-child(2) {
  align-self: center;
}
.cifre .counter-container:nth-child(3) {
  align-self: end;
}

.bg-accent-lighter {
  height: 100%;
  position: relative;
  z-index: 1;
}
.bg-accent-lighter:after {
  background-color: rgba(152, 195, 77, 0.6);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skew(30deg);
  z-index: -1;
}

.bg-primary-lighter {
  height: 100%;
  position: relative;
  z-index: 1;
}
.bg-primary-lighter:after {
  background-color: rgba(0, 82, 177, 0.79);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skew(30deg);
  z-index: -1;
}

.vimeo-video-container {
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

.vimeo-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border: none;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: 100% 100%;
  border-radius: 0;
}
.card .card__body {
  position: absolute;
  height: 115px;
  padding: 20px;
  transition: height 0.5s;
  bottom: 0;
}
.card.hide-hover {
  max-height: 476px;
}
.card.hide-hover .card__body {
  height: 190px !important;
}
.card.hide-hover .card__subtitle {
  font-size: 16px;
  font-weight: 400;
}
.card.hide-hover .card__thumb {
  height: 470px !important;
}
.card:not(.hide-hover) {
  max-height: 350px;
}
.card .card__thumb {
  height: 370px;
  overflow: hidden;
  transition: height 0.5s;
  background: linear-gradient(180deg, rgba(0, 82, 176, 0) 0%, #0052b0 100%);
}
.card.large-card {
  max-height: 470px;
}
.card.large-card .card__thumb {
  height: 470px !important;
}
.card .card__title {
  margin: 0;
  padding: 0 0 10px 0;
  color: white;
  font-size: 15px;
}
.card .card__subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 24px;
  color: white;
  font-weight: 500;
}
.card .card__description {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  color: white;
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0s;
}
.card .card__description .link {
  color: white;
  text-decoration: none;
  display: block;
  font-size: 17px;
  font-weight: 700;
}
.card .card__description .link .icon {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
}

.card:hover .card__body {
  height: 206px;
}

.card:hover .card__thumb {
  background: linear-gradient(180.05deg, rgba(0, 82, 176, 0) -25.08%, rgba(0, 82, 176, 0.66639) -1.99%, #0052b0 99.96%);
}

.card:hover .card__description {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.2s;
}

@media screen and (max-width: 767px) {
  .collapse {
    padding-bottom: 20px;
  }
  .collapse:not(.accordion-collapse) .nav-item:not(.btn),
  .collapse:not(.accordion-collapse) a:not(.btn) {
    color: #25233c !important;
  }
  .hoverli::after {
    display: none !important;
  }
  .carousel-caption {
    background: none !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    bottom: 12% !important;
  }

  h2 {
    font-size: 23px;
  }
  h5 {
    font-size: 16px !important;
  }
  .card__subtitle {
    font-size: 16px !important;
  }
  .card .link {
    font-size: 15px !important;
  }
  .cifre {
    overflow-x: auto !important;
  }
  .cifre__cell {
    flex-direction: row;
  }
  .cifre .counter {
    font-size: 70px !important;
  }
  .slick-dots {
    display: none !important;
  }
  .nav-link,
  .nav-item.dropdown {
    display: none !important;
  }
  .file_menu {
    display: block !important;
    top: 50px !important;
    padding-top: 0 !important;
  }
  .footer .nav-link,
  .footer .nav-item.dropdown {
    display: block !important;
  }
}

@media screen and (max-width: 576px) {
  .navbar {
    padding: 0;
  }
  .navbar .navbar-brand img {
    max-width: 150px;
  }
  .carousel-caption {
    bottom: 0 !important;
    padding: 20px !important;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .card.hide-hover {
    max-height: 294px;
  }
  .card.hide-hover .card__body {
    height: 185px !important;
  }
  .card:not(.hide-hover) {
    max-height: 208px;
  }
  .card:not(.hide-hover):hover .card__body {
    height: 160px !important;
  }
  .card__body {
    padding: 10px !important;
  }
  .card__description {
    left: 10px !important;
  }
  .card__description small {
    display: none !important;
  }
  .btn:not(.primary-button) {
    padding: 8px 10px 5px !important;
    font-size: 0.85rem;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  h1 {
    font-size: 27px !important;
  }
  h5 {
    font-size: 15px !important;
  }
  .icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
  }
  .text-xs {
    font-size: 13px;
  }
  .footer {
    padding-bottom: 60px !important;
  }
  .footer .nav-link {
    font-size: 12px;
  }
  .title {
    font-size: 23px !important;
  }
}
.file_menu {
  position: fixed;
  display: none;
  width: 100vw;
  background: white;
  top: 70px;
  left: 0;
  right: 0;
  padding-left: 0;
  z-index: 1;
  padding: 20px 0;
  color: #25233c;
}
.file_menu ul {
  padding-left: 0;
}
.file_menu ul h6 {
  text-transform: uppercase;
}
.file_menu li {
  list-style: none;
  padding: 3px 0;
  font-weight: 500;
  font-size: 13px;
}
.file_menu li:hover a {
  color: #075b9a;
}
.file_menu li a {
  text-decoration: none;
  color: #25233c;
  font-size: 13px;
  text-transform: none;
}

.breadcrumb .breadcrumb-item a {
  color: #25233c;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

.title {
  color: #25233c;
}

.accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 14px;
}
.accordion .accordion-item .accordion-button {
  background-color: white;
  box-shadow: none;
  color: #25233c !important;
  font-weight: 500;
  padding: 20px;
  border-radius: 14px;
  text-transform: none;
  font-size: 22px;
}
@media only screen and (max-width: 576px) {
  .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.accordion .accordion-item .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:hover {
  background-color: white !important;
  box-shadow: none;
}
.accordion .accordion-body {
  padding-top: 0;
}

.primary-button {
  background: rgba(7, 91, 154, 0.1);
  border-radius: 7px;
  color: #075b9a !important;
}
.primary-button.btn:hover {
  background-color: rgba(7, 91, 154, 0.5) !important;
}

.list-bullets {
  padding-left: 20px;
}
.list-bullets li {
  padding: 10px 5px;
  color: rgba(37, 35, 60, 0.62);
}
@media screen and (max-width: 576px) {
  .list-bullets li {
    font-size: 14px;
    padding: 5px;
  }
}

.search-input .input-group-text {
  background: none;
  border-color: #e4e4e4;
}
.search-input .input-group-text.search-icon {
  border-right: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.search-input .input-group-text:not(.search-icon) {
  border-left: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
}
.search-input input::-moz-placeholder {
  color: #d4d4d4;
}
.search-input input::placeholder {
  color: #d4d4d4;
}
.search-input-bg {
  background-color: #f9f9f9 !important;
}
.search-input-bg input {
  background-color: #f9f9f9 !important;
}
.search-input .form-control {
  border-color: #e4e4e4;
  border-left: none;
  border-right: none;
  padding: 15px 5px;
  color: #25233c;
  font-size: 20px;
}
.search-input .form-control:focus {
  box-shadow: none;
  border-color: #e4e4e4;
}
@media screen and (max-width: 576px) {
  .search-input .form-control {
    padding: 10px 5px;
  }
}

.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAM9SURBVHgBzVjLceJAEG1kcVcIbAai+FxXRGA7AtgIFkeAicDeCAwRGEdgnfkUbARLCNz57XvakaolhBECUfuqsKyZ0fSb7p7unilJTszn88put/Pwc/DqmOZVqVRaom3ZbDYXkgOlcwZPJhPPsqz2fr9/UCTSJwYxPHyQGzYaDV+uSYhEIKCHfz3JAUOuX6vVBifHftVJs2y327e8ROSQ2AAa7ler1eXRMcc6xuOxe3d39w7zVBJdK/wWaP/Azy+Xy0sIYBsX4Gw2GxdCK+i7R9NDCqklFvl4zMdSCWHiNj56lbifrCDkl23bryGBU6CGQbBjzB1bFBbbxTzDk4SoGazwM0FmgQkev1L1KWJw7s+EtldoayU1Vcrw4bBer3fkCphOpwM82pFwmA+Lb+mFWvoDkOkVRYYwc0VmoiyzaSJEGprNZh0MiDrJHtv0mxQAaGqOh6uItcJYpTUUczyqUgoC/VH+7dYA2ukDQgx82lT4v5/XgbOAc3PHqiaPHCJCTAf6A2ztgRQMhg9RWgo5hCbzwg4GvCK1E8LEsoWSGwRRi3FHmwtMR3IjcPHq1WHYsRjm9SCWDnIjMPVIXLZnUzvw8qgRtj3IMQgJLxjnygWAjAXCyJNuYx5EHNKEHFsSdU1anjJkPLkAmOOgjbIQk3STY8l/BmoophGWECla+i0XgiZLtlGWNhm52HDqlVbner2uiNqOBHJQVwoAayftvybZWr4ehEZPboS0HW6ZIKjzyr3cCKaqDOUGJ5XQqXWAcmlbKRgMghIvcX3+CQiB6UB1sC4uxGc0YJ524j2okyKPQjxg2eqZV9a81aJymjnN/Anfde0VxSGWHOobbsd3KQgskxNNkeyIkKnYfDXIRcp4kyuDc+pkzrOaPkDGIjXM9MOcMgPgw841SRkyHUWGcUdbJtsxKO10cA6Mz9AFdII+fQxSK2HB/yKJxAtizyA2zEqM4QNCf2KubmIu3pI8pZ318xyliREm/GBkZbmij9JMPYz2JsC6crio84/SaoVU9bOow92F8OmnuS4bNGhCPHpHtJWJCMNKlnuisy+soHJeHnzPQI5+MirkwioNZjdWDLHoSo/lDCuIvDvyL0Ym4vvOv/wVAAAAAElFTkSuQmCC);
}

.accordion-button.collapsed::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjI1IDI2Ljc1SDE5Ljc1VjE5Ljc1SDI2Ljc1VjE2LjI1SDE5Ljc1VjkuMjVIMTYuMjVWMTYuMjVIOS4yNVYxOS43NUgxNi4yNVYyNi43NVpNMTggMzUuNUMxNS41NzkyIDM1LjUgMTMuMzA0MiAzNS4wNDAzIDExLjE3NSAzNC4xMjFDOS4wNDU4MyAzMy4yMDE3IDcuMTkzNzUgMzEuOTU1MSA1LjYxODc1IDMwLjM4MTNDNC4wNDM3NSAyOC44MDYzIDIuNzk3MTcgMjYuOTU0MiAxLjg3OSAyNC44MjVDMC45NjA4MzQgMjIuNjk1OCAwLjUwMTE2NyAyMC40MjA4IDAuNSAxOEMwLjUgMTUuNTc5MiAwLjk1OTY2NyAxMy4zMDQyIDEuODc5IDExLjE3NUMyLjc5ODMzIDkuMDQ1ODMgNC4wNDQ5MiA3LjE5Mzc1IDUuNjE4NzUgNS42MTg3NUM3LjE5Mzc1IDQuMDQzNzUgOS4wNDU4MyAyLjc5NzE3IDExLjE3NSAxLjg3OUMxMy4zMDQyIDAuOTYwODM0IDE1LjU3OTIgMC41MDExNjcgMTggMC41QzIwLjQyMDggMC41IDIyLjY5NTggMC45NTk2NjcgMjQuODI1IDEuODc5QzI2Ljk1NDIgMi43OTgzMyAyOC44MDYzIDQuMDQ0OTIgMzAuMzgxMyA1LjYxODc1QzMxLjk1NjMgNy4xOTM3NSAzMy4yMDM0IDkuMDQ1ODMgMzQuMTIyNyAxMS4xNzVDMzUuMDQyMSAxMy4zMDQyIDM1LjUwMTIgMTUuNTc5MiAzNS41IDE4QzM1LjUgMjAuNDIwOCAzNS4wNDAzIDIyLjY5NTggMzQuMTIxIDI0LjgyNUMzMy4yMDE3IDI2Ljk1NDIgMzEuOTU1MSAyOC44MDYzIDMwLjM4MTMgMzAuMzgxM0MyOC44MDYzIDMxLjk1NjMgMjYuOTU0MiAzMy4yMDM0IDI0LjgyNSAzNC4xMjI3QzIyLjY5NTggMzUuMDQyMSAyMC40MjA4IDM1LjUwMTIgMTggMzUuNVpNMTggMzJDMjEuOTA4MyAzMiAyNS4yMTg3IDMwLjY0MzcgMjcuOTMxMiAyNy45MzEyQzMwLjY0MzcgMjUuMjE4NyAzMiAyMS45MDgzIDMyIDE4QzMyIDE0LjA5MTcgMzAuNjQzNyAxMC43ODEyIDI3LjkzMTIgOC4wNjg3NUMyNS4yMTg3IDUuMzU2MjUgMjEuOTA4MyA0IDE4IDRDMTQuMDkxNyA0IDEwLjc4MTIgNS4zNTYyNSA4LjA2ODc1IDguMDY4NzVDNS4zNTYyNSAxMC43ODEyIDQgMTQuMDkxNyA0IDE4QzQgMjEuOTA4MyA1LjM1NjI1IDI1LjIxODcgOC4wNjg3NSAyNy45MzEyQzEwLjc4MTIgMzAuNjQzNyAxNC4wOTE3IDMyIDE4IDMyWiIgZmlsbD0iI0NDQ0NDQyIvPgo8L3N2Zz4K);
}

.responsive .carousel-caption {
  bottom: 0 !important;
}
.responsive .carousel-caption p {
  font-size: 14px;
}

.document-container {
  border: 1px solid #d6d6d6;
  background-color: #f2f2f2;
  border-radius: 14px;
  display: flex;
  align-items: center;
  height: 88px;
}
.document-container h5 {
  color: #25233c;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5px;
}

.special-title {
  background-color: #075b9a;
  border-radius: 7px;
  height: 73px;
  display: flex;
  align-items: center;
}
.special-title h5 {
  color: white;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5px;
}

.hoverli {
  position: relative;
}
.hoverli:hover:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: -7px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
}

.map-frame {
  position: relative;
  margin-top: 82px;
}
.map-frame__date {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 286px;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}
.map-frame__box {
  position: absolute;
  top: 30%;
  left: 20%;
  min-width: 322px;
  min-height: 152px;
  background-color: white;
  border-radius: 6px;
}
.map-frame__box__content {
  position: relative;
  padding: 10px;
}
.map-frame__box__content__close {
  position: absolute;
  right: 4px;
  top: 2px;
  cursor: pointer;
}
.map-frame__box:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: -13px;
  left: 10px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
}
.map-frame__bottom {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 10px;
  left: 2%;
}
.map-frame__bottom__inner {
  width: 45px;
  height: 45px;
  padding: 5px;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
}
.map-frame__bottom__inner__icon {
  width: 100%;
  height: 100%;
  max-width: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .map-frame {
    height: calc(100vh - 173px);
  }
}
.map-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-frame button {
  text-decoration: none;
  background-color: white;
  color: #25233c !important;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: absolute;
  top: 10%;
  left: 2%;
}
@media screen and (max-width: 576px) {
  .map-frame {
    margin-top: 50px;
  }
  .map-frame button {
    top: 17%;
    right: 4%;
  }
  .map-frame .btn-light {
    max-width: 200px;
  }
}

.map-items .map-item {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.filters-container .chip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  height: 33.68px;
  min-width: 71px;
  font-size: 15.375px;
  border-radius: 4px;
  background: rgba(7, 91, 154, 0.16);
  color: #075b9a;
  font-weight: 500;
}
.filters-container .chip.active {
  background-color: #075b9a;
  color: white;
}

.news-card img {
  width: 100%;
}
.news-card .date {
  font-size: 13px;
  color: #9497a1;
  margin: 15px 0 5px;
}
.news-card .title {
  font-size: 17.27px;
  font-weight: 500;
  color: #25233c;
  line-height: 23.9px;
}
.news-card .description {
  font-size: 12.56px;
  color: #9497a1;
  line-height: 21.97px;
  margin: 5px 0;
}
.news-card .link {
  color: #075b9a;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.news-card .link .icon {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  color: #075b9a;
}

.news-card-no-img .date {
  font-size: 13px;
  color: #9497a1;
  margin: 15px 0 5px;
}
.news-card-no-img .title {
  font-size: 17.27px;
  font-weight: 500;
  color: #25233c;
  line-height: 23.9px;
  margin-bottom: 20px;
}

.pagination {
  gap: 20px;
}
@media only screen and (max-width: 520px) {
  .pagination {
    gap: 10px;
  }
}
.pagination .page-item .page-link {
  border: none;
  font-size: 22.3px;
  padding: 0.375rem 0.5rem;
  text-align: center;
}
.pagination .page-item .page-link .icon {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  color: #9497a1;
}
.pagination .page-item .page-link.prev, .pagination .page-item .page-link.next {
  color: #9497a1;
}
.pagination .page-item.rounded:not(.active) .page-link {
  color: white;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  color: #9497a1;
  border: 1px solid #d6d6d6;
}
.pagination .page-item.rounded.active .page-link {
  background-color: #98c34d;
  border-radius: 100%;
  width: 37px;
  height: 37px;
}
@media only screen and (max-width: 520px) {
  .pagination .page-item .rounded .page-link {
    width: 20px;
    height: 20px;
  }
  .pagination .page-item .page-link {
    font-size: 16px;
    padding: 0.375rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
}/*# sourceMappingURL=main.css.map */