html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
a,
img {
  border: 0;
  text-decoration: none;
}
.main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
div.back-to-main-site {
  padding: 0px 0px;
}
div.back-to-main-site.small-logo {
  display: flex;
  align-items: center;
}
div.back-to-main-site.small-logo img {
  width: 20%;
}
div.back-to-main-site.small-logo .small-logo-contener {
  margin-left: 4%;
}
div.back-to-main-site.small-logo .small-logo-contener img {
  width: 100%;
}
div.back-to-main-site h2 {
  color: black;
  font-weight: 100;
  text-align: center;
  font-family: Tahoma, Verdana;
}
div.back-to-main-site img {
  display: block;
  width: 50%;
  float: left;
}
div.bg {
  width: 100%;
  height: 100%;
  position: fixed;
}
div.error {
  width: 100%;
}
div.error img {
  width: 100%;
}
div.main div.content_error {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 40%;
  height: auto;
  min-height: 100%;
}
div.main div.content-error {
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 540px;
  margin: 7% 0%;
}
div.main div.bg_invest {
  display: block;
  width: 100%;
  margin-top: 15%;
}
div.main div.content_error .bg_button {
  margin-top: 5%;
  width: 100%;
}
div.main div.content_error .bg_button img {
  width: 45%;
  max-width: 260px;
}
div.main div.bg_invest div.logo_invest img {
  width: 50%;
}
div.txtBSM {
  position: relative;
  float: left;
  clear: both;
  margin: 20px 20px 30px 20px;
  left: 7%;
  font-size: 11px;
  font-family: Tahoma, Verdana;
  color: #f9fff5;
  line-height: 21px;
  transition: left 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
div.txtBSM span.font-weight {
  font-weight: bold;
}
div.txtBSM span.color-black {
  color: #080000;
}
div.txtBSM a {
  font-size: 11px;
  font-family: Verdana;
  color: #f9fff5;
}
div.txtBSM a:hover {
  text-decoration: underline;
}
/* Technical work*/
div.main div.content_error.technical_work {
  align-items: end;
}
div.main .technical_work div.bg_invest {
  margin: 50% 0 15% 0;
}
/* Technical work*/
@media (max-width: 1300px) and (min-width: 1px) {
  div.main div.content_error {
    width: 50%;
  }
}
@media (max-width: 750px) {
  div.main {
    background-color: #eee;
  }
  div.main div.content_error {
    width: 100%;
    justify-content: center;
  }
  div.bg {
    display: none;
  }
  div.error {
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0px;
  }
}

div.bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/exception_errors/atal_404_bg.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/exception_errors/atal_404_bg.jpg', sizingMethod='scale');
}
