body{
	background: #FFF3CB;
background: linear-gradient(180deg, rgba(255, 243, 203, 1) 0%, rgba(252, 252, 252, 1) 51%, rgba(247, 247, 247, 1) 100%);
}


@font-face {
    font-family: 'BodoniModa';
    src: url(https://misionerosdeguadalupe.org/paginas-dedicadas/adviento/font/BodoniModa/BodoniModa_9pt-Regular.ttf);
    font-style: normal;
}

.accordion-body{
	background-color: #fefbe8;
	font-family: 'BodoniModa', sans-serif;

}


.colAnimation:nth-child(odd){
	transform: translateX(-50%);
}
.colAnimation:nth-child(even){
	transform: translateX(50%);
}

.colAnimation{
	animation: appear linear;
	animation-duration: 2s;
	animation-fill-mode: both;
	/*animation-range*/
}

@keyframes appear{
	from{
		opacity: 0;
		scale: 1;
	}

	to{
		opacity: 1;
		scale: 1;
		transform: translateX(0);
	}
}


h5{
	color: #421e06;
}

.inicio{
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left-width: 4px;
	border-color:  #fefbe8;
	background-color: #fefbe8;
	color: #421e06;
	height: 100%;

}


.inicio2{
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	border-left-width: 4px;
	border-color:  #c98405;
	background-color: #fefbe8;
	color: #421e06;
	height: 100%;

}

.objetivo{
	background: #FDEC8B;
background: linear-gradient(180deg, rgba(253, 236, 139, 1) 0%, rgba(252, 252, 252, 1) 51%, rgba(247, 247, 247, 1) 100%);
}

.objetivo2{
	background: #F8C517;
background: linear-gradient(180deg, rgba(248, 197, 23, 0.44) 0%, rgba(252, 252, 252, 1) 51%, rgba(247, 247, 247, 1) 100%);
}



.bi{
	color: #844a0f;
}

.card-title{
	color: #421e06;
}


#seccionpremios{
	background-color: #F3F3E0;
	
}


footer{
	background-color: #d9a109;
}





















