.textMenu {
  color: var(--jvm-color-text-primary);;
}

.headerProWhite .textMenu {
  color: var(--jvm-color-text-white);
}

.headerProWhite header.scrollBioD .logo img {
  filter: none !important;
}

.menuBio-d {
  width: var(--jvm--width);
  position: relative;
  /* z-index: 999; */
}

.menuBio-d li {
  list-style: none;
}

.menuBio-d .title {
  font-weight: bold;
  cursor: default;
}

.menuBio-d .topnav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  overflow: hidden;
  height: 100%;
}

.menuBio-d .topnav a {
  float: left;
  display: block;
  margin: 0 0.6rem 0;
  transition: 0.2s;
  text-align: center !important;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.28px;
  padding: 0 3px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.menuBio-d .topnav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  width: 0;
  left: 50%;
  background-color: var(--jvm-color-text-primary);;
  transition: all ease .3s;
}

.menuBio-d .topnav a.active {
  background-color: transparent;
  font-weight: 700;
}

.menuBio-d .topnav a.active::after {
  width: 100%;
  left: 0;
}

.menuBio-d .topnav a:first-child {
  margin: 0 0.6rem 0 0;
}

.scrollBioD .menuBio-d .topnav a.active::after {
  width: 100%;
}

.menuBio-d .topnav .spaceMrlNone {
  margin-left: 0;
}

.menuBio-d .topnav .icon {
  display: none;
}

.menuBio-d .dropdown {
  float: left;
  overflow: hidden;
  margin: 0 1%;
  transition: 0.5s;
}

.menuBio-d .dropdown .dropbtn {
  font-family: 'fonts-900';
  border: none;
  outline: none;
  transition: 0.5s;
  font-weight: 400;
  font-size: var(--jvm--font-size-menu);
  letter-spacing: 0.06em;
  background-color: transparent;
  padding: 0.6rem 0;
  /* margin: 1rem 0.6rem 2rem; */
}

.menuBio-d .dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--jvm-color-text-white);
  width: 1100px;
  left: -15rem;
  right: 0;
  overflow: visible;
}

.menuBio-d .dropdown-content a {
  float: none;
  color: var(--jvm-color-text-primary);
  padding: 0.75rem 1rem;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menuBio-d .dropdown-content ul {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 1rem;
}

.menuBio-d .dropdown-content li {
  padding: 4px 10px;
}

.menuBio-d .dropdown-content li a {
  padding: 0px;
  font-size: 14px;
  transition: 0.5s;
}

.menuBio-d .dropdown-content a {
  float: none;
  padding: 0 1rem 0.6rem;
  text-decoration: none;
  display: block;
  text-align: left;
}

.menuBio-d .topnav a:hover,
.menuBio-d .dropdown:hover .dropbtn {
  color: var(--jvm-color-text-primary);
  font-weight: 700;
}

.menuBio-d .topnav a:hover::after {
  width: 100%;
  left: 0;
}

.headerProWhite .menuBio-d .topnav a:hover,
.headerProWhite .menuBio-d .dropdown:hover .dropbtn {
  color: var(--jvm-color-text-white);
}

.menuBio-d .dropdown-content a:hover {
  background-color: var(--jvm-background-transparent);
  color: var(--jvm-color-text-primary);
}

.menuBio-d .dropdown-content.animate a:hover {
  border-bottom: none !important;
}

.menuBio-d .dropdown:hover .dropdown-content {
  display: block;
}

.menuBio-d .fa-caret-down:before {
  content: "\f0d7";
  color: transparent;
  background: url(../images/iconos/icoArrowSelect.svg) no-repeat center;
  background-size: 12px;
  margin-left: 0.2rem;
  display: none;
}

.menuBio-d .dropdown,
.menuBio-d .dropdown-center,
.menuBio-d .dropend,
.menuBio-d .dropstart,
.menuBio-d .dropup,
.menuBio-d .dropup-center {
  position: inherit;
}

.menuBio-d .dropdown-content a {
  color: var(--jvm-color-text-primary);
}

.mrcero {
  margin: 0 1% 0 0 !important;
}

.dropdown-content a {
  font-weight: 500 !important;
}

.scrollBioD .menuBio-d .topnav a {
  color: var(--jvm-color-text-primary);
}

.scrollBioD .dropdown .dropbtn {
  color: var(--jvm-color-text-primary);
}

.scrollBioD .dropdown-content a {
  color: var(--jvm-color-text-primary);
}

.scrollBioD .topnav a.active::after {
  width: 100%;
  background: var(--jvm-color-text-primary);
}

.scrollBioD .topnav a:hover::after {
  width: 100%;
  background: var(--jvm-color-text-primary);
}

.scrollBioD .dropdown .dropbtn:is(:hover, :active, :focus) {
  color: var(--jvm-color-text-blue);
}

.scrollBioD .dropdown:is(:hover, :active, :focus) {
  color: var(--jvm-borde-blue);
}


.scrollBioD .topnav a:hover,
.scrollBioD .dropdown:hover .dropbtn {
  color: var(--jvm-color-text-blue);
}

.contentMegaMenu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 2rem;
}

.contentMegaMenu .item .menuLinks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contentMegaMenu .item .textLink {
  width: 170px;
  font-size: var(--jvm--font-size-sm);
  margin: 0.5rem 0 1.5rem;
}

.twoRow {
  padding: 0 !important;
  margin-bottom: 0.4rem !important;
}

.contentMegaMenu .item .menuLinks a {
  font-size: var(--jvm--font-size-l);
  line-height: 24px;
  color: rgb(145, 146, 146);
  letter-spacing: -0.3px;
  font-family: 'fonts-700';
  padding: 0;
  margin: 0.3rem 0;
}

.contentMegaMenu .item .menuLinks a:is(:hover, :active, :focus) {
  color: rgb(0, 125, 142);
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

@media screen and (max-width: 768px) {

  .hamburger {
    position: fixed;
    background-color: transparent;
    right: 1.5rem;
    top: 2.6rem;
    height: 30px;
    width: 30px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1220;
  }

  ._layer {
    background-color: var(--jvm-background-1);
    margin-bottom: 3px;
    border-radius: 2px;
    width: 28px;
    height: 3px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  }

  .scrollBioD ._layer {
    background-color: var(--jvm-background-10);
  }

  .hamburger:hover .-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .scrollBioD .-top {
    background-color: var(--jvm-background-10);
  }

  .hamburger:hover .-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  .hamburger.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
    background-color: var(--jvm-background-10);
  }

  .hamburger.is-active .-mid {
    opacity: 0;
  }

  .hamburger.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
    background-color: var(--jvm-background-10);
  }

  .acordeonBio-d .menuppal.is_active {
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .acordeonBio-d .menuppal {
    background-color: var(--jvm-background-1);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(0px, -100%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1219;
  }

  .acordeonBio-d .menuppal ul {
    padding: 0 1rem;
    width: 100%;
    margin-top: 5rem;
  }

  .acordeonBio-d .menuppal ul li {
    list-style: none;
    text-align: left;
    text-transform: none;
    margin: 0 0 3.125rem;
  }

  .acordeonBio-d .menuppal ul li a {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    color: rgb(36, 19, 74);
  }

  .acordeonBio-d .menuppal ul li a:hover {
    text-decoration: none;
  }

  .acordeonBio-d .menuppal ul li a:first-child {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: var(--jvm--font-size-7);
    color: var(--jvm-color-text-primary);
    line-height: normal;
    gap: 1.5rem;
    letter-spacing: -1px;
  }

  .acordeonBio-d .menuppal ul li a img {
    width: 20px;
  }

  .acordeonBio-d .dropdown-toggle::after {
    border-top: none;
    border-right: none;
    display: none;
  }

  .acordeonBio-d .textLinkMegaMenu p.commercesMinip {
    font-size: 0.625em;
    color: rgb(142, 142, 142);
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .acordeonBio-d .textLinkMegaMenu .textLink {
    margin-top: 1rem;
  }

  .acordeonBio-d .textLinkMegaMenu .textLink span a {

    font-size: 1rem;
    color: rgb(0, 0, 0);
  }

  .acordeonBio-d .textLinkMegaMenu .textLink span a.linkOne {
    border-top: 1px solid rgb(230, 230, 230);
    display: block;
    padding: 0.65rem 0;
  }

  .acordeonBio-d .textLinkMegaMenu .textLink span a.linkTwo {
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    display: block;
    padding: 0.65rem 0;
  }

  .acordeonBio-d .dropdown-menu[data-bs-popper] {
    border: none;
    box-shadow: none !important;
    margin-top: 0;
  }

  .acordeonBio-d .dropdown-menu.shadow.show {
    border: none;
    border-radius: 0;
  }

  .acordeonBio-d .hamburger.is-active {
    position: fixed;
  }

  .acordeonBio-d .boxMenuInfo {
    background-color: var(--jvm-background-box-two);
    border-radius: 6px;
    padding: 1rem;
    margin: 1rem 0;
  }

  .acordeonBio-d .boxMenuInfo h2 {
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    color: rgb(29, 61, 96);
  }

  .acordeonBio-d .boxMenuInfo p {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 18px;
    color: rgb(29, 61, 96);
    margin-bottom: 0;
  }

  .acordeonBio-d .textInfoMenu {
    margin: 1rem 0;
  }

  .acordeonBio-d .textInfoMenu h2 {
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    color: rgb(227, 238, 255);
  }

  .acordeonBio-d .textInfoMenu p {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 18px;
    color: rgb(227, 238, 255);
    margin-bottom: 0;
  }

  .btnLogin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .btnLogin button[type="button"] {
    width: 100%;
    height: 54px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    letter-spacing: -0.5px;
  }

  .btnLogin button[type="button"].btnOne {
    background-color: rgb(227, 238, 255);
    border: 1px solid rgb(227, 238, 255);
    color: rgb(25, 69, 135);
  }

  .btnLogin button[type="button"].btnTwo {
    background-color: transparent;
    border: 1px solid rgb(227, 238, 255);
    color: rgb(227, 238, 255);
  }

}

.navbar__multilanguage {
  align-items: center;
  position: relative;
  display: none;
}

@media (min-width: 768px) {
  .navbar__multilanguage {
    display: flex;
  }
}

.navbar__multilanguage select {
  border: 1px solid var(--jvm-color-text-primary)!important;
  background: transparent;
  text-transform: capitalize;
  height: 2.25rem!important;
  padding: 0 2.625rem 0 1.125rem!important;
  border-radius: 7.5rem!important;
  color: var(--jvm-color-text-primary)!important;
  font-size: 0.9375rem!important;
  font-style: normal;
  font-weight: 700!important;
  line-height: 1.25rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  min-width: 103%;
  background-color: transparent!important;
}

.navbar__multilanguage select:focus {
  outline: none;
}

.navbar__multilanguage::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M18.6072 8.37242C18.3583 8.13389 18.0217 8 17.6709 8C17.32 8 16.9834 8.13389 16.7346 8.37242L11.9668 12.9061L7.26542 8.37242C7.01659 8.13389 6.67999 8 6.32913 8C5.97827 8 5.64167 8.13389 5.39284 8.37242C5.26836 8.49148 5.16956 8.63312 5.10214 8.78919C5.03471 8.94525 5 9.11265 5 9.28171C5 9.45078 5.03471 9.61818 5.10214 9.77424C5.16956 9.93031 5.26836 10.072 5.39284 10.191L11.0239 15.6212C11.1473 15.7412 11.2942 15.8365 11.4561 15.9015C11.6179 15.9665 11.7915 16 11.9668 16C12.1421 16 12.3157 15.9665 12.4775 15.9015C12.6394 15.8365 12.7863 15.7412 12.9097 15.6212L18.6072 10.191C18.7316 10.072 18.8304 9.93031 18.8979 9.77424C18.9653 9.61818 19 9.45078 19 9.28171C19 9.11265 18.9653 8.94525 18.8979 8.78919C18.8304 8.63312 18.7316 8.49148 18.6072 8.37242Z%27 fill=%27%234A5466%27/%3E%3C/svg%3E") no-repeat center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.navbar__multilanguage.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.navbar .custom-logo {
    max-width: 10.625rem;
    padding: 0.8125rem 0.375rem;
}

.navbar__toggler {
  display: flex;
  background: none;
  cursor: pointer;
  height: 100%;
  border: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .navbar__toggler {
    display: none;
  }
}
.navbar__collapse {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navbar__collapse {
    display: flex;
    flex-grow: 1;
  }
}
.navbar__nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
.navbar .page_item.current_page_item a,
.navbar .menu-item.current_page_item a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .navbar .page_item.current_page_item a::after,
  .navbar .menu-item.current_page_item a::after {
    width: 100%;
    left: 0;
  }
}
.navbar .page_item a,
.navbar .menu-item a {
  color: #27282A;
  text-decoration: none;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  padding: 0 0.1875rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: -0.0225rem;
}
.navbar .page_item a:hover,
.navbar .menu-item a:hover {
  font-weight: 700;
}
.navbar .page_item a:hover::after,
.navbar .menu-item a:hover::after {
  width: 100%;
  left: 0;
}
.navbar .page_item a::after,
.navbar .menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.25rem;
  width: 0;
  left: 50%;
  background-color: #30B5F8;
  transition: all 0.3s ease-in-out;
}
.navbar__sidebar {
  position: fixed;
  top: -110%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  transition: top 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: auto;
  background: linear-gradient(180deg, rgba(56, 50, 39, 0) 32.69%, #383227 92.53%);
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .navbar__sidebar {
    display: none;
  }
}
.navbar__sidebar-content {
  background-color: #95c23d;
  padding: 0.875rem 1.9375rem;
  max-height: 55vh;
  overflow: auto;
}
.navbar__sidebar-content .custom-logo {
  filter: brightness(0) invert(1);
  margin-bottom: 0.375rem;
}
.navbar__sidebar .custom-logo {
  max-width: 100%;
  height: 50px;
}
.navbar__sidebar-content .menu-item a {
  color: #27282A;
  width: 100%;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75rem;
  letter-spacing: -0.011rem;
  padding: 0;
  justify-content: flex-start;
}
.navbar__sidebar-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding: 1.6875rem 0.3125rem 0.625rem;
  list-style: none;
}
.navbar__sidebar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  min-height: 70px;
}
.navbar__sidebar-footer {
  background-color: #95c23d;
  border-radius: 0.75rem;
  padding: 0.9375rem 1.5rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.navbar__sidebar-footer_container {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-inline: 1.5rem;
  padding-bottom: 1.3125rem;
}
@media (min-width: 576px) {
  .navbar__sidebar-footer_container {
    display: none;
  }
}
.navbar__sidebar-footer_links {
  display: flex;
  gap: 3.375rem;
  align-items: center;
}
.navbar__sidebar-footer_close {
  background-color: #95c23d;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.navbar__sidebar.active {
  top: 0;
}
.navbar__sidebar.active .navbar__sidebar-footer_close {
  z-index: 1;
  opacity: 1;
}
.navbar__sidebar-box {
  background-color: var(--jvm-background-3);
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 1.71875rem 1.5rem 1.0625rem;
}
.navbar__sidebar-box_buttons {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.navbar__sidebar-box_buttons a {
  flex: 1;
  border: 1px solid #4A5466;
  border-radius: 7.5rem;
  color: #4A5466;
  text-align: center;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: -0.01875rem;
  padding: 0.5rem;
}
.navbar__sidebar-box_buttons a.active {
  color: #FFFFFF;
  background-color: #4A5466;
}
.navbar__sidebar-box_socials {
  display: flex;
  gap: 1.5rem;
}
.navbar__sidebar-box_socials-text {
  color: #4A5466;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.125rem;
  margin-bottom: 0.75rem;
}