.client-item {
    /* border: 1px solid rgb(238, 238, 238); */
    position: absolute;
    margin: 1em; 
    overflow: hidden;
    border-radius: 75px;
}


.client-item:hover {
    /* nothing yet */
}

.client-item > img, .noImgFakeImg { 
    width: 150px;
    height: 150px; 
    padding: 25px;  
}

.noImgFakeImg {
    background-image: url(link.png); 
    background-size: 40px;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    text-transform: uppercase;
    text-align: center; 
    padding-top: 65%;
    font-size: 0.5em; 
}

.navbar-default {
    background-color: #ffffff;
    border-color: #eeeeee;
    padding: 0; 
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar:after {
    clear: both;
}

.navbar-brand {
    float: left;
    padding: 15px 15px 15px 0;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand>img {
    margin-top: -15px;
}

.navbar-brand>img {
    display: block;
}

img {
    vertical-align: middle;
    border: 0; 
}

.client-item img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#clientGrid {
    padding: 50px 20px; 
}

.redirect-item {
    position: absolute; 
    height: 150px; 
    top: 0;
    vertical-align: middle;
    display: none;
}

.redirect-item > img {
    height: 25px;
    width: 25px;
    margin-top: calc(150px/2 - 25px/2);
}

.rItem-left {
    left: 0; 
}
.rItem-right {
    right: 0;
}

.rItem-100 {
    width: 150px; 
}

.rItem-50 {
    width: 75px; 
}

.rItem-Thau {
    /* background-color: #c1d72e; */
    /* background-color: rgba(193, 215, 46, .7); */
    background-color: rgba(0, 0, 0, .7);
    background-image: url(iconThau_b.png); 
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;

}
.rItem-Thau:hover {
    /* background-color: #c1d72e; */
    /* background-color: rgba(193, 215, 46, .7); */
    /* background-color: rgba(193, 215, 46, 0); */
    background-image: url(iconThau.png); 
    /* background-color: rgba(255, 255, 255, .7);  */
    /* background-color: rgba(0, 0, 0, .7); */
}
.rItem-DoItForMe {
    /* background-color: #00b1cf; */
    /* background-color: rgba(0, 177, 207, .7); */
    background-color: rgba(0, 0, 0, .7);  
    background-image: url(iconDIFM_b.png); 
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}
.rItem-DoItForMe:hover {
    /* background-color: #00b1cf; */
    /* background-color: rgba(0, 177, 207, .7); */
    background-image: url(iconDIFM.png); 
    /* background-color: rgba(0, 177, 207, 0); */
    /* background-color: rgba(255, 255, 255, .7);   */
}

.rItem-Pthree {
    /* background-color: #00b1cf; */
    /* background-color: rgba(0, 177, 207, .7); */
    background-color: rgba(0, 0, 0, .7);  
    background-image: url(iconPthree.png); 
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}
.rItem-Pthree:hover {
    /* background-color: #00b1cf; */
    /* background-color: rgba(0, 177, 207, .7); */
    background-image: url(iconPthree.png); 
    /* background-color: rgba(0, 177, 207, 0); */
    /* background-color: rgba(255, 255, 255, .7);   */
}



.client-overlay {
    z-index: 42;
    position: absolute; 
    top: 0;
    left: 0;
    text-align: center; 
    width: 150px;
    height: 150px; 
    display: none; 
    font-family: 'Roboto', sans-serif;
    transition: opacity 0.3s ease;
    /* background-color: rgba(238, 238, 238, .7); */
}

button.btn.btn-dark.branchFilterBtn:first-of-type {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}
button.btn.btn-dark.branchFilterBtn:last-of-type {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
}

#clientGrid .client-item .client-branch {
    display: none !important;
}

#loginPopup {
    width: 300px;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#loginPopup h2 {
    margin-top: 0;
    font-size: 24px;
}

#closePopup {
    font-size: 20px;
    color: #aaa;
}

#closePopup:hover {
    color: #333;
}

/* hover LOGIN */
.btn-login {
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.btn-login:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.05); /* Aumenta ligeramente el tamaño */
    background-color: #0000; /* Cambia el color del fondo */
}

