
body { 
   width:100%; 
   height:100%; 

   background:url('../images/imagen_fondo.png') no-repeat;
   background-size:inherit;
   background-color:#FFFCFA;
   font-family: 'PT Sans', sans-serif;
}
.logo
{
	margin:0 auto;
    margin-top:50px;
}
.menu-text li a
{
text-transform: uppercase;
font-weight:400;
font-size:12px;
text-decoration:none;
color:#AAAAAA;

}
.link-footer a
{

	text-transform: uppercase;
	font-weight:400;
	font-size:10px;
	text-decoration:none;
	color:#4E4E4E;
}
.link-footer  a:hover
{
	text-decoration:none;
	color:#AAAAAA;

}
.menu-text li a:hover
{
text-decoration:none;
color:#DDDDDD;

}
.spacer {
    margin-top: 40px; 
}
.p-blackBold
{
	color:#000;
	font-weight:700;
	font-size:16px;
}
.p-black
{
	color:#000;
	font-weight:400;
	font-size:16px;
}
.p-grayBold
{
	color:#AAAAAA;
	font-weight:400;
	font-size:16px;
}
.h-subtitle
{
	/*font-size:20px;*/
    font-size:18px;
}
.title
{
	font-weight:700;
	font-size:36px;
}
.fuente-verde
{
color:#01CFB2;
	
}
.fuente-white
{
color:#ffffff;
	
}
.btn-angelopolis
{
color:#fff;
background-color:#01CFB2;
border-color:#00FFDC;

}
.footer-image{
	height:50px;
	width:100%;
	background-color:#000;
	opacity:.8;
	position: absolute;
    bottom: 0;
    line-height: 50px;

}
.plus-icon
{
	float:right;
	font-size:15px;
	margin-right:25px;
	line-height: 40px;

}
.footer-image span
{

	margin-left:25px;
}


/* REGLAS PARA CERTIFICADOS Y BENEFICIOS */

.certificate {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.certificate__body {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.certificate__description {
    flex: 1;
    margin-bottom: 0;
}
.certificate__icon {
    color: #bbb;
    /*font-size: 1rem;*/
    font-size: 15px;
    margin-right: 8px;
}
.certificate__rules {
    /*margin-top: 2rem;*/
    font-size: .8rem;
    margin-bottom: 2rem;
}
.certificate__rules-title {
    height: 35px !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    color: #BA5C9D;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
}

.certificate__no-rules-title{
    height: 35px !important;
    font-size: 13px;
    color: #c2ab54;
    margin-top: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 2rem;
}
.certificate__rules-item {
    padding-left: 1rem;
}

.certificate__rules-item li{
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}

.post-premio {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.post-premio-description {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.grid-premios {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}
.fuente-rosa {
    color: #BA5C9D;
}
.h-slogan {
    font-size: 16px;
    font-weight: lighter;
}
.puntos-stock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.puntos-stock i {
    margin-right: 8px;
}
@media screen and (min-width: 550px) {
    .grid-premios {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 990px) {
    .grid-premios {
        grid-template-columns: repeat(3, 1fr);
    }
}