.container-gallery {
/*     max-width: 850px; */
    margin: 20px auto;
    width: 100%;
}

.container-gallery .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: relative;
    margin-top: 10px;
        left: 0;
}

.tabs-gallery {
        margin-bottom: 20px;
}

.tabs-gallery .img-tab{
    border: 2px solid;
    min-width: 70px;
    min-height: 70px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    flex-direction: row;
    position: relative;
    align-items: center;
    justify-content: center;
}

.tabs-gallery .swiper-slide-thumb-active .img-tab {
    opacity: 1
}

.tabs-gallery .img-tab input{
    /* margin-top: 50%; */
    /* transform: translateY(-50%); */
    display: block;
    margin: auto;
}

.tabs-gallery .img-tab label {
    display: block;
    text-align: center;
	font-size: 0.7rem
}

.tabs-gallery .img-tab label.overlay-label {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.buttons--group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.buttons--group button, .buttons--group button:active  {
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 0.6180469716em 1em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    -webkit-appearance: none;
    border-radius: 5px;
    background: #33a5f7;
    color: #FFF;
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 0.8rem;
    font-family: inherit;
    align-items: center;
}


.buttons--group button:hover {
    background: #038cd6;
}

.buttons--group button i{
    font-size: 20px
}


[data-network="sharethis"] {
    display: none !important;
}

.share-buttons {
    /* display: block; */
    display: flex;
    gap: 15px;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
}

.share-buttons i {
    font-size: 25px;
    background: #000;
    color: #FFF;
    border-radius: 18px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.share-buttons i.fa-facebook-f{
    background:#1877F2
}

.share-buttons i.fa-twitter{
    background: #1DA1F2
}

.share-buttons i.fa-linkedin-in{
    background: #0A66C2
}

.share-buttons i.fa-whatsapp{
    background: #25D366
}

.share-buttons i.fa-envelope{
    background: #DF2029
}

/*.container-gallery .show-image {*/
/*    position: relative*/
/*}*/

/*.container-gallery .show-image > div{*/
/*    position: absolute*/
/*}*/


html[lang="en-US"] .tabs-gallery .img-tab label {
    font-size: 0.55rem;
}