body {
  background: #fff !important;
  color: #3d3f43;
  margin: 0px;
  font-family: "Roboto", sans-serif;
}


.bg-black {
  background-color: #080808 !important;
}



a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #3d3f43;
}

li {
  list-style-type: none;
}

hr {
  margin: 0px auto 30px auto;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  width: 90%;

}


textarea:focus,
input:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}

figure.img-container {
  margin: 0;
}

/* Configuração personalizado do Bootstrap */
.container-fluid,
.container {
  padding: 0px;

}


.oculta_mob {
  display: none;
}


.cabecalho {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
}

.clear {
  clear: both;
}


.topo {
  /*  margin-bottom: 10px;*/
  margin-bottom: 0px;
}

.material-icons.md-10 {
  font-size: 10px;
}

.material-icons.md-12 {
  font-size: 12px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-32 {
  font-size: 32px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}


/*     Cores     */


:root {
  --cor-famosos: #6495ed;
}

.cor-branco {
  color: #fff;
}

.cor-cinza {
  color: #808080;
}

.cor-cinza-claro {
  color: #D8D8D8;
}

.cor-cinza-escuro {
  color: #3d3f43;
}

.cor-preto {
  color: #000
}

.cor-vermelho {
  color: red;
}


.cor-famosos {
  color: #c4170c !important
}

.cor-vip {
  color: #a80000 !important;
}

.cor-esporte {
  color: #607f1a !important;
}

.cor-sexo {
  color: #ff6700 !important;
}

.cor-variedade {
  color: #ff7400 !important;
}

.cor-amador {
  color: #2d2d2d !important;
}

.cor-grupo-assin {
  color: #fa0234 !important;
}


.fundo-vermelho {
  background-color: red;
}

.fundo-branco {
  background-color: #fff !important;
}

.fundo-famosos {
  background-color: #a80000 !important;
}

.fundo-vip {
  background-color: #a80000 !important;
}

.fundo-esporte {
  background-color: #607f1a !important;
}

.fundo-sexo {
  background-color: #ff6700 !important;
}

.fundo-variedade {
  background-color: #ff7f00 !important;
}

.fundo-amador {
  background-color: #2d2d2d !important;
}

.fundo-grupo-assin {
  background-color: #c6041a !important;
}


.cor-famosos-b {
  color: #fff
}

.cor-amador-b {
  color: #fff;
}

.cor-esporte-b {
  color: #fff;
}

.cor-sexo-b {
  color: #fff
}

.cor-variedade-b {
  color: #fff
}

.cor-vip-b {
  color: #fff
}

.cor-video {
  color: #007bff;
}

.cor-bt-a {
  color: #37414d;
}

.cor-bt-b {
  color: #ff0073;
}

.cor-pop {
  color: #000;
  font-size: 1em;
  border-radius: 10px;
  background: #eaff00;
  font-weight: normal;
  padding: 5px 15px 5px 15px;
  margin: 0 0 0 10px;

}

.cor-grupo {
  width: 140px;
  height: 47px;
  background-image: url('/public/images/fundo_grupo.png');
  display: block;
  color: #fff;
}

.cor-div-maior-novo {
  color: #fff;
  font-weight: normal;
}



.topo-variedade,
.topo-amador,
.topo-esporte,
.topo-modelos,
.topo-sexo,
.topo-famosos,
.topo-vip,
.topo-geral {
  height: 2.2em;
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  align-items: center;
  display: flex;
  justify-content: center;

}

.fundo-geral {
  background: #007bff;
}


.topo-famosos {
  border-bottom: #8e0000 solid 3px;
  background: #a80000;
  padding-top: 4px;
}

.topo-amador {
  border-bottom: #2d2d2d solid 3px;
  background: #2d2d2d;
  padding-top: 4px;
}

.topo-esporte {
  border-bottom: #4d6715 solid 3px;
  background: #607f1a;
  padding-top: 4px;
}

.topo-sexo {
  border-bottom: #ff6700 solid 3px;
  background: #ff6700;
  padding-top: 4px;
}

.topo-vip {
  border-bottom: #8e0000 solid 3px;
  background: #a80000;
  padding-top: 4px;
}

.topo-variedade {
  border-bottom: #e47000 solid 3px;
  background: #ff7f00;
  padding-top: 4px;
}



.menu {
  grid-area: menu;
  margin-top: 8px;
}

.logo {
  grid-area: logo;
  margin-top: 8px;
}

.links {
  grid-area: links;
  border-top: 1px solid hsla(0, 0%, 51%, .3);
  padding: 0px !important;
  margin: 4px 0;
}

.avatar {
  grid-area: avatar;
  margin: 6px 0px 0 5px;
}

.logo img {
  width: 90%;
  max-width: 150px;
  min-width: 150px;

}

.busca {
  display: none;
}

.grid-template-1 {
  max-width: 100%;
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3);
  grid-template-areas:
    "menu logo avatar ."
    "links links links links"
  ;
}


.item {
  padding: 0px;
  text-align: center;
  font-size: 1.2em;

}



.link-not,
.link-iboy,
.link-bt,
.link-video,
.link-app,
.link-grupo,
.link-cam {
  float: left;
  font-weight: bold;
  font-size: 18px;
}

.link-not {
  margin-top: 9px;
  width: 24%;
}

.dropdown-menu {
  font-size: 1em;
  ;
}

.link-iboy {
  width: 14%;
  padding: 8px;
  color: #5d666e;
}

.link-grupo {
  width: 19%;
  padding: 8px;
  color: #fa0234;
}

.link-bt {
  width: 23%;
  padding: 8px;
}

.link-bt>span:nth-of-type(1) {
  color: #37414d;

}

.link-bt>span:nth-of-type(2) {
  color: #ff0073;
}

.link-cam {
  width: 19%;
  padding: 8px;
  color: #fe8434;
}

.link-app {
  width: 13%;
  padding: 8px;
  color: #fe8434;
}

.link-video {
  width: 21%;
  padding: 8px;
  color: #007bff;
}


.avat {
  margin: 4px auto 0 auto;
  padding: 0;
  width: 33px;
  height: 35px;

}

.avat img {
  width: 100%;

}


.dropdown-toggle::after {
  margin-left: 0.1em;
  vertical-align: 0.1em;
}



.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  height: 32px;

  border-radius: 30px;
  padding: 3px 2px 3px 0px;
  font-size: 15px;
  border: 1px solid #6c757d;
}

.search_input {
  color: #6c757d;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 25px;
  transition: width 0.4s linear;
  font-size: 13px;

}

.searchbar:hover>.search_input {
  padding: 0 8px;
  width: 150px;
  caret-color: red;
  transition: width 0.4s linear;
}

.searchbar:hover>.search_icon {
  background: white;
  color: #6c757d;
}

.search_icon {
  height: 25px;
  width: 25px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #6c757d;
  text-decoration: none;
}


.searchbar>input:focus,
.searchbar>input:not(:placeholder-shown) {
  width: 150px;
  padding: 0 8px;
}


.avat a {
  text-decoration: none;
  color: #343a40;
}


.corpo {
  width: 90%;
  max-width: 400px;
  height: 450px;
  margin: 50px auto 0 auto;
  display: table;
  font-size: 1em;
}





/* ---------------------------------------------------
    Carousel
----------------------------------------------------- */

.carousel-prev {
  top: 0 !important;
  margin-top: 0 !important;
  text-shadow: #000 2px 3px 2px;
}

.carousel-caption {
  bottom: 0px;
  width: 100%;
  text-align: left;
  padding: 10px;
  left: 0px;
  /*  background-color: rgba(0, 0, 0, 0.5)!important;*/

  z-index: 5;
}

.carousel-home {
  min-height: 70px;
}

.carousel-item {
  height: 250px !important;
  position: relative;
}

.carousel-item img {
  height: 250px;
}


.imagem-mascara-carrocel {
  width: 100%;
  height: 250px;
  position: absolute;
  /*  top:0;*/
  bottom: 0px;
  left: 0;
  background: url(/public/images/slider-gradient.png);
  background-size: 100% 250px;
  background-repeat: no-repeat;
  display: table;
}



.carousel-bt {
  bottom: 10px;
  padding-top: 6px;
  height: 35px !important;
  background: #333;
  opacity: 0.9;
  width: 75%;
  left: 0;
}

.carrosel-boytoy-estado,
.carrosel-boytoy-user {
  float: left;
  font-size: 16px;
  color: #ffffff !important;
}

.carrosel-boytoy-user {
  width: 70%;
  height: 35px !important;

}

.carrosel-boytoy-estado {
  width: 35px;
  height: 22px;
  background: #f94b86;
  opacity: 1 !important;
  float: right;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}










/* ---------------------------------------------------
    Topo Vip
----------------------------------------------------- */

.topo-carrosel,
.topo-materias-vip {
  width: 100%;
}

.topo-materias-vip {
  margin: 10px 0 0px 0;
}

.imagem-mascara {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: url(/public/images/slider-gradient.png);
  background-size: 100% 100px;
  background-repeat: no-repeat;
  display: table;
}

.dest-cel {
  width: 33%;
  height: 10px;
  margin: 0 1px 1px 0;
  float: left;
  display: table;
  position: relative;
}

.dest-cel img {
  width: 100%;
  height: 100px;
}

.dest-cel:nth-of-type(3),
.dest-cel:nth-of-type(6) {
  width: 33.34%;
  margin: 0 0 1px 0 !important;
}

.dest-cat {
  width: 30px;
  height: 14px;
  text-align: center;
  font-weight: 700;
  font-size: 0.6em;
  position: absolute;
  top: 40px;
  right: 8px;
  padding: 0.1em 0;
}

.dest-tit {
  width: 96%;
  color: #fff !important;
  position: absolute;
  bottom: 5px;
  font-size: 0.8em !important;
  font-weight: 500;
  margin: 0 0 0 3%;
  line-height: 1;
  display: table;
}

.dest-back-cinza,
.dest-back-laranja,
.dest-back-vip {
  background: #666;
  color: #2a2a2a;
}

.dest-back-laranja {
  background: #ff7f00;
  color: #fff;
}

.dest-back-vip {
  background: #000;
  color: #fff;
}




.linha-topo {
  height: 1px;
  width: 95%;
  border-top: 1px solid hsla(0, 1%, 28%, 0.2);
  margin: 2px auto 12px auto;
}









.ver-mais,
.ver-mais-fixo {
  width: 90%;
  max-width: 300px;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px #d1d1d1 solid;
  margin: 30px auto 30px auto;
  font-weight: 700;
  color: #007bff;
  font-size: 1.3em;
}

.ver-mais {
  display: block;
}

.ver-mais-fixo {
  margin: 15px auto 0 auto;
}





.div-prin {
  width: 100%;
  display: table;
}

.div-maior,
.div-maior-tags {
  width: 96%;
  height: 380px;
  margin: 0 auto 20px auto;
  padding-bottom: 0px;
  border-radius: 10px
}

.div-maior img,
.div-maior-tags img {
  width: 100%;
  max-height: 230px;
  border-radius: 4px;
}


.div-maior .material-icons {
  font-size: 11px;
  padding: 5px;
}

.div-maior-novo .material-icons {
  font-size: 11px;
  padding: 5px;
}



.div-maior-novo {
  width: 96%;
  height: 240px;
  margin: 0 auto 80px auto;
  position: relative;
  border-radius: 8px;
}

.div-maior-glob-img {
  width: 100%;
  height: 200px;

}

.div-maior-glob-img img {
  width: 100%;
  max-height: 230px;
  border-radius: 4px;
}

.div-maior-glob-txt {
  height: 160px;
  position: absolute;
  top: 120px;
  padding: 0 5px 0 0px;
  font-weight: bold;
  z-index: 2;
}

.div-maior-glob-cat {
  height: 30px;
  font-size: 1em;
  margin: 12px 0 12px 6px;
}

.div-maior-glob-tit {
  height: 55px;
  font-size: 1.1rem;
  margin: 10px 0 10px 10px;
}







.div-maior-fundo {
  width: 96%;
  height: 240px;
  margin: 0 auto 30px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 8px;
  position: relative;
}



.div-maior-fundo-degrade {
  width: 100%;
  height: 233px;
  position: absolute;
  z-index: 5;
  background: url(/public/images/slider-gradient.png);
  background-size: 100% 240px;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 8px;
  z-index: 1;
}


.div-maior-fundo img {
  width: 100%;
  max-height: 233px;
  border-radius: 8px;
}

.div-maior-txt-fundo {
  position: absolute;
  margin: 160px 0 0 15px;
  font-weight: bold;
  font-size: 1.2rem;
  color: #ffffff !important;
  z-index: 2;
}

.div-maior-cat-fundo {
  position: absolute;
  margin: 128px 0 0 15px;

  font-size: 1.1rem;
  color: #ffffff !important;
  z-index: 3;
}








.div-maior-glob-tag {
  /*  top: 130px;*/
  position: absolute;
  font-size: 1em;
  margin: 20px 0;
}

.div-maior-glob-tag-vip {
  margin-top: 50px;
}


.div-maior-img {
  width: 100%;
  margin: 0 0 15px 0;
}

.div-maior-imgB {
  float: left;
  width: 45%;
  margin-bottom: 16px;
}

.div-maior-imgB img {

  width: 100%;
  height: 118px;


}



.div-maior-txt {
  width: 100%;
  height: 75px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0px 0 0 5px;

}

.div-cat {
  margin: 12px 0 12px 6px;
}


.div-maior-txtB {
  float: left;
  width: 55%;
  height: 108px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 5px 0 0 10px;

}



.div-maior-tag,
.div-maior-glob-tag {
  float: none;
  height: 25px;
  clear: both;
  /*    margin: 0px;*/
  padding: 5px;
  font-weight: 500;
  align-items: center;
  display: flex;
  /*    color: #e1e1e1!important;*/
}

.div-maior-tag {
  font-size: 1em;
}

.div-maior-tag-vip {
  margin-top: 15px;
}


.div-vip-menor {
  width: 100%;
  margin: 0 0 20px 0;
  display: table;
}

.div-vip-menor img {
  width: 100%;
  border-radius: 4px;
}

.div-menor {
  width: 100%;
  margin: 0 0 0px 0;
  display: table;

}



.div-menor-img {
  float: left;
  width: 45%;
  height: 110px;
  margin-bottom: 0px;
  padding: 0 0 0 8px;
}

.div-menor-img img {
  height: 110px !important;

}


.div-menor-txt {
  float: left;
  width: 55%;
  height: 100px;
  font-size: 1.1em;
  /*  justify-content: space-between;
    align-items: center;*/
  /*  display: flex;*/
  padding: 0 4px 0 8px;
  font-weight: bold;

}


.div-menor-cat {
  font-size: 0.9em;
  margin: 0 0 5px 0;
  min-height: 15px;
}

.div-menor-tag {
  width: 100%;
  font-size: 1em;
  margin: 15px 0 0px 0px;
  padding: 0 0 0 10px;

}


.div-menor img {
  width: 100%;
  height: 100px;
  border-radius: 10px;
}








.boytoy-left,
.boytoy-right {
  width: 100%;
}






.boytoy-slide {
  width: 100%;
  height: 360px;
  display: table;
}

.boytoy-slide-noticias {
  width: 100%;
  height: 360px;
}

.boytoy-slide-topo {
  width: 100%;
  height: 60px;
  background: #000;
  background: url(/public/images/fundo-top-bt.webp);
}

.boytoy-slide-topoA {
  width: 50%;
  float: left;


}

.boytoy-slide-topoA img {
  width: 120px;
  height: 40px;
  text-align: left;
  margin: 12px 0 0 20px;

}


.boytoy-destaque {
  width: 100%;
  height: 220px;
}

.class_find {
  font-size: 1.1rem;
}

.boytoy-destaqueA {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0px;
  text-align: center;
  color: #404040;
}

.boytoy-destaqueB {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;

}



.boytoy-destaqueB div {
  width: 85%;
  padding: 5px 0 3px 0;
  border-radius: 6px;
  margin: 2px auto 0 auto;
  background: #f84b86;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1rem;
}

.boytoy-destaqueC {
  clear: both;
}

.boytoy-ale {
  width: 100%;
  height: 290px;

  clear: both;

}

.boytoy-ale>.item {
  padding: 5px;
}

.boytoy-ale-tit {
  display: block;
  width: 90%;
  height: 60px;
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 35px auto 10px auto;
  color: #666666;
  padding: 25px 0;
}




.boytoy-videos {
  width: 100%;
  height: 200px;
  display: table;
  margin: 20px 0;

}

.boytoy-videosA {
  width: 100%;
  height: 230px;
  background: #f1f1f1;
  margin-bottom: 1px;
  position: relative;
}

.boytoy-videosA img {
  width: 100%;
  height: 230px;
}

.boytoy-video-nome {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  z-index: 2;
}


.mascara-boytoy-video {
  width: 100%;
  height: 270px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(/public/images/mascara_videos_bt.png?3);
  background-size: 100% 270px;
  background-repeat: no-repeat;
  display: table;
}

.boytoy-videos-tit {
  width: 90%;
  height: 60px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  color: #666666;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 20px auto;
  padding: 25px 0;

}



.boytoy-centro {
  width: 100%;
  height: 450px;

}



.mascara-top {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 20px;
  border-radius: 100px 100px 0 0;
  z-index: 2;
}

.slide-trends-num {
  top: 40%;
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 3;
  color: #fff;
  font-size: 0.9rem;
  padding-top: 3px;
}

.swiper-trends-tit {
  width: 100%;
  height: 82px;
  padding: 8px 5% 0 5%;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  border-radius: 0 0 12px 12px;
  z-index: 1;
}

.slide-homeA,
.slide-homeB {
  width: 100%;
  height: auto;
}











.slider-round {
  height: 150px;
  text-align: center !important;
  padding: 5px;
  font-size: 0.9rem;
  position: relative;

}


.slider-round img {
  width: 100px;
  height: 110px;
  padding-top: 10px;
  text-align: center !important;
  border-radius: 200px;
  margin: 0 auto 5px auto !important;
  object-fit: cover;
  object-position: center;

}

.slider-roundA {
  color: #666666;
  font-weight: bold;
}

.slider-roundB {
  position: absolute;
  bottom: 55px;
  text-align: center;
  width: 28px;
  height: 20px;
  margin: 0 auto 0 35%;
  background: #37414d;
  border-radius: 20%;
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
}

/*.slider-roundC {
  color: #666;    
}*/



/*  .slider-round a:focus{
    outline-style: none!important;
    outline: thin dotted!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: 0px!important;

  }*/

.slider-ale {
  height: 180px;
  text-align: center !important;
  padding: 0px;
  position: relative;

}

.slider-ale img {
  width: 100%;
  height: 177px;

}

.slider-aleA {
  width: 100%;
  margin-left: 6px;
  position: absolute;
  bottom: 5%;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  z-index: 2;
  text-transform: lowercase;
  max-width: 14ch;
  /* Limita a largura a aproximadamente 20 caracteres */
  white-space: nowrap;
  /* Evita que o texto quebre para uma nova linha */
  overflow: hidden;
  /* Esconde o texto excedente */
}



.slider-aleB {
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 20%;
  right: 8px;
  color: #fff;
  background: #37414d;
  border-radius: 20%;
  padding: 0 4px 0 4px;
  letter-spacing: 1px;
  font-size: 0.9rem;
  z-index: 2;
}

.mascara-boytoy {
  width: 100%;
  height: 103px;
  position: absolute;
  top: 43%;
  left: 0;
  background: url(/public/images/slider-gradient.png);
  background-size: 100% 103px;
  background-repeat: no-repeat;
  display: table;
}



.boytoy-outros {
  margin: 100px 0 0 0;
  width: 100%;
  height: 630px;
  display: table;

}

.boytoy-outros-div {
  float: left;
  width: 32.7%;
  margin: 1px;
  height: 180px;
  position: relative;
  text-align: center;
}

.boytoy-outros-div img {

  width: 100%;
  height: 180px;
  object-fit: cover;

}


.boytoy-outros-tit {
  width: 90%;
  height: 60px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  color: #666666;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 20px auto;
  padding: 25px 0;

}


.base-um,
.base-dois,
.base-tres {
  width: 100%;

}

.base-tres {
  height: 300px;
  text-align: center;
  padding: 24px;
  background: #f5f6f8;
  display: table;
}

.publi {
  width: 300px;
  font-size: 0.9em;
  margin: 0 auto 0 auto;
  color: #888888;
  text-align: left;
}



.base-black {
  width: 100%;
  height: 400px;
  background: #1a1a1a;
  display: table;
  padding: 0 0 0 0;
  margin-top: 40px;
}


.vip-tit {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 20px 0 0 20px;
}





.div-vip {
  width: 96%;
  margin: 0 auto 30px auto;
}

.div-vip-menor {
  width: 100%;
  margin: 0 0 20px 0;
  display: table;
}

.div-vip .material-icons {
  font-size: 13px;
  padding: 5px;
}

.div-vip-tag .material-icons {
  font-size: 13px;
  padding: 5px;
}

.div-vip img {
  width: 100%;
  max-height: 190px;
  border-radius: 4px;
}


.div-vip-img {
  width: 100%;
}

.div-vip-imgB {
  float: left;
  width: 45%;
  margin-bottom: 16px;
}


.div-vip-txt {
  width: 100%;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 5px 0 0 5px;

}


.div-vip-txtB {
  float: left;
  width: 55%;
  height: 108px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 5px 0 0 5px;

}



.div-vip-tag {
  float: none;
  width: 100%;
  height: 50px;
  clear: both;
  margin: 0px;
  font-weight: 500;
  align-items: center;
  display: flex;
}





/* ---------------------------------------------------
    iBoy
----------------------------------------------------- */

.iboy {
  width: 100%;
  height: 400px;
  margin: 30px 0 0 0;
  display: table;
}

.iboy-barra {
  width: 99.8%;
  height: 46px;
  text-align: center;
  background: #333333;
}

.iboy-barra img {
  width: 80px;
  padding: 8px 0 0 0;
}

.iboy-thumb {
  width: 32.7%;
  height: 112px;
  float: left;
  margin: 1px;
}

.iboy-thumb img {
  width: 100%;
  height: 112px;
}



/* ---------------------------------------------------
    Espaço publicitário
----------------------------------------------------- */
.publicidade_A {
  width: 100%;
  height: 280px;
  margin: 30px 0 50px 0;
  padding-top: 10px;
  text-align: center;
  display: table;
}

.publicidade_A span {
  font-size: 0.8rem;
}

.publicidade_B {
  text-align: center;
  display: block;
}


.fecha_modal {
  z-index: 5;
  position: absolute;
  top: 3%;
  right: 10%;
}


.pop {
  width: 100%;

}


.pop-mascara-video-g {
  width: 100%;
  height: 340px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(/public/images/mascara_videos-pop.png?2);
  background-size: 100% 340px;
  background-repeat: no-repeat;
  display: table;

}

.pop-mascara-video-p {
  width: 100%;
  height: 198px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(/public/images/mascara_videos-pop.png?2);
  background-size: 100% 198px;
  background-repeat: no-repeat;
  display: table;
}




.pop-col-a,
.pop-col-b,
.pop-col-c,
.pop-col-d {
  width: 100%;
  display: table;
}

.pop-col-gran {
  width: 100%;
  height: 340px;
  padding: 1px;
  position: relative;
}

.pop-col-gran img {
  width: 100%;
  height: 339px;
}

.pop-col-granb {
  height: 240px;
}


.pop-col-peq {
  width: 50%;
  height: 200px;
  float: left;
  padding: 1px;
  position: relative;
}

.pop-col-peq img {
  width: 100%;
  height: 199px;
}





.pop-txt {
  margin: 15px 0 30px 30px;
}


.pop-bot {
  background: #eaff00;
  color: #4c4e5a;
  border: 1px #e1f507 solid !important;
  margin: 45px auto 0 auto;
}

.pop-img img {
  width: 100%;
}

.perfil_circulo {
  width: 75px;
  float: left !important;
  margin: 20px 15px 0 25px !important;
  text-align: center;
}

.perfil_circulo img {
  width: 100% !important;
}

.perfil_user {
  padding: 20px 0 0 0;
  font-size: 18px;

}

.perfil_original {
  width: 100%;
  height: 60px;
  padding: 10px 0 0 30%;
}

.legenda {
  margin: 5%;
  display: table !important;
  -ms-word-break: break-all;
  word-break: break-all;
}

.esqueceu {
  text-align: right;
  width: 100%;
  margin-top: 20px;
}



.assina {
  width: 100%;
  height: 28rem;
  padding-top: 0rem;

}

.seja-iboy,
.seja-publicidade,
.seja-assina {
  width: 96%;

  margin: 2em auto 30px auto;
  border: 1px #e1e1e1 solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  text-align: center;
}

.seja-iboy {
  height: 25rem;
}

.seja-publicidade,
.seja-assina {
  height: 20rem;
}



.seja span {
  width: 100%;
  font-size: 0.8rem;
}

.seja-iboy-a {
  width: 49%;
  height: 180px;
  float: left;
  margin: 1px;


}

.seja-iboy-a img {
  width: 100%;
  height: 180px;
}

.seja-iboy-b {
  width: 32.4%;
  height: 120px;
  float: left;
  margin: 1px;

}

.seja-iboy-b img {
  width: 100%;
  height: 120px;
}

.seja_tit {
  width: 90%;
  border-bottom: 1px #e1e1e1 solid;
  text-align: center;
  margin: 0em auto 0em auto;
  padding: 0.6em;
  font-weight: bold;
  font-size: 1.2rem;
  color: #666666;
}

.seja_txt {
  font-size: 1.1em;
  padding: 1em;
  text-align: left;
}


.linha-maior {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-top: 1px #dcdcdc solid;
  margin: 20px auto 30px auto;
  display: table;
}


.linha-destaqueA {
  width: 90%;
  margin: 0 auto 0 auto;
  font-size: 1.3em;
  font-weight: bold;
  display: table;
  color: #222222;

}



.linha-direita {
  width: 70%;
  height: 20px;
  border-bottom: 1px #cacaca solid;
  float: left;
}



.linha-famosos,
.linha-amador,
.linha-esporte,
.linha-sexo,
.linha-variedade,
.linha-vip {
  width: 30%;
  height: 5px;
  float: left;
  margin-top: 5px;
}

.linha-famosos {
  background: #c4170c;
}

.linha-amador {
  background: #666;
}

.linha-esporte {
  background: #607f1a;
}

.linha-sexo {
  background: #fe8434
}

.linha-variedade {
  background: #ff7f00;
}

.linha-vip {
  background: #000;
}



.linha-tit {
  width: 30%;
  height: 20px;
  float: left;
}


.linha-azul,
.linha-rosa,
.linha-preto,
.linha-vinho,
.linha-pop,
.linha-laranja,
.linha-grupo {
  width: 30%;
  height: 20px;
  float: left;
}

.linha-azul {
  border-bottom: 8px #0066e6 solid;
}

.linha-rosa {
  border-bottom: 8px #f94b86 solid;
}

.linha-preto {
  border-bottom: 8px #333 solid;
}

.linha-vinho {
  border-bottom: 8px #c4170c solid;
}

.linha-laranja {
  border-bottom: 8px #ff7f00 solid;
}

.linha-pop {
  border-bottom: 8px #eaff00 solid;
}

.linha-grupo {
  border-bottom: 8px #b53396 solid;
}

.linha-grupo-assin {
  border-bottom: 8px #fa0234 solid;
}

.mascara-video-novo {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  opacity: .8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000 100%);
}

.videos-home {
  width: 100%;
  height: 260px;
  position: relative;
}



.videos-home img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}

.videos-home-txt {
  position: absolute;
  bottom: 0px;
  padding: 0 0 25px 20px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}

.mascara-home-video {
  width: 100%;
  height: 270px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/public/images/mascara_videos_novo.png);
  background-size: 100% 270px;
  background-repeat: no-repeat;
  display: table;
}

.videos-home-centro {
  display: table;
  position: relative;
  float: left;
  width: 33.3%;
  height: 108px;
  padding: 2px;
}

.videos-home-centro img {
  width: 100%;
  height: 108px !important;

}

.videos-home-centro span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  z-index: 2;
}

.mais-lidas {
  position: relative;
}

.mais-lidas-posi,
.mais-lidas-posiB {
  top: 0px;
  left: 15px;
  position: absolute;
  text-shadow: 1px 1px #666;
  color: #fff;
}

.mais-lidas-posi {
  font-size: 3.5em;
}

.mais-lidas-posiB {
  font-size: 2rem;
}



/* ---------------------------------------------------
    Espaço publicitário
----------------------------------------------------- */


.camg_iframe {
  height: 1150px;
}



.home-camg {
  width: 96%;
  height: 340px;
  margin: 0 auto 50px auto;
  display: table;
}

.camg-divA {
  width: 100%;
  height: 280px;
  margin: 0 auto 0 auto;
  position: relative;
  display: table;
}

.camg-divA img {
  width: 100%;
  height: 280px;
}


.camg-banner {
  width: 100%;
  height: 300px;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 25px 0 0 0;
  display: table;
  background: #f3f3f3
}

.camg-divB {
  float: left;
  width: 5%;
  height: 190px;
  text-align: center;
  margin: 0 auto 0 auto;
}

.camg-divB img {
  width: 96%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}



.camg-div-mod {
  float: left;
  width: 50%;
  height: 230px;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 4px;
}

.camg-div-mod img {
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}




.camg-divB a {
  color: #000;
}

.camg-divB-nome {
  width: 50%;
  float: left;
  margin: 4px 0;
  padding-left: 10px;
  font-size: 0.9rem;
}

.camg-divB-perfil {
  width: 50%;
  float: left;
  text-align: right !important;
  padding: 2px 10px 0;
}

.camg-divB-perfil span {

  padding: 1px 12px 1px 12px !important;
  font-size: 0.7rem !important;
  font-weight: bold;
  background: #ff8100;
  border: 1px solid #db7104;
  color: #fff;
}

.camg-divB-perfil span:hover {
  background-color: #ff8100;
  border-color: #db7104;
  /*set the color you want here*/
}


.camg-vermais {
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 1%, rgba(255, 129, 0, 1) 45%);
  text-align: center;
}

.camg-vermais span {
  position: relative;
  color: #ffffff;
  top: 100px;
  padding: 7px 35px 7px 35px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}





.camg-logo {
  width: 90%;
  margin: 0 auto 20px auto;
  display: table;
}

.camg-logoA {
  float: left;
  width: 27%;
  height: 44px;
  background: black;
  text-align: center;
  border-radius: 7px 0 0 7px;
  padding: 8px 0 0 25px;
}

.camg-logoA img {
  width: 100%;

}

.camg-logoB {
  float: left;
  width: 20%;
  /*  background: linear-gradient( 135deg, black 50%, transparent 50%), linear-gradient( -45deg, #ff8100 50%, transparent 50%);*/
  background: linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(-45deg, #f6f6f6 50%, transparent 50%);
  height: 44px;
}

.camg-logoC {
  float: left;
  width: 53%;
  /*  background: #ff8100;*/
  background: #f6f6f6;
  height: 44px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 5px 16px 0 0;
  border-radius: 0 7px 7px 0;
}

.camg-logoC span {
  color: #c1c1cb;

}

.camg-liga {
  background: #e1e1e1;
  border: 1px solid #cecece;
  color: #666666;
  font-weight: bold;
  font-size: 1.3rem;
}



.camg-sm {
  padding: 2px;
}


.camg-conta {
  width: 90%;
  height: 50px;
  background: #fe8100;
  margin: 0 auto 0 auto;
  border-radius: 7px;
  padding: 11px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}

.camg-conta span {
  color: #fff;
}

.camg-conta strong {
  color: #ffda4d;

}

/*.camg-vivo {
  font-size: 13px;
  font-weight: bold;
  padding: 0 18px 0px 0px;
  
}*/


.camg-div {
  width: 95%;
  margin: 35px auto 0 auto;
}

.camg-div-liga {
  float: left;
  width: 60%;
  text-align: center;
}

.camg-div-vivo {
  float: left;
  width: 40%;
  height: 42px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}



/* ---------------------------------------------------
    Responsavel pelo piscar do ao vivo na home
----------------------------------------------------- */
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}




/* ---------------------------------------------------
    Notícias
----------------------------------------------------- */

.noticias-main {
  width: 100%;
  float: left;
  height: 600px;
  display: table;

}

.noticias-main-txt {
  width: 90%;
  margin: 0 auto 0 auto;
  font-size: 1.2rem;
}

.noticias-main-img {
  width: 100%;
  margin: 40px 0 0 0;
}

.noticias-main-img img {
  width: 100%;
  max-height: 514px;
}


.noticias-sidebar {
  display: none;

}

.noticias-base {
  min-height: 400px;
  margin: 10px 0 5px 0;
  padding: 20px 0px 0 0px;
  background: #fff;
  border-bottom: 1px solid #d3d3d3;
}


.noticias-base-img {
  position: relative;
  height: 260px;
}

.noticias-base-img img {
  width: 100%;
  height: 260px;
  display: block;            /* remove o espaço extra */
}

.noticias-base-video {
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(/public/images/mascara_videos_bt.png?3);
  background-size: 100% 260px;
  background-repeat: no-repeat;
  display: table;
}



.noticias-base-txt {
  width: 95%;

  margin: 10px auto 0 auto;
  color: #555;
  font-size: 0.9rem;

}


.noticias-tag {
  font-weight: bold;
  color: #666666;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.noticias-tit {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}

.noticias-txt {
  font-size: 0.9rem;
}


.noticias-fluid {
  width: 100%;
  height: 100px;
  background: #eeeeee;
  display: table;
}



.noticias-titulo {
  text-align: center;
  margin: 40px 0 5px 0;
  font-size: 2rem;
  color: #444 !important;
  font-weight: 700;
  line-height: 1;

}

.noticias-titulo-data {
  text-align: center;
  font-size: 0.9rem;
  margin: 0px;
}

.noticias-img {
  width: 100%;
  text-align: center;
}

.noticias-img img {
  width: 100%;
}

.noticia-img-corpo {
  margin-bottom: 10px;
}

.noticia-relacionadas {
  width: 98%;
  height: 300px;
  padding: 0;
  margin: 0 auto 50px auto;
  display: table;
}

.noticia-relacionadas img {
  width: 100%;
}


.noticia-relacionadas-texto {
  font-size: 1.3em;
  margin: 10px;
  text-align: left;
  font-weight: 700;
  color: #666666;
}

.noticia-relacionadas-div {
  width: 49%;
  min-height: 125px;
  margin: .5%;
  float: left;
}

.noticia-relacionadas-div img {
  width: 100%;
  height: 125px;
}








/*  Faz a montagem do player de publicidade nas materias   */
.video-player {
  width: 100%;
  color: #fff;
  max-width: 938px;
  margin-left: auto;
  margin-right: auto
}

.div-video-play {
  width: 100%;
  max-width: 650px;
  height: 250px;
  position: relative;
  margin: 0 auto;
  display: table;
}

.div-video-play img {
  width: 100%;
  height: 250px;
}

/* .video-video-play {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 0
}

.video-video-play img {
  width: 100% !important
} */

.iframe_vid {
  margin: 15px auto 15px auto;
  width: 100%;
}

.iframe_vid iframe {
  height: 300px;
}

.iframe_txt {
  margin: 0 0 10px 10px;
}

.noticia-fundo-video {
  width: 100%;
  background: #262626;
  padding: 0;
  margin: 30px 0;
  display: table;
  text-align: center;
}


.videos-noticias-1 {
  width: 100%;
  position: relative;
  display: table;
  margin: 0 0 25px 0;
  overflow: hidden;
  background: #111;
}

.videos-noticias-1 img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.3s ease;
}


.videos-noticias-1:hover img {
  transform: scale(1.03);
}

.videos-noticias-mascara-1 {
  width: 100%;
  height: 240px;        /* mesma altura da imagem */
  position: absolute;
  top: 0;
  left: 0;
  background: url('/public/images/mascara_videos.png') no-repeat;
  background-size: 100% 240px;
}

.videos-noticias-txt-1 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.maisv {
  width: 250px;
  height: 40px;
  line-height: 40px;
  margin: 1em auto 1em auto;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(90deg, #c4170c 0%, #fa5402 100%);
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(196, 23, 12, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.maisv:hover {
  filter: brightness(1.08);
}




.noticia-embed {
  text-align: center;
  font-size: 1.2rem;
  width: 100%;
  margin: 0 auto 0 auto;
}

.noticia-embed img {
  width: 100%;
}


.related-articles-container {
  margin: 60px 0;
  padding: 40px 0;
  border-top: 2px solid #eee;
}

.related-articles-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

.related-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}

.related-article-card {
  display: block;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
}

.related-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.related-article-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f0f0f0;
}

.related-article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.related-article-card:hover .related-article-image img {
  transform: scale(1.05);
}

.video-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.related-article-content {
  padding: 20px;
}

.related-article-tag {
  font-size: 12px;
  color: #fa0234;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.related-article-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
}

.related-article-meta {
  font-size: 13px;
  color: #999;
}












.side-ultimas {
  font-size: 18px;
  text-align: left;
  margin: 0 0 10px;
  font-weight: 700;
  color: #666;
}

.side-ultimas-linha {
  width: 100px;
  height: 5px;
  float: left;
}

.side-linha-destaque {
  width: 90%;
  margin: 0 auto 0 auto;
  font-size: 1em;
  font-weight: bold;
  display: table;
  color: #555;

}

.side-linha-direita {
  width: 60%;
  height: 10px;
  border-bottom: 1px #cacaca solid;
  float: left;
}




.side-linha-azul,
.side-linha-rosa,
.side-linha-preto,
.side-linha-vinho {
  width: 40%;
  height: 10px;
  float: left;
}

.side-linha-azul {
  border-bottom: 5px #0066e6 solid;
}

.side-linha-rosa {
  border-bottom: 5px #f94b86 solid;
}

.side-linha-preto {
  border-bottom: 5px #333 solid;
}

.side-linha-vinho {
  border-bottom: 5px #c4170c solid;
}



.side-lista {
  width: 90%;
  height: 150px;
  margin: 10px auto 0 auto;
  padding: 14px 0;
  border-bottom: 1px rgb(238, 238, 238) solid;
}

.side-lista-img {
  float: left;
  width: 48%;
  height: 110px;
}

.side-lista-img img {
  width: 100%;
  height: 105px;
  border-radius: 8px;
}

.side-lista-cont {
  float: left;
  width: 52%;
  padding-left: 15px;
  height: 110px;

}

.lista-tag {
  font-weight: bold;
  color: #666666;
  font-size: 0.7rem;
  margin-bottom: 10px;
}

.lista-tit {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
}

.lista-txt {
  font-size: 0.9rem;
}

.bot_submit {
  width: 100%;
  text-align: center;
}

.bot_submit button {
  width: 200px;
}

.menu-bt,
.menu-bt ul,
.menu-bt li,
.menu-bt a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 2
}

.menu-bt {
  height: 32px;
  margin: 12px 0;
  background: #4c4e5a;
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #212227 100%);
  background: -moz-linear-gradient(top, #3c3c3c 0%, #212227 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #212227 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #212227 100%);
  background: linear-gradient(top, #3c3c3c 0%, #212227 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.menu-bt li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  height: 40px
}

.menu-bt li a {
  display: block;
  padding: 0 14px;
  margin: 3px 0;
  line-height: 28px;
  text-decoration: none;
  border-left: 1px solid #393942;
  border-right: 1px solid #4f5058;
  font-weight: 700;
  font-size: 12px;
  color: #f3f3f3;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

.menu-bt li:first-child a {
  border-left: none
}

.menu-bt li:last-child a {
  border-right: none
}

.menu-bt li:hover>a {
  color: #ff0080
}

.menu-bt ul {
  position: absolute;
  top: 33px;
  left: 0;
  opacity: 0;
  background: #1f2024;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: opacity .25s ease .1s;
  -moz-transition: opacity .25s ease .1s;
  -o-transition: opacity .25s ease .1s;
  -ms-transition: opacity .25s ease .1s;
  transition: opacity .25s ease .1s
}

.menu-bt li:hover>ul {
  opacity: 1
}

.menu-bt ul li {
  height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: height .25s ease .1s;
  -moz-transition: height .25s ease .1s;
  -o-transition: height .25s ease .1s;
  -ms-transition: height .25s ease .1s;
  transition: height .25s ease .1s
}

.menu-bt li:hover>ul li {
  height: 36px;
  overflow: visible;
  padding: 0
}

.menu-bt ul li a {
  width: 140px;
  padding: 4px 0 4px 8px;
  margin: 0;
  text-align: left;
  border: none;
  border-bottom: 1px solid #353539
}

.menu-bt ul li:last-child a {
  border: none
}

.form_font {
  font-size: 1em;
  margin: 1.5em 1.1em 1em
}






.contents_center {
  width: 95%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  margin: 60px 2% 60px 2%;

}


.form-label {
  font-weight: bold;
  color: #888888;
}


.video-video-play {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 0;
}

.video-video-play img {
  width: 100%;
}

.alerta {
  margin: 2em auto 2em auto;
  width: 90%;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  color: #777;
  text-align: center;
  font-size: 1.1em;
}

.alerta strong {
  font-size: 1.2em;
}


.trends {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px 0 15px 0;
}





footer {
  width: 100%;
  height: 170px;
  background: #f5f5f5;
  border-top: 1px solid #e1e1e1;
  padding: 15px 0 15px 0;
  display: table;
}

.footer-site,
.footer-copy,
.footer-link {
  width: 100%;
}

.footer-site {
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 15px 0 0 0;
}

.footer-social {
  width: 100%;
  height: 35px;
  margin: 15px 0 15px 0;
  display: none;
}

.footer-social-icon {
  width: 40%;
  margin: 0 auto 0 auto;
}




.footer-social li {
  width: 50%;
  float: left;
  text-align: center;
}

.footer-social li img {
  width: 30px;

}

.footer-copy {
  font-size: 0.8rem;
  color: #9d9d9d;
  margin: 15px 0 25px 0;
  text-align: center;
}



.footer-link {
  margin-top: 18px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #007bff;
}

.footer-linkA {
  width: 20%;
  float: left;
}

.footer-linkB {
  width: 36%;
  float: left;
}

.footer-linkC {
  width: 44%;
  float: left;
}




.camg-left {
  width: 100%;
}

.camg-right {
  width: 100%;
  margin: 300px 0 0 0;
}

.camg_top {
  width: 100%;
  margin: 0 0 40px 0;
  display: table;
}


.body_center {
  width: 94%;
  height: 450px;
  margin: 50px auto 0 auto;
  text-align: center;
  display: table;
  font-size: 0.9rem;
}


.col_card {
  width: 100%;
  margin: 0 auto 0 auto;

}

.pag_tit {
  padding: 7px 0px 7px 18px;
  color: #fff;
  font-weight: bold;

}

.pag_descri {
  width: 100%;

}

.pag_cartao_div {
  width: 14.3%;
  float: left;
  color: #fff;
  margin: 1em 0.3em;
  padding: 0em;
  text-align: center;
  cursor: pointer;
}

.pag_cartao_div img {
  width: 100%;
}


.pag_descri .row {
  margin: 0 0 20px 0;
}

.pag_descri label {
  font-weight: bold;
  font-size: 1.1em;
  color: #313236;
}

.pag_botao {
  width: 100%;
  height: 50px;
  background: #198754;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  /*    padding-bottom: 8px;*/
  cursor: pointer;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin: 20px 0 30px 0;
  border-radius: 8px;
}

.pag_final {
  width: 70%;
  margin: 35px auto 0px auto;
}

.pag_final span {
  margin-top: 0px;
}

.pag_lock {
  margin: 0 6px 0 60px;
  padding: 7px !important;
  display: table;
  float: left;
  font-size: 1.2em;
}

.pag_finalizar {
  padding: 8px 0px 5px 0 !important;
  display: table;
  float: left;
}

.pag_descri_card {
  background: #f6f7f9;
  height: 80px;
  padding-top: 7px;
  border: #e8eaec solid 1px;
  border-radius: 0 0 10px 10px;

}


.completo {
  width: 100%;
  text-align: center;
  margin: 40px 0 40px 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #505050;
  font-family: roboto, sans-serif !important;
}

.home-app {
  height: auto;
  margin: 0 0 35px 0;
}

.jq-toast-single,
.jq-toast-heading {
  font-size: 18px !important;
  line-height: 1.1 !important;
}

.msg {
  padding: 6px !important;
  width: 90%;
  max-width: 400px;
  margin: 20px auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.ocultar-div {
  display: none;
}

/* Estilo para a mÃĄscara esfumaÃ§ada */
.loading {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* Estilo para o Ã­cone de carregamento */
.loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
}

.botao_mais_noticias {
  width: 80%;
  background-color: #212529;
  color: #FFF;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  font-size: 1em;
  border-radius: 10px;
  margin: 30px auto 40px auto;
  display: table;
}



/* Pagamentos */

.novo_div_a,
.novo_div_b,
.novo_div_c {
  float: left;
  height: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.novo_div_a {
  width: 14%;
  text-align: center;
}

.novo_div_b {
  width: 43%;
  font-size: 1.2em;
}

.novo_div_c {
  width: 43%;
  font-size: 1.3em;
}

.novo_div_a span,
.novo_div_b span,
.novo_div_c span {
  font-size: 0.8em;
}



.novo_topo {
  width: 95%;
  margin: 0 auto 30px auto;
  background-color: #f1f1f1;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ccc;
  padding: 15px;
}

.novo_plano {
  width: 95%;
  margin: 0 auto 15px auto;
  border: 1px solid lightgray;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  display: table;
  background-color: #fff;
}

.novo_botao {
  width: 100%;
  margin-top: 20px;
}

.novo_botao button {
  width: 100%;
  height: 55px;
}

.novo_tit {
  margin: 10px;
  font-size: 1.1em;
}




/* Modal */
.modal-body {
  padding: 0 !important;
}

.modal-body img {
  width: 100%;
}



.ativar {
  margin: 6px auto 20px auto;
  font-family: "Work Sans", sans-serif;
  font-size: 1.2em;
  background-color: #009EE3;
  color: #fff;
  padding: 4px;
}

.opcoes-pagamento {
  width: 100%;
  height: 70px;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.opcoes_icon,
.opcoes_botao,
.opcoes_seta {
  float: left;
}

.opcoes_icon {
  width: 15%;
  color: #009EE3;
  text-align: center;
  padding-top: 18px;
}

.opcoes_icon img {
  width: 32px;
}

.opcoes_botao {
  width: 79%;
  padding-top: 10px;
}

.opcoes_seta {
  width: 6%;
  color: #009EE3;
  padding-top: 18px;
}

.opcoes_tit {
  font-size: 1em;
  font-weight: bold;
}

.opcoes_txt {
  font-size: 0.9em;
}

.centraliza_horizontal {
  display: flex;
  justify-content: center;
  flex-direction: column;
}



.icon-symbols {
  filter: invert(100%);
}

.icon-symbols-select {
  filter: brightness(0) saturate(100%) invert(29%) sepia(33%) saturate(3601%) hue-rotate(328deg) brightness(96%) contrast(97%);
}

.icon-symbols-black {
  filter: invert(0%);
}

.icon-symbols-gray {
  filter: brightness(0) saturate(100%) invert(78%) sepia(12%) saturate(15%) hue-rotate(329deg) brightness(83%) contrast(80%);
}

.icon-symbols-blue {
  filter: brightness(0) saturate(100%) invert(39%) sepia(97%) saturate(829%) hue-rotate(164deg) brightness(100%) contrast(105%);
}

.icon-symbols,
.icon-symbols-select {
    width: 20px;
    height: 20px;
}


.circle {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 5px 1px 0px;
  background-color: #D8D8D8;
}

.favoritos_botao_new {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 0.8em;
  background-color: #dc3546;
  padding: 1px;
  width: 22px;
  border-radius: 50px;
  z-index: 2;
}

.limited-text {
  width: 90%;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
}

.limited-text-70 {
  width: 70%;
  max-width: 100px;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
}

.div-noticias-left,
.div-noticias-right {
  width: 100%;
  height: auto;
}


.btn-text {
  transition: opacity 0.2s ease;
}

.btn-spinner {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.btn-spinner svg {
  animation: spin 1s linear infinite;
  color: currentColor;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.btn-spinner circle {
  stroke: currentColor;
  animation: dash 2s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}



.spinner-border {
  margin-left: 8px;
}

#load-more-container,
#load-more-long-container,
#load-more-rap-container,
#load-more-fam-container {
  display: none;
}

#load-more-container.visible,
#load-more-long-container.visible,
#load-more-rap-container.visible,
#load-more-fam-container {
  display: block;
}

.btn-mais {
  padding: 5px !important;
  width: 200px;
}

.bot-tab {
  width: 150px;
  border-radius: 10px 10px 0 0 !important;
  padding: 6px;
  font-size: 1em !important;
  color: #ffffff !important;
}


.videos-div-list {
  width: 100%;
  margin: 10px auto 10px auto;
}


/* Usado para dar animação ao botão de "Carregar mais" */

.next-video-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  min-height: 40px;
  min-width: 140px;
  max-width: 145px;
  /* Manter estilos existentes do style_mobile.css */
  margin: 20px auto;
  padding: 5px 20px;
  background-color: #6c757d;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.next-video-btn:hover {
  background-color: #5c636a;
}

.next-video-btn.loading {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-text {
  transition: opacity 0.2s ease;
}

.btn-spinner {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.btn-spinner svg {
  animation: spin 1s linear infinite;
  color: currentColor;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.btn-spinner circle {
  stroke: currentColor;
  animation: dash 2s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
