@font-face {
    font-family: "Poppins-Bold";
    src: url(./fonts/Poppins-Bold.ttf);
}



@font-face {
    font-family: 'Foco Black';
    font-style: normal;
    font-weight: normal;
    src: local('Foco Black'), url('../../fonts/FOCOBLACK.woff') format('woff');
}



@font-face {
    font-family: "Poppins-Ligh";
    src: url('../../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: "Poppins-Medium";
    src: url('../../fonts/Poppins-Medium.ttf');
}

.font-poppis-bold {
    font-family: "Poppins-Bold" !important;
}

@media (min-width: 1401px) {
    .glightbox-clean .gslide-image img {
        max-width: 900px;
        max-height: 600px;
        width: auto;
        height: auto;
        object-fit: 100% 100%;
        margin: 0 auto;
        display: block;
    }



}





.glightbox-clean .gslide-title {
    font-family: "Poppins-Medium" !important;
    font-size: 23px;
    font-weight: 700;
    font-family: arial;
    color: #144a90;
    margin-bottom: 8px;
    line-height: 1.4em;
}

.glightbox-clean .gslide-description {
    border-radius: 0px 0px 20px 20px !important;
    margin-bottom: 30px;
}



.glightbox-clean .gslide-desc {
    font-size: 17px;
    font-family: "Poppins-Medium" !important;
    margin-bottom: 0;
    font-family: arial;
    line-height: 1.4em;
}





.box_container_galeria {
    min-height: 900px;

}

.box_album_fotos {
    border-radius: 20px;
}

.container_fotos_videos {
    min-height: 800px !important;
}

.titulo-galeria {
    font-weight: 900;
    font-size: 24px;
    font-family: "Poppins-Medium";
}

.txt-data {
    font-size: 13px;
    font-family: "Poppins-Medium";
    color: #7e7e7e;
    font-weight: 100;
}

.txt-titulo-evento {
    font-weight: 500;
    font-family: "Poppins-Medium";

}


.box_container_album a {
    text-decoration: none;
}



.box_album_fotos {
    transition: transform 0.3s ease;
}

.box_album_fotos:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 15px !important;
}



.box_album_fotos h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-transform: none;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin-bottom: 4px;
}

.box_album_fotos p {
    font-size: 12px;
    margin-bottom: 0px;
    color: #6c757d;
    font-family: "Poppins-Ligh";

}


.box_album_fotos img {
    transition: transform 0.3s ease;
    border-radius: 20px 20px 20px 20px;
    height: 210px;
}


.box_menu_lateral_galeria {
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
}

.btn-fotos {
    color: #F3AC20 !important;
    background-color: white;
    font-weight: bold;
    text-align: justify;
    font-size: 15px;
    border-radius: 10px;
    font-family: "Poppins-Medium";

}

.btn-videos {
    color: #F3AC20 !important;
    background-color: white;
    font-weight: bold;
    text-align: justify;
    font-size: 15px;
    border-radius: 10px;
    font-family: "Poppins-Medium";

}

.btn-ativo {
    color: #0038FF !important;
    box-shadow: rgb(1 1 1 / 10%) 0px 0px 8px 1px !important;

}

.bi-play-btn::before {
    color: #F3AC20 !important;
    content: "\f4f1";
    font-size: 23px;
}

.bi-image-fill::before {
    color: #F3AC20 !important;
    content: "\f429";
    font-size: 19px;
}

.circle-person {
    font-size: 15px;
    border: 2px solid #d9d7d7;
    background: #d9d7d7;
    border-radius: 100%;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-shadow: 0 0 1px currentColor;
    color: #2e2e2eff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.box_album_fotos:hover .circle-person {
    transform: rotate(-90deg);
}

.circle-person {
    transition: transform 0.3s ease;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0038FF;

}

.page-link {
    color: #0038FF;
    margin: 3px;
    border-radius: 10px !important;
    border-color: #0038FF !important;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #0038FF;
    border-color: #0038FF;
}

/* Estilo para legenda à direita no GLightbox */
.glightbox-clean .gdesc-right {
    max-width: 300px;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    overflow-y: auto;
    max-height: 80vh;
}

.galeria-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}


.galeria-img:hover {
    transform: scale(1.03);
}

.galeria-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #ffffff;
    opacity: 0.8;
    pointer-events: none;
}


.filtro-galeria {
    padding: 15px 20px;

}

.filtro-galeria .form-select,
.filtro-galeria .form-control {
    width: 165px;
    border-radius: 6px;
    font-size: 14px !important;
}

.filtro-galeria .btn-warning {
    border-radius: 6px;
    font-weight: bold;
    padding: 6px 16px;
}

.dropdown-menu .dropdown-item {
    height: 43px;
    font-weight: 800;
    color: #3f6ad8;

}

.forms_input {
    width: 75% !important;
}






@media screen and (max-width: 1400px) {
    .box_album_fotos img {
        height: 180px;

    }


    .box_album_fotos h5 {
        font-size: 13px;

    }

    .galeria-img {
        height: 131px;
    }




}



@media screen and (max-width: 920px) {
    .box_album_fotos img {
        height: 215px;
    }

    .box_menu_lateral_galeria {
        margin-bottom: 40px !important;
    }

    .glightbox-clean .gslide-desc {
        font-size: 14px;

    }

    .glightbox-mobile .glightbox-container .gslide-title {
        color: #fff;
        font-size: 19px !important;
    }

    .form-control {
        height: calc(1.55rem + 10px) !important;
        margin-bottom: 30px;
    }

    .btn-secoes {
        margin-bottom: 30px;
    }


    .dropdown-menu,
    .popover {
        position: absolute !important;
        z-index: 50;
        left: 5% !important;
        top: 176px !important;
        width: 100% !important;
        transform: translateY(-50%) !important;
        min-width: 10px !important;
    }



}




@media screen and (max-width: 786px) {
    .galeria-img {
        height: 138px;
    }
}

@media screen and (max-width: 700px) {
    .galeria-img {
        height: 175px;
    }
}