html {
	position: relative;
	min-height: 100%;
}



body {
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



#cabecalho {
	background: #d0d0d0;
	height: 85px;
	text-align: center;
	width: 100%;
	border-bottom: 3px solid #243b98;
}

#logo_sim3g {
	width: 67px;
	top: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
}

#logo_MS {
	width: 67px;
	top: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
}

#logo_cliente {
	width: 67px;
	top: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
}

#container-conteudo {
	text-align: center;


}


#logo {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

#logo > svg {
	width: 200px;
	height: 200px;
}

.container-todo {
  display: inline-block;
  text-align: center;

}

.container-botoes {
  margin-bottom: 70px;
}

.botao {
	background: #d0d0d0;
	padding: 15px 30px;
	margin: 5px 5px;
	height: 35px;
	text-align: center;
	border-radius: 3px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	box-shadow: 0px 1px 2px 0px #737373;
	position: relative;
	text-transform: uppercase;
	display: flex;
	justify-content:space-between;
	align-items: center;
}


.icone {
	width: 28px;
	margin-left: 15px;
}

.qrcode {
	height: inherit;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: inherit;
}


.rodape {
	width: 100%;
	height: 25px;
	background-color: #505050;
	position: absolute;
	bottom: 0;
	text-align: right;
}

.rodape > svg {
	margin-right: 10px;
	vertical-align: middle;
    margin-top: 4px;
    width: 101px;
    height: 16px;
}



@media (max-width : 360px ){
#logo {
	padding-top: 25px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#logo > svg {
	width: 170px;
}


.botao {
	font-size: 14px;
}
}


@media (max-width: 419px){

.botao {
	font-size: 14px;
}

.icone {
	height: 20px;
	width: 20px;
}
#logo > svg {
	width: 180px;
}

#logo {
	padding-top: 35px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
}

@media (max-width: 342px){

.botao {
	font-size: 14px;
}
}

@media (max-width: 342px){
	.botao {
	font-size: 12px;
}
}


.botao:hover {
	background-color: #bdbdbd;
}


@media (min-width: 342px) and (max-width: 379px){
	.botao {
		font-size: "14px";
	}
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
	  background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
		font-size: 14px;
}

.tooltip .tooltiptext::after {
    content: "";
		position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;

}
.tooltiptext {
	font-size: "2px";
}
