.gallery .card {
    cursor: pointer;
    overflow: hidden;
}

    .gallery .card img {
        width: 100%;
        height: auto;
    }

.galleryShadow {
    display: none;
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 2;
    z-index: 9998 !important;
}

.galleryModal {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999 !important;
}

    .galleryModal .galleryContainer {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80%;
        height: 75%;
    }

        .galleryModal .galleryContainer img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
        }

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.0rem - 0px);
    border-top-right-radius: calc(.0rem - 0px);
}

.galleryModal .galleryContainer .galleryText {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    color: #fff;
    text-align: center;
}

.galleryModal .galleryIcon {
    position: absolute;
    width: 50px;
    height: 20px;
}

.galleryModal .gIquit {
    right: 25px;
    top: 25px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    background: #fff url("../../Sitelayout/Resource/Images/foto-close.svg") no-repeat scroll center center;
    background-size: 40%;
    z-index: 1;
}

.fa-times-circle:before {
    display: none;
}

.galleryModal .gIleft {
    top: 50%;
    left: 25px;
    width: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent url("../../Sitelayout/Resource/Images/left-ico.svg") no-repeat scroll top center;
    background-size: 100%;
}

.galleryModal .gIright {
    top: 50%;
    right: 25px;
    width: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent url("../../Sitelayout/Resource/Images/right-ico.svg") no-repeat scroll top center;
    background-size: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    box-sizing: border-box;
    padding: 6px;
}

.card {
    border: none;
    border-radius: .0rem;
}

.fa-chevron-right:before {
    display: none;
}

.fa-chevron-left:before {
    display: none;
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    .galleryModal .galleryContainer {
        width: 75%;
    }

    .galleryModal .gIright {
        width: 20px;
        right: 10px;
    }

    .galleryModal .gIleft {
        width: 20px;
        left: 10px;
    }

    .galleryModal .gIquit {
        width: 20px;
        height: 20px;
    }
}
