* {
    font-family: var(--font-family-2) !important;
}

.mainWorkshopContainer {
    display: flex;
    width: 90%;
    margin: auto;
    position: relative;
}

.mainWorkshopContainer a{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

#suscribeCloseDiv {
    position: absolute;
    right: 15px;
    top: 23px;
    z-index: 999;
    cursor: pointer;
}

.sectionTitle {
    text-transform: none !important;
}

.mainWorkshopImages {
    width: 20%;
    height: 20%;
    /* object-fit: scale-down; */
    margin: 2%;
    cursor: pointer;
    transition: 0.3s;
}

#popupFields {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

#workshopRegisterDivContainer {
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
}

.collaboratorContainer img {
    width: 100%;
}

.mainWorkshopSubTitle {
    position: relative;
    font-size: 14px;
    text-align: center;
    font-family: var(--font-family-2) !important;
}

.mainWorkshopPrice,
.mainWorkshopSummary {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 17px;
}

.mainWorkshopPrice {
    color: #801a2e;
    font-family: var(--font-family) !important;
    font-size: 20px;
}

#loginMessageDiv.workshopForm {
    width: 50%;
}

.mainWorkshopTitle {
    position: relative;
    width: 90%;
    line-height: 50px;
    margin: 10px auto;
    /* font-weight: bold; */
    font-size: 40px;
    text-align: center;
    font-family: var(--font-family-2) !important;
}

.mainWorkshopRow {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    margin: 50px auto;
    grid-template-columns: repeat(4, 1fr);
}

.mainWorkshopMainImage {
    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;
    margin: 40px auto;
}

.mainWorkshopColgado {
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #801a2e;
    width: 90%;
    margin: auto;
    margin-top: 110px;
    font-family: var(--font-family-2) !important;
}

.mainWorkshopContent .customButton {
    margin-left: 0;
}

.itemSeparator {
    position: relative;
    width: 1px;
    height: calc(97% - 40px);
    margin: auto;
    background-color: black;
    display: block;
    position: absolute;
    left: 50%;
    top: 40px;
}

.mainWorkshopImage {
    position: relative;
    width: 100%;
    height: auto;
}

.workshopGroupContainer .workshopsContainer {
    margin: auto;
}

#mainWorkshopEnrollmentStatus {
    font-family: var(--font-family) !important;
    color: #801a2e;
    margin-top: 15px;
    font-size: 18px;
    display: none;
}



.workshopGalleryContainer,
.workshopGallery {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.workshopGalleryImage {
    position: relative;
    float: left;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto 20px;
}

.workshopGalleryArrows {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.arrow {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
}

.arrow.next {
    cursor: url('/files/nav_next.svg'), auto;
}

.arrow.previous {
    cursor: url('/files/nav_prev.svg'), auto;
}

.sectionTitle.gallery {
    font-size: 50px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .workshopRow {
        display: block;
    }

    .mainWorkshopTitle {
        font-size: 25px;
    }

    .mainWorkshopContainer {
        flex-direction: column;
        margin: 30px auto;
    }

    .mainWorkshopSubTitle {
        margin-bottom: 20px;
    }

    .item {
        width: 90%;
        margin: 4px auto;
    }

    .itemSeparator {
        display: none;
    }

    .mainWorkshopContent .customButton {
        font-size: 12px;
        padding-left: 0px;
        padding-right: 0px;
        width: 80%;
        float: none;
        margin: 20px auto;
    }

    /* .workshopGallery {
        width: 75vw;
        height: 500px;
    } */

    .workshopGalleryImage.slick-slide {
        width: 75vw;
        margin: auto 15px;
    }

    .sectionTitle.gallery {
        font-size: 25px;
    }

    .mainWorkshopPrice,
    #mainWorkshopEnrollmentStatus {
        text-align: center;
    }

    #articlesContainer {
        display: block;
        margin-top: 15px;
        width: 85%;
    }
}