.destaquebranco {
  background: #fff;
  color: #031F27;
  padding: 0px 2px;
  }

  .falanozap {
  	z-index: 9999999;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
	width: 100%;
	height: auto;
  	}

  	.sumirpc {
  		visibility: hidden;
		width: 1px;
		height: 1px;
  		}

  	.sumirmobile {
  		visibility: visible;
		width: auto;
		height: auto;
  		}

  iframe {
	border: none;
  	}

  .marcador {
	padding: 0px 7px;
	color: #031F27;
	background: #ffd500;
  	}

	.linkhover {
		padding: 0px 3px;
		}

	.linkhover:hover {
		padding: 0px 3px;
		color: #031F27!important;
		background: #ffd500;
		text-decoration: none;
		}

	.bg-azuliw {
		background: #09196c;
		}

		.text-azuliw {
			color: #09196c;
			}

@media only screen and (max-width: 500px) {
	.sumirpc {
		visibility: visible;
		width: auto;
		height: auto;
		}

		.sumirmobile {
		visibility: hidden;
		width: 1px;
		height: 1px;
		float: left;
		}
}