html {
	
	scroll-behavior: smooth;
	/* Para navegadores que nÃ£o suportam o scroll-behavior */
	transition-timing-function: cubic-bezier(1.55, 1.4, 1.55, 1.4);
	/* FunÃ§Ã£o de transiÃ§Ã£o personalizada */
	transition-duration: 20s;
	/* Define a velocidade de transiÃ§Ã£o para 2 segundos */
}


body {
	background-color: #1a1a1c;
	display: flex;
	flex-direction: column;
	height: auto;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-family: Barlow, Inter, Manrope;
}



/*head*/


#header {
	display: none;
}

nav {
	display: none;
}



#head-menu {
	background-color: #1a1a1c;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 1000;



}

#head-menu-center {
	width: 90%;
	margin: 0px 30px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#logo-top {
	width: 20%;
	height: 50px;
	display: block;
	justify-content: center;
	align-items: center;
	margin-top: 5px;


}

#area-do-cliente {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1a1a1c;
	background-color: #ffde00;
	border-radius: 40px;
	height: 35px;
	width: 9rem;
	font-size: 0.759vw;
	font-weight: 500;
	margin: 0px 20px;
	transition: 0.2s;
}

#area-do-cliente:hover {
	Background-color: #ce1640;
	color: #fff;
	transition: 0.2s;
}


#empresarial {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #ce1640;
	border-radius: 40px;
	height: 35px;
	width: 9rem;
	font-size: 0.759vw;
	font-weight: 500;
	transition: 0.2s;
}

#empresarial:hover {
	Background-color: #ffde00;
	color: #1a1a1c;
	transition: 0.2s;
}



#wpicon {
	display: flex;
	animation: pulse 1s infinite;
	justify-content: center;
	align-items: center;
	width: auto;
	transition: 0.2s;
	margin: 0px -20px;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.2);
		opacity: 0.7;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}




/*menu*/

#menu {
	background: linear-gradient(to right, #ff6000, #fe3c00);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	margin-top: 60px;
}

#menu-center {
	width: 80%;
	margin: 0px 50px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#menu-icones {
	height: 100px;
	width: 100px;
	margin-left: 20px;
}

#menu-icones:hover {
	background-color: #ff2a00;
	height: 100px;
	width: 100px;
	margin-left: 20px;
}







#navegation {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar {
	overflow: hidden;
	

}

.navbar a {
	float: left;
	font-size: 0.750vw;
	color: white;
	text-align: center;
	padding: 0.700rem 0.700rem;
	text-decoration: none;
	font-family: Barlow;
	font-weight: 400;
	margin: 0 0.200rem;
}

.dropdown {
	float: left;
	overflow: hidden;

}

.dropdown .dropbtn {
	font-size: 0.750vw;
	border: none;
	outline: none;
	color: white;
	padding: 0.700rem 0.700rem;
	background-color: inherit;
	font-family: Barlow;
	font-weight: 400;
	margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
	background-color: #ff6000;

}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ff6000;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	margin: 0px;
}

.dropdown-content a {
	float: none;
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0px;
}

.dropdown-content a:hover {
	background-color: #ff8135;
}

.dropdown:hover .dropdown-content {
	display: block;
}




/*head-banner*/

#head-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}



#head-banner-2 {
	display: none;

}



.carousel-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-images {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.carousel-images img {
	width: 100%;
	height: auto;
	/* Mantém a proporção da imagem */
	display: block;
}

.carousel-buttons {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.carousel-buttons button {
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	color: white;
	padding: 10px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 50%;
	margin: 0 20px;
}

.carousel-buttons button:hover {
	background-color: rgba(0, 0, 0, 0.8);
}





/*divider*/

#divider {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
}


/*menu-planos*/

#menu-planos {
	background-color: #ce1640;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#menu-planos-center {

	width: 90%;
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

#escolha-pl {
	width: auto;
	padding: 0 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

#plano-op {
	color: #fff;
	font-size: 1.500rem;
	font-weight: 500;
	padding: 1rem;
	cursor: pointer;
}

#plano-op:hover {
	background-color: #ffde00;
	color: #1a1a1c;
	font-weight: 500;
	font-size: 1.500rem;
	padding: 1rem;
}



/*planos*/

#planos {
	background-image: url('images/bg-noise.jpg');
	background-attachment: roll;
	background-repeat: repeat;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 6rem;
}



#planos-center {

	width: 90%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;

}

#division {
	color: #fff;
	font-size: 4rem;
	font-weight: 600;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 1rem;
	margin: 6rem 0 0 0;

}

#division3 {
	background-color: #fe3c00;
	color: #fff;
	font-size: 1.500rem;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 1rem;
	cursor: pointer;
	margin: 1rem;
	text-align: center;
}

#division3:hover {
	background-color: #ce1640;
	transition: 0.2s;
}


#plans-centered {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;

}

#division-gp,
#division-tc,
#division-pr,
#division-cs,
#division-intv,
#division-tv {
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem 0rem;
	text-align: center;

}



.planos-wlan {
	background-color: #fff;
	width: 90vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 1rem;

}

.plano-head {
	color: #fff;
	font-size: 1.300vw;
	font-weight: 500;
	background-color: #fe3c00;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;

}

.plano-head-gp {
	color: #fff;
	font-size: 1.300rem;
	font-weight: 500;
	background-color: red;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.plano-head-tc {
	color: #1a1a1c;
	font-size: 1.300rem;
	font-weight: 500;
	background-color: yellow;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.plano-head-pr {
	color: #fff;
	font-size: 1.300rem;
	font-weight: 500;
	background-color: green;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;


}

.plano-head-cs {
	color: #fff;
	font-size: 1.300rem;
	font-weight: 500;
	background-color: blue;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;


}

.plano-head-tv {
	color: #fff;
	font-size: 1.300rem;
	font-weight: 500;
	background-color: #ce1640;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;


}

.plano-head-lacarte {
	color: #1a1a1c;
	font-size: 1.300rem;
	font-weight: 500;
	background-color: #fff;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
}

.velocidade {
	color: #1a1a1c;
	font-size: 2rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.500rem;
	margin: 2rem 0 0 0;
}



.assets {
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
	flex-direction: column;
}

.assets,
ul,
li {
	padding: 1rem 0;
	margin: 0;
	list-style: none;
}

.assets-id {
	color: #1a1a1c;
	font-size: 1rem;
	font-weight: 400;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 1.500rem;
	padding: 0 2rem;
}

.subtitles {
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0 1.500rem;
}

.subtitles2 {
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
}

.subtitles2 img {
	padding: 0 5px;
}




.valor {
	color: #ff6000;
	font-size: 3rem;
	font-weight: 600;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 2rem 0 0 0;
}

.valor-lacarte {
	color: #ff6000;
	font-size: 2rem;
	font-weight: 600;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}



.cartao {
	color: #1a1a1c;
	font-size: 14px;
	font-weight: 200;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 1.500rem;
}

.botoes-id {

	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 0 0 1rem 0;
}

.botoes {
	background: linear-gradient(to right, #ff6000, #fe3c00);
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 0.500rem;
	margin: 0 0.300rem;
	cursor: pointer;
}

.botoes:hover {
	background: linear-gradient(to right, #fe3c00, #ce1640);
	color: #fff;
	transition: 0.2s;
}

.contrate {
	width: 100%;
	height: 75px;
	background: linear-gradient(to right, #ff6000, #fe3c00);
	color: #fff;
	font-size: 1.400vw;
	font-weight: 400;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
	cursor: pointer;
}

.contrate:hover {
	background: linear-gradient(to right, #fe3c00, #ffde00);
	transition: 0.2s;
}



#apps-inclusos img {
	width: 2.500vw;
	padding: 0.100rem;
}

#link-wp img {
	width: 2.500vw;
	transition: 0.2s
}


#link-wp img:hover {
	transform: scale(1.1);
	transition: 0.2s
}



/*svas*/

#apps-svas {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#apps-svas-center {
	width: 90%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sva-icon {

	width: 40%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#sva-text {
	width: 60%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#config-sva-text {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;
}

#divider-sva {
	width: 90%;
	background-color: #636363;
	height: 2px;
	display: flex;
	justify-content: center;
	align-items: center;

}

#download {
	width: 200px;
	padding: 0.800rem 1rem;
	background-color: #ff6000;
	border-radius: 5px;
	font-size: 0.900rem;
	display: flex;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	margin: 0.500rem 0;
}

#download:hover {
	color: #1a1a1c;
	background-color: #ffde00;
	transition: 0.2s;
}

#download a {
	width: 100%;
}




/*apps*/

#app-wlan {
	background-image: url('images/app-bg.jpg');
	background-size: cover;
	background-attachment: roll;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#img-reg {
	padding: 2px 0px;
}


#app-wlan-center {
	width: 90%;
	margin: 100px 50px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#central-app {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#app-img {
	width: 80%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}

#app-img-2 {
	display: none;
}

#app-img:hover {
	transform: scale(1.05);
	transition: 0.2s;
}




#left-app-text {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}



#fine {

	font-size: 40px;
	font-weight: 300;
	color: #fff;
	width: auto;
	height: auto;
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 12px 0px;
}

#fine-2 {

	font-size: 22px;
	font-weight: 400;
	color: #fff;
	width: auto;
	height: auto;
	display: flex;
	justify-content: left;
	align-items: center;
	margin: 70px 0px 10px 0px;
}

#thug {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	width: auto;
	height: auto;
	display: flex;
	justify-content: left;
	align-items: center;
}


.btn:hover {
	transform: scale(1.05);
	transition: 0.2s;
}

.btn {
	transition: 0.2s;
}


#right-app-text {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 40px;
}


#light {

	font-size: 22px;
	font-weight: 300;
	color: #fff;
	width: auto;
	height: auto;
	display: flex;
	justify-content: left;
	align-items: center;
}

#bold {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	width: auto;
	height: auto;
	display: flex;
	justify-content: left;
	align-items: center;
}








/*quemsomos*/

#quemsomos {
	background-image: url('images/bgquemsomos.jpg');
	background-size: cover;
	background-attachment: roll;
	background-repeat: no-repeat;
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;

}

#quemsomoscenter {
	margin: 13rem 0;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#qsleft {
	margin: 5rem 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
	font-weight: 500;
	color: #fff;
}



#qsright {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


#historia {
	text-align: justify;
	font-size: 21px;
	font-weight: 300;
	color: #fff;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	line-height: 29px;
}

#historia2 {
  width: 88%;
  margin: 0 auto 40px auto;
 
  font-weight: 400; /* 300 pode ser leve demais para leitura longa */
  color: #000;
  line-height: 1;
  text-align: justify;
font-size: 30px;
  /* Layout */
  display: flex;
  justify-content: center;
  align-items: center;

  /* Corrigido */
  font-style: normal; /* 'bold' é inválido para font-style */
}


#assets-history {

	width: 100%;
	padding: 0px 0px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 20px;
	transition: 0.2s;
}



#text-insert-01 {
	padding: 0px 0px 10px 20px;
	/* aumenta o espaçamento à esquerda */
	text-align: justify;
	font-size: 35px;
	font-weight: 600;
	color: #ff6000;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	/* valor válido */
	align-items: center;
}


#text-insert-02 {
	text-align: justify;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: left;
	align-items: center;
}

#text-insert-03 {
	text-align: center;
	font-size: 65px;
	font-weight: 600;
	color: #ff6000;
	width: 100%;
}

/* Ajuste para telas pequenas (mobile) */
@media (max-width: 768px) {
	#text-insert-03 {
		font-size: 32px; /* ou outro valor adequado para seu layout */
	}
}

/*internet*/

#internet {
	background-image: url('images/bg-internet.jpg');
	background-size: cover;
	background-attachment: roll;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2rem 0rem 8rem 0rem;
}


#telefonia {
	background-image: url('images/bg-fone.jpg');
	background-size: cover;
	background-attachment: roll;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}


#internetcenter {

	margin: 50px 0px;
	width: 90%;
	margin: 0px 50xp;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}


#velocidade2 {
	border-radius: 10px;
	background: linear-gradient(to right, #ff6000, #fe3c00);
	width: 100vw;
	height: 100hw;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 40px;
	padding: 3rem 0;
	flex-direction: column;
}



#inter-head {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0px 40px;
}

#inter-body {
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 2.600rem 2.600rem 0 2.600rem;
	text-align: justify;
}

#internet-foot {
	width: 70%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 30px;
}

#internet-foot-left {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px;
	flex-direction: column;
}

#internet-foot-right {

	width: 100%;

	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px;
	flex-direction: column;
}

#it-head {
	margin-bottom: 10px;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
}

#it-head-2 {
	text-align: justify;
	width: auto;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}

#it-head-3 {
	text-align: justify;
	width: 450px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}

#it-head-4 {
	background-color: #fe3c00;
	border-radius: 10px;
	text-align: justify;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 80px;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	cursor: pointer;
}

#it-head-4:hover {
	background-color: #ff6600;
	transition: 0.2s
}

#it-head-5 {
	background-color: #fe3c00;
	border-radius: 10px;
	text-align: justify;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 60px;
	color: #fff;
	font-size: 1.400rem;
	font-weight: 500;
	cursor: pointer;
}

#it-head-5:hover {
	background-color: #ff6600;
	transition: 0.2s
}


#velocidade2-2 {
	border-radius: 10px;
	border: solid 2px #fff;
	width: 100vw;
	height: 100hw;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 40px;
	padding: 3rem 0;
	flex-direction: column;
}

#preco {
	color: #fe3c00;
	font-size: 4rem;
	font-weight: 500;
}







/*tvpremium*/

#tvwlan {
	background-image: url('images/bgtvwlan.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

#wlanvideo {
	background-color: #fff;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 40px 0; /* aumenta o espaçamento interno vertical */
	/* ou */
	min-height: 450px; /* define uma altura mínima */
}

#tvcenter {

	margin-top: 150px;
	width: 80%;
	margin: 0px 50xp;
	height: 500px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

#tvcenter2 {
	background-color: #fff;
	width: 80%;
	margin: 0px 50xp;
	height: 420px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

#tv-align {
	color: #fff;
	font-size: 28px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}


#tv-left {
	color: #fff;
	font-size: 28px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#tv-left-2 {
	color: #fff;
	font-size: 28px;
	width: 50%;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#texto-head {
	margin: 1rem 0;
	text-align: center;
	color: #fff;
	font-size: 42px;
	font-weight: 300;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#texto-head-2 {
	text-align: center;
	color: #fff;
	font-size: 1.200rem;
	font-weight: 300;
	width: 100%;
	padding: 2rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#separate-plus {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0px;
}

#tv-main {

	color: #fff;
	font-size: 28px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

#tv-right {
	color: #fff;
	font-size: 28px;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}


#video-bar {
	color: #fff;
	font-size: 28px;
	width: 70%;
	max-width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	box-sizing: border-box;
}

#video-bar-inst {
	background-color: #fff;
	font-size: 28px;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	box-sizing: border-box;
	margin: 0; /* zera margem externa */
}

#video-bar-inst video {
	display: block; /* remove espaço extra abaixo do vídeo */
	margin: 0;
	padding: 0;
}


#video-bar video {
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* Ajustes para telas menores */
@media (max-width: 768px) {
	#video-bar {
		width: 100%;
		font-size: 20px;
	}

	#video-bar video {
		width: 100%;
		height: auto;
	}
}

video {
	width: 100%;
	border: solid 0.400rem #ff6000;
	margin: 3rem 0;
}








#canais {
	background-image: url('images/bg-bar.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	width: 100%;
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;

}

#canais-center {
	margin: 50px 0px;
	width: 80%;
	margin: 0px 50xp;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

#tv-box {
	width: 100%;
	margin: 1rem 0;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#texto-tv {
	width: 50%;
	text-align: center;
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	margin: 50px 0px;
}


@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.slider {

	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider::before,
.slider::after {
	background: linear-gradient(to right, #1a1a1c 25%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slide-track {
	display: flex;
	animation: scroll 50s linear infinite;
	width: calc(100% * 2);
	/* Duplicando a largura do slider para repetição contínua */
}

.slide:hover {
	transform: scale(1.2);
	transition: 0.2s;
}

.slide {
	height: 100px;
	width: 150px;
	flex-shrink: 0;
	/* Impede que os slides encolham */
}










p {
	text-align: justify;
	margin: 0px;
}

p::selection {
	background-color: #ce1640;
	margin: 0px;
}


a {
	text-decoration: none;

}

li {
	list-style-type: none;
	text-decoration: none;
	line-height: 0.050rem;
}

ul {
	list-style-type: none;
	text-decoration: none;
	line-height: 0.050rem;
	list-style-position: inside;
	/* Mantém os marcadores alinhados corretamente */
}

button {
	border: none;
	text-decoration: none;
}






/*duvidas*/

#duvidas {
	background-color: #2e2e2f;
	margin-top: 3rem;
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#duvidas-center {
	width: 90%;
	margin: 3rem;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

#texto-duvidas {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 5rem;
	font-weight: 300;
	padding: 1rem;
}



#duv-text {
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	background-color: #1a1a1c;
	border: 1px solid #ffde00;
	border-radius: 4px;
	width: 300px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#duv-text:hover {
	background-color: #ff6000;
}

.atendimento {
	font-size: 1.500rem;
	font-weight: 500;
	width: 100%;
	margin: 2rem;
	padding: 2rem;
	border-radius: 0.400rem;
	border: solid 0.100rem #fe3c00;
	background: #1a1a1c;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	cursor: pointer;
}

.atendimento:hover {
	border: solid 0.100rem #fe3c00;
	background: linear-gradient(#ce1640, #fe3c00);
	transition: 0.2s;
}


















/*footage*/

#footage {
	background-color: #ff6000;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footage-center {
	padding: 6rem 0;
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#foryou {
	display: flex;
	width: 320px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#foryou2 {
	margin-left: -90px;
	display: flex;
	width: 320px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}



#foot-left {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
}

#foot-right {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


#name-list {
	width: 100%;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	padding: 2rem 0;
}


#link-01 {
	width: 300px;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
}

#link-01:hover {
	transition: 0.2s;
	color: #ffde00;

}

#link-02 {
	width: 300px;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
}

#lacarte {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: left;
}

#link-03 {
	width: auto;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	text-align: left;
	line-height: 1rem;
}





#center-att {
	color: #fff;
	font-size: 1.500rem;
	font-weight: 700;
}

#number-att {
	width: 100%;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

#social-att {
	margin-top: 20px;
	color: #fff;
}


#separate {
	float: left;
}

#separate img {
	width: 70%;
	padding: 2px;
	float: left;
}



/*hmconsultoria*/

#rodape {
	background-color: #1a1a1c;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#rodape-center {
	width: 80%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#text-hm {
	color: #fff;
	font-size: 15px;
	line-height: 1.500rem;
}

#text-hm a {
	font-weight: 500;
	color: #ffde00;
	font-size: 15px;

}

#text-hm a:hover {
	color: #ff6000;
	font-size: 15px;
}




li {
	list-style: none;
}





/* Estilo da imagem clicável */
.img-trigger {
	cursor: pointer;
	width: 200px;
	transition: transform 0.3s;
}

.img-trigger:hover {
	transform: scale(1.1);
}

/* Estilo do popup */
.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.95);
	padding: 20px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	width: auto;
	max-width: 90%;
	text-align: left;

}

/* Fundo escurecido quando o popup está ativo */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(3px);
}

/* Botão de fechar */
.close-btn {
	background: red;
	color: white;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	float: left;
	border-radius: 5px;
}

/* Estilo do texto dentro do popup */
.popup-content {
	margin-top: 20px;
	overflow-y: auto;
	/* Habilita a rolagem vertical */
	margin: 0 1rem 0 0;
}


#apps-desc-pop {
	line-height: 1.200rem;
}

.container {
	width: 90%;
	max-width: 600px;
	padding: 1rem;
	border-radius: 1px;
	overflow-y: auto;
	max-height: 80vh;
}

.container::-webkit-scrollbar {
	width: 12px;
}

.container::-webkit-scrollbar-track {

	border-radius: 6px;
}

.container::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 6px;
}

.container::-webkit-scrollbar-thumb:hover {}