@charset "utf-8";
/* CSS Document */
 .container-servicos {
      max-width: 1140px;
      margin: 0 auto;
		margin-top: 30px;
    }

    .bloco-superior.conteudo-digital-ajuste {
      display: block;
    }

    .bloco-texto {
      font-size: 16px;
      color: #555;
      line-height: 1.8;
      overflow: hidden;
	margin-left: 30px;
    }

    .img-icon-cd {
      float: left;
      width: 240px;
      margin: 0 25px 15px 0;
    }

    .title-servico {
      font-size: 30px;
      color: #cf774d;
      margin-top: 0;
		text-shadow: 1px 1px 1px #a7a1a3;

    }

     .subtitulo-servicos {
      margin-top: 40px;
      font-weight: bold;
      color: #ae7869;
      font-size: 22px;
      margin-left: 30px;
	
    }

    .bloco-lista {
      margin-top: 15px;
	margin-left: 70px;
      padding-left: 25px;
      list-style: disc;
		margin-bottom: 0px;
		font-size: 16px;
		  color: #555;
    }

    .bloco-lista li {
      margin-bottom: 0px;
	 list-style-image: url("../imagens/25.png");
  list-style-type: none;
		line-height: 35px;
    }
		
	/*ACIMA USAR EM TODAS AS SECTION*/	
		
		
	.bloco-material-de-venda {
			display: flex;
			flex-wrap: wrap;
			gap: 30px;
			justify-content: space-between;
		margin-top: 50px;
		}

		.ebook-box {
			flex: 1 1 calc(25% - 30px);
			background: #fbfbf3;
			border: 1px solid #e3d6c7;
			border-radius: 12px;
			padding: 20px;
			box-shadow: 0 4px 12px rgba(0,0,0,0.05);
			transition: transform 0.3s ease;
			text-align: center;
		}

		.ebook-box:hover {
			transform: translateY(-6px);
		}

		.ebook-box img {
			width: 100%;
			max-width: 180px;
			margin-bottom: 15px;
			border-radius: 8px;
		}

		.ebook-box h3 {
			font-size: 18px;
			color: #794e3f;
			margin-bottom: 10px;
		}

		.ebook-box p {
			font-size: 15px;
			color: #666;
			margin-bottom: 12px;
		}

		.botao-saiba-mais {
			display: inline-block;
			background-color: #ae7869;
			color: #fff;
			text-decoration: none;
			padding: 8px 16px;
			border-radius: 8px;
			font-size: 14px;
			transition: background 0.3s ease;
		}

		.botao-saiba-mais:hover {
			background-color: #8c5e51;
			
		}
/* Grid para imagens dos materiais */


	.galeria-grafico {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
		width:80%;
		align: center;
		margin-left: 10%;
}
		
		
		
	.meus-trab {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
text-align: center;
}

					
		.meus-trab {
			width: 98%;
			margin: 0 auto;
			padding: 40px 0;
			margin-top: 0px;
		}

		.video-container {
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			gap: 40px;
			margin-bottom: 40px;
		}

		.video-box {
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 480px;
		}

		.video-box iframe {
			
			border-radius: 12px;
			box-shadow: 0 4px 8px rgba(0,0,0,0.2);
		}

		.nome-video {
			margin-top: 15px;
			font-size: 20px;
			
			color: #FF0066;
			text-align: center;
			text-shadow: 1px 1px 1px #a7a1a3;

		}

		.link-video {
			font-size: 18px;
			color: #2e68a7;
			text-decoration: underline;
			margin-top: 5px;
			text-shadow: 1px 1px 1px #a7a1a3;

		}

		.subtitulo-catalogo {
			text-align: center;
			font-size: 20px;
			color: #222;
		}

		.subtitulo-catalogo .clique-aqui {
			display: inline-block;
			margin-top: 8px;
			font-size: 20px;
			background: yellow;
			color: #000;
			font-weight: bold;
			padding: 2px 6px;
			text-decoration: none;
		}

/* Empilhar imagens da galeria no mobile */
@media (max-width: 768px) {
  .galeria-grafico {
    flex-direction: column;     /* passa a ficar 1 por linha */
    align-items: center;
    width: 100%;
    margin: 20px auto 0;
    gap: 16px;                  /* espaço entre as imagens */
  }

  .galeria-grafico img {
    width: min(90vw, 360px);    /* ocupa a largura da tela sem estourar */
    max-width: 100%;
    height: auto;               /* mantém proporção correta */
    display: block;
  }
}
