@font-face {
  font-family: "IBMPlexSans";
  src: url("../fonts/IBMPlexSans-Regular.ttf");
}
@font-face {
  font-family: "IBMPlexSansMedium";
  src: url("../fonts/IBMPlexSans-Medium.ttf");
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "IBMPlexSans";
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-display: swap;
}

html.prevent-scroll {
  overflow: hidden;
}

.neonoir {
  font-family: "neonoir", sans-;
}

header {
  position: fixed;
  z-index: 999;
  background-color: #fff;
}

footer {
  background-color: #000;
  color: #fff;
}
footer h4 {
  color: #fff;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.container--small {
  max-width: 1024px;
  margin: 0 auto;
}

.container, .container--section, .container--section-content {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container--section {
  border-top: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.container--section h2 {
  width: calc(100% - 20px);
}

.container--section_open {
  width: 20px !important;
  transition: all 0.3s;
}
.container--section_open.active {
  transform: rotate(180deg);
}
.container--section_open img {
  width: 20px;
}
.container--section_open img:hover {
  cursor: pointer;
}

.container--section-content {
  padding-bottom: 40px;
}

.container--small_table table {
  width: 100%;
  margin-left: 10px;
  margin-right: 20px;
}
.container--small_table table.main-active h3:after {
  transition: all 0.3s;
  transform: rotate(180deg);
  top: calc(50% - 9.5px);
}
.container--small_table table h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 50px;
  position: relative;
  margin-bottom: 0;
}
.container--small_table table h3::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #3347A0;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.container--small_table table h3:after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  right: 5px;
  width: 15px;
  height: 19px;
  background-image: url("../images/arrow_down-up.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  top: 50%;
  transform: translateY(-50%);
}
.container--small_table table h3:hover {
  cursor: pointer;
}
.container--small_table table table {
  margin-left: 0px;
  margin-right: 0px;
}
.container--small_table table table:first-child {
  margin-top: 0px;
}
.container--small_table table table {
  display: none;
}
.container--small_table table table.show-sub {
  display: table;
  border-bottom: 1px solid #000;
}
.container--small_table table table.show-sub.sub-active tr {
  display: table-row;
}
.container--small_table table table.show-sub.sub-active tr td {
  padding-bottom: 10px;
}
.container--small_table table table.show-sub.sub-active tr td:nth-child(2):after {
  transition: all 0.3s;
  transform: rotate(180deg);
  top: calc(50% - 9.5px);
}
.container--small_table table table.show-sub.sub-is-empty td:nth-child(2):after {
  display: none;
}
.container--small_table table table tr:first-child td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.container--small_table table table tr:first-child td:nth-child(1) {
  width: 100px;
}
.container--small_table table table tr:first-child td:nth-child(2) {
  position: relative;
}
.container--small_table table table tr:first-child td:nth-child(2):after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  right: 5px;
  width: 15px;
  height: 19px;
  background-image: url("../images/arrow_down-up.svg");
  background-repeat: no-repeat;
  background-size: 15px auto;
  top: 50%;
  transform: translateY(-50%);
}
.container--small_table table table tr:first-child td:nth-child(2):hover {
  cursor: pointer;
}
.container--small_table table table tr:nth-child(2) {
  display: none;
}

/* Text */
h1, h2, h3 {
  font-weight: bold;
  line-height: normal;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.2rem;
}

b, strong {
  font-family: "IBMPlexSansMedium";
}

pre {
  font-family: "IBMPlexSans";
  font-size: inherit;
}

.menu a {
  color: #000000;
  border-bottom: transparent !important;
}
.menu .active a, .menu .menu-active {
  cursor: pointer;
  color: #3347a0;
}

a {
  border-bottom: 1px solid #3347a0;
}
a:hover {
  color: #3347a0;
  cursor: pointer;
}

.container--small ul li {
  margin-left: 20px;
  position: relative;
}
.container--small ul li::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  top: 7.5px;
  left: -15px;
  background-color: #3347a0;
  border-radius: 100%;
}

/* Home */
#home .container h1 {
  font-size: 2.25rem;
}
#home .heart-generate .heart {
  position: absolute;
  bottom: 20px;
  pointer-events: none;
  z-index: 999;
}
#home .container--info a {
  border-bottom: 0;
}
#home .container--info a div {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 100%;
  overflow: hidden;
  height: 100px;
  width: 100px;
  position: relative;
}
#home .container--info a div:hover {
  border: 1px solid #3347A0;
}
#home .container--info a div img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 10px;
}

/* Form */
:focus {
  outline: none;
}

input, textarea, select {
  border: 2px solid #3347a0;
  background-color: #fff;
  padding: 10px 15px;
  width: 100%;
  border-radius: 20px;
}
input:hover, textarea:hover, select:hover {
  cursor: pointer;
}

.button {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 25px;
  transition: all 0.3s;
}
.button:hover {
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 5px;
  color: #000000;
}

.article--readmore:hover a, .more-article:hover, .member-list-type--default:hover, .member-list-type--default.active {
  background-color: #3347A0;
  color: #fff;
}

.article {
  background-color: #D3EEFF;
  overflow: hidden;
}
.article .article--img {
  transition: all 0.3s;
  height: 225px;
  width: 100%;
  object-fit: cover;
}
.article .article--img img {
  object-fit: contain;
}
.article .article--readmore:hover a {
  background-color: #3347A0;
  color: #fff;
}
.article:hover {
  cursor: pointer;
}
.article:hover img {
  transform: scale(1.02);
}

/* Map */
#leafletMap {
  height: 600px;
  margin-bottom: 20px;
  z-index: 10;
}
#leafletMap .leaflet-control-attribution {
  display: none;
}
#leafletMap .leaflet-marker-icon {
  height: auto !important;
  width: auto !important;
  margin-left: -3px !important;
  margin-top: -24px !important;
}
#leafletMap .leaflet-popup-content-wrapper, #leafletMap .leaflet-popup-tip {
  box-shadow: none !important;
  border-radius: 0;
}
#leafletMap h1 {
  font-size: 1.5rem;
}

.leaflet-popup-content p {
  margin: 0 !important;
}

.member-list-type {
  display: inline-block;
  padding: 5px 10px;
  transition: all 0.3s;
  border-radius: 10px;
  border: 1px solid transparent;
}
.member-list-type:hover {
  cursor: pointer;
}

.members-list {
  max-height: 600px;
  overflow-y: auto;
}
.members-list .member-list__member:hover, .members-list .member-list__member.active {
  background-color: #3347A0;
  color: #fff;
  border: 1px solid transparent;
}

/* alert */
.alert {
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}
.alert.alert--success {
  background-color: #A3DC9A;
  color: #518b48;
}
.alert.alert--error {
  background-color: #f86681;
  color: #c5092f;
}

/* Comite */
#comite table {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 4px) !important;
  margin-bottom: 3rem;
}

/* Modal bubble */
/* Modal */
.modal {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}

.modal.show-modal {
  display: inline-block;
}

.modal-content__text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.modal-content__exit {
  padding: 14px 20px;
  transition: opacity 0.3s;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}

.modal-content__exit:hover {
  cursor: pointer;
  border: 1px solid #000;
}

/* Slideshow */
.slideshow.slideshow--carousel, .teaser.slideshow--carousel {
  max-height: 500px;
}
.slideshow.slideshow--carousel div img, .teaser.slideshow--carousel div img {
  max-height: 500px;
  max-width: 30vw;
}
.slideshow.slideshow--carousel, .slideshow.teaser--carousel, .teaser.slideshow--carousel, .teaser.teaser--carousel {
  display: flex;
  width: max-content;
  animation: carouselScroll 30s linear infinite;
  overflow: hidden;
}
.slideshow.slideshow--carousel img, .slideshow.teaser--carousel img, .teaser.slideshow--carousel img, .teaser.teaser--carousel img {
  object-fit: contain;
}
.slideshow.teaser--carousel img, .teaser.teaser--carousel img {
  height: 80px;
  width: auto;
  filter: brightness(0) invert(0);
  aspect-ratio: 16/9;
  object-fit: contain;
}

@keyframes carouselScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=style.css.map */
