body {
  background-image: none;
  overflow-x: hidden;
}

.header {
  background: #764FA0;
}

.header__container {
  margin: 0 2rem;
  max-width: 1850px;
  width: 100%;
  padding: 0.8rem 0;
}

.input {
  margin: 0 0 0 2rem;
  background: #fff;
  height: 45px;
  width: 800px;
  border: 1px solid #D8D8D9;
  border-radius: 2rem;

}

.input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 1rem;
  border-radius: 2rem;
  color: #252525;
  font-weight: 500;
}

.search__image {
  background: #F8F8F8;
  height: 100%;
  width: 80px;
  border-left: 1px solid #D4D4D4;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  cursor: pointer;
}

.keyboard__image {
  margin: 0 0.5rem 0 0;
}

.menu__perfil,
.avatar {
  margin: 0 2rem 0 0;
}

.avatar img {
  border-radius: 50%;
}

.menu__aside img {
  cursor: pointer;
}

/* background__chanell */

.section__mainVideos {
  width: 100%;
}

.background__channel {
  margin: 4.5rem 0 0 3rem;
  background-image: url("../assets/guestScreen/backgroundNellbux.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
}

.button__informationBackgroundChannel {
  margin: 0 10rem;
  background: #B2B2B2;
  border: none;
  color: #fff;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.button__informationBackgroundChannel:hover {
  background: #585858;
}

.button__informationBackgroundChannel img:first-child,
.button__signUp img:first-child {
  margin: 0 0.5rem 0 0;
}

.button__informationBackgroundChannel img:last-child,
.button__signUp img:last-child {
  margin: 0 0 0 0.5rem;
}

/* section__perfilUserVideos */

.section__perfilUserVideos {
  margin: 1.5rem calc(10rem - 85px) 1.5rem 10rem;
}


/* div__perfilChannel */

.div__perfilChannel img {
  border-radius: 50%;
  margin: 0 2rem 0 0;
}

/* div__perfilChannelInformation */

.title__nameChannel {
  font-size: 25px;
  font-weight: 500;
  color: #764FA0;
}

.title__descriptionChannel {
  padding: 0.5rem 0 1rem 0;
}

.title__descriptionChannel,
.title__secondaryGray,
.title__secondaryDescriptionChannel,
.title__descriptionInformationFeaturedVideo,
.title__descriptionSecondaryInformationFeaturedVideo {
  color: #5E5D5D;
  font-weight: 500;
}

.title__secondaryGray {
  font-weight: 600;
}

.title__secondaryDescriptionChannel img {
  margin: 0 0 0 0.5rem;
}

.button__signUp {
  background: #764FA0;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: 2rem;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.button__signUp:hover {
  background: #472c64;
}

/* nav__linksChannel */

.nav__linksChannel {
  margin: 2.5rem 0 0 0;
  border-bottom: 1px solid #E5E5E5;
  height: 60px;
}

.ul__linksChannel {
  list-style: none;
  height: 100%;
}

.ul__linksChannel li {
  margin: 0 3rem 0 0;
  height: 100%;
}

.ul__linksChannel li a {
  text-decoration: none;
  font-weight: 600;
  color: #5C5C5C;
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  height: 100%;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}

.ul__linksChannel li a:hover {
  color: #8461AA !important;
  border-bottom: 3px solid #606060;
  height: 100%;
}

.li__linksChannelActive {
  border-bottom: 3px solid #606060;
}

.li__linksChannelActive a {
  color: #8461AA !important;
}

/* div__featuredVideo */

.div__featuredVideo {
  padding: 2rem 0;
}

.div__featuredVideo iframe {
  border-radius: 0.5rem;
}

.div__informationFeaturedVideo {
  margin: 0 0 0 2rem;
}

.title__informationFeaturedVideo {
  font-weight: 500;
  font-size: 20px;
}

.title__descriptionInformationFeaturedVideo {
  margin: 0.5rem 0 1rem 0;
}

.title__descriptionSecondaryInformationFeaturedVideo {
  max-width: 900px;
}

.div__featuredVideo {
  border-bottom: 1px solid #E5E5E5;
}

/* triangle */

.play__allVideos {
  margin: 2.5rem 0 0 0;
}

.title__namePlayAll {
  font-weight: 600;
}

.title__namePlayAll .triangle {
  margin: 0 1rem;
}

.triangle {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #0F0F0F;
}

/* ul__listPlayAllVideos */

.ul__listPlayAllVideos {
  list-style: none;
  margin: 2.5rem 0 0 0;
}


.title__nameVideoAllVideo {
  padding: 0.5rem 0;
  max-width: 200px;
  font-weight: 600;
}

/* swiper-slide */

.swiperDesktop {
  margin: 2.5rem 0 0 0;
}

.swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.swiper-slide li iframe {
  border-radius: 0.7rem;
  width: 325px;
  height: 184px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  box-shadow: -12px 0 10px -10px #c0c0c0;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-next:hover {
  background: #c1c1c1;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 27px;
  color: #4B4B4B;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "prev";
  font-size: 27px;
  color: #4B4B4B;
}

.swiperMobile {
  display: none;
}

@media (max-width: 990px) {
  .section__perfilUserVideos {
    margin: 2rem;
  }

  .background__channel {
    margin: 0;
    height: 200px;
  }

  .nav__linksChannel {
    height: 100%;
  }

  .ul__linksChannel {
    flex-direction: column;
  }

  .ul__linksChannel li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }

  .ul__linksChannel li a {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 1rem 0;
  }

  .div__perfilUser,
  .div__perfilChannel {
    flex-direction: column;
  }

  .div__perfilChannel {
    align-items: start;
  }

  .button__signUp {
    margin: 1rem 0 0 0;
  }

  .list__maxItem li iframe {
    width: 300px;
  }

  .list__maxItem li {
    margin: 0 2rem 0 0;
  }

  .swiperMobile {
    display: flex !important;
  }

  .li__mobileNone {
    display: none;
  }
}

@media (max-width: 730px) {
  .div__featuredVideo {
    flex-direction: column;
    align-items: start;
  }

  .div__featuredVideo iframe {
    width: 100%;
    height: 300px;
  }

  .div__informationFeaturedVideo {
    margin: 1rem 0;
  }
}