@media screen and (max-width: 991px) {
	.div-desktop {
		display: none;
	}

	.div-mobile {
		display: block;
	}

	.bg-scroll-center {
		background-color: #efe5d9;
	}

	.padding-text-left {
		padding-top: 20px;
	}

	.padding-footer {
		padding-left: 20%;
		padding-right: 5%
	}
	
	
	.prayed-count {
		font-size: 12px;
		font-weight: bold;
	}
	
	.margin-accept{
		margin-top: 20px;
	}
	
	.hide-arrow{
		display: none;
	}
	
}

@media screen and (min-width: 992px) {
	.div-desktop {
		display: block;
	}

	.div-mobile {
		display: none;
	}

	.bg-scroll-center {
		background-image: url("../images/bg_scroll_center.jpg");
		background-size: 100% auto;
		background-repeat: repeat-y;
	}

	.padding-text-left {
		padding-top: 60px;
	}
	
	.prayed-count {
		font-size: 17px;
		font-weight: bold;
	}
	
	.prayed-count .contador{
		color: #1b5a81;
	}
	
	.margin-accept{
		margin-top: 10px;
	}

}

.bg_site {
	background-image: url("../images/bg_site.jpeg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #a4d2e4;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.font-footer {
	font-size: 13px;
}

.bg-footer {
	background-color: #1f2d54;
	color: #fff;
	padding-top: 10px;
	position: relative;
}

.praying {
	width: 70px;
	height: 98px;
	position: absolute;
	background-image: url("../images/rezando.png");
	background-repeat: no-repeat;
	top: -96px;
	left: 15px;
}

.padding-top-content {
	padding-top: 20px;
}

.bg-scroll-top {
	background-image: url("../images/bg_scroll_top.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 280px;
}

.red {
	color: #900;
}

.relative {
	position: relative;
}

.div-count {
	width: 300px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.div-aparecida {
	width: 300px;
	height: 488px;
	position: absolute;
	background-color: #efefef;
	top: 0;
	left: 10%;
}

.form-control {
	padding: 5px !important;
}

.bt-rezar {
	width: 100%;
	background-color: #6c9a33;
	border: none;
}

.bt-rezar:hover {
	background-color: #72ad29;
}

.button_html {
	display: inline-block;
	min-width: 286px;
	background: #41601d;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	margin: 0;
	text-decoration: none;
	text-transform: none;
	padding: 10px 25px;
	border-radius: 14px;
	text-align: center;
	text-decoration: underline;
}

.div-form {
	background-color: #fff;
	padding: 10px;
	border: 2px solid #e7d8c9;
	border-radius: 10px;
}

.margin-cat {
	margin-top: 30px;
}

.footer-right {
	margin-top: 20px;
	font-size: 13px;
}

.color-h1{
	color:#846038;
}

.accept{
	font-size: 12px;
}