.topCategory {
    width: 100%;
    min-height: 30vh;
    position: relative;
    z-index: 0;
    margin-top: -60px;
    display: flex;
    align-items: flex-end;
    padding-top: 50px;
}
.topCategory::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(2 2 2 / 70%) 0%, rgba(var(--bgColorRGB), 1) 100%);
  z-index: 2;

}

.bgImageFull,
.bgTraillerFull{
  width: 100%;
  height: 100%; 
  position: absolute;
  top: 0;
  left: 0;
}
.bgImageFull img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bgTraillerFull{
  z-index: 1;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.bgTraillerFull.show{
  opacity: 1;
}

.infoSuperDestaque{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 3;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.infoAtracao {
  padding: 0;
  background: unset;  
}
.infoAtracao .title{
  color: var(--colorThree);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.3), 2px 2px 3px rgba(0,0,0,0.2);
  max-width: 500px;
}
.infoAtracao .categoria,
.infoAtracao p{
  color: var(--fontColor);
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 800;
  max-width: 500px;
  padding: 3px 0;
}

.play{
  display: flex;
  font-size: 1.3rem;
  font-weight: 900;
  align-items: center;
  text-decoration: none;
  margin: 10px 0;
  color: var(--colorThree);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.3), 2px 2px 3px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.play svg{
  color: var(--colorOne);
  width: 30px;
  height: 30px;
  margin-right: 3px;
  filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.3));
}
.play:hover{
  color: var(--colorOne);
}
.mosaicoImages{
  z-index: 2;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  letter-spacing: 0;
  margin-bottom: -80px;
  z-index: 0;
  border-top: 5px solid var(--colorOne);
}
.mosaico{ font-size: 0; position: relative; transform: rotate(-6deg); width: 120%; left: -10%; top: -30px; margin-bottom: -60px; }
.mosaico img {
  width: calc(100% / 6);
}


/* assinatua */
.spaceAssine{
  position: relative;
  z-index: 3;
}
.spaceAssine .status{
  display: none;
}

.etapa{ 
  margin: 20px 0 0 0; 
  padding: 12px;    
  background: var(--colorThree);
  border-radius: 8px 8px 0 0;  
  
  margin-bottom: -8px;
  position: relative;
}
.etapa h2{
  text-align: center;
  text-transform: uppercase;
  color: var(--fontColor);
}

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

  font-weight: 600;
}
.titplan svg{
  height: 41px;
  width: 41px;  
  position: relative;
  color: var(--colorTwo);
  z-index: 30;
  float: left;
  top: -5px;
  margin-right: 10px;
}
.titplan strong{
  color:var(--colorOne);
  display: block;
  font-size: 1.2rem;
  line-height: 1rem;
  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 .title {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  color: #313131;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  opacity: 0.8;
  font-weight: 800;
  text-transform: uppercase;
}
.boxplan .descplan {
  text-transform: uppercase;
  font-size: 0.8rem;
  opacity: 1;
  font-weight: 500;
  width: 94%;
-webkit-font-smoothing: antialiased;
        font-optical-sizing: auto;
        font-style: normal;
        text-rendering: optimizeLegibility;
}
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(3, 191, 100);
  border: 1px solid rgb(2, 174, 91);
}
.boxplan input:checked ~ .w100 .title{
  color: rgb(3, 150, 80);
  opacity: 1;
}
.boxplan:has(input:checked){
  background: rgba(3, 191, 100, .08);
  box-shadow: 0 0 0 2px rgb(3, 191, 100);
}
.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;
  font-size: 2rem;
}
.preco .value small{
  font-size: 0.9rem;
}
.boxes .whiteBox{
  padding: 20px;
}
.faixa {
    background: linear-gradient(135deg, #ff5e3a, #ff9500);
    position: absolute;
    font-size: 9px;
    padding: 3px 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    border-radius: 0 9px 0 6px;
    letter-spacing: 0.8px;
    white-space: nowrap;
    z-index: 2;
}
.faixa::after {
    display: none;
}
.faixa-pix {
    background: linear-gradient(135deg, #1e7e34, #20c997);
    display: inline-block;
    position: absolute;
    font-size: 12px;
    padding: 4px 3px 6px 3px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    left: -48px;
    top: -2px;
    text-align: center;
    color: #fff;
    width: 60px;
    line-height: 11px;
    border-radius: 3px;
    letter-spacing: 0.8px;
}
.faixa-pix::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: 50%;
    transform: translateX(-50%);
}

.cards{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.cards img{
  width: 200px;
  margin-top: 10px;
  border-radius: 10px;
}
/* fim assinatura */


.btnGG{
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 12px 0;
}
.areas{
  padding: 20px;
}
.boxRenova{
  background: var(--colorFour);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.toRight .btnForm,
.boxRenova .btnForm{ 
  width: auto;
  color: #fff;
  padding: 10px 20px 8px 20px;
}
fieldset label{
  white-space: nowrap;
  font-weight: 900;
  margin-right: 10px;
}
.toRight{
  text-align: right;
  justify-content: flex-end;
}
.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;
  text-transform: uppercase;
}
#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: var(--colorThree); color: #fff;}
#table-striped th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.limitWidth{
  max-width: 400px;
  margin: 0 auto;
}
.limitWidth .etapa{ margin: 0; }
.limitWidth .whiteBox{
  padding: 20px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.03);
}

@media screen and (min-width: 700px) {
  .infoAtracao .title{
    font-size: 2.1rem;
    line-height: 1.9rem;
  }
  .infoAtracao .categoria,
  .infoAtracao p{
    font-size: 1.4rem;
    line-height: 1.3rem;
  }
  .play{
    font-size: 1.5rem;
  }
  .play svg{
    width: 40px;
    height: 40px;
  }
  .play:hover{
    color: var(--colorOne);
  }
}

@media screen and (min-width: 530px){
  .etapa h2 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 750px) {
  .boxes{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media screen and (min-width: 800px) {
  .mosaico img {
    width: calc(100% / 8);
  }
}

@media screen and (min-width: 1000px) {
  .infoAtracao .title{
    font-size: 2.3rem;
    line-height: 2.1rem;
  }
  .infoAtracao .categoria,
  .infoAtracao p{
    font-size: 1.5rem;
    line-height: 1.34rem;
  }
  .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: 70%;
    margin-left: 15%;
    margin-bottom: -20px;
  }

  .plate{    
    text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
    text-transform: uppercase;
    border-radius: 8px;
    text-align: center;
    box-shadow: 2px 2px 5px 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-bottom: -18px;
    width: 104%;
    margin-left: -2%;
    z-index: 1;
    background: var(--colorThree);
    color: #fff
  }
  .plate::before{ 
    background: var(--colorOne);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(2deg);
    border-radius: 8px;
    z-index: -1;
  }

  .spaceAssine .vantagens{
    background: var(--colorFour);
    padding: 15px 15px 8px 15px;
    margin: 8px;
    border-radius: 8px;
    box-shadow: 1px 1px 0 #fff, inset 2px 2px 5px rgb(0 0 0 / 10%);
    text-align: left;
  }
  .spaceAssine .vantagens svg {
    width: 27px;
    fill: var(--colorThree);
  }
  .spaceAssine .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;    
    color: #fff
  }
  .spaceAssine .vantagem:last-child { border: none }
  .spaceAssine .vantagem h3 {
    margin: 4px 0 0 0;
    font-size: 1rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: var(--colorTwo);
    margin-bottom: 3px;
  }
  .spaceAssine .vantagem .descvant {
    font-size: 0.75rem;
    line-height: 0.75rem;
    font-weight: 600;
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .mosaico {
    transform: rotate(-3deg);
    top: -41px;
  }
  .mosaicoImages {
    margin-bottom: -105px;
  }
}

@media screen and (min-width: 1500px) {
  .mosaico img {
    width: calc(100% / 12);
  }
  .mosaico {  
    top: -62px;
  } 
}