body {
  background-color: #eff4f7;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.ultraadmin {
  background-color: #7719aa;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ultratec {
  background-color: #0078d4;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ultraCRM {
  background-color: #207245;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ultraReg {
  background-color: #900000;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ultraGq {
  background-color: #ffb900;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ultraVig {
  background-color: #2b579a;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.disabled {
  background-color: #ddd;
}

.header {
  width: 100vw;
  height: 45px;
  background-color: white;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.header img {
  height: 30px;
  margin: 6px;
}

.animation:hover #letra__1,
.animation:hover #letra__2,
.animation:hover #letra__3,
.animation:hover #letra__4,
.animation:hover #letra__5,
.animation:hover #letra__6,
.animation:hover #letra__7,
.animation:hover #letra__8,
.animation:hover #letra__9,
.animation:hover #letra__10 {
  animation-name: fade;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.animation:hover {
  transition: 0.5s ease-in-out;
  transform: scale(1.2);
}

.animation #letra__logo,
.animation #caixa__logo {
  transition: all 0.5s;
}

.animation:hover #letra__logo,
.animation:hover #caixa__logo {
  transition: 0.5s ease-in-out;
  animation-name: scale;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.animation {
  margin-bottom: 40px;
  transition: 0.5s ease-in-out;
}

.ultraadmin.animation:hover #letra__logo,
.ultraadmin.animation:hover #caixa__logo,
.ultraadmin.animation:hover #letra_1 {
  transition: 0.5s ease-in-out;
  animation-name: scaleAdmin;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  form {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes scale {
  form {
    transform: scale(1) translateY(0px) translatex(0px);
  }
  to {
    transform: scale(2.1) translateY(-80px) translatex(190px);
  }
}

@keyframes scaleAdmin {
  form {
    transform: scale(1) translateY(0px) translatex(0px);
  }
  to {
    transform: scale(2.1) translateY(-80px) translatex(250px);
  }
}

.animation p {
  position: absolute;
  align-self: baseline;
  bottom: 0;
  left: 15;
}

.container {
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.container-sistemas {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
