body {
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'DIN';
}

body.multipage {
  max-width: 1400px !important;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
div {
  font-family: 'DIN';
}

.bg-nav {
  background-color: #dadad9;
  height: 95px;
  z-index: 999995;
}

.slogan {
  font-size: 19px;
  line-height: 19px;
  position: absolute;
  left: 5.35rem;
  top: 19px;
  color: #585858;
  font-weight: bold;
}

.logo-responsive img {
  padding-right: 6px;
  border-right: 3px solid #585858;
}

a.logo-responsive {
  padding: 0 !important;
}

a.logo-responsive img {
  width: 70px;
  height: auto;
  max-width: 100%;
}

a.logo-responsive img[src$='2x.png'] {
  max-width: 100%;
}
.notificationBg:hover{
  background: #dadad9;
}
.notificationAvisos {
  width: max-content;
}
.notificationAvisos span {
  background-image: url(/area-privada/site/images/icons/ICONO_BotonRojoAVISOS_360x280px.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: auto;
}
.navbar .nav-item:not(:last-child) {
  margin-right: 16px !important;
}

.tarjetaSocio {
  display: inline-flex;
  position: absolute;
  top: 0px;
  right: 5rem;
  width: 8rem;
  height: 5rem;
  background-color: #c5c5c5;
  border-radius: 10px;
  margin-top: 7px;
}

.tarjetaSocioS {
  background: url(/area-privada/site/images/icons/TarjetaSinsombra.png)
    no-repeat;
  background-size: 100%;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(27, 116, 218, 0.61);
  -moz-box-shadow: 0px 5px 16px 0px rgba(27, 116, 218, 0.61);
  box-shadow: 0px 5px 16px 0px rgba(27, 116, 218, 0.61);
}
.tarjetaSocioPR {
  color: #a7a7a7;
  background: url(/area-privada/site/images/icons/TarjetaPRs.png) no-repeat;
  background-size: 100%;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(27, 116, 218, 0.61);
  -moz-box-shadow: 0px 5px 16px 0px rgba(27, 116, 218, 0.61);
  box-shadow: 0px 5px 16px 0px rgba(27, 116, 218, 0.61);
}
.tarjetaSocioAZ {
  background: url(/area-privada/site/images/icons/TarjetaAzul.png) no-repeat;
  background-size: 100%;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(27, 116, 218, 0.61);
  -moz-box-shadow: 0px 5px 16px 0px rgba(27, 116, 218, 0.61);
  box-shadow: 0px 5px 16px 0px rgba(27, 116, 218, 0.61);
  color: #fff;
}

.tarjetaSocio div {
  font-size: 7px;
  font-weight: 600;
  display: grid;
  margin: 0px;
  padding: 47px 0px 5px 4px;
}

.tarjetaSocio img {
  width: 40px;
  height: auto;
  max-width: 100%;
  margin-top: 8px;
  margin-left: 8px;
}

.nav-border-botton {
  border-bottom: 3px solid #dadad9;
}

nav ul li {
  border-bottom: 1px solid #dadad9;
}

a.nav-link.dropdown-toggle {
  font-size: 20px;
  color: #1f77dc !important;
  font-weight: 500;
  line-height: 45px;
  padding: 0;
  background-color: transparent !important;
  font-family: 'DIN';
  display: inline-block;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown {
  position: static !important;
}

.dropdown-menu {
  -webkit-box-shadow: 0px 13px 3px 1px rgb(0 0 0 / 20%);
  box-shadow: 0px 13px 3px 1px rgb(0 0 0 / 20%);
  margin-top: 0px !important;
  width: auto !important;
  top: auto;
  left: auto;
  padding-top: 15px;
  border: none;
}

.dropdown-menu-end {
  right: 0;
}

.dropdown-menu.show {
  display: contents;
}

.dropdown-item {
  color: #1c1c1b;
  padding: 0.8rem 1rem;
}

.dropdown-item:hover {
  text-decoration: underline;
}

a.nav-link.dropdown-toggle:active,
.nav-link:focus,
.nav-link:hover {
  color: #1f77dc !important;
}

.cont-nav-logo {
  margin-right: auto !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgb%2831, 119, 220%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

@media (min-width: 768px) {
  .cont-nav-logo {
    margin-left: 1.25rem !important;
    margin-right: 0.25rem !important;
  }

  .bg-nav {
    height: 116px;
  }

  .slogan {
    font-size: 28px;
    line-height: 28px;
    left: 9rem;
    top: 15px;
  }

  a.logo-responsive img {
    width: 98px;
    padding-right: 0.5rem;
  }

  .tarjeta {
    font-size: 18px;
    line-height: 23px;
    left: 13.65rem;
    top: 24px;
  }

  .tarjetaSocio {
    right: 6.25rem;
    width: 9.6rem;
    height: 6rem;
  }

  .tarjetaSocio div {
    font-size: xx-small;
    padding: 51px 0px 6px 8px;
  }
}

@media (min-width: 992px) {
  .cont-nav-logo {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .slogan {
    font-size: 30px;
    line-height: 30px;
    left: 14.25rem;
    top: 12px;
  }

  a.nav-link.dropdown-toggle {
    font-size: 17px;
    color: #333333 !important;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
    background-color: transparent !important;
    font-family: 'DIN';
    display: inline-block;
  }

  nav ul li {
    border-bottom: none;
  }
  .dropdown-menu.show {
    display: flex;
  }

  .dropdown-item {
    padding: 0.25rem 1rem;
  }
}

@media (min-width: 1200px) {
}
