/* swiper */
.swiper-container {
    width: 100%;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 75%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-container.swiperthumbs {
    height: 100px;
    box-sizing: border-box;
    padding: 12px 0;
}

.swiper-container.swiperthumbs .swiper-slide {
    width: 120px;
    height: 100%;
    margin-right: 8px;
    opacity: 0.4;
}

    .swiper-container.swiperthumbs .swiper-slide-active {
        opacity: 1;
    }

.reswiper-container.only-thumbs > div:first-of-type {
    display: none;
}

.reswiper-container.no-thumbs > div:last-of-type {
    display: none;
}

.reswiper-container.only-thumbs > div:last-of-type .swiper-slide {
    width: 120px;
    height: 100px;
    margin-right: 8px;
    opacity: 1;
}
.swiper-wrapper{position: absolute;}
.simpleModal .swiper-wrapper{position: static;}
/* flechas*/
.swiper-button-prev, .swiper-button-next{background-image: none;font-size: 48px;color: #fff;text-shadow: 0 0 4px rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center;}
.swiper-button-prev:before {content:"\f104";font-family: "Font Awesome 5 Pro";text-shadow: 0 0 4px rgba(0,0,0,0.5);font-weight: 200;}

.swiper-button-next:before {content:"\f105";font-family: "Font Awesome 5 Pro";font-weight: 200;}

.swiper-button-prev svg, .swiper-button-next svg{-webkit-filter: drop-shadow( 0px 1px 4px rgba(255, 255, 255, 0.5));filter: drop-shadow( 0px 1px 4px rgba(255,255,255,0.5));}

/* modal */

.simpleModal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1001;
    margin: 0 auto;
}

.simpleModal .navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    background: black;
    color: white;
    padding: 8px 0;
    font-size: 20px;
}
.simpleModal .navigation .close, .simpleModal .navigation .zoomin, .simpleModal .navigation .zoomout{
    cursor: pointer;
    display:  inline-block;
    padding:  4px;
    width: 28px;
    height: 28px;
    margin-left: 16px;
}
   .simpleModal .swiper-container:not(.swiperthumbs) .swiper-slide {
        background-image: none !important;
    }

.simpleModal .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: black;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    color: #333;
    padding: 8px;
}

.simpleModal .swiper-pagination-bullets {
    border-top: solid 1px rgba(80,80,80,1);
    border-bottom: solid 1px rgba(80,80,80,1);
    background: rgba(80,80,80,.5);
}

.simpleModal .swiper-pagination-bullet {
    border: solid 1px white;
}

.simpleModal .swiper-pagination-bullet {
    background: #fff;
}

.simpleModal .swiper-container {
    height: 100%;
    padding-bottom: 40px;
    justify-self: flex-start;
}
.simpleModal .swiper-container.swiperthumbs {
    padding-bottom: 10px;
    height: 140px;
    justify-self: flex-end;
}

.simpleModal .swiper-button-prev, .swiper-button-next{color: #fff;}
.swiper-button-prev svg, .swiper-button-next svg{-webkit-filter: drop-shadow( 0px 1px 4px rgba(0, 0, 0, 0.5));filter: drop-shadow( 0px 1px 4px rgba(0,0,0,0.5));}