body {
  background: url('./img/bg/bg_site2.png') center repeat-y;
  background-size: cover;
}
.topo-fixo {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  z-index: 100;
}
.conteiner-sobre-home p {
  font-size: 1.2em;
}
.conteiner-sobre-home p > b {
  color: #222222;
}

.footer-social a {
  /* padding-right: 25px; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* background: orange; */
  /* background: #EF4923; */
  background: #F57E20;
  padding: 16px 20px;
  border-radius: 50px;
  color: #fff !important;
  font-size: 15px !important;
}

.footer-social a:hover {
  color: #ffffff !important;
  font-weight: bold !important;
  background: #ffffff;
  border-color: orange;
}

.footer-area {
  padding-top: 21px;
  /* background-color: #FF6D00; */
  /* background-color: #cb6315b8; */
  /* background: url('./img/icap/fundo_rodape.png') center repeat-y; */
  background: url('./img/icap/fundo_rodape_espelhada.png') center repeat-y;
  background-size: cover;
  color: #0a0a0ac7 !important;
  /* color: #ffffff !important; */
  font-weight: 500;
}
.footer-area h6 {
    color: #0a0a0ac7 !important;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

.footer-text {
  padding-top: 10px;
}

.single-product .product-details .prd-bottom .social-info span {
  position: relative;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #4249a6;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.slider {
  position: absolute;
  display: block;
  left: 0;
  top: 90%;
  margin: 0 auto;
  height: 8px;
  background-color: #2ec5f2;
  width: 0%;
  transition: width 0.5s ease;
}

.bg-carosel {
    background-size: contain !important;
  /* background-size: cover !important; */
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 500px;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.nombore {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-out;
}

.nombore:hover .slider {
  width: 100%;
}

.nombore:hover span {
  color: #676567;
}

.slide-destaque h5 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -1.7px;
  font-weight: 700;
  font-family: 'Roboto', Sans-serif;
  text-transform: uppercase;
}

.slide-destaque p {
  font-size: 31px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0.2px;
  font-family: 'Roboto', Sans-serif;
  max-width: 55%;
}

.btn-slider-consultoria {
  font: 300 16px/28px 'Jost', sans-serif;
  text-align: center;
  border-radius: 27px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0px 0px 50px 300px;
  text-align: left;
}

.section_gap_30 {
  padding: 30px 0;
}

.footer-social-custom {
  margin-top: 15px;
  /* background: #4249a6ff; */
  /* background: #0029A4; */
  background: #0866FF;
  /* height: 68px; */
  color: #fff !important;
  /* padding: 30px; */
  /* padding-top: 30px;
  padding-bottom: 14px; */
}

@media (max-width: 991px) {
  .section_gap_30 {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .slide-destaque h5 {
    font-size: 40px;
  }

  .slide-destaque p {
    font-size: 25px;
    max-width: 100%;
  }
}
.footer-social i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 15px !important;
}
.table-document-aquisicao {
  margin-bottom: 26px;
  font-size: 1.2em;
}
.img-rounded{
  border-radius: 50%;
}
.accordion-body, .accordion-body p > b{
  color: #222222 !important;
  font-size: 1.1em;
}
