.menu {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  height: 20vw;
  align-items: center;
  background-color: #000;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  z-index: 979;
  padding-left: 12vw;
  padding-right: 14vw;
}

.menu h3:after {
  background: transparent !important;
}

.menu a:focus {
  outline: none;
  color: var(--verde);
}
.menu_items {
  display: flex;
  list-style: none;
  align-items: center;
}
.menu_items ul,
ol {
  margin: 0;
}
.menu a:hover {
  color: #00ffa8 !important;
}
#creativeHide {
  color: transparent;
}
#creativeHide:hover {
  color: transparent !important;
}
i {
  font-style: inherit !important;
}
.menu {
  & ul li {
    color: #fff;
    font-family: "campton-semibold";
    margin: 0 2rem;
  }
}
.logo {
  height: 42px !important;
}
.activa {
  color: var(--colorPagina);
}
.menu_items li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: 1.5rem;
  padding: 0.7rem 0.4rem;
}
.menu_items li a:hover,
li.activa {
  color: var(--colorPagina);
  transition: 0.4s;
}
.iconos {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around;
  width: 11em;
}
.hamburguesaMov {
  color: #fff !important;
  cursor: pointer;
  display: none;
}
.cerrado {
  display: none;
}
.abierto {
  display: inline-flex;
}
.abierto:before {
  font-family: "Material Icons";
  content: "\e5d2";
  font-size: 0.8em;
  transition: 0.6s;
}

.cerrado:before {
  font-family: "Material Icons";
  content: "\e5cd";
  color: #00ffa8;
  transition: 0.6s;
}
.premium {
  padding: 6px !important;
  color: #00ffa8 !important;
  border: 2px solid;
  border-radius: 13px;
}

.container_menu {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
/*************Logo login*************/

.log {
  display: flex;
  align-items: center;
  width: 67px;
  max-width: 41px;
  height: 55px;
  background-size: 170px;
  background-repeat: no-repeat;
}

.log-deslogged {
  filter: grayscale(1);
}

/********** DESPLEGABLE LOGIN ***************/

.despliegue-login {
  position: absolute;
  background-color: #000;
  width: 160px;
  height: 110px;
  display: none;
  flex-direction: column;
  z-index: 99999999;
  left: calc((-165px / 2) + (41px / 2));
}
.desplegable_log {
  position: relative;
}
.flecha_acceso {
  height: 22px;
}
.nav-items-login {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  height: 100px;
  width: 160px;
  padding: 10px;
}
.mi-cuenta,
.logout {
  margin-top: 5px;
}
.mi-cuenta {
  font-family: "Campton-semibold", Sans-serif;
  font-size: 17px;
}
.mi-cuenta-on:hover {
  color: #00ffa8 !important;
}
.mi-cuenta-off {
  margin-bottom: -10px;
  color: rgba(255, 255, 255, 0.5) !important;
}
.mi-cuenta-on {
  color: #fff !important;
  margin-bottom: -10px;
}
.mostrar_acceso {
  display: flex;
}
.logout {
  display: inline;
  text-align: center;
}
.logoutimg {
  width: 100%;
  max-width: 20px;
  height: 24px;
  margin-left: 5px;
  background: url(https://d1do84bsbaemip.cloudfront.net/wp-content/uploads/2020/01/02163924/Home-Sprites.png) -24px -61px;
  background-size: 172px;
  background-repeat: no-repeat;
}
.logoutimg p {
  color: #00ffa8 !important;
  margin-left: 12px;
  width: 130px;
  font-family: "Campton-semibold", Sans-serif;
  font-size: 16px;
}
/*************LOGO NOTIFICACIONES************/

.campana {
  width: 100%;
  max-width: 49px;
  height: 39px;
  background-size: 170px;
  background-repeat: no-repeat;
  animation: animacionCampana 2s infinite linear;

  & .mensajeEmergente {
    display: none;
  }
}
/* EFECTO CAMPANA */

@-webkit-keyframes animacionCampana {
  0% {
    transform: rotate(0deg);
  }
  2% {
    transform: rotate(20deg);
  }
  4% {
    transform: rotate(-20deg);
  }
  6% {
    transform: rotate(20deg);
  }
  8% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.campana:hover {
  -webkit-animation: 0;

  & .mensajeEmergente {
    display: block;
    position: absolute;
    width: 14%;
    background: black;
    padding: 25px;
    right: 7%;
    border-radius: 25px;
    top: 90%;
    font-size: 1.7rem;
    border: 2px solid var(--verde);
    color: var(--blanco);
  }
}
.campanaOff {
  filter: grayscale(200%);
  width: 100%;
  max-width: 41px;
  height: 39px;
  background-size: 170px;
  background-repeat: no-repeat;
}

/***********DESPLEGABLE NOTIFICACIONES*************/

.mostrar_flecha {
  display: block !important;
}
.notificaciones {
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notificaciones ul {
  display: flex;
  overflow: hidden;
  position: absolute;
  list-style: none;
  flex-direction: column;
  height: 0;
  transition: all 0.25s;
  background-color: #fff;
  right: 0px;
  top: 90px;
  width: 30em;
}
.notificaciones_des {
  width: 30em;
  top: 90px !important;
  height: 40em !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 1em;
}
.notificaciones ul li:first-child {
  display: none;
  right: 14.5em;
  top: 90px;
  width: 0;
  height: 10px;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  background: transparent;
  border-color: transparent transparent #ffff transparent;
}
.notificaciones ul li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 50%;
  flex-direction: row;
  height: 12%;
  text-align: left;
  color: #000;
  font-size: 20px;
  background: #ffff;
  border-bottom: 1px solid rgb(61, 61, 61);
}
.notificaciones ul li a {
  text-align: center;
  font-size: 18px;
  padding-top: 2px;
  background: #fff;
  text-decoration: none;
}
.titulo_not {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15% !important;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 23px !important;
  margin-bottom: 0.25%;
  border-bottom: 2px solid #000 !important;
  padding-bottom: 3%;
}
.titulo_not a {
  font-size: 30%;
}
.leido {
  font-size: 42% !important;
  text-transform: uppercase;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00ffa8 !important;
  width: 40%;
  background-color: rgb(0, 0, 0) !important;
  border-radius: 28px;
}
.ver_mas {
  display: flex !important;
  width: 85px;
  height: auto !important;
  justify-content: center !important;
  color: #fff !important;
  background-color: rgb(0, 0, 0) !important;
  border-radius: 16px;
  padding: 12px !important;
  margin-left: 40%;
  margin-top: 2%;
}
.ver_mas_a {
  background-color: #000 !important;
  line-height: 35%;
  font-size: 14px !important;
  text-align: center !important;
}

/********** HAMBURGUESA **************/

.menu_on_home {
  display: inline-block;
  min-width: 30px;
  height: 19px;
  z-index: 98;
  top: 30px;
  cursor: pointer;
  margin-bottom: 8px;
}
.menu_on_home span {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  display: block;
  margin-top: 4px;
  background: var(--blanco);
  transition: all 0.25s ease;
  transform-origin: 0px 100%;
}
.opaque {
  opacity: 1 !important;
}
.menu_on_home input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 27px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.menu_on_home input:checked ~ span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}
.menu_on_home input:checked ~ span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menu_on_home input:checked ~ span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-1px, 4px);
}

/******* MENU DSPLEGABLE DE HAMBURGUESA *********/

.menuTop {
  position: fixed;
  height: 90px;
  width: 100%;
  z-index: 100;
  display: flex;
  margin: 90px 0 0 0;
}
.menu_on_home {
  display: inline-block;
  width: 30px;
  height: 19px;
  z-index: 98;
  top: 30px;
  cursor: pointer;
}
.menu_on_home span {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  display: block;
  margin-top: 4px;
  background: var(--blanco);
  transition: all 0.25s ease;
  transform-origin: 0px 100%;
}
.opaque {
  opacity: 1 !important;
}
.notShow {
  height: 0;
  overflow: hidden;
}
.kdi-nav-menu-items-wrapper .menuDespliegue {
  text-align: end;
}
.navDespliegue {
  position: fixed;
  right: 16em;
  top: 90px;
  display: flex;
  flex-direction: row-reverse;
  z-index: 9999;
}
.menuDespliegue {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuDespliegue ul {
  list-style: none;
  width: fit-content;
  min-width: 100%;
  margin-bottom: 20px;
  text-align: start;
  padding: 0;
}
.menu_items,
ul {
  margin: 0;
}
.menuDespliegue .titulo {
  color: var(--negro) !important;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5vw;
}
.menuDespliegue li {
  display: flex;
  flex-direction: initial;
}
.visible_menu {
  width: 100%;
  height: 70%;
  display: block;
  opacity: 1;
}
.enlacesPaginaFooter,
.enlacesPaginaFooter a {
  color: #606060 !important;
  font-size: 14px;
}
.tituloNav {
  color: #fff !important;
  font-size: 19px;
  margin-bottom: 15px;
  margin-top: 10% !important;
  font-weight: bold;
}
.enlacesPaginaNav {
  color: #fff !important;
  font-size: 16px !important;
  margin-top: 15px !important;
}
.cuadroInternosNav {
  display: flex;
  justify-content: flex-end;
  padding: 0px 0px 20px 30px;
}
.divInternosDerNav {
  text-align: end;
  margin-right: 60px;
}
.menu_on_home input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 27px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.menu_on_home input:checked ~ span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}
.menu_on_home input:checked ~ span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menu_on_home input:checked ~ span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-1px, 4px);
}
.menu_mov {
  display: none;
}

/********** MEDIAQUERY *************/

@media (max-width: 1280px) {
  .navDespliegue {
    right: 8%;
  }
  .notificaciones ul li:first-child {
    display: none;
  }
  .iconos {
    margin-right: 0;
  }
  .menu_items li a {
    font-size: 1em;
  }
}
@media (max-width: 1024px) {
  .logo {
    height: 42px !important;
  }

  .menu_items li a {
    font-size: 0.8em;
    padding: 0.2em 0.03em;
  }
  .menu {
    & ul {
      & li {
        margin: 0 1em;
        height: auto;
        font-size: 0.8em;
      }
    }
  }
  .navDespliegue {
    right: 12%;
  }
  .notificaciones_des {
    width: 26.5em;
    height: 36em !important;
  }

  .ver_mas {
    margin-top: 3%;
  }
  .ver_mas_a {
    font-size: 14px !important;
  }
}

@media (min-width: 859px) {
  .logo {
    height: 42px !important;
  }

  .menu_items li a {
    font-size: 1em;
    padding: 0.2em 0.03em;
  }
  .menu {
    & ul li {
      margin: 0 1em;
    }
  }
  .navDespliegue {
    right: 12%;
  }
  .notificaciones_des {
    width: 26.5em;
    height: 36em !important;
  }

  .ver_mas {
    margin-top: 3%;
  }
  .ver_mas_a {
    font-size: 14px !important;
  }

  .menu {
    height: 90px;
  }
  .versionMovil.menu {
    display: none !important;
  }
}

/*************MOVIL/TABLET*************/

@media (max-width: 858px) {
  .versionMovil {
    display: flex !important;
  }

  #menu_principal {
    display: none !important;
  }

  .menu {
    padding: 0;
    height: 90px;
  }
  .iconos {
    width: 10%;
    margin-top: 1.2em;
    margin-right: 1.2em;
    margin-left: 1.2em;
    margin-bottom: 0.8em;
  }
  .log_mov {
    display: flex;
    align-items: center;
    width: 60px;
    max-width: 80px;
    height: 55px;
    background-size: 170px;
    background-repeat: no-repeat;
  }
  .notificaciones ul {
    right: 0;
    width: 0;
    height: 48em;
    padding: 0;
  }
  .mostrar_flecha {
    display: block !important;
  }
  .notificaciones_des {
    padding: 1em;
    width: 20em;
    height: 48em !important;
    top: 92px !important;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    flex-direction: row !important;
  }
  .menu_items_mov {
    & .cruz {
      left: 5px;
      top: 14px;
    }
  }
  .iconoHamburguesa {
    width: 17%;
  }
  .hamburguesaMov {
    display: inline-flex;
    font-size: 6rem !important;
    transition: 1s;
    padding: 0.2em;
  }
  .logo {
    height: 3em !important;
    max-width: 100%;
    justify-content: center;
    display: flex;
  }
  ul.show {
    top: calc(var(--altura-banner-promo) + var(--altura-menu));
    background: #000;
    left: 0;
    z-index: 9999;
    padding-top: 2%;
    height: auto;
    border: 4px solid #00ffa8;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .menu_items_mov {
    & .cruz {
      display: none;
      right: 26em;
      top: 47px;
      position: fixed;
      width: 0;
      height: 10px;
      border-style: solid;
      border-width: 0 12px 12px 12px;
      background: transparent;
      border-color: transparent transparent #00ffa8 transparent;
    }
  }
  .menu_items_mov {
    font-size: 28px !important;
    position: fixed;
    display: block;
    width: 60vw;
    height: calc(100% - 90px);
    left: -100vw;
    top: calc(var(--altura-banner-promo) + var(--altura-menu));
    text-align: center;
    transition: all 1.2s;
    flex-direction: column;
    z-index: 9999;
    list-style: none;
    font-size: 200%;
    padding-left: 0;
  }
  .premium_mov {
    color: #00ffa8 !important;
  }
  .menu_items_mov li {
    display: flex;
    height: 60px;
    border-bottom: 1px solid #fff;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .cerrar_sesion_mov,
  .cerrar_sesion_mov--micuenta {
    width: 51%;
    color: #00ffa8 !important;
    font-weight: lighter;
    border: 1px solid #00ffa8;
    border-bottom: 1px solid #00ffa8 !important;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 1em;
  }
  .menu_items li a {
    font-size: 2rem;
  }
  .titulo_not {
    gap: 18% !important;
    margin-top: 0.5em;
  }
  .ver_mas_leido {
    display: flex;
    justify-content: space-around;
    gap: 0 !important;
    margin-bottom: 2%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .ver_mas_a {
    color: #2b2b2b !important;
    background-color: #f3f2f2 !important;
    border-radius: 36px;
    padding-top: 3.7%;
    padding-left: 0.5%;
    height: 70%;
    font-size: 131% !important;
    width: 27% !important;
  }
  .leido {
    padding: 4.4% !important;
    height: 100%;
    font-size: 1.1em !important;
    border-radius: 24px;
    width: 50%;
    background-color: #00ffa8 !important;
    color: #000 !important;
  }
  .notificaciones li a {
    display: flex;
    font-size: 1.1em !important;
  }
  .notificaciones_des {
    padding: 1em;
    width: 40em !important;
  }
  .iconoNotificacion {
    width: 100%;
    max-width: 4.5em;
    height: 4.5em;
    // margin-top: 4%;
    background-repeat: no-repeat;
  }
  .notificaciones ul {
    right: 0;
    top: 70px;
  }
  .leido {
    height: 75%;
  }
}
@media (max-width: 768px) {
  .menu_items_mov {
    & .cruz {
      display: none;
      right: 24.4em;
      top: 0;
      margin-top: 1.8em;
    }
  }
  .titulo_not {
    font-size: 2.2em !important;
    padding-top: 1em;
  }
  .notificaciones ul li:first-child {
    margin-top: -8%;
    right: 0.7em;
    top: 142px;
  }
  .leido {
    padding: 4.4% !important;
    height: 50%;
    font-size: 1.2em !important;
    border-radius: 24px;
    width: 50%;
  }
  .menu {
    height: 21vw;
  }

  .iconos {
    width: 8em;
    margin: 0;
  }
  .campana:hover .mensajeEmergente {
    width: 50%;
    padding: 1em;
  }
}

@media (max-width: 420px) {
  .menu_items_mov {
    font-size: 20.8px !important;
    width: 100vw;
  }
  .notificaciones ul li:first-child {
    right: -3px;
    top: 109px;
  }
  .iconos {
    width: 10%;
    margin-top: 1em;
    margin-right: 1em;
  }
  .notificaciones {
    padding-bottom: 10px;
  }
  .notificaciones_des {
    padding: 1em;
    width: 100% !important;
  }
  .notificaciones ul {
    text-align: center;
    flex-direction: column;
    z-index: 9999;
    width: 0;
    height: 42em;
    transition: all 0.4s;
    padding-left: 0;
    padding-right: 0;
  }
  .notificaciones_des {
    position: absolute;
    width: 100vw;
    right: 0;
    top: 90px !important;
    padding-top: 40px;
    transition: all 0.4s;
  }
  .notificaciones ul li {
    height: 9%;
  }
  .log_mov {
    max-width: 42px;
  }
  .logo {
    width: 80%;
    height: auto !important;
    margin: auto !important;
  }
  .iconoNotificacion {
    margin-right: 6rem;
    margin-top: 1.55em;
    max-width: 3.5em;
  }
  .menu_items_mov {
    & .cruz {
      left: 5px;
      top: 14px;
    }
  }
  .leido {
    padding: 4.4% !important;
    height: 80%;
    font-size: 0.9em !important;
  }
  .menu_items_mov {
    display: flex;
    height: 25.3em;
    top: calc(var(--altura-banner-promo) + var(--altura-menu));
    font-size: 130%;
  }
  .menu_items_mov li {
    display: flex;
    border-bottom: 1px solid #fff;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  ul.show {
    padding-top: 2%;
    top: calc(var(--altura-banner-promo) + var(--altura-menu));
    height: auto !important;
    border: 4px solid #00ffa8;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

    & li {
      margin: 0.7em 1em;
    }
  }
  .premium_mov {
    color: #00ffa8 !important;
  }

  .cerrar_sesion_mov,
  .cerrar_sesion_mov--micuenta {
    width: 41%;
    color: #00ffa8 !important;
    font-weight: lighter;
    border: 1px solid #00ffa8;
    border-bottom: 1px solid #00ffa8 !important;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px;
    padding: 0 !important;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
    margin-top: 1.2em;
    height: 40px !important;
  }
  /**********CAMPANA*************/
  .iconos {
    width: 8em;
    margin: 0;
  }
}
@media (max-height: 600px) {
  .menu_items_mov {
    height: calc(100% - 83px) !important;
    & li {
      font-size: smaller;
      height: 3em;
      padding: 0;
      display: flex;
      align-items: center;
    }
    & .mostrar_flecha {
      padding-top: 8.6%;
    }
  }
  .botones_cuenta {
    margin: 0.5em 0 !important;
  }
}

.cerrar_sesion_mov--micuenta {
  border: 1px solid #fff !important;
  color: #fff !important;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.cerrar_sesion_mov {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.botones_cuenta {
  display: flex;
  margin: 1em 0;
}

/*********************/

.campanaDesactivada {
  filter: grayscale(200%);
}
