.body_splash{
  background: #E5AF77;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.container-logo{
  margin-top: 5em;
}
.logo_splash{
  position: relative;
  display: block;
  width: 40%;
  z-index: 10;
  margin: 60% auto;
}
.logo_dc{
  width: 50%;
  margin: auto;
}
.container-iconDC{
  position: fixed;
  display: flex;
  width: 100%;
  padding: 1em;
  bottom: 0;
  background: #262E39;
}
.container-icon_img_logoDC{
  height: 6em;
  margin: auto;
}
.circulo-01, .circulo-02{
  margin-top: 25em;
  left: -10em;
  position: absolute;
  display: block;
  height:300px;
  width:300px;
  z-index: -1;
  background:#FFA237;
  border-radius:150px;
  background: linear-gradient(90deg, #E8692B, #F8C679);
  /*position: absolute;*/
  top: 0;
  border-left: -1em;
}
.circulo-02{
  margin-top: 100%;
  left: 20em;
  z-index: -1;
  position: absolute;
  background: linear-gradient(90deg, rgba(232, 105, 43, 0.45), #F8C679);
  height:350px;
  width:350px;
  border-radius:175px;
}
@media (min-width: 768px) {
  .container-icon_img_logoDC{
    height: 4em;
  }
.body_splash{
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}
  .logo_splash{
    align-self: center;
    position: relative;
    display: block;
    width: 10%;
    z-index: 10;
    margin: 20% auto;
  }
}