#display-access {
  position: relative;
  margin: auto;
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  gap: 3px;
  padding: 8px 10px;
  justify-items: center; /* Reemplaza place-items */
  align-items: center; /* Reemplaza place-items */
  border: 2px solid #17a79d;
  border-radius: 10px;
  background-color: white;
  color: #17a79d;
  font-weight: 600;
  font-size: medium;
  cursor: pointer;
}
#display-access > svg:first-child {
  width: 30px;
  height: auto;
}
#display-access > svg {
  width: 20px;
  height: auto;
}
.mobile_menu_bar {
  padding: 8px 8px !important;
  background-color: #17a79d;
  display: flex !important;
  align-items: center;
  color: white;
  font-weight: 600;
  border-radius: 10px;
}
.mobile_menu_bar .menu-text{
  padding-left: 3px;
}

.mobile_menu_bar::after {
  color: white !important;
  font-family: ETmodules !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
  content: "a";
  font-size: 32px;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
}
.mobile_menu_bar::before {
  content: none !important;
}
.et_pb_fullscreen_menu_opened .mobile_menu_bar::after {
  content: "\4d";
}

.et_pb_fullscreen_menu_opened .mobile_menu_bar .menu-text{
  display: none;
}

@media screen and (max-width: 980px) {
  #display-access > svg:first-child {
    width: 24px;
    height: auto;
  }
  #display-access > svg {
    width: 12px;
    height: auto;
  }
  .mobile_menu_bar .menu-text{
    display: none;
  }
  #display-access .access-text {
    display: none;
  }
}
#accessibility_logo {
  width: 30px;
  fill: #17a79d;
}
#et-top-navigation {
  gap: 15px;
}

.cambiar-fuente-controls {
  cursor: pointer;
  position: absolute;
  display: none;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  top: 100%;
  right: 0;
  transform: translateY(3%) translateX(17%);
  border-radius: 10px;
  padding: 10px;
  gap: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 49px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 49px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 49px -16px rgba(0, 0, 0, 0.75);
}

.cambiar-fuente-controls button {
  display: grid;
  background-color: white;
  border: 0px solid transparent;
  min-width: max-content;
  width: 100%;
  padding: 1px 25px;
  text-align: center;
  border-radius: 5px;
  font-size: large;
  font-weight: 600;
  &:hover {
    background-color: #ececec;
  }
}
#toggle-contraste svg {
  aspect-ratio: 1/1;
  max-width: 120px;
  width: 69px;
  height: auto;
  margin: auto;
  transform: scale(0.8);
}
#reset-font svg {
  aspect-ratio: 1/1;
  max-width: 110px;
  width: 80px;
  height: auto;
  margin: auto;
  transform: scale(0.9) rotateY(180deg);
}
.access_a {
  aspect-ratio: 1/1;
  width: 55px;
  height: auto;
  margin: auto;
  display: grid;
  font-size: 1.5rem;
  font-weight: 600;
  place-items: center;
  padding-bottom: 5px;
  border-radius: 50%;
  border: 3px solid #394049;
  color: #394049;
}

@media screen and (max-width: 980px) {
  .cambiar-fuente-controls button {
    padding: 0px 10px;
    font-size: medium;
  }
  #main-header > .container {
    margin: 0 !important;
    width: 100%;
  }
  .mobile_menu_bar {
    padding: 5px 4px !important;
    font-size: small;
  }
  #display-access {
    grid-template-columns: 2fr 1fr;
    padding: 7px 4px;
    font-size: small;
    gap: 4px;
  }
  #et-top-navigation {
    gap: 5px;
  }
  #accessibility_logo {
    width: 20px;
  }
}
