a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: black;
}

.title-page {
  font-size: 1.7rem;
  margin-top: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto;
  border-bottom: 3px solid var(--mme-green);
  padding-left: 0px !important;
  color: var(--mme-blue);
}

.title-page-news {
  font-family: "Work Sans", sans-serif;
  font-size: 1.95rem;
  color: var(--mme-blue);
  display: block;
}
.title-page-news:after {
  display: block;
  clear: both;
  content: "";
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 4.3rem;
  height: 1px;
  width: 100%;
  border-bottom: 6px solid var(--mme-green);
}

.divider {
  width: 100%;
}

.press-room-button {
  background-color: var(--mme-green);
  color: white;
  border-radius: 15px;
  width: 40rem;
  height: 3.2rem;
  border: 4px solid white;
  text-align: center;
  font-size: 1.8rem;
  padding: 0px;
}
.press-room-button:hover {
  color: white;
}

.press-room-button-large {
  background-color: var(--mme-green);
  color: white;
  border-radius: 15px;
  width: 65rem;
  height: 3.2rem;
  border: 4px solid white;
  text-align: center;
  font-size: 1.8rem;
  padding: 0px;
}
.press-room-button-large:hover {
  color: white;
}

.news-justify-text {
  text-align: justify;
  text-justify: inter-word;
}

.quote {
  color: var(--mme-blue);
  font-size: 3rem;
  font-weight: 500;
}

.news-subtitle {
  color: var(--mme-blue);
}

.news-list-item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 5px;
}
.news-list-item-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 5px;
}

.video-list-item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.gallery-title {
  font-family: "Work Sans", sans-serif;
  font-size: 1.6rem;
  margin-top: 10px;
  color: var(--mme-blue);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.divider-gallery {
  display: block;
  clear: both;
  content: "";
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 4.3rem;
  height: 1px;
  width: 50%;
  border-bottom: 3px solid var(--mme-green);
  opacity: 1;
  margin-top: -4px;
}

/* Advanced-Search */
.advanced-search-container {
  display: relative;
}

.datepiker-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.advanced-search-container .form-control:disabled,
.advanced-search-container .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.advanced-search-container
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.advanced-search-container .form-select {
  color: gray;
}

.advanced-search-label {
  font-size: 1.1rem;
  color: gray;
  font-weight: 400;
  width: 100px;
  background: white;
  margin-top: -40px;
  margin-bottom: 20px;
  text-align: center;
}

.button-filter-data {
  background: var(--mme-green);
  font-size: 1.1rem;
}

.description-g > p {
  font-size: 18pt;
}

/* Advanced-Search */
