
.segmentos{
  width: 100%;
  padding: 70px 0 100px 0;
}
.segmentos .title{
  font-size: 36px;
  color: #00003a;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 42px;
  text-transform: uppercase;
}
.segmentos .bts{
  width: calc(50% - 15px);
  max-width: 570px;
  padding: 21px 0 13px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: #3b5bd3;
  text-decoration: none;
  display: block;
}
.segmentos .ativo{
  background: #199e8f;
  position: relative;
}
.segmentos .ativo:before{
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #199e8f;
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translate(-50%);
}

.listagem-segmentos{
  width: 100%;
  margin-top: 50px;
}
.listagem-segmentos .box{
  width: 370px;
  max-width: 100%;
  display: block;
  padding: 0 20px;
  margin-bottom: 12px;
  transition: all .5s linear;
}

.listagem-segmentos .box:hover img{
  border: solid 3px #3b5bd3;
  transition: all .5s linear;
}
.listagem-segmentos .box:hover a, .listagem-segmentos .box:hover h2{
  color: #3b5bd3;
  transition: all .5s linear;
}
.listagem-segmentos .box figure{
  background: #fff;
  width: calc(100% - 20px);
  max-width: 100%;
  height: 190px;
  display: block;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
}
.listagem-segmentos .box img{
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
  max-height: 190px;
  margin-bottom: 17px;
  border: solid 3px #fff;
  transition: all .5s linear;
  padding: 0;
  box-shadow: 0px 0px 15px 1px rgba(144, 144, 144, 0.15);
}
.listagem-segmentos .box h2 , .listagem-segmentos .box h3 , .listagem-segmentos .box h4 {
  font-size: 30px;
  color: #00003a;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 7px;
  transition: all .5s linear;
}
.listagem-segmentos .box p{
  font-size: 16px;
  color: #242424;
  display: block;
  text-align: center;
}
.listagem-segmentos .box a{
  text-decoration: none;
  color: #00003a;
}
/* .flex-start .box-produto{
  margin-right: 25px;
} */
.flex-start .box-produto:nth-child(3n+3){
  margin-right: 0
}
.segmentos .bt{
  width: 100%;
  height: auto;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 20px 10px;
  text-align: right;
  margin-top: 30px;
}
.segmentos .bt i{
  margin-left: 45px;
}

/*Serviços*/
.page-segmentos .cont-service{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.page-segmentos .cont-service .col{
    width: 45%;
    margin-bottom: 20px;
}

.page-segmentos .cont-service h2{
    width: 100%;
    text-transform: uppercase;
    color: #00003a;
    font-size: 40px;
    font-size: 2.500rem;
    font-weight: 700;
    display: block;
}
.page-segmentos .cont-service h2::before{
    content: '';
    border-top: 1px solid #ccc;
    display: block;
    margin-bottom: 40px;
    width: 100%;
}

.page-segmentos .cont-service h3{
    font-size: 1.875rem;
    font-weight: 700;
    color: #242424;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.page-segmentos .cont-service .col h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #242424;
    display: block;
    margin-bottom: 20px;
    height: auto;
    line-height: initial;
    text-transform: none;
}

.page-segmentos .cont-service .col h2::before {
    display: none;
}

.page-segmentos .cont-service h4{
    font-size: 1.875rem;
    font-weight: 700;
    color: #242424;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

/*Page segmentos*/
.page-segmentos{
  padding-bottom: 34px;
}
.page-segmentos h1{
  margin-bottom: 20px;
}
.page-segmentos .listagem-segmentos{
  margin-top: 43px;
}
.page-segmentos .listagem-segmentos .box h2 , .page-segmentos .listagem-segmentos .box h3 {
  margin-bottom: 8px;
}
.seg .box h2{
  margin-bottom: 8px;
}

/* Index*/

.seg{
  display: none;
}
.produtos .box h2 , .listagem-segmentos .box h4{
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*Responsivo*/

@media screen and (max-width: 1129px){
  .listagem-segmentos{
    justify-content: space-around;
  }
  .listagem-segmentos .box{
    padding: 0 10px;
  }
}

@media (max-width: 776px) {
  .listagem-segmentos .mb-flex {
    justify-content: center;
  }
}
@media (max-width: 640px) {
    .page-segmentos .cont-service{
        flex-direction: column;
    }
    .page-segmentos .cont-service .col{
        width: 100%;
    }
}
@media (max-width: 535px) {
  .page-segmentos h2{
    font-size: 25px;
  }
}
@media (max-width: 350px) {
  .page-segmentos h1{
    font-size: 33px;
  }
  .page-segmentos h2{
    font-size: 20px;
  }
}
