@import url(style.css);
@import url(global.css);

.bg-body-gallery {
    background-color: black;
    background-image: url("../img/bg-sea.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.header-gallery{
    margin-top: 0;
    margin-left: 0;
    padding-inline: 10px;
    padding-block: 20px;
}


.sec-btn-shr{
  position: fixed;
  /* Fixa o cabeçalho */
  z-index: 10;
  top: 0;
  right: 0;
  /* Alinha no canto superior direito */
  padding: 10px;
  width: 100vw;
}




@media (min-width: 600px) {
    .dark-blue-background{
        padding-bottom: 60px;
    }
    
    .home-link {
        margin-top: 20px;
    }
}

.section-back img{
  margin-top: 10px;
  margin-left: 20px;

  width: 45px;
  height: 45px;
}

#gallery-section {
    z-index: 0; 
}


.gallery{
    z-index: inherit; 
}

.wrap {
    display: flex;
    flex-wrap: wrap;
}

#filters{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.filter {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 5px;
    overflow: hidden;
}

.border-round {
    border-radius: 10px;
}

.filter img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.filter video {
    width: 300px;
    height: auto;
}

.portfolio-info {
    text-align: center;
}


@media (min-width: 600px) {
    .filter {
        width: 50%;
    }

    .filter div{
        margin: 40px;
    }

    .filter img {
        width: 600px;
        height: 400px;
    }

}


.filter-button {
    background-color: var(--soft-blue-color);
    border: solid 1px var(--green-blue-color);
    border-radius: 100px;
    font-family: 'Garet';
    font-weight: normal;
    color: var(--green-blue-color);
    padding-block: 5px;
    padding-inline: 10px;
    margin: 5px;
  }


  .filter-button:focus {
    background-color: var(--green-blue-color);
    color: var(--soft-blue-color);
  }

  .div-sand-footer{
    position: absolute;
  }

  .div-sand-footer .sand-footer {
    position: relative;
    bottom: 0;
  }

  .logo-rodape {
    width: auto;
    height: 50px;
  }

  .galeria-title {
    background-color: var(--soft-blue-color);
    border: none;
    border-radius: 100px;
    font-family: 'Garet';
    color: var(--green-blue-color);
    font-weight: normal;
  }

  .footer-gallery{
    background-color: var(--soft-green-blue-color);
  }