body {
  font-family: 'Titillium Web', sans-serif !important;
  color: #333333;
  background-attachment: fixed;
  background-image: url("base-mant.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-image: url("Background-Login.jpg");
  background-size: cover;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Titillium Web', sans-serif !important;
}
.message img {
  float: left;
}
.message h2 {
  font-size: 2rem;
  margin-top: 2.5rem;
}
.message {
  box-shadow: 1px 3px 20px #575757;
  padding: 70px 53px 160px;
  background-color: #fafafa;
  border: none;
  border-radius: 10px;
  width: 900px;
  background-image: url("img-mantenimiento.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.message p {
  color: #3d3d3d;
  line-height: 1.35;
  max-width: 40%;
  font-size: 1.1rem;
}
.messageAler p {
  color: #b40809;
}
.logo-uxxi {
  display: block;
  float: none !important;
  max-width: 300px;
}
.wrap-sop {}
.wrap-sop img {
  margin-right: 15px;
}
.wrap-sop p:first-of-type {
  font-weight: normal;
}
#footer {
  width: 100%;
  margin: 6.9em 0 0 0;
  padding: 0.5em 0 0.5em 0;
}
#footer P {
  font-size: 0.75em;
  color: #666666;
  font-weight: normal !important;
  text-align: center;
  margin: 0;
  padding: 0 0 0 0.9em;
}
.boton-contacto {
  border: 1px solid #f15a24;
  color: #f15a24;
  padding: 10px 43px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2rem;
  display: inline-block;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.boton-contacto:hover {
  border: 1px solid #f15a24;
  color: #fff;
  background-color: #f15a24;
}
@media only screen and (max-width: 952px) {
  .message {
    width: 60%;
    margin: 10px auto;
    background-size: 49%;
    background-position: bottom right;
  }
  .message p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .message {
    margin: 10px auto;
    background-size: 49%;
    background-position: bottom right;
  }
}