.noticia-fundo-video {
  width: 100%;
  background: #262626;
  padding: 25px 10px 40px 10px;
  margin: 50px auto 20px auto;
  display: table;
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.videos-noticias-1 {
  width: 49%;
  float: left;
  margin: 0.5%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  /* margin: 0 0 25px; */
  background: #111;
}

.videos-noticias-1 img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.videos-noticias-mascara-1 {

  height: 260px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/public/images/mascara_videos.png') no-repeat;
  background-size: 100% 260px;
}


.related-articles-container {
  margin: 60px 0;
  padding: 40px 0;
  border-top: 2px solid #eee;
}

.related-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.related-articles-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

.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;
}

.base {
  max-width: 1000px;
  margin: 0 auto 0 auto;
}



.cor-famosos-b {
  color: #c4170c
}

.cor-amador-b {
  color: #333538;
}

.cor-esporte-b {
  color: #607f1a;
}

.cor-sexo-b {
  color: #fe8434;
}

.cor-variedade-b {
  color: #ff7f00
}

.cor-vip-b {
  color: #000
}

.cor-div-maior-novo {
  color: #000;
}


/* Configuração personalizado do Bootstrap */

.container-fluid {
  padding-bottom: 12px;
}

.container {
  max-width: 1200px;
}


.oculta_pc {
  display: none;
}

.oculta_mob {
  display: block;
}



.link-iboy,
.link-bt,
.link-video,
.link-cam,
.link-grupo,
.link-app {
  margin-top: 9px;
}

.link-not {
  margin-top: 16px;
}


.menu-bot {
  margin: 7px 0 0 0;
}



.menu {
  text-align: left;
  margin: 4px 0 0 0px;

}

.logo {
  margin: 8px 0px 0 0px;
  text-align: center;
}

.links {
  margin: 10px 0 0 0;
  border-top: 0px;
}

.busca {
  display: block;
  margin: 6px 0 0 0;


}

.avatar {
  margin: 8px 0px 0 15px;
}

.grid-template-1 {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: 8% 18% 40% 24% 10%;

  grid-template-areas:
    "menu logo links busca avatar"
  ;
}



.item {
  font-size: 1.1em;
}


.menu .btn {
  padding: 8px 0 0 0;
}


.searchbar {
  margin-top: 14px;
}



/* ---------------------------------------------------
    Carousel
----------------------------------------------------- */



.carousel-item {
  height: 300px !important;
}

.carousel-item img {
  height: 300px;
}

.topo-carrosel {
  float: left;
  width: 48%;
  margin-right: 1%;
  display: table !important;
}

.topo-materias-vip {
  float: left;
  width: 51%;
  margin: 0px 0px 10px 0;
  display: table !important;
}


/* ---------------------------------------------------
    Topo Vip
----------------------------------------------------- */

.imagem-mascara {
  height: 110px;
  top: 40px;
  background-size: 203px 110px;
  display: table;
}

.dest-cel {
  height: 150px;
  width: 33%;
}

.dest-cel img {
  height: 150px;
}

.dest-cat {
  top: 60px;
  width: 35px;
  height: 18px;
  font-size: .7em;
}

.dest-tit {
  top: 73%;
  font-size: .9em !important;
  font-weight: 600;
}

.dest-back-cinza,
.dest-back-laranja,
.dest-back-vip {
  margin-top: 18px;
}




/* .linha-topo {
  display: none;
} */






.ver-mais {
  display: none;
}

figure.img-container {
  margin: 0;
}


.div-prinB {
  margin: 30px 0 0 0;
}

.div-maior,
.div-maior-tags {
  padding: 0 0 15px 0;
  margin: 0 5px 20px 5px;
  width: 24%;
  height: 360px;
  float: left;
  border-bottom: 1px solid #e1e1e1;
}

.div-maior-tags {
  width: 48%;
}

.div-maior-vip {
  height: 320px !important;
}

.div-maior-img,
.div-maior-imgB {
  width: 100%;
  margin-bottom: 10px;
}

.div-maior-img img {
  height: 190px;
}

.div-maior-imgB img {
  height: 190px;
}


.div-maior-txt,
.div-maior-txtB {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}

.div-maior-tag {
  font-size: 0.9em;
  margin-top: 20px;
}




.div-maior-novo {
  padding: 0 5px 15px 0;
  margin: 0 auto 20px auto;
  width: 25%;
  height: 360px;
  float: left;
  background: #fff !important;
  display: table;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}



.div-maior-glob-img {
  width: 100%;
  height: 190px;

}

.div-maior-novo img {
  width: 100%;
  height: 190px;
}




.div-maior-glob-txt {
  height: 140px;
  position: absolute;
  top: 200px;
}

.div-maior-glob-cat {
  margin: 0 5px 12px 5px;
}

.div-cat {
  margin: 0 5px 10px 5px;
}


.div-maior-glob-tit {
  margin-top: 0;
}


.div-menor-tag {
  font-size: 0.9em;
}


.div-maior-glob-tag {
  margin: 8px 0 0 0 !important;

}

.div-maior-glob-tag {
  display: block;
  position: absolute;
  font-size: 0.9em;
}




.div-maior-fundo {
  width: 25%;
  height: 190px;
  float: left;
  display: table;
}

.div-maior-fundo-degrade {
  display: none;

}

.div-maior-fundo img {
  max-height: 190px;
}


.div-maior-cat-fundo {
  position: relative;
}

.div-maior-txt-fundo {
  position: relative;
}







.div-menor,
.div-vip-menor {
  height: 170px;
  float: left;
}

.div-menor {
  width: 33%;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e1e1e1;
}

.div-vip-menor {
  width: 50%;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e1e1e1;
}

.boytoy-left {
  width: 78.5%;
  float: left;
  margin-right: 0.5%;
}

.boytoy-right {
  width: 20%;
  height: auto;
  margin-right: 1%;
  float: left;
}


.boytoy-slide {
  width: 54%;
  height: 360px;
  float: left;
}

.boytoy-slide-noticias {
  max-width: 550px;
  height: 360px;
  margin: 50px auto 0 auto;
}

.boytoy-destaque {
  width: 100%;
  height: 180px;
}

.class_find {
  font-size: 0.9rem !important;
}

.boytoy-destaqueA {
  float: left;
  width: 40%;
}

.boytoy-destaqueB {
  float: left;
  width: 60%;
}



.boytoy-ale {
  height: 180px;
}

.boytoy-ale-tit {
  display: none;

}


.boytoy-videos {
  height: 360px;
  float: left;
  margin: 0px;

}

.boytoy-videosA {
  height: 180px;

}

.boytoy-videosA img {
  height: 180px;
}

.mascara-boytoy-video {
  height: 180px;
  background-size: 100% 180px;
}

.boytoy-centro {
  width: 46%;
  height: 300px;
  float: left;
}

.boytoy-outros {
  margin: 5px 0;
  height: 180px;
}

.boytoy-outros-div {
  width: 16%;
  margin: 0 0.66% 0 0;
  height: 176px;
  position: relative;
}

.boytoy-outros-div img {
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.base-dois {
  width: 70%;
  float: left;
  padding-top: 15px;
}

.base-tres {
  width: 30%;
  float: left;
  height: 300px !important;
  padding: 4px;
}

.adsbyexoclick video {
  height: 300px !important;
}

.publi {
  font-size: 0.8em;
  margin-top: 10px
}


.vip {
  margin: 20px 0;
}

.div-vip {
  padding: 0 5px 0 0;
  width: 25%;
  float: left;
}

.div-vip-img,
.div-vip-imgB {
  width: 100%;
  margin-bottom: 10px;
}

.div-vip-img img {
  height: 190px;
}

.div-vip-txt,
.div-vip-txtB {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}



/* ---------------------------------------------------
    Espaço publicitário
----------------------------------------------------- */


.publicidade_A {
  width: 31%;
  float: left;
}


.publicidade_B {
  display: none !important;
}







.seja-iboy,
.seja-publicidade,
.seja-assina {


  float: left;
  border: 1px #e1e1e1 solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}


.seja_tit {
  font-size: 1rem;

}

.seja_txt {
  font-size: 0.9em;
  margin-bottom: 0px;
}

.assina {
  width: 26%;
  height: 27rem;
  float: left;
  padding-top: 1rem;
  margin: 0 0 0 14px;
  border: 1px #e1e1e1 solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


.ver-mais-fixo {
  font-size: 1.1em;
  margin: 18px auto 0 auto;
}

.fecha_modal {
  width: 50px;
  left: 5%;
  text-shadow: 0.1em 0.1em 0.2em black
}

.pop {
  width: 71%;
  height: 26.4rem;
  float: left;
}

.pop-col-a,
.pop-col-b,
.pop-col-c,
.pop-col-d {
  width: 25%;
  float: left;

}

.pop-mascara-video {
  height: 210px;
  background-size: 100% 210px;
}


.pop-mascara-video-g {
  width: 100%;
  height: 210px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(/public/images/mascara_videos-pop.png?2);
  background-size: 100% 210px;
  background-repeat: no-repeat;
  display: table;

}

.pop-mascara-video-p {
  width: 100%;
  height: 105px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(/public/images/mascara_videos-pop.png?2);
  background-size: 100% 105px;
  background-repeat: no-repeat;
  display: table;

}



.pop-col-gran {
  width: 100%;
  height: 210px;
  padding: 1px;
}

.pop-col-gran img {
  width: 100%;
  height: 209px;
}

.pop-col-peq {
  width: 50%;
  height: 104px;
  float: left;
  padding: 1px;
}

.pop-col-peq img {
  width: 100%;
  height: 103px;
}


.perfil_user {
  padding: 25px 0 0 0;
  font-size: 20px;
}



.linha-maior {
  display: none;
}

.linha-destaqueA {
  width: 100%;
}

.linha-direita {
  width: 70%;
}

.linha-tit {
  width: 30%;
}


.linha-azul,
.linha-rosa,
.linha-preto,
.linha-vinho,
.linha-pop,
.linha-laranja,
.linha-grupo {
  width: 15%;
}


.videos-home {
  width: 32.8%;
  height: 220px;
  float: left;
  margin: 0 6px 6px 0;
}

.videos-home:nth-child(3n) {
  margin: 0 0px 6px 0;
}

.videos-home img {
  width: 100%;
  height: 220px;
}


.videos-home-txt {
  padding: 0 0 15px 20px;

}

.mascara-home-video {
  height: 220px;
  background-size: 100% 220px;

}




/* ---------------------------------------------------
    Espaço publicitário
----------------------------------------------------- */

.camg_iframe {
  height: 420px;
}


.camg-divA,
.camg-divB {
  width: 100%;
  height: 160px;
  float: left;
}

.camg-divB img {
  width: 95%;
  height: 145px;
}

.camg-div-mod {

  width: 90%;
  height: 230px;
  text-align: center;
  margin: 0 auto 0 auto;
}

.camg-div-mod img {
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}




.camg-divA img {
  width: 95%;
  height: 120px;
}

.camg-banner {
  margin: 10px 0 0 0;
  height: 100px;
  padding: 0px;
  background: #fff;
}



.camg-logo {
  width: 90%;
  margin: 0 auto 20px auto;
}

.camg-logoA {
  width: 40%;
  height: 35px;
  padding: 5px 0 0 16px;
}

.camg-logoA img {
  width: 94%;
}

.camg-logoB {
  width: 20%;
  height: 35px;

}

.camg-logoC {
  width: 40%;
  height: 35px;
  font-size: 1.1rem;
  padding: 5px 18px 0 0;
}

.camg-liga {
  font-size: 0.9rem;
}

.camg-sm {
  padding: 0px;
  margin: 14px 0 0 10px;
}


.camg-conta {
  width: 90%;
  height: 36px;
  padding: 6px 0 0 0;
  font-size: 1rem;
}

.camg-vermais {
  height: 165px;
  background: rgb(255, 255, 255);
  /*      background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,129,0,1) 34%);*/
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 127, 0, 1) 55%);

}

.camg-vermais span {
  top: 120px;
}


.camg-div {
  margin: 15px auto 0 auto;
}

.camg-div-liga {
  width: 100%;
}

.camg-div-vivo {
  width: 100%;
  justify-content: left;
  margin-top: 30px;

}



/* ---------------------------------------------------
    Notícias
----------------------------------------------------- */

.noticias-main {
  width: 67%;
  float: left;
}

.noticias-main-txt {
  width: 90%;
  margin: 0 auto 0 auto;
  font-size: 1.1rem;
}

.noticias-main-img {
  padding: 0 20px 0 10px;
}

.noticias-sidebar {
  width: 33%;
  float: left;
  display: block;
  margin: 40px 0;
  display: table;
}

.noticias-base {
  width: 96%;
  min-height: 270px;
  margin: 10px auto 10px auto;
  padding: 40px 0;
  border-radius: 15px;
}

.noticias-base-img {
  float: left;
  width: 40%;
  height: 200px;
  position: relative;
  /* garante o referencial da máscara */
}

.noticias-base-img img {
  width: 100%;
  height: 200px;
  display: block;
  /* remove o espaço extra */
  border-radius: 8px;
}



.noticias-base-video {
  height: 200px;
  background-size: 100% 200px;
  border-radius: 8px;
}


.noticias-base-txt {
  float: left;
  width: 60%;
  height: 200px;
  padding: 5px 15px 0 15px;
}


.noticias-fluid {
  width: 100%;
  background: #f9f9f9;
  display: table;
}


.noticias-sidebar-ult {
  width: 96%;
  margin: 0 auto 0 auto;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 15px;
}


.noticias-tit {
  font-size: 1.3rem;
}

.noticias-img {
  width: 80%;
  margin: 0 auto 0 auto;
}




.noticia-relacionadas-div {
  min-height: 250px;

}

.noticia-relacionadas-div img {
  height: 190px;
}


.div-video-play img {
  height: 430px
}

.iframe_vid {
  width: 75%;
  background-color: #f5f5f5;
}

.iframe_vid iframe {
  height: 390px;
}








.contents_center {
  max-width: 860px;

  margin: 50px auto 50px auto;
  font-size: 0.9em;
}

.alerta {
  width: 65%;
}










footer {
  height: 100px;
  padding: 10px 0 15px 0;
}

.footer-site,
.footer-copy,
.footer-link,
.footer-social {
  float: left;
}

.footer-site {
  width: 20%;
}

.footer-copy {
  margin: 6px;
  text-align: left;
  width: 30%;
}

.footer-link {
  width: 60%;

}

.footer-social {
  width: 13%;
  margin: 0px 0 0px 0;
}

.footer-social-icon {
  width: 100%;
  margin: 0 auto 0 auto;
}


.footer-linkA {
  width: 18%;
}

.footer-linkB {
  width: 30%;
}

.footer-linkC {
  width: 30%;
}

.footer-linkD {
  width: 18%;
  float: left;
  color: #3d3f43;
}

.camg-left {
  width: 75%;
  float: left;

}

.camg-right {
  width: 25%;
  float: left;
  margin: 0;
}

.camg-leftA {
  width: 25%;
  height: 220px;
  float: left;


}

.camg_top {
  margin: 0 0 0px 0;
}


.body_center {
  width: 600px;

}

.col_card {
  width: 50%;
  float: left;
  padding: 8px;
}


.pag_cartao_div {
  width: 14.9%;

}

.pag_descri_card {
  height: 80px;
  padding-top: 0px;
}

.pag_botao {
  height: 45px;
}

.pag_cartao_div {
  padding: 6px;
}

.pag_final {
  width: 60%;
}

.pag_lock {
  margin: 0 6px 0 90px;
  padding: 7px !important;

}

.pag_finalizar {
  padding: 6px 0px 5px 0 !important;

}


.pag_descri {
  font-size: 1em;

}

.pag_descri label {
  font-size: 1em;
}

.home-app {
  height: 610px;
  margin: 0 0 45px 0;
}

.jq-toast-single,
.jq-toast-heading {
  font-size: 1em !important;
  line-height: 1.1 !important;
}




.slide-homeA {
  width: 48%;
  margin-right: 1%;
  float: left;
}

.slide-homeB {
  width: 51%;
  float: left;
}

.swiper-home-Trends {
  width: 51%;
  float: right;
  clear: right;
  margin: 0px 0 14px 1% !important;
}

.slide-trends-img {
  width: 130px;
}


.row-slider {
  margin: 0 auto 20px auto;
  height: 300px;
}


/* Pagamentos */


.novo_div_a span,
.novo_div_b span,
.novo_div_c span {
  font-size: 0.7em;
}

.slider-ale {
  height: 175px;
}

.div-noticias-left {
  width: 66%;
  float: left;
}

.div-noticias-right {
  width: 34%;
  height: 300px !important;
  float: left;
  /* padding: 0px 0px 40px 15px; */
}