body {
  background-image: url("../assets/backgroundMain.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  background: #764FA0;
  position: fixed;
  width: 100%;
  top: -1px;
  height: 4.5rem;
  z-index: 2;
  border-bottom: 1px solid #502f72;
}

.header__container {
  position: relative;
}

.menuImage {
  cursor: pointer;
}

.logo {
  margin: 0 0 0 2.5rem;
}

.header__container {
  padding: 0 2rem;
  width: 100%;
}

.main__container {
  padding: 0;
  width: 100%;
}

/* aside */

.aside {
  background: #764FA0;
  border-right: 1px solid rgb(80, 47, 114);
  position: fixed;
  height: 100%;
  width: 85px;
  top: 4.5rem;
  overflow: hidden auto;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.menu__widthAll {
  display: none;
  margin: 0 0.5rem;
}

.eixt__modalAside{
  cursor: pointer;
}

.aside::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
}

.ul__listCategory {
  border-top: 1px solid #502f72;
  border-bottom: 2px solid #502f72;
  padding: 1rem 0;
  list-style: none;
}

.ul__featured {
  padding: 1rem 0;
  margin: 0 0.5rem;
  list-style: none;
}

.ul__listCategory li {
  padding: 0.5rem;
  margin: 1.5rem 0.3rem;
  transition: 0.3s;
}

.ul__featured li {
  margin: 0.3rem;
  padding: 0.5rem 0;
  transition: 0.3s;
}

.ul__listCategory li:first-child,
.ul__listCategory li:last-child {
  margin: 0 0.3rem !important;
}

.ul__listCategory li:hover,
.ul__featured li:hover {
  background: rgb(73, 45, 103);
  border-radius: 0.3rem;
  padding: 0.5rem;
}

.ul__featured li a img {
  border: 2px solid #fff;
}


.ul__featured li:first-child,
.ul__featured li:last-child {
  margin: 0 0.3rem !important;
}

.ul__featured li:first-child {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin: 1rem 0;
}

.ul__featured li a img {
  border-radius: 50%;
}

.ul__featured li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ul__listCategory li a {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  color: #ffffff;
}

.ul__listCategory li a svg {
  stroke: #FBD102;
  color: #FBD102;
  stroke-width: 1.5px;
  fill: none;
  width: 30px;
  height: 30px;
  margin: 0 0 0.5rem 0;
}

.name__person {
  display: none !important;
}

/* main__content */

.main__content {
  width: 100%;
}


/* ul__links */

.ul__links {
  margin: 0 2rem 0 0;
}

.ul__links li {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
  font-weight: 500;
  color: #FBD102;
  cursor: pointer;
  transition: 0.3s;
  border-right: 1px solid #fff;
  padding: 0 1rem 0 0;
  font-size: 15px;
}

.ul__links li img {
  margin: 0 0.5rem 0 0;
}

.ul__links li:hover {
  transform: scale(1.1);
}

.li__openAccount {
  border-right: 1px solid transparent !important;
  color: #fff !important;
}

.button__login {
  height: 47px;
  padding: 0 1rem;
  background: transparent;
  border: 2px solid #FFE000;
  color: #FFE000;
  font-weight: 600;
  border-radius: 2rem;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;

}

.button__login:hover {
  background: #ffe10081;
  color: #ffffff;
}

.button__login img {
  margin: 0 0.5rem 0 0;
}

.perfil__account {
  display:none;
}

/* section__titleSearch */

.section__titleSearch {
  padding: 10rem 0 0 0;
}

.title__primaryMain {
  margin: 1rem 0 0 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.row__titleSeparator {
  width: 70px;
  height: 4px;
  background: #F59830;
  border-radius: 1px solid #603256;
  margin: 1rem 0 0 0;
}

.section__searchInput {
  margin: 6rem 0 0 0;
}

.input {
  background: #fff;
  width: 584px;
  height: 52px;
  border-radius: 2rem;
}

.input input {
  width: 100%;
  border: none;
  outline: none;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  height: 100%;
  font-weight: 500;
  font-size: 15px;
  color: #757575;
}

.input input::placeholder {
  font-weight: 500;
  font-size: 15px;
}

.input .image__loupe {
  margin: 0 1rem;
  cursor: pointer;
}

.iconsInput img {
  margin: 0 1rem 0 0;
  cursor: pointer;
}

/* button__redirectAll */

.button__redirectAll {
  margin: 1rem 0 0 0;
}

.button__link {
  background: #F4992E;
  border: none;
  color: #fff;
  height: 47px;
  padding: 0 1.5rem;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
  font-size: 15px;
}

.button__link img {
  margin: 0 0.5rem 0 0;
}

.button__link {
  margin: 0 2rem 0 0;
}

.button__link:hover {
  background: #cf7711;
}

/* notice__cardAll */

.title__listUp {
  color: #fff;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.title__listUp svg {
  stroke: #ffffff;
  color: #ffffff;
  stroke-width: 1.5px;
  fill: none;
  width: 30px;
  height: 30px;
  margin: 0 0 0 1rem;
}

.cards__list {
  margin: 3rem 0 0 0;
}

.notice__cardAll {
  margin: 8rem 0 3rem 0;
  max-width: 1600px;
}

.card__listVideo {
  margin: 1.5rem 0;
  border-radius: 0.5rem;
  padding:0.5rem;
  transition: 0.3s;
}

.card__listVideo:hover{
  background: #4c227c;
}

.cards__list div video, 
.cards__list div .video,
.cards__list div .controls, 
.cards__list div .pause_button, 
.cards__list div .play_button {
  width:500px;height:250px;
}
 
.cards__list div .control_bar {
  width:500px;height:auto;
}

.cards__list div iframe {
  border-radius: 0.5rem;
  width: 500px;
  height: 250px;
  margin: 0 0 1rem 0;
}

.perfil__photo {
  border-radius: 50%;
}

.titles__information {
  margin: 0 0 0 1rem;
}

.title__nameVideo {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}

.title__nameVideo:hover{
  color: #99AAB5;
}

.title__aboutPerson {
  margin: 0.5rem 0 0 0;
}


.title__nameChaneel,
.title__visualization {
  color: rgb(233, 233, 233);
  font-weight: 600;
  font-size: 15px;
  margin: 0 1rem 0 0;
}


.background__okIcon {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0 0 0.5rem;
}

.title__visualization {
  margin: 0.5rem 0;
  font-size: 11px;
}

.ul__listButtonCategory {
  list-style: none;
  margin: 1rem 0;
}

.ul__listButtonCategory li {
  display: flex;
  align-items: center;
  color: #93A4B0;
  font-weight: 600;
  cursor: pointer;
  margin: 0 1.5rem 0 0;
}

.background__MessageIcon,
.background__MessageIcon-green,
.background__MessageIcon-red,
.background__MessageIcon-greenTwo {
  margin: 0 0.5rem 0 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent !important;
}

.chat__svg {
  fill: #93A4B0 !important;
}

.background__activeIcon {
  color: #1D9BF0 !important;
}

.background__activeIcon .chat__svg {
  fill: #1D9BF0 !important;
}


.activeBackground .font__green {
  color: #00BA7C !important;
}


.activeBackground .background__MessageIcon-green svg,
.activeBackground .background__MessageIcon-greenTwo svg {
  fill: #00BA7C !important;
}

.activeBackground .font__red {
  color: #F65960 !important;
}


.activeBackground .background__MessageIcon-red svg {
  fill: #f37c82 !important;
}

.background__activeIcon {
  color: #1D9BF0 !important;
}

.ul__listButtonCategory li img {
  margin: 0 0.5rem 0 0;
}

.title__likeVideoContent {
  color: rgb(233, 233, 233);
  font-weight: 600;
  font-size: 14px;
}

.card__filter {
  background: #563180;
  padding: 1rem;
  list-style: none;
  border-radius: 0.5rem;
  height: 90px;
}

.li__backgroundDefault {
  background: #492D67;
  border-radius: 2rem;
  margin: 0 0.4rem;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.8rem;
  text-align: center;
}

.li__backgroundDefault:hover {
  background: #f7f7f7 !important;
  color: black !important;
}

.li__backgroundDefault--red {
  background: #D20A0A !important;
}

.li__backgroundDefault--yellow {
  background: #FFA500;
}

.li__backgroundDefault--rose {
  background: #F23160;
}

/* swiper */

.mySwiper {
  width: 1200px;
  background: #563180;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-initialized {
  display: flex;
  justify-content: start;
  align-items: center;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "prev";
  font-size: 27px;
  color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 27px;
  color: #fff;

}

.swiper-button-next,
.swiper-button-prev{
  width: 80px;
  box-shadow: -12px 0px 10px 0px #563180;
  background: #563180;
}

.swiper-button-prev{
  box-shadow: 12px 0px 10px 0px #563180;
  position: absolute;
}

.swiper-button-next,
.swiper-button-prev {
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgb(73, 45, 103);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* open__menuAll */

.open__menuAll {
  width: 280px;
  z-index: 3;
  position: fixed;
  background-color: #764FA0;
  top: 1px;
  overflow: auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.open__menuAll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #5d2994;
}

.open__menuAll::-webkit-scrollbar-thumb {
  background: #3e1668;
  border-radius: 5px;
}

.open__menuAll .menu__widthAll {
  display: flex;
  padding: 1rem 0 0 0;
}

.open__menuAll .ul__listCategory {
  border-top: none;
}

.open__menuAll .ul__featured li:first-child {
  text-align: start;
  font-size: 15px;
}

.name__mugcool {
  margin: 0 0 0 0.5rem;
}

.open__menuAll .ul__listCategory li a,
.open__menuAll .ul__featured li a {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 15px;
}

.open__menuAll .ul__listCategory li a svg,
.open__menuAll .ul__featured li a img {
  margin: 0 1rem 0 0;
}

.ul__featured li a {
  text-decoration: none;
}

.open__menuAll .ul__featured li a .name__person {
  color: #fff;
  display: flex !important;
}

.open__menuAll .ul__FooterlistActive{
  display: flex;
}

.ul__FooterlistActive{
  list-style: none;
  margin: 0 0.5rem;
  padding: 0 0 1rem 0;
  display: none;
}

.ul__FooterlistActive li{
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  margin: 0.5rem 0;
  cursor: pointer;
  transition: 0.3s;
}

.ul__FooterlistActive li:hover{
  color: #c1c1c1;
}

.ul__FooterlistActive li:last-child{
  color: #FEF24B;
}

.active__background {
  position: fixed;
  width: 100%;
  top: -1px;
  left: 1px;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  background: hsla(0, 0%, 0%, 0.8);
  cursor: pointer;
  display: none;
}

.active__background {
  display: block;
}

.open__menuAll {
  display: flex !important;
}


@media (max-width: 1669px) {
  .notice__cardAll {
    margin: 5rem 0;
    padding: 0 2rem 0 8rem;
  }

  .notice__cardAll{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .card__listVideo {
    width: 350px;
    margin: 1rem 0;
  }

  .cards__list div iframe {
    width: 100%;
    height: 200px;
  }

  .list__maxItem li {
    padding: 0.7rem 0.5rem;
    margin: 0.5rem;
    font-size: 11px;
  }


}

@media (max-width: 1450px) {

  .li__backgroundDefault {
    padding: 0.7rem 0.5rem;
    text-align: center;
  }


}

@media(max-width: 1400px){
  .mySwiper{
    width: 1050px;
  }
}

@media (max-width: 1250px){
  .mySwiper {
      width: 1000px;
  }

  .li__backgroundDefault{
    padding: 0.7rem 0.3rem;
  }
}

@media (max-width: 1180px){
  .mySwiper{
    width: 850px;
  }
  .card__filter{
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .card__filter{
    width:850px;
  }

}


@media (max-width :990px) {

  .aside,
  .ul__links,
  .card__filter {
    display: none;
  }

  .notice__cardAll {
    width: 95%;
  }


  .logo {
    width: 0 0 0 0.5rem;
  }

  .notice__cardAll {
    padding: 0;
  }

  .card__listVideo iframe {
    width: 100%;
  }
}

@media (max-width: 772px) {

  .logo {
    display: none;
  }

  .input {
    width: 100%;
  }

  .cards__list {
    flex-direction: column;
  }

  .card__listVideo {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .card__information {
    flex-direction: column;
    width: 100%;
  }

  .titles__information {
    margin: 0.5rem 0;
  }
}