.container-galeria{
    padding: 20px 0px;
    width: 90%;
    margin: auto;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.container-galeria a{
    text-decoration: none;
}
.title-galeria{
    padding: 50px 0px;
    width: 90%;
    margin: auto;
    text-align: center;
    color: #3d3d3d;
    font-family: 'Staatliches', cursive;
    font-size: 30px;
}
.item-album{
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.capa-album{
    width: 250px;
    height: 150px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(0.3);
    -webkit-filter: saturate(0.3);
}
.capa-album p{
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    text-decoration: none;
    background-color: #080808ad;
    padding: 3px 10px;
    max-width: 184px;
}
.capa-album:hover{
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.74); 
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.74);
    filter: saturate(1);
    -webkit-filter: saturate(1);
}

.preview{
    width: 260px;
    height: 160px;
    border-radius: 5px;
    position: absolute;
}
.one{
    transform: rotate(-4deg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.two{
    transform: rotate(-8deg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
}
.tree{
    transform: rotate(-12deg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -3;
}
.area-fotos{
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
}
.gallery__item{
    position: relative;
    height: 300px;
    width: 300px;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; 
}
.img_full{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.img-cent{
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}
.img_block{
    max-width: 610px;
    max-height: 430px;
}
.area_closed{
    width: 100%;
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}
.desc_img{
    width: 100%;
    margin-top: 10px;
    font-family: 'Staatliches', cursive;
}
.area_closed i{
    font-size: 19px;
}

.title-foto{
    width: 90%;
    padding: 50px 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title_foto{
    font-size: 30px;
    font-family: 'Staatliches', cursive;
    max-width: 500px;
    text-align: center;
}
.btn_comp{
    padding: 10px 25px;
    background-color: #0d6bf5;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.btn_comp:hover{
    background-color: #0d61df;
}
.btn_comp span{
    font-size: 14px;
    margin-right: 10px;
}

.logo_marcadagua img{
    width: 40px;
}
.logo_marcadagua{
    margin-left: auto;
}
.iframeYoutube{
    width: 400px;
    height: 225px;
    margin: 20px;
}

@media(max-width:768px){
    .area-fotos{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .gallery__item{
        max-width: 300px;
        max-height: 300px;
    }
    .gallery__img{
        max-width: 300px;
        max-height: 300px;
    }

@media only screen and (max-device-width: 749px) {
    .img_block{
        max-width: 500px;
        max-height: 330px;
    }
}
@media only screen and (max-device-width: 540px) {
    .img_block{
        max-width: 350px;
        max-height: 300px;
    }
    .title_foto{
        max-width: 300px;
    }
    .iframeYoutube{
        width: 300px;
        height: 190px;
        margin: 10px;
    }
}
@media only screen and (max-device-width: 390px) {
    .img_block{
        max-width: 310px;
        max-height: 300px;
    }
    .title_foto{
        max-width: 200px;
    }
    .btn_comp span{
        display: none;
    }
}