/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	RESETS
-----------------------------------*/

html,body{
    height: 100%;
}

html{
   scroll-behavior: smooth;
}

body{
	overflow-x: hidden;
    background:#f2f2f2;
}

@media(max-width: 540px){
  html,body{
    max-width: 100% !important;
    
  }
}

#app, #nav{
  display: none;
}

/*---------------------------------
	IMPORTS E CONSULTAS E MOBILE
	
XS = < 544px
SM = > 544px
MD = > 768px
LG = > 992px
XL = > 1200px

CSS GRID
-----------------------------------*/


.wow {
   visibility: hidden;
}
::selection { background: #757575; color: #fff; } ::-moz-selection { background: #757575; color: #fff; }


.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

img{
  max-width: 100%;
  height: auto;
}

.botao-site-adulto{
  align-items: center;
    background-color: rgb(59 131 239);
    border-radius: 25px;
    border-width: 0px;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    display: flex;
    font-family: Roboto, Roboto-fallback, Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 18.128px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    line-height: 18.128px;
    min-inline-size: 64px;
    min-width: 64px;
    padding-block: 8px;
    padding-inline: 80px;
    text-align: center;
    text-decoration: none solid #FFF;
    text-wrap: nowrap;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    outline: none !important;
    box-shadow: none !important;
}

.localidades{
  text-align: center;
}

.localidades span{
  cursor: pointer;
  margin-bottom: 6px;
}

.localidades span i{
  padding-right: 5px;
  opacity: 0.5;
}

@media(max-width:540px){
  .hero-principal input{
    background: #fff !important;
  }
}

/*---------------------------------
  HEADER
-----------------------------------*/
header.principal {
    position: relative;
    display: block;
    background: #fff;
    padding-bottom: 24px;
}
header.principal .logo {
  padding-top: 12px;
}

header.principal .logo img{
    max-width: 155px;
    height: auto;
    /* filter: invert(1); */
    margin-bottom: 0;
}

header.principal .menus-targets {

}
header.principal .menus-targets nav {
  margin: 0;
  padding: 0;
}

header.principal .menus-targets nav ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  text-align: right;
    padding-top: 22px;
}

header.principal .menus-targets nav ul li{
  display: inline-block;
  list-style: none;
  padding: 0;
}


header.principal .menus-targets nav ul li.normal {

}
header.principal .menus-targets nav ul li.normal a,
header.principal .menus-targets nav ul li.normal a:hover{
  border-radius: 9999px;
    height: 2.25rem;
    /* border-radius: calc(var(--radius) - 2px); */
    padding-left: 24px;
    padding-right: 24px;
    border-width: 1px;
    border-color: hsl(var(--input));
    background-color: hsl(var(--background));
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    /* border-radius: calc(var(--radius) - 2px); */
    font-size: .875rem;
    /* line-height: 1.25rem; */
    font-weight: 500;
    --tw-ring-offset-color: hsl(var(--background));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    color: #000;
    border: 1px solid #ccc;
    /* padding: 7px; */
    height: 47px;
    display: block;
    text-decoration: none;
    margin-right: 12px;
    line-height: 0px;
    padding-top: 21px;
}


header.principal .menus-targets nav ul li.offcanvas-action {

}

header.principal .menus-targets nav ul li.offcanvas-action button,
header.principal .menus-targets nav ul li.offcanvas-action button:hover,
header.principal .menus-targets nav ul li.offcanvas-action button:active,
header.principal .menus-targets nav ul li.offcanvas-action button:focus{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}



#backdrop{
  background-color: rgba(000,000,000,0.70);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

#areaMenuDrawer{
  background-color: #fff;
  right: -835px;
}

.aberto #areaMenuDrawer{
  /*right: 0;*/
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}

.aberto #backdrop,
.aberto #scOne,
.aberto #scTwo{
  display: block !important;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

#areaMenuDrawer button{
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  margin-right: 10px;
}

#areaMenuDrawer a,
#areaMenuDrawer a:hover{
  color: #000;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 17px;
}

#areaMenuDrawer a svg{
  color: #000;
  opacity: 0.7;
}


#menuFixoMobile{
  background: #fff;
  padding-top: 22px !important;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  bottom: -300px;
  z-index: 999;
}

@media(max-width:540px){
  #menuFixoMobile{
    width: 100% !important;
    bottom: 0 !important;
  }
  header.principal .menus-targets nav ul li.normal{
    display: none;
  }
  #areaMenuDrawer button{
    margin-right: 0;
  }
  header.principal .menus-targets {
   padding-top: 2px;
  }
}

#menuFixoMobile a,
#menuFixoMobile a:hover{
  text-decoration: none;
}

#menuFixoMobile button{
  background: none !important;
  border: none !important;
  outline: none !important;
}



.conteudo-janelas{

}

.conteudo-janelas .diogenes-form-group label{
  margin-bottom: 5px;
}

.conteudo-janelas .diogenes-form-control{
  position: relative;
  display: block;
}

.conteudo-pesquisas{

}
.conteudo-pesquisas h3{
  font-size: 13px !important;
  line-height: 18px !important;
  text-transform: uppercase;
  margin-top: 32px;
}

.conteudo-pesquisas ul{
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 12px;
}

.conteudo-pesquisas ul li{
  list-style: none;
  position: relative;
  display: block;
  height: 52px;
  font-weight: bold;
  color: #666;
  padding-bottom: 5px;
}

.conteudo-pesquisas ul li img{
  width: 32px;
    margin-bottom: 20px;
    float: left;
    margin-right: 9px;
} 

.conteudo-pesquisas ul li small{
  display: block;
}



.conteudo-pesquisas .skeleton-item {
  height: 80px; /* Altura dos itens de esqueleto, ajuste conforme necessário */
  margin-bottom: 10px; /* Espaçamento entre os itens de esqueleto, ajuste conforme necessário */
  background-color: #f0f0f0; /* Cor de fundo dos itens de esqueleto */
  border-radius: 4px; /* Borda arredondada */
  animation: loading-skeleton 600ms infinite alternate; /* Animação para simular o carregamento */
  padding: 8px;
}

.conteudo-pesquisas .skeleton-item .foto{
  position: relative;
  display: block;
  width: 72px;
  height: 100%;
  background: #ccc;
  border-radius: 4px;
  opacity: 0.25;
}

@keyframes loading-skeleton {
  0% {
    opacity: 0.25; /* Opacidade inicial */
  }
  100% {
    opacity: 1; /* Opacidade final */
  }
}


/*---------------------------------
	SUPER BANNER
-----------------------------------*/
.controle-banner-na-homepage2{
  position: absolute;
  top: 165px;
  left: 0px;
  padding-top: 0px;
  width: 100%;
  height: auto;
}

@media(max-width: 540px){
  .controle-banner-na-homepage2{
    top: 220px;
    display: none;
  }
}

.controle-banner-na-homepage2 .owl-theme img{
    width: 36px !important;
    height: auto !important;
    opacity: 1;
    border-radius: 5px;
    border: 1px solid #cccccc !important;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 {
  position: absolute;
  top: 36.5%;
  left: 0;
  right: 0;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2{
  outline: none !important;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-prev,
.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none !important;
  border: none !important;
  z-index: 1;
  outline: none !important;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-prev {
  left: 3px;
}

.controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-next {
  right: 3px;
}

@media(max-width: 540px){

    .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-prev {
      left: 3px;
    }
    
    .controle-banner-na-homepage2 .owl-theme .custom-nav-banner2 .owl-next {
      right: 3px;
    }

}




#carousel-custom-dots{
  padding-left: 0px;
  margin-left: 0px;
  text-align: center;
  z-index: 505;
}
#carousel-custom-dots li{
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 0px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  background: #f2f2f2;
  border-radius:100%;
}

#carousel-custom-dots li.owl-dot.active{
  background: #747474;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11); */
}



.hero-principal{
  padding-top: 70px;
}


.about-sections{
  background: #fff;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-top: 80px;
}


section.list {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-bottom: 80px;
}

section.list.resultados{
  background: #fff;
}


section.list div div .caixa-girl {
  position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    height: 390px;
    border-radius: 4px;
    margin-bottom: 24px;
}


section.list .vip .bottom-area{
  height: auto !important;
    background: transparent !important;
    bottom: 24px !important;
    padding-left: 25px !important;
}
section.list .vip .caixa-girl{
  height: 490px !important;
}
section.list.resultados .vip .caixa-girl .bottom-area .linha-um .coluna-um{
  color: #fff !important;
  font-size: 24px !important;
}
section.list.resultados .vip .caixa-girl .bottom-area .linha-um .coluna-dois{
  padding-right: 25px !important;
  padding-left: 0 !important;
}
section.list.resultados .vip .caixa-girl .bottom-area .linha-um .coluna-dois a,
section.list.resultados .vip .caixa-girl .bottom-area .linha-um .coluna-dois a:hover{
  position: relative !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  background: #4CAF50 !important;
  color: #fff !important;
  border: 1px solid #4CAF50 !important;
  font-size: 13px !important;
  padding-bottom: 4px !important;
  border-radius: 5px !important;
  margin-top: 7px !important;
  text-decoration: none !important;
  font-weight: bold !important;
}


section.list div div .caixa-girl .top-area {
  position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    padding: 8px;
}

section.list.resultados div div .caixa-girl .top-area{
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  padding: 8px;
  text-align: right;
}

section.list div div .caixa-girl .top-area span {
  background: #7350dd;
  color: #fff;
  padding: 9px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 6px;
  border-radius: 4px;
}


section.list.resultados div div .caixa-girl .top-area span{
  background: #309d2e;
    color: #fff;
    padding: 9px;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 6px;
    border-radius: 4px;
}

section.list div div .caixa-girl .middle-area {
  position: absolute;
  display: block;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  top: 227px;
  text-align: center;
}
section.list div div .caixa-girl .middle-area span {
  background: #ff0000;
    color: #fff;
    padding: 9px;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 6px;
    border-radius: 4px;
}
section.list div div .caixa-girl .bottom-area {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 8px;
}

section.list.resultados div div .caixa-girl .bottom-area {
  position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    background: #f2f2f2;
    height: 97px;
}


section.list.resultados div div .caixa-girl .bottom-area .linha-um .coluna-um {
  font-size: 18px;
  font-weight: bold;
}
section.list.resultados div div .caixa-girl .bottom-area .linha-um .coluna-um small {
  display: block;
  font-weight: normal;
}
section.list.resultados div div .caixa-girl .bottom-area .linha-um .coluna-dois {
  font-size: 16px;
    text-align: right;
    color: #ff0000;
}
section.list.resultados div div .caixa-girl .bottom-area .linha-dois .coluna-um {
  
}
section.list.resultados div div .caixa-girl .bottom-area .linha-dois .coluna-dois {

}

section.list.resultados div div .caixa-girl .bottom-area .linha-dois .coluna-um a,
section.list.resultados div div .caixa-girl .bottom-area .linha-dois .coluna-um a:hover{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #4CAF50;
  border: 1px solid #4CAF50;
  font-size: 13px;
  padding-bottom: 4px;
  border-radius: 5px;
  margin-top: 7px;
  text-decoration: none;
  font-weight: bold;
}

section.list.resultados div div .caixa-girl .bottom-area .linha-dois .coluna-dois a,
section.list.resultados div div .caixa-girl .bottom-area .linha-dois .coluna-dois a:hover{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #666;
  border: 1px solid #666;
  font-size: 13px;
  padding-bottom: 4px;
  border-radius: 5px;
  margin-top: 7px;
  text-decoration: none;
  font-weight: bold;
}



section.list div div .caixa-girl .bottom-area span {
  background: #7350dd;
  color: #fff;
  padding: 9px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 6px;
  border-radius: 4px;
}
section.list div div .caixa-girl .bottom-area span.verificada {
  background: #309d2e;
}

@media(max-width:540px){
  section.list div div .caixa-girl {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    height: 286px;
    border-radius: 4px;
    margin-bottom: 24px;
}
section.list div div .caixa-girl .bottom-area span,
section.list div div .caixa-girl .middle-area span,
section.list div div .caixa-girl .top-area span{
  font-size: 11px
}
section.list div div .caixa-girl .bottom-area span{
  font-size: 8px;
}
section.list div div .caixa-girl .middle-area{
  top: 156px;
}

}

section.work{
  padding-bottom: 90px;
}


section.work .caixa-branca{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 24px;
  
  border-radius: 12px !important;
  margin-bottom: 42px;
  background: #fff;
  padding-bottom: 4px;
}



section.work .caixa-branca .badge-secondary {
  background-color: #fff;
color: #000;
padding: 8px;
padding-left: 15px;
padding-right: 15px;
margin: 4px;
font-size: 12px;
border: 1px solid #000;
font-weight: normal;
border-radius: 25px;
cursor: pointer;

-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

section.work .caixa-branca .badge-secondary.clicada{
background: #000;
color: #fff;
font-weight: normal;
-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}


section.work  .caixa-branca{
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  height: auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
}


section.work  .caixa-branca p{
  color: #595959;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 13px;
}

section.work  .caixa-branca p img{
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

section.work  .caixa-branca h1,
section.work  .caixa-branca h2,
section.work  .caixa-branca h3,
section.work  .caixa-branca h4,
section.work  .caixa-branca h5{
   
   font-weight: 600;
   color: #fe5f45;
   margin-top: 1px;
   margin-bottom: 20px;
   line-height: 0.95em;
}

section.work  .caixa-branca h1{
  font-size: 28px;
}
section.work  .caixa-branca h2{
  font-size: 24px;
}
section.work .caixa-branca h3{
  font-size: 20px;
}
section.work  .caixa-branca h4{
  font-size: 18px;
}
section.work  .caixa-branca h5{
  
  font-weight: 700;
  color: #000;
  margin-top: 5px;
  margin-bottom: 3px;
  line-height: 23px;
  font-size: 15px;
}

section.work  .caixa-branca .caixa-branca-bottom{
    padding-top: 8px;
    border-top: 1px solid rgba(192, 192, 192, 0.50);
    margin-top: 15px;
    margin-bottom: -10px;
}

section.work  .caixa-branca .caixa-branca-bottom .row{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

section.work .caixa-branca .caixa-branca-bottom .coluna-um,
section.work  .caixa-branca .caixa-branca-bottom .coluna-um-dois,
section.work  .caixa-branca .caixa-branca-bottom .coluna-dois{
  
  color: #292929;
  font-weight: bold;
  font-size: 15px;
}

section.work  .caixa-branca .caixa-branca-bottom .coluna-um img,
section.work  .caixa-branca .caixa-branca-bottom .coluna-um-dois img{
  width: 19px;
  vertical-align: middle;
  display: inline-block;
  margin-left: auto;
}

.img-comentarios{
  width: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-left: auto;
  margin-top: -1px;
}

section.work  .caixa-branca .caixa-branca-bottom .coluna-um a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-um-dois a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-dois a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-tres a{
  text-decoration: none !important;
  color: #292929;
}

section.work  .caixa-branca .caixa-branca-bottom .coluna-um a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-um-dois a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-dois a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-tres a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-um span,
section.work  .caixa-branca .caixa-branca-bottom .coluna-um-dois span,
section.work  .caixa-branca .caixa-branca-bottom .coluna-dois span,
section.work  .caixa-branca .caixa-branca-bottom .coluna-tres span{
  opacity: 0.6;
  cursor: pointer;
}

section.work  .caixa-branca .caixa-branca-bottom .coluna-um.ld a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-um-dois.ld a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-dois.ld a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-tres.ld a,
section.work  .caixa-branca .caixa-branca-bottom .coluna-um.ld span,
section.work  .caixa-branca .caixa-branca-bottom .coluna-um-dois.ld span,
section.work  .caixa-branca .caixa-branca-bottom .coluna-dois.ld span,
section.work  .caixa-branca .caixa-branca-bottom .coluna-tres.ld span{
  opacity: 1;
  color: #5689E3 !important;
}

section.work  .caixa-branca .caixa-branca-bottom .coluna-tres{
  text-align: right;
  font-size: 14px;
}

section.work  .caixa-branca .caixa-branca-bottom .coluna-tres img{
  width: 25px;
  height: auto;
  display: inline-block;
  margin-top: -5px;
}



section.work .caixa-branca-header .coluna-um .foto-perfil{

}
section.work .caixa-branca-header .coluna-um .foto-perfil .caixa-foto-perfil{
   position: relative;
   display: block;
   width: 50px;
   height: 50px;
   background: #ccc;
   border-radius: 100px;
}

@media(max-width:540px){
      section.work .caixa-branca-header .coluna-um .foto-perfil .caixa-foto-perfil {
        position: relative;
        display: block;
        width: 36px;
        height: 36px;
        background: #ccc;
        border-radius: 100px;
        margin-top: 6px;
    }
}

section.work .caixa-branca-header .coluna-um .caixa-foto-perfil-premium{
  border:2px solid #AB7A09;
}

section.work .caixa-branca-header .coluna-um .caixa-foto-perfil-premium img{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: -5px;
    right: -6px;
}

section.work .caixa-branca-header .coluna-um .caixa-foto-perfil-company{
   border:2px solid #1D8EAD;
}

section.work .caixa-branca-header .coluna-um .caixa-foto-perfil-company img{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: -5px;
    right: -6px;
}





section.work .caixa-branca-header .coluna-um .foto-perfil .caixa-foto-perfil a{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

section.work .caixa-branca-header .coluna-um .nome-perfil{
  padding-left: 7px;
  margin-left: -16px;
}
@media(max-width:540px){
    section.work .caixa-branca-header .coluna-um .nome-perfil {
      padding-left: 7px;
      margin-left: 18px;
  }
}

section.work .caixa-branca-header .coluna-um .nome-perfil h4{
  
  color: #292929;
  padding-top: 6px;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;  
}
section.work .caixa-branca-header .coluna-um .nome-perfil h4 small{
  color: #828282;
  font-weight: 500;
  
  font-size: 12px;
  opacity: 0.5;
  display: block;
  padding-top: 0px;
}

section.work .caixa-branca-header .coluna-dois{
  text-align: right;
}

section.work .caixa-branca-header .coluna-dois a{
  text-decoration: none !important;
}

section.work .caixa-branca-header .coluna-dois a img{
  margin-top: -4px !important;
  display: block;
  margin-left: auto;
}

section.work .caixa-branca-header .row{
  padding: 0px !important;
}



.no-padding{
  padding-right: 0px;
  padding-left: 0px;
}


section.work .criar-novo-conteudo{

}

section.work .criar-novo-conteudo .form-control{
  background: #FAFAFA;
    border: none;
    border-radius: 17px;
    height: 49px;
    padding: 20px;
    font-size: 13px;
    padding-top: 18px;
    padding-left: 24px;
    outline: none;
    box-shadow: none;
}

section.work .criar-novo-conteudo a,
section.work .criar-novo-conteudo a:hover{
  text-decoration: none;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
}



section.work .minhas-historias{

}




.caixa-branca.caixa-branca-criar-historia{
  margin-bottom: 9px;
}

.caixa-branca.caixa-branca-criar-historia a,
.caixa-branca.caixa-branca-criar-historia a:hover{
  color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-align: center;

}

.caixa-branca.caixa-branca-criar-historia a img{
  display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}

.caixa-branca.caixa-branca-criar-historia .resumo-historia a,
.caixa-branca.caixa-branca-criar-historia .resumo-historia a:hover{
  text-decoration: none;
}


.minhas-historias .resumo-historia{
  padding-left: 12px;
  padding-right: 12px;
}

.minhas-historias .resumo-historia a img{
  width: 100%;
  height: 132px;
  object-fit: cover;
  border-radius: 12px;
}





/**
*  ------------------------------------------------------------------------------------------------
*
*
*   STORIES
*
*
*  ------------------------------------------------------------------------------------------------
*/

.stories {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  margin-bottom: 15px;
  background: none;
  padding-bottom: 10px;
}

.stories::-webkit-scrollbar-track {
          background-color: #F4F4F4;
      }
.stories::-webkit-scrollbar {
          width: 0px;
          height: 0px;
          background: #F4F4F4;
      }
.stories::-webkit-scrollbar-thumb {
          background: #ccc;
      }





.stories a {
  color: inherit;
  text-decoration: none;
  border-color: #dedede;
  transition: border-color 300ms ease;
}

.stories a:visited,
.stories a:active,
.stories a:hover {
  border-color: grey;
}

.stories li {
  display: flex;
  flex-shrink: 0;
  margin: 0 6px;
  flex-direction: column;
  text-align: center;
}

.stories__story {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  padding: 2px;
 }

.stories picture {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.stories img {
  max-width: 100%;
}

.stories__picture--sale:before {
  content: attr(title);
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: pink;
  height: 20px;
  text-align: center;
}

.story__title {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
      max-width: 70px;
    display: block;
    text-align: center;
}

.story__category {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}


.stories.carousel .story>.item-link>.item-preview{
  border-radius: 100%;
}
.stories.carousel .story>.item-link>.info{
  font-size: 13px;
}



.caixa-nova-imagem-storie{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.caixa-nova-imagem-storie a,
.caixa-nova-imagem-storie a:hover{
  position: absolute;
  display: block;
  bottom: 90px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  max-width: 100%;
  color: #fff;
  background: rgba(000,000,000,0.70);
  border-radius: 10px;
  padding: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}



.storiesDiogenes .inside-wrapper {
  max-width: 100%;
    margin: auto;
    position: relative;
    top: 0;
    transform: none;
    border-radius: 0;
    overflow: hidden;
    margin-top: -11px;
}

.storiesDiogenes .container-box {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.storiesDiogenes .container-box .container-item {
  cursor: pointer;
  overflow: hidden;
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  box-shadow: 1px 3px 15px rgba(000,000,000,0.20);
  z-index: 100;
  margin-left: 0 !important;
}
.storiesDiogenes .container-box .container-item:nth-child(1) {
  width: 70px;
  height: 70px;
}
.storiesDiogenes .container-box .container-item:nth-child(4) {
  width: 70px;
}
.storiesDiogenes .container-box .container-item img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/*SLIDER SELF STYLES*/
.storiesDiogenes .sts-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*SLIDER SELF STYLES*/
.storiesDiogenes .ld {
  width: 100%;
  height: 100%;
}

.storiesDiogenes .prev,
.storiesDiogenes .next {
  display: none;
}

.storiesDiogenes .nav-btn {
  top: 0;
  position: absolute;
  height: 100%;
  width: 80px;
  border: none;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.storiesDiogenes .nav-btn svg {
  position: absolute;
  top: 42%;
}
.storiesDiogenes .nav-btn--active {
  display: block;
}

.storiesDiogenes .prev {
  left: 0px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.01) 10%, white);
  opacity: 0.25;
}
.storiesDiogenes .prev svg {
  left: 5px;
}

.storiesDiogenes .next {
  right: 0px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 10%, white);
  opacity: 0.25;
}
.storiesDiogenes .next svg {
  right: 5px;
}

.storiesDiogenes .ld-lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}
.storiesDiogenes .ld-lightbox__vl {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 600px;
  display: flex;
}
.storiesDiogenes .ld-lightbox__content {
  display: inline-block;
  margin: auto auto;
}
.storiesDiogenes .ld-lightbox__content img,
.storiesDiogenes .ld-lightbox__content video {
  height: auto;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 800px) {
  .storiesDiogenes .nav-btn {
    outline: none;
  }
}
.storiesDiogenes .ld-lightbox__close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
  z-index: 1000;
}

@media screen and (max-width: 700px) {
  .storiesDiogenes .nav-btn {
    outline: none;
  }
}


.fullscreen-stories-diogenes{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
  background: rgba(255,255,255,0.90);
  text-align: center;
  padding-top: 45px;
  padding-bottom: 75px;
  transition: all 0.3s ease;
}
.fullscreen-stories-diogenes.aberto{
  display: block;
  transition: all 0.3s ease;
}

/* Garante que o container limite o conteúdo que sobrar */
.novo-reels-videos-thumbnail {
    position: relative;
    overflow: hidden;
    /* Se você não tiver uma altura fixa definida em outro lugar, defina aqui. Ex: height: 400px; */
}

/* O segredo para o vídeo/imagem encaixar perfeitamente */
.novo-reels-videos-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz preencher todo o espaço cortando as bordas se necessário */
    z-index: 1; /* Fica no fundo */
    background-color: #000; /* Fundo preto enquanto carrega */
}

/* Eleva os ícones e textos para não ficarem escondidos atrás do vídeo */
.novo-reels-videos-play-icon,
.novo-reels-videos-duration,
.novo-reels-videos-logo,
.novo-reels-videos-caption {
    position: relative;
    z-index: 2; /* Fica por cima da mídia */
}

.video-container-box{
  scroll-snap-type: y mandatory;
  height: 100%;
  width: 400px;
  border-radius: 10px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  background: #ccc;
}

@media(max-width:540px){
  .video-container-box{
    width: 100%;
  }
}

.video-container-box .video-container{
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: calc(630px + 10px);
  display: block;
  width: 100%;
  margin: auto;
  overflow-y: hidden;
}

.ativar-som{
  opacity: 0.50;
}

.ativar-som img{
  width: 22px;
}

@media(max-width:540px){
  .video-container-box .video-container{
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: calc(630px + 20px);
    display: block;
    width: 100%;
    margin: auto;
    overflow-y: hidden;
  }
}
.video-container-box::-webkit-scrollbar {
  width: 0px;
}

.close-stories-diogenes{
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  z-index: 99;
}

.close-stories-diogenes button{
  background: none;
  border: none;
  outline: none;
}

.close-stories-diogenes button img{
  width: 32px;
  height: auto;
}


@media(max-width:540px){
  .close-stories-diogenes {
      position: absolute;
      display: block;
      top: 7px;
      right: 7px;
      z-index: 99;
  }.close-stories-diogenes button img {
    width: 20px;
    height: auto;
}
}


.video-container{
  position: relative;
  display: block;
}


:root {
  --primaryBC: #000;
  --range: #ffffff59;
  --bar: #f11926;
  --primary: #fff;
  --third: #ccc;
  --poppins: "Poppins", sans-serif;
}

.video-container .video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.video-container  .top {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translatex(-50%);
}

.video-container .label {
  font-size: 0.8em;
  color: var(--primary);
}
.video-container .label-main::after {
  content: "|";
  margin: 0 0.5em;
}
.video-container  .label-active {
  font-weight: 600;
}

.video-container .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.video-container .progress-duration {
  margin-left: 5px;
  font-size: 0.7em;
  color: var(--primary);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.video-container .progress-range {
  height: 3px;
  margin: 5px;
  width: calc(100% - 10px);
  background-color: var(--range);
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 100px;
}
.video-container .progress-range:hover {
  height: 5px;
}
.video-container .progress-bar {
  border-radius: 100px;
  height: 100%;
  width: 1%;
  transition: width 0.3s ease;
  background: var(--bar);
}

.video-container .progress-range:hover .progress-duration {
  opacity: 1;
}

.video-container .icons {
  height: 64px;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.video-container .icons-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-container .icons-item-add {
  height: 32px;
  width: 40px;
  overflow: hidden;
  background-color: var(--primary);
  border-radius: 7px;
  border-right: 4px solid #69c9d0;
  border-left: 4px solid #ee1d52;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container .right {
  position: absolute;
  bottom: 120px;
  right: 20px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
}
.video-container .right-icon {
  margin: 0.5em 0;
}
.video-container .icon img {
  height: 18px;
  width: 18px;
}
.video-container .icon-label {
  color: var(--primary);
  font-size: 0.55em;
}

.video-container .comments-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: -10px;
  padding: 10px 0;
  background-color: #fff;
}
.video-container .comments-head-label {
  font-size: 0.7em;
  color: var(--third);
}
.video-container .comments-head-close {
  cursor: pointer;
  margin-right: 5px;
    margin-top: -9px;
}
.video-container .comments-container {
  position: absolute;
  bottom: 0;
  height: 75%;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  transform: translatey(100%);
  overflow-y: scroll;
}
.video-container .comments-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.video-container .comments-list {
  display: flex;
  flex-direction: column;
}
.video-container .comments-item {
  padding: 10px 0;
}

.video-container .comments-active {
  transform: translatey(0%);
}

.video-container #comments-icon {
  cursor: pointer;
}

.video-container #likes-icon {
  cursor: pointer;
}

.video-container .comment-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.video-container .comment-top-logo {
  height: 36px;
  width: 36px;
  border-radius: 100px;
  background-color: #000;
  margin-right: 10px;
  background-image: url(https://usefulangle.com/img/thumb/javascript.png);
  background-size: cover;
}
.video-container .comment-top-details {
  flex: 1;
  font-size: 0.75em;
  display: flex;
  flex-direction: column;
}

.video-container .user-name {
  font-weight: 500;
  color: var(--primaryBC);
  font-size: 0.9em;
}
.video-container .user-time {
  margin: 0 0 0.75em 0;
  font-size: 0.75em;
}
.video-container .user-comment {
  font-size: 0.9em;
}

.video-container .overlay {
  position: absolute;
  z-index: 99;
  height: 100%;
  border: 0;
  width: 100%;
  background-color: #0f0f0f8a;
}

.video-container .howto {
  position: relative;
    padding: 10px;
    height: 500px;
    width: 100%;
}
.video-container .howto-close {
  outline: none;
  width: 93%;
  padding: 8px 0;
  border-radius: 6px;
  font-weight: 600;
  color: var(--primary);
  background-color: var(--primaryBC);
  right: 0;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  border: 3px solid transparent;
  transition: all 0.6s ease;
  font-family: inherit;
}
.video-container .howto-close:hover {
  border: 3px solid #333;
}

.video-container .explain {
  position: absolute;
    width: 93%;
    background-color: #000000b8;
    padding: 10px;
    border-radius: 6px;
    bottom: 69px;
    left: 50%;
    margin-left: -46.5%;
}
.video-container .explain-video {
  color: #69c9d0 !important;
}
.video-container .explain-video-bar {
  height: 4px;
  border-radius: 100px;
  width: 100%;
  background-color: var(--range);
  margin: 4px 0;
}
.video-container .explain-video-bar-w {
  height: 100%;
  width: 65%;
  background: var(--bar);
  border-radius: 100px;
}
.video-container .explain-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.video-container .explain-details {
  list-style: none;
}
.video-container .explain-details-head {
  font-size: 0.8em;
  margin-bottom: 0.25em;
  color: #ee1d52;
}
.video-container .explain-details-desc {
  color: var(--primary);
  font-size: 0.8em;
}
@media(max-width:540px){
  .fullscreen-stories-diogenes{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background: rgba(255, 255, 255, 0.90);
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .video-container-box{
    border-radius: 0px !important;
  }
  .close-stories-diogenes{
    filter: invert(1);
  }
  .video-container-box .video-container{
    height: 100%;
  }
}








/* RODAPE */
.pre-footer{
  padding-bottom: 42px;
} 
.pre-footer p{
  opacity: 0.8;
}

footer.principal{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  background: #fff;
  padding-top: 90px;
  padding-bottom: 32px;
}

footer.priccipal .intro-footer{

}


footer.principal .intro-footer h2{
  font-size: 15px !important;
    line-height: 20px !important;
}
footer.principal .intro-footer p{

}

footer.principal .logo{
  padding-top: 0px;
  padding-bottom: 20px;
}


footer.principal .logo img{
  max-width: 164px;
  background: none;
  filter: grayscale(90%);
}

footer.principal .sessao-de-links{
  padding-top: 30px;
    padding-bottom: 60px;
}

footer.principal .sessao-de-links .coluna{

}

footer.principal .sessao-de-links .coluna h2{
  font-size: 15px;
    line-height: 20px;
}

footer.principal .sessao-de-links .coluna nav{

}

footer.principal .sessao-de-links .coluna nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.principal .sessao-de-links .coluna nav ul li{
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.principal .sessao-de-links .coluna nav ul li a,
footer.principal .sessao-de-links .coluna nav ul li a:hover{
  color: #000;
  text-decoration: none;
}
footer.principal .sessao-de-links .coluna nav ul li a:hover{
  text-decoration: underline;
}

footer.principal .sessao-de-links .disclamer{

}

footer.principal .sessao-de-links .disclamer p{

}

@media(max-width:540px){
  footer.principal .sessao-de-links .coluna {
    flex: 0 0 100%;
    max-width: 100%;
    /* text-align: center; */
    padding-bottom: 55px;
}
}

















/* PRE ACTIONS MOBILE */
section.pre_actions_auth {
  position: relative;
}
section.pre_actions_auth.work {

}

section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form input {

}
section.pre_actions_auth.work .coluna-branca {
    background: rgb(255, 255, 255);
    padding: 32px 40px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca h2 {
  font-size: 22px;
  margin-bottom: 17px;
    font-weight: normal;
}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca h2 b {
  display: block;
}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .diogenes-form-group {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .diogenes-form-group label {
  position: relative;
    display: block;
    width: fit-content;
    background: #fff;
    z-index: 2;
    margin-bottom: -16px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    margin-left: 13px;
} 
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .diogenes-form-group input.diogenes-form-control {
      position: relative;
    border-radius: 8px;
    height: 48px;
    outline: none !important;
    z-index: 1;
}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .password-login {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .password-login label {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .password-login input.diogenes-form-control {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .password-login a,
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .password-login a:hover {
  position: relative;
    display: block;
    float: right;
    margin-top: -36px;
    z-index: 5;
    font-size: 13px;
    margin-right: 13px;
    background: #fff;
    color: #000;
    opacity: 0.7;
}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .apoios {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .apoios a,
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .apoios a:hover {
  color: #000;
    opacity: 0.7;
    font-size: 13px;
    position: relative;
    display: block;
    margin-top: 21px;
}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .actions {
position: absolute;
    display: block;
    width: 80%;
    bottom: 20px;
    left: auto;
}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .actions button.btn {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .actions button.btn.btn-primary {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form input {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca {
  height: 470px;
}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca h2 {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca h2 b {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca .diogenes-form-group {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca .diogenes-form-group label {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca .diogenes-form-group input.diogenes-form-control {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login label {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login input.diogenes-form-control {

}
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login a,
section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca form .coluna-branca .password-login a:hover {

}
section.pre_actions_auth.work .actions {
  position: relative;
    display: block;
    border-top: 2px solid rgb(59 131 239);
    margin-top: 38px;
    padding-top: 15px;
}


section.pre_actions_auth.work .actions button.btn.btn-primary,
section.pre_actions_auth.work .actions button.btn.btn-primary:hover,
section.pre_actions_auth.work .actions button.btn.btn-primary:active,
section.pre_actions_auth.work .actions button.btn.btn-primary:focus,
section.pre_actions_auth.work .actions button.btn.btn-primary:visited{
    width: auto;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    text-decoration: none;
    appearance: none;
    border-radius: 8px;
    transition: transform 0.1s, box-shadow 0.1s;
    
    min-height: 44px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;

    border-bottom: 4px solid #E91E63;
    background-color: rgb(59 131 239);
    color: rgb(255, 255, 255);
}




.jconfirm-title{
  font-size: 16px !important; 
}

.alerta-localizacao{
  padding-top: 32px;
    padding-bottom: 32px;
}


.alerta-localizacao i{
  display: block;
    font-size: 32px;
    color: rgb(59 131 239);
}

.alerta-localizacao p{

}

.alerta-localizacao button.btn-primary,
.alerta-localizacao button.btn-primary:hover,
.alerta-localizacao button.btn-primary:active,
.alerta-localizacao button.btn-primary:focus,
.alerta-localizacao button.btn-primary:visited{
  background: rgb(59 131 239);
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  border-radius: 24px;
  padding: 11px;
  font-size: 13px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-decoration: none !important;
}

.titulo-sessao{
  padding-top: 32px;
  padding-bottom: 22px;
}

.titulo-sessao h1{
  font-weight: normal;
  font-size: 21px;
}

.titulo-sessao h1 b{
  font-weight: bold;
}


.badges-destaques{

}

.badges-destaques a.btn.btn-outline-secondary,
.badges-destaques a.btn.btn-outline-secondary:hover{
  border: solid 1px rgb(59 131 239) !important;
  color: rgb(59 131 239) !important;
  background: transparent !important;
  margin-bottom: 12px;
  margin-right: 9px;
}

body.modelo-2 header.principal {
  position: relative;
  display: block;
  background: #000;
  padding-bottom: 24px;
}
body.modelo-2 header.principal .logo img {
  max-width: 90%;
    height: auto;
    filter: invert(0);
    max-width: 134px;
    height: auto;
    /* filter: invert(1); */
    margin-bottom: -8px;
}
body.modelo-2 header.principal .menus-targets nav ul li.normal a, 
body.modelo-2 header.principal .menus-targets nav ul li.normal a:hover{
  color: #fff;
}

body.modelo-2 header.principal .menus-targets nav ul li.offcanvas-action button, 
body.modelo-2 header.principal .menus-targets nav ul li.offcanvas-action button:hover, 
body.modelo-2 header.principal .menus-targets nav ul li.offcanvas-action button:active, 
body.modelo-2 header.principal .menus-targets nav ul li.offcanvas-action button:focus{
  filter: invert(0);
}

body.modelo-2 .hero-principal{
  background: #000;
}

body.modelo-2 .hero-principal h1{
  color: #f2f2f2;
}

@media(max-width:540px){
  section.list.resultados div div .caixa-girl .bottom-area{
    height: auto;
  }
  section.list.resultados div div .caixa-girl .bottom-area .linha-um .coluna-dois{
    text-align: left;
  }
  section.list.resultados div div .caixa-girl .top-area span {
    background: #309d2e;
    color: #fff;
    padding: 7px;
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 4px;
    border-radius: 4px;
  }
  section.list.resultados div div .caixa-girl .bottom-area .linha-um .coluna-um {
    font-size: 16px;
    font-weight: bold;
  }
  section.list.resultados div div .caixa-girl .bottom-area .linha-um .coluna-dois {
        font-size: 13px;
        text-align: left;
        color: #ff0000;
    }
    section.list.resultados .vip .caixa-girl .bottom-area .linha-um .coluna-dois {
      padding-right: 21px !important;
      padding-left: 0 !important;
  }
}

body.interna{
  background: #f4f5f6;
}

section.perfil{
  position: relative;
  display: block;
  height: auto;
  min-height: 940px;
}

section.perfil .btn--purple,
section.perfil .btn--purple:hover{
  background: rgb(59 131 239) !important;
  border-color: rgb(59 131 239) !important;
  color: #fff !important;
  margin-right: 12px !important;
}

.perfil-busca-usuario__pessoa-capa__infos__dir [data-modal="opcoes"],
.perfil-busca-usuario__pessoa-capa__infos__dir [data-modal="opcoes"]:hover,
.perfil-busca-usuario__pessoa-capa__infos__dir [data-modal="opcoes"]{
  background: rgb(59 131 239) !important;
  border-color: rgb(59 131 239) !important;
  color: #fff !important;
}




.sugestoes-tags-101 {
  flex:1 1 0%;
  align-items:center;
  flex-flow:row wrap;
  display:flex;
  overscroll-behavior:contain;
  margin:4px -5.6px;
}

.sugestoes-tags-102 {
  transition:background-color 0.1s linear;
  background-color:rgba(38, 153, 247, 0.157);
  background: #000;
  color: #fff;
  padding:5.6px 16px;
  border-radius:24px;
  margin:4px 5.6px;
  font-size:16px;
  flex: 0 0 auto;
  display:flex;
  flex-direction:row;
  align-items:center;
  cursor:pointer;
  overscroll-behavior:contain;
  opacity: 0.25;
}

.sugestoes-tags-103 {
  display:block;
  overscroll-behavior:contain;
  font-size: 13px;
}

.sugestoes-tags-104 {
  padding:5.6px 16px;
  border-radius:24px;
  margin:4px 5.6px;
  background-color:#000;
  opacity: 0.25;
  font-size:16px;
  flex: 0 0 auto;
  display:flex;
  flex-direction:row;
  align-items:center;
  transition:background-color 0.1s linear;
  cursor:pointer;
  overscroll-behavior:contain;
}

.sugestoes-tags-105 {
  display:block;
  color: #fff;
  overscroll-behavior:contain;
  font-size:13px;
}

.sugestoes-tags-106 {
  padding:5.6px 16px;
  border-radius:24px;
  margin:4px 5.6px;
  background-color:#000;
  opacity: 0.25;
  font-size:16px;
  flex: 0 0 auto;
  display:flex;
  flex-direction:row;
  align-items:center;
  transition:background-color 0.1s linear;
  cursor:pointer;
  overscroll-behavior:contain;
}

.sugestoes-tags-107 {
  display:block;
  color: #fff;
  overscroll-behavior:contain;
  font-size:13px;
}

.sugestoes-tags-108 {
  padding:5.6px 16px;
  border-radius:24px;
  margin:4px 5.6px;
  background-color:rgb(31, 37, 48);
  font-size:16px;
  flex: 0 0 auto;
  display:flex;
  flex-direction:row;
  align-items:center;
  transition:background-color 0.1s linear;
  cursor:pointer;
  overscroll-behavior:contain;
}

.sugestoes-tags-109 {
  font-weight:300;
  --fa: '';
  --fa--fa: '';
  font-family:'Font Awesome 6 Pro';
  -webkit-font-smoothing:antialiased;
  display:block;
  font-variant:normal;
  text-rendering: auto;
  font-style:normal;
  line-height:25.6px;
  color:rgb(38, 153, 247);
  cursor:pointer;
  overscroll-behavior:contain;
}

.sugestoes-tags-110 {
  padding:5.6px 16px;
  border-radius:24px;
  margin:4px 5.6px;
  background-color:rgb(31, 37, 48);
  font-size:16px;
  flex: 0 0 auto;
  display:flex;
  flex-direction:row;
  align-items:center;
  transition:background-color 0.1s linear;
  cursor:pointer;
  overscroll-behavior:contain;
}

.sugestoes-tags-111 {
  font-weight:300;
  --fa: '';
  --fa--fa: '';
  font-family:'Font Awesome 6 Pro';
  -webkit-font-smoothing:antialiased;
  display:block;
  font-variant:normal;
  text-rendering: auto;
  font-style:normal;
  line-height:25.6px;
  color:rgb(38, 153, 247);
  cursor:pointer;
  overscroll-behavior:contain;
}

.sugestoes-mini-139 {
  border-color:rgba(255, 255, 255, 0.03);
  overscroll-behavior:contain;
  background-color:rgba(255, 255, 255, 0.02);
  cursor:pointer;
  display:flex;
  height:92px;
  box-sizing:border-box;
  overflow:hidden;
  padding:8px 12px;
  border-top:1px solid rgba(255, 255, 255, 0.03);
}

.sugestoes-mini-140 {
  display:flex;
  flex:1 1 0%;
  flex-direction:row;
  position:relative;
  align-items:center;
  padding:12px 8px;
  overscroll-behavior:contain;
}

.sugestoes-mini-141 {
      position: absolute;
    inset: 0px;
    width: auto;
    height: auto;
    opacity: 1;
    z-index: 1;
    overscroll-behavior: contain;
    display: flex;
    background-position: 50% 50%;
    cursor: pointer;
    overflow: hidden;
}

.sugestoes-mini-142 {
  overscroll-behavior:contain;
  width: 100%;
  height:75px;
  background-position:50% 50%;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
  display:flex;
  max-width:100%;
  max-height:100%;
  justify-content:center;
  align-items:center;
  border-radius:8px;
  user-select:none;
  -webkit-user-drag:none;
}

.sugestoes-mini-143 {
  overscroll-behavior:contain;
  position:relative;
  width: 100%;
  height:75px;
  overflow:hidden;
  border-radius:8px;
}

.sugestoes-mini-144 {
  pointer-events:none;
  overscroll-behavior:contain;
  object-fit:cover;
  background-size:cover;
  width: 100%;
  height:75px;
  border-radius:8px;
  background-position:50% 50%;
  background-color:rgba(0, 0, 0, 0);
  background-repeat:no-repeat;
  z-index:2;
}

.sugestoes-mini-145 {
    overscroll-behavior: contain;
    position: absolute;
    inset: 0px;
    z-index: 3;
    pointer-events: all;
    border-radius: 8px;
    background: rgba(000, 000, 000, 0.35);
    opacity: 1;
}

.sugestoes-mini-146 {
  border-radius:50%;
  margin-right:8px;
  width: 3em;
  height:48px;
  flex: 0 0 auto;
  align-self:center;
  overscroll-behavior:contain;
  position:relative;
  display:flex;
  background-position:50% 50%;
  cursor:pointer;
  box-sizing:border-box;
  z-index: 9;
}

.sugestoes-mini-147 {
  color:rgb(38, 153, 247);
  overscroll-behavior:contain;
  position:relative;
  width: 100%;
  height:48px;
}

.sugestoes-mini-148 {
  overscroll-behavior:contain;
  position:relative;
  display:flex;
  width: 100%;
  height:48px;
  max-width:100%;
  max-height:100%;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  user-select:none;
  -webkit-user-drag:none;
  background-position:50% 50%;
  background-size:cover;
  background-repeat:no-repeat;
  overflow:hidden;
  box-sizing:border-box;
}

.sugestoes-mini-149 {
  overscroll-behavior:contain;
  position:relative;
  width: 100%;
  height:48px;
  overflow:hidden;
  border-radius:50%;
}

.sugestoes-mini-150 {
  pointer-events:none;
  overscroll-behavior:contain;
  object-fit:cover;
  background-size:cover;
  width: 100%;
  height:48px;
  border-radius:8px;
  background-position:50% 50%;
  background-color:rgba(0, 0, 0, 0);
  background-repeat:no-repeat;
  z-index:2;
}

.sugestoes-mini-151 {
  overscroll-behavior:contain;
  position:absolute;
  inset:0px;
  z-index:3;
  pointer-events:all;
  border-radius:50%;
}

.sugestoes-mini-152 {
  flex:1 1 0%;
  position:relative;
  display:flex;
  flex-direction:column;
  margin-left:3.2px;
  align-self:center;
  overscroll-behavior:contain;
  z-index: 9;
}

.sugestoes-mini-153 {
  display:flex;
  flex-direction:row;
  font-weight:700;
  font-size:16px;
  line-height:16px;
  overscroll-behavior:contain;
}

.sugestoes-mini-154 {
  overscroll-behavior:contain;
}

.sugestoes-mini-155 {
  overscroll-behavior:contain;
  min-height:25.6px;
  text-decoration:none solid rgb(214, 220, 232);
}

.sugestoes-mini-156 {
  color:rgb(214, 220, 232);
  overscroll-behavior:contain;
  flex-direction:column;
  align-items:flex-start;
  text-decoration:none solid rgb(214, 220, 232);
  cursor:pointer;
  display:flex;
}

.sugestoes-mini-157 {
  align-items:center;
  display:flex;
  flex-direction:row;
  overscroll-behavior:contain;
  outline:rgb(214, 220, 232) none 0px;
}

.sugestoes-mini-158 {
  overscroll-behavior:contain;
  margin-right:2.4px;
  font-weight:700;
  color:#fff;
}

.sugestoes-mini-159 {
  position:relative;
  display:block;
  overscroll-behavior:contain;
  outline:rgb(214, 220, 232) none 0px;
}

.sugestoes-mini-160 {
  color: var(--blue-1);
  overscroll-behavior:contain;
  font-size:16px;
  margin:0px 4.8px 0px 0px;
  line-height:19.2px;
  display:flex;
  align-items:center;
  flex-direction:row;
}

.sugestoes-mini-161 {
  vertical-align:middle;
  width: 2.5em;
  height:16px;
  line-height:16px;
  display:block;
  position:relative;
  overscroll-behavior:contain;
  font-size:8px;
}

.sugestoes-mini-162 {
  font-weight:900;
  --fa: '';
  --fa--fa: '';
  font-size:16px;
  text-align:center;
  z-index:auto;
  width: 100%;
  position:absolute;
  left:0px;
  font-family:'Font Awesome 6 Pro';
  -webkit-font-smoothing:antialiased;
  display:block;
  font-variant:normal;
  text-rendering: auto;
  font-style:normal;
  line-height:16px;
  overscroll-behavior:contain;
}

.sugestoes-mini-163 {
  font-weight:900;
  --fa: '';
  --fa--fa: '';
  color:rgb(255, 255, 255);
  line-height:16px;
  text-align:center;
  z-index:auto;
  width: 100%;
  position:absolute;
  left:0px;
  font-family:'Font Awesome 6 Pro';
  -webkit-font-smoothing:antialiased;
  display:block;
  font-variant:normal;
  text-rendering: auto;
  font-style:normal;
  overscroll-behavior:contain;
}

.sugestoes-mini-164 {
  position:relative;
  display:block;
  overscroll-behavior:contain;
  outline:rgb(214, 220, 232) none 0px;
}

.sugestoes-mini-165 {
  margin-top:3.6px;
  color:#fff !important;
  overscroll-behavior:contain;
  font-size:12px;
  line-height:14.4px;
  margin-right:3px;
  font-weight:400;
  white-space:nowrap;
}

.sugestoes-mini-166 {
  position:relative;
  display:inline;
  overscroll-behavior:contain;
  outline:rgb(214, 220, 232) none 0px;
}

.sugestoes-mini-167 {
  inset: 1.75em 0em auto auto;
  color:rgb(99, 115, 149);
  border-radius:6px;
  overflow:hidden;
  padding:0px;
  display:none;
  position:absolute;
  flex-direction:column;
  top:21px;
  max-height:240px;
  overflow-y: auto;
  background-color:rgb(27, 28, 33);
  transform-origin:100% 0%;
  animation:0.2s ease 0s 1 normal none running dropdown;
  box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 3px -2px, rgba(0, 0, 0, 0.04) 0px 3px 4px 0px, rgba(0, 0, 0, 0.02) 0px 2px 8px 0px;
  font-weight:400;
  overscroll-behavior:contain;
  outline:rgb(99, 115, 149) none 0px;
}

.sugestoes-mini-168 {
  width: auto;
  padding:7.2px 12px;
  background-color:rgb(27, 28, 33);
  text-align:left;
  display:flex;
  flex-direction:row;
  align-items:center;
  white-space:nowrap;
  color:rgb(214, 220, 232);
  font-size:12px;
  font-weight:400;
  cursor:pointer;
  flex: 0 0 auto;
  box-sizing:border-box;
  line-height:14.4px;
  overscroll-behavior:contain;
  outline:rgb(214, 220, 232) none 0px;
}

.sugestoes-mini-169 {
  font-weight:300;
  --fa: '';
  --fa--fa: '';
  text-align:center;
  width: 1.25em;
  font-family:'Font Awesome 6 Pro';
  -webkit-font-smoothing:antialiased;
  display:block;
  font-variant:normal;
  text-rendering: auto;
  font-style:normal;
  line-height:12px;
  cursor:pointer;
  margin-right:4.8px;
  overscroll-behavior:contain;
}

.sugestoes-mini-170 {
  width: auto;
  padding:7.2px 12px;
  background-color:rgb(27, 28, 33);
  text-align:left;
  display:flex;
  flex-direction:row;
  align-items:center;
  white-space:nowrap;
  color:rgb(214, 220, 232);
  font-size:12px;
  font-weight:400;
  cursor:pointer;
  flex: 0 0 auto;
  box-sizing:border-box;
  line-height:14.4px;
  overscroll-behavior:contain;
  outline:rgb(214, 220, 232) none 0px;
}

.sugestoes-mini-171 {
  font-weight:300;
  --fa: '';
  --fa--fa: '';
  text-align:center;
  width: 1.25em;
  font-family:'Font Awesome 6 Pro';
  -webkit-font-smoothing:antialiased;
  display:block;
  font-variant:normal;
  text-rendering: auto;
  font-style:normal;
  line-height:12px;
  margin-right:4.8px;
  overscroll-behavior:contain;
}

.sugestoes-mini-172 {
  width: auto;
  padding:7.2px 12px;
  background-color:rgb(27, 28, 33);
  text-align:left;
  display:flex;
  flex-direction:row;
  align-items:center;
  white-space:nowrap;
  color:rgb(214, 220, 232);
  font-size:12px;
  font-weight:400;
  cursor:pointer;
  flex: 0 0 auto;
  box-sizing:border-box;
  line-height:14.4px;
  overscroll-behavior:contain;
  outline:rgb(214, 220, 232) none 0px;
}

.sugestoes-mini-173 {
  font-weight:300;
  --fa: '';
  --fa--fa: '';
  text-align:center;
  width: 1.25em;
  font-family:'Font Awesome 6 Pro';
  -webkit-font-smoothing:antialiased;
  display:block;
  font-variant:normal;
  text-rendering: auto;
  font-style:normal;
  line-height:12px;
  margin-right:4.8px;
  overscroll-behavior:contain;
}

.sugestoes-mini-174 {
  display:block;
  overscroll-behavior:contain;
}

.sugestoes-mini-175 {
  transition:background-color 0.3s ease-out;
  font-size:12px;
  line-height:19.2px;
  border-radius:12px;
  font-weight:700;
  background-color: rgb(63 129 232);
  color:rgb(255, 255, 255);
  flex: 0 0 auto;
  padding:2.4px 12px;
  display:block;
  cursor:pointer;
  position:relative;
  user-select:none;
  text-align:center;
  align-self:center;
  transform-origin:29.5938px 11.9922px;
  overscroll-behavior:contain;
  z-index: 9;
}

.sugestoes-mini-176 {
  display:inline;
  overscroll-behavior:contain;
}

.sugestoes-opacidade{
  opacity: 1;
}

.nova-sidebar-sugestoes{

}

.nova-sidebar-sugestoes h3{
  font-weight: bold;
    font-size: 14px;
    margin-top: -9px;
    padding-left: 13px;
}

.nova-sidebar-sugestoes a,
.nova-sidebar-sugestoes a:hover{
  text-decoration: none !important;
}

@media(max-width:540px){
  section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 form .coluna-branca .actions {
      position: relative;
      display: block;
      width: 100%;
      bottom: 20px;
      left: auto;
  }
  section.pre_actions_auth.work .offset-md-1 .diogeens-col-md-6 .coluna-branca {
    height: auto;
  }
}



 .social-novo-feed-container {
            /* EXCLUSAO DA SIDEABR 
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 20px;
            padding: 20px;
            */

            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 20px;
            padding: 20px;
            grid-template-columns: 1fr;
        }

        .social-novo-feed-main {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;

            /* EXCLUSAO DA SIDEBAR */
            width: 750px;
            margin-left: auto;
            margin-right: auto;
        }

        @media(max-width:540px){
          .social-novo-feed-main {
              width: 99%;
          }
        }




        .social-novo-feed-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            height: 200px;
            position: relative;
            background-image: url('https://placehold.co/800x200');
            background-size: cover;
            background-position: center;
        }

        .social-novo-feed-profile {
            position: absolute;
            bottom: -78px;
            left: 30px;
            display: flex;
            align-items: flex-end;
            gap: 15px;
        }

        .social-novo-feed-avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 4px solid white;
            background: url('https://placehold.co/100x100') center/cover;
        }

        .social-novo-feed-profile-info{

        }

        .social-novo-feed-profile-info h1 {
            color: #000;
            font-size: 24px;
            margin-bottom: 5px;
            /* text-shadow: 0 2px 4px rgba(0,0,0,0.3); */
        }
        @media(max-width:540px){
            .social-novo-feed-profile-info h1 {
              color: #fff !important;
              font-size: 24px;
              margin-bottom: 5px;
              text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
          }
        }

        .social-novo-feed-profile-info p {
            color: #000;
            opacity: 0.9;
            font-size: 14px;
            /* text-shadow: 0 1px 2px rgba(0,0,0,0.3); */
        }

        @media(max-width:540px){

          .social-novo-feed-profile-info p {
              color: #fff !important;
              opacity: 0.9;
              font-size: 14px;
              text-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
          }

        }

        .social-novo-feed-actions {
            position: absolute;
            bottom: 20px;
            right: 30px;
            display: flex;
            gap: 10px;
        }

        .social-novo-feed-btn {
            padding: 10px 20px;
            padding-top: 6px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .social-novo-feed-btn-primary {
            background: rgb(59 131 239);
            color: white;
        }

        .social-novo-feed-btn-secondary {
            background: #000;
            color: white;
            backdrop-filter: blur(10px);
        }

        .social-novo-feed-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }

        .social-novo-feed-content {
            padding: 90px 30px 30px;
        }

        .social-novo-feed-bio {
            margin-bottom: 30px;
        }

        .social-novo-feed-bio h3 {
            margin-bottom: 10px;
            color: #333;
        }

        .social-novo-feed-bio p {
            color: #666;
            margin-bottom: 8px;
        }

        .social-novo-feed-languages {
            display: flex;
            gap: 10px;
            margin-top: 15px;
        }

        .social-novo-feed-language {
            background: #f1f5f9;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 12px;
            color: #64748b;
        }

        .social-novo-feed-tabs {
            border-bottom: 1px solid #e2e8f0;
            margin-bottom: 20px;
        }

        .social-novo-feed-tab-buttons {
            display: flex;
            gap: 0;
        }

        .social-novo-feed-tab-btn {
            padding: 15px 25px;
            background: none;
            border: none;
            cursor: pointer;
            font-weight: 500;
            color: #000;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .social-novo-feed-tab-btn.active {
            color: #000;
            border-bottom-color: #000;
        }

        .social-novo-feed-tab-content {
            display: none;
        }

        .social-novo-feed-tab-content.active {
            display: block;
        }

        .social-novo-feed-post {
            background: #f8fafc;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 20px;
            border: 1px solid #e2e8f0;
        }

        .social-novo-feed-post-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 15px;
        }

        .social-novo-feed-post-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: url('https://placehold.co/40x40') center/cover;
        }

        .social-novo-feed-post-info h4 {
            font-size: 14px;
            font-weight: 600;
            color: #1e293b;
        }

        .social-novo-feed-post-info p {
            font-size: 12px;
            color: #64748b;
        }

        .social-novo-feed-post-content {
            margin-bottom: 15px;
        }

        .social-novo-feed-post-media {
            width: 100%;
            height: auto;
            min-height: 300px;
            background: linear-gradient(45deg, #212121, #747474);
            background: transparent;
            border-radius: 8px;
            margin: 15px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            padding-top: 10px;
        }

        .social-novo-feed-post-media img{
          max-width: 95%;
          width: 100%;
          height: auto;
          margin-bottom: 10px;
          border-radius: 8px;
          margin-left: auto;
          margin-right: auto;
          position: relative;
          display: block;
        }

        .social-novo-feed-post-media video{
          position: relative;
          display: block;
          margin-left: auto;
          margin-right: auto;
          width: 95%;
          border-radius: 8px;
          height: auto;
          margin-bottom: 10px;
        }

        .social-novo-feed-post-media{
          position: relative;
          display: block;
        }

        .social-novo-feed-post-actions {
            display: flex;
            gap: 20px;
            padding-top: 15px;
            border-top: 1px solid #e2e8f0;
        }

        .social-novo-feed-action-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            background: none;
            border: none;
            cursor: pointer;
            color: #64748b;
            font-size: 14px;
            padding: 8px 12px;
            border-radius: 20px;
            transition: all 0.3s ease;
        }

        .social-novo-feed-action-btn:hover {
            background: #f1f5f9;
            color: #8b5cf6;
        }

        .social-novo-feed-action-btn.liked {
            color: #ef4444;
        }

        .social-novo-feed-sidebar {
            position: sticky;
            top: 20px;
            height: fit-content;
        }

        .social-novo-feed-widget {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-bottom: 20px;
            overflow: hidden;
        }

        .social-novo-feed-widget-header {
            padding: 20px;
            border-bottom: 1px solid #e2e8f0;
            font-weight: 600;
            color: #1e293b;
        }

        .social-novo-feed-plan {
            padding: 20px;
            border-bottom: 1px solid #f1f5f9;
        }

        .social-novo-feed-plan:last-child {
            border-bottom: none;
        }

        .social-novo-feed-plan-image {
            width: 100%;
            height: 120px;
            background: url('https://placehold.co/260x120') center/cover;
            border-radius: 8px;
            margin-bottom: 15px;
        }

        .social-novo-feed-plan-title {
            font-weight: 600;
            margin-bottom: 8px;
            color: #1e293b;
        }

        .social-novo-feed-plan-price {
            font-size: 18px;
            font-weight: 700;
            color: rgb(59 131 239);
            margin-bottom: 8px;
        }

        .social-novo-feed-plan-description {
            font-size: 14px;
            color: #64748b;
            line-height: 1.4;
        }

        .social-novo-feed-plan-features {
            margin-top: 10px;
            font-size: 12px;
            color: #10b981;
        }

        @media (max-width: 768px) {
            .social-novo-feed-container {
                grid-template-columns: 1fr;
                padding: 10px;
            }

            .social-novo-feed-sidebar {
                position: static;
            }

            .social-novo-feed-profile {
                position: static;
                margin-top: 0px;
            }

            .social-novo-feed-content {
                padding: 30px 20px 20px;
            }

            .social-novo-feed-actions {
                position: static;
                justify-content: center;
                margin-top: 20px;
            }
        }


        .esconder-mobile{

        }

        @media(max-width:540px){
          .esconder-mobile{
            display: none;
          }
        }

        .midia-postagem {
          background: #747474;
          border-radius: 8px;
        }


       .midia-postagem img,
       .midia-postagem video{
          max-width: 100%;
          height: auto;
          max-height: 480px;
          width: auto;
          display: block;
          margin-left: auto;
          margin-right: auto;
        }

        /* Container que segura tudo */
.link-midia-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px; /* Defina a altura máxima que você deseja aqui */
    overflow: hidden;
    background-color: #000;
    border-radius: 8px;
}

/* A imagem/vídeo que fica no fundo borrada */
.midia-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Faz preencher todo o espaço */
    filter: blur(15px) brightness(0.6); /* O efeito de desfoque e escurecimento */
    z-index: 1;
    transform: scale(1.1); /* Aumenta levemente para evitar bordas brancas no blur */
}

/* A imagem/vídeo principal na frente */
.midia-principal {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Garante que a imagem inteira apareça sem cortes */
    display: block;
}


        h3.preco-pack{
          color: #8bc34a;
          margin-bottom: 30px;
        }

        
      /* STORIES ATIVO */
      .storiesDiogenes .container-box .container-item:nth-child(1) {
          width: 70px;
          height: 70px;
      }

      .conic-gradient img{
        z-index: 2;
          width: 65px;
          height: 65px;
          object-fit: cover;
          border-radius: 100%;
      }

      .conic-gradient:after {
        /* display: block; */
        border-radius: 9999px;
        content: '';
        width: 104%;
        height: 104%;
        position: absolute;
        z-index: -1;
        left: -2%;
        top: -2%;
        background-image: conic-gradient(#2579ed, #2579ed, #2579ed, aqua, blue, magenta, #2579ed);
        animation: spin 3s linear infinite;
      }


      .img-container--fake:after {
        /* display: block; */
        border-radius: 9999px;
        content: '';
        width: 104%;
        height: 104%;
        position: absolute;
        z-index: -1;
        left: -2%;
        top: -2%;
        background-image: conic-gradient(#2579ed, #2579ed, #2579ed, aqua, blue, magenta, #2579ed);
        animation: spin 3s linear infinite;
        -webkit-box-shadow: -2px 2px 0 2px rgba(252,134,8,0.85), 0 0 0 4px rgba(192,52,247,1);
                box-shadow: -2px 2px 0 2px rgba(252,134,8,0.85), 0 0 0 4px rgba(192,52,247,1);
                background: rgba(255,153,0,1);
                background: -moz-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,153,0,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(100%, rgba(192,52,247,1)));
                background: -webkit-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
                background: -o-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
                background: -ms-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
                background: linear-gradient(to right, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#c034f7', GradientType=1 );
      }


      @keyframes spin { 
        100% { 
          transform: rotate(360deg);
        }
      }

      .storiesDiogenes .container-box .container-item img{
        width: 65px;
        height: 65px;
        border-radius: 100%;
        object-fit: cover;
      }

      .storiesDiogenes .nav-btn{
        display: block;
      }






        .logo-dark{
          display: none;
        }


















        

/* Estilos do carrossel principal */
        .novo-reels-videos-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .novo-reels-videos-title {
            font-size: 24px;
            margin-bottom: 20px;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .novo-reels-videos-navigation {
            display: flex;
            gap: 10px;
            margin-left: auto;
        }
        
        .novo-reels-videos-nav-btn {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background-color: #212121;
            border: 1px solid #666;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 13px;
            transition: all 0.3s ease;
            color: #f2f2f2;
        }
        
      
        
        .novo-reels-videos-item {
            position: relative;
            cursor: pointer;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            margin: 5px;
        }
        
        .novo-reels-videos-item:hover {
            transform: translateY(-5px);
        }
        
        .novo-reels-videos-thumbnail {
            position: relative;
            width: 100%;
            height: 320px;
            overflow: hidden;
            border-radius: 10px;
        }
        
        .novo-reels-videos-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .novo-reels-videos-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.25);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            opacity: 0.8;
        }
        
        .novo-reels-videos-duration {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
        }
        
        .novo-reels-videos-logo {
            position: absolute;
            top: 10px;
            right: 13px;
            width: 80%;
            background-color: transparent;
            border-radius: 4px;
            padding: 2px;
            width: fit-content;
            text-align: right;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 12px;
            color: #f2f2f2 !important;
        }
        
        .novo-reels-videos-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
        }
        
        .novo-reels-videos-caption-highlight {
            display: inline-block;
            background-color: #006DD9;
            color: #fff;
            padding: 3px 8px;
            border-radius: 4px;
            font-weight: bold;
            font-size: 12px;
            margin-bottom: 5px;
        }
        
        /* Modal fullscreen */
        .novo-reels-videos-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 1000;
            display: none;
        }
        
        .novo-reels-videos-modal.active {
            display: block;
        }
        
        .novo-reels-videos-modal-content {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .novo-reels-videos-modal-video-container {
            position: relative;
            width: 100%;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .novo-reels-videos-modal-video {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #000;
        }
        
        .novo-reels-videos-modal-video video {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        
        .novo-reels-videos-modal-header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            padding: 15px;
            background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
            z-index: 10;
            color: white;
        }
        
        .novo-reels-videos-modal-title {
            margin-top: 25px;
            font-size: 20px;
            max-width: 80%;
        }

        .novo-reels-videos-modal-title a,
        .novo-reels-videos-modal-title a:hover{
          color: #f2f2f2 !important;
          text-decoration: none !important;
        }
        
        .novo-reels-videos-modal-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            z-index: 11;
            font-size: 20px;
        }
        
        .novo-reels-videos-modal-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
            z-index: 10;
            color: white;
        }
        
        .novo-reels-videos-modal-caption {
            margin-bottom: 15px;
        }
        
        .novo-reels-videos-modal-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .novo-reels-videos-control-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            font-size: 20px;
        }
        
        .novo-reels-videos-control-btn.play {
            width: 60px;
            height: 60px;
            font-size: 24px;
        }
        
        .novo-reels-videos-thumbnails-container {
            position: absolute;
            bottom: 70px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            padding: 10px 0;
            overflow-x: auto;
            gap: 10px;
        }
        
        .novo-reels-videos-thumbnail-nav {
            width: 80px;
            height: 120px;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            border: 3px solid transparent;
            transition: all 0.3s ease;
            opacity: 0.7;
        }
        
        .novo-reels-videos-thumbnail-nav.active {
            border-color: #006DD9;
            opacity: 1;
        }
        
        .novo-reels-videos-thumbnail-nav img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .novo-reels-videos-modal-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            font-size: 20px;
            z-index: 10;
        }
        
        .novo-reels-videos-modal-prev {
            left: 20px;
        }
        
        .novo-reels-videos-modal-next {
            right: 20px;
        }
        
        .novo-reels-videos-thumbnails-container::-webkit-scrollbar {
            height: 6px;
        }
        
        .novo-reels-videos-thumbnails-container::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
        }
        
        .novo-reels-videos-thumbnails-container::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 10px;
        }
        
        @media (max-width: 768px) {
            .novo-reels-videos-thumbnail {
                height: 450px;
            }
            
            .novo-reels-videos-modal-nav {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
            
            .novo-reels-videos-modal-prev {
                left: 10px;
            }
            
            .novo-reels-videos-modal-next {
                right: 10px;
            }
            
            .novo-reels-videos-thumbnail-nav {
                width: 60px;
                height: 90px;
            }
            
            .novo-reels-videos-control-btn {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
            
            .novo-reels-videos-control-btn.play {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
            
            .novo-reels-videos-modal-title {
                font-size: 16px;
            }
        }

        .social-novo-feed-tab-btn,
        .social-novo-feed-tab-btn:hover,
        .social-novo-feed-tab-btn:active,
        .social-novo-feed-tab-btn:focus{
          outline: none !important;
        }


        .novo-botao-degrade-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: center;
        }

        .novo-botao-degrade-principal {
            background: linear-gradient(135deg, #8B0000, #4A0E0E, #722F37);
            border: none;
            border-radius: 50px;
            padding: 13px 40px;
            color: white;
            font-size: 15px;
            font-weight: normal;
            cursor: pointer;
            text-transform: none;
           
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            min-width: 300px;
            text-align: center;
        }

        .novo-botao-degrade-principal::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .novo-botao-degrade-principal:hover::before {
            left: 100%;
        }

        .novo-botao-degrade-principal {
            margin-bottom: 20px;
            width: 100%;
            transform: translateY(-2px);
         
            background: linear-gradient(135deg, #A52A2A, #8B0000, #654321);

            background: rgb(59 131 239);
            font-weight:bold;
            font-family: Arial;
            font-size: 14px;
        }

        .novo-botao-degrade-principal:active {
            transform: translateY(0);
            box-shadow: 0 5px 15px rgba(139, 0, 0, 0.3);
        }

        @media(max-width:540px){
           .novo-botao-degrade-principal{
            font-size: 13px;
           }
        }

        .novo-botao-degrade-texto-principal {
            position: relative;
            z-index: 1;
        }

        .novo-botao-degrade-preco {
            display: flex;
            align-items: center;
            gap: 8px;
            justify-content: center;
        }

        .novo-botao-degrade-preco-antigo {
            text-decoration: none;
            opacity: 0.7;
            font-size: 14px;
        }

        .novo-botao-degrade-preco-novo {
            font-size: 18px;
            font-weight: bold;
        }

        .novo-botao-degrade-secundario {
            background: linear-gradient(135deg, #660000, #ff0000, #ff0000);
            border: 2px solid #8B0000;
            border-radius: 50px;
            padding: 15px 35px;
            color: white;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            min-width: 250px;
            text-align: center;
        }

        .novo-botao-degrade-secundario:hover {
            background: linear-gradient(135deg, #8B0000, #4A0E0E, #722F37);
            border-color: #A52A2A;
            transform: translateY(-1px);
            box-shadow: 0 8px 20px rgba(139, 0, 0, 0.2);
        }

        .novo-botao-degrade-compacto {
            background: linear-gradient(90deg, #8B0000, #A52A2A);
            border: none;
            border-radius: 25px;
            padding: 12px 25px;
            color: white;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(139, 0, 0, 0.2);
        }

        .novo-botao-degrade-compacto:hover {
            background: linear-gradient(90deg, #A52A2A, #8B0000);
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(139, 0, 0, 0.3);
        }

        
        .modelo-item {
          position: relative;
          cursor: pointer;
          margin: 0 5px;
          border-radius: 12px;
          overflow: hidden;
          height: 380px;
          margin-bottom: 42px;
        }

        .modelo-imagem {
          position: relative;
          width: 100%;
          height: 100%;
          overflow: hidden;
        }

        .modelo-imagem img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: transform 0.3s ease;
        }

        .modelo-item:hover .modelo-imagem img {
          transform: scale(1.05);
        }

        section.loop-de-modelos{
          position: relative;
          display: block;
          padding-top: 30px;
          padding-bottom: 40px;
        }

        .modelo-overlay {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 42%;
          background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 100%);
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          padding: 15px;
          padding-bottom: 24px !important;
          text-align: center;
          align-items: anchor-center;
          box-sizing: border-box;
        }

        .modelo-nome {
          color: #fff;
          font-size: 18px;
          font-weight: bold;
          margin: 0;
          padding: 0;
          text-transform: uppercase;
          display: flex;
          align-items: center;
        }

        .modelo-verificado {
          color: #007bff;
          margin-left: 5px;
          font-size: 16px;
        }

        .modelo-nome img{
          width: 20px !important;
          margin-left: 8px;
        }

        .modelo-localizacao {
          color: #f2f2f2;
          font-size: 11px;
          margin: 5px 0 0;
          text-transform: uppercase;
        }





/* Skeleton Loader */
.preparar-feed-skeleton {
    display: none;
    margin-bottom: 20px;
}

.preparar-feed-skeleton.ativo {
    display: block;
}

.preparar-feed-skeleton-item {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.preparar-feed-skeleton-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.preparar-feed-skeleton-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: preparar-feed-skeleton-loading 1.5s infinite;
    margin-right: 15px;
}

.preparar-feed-skeleton-info {
    flex: 1;
}

.preparar-feed-skeleton-name {
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: preparar-feed-skeleton-loading 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 8px;
    width: 60%;
}

.preparar-feed-skeleton-time {
    height: 12px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: preparar-feed-skeleton-loading 1.5s infinite;
    border-radius: 4px;
    width: 40%;
}

.preparar-feed-skeleton-content {
    margin-bottom: 15px;
}

.preparar-feed-skeleton-text {
    height: 14px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: preparar-feed-skeleton-loading 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 8px;
}

.preparar-feed-skeleton-text:nth-child(1) { width: 100%; }
.preparar-feed-skeleton-text:nth-child(2) { width: 85%; }
.preparar-feed-skeleton-text:nth-child(3) { width: 70%; }

.preparar-feed-skeleton-image {
    height: 200px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: preparar-feed-skeleton-loading 1.5s infinite;
    border-radius: 8px;
}

@keyframes preparar-feed-skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Transições suaves para as postagens */
.caixa-branca {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.preparar-feed-invisivel {
    opacity: 0 !important;
    transform: scale(0.95);
    pointer-events: none;
}

.preparar-feed-visivel {
    opacity: 1 !important;
    transform: scale(1);
}

/* Animação de fade in para quando as postagens aparecem */
.preparar-feed-fade-in {
    animation: preparar-feed-aparecer 0.5s ease-out forwards;
}

@keyframes preparar-feed-aparecer {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Indicador de carregamento */
.preparar-feed-carregando {
    text-align: center;
    padding: 20px;
    display: none;
}

.preparar-feed-carregando.ativo {
    display: block;
}

.preparar-feed-spinner {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: preparar-feed-spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes preparar-feed-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.overlayEsconderConteudo{
  background: #f2f2f2 !important;
}

.media-bloqueada{
  position: relative;
  cursor: pointer;
  margin-bottom: 45px;
  height: 300px;
}




/* Estilos para o novo card de perfil */
.novo-card-perfil-container {
    background-color: #1a1a1a; /* Fundo escuro */
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    font-family: 'Inter', sans-serif; /* Sugestão de fonte, ajuste se necessário */
    margin-bottom: 30px; /* Espaçamento entre os cards */
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out;
}

.novo-card-perfil-container:hover {
    transform: translateY(-5px);
}

.novo-card-perfil-link, .novo-card-perfil-link:hover {
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    color: #fff !important;
}

.novo-card-perfil-imagem-wrapper {
    width: 100%;
    padding-top: 100%; /* Proporção 1:1 para a imagem */
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.novo-card-perfil-imagem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que a imagem preencha o espaço sem distorcer */
}

.novo-card-perfil-conteudo {
    padding: 15px 20px;
    flex-grow: 1; /* Permite que o conteúdo ocupe o espaço restante */
}

.novo-card-perfil-header {
    display: block;
    align-items: center;
    margin-bottom: 10px;
}

.novo-card-perfil-nome {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 8px;
    display: block;
    text-align: center;
}

.novo-card-perfil-verified-icon {
    width: 20px; /* Tamanho do ícone de verificado */
    height: 20px;
    vertical-align: middle;
}

.novo-card-perfil-bio {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #b0b0b0;
    margin-bottom: 0;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

.novo-card-perfil-stats {
    display: none;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
}

.novo-card-perfil-stat-item {
    text-align: center;
    flex: 1;
}

.novo-card-perfil-stat-value {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.novo-card-perfil-stat-label {
    display: block;
    font-size: 0.8rem;
    color: #888;
    margin-top: 3px;
}

.novo-card-perfil-footer {
    display: flex;
    padding: 15px 20px 20px;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    margin-top: -5px;
}

.novo-card-perfil-btn-primary,
.novo-card-perfil-btn-primary:hover {
    flex-grow: 1;
    background-color: #9b33ff !important; /* Cor azul, ajuste para a cor da sua marca */
    color: #fff !important;
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
}



.novo-card-perfil-btn-secondary {
    background-color: #333; /* Fundo cinza escuro */
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px;
    width: 45px; /* Tamanho fixo para o botão de bookmark */
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.novo-card-perfil-btn-secondary:hover {
    background-color: #555;
}

.novo-card-perfil-btn-secondary svg {
    width: 24px;
    height: 24px;
    stroke: #fff; /* Cor do ícone */
}

/* Responsividade básica para o grid diogenes-col */
/* Supondo que você já tenha estilos para .diogenes-col- classes,
   este é para garantir que o card se adapte dentro delas. */
.diogenes-col-xl-3, .diogenes-col-lg-3, .diogenes-col-md-4, .diogenes-diogenes-col-12 {
    padding-left: 10px; /* Ajustar o espaçamento do grid conforme necessário */
    padding-right: 10px;
}

@media (max-width: 768px) {
    .novo-card-perfil-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px; /* Limita o tamanho em telas menores */
    }
}



/* --- ESTILOS DO NOVO VISUALIZADOR DE STORIES --- */
/* (Baseado no base.html) */

/* --- Estilos do Overlay --- */
.novo-stories-reels-gatasgyn-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a; /* Fundo mais escuro */
    z-index: 200000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.novo-stories-reels-gatasgyn-preview-overlay.visible {
    display: block;
    opacity: 1;
}
.novo-stories-reels-gatasgyn-preview-container {
    width: 100%;
    height: 100%;
    max-width: 450px; /* Limita a largura no desktop */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.novo-stories-reels-gatasgyn-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-weight: bold;
    opacity: 0.8;
}
.novo-stories-reels-gatasgyn-close-btn:hover {
    opacity: 1;
}

/* --- Layout SKELETON (para sidebar) --- */
.novo-stories-reels-gatasgyn-skeleton {
    background: rgba(204, 204, 204, 0.5);
    border-radius: 4px;
    display: none;
    animation: novo-stories-reels-gatasgyn-pulse 1.5s infinite ease-in-out;
}
@keyframes novo-stories-reels-gatasgyn-pulse {
    0% { background: rgba(204, 204, 204, 0.5); }
    50% { background: rgba(204, 204, 204, 0.3); }
    100% { background: rgba(204, 204, 204, 0.5); }
}

/* --- Layout do SLIDER --- */
.novo-stories-reels-gatasgyn-slider-storie {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.novo-stories-reels-gatasgyn-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #000; /* Fundo preto para cada slide */
}
.novo-stories-reels-gatasgyn-media-player {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 'contain' é melhor para stories */
    display: block;
}

/* --- Layout do HEADER (Storie) --- */
.novo-stories-reels-gatasgyn-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    padding-top: 25px; /* Mais espaço por causa das barras */
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    z-index: 10;
}
.novo-stories-reels-gatasgyn-header-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.5);
}
.novo-stories-reels-gatasgyn-header-info {
    margin-left: 10px;
    color: #fff;
}
.novo-stories-reels-gatasgyn-header-name {
    font-weight: 600;
    font-size: 14px;
    height: 14px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* --- Barras de progresso (Storie) --- */
.novo-stories-reels-gatasgyn-progress-bars {
    position: absolute;
    top: 8px; /* Mais perto do topo */
    left: 10px;
    right: 10px;
    display: flex;
    gap: 3px;
    z-index: 11;
    display: none;
}
.novo-stories-reels-gatasgyn-progress-bar {
    flex: 1;
    height: 3px; /* Um pouco mais grossa */
    background: rgba(255,255,255,0.4);
    border-radius: 2px;
    overflow: hidden; 
}
.novo-stories-reels-gatasgyn-progress-bar-inner {
    height: 100%;
    width: 0; /* JS vai animar isso */
    background: #fff;
    border-radius: 2px;
    /* Transição linear para vídeo é controlada por JS */
}
.novo-stories-reels-gatasgyn-progress-bar-inner.image-progress {
    transition: width 5s linear; /* Animação de 5s para imagem */
}

/* --- Layout da SIDEBAR (Storie) --- */
.novo-stories-reels-gatasgyn-sidebar {
    position: absolute;
    bottom: 80px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    z-index: 10;
}
.novo-stories-reels-gatasgyn-sidebar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.novo-stories-reels-gatasgyn-sidebar-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* --- Layout do FOOTER (Storie) --- */
.novo-stories-reels-gatasgyn-footer-storie {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px;
    z-index: 10;
    background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
}
/* Link "Ver Perfil" */
.novo-stories-reels-gatasgyn-footer-link-wrapper {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
}
.novo-stories-reels-gatasgyn-footer-link-wrapper:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff !important;
    text-decoration: none !important;
}

/* --- Navegação (Storie) --- */
.novo-stories-reels-gatasgyn-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    z-index: 20;
    display: none; /* JS controla a visibilidade */
    padding: 10px;
    user-select: none; 
}
.novo-stories-reels-gatasgyn-nav-left { left: 5px; }
.novo-stories-reels-gatasgyn-nav-right { right: 5px; }

/* --- CSS ADICIONAL PARA AS "BOLINHAS" --- */
/* (Estilo original do seu feed.php) */
#storiesDiogenes .container-item {
    flex-direction: column; 
    gap: 5px;
}
#storiesDiogenes .container-item img {
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    cursor: pointer;
}
#storiesDiogenes .container-item.conic-gradient img {
    /* A borda animada que você já tinha */
    background-image: 
        linear-gradient(#fff, #fff), 
        conic-gradient(from 180deg at 50% 50%, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #feda75);
}

.novo-reels-videos-control-btn.share{
  display: none !important;
}













 /* ====================================================== */
/* ESTILOS DO VISUALIZADOR DE STORIES & REELS            */
/* ====================================================== */

#gg-viewer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999998;
    display: none; /* Controlado por JS */
    opacity: 0;
    transition: opacity 0.3s ease;
}

#gg-viewer-overlay.gg-viewer-visible {
    display: block;
    opacity: 1;
}

/* --- Loading Spinner --- */
#gg-viewer-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.gg-viewer-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: gg-viewer-spin 1s linear infinite;
}
@keyframes gg-viewer-spin {
    to { transform: rotate(360deg); }
}

/* --- Container Principal --- */
.gg-viewer-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 450px; /* Limite máximo de largura (estilo celular) */
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    /* Fonte para combinar com a imagem */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.gg-viewer-close,
.gg-viewer-close:hover {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 50;
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px;
    border:none !important;
    outline:none !important;
}
.gg-viewer-close svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
    stroke-width: 2.5;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
}


/* --- Slider --- */
.gg-viewer-slider-storie {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.gg-viewer-slider-reels {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}
.gg-viewer-slider-reels::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.gg-viewer-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    scroll-snap-align: start;
    overflow: hidden;
    background: #111;
}
.gg-viewer-slide-media {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 'contain' é mais seguro para não cortar o rosto */
}

/* --- Gradientes de Sombra (para legibilidade) --- */
.gg-viewer-header::before,
.gg-viewer-footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 8;
    pointer-events: none;
}
.gg-viewer-header::before {
    top: 0;
    height: 120px;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); */
}
.gg-viewer-footer::before {
    bottom: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}

/* --- Barras de Progresso (Modo Storie) --- */
.gg-viewer-progress-bars {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    gap: 4px;
    z-index: 20;
}
.gg-viewer-progress-bar {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}
.gg-viewer-progress-bar-inner {
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 3px;
}
/* Oculto no modo Reels */
.gg-viewer-mode-reel .gg-viewer-progress-bars {
    display: none;
}

/* --- Header (Topo) --- */
.gg-viewer-header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    z-index: 10;
}
.gg-viewer-header-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.8);
}
.gg-viewer-header-info {
    margin-left: 10px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.gg-viewer-header-nome {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}
.gg-viewer-header-meta {
    font-size: 13px;
    font-weight: 400;
    color: #eee;
    line-height: 1.2;
}
.gg-viewer-header-seguir,
.gg-viewer-header-seguir:hover {
    margin-left: 12px;
    padding: 5px 12px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff !important;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}
/* Oculto no modo Reels */
.gg-viewer-mode-reel .gg-viewer-header {
    display: none;
}

/* --- Sidebar (Direita) --- */
.gg-viewer-sidebar {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.gg-viewer-sidebar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.gg-viewer-sidebar-item i.fa{
    font-size:36px;
}
.gg-viewer-sidebar-item svg {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
}
.gg-viewer-sidebar-item-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-bottom: -5px; /* Ajuste para o '+' */
}
.gg-viewer-sidebar-item-avatar-plus {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2457C5; /* Cor do '+' */
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -12px;
}
.gg-viewer-sidebar-item span {
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
}
/* Oculta/Exibe itens por modo */
.gg-viewer-mode-storie .gg-viewer-sidebar-item[data-storie="false"],
.gg-viewer-mode-reel .gg-viewer-sidebar-item[data-reel="false"] {
    display: none;
}
/* No Storie, a sidebar começa mais para cima */
.gg-viewer-mode-storie .gg-viewer-sidebar {
    bottom: 80px; 
}


/* --- Footer (Rodapé) --- */
.gg-viewer-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 10;
}
/* Footer do Storie */
.gg-viewer-footer-storie {
    text-align: center;
}
.gg-viewer-footer-storie a,
.gg-viewer-footer-storie a:hover {
    display: inline-block;
    padding: 10px 38px;
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
}
.gg-viewer-footer-storie svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -2px;
}
/* Footer do Reel */
.gg-viewer-footer-reel {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gg-viewer-footer-reel-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.gg-viewer-footer-reel-info {
    flex: 1;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.gg-viewer-footer-reel-nome {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}
.gg-viewer-footer-reel-meta {
    font-size: 13px;
    font-weight: 400;
    color: #eee;
    line-height: 1.2;
}
.gg-viewer-footer-reel-seguir {
    padding: 6px 14px;
    background: rgba(255,255,255,0.9);
    color: #111;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

/* Controle de visibilidade dos Footers */
.gg-viewer-mode-reel .gg-viewer-footer-storie {
    display: none;
}
.gg-viewer-mode-storie .gg-viewer-footer-reel {
    display: none;
}

/* --- Navegação (Setas/Tap) --- */
.gg-viewer-nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: 5;
    cursor: pointer;
}
.gg-viewer-nav-prev { left: 0; }
.gg-viewer-nav-next { right: 0; }
/* Oculto no modo Reels */
.gg-viewer-mode-reel .gg-viewer-nav {
    display: none;
}

.gg-viewer-footer-storie i.fa{
    font-size: 23px;
    color: #47cc69;
    margin-left: 5px;
    vertical-align: middle;
}


/* ====================================================== */
/* ESTILOS DO NOVO VIEWER DE REELS (TIKTOK STYLE)       */
/* ====================================================== */

.gg-reels-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Fundo preto é mais imersivo para Reels */
    background: #000; 
    z-index: 999990; /* Z-index alto */
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gg-reels-overlay.gg-reels-visible {
    display: block;
    opacity: 1;
}

/* --- Loading Spinner --- */
.gg-reels-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.gg-reels-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: gg-reels-spin 1s linear infinite;
}
@keyframes gg-reels-spin {
    to { transform: rotate(360deg); }
}

/* --- Container Principal --- */
.gg-reels-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 450px; /* Limite máximo de largura (estilo celular) */
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.gg-reels-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 50;
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px;
}
.gg-reels-close svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
    stroke-width: 2.5;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
}

/* --- Slider (O CORAÇÃO DA LÓGICA) --- */
.gg-reels-slider {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    /* ESSENCIAL: Habilita o "snap" vertical */
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}
.gg-reels-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.gg-reels-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    /* ESSENCIAL: Define onde o snap deve parar */
    scroll-snap-align: start; 
    overflow: hidden;
    background: #000;
}
.gg-reels-slide-media {
    width: 100%;
    height: 100%;
    /* 'contain' é mais seguro para não cortar o rosto/corpo */
    object-fit: cover; 
}

/* --- Gradientes de Sombra (para legibilidade) --- */
.gg-reels-footer::before,
.gg-reels-header::before { /* Header só para o gradiente */
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 8;
    pointer-events: none;
}
.gg-reels-header::before {
    top: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
}
.gg-reels-footer::before {
    bottom: 0;
    height: 120px;
    background: none;
}
.gg-reels-header { /* Header fantasma apenas para o gradiente superior */
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 50px;
    z-index: 10;
}


/* --- Sidebar (Direita) - Layout REEL --- */
.gg-reels-sidebar {
    position: absolute;
    bottom: 80px; /* Posição do Reel */
    right: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}
.gg-reels-sidebar-item,
.gg-reels-sidebar-item:active{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    /* height: 49px; */
    padding: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    outline:none !important;
    border:none !important;
}
.gg-reels-sidebar-item svg {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.5));
    transition: all 0.3s ease;
}
.gg-reels-sidebar-item-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-bottom: -5px;
}
.gg-reels-sidebar-item-avatar-plus {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #006DD9;
    color: #fff;
    border: 2px solid #fff;
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 0px;
    font-weight: bold;
    position: relative;
    top: -12px;
    padding-top: 0;
    padding-top: 8px;
}

@media(max-width:540px){
    .gg-reels-sidebar-item-avatar-plus {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #006DD9;
        color: #fff;
        border: 2px solid #fff;
        display: block;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 0px;
        font-weight: 600;
        position: relative;
        top: -12px;
        padding-top: 0;
        padding-top: 10px;
    }
}


.gg-reels-sidebar-item span {
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
}

/* --- Footer (Rodapé) - Layout REEL --- */
.gg-reels-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
}
.gg-reels-footer-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.gg-reels-footer-info {
    flex: 1;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.gg-reels-footer-nome {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}
.gg-reels-footer-meta {
    font-size: 13px;
    font-weight: 400;
    color: #eee;
    line-height: 1.2;
}
.gg-reels-footer-seguir,
.gg-reels-footer-seguir:hover {
    padding: 6px 14px;
    background: #006DD9 !important;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

    /* =========================================
    ANIMAÇÃO DE LIKE (ESTILO TWITTER/X)
    ========================================= */

    @keyframes twitterHeartPop {
        0%   { transform: scale(0); opacity: 0; }
        50%  { transform: scale(1.3); opacity: 1; }
        100% { transform: scale(1); }
    }

    /* Classe aplicada via JS no momento do clique */
    .heart-pop-anim {
        color: #2457c5 !important;
        animation: twitterHeartPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
        font-size: 26px !important; /* Ajuste para o tamanho ideal na sua sidebar */
    }

    /* Classe para quando o modal abre e o perfil já estava curtido */
    .heart-liked-static {
        color: #2457c5 !important;
        font-size: 26px !important;
    }






/**
*  ------------------------------------------------------------------------------------------------
*
*
*   STORIES
*
*
*  ------------------------------------------------------------------------------------------------
*/

.stories {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  margin-bottom: 15px;
  background: none;
  padding-bottom: 10px;
}

.stories::-webkit-scrollbar-track {
          background-color: #F4F4F4;
      }
.stories::-webkit-scrollbar {
          width: 0px;
          height: 0px;
          background: #F4F4F4;
      }
.stories::-webkit-scrollbar-thumb {
          background: #ccc;
      }





.stories a {
  color: inherit;
  text-decoration: none;
  border-color: #dedede;
  transition: border-color 300ms ease;
}

.stories a:visited,
.stories a:active,
.stories a:hover {
  border-color: grey;
}

.stories li {
  display: flex;
  flex-shrink: 0;
  margin: 0 6px;
  flex-direction: column;
  text-align: center;
}

.stories__story {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  padding: 2px;
 }

.stories picture {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.stories img {
  max-width: 100%;
}

.stories__picture--sale:before {
  content: attr(title);
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: pink;
  height: 20px;
  text-align: center;
}

.story__title {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
      max-width: 70px;
    display: block;
    text-align: center;
}

.story__category {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}


.stories.carousel .story>.item-link>.item-preview{
  border-radius: 100%;
}
.stories.carousel .story>.item-link>.info{
  font-size: 13px;
}



.caixa-nova-imagem-storie{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.caixa-nova-imagem-storie a,
.caixa-nova-imagem-storie a:hover{
  position: absolute;
  display: block;
  bottom: 90px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  max-width: 100%;
  color: #fff;
  background: rgba(000,000,000,0.70);
  border-radius: 10px;
  padding: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}



.storiesDiogenes .inside-wrapper {
  max-width: 100%;
    margin: auto;
    position: relative;
    top: 0;
    transform: none;
    border-radius: 0;
    overflow: hidden;
    margin-top: -11px;
}

.storiesDiogenes .container-box {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.storiesDiogenes .container-box .container-item {
  cursor: pointer;
  overflow: hidden;
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  box-shadow: 1px 3px 15px rgba(000,000,000,0.20);
  z-index: 100;
  margin-right: 14px;
}
.storiesDiogenes .container-box .container-item:nth-child(1) {
  width: 70px;
  height: 70px;
}
.storiesDiogenes .container-box .container-item:nth-child(4) {
  width: 70px;
}
.storiesDiogenes .container-box .container-item img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/*SLIDER SELF STYLES*/
.storiesDiogenes .sts-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*SLIDER SELF STYLES*/
.storiesDiogenes .ld {
  width: 100%;
  height: 100%;
}

.storiesDiogenes .prev,
.storiesDiogenes .next {
  display: none;
}

.storiesDiogenes .nav-btn {
  top: 0;
  position: absolute;
  height: 100%;
  width: 80px;
  border: none;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  filter: invert(1);
}
.storiesDiogenes .nav-btn svg {
  position: absolute;
  top: 42%;
}
.storiesDiogenes .nav-btn--active {
  display: block;
}

.storiesDiogenes .prev {
  left: 0px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.01) 10%, white);
}
.storiesDiogenes .prev svg {
  left: 5px;
}

.storiesDiogenes .next {
  right: 0px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 10%, white);
}
.storiesDiogenes .next svg {
  right: 5px;
}

.storiesDiogenes .ld-lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s ease;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}
.storiesDiogenes .ld-lightbox__vl {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  max-width: 600px;
  display: flex;
}
.storiesDiogenes .ld-lightbox__content {
  display: inline-block;
  margin: auto auto;
}
.storiesDiogenes .ld-lightbox__content img,
.storiesDiogenes .ld-lightbox__content video {
  height: auto;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 800px) {
  .storiesDiogenes .nav-btn {
    outline: none;
  }
}
.storiesDiogenes .ld-lightbox__close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 1.3em;
  cursor: pointer;
  z-index: 1000;
}

@media screen and (max-width: 700px) {
  .storiesDiogenes .nav-btn {
    outline: none;
  }
}


.fullscreen-stories-diogenes{
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
  background: rgba(000,000,000,0.80);
  text-align: center;
  padding-top: 45px;
  padding-bottom: 75px;
  transition: all 0.3s ease;
}
.fullscreen-stories-diogenes.aberto{
  display: block;
  transition: all 0.3s ease;
}


.video-container-box{
  scroll-snap-type: y mandatory;
  height: 100%;
  width: 400px;
  border-radius: 10px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  background: #ccc;
}

@media(max-width:540px){
  .video-container-box{
    width: 100%;
  }
}

.video-container-box .video-container{
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 100.5% !important;
  display: block;
  width: 100%;
  margin: auto;
  overflow-y: hidden;
  padding-bottom: 0;
}

.ativar-som{
  opacity: 0.50;
}

.ativar-som img{
  width: 22px;
}

@media(max-width:540px){
  .video-container-box .video-container{
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: calc(630px + 20px);
    display: block;
    width: 100%;
    margin: auto;
    overflow-y: hidden;
  }
}
.video-container-box::-webkit-scrollbar {
  width: 0px;
}

.close-stories-diogenes{
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  z-index: 99;
}

.close-stories-diogenes button{
  background: none;
  border: none;
  outline: none;
}

.close-stories-diogenes button img{
  width: 24px;
  height: auto;
  filter: invert(1);
}


@media(max-width:540px){
  .close-stories-diogenes {
      position: absolute;
      display: block;
      top: 7px;
      right: 7px;
      z-index: 99;
  }.close-stories-diogenes button img {
    width: 20px;
    height: auto;
}
}


.video-container{
  position: relative;
  display: block;
}


:root {
  --primaryBC: #000;
  --range: #ffffff59;
  --bar: #f11926;
  --primary: #fff;
  --third: #ccc;
  --poppins: "Poppins", sans-serif;
}

.video-container .video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.9s ease;
  cursor: pointer;
  overflow-x: hidden;
}
.video-container.stories .video:hover{
  scale: 1.10;
  transition: all 0.9s ease;
  cursor: pointer;
  overflow-x: hidden;
}


.video-container  .top {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translatex(-50%);
}

.video-container .label {
  font-size: 0.8em;
  color: var(--primary);
  font-weight: bold;
}
.video-container .label-main::after {
  content: "|";
  margin: 0 0.5em;
  display: none;
}
.video-container .label-active {
  font-weight: 600;
  display: block;
}

.video-container .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.video-container .progress-duration {
  margin-left: 5px;
  font-size: 0.7em;
  color: var(--primary);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.video-container .progress-range {
  height: 3px;
  margin: 5px;
  width: calc(100% - 10px);
  background-color: var(--range);
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 100px;
}
.video-container .progress-range:hover {
  height: 5px;
}
.video-container .progress-bar {
  border-radius: 100px;
  height: 100%;
  width: 1%;
  transition: width 0.3s ease;
  background: var(--bar);
}

.video-container .progress-range:hover .progress-duration {
  opacity: 1;
}

.video-container .icons {
  height: 64px;
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.video-container .icons-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-container .icons-item-add {
  height: 32px;
  width: 40px;
  overflow: hidden;
  background-color: var(--primary);
  border-radius: 7px;
  border-right: 4px solid #69c9d0;
  border-left: 4px solid #ee1d52;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container .right {
  position: absolute;
  bottom: auto;
  right: 0;
  top:20px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
}
.video-container .right-icon {
  margin: 0.5em 0;
  display: none;
}
.video-container .icon img {
  height: 18px;
  width: 18px;
}
.video-container .icon-label {
  color: var(--primary);
  font-size: 0.55em;
}

.video-container .comments-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: -10px;
  padding: 10px 0;
  background-color: #fff;
}
.video-container .comments-head-label {
  font-size: 0.7em;
  color: var(--third);
}
.video-container .comments-head-close {
  cursor: pointer;
  margin-right: 5px;
    margin-top: -9px;
}
.video-container .comments-container {
  position: absolute;
  bottom: 0;
  height: 75%;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  transform: translatey(100%);
  overflow-y: scroll;
}
.video-container .comments-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.video-container .comments-list {
  display: flex;
  flex-direction: column;
}
.video-container .comments-item {
  padding: 10px 0;
}

.video-container .comments-active {
  transform: translatey(0%);
}

.video-container #comments-icon {
  cursor: pointer;
}

.video-container #likes-icon {
  cursor: pointer;
}

.video-container .comment-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.video-container .comment-top-logo {
  height: 36px;
  width: 36px;
  border-radius: 100px;
  background-color: #000;
  margin-right: 10px;
  background-image: url(https://usefulangle.com/img/thumb/javascript.png);
  background-size: cover;
}
.video-container .comment-top-details {
  flex: 1;
  font-size: 0.75em;
  display: flex;
  flex-direction: column;
}

.video-container .user-name {
  font-weight: 500;
  color: var(--primaryBC);
  font-size: 0.9em;
}
.video-container .user-time {
  margin: 0 0 0.75em 0;
  font-size: 0.75em;
}
.video-container .user-comment {
  font-size: 0.9em;
}

.video-container .overlay {
  position: absolute;
  z-index: 99;
  height: 100%;
  border: 0;
  width: 100%;
  background-color: #0f0f0f8a;
}

.video-container .howto {
  position: relative;
    padding: 10px;
    height: 500px;
    width: 100%;
}
.video-container .howto-close {
  outline: none;
  width: 93%;
  padding: 8px 0;
  border-radius: 6px;
  font-weight: 600;
  color: var(--primary);
  background-color: var(--primaryBC);
  right: 0;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  border: 3px solid transparent;
  transition: all 0.6s ease;
  font-family: inherit;
}
.video-container .howto-close:hover {
  border: 3px solid #333;
}

.video-container .explain {
  position: absolute;
    width: 93%;
    background-color: #000000b8;
    padding: 10px;
    border-radius: 6px;
    bottom: 69px;
    left: 50%;
    margin-left: -46.5%;
}
.video-container .explain-video {
  color: #69c9d0 !important;
}
.video-container .explain-video-bar {
  height: 4px;
  border-radius: 100px;
  width: 100%;
  background-color: var(--range);
  margin: 4px 0;
}
.video-container .explain-video-bar-w {
  height: 100%;
  width: 65%;
  background: var(--bar);
  border-radius: 100px;
}
.video-container .explain-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.video-container .explain-details {
  list-style: none;
}
.video-container .explain-details-head {
  font-size: 0.8em;
  margin-bottom: 0.25em;
  color: #ee1d52;
}
.video-container .explain-details-desc {
  color: var(--primary);
  font-size: 0.8em;
}
@media(max-width:540px){
  .fullscreen-stories-diogenes{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background: rgba(255, 255, 255, 0.90);
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .video-container-box{
    border-radius: 0px !important;
  }
  .close-stories-diogenes{
    filter: invert(1);
  }
  .video-container-box .video-container{
    height: 100%;
  }
}
/* STORIES ATIVO */
.storiesDiogenes .container-box .container-item:nth-child(1) {
    width: 70px;
    height: 70px;
}

.conic-gradient img{
  z-index: 2;
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 100%;
}

.conic-gradient:after {
  /* display: block; */
  border-radius: 9999px;
  content: '';
  width: 104%;
  height: 104%;
  position: absolute;
  z-index: -1;
  left: -2%;
  top: -2%;
  background-image: conic-gradient(#2579ed, #2579ed, #2579ed, aqua, blue, magenta, #2579ed);
  animation: spin 3s linear infinite;
}


.img-container--fake:after {
  /* display: block; */
  border-radius: 9999px;
  content: '';
  width: 104%;
  height: 104%;
  position: absolute;
  z-index: -1;
  left: -2%;
  top: -2%;
  background-image: conic-gradient(#2579ed, #2579ed, #2579ed, aqua, blue, magenta, #2579ed);
  animation: spin 3s linear infinite;
  -webkit-box-shadow: -2px 2px 0 2px rgba(252,134,8,0.85), 0 0 0 4px rgba(192,52,247,1);
          box-shadow: -2px 2px 0 2px rgba(252,134,8,0.85), 0 0 0 4px rgba(192,52,247,1);
  
          background: rgba(255,153,0,1);
  background: -moz-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,153,0,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(100%, rgba(192,52,247,1)));
  background: -webkit-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
  background: -o-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
  background: linear-gradient(to right, rgba(255,153,0,1) 0%, rgba(241,111,92,1) 50%, rgba(192,52,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#c034f7', GradientType=1 );
}


@keyframes spin { 
  100% { 
    transform: rotate(360deg);
  }
}

.storiesDiogenes .container-box .container-item img{
  width: 68px !important;
  height: 68px !important;
  border-radius: 100%;
  object-fit: cover;
}




/* Estilos do carrossel principal */
        .novo-reels-videos-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0px;
        }
        
        .novo-reels-videos-title {
            font-size: 24px;
            margin-bottom: 20px;
            color: #333;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .novo-reels-videos-navigation {
            display: flex;
            gap: 10px;
            margin-left: auto;
        }
        
        .novo-reels-videos-nav-btn {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background-color: #212121;
            border: 1px solid #666;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 13px;
            transition: all 0.3s ease;
            color: #f2f2f2;
        }
        
      
        
        .novo-reels-videos-item {
            position: relative;
            cursor: pointer;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            margin: 5px;
        }
        
        .novo-reels-videos-item:hover {
            transform: translateY(-5px);
        }
        
        .novo-reels-videos-thumbnail {
            position: relative;
            width: 100%;
            height: 350px;
            overflow: hidden;
            border-radius: 10px;
        }
        
        .novo-reels-videos-thumbnail img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
        }
        
        .novo-reels-videos-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.25);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
        }
        
        .novo-reels-videos-duration {
            position: absolute;
            bottom: 10px;
            left: 10px;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
        }
        
        .novo-reels-videos-logo {
            position: absolute;
            top: 10px;
            right: 13px;
            width: 80%;
            background-color: transparent;
            border-radius: 4px;
            padding: 2px;
            width: fit-content;
            text-align: right;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 12px;
        }
        
        .novo-reels-videos-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
        }
        
        /*
        .novo-reels-videos-caption-highlight {
            display: inline-block;
            background-color: #006DD9;
            color: #fff;
            padding: 3px 8px;
            border-radius: 4px;
            font-weight: bold;
            font-size: 12px;
            margin-bottom: 5px;

            max-width: 94px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
        }
        */
        .novo-reels-videos-caption-highlight {
            display: inline-block;
            color: #fff;
            background: none;
            padding: 3px 8px;
            padding-left: 0;
            border-radius: 4px;
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 8px;
            max-width: 100px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
            text-transform: uppercase;
            font-weight: bold;
        }

        .novo-reels-videos-caption-text{
            position: relative;
            top: 12px;
            left: 12px;
            background: rgba(0, 150, 255, 0.9);
            color: white;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            background: rgba(36, 87, 197, 0.50);
            left: auto;
            right: 8px;
            font-size: 9px;
            top: 9px;
            right: auto;
            left: -6px;
            top: -11px;
            text-align: center;
            width: 69px;
        }
        
        /* Modal fullscreen */
        .novo-reels-videos-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            z-index: 1000;
            display: none;
        }
        
        .novo-reels-videos-modal.active {
            display: block;
        }
        
        .novo-reels-videos-modal-content {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .novo-reels-videos-modal-video-container {
            position: relative;
            width: 100%;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .novo-reels-videos-modal-video {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #000;
        }
        
        .novo-reels-videos-modal-video video {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        
        .novo-reels-videos-modal-header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            padding: 15px;
            background: linear-gradient(rgba(0, 0, 0, 0.7), transparent);
            z-index: 10;
            color: white;
        }
        
        .novo-reels-videos-modal-title {
            margin-top: 25px;
            font-size: 20px;
            max-width: 80%;
        }
        
        .novo-reels-videos-modal-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            z-index: 11;
            font-size: 20px;
        }
        
        .novo-reels-videos-modal-footer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 15px;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
            z-index: 10;
            color: white;
        }
        
        .novo-reels-videos-modal-caption {
            margin-bottom: 15px;
        }
        
        .novo-reels-videos-modal-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .novo-reels-videos-control-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            font-size: 20px;
        }
        
        .novo-reels-videos-control-btn.play {
            width: 60px;
            height: 60px;
            font-size: 24px;
        }
        
        .novo-reels-videos-thumbnails-container {
            position: absolute;
            bottom: 70px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            padding: 10px 0;
            overflow-x: auto;
            gap: 10px;
        }
        
        .novo-reels-videos-thumbnail-nav {
            width: 80px;
            height: 120px;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            border: 3px solid transparent;
            transition: all 0.3s ease;
            opacity: 0.7;
        }
        
        .novo-reels-videos-thumbnail-nav.active {
            border-color: #006DD9;
            opacity: 1;
        }
        
        .novo-reels-videos-thumbnail-nav img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .novo-reels-videos-modal-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            font-size: 20px;
            z-index: 10;
        }
        
        .novo-reels-videos-modal-prev {
            left: 20px;
        }
        
        .novo-reels-videos-modal-next {
            right: 20px;
        }
        
        .novo-reels-videos-thumbnails-container::-webkit-scrollbar {
            height: 6px;
        }
        
        .novo-reels-videos-thumbnails-container::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
        }
        
        .novo-reels-videos-thumbnails-container::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 10px;
        }
        
        @media (max-width: 768px) {
            .novo-reels-videos-thumbnail {
                height: 340px;
            }
            
            .novo-reels-videos-modal-nav {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
            
            .novo-reels-videos-modal-prev {
                left: 10px;
            }
            
            .novo-reels-videos-modal-next {
                right: 10px;
            }
            
            .novo-reels-videos-thumbnail-nav {
                width: 60px;
                height: 90px;
            }
            
            .novo-reels-videos-control-btn {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
            
            .novo-reels-videos-control-btn.play {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
            
            .novo-reels-videos-modal-title {
                font-size: 16px;
            }
        }





         @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
        
        :root {
            --nova-lp-5-bg: #0a0a0a;
            --nova-lp-5-bg-card: #141414;
            --nova-lp-5-bg-hover: #1f1f1f;
            --nova-lp-5-text: #ffffff;
            --nova-lp-5-text-secondary: #a0a0a0;
            --nova-lp-5-accent: #019efa;
            --nova-lp-5-gradient-start: #019efa;
            --nova-lp-5-gradient-end: #019efa;
            --nova-lp-5-border: #2a2a2a;
        }

        .nova-lp-5{
           font-family: 'Inter', sans-serif;
            background-color: var(--nova-lp-5-bg);
            color: var(--nova-lp-5-text);
            overflow-x: hidden;
        }

         /* Header */
        .nova-lp-5-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 20px 40px;
            background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
        }

        .nova-lp-5-header-inner {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .nova-lp-5-logo {
            font-size: 24px;
            font-weight: 700;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .nova-lp-5-logo-icon {
            width: 28px;
            height: 28px;
            border: 2px solid white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

        .nova-lp-5-logo img{
          width: 151px;
          height: auto;
        }

        /* Hero Carousel */
        .nova-lp-5-hero {
            position: relative;
            width: 100%;
            height: 400px;
            overflow: hidden;
            margin-top: 0;
        }

        .nova-lp-5-hero-slider {
              display: flex;
              flex-wrap: nowrap; /* Garante que os slides fiquem todos numa linha reta infinita */
              transition: transform 0.5s ease-in-out;
              height: 100%;
              width: 100%; /* O trilho tem 100% do pai, o JS vai mover ele todo para os lados */
              /* Removido o justify-content e align-items daqui */
          }

        .nova-lp-5-hero-slide {
          flex: 0 0 100%; /* A mágica acontece aqui: Impede de encolher, forçando ter exatos 100% da largura do pai */
          min-width: 100%;
          width: 100%;
          height: 100%;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: left; /* Isso centraliza os textos e botões DENTRO do slide */
          overflow: hidden; /* Evita que o blur vaze para os lados */
      }

        /* Imagem de Fundo Borrada (Estica para preencher o Wide) */
        .hero-bg-blur {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; /* Estica e corta as bordas para preencher a tela wide */
            filter: blur(25px) brightness(0.4); /* Borra bastante e escurece um pouco */
            transform: scale(1.1); /* Evita bordas brancas geradas pelo blur */
            z-index: 1;
        }

        /* Imagem Principal (Mantém a proporção quadrada/retrato original) */
        .hero-img-principal {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain; /* Mostra a imagem inteira sem cortes laterais/superior */
            z-index: 2;
        }

        .hero-bg-blur,
        .hero-img-principal,
        .hero-overlay-gradient {
            pointer-events: none; 
        }

        /* Opcional: Gradiente inferior para proteger a leitura do texto */
        .hero-overlay-gradient {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
            z-index: 3;
        }

        /* Garante que o conteúdo fique acima das imagens */
        .nova-lp-5-hero-content {
            position: relative;
            z-index: 10;
            text-align: left; /* Ajuste conforme seu design original */
            width: 100%;
            /* Seu CSS original de margens/padding vai aqui */
            pointer-events: auto; /* Força a aceitar cliques */
        }



        .nova-lp-5-auth{

        }

        .nova-lp-5-auth a,
        .nova-lp-5-auth a:hover{
            color: #f2f2f2;
            border: 1px solid #f2f2f2;
            padding: 12px 41px;
            border-radius: 32px;
            font-size: 13px;
            text-decoration: none !important;
        }

        .nova-lp-5-hero-slide img {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
            opacity: 0.8;
        }

        .nova-lp-5-hero-content {
            position: absolute;
            bottom: 80px;
            left: 40px;
            z-index: 2;
        }

        .nova-lp-5-hero-label {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 8px;
            color: var(--nova-lp-5-text);
        }

        .nova-lp-5-hero-name {
            font-size: 48px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: -1px;
            background: linear-gradient(135deg, var(--nova-lp-5-gradient-start), var(--nova-lp-5-gradient-end));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 16px;
            line-height: 1;
        }

        .nova-lp-5-hero-link {
            color: var(--nova-lp-5-text) !important;
            text-decoration: none !important;
            font-size: 14px;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: opacity 0.3s;

            z-index: 20;
            display: inline-block; /* Importante para links que funcionam como botões */
            pointer-events: auto;
        }

        .nova-lp-5-hero-link:hover {
            color: var(--nova-lp-5-text) !important;
            text-decoration: none !important;
            opacity: 0.8;
        }

        .nova-lp-5-hero-nav {
            position: absolute;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 10px;
            z-index: 10;
        }

        .nova-lp-5-hero-nav-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            color: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .nova-lp-5-hero-nav-btn:hover {
            background: rgba(255,255,255,0.2);
            transform: scale(1.1);
        }

        /* Search Section */
        .nova-lp-5-search-container {
            position: relative;
            z-index: 100;
            margin-top: -30px;
            padding: 0 40px;
        }

        .nova-lp-5-search-box {
            max-width: 600px;
            margin: 0 auto;
            position: relative;
        }

        .nova-lp-5-search-input-wrapper {
            position: relative;
            background: var(--nova-lp-5-bg-card);
            border-radius: 8px;
            border: 1px solid var(--nova-lp-5-border);
            padding: 16px 20px;
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: text;
            transition: all 0.3s;
        }

        .nova-lp-5-search-input-wrapper:focus-within {
            border-color: var(--nova-lp-5-accent);
            box-shadow: 0 0 0 3px rgba(255,0,68,0.1);
        }

        .nova-lp-5-search-icon {
            color: var(--nova-lp-5-text-secondary);
            font-size: 18px;
        }

        .nova-lp-5-search-input {
            background: none;
            border: none;
            color: var(--nova-lp-5-text);
            font-size: 16px;
            width: 100%;
            outline: none;
            font-family: inherit;
        }

        .nova-lp-5-search-input::placeholder {
            color: var(--nova-lp-5-text-secondary);
        }

        .nova-lp-5-search-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin-top: 8px;
            background: var(--nova-lp-5-bg-card);
            border: 1px solid var(--nova-lp-5-border);
            border-radius: 8px;
            padding: 16px;
            display: none;
            box-shadow: 0 10px 40px rgba(0,0,0,0.5);
            max-height: 400px;
            overflow-y: auto;
        }

        .nova-lp-5-search-dropdown.active {
            display: block;
        }

        .nova-lp-5-search-suggestions-title {
            font-size: 12px;
            color: var(--nova-lp-5-text-secondary);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .nova-lp-5-search-item {
            padding: 10px 0;
            border-bottom: 1px solid var(--nova-lp-5-border);
            cursor: pointer;
            transition: opacity 0.2s;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .nova-lp-5-search-item:hover {
            opacity: 0.8;
        }

        .nova-lp-5-search-item:last-child {
            border-bottom: none;
        }

        .nova-lp-5-search-item-name {
            font-weight: 500;
            font-size: 14px;
        }

        .nova-lp-5-search-item-username {
            font-size: 12px;
            color: var(--nova-lp-5-text-secondary);
        }

        .nova-lp-5-search-close {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: var(--nova-lp-5-text-secondary);
            cursor: pointer;
            font-size: 20px;
            display: none;
        }

        .nova-lp-5-search-close.visible {
            display: block;
        }

        /* Overlay */
        .nova-lp-5-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.8);
            z-index: 99;
            display: none;
            backdrop-filter: blur(5px);
        }

        .nova-lp-5-overlay.active {
            display: block;
        }

        /* Sections General */
        .nova-lp-5-section {
            padding: 60px 40px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .nova-lp-5-section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
        }

        .nova-lp-5-section-title {
            font-size: 24px;
            font-weight: 600;
        }

        .nova-lp-5-section-nav {
            display: flex;
            gap: 8px;
        }

        .nova-lp-5-section-nav-btn {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: var(--nova-lp-5-bg-card);
            border: 1px solid var(--nova-lp-5-border);
            color: var(--nova-lp-5-text);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .nova-lp-5-section-nav-btn:hover {
            background: var(--nova-lp-5-bg-hover);
            border-color: var(--nova-lp-5-text-secondary);
        }

        .nova-lp-5-section-nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        /* Top Sellers Carousel */
        .nova-lp-5-top-sellers-wrapper {
            position: relative;
            overflow: hidden;
        }

        .nova-lp-5-top-sellers-track {
            display: flex;
            gap: 16px;
            transition: transform 0.3s ease;
        }

        .nova-lp-5-top-seller-card {
            min-width: calc(20% - 13px);
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s;
        }

        .nova-lp-5-top-seller-card:hover {
            transform: translateY(-5px);
        }

        .nova-lp-5-top-seller-card img {
            width: 100%;
            aspect-ratio: 3/4;
            object-fit: cover;
        }

        .nova-lp-5-top-seller-rank {
            position: absolute;
            bottom: 12px;
            left: 12px;
            font-size: 24px;
            font-weight: 800;
            color: var(--nova-lp-5-text);
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }

        .nova-lp-5-top-seller-name {
            position: absolute;
            bottom: 12px;
            right: 12px;
            font-size: 14px;
            font-weight: 600;
            color: var(--nova-lp-5-text);
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
        }

        .nova-lp-5-top-seller-hearts {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            gap: 8px;
        }

        .nova-lp-5-heart-icon {
            width: 32px;
            height: 32px;
            background: rgba(255,255,255,0.9);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ff0044;
            font-size: 18px;
        }

        /* Featured Grid */
        .nova-lp-5-featured-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .nova-lp-5-featured-card {
            background: var(--nova-lp-5-bg-card);
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s;
            border: 1px solid var(--nova-lp-5-border);
        }

        .nova-lp-5-featured-card:hover {
            transform: translateY(-4px);
            border-color: var(--nova-lp-5-text-secondary);
        }

        .nova-lp-5-featured-image {
            width: 100%;
            aspect-ratio: 1;
            object-fit: cover;
            display: block;
        }

        .nova-lp-5-featured-info {
            padding: 16px;
        }

        .nova-lp-5-featured-name {
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .nova-lp-5-featured-name-text {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .nova-lp-5-featured-arrow {
            font-size: 12px;
            color: var(--nova-lp-5-text-secondary);
        }

        .nova-lp-5-featured-stats {
            display: flex;
            gap: 16px;
            font-size: 13px;
            color: var(--nova-lp-5-text-secondary);
        }

        .nova-lp-5-featured-stat {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .nova-lp-5-featured-stat i {
            font-size: 14px;
        }

        /* Filter Dropdown */
        .nova-lp-5-filter {
            position: relative;
        }

        .nova-lp-5-filter-btn {
            background: var(--nova-lp-5-bg-card);
            border: 1px solid var(--nova-lp-5-border);
            color: var(--nova-lp-5-text);
            padding: 8px 16px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: inherit;
        }

        .nova-lp-5-filter-btn:hover {
            background: var(--nova-lp-5-bg-hover);
        }

        /* Responsividade */
        @media (max-width: 1200px) {
            .nova-lp-5-top-seller-card {
                min-width: calc(25% - 12px);
            }
            
            .nova-lp-5-featured-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 992px) {
            .nova-lp-5-top-seller-card {
                min-width: calc(33.333% - 11px);
            }
            
            .nova-lp-5-featured-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .nova-lp-5-hero-name {
                font-size: 36px;
            }
        }

        @media (max-width: 768px) {
            .nova-lp-5-header {
                padding: 16px 20px;
            }
            
            .nova-lp-5-hero {
                height: 650px;
            }
            
            .nova-lp-5-hero-content {
                left: 20px;
                bottom: 60px;
            }
            
            .nova-lp-5-hero-name {
                font-size: 28px;
            }
            
            .nova-lp-5-section {
                padding: 40px 20px;
            }
            
            .nova-lp-5-top-seller-card {
                min-width: calc(50% - 8px);
            }
            
            .nova-lp-5-search-container {
                padding: 0 20px;
            }
            
            .nova-lp-5-hero-nav {
                right: 20px;
            }
            
            .nova-lp-5-section-title {
                font-size: 20px;
            }
        }

        @media (max-width: 480px) {
            .nova-lp-5-featured-grid {
                grid-template-columns: 1fr;
            }
            
            .nova-lp-5-top-seller-card {
                min-width: calc(50% - 8px);
            }
            
            .nova-lp-5-hero-name {
                font-size: 24px;
            }
        }

        /* Scrollbar custom */
        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }

        ::-webkit-scrollbar-track {
            background: var(--nova-lp-5-bg);
        }

        ::-webkit-scrollbar-thumb {
            background: var(--nova-lp-5-border);
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: var(--nova-lp-5-text-secondary);
        }


   
           .seo-section.limite-modelo-3.novo-reels-modelo-3{
            margin-left: -20px;
           }
        