.box_img_title {
  position: relative;
  overflow: hidden;
}

.bread_filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.banner_brands_list {
  height: 100%;
}

.img_banner_brands_list {
  height: 100%;
  width: 100%;
}

.header_session-logo div {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #c4c4c4;
  box-shadow: 0px 1px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.header_session-logo img {
  width: 80%;
}

#header-select_movies:checked~.container section .header-select_movies, #header-select_products:checked~.container section .header-select_products, #header-select_about:checked~.container section .header-select_about {
  display: flex;
}

.active-page {
  background: white;
  color: #00BFFF;
  font-weight: bold;
}

.menu_container nav ul li a {
  color: #000;
  padding: 8px 16px;
  display: inline-block;
}

.active-page a {
  color: #00BFFF!important;
}

.menu_container nav {
  list-style: none;
  background: rgba(189, 189, 189, 0.4);
}

.menu_container nav ul {
  display: flex;
  list-style: none;
  padding-left: 140px;
}

.menu_container nav ul li {
  height: 100%;
  margin: 0;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
}

.selected_movie-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.selected_movie-title span {
  font-size: 18px;
}

.movies-product_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.movies-product_list-item {
  text-align: center;
  width: 25%;
  padding: 32px;
}

.movies-product_list-item img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(189, 189, 189, 0.4);
  border-radius: 4px;
}

.movies-product_list-item p {
  text-align: center;
  font-size: 15px;
}

.header-select_about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-select_about h1 {
  font-size: 24px;
  margin: 32px 0;
  text-align: center;
}

.header_session-logo {
  position: absolute;
  bottom: -20px;
  display: flex;
  align-items: center;
}

.header_session-logo a.link_brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header_session-logo p {
  margin: 0 0 0 16px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.header-select_about h2 {
  font-size: 17px;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 950px;
  width: 100%;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .movies-product_list-item {
    width: 33%;
    padding: 16px;
  }
  .movies-product_list-item p {
    text-align: center;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .header_session {
    height: 30vh;
  }
  .header_session-container {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 16px;
    left: 16px;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  nav .container {
    margin: 0;
    padding: 0;
  }
  .menu_container nav {
    background: rgba(189, 189, 189, 0.4);
    width: 100%;
  }
  .menu_container nav ul {
    padding: 0;
    align-items: center;
    width: 100vw;
    justify-content: center;
  }
  .menu_container .container nav ul li {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 4px 0;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 12px;
  }
  .menu_container nav ul li {
    flex: 1;
  }

  .header_session-logo div {
    width: 88px;
    height: 88px;
  }
  .movies-product_list-item {
    width: 50%;
    padding: 16px;
  }
  .header_session-logo {
    bottom: 14px;
  }

  .header_session-logo p {
    font-size: 20px;
  }
  .movies-product_list-item p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .header_session {
    height: 30vh;
  }
  .selected_movie-title {
    margin: 10px 0;
  }
  .movies-product_list-item {
    width: (45%);
    margin: 8px auto;
  }
  .header_session-container {
    bottom: 16px;
    left: 16px;
    margin: 0;
  }
  nav .container {
    margin: 0;
    padding: 0;
  }
  .menu_container nav {
    background: rgba(189, 189, 189, 0.4);
    width: 100%;
  }
  .menu_container nav ul {
    padding: 0;
    align-items: center;
  }
  .menu_container nav ul li a {
    font-size: 13px;
  }
  .img_banner_brands_list {
    width: 100vh;
  }
}