@media screen and (max-width: 980px) {

	.cabecalho {
		display: none !important;
	}

	.rodape {
		width: 97% !important;
	}

	.coluna:nth-child(3) {
		display: none;
	}

	.coluna {
		width: 33%;
	}

	.oracao_txt p {
		opacity: 1;
		/* Sempre visível */
		transform: none;
		/* Remove deslocamento */
		font-family: var(--secondary-font);
		font-size: 1.2rem;
	}

	@keyframes slideLine {
		/* Animação desativada */
	}


}

@media screen and (max-width: 840px) {

	.container_sobre {
		flex-direction: column;
		gap: 1.5rem;
	}

	.sobre_txt {
		width: 85%;
	}

	.box_holistica {
		flex-direction: column-reverse;
		align-items: center;
		gap: 1.5rem;
		margin-top: 2rem;
	}


	.aura-master {
		flex-direction: column !important;
	}

	.holistica_txt {
		width: 85%;
	}

	.card_blog {
		flex-direction: column !important;
		align-items: center;
	}

	.card_blog img {
		width: 70%;
	}

	.card_blog h2 {
		text-align: center;
	}

	.column_blog {
		text-align: center;
	}

	.coluna img {
		width: 90% !important;
	}

	.coluna:nth-child(4) {
		display: none;
	}

	.rodape {
		width: 96% !important;
	}

}

@media screen and (max-width: 740px) {

	.oracao {
		flex-direction: column-reverse;
		gap: 1.5rem;
	}

	.oracao_txt {
		width: 85%;
		text-align: center;
	}

	.container_oracao {
		text-align: center;
	}

	.container_oracao h2 {
		width: 85%;
		margin: 1rem auto;
	}

}


@media screen and (max-width: 640px) {

	.box__astral {
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
	}

	#mapaAstralForm {
		width: 50%;
	}

	.lua__img {
		width: 100%;
	}

	/* #mapaAstralForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80%;
    text-align: left;
}

.form-mob{
	display: flex;
		flex-direction: column;
		align-items: center;
} */

}

@media screen and (max-width: 480px) {

	.holistica_img img {
		width: 95%;
	}

	.sobre_img img {
		width: 95%;
	}

	.card-container {
		gap: 2rem;
	}

	.oracao_img img {
		width: 95%;
		border-radius: 10px;
		margin: 1rem 0;
	}

	.rodape {
		width: 93% !important;
	}

	.coluna {
		width: 40% !important;
	}

	.coluna img {
		width: 100% !important;
	}

	#resultado {
		width: 65%;
	}
	.parallax__title {
		/* width: 75%; */
		font-size: 9.5vw !important;
	}



}