#div-banner {
	clear: both;
	z-index: 999;	
	position: fixed;
	bottom: 20px;
	right: -700px;
	padding: 12px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 47px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 47px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 47px 2px rgba(0,0,0,0.75);

	-webkit-animation: mymove 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    
    animation: mymove 1s;
    animation-fill-mode: forwards;

	-webkit-animation-delay: 5s;  Safari 4.0 - 8.0        
    animation-delay: 5s; */
}

@keyframes mymove {
    to {right: 30px;}
}

.div-banner-interno {
	width: 620px;
	height: 250px;
	background-image: url(../publicidade/imagens/popup_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100%;
}

.titulo-popup {
	padding-top: 80px;
    margin-left: 50px;
    width: 300px;
    line-height: 22px;
    font-size: 18px;
    font-family: Raleway-SemiBold, Arial, Sans-serif;
    text-align: center;
    box-sizing: border-box;
}

.titulo-popup p {
	text-transform: uppercase;
    font-weight: bold;
    background-color: #ffd503;
    padding: 5px 10px;
    color: #19458B;
    box-sizing: border-box;
}

.titulo-popup a {
	display: inline-block;
    margin-top: 5px;
    color: white;
    background-color: #19458B;
    padding: 5px 30px;
    font-size: 16px;
    box-sizing: border-box;
	text-decoration: none;
}

.titulo-popup span {
	color: #ffd503;
	font-weight: bold;
}

.btn-fechar {
	text-align: center;

	z-index: 98;	
	/*COR 536283*/
	background-color: #fff;
	border-radius: 11px;
	position: absolute;
	width: 40px;
	height: 24px;
	left: 598px;
	top: -41px;
	padding: 16px 3px 11px 3px;
	-webkit-box-shadow: -2px -57px 141px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px -57px 141px 4px rgba(0,0,0,0.2);
	box-shadow: -2px -57px 141px 4px rgba(0,0,0,0.2);
}

.btn-fechar img {
	width: 40%;
}
