@media only screen and (max-width: 480px) {
	.vers_biblico {
    	top: 10.0rem;
    	width: 60%;
    	left: 40%;
    	line-height: 1.0rem;
  	}
}
/* ============================ Para colocação do versiculo sobre a imagem */
/* Desagreguei este media 481 a 768 que normalmente utilizo, para [481 a 624] e [625 a 768]
/*@media only screen and (min-width: 481px) and (max-width: 768px) {*/
@media only screen and (min-width: 481px) and (max-width: 624px) {
	.vers_biblico {
    	top: 12.5rem;
    	width: 60%;
    	left: 40%;
    	line-height: 1.1rem;
  	}
}

@media only screen and (min-width: 625px) and (max-width: 768px) {
	.vers_biblico {
    	top: 10.5rem;
    	width: 60%;
    	left: 40%;
    	line-height: 1.1rem;
  	}
}
/* ============================ */
/* ============================ Para colocação do versiculo sobre a imagem */
/* Desagreguei este media 769 a 992 que normalmente utilizo, para [769 a 880] e [881 a 992]
@media only screen and (min-width: 769px) and (max-width: 992px) {
	*/
@media only screen and (min-width: 769px) and (max-width: 880px) {
	.vers_biblico {
    	top: 10.5rem;
    	width: 45%;
    	left: 40%;
    	line-height: 1.1rem;
  	}
}

@media only screen and (min-width: 881px) and (max-width: 992px) {
	.vers_biblico {
    	top: 10.0rem;
    	width: 50%;
    	left: 35%;
    	/*line-height: 1.1rem;*/
  	}
}

/* ============================ */

/*Usei este media por causa da colocação do versiculo biblico sobre a imagem*/  	
/*@media only screen and (min-width: 993px) and (max-width: 1030px) {
	.vers_biblico {
    	top: 19rem;
    	width: 55%;
    	left: 45%;
  	}  	
}*/

/*Usei este media por causa da colocação do versiculo biblico sobre a imagem*/  	
@media only screen and (min-width: 993px) and (max-width: 1030px) {
	.vers_biblico {
    	top: 11rem;
    	width: 37%;
    	left: 37%;
  	}  	
}
