/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  /*padding-bottom: 3rem;*/
  color: rgb(var(--bs-tertiary-color-rgb));
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  margin-top: 40px;
}
/* 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;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

.diferenciais {background-color: #333;color:#fff}
.diferenciais p{color:#ccc !important}

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

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

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* 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: 5rem;
  }
}

#top{display: none;opacity:0;transition: opacity 0.3s;background: #999;border-radius: 4px 4px 0 0;bottom: 0;color: #000;display: block;height: 10px;padding: 6px 11px 20px;position: fixed;right: 14px;text-align: center;text-decoration: none;min-width: 35px;z-index: 1040;font-size: 0.8em;}
#top:hover {background-color:#888;}
.ancora{display:block;padding-top:100px;margin-top:-100px;}
ul.social li{color: #ccc;display: inline;float: left;margin-right: 15px;}
ul.social li a{color: #ccc}
ul.social li a:hover{color: #999}
.navbar ul.social li a:hover{color: #666 !important}
.nav-item{padding-right: 18px}
.nav-item a.active{color: #222 !important;}
.nav-item a:hover{color: #9fdb0d !important;}
.bg-body-tertiary{background-color: #e3e3e3 !important;}
.feature-icon .fa-solid{color: #9fdb0d}
.text-body-emphasis {color: #9fdb0d !important;}
.btn-outline-primary{border-color: #9fdb0d !important;color: #9fdb0d }
.btn-primary{background-color: #9fdb0d !important;border-color: #9fdb0d !important;color: #222 }
.btn-primary:hover{background-color: #9fdb0d !important;}
.fw-normal {padding: 7px 0;}

.text-body-secondary {color: #9fdb0d !important;}
.marketing .col-lg-4 p{margin-right: 1.5rem;margin-left: 1.5rem;}
.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
@media screen and (max-width: 600px) {
.navbar ul.social{display: none}
#main_nav{background-color: #f4f4f4}
.navbar-nav li{padding-left:25px}
.map{width: 93%} 
}