@import './cores.css';

.div-todas-images{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.btn-todas-imagens{
    background-color: var(--cor-tematica);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-todas-imagens:hover{
    background-color: var(--cor-tematica-light);
    color: #fff;
    text-decoration: none;
}
.imgGaleriaRecentes{
    aspect-ratio: 5/3;
    width: 100%;
    border-radius: 5px;
}
.divImagem{
    display: flex;
    flex-direction: column;
    height: auto;
}
.divImagem:target{
    position: fixed;
    top: 20%;
    width: 50%;
    left: 33%;
    border: solid 1px #6c6c6c;
    box-shadow: 0 0 15px 5px #000;
    background-color: #fff;
    border-radius: 5px;
}
.detalhes{
    display: none;
    width: 97%;
}

.detalhes i{
    color: crimson;
    font-size: 20px;
    font-weight: 800;
}
.divImagem:target .detalhes{
    display: flex;
    position: absolute;
    top: 3%;
    justify-content: end;
}
@media (max-width:670px){
    .div-todas-images{
        justify-content: center;
    }
    .divImagem:target{
        position: static;
        border: none;
        box-shadow: none;
        background-color:transparent;
        width: 100%;
    }
    .divImagem:target .detalhes{
        display: none;
    }
}
.input-search input{
    border: none;
    outline: none;
    margin-left: 7px;
    display: none;
}
.titulo-com-search{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}
.titulo-com-search h2{
    font-weight: 600;
    margin: 0;
}
.input-search{
    padding: 10px;
    height: 50%;
    display: flex;
    align-items: center;
    border: 1px solid var(--gray-color);
}
.input-search input{
    border: none;
    outline: none;
    margin-left: 7px;
    display: none;
}
.titulo-com-search input
.galeria h2{
    background-color: var(--white-color);
    cursor: pointer;
    margin: 25px;
    margin-bottom: 2%;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    font-size: 28px;
}
.imgs-galeria {
    position: relative;
    padding: 15px;
    max-width: 90%;
    margin: 0 auto;
}
