.fundo_teclado {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0,0,0,0.15);
	z-index: 99991;
	display: none;
}

.teclado {
	position: fixed;
	bottom: -350px;
	width: 100%;
	min-height: 350px;
	float: left;
	background: rgba(205,205,205,1);
	z-index: 99992;
	display: block;
}

.tecl {
	display: none;
}


.teclado .corretor {
	width: 100%;
	height: 60px;
	float: left;
	background: rgba(105,105,105,0.05);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

.teclado .corretor aside {
	width: 50px;
	height: 50px;
}

.teclado .corretor [data-icone="enviar"]{
	background: url(../../../../icones/icone-enviar);
	background-position: center;
	background-size: 80% 80%;
	background-repeat: no-repeat;
}

.teclado .corretor [data-icone="fechar"]{
	background: url(../../../../icones/icones-seta-baixo);
	background-position: center;
	background-size: 70% 70%;
	background-repeat: no-repeat;
}

.teclado  .maiusculas{
	position: relative;
	margin-top: 9px;
	margin-left: 2%;
	width: 96%;
	float: left;
	background: rgba(205,205,205,0);
	display: none;
}

.teclado  .maiusculas .linhas {
	position: relative;
	float: left;
	background: rgba(205,205,205,0);
	margin-bottom: 8px;
}

.teclado  .maiusculas .linhas {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction:row;
}

.teclado  .maiusculas .x {
	width: 100%;
}

.teclado  .maiusculas .y {
	width: 90%;
	margin-left: 5%;
}

.teclado  .maiusculas .z {
	width: 69.5%;
	margin-left: 15.25%;
}

.teclado  .maiusculas .linhas .letras{
	position: relative;
	width: 35px;
	height: 47px;
	float: left;
	background: rgba(240,240,240,1);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .maiusculas .linhas .letras span{
	position: absolute;
	top: -48px;
	left: 0px;
	width: 35px;
	height: 47px;
	float: left;
	background: rgba(255,255,255,0.95);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .minusculas{
	position: relative;
	margin-top: 9px;
	margin-left: 2%;
	width: 96%;
	float: left;
	background: rgba(205,205,205,0);
	display: none;
}

.teclado  .minusculas .linhas {
	position: relative;
	float: left;
	background: rgba(205,205,205,0);
	margin-bottom: 8px;
}

.teclado  .minusculas .linhas {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction:row;
}

.teclado  .minusculas .x {
	width: 100%;
}

.teclado  .minusculas .y {
	width: 90%;
	margin-left: 5%;
}

.teclado  .minusculas .z {
	width: 69.5%;
	margin-left: 15.25%;
}

.teclado  .minusculas .linhas .letras{
	position: relative;
	width: 35px;
	height: 47px;
	float: left;
	background: rgba(240,240,240,1);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .minusculas .linhas .letras span{
	position: absolute;
	top: -48px;
	left: 0px;
	width: 35px;
	height: 47px;
	float: left;
	background: rgba(255,255,255,0.95);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .numerico{
	position: relative;
	margin-top: 9px;
	margin-left: 2%;
	width: 96%;
	float: left;
	background: rgba(205,205,205,0);
	display: none;
}

.teclado  .numerico .linhas {
	position: relative;
	float: left;
	background: rgba(205,205,205,0);
	margin-bottom: 8px;
}

.teclado  .numerico .linhas {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction:row;
}

.teclado  .numerico .x {
	width: 100%;
}

.teclado  .numerico .y {
	width: 90%;
	margin-left: 5%;
}

.teclado  .numerico .z {
	width: 69.5%;
	margin-left: 15.25%;
}

.teclado  .numerico .w {
	width: 69.5%;
	margin-left: 15.25%;
}
.teclado  .numerico .linhas .letras{
	position: relative;
	width: 35px;
	height: 47px;
	float: left;
	background: rgba(240,240,240,1);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .numerico .linhas .letras span{
	position: absolute;
	top: -48px;
	left: 0px;
	width: 35px;
	height: 47px;
	float: left;
	background: rgba(255,255,255,0.95);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .numerico .w{
	width: 69.5%;
	margin-left: 15.25%;
}

.teclado  .numerico .w .letras{
	width: 40px;
}


.teclado  .alfanumerico{
	position: relative;
	margin-top: 9px;
	margin-left: 2%;
	width: 96%;
	float: left;
	background: rgba(205,205,205,0);
	display: none;
}

.teclado  .alfanumerico .linhas {
	position: relative;
	float: left;
	background: rgba(205,205,205,0);
	margin-bottom: 8px;
}

.teclado  .alfanumerico .linhas {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction:row;
}

.teclado  .alfanumerico .x {
	width: 100%;
}

.teclado  .alfanumerico .y {
	width: 90%;
	margin-left: 5%;
}

.teclado  .alfanumerico .z {
	width: 69.5%;
	margin-left: 15.25%;
}

.teclado  .alfanumerico .w {
	width: 69.5%;
	margin-left: 15.25%;
}
.teclado  .alfanumerico .linhas .letras{
	position: relative;
	width: 35px;
	height: 47px;
	float: left;
	background: rgba(240,240,240,1);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .alfanumerico .linhas .letras span{
	position: absolute;
	top: -48px;
	left: 0px;
	width: 35px;
	height: 47px;
	float: left;
	background: rgba(255,255,255,0.95);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .alfanumerico .w{
	width: 69.5%;
	margin-left: 15.25%;
}

.teclado  .alfanumerico .w .letras{
	width: 40px;;
}

.teclado div.alt{
	position: absolute;
	bottom: 64px;
	left: 0px;
	width: 50px;
	height: 47px;
	float: left;
	background: rgba(240,240,240,1);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado div.del{
	position: absolute!important;
	bottom: 64px!important;
	right: 0px!important;
	width: 50px!important;
	height: 47px;
	right: left;
	background: rgba(220,220,220,1);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(188,0,0,1);
	font-size: 32px;
	font-weight: 500;
}

.teclado  .del span{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	float: left;
}

.teclado div.num{
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 50px;
	height: 47px;
	float: left;
	background: rgba(220,220,220,1);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 18px;
	font-weight: 500;
}

.teclado div.let{
	position: absolute;
	bottom: 5px;
	left: 55px;
	width: 50px;
	height: 47px;
	float: left;
	background: rgba(240,240,240,1);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  div.let span{
	position: absolute;
	top: -48px;
	left: 0px;
	width: 50px;
	height: 47px;
	float: left;
	background: rgba(255,255,255,0.95);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado div.esp{
	position: absolute;
	bottom: 5px;
	left: 155px;
	width: 125px;
	height: 47px;
	float: left;
	background: rgba(240,240,240,1);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .esp span{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	float: left;
}

.teclado div.aux{
	position: absolute;
	bottom: 5px;
	left: 165px;
	width: 35px;
	height: 47px;
	float: left;
	background: rgba(240,240,240,1);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado div.aux {
	position: absolute;
	bottom: 5px;
	left: 110px;
	width: 40px;
	height: 47px;
	float: left;
	background: rgba(240,240,240,1);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 18px;
	font-weight: 500;
}

.teclado div.aux span{
	position: absolute;
	top: -48px;
	left: 0px;
	width: 40px;
	height: 47px;
	float: left;
	background: rgba(255,255,255,0.95);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado div.ponto {
	position: absolute;
	bottom: 5px;
	right: 70px;
	width: 40px;
	height: 47px;
	float: right;
	background: rgba(240,240,240,1);
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 18px;
	font-weight: 500;
}

.teclado div.ponto span{
	position: absolute;
	top: -48px;
	left: 0px;
	width: 40px;
	height: 47px;
	float: left;
	background: rgba(255,255,255,0.95);
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado div.env{
	position: absolute!important;
	bottom: 5px!important;
	right: 0px!important;
	width: 65px!important;
	height: 47px;
	float: right;
	border-radius: 4px;
	text-align: center;
    line-height: 47px;
}

.teclado  .env span{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	float: left;
}

.teclado  .lmos {
	display: none;
}

.teclado  .numeros{
	position: absolute;
	bottom: 0px;
	margin-left: 2%;
	width: 96%;
	height: 290px;
	float: left;
	background: rgba(205,205,205,1);
	display: none;
	z-index: 999;
}

.teclado  .numeros .n_env{
	width: 25%;
	height: 47px;
}

.teclado  .numeros .nlinhas {
	position: relative;
	float: left;
	background: rgba(205,205,205,0);
	margin-top: 4px;
	margin-bottom: 4px;
    width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction:row;
}

.teclado  .numeros .nlinhas .nletras{
	position: relative;
	width: 22%;
	height: 45px;
	float: left;
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 45px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .opcoes{
	position: absolute;
	bottom: 0px;
	margin-left: 2%;
	width: 96%;
	height: 290px;
	float: left;
	background: rgba(205,205,205,1);
	display: none;
	z-index: 999;
}

.teclado  .opcoes .n_env{
	width: 25%;
	height: 47px;
}

.teclado  .opcoes .nlinhas {
	position: relative;
	float: left;
	background: rgba(205,205,205,0);
	margin-top: 4px;
	margin-bottom: 4px;
    width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction:row;
}

.teclado  .opcoes .nlinhas .nletras{
	position: relative;
	width: 22%;
	height: 45px;
	float: left;
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 45px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado  .calculadora{
	position: absolute;
	bottom: 0px;
	margin-left: 2%;
	width: 96%;
	height: 290px;
	float: left;
	background: rgba(205,205,205,1);
	display: none;
	z-index: 999;
}

.teclado  .calculadora .n_env{
	width: 25%;
	height: 47px;
}

.teclado  .calculadora .nlinhas {
	position: relative;
	float: left;
	background: rgba(205,205,205,0);
	margin-top: 4px;
	margin-bottom: 4px;
    width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction:row;
}

.teclado  .calculadora .nlinhas .nletras{
	position: relative;
	width: 22%;
	height: 45px;
	float: left;
	border: 1px solid;
	border-color: rgba(105,105,105,0.25);
	border-radius: 4px;
	text-align: center;
    line-height: 45px;
	color: rgba(90,90,90,1);
	font-size: 22px;
	font-weight: 500;
}

.teclado .area_edicao {
	position: fixed;
	bottom: 350px;
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(255,255,255,0.99);
	display: none;
	z-index: -1;
}

.teclado .area_edicao p.apre{
	width: 95%;
	padding-left: 5%;
	text-align: left;
	line-height: 24px;
	color: rgba(105,105,105,0.95);
	font-size: 14px;
	font-weight: 500;
}

.teclado .area_edicao .telefone{
	width: 80%;
	margin-left: 5%;
	height: 80px;
	float:left;
	display: none;
}

.teclado .area_edicao .telefone span{
	width: 20px;
	margin-top: 5px;
	line-height: 70px;
	text-align: center;
	color: rgba(70,70,70,1);
	font-size: 20px;
	font-weight: 600;
}

.teclado .area_edicao .telefone p{
	margin-top: 5px;
	line-height: 70px;
	text-align: center;
	letter-spacing: 5px;
	color: rgba(105,105,105,1);
	font-size: 20px;
	font-weight: 600;
}

.teclado .area_edicao .senha{
	width: 100%;
	height: 70px;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.teclado .area_edicao .senha p{
	height: 60px;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 5px;
	color: rgba(105,105,105,1);
	font-size: 20px;
	font-weight: 600;
}

.teclado .area_edicao .senha_numerica{
	width: 100%;
	height: 90px;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.teclado .area_edicao .senha_numerica p{
	width: 45px;
	height: 80px;
	margin-top: 5px;
	margin-left: 5px;
	border: 2px solid;
	border-color: rgba(105,105,105,0.15);
	border-radius: 4px 0px 4px 0px;
	line-height: 80px;
	text-align: center;
	color: rgba(105,105,105,1);
	font-size: 20px;
	font-weight: 600;
}

.teclado .area_edicao .pin{
	width: 100%;
	height: 90px;
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.teclado .area_edicao .pin p{
	width: 45px;
	height: 80px;
	margin-top: 5px;
	margin-left: 5px;
	border: 2px solid;
	border-color: rgba(105,105,105,0.15);
	border-radius: 4px 0px 4px 0px;
	line-height: 80px;
	text-align: center;
	color: rgba(105,105,105,1);
	font-size: 20px;
	font-weight: 600;
}

.teclado .area_edicao .pin span{
	width: 20px;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 80px;
	text-align: center;
	color: rgba(70,70,70,1);
	font-size: 20px;
	font-weight: 600;
}

.teclado .area_edicao .entradas{
	width: 100%;
	height: 60px;
	background: rgba(251,251,251,1);
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.teclado .area_edicao .entradas p{
	width: 85%;
	padding-left: 5%;
	height: 50px;
	margin-top: 5px;
	border-radius: 15px;
	background: rgba(255,255,255,1);
	float: left;
	text-align: left;
	line-height: 50px;
	color: rgba(105,105,105,1);
	font-size: 18px;
	font-weight: 500;
}


.teclado .area_edicao .url {
	width: 100%;
	height: auto;
	background: rgba(251,251,251,1);
	float:left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.teclado .area_edicao .url p{
	width: 94%;
	margin-left: 2%;
	padding-left: 2%;
	height: 50px;
	margin-top: 10px;
	border-radius: 15px;
	background: rgba(255,255,255,1);
	float: left;
	text-align: left;
	line-height: 50px;
	color: rgba(30,30,30,1);
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
}

.teclado .area_edicao .url p::before{
	content:' www3:// '
}

.teclado .area_edicao .url div {
	position: relative;
	width: 100%;
	min-height: 100px;
	float: left;
	background: rgba(255,255,255,1);
	display: none;
}

.teclado .area_edicao .url div figure {
	width: 90px;
	height: 90px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	background: rgba(225,225,225,1);
}

.teclado .area_edicao .url div figure img{
	width: auto;
	height: 100%;
	float: left;
}

.teclado .area_edicao .url div aside {
	width: calc(100% - 105px);
	height: 90px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	background: rgba(225,225,225,1);
}

.teclado .area_edicao .url div aside span {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	text-align: left;
	line-height: 30px;
	color: rgba(105,105,105,1);
	font-size: 18px;
	font-weight: 500;
}

.teclado .area_edicao .url div aside span ~ span{
	width: 94%;
	max-height: 34px;
	margin-top: 5px;
	padding-left: 4%;
	padding-right: 2%;
	float: left;
	text-align: left;
	line-height: 16px;
	color: rgba(125,125,125,1);
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
}

.teclado .area_edicao .url div aside span ~ span ~ span{
	position: relative;
	bottom: 0px;
	width: 94%;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 4%;
	padding-right: 2%;
	float: left;
	text-align: left;
	line-height: 22px;
	color: rgba(125,125,125,1);
	font-size: 13px;
	font-weight: 400;
}

.notificacao_teclado {
	position: fixed;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,1);
	display: none;
	z-index: 999999999;
}

.notificacao_teclado span {
	width: 100%;
	text-align: center;
	line-height: 40px;
	float: left;
	color: rgba(75,75,75,1);
	font-size: 16px;
	font-weight: 500;
}

.notificacao_teclado p {
	width: 100%;
	text-align: center;
	line-height: 20px;
	float: left;
	color: rgba(105,105,105,1);
	font-size: 18px;
	font-weight: 500;
}

.teclado [data-arrow="0"]:before{
	content: '\2B07';
}

.teclado [data-arrow="1"]:before{
	content: '\2B06';
}

.teclado [data-arrow="2"]:before{
	content: '123';
}

.teclado [data-arrow="3"]:before{
	content: '#+=';
}

.teclado [data-arrow="4"]:before{
	content: ' ';
}

.teclado [data-num="0"]:before{
	content: '#+=';
}

.teclado [data-num="1"]:before{
	content: 'ABC';
}

.teclado [data-emo="0"]:before{
	content: '\1F642';
}

.teclado [data-cor="0"]{
	background: rgba(255,255,255,1);
}

.teclado [data-cor="1"]{
	background: rgba(0,0,0,1);
}

.teclado [data-cor="2"]{
	background: rgba(46,139,87,1);
}

.teclado [data-cor="3"]{
	background: rgba(255,215,0,1);
}

.teclado [data-cor="4"]{
	background: rgba(0,191,255,1);
}

.teclado [data-cor="5"]{
	background: rgba(188,0,0,1);
}

.teclado [data-cor="6"]{
	background: rgba(165,42,42,1);
}

.teclado [data-cor="7"]{
	background: rgba(240,240,240,1)!important;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
}

.teclado [data-cor="8"]{
	background: rgba(70,130,180,1);
}

.teclado [data-cor="9"]{
	background: rgba(251,251,251,1);
	box-shadow: 2px 2px 2px rgba(0,0,0,0);
}

.teclado [data-letra="enter"]{
	background: rgba(240,240,240,1);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	color: rgba(105,105,105,1);
	font-size: 29px;
	font-weight: 600;
}

.teclado [data-letra="enviar"]{
	background: rgba(30,144,255,1);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	color: rgba(255,255,255,1);
	font-size: 19px;
	font-weight: 500;
}

.teclado [data-letra=","]{
	font-size: 25px!important;
}

.teclado [data-letra="."]{
	font-size: 25px!important;
}

.teclado .nletras[data-letra="*"]{
	opacity: 0.25;
}


@media only screen and (max-width: 420px){
	
	.teclado .maiusculas .linhas .letras {
		width: 33px;
    }

   .teclado .maiusculas .linhas .letras span{
		width: 33px;
    } 

    .teclado .minusculas .linhas .letras {
		width: 33px;
    }

   .teclado .minusculas .linhas .letras span{
		width: 33px;
    } 
	
	.teclado div.esp{
		left: 155px;
		width: 115px;
    }
	
}


@media only screen and (max-width: 399px){
	
	.teclado .maiusculas .linhas .letras {
		width: 30px;
    }

    .teclado .maiusculas .linhas .letras span{
		width: 30px;
    } 

    .teclado .minusculas .linhas .letras {
		width: 30px;
    }

   .teclado .minusculas .linhas .letras span{
		width: 30px;
    } 
	
	.teclado div.esp{
		left: 155px;
		width: 100px;
    }
	
}


@media only screen and (max-width: 365px){
	
	.teclado .maiusculas .linhas .letras {
		width: 29px;
    }

    .teclado .maiusculas .linhas .letras span{
		width: 29px;
    } 

    .teclado .minusculas .linhas .letras {
		width: 29px;
    }

    .teclado .minusculas .linhas .letras span{
		width: 29px;
    }  
	
	.teclado div.esp{
		left: 155px;
		width: 90px;
    }
	
}


@media only screen and (max-width: 345px){
	
	.teclado .maiusculas .linhas .letras {
		width: 27px;
    }

    .teclado .maiusculas .linhas .letras span{
		width: 27px;
    } 

    .teclado .minusculas .linhas .letras {
		width: 27px;
    }

    .teclado .minusculas .linhas .letras span{
		width: 27px;
    }
	
	
	.teclado div.esp{
		left: 155px;
		width: 65px;
    }
	
}