.novo-menu .row{
	margin: 0px;
}

.novo-menu{
	height: 100px;
}

.novo-menu .submenu .col-md-5{
	padding-right: 0px !important;
    padding-left: 0px !important;
	

}
.novo-menu .dentro{
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	bottom: 0px;
}

.novo-menu hr{
      color: #c51f40;
      background-color: #c51f40;
      height: 1px;
	  width: 100%;
	  margin-top: 20px;
}

.novo-menu .logo{
	margin-top: 10px;
}

.novo-menu .centraliza{
	text-align: center;
}

.novo-menu .linha-menus .centraliza > a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-45px);
}

.novo-menu .texto-menu {
	font-family: "Open Sans";
	font-size: 12px;
	color: #a0a0a0;
	margin-top: 0;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
}

.novo-menu .menu-categoria ul li{
	position: relative;
	font-family: Open Sans;
	font-weight: 300;
	text-align: left;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.novo-menu .menu-categoria:hover .texto-menu{
	color: #c51f40;
	text-shadow: none;
}

.novo-menu .menu-categoria ul li:hover{
	background-color: #c51f40;
}

.novo-menu .linha-menus .fa-search{
	color: #c51f40;
}

.novo-menu  a{
	text-decoration: none;
}

.novo-menu .linha-menus a:hover .texto-menu{
	color: #c51f40;
	text-shadow: none;
}

.novo-menu .linha-menus a.active .texto-menu{
	color: #c51f40;
	text-shadow: none; 
}

.home2 .destaque{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.home2 .destaque .col{
	display: block;
	flex: 0 0 50%;
	width: 50%;
}

.novo-menu .segura{
	margin-top: -52px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.novo-menu .segura .busca{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	cursor: pointer;
	flex-shrink: 0;
}

.novo-menu .segura .busca i{
	display: block;
	font-size: 18px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.novo-menu .segura .busca:hover > i{
  transform: scale(1.3);
}

.novo-menu .redes,
.novo-menu .busca{
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.novo-menu .redes a{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}

.novo-menu .redes a:last-child{
	margin: 0px 0px 0px 0px;
}

.novo-menu .redes a:first-child{
	margin: 0px 0px 0px 0px;
}

.novo-menu .redes a img{
	width: 27px;
	height: 27px;
}

@media screen and (max-width: 1020px){
	
	.novo-menu .texto-menu {
		font-family: "Open Sans";
		font-size: 11px;
	}
	
}

.segura-novo-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 30px;
    z-index: 120;
    display: none;
}

.segura-novo-mobile .abre-mobile {
    outline: none;
    border: none;
    background: transparent;
}

.segura-novo-mobile .abre-mobile i {
    color: white;
}

.segura-novo-mobile .logo-mobile {
    float: none;
    margin-right: 0;
}

.segura-novo-mobile .logo-mobile img{
	width: 118px;
}

.novo-menu-mobile {
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    top: 0;
    left: 0;
    z-index: 150;
    display: flex;
    flex-direction: column;
    background: #050505;
    transform: translateX(-100%);
    transition: transform .28s ease-in-out;
    padding-right: 0;
	padding-top: 0;
}

.novo-menu-mobile a{
	font-family: "Open Sans";
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}

.novo-menu-mobile ul li {
    display: block;
    width: 100%;
}

.novo-menu-mobile.mobile-abre {
    transform: translateX(0);
}

.novo-buscando{
	position: fixed;
	top: 87px;
	left: 0px;
	width: 100%;
	background-color: rgba(0,0,0,.85);
	height: 100%;
	display: none;
	z-index: 77;
}

.novo-buscando input{
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #eeeeee;
	color: #767676;
	font-family: Open Sans;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	border: 0px;
}

.novo-buscando input::-webkit-input-placeholder { /* Chrome */
  color: #767676;
}

.novo-buscando.dest{
	position: absolute;
	top: 0px;
}

.novo-buscando .dentro{
	padding-top: 90px;
	max-width: 640px;
	margin: 0 auto;
}

.footer .dentro,
.nhome .dentro{
	max-width: 1170px;
}

.nhome .linha-03{
	margin-bottom: 150px;
}

.nhome .arquivo{
	background-color: #eeeeee;
	padding: 50px 0px 0px 0px;
	position: relative; 
}

.nhome .arquivo.last{
	padding: 50px 0px 100px 0px;
}

.nhome .arquivo.first{
	padding: 100px 0px 0px 0px;
}

.nhome .viptv .titulo,
.nhome .arquivo .titulo{
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    color: #a0a0a0;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 40px;
}

.nhome .viptv .titulo:before,
.nhome .arquivo .titulo:before{
    content: '';
    width: 50%;
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #c51f40;
}

.nhome .arquivo .linhas .linha .coluna{
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 326px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.nhome .arquivo .linha .coluna.col-60{
	width: 60%;
}

.nhome .arquivo .linha .coluna.col-40{
	width: 40%;
}

.nhome .arquivo .linhas .linha .coluna:before{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255, 0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255, 0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(255,255,255, 0) 100%);
	display: block;
	content: '';
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0.5;
	
}

.nhome .arquivo .linhas .linha .coluna:hover:before{
	opacity: 1;
}

.nhome .arquivo .linhas .linha .coluna .item{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.nhome .arquivo .linhas .linha .coluna .item .conteudo{
	display: block;
	position: absolute;
    bottom: 0px;
    z-index: 5;
    left: 0px;
    width: 100%;
	padding: 20px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nhome .arquivo .linhas .linha .coluna:hover > .item .conteudo{
	padding-bottom: 30px;
}

.nhome .arquivo .linhas .linha .coluna .item .conteudo .chamada{
	font-size: 18px;
	font-family: "Open Sans";
	font-weight: 500;
	color: white;
	line-height: 20px;
	text-transform: uppercase;
}

.nhome .arquivo .linhas .linha .coluna .item .conteudo .subtitulo{
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: 300;
	color: #a6a6a6;
	line-height: 14px;
}

.nhome .viptv{
	background-color: white;
	padding: 100px 0 80px 0;
	position: relative; 
}

.nhome .parceiros{
	padding: 80px 0px 80px 0px;
}


.nhome nav.nav-lateral{
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	display: none;
	z-index: 9999;
}

.nhome nav.nav-lateral ul{
	display: block;
	margin: 0px;
	padding: 0px;
	max-width: 180px;
	opacity: 0.5;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.nhome nav.nav-lateral ul:hover{
	opacity: 1;
}

.nhome nav.nav-lateral ul li{
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 15px 0px 15px 40px;
	background-color: #dfdfdf;
	width: 150px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	float: right;
}

.nhome nav.nav-lateral ul li:hover{
	width: 160px;
}

.nhome nav.nav-lateral ul li.current{
	background-color: black;
	width: 180px;
}

.nhome nav.nav-lateral ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.nhome nav.nav-lateral ul li a{
	color: #6b6b6b;
	font-size: 12px;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-family: "Roboto";
    font-weight: 400;
	text-decoration: none;
}

.nhome nav.nav-lateral ul li.current a{
	color: white;
    font-weight: 500;
}

@media screen and (max-width: 1280px){
	.nhome nav.nav-lateral{
		display: none;
	}
}

@media screen and (max-width: 992px){
	
	.segura-novo-mobile {
		display: block;
	}

	.novo-menu{
		display: none;
	}
	.novo-buscando{
		z-index: 49;
		top: 65px;
	}
	.novo-buscando.dest{
		z-index: 49;
		top: 0px;
	}
	.nhome .arquivo .linha .coluna.col-40,
	.nhome .arquivo .linha .coluna.col-60{
		width: 100%;
	}
}
/* Forçando o carregamento de Font Awesome para ícones de redes sociais */
a.instagram:before, a.facebook:before {
  font-family: 'Font Awesome 6 Brands' !important;
  font-weight: 900 !important;
}
