.carousel-item {
    height: 50vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .custom-logo{
    height: 60px;  
  }

  .lead{
    text-indent: 50px;
  }

  p {
    text-align: justify;
  }

  body {
    /* background-color: saddlebrown; */
  }

  .container {
    /* background-color: gray; */
  }

  .imagem-banner {
    background-image: url("../img/evolucao-tecnologica-capitalismo.jpg");
    background-size: 100%;
    height: 500px;
     background-repeat: no-repeat;
  }