:root {
  --container-size: 1460px;
}
body {
  color: var(--font-color);
}

#profile-page {
  background-color: var(--bg-color);
}
#profile-page > .profile-container {
  width: 100%;
  max-width: var(--container-size);
  margin: auto;

  display: grid;
  grid-template-columns: 270px 1fr 270px;
}

/* Profile */
#profile-page > .profile-container .profile {
  margin-block: 20px;
}
#profile-page > .profile-container .profile .info {
  text-align: center;
}
#profile-page > .profile-container .profile .info .picture {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
  border: 2px solid transparent;
  background-image: linear-gradient(45deg, #8f3700 20%, #42e4fa 100%);
  background-origin: border-box;
  box-shadow: 0 0 20px 12px #00000066;
}
#profile-page > .profile-container .profile .info .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#profile-page > .profile-container .profile .info h1 {
  color: var(--primary-color);
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-style: italic;
}
#profile-page > .profile-container .profile .info a {
  text-decoration: none;
}
#profile-page > .profile-container .profile .info a .phone {
  background-color: var(--dark-grey);
  border-radius: 20px;
  padding-block: 10px;
  padding-inline: 30px;
  margin: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: white;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
}
#profile-page > .profile-container .profile .info a .phone:hover {
  background-color: var(--dark-black);
}
#profile-page > .profile-container .profile .info a .phone span {
  color: #16a34a;
  height: 24px;
}
#profile-page > .profile-container .profile .info a .phone span svg {
  width: 20px;
  height: inherit;
}
#profile-page > .profile-container .profile .info p {
  font-weight: 400;
  font-size: 12px;
  margin-block: 5px;
}
#profile-page > .profile-container .profile .info p i {
  font-style: italic;
}
#profile-page > .profile-container .profile .info .seguir {
  background-color: transparent;
  border: 1px solid var(--bg-mobile-menu);
  border-radius: 10px;
  color: var(--grey);
  font-weight: 600;
  margin: auto;
  padding-block: 5px;
  padding-inline: 20px;
  cursor: pointer;
  margin-block: 15px;
  /* transition: all 0.25s ease-in-out; */
  display: flex;
  align-items: center;
  gap: 5px;
}
#profile-page > .profile-container .profile .info .seguir span {
  display: flex;
}
#profile-page > .profile-container .profile .info .seguir.seguindo {
  border-color: transparent;
  color: #16a34a;
}
#profile-page > .profile-container .profile .info .seguir span svg {
  width: 20px;
  height: 20px;
  fill: var(--grey);
}
#profile-page > .profile-container .profile .info .seguir.seguindo span svg {
  width: 20px;
  height: 20px;
  fill: #16a34a;
}
/* #profile-page > .profile-container .profile .info .seguir:hover {
  background-color: var(--dark-black);
} */
#profile-page > .profile-container .profile .info .seguir:hover {
  background-color: transparent;
  color: #39ec7b;
}
#profile-page > .profile-container .profile .info .seguir:hover span svg {
  fill: #39ec7b;
}
#profile-page > .profile-container .profile .info .seguir.seguindo:hover {
  fill: var(--grey);
  color: var(--grey);
}
#profile-page
  > .profile-container
  .profile
  .info
  .seguir.seguindo:hover
  span
  svg {
  fill: var(--grey);
  color: var(--grey);
}
#profile-page > .profile-container .profile .info .status {
  display: flex;
  justify-content: space-evenly;
  margin-block: 20px;
  font-weight: 300;
  color: white;
  font-size: 14px;
}
#profile-page > .profile-container .profile .info .status p span:first-child {
  font-weight: 900;
  font-size: 15px;
}
#profile-page > .profile-container .profile .acordeons {
}
#profile-page > .profile-container .profile .acordeons .acordeon {
  transition: all 0.25s ease-in-out;
  margin-block: 10px;
  margin-inline: 5px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 3px 3px 3px 0px #0000001f;
}
#profile-page > .profile-container .profile .acordeons .acordeon .label {
  background-color: var(--dark-black);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  display: block;
}
#profile-page > .profile-container .profile .acordeons .acordeon .label:hover {
  background-color: var(--bg-mobile-menu);
}
#profile-page > .profile-container .profile .acordeons .acordeon .label > h2 {
  padding: 15px;
  margin: 0;
  font-size: 18px;
  display: flex;
  font-weight: 400;
  font-family: var(--fonte) !important;
  color: var(--font-color);
}
#profile-page
  > .profile-container
  .profile
  .acordeons
  .acordeon
  .label
  h2
  span {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#profile-page
  > .profile-container
  .profile
  .acordeons
  .acordeon
  .label
  h2
  span
  svg {
  width: 10px;
  height: 10px;
  transform: rotate(0deg);
  fill: white;
}

#profile-page > .profile-container .profile .acordeons .acordeon.active {
}
#profile-page
  > .profile-container
  .profile
  .acordeons
  .acordeon
  .label
  h2
  span
  svg {
  transition: all 0.25s ease-in-out;
}
#profile-page
  > .profile-container
  .profile
  .acordeons
  .acordeon.active
  .label
  h2
  span
  svg {
  transform: rotate(90deg);
}
#profile-page > .profile-container .profile .acordeons .acordeon .list {
  height: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  background-color: rgb(35, 34, 34);
}
#profile-page > .profile-container .profile .acordeons .acordeon.active .list {
  max-height: 1000px;
}
#profile-page > .profile-container .profile .acordeons .acordeon .list ul {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}
#profile-page > .profile-container .profile .acordeons .acordeon .list ul li {
  padding: 10px;
  color: var(--primary-color);
}
#profile-page
  > .profile-container
  .profile
  .acordeons
  .acordeon
  .list
  ul
  li
  span {
  color: var(--font-color);
}
#profile-page
  > .profile-container
  .profile
  .acordeons
  .acordeon
  .list
  ul
  li:nth-child(even) {
  background-color: rgb(39, 39, 39);
}
/* Fim profile */

/* Posts */
#profile-page > .profile-container .posts {
  border: 1px solid var(--dark-grey);
  border-top: none;
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 200px;
}
#profile-page > .profile-container .posts .mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 5px;
  padding-bottom: 15px;
  padding-inline: 2px;
}
#profile-page > .profile-container .posts .mosaic .grid-img {
  cursor: pointer;
}
#profile-page > .profile-container .posts .mosaic .grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#profile-page > .profile-container .posts .feed {
}
#profile-page > .profile-container .posts .feed .post-card {
  padding: 23px;
  padding-block: 30px;
}
#profile-page > .profile-container .posts .feed .post-card .heading {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
#profile-page > .profile-container .posts .feed .post-card .heading .img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}
#profile-page > .profile-container .posts .feed .post-card .heading .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#profile-page > .profile-container .posts .feed .post-card .heading .details {
  line-height: 25px;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .heading
  .details
  .name {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .heading
  .details
  .name
  .since {
  color: var(--grey);
  margin-left: 10px;
  font-size: 14px;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .heading
  .details
  .at {
  color: var(--grey);
  font-weight: 600;
  font-size: 16px;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .heading
  .details
  .at
  .fixed-badge {
  background-color: rgb(220, 252, 231);
  color: rgb(22, 101, 52);
  font-size: 12px;
  padding-inline: 10px;
  padding-block: 2px;
  border-radius: 5px;
  margin-left: 10px;
}
#profile-page > .profile-container .posts .feed .post-card {
  border-block: 1px solid var(--dark-grey);
}
#profile-page > .profile-container .posts .feed .post-card .card-body {
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-text {
  margin-block: 20px;
  line-height: 20px;
  font-weight: 400;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-content {
  cursor: pointer;
  height: 500px;
  display: flex;
  justify-content: center;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-content
  .video-container {
  width: 100%;
  height: 100%;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-content
  .video-container
  .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: none;
  background: var(--primary-color);
  border-radius: 100px;
  width: 50px;
  height: 50px;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-content
  .video-container
  .vjs-big-play-button:before {
  text-shadow: none;
  line-height: unset;
  text-align: unset;
  width: 30px;
  height: 30px;
  left: 57%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-content
  img {
  height: 100%;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-actions {
  padding-block: 10px;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-actions
  .like
  p {
  display: flex;
  align-items: center;
  gap: 5px;
}
#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-actions
  .like
  p
  span {
  height: 30px;
}

#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-actions
  .like
  p
  span
  svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

#profile-page
  > .profile-container
  .posts
  .feed
  .post-card
  .card-body
  .post-actions
  .like
  p
  span
  svg:hover {
  fill: red;
  stroke: red;
}
#profile-page > .profile-container .posts .denunciar {
  padding: 25px;
  display: flex;
  justify-content: center;
}
#profile-page > .profile-container .posts .denunciar button {
  border: 1px solid var(--dark-grey);
  background-color: transparent;
  color: var(--grey);
  border-radius: 5px;
  padding-inline: 15px;
  padding-block: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  font-weight: 400;
  font-size: 14px;
}
#profile-page > .profile-container .posts .denunciar button:hover {
  background-color: var(--dark-black);
  color: red;
  border-color: red;
}
#profile-page > .profile-container .posts .denunciar button span {
  display: block;
  height: 16px;
  width: 16px;
}

#profile-page > .profile-container .posts .related {
  padding-inline: 20px;
}
#profile-page > .profile-container .posts .related h3 {
  color: var(--font-color);
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}
#profile-page > .profile-container .posts .related .recomendations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 20px;
  margin-inline: 7px;
}
#profile-page
  > .profile-container
  .posts
  .related
  .recomendations
  .recomendation-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
  font-size: 14px;
}
#profile-page
  > .profile-container
  .posts
  .related
  .recomendations
  .recomendation-card
  a
  img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}
#profile-page
  > .profile-container
  .posts
  .related
  .recomendations
  .recomendation-card
  a {
  text-decoration: none;
  color: white;
  line-height: 30px;
  font-family: var(--fonte) !important;
  font-weight: 600;
}
#profile-page
  > .profile-container
  .posts
  .related
  .recomendations
  .recomendation-card
  a:hover {
  color: var(--primary-color);
}
/* Fim posts */

/* Extras */
#profile-page > .profile-container .extras {
}
#profile-page > .profile-container .extras {
  padding: 10px;
}
#profile-page > .profile-container .extras .extra-recomendations {
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container {
  background-color: var(--dark-black);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-inline: 5px;
  overflow: hidden;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  h3 {
  color: var(--font-color);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--fonte) !important;
  margin: 0;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
  padding-inline: 10px;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-title
  .slider-control-buttons {
  display: flex;
  gap: 15px;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-title
  .slider-control-buttons
  svg {
  fill: white;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-title
  .slider-control-buttons
  .prev-btn,
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-title
  .slider-control-buttons
  .next-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-title
  .slider-control-buttons
  .prev-btn:hover
  svg,
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-title
  .slider-control-buttons
  .next-btn:hover
  svg {
  fill: var(--primary-color);
}

#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider {
  display: inline-flex;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider
  .extra-recomendations-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider
  .extra-recomendations-slide
  a {
  text-decoration: none;
  color: var(--primary-color);
  width: 100%;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider
  .extra-recomendations-slide
  .slide-profile-img {
  position: absolute;
  top: 270px;
  left: 10px;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid white;
  box-shadow: 3px 3px 3px 0px #00000075;
  box-sizing: content-box;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider
  .extra-recomendations-slide
  .slide-profile-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider
  .extra-recomendations-slide
  .splide-banner-img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 325px;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider
  .extra-recomendations-slide
  .splide-banner-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider
  .extra-recomendations-slide
  .slide-title {
  width: 100%;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider
  .extra-recomendations-slide
  .slide-title
  p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider
  .extra-recomendations-slide
  .slide-title
  p
  span {
  width: 90px;
  display: inline-block;
}

#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider-bullets {
  padding-block: 15px;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-inline: 10px;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider-bullets
  .bullet {
  width: 8px;
  height: 8px;
  background-color: var(--bg-color);
  border-radius: 100px;
  cursor: pointer;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider-bullets
  .bullet.active,
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-slider-container
  .extra-recomendations-slider-bullets
  .bullet:hover {
  background-color: var(--dark-grey);
}

#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-card {
  background-color: var(--dark-black);
  border-radius: 10px;
  margin-block: 20px;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-card
  h3 {
  padding-block: 20px;
  padding-inline: 15px;
  font-family: var(--fonte) !important;
  font-weight: 600;
  font-size: 16px;
  color: var(--font-color);
  margin: 0;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-card
  a {
  text-decoration: none;
  text-align: center;
  color: var(--primary-color);
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-card
  a:hover {
  text-decoration: underline;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-card
  a
  img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
#profile-page
  > .profile-container
  .extras
  .extra-recomendations
  .extra-recomendations-card
  a
  p {
  padding-block: 10px;
  font-weight: 400;
}
/* Fim extras */

/* Post slider */
#profile-page .swiper {
  overflow: clip;
}
#profile-page .dialog-slider {
  position: fixed;
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

#profile-page .dialog-slider::backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}
#profile-page .dialog-slider .swiper-slider {
  position: relative;
  height: 90vh;
  width: calc(100% - 80px);
  margin: auto;
  background: transparent;
  transform: scale(0);
  z-index: 10;
}
#profile-page .dialog-slider[open] .swiper-slider {
  animation: scaleAnimation 0.2s ease forwards;
  animation-delay: 0.4s;
}
@keyframes scaleAnimation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#profile-page .dialog-slider .swiper-slider .post-img-slider .post-slide {
  height: 100%;
  text-align: center;
  background: transparent;
}
#profile-page .dialog-slider .swiper-slider .post-img-slider .post-slide img {
  height: 100%;
  object-fit: cover;
}
#profile-page .dialog-slider .controls {
  position: absolute;
  inset: 0;
}
#profile-page .dialog-slider .controls > div {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  outline: transparent;
}
#profile-page .dialog-slider .controls > div:hover {
  cursor: pointer;
}
#profile-page .dialog-slider .controls > div svg {
  fill: white;
}
#profile-page .dialog-slider .controls > div:hover svg {
  fill: var(--primary-color);
}
#profile-page .dialog-slider .controls > .prev-post-btn {
  left: 15px;
}
#profile-page .dialog-slider .controls > .next-post-btn {
  right: 15px;
}
#profile-page .dialog-slider button[data-close-modal] {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 15px;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#profile-page .dialog-slider button[data-close-modal] svg {
  width: 100%;
  height: 100%;
  fill: var(--light-grey);
}

#profile-page .dialog-slider button[data-close-modal]:hover svg {
  fill: var(--font-color);
}
/* Fim Post slider */

@media only screen and (max-width: 1200px) {
  #profile-page > .profile-container .posts .mosaic {
    grid-template-columns: repeat(3, 1fr);
  }
  #profile-page > .profile-container .posts .related .recomendations {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  #profile-page > .profile-container .posts {
    padding-bottom: 100px;
  }
  #profile-page > .profile-container .posts .mosaic {
    grid-template-columns: repeat(2, 1fr);
  }
  #profile-page > .profile-container .posts .related .recomendations {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  #profile-page > .profile-container {
    grid-template-columns: 270px 1fr;
  }
  #profile-page > .profile-container .extras {
   
  }
}
@media only screen and (max-width: 600px) {
  #profile-page > .profile-container .profile .info {
    display: grid;
    grid-template-areas: "profile-img name" "profile-img phone" "profile-img call-to-action" "profile-img seguir" "status status";
  }
  #profile-page > .profile-container .profile .info .picture {
    grid-area: profile-img;
    width: 150px;
    height: 150px;
  }
  #profile-page > .profile-container .profile .info h1 {
    grid-area: name;
    font-size: 20px;
  }
  #profile-page > .profile-container .profile .info a {
    grid-area: phone;
  }
  #profile-page > .profile-container .profile .info a .phone {
    font-size: 14px;
    padding-inline: 35px;
  }
  #profile-page > .profile-container .profile .info p {
    grid-area: call-to-action;
  }
  #profile-page > .profile-container .profile .info .seguir {
    width: fit-content;
    justify-self: center;
    grid-area: seguir;
  }
  #profile-page > .profile-container .profile .info .status {
    grid-area: status;
    background-color: var(--dark-black);
    padding-block: 10px;
  }
  #profile-page > .profile-container {
    grid-template-columns: 1fr;
  }
  #profile-page > .profile-container .posts {
    padding-bottom: 70px;
  }
  #profile-page > .profile-container .profile {
    margin-bottom: 0;
  }
  #profile-page > .profile-container .profile .acordeons {
     
  }
  #profile-page > .profile-container .posts .mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
  #profile-page > .profile-container .posts .mosaic .grid-img {
    height: 300px;
  }
}
@media only screen and (max-width: 425px) {
  #profile-page > .profile-container .posts .mosaic {
    /* grid-template-columns: repeat(2, 1fr); */
  }
}
 