.solucoesPage{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .solucoesPage h1 {
    font-weight: bold;
    color: #2D385B;
    font-size: 40px;
    position:relative;
    padding-bottom: 15px;
  }
  .solucoesPage h1::before {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 1px;
    background: #A8CF45;
    bottom: 2px;
  
  }
  
  .solucoesPage h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 5px;
    background: #A8CF45;
    bottom: 0;
    left: calc(35px - 20px);
  }

.carroselServicos{
  background-color: #A3A3A4;
}
.carroselServicos:hover{
  background-color: #7E7E80;
}
.carroselServicosMobile{
  background-color: #A3A3A4;
}
.carroselServicosMobile:hover{
  background-color: #7E7E80;
}
.card-deck{
  margin-top: 110px;
}
.stiloSolucoes{
  margin-top: 60px;
  margin-bottom: 60px;
  display:none;
}
#txtMapeamento, #txtGeorreferenciamento, #txtLicenciamentoAmbiental, #txtServicosGeologicos{
  display: none;
}
.stiloSolucoes h2 {
  color: #2D385B;
  font-size: 32px;
  position:relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.stiloSolucoes h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  background: #A8CF45;
  bottom: 2px;

}

.stiloSolucoes h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #A8CF45;
  bottom: 0;
  left: calc(35px - 20px);
}
.stiloSolucoes p{
  font-size: 18px;
  color: #747474;
  text-align: justify;
}
.saibamaisText{
  text-decoration: none;
  color:#A8CF45;
  font-weight: bold;
}
.saibamaisText:hover{
  text-decoration: underline;
  color:#A8CF45;
  font-weight: bold;
}
.linkTtxt{
  color: #747474;
  font-weight: bold;
}
.linkTtxt:hover{
  color: #747474;
}
.faleComAgenteAll{
  background-color: #F4F5F6;
  padding: 20px 0;
  font-size: 26px;
  color: #747474;
}
.botoesFidelizacao{
  margin-bottom: 80px;
}
.botoesFidelizacao .saibamais{
  background-color: #A8CF45;
  border: 2px solid #A8CF45;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  border-radius: 10px;
}

.botoesFidelizacao .entreemcontato{
  background-color: #fff;
  color: #2D385B;
  border: 2px solid #2D385B;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 10px;
}

.check-list {
  list-style-type: none; 
  padding-left: 0; 
}

.check-list li {
  position: relative; 
  padding-left: 25px;
  font-size: 19px;
}

.check-list li::before {
  content: "\2713"; 
  display: inline-block;
  width: 25px; 
  height: 25px;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  text-align: center; 
  color: green; 
}
.check-listTable {
  list-style-type: none; 
  padding-left: 0; 
}

.check-listTable li {
  position: relative; 
  padding-left: 25px;
  font-size: 15px;
}

.check-listTable li::before {
  content: "\2713"; 
  display: inline-block;
  width: 25px; 
  height: 25px;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  text-align: center; 
  color: green; 
}
.fontSize15{
  font-size: 15px !important;
}
.fontSize22{
  font-size: 22px !important;
}
.card-header{
  background-color: #FFF !important;
}
.btn-link{
color: #333;
}
.btn-link:hover{
  color: #333 !important;
}
.card-body{
  padding: 15px !important;
  font-style: italic;
}
.linkTxtSaibaMais{
  color: #555555;
  font-weight: bold;
}
.linkTxtSaibaMais:hover{
  color: #555555;
}
.color555{
  color: #555555;
}

@media screen and  (max-width: 991px) {
  iframe{
    margin-top: 50px;
  }
}