@font-face {
 font-family: "Open Sans";
 src: url("https://www.teleco.com.br/OpenSans-Regular.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "Open Sans";
 src: url("https://www.teleco.com.br/OpenSans-Regular.eot"); /* EOT file for IE */
 src: url("https://www.teleco.com.br/OpenSans-Regular.eot?#iefix") format('embedded-opentype'); /* IE6-IE8  */
}
@font-face {
 font-family: "OpenSans-Bold";
 src: url("https://www.teleco.com.br/OpenSans-Bold.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "OpenSans-Bold";
 src: url("https://www.teleco.com.br/OpenSans-Bold.eot"); /* EOT file for IE */
 src: url("https://www.teleco.com.br/OpenSans-Bold.eot?#iefix") format('embedded-opentype'); /* IE6-IE8  */
}
@font-face {
 font-family: "Open Sans Semibold";
 src: url("https://www.teleco.com.br/OpenSans-Semibold.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "Open Sans Semibold";
 src: url("https://www.teleco.com.br/OpenSans-Semibold.eot"); /* EOT file for IE */
 src: url("https://www.teleco.com.br/OpenSans-Semibold.eot?#iefix") format('embedded-opentype'); /* IE6-IE8  */
}

body {
	font-family:"Open Sans";
	margin-top: 0px;
}

a{
	text-decoration:none;
	color:#000;
	
}

a:hover{
	text-decoration:none;
	color:#F00;
}

p{
	margin: 10px 0px 10px 0px;
	text-align:justify;
	font-family: "Open Sans", "Open Sans Semibold";
}



.blog_dia{
	background-color:#003;
	color:#FFF;
	margin: 0px 0px 0px 0px;
	text-align:center;
	font-size:36px;
}
.blog_mesano{
	text-align:center;
	font-size:16px;
}
.blog_com{
	background-color:#CCC;
	color:#003;
	margin: 0px 0px 0px 0px;
	text-align:center;
}
.blog_com_label{
	font-size:11px;
}

.blog_titulo{
	font-family:"Open Sans";
	margin: 0px 0px 2px 0px;
	color:#900;
}

.blog_titulo2{
	font-family:"OpenSans-Bold";
	margin: 0px 0px 2px 0px;
	color:#003;
	font-weight:bold;
	text-align:center;
	font-size:18px;
}
.blog_texto_autor{
	font-size:12px;
}
.blog_assinatura{
	font-size:12px;
	color:#666;
}

.home_titulocomment{
	letter-spacing:1px;
	color: #039;
}

.home_autorblog{
	font-size:0.8em;
	text-align:left;
	color:#C00;
	margin-bottom: 1.5em;
}

.home_chamada{
	letter-spacing:1px;
	color:#C00;
	padding:1%;
	font-size:1.2em;
	font-weight:bold;
}

.home_chamada_blog{
	letter-spacing:1px;
	padding:1%;
	font-size:1em;
	font-weight:bold;
	text-align:left !important;
}

.home_blog_titulo{
	font-size:1.5em;
	color: #039;
	text-transform:uppercase;
	border-bottom: 0.1em solid #039;
	padding:0.1em 0em 0em 0em;
}

.home_blog_foto{
	margin-top:-2em;
}

.home_maisdet{
	text-align:right;
	font-size:0.8em;
}

.home_cabsecao{
	font-size:1.2em;
	border-bottom: 1px dotted #ccc;
	color:#900;
}

.home_comment_ant{
	border-bottom: 1px dotted #CCCCCC;
	margin-top:2em;
	color:#006;
}

.box_webinar_titulo{
	background-color:#CCC;
	color:#900;
	text-transform:uppercase;
	font-weight:bold;
}

.vermelho{
	color:#900;
}

.dobro{
	font-size:1.5em;
}

.metade{
	font-size:.8em;
}

.home_linhacab{
	height:30px;
}

.home_colfig{
	width:25%;
}

.negrito{
	font-weight:bold;
}

.home_emdebate_cab{
	background-color:#CCC;
	color:#900;
	text-transform:uppercase;
	font-weight:bold;
	height:30px;
}
.home_emdebate_contorno{
	border: solid 1px #ccc;
}

.azul{
	color: #039;
}

.box_cinza_titulo{
	background-color:#CCC;
	color:#900;
	text-transform:uppercase;
	font-weight:bold;
}

.box_azul_titulo{
	background-color:#003;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}

.box_vermelho_titulo{
	background-color:#900;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
}

.titulodestaquelaranjaCopy {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #003;
	text-align: left;
	width: 100%;
	height: 16px;
}

.textobaseazulescuro {

	color: #003399;
	font-weight: bold;/*margin: 0px 0px 0px 6px;*/
	font-style: normal;
}

.bttut1{
	float:left;
	padding:5px; 
	border:solid 1px #006; 
	border-radius:5px; 
	background-color:#006; 
	width:20%;
	margin-left:40%;
}

.bttut2{
	float:left;
	padding:5px; 
	border:solid 1px #006; 
	border-radius:5px; 
	background-color:#006; 
	width:20%;
	margin-left:30%;
}

.bttut3{
	float:left;
	padding:5px; 
	border:solid 1px #006; 
	border-radius:5px; 
	background-color:#006; 
	width:20%;
	margin-left:1%;
}

/*.imgtut{
	width:60%;
	margin-left:30%;
}*/

/* ESTILOS DA VERSAO ANTIGA */

.textobase{
	margin: 10px 0px 10px 0px;
	text-align:justify;
}

a.branco {
	color: #FFFFFF;
}

.textobasebold {
	color:#000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}


.bordaazul {
	border: 1px solid #336699;
}
.bordacinza {
	border: 1px solid #dddddd;
}

.resultado_divulgado {
	color:#000;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
}

.pontilhado_baixo{
	border-bottom: 1px dotted #cccccc;
}

.boxazul{
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	border-right: 2px solid #000099;
	border-bottom: 2px solid #000099;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}

.boxvermelho{
	border-top: 1px solid #FF0000; 
	border-left: 1px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}

.boxcinza{
	border-top: 1px solid #666666; 
	border-left: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}

.boxcinza_suave{
	border-top: 1px solid #DDDDDD; 
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 3px;
}

.sloganazul{
	font-size:1.2em;
	font-weight:bold;
	color: #039;
	margin: 10px 0px 0px 0px;
}

.temas_titulo{
	font-size:1em;
	text-transform:uppercase;
	border-bottom: 0.1em solid #C00;
	padding:0.1em 0em 0em 0em;
}

.temas_titulo2{
	font-size:1em;
	text-transform:uppercase;
	border-bottom: 0.1em solid #C00;
	padding:0.1em 0em 0em 0em;
}

.textobase_home {
	font-weight:100;
	color:#000000;
	text-align: default;
	text-decoration:none;
}

.textobaseboldvermelho{
	color:#900;
	font-weight:bold;
}
.textobaseazul_home{
	color:#039;
	font-weight:bold;
}

.linkmenutop{
	color:#000000;
	font-size:0.9em;
	margin-top:0.9em;
	margin-bottom:0.9em;
}

td.linkmenutop{
	border-bottom: dotted 1px #CCC;
	margin-bottom:0.9em;
	margin-top:0.9em;
}

td.linkmenutop:hover{
	background-color:#eee;
}

#box_sombra{
	width:99%;
	margin-bottom:5px;
	padding: 0px;
   	border:solid 1px #CCC;
   -moz-border-radius: 1px;
   -webkit-border-radius: 1px;
}

.abativa{
	border-radius: 20px 20px 0px 0px;
-moz-border-radius: 20px 20px 0px 0px;
-webkit-border-radius: 20px 20px 0px 0px;
border: 1px solid #000;
padding-top:5px;
padding-bottom:5px;}

.abainativa{
	border-radius: 20px 20px 0px 0px;
-moz-border-radius: 20px 20px 0px 0px;
-webkit-border-radius: 20px 20px 0px 0px;
border: 1px solid #000;
padding-top:5px;
padding-bottom:5px;
background-color:#ccc;
}

.boxcabecalho{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}
.titulo {
	font-size:1.5em;
	font-weight:bold;	
}

.slogan1 {
	font-size:1.2em;
	color:#900;
	font-weight:bold;
}

.textobasemenor{
	font-size:.8em;
}

.abainativa_link{ }

.abativa_link{
color:#000000;
}

.link{
	text-decoration:underline;
}

.boxcabecalho_oi{
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}

.boxcabecalho_claro{
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}

.boxcabecalho_tim{
	border-top: 1px solid #0066CC;
	border-left: 1px solid #0066CC;
	border-right: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}

.boxcabecalho_vivo{
	border-top: 1px solid #006600;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}
.boxcabecalho_nextel{
	border-top: 1px solid #990000;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}
.boxcabecalho_ctbc{
	border-top: 1px solid #00CC66;
	border-left: 1px solid #00CC66;
	border-right: 1px solid #00CC66;
	border-bottom: 1px solid #00CC66;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}
.boxcabecalho_gvt{
	border-top: 1px solid #009999;
	border-left: 1px solid #009999;
	border-right: 1px solid #009999;
	border-bottom: 1px solid #009999;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 3px;
}

.AbaTopo_oi {
color:#FF9900;
border-bottom:#FF9900 solid 1px;
}
.AbaTopoativa_oi {
color:#FF9900;
border-bottom:#FF9900 solid 1px;
font-weight: bold;
}

.AbaTopo_claro {
color:#FF0000;
border-bottom:#FF0000 solid 1px;
}
.AbaTopoativa_claro {
color:#FF0000;
border-bottom:#FF0000 solid 1px;
font-weight: bold;
}

.AbaTopo_tim {
color:#0066CC;
border-bottom:#0066CC solid 1px;
}
.AbaTopoativa_tim {
color:#0066CC;
border-bottom:#0066CC solid 1px;
font-weight: bold;
}

.AbaTopo_vivo {
color:#006600;
border-bottom:#006600 solid 1px;
}
.AbaTopoativa_vivo {
color:#006600;
border-bottom:#006600 solid 1px;
font-weight: bold;
}

.AbaTopo_nextel {
color:#990000;
border-bottom:#990000 solid 1px;
}
.AbaTopoativa_nextel {
color:#990000;
border-bottom:#990000 solid 1px;
font-weight: bold;
}

.AbaTopo_ctbc {
color:#00CC66;
border-bottom:#00CC66 solid 1px;
}
.AbaTopoativa_ctbc {
color:#00CC66;
border-bottom:#00CC66 solid 1px;
font-weight: bold;
}

.AbaTopo_gvt {
color:#009999;
border-bottom:#009999 solid 1px;
}
.AbaTopoativa_gvt {
color:#009999;
border-bottom:#009999 solid 1px;
font-weight: bold;
}

.AbaMenu {
	font-weight:100;
	color:#000000;
	text-align: default;
	text-decoration:none;
}
.AbaMenuAtiva {
	font-weight:100;
	color:#000000;
	text-align: default;
	text-decoration:none;
	background:#DDDDDD;
}
	
/* ***************** Secao HUAWEI ************************* */

#huawei_cab{
	background-image:url(../imagens/huawei/industry_banner_bg2.jpg);
	width:100%;
	float:left;
	padding: 10px 0px 10px 0px;
}

#huawei_titulo{
	position:relative;
	margin:2% 0% 0% 2%;
	width:63%;
	float:left;
	font-size: 1.4em;
	color: #CC0000;
	font-weight: bold;
}

#huawei_logo{
	position:relative;
	margin-right:1%;
	width:26%;
	float:right;
}

#huawei_footer{
	float:left;
	width: 100%;
	background-color:#b02d2e;
	padding-top:15px;
	padding-bottom:15px;
}

#huawei_redesoc{
	float:left;
	width:30%;
}

#huawei_redesoc p{
	padding: 15px 0px 0px 15px;
	color:#FFF;
}

#huawei_redesoc a{
	color:#FFF;
}

#huawei_redesoc ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#huawei_redesoc li{
	display:inline;
	padding: 0px 10px 0px 10px;
}

#huawei_links{
	float:left;
	width:68%;
	margin-right:2%;
}

#huawei_links p{
	color:#FFF;
	font-size: 0.8em;
	padding: 0px 5px;
}

#huawei_links a{
	color:#FFF;
}

#huawei_slote{
	float:left;
	width:32%;
	margin-bottom:10px;
	text-align: justify;
}

#huawei_slote img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

#huawei_slot{
	float:left;
	width:32%;
	margin-left:2%;
	margin-bottom:10px;
	text-align: justify;
}

#huawei_slot img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

#huawei_reve{
	float:left;
	width:23%;
	margin-bottom:10px;
}

#huawei_reve img{
	width:100%;
	height:auto;
	border: solid 1px #666;
	margin-bottom:5px;
}

#huawei_rev{
	float:left;
	width:23%;
	margin-left:2%;
	margin-bottom:10px;
}

#huawei_rev img{
	width:100%;
	height:auto;
	border: solid 1px #666;
	margin-bottom:5px;
}

#huawei_revslote{
	float:left;
	width:12%;
	margin-bottom:10px;
	text-align: justify;
}

#huawei_revslote img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

#huawei_revslot{
	float:left;
	width:12%;
	margin-left:2%;
	margin-bottom:10px;
	text-align: justify;
}

#huawei_revslot img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}


#huawei_imagens{
	width:50%; 
	margin-left:25%;
}

#huawei_imagens img{
	width:100%; 
	height:auto;
}

#huawei_imagenstxt{
	width:40%; 
	margin-left:30%;
}

#huawei_imagenstxt img{
	width:100%; 
	height:auto;
}

#huawei_eventosimg{
	width:33%; 
	float:left;

}

#huawei_eventosimg img{
	width:100%; 
	height:auto;
}

#huawei_eventostxt{
	width:65%; 
	margin-left:2%; 
	float:left;
}

#boxRedesSociais{
	float:left;
	width:30%;
	margin-right:1%;
}
#boxRedesSociais p{
	text-align:center;
}
.boxVideo {
	float:left;
	width:69%;
    padding-bottom: 0%; 
    padding-top: 0px;
    margin: 0px 0px 15px 0px;
}

.boxVideo iframe {
    width: 70%;
    height: 70%;
	margin-left:15%;
}

.huawei{
	font-family:"Open Sans";
	font-size:1.2em;
	color:#CC0000;
	margin:0px 0px 20px 0px;
}

.huawei_legenda{
	font-family:"Open Sans";
	font-size:0.8em;
	color:#666;
	margin:10px 0px 0px 0px;
}

#huawei_materia{
	float:left;
	width: 100%;
	margin-bottom:10px;
}

#huawei_data{
	float:left;
	margin-right:1%;
	width:6%;
	background-color:#666;
}

.huawei_dia{
	color:#FFF;
	margin: 0px 0px 0px 0px;
	text-align:center;
	font-size:1.2em;
}
.huawei_mesano{
	color:#FFF;
	text-align:center;
	font-size:0.8em;
}

.figura_centro_50{
	width:50% !important;
	margin-left:25%;
	border:0px !important;
}

.figura_direita_30{
	width:30% !important;
	margin-left:70%;
	border:0px !important;
}

.listas_huawei{
	text-align:justify;
	margin-bottom: 1.5em;
}

#publicacao{
	position:relative;
	float:left;
	width: 47%;
	margin-bottom:10px;
	margin-right:1%;
	padding-right:1%;
	border-right: #666 dotted 1px;
}

#imagem_ico{
	position:relative;
	float:left;
	margin-right:1%;
	margin-bottom:1em;
	width:10%;
}

#publ_descricao{
	position:relative;
	float:left;
	margin-bottom:1em;
	width:89%;
}
.quadroresultados {
	width:60px;
	height:auto;
}
/* ***************** FIM Secao HUAWEI ************************* */

#divisor{
	clear:both; 
	border-bottom:#333 dotted 1px;
	padding-bottom:1em;
}
.video-responsive{overflow:hidden;padding-bottom:56.25%;position:relative;height:0;margin:30px 0px}
.video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute;}

.centro{
	text-align: center;
	align-items: center;
}

@media screen and (max-width: 55em) {
.blog_titulo{
	font-family:"OpenSans-Bold";
	font-size:22px;
}
.blog_com_label{
	display: none;
	visibility:hidden;	
}
.blog_mesano{
	font-size:12px;
}

.abainativa_link{
font-size:0.7em;
}

.abativa_link{
font-size:0.7em;
}

table{
	/*width:100%;
	display: block;
    overflow-x: auto;
	height:auto;*/
}

thead th: nth-child(1) { 
/*position: sticky; top: 0; */
}

td,th{
	font-size:0.8em
}

td.slogan1>img{
	width:100% !important;
	height:auto;
}
	
.quadroresultados{
	width:50% !important;
	height:auto;
}

/* ***************** Secao HUAWEI ************************* */

#huawei_imagens{
	width:100%; 
	margin-left:0%;
}
#huawei_titulo{
	margin-top:25px;
	margin-bottom:3%;
	width:100%;
	text-align:center !important;
}

#huawei_logo{
	width:34%;
	float:left;
	margin-left:33%;
}

#huawei_cab{
	margin-top:15px;
	padding: 0px;
}

#huawei_redesoc{
	width:100%;
}

#huawei_redesoc p{
	padding: 10px 0px 10px 0px;
	text-align:center;
}

#huawei_redesoc img{
	width:20%;
	margin-bottom:5px;
	
}

#huawei_links{
	width:100%;
}

#huawei_links p{
	padding: 10px 10px 10px 10px;
}

#huawei_footer{
	margin-bottom: 15px;
	width:99%;
}

#boxRedesSociais{
	width:99%;
}

.boxVideo {
	width:99%;
}

.boxVideo iframe {
    width: 100%;
    height: 100%;
	margin-left:0;
}

#huawei_slote{
	float:left;
	width:100%;
}

#huawei_slot{
	float:left;
	width:100%;
	margin-left:0;
}

#huawei_reve{
	float:left;
	width:100%;
}

#huawei_reve img{
	width:50%;
	height:auto;
	margin-left:25%;
}

#huawei_rev{
	float:left;
	width:100%;
	margin-left:0%;
}

#huawei_rev img{
	width:50%;
	height:auto;
	margin-left:25%;
}

#huawei_revslote{
	float:left;
	width:100%;
}

#huawei_revslot{
	float:left;
	width:100%;
	margin-left:0;
}


#huawei_data{
	margin-right:2%;
	width:12%;
}

.huawei_mesano{
	font-size:0.6em;
}

#huawei_imagens{
	width:50%; 
	margin-left:0px;
}

#huawei_imagenstxt{
	width:50%; 
	margin-left:0px;
}

.figura_centro_50{
	width:50% !important;
	margin-left:25%;
	border:0px !important;
}

.figura_direita_30{
	width:30% !important;
	margin-left:70%;
	border:0px !important;
}

#huawei_eventosimg{
	width:100%; 
}

#huawei_eventostxt{
	width:100%; 
	margin-left:0%; 
}

/* ***************** FIM Secao HUAWEI ************************* */

img{
	width:100%;
	height:auto;
}

.imgtut{
	width:40%;
	margin-left:30%;
	text-align:center !important;
	font-weight:bold;
}

.bttut1{
	float:left;
	padding:5px; 
	width:30%;
	margin-left:35%;
}
}
