@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Sarala:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap');
* {
    padding: 0;
    margin: 0;
    color: white;
    box-sizing: border-box;
}

.cabecalho {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: auto;
    width: 100%;
    height: 60px;
    font-size: 100%;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 500;
}

.logo2 {
    width: 80px;
    height: 50px;
    margin-left: 20px;
    padding-right: 10px;
}

/* Botão hamburguer */
.hamburguer {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    margin-right: 20px;
}

/* Menu padrão desktop */
.cabecalho-menu {
    display: flex;
    gap: 32px;
    margin-right: 40px;
}

.item-menu {
    color: white;
    text-decoration: none;
}

/* Responsivo */
@media (max-width: 900px) {
    .hamburguer {
        display: block;
    }

    .cabecalho-menu {
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #333333;
        width: 100%;
        flex-direction: column;
        align-items: center;
        display: none; /* escondido por padrão */
        padding: 20px 0;
    }

    .cabecalho-menu.active {
        display: flex;
    }
       
    }
.celly-header {
    background-image: url('celly2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
   /* font-family: "Montserrat", sans-serif;*/
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    gap: 50px;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;
    
}

/* Lado da imagem */
.celly-background {
    
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Lado do conteúdo */
.celly-background2 {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
    text-align: center;
    padding: 20px;
}

.logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

.celly-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.celly-subtitle{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

.celly-title2 {
    font-size: 16px;
    padding: 0 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.celly-conteudo-header {
    font-size: 15px;
    padding: 0 20px;
}

/* Responsivo */
@media (max-width: 900px) {
  .celly-header {
    background-attachment: scroll;
    flex-direction: column;
    padding: 20px 15px;
    padding-bottom: 130px;

    background-image: url("celly8.jpg");
    background-size: cover;               /* Mantém a imagem cobrindo o fundo */
    background-position: center center;   /* Centraliza */
    background-repeat: no-repeat;

    /* Pro Safari (ajuda a renderizar direitinho em alguns casos) */
    -webkit-background-size: cover;
    -webkit-background-position: center center;
    -webkit-background-repeat: no-repeat;
  }
}



    .celly-background,
    .celly-background2 {
        
        max-width: 100%;
        padding: 10px;
    }

    .celly-title {
        font-size: 26px;
    }

    .celly-title2,
    .celly-conteudo-header {
        font-size: 14px;
    }

.port{
    border-top: #ffffff 5px solid;
    background-color: #333232;
}
.backport{
    
    width: 100%;
    height: 100%;
    border-bottom: #ffffff 5px solid;
}
.estudio{
    display: flex;
}
.estudio2{
    display: flex;
}
.fotos{
    height:480px ;
    width: 350px ;
}.filter-menu {
  padding: 30px;
  padding-bottom: 10px;
  margin: 0 auto 20px auto; /* Centraliza horizontalmente */
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center; /* Alinha os botões ao centro */
  max-width: 100%;
}

/* Botões */
.filter-menu button {
  padding: 8px 15px;
  border: none;
  background: #575656;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
  color: white;
  font-size: 14px;
}

/* Botão ativo */
.filter-menu button.active {
  background: #000;
  color: #fff;
}

/* Responsividade extra (opcional) */
@media (max-width: 768px) {
  .filter-menu {
    padding: 20px 10px;
    gap: 8px;
  }

  .filter-menu button {
    font-size: 13px;
    padding: 7px 12px;
  }
}

@media (max-width: 480px) {
  .filter-menu button {
    width: 100%; /* Ocupa toda a linha no mobile */
    max-width: 100%;
  }
}

main{
    background-color: #333232;
    
}

.gallery {
  margin-left: 37px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 35px;
}

.photo {
  width: 200px;
  display: none;
}

.photo img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 469px) {
  .gallery {
    justify-content: center; /* opcional pra centralizar */
    margin-left: 0;
    gap: 10px; /* menor gap pra caber mais */
  }

  .photo {
    display: block;
    width: calc(25% - 10px); /* 4 fotos por linha, considerando o gap */
  }
  .celly-subtitle{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}
}

@media (max-width: 462px) {
 
  .celly-subtitle{
    font-size: 15px;
    
}

}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.lightbox-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.lightbox .close {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 1000;
}

.contato{
    display: flex;
    border-top: #ffffff 5px solid;
    
}
.contato-foto{
    margin-top: 50px;
    padding-left: 200px;
}

.title-contato{
    text-align: center;
     background-attachment: fixed;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    
}
.contato-info {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 600px; /* ou ajuste conforme o layout */
  padding: 0 20px;   /* Espaço lateral em telas pequenas */
} 
.card {
  width: fit-content;
  height: fit-content;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px 75px 25px;
  gap: 20px;
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 1s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}
/* twitter*/
.containerTwo:hover {
  background-color: #D44638; /* Cor padrão do Gmail */
  transition-duration: 0.3s;
}
/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: 0.3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #128c7e;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

footer{
  border-top: #ffffff 5px solid;
  background-color: #414040;
  text-align: center;
  padding: 15px;
  font-size: 10px;
}

