/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

* {
  user-select: none;
}

body {
  padding-top: 8rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family: 'Roboto', sans-serif;
}

.justified {
  text-align: justify;
  text-justify: inter-word;
  text-rendering: optimizeLegibility !important;
}

.aplicacoes {
  width: 149px;
  filter: url(filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.aplicacoes:hover {
  filter: none;
  -webkit-filter: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.btn-custom {
  color: white;
  background-color: #cc3d00 !important;
  border-color: #7A2500
}

.btn-custom:hover {
  color: #ccc;
  background-color: #bb3800;
  border-color: #681f00
}

.btn-custom:focus,
.btn-custom.focus {
  box-shadow: 0 0 0 .2rem rgba(122, 37, 0, 0.5) !important
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}