.event-header {    background: linear-gradient(to right, #264d84, #32526b);    color: white;    padding: 40px;    border-radius: 5px;    margin-bottom: 30px;}.event-header h2 {    font-size: 1.8rem;    font-weight: bold;}.info-block {    padding: 30px;    border-left: 3px solid #EEE;    background-color: #fff;    border-radius: 12px;    margin-bottom: 25px;    box-shadow: 0 2px 6px rgba(0,0,0,0.05);	line-height:35px;}.info-block h3 {    font-size: 1.3rem;    margin-bottom: 15px;    color: var(--color-base-cliente);    text-transform:uppercase;}.categories span {    display: inline-block;    background-color: #e9f3ff;    color: #0d6efd;    padding: 10px 20px;    border-radius: 30px;    font-weight: 500;    margin-right: 10px;    margin-bottom: 10px;}.kit-list li {    list-style: none;    padding-left: 25px;    position: relative;    margin-bottom: 10px;}.kit-list li::before {    content: "🏁";    position: absolute;    left: 0;}.mb-0,.mb-1{color:#FFF}