/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700'); */

html,
body {
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #222;
}

/* navbar logo
.navbar-brand{
	background-image: url(../img/logo75.png), none;

    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 36px;
    margin-left: 30px;
    margin-top: 10px;
    padding: 0;
    text-indent: -9999px;
    width: 80px;
    }
    */

.navbar {
  padding: 0.2rem;
  /*  padding: .8rem; */
  text-transform: uppercase;
}

.navbar-brand img {
  height: 3rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 40px;
  margin-left: 30px;
}

.navbar-nav li {
  padding-right: 10px;
}

.nav-link {
  font-size: 1em !important ;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-top: 50px;
}

.carousel-inner img {
  width: 100%;

  max-height: 550px;
}

/*
.carousel .item {
	margin-top:50px;
  height: 600px;
  background-color:#555;
}
/*
.carousel img {
  position: absolute;
  top: -50px;
 margin:auto;
 width:100%;
  min-height: 600px;
}

/*
.clearfix

/* Since positioning the image, we need to help out the caption */
/* Declare heights because of positioning of img element */
/*
.carousel .item {
	margin-top:50px;
  height: 600px;
  background-color:#555;
}
.carousel img {
  position: absolute;
  top: -50px;
 margin:auto;
 width:100%;
  min-height: 600px;
}
*/

.carousel-caption {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

/* .carousel-caption {
  padding-bottom: 280px;
} */

.carousel-caption h1 {
  font-size: 300%;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
  color: rgb(221, 222, 235);
}

@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 200%;
  }
}

/*
  .carousel-caption h2 {
    font-size: 100%;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #000;
    color: rgb(221, 222, 235);
  }
*/

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.btn-primary:hover {
  background-color: #30a4ad;
  border: 1px solid #0f2d24;
}

.sew {
  color: rgb(8, 92, 47);
  font-weight: 800;
  font-style: italic;
  font-weight: 500;
  text-shadow: 1px 1px 5px #000;
}

.jumbotron {
  padding: 1rem;
  border-radius: 0;
}

@media (max-width: 576px) {
  .jumbotron .display-3 {
    font-size: 250%;
  }
}

.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}

.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

footer {
  /** color: #d5d5d5; */
  padding-top: 2rem;
  background: rgb(238, 240, 243); /**#333*/
  color: rgb(8, 8, 8) !important;
}

.imgfixed {
  opacity: 0.7;
  background: url(../img/fab2_1920x1080.jpg) no-repeat center center fixed;

  height: 400px;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  color: black !important;
  font-weight: 900;
  margin-top: -35px;

  background-position: center center;
}

.imgfixed h2 {
  margin-left: 1em;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.imgfixed p {
  margin-left: 2em;
  color: rgb(253, 252, 253);
  font-weight: bold;
}
.imgfixed a {
  margin-left: 1.5em;
}

.imgfixedtext {
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: 5.5em;
  max-height: 10em;
}

@media (max-width: 576px) {
  .imgfixedtext {
    margin-left: 0.1em;
    min-height: 20em;
    max-height: 20em;
  }
}

@media (max-width: 768px) {
  .imgfixedtext {
    margin-left: 2em;
    min-height: 20em;
    max-height: 20em;
  }
}

.maquina {
  background: url(../img/f2_1920.jpg) no-repeat center center;

  background-size: cover;
  height: 620px;
  margin-top: 0px;
}

.maquina h1 {
  color: white;
  margin-top: 200px;
}

.maquina p {
  color: white;
}

/* portfolio */

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category,
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  padding: 0 15px;
  /* font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; */
}

.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-category {
    font-size: 16px;
  }
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-name {
    font-size: 22px;
  }
}

/* fim portfolio */

/*
    @media (min-width: 768px) {
      .showcase-text {
        padding: 7rem;
      }
    }
  */
.well-none {
  margin: 10px;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item img {
  max-width: 350px;
  max-height: 250px;
}

.future {
  margin-top: 0px;
  background-image: url(../img/printer1_1920.jpg);

  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 600px;

  width: auto;

  /*   background-size: cover;*/
}

@media (max-width: 576px) {
  .future {
    background-image: url(../img/printer1_1920.jpg);
    background-repeat: no-repeat;
    position: relative;
    top: 0px;

    background-size: 50em;
    height: 30em;

    width: auto;

    /* height: 20em; */
  }
}

.future h2 {
  margin-top: 1.5em;
  margin-left: 1em;
  font-weight: bold;
  font-size: 5em;
}

@media (max-width: 576px) {
  .future h2 {
    margin-top: 4em;
    /*font-size: 1.5em; */
    font-size: 2em;
    margin-left: 0.4em;
  }

  .future h3 {
    margin-left: 2em;
  }

  @media (max-width: 576px) {
    .future h3 {
      margin-top: 0em;
      font-size: 2em;
      /*margin-left: 3.6em; */
      margin-left: 0.6em;
    }
  }

  .future h4 {
    margin-left: -10em;
  }

  @media (max-width: 576px) {
    .future h4 {
      margin-top: 0em;

      /* margin-left: -1em; */
      margin-left: 0.8em;
      font-size: 2em;
    }
  }

  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  @media (min-width: 768px) {
    .future {
      background-image: url(../img/printer1_1920.jpg);
      background-repeat: no-repeat;
      background-size: 100% auto;
      height: 25em;

      width: auto;
    }
  }

  @media (min-width: 768px) {
    .future h2 {
      margin-top: 3em;
      margin-left: 1em;
      font-size: 2em;
    }
  }

  @media (min-width: 768px) {
    .future h3 {
      margin-left: 0.9em;
      font-size: 2em;
    }
  }

  @media (min-width: 768px) {
    .future h4 {
      margin-left: 1.3em;
      font-size: 1.5em;
    }
  }

  @media (min-width: 992px) {
    .future {
      background-image: url(../img/printer1_1920.jpg);
      background-repeat: no-repeat;
      background-size: 100% auto;
      height: 600px;

      width: auto;
    }
  }

  .vinte {
    margin-top: -32px;
    padding-top: 4em;
  }

  .vinte img {
    max-width: 15em;
  }

  .services h1 {
    margin-top: -100px;
    padding-right: 20px;
  }

  .padding .card {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }

  .cardseth1 {
    background-color: #c0c0c0;
  }
  .cardseth2 {
    background-color: #c0c0c0;
  }
  .cardseth3 {
    background-color: #c0c0c0;
  }
  .cardseth4 {
    background-color: #c0c0c0;
  }
  .cardseth5 {
    background-color: #c0c0c0;
  }
  .cardseth6 {
    background-color: #c0c0c0;
  }
  .cardseth7 {
    background-color: #c0c0c0;
  }
  .cardseth8 {
    background-color: #c0c0c0;
  }
  .cardseth9 {
    background-color: #c0c0c0;
  }

  .cardsetb1 {
    background-color: rgb(231, 229, 229);
  }
  .cardsetb2 {
    background-color: rgb(231, 229, 229);
  }
  .cardsetb3 {
    background-color: rgb(231, 229, 229);
  }
  .cardsetb4 {
    background-color: rgb(231, 229, 229);
  }
  .cardsetb5 {
    background-color: rgb(231, 229, 229);
  }
  .cardsetb6 {
    background-color: rgb(231, 229, 229);
  }
  .cardsetb7 {
    background-color: rgb(231, 229, 229);
  }
  .cardsetb8 {
    background-color: rgb(231, 229, 229);
  }
  .cardsetb9 {
    /* background-color: #d9d9fa ; */
    background-color: rgb(231, 229, 229);
  }

  .footer-copyright {
    overflow: hidden;
    margin-top: 0.5rem;
    background-color: #4b4d50;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.452);
  }
  footer.page-footer a {
    color: #32c8ee;
  }

  .iconcolor1 {
    color: rgb(25, 63, 230) !important;
  }
  .iconcolor2 {
    color: rgb(97, 24, 192);
  }

  .iconcolor3 {
    color: rgb(12, 151, 54);
  }

  @media (max-width: 576px) {
    .display-3 {
      font-size: 2em;
      font-weight: bold;
      color: rgb(7, 88, 20);
    }
    .display-4 {
      font-size: 2em;
      font-weight: bold;
      color: rgb(7, 88, 20);
    }
  }
}

.language {
  font-size: 7px !important;
}
/* If IE class iecard card-desk hide */
@media screen and (min-width: 0\0) {
  .iecard {
    display: none;
  }
}
