/* paginator */
.negrita-pag{
    background-color: black;
    color: white;
    padding: 8px;
    border-radius: 5px;
}
.paginador {
    text-align: center;
    margin: 30px 10px;
    cursor: pointer;
    color: black;
}
.paginador a{
    cursor: pointer;
    color: black;
}
/* title */
.title{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
/* gallery-grid-content */
.gallery-wrapper{
    margin-bottom: 60px;
    margin-top: 60px;
}
.gallery-content{
    z-index: 1;
    position: relative;
    background-color: #04d9ff20;
    padding-bottom: 10px;
    border-radius: 25px;
}
.gallery-content a{
    text-decoration: none;
    color: black;
}
.gallery-image{  
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 400px;
    max-height: 400px;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}
.gallery-figcaption{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content:center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    backdrop-filter: blur(12px);
    width: 100%;
    height: 100%;
    top: 0%;
    opacity: 0;
}
.gallery-figcaption:hover{
    cursor: pointer;
    opacity: 1;
}
.gallery-figcaption:focus{
    cursor: pointer;
    opacity: 1;
}
.gallery-name{
    margin-left: 15px;
}
.gallery-position{
    margin-left: 20px;
}
.gallery-team{
    margin-left: 20px;
}
.gallery-shield{
    margin-left: 20px;
    margin-bottom: 15px;
    max-width: 50px;
    max-height: 50px;
}
/* btn */
.container-btn{
    text-align: center;
}
/* media query */
@media (max-width:415px){
}