@font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('/wwwroot/galeria_2024/assets/fonts/trebuc.woff') format('woff');
}


@font-face {
    font-family: 'Trebuchet MS Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS Italic'), url('/wwwroot/galeria_2024/assets/fonts/Trebuchet-MS-Italic.woff') format('woff');
}
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body {
    min-height: 100vh;
    width: 100%;
    background: #024562;
    font-family: 'Trebuchet MS';
}
.btn-close {
    background: url(/gallery/galeria_2024/assets/images/close.png);
    background-size: contain;
    height: 30px;
    width: 30px;
    border: none;
}
.slide-content{
    background-color: #024562;
    max-width: 100%;
    max-height: calc(100% - 20px);
}
.slide-content .modal-header, .slide-content .modal-footer{
    border-color:#33b8d9;
}
.slide-content .modal-header .modal-title{
    color: #33b8d9;
}
.slide-content .modal-body{
    display: flex;
    align-items: center;
    max-width: 100%;
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 100%;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.slide-content .modal-body p img{
    max-width: 100%;
    max-height: 775px;
}
.slide-content .modal-body .arrow img{
    width: 32px;
}
#slideShowModal{
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
#slideShowModal .modal-dialog {
    max-width: 1200px;
    border-radius: 0.3rem;
    background: #ebe8e3;
}
.arrow, .btn-close{
    cursor: pointer;
}
.arrow-left {
    margin-right: 10px;
}
.arrow-right {
    margin-left: 10px;
}

.gallery{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap ;
}
.gallery .img-box{
    width: 10%;
    padding: 10px;
}

@media screen and (max-width: 1200px) {
    .gallery .img-box {
        width: 20%;
    }
}
@media screen and (max-width: 800px) {
    .gallery .img-box {
        width: 33.33%;
    }
}
.thumbnail{
    cursor: pointer;
    aspect-ratio: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.thumbnail img{
    width: 100%;
    height: auto;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.main-container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
h5, .h5 {
    font-size: 1.25rem;
    font-weight: 500;
}
.page.title {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    color: #33b8d9;
    margin: 20px;
}
.buttons {
    display: flex;
    justify-content: space-around;
    color: #33b8d9;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.button{
    margin: 10px;
}
.button a{
    color:#33b8d9;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: all .3s linear;
}
.button a.active{
    text-decoration: underline;
}
.button:hover{
    scale: 1.05;
}
.img-wrapper{
    width: calc(100% - 84px);
}
.img-wrapper img{
    max-width: 100%;
    max-height: 100%;
    max-height: calc(100vh - 93px - 83px);
}
.download-img{
    width: 40px;
}
