@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:700|Roboto:400");
.perfil-actividad {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.perfil-actividad .overlap-group-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  width: 431px;
  height: 932px;
}

.perfil-actividad .overlap-group {
  position: relative;
  width: 432px;
  height: 936px;
}

.perfil-actividad .rectangle {
  position: absolute;
  width: 430px;
  height: 936px;
  top: 0;
  left: 2px;
  background-color: #000000;
}

.perfil-actividad .group {
  position: absolute;
  width: 432px;
  height: 68px;
  top: 0;
  left: 0;
  background-color: #55f249;
}

.perfil-actividad .avatar-medium {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 12px;
  left: 373px;
  background-image: url(./img/avatar-1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.perfil-actividad .XMLID {
  position: absolute;
  width: 26px;
  height: 24px;
  top: 22px;
  left: 14px;
}

.perfil-actividad .image {
  position: absolute;
  width: 431px;
  height: 455px;
  top: 68px;
  left: 0;
  object-fit: cover;
}

.perfil-actividad .img {
  position: absolute;
  width: 431px;
  height: 42px;
  top: 517px;
  left: 0;
}

.perfil-actividad .text-wrapper {
  position: absolute;
  height: 32px;
  top: 646px;
  left: 18px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.perfil-actividad .disfruta-de-horas {
  position: absolute;
  height: 40px;
  top: 691px;
  left: 22px;
  font-family: var(--h-3-font-family);
  font-weight: var(--h-3-font-weight);
  color: #ffffff;
  font-size: var(--h-3-font-size);
  letter-spacing: var(--h-3-letter-spacing);
  line-height: var(--h-3-line-height);
  font-style: var(--h-3-font-style);
}

.perfil-actividad .viernes-sabado {
  position: absolute;
  height: 20px;
  top: 602px;
  left: 22px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #55f249;
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 20px;
  white-space: nowrap;
}

.perfil-actividad .group-2 {
  position: absolute;
  width: 430px;
  height: 59px;
  top: 873px;
  left: 1px;
}

.perfil-actividad .icon-star-outline {
  position: absolute;
  width: 28px;
  height: 27px;
  top: 784px;
  left: 330px;
}

.perfil-actividad .div {
  position: absolute;
  width: 163px;
  height: 49px;
  top: 773px;
  left: 19px;
  background-color: #55f249;
  border-radius: 100px;
  border: 1px solid;
  border-color: transparent;
}

.perfil-actividad .icon-alarm {
  position: absolute;
  width: 21px;
  height: 23px;
  top: 786px;
  left: 48px;
}

.perfil-actividad .label-text {
  position: absolute;
  width: 64px;
  height: 20px;
  top: 787px;
  left: 81px;
  font-family: var(--m3-label-large-font-family);
  font-weight: var(--m3-label-large-font-weight);
  color: #000000;
  font-size: var(--m3-label-large-font-size);
  text-align: center;
  letter-spacing: var(--m3-label-large-letter-spacing);
  line-height: var(--m3-label-large-line-height);
  white-space: nowrap;
  font-style: var(--m3-label-large-font-style);
}

.perfil-actividad .icon-share-android {
  position: absolute;
  width: 26px;
  height: 29px;
  top: 783px;
  left: 375px;
}

.perfil-actividad .icon-list {
  position: absolute;
  width: 38px;
  height: 30px;
  top: 889px;
  left: 338px;
}
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
:root {
  --h-3-font-family: "Roboto-Regular", Helvetica;
  --h-3-font-weight: 400;
  --h-3-font-size: 16px;
  --h-3-letter-spacing: 0.10000000149011612px;
  --h-3-line-height: 20px;
  --h-3-font-style: normal;
  --m3-label-large-font-family: "Roboto-Medium", Helvetica;
  --m3-label-large-font-weight: 500;
  --m3-label-large-font-size: 14px;
  --m3-label-large-letter-spacing: 0.10000000149011612px;
  --m3-label-large-line-height: 20px;
  --m3-label-large-font-style: normal;
}

