/* PAGINA LOGISTICA */
.log-card-icon {
  background-image: url(../img/logistica-sprites.png);
  display: block;

  height: 50px;

  margin-top: 30px;
}
.bg-icon_pressure {
  width: 54px; 
  background-position: -87px -10px;
}
.bg-icon_clock {
  width: 48px;
  /* height: 48px; */
  background-position: -161px -10px;
}
.bg-icon_crash {
  width: 57px;
  /* height: 49px; */
  background-position: -10px -10px;
}
.bg-icon_face {
  width: 38px;
  /* height: 46px; */
  background-position: -161px -78px;
}
.bg-icon_panel {
  width: 54px;
  /* height: 44px; */
  background-position: -87px -75px;
}
.bg-icon_satellite {
  width: 50px;
  /* height: 50px; */
  background-position: -10px -79px;
}
.log-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.log-card-title {
  color: #003e47;
  font-size: 18px;
  font-weight: 600;

  margin: 25px 0 30px;

  position: relative;
}
.log-card-title::after {
  content: "";
  display: block;
  background: #3dae2b;

  width: 1px;
  height: 65px;

  position: absolute;
  left: 50%;
  top: 40px;
}
.log-card-header {
  border: 1px solid #3dae2b;
}
.log-card-body {
  margin-top: 71px;
  padding-left: 20px;
  padding-right: 20px;
}
.log-card-header.middle {
  border-left: none;
  border-right: none;
}
.log-card-body p {
  text-align: justify;
}
.icon-truck-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.icon-truck-wrap img{
    width: 50px;
}

@media screen and (max-width: 768px) {
    .log-card-header.middle {
        border-left: 1px solid #3dae2b;
        border-right: 1px solid #3dae2b;
      }
      .log-card-header.middle-nd {
        border-left: 1px solid #3dae2b;
      }
      .log-card-wrap{
          margin-top: 50px;
      }
      .log-card-first{
          margin-top: 0;
      }

}