html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

body {
  background-color: #000;
}

/** Horizontal */
/*720p*/
@media (width: 1280px) and (height: 720px) {
  body {
    background-image: url("./default/assets/fundo.png");
    background-size: cover;
  }

  #img {
    background-image: url("");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 25%;
    left: 76%;
    z-index: 0;
    /* border : 1px solid red; */
    border-radius: 50%;
  }

  #topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 9.5%;
    background-color: rgba(15, 15, 15, 0.9);
    z-index: 1;
  }

  #topbar > img {
    position: absolute;
    top: 7.5%;
    left: 1.5%;
    height: 55px;
    z-index: 1;
  }

  #title {
  }

  #bar {
    position: absolute;
    top: 39%;
    left: 5%;
    width: 50%;
    height: 21%;
    z-index: 1;
  }

  #content {
    position: absolute;
    top: 5%;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 2;
    overflow: visible;
  }

  #title {
    position: absolute;
    top: 10%;
    left: 3.9%;
    padding: 25px;
    /* background-color: rgba(15, 15, 15, .9); */
    z-index: 2;
    color: #6da72b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    width: 70%;
  }

  #description {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #045f8c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5em;
  }
}

/*1080p*/
@media (width: 1920px) and (height: 1080px) {
  body {
    background-image: url("./default/assets/fundo.png");
    background-size: cover;
  }

  #img {
    background-image: url("");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 25%;
    left: 76%;
    z-index: 0;
    /* border : 1px solid red; */
    border-radius: 50%;
  }

  #topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 9.5%;
    background-color: rgba(15, 15, 15, 0.9);
    z-index: 1;
  }

  #topbar > img {
    position: absolute;
    top: 7.5%;
    left: 1.5%;
    height: 55px;
    z-index: 1;
  }

  #title {
  }

  #bar {
    position: absolute;
    top: 59%;
    left: 5%;
    width: 50%;
    height: 21%;
    z-index: 1;
  }

  #content {
    position: absolute;
    top: 5%;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 2;
    overflow: visible;
  }

  #title {
    position: absolute;
    top: 22%;
    left: 6%;
    padding: 25px;
    /* background-color: rgba(15, 15, 15, 0.9); */
    z-index: 2;
    color: #6da72b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    font-weight: 700;
    width: 70%;
  }

  #description {
    position: absolute;
    top: -47%;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #045f8c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: 700;
    left: 4%;
  }
}

@media (width: 1920px) and (height: 1010px) {
  body {
    background-image: url("./default/assets/fundo.png");
    background-size: cover;
  }

  #img {
    background-image: url("");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 25%;
    left: 76%;
    z-index: 0;
    /* border : 1px solid red; */
    border-radius: 50%;
  }

  #topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 9.5%;
    background-color: rgba(15, 15, 15, 0.9);
    z-index: 1;
  }

  #topbar > img {
    position: absolute;
    top: 7.5%;
    left: 1.5%;
    height: 55px;
    z-index: 1;
  }

  #title {
  }

  #bar {
    position: absolute;
    top: 42%;
    left: 5%;
    width: 50%;
    height: 21%;
    z-index: 1;
  }

  #content {
    position: absolute;
    top: 5%;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 2;
    overflow: visible;
  }

  #title {
    position: absolute;
    top: 20%;
    left: 6%;
    padding: 25px;
    /* background-color: rgba(15, 15, 15, .9); */
    z-index: 2;
    color: #6da72b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    font-weight: 700;
    width: 70%;
  }

  #description {
    position: absolute;
    top: 10%;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #045f8c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    left: 4%;
  }
}

/*720p*/
@media (width: 720px) and (height: 1280px) {
  #img {
    background-image: url("./default/assets/fundoVert.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  #content {
    position: absolute;
    top: 5%;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 2;
    overflow: visible;
  }

  #title {
    position: absolute;
    top: 82%;
    background-color: rgba(15, 15, 15, 0.9);
    z-index: 2;
    padding: 20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
  }

  #description {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
  }
}

/** Half Horizontal */
/*720p*/
@media (width: 640px) and (height: 720px) {
  #img {
    background-image: url("./default/assets/fundo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  #topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.5%;
    /* background-color: rgba(15, 15, 15, 0.9); */
    z-index: 1;
  }

  #bar {
    position: absolute;
    top: 79%;
    left: 0;
    width: 100%;
    height: 21%;
    /* background-color: rgba(15, 15, 15, 0.9); */
    z-index: 1;
  }

  #content {
    position: absolute;
    top: 5%;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 2;
    overflow: visible;
  }

  #title {
    position: absolute;
    top: 68.5%;
    /* background-color: rgba(15, 15, 15, 0.9); */
    z-index: 2;
    padding: 15px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 700;
  }

  #description {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
  }
}

/*1080p*/
@media (width: 960px) and (height: 1080px) {
  #img {
    background-image: url("");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  #topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.5%;
    background-color: rgba(15, 15, 15, 0.9);
    z-index: 1;
  }

  #topbar > img {
    position: absolute;
    top: 7.5%;
    left: 1.5%;
    height: 85px;
    z-index: 1;
  }

  #bar {
    position: absolute;
    top: 79%;
    left: 0;
    width: 100%;
    height: 21%;
    background-color: rgba(15, 15, 15, 0.9);
    z-index: 1;
  }

  #content {
    position: absolute;
    top: 5%;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 2;
    overflow: visible;
  }

  #title {
    position: absolute;
    top: 66.3%;
    background-color: rgba(15, 15, 15, 0.9);
    z-index: 2;
    padding: 35px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
    font-weight: 700;
  }

  #description {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3em;
  }
}
