/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  min-height: 75rem;  
}
main{
    margin-top: 75px;
}
* {
    list-style: none;
    text-decoration: none;
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    padding: 0;
    text-align: left;
    border: 0;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    font-family: 'Rubik',sans-serif;
}
.navbar-brand img{
    /*max-height: 30px !important;*/
}

.section-banner-app{
    background-color:#F1F2F2;
    padding: 60px 0px 60px 0px;
}
.bg-purple{
    background-color:#5C14A1;
}
.text-tiffany{
    color:#06D1CC;
}
.text-purple{
    color:#5C14A1;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */
.header-site .texto h1{
    font-size: 2rem;
}
.s-destaque .texto h1{
    font-size: 2.4rem;
    font-weight: 700;
    word-spacing: .2rem;
}
/* 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;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}
.separator-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  border: none;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.space-2 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
}
footer{
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.footer-social-icon i{
color: #9400FF;
}

.btn-rounded{
    border-radius: 40px !important;
}
.btn-purple{
    background-color: #9400FF;
    border: 0px solid #9400FF;
    color:#FFF !important;
}
.btn-purple:hover, .btn-purple:focus{
    opacity:0.8;
}

.img-app-store{
    height: 60px;
}

/* 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;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}