.page-header {
  height: 60vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/assets/images/slideshow-2.png);
  background-size: cover;
}

.page-header-title {
  font-family: 'Arthead-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 8vw;
  line-height: 96px;
  display: flex;
  align-items: center;
  color: #fffcf6;
}
.groups-text-icon {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #2d2d2d;
}
.groups-subtitle {
  font-family: Poppins-Bold;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 110%;
  // text-transform: capitalize;
  color: #2d2d2d;
}
.groups-title {
  display: flex;
  flex-direction: row;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.0015em;
  text-transform: uppercase;
  color: #757575;
}
.home-title-group {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  text-transform: uppercase;
  color: #757575;
}
.title-mobile {
  font-family: 'poppins-bold' !important;
}
.contact-bold {
  font-family: 'poppins-bold';
}
.groups-text-icon {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #2d2d2d;
}
.groups-main-text {
  font-size: 14px;
  color: #2d2d2d;
}
.groups-main-text-mobile {
  font-size: 12px;
  color: #2d2d2d;
}
.check-label-custom {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #616161;
}
.check-label-custom a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #616161;
  text-decoration: underline;
}
.btn-form {
  background: #828282;
  border-radius: 10px;
  padding: 16px px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
#iconos-servicios-grupos {
  justify-content: space-between;
}
@media (max-width: 992px) {
  #iconos-servicios-grupos {
    justify-content: cdenter;
  }
}