.CEIMBLUECOLOR {
  color: rgb(65, 71, 105) !important;
}

.CEIMYELLOWCOLOR {
  color: #f7b334 !important;
}

.CEIMBLUEBG {
  background-color: rgb(65, 71, 105) !important;
}

.CEIMYELLOWBG {
  background-color: #f7b334 !important;
}

.BGVIEWCEIM, .login, .login--dark {
  background-image: url("/Content/img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

.BGVIEWCEIM2, .login--dark {
  background-image: url("/Content/img/background2.png");
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes toTopFadeIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0%);
  }
}
.BOUNCE {
  animation: bounce 0.7s ease-in-out;
}

.SHADOW {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.NOSELECT {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
  supported by Chrome and Opera */
}
.NOSELECT * {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.login > div, .login--dark > div {
  animation: fadeIn 1.5s ease-in-out;
}
.login > .login__card, .login--dark > .login__card {
  animation: toTopFadeIn 1.5s ease-in-out;
}
@media (max-height: 520px) {
  .login > .login__card, .login--dark > .login__card {
    transform: scale(0.73);
  }
}
.login:before, .login--dark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(128, 128, 128, 0.2);
  z-index: -1;
}
.login__boxStyle {
  transition: all 0.5s ease-in-out;
  background-color: rgba(65, 71, 105, 0.7);
  width: 100vh;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, 0%) rotate(45deg);
  z-index: -1;
  border-radius: 7px;
}
@media (max-width: 640px) {
  .login__boxStyle {
    display: none;
  }
  .adorno-card-login {
    display: none !important;
  }
}
@media (max-height: 520px) {
  .login__boxStyle {
    transform: translate(-30%, 0%) rotate(45deg) scale(1.4);
  }
}
.login__bgText {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  max-width: 600px;
  height: 100vh;
  background-color: transparent;
  z-index: -1;
}
.login__bgText > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}
.login__title {
  font-size: min(35px, 5vw);
  font-weight: bold;
}
.login__body {
  font-size: min(16px, 2vw);
}
.login__title, .login__body {
  text-align: left;
  margin-left: min(30px, 5vw);
  margin-right: 60px;
  color: white;
}
.login__bgFooter {
  background-color: rgba(65, 71, 105, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
.login__bgFooter p {
  font-size: 1.1em;
  font-weight: 600;
}
.login__bgFooter span {
  font-style: italic;
}

.adorno-card-login {
  position: absolute;
  top: -1px;
  left: 4%;
  right: 4%;
}
.adorno-card-login img {
  min-width: 100% !important;
  max-height: 60px;
}

.menuAcceso {
  background-image: url("/Content/img/background2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menuAcceso__salir {
  z-index: 9999;
  cursor: pointer;
}
.menuAcceso__salir:hover .menuAcceso__circleStyle,
.menuAcceso__salir:hover .menuAcceso__contentSalir {
  transition: transform 0.2s ease-in-out;
  transform: scale(1.2);
}
.menuAcceso__circleStyle {
  position: fixed;
  width: 400px;
  height: 100px;
  border-radius: 75%;
  background-color: rgba(0, 0, 0, 0.5);
  top: -50px;
  right: -200px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.menuAcceso__contentSalir {
  position: fixed;
  right: 0;
  top: 0;
  font-size: 23px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuAcceso__contentSalir > img {
  width: 1em;
  margin-top: 0.35em;
  margin-right: 0.2em;
  filter: invert(1);
}
.menuAcceso__desc {
  min-height: 7em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuAcceso__content > .menuAcceso__card {
  background-color: rgba(247, 250, 118, 0.85);
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.9);
}
.menuAcceso .menuAcceso__img {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuAcceso .menuAcceso__img > img {
  max-width: 30% !important;
  padding: 5% 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.buttonRedRounded {
  background-color: #ff0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  transition: transform 0.2s ease-in-out;
  transform: scale(1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  animation: rotate 0.5s ease-in-out;
}
.buttonRedRounded:hover {
  transition: transform 0.2s ease-in-out;
  transform: scale(1.2);
}
