@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

section.projetos {
  background-color: var(--cor-claro);
  border-radius: 20px 20px 0 0;
}
/* Conteúdo */
section.projetos .conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
}
/* Topo */
section.projetos .conteudo .topo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
section.projetos .conteudo .topo .opcoes {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px 0;
}
section.projetos .conteudo .topo .opcoes h3 {
  font-family: var(--bold);
  font-size: 1.5rem;
  color: var(--cor-escuro);
  letter-spacing: 10px;
}
section.projetos .conteudo .topo .opcoes a {
  font-family: var(--regular);
  font-size: 1.1rem;
  color: var(--cor-escuro);
  text-decoration: none;
  margin: 0 0 0 20px;
  transition: all 0.3s;
}
section.projetos .conteudo .topo .opcoes a:hover {
  opacity: 0.5;
}
section.projetos .conteudo .topo .destaque {
  position: relative;
  background-color: var(--cor-principal);
  padding: 24px 40px 24px 40px;
  border-radius: 20px;
}
section.projetos .conteudo .topo .destaque button {
  font-family: var(--bold);
  font-size: 1rem;
  color: var(--cor-principal);
  background-color: var(--cor-claro);
  padding: 12px 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
section.projetos .conteudo .topo .destaque button:hover {
  color: var(--cor-evento);
  background-color: var(--cor-claro);
}
section.projetos .conteudo .topo .destaque svg {
  position: absolute;
  width: 100%;
  max-width: 90px;
  left: -87px;
  bottom: 0;
  fill: var(--cor-evento);
}
/* Apresentação */
section.projetos .apresentacao {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 600px;
  background-color: var(--cor-principal);
  background: url(../../../../../files/images/fundo.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 20px 0 20px 20px;
  position: relative;
  overflow: hidden;
}


.logo_evento{
  max-width: 100%;
 margin: 0 0 0 0;
}

section.projetos .apresentacao img.robo {
  display: none !important;
  position: absolute;
  width:440px;
  max-width: 100%;
  right: 0px;
  bottom: 0px;
 /* animation: mexendoRobo 30s linear infinite;*/
}
section.projetos .apresentacao img.robo_desk {
  position: absolute;
  width:490px;
  max-width: 100%;
  right: 50px;
  bottom: 150px;
  transition: 0.3s;
 /* animation: mexendoRobo 30s linear infinite;*/
}
@keyframes mexendoRobo {
  0% {
    right: 100px;
  }
  50% {
    right: 150px;
  }
  100% {
    right: 100px;
  }
}
section.projetos .apresentacao .texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 100px 0 100px 100px;
}
section.projetos .apresentacao .texto h3 {
  font-family: var(--regular);
  font-size: 1.2rem;
  color: var(--cor-claro);
  opacity: 0.5;
  letter-spacing: 10px;
}
section.projetos .apresentacao .texto h1 {
  font-family: var(--bold);
  font-size: 3rem;
  color: var(--cor-claro);
  margin: 20px 0 15px 0;
}
section.projetos .apresentacao .texto a {
  font-family: var(--bold);
  font-size: 1.2rem;
  color: var(--cor-claro);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px 30px 18px 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
section.projetos .apresentacao .texto a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
/* Itens */
section.projetos .itens {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0 0 0;
}


section.projetos .social-itens {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0 0 0;
}

@media (max-width: 768px) {
  section.projetos .social-itens {
    flex-direction: column;
    align-items: center; /* opcional, centraliza os itens */
    gap: 10px; /* opcional, dá um espaço entre os itens */
  }

  section.projetos .social-itens .item{
    width: 100% !important;
  }
}

.button_item_social {
  font-family: var(--regular);
  font-size: 1rem;
  color: var(--cor-principal);
  background-color: var(--cor-claro);
  padding: 15px 30px 18px 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 10px 0 0 0;
}
.button_item_social:hover {
  color: var(--cor-claro);
  background-color: var(--cor-principal);
}

section.projetos .social-itens .item.um {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: calc(25% - 10px);
  overflow: hidden;
  background-color: #0073b2;
  border-radius: 20px;
  min-height: 100px;
}

section.projetos .social-itens .item h2 {
  font-family: var(--regular);
  font-size: 1.5rem;
  color: var(--cor-claro); 
  margin-bottom: 10px;
}

section.projetos .social-itens .item.dois {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: calc(25% - 10px);
  overflow: hidden;
  background-color: #000;
  border-radius: 20px;
  min-height: 100px;
}

section.projetos .social-itens .item.tres {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: calc(25% - 10px);
  overflow: hidden;
  background-color: #ff0033;
  border-radius: 20px;
  min-height: 100px;
}

section.projetos .social-itens .item.quatro {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: calc(25% - 10px);
  overflow: hidden;
  background-color: #25D366;
  border-radius: 20px;
  min-height: 100px;
}







/* Apresentação Comenda 2 */
section.projetos .apresentacao2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0 10px 10px;
  margin-top: 20px;
  background-color: var(--cor-principal);
  background: url(../../../../../files/images/bg_comenda.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}


.logo_evento2{
  max-width: 100%;
 margin: 0 0 0 0;
}

section.projetos .apresentacao2 img.robo2 {
  display: none !important;
  position: absolute;
  width:440px;
  max-width: 100%;
  right: 0px;
  bottom: 0px;
 /* animation: mexendoRobo 30s linear infinite;*/
}
section.projetos .apresentacao2 img.robo_desk2 {
  position: absolute;
  width:490px;
  max-width: 100%;
  right: 0px;
  top: 0px;
  transition: 0.3s;
 /* animation: mexendoRobo 30s linear infinite;*/
}

section.projetos .apresentacao2 .texto2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 100px 0 100px 100px;
}
section.projetos .apresentacao2 .texto2 h3 {
  font-family: var(--regular);
  font-size: 1.2rem;
  color: var(--cor-claro);
  opacity: 0.5;
  letter-spacing: 10px;
}
section.projetos .apresentacao2 .texto2 h1 {
  font-family: var(--bold);
  font-size: 2rem;
  color: var(--cor-claro);
  margin: 20px 0 15px 0;
}
section.projetos .apresentacao2 .texto2 a {
  font-family: var(--bold);
  font-size: 1.2rem;
  color: var(--cor-claro);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px 30px 18px 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
section.projetos .apresentacao2 .texto2 a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.planner{
  margin: -15px 0 15px 0px;
}


.button_geral {
  font-family: var(--bold);
  font-size: 1.2rem;
  color: var(--cor-principal);
  background-color: var(--cor-claro);
  padding: 15px 30px 18px 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 10px 0 0 0;
}
.button_geral:hover {
  background-color: rgba(255, 255, 255, 0.692);
}


.button_item1 {
  font-family: var(--bold);
  font-size: 1.2rem;
  color: var(--cor-claro);
  background-color: var(--cor-principal);
  padding: 15px 30px 18px 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  margin: 10px 0 0 0;
}
.button_item1:hover {
  color: var(--cor-principal);
  background-color: var(--cor-terciaria);
}
section.projetos .itens .item.um {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
  width: calc(45% - 10px);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  background: url(../../../../../files/images/fundo_cores.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  min-height: 300px;
}
/* section.projetos .itens .item.um img.robo {
  width: 100%;
  max-width: 600px;
  position: absolute;
  bottom: -350px;
  right: -250px;
  opacity: 0.3;
  animation: imagemRoboZoom 30s linear infinite;
}
@keyframes imagemRoboZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
} */

section.projetos .itens .item.um h2 {
  font-family: var(--bold);
  font-size: 2.5rem;
  color: var(--cor-principal); 
  margin-bottom: 30px;
}
section.projetos .itens .item.dois {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: var(--cor-terciaria);
  padding: 40px;
  border-radius: 20px;
  width: calc(27.5% - 10px);
}
section.projetos .itens .item.dois h3 {
  font-family: var(--bold);
  font-size: 2rem;
  color: var(--cor-principal);
}
section.projetos .itens .item.dois h2 {
  font-family: var(--bold);
  font-size: 4rem;
  color: var(--cor-escuro);
}
section.projetos .itens .item.tres {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: var(--cor-secundaria);
  padding: 40px;
  border-radius: 20px;
  width: calc(27.5% - 10px);
  position: relative;
}
section.projetos .itens .item.tres h3 {
  font-family: var(--bold);
  font-size: 1.2rem;
  letter-spacing: 10px;
  background-color: var(--cor-escuro);
  color: var(--cor-secundaria);
  padding: 10px 20px;
  border-radius: 50px;
  position: absolute;
  top: 30px;
  left: 30px;
}
section.projetos .itens .item.tres img.seta {
  width: 100%;
  max-width: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
}
section.projetos .itens .item.tres p {
  font-family: var(--bold);
  font-size: 1.2rem;
  color: var(--cor-escuro);
  width: 100%;
  max-width: 250px;
}

/* Iten apresenta2 */
section.projetos .apresenta2 {
  display: flex;

  justify-content: space-between;
  width: 100%;
  padding: 20px 0 0 0;
}
section.projetos .apresenta2 .apresentaitem2.apdois {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
  width: calc(100%);
  overflow: hidden;
  background: var(--cor-principal);
  background-color: var(--cor-principal);
  background: url(../../../../../files/images/fundo.webp) no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 20px;
  min-height: 300px;
}


section.projetos .apresenta2 .apresentaitem2.apdois h2 {
  font-family: var(--bold);
  font-size: 2.5rem;
  color: #fff; 
  margin-bottom: 30px;
}





/* Itens2 */
section.projetos .itens2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0 0 0;
}
section.projetos .itens2 .item.um {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
  width: calc(100%);
  overflow: hidden;
  background: var(--cor-principal);
  border-radius: 20px;
  min-height: 300px;
}


section.projetos .itens2 .item.um h2 {
  font-family: var(--bold);
  font-size: 2.5rem;
  color: #fff; 
  margin-bottom: 30px;
}

/* Itens3 */
section.projetos .itens3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0 0 0;
}
section.projetos .itens3 .item.um {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
  width: calc(100%);
  overflow: hidden;
  background: var(--cor-secundaria);
  border-radius: 20px;
  min-height: 300px;
}
section.projetos .itens3 .item.um .section_sobre{
  display: flex;
}
section.projetos .itens3 .item.um .text_sobre{
  padding: 40px 20px 0 20px;
}

section.projetos .itens3 .item.um .foto_milton{
  width: 300px;
  max-width: 100%;
}

section.projetos .itens3 .item.um .foto_gilberto{
  width: 300px;
  max-width: 100%;
}
section.projetos .itens3 .item.um h2 {
  font-family: var(--bold);
  font-size: 2.5rem;
  color: var(--cor-terciaria); 
  margin-bottom: 30px;
}
section.projetos .itens3 .item.um h3 {
  font-family: var(--bold);
  font-size: 2rem;
  color: var(--cor-terciaria); 
  margin-bottom: 30px;
}
section.projetos .itens3 .item.um p {
  font-family: var(--regular);
  font-size: 1rem;
  color: #fff; 
  margin-bottom: 30px;
}




/* Responsivo */
@media screen and (max-width: 1000px) {
  /* Conteúdo */
  section.projetos .conteudo {
    padding: 20px 20px 80px 20px;
  }
  /* Topo */
  section.projetos .conteudo .topo {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
  }

  section.projetos .conteudo .topo .opcoes {
    padding: 0 0 10px 0;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
  }

  section.projetos .conteudo .topo .opcoes img{
width: 60px;
  }
  section.projetos .conteudo .topo .opcoes a {
    display: none;
  }
  section.projetos .conteudo .topo .destaque {
    display: none !important;
    padding: 15px 20px 0 0;
  }
  section.projetos .conteudo .topo .destaque button {
    padding: 10px 20px;
  }
  section.projetos .conteudo .topo .destaque button span {
    display: none;
  }
  section.projetos .conteudo .topo .destaque svg {
    max-width: 50px;
    left: -49px;
  }
  /* Apresentação */
  section.projetos .apresentacao {
    flex-direction: column;
    align-items: flex-start;
    min-height: 200px !important;
  }

  section.projetos .apresentacao img.robo_desk {
    display: none !important;
  }

  section.projetos .apresentacao img.robo {
    display: block !important;
    width: 100%;
    right: 0px;
    bottom: 0px;
    position: static;
    margin: 30px;
  }
  @keyframes mexendoRobo {
    0% {
      right: 20px;
    }
    50% {
      right: 40px;
    }
    100% {
      right: 20px;
    }
  }
  section.projetos .apresentacao .texto {
    width: 100%;
    padding: 50px 20px 20px 20px;
  }
  section.projetos .apresentacao .texto h3 {
    font-size: 0.8rem;
  }
  section.projetos .apresentacao .texto h1 {
    font-size: 2rem;
  }
  section.projetos .apresentacao .texto a {
    font-size: 0.9rem;
    padding: 15px 20px;
  }



  /* Apresentação Comenda */
  section.projetos .apresentacao2 {
    flex-direction: column;
    align-items: flex-start;
    min-height: 200px !important;
  }

  section.projetos .apresentacao2 img.robo_desk2 {
    display: none !important;
  }

  section.projetos .apresentacao2 img.robo2 {
    display: block !important;
    width: 100%;
    right: 0px;
    bottom: 0px;
    position: static;
    margin: 30px;
  }
  
  section.projetos .apresentacao2 .texto2 {
    width: 100%;
    padding: 50px 20px 20px 20px;
  }
  section.projetos .apresentacao2 .texto2 h3 {
    font-size: 0.8rem;
  }
  section.projetos .apresentacao2 .texto2 h1 {
    font-size: 2rem;
  }
  section.projetos .apresentacao2 .texto2 a {
    font-size: 0.9rem;
    padding: 15px 20px;
  }


  /* Itens */
  section.projetos .itens {
    flex-direction: column;
  }
  section.projetos .itens .item.um {
    padding: 40px 20px;
    width: 100%;
    min-height: auto;
  }
  section.projetos .itens .item.um img.robo {
    max-width: 400px;
    
  }
  section.projetos .itens .item.um h2 {
    font-size: 1.5rem;
  }
  section.projetos .itens .item.dois {
    padding: 40px 20px 20px 20px;
    width: 100%;
    margin: 20px 0;
  }
  section.projetos .itens .item.tres {
    padding: 40px 20px 20px 20px;
    width: 100%;
  }
  section.projetos .itens .item.tres h3 {
    top: 20px;
    left: 20px;
  }
  section.projetos .itens .item.tres img.seta {
    top: 20px;
    right: 20px;
  }


   /* Itens 2*/
   section.projetos .itens2 {
    flex-direction: column;
  }
  section.projetos .itens2 .item.um {
    padding: 40px 20px;
    width: 100%;
    min-height: auto;
  }
  section.projetos .itens2 .item.um img.robo {
    max-width: 400px;
   
  }
  section.projetos .itens2 .item.um h2 {
    font-size: 1.5rem;
  }


  /* Itens 3*/
  section.projetos .itens3 {
    flex-direction: column;
  }
  section.projetos .itens3 .item.um {
    padding: 40px 20px;
    width: 100%;
    min-height: auto;
  }
  
  section.projetos .itens3 .item.um h2 {
    font-size: 2rem;
  }

  section.projetos .itens3 .item.um .section_sobre{
    display: grid;
  }
  section.projetos .itens3 .item.um .text_sobre{
    padding: 40px 20px 0 20px;
  }
  
  section.projetos .itens3 .item.um .foto_milton{
    width: 300px;
    max-width: 100%;
  }
  
  section.projetos .itens3 .item.um .foto_gilberto{
    width: 300px;
    max-width: 100%;
  }
  
  section.projetos .itens3 .item.um h3 {
    
    font-size: 1.5rem;
    
  }
  section.projetos .itens3 .item.um p {
    
    font-size: 1rem;
   
  }
}

@media screen and (max-width: 1100px){
  section.projetos .apresentacao2 img.robo_desk2{
    width: 400px !important;
    
  }
}