#galeria {
    margin-top: 120px;
    margin-bottom: 40px;
}




#galeria table {
    margin-top: 0em;
}

#galeria tr {
    border-bottom: 2px dashed #b5b5b5;
}

#galeria td {
    /* padding-bottom: 1em; */
    padding: 6px 0px 3px 3px;
}

#galeria #kupon {
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    max-height: 42px !important;
    border: 3px solid #0092e0;
    border-radius: 30px;
    text-align-last: center;
    color: #0092e0;
    font-weight: 700;
    font-size: 20px;
    max-width: 330px;
}


#galeria {
    margin-top: 120px;
    margin-bottom: 40px;
}


#galeria .divTable {
    border: 4px solid #136fd1;
    border-radius: 25px;
    padding: 30px;
}

#galeria table {
    width: 100%;
    font-size: 18px;
    color: #136fd1;
    font-weight: 700;
    margin-top: 1em;
}

#galeria td {
    padding-bottom: 1em;
}


#galeria a:visited {
    color: #fff;
}


.gallery a {
    display: inline-block;
    margin: 5px;
}

.gallery img {
    width: 180px;
    height: auto;
    display: block;
    max-width: 180px;
    max-height: 120px;
    object-fit: cover;
}

.gslide-desc {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-btn {
    background-color: #d75c13;
    border-radius: 16px;
    border: 0px;
    box-shadow: 2px 5px 20px 0px #3a3a3a;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    font-weight: 500;
    margin: 4px 0 0 25px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 200px;
    display: block;
    color: white;
    text-align: center;
}


.glightbox-clean .gdesc-inner {
    padding: 12px 20px;
}

.all-image {
    background: unset;
    border: 3px solid #d75c13;
    color: #d75c13;
}

.all-image:hover {
    background-color: #d75c13;
    color: #ffffff;
    border: 3px solid #d75c13;
}