﻿.testim {
    width: 100%;
}

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 40px 20px;
        margin: auto;
    }

    .testim .arrow {
        display: none;
        position: absolute;
        color: #333;
        cursor: pointer;
        font-size: 2em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
    }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #0181d4;
        }


        .testim .arrow.left {
            left: 70px;
        }

        .testim .arrow.right {
            right: 70px;
        }

    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
        padding-left: 0px;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #0181d4;
            margin: 0 1px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #0181d4;
                border-color: #0181d4;
            }


    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 0;
            }


            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }


        .testim .cont div .img img {
            display: block;
            width: 100%;
            margin: auto;
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.banner-p p {
    font-size: 21px;
    text-align: justify;
}

.btnbanners {
    z-index: 99999;
}

/*@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}
*/

.banner-pp {
    margin-top: 21px;
    margin-bottom: 21px;
}

.btnbanners {
    margin-bottom: 10px;
}

.testim .cont div.active p {
    text-align: justify;
}

.testim .cont div.active h2 p {
    text-align: center;
}

.thumbnail-classic img, .thumbnail-classic figure img {
    height: auto !important;
}

.gallery-photoswipe-1 .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0181d4;
    border-top-color: rgb(1, 129, 212);
    border-right-color: rgb(1, 129, 212);
    border-bottom-color: rgb(1, 129, 212);
    border-left-color: rgb(1, 129, 212);
    margin: 0 4px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    background: #fff;
}

    .gallery-photoswipe-1 .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot:hover {
        transform: scale(1) !important;
        -webkit-transform: scale(1) !important;
        background: rgb(1, 129, 212);
    }

.owl-carousel-default .owl-dot.active {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    background: rgb(1, 129, 212);
}

.box-img {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 25px;
    z-index: 1;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(8,38,93,0.33) 18%,rgba(8,38,93,0.53) 36%,rgba(8,38,93,0.84) 70%,rgba(8,38,93,0.91) 87%,rgba(8,38,93,1) 100%));
    background: -webkit-linear-gradient(top, rgba(8,38,93,0) 0%,rgba(8,38,93,0.33) 18%,rgba(8,38,93,0.53) 36%,rgba(8,38,93,0.84) 70%,rgba(8,38,93,0.91) 87%,rgba(8,38,93,1) 100%));
    background: linear-gradient(to bottom, rgba(8,38,93,0) 0%,rgba(8,38,93,0.33) 18%,rgba(8,38,93,0.53) 36%,rgba(8,38,93,0.84) 70%,rgba(8,38,93,0.91) 87%,rgba(8,38,93,1) 100%);
    border-radius: 0 0 3px 3px;
    width: 100%;
    font-weight: 700;
}

.notice-description-notice-mobile {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cursos {
    background-image: url('../images/bg-cursos-mobile.png');
}

#gallery-photoswipe-2 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-2 img {
        max-width: 200px;
    }

    #gallery-photoswipe-2 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-2 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-2 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-2 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

.cursos .owl-controls {
    display: inline-block !important;
}

#gallery-photoswipe-2 .owl-dot:hover {
    background-color: #fff !important;
}

#gallery-photoswipe-3 .owl-dot {
    display: inline-block !important;
    border: 1px solid #fff;
    background-color: transparent !important;
}

    #gallery-photoswipe-3 .owl-dot.active {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: #fff !important;
    }

#gallery-photoswipe-3 .thumbnail-classic-img-wrap {
    cursor: pointer;
}

#gallery-photoswipe-3 .owl-carousel-default .owl-dots {
    margin-left: 0px !important;
}

#gallery-photoswipe-3 .owl-dot:hover {
    background-color: #fff !important;
}

#gallery-photoswipe-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.instagram-sidecar img {
    width: 100% !important;
}

.video-banner video {
    opacity: 1;
    display: inline-block;
}

#gallery-photoswipe-3 .owl-dot {
    border: 1px solid #5282e0 !important;
}

    #gallery-photoswipe-3 .owl-dot.active {
        background: #5282e0 !important;
    }


#gallery-photoswipe-4 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-4 img {
        max-width: 200px;
    }

    #gallery-photoswipe-4 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-4 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-4 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-4 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-4 .owl-dot:hover {
        background-color: #fff !important;
    }

#gallery-photoswipe-5 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-5 img {
        max-width: 200px;
    }

    #gallery-photoswipe-5 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-5 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-5 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-5 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-5 .owl-dot:hover {
        background-color: #fff !important;
    }




#gallery-photoswipe-6 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-6 img {
        max-width: 200px;
    }

    #gallery-photoswipe-6 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-6 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-6 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-6 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-6 .owl-dot:hover {
        background-color: #fff !important;
    }


#gallery-photoswipe-7 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-7 img {
        max-width: 200px;
    }

    #gallery-photoswipe-7 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-7 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-7 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-7 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-7 .owl-dot:hover {
        background-color: #fff !important;
    }




#gallery-photoswipe-8 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-8 img {
        max-width: 200px;
    }

    #gallery-photoswipe-8 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-8 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-8 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-8 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-8 .owl-dot:hover {
        background-color: #fff !important;
    }




#gallery-photoswipe-9 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-9 img {
        max-width: 200px;
    }

    #gallery-photoswipe-9 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-9 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-9 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-9 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-9 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-9 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-9 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-9 .thumbnail-classic img {
        border-radius: 25px;
    }







#gallery-photoswipe-10 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-10 img {
        max-width: 200px;
    }

    #gallery-photoswipe-10 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-10 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-10 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-10 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-10 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-10 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-10 .owl-dot {
        background: transparent;
        border: 1px solid #fff;
    }

    #gallery-photoswipe-10 .thumbnail-classic img {
        border-radius: 25px;
    }






#gallery-photoswipe-11 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-11 img {
        max-width: 200px;
    }

    #gallery-photoswipe-11 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-11 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-11 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-11 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-11 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-11 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-11 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-11 .thumbnail-classic img {
        border-radius: 25px;
    }








#gallery-photoswipe-22 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-22 img {
        max-width: 200px;
    }

    #gallery-photoswipe-22 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-22 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-22 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-22 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-22 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-22 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-22 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-22 .thumbnail-classic img {
        border-radius: 25px;
    }




#gallery-photoswipe-23 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-23 img {
        max-width: 200px;
    }

    #gallery-photoswipe-23 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-23 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-23 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-23 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-23 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-23 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-23 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-23 .thumbnail-classic img {
        border-radius: 25px;
    }


#gallery-photoswipe-24 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-24 img {
        max-width: 200px;
    }

    #gallery-photoswipe-24 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-24 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-24 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-24 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-24 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-24 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-24 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-24 .thumbnail-classic img {
        border-radius: 25px;
    }



#gallery-photoswipe-25 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-25 img {
        max-width: 200px;
    }

    #gallery-photoswipe-25 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-25 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-25 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-25 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-25 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-25 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-25 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-25 .thumbnail-classic img {
        border-radius: 25px;
    }



#gallery-photoswipe-26 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-26 img {
        max-width: 200px;
    }

    #gallery-photoswipe-26 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-26 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-26 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-26 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-26 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-26 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-26 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-26 .thumbnail-classic img {
        border-radius: 25px;
    }



#gallery-photoswipe-27 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-27 img {
        max-width: 200px;
    }

    #gallery-photoswipe-27 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-27 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-27 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-27 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-27 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-27 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-27 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-27 .thumbnail-classic img {
        border-radius: 25px;
    }



#gallery-photoswipe-28 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-28 img {
        max-width: 200px;
    }

    #gallery-photoswipe-28 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-28 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-28 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-28 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-28 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-28 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-28 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-28 .thumbnail-classic img {
        border-radius: 25px;
    }


#gallery-photoswipe-29 {
    padding: 50px;
    padding-bottom: 10px;
}

    #gallery-photoswipe-29 img {
        max-width: 200px;
    }

    #gallery-photoswipe-29 .owl-dot {
        display: inline-block !important;
        border: 1px solid #fff;
        background-color: transparent !important;
    }

        #gallery-photoswipe-29 .owl-dot.active {
            display: inline-block !important;
            border: 1px solid #fff;
            background-color: #fff !important;
        }

    #gallery-photoswipe-29 .thumbnail-classic-img-wrap {
        cursor: pointer;
    }

    #gallery-photoswipe-29 .owl-carousel-default .owl-dots {
        margin-left: 0px !important;
    }

    #gallery-photoswipe-29 .owl-dot:hover {
        background-color: #fff !important;
    }

    #gallery-photoswipe-29 .owl-dot {
        border: 1px solid #fff;
        background: transparent !important;
    }

    #gallery-photoswipe-29 .owl-dot {
        background: #fff;
    }

    #gallery-photoswipe-29 .thumbnail-classic img {
        border-radius: 25px;
    }