@font-face {
  font-family: opensans;
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
* {
  margin: 0 auto;
  padding: 0;
}
body {
  /*background:url('../images/error/background.jpg') bottom left no-repeat fixed;*/
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.container {
  position: absolute;
  right: 0;
  top: 25%;
  width: 100%;
  min-height: calc(100% - 410px);
  text-align: center;
  color: #0072c6;
}
.container img {
  height: 150px;
}
.container h2 {
  margin: 20px 0;
}
.container h4 {
  color: #555;
  padding: 10px 20px;
}
html {
  height: 100%;
  min-width: 100%;
  overflow-y: hidden;
}
body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  font-family: opensans;
}
.espacio_login {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  /*min-height: ~"calc(100vh - 100px)";*/
  height: 100%;
  margin: 0px;
  padding: 0;
  text-align: center;
  z-index: 30;
  overflow-y: auto;
  overflow-x: hidden;
}
.footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.footer img {
  width: 100px;
  margin-bottom: 10px;
}
.footer .educamos_sso img {
  display: block;
  margin: 0 auto;
  height: 50px;
}
.footer .producto {
  color: #222;
  margin: 0 0 10px 0;
}
.footer .enlaces {
  color: #0072c6;
  margin: 0;
  font-size: 11px;
  display: block;
}
.footer .enlaces a {
  color: #0072c6;
  text-decoration: none;
}
.footer .enlaces a:hover {
  color: #4c9cd7;
}
.footer .enlaces #divLinksPoliticas {
  line-height: 30px;
}
.footer .logos-grupo-sm {
  margin-top: 10px;
}
.footer .logos-grupo-sm a {
  margin: 0;
  display: inline-block;
}
.footer .logos-grupo-sm a img {
  height: 30px;
  width: auto;
  margin-bottom: 0;
}
.foto {
  display: none;
  position: fixed;
  z-index: 10;
  right: 60%;
  bottom: 0;
  background-size: cover;
  background-image: url("../images/login_educamos_img.jpg");
  background-position-x: right;
  background-repeat: no-repeat;
  height: 100%;
  width: 70%;
}
@media (min-width: 767px) {
  .foto {
    display: block;
  }
  .espacio_login {
    width: 60%;
    margin-left: 40%;
    /*min-height: ~"calc(100vh - 130px)";*/
  }
}
@media (min-width: 1023px) {
  .foto {
    right: 45%;
  }
  .espacio_login {
    width: 45%;
    margin-left: 55%;
  }
}
@media (min-width: 1440px) {
  .foto {
    right: 30%;
  }
  .espacio_login {
    width: 30%;
    margin-left: 70%;
  }
}
.mensaje-covid {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 25%;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  z-index: 20;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.mensaje-covid p {
  margin: 20px 0;
}
@media (min-width: 767px) {
  .mensaje-covid {
    width: 25%;
    margin-right: 65%;
  }
}
@media (min-width: 1023px) {
  .mensaje-covid {
    width: 40%;
    margin-right: 50%;
  }
}
@media (min-width: 1440px) {
  .mensaje-covid {
    width: 40%;
    margin-right: 45%;
  }
}
