.box-reasons {
  background: #e8e8e8;
  padding-top: 83px;
  padding-bottom: 51px;
}

@media (max-width: 1599px) {
  .box-reasons {
    padding-top: 32px;
  }
}

@media (max-width: 991px) {
  .box-reasons {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .box-reasons {
    display: none;
  }
}

.box-reasons>.title {
  display: block;
  text-align: center;
  color: #0098FF;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 66px;
}

@media (max-width: 991px) {
  .box-reasons>.title {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .box-reasons>.title {
    font-size: 1.5rem;
    width: 95%;
    margin: 0 auto 25px;
  }
}

.box-reasons>.title b,
.box-reasons>.title strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  .box-reasons>.title br {
    display: none;
  }
}

.box-reasons .list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  width: 68%;
  margin: 0 auto 41px;
}

@media (max-width: 1599px) {
  .box-reasons .list {
    width: 90%;
  }
}

@media (max-width: 1919px) {
  .box-reasons .list {
    width: 80%;
  }
}

@media (max-width: 1439px) {
  .box-reasons .list {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .box-reasons .list {
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.box-reasons .list:last-child {
  margin-bottom: 0;
}

.box-reasons .item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: calc(18% - 3.6%);
  background: #fff;
  margin: 0 1% 40px;
  padding: 25px 2.35% 30px;
}

@media (max-width: 991px) {
  .box-reasons .item {
    width: calc(45% - 2%);
  }
}

@media (max-width: 767px) {
  .box-reasons .item {
    white-space: normal;
    width: 88%;
    min-width: 68%;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

.box-reasons .item .num {
  color: #959595;
  font-size: 3.074rem;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 1359px) {
  .box-reasons .item .num {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}

.box-reasons .item .title,
.box-reasons .item .text {
  color: #959595;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 700;
}

.box-reasons .item .title {
  text-transform: uppercase;
}

@media (max-width: 1439px) {
  .box-reasons .item .title {
    font-size: 1rem;
  }
}

.box-reasons .item .text {
  font-weight: 300;
}

@media (min-width: 992px) {
  .box-reasons .item:hover {
    background: #0098FF;
  }
  .box-reasons .item:hover .num,
  .box-reasons .item:hover .title,
  .box-reasons .item:hover .text {
    color: #fff;
  }
}

.box-reasons .phantom {
  display: none;
}

@media (max-width: 767px) {
  .box-reasons .phantom {
    min-width: 1%;
    display: bloc;
  }
  .escolher {
    display: none;
  }
}