html,
body {
  padding: 0;
  margin: 0;
  background: url(images/bgbody_desktop.jpg);
}

.dv_header_desktop img {
  width: 100%;
  overflow-x: hidden;
  height: auto;
  background-color: #ffdf50;
  padding-bottom: 20px;
}

.dv_linha_desktop {
  width: 100%;
  height: 25px;
  text-align: center;
  background-image: url("images/bgdesktopcorda.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin-top: -25px;
  z-index: 666666666666;
  position: relative;
}

.dv_linha_desktop img {
  margin-top: -28px;
}

.dv_corpo_agenda_desktop {
  width: 90%;
  height: auto;
  margin: -5px auto;
  background-color: #ffdf50;
  text-align: center;
}

.dv_corpo_agenda_desktop img {
  width: 100%;
  margin-top: 0px;
  overflow-x: hidden;
  height: auto;
  background-color: #ffdf50;
  padding-bottom: 20px;
}

.dv_corpo_lancamentos {
  width: 90%;
  height: auto;
  margin: -5px auto;
  background-color: #00bef2;
  text-align: center;
}

.dv_corpo_lancamentos .dv_iframe {
  padding-top: 50px;
}

.dv_corpo_lancamentos .lancamento {
  position: relative;
  margin-top: -50px;
  z-index: 666666666666;
}

.dv_cordadesktop {
  width: 100%;
  height: 25px;
  background-image: url("images/bgcorda.png");
  background-repeat: repeat-x;
}

.footer {
  width: 90%;
  height: auto;
  background-color: #ffffff;
  margin: 0 auto;
  display: table;
}

.footer .logomspdesktop {
  float: left;
  height: auto;
}

.footer .logpersonagemdesktop {
  float: right;
  height: auto;
  margin-top: -61px;
}

/*----------------------*/

.dv_header_mobile {
  position: relative;
  z-index: 6666666666;
}

.dv_navegandonaspalavras {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: -12px;
}

.dv_header_mobile img {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

.dv_navegandonaspalavras img {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

.dv_agendamobile {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: 95px;
  background: url(images/bgagendamobile.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.placaagendamobile {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: -100px;
}

/*accordion*/
.compress_image {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

/*VARIABLES BECAUSE CSS PREPROCESSORS ARE COOL*/

@supports (display: grid) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr auto;

    //Let the craziness begin!!!
    grid-template-areas:
      "header header header"
      "title title footer"
      "main main main";
    @media screen and (max-width: 500px) {
      grid-template-columns: 1fr;
      grid-template-rows: 0.3fr 1fr auto 1fr;
      grid-template-areas:
        "header"
        "title"
        "main"
        "footer";
    }
  }

  .grid-item {
    font-size: 1em;
    font-weight: 700;
  }

  .main {
    grid-area: main;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .footer {
    grid-area: footer;
    padding: 0em;
  }

  .items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
  }

  .items.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }

  .item {
    display: inline-block;
    height: auto;
    width: 100%;
  }
}

.dv_lancamentosmobile {
  width: 70%;
  height: auto;
  margin: 0 auto;
  background-color: #ffdf50;
  margin-top: -5px;
}

.cascaomobile {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: -7px;
  position: relative;
}

.footermobile {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: -21px;
}

.dv_header_lancamentos,
.footerLancamento {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.dv_contudo_lancamentos {
  width: 90%;
  height: auto;
  margin: 0 auto;
  background: url(images/bglancamentoscorpo.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -4px;
  text-align: center;
}

@media (max-width: 699px) {
  .compress_image2 {
    width: 100%;
    overflow-x: hidden;
    height: auto;
  }
}

@media (min-width: 700px) {
  .compress_image2 {
    width: 80%;
    overflow-x: hidden;
    height: auto;
  }
}

.ajustaCorda {
  width: 100%;
}

.footerLancamento {
  margin-top: -4px;
}

.cascaoplacamobile {
  position: absolute;
  width: 18%;
  margin-top: -18%;
  margin-left: 83%;
  height: auto;
}

.cascaoplacamobile img {
  width: 100%;
  height: auto;
}
