article,
.likeArticle {
  font-size: 0.9rem;
  line-height: 1rem;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: inset 2px 2px 3px -1px rgb(0 0 0 / 4%), 1px 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 12px;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-weight: 400;
  letter-spacing: unset;
  text-transform: unset;
  filter: unset
}

.pageHq {
  display: block;
  background: #fff;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 10px;
}

.pageHq picture,
.pageHq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.redBlock {
  font-weight: 800;
  background: -webkit-linear-gradient(-45deg, red, orange, yellow, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient 3s ease infinite;
  background-size: 800% 800%;
  font-size: 1.9rem;
  letter-spacing: -1px;
  line-height: 1.7rem;
  text-align: center;
  margin: 13px 0;
  filter: drop-shadow(0px 2px rgb(124, 12, 12));
}

.centerCTA {
  display: block;
  text-align: center;
}

.centerCTA a {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}

.listEpisodios li {
  margin-bottom: 35px;
}

.listEpisodios li .item {
  position: relative;
}

.listEpisodios li h3 {
  text-shadow: 0px 5px 3px rgba(0, 0, 0, 0.12);
}

.listEpisodios li h3 a {
  text-shadow: none;
}

.listEpisodios li h3 {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(70, 70, 70, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(70, 70, 70, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(70, 70, 70, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#464646', GradientType=0);
  border: #000 solid 1px;
  border-radius: 9px 9px 0 0;
  display: block;
}

.listEpisodios li h3 a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  font-weight: 800;
  display: flex;
  text-align: left;
  padding: 10px 20px 18px 72px;
  color: #eee;
  transition: all 0.3s ease-in-out;
  background: -webkit-linear-gradient(45deg, #FF4D00, #FCB200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px #000);
  min-height: 55px;
  align-items: center;
}

.listEpisodios .btnPadrao {
  padding: 14px 0;
}

.listEpisodios .capas {
  display: block;
  white-space: nowrap;
  overflow: scroll;
  overflow-y: hidden;
  margin-bottom: 4px;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.listEpisodios .capas::-webkit-scrollbar {
  height: 10px;
}

.listEpisodios .capas::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 8px;
}

.listEpisodios .capas::-webkit-scrollbar-thumb {
  background: #FCB200;
  border-radius: 5px;
  border: solid 2px #eeeeee
}

.listEpisodios .capas::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.listEpisodios .capas .capa {
  width: 100%;
  display: inline-block;
  margin-right: 5px;
  scroll-snap-align: center;
}

.listEpisodios .capas .capa a,
.listEpisodios .capas .capa picture,
.listEpisodios .capas .capa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.listEpisodios .item p {
  font-size: 0.8rem;
  line-height: 0.95rem;
  padding: 5px;
}


.spaceNum {
  position: absolute;
  margin-top: -12px;
  transform: rotate(-7deg);
  display: flex;
  flex-direction: column;
  align-items: center;

}

.numHq {
  background: -webkit-linear-gradient(rgb(255, 60, 0), rgba(252, 188, 0, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.3rem;
  line-height: 2.3rem;
  letter-spacing: -2px;
  padding: 0 10px 3px 10px;
  text-align: center;
  font-weight: 800;
  filter:
    drop-shadow(0px 1px 0px rgb(151, 74, 2)) drop-shadow(0px 3px 0px rgb(110, 54, 2)) drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.5));
}

.ep {
  background: rgb(192, 97, 7);
  font-size: 0.5rem;
  line-height: 0.45rem;
  letter-spacing: 0.03rem;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 400;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgb(238, 118, 19), 0 3px 3px rgba(0, 0, 0, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  z-index: 1;
}

.controlCapas {
  position: absolute;
  top: calc(50% - 100px);
  width: 108%;
  left: -4%;
  display: flex;
  justify-content: space-between;
}

.controlCapas .up,
.controlCapas .down {
  border-radius: 50%;
  width: 38px;
  aspect-ratio: 1/1;
  margin: 5px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  display: flex !important;
}

.controlCapas .up {
  transform: rotate(90deg);
  box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.5);
}

.controlCapas .up::after,
.controlCapas .down::after,
.controlCapas .up::before,
.controlCapas .down::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 5px;
  border-radius: 5px;
  display: inline-block;
  background: #fff;
  transform: rotate(45deg);
  z-index: 1;
  margin-left: -7px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.controlCapas .up::before,
.controlCapas .down::before {
  transform: rotate(-45deg);
  margin-left: unset;
  margin-right: -7px;
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.controlCapas .up:hover,
.controlCapas .down:hover {
  background: rgba(0, 0, 0, 0.8);
}

.paginaTexto {
  padding: 20px;
}

.paginaTexto.simpleWhiteBox {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.04), 1px 1px 0 rgba(0, 0, 0, 0.02);
}

.paginaTexto p a,
.likeArticle a:not(.btnPadrao) {
  color: #FF4D00;
}

.paginaTexto p {
  padding-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.paginaTexto p:last-child {
  padding-bottom: 5px;
}

.paginaTexto strong,
.likeArticle strong {
  font-weight: 600;
}

.paginaTexto h3,
.likeArticle h3 {
  text-transform: uppercase;
  line-height: auto;
}

.overTable {
  overflow-x: auto;
  width: 100%;
  border-radius: 8px;
}

#table-striped {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8rem;
}

#table-striped td,
#table-striped th {
  border: 1px solid #fff;
  padding: 12px;
  text-align: center !important;
}

#table-striped td:first-child,
#table-striped th:first-child {
  text-align: left !important;
}

#table-striped tr:nth-child(even) {
  background-color: #f2f2f2;
}

#table-striped tr:hover {
  background-color: #fd7628;
  color: #fff;
}

#table-striped th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

#menuDashboard {
  display: grid;
  grid-template-columns: auto auto auto;
  list-style: none;
  font-size: 0rem;
  top: -20px;
  margin-left: -2px;
  position: relative;
  width: 100%;
}

#menuDashboard li {
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: uppercase;
  width: 100%;
  float: left;
}

#menuDashboard li a {
  font-size: 0.8rem;
  display: block;
  padding: 10px;
  background: #fd7628;
  font-weight: 800;
  color: #fff;
  margin: 2px;
  border-radius: 5px;
  text-align: center;
}

#menuDashboard li a:hover {
  background: #000;
}

.avisoAssine {
  padding: 10px;
  border-radius: 8px;
  color: rgb(238, 238, 238, 0.7);
  text-align: center;
  font-size: 0.8rem;
}

.etapa {
  margin: 20px 0 0 0;
  padding: 12px 0 0 0;
  background: -moz-linear-gradient(-45deg, rgba(252, 102, 2, 0.5) 0%, rgba(252, 210, 2, 0.21) 59%, rgba(252, 102, 2, 0.03) 94%, rgba(252, 102, 2, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(252, 102, 2, 0.5) 0%, rgba(252, 210, 2, 0.21) 59%, rgba(252, 102, 2, 0.03) 94%, rgba(252, 102, 2, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(252, 102, 2, 0.5) 0%, rgba(252, 210, 2, 0.21) 59%, rgba(252, 102, 2, 0.03) 94%, rgba(252, 102, 2, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80fc6602', endColorstr='#00fc6602', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 8px 8px 0 0;
  padding-bottom: 18px;
  margin-bottom: -8px;
  position: relative;
}

.etapa .spaceNum {
  margin-top: -7px;
  left: 5px;
}

.etapa h3 {
  padding-left: 53px;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1rem;
  min-height: 28px;
  display: flex;
  align-items: center;
}

.titplan {
  padding: 0px 0 10px 0px;
  font-size: 0.8rem;
  font-weight: 600;
}

.titplan img {
  float: right;
  height: 41px;
  width: auto;
  top: -5px;
  position: relative;
}

.titplan strong {
  color: #fd7628;
  display: block;
  font-size: 1.2rem;
  padding: 2px 0;
}

.z1 {
  z-index: 1;
  position: relative;
}

.boxplan {
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  cursor: pointer;
  height: fit-content;
  align-items: center;
}

.boxplan h2 {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  color: #313131;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  opacity: 0.8;
}

.boxplan .descplan {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 400;
  opacity: 0.8;
  width: 94%;
}

input[type=radio] {
  height: 28px;
  width: 34px;
  border-radius: 50%;
  border: #fff solid 6px;
  background-color: rgba(0, 0, 0, 0.3) !important;
  flex-shrink: 0;
  margin-right: 4px;
  cursor: pointer;
  border: none
}

.w100 {
  width: 100%;
}

.boxplan input:checked~.preco {
  background: rgb(255, 77, 0, 1);
  background: linear-gradient(180deg, rgb(255, 77, 0, 1) 0%, rgb(241, 178, 4) 100%);
  border: 1px solid rgb(255, 77, 0, 1);
}

.boxplan input:checked~.preco span {
  color: #000
}

.boxplan input:checked~.preco .value {
  color: #000;
  font-weight: 900;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 10%);
  letter-spacing: -1px;
}

.simpleWhiteBox .boxplan:last-child {
  margin-bottom: 0;
}

.preco {
  background: #414141;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
  border: 1px solid rgb(85, 85, 85);
  color: #fff;
  margin: -8px;
  border-radius: 0 9px 9px 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  position: relative;
  flex: 1;
  padding-top: 5px;
  min-height: 65px;
  min-width: 98px;
}

.preco span {
  font-size: 1rem;
  display: inline-block;
  padding-right: 5px;
  top: -3px;
  position: relative;
}

.preco .value {
  font-weight: 900;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 50%);
  letter-spacing: -1px;
}

.preco .value small {
  font-size: 0.9rem;
}

.faixa {
  background: rgb(157, 213, 58);
  display: inline-block;
  position: absolute;
  font-size: 10px;
  padding: 4px 3px 10px 3px;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
  left: -38px;
  top: -5px;
  text-align: center;
  color: #000;
  width: 34px;
  line-height: 0.6rem;
  border-radius: 3px;
}

.faixa::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 9px 19px;
  border-color: transparent transparent #eee transparent;
  left: -1px;
}



.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.cards img {
  width: 200px;
  margin-top: 10px;
}

.spaceAssine .status {
  display: none;
}

.centraliza {
  display: block;
  width: 100%;
  text-align: center;
}

.topfooter {
  background: rgb(255, 77, 0, 1);
  background: linear-gradient(180deg, rgba(255, 77, 0, 1) 0%, rgba(255, 157, 0, 1) 100%);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 13px;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 50%);
  margin-bottom: 0px;
  margin-top: 40px;
  border-bottom: rgb(255, 77, 0, 1) solid 1px;
}

.mosaico {
  font-size: 0;
  margin-bottom: -31px;
  z-index: -2;
}

.mosaico img {
  width: 25%;
  height: auto;
  float: left;
  aspect-ratio: 3 /4;
}

.scrollMosaico {
  display: grid;
  grid-template-columns: 100% 100%;
  overflow: hidden;
}

#renovar .likeArticle {
  background: #f3f3f3;
}

.spaceAssine .simpleWhiteBox {
  z-index: 3;
  position: relative;
}

.personagens {
  position: relative;
}

.personagens .capas .capa img {
  width: 70%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 15px
}

.personagens .capas .capa {
  white-space: normal;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.personagens .capas .capa h3 {
  text-transform: uppercase;
  padding: 15px 0 5px 5px;
}

.personagens .capas p {
  padding: 0 10px 10px 10px;
}

@media only screen and (min-width: 500px) {
  .controlCapas {
    width: 106%;
    left: -3%;
  }

  .spaceAssine .simpleWhiteBox {
    padding: 22px;
  }
}

@media only screen and (min-width: 530px) {
  #menuDashboard {
    display: flex;
  }

  .topfooter {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

@media only screen and (min-width: 600px) {
  .personagens .capas .capa {
    width: 49%;
    width: calc(100% / 2 - 8px);
    border-left: 1px dashed #eeeeee;
    scroll-snap-align: start;
  }

  .personagens .capas .capa:first-child {
    border-left: none;
  }

}

@media only screen and (min-width: 700px) {
  .controlCapas {
    width: 100%;
    left: 0px;
    margin: 5px 0;
  }

  .redBlock {
    font-size: 2.5rem;
    line-height: 2.2rem;
    margin: 24px 0;
  }

  .dashSpaces {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    align-items: flex-start;
  }

  .dashMenu {
    display: block;
  }

  #menuDashboard {
    display: block;
    top: 0;
    margin-left: 0;
  }

  #menuDashboard li a {
    text-align: left;
  }

  .mosaico img {
    width: 12.5%;
  }

  .topfooter {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 800px) {
  .spaceAssine {
    display: grid;
    grid-template-columns: 320px auto;
    align-items: flex-start;
    gap: 20px;
  }

  .spaceAssine .status {
    display: block;
    width: 100%;
    grid-row: 1/3;
  }

  .spaceAssine .status img {
    width: 85%;
    margin-left: 7.5%;
  }

  .plate {
    background: rgb(255, 105, 35);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 105, 35, 1) 1%, rgba(249, 198, 103, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 105, 35, 1) 1%, rgba(249, 198, 103, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 105, 35, 1) 1%, rgba(249, 198, 103, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6923', endColorstr='#f9c667', GradientType=0);
    /* IE6-9 */
    color: #fff;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 40%), 2px 2px 3px rgb(0 0 0 / 15%);
    text-transform: uppercase;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 0 #ce3e00, 2px 6px 8px rgb(0 0 0 / 40%);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-transform: rotate(2seg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    display: block;
    font-weight: 800;
    font-size: 1.7rem;
    line-height: 1.5rem;
    letter-spacing: -1px;
    padding: 15px;
    margin-top: -15px;
    width: 104%;
    margin-left: -2%;
  }

  .spaceAssine .status ul {
    padding: 0;
    margin: -10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: calc(100% - 14px);
    margin-left: 7px;
  }

  .spaceAssine .status ul li {
    color: #fff;

    background: rgb(94, 94, 94);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(94, 94, 94, 1) 0%, rgba(12, 14, 20, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(94, 94, 94, 1) 0%, rgba(12, 14, 20, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(94, 94, 94, 1) 0%, rgba(12, 14, 20, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#0c0e14', GradientType=0);
    /* IE6-9 */

    border: 1px solid #000;
    border-radius: 8px;
    padding: 20px 5.5% 10px 5.5%;
    display: block;
    font-size: 0.7rem;
    letter-spacing: -.05em;
    text-transform: uppercase;
    text-align: center;
  }

  .spaceAssine .status ul li b {
    display: block;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 900;
  }

  .vantagens {
    background: rgb(255, 105, 35);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 105, 35, 1) 1%, rgba(249, 198, 103, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 105, 35, 1) 1%, rgba(249, 198, 103, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 105, 35, 1) 1%, rgba(249, 198, 103, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6923', endColorstr='#f9c667', GradientType=0);
    /* IE6-9 */
    padding: 8px 15px;
    margin: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 0 #fff, inset 2px 2px 5px rgb(0 0 0 / 10%);
  }

  .vantagens svg {
    width: 27px;
  }

  .vantagem {
    border-bottom: dashed 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 8px 5px;
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
  }

  .vantagem:last-child {
    border: none
  }

  .vantagem h3 {
    margin: 4px 0 0 0;
    font-size: 1rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    margin-bottom: 3px;
  }

  .vantagem .descvant {
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 600;
    display: block;
  }
}

@media only screen and (min-width: 900px) {

  .singleCta {
    margin-bottom: 40px;
  }

  h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .h2comlink {
    font-size: 1.3rem;
  }

  article {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }


}

@media only screen and (min-width: 996px) {

  .topSingle {
    margin-top: -25px;
  }

  .ctaHq {
    display: flex;
  }

  .ctaHq .btnPadrao {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .listEpisodios .capas .capa {
    width: 50%;
    width: calc(100% / 2 - 8px);
  }

  .listEpisodios .item p {
    font-size: 0.9rem;
    line-height: 1.05rem;
  }

  .listEpisodios .btnPadrao {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .listEpisodios .btnPadrao {
    font-size: 1.2rem;
    line-height: 1.3rem;
    display: inline-block;
    padding: 18px;
    white-space: nowrap;
  }

  .listEpisodios li .item {
    padding: 14px
  }

  .paginacao ul li a,
  .paginacao ul li span {
    padding: 17px 22px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .pagesHq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .pageHq {
    margin-bottom: 0px;
  }

  .pagesHq .pageHq:first-child {
    grid-column: 1/3;
  }

  .limitWidth {
    max-width: 500px;
    margin: 0 auto;
  }

  .personagens .capas .capa {
    width: 33%;
    width: calc(100% / 3 - 8px);
    border-left: 1px dashed #eeeeee;
    scroll-snap-align: start;
  }

}

@media only screen and (min-width: 1200px) {
  .topSingle {
    margin-top: -31px;
  }


}

@media only screen and (min-width: 1250px) {
  .boxes .item {
    width: 49%;
    width: calc(100% / 2 - 8px);
  }

  .boxes .item.first {
    float: left;
  }

  .boxes .item.second {
    float: right;
  }

  .topfooter {
    font-size: 2rem;
    line-height: normal;
    margin-top: 60px;
  }

  .mosaico {
    margin-bottom: -54px;
  }
}

@media only screen and (min-width: 1300px) {

  .topSingle {
    margin-top: -33px;
  }

  .singleCta {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 18px;
  }

  .singleCta .btnAssineGreen {
    padding-left: 30px;
    padding-right: 30px;
  }

  /*
  .controlCapas {
    display: none;
  }
  .listEpisodios .capas .capa {
    width: 32%;
    width: calc(100% / 3 - 8px);
  }
  .listEpisodios .capas {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .listEpisodios .capas .capa{
    margin: 0
  }*/
}

@media only screen and (min-width: 1430px) {
  .topSingle {
    margin-top: -37px;
  }
}