        
        .bubbles{
            width: inherit;
            height: inherit;
            overflow: hidden;
        }
        .bubbles.bg {
            opacity: 1;
             background-color: #1e1e24;                 
             transition: all 2s ease-in-out;
             width: 100%;
            height: 100vh;
        }
     .bubble {
            opacity: 0;
			color: #ecf1f4;
            background-color: #1e1e24;
            width: 80px;                                         
            height: 80px;
            border-radius: 50%;
            text-align: center;
            position: absolute;
            top: 0px;
            left: 0px;
			z-index: 100;
            transform: scale(1);
            transition: transform 2s;  
            mix-blend-mode: lighten;
        }
        .bubble p {
            color: #ecf1f4;
            font-size: 15px;
            top: 50%;
            position: relative;
            transform: translateY(-50%);
        } 
        #frase-finale h2 {
            color: #ecf1f4;
        }
		
		#frase-finale p {
            color: #ecf1f4;
        }
		#frase-finale {
        text-align: center;
		-webkit-transform: scale(0.9);
			 -moz-transform: scale(0.9);
				-ms-transform: scale(0.9);
				 -o-transform: scale(0.9);
						transform: scale(0.9);
		opacity: 0;
		-webkit-transition: all 1s ease-in-out;
			 -moz-transition: all 1s ease-in-out;
				-ms-transition: all 1s ease-in-out;
				 -o-transition: all 1s ease-in-out;
						transition: all 1s ease-in-out;
						
	}
        #frase-finale {
			
        text-align: center;
		-webkit-transform: scale(0.9);
			 -moz-transform: scale(0.9);
				-ms-transform: scale(0.9);
				 -o-transform: scale(0.9);
						transform: scale(0.9);
		opacity: 0;
		-webkit-transition: all 1s ease-in-out;
			 -moz-transition: all 1s ease-in-out;
				-ms-transition: all 1s ease-in-out;
				 -o-transition: all 1s ease-in-out;
						transition: all 1s ease-in-out;
						
	}
	#frase-finale.scale {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
	}
	
	