body {
  font-family: Barlow !important;
}
.col-outlet {
  margin: 0 auto;
  float: none;
}
.outlet-div-img-thumb {
  padding: 70% 0 0 0;
  border: 1px solid #c5c5c5;
  width: 100%;
  position: relative;
}
.outlet-div2-img-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
}
.outlet-img-thumb {
  max-width: 100%;
  max-height: 100%;
}
.outlet-title {
  font-size: 36px;
  font-weight: 700;
  color: #343750;
  margin-bottom: 8px;
  line-height: inherit;
}
.outlet-title2 {
  font-size: 14px;
  font-weight: 600;
  color: #343750;
  text-transform: uppercase;
  line-height: inherit;
}
.outlet-text {
  font-size: 13px;
  margin-top: 15px;
}
.outlet-tel {
  font-size: 15px;
  font-weight: 700;
  color: #343750;
  margin-top: 15px;
}
.outlet-whats,
.outlet-instagram {
  width: 100%;
  padding: 8px 8px;
  background: #4ec559;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}
.outlet-instagram {
  background: #cc2366;
}
.outlet-whats svg,
.outlet-instagram svg {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.outlet-i-group {
  border: 1px solid #c5c5c5;
}
.outlet-i-div-img-thumb {
  padding: 110% 0 0 0;
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: top center !important;
}
.outlet-i-img-thumb {
  max-width: 130px;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit !important;
  opacity: 0.9 !important;
  cursor: pointer;
}
