.section-bg-genesis {
    background: rgb(255,229,52);
    background: -moz-linear-gradient(229deg, rgba(255,229,52,1) 0%, rgba(177,124,25,0.6) 100%);
    background: -webkit-linear-gradient(229deg, rgba(255,229,52,1) 0%, rgba(177,124,25,0.9) 100%);
    background: linear-gradient(229deg, rgba(255,229,52,1) 0%, rgba(177,124,25,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe534",endColorstr="#b17c19",GradientType=1);
    backdrop-filter: blur(15px);
}

.box-genesis{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    align-items: center; justify-content: center; font-size:14px;
    padding:16px; height:100px; background-color:rgba(255,255,255,0.9); box-shadow:1px 1px 5px rgba(0,0,0,0.3); 
    line-height: 22px;
}

.box-genesis a{
  color:#555;
}

.info-date{
  color:#999;font-size:12px;
}
.row-genesis{
    display: flex; align-items: center; justify-content: center; padding-top:20px; padding-bottom:10px;
}
.btn-genesis-showmore{
    background-color: #ffe534;
    color: #000;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 12px;
}
.box-info{
    background-color: rgba(0,0,0,0.3); 
    backdrop-filter: blur(15px);
    margin:0px 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding:5px;
    font-size:12px;
    color:rgba(255,255,255,0.7);
}
