@charset "utf-8";
@font-face {
	font-family: Titulo;
	src: url("fonts/SCHABO-Condensed.woff");}
@font-face {
	font-family: Ubuntu-Medium;
	src: url("Ubuntu-M.woff");}
@font-face {
	font-family: Ubuntu-Regular;
	src: url("Ubuntu-R.woff");}
@font-face {
	font-family: UbuntuBold;
	src: url("Ubuntu-B.woff");}
@font-face {
	font-family: NeusharpXB;
	src: url("Neusharp-ExtraBold.woff");}
@font-face {
	font-family: Munistic;
	src: url("Turis-ExtraBold.woff");}

/* CSS Document */

*{ margin: 0; }
body{ background-color: #131212; color: #fff;}
a{ text-decoration: none;}

/* BARRA INFORMAÇÕES */

.Barra_superior{
    display: table;
	position: fixed;
	height: 150px;
	width: 100%;
    background-color: #222222;
	border-bottom: none;    
	z-index: 2;
}
.Barra_superiorLin{
    display: table;
	position: fixed;
	height: 150px;
	width: 100%;
    background-color: #222222;
	border-bottom: solid 3px #fff;    
	z-index: 2;
}
    .Barra_SuperiorTabela{
        display: table;
        width: 95%;
        margin: 0 auto;
    }
		.Barra_SuperiorLogo{
            display: table-cell;
            width: 15%;
			height: 130px;
			padding: 15px 0 0;
        }
			.Barra_SuperiorTabelaLogo{
				display: block;
				width: 100%;
				height: 100%;
				background-image: url("../imgs/am.svg");
				background-repeat: no-repeat;
				background-size: auto 85%;
				background-position-y: center;
			}
        
        .Barra_SuperiorTabelaTitulo{
            display: table-cell;
            width: 85%;
			height: 126px;
			padding: 24px 0 0;
            font-family: Titulo;
            font-size: 70px;
            color: #fff;
            text-align: right;
			vertical-align: middle;
			text-transform: uppercase;
        }

/* MENU SUPERIOR PC */

.MenuSuperiorPC{
	display: none;
}

.BarraSuperior_Desvia{
	display: table;
	width: 1px;
	height: 240px;
}
.BarraSuperior_Desvia2{
	display: table;
	width: 1px;
	height: 180px;
}

/* MENU SUPERIOR TELEMOVEL */

.MenuSuperiorTM{
	display: table;
	width: 100%;
	top: 150px;
	border-bottom: solid 3px #fff;
	background-color: #000;
	position: fixed;
	z-index: 2;
}
	.MenuSuperiorTMMeio{
		display: table-cell;
		width: 50%;
	}	
	.MenuSuperiorTMSelect{
		display: table;
		width: 90%;
		margin: 0 auto;
		height: 58px;
		background-color: #000;
		font-family: UbuntuBold;
		font-size: 30px;
		letter-spacing: -1px;
		text-transform: uppercase;
		border: none;
		color: #8d8d8d;
		text-align: center;
		vertical-align: middle;
	}


/*  BARRA INFERIOR */

.Barra_Inferior{
	display: table;
	width: 95%;
	margin: 100px auto 60px;
	border-top: none;
	padding: 10px 0;
	height: auto;
	z-index: 3;
}
	.Barra_inferiorlogo{
		display: none;
	}
	.Barra_inferiorMenu{
		display: none;
	}
	.Barra_inferiorIdioma{
		display: table;
		border-top: solid 3px #fff;
		margin: 0;
		padding: 40px 0;
		width: 100%;
		text-align: center;
		font-family: Ubuntu-Medium;
		vertical-align: middle;
		color: #a3a3a3;
		font-size: 30px;
		text-align: center;
		text-transform: uppercase;
	}
		.menu_idioma{
			width: 98%;
			margin: 10px 0 0;
			border: solid 1px #4b4b4b;
			border-radius: 100px;
			background-color: #4b4b4b;
			font-family: Ubuntu-Medium;
			font-size: 30px;
			text-align: center;
			height: 50px;
			color: #ffffff;
			text-transform: uppercase;
		}
	
	.Barra_inferioricons{
		display: table;
		width: 100%;
		text-align: center;
		vertical-align: middle;
		height: 100px;
		margin: 20px 0;
		padding: 30px 0 0;
		border-top: dotted 2px #414141;
	}
		.Barra_inferioricons img{
			height: auto;
			width: 80px;
		}

	.Barra_inferiorinfos{
		display: table;
		width: 100%;
		font-family: Ubuntu-Medium;
		vertical-align: middle;
		color: #464646;
		font-size: 28px;
		text-align: center;
		margin: 20px 0;
		padding: 15px 0 0;
		border-top: dotted 2px #414141;
	}

	/* MENU INFERIOR TELEMOVEL */

	.titMenuTelemovel{
		display: table;
		width: 100%;
		padding: 30px 0 10px;
		height: 45px;
		font-family: Ubuntu-Medium;
		color: #FFF;
		font-size: 30px;
		text-align: center;
		text-transform: uppercase;
	}

	.btMenuTelemovel{
		display: table;
		width: 100%;
		padding-top: 20px;
		height: 65px;
		font-family: UbuntuBold;
		color: #797979;
		font-size: 35px;
		text-align: center;
		text-transform: uppercase;
		border-top: dotted 3px #5c5c5c;
	}
		.btMenuTelemovel:hover{
			background-color: #000;
		}

/* BOTAO LEFT */

.tabBotoesLeft{
	display: table;
	width: 100%;
	margin: 80px 0;
}
	.tbtLeft{
		display: none;
	}
	.tbtLeftTM{
		display: table;
		width: 95%;
		margin: 10px auto;
	}
		.btLeft{
			display: table-cell;
			width: 100%;
			vertical-align: middle;
			text-align: center;
			height: 70px;
			border: solid 3px #4d4d4d;
			border-radius: 100px;
			font-family: UbuntuBold;
			font-size: 40px;
			color: #4d4d4d;
			text-transform: uppercase;
			letter-spacing: -1px;
		}
			.btLeft:hover{
				border: solid 3px #51ff00;
				background-color: #000;
				color: #fff;
			}


/*---------------------------------------------------------*/
/*------------ PARA TELA COMPUTADOR -----------------------*/
/*---------------------------------------------------------*/

@media (min-width: 1000px) {

/* BARRA INFORMAÇÕES */

.Barra_superior{
    display: table;
	position: fixed;
	height: 70px;
	width: 100%;
    background-color: #222222;
	border-bottom: none;    
	z-index: 2;
}
.Barra_superiorLin{
    display: table;
	position: fixed;
	height: 70px;
	width: 100%;
    background-color: #222222;
	border-bottom: solid 2px #fff; 
	z-index: 2;
}
    .Barra_SuperiorTabela{
        display: table;
        width: 85%;
        margin: 0 auto;
		border-bottom: none;
    }
		.Barra_SuperiorLogo{
            display: table-cell;
            width: 25%;
			height: 65px;
			padding: 5px 0 0;
        }
			.Barra_SuperiorTabelaLogo{
				display: table;
				width: 100%;
				height: 100%;
				background-image: url("../imgs/LogoBarraSuperior.png");
				background-size: auto 85%;
			}
        
        .Barra_SuperiorTabelaTitulo{
            display: table-cell;
            width: 75%;
			height: 62px;
			padding: 8px 0 0;
            font-family: Titulo;
            font-size: 46px;
            color: #fff;
            text-align: right;
			vertical-align: middle;
			text-transform: uppercase;
        }

/* MENU SUPERIOR PC */

.MenuSuperiorPC{
	display: table;
	width: 100%;
	top: 70px;
	border-bottom: solid 2px #fff;
	background-color: #131212;
	position: fixed;
	font-family: UbuntuBold;
	font-size: 19px;
	height: 31px;
	padding-top: 4px;
	text-align: center;
	color: #585858;
	z-index: 1;
	letter-spacing: -1px;
	text-transform: uppercase;
}
	.MenuSuperiorLeft{
		display: table-cell;
		width: 52%;
		text-align: left;
		padding-left: 8%;
	}
	.MenuSuperiorRight{
		display: table-cell;
		width: 32%;
		text-align: right;
		padding-right: 8%;
	}

.MenuSuperiorTM{
	display: none;
}


.BarraSuperior_Desvia{
	display: table;
	width: 1px;
	height: 115px;
}
.BarraSuperior_Desvia2{
	display: table;
	width: 1px;
	height: 80px;
}


/*  BARRA INFERIOR */

.Barra_Inferior{
	display: table;
	width: 85%;
	margin: 35px auto;
	border-top: solid 2px #fff;
	padding: 10px 0;
	height: 60px;
}
	.Barra_inferiorlogo{
		display: table-cell;
		width: 5%;
		text-align: center;
		vertical-align: middle;
		height: 60px;
	}
		.Barra_inferiorlogo img{
			height: 80%;
		}

	.Barra_inferiorMenu{
		display: table-cell;
		width: 45%;
		padding-left: 1%;
		font-family: UbuntuBold;
		vertical-align: middle;
		color: #414141;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		border-left: 1px dotted #696969;
	}
		.amenu{
			color: #414141;
			text-decoration: none;
		}
		.amenu:hover{
			color: #fff;
			text-decoration: none;
		}
		.amenu2{
			color: #414141;
			text-decoration: none;
		}
		.amenu2:hover{
			color: #fff;
			text-decoration: none;
		}

	.Barra_inferiorIdioma{
		display: table-cell;
		border-top: none;
		width: 15%;
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: Ubuntu-Medium;
		vertical-align: middle;
		color: #a3a3a3;
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
	}
		.menu_idioma{
			width: 90%;
			margin: 5px 0 0;
			border: solid 1px #4b4b4b;
			border-radius: 100px;
			background-color: #4b4b4b;
			font-family: Ubuntu-Medium;
			font-size: 12px;
			text-align: center;
			height: 20px;
			color: #ffffff;
			text-transform: uppercase;
		}
	
	.Barra_inferioricons{
		display: table-cell;
		width: 15%;
		text-align: center;
		vertical-align: middle;
		height: 60px;
		margin: 0;
		padding: 0;
		border-top: none;
	}
		.Barra_inferioricons img{
			height: 50%;
			width: auto;
		}

	.Barra_inferiorinfos{
		display: table-cell;
		width: 20%;
		font-family: Ubuntu-Medium;
		vertical-align: middle;
		color: #585858;
		font-size: 14px;
		text-align: right;
		margin: 0 0;
		padding: 0;
		border-top: none;
	}

	/* MENU INFERIOR TELEMOVEL */

	.titMenuTelemovel{
		display: none;
	}
	.btMenuTelemovel{
		display: none;
	}

/* BOTAO LEFT */

.tabBotoesLeft{
	display: table;
	width: 100%;
	margin: 30px 0;
}
	.tbtLeft{
		display: table;
		width: 100%;
		margin: 3px 0;
	}
	.tbtLeftTM{
		display: none;
	}
		.btLeft{
			display: table-cell;
			width: 100%;
			vertical-align: middle;
			text-align: center;
			height: 26px;
			border: solid 2px #3d3d3d;
			border-radius: 100px;
			font-family: Ubuntu-Medium;
			font-size: 16px;
			color: #9b9b9b;
			text-transform: uppercase;
			letter-spacing: -1px;
		}
			.btLeft:hover{
				border: solid 2px #51ff00;
				background-color: #000;
				color: #fff;
			}

	
	
}