.empresa{
  padding: 25px 0 59px;
}
.empresa .breadcrumb{
  margin-top: 0;
}
.empresa h1{
  margin-bottom: 70px;
}
.empresa .col:first-child{
  max-width: 370px;
  margin-right: 30px;
}

.empresa .col:last-child {
  max-width: 770px;
}

.visao-valores{
  padding: 80px 0;
}
.visao-valores .col{
  max-width: 370px;
  margin-right: 30px;
}
.visao-valores .col:last-child{
  margin-right: 0px;
}
.visao-valores p{
  font-size: 17.5px;
}
.visao-valores h2{
  color: #3b5bd3;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
}
.visao-valores li{
  font-size: 17.5px;
  margin-bottom: 8px;
}
.visao-valores li:before{
  content: '• ';
  display: block;
  float: left;
  margin-right: 5px;
  color: #3b5bd3;
  font-weight: bold;
}
.visao-valores li a{
  color: #242424;
  font-weight: bold;
  font-size: 17.5px;
  text-transform: uppercase;
}

.visao-valores li a:hover{
    color: #199e8f;
}

/*RESPONSIVE*/

@media screen and (max-width: 900px){
  .mb-wrap{
    flex-flow: wrap;
  }
  .empresa{
    padding-bottom: 40px;
  }
  .empresa h1{
    margin-bottom: 20px;
  }
  .empresa .col:first-child, .empresa .col:last-child{
    max-width: 100%;
    margin-right: 0;
  }
  .empresa .col:first-child img{
    width: 100%;
    display: block;
    height: auto;
    max-width: 370px;
    margin: 0 auto 20px;
  }
  .visao-valores{
    padding: 40px 0;
  }
}
@media screen and (max-width: 882px){
  .visao-valores{
    flex-flow: wrap;
  }
  .visao-valores .col{
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 498px){
  .empresa h2{
    font-size: 26px;
    line-height: 30px;
  }
  .visao-valores .col{
    padding: 0 ;
  }
}
