@import url("https://fonts.googleapis.com/css?family=Lato|Quicksand|Cutive+Mono|Space+Mono");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
html body {
  font: 75%/150% "Quicksand", sans-serif;
  background-image: url("//public.grupoiris.net/apps/pst/client/mytag/bg_05_mytag_20230314.png");
}
html body.login-page {
  background-image: url("//public.grupoiris.net/apps/pst/client/mytag/mytag_landing_demo.jpg");
}

.body-main-page .cb-slideshow div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 120s linear infinite 0s;
  -moz-animation: imageAnimation 120s linear infinite 0s;
  -o-animation: imageAnimation 120s linear infinite 0s;
  -ms-animation: imageAnimation 120s linear infinite 0s;
  animation: imageAnimation 120s linear infinite 0s;
}

.footer {
  padding-top: 0px;
  padding-right: 0px;
  background-color: #2b2d31;
  color: #a5a5a5;
  font-size: 1em;
}

.footer-element-margin {
  margin-top: 25px;
  text-align: right;
}

.menu-logo-container,
.menu-logo-container > div.logoMenu,
.footer-logo {
  width: 230px;
  height: 52px !important;
  filter: none;
  display: block;
}

#avail-form h4 {
  height: 20px;
  font-weight: bold;
}

.footer span {
  color: #aea91b !important;
}

.footer a {
  color: #aea91b !important;
}

/*# sourceMappingURL=mytagmetasearch.css.map */
