.header2 .center {
  display: block;
  position: relative;
}
.header2 .center {
  background-color: #fff;
  font-family: helvetic, sans-serif;
}
.header2 .center .top {
  background-color: hsla(0, 0%, 100%, 0.7);

  position: relative;
  z-index: 9;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}
.header2 .center .top .navbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 0;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.header2 .center .navbar a {
  color: #444;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.header2 .center .top .navbar .navbar-brand .logo-img {
  height: 4rem;
  margin-right: 1rem;
  transition: all 0.3s ease;
  width: auto;
}
.header2 .center .logo-img {
  max-width: 400px;
  max-height: 60px;
}
.header2 .center .top .navbar nav {
  display: flex;
}
.header2 .center .top .navbar nav .menu {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}
.header2 .center .top .navbar nav .menu .item {
  display: flex;
  flex-direction: column;
}
.header2 .center .top .navbar nav .menu .item a {
  border-bottom: 3px solid transparent;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header2 .center .top .navbar nav .menu .item a:hover {
  border-bottom: 3px solid hsla(0, 0%, 50%, 0.6);
}
.header2 .center .top .navbar nav .menu .item.item-with-subitem > a::after {
  content: "\f0d7";
  font-family: Font Awesome\5 Pro;
  margin-left: 0.25rem;
}
nav .menu .item a {
  padding: 0.3rem 0.6rem !important;
  font-size: 0.8rem;
}
.header2 .center .top .navbar nav .menu .item:hover ul.submenu {
  display: block;
}
.header2 .center .top .navbar nav .menu .item ul.submenu {
  background-color: #fff;
  display: none;
  padding: 0.5rem;
  position: absolute;
  margin-left: 0;
  top: 100%;
}
.header2 .center > .cont-menu {
  background-color: hsla(0, 0%, 100%, 0.6);
  position: relative;
  z-index: 1;
}
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}
.header2 .center .option {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.header2 .center .option .language {
  display: flex;
}
.header2 .center .option .language button {
  align-items: center;
  background-color: transparent;
  border-radius: 0.5rem;
  color: #333;
  display: flex;
  font-family: helvetic, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: capitalize;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.header2 .center .option .language button i {
  font-size: 1.1rem;
  margin-right: 0.5rem;
}
.header2 .center .option .options {
  display: flex;
}
.header2 .center .option .options .account {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 2rem;
}
.header2 .center .option .options .account a.btn {
  background-color: rgb(40, 69, 150);
  border-radius: 0.5rem;
  font-family: helvetic, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  transition: all 0.3s ease;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn {
  background-color: #044391;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.btn {
  overflow: hidden;
}
.header2 .center .option .options .social {
  display: flex;
}
.header2 .center .option .options .social a {
  align-items: center;
  color: rgb(40, 69, 150);
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  padding: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Estilos para el menú superior */
.menu-bar {
  background-color: #f2f2f2;
  padding: 10px 0;
}

.menu-items {
  display: flex;
  justify-content: center;
}

.menu-item {
  margin-right: 10px;
}

.menu-item a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.menu-item a i {
  margin-right: 5px;
}

.header2 .center {
  justify-content: center;
  z-index: 10;
  position: relative;
}

.icono-space i {
  padding-right: 5px;
}

@media (max-width: 375px) {
  .menu .item a {
    font-size: 0.5rem;
  }
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 2px;
  z-index: 9999;
}
.col-xl-3 {
  margin-top: 2.2rem;
}

#frmRemoteCardProcess {
  background-color: #007a93;
}
.auth3d-area {
  max-width: 860px;
  height: 47rem;
  margin: 6rem auto;
  border: 0px;
}
.convenios a:hover {
  color: #007a93 !important;
}
