	
.boxSaibaMais{
		margin: 0 auto;
		margin-top: 40px;
		padding-bottom:80px;
		width: 80%;
		height:954px;
		position: absolute;
		z-index: 2;
		left: 10%;
		background-color: rgba(255, 255, 255, .9);
		overflow-y: auto;
	}
.boxSaibaMaisValores{
    	margin: 0 auto;
		margin-top: 40px;
		padding-bottom:80px;
		width: 80%;
		height:400px;
		position: absolute;
		z-index: 2;
		left: 10%;
		bottom:0;
		background-color: rgba(255, 255, 255, .9);

}
.tituloSaibaMaisTop{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	font-size: 34px;
	display: block;
	background-color: rgba(255, 255, 255, .9);
	color: #1A83FF;
	font-weight: bolder;
}

.tituloSaibaMais{
    margin: 0 auto;
    margin-top: 10px;
    width: 80%;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background: #333;
    color: #fff !important;
}
	.cartaoSaibaMais{
		margin: 0 auto;
        margin-top: 20px;
        width: 547px;
        height: 312px;
        background-size: cover;
		background-repeat: no-repeat;
		vertical-align: top;
   		object-position: top;
	}
	.beneficiosSaibaMais{
		margin: 0 auto;
		width: 100%;
		display: inline-block;
		background-color: rgba(255, 255, 255, .9);
	    vertical-align: top;
   		object-position: top;
	}
	
	.descricaoSaibaMais{
	    padding:5% 10%;
	    margin:0 auto;
	    text-align:justify;
	}
	
	.valoresSaibaMais{
		margin: 0 auto;
		margin-top: 20px;
		width: 80%;
    	height: 120px;
		display: inline-block;
		background-color: rgba(255, 255, 255, 0.9);
		position: relative;
		vertical-align: top;
   		object-position: top;
   		color: #1A83FF;
   		left:19%;
	}
	
.valorDoPlanoSaibaMais{
    position: absolute;
    left: 20%;
    top: 40px;

}
span.moedaSaibaMais{
    position: absolute;
    top: 10px;
    font-size: 34px;
    font-weight: bold;
    vertical-align: bottom;
    object-position: bottom;
}
span.priCasaSaibaMais{
    position: absolute;
    top: -46px;
    left: 46px;
    font-size: 80px;
    font-weight: bolder;
    vertical-align: top;
    object-position: top;
}
span.separadorSaibaMais{
    position: absolute;
    left: 140px;
    font-size: 38px;
    font-weight: bold;
}
span.segCasaSaibaMais{
    position: absolute;
    left: 153px;
    top: 6px;
    font-size: 34px;
    font-weight: bold;
}
span.periodoSaibaMais{
    position: absolute;
    top: -9px;
    left: 144px;
    font-size: 10px;
    padding: 3px 12px;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.boxRightSaibaMais{
	display: inline-block;
}

.boxRightSaibaMais{
	width: 100%;
	padding-top:40px;
}
.lstBeneficiosSaibaMais{    
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    width: 80%;
    font-size: 20px;
}
.aderirSaibaMais{
		margin: 0 auto;
		margin-top: 40px;
		width: 100%;
		display: block;
		vertical-align: top;
    	object-position: top;
    	text-align: center;
    	color: #fff;
	}
a.btnAderirSaibaMais{
    margin: 0 auto;
    display: block;
    width: 80%;
    height: 80px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 24px;
    font-weight: bold;

}
.aderirSaibaMais a.btnAderirSaibaMais:hover{
	opacity: 0.5;
}

a.icoAcaoSaibaMais{
	width: 65px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 12px 10px 0 10px;
    background-color: #1A83FF;
    color: #FFF;
    border-radius: 5px;
    position: absolute;
    left: 2%;
}
a.icoAcaoSaibaMais:hover{
	opacity: .5;
}

.scroll-indicator {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        display: none; /* Ocultado por padrão */
        cursor: pointer;
        user-select: none;
    }
    
    .scroll-indicator.show {
        display: block;
    }

