.footer {
  width: 100%;
  min-height: 116px;
  background-color: rgba(0, 0, 0, 1);
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .footer_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 30px;
}

.footer .menu_table {
  width: 10px;
  height: 21px;
  border-collapse: collapse;
}

.footer .eu_subsidy_holder {
  margin-top: 20px;
}
.footer .eu_subsidy_holder .main_content_holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer .eu_subsidy_holder .main_content_holder .eu_flag_holder {
  width: 50px;
  height: 30px;
  position: relative;
}
.footer .eu_subsidy_holder .main_content_holder .eu_flag_holder img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}

.footer .eu_subsidy_holder .main_content_holder .title {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: white;
}
.footer .eu_subsidy_holder .main_content_holder .show_more_btn {
  border: none;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 400;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.footer .eu_subsidy_holder .additional_content_holder {
  display: none;
  margin-top: 20px;
  text-align: center;
  color: white;
}

.footer .menu_table tr td {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1.49px;
  text-transform: uppercase;
}

.footer .copy_acobrado {
  padding: 0;
  margin: 0;
  width: 163px;
  height: 21px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1.74px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 30px;
  text-align: center;
}

.footer .copy_trngl {
  padding: 0;
  margin: 0;
  width: 195px;
  height: 21px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 1.74px;
  text-transform: uppercase;
}

.footer .copy_trngl a {
  color: inherit;
}

@media screen and (max-width: 1112px) {
  .footer {
    width: 100%;
    height: 82px;
    background-color: rgba(0, 0, 0, 1);
    position: relative;
  }

  .footer .menu_table {
    display: none;
  }

  .footer .copy_acobrado {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer .copy_trngl {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
