@media (max-width: 768px) {
    .wp-block-heading {
        display: none;
    }
    .projeto-info {
        flex-direction: column; /* Coloca os elementos em coluna */
        align-items: center; /* Centraliza os elementos */
        
        }

    .projeto-imagem {
        margin-left: 0; /* Remove a margem lateral */
        margin-top: 10px; /* Dá um pequeno espaçamento entre o texto e a imagem */
        width: 100%;
    }
        #projeto {
        border-radius: 0;
        
    }
       /* Ajuste da ordem dos elementos */
    .projeto-content {
        order: 1;
    }

    .projeto-imagem {
        order: 0;
    }

    .projeto-texto {
         display: flex;
    gap: 30px; /* Espaço entre os elementos */
        order: 2;
 
    }
    .projeto-parameter {
 flex-direction: column; /* Coloca os elementos em coluna */
        align-items: center; /* Centraliza os elementos */

    }
}


.projeto-info {
    display: flex;
}


@media (min-width: 769px) {
   .projeto-info {
        display: flex;
        //align-items: center;´

    }

    .projeto-content {
        flex: 1; /* O texto ocupa o espaço disponível */
    }

    .projeto-imagem {
        margin-left: 20px; /* Espaçamento entre o texto e a imagem */
    }

    .projeto-texto {
        display: flex;
        gap: 30px; /* Espaço entre os elementos */
    }

    .projeto-content h3 {

        margin-bottom: 10px;
    }

    .projeto-info {
    display: flex;
    align-items: flex-start; /* Alinha a imagem e o texto ao topo */
    //gap: 20px; /* Espaçamento entre o texto e a imagem */
     gap: 0px;
}
.projeto-imagem {
width: 40%; /* A imagem ocupa toda a largura do container */
    height: auto; /* Mantém a proporção da imagem */
  /*  max-width: 700px; */
       display: inline-block;
    vertical-align: top; /* Alinha a imagem ao topo */
}
}




.projeto-cabecalho {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    //background: orange;
    color: darkgrey;
    //color: darkorange;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 50px;
    
}

}



@media (min-width: 1255px) {
    .projeto-parameter {
    //display: flex;
        gap: 30px; /* Espaço entre os elementos */

        }

    .projeto-parameter p {
    padding-top:5px;


    }

    .projeto-texto {

        margin-bottom: 20px;
    }
}


#projeto h3 {
    font-size: 1.8em;
    //color: #ffaa00;
    //color: white;
    color: black;
    //margin-top: 25px;
    //border-left: 5px solid #ffaa00;
    border-left: 5px solid black;
    padding-left: 10px;
}

/* Títulos */
#projeto h2 {
    font-size: 2.5em;
    text-align: center;
    color: #00aaff;
    margin-bottom: 20px;
}

/* Parágrafos */
#projeto p {

    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}



/* Lista */
#projeto ul {
    list-style: none;
    padding: 0;
}

#projeto ul li {
    
    font-size:22px;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

#projeto ul li::before {
    content: "✔";
    //color: #ffaa00;
    color: black;
    font-weight: bold;
    margin-right: 10px;
}

@media (max-width: 921px) {
#projeto {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (min-width: 922px) {
#projeto {
    padding-left: 15px;
    padding-right: 15px;
}
}

  #projeto {
         max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
    }

/* copia de estilos 01/07/2025 18:46


/* Menus laterais */
.menu-lateral-esquerdo,
.menu-lateral-direito {
  overflow-y: auto;
}
.menu-lateral-esquerdo {
  width: 140px;
  background: white;
  /* box-shadow: 0 0 10px rgb(0 0 0 / 0.1); */

  /* padding-bottom: 0px; */
  overflow-y: auto;
  flex-shrink: 0;
  margin-right: auto;
left: 0;
/* height: 100%; */

}
    .menu-lateral-direito, .menu-lateral-esquerdo {
    padding: 0px;
    }
@media (min-width: 601px) {

    .menu-lateral-direito .swiper{

    padding: 10px 10px;
    
    }
}


.menu-lateral-direito {
  width: 140px;
  background: white;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
  
  /* padding-bottom: 0px; */
  overflow-y: auto;
  flex-shrink: 0;
  margin-left: auto;
 
  right:0;
}

.site-content .ast-container {
  flex-grow: 1;
  width: 100%;

  box-sizing: border-box;
  /* é este estilo que incide na posição do icone e do menu do header */
   max-width: 100%;

     flex-shrink: 0;
  flex-basis: 0;
  align-items: stretch;

}


/* EXPERIENCIAS 18:32 01/07/2025 */


.site-primary-header-wrap {
    max-width: 1200px !important; 

}

.site-content .ast-container {
  overflow-x: hidden; /* se quiseres esconder o overflow */
}

#main {
/*
    max-width: 1200px;
    justify-self: center; */
      width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;

  
}

.site-content .ast-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px; /* ou o espaçamento entre colunas que quiseres */
  width: 100%;
  box-sizing: border-box;
}

/* conteúdo principal */
#main {
  flex: 1 1 0;
  max-width: 1200px;
  box-sizing: border-box;
}
#primary {
  max-width: 1200px;
  flex: 1 1 auto;
  min-width: 0; /* ESSENCIAL */
  margin:auto;
}

@media (max-width: 921px) {
    .site-content .ast-container {
        flex-direction: row;
    }
    .menu-lateral-esquerdo{
        width: 0px;
        padding:0px;
    }
}
@media (max-width: 600px) {
    .menu-lateral-direito{
        order: 0;
    }
 #primary{
     order: 1;
 }
    .site-content .ast-container {
        flex-direction: column !important;
        gap:0px !important;
    }
 
    .menu-lateral-direito .swiper{
        height: 100px;
        padding: 0px 5px;
    }
    .menu-lateral-direito .swiper-wrapper {
        flex-direction: row !important;
    }
    .menu-lateral-direito{
        width: 100%;
        padding: 5px 0px;
    }
    .menu-lateral-direito .swiper-slide{
        width: 100px;
    }
    .menu-lateral-servicos .swiper-wrapper {

    justify-content: center;
}

}

.menu-lateral-direito{
    /* height: 100%; */
  overflow-y: auto;
  flex-shrink: 0;
}

/* ALTERAÇÕES PARA SCROLL MENU 01/07/2025 21:41 */


    #content {
    
display: flex;
      height: 100%;

    }

   .site-content  .ast-container {
     
      align-items: stretch; /* força os filhos a ter mesma altura */

      width: 100%;
     


     
    }

    .menu-lateral-esquerdo,

    .menu-lateral-direito {
      /* width: 140px; */

      flex-shrink: 0;


      display: flex;
      flex-direction: column;
      min-height: 0; /* ESSENCIAL para scroll funcionar */
    }

    #primary {
      flex: 1 1 auto;


      min-height: 600px; /* força a altura total */
    }

    .scroll-wrapper {
      flex-grow: 1;
      overflow-y: auto;
      min-height: 0;
      display: contents;
   
    }
    projetos-grid{
        flex-grow: 1;
        min-height: 0;
    }
    .menu-lateral-direito .swiper{
    flex-grow: 1;
    
    }

    .menu-lateral-direito .swiper-slide{
height: auto !important;
    }

.site-content .ast-container {
  display: flex;
  flex-direction: row; /* ou column, conforme layout */
  flex: 1;
  
  flex-grow: 1;
}

.ast-main-header-bar-alignment{

}

.ast-builder-menu-mobile {
display: grid;
}










