#containerListNetworking {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #containerListNetworking {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .networking-main-wrapper {
    display: flex;
    padding-block: 30px;
  }
}
.aem-GridColumn--default--8 {
  margin-left: 0px !important;
}
.columns .columns-component #list-events .network-lst .events-container .card a {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: minmax(150px, auto) minmax(150px, auto);
}
@media (min-width: 768px) {
  .columns .columns-component #list-events .network-lst .events-container .card a {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(160px, 160px);
  }
}
.columns .columns-component #list-events .network-lst .events-container .card.full-width a {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  .columns .columns-component #list-events .network-lst .events-container .card.full-width a {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: minmax(160px, 160px);
  }
}
#containerLeft {
  padding-inline: 0;
}
@media (min-width: 768px) {
  #containerLeft {
    padding-right: 50px;
  }
}
#list-events {
  padding: 14px 0;
  padding-inline: 0px;
}
@media (min-width: 768px) {
  #list-events {
    padding: 35px 0;
  }
}
#list-events .card {
  border: 1px solid #323f48;
  border-radius: 5px;
}
#list-events .card:hover {
  background-color: #d8dcde;
}
#list-events .cmp-button__icon {
  position: absolute;
  right: 24px;
  width: 35px;
  height: 35px;
}
#list-events .cmp-button__icon--sectoresMovies {
  color: #da291c;
}
#list-events .cmp-button__icon--sectoresAnimation {
  color: #9503c3;
}
#list-events .cmp-button__icon--sectoresXR {
  color: #5c94e3;
}
#list-events .cmp-button__icon--sectoresGames {
  color: #ff6b2c;
}
#list-events .fiction-color-tag {
  background: #da291c;
  border: 1px solid #da291c;
}
#list-events .unscripted-color-tag {
  background: #da291c;
  border: 1px solid #da291c;
}
#list-events .docs-color-tag {
  background: #da291c;
  border: 1px solid #da291c;
}
#list-events .animation-color-tag {
  background: #9503c3;
  border: 1px solid #9503c3;
}
#list-events .games-color-tag {
  background: #ff6b2c;
  border: 1px solid #ff6b2c;
}
#list-events .xr-color-tag {
  background: #5c94e3;
  border: 1px solid #5c94e3;
}
#list-events a:not(.button) {
  text-decoration: none;
  color: #323f48;
}
#list-events a:not(.button):focus {
  outline: 0;
}
#list-events img {
  border: medium none;
}
#list-events div {
  margin: 0;
  padding: 0;
}
#list-events h2 {
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
#list-events h3 {
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
#list-events h4 {
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
#list-events ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#list-events li {
  list-style: none;
}
#list-events :focus {
  outline: 0;
}
#list-events * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#list-events *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#list-events *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#list-events .net-img {
  float: left;
  width: 100%;
}
#list-events .network-lst .events-container {
  display: grid;
  grid-gap: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  #list-events .network-lst .events-container {
    grid-gap: 20px;
  }
}
#list-events .network-lst .events-container .card a {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: minmax(150px, 150px) minmax(150px, auto);
}
@media (min-width: 768px) {
  #list-events .network-lst .events-container .card a {
    grid-template-columns: 40% 60%;
    grid-template-rows: minmax(140px, auto);
  }
}
#list-events .network-lst ul.network-related {
  grid-gap: 20px;
  width: 100%;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  #list-events .network-lst ul.network-related {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#list-events .network-lst ul.network-related .events-container .card a {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: minmax(150px, 150px) minmax(150px, auto);
}
@media (min-width: 768px) {
  #list-events .network-lst ul.network-related .events-container .card a {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(160px, 160px);
  }
}
#list-events .network-lst ul.network-related .events-container .card.full-width a {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
}
@media (min-width: 768px) {
  #list-events .network-lst ul.network-related .events-container .card.full-width a {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: minmax(160px, 160px);
  }
}
#list-events .network-lst ul.network-related .card {
  margin-bottom: 0;
}
#list-events .network-lst ul li {
  transition: all 0.5s ease;
}
#list-events .network-lst ul li .net-lft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 16/9;
}
#list-events .network-lst ul li .net-rgt {
  padding: 20px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#list-events .network-lst ul li .net-rgt ul.tags {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
#list-events .network-lst ul li .net-rgt ul.tags li {
  width: auto;
  margin: 0;
  background: none;
  display: inline-block;
}
#list-events .network-lst ul li .net-rgt ul.tags li:last-child {
  margin-right: 0;
}
#list-events .network-lst ul li .net-rgt ul.tags li span {
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.3px;
  padding: 4px 8px;
}
#list-events .network-lst ul li .net-rgt ul.tags li span.fiction-color-tag,
#list-events .network-lst ul li .net-rgt ul.tags li span.docs-color-tag,
#list-events .network-lst ul li .net-rgt ul.tags li span.unscripted-color-tag {
  background: #da291c;
  border: 1px solid #da291c;
}
#list-events .network-lst ul li .net-rgt ul.tags li span.wht-tag {
  background: none;
  color: #4c565c;
  border: 1px solid #cbced1;
}
#list-events .network-lst ul li .net-rgt ul.tags li span.animation-color-tag {
  background: #9503c3;
  border: 1px solid #9503c3;
}
#list-events .network-lst ul li .net-rgt ul.tags li span.xr-color-tag {
  background: #3e68a3;
  border: 1px solid #3e68a3;
}
#list-events .network-lst ul li .net-rgt ul.tags li span.games-color-tag {
  background: #cc4715;
  border: 1px solid #cc4715;
}
#list-events .network-lst ul li .net-rgt ul.tags li.date {
  margin-top: 10px;
}
#list-events .network-lst ul li .net-rgt ul.tags.tags-mob {
  display: none;
  margin-top: 12px;
}
#list-events .network-lst ul li h3.date {
  width: 100%;
  color: #4b555c;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  gap: 5px;
  align-items: center;
}
#list-events .network-lst ul li h3.time {
  float: left;
  width: 100%;
  color: #4b555c;
  font-size: 12px;
  line-height: 24px;
  padding-left: 22px;
}
#list-events .network-lst ul li:hover {
  background: #d8dcde;
}
#list-events .network-lst ul li:hover h4 {
  color: #323f48;
}
#list-events .network-lst ul li:hover h2 {
  color: #323f48;
}
#list-events .network-lst ul li.full-width h3.date.mob-date {
  display: none;
  margin-bottom: 15px;
}
#list-events .network-lst ul li.full-width h4 {
  color: #4b555c;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
#list-events .network-lst ul li.full-width h2 {
  color: #4b555c;
  font-size: 18px;
  line-height: 1.33;
}
#list-events .network-lst ul li.full-width.card a {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: minmax(160px, auto);
}
@media (min-width: 768px) {
  #list-events .network-lst ul li.full-width.card a {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: minmax(140px, auto);
  }
}
#list-events .network-lst ul li.red::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #e42312;
  z-index: 1;
}
#list-events .network-lst ul li.orng::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #ff6b2d;
  z-index: 1;
}
#list-events .network-lst ul li.turquoise::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #5c94e3;
  z-index: 1;
}
#list-events .network-lst ul li.voilet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #9503c3;
  z-index: 1;
}
#list-events .networking-sec-grey .network-lst ul li {
  background: #fff;
}
#list-events .networking-sec-grey .network-lst ul li:hover {
  background: #d8dcde;
}
#list-events .networking-sec-grey .network-lst ul li .net-lft {
  width: 325px;
}
#list-events .networking-sec-grey .network-lst ul li.full-width .net-rgt {
  width: 100%;
}
#list-events div {
  margin: 0;
  padding: 0;
}
#list-events h2 {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}
#list-events ul {
  list-style: none;
}
#list-events :focus {
  outline: none;
}
#list-events ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#list-events .select-tag {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#list-events .select-tag h2 {
  float: left;
  font-size: 16px;
  line-height: 19px;
  color: #4c565c;
  margin: 5px 35px 0 0;
}
#list-events .recent-list {
  float: left;
}
#list-events .select-tag {
  margin-block: 20px 30px;
}
@media screen and (max-width: 767px) {
  #list-events .select-tag h2 {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #list-events .recent-list {
    width: 100%;
  }
}
#list-events h2,
#list-events h3 {
  font-weight: bold !important;
}
#list-events .date {
  display: flex;
  gap: 5px;
}
#list-events .date:hover {
  background: transparent;
}
#list-events .fecha,
#list-events .time {
  color: #4c565c !important;
  font-size: 12px !important;
  line-height: 12px;
  padding-top: 4px;
}
#list-events .select-tag {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#list-events .select-tag h2 {
  float: left;
  font-size: 16px;
  line-height: 19px;
  color: #4c565c;
}
#list-events .recent-list {
  float: left;
}
#list-events .recent-list li {
  float: left;
  width: auto;
  margin-right: 8px;
  margin-bottom: 8px;
}
#list-events .recent-list li:last-child {
  margin-right: 0;
}
#list-events .recent-list li a {
  float: left;
  width: auto;
  background: #4d565d;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
  transition: all 0.5s ease;
}
#list-events .recent-list li a.red {
  background: #da291c;
}
#list-events .recent-list li a.voilet {
  background: #9503c3;
}
#list-events .recent-list li a.turquoise {
  background: #5c94e3;
}
#list-events .recent-list li a.orng {
  background: #ff6b2c;
}
#list-events .recent-list li span {
  display: inline-block;
  padding-left: 8px;
}
#list-events .btn-div {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#list-events .verr-btn,
#list-events .seeAllBtn {
  font-weight: bold;
  float: right;
  color: #979fa2;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-bottom: 2px;
  transition: all 0.5s ease;
}
#list-events .verr-btn::after,
#list-events .seeAllBtn::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #4c565c;
  transition: all 0.5s ease;
}
#list-events .verr-btn:hover,
#list-events .seeAllBtn:hover {
  color: #da291c;
}
#list-events .verr-btn:hover::after,
#list-events .seeAllBtn:hover::after {
  background: #da291c;
}
#list-events .btn-div.btn-div-center {
  text-align: center;
}
#list-events .btn-div.btn-div-center .verr-btn {
  float: none;
  cursor: pointer;
  display: inline-block;
  color: #4d565d;
  padding-bottom: 4px;
}
#list-events .btn-div.btn-div-center .verr-btn::after {
  background: #c9cdd0;
}
#list-events .btn-div.btn-div-center .verr-btn:hover {
  color: #da291c;
}
#list-events .btn-div.btn-div-center .verr-btn:hover::after {
  background: #da291c;
}
@media screen and (max-width: 767px) {
  #list-events .btn-div {
    padding-right: 30px;
  }
  #list-events .btn-div.btn-div-center {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #list-events .select-tag {
    margin-block: 20px 30px;
  }
  #list-events .select-tag h2 {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #list-events .recent-list {
    width: 100%;
  }
}
#list-events .date-wrapper {
  display: flex;
  gap: 10px;
}
.networking-calendar {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.networking-calendar a {
  border: medium none;
  text-decoration: none;
  outline: 0;
}
.networking-calendar a:focus {
  outline: 0;
}
.networking-calendar div {
  margin: 0;
  padding: 0;
}
.networking-calendar :focus {
  outline: 0;
}
.networking-calendar .ui-datepicker-prev span {
  position: absolute;
  right: 30px;
  top: 3px;
  cursor: pointer;
  background: url(../../../../../../content/dam/es/audiovisual/networking/arrow-calendar-left.svg) no-repeat scroll 0 0;
  width: 7px;
  height: 13px;
  text-indent: -99999px;
}
@media (max-width: 767px) {
  .networking-calendar .ui-datepicker-prev span {
    filter: contrast(5) invert(100%);
  }
}
.networking-calendar .ui-datepicker-next span {
  position: absolute;
  right: 10px;
  top: 3px;
  cursor: pointer;
  background: url(../../../../../../content/dam/es/audiovisual/networking/arrow-calendar-right.svg) no-repeat scroll 0 0;
  width: 7px;
  height: 13px;
  text-indent: -99999px;
}
@media (max-width: 767px) {
  .networking-calendar .ui-datepicker-next span {
    filter: contrast(5) invert(100%);
  }
}
.networking-calendar .ui-datepicker-title {
  float: left;
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
  color: #4c555c;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.33px;
  font-weight: bold !important;
}
.networking-calendar .ui-datepicker-calendar th {
  font-size: 13px;
  color: #a5aaad;
  letter-spacing: 0.26px;
}
.networking-calendar .ui-datepicker-calendar td {
  padding: 10px 0;
  font-size: 13px;
  line-height: 16px;
  color: #555e65;
  position: relative;
}
.networking-calendar .ui-datepicker-calendar td a:hover {
  color: #e32314;
}
.networking-calendar .ui-datepicker-calendar .ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today {
  position: relative;
  z-index: 1;
  color: #fff;
}
.networking-calendar .ui-datepicker-calendar .ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today:after {
  position: absolute;
  display: block;
  content: "";
  background: #e32314;
  width: 34px;
  height: 34px;
  z-index: -1;
  border-radius: 50%;
  left: 0;
  top: -2px;
  opacity: 1;
  right: 0;
  margin: auto;
  bottom: 0;
  transition: all 0.5s ease;
}
.networking-calendar .ui-datepicker-calendar .ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today a {
  color: #fff !important;
}
.networking-calendar .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default.ui-state-active {
  color: #e32314;
}
.networking-calendar .ui-datepicker-year {
  color: #4d565f;
  font-size: 16px;
}
.networking-calendar .ui-datepicker-month {
  color: #4d565f;
  font-size: 16px;
}
.networking-calendar .ui-datepicker-calendar {
  float: left;
  width: 100%;
  text-align: center;
}
.networking-calendar .event a {
  color: #da291c !important;
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
.networking-calendar .noEvent a {
  cursor: default;
  pointer-events: none;
  color: #4c565c;
}
.networking-calendar .ui-state-disabled {
  opacity: 0.35;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .networking-calendar .ui-datepicker-calendar .ui-datepicker-days-cell-over.ui-datepicker-current-day.ui-datepicker-today::after {
    left: -2px;
    top: 0;
  }
}
.filterBySectors h2 {
  margin-top: 20px;
  float: left;
  width: 100%;
  color: #4c555c;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.33px;
  margin-bottom: 20px;
  font-weight: bold !important;
}
.filterBySectors a {
  border: medium none;
}
.filterBySectors a {
  color: #192432;
  text-decoration: none;
}
.filterBySectors a {
  color: #192432;
  outline: none;
}
.filterBySectors ul,
.filterBySectors li {
  list-style: none;
}
.filterBySectors a:focus,
.filterBySectors :focus {
  outline: none;
}
.filterBySectors ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.filterBySectors * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filterBySectors *:before,
.filterBySectors *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filterBySectors .filter-btns li a {
  display: flex;
}
.filterBySectors ul.filter-sect-lst {
  float: left;
  width: 100%;
  padding-right: 65px;
}
.filterBySectors ul.filter-sect-lst li {
  float: left;
  width: auto;
  margin-right: 8px;
  margin-bottom: 8px;
}
.filterBySectors ul.filter-sect-lst li:last-child {
  margin-right: 0;
}
.filterBySectors ul.filter-sect-lst li a {
  float: left;
  width: auto;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.filterBySectors ul.filter-sect-lst li a.fiction-color,
.filterBySectors ul.filter-sect-lst li a.docs-color,
.filterBySectors ul.filter-sect-lst li a.unscripted-color {
  background: #da291c;
}
.filterBySectors ul.filter-sect-lst li a.animation-color {
  background: #ce0bed;
}
.filterBySectors ul.filter-sect-lst li a.games-color {
  background: #ff6b2d;
}
.filterBySectors ul.filter-sect-lst li a.xr-color {
  background: #5c94e3;
}
.filterBySectors ul.filter-sect-lst li a:hover {
  opacity: 0.35;
}
@media screen and (max-width: 767px) {
  .filterBySectors ul.filter-sect-lst {
    padding-right: 0;
  }
}
.filterBySectors a {
  color: #192432;
  text-decoration: none;
}
.filterBySectors a {
  color: #192432;
  outline: none;
}
.filterBySectors ul,
.filterBySectors li {
  list-style: none;
}
.filterBySectors a:focus,
.filterBySectors :focus {
  outline: none;
}
.filterBySectors ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.filterBySectors .filter-btns li a {
  display: flex;
}
.filterBySectors .filter-btns li a span {
  margin-left: 12px;
}
.filterBySectors ul.filter-sect-lst {
  float: left;
  width: 100%;
  padding-right: 65px;
}
.filterBySectors ul.filter-sect-lst li {
  float: left;
  width: auto;
  margin-right: 8px;
  margin-bottom: 8px;
}
.filterBySectors ul.filter-sect-lst li:last-child {
  margin-right: 0;
}
.filterBySectors ul.filter-sect-lst li a {
  float: left;
  width: auto;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.filterBySectors ul.filter-sect-lst li a.red {
  background: #da291c;
}
.filterBySectors ul.filter-sect-lst li a.voilet {
  background: #ce0bed;
}
.filterBySectors ul.filter-sect-lst li a.orng {
  background: #ff6b2d;
}
.filterBySectors ul.filter-sect-lst li span {
  display: inline-block;
  padding-left: 8px;
}
.filterBySectors ul.filter-sect-lst li a:hover,
.filterBySectors ul.filter-sect-lst li.active a {
  opacity: 0.35;
}
@media (max-width: 768px) {
  .filterByTypes-wrapper {
    display: flex;
    padding-bottom: 15px;
  }
}
.filterByTypes h2 {
  margin-top: 20px;
  width: 100%;
  color: #4c555c;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  font-weight: bold !important;
}
.filterByTypes .filter-lst {
  float: left;
  width: 100%;
  padding: 32px 0;
  background: #fff;
  border-radius: 5px;
  margin: 20px 0 10px;
}
.filterByTypes ul.filter-lst {
  float: left;
  width: 100%;
  padding-right: 20px;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  background: none;
  margin-bottom: 0;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filterByTypes ul.filter-lst li {
  float: left;
  width: auto;
}
.filterByTypes ul.filter-lst li:last-child {
  margin-right: 0;
}
.filterByTypes ul.filter-lst li a {
  float: left;
  width: auto;
  background: #4d565d;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.filterByTypes ul.filter-lst li a:hover {
  background: #da291c;
}
.filterByTypes ul.filter-lst li a span.close-ico {
  display: none;
}
.filterByTypes ul.filter-lst li span {
  display: inline-block;
  padding-left: 8px;
}
.filterByTypes ul.filter-lst li.active a {
  opacity: 0.35;
}
.filterByTypes ul.filter-lst li.active a span.close-ico {
  display: inline-block;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .filterByTypes .filter-lst {
    padding: 25px 0 30px;
    margin: 15px 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .filterByTypes .filter-lst {
    padding: 25px 0 30px;
    margin: 15px 0 10px;
  }
  .filterByTypes ul.filter-lst li a {
    padding: 4px 8px;
  }
}
@media screen and (max-width: 767px) {
  .filterByTypes .filter-lst {
    margin: 15px 0 10px;
    background: none;
    padding: 0;
  }
  .filterByTypes ul.filter-lst {
    padding-right: 0;
  }
  .filterByTypes ul.filter-lst li a {
    background: #fff;
    color: #4c564c;
    font-size: 11px;
    padding: 4px 10px;
  }
  .filterByTypes ul.filter-lst li a:hover {
    color: #fff;
  }
  .filterByTypes ul.filter-lst li.active a {
    opacity: 1;
    background: #da291c;
    color: #fff;
  }
}
.searchBox-fakeInput {
  background: #4d565d;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .searchBox-fakeInput {
    margin-top: 20px;
  }
}
.searchBox-inputWrapper {
  width: 100%;
  vertical-align: middle;
  float: left;
}
.searchBox-inputWrapper button {
  border: none;
  padding: 0;
  position: absolute;
  left: 10px;
  background: none;
  cursor: pointer;
}
.searchBox-clearWrapper {
  position: absolute;
  top: 18px;
  right: 20px;
}
.searchBox-clearWrapper img {
  width: 12px;
}
.searchBox-input {
  height: 60px;
  background: #4d565d;
  border: none;
  box-shadow: none;
  outline: 0;
  width: 100%;
  padding: 0 50px 0 65px;
  font-size: 24px;
  color: #fff;
  position: relative;
  transition: all 0.4s ease;
}
.searchBox-input:focus {
  outline: 0;
  background: #da291c;
  box-shadow: none;
}
.searchBox-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.searchBox-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.searchBox-input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.searchBox-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.searchBox-clear {
  color: #ccc;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.srch-bx-lst {
  position: relative;
  padding-inline: 0;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .srch-bx-lst {
    width: 80%;
  }
}
.srch-bx-lst input[type="text"] {
  float: left;
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 5px 15px 5px 65px;
  height: 54px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.2px;
}
.srch-bx-lst input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.srch-bx-lst input[type="text"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.srch-bx-lst input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
}
.srch-bx-lst button.srch-btn {
  position: absolute;
  left: 10px;
  cursor: pointer;
  background: none;
  border: none;
}
.srch-bx-lst button.srch-btn i {
  font-size: 40pt;
  color: #fff;
}
.srch-bx-lst button.srch-btn .mob-serch {
  display: none;
}
.srch-bx-lst .searchBox-clearWrapper {
  top: 16px;
}
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .srch-bx-lst .srch-btn img {
    width: 100%;
  }
  .srch-bx-lst button.srch-btn {
    left: 0px;
    top: 0px;
  }
  .srch-bx-lst input[type="text"] {
    padding-left: 45px;
    font-size: 18px;
    padding-right: 35px;
  }
  .srch-bx-lst .searchBox-clearWrapper {
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .searchBox-input {
    font-size: 19px;
    height: 50px;
    padding: 0 40px 0 50px;
  }
  .searchBox-clearWrapper {
    top: 13px;
  }
  .searchBox-inputWrapper button {
    top: 16px;
    left: 18px;
  }
  .searchBox-inputWrapper button img {
    width: 20px;
  }
  .srch-bx-lst {
    margin-bottom: 35px;
  }
  .srch-bx-lst button.srch-btn {
    top: -8px !important;
    left: 0px !important;
  }
  .srch-bx-lst button.srch-btn i {
    color: #4d565d !important;
  }
  .srch-bx-lst button.srch-btn .desk-serch {
    display: none;
    width: 22px;
  }
  .srch-bx-lst button.srch-btn .mob-serch {
    display: block;
    width: 22px;
  }
  .srch-bx-lst input[type="text"] {
    background: #fff;
    color: #4d565d;
    height: 45px;
    font-size: 18px;
    padding: 5px 40px 5px 50px;
  }
  .srch-bx-lst input[type="text"]::-webkit-input-placeholder {
    color: #4d565d;
    opacity: 1;
  }
  .srch-bx-lst input[type="text"]:-ms-input-placeholder {
    color: #4d565d;
    opacity: 1;
  }
  .srch-bx-lst input[type="text"]::placeholder {
    color: #4d565d;
    opacity: 1;
  }
  .srch-bx-lst .searchBox-input:focus {
    background: #da291c;
    color: #fff !important;
  }
  .srch-bx-lst .searchBox-input:focus i {
    color: #fff !important;
  }
  .srch-bx-lst .searchBox-input:focus::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .srch-bx-lst .searchBox-input:focus:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
  }
  .srch-bx-lst .searchBox-input:focus::placeholder {
    color: #fff;
    opacity: 1;
  }
  .srch-bx-lst .searchBox-clearWrapper {
    right: 15px;
    top: 10px;
  }
  .networking-main-list .mob-title-filter {
    display: none;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    background: #4d565d;
    padding: 12px 15px;
  }
  .networking-main-list .mob-title-filter .mob-title-cnt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .networking-sec .networking-main-list .mob-title-filter h1 {
    float: left;
    width: calc(82%);
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .networking-main-list .mob-title-filter h1 img {
    margin-right: 10px;
  }
  .networking-main-list .mob-title-filter .mob-filter {
    float: right;
    width: auto;
    margin-left: 15px;
  }
  .networking-main-list .mob-title-filter .mob-filter a {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 30px;
  }
  .networking-sec.networking-sec-grey h1 {
    font-size: 40px;
    line-height: 55px;
    color: #323f48;
    margin-bottom: 0px;
  }
  .networking-sec.networking-sec-grey h1 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bg-grey .networking-main-list .mob-title-filter {
    display: block;
  }
  .networking-sec.networking-sec-grey h1 {
    font-size: 30px;
    line-height: 44px;
  }
  #containerLeft {
    display: none;
  }
  .networking-main-list .agenda-main-lft {
    display: none;
    background: #4d565d;
  }
  .ui-datepicker-title span,
  .ui-datepicker-calendar tbody td a,
  .filterBySectors h2,
  .filterByTypes h2 {
    color: white !important;
  }
}
@media screen and (min-width: 767px) {
  .mob-title-filter {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .networking-sec.networking-sec-grey h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
.close {
  opacity: 1 !important;
  font-weight: normal;
}
.show {
  display: block !important;
}
.mob-title-filter h1 {
  width: calc(82%);
  float: left;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#list-events .recent-list li a.fiction-color,
#list-events .recent-list li a.docs-color,
#list-events .recent-list li a.unscripted-color {
  background: #da291c !important;
}
#list-events .recent-list li a.animation-color {
  background: #ce0bed;
}
#list-events .recent-list li a.games-color {
  background: #ff6b2d;
}
#list-events .recent-list li a.xr-color {
  background: #5c94e3;
}
.titleEvent {
  color: #4b555c;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 1.2 !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
#titleHome,
#titleEventsRelated {
  color: #323f48;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 992px) {
  #titleHome,
  #titleEventsRelated {
    font-size: 30px;
  }
}
.bg-white {
  background-color: white !important;
}
.bg-grey {
  background-color: #e9edf0;
}
.ml-7 {
  margin-left: -7px !important;
}
