.views-exposed-form .fieldset-legend {
    background-color: #0077c8;
    color: #fff;
}

.activityCardColumn1 {
    font-size: 13px;
}

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	
	label {
    display: inline-block;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.views-exposed-form .fieldset-wrapper {
    padding: 1.25rem;
}

.activityCardColumn2 {
    width: 75%;
}

.card-link-wrapper {
    text-decoration: none;
    color: #1f1f1f;
    margin: 1rem auto 2rem;
    min-width: 16.75rem;
    max-width: 29.3rem;
    position: relative;
}

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	
	
	.card-link-wrapper .card {
       border: 1px solid #0077c8;
    padding: 0;
    height: 100%;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
        border-radius: 11px;
    overflow: hidden;
}

.card-link-wrapper .card-header {
    background-color: #02568d;
    color: #fff;
    padding: 7px;
    text-align: center;
    z-index: 100;
    font-weight: 700;
    border: none;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}

.card-link-wrapper .card-header  p{
    margin-bottom: 0px;
    }

.card-link-wrapper .card__bgShape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
        background-color: #0077c8;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 60% 90%, 40% 90%, 0 70%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 60% 90%, 40% 90%, 0 70%);
    z-index: 1;
    max-height: 16.5rem;
    transition: background-color 0.2s ease-out;
}

.card-link-wrapper .card-body {
    z-index: 10;
    padding: 0.75rem 1.25rem 1.25rem;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-link-wrapper .card-title {
color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 31px;
    line-height: 31px;
    margin-bottom: 1.5rem;
    margin-top: -15px;
    margin-bottom: 36px;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9988;
}

.card-link-wrapper .card-img {
    background-color: #e6feff;
    padding: 0;
    width: 84%;
    margin: 6px auto 1.5rem;
    display: block;
    border-radius: 24px;
    position: relative;
    z-index: 99999;
    border-top: 8px #fff solid;
}

.card-link-wrapper .card-text-iq-activity {
    height: 7.5rem;
    color: #1f1f1f;
    text-align: center;
    margin: 0.5rem 0;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0.25;
}

.box-temporario row{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-content: center;
}

.activityCardColumn2 row{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 5px;
 }
 
 .gaActivities.col-xl-4 {
    flex: 0 0 auto;
    width: 31%;
    margin: 8px !important;
}

.box-temporario .row.px-lg-4{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.activityCardColumn2 .row.mb-5{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}