.activityContainer {
    display: flex;
    width: 95%;
    margin: auto;
    flex-direction: row-reverse;
    position: relative;
    margin-top: 6vw;
    margin-bottom: 130px;
}

.activityImages {
    width: 20%;
    height: 20%;
    /* object-fit: scale-down; */
    margin: 2%;
    cursor: pointer;
    transition: 0.3s;
}

.collaboratorContainer img {
    width: 100%;
}

.activitySummary.altColor {
    color: #801a2e;
}

.activitySubTitle {
    position: relative;
    font-size: 14px;
    text-align: center;
    font-family: var(--font-family) !important;
}

.activitySummary {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 30px;
    color: black;
    margin-top: 50px;
}

.activityTitle {
    position: relative;
    width: 90%;
    line-height: 50px;
    /* margin: 10px auto; */
    font-size: 40px;
    text-align: left;
    font-family: auto !important;
    color: var(--color-3);
}

.activityRow {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    margin: 50px auto;
    grid-template-columns: repeat(4, 1fr);
}

.activityMainImage {
    position: relative;
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    font-size: 14px;
}

.item {
    position: relative;
    /* width: 45%; */
    height: auto;
    align-items: start;
    justify-content: space-around;
}

.item.image {
    width: 60%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.item.text {
    width: 30%;
    margin-right: 10%;
}

.inscribirseActividadText {
    width: 50%;
    color: var(--color-3);
    font-size: 20px;
    margin-left: 50%;
    margin-top: 5vw;
}

.inscribirseBoton {
    margin-left: 50%;
    height: 45px;
    background: var(--color-3);
    color: white;
    border-radius: 40px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 45px;
    width: 21%;
    border: 1px solid var(--color-3);
    min-width: 150px;
    text-align: center;
    cursor: pointer;
    margin-top: 5vw;
}

.inscribirseBoton:hover {
    color: var(--color-3);
    background: white;
}

.activityContent {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.activityColgado {
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #801a2e;
    width: 90%;
    margin: auto;
    margin-top: 110px;
    font-family: var(--font-family) !important;
}

.activityContent .customButton {
    margin-left: 0;
}

.activityImage {
    position: relative;
    width: 100%;
    height: auto;
}

.activityGroupContainer .activitysContainer {
    margin: auto;
}

@media screen and (max-width: 768px) {
    .activityRow {
        display: block;
    }

    .activityTitle {
        font-size: 28px;
        line-height: 28px;
    }
    .item.text {
    width: 90%;
    margin: 0px auto;
}

.activitySummary {
    margin-top: 6px;
}

.item.image {
    width: 90%;
}

.inscribirseActividadText {
    width: 100%;
    margin: 0px auto;
    margin-top: 110px;
}

.inscribirseBoton {
    width: 100%;
    margin: 0px auto;
    margin-top: 110px;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-bottom: 110px;
}

    .activityContainer {
        flex-direction: column-reverse;
        /* margin: 30px auto; */
    }

    .activitySubTitle {
        margin-bottom: 20px;
    }

    .item {
        width: 90%;
        margin: 4px auto;
    }

    .itemSeparator {
        display: none;
    }

    .activityContent .customButton {
        font-size: 12px;
        padding-left: 0px;
        padding-right: 0px;
        width: 46.8%;
        float: left;
        margin: 20px auto;
    }

    #program {
        margin-right: 2.5%;
    }
}