.image-brand-sheet {
  border: solid 2px var(--tertiary);
  border-radius: 20px;
  padding: 50px 10px;
  margin-bottom: 20px;
}

.area-brand-sheet img {
  width: 90%;
  height: 160px;
  object-fit: contain;
}

.area-profile-sheet {
  padding: 0 10px;
  margin-bottom: 15px;
}

.profile {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
}

.area-profile-sheet p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: gray;
}

#btn-contact {
  background-color: var(--primary);
  color: white;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  transition: .3s;
}

#btn-contact:hover {
  background-color: var(--secondary);
}

.btn-socialmedia-brand a {
  width: 35px;
  height: 35px;
  background: var(--primary);
  padding: 10px;
  border-radius: 50%;
  color: white;
  transition: .3s;
  margin: 5px;
  font-size: 16px;
}

.btn-socialmedia-brand a:hover {
  background: var(--secondary);
  color: white;
}

.social-media-brand {
  margin-bottom: 20px;
}

.location-brand {
  font-size: 14px;
  color: gray;
  margin-bottom: 20px;
}

.location {
  font-size: 16px;
  color: var(--primary);
  font-weight: 600;
}

.area-video-brabd iframe {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: var(--tertiary);
}

@media (min-width: 300px) {
  .area-video-brabd iframe {
    height: 252px;
  }
}

@media (min-width: 576px) {
  .area-video-brabd iframe {
    height: 236px;
  }
}

@media (min-width: 768px) {
  .area-video-brabd iframe {
    height: 321px;
  }
}

@media (min-width: 992px) {
  .area-video-brabd iframe {
    height: 433px;
  }
}

@media (min-width: 1200px) {
  .area-video-brabd iframe {
    height: 518px;
  }
}

@media (min-width: 1380px) {
  .area-video-brabd iframe {
    height: 630px;
  }
}

.bg-purple {
  padding: 50px 0;
  background-color: #ECEDF6;
}

.content-videos h3 {
  font-size: 20px;
  color: var(--primary);
}

.content-videos p {
  color: gray;
  font-size: 16px;
}

.carousel-indicators {
  position: relative;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50%;
}

.carousel-control-next-icon {
  background-image: url('../../assets/img/next.svg');
}

.carousel-control-prev-icon {
  background-image: url('../../assets/img/prev.svg') !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  border-radius: 50%;
  color: var(--primary);
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 70px;
    height: 70px;
  }
}

.area-product {
  border: solid 2px var(--tertiary);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}

.area-image-product {
  width: 100%;
}

.area-image-product img {
  width: 100%;
  height: 222px;
  object-fit: contain;
  border-radius: 5px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.name-product, .name-download, .name-gift {
  font-size: 18px;
  color: var(--primary);
  font-weight: 600;
  font-style: normal;
}

.description-product, .description-downloads, .description-gift {
  color: gray;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}

.pdf {
  width: 150px;
  height: 150px;
  color: var(--primary);
  font-size: 60px;
  border: solid 5px var(--secondary);
  border-radius: 50%;
}

.btn-downloads {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  color: var(--primary);
  box-shadow: 0px 10px 30px rgb(40 26 82 / 15%);
  margin: 10px;
  cursor: pointer;
  font-size: 20px;
  margin-top: -20px;
}

.area-downloads {
  margin-bottom: 30px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-color: light;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

@media (min-width: 1200px) {
  .scrolling-wrapper {
    overflow-x: hidden;
  }
}

.no-link {
  cursor: inherit !important;
}

.user {
  color: var(--primary);
  margin: 10px 5px;
  background-color: white;
  border: solid 2px rgb(180 183 220 / 30%);
  transition: .3s ease;
}

.user-id {
  color: var(--primary);
  background-color: white;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 18px;
  border: solid 2px rgb(180 183 220 / 30%);
}

.area-gifts ul li {
  color: gray;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}

.area-gifts{
  color: gray;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}

