img {
  -webkit-user-drag: none;
}
.corpo {
  height: 100%;
}
.main {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #2791e1;
  text-align: center;
  color: lightgrey;
  line-height: 25px;
  font-size: 16px;
}
.main-box {
  width: 700px;
  margin: auto;
  margin-top: 20px;
}
.logo {
  position: relative;
  text-align: left;
  padding-left: 10px;
  border-radius: 25px;
  background: linear-gradient(#23a9e1, #273a91);
  box-shadow: black 0px 0px 20px;
  z-index: 10000;
}
.logo > img {
  height: 160px;
}
.center-box {
  padding: 30px;
  padding-top: 75px;
  padding-bottom: 105px;
  margin-top: -25px;
  margin-bottom: -25px;
  display: flex;
  z-index: 0;
  background-color: rgba(0, 0, 125, 0.15);
}
.left-box {
  flex-basis: 386px;
  text-align: justify;
}
.right-box {
  flex-grow: 1;
  align-self: center;
}
.right-box > div {
  display: inline-block;
  text-align: left;
}
.title {
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: white;
}
.contact {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.legal {
  position: relative;
  height: 70px;
  overflow: hidden;
  border-radius: 25px;
  background: linear-gradient(#23a9e1, #273a91);
  box-shadow: black 0px 0px 20px;
}
.ellipse {
  width: 100%;
  height: 100%;
  top: 20px;
  bottom: 0;
  position: absolute;
  background-color: black;
  opacity: 0.15;
  border-radius: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 60%;
}
.copyright {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  font-size: 14px;
}
