﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
/***********************
VARIABLES AND MIXINS
***********************/
.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.2 !important;
}

.opacity-2 {
  opacity: 0.4 !important;
}

.opacity-3 {
  opacity: 0.6 !important;
}

.opacity-4 {
  opacity: 0.8 !important;
}

.opacity-5 {
  opacity: 1 !important;
}

.preloader {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 999999999;
  top: 0;
  left: 0;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***********************
GENERAL
***********************/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #D51317;
  background: #fff;
  overflow-x: hidden;
}
body .blanco {
  color: #fff;
}

main {
  margin-top: 71px;
}
@media (min-width: 992px) {
  main {
    margin-top: 0;
  }
}

a {
  color: #D51317;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #47565D;
  text-decoration: none;
}

/*context meny ANCHOR OFFSET*/
:target:before {
  content: "";
  display: block;
  height: 95px;
  margin: -95px 0 0;
}
@media (min-width: 992px) {
  :target:before {
    height: 175px;
    margin: -175px 0 0;
  }
}
@media (min-width: 1200px) {
  :target:before {
    height: 185px;
    margin: -185px 0 0;
  }
}

h1 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 1.8rem;
  }
}

p, label {
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  p, label {
    font-size: 0.9rem;
  }
}

strong {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1380px;
  }
}

hr {
  border-color: #D51317;
}

/***********************
ASSETS
***********************/
@media (min-width: 992px) {
  .el-custom-banner {
    margin-top: 76px;
  }
}
@media (min-width: 1200px) {
  .el-custom-banner {
    margin-top: 76px;
  }
}

.main-noimage {
  margin-top: 71px !important;
}
@media (min-width: 992px) {
  .main-noimage {
    margin-top: 190px !important;
  }
}

.rojo {
  color: #C26B69 !important;
}

.custom-color {
  color: #D51317 !important;
}

.gris {
  color: #5D5D5D;
}

.gris-oscuro {
  color: #272727;
}

.blanco {
  color: #fff !important;
}

.fd-gris-claro {
  background: #f4f4f4;
}

.fd-negro {
  background-color: #000;
}

.fd-azul {
  background-color: #D51317;
}

.fd-azul {
  background-color: #D51317;
}

.text-bigger {
  font-size: 130%;
}

.btn {
  text-transform: uppercase;
  padding: 0.6rem 0.5rem;
  font-weight: bold;
  font-size: 0.7rem;
  /*padding: .375rem .75rem;*/
}
@media (min-width: 768px) {
  .btn {
    padding: 0.6rem 3rem;
  }
}
.btn.btn-white {
  color: #D51317;
  background: #fff;
  padding: 0.6rem 0.5rem;
}
@media (min-width: 768px) {
  .btn.btn-white {
    padding: 0.6rem 3rem;
  }
}
.btn.btn-black {
  color: #fff;
  background: #000;
  padding: 0.6rem 0.5rem;
}
@media (min-width: 768px) {
  .btn.btn-black {
    padding: 0.6rem 3rem;
  }
}

.btn-primary {
  background-color: #D51317;
  border-color: #D51317;
  padding: 0.6rem 2rem !important;
}
.btn-primary:hover {
  background-color: #5D5D5D;
  border-color: #5D5D5D;
}
.btn-primary:focus {
  background-color: #D51317 !important;
  border-color: #D51317 !important;
  box-shadow: 0 0 8px #D51317 !important;
}
.btn-primary:active {
  background-color: #D51317 !important;
  border-color: #D51317 !important;
  box-shadow: 0 0 8px #D51317 !important;
}
.btn-primary:disabled {
  background-color: #D51317 !important;
  border-color: #D51317 !important;
  opacity: 0.65;
}
.btn-primary i {
  font-size: 1.1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .btn-primary {
    padding: 0.6rem 3rem !important;
  }
}

.btn-secondary {
  background-color: #272727;
  border-color: #272727;
  padding: 0.6rem 2rem !important;
}
.btn-secondary:hover {
  background-color: #000;
  border-color: #000;
}
.btn-secondary:focus {
  background-color: #272727;
  border-color: #272727;
  box-shadow: 0 0 8px #272727;
}
.btn-secondary:active {
  background-color: #272727 !important;
  border-color: #272727 !important;
  box-shadow: 0 0 8px #272727 !important;
}
.btn-secondary:disabled {
  background-color: #272727 !important;
  border-color: #272727 !important;
  opacity: 0.65;
}
.btn-secondary i {
  font-size: 1.1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .btn-secondary {
    padding: 0.6rem 3rem !important;
  }
}

.btn-icon {
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
  color: #fff;
  padding: 0 !important;
  min-width: 35px;
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-icon:hover {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}
.btn-icon i {
  font-size: 1.1rem;
}

/***********************
ASSETS
***********************/
.el-separador-azul {
  border-top: 2px solid #D51317 !important;
}

.co-asset {
  background: #000;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease-out;
  position: relative;
  height: 100%;
}
.co-asset img {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.co-asset .el-plus {
  color: #fff;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.2rem;
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
.co-asset:hover {
  background: #333;
  text-decoration: none;
}
.co-asset:hover img {
  opacity: 0.8;
}
.co-asset:hover .el-plus {
  text-decoration: none;
}
.co-asset:hover .co-asset-text {
  text-decoration: none;
}
.co-asset:hover .co-asset-text p {
  text-decoration: none;
}
.co-asset.co-asset-spain .el-plus {
  background-color: #C26B69;
}
.co-asset.co-asset-portugal .el-plus {
  background-color: #D51317;
}
.co-asset .co-asset-text {
  font-size: 1rem;
  position: relative;
  padding: 1rem;
  text-align: left;
  color: #fff;
  transition: all 0.3s ease-out;
}
.co-asset .co-asset-text p {
  margin-bottom: 0.5rem;
}
.co-asset .co-asset-text .el-country {
  font-size: 0.8rem;
}

.slick-slide {
  padding: 0 1rem;
  cursor: pointer;
  display: block;
}
.slick-slide .card {
  background: none !important;
  opacity: 1;
  transform: perspective(100px) translateZ(0px);
  transition: opacity 0.3s ease-out;
}
.slick-slide .card:hover {
  opacity: 0.8;
}
.slick-slide img {
  width: 100%;
  height: auto;
}

.prev, .next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 1.9rem;
  margin-top: -1.3rem;
  color: #D51317;
  opacity: 1;
  transition: all 0.3s ease-out;
  font-weight: 100;
  z-index: 1;
}
.prev:hover, .prev:focus, .next:hover, .next:focus {
  opacity: 0.7;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

/***CTAS***/
/* Ripple effect */
.btn-cta {
  background-position: center;
  transition: background 0.8s;
  border: none;
  border-radius: none;
  padding: 0.8rem 2rem;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  background-color: #718A95;
  box-shadow: 0 0 4px #999;
  outline: none;
}
.btn-cta:hover {
  color: #fff;
  text-decoration: none;
  background: #89a7b4 radial-gradient(circle, transparent 1%, #D51317 1%) center/15000%;
}
.btn-cta:active {
  background-color: #47565D;
  background-size: 100%;
  transition: background 0s;
}

/***********************
FORMS
***********************/
.alert {
  padding: 0.4rem 1.25rem;
}
.alert .close {
  padding: 0.3rem 1rem;
}

.form-control {
  font-size: 0.9rem;
  border-radius: 0 !important;
  border-color: #D51317 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  background: transparent;
}
.form-control:focus {
  background: transparent;
  outline: none;
}
.form-control.blanco {
  border-bottom: 1px solid #fff !important;
}
.form-control.blanco::placeholder {
  color: #fff !important;
}

.input-group-text {
  background: transparent;
  font-size: 0.9rem;
  border-radius: 0 !important;
  border-color: #D51317 !important;
  border-style: solid !important;
  border-width: 0 0 1px 0 !important;
  background: transparent;
}
.input-group-text:focus {
  background: transparent;
  outline: none;
}

.custom-file {
  border-bottom: 1px solid #D51317;
}
.custom-file .custom-file-input {
  border: none !important;
}
.custom-file .custom-file-label {
  background-color: transparent !important;
  border: none;
}
.custom-file .custom-file-label::after {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  background-color: #D51317;
  border-radius: 0.25rem;
}
.custom-file .custom-file-label:lang(es)::after {
  content: "Elegir..." !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #D51317;
  background-color: #D51317;
}

.custom-switch.custom-switch-lg {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 0.75rem;
  padding-top: 0.15rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
  border-radius: 1rem;
  height: 1.5rem;
  width: 2.5rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
  border-radius: 0.65rem;
  height: calc(1.5rem - 4px);
  width: calc(1.5rem - 4px);
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1rem);
}

/*televoto*/
.co-radio-encuesta {
  border-bottom: 1px solid #D51317;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/***********************
MENU
***********************/
.bg-oscuro {
  background: #272727;
  border-bottom: 6px solid #D51317;
  /*padding: .2rem 1rem .7rem !important;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}
@media (min-width: 992px) {
  .bg-oscuro {
    position: fixed;
    padding: 0 1rem !important;
  }
}

/*burger*/
.el-menu-nav {
  color: #5D5D5D;
  font-size: 1.6rem;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #47565D;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none !important;
  background: transparent !important;
  outline: 0 !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-dark .navbar-nav .active > .nav-link {
  color: #D51317 !important;
}
@media (min-width: 992px) {
  .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff !important;
    background: #D51317;
  }
}

.navbar-mainmenu {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .navbar-mainmenu .nav-link {
    height: 100%;
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-mainmenu .nav-link {
    height: 100%;
    padding: 1.5rem 1.5rem !important;
  }
}
@media (min-width: 1440px) {
  .navbar-mainmenu .nav-link {
    height: 100%;
    padding: 1.5rem 2rem !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    height: 100vh !important;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
}
.el-user-top {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .el-user-top {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
  }
}

.co-user-info {
  color: #fff;
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .co-user-info {
    font-size: 0.8rem;
  }
}
.co-user-info .el-welcome {
  color: #D51317;
  font-style: italic;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .co-user-info .el-welcome {
    font-size: 1rem;
  }
}

.nav-chat {
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  font-size: 1.2rem;
  background: #5D5D5D;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .nav-chat {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    font-size: 1.4rem;
  }
}

.nav-item-lang {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  color: #5D5D5D;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 0.9rem;
}
.nav-item-lang .nav-lang {
  padding: 0 1rem;
}
.nav-item-lang .nav-lang.active {
  color: #fff;
}
@media (min-width: 992px) {
  .nav-item-lang {
    justify-content: center;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .nav-item-lang .nav-lang {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
}

.navbar-mainmenu .nav-alerts::after {
  right: auto;
  left: 1rem;
}

.nav-alerts {
  font-size: 1.4rem;
  position: relative;
}
.nav-alerts::after {
  content: attr(data-number);
  background: #D51317;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -8px;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .nav-alerts::after {
    right: 0;
  }
}

.dropdown-bubble .dropdown-menu {
  margin-top: 0.8em;
  left: -8.5rem;
  width: 200px;
  position: absolute !important;
}
@media (min-width: 1200px) {
  .dropdown-bubble .dropdown-menu {
    margin-top: 0.8em;
    left: -3rem;
    width: 200px;
  }
}
.dropdown-bubble .dropdown-menu li {
  font-size: 0.75rem;
  padding: 0 0.5rem;
}
.dropdown-bubble .dropdown-menu li a {
  color: #5D5D5D;
}
.dropdown-bubble .dropdown-menu li a.btn {
  color: #fff;
}
.dropdown-bubble .dropdown-menu .dropdown-header {
  display: block;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  font-weight: bold;
  color: #D51317;
  text-align: center;
}
.dropdown-bubble .dropdown-menu::before, .dropdown-bubble .dropdown-menu::after {
  content: " ";
  display: block;
  border-style: solid;
  border-width: 0 0.5em 0.5em 0.5em;
  border-color: transparent;
  position: absolute;
  left: 8.6em;
}
@media (min-width: 992px) {
  .dropdown-bubble .dropdown-menu::before, .dropdown-bubble .dropdown-menu::after {
    left: 9.1em;
  }
}
@media (min-width: 1200px) {
  .dropdown-bubble .dropdown-menu::before, .dropdown-bubble .dropdown-menu::after {
    left: 3.5em;
  }
}
.dropdown-bubble .dropdown-menu::before {
  top: -0.5em;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.dropdown-bubble .dropdown-menu::after {
  top: -0.5em;
  border-bottom-color: #fff;
}

/**/
/**/
.nav-close {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  padding: 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.nav-close span {
  margin-right: 0.4rem;
}
@media (min-width: 992px) {
  .nav-close span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav-close span {
    display: block;
  }
}
.nav-close i {
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .nav-close {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.co-alerts-popover {
  padding: 0;
}
.co-alerts-popover li {
  list-style: none;
  font-size: 0.7rem;
  padding-left: 0.8rem;
  position: relative;
}
.co-alerts-popover li::before {
  /*font-family: "Font Awesome 5 Free";*/
  content: "• ";
  color: #D51317;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.co-alerts-popover li a {
  color: #5D5D5D;
}

.popover-header {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
}

/**MENU OVERLAY**/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #252525;
  box-shadow: 0 0 50 black;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay a {
  display: block;
  transition: 0.3s;
}
.overlay .nav-item.active a {
  color: #D51317;
}
.overlay .nav-item .nav-link {
  color: #fff;
  font-size: 1.8rem;
  display: block;
  width: 280px;
  transition: 0.3s;
}
.overlay .nav-item-lang .nav-link {
  color: #5D5D5D;
  width: auto;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
.overlay .nav-item-lang .nav-link.active {
  color: #fff;
}
.overlay .nav-close {
  width: auto !important;
}
.overlay .nav-close span {
  font-size: 0.8rem;
}

.overlay-content {
  width: 100%;
  text-align: center;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  transform-origin: center;
}
.overlay .closebtn:active {
  transform: scale(0.9);
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/***********************
SECTION LOGIN
***********************/
body.login {
  background: #272727;
}

.bl-panel-login {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
.bl-panel-login .el-logo-login {
  align-self: center;
}
.bl-panel-login .form-control, .bl-panel-login .form-control::placeholder {
  color: #fff;
}
.bl-panel-login form {
  width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bl-panel-login form {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .bl-panel-login form {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .bl-panel-login {
    position: fixed;
    top: 0;
    left: -526px;
    height: 100vh;
    width: 40%;
    max-width: 526px;
    padding: 0 100px;
    background: rgba(39, 39, 39, 0.9);
    -webkit-animation: slidelogin 0.5s forwards;
    -webkit-animation-delay: 1s;
    animation: slidelogin 0.5s forwards;
    animation-delay: 0.2s;
    box-shadow: 0 0 30 black;
  }
}

@-webkit-keyframes slidelogin {
  100% {
    left: 0;
  }
}
@keyframes slidelogin {
  100% {
    left: 0;
  }
}
/***********************
VESTIBULOS / AUDITORIOS
***********************/
@media (min-width: 992px) {
  .co-hotlinks {
    position: fixed;
    z-index: 2;
    bottom: 0;
  }
}
.co-hotlinks .justify-content-center a {
  cursor: pointer;
  font-weight: bold;
  display: block;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0.8rem 0;
  margin-bottom: 0.8rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.co-hotlinks .justify-content-center a:hover {
  color: #fff;
  background-color: #D51317;
}
@media (min-width: 992px) {
  .co-hotlinks .justify-content-center a {
    margin-bottom: 1.5rem;
  }
}

.auditorio {
  background: #272727 !important;
  /*height: 100vh;*/
}

/** CONTEXT MENU **/
.co-context-menu {
  position: fixed;
  z-index: 99;
  bottom: 0;
  background-color: #171717;
  border-top: 1px solid #D51317;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.3);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.co-context-menu a {
  color: #CCC;
  padding: 5px 8px;
}
.co-context-menu a:hover {
  color: #D51317;
}
@media (min-width: 992px) {
  .co-context-menu {
    font-size: 1.6rem;
    right: 10px;
    top: 0;
    height: 100vh;
    width: auto;
    background: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
    flex-direction: column;
  }
  .co-context-menu a {
    color: #D51317;
    padding: 5px 8px;
    display: block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.7);
  }
  .co-context-menu a:hover {
    color: #D51317;
  }
}

#video foreignobject {
  width: 720px;
  height: 405px;
  position: relative;
  background: black;
  /*iframe {
  	display: none;
  	width: 70px;
  	height: 40px;
  	position: fixed;
  	left: 0;
  	top: 0;
  }*/
}
.video-container-solo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container-solo iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .video-container-solo iframe {
    top: 74px;
  }
}

.video-container {
  position: absolute;
  z-index: 1;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.video-container.video-auditorio-enorme {
  padding-top: 28.9%;
  width: 51.4%;
  left: 24.3%;
  top: 19%;
}
.video-container.video-auditorio-grande {
  padding-top: 29.8%;
  width: 52.8%;
  left: 18.4%;
  top: 22.3%;
}
.video-container.video-auditorio-mediano {
  padding-top: 26.5%;
  width: 47.08%;
  left: 26.6%;
  top: 12.9%;
}
.video-container.video-auditorio-peque {
  padding-top: 35.64%;
  width: 63.2%;
  left: 18.64%;
  top: 11.68%;
}
.video-container.video-stand-1 {
  padding-top: 10.15%;
  width: 18.1%;
  left: 48.85%;
  top: 43%;
}
.video-container.video-stand-2 {
  padding-top: 9.2%;
  width: 16.4%;
  left: 26.3%;
  top: 38.7%;
}
.video-container.video-stand-3 {
  padding-top: 10.6%;
  width: 18.9%;
  left: 62.6%;
  top: 42.7%;
}
.video-container.video-stand-4 {
  padding-top: 10.4%;
  width: 18.35%;
  left: 58.74%;
  top: 42.7%;
}
.video-container.video-stand-5 {
  padding-top: 9.1%;
  width: 15.9%;
  left: 49%;
  top: 43.5%;
}
.video-container.video-area-cientifica {
  padding-top: 9.45%;
  width: 16.6%;
  left: 41.68%;
  top: 33.4%;
}

.iframe-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.iframe-container .el-notificacion {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**** MODAL MURO ****/
.bl-muro {
  position: fixed;
  top: 10vh;
  right: 5%;
  z-index: 4;
  background: #fff;
  width: 90%;
  max-width: 500px;
  height: 70vh;
  opacity: 0;
  overflow: hidden;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.7);
}
.bl-muro.collapsing {
  display: block !important;
  opacity: 0;
  height: 80vh !important;
  transition: none !important;
}
.bl-muro.show {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 992px) {
  .bl-muro {
    top: 10vh;
    height: 80vh;
    right: 5rem;
  }
}
.bl-muro .co-muro-title {
  color: #fff;
  background-color: #D51317;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl-muro .co-muro-title .el-create-group {
  margin-left: auto;
  color: #fff;
}
.bl-muro .co-muro-title .el-create-group:hover {
  color: #272727;
}
.bl-muro .co-muro-title .el-update-chat {
  margin-left: 1rem;
  color: #fff;
}
.bl-muro .co-muro-title .el-update-chat:hover {
  color: #272727;
}
.bl-muro .co-muro-title h4 {
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  margin: 0;
}
.bl-muro .co-muro-title .close {
  color: #fff;
  font-weight: 100;
  font-size: 2rem;
  opacity: 1;
  padding: 0.5rem 1rem;
}

/*************
NETWORKING
*************/
.networking {
  background: #272727;
}
.networking main {
  /*padding-top: 328px;
  @media (min-width: 768px) {
  	padding-top: 95px;
  }
  @media (min-width: 992px) {
  	padding-top: 120px;
  }
  @media (min-width: 1200px) {

  }*/
}

.bl-context-options {
  background: #D51317;
  color: #fff;
  width: 100%;
  padding: 1rem 1rem 0.5rem;
  /*position: fixed;
  top: 58px;*/
  z-index: 3;
}
@media (min-width: 576px) {
  .bl-context-options #nombre-cargo-empresa {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .bl-context-options {
    padding: 1rem 1rem;
    position: fixed;
    top: 60px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 992px) {
  .bl-context-options {
    padding: 1.3rem 1rem;
    top: 71px;
  }
}
@media (min-width: 1200px) {
  .bl-context-options {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .bl-context-options h1 {
    font-size: 1.8rem;
  }
}
.bl-context-options h5 {
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bl-context-options h5 i {
  opacity: 0.7;
}

.bl-cards {
  /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
.bl-cards .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .bl-cards .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .bl-cards .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .bl-cards .card-columns {
    column-count: 3;
  }
}
.bl-cards .card {
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 1rem;
  box-shadow: 0 0 50 #000000;
}
.bl-cards .card .card-body img {
  width: 80px;
  height: auto;
}
@media (min-width: 992px) {
  .bl-cards .card .card-body img {
    width: 100px;
    height: auto;
  }
}
.bl-cards .card .card-body img.rounded-circle {
  width: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  .bl-cards .card .card-body img.rounded-circle {
    width: 100px;
    height: 100px;
  }
}
.bl-cards .card .card-body .card-info .card-title {
  font-weight: 600;
  font-size: 1.1rem;
  background-color: transparent !important;
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .bl-cards .card .card-body .card-info .card-title {
    font-size: 1.2rem;
  }
}
.bl-cards .card .card-body .card-info p {
  margin-bottom: 0;
  color: #5D5D5D;
}
.bl-cards .card .card-body .card-info p .card-category {
  display: inline-block;
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  background: #CCC;
  margin-top: 0.5rem;
}
.bl-cards .card .card-body .card-info .custom-switch label {
  color: #272727;
  position: relative;
}
.bl-cards .card .card-body .card-text {
  color: #5D5D5D;
}
.bl-cards .card .card-body .btn {
  padding: 0.5rem 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-cards .card .card-body .btn i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

/*******FICHA PARTICIPANTE********/
.card-category {
  display: inline-block;
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  background: #CCC;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .co-ficha-participante-info {
    border-right: 1px solid #D51317;
  }
}

.co-user-images {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
}
.co-user-images.one {
  grid-template-columns: 1fr;
}
.co-user-images.one img {
  max-width: 200px;
}
.co-user-images div {
  margin: 0 0.5rem;
}

/*******PAGINATION*********/
.el-text-resultados {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .el-text-resultados {
    font-size: 0.9rem;
  }
}

.pagination {
  margin-bottom: 0;
  z-index: 0;
  position: relative;
}

.page-item.active .page-link {
  background-color: #D51317;
}
.page-item.disabled .page-link {
  color: #CCC;
  background-color: transparent;
  border: none;
}
.page-item .page-link {
  padding: 0.3rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

/*************
ZONA EXPOSITIVA
*************/
.zona-expositiva {
  background: #272727;
  background-size: contain;
  background-attachment: fixed;
}
@media (min-width: 992px) {
  .zona-expositiva main {
    /*margin-top: 220px;*/
  }
}
.zona-expositiva .nav-pills .nav-link {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #fff;
  font-weight: 600;
}
.zona-expositiva .nav-pills .nav-link.active {
  background-color: #D51317 !important;
}
.zona-expositiva .nav-pills .nav-link.nav-pills .show > .nav-link {
  background-color: #D51317 !important;
}

.stand {
  background: #272727;
}
@media (min-width: 992px) {
  .stand main {
    margin-top: 0;
  }
}

.bl-content-panel {
  background: #fff;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
  color: #5D5D5D;
}
.bl-content-panel .co-content-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #D51317;
}
.bl-content-panel .co-content-header .btn {
  padding: 0.6rem 0rem !important;
  min-width: 200px;
}
.bl-content-panel .co-content-header h3 {
  font-size: 1.5rem;
  color: #D51317;
  margin-bottom: 0;
}
.bl-content-panel .co-content-body {
  padding: 1.5rem;
}
.bl-content-panel .co-content-body h4 {
  font-size: 1.3rem;
}
.bl-content-panel .co-content-body.co-content-gallery .col {
  margin-bottom: 30px;
}
.bl-content-panel .co-content-body.co-content-gallery img {
  width: 100% !important;
  height: auto !important;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.bl-content-panel .co-content-body.co-content-gallery img:hover {
  opacity: 0.8;
}

.co-content-docs {
  /*layout*/
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
.co-content-docs .card .card-footer a.btn-primary {
  color: #fff;
}
.co-content-docs .card .card-footer a.btn-primary i {
  color: #fff !important;
}
.co-content-docs.co-content-users {
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
.co-content-docs.co-content-users .card-body {
  position: relative;
  padding: 1.25rem !important;
}
.co-content-docs.co-content-users .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .co-content-docs.co-content-users .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .co-content-docs.co-content-users .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .co-content-docs.co-content-users .card-columns {
    column-count: 3;
  }
}
.co-content-docs.co-content-users .page-item.active .page-link {
  color: #fff;
}
.co-content-docs.co-content-users .page-item .page-link {
  color: #D51317;
}
.co-content-docs .nav-folders .nav-link {
  color: #D51317;
  position: relative;
  opacity: 0.5;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.co-content-docs .nav-folders .nav-link:hover {
  opacity: 1;
}
.co-content-docs .nav-folders .nav-link::before {
  content: "";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  line-height: 1.1;
  width: 60px;
}
.co-content-docs .nav-folders .nav-link.active {
  opacity: 1;
}
.co-content-docs .nav-folders .nav-link.active::before {
  content: "";
  font-size: 3rem;
}
.co-content-docs .nav-folders .co-folder-footer {
  opacity: 0.8;
}
.co-content-docs .co-carpeta {
  min-width: 250px !important;
  display: block;
}
.co-content-docs .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .co-content-docs .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .co-content-docs .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .co-content-docs .card-columns {
    column-count: 4;
  }
}
.co-content-docs .card {
  border-radius: 0;
  border: none;
  margin-bottom: 30px;
  z-index: 1;
}
.co-content-docs .card .card-body {
  position: relative;
  padding: 1.25rem 2rem 1.25rem 1.25rem;
}
.co-content-docs .card .card-body i {
  color: #D51317 !important;
}
.co-content-docs .card .card-body .btn i {
  color: #fff !important;
}
.co-content-docs .card .card-body:hover i {
  color: #D51317;
}
.co-content-docs .card .card-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
  background: #D51317;
  transition: all 0.3s ease-out;
}
.co-content-docs .card .card-body:hover::after {
  opacity: 0.2;
}
.co-content-docs .card .card-footer {
  color: #5D5D5D;
  background: #fff;
  border-top: none;
  font-size: 0.8rem;
  padding: 0.5rem 0;
}
.co-content-docs .card .card-footer a {
  color: #5D5D5D;
}
.co-content-docs .card .card-footer a i {
  color: #D51317;
}
.co-content-docs .card .card-footer .custom-switch {
  cursor: pointer;
}
.co-content-docs .card a {
  display: block;
}
.co-content-docs .card .card-title {
  color: #D51317;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.co-content-docs .card .card-author {
  color: #5D5D5D !important;
  font-size: 0.7rem;
}
.co-content-docs .card .card-file {
  color: #5D5D5D;
}
.co-content-docs .card .card-file i {
  color: #D51317;
}
.co-content-docs .card .card-status {
  color: #5D5D5D;
}
.co-content-docs .card .card-status.status-ok i {
  color: #8DE282 !important;
}
.co-content-docs .card .card-status.status-provisional i {
  color: orange !important;
}
.co-content-docs .card .card-open {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.video-container-videos {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.video-container-videos a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: block;
}
.video-container-videos span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-container-videos span > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
/***NETWORKING-SALA ESPERA***/
.sala-espera {
  background: #fff url(../images/bg-sala-espera.jpg) no-repeat;
  background-size: cover;
}
.sala-espera main {
  margin-top: 120px;
}

.bl-boxed-content {
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 1.5rem;
}

/*************
ÁREA CIENTÍFICA
*************/
.area-cientifica {
  background: #272727;
}

/*************
MODALES
*************/
.modal {
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.4);
  /*cuando hay un modal por encima del primer modal*/
  /*&:nth-of-type(even) {
     	z-index: 1052 !important;
  	.modal-dialog {
  		max-width: 950px;
  		box-shadow: 8px 8px 30px rgba(0, 0, 0, .4);
  	}
  }*/
  /*&.modal-backdrop.show:nth-of-type(even) {
  	z-index: 1051 !important;
  }*/
}
.modal.modal-comunicacion .modal-dialog {
  max-width: 800px;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.4);
}
.modal.modal-comunicacion .co-ficha-participante-modal ul {
  padding: 0;
}
.modal.modal-comunicacion .co-ficha-participante-modal ul li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.modal.modal-comunicacion .co-ficha-participante-modal ul li::before {
  content: "";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  line-height: 1.1;
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #D51317;
}
.modal .modal-dialog {
  max-width: 1350px;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #D51317;
}
.modal .modal-dialog .modal-content .modal-body {
  color: #5D5D5D;
}
.modal .modal-dialog .modal-content .modal-body h3 {
  color: #D51317;
  font-size: 1.4rem;
}
.modal .modal-dialog .modal-content .modal-body h4 {
  font-size: 1.1rem;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-body h5 {
  font-size: 1rem;
}
.modal .modal-dialog .modal-content .modal-body h5.el-title-sep {
  font-weight: 600;
  background-color: #eee;
  padding: 0.4rem 0.3rem;
}
.modal .modal-dialog .modal-content .modal-body h5.el-title-sep.custom {
  color: #fff;
  background-color: #D51317;
}
.modal .modal-dialog .modal-content .modal-body hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-color: #D51317;
  opacity: 0.5;
}
.modal .modal-dialog .modal-content .modal-body .form-control {
  margin-bottom: 0.5rem;
}
.modal .modal-dialog .modal-content .modal-body .btn-primary i {
  font-size: 1.1rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.05rem;
}
.modal .modal-dialog .modal-footer {
  border-top: 1px solid #D51317;
}

/**************
LOADING
**************/
.circlespinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  stroke: #D51317;
}

.path {
  stroke: #D51317;
  /*hsl(210, 70, 75);*/
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/**************
POSTERS
**************/
.posters {
  background: #272727;
}

/*************
TABLES
**************/
.table.table-alternate tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.table.table-alternate.table-sala td {
  padding: 0.3rem 0.5rem;
}
.table.table-alternate.table-sala td:nth-child(2) {
  text-align: left !important;
}
.table th {
  color: #272727;
  vertical-align: middle !important;
  border-top: none;
  text-align: center;
  font-size: 0.7rem;
}
.table th:first-child {
  text-align: left;
}
@media (min-width: 992px) {
  .table th {
    font-size: 0.7rem;
  }
}
.table td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.6rem;
}
.table td:first-child {
  text-align: left;
}
.table td input {
  position: relative;
}
.table td .form-check-input {
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  .table td {
    font-size: 0.9rem;
  }
}
.table td.td-user {
  display: flex;
  align-items: flex-start;
  min-height: 100px;
}
@media (min-width: 768px) {
  .table td.td-user {
    min-height: 80px;
    align-items: center;
  }
}
.table td.td-user img {
  width: 60px;
  height: auto;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .table td.td-user img {
    width: 80px;
    margin-right: 1rem;
  }
}
.table td span {
  display: block;
}
.table td span.el-nombre-table {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .table td span.el-nombre-table {
    font-size: 0.9rem;
  }
}
.table td span.el-empresa-table {
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .table td span.el-empresa-table {
    font-size: 0.8rem;
  }
}

/***********
CHAT
*************/
#modalchat {
  position: absolute;
  z-index: 9;
}

#modalchatheader {
  z-index: 10;
  cursor: move;
}

.co-muro-body {
  display: flex;
  flex-direction: column;
  /*min-height: 100%;
  height: auto !important;*/
  position: relative;
  padding: 1rem;
  overflow-y: scroll;
  height: calc(100% - 117px);
  /**listado chats en curso**/
}
.co-muro-body h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.co-muro-body p {
  color: #5D5D5D;
}
.co-muro-body .co-post {
  margin-bottom: 1rem;
  align-items: flex-start;
  /*cuando son chats de otros*/
}
.co-muro-body .co-post .el-avatar {
  width: 12%;
  overflow: hidden;
  margin-right: 1rem;
}
.co-muro-body .co-post .el-avatar img {
  width: 100%;
  height: auto;
}
.co-muro-body .co-post .el-bubble {
  color: #fff;
  background-color: #272727;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  font-size: 0.8rem;
  padding: 0.5rem 0.8rem;
  position: relative;
  width: 88%;
  font-weight: 300;
}
.co-muro-body .co-post .el-bubble .el-bubble-name {
  color: #D51317;
  font-weight: bold;
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
}
.co-muro-body .co-post .el-bubble:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -17px;
  width: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 15px solid #272727;
  border-bottom: 10px solid transparent;
}
.co-muro-body .co-post .el-bubble.el-bubble-self {
  color: #272727;
  background-color: #EDEDED;
}
.co-muro-body .co-post .el-bubble.el-bubble-self:before {
  border-right: 15px solid #EDEDED;
}
.co-muro-body .co-post .el-bubble.el-bubble-chat {
  width: 60% !important;
}
.co-muro-body .co-post.co-post-right {
  justify-content: flex-end !important;
}
.co-muro-body .co-post.co-post-right .el-avatar {
  margin-right: 0;
  margin-left: 1rem;
}
.co-muro-body .co-post.co-post-right .el-bubble::before {
  border: none !important;
}
.co-muro-body .co-post.co-post-right .el-bubble::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -17px;
  width: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 15px solid #272727;
  border-bottom: 10px solid transparent;
}
.co-muro-body .co-chat-item .el-avatar {
  width: 15%;
}
.co-muro-body .co-chat-item .co-chat-item-text {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #D51317;
  width: 100%;
  justify-content: space-between;
}
.co-muro-body .co-chat-item .co-chat-item-text .el-bubble-name {
  font-weight: bold;
  font-size: 0.8rem;
}
.co-muro-body .co-chat-item .co-chat-item-text .el-bubble-text {
  font-size: 0.8rem;
  color: #5D5D5D;
}
.co-muro-body .co-chat-item .co-chat-item-text .co-chat-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 44px;
}
.co-muro-body .co-chat-item .co-chat-item-text .co-chat-item-info .el-chat-item-date {
  color: #5D5D5D;
  font-size: 0.7rem;
  margin-bottom: 0.3rem;
}
.co-muro-body .co-chat-item .co-chat-item-text .co-chat-item-info .el-chat-item-notification {
  color: #fff;
  font-weight: bold;
  background-color: #D51317;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.co-muro-body .co-chat-item .co-chat-item-text .co-chat-item-actions {
  display: flex;
  align-items: flex-start;
  align-self: center;
}
.co-muro-body .el-muro-fecha {
  color: #5D5D5D;
  font-size: 0.8rem;
  font-weight: bold;
  width: 130px;
  margin: 0 auto 1rem auto;
  text-align: center;
  background-color: #CCC;
  border-radius: 0.5rem;
}

.bl-seleccionados-chat {
  flex-flow: wrap;
}
.bl-seleccionados-chat .co-seleccionado-chat {
  color: #272727;
  background-color: #EDEDED;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  font-size: 0.7rem;
  margin: 0 0.4rem 0.4rem 0;
  padding: 0.2rem;
}

.chat-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
}

.chat-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 1rem;
  background-color: #EDEDED;
}
.chat-footer .chat_input {
  margin-right: 1rem;
}

.co-powered-by {
  text-align: center;
  color: #D51317;
  font-size: 0.7rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  /*text-shadow: 0 0 5px #000;*/
}
.co-powered-by a {
  background: transparent !important;
  display: inline-block !important;
  padding: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .co-powered-by {
    margin-bottom: 2rem;
  }
}

/****************
AREA USUARIO
****************/
#modal-gestion .nav-pills .nav-link {
  color: #fff;
  background-color: #D51317;
  text-align: center;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  font-weight: bold;
}
#modal-gestion .nav-pills .nav-link:not(.active):hover {
  opacity: 0.8 !important;
}
#modal-gestion .nav-pills .nav-link.active, #modal-gestion .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #272727;
  cursor: auto;
}
#modal-gestion a[aria-expanded=true] i {
  transform: rotate(90deg);
}

.co-close-collapse {
  display: flex;
}
.co-close-collapse span {
  margin-left: auto;
  background-color: #fff;
  padding-left: 1rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.co-close-collapse::before {
  content: "";
  border-bottom: 1px solid #CCC;
  position: relative;
  top: 0.6rem;
  display: block;
  height: 1px;
  width: 100%;
}

/**ACREDITACION**/
.el-acreditacion-cuerda {
  width: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
}

.el-acreditacion-imagen {
  margin-top: 55px;
  box-shadow: 5px 15px 30px #ccc;
}

/**CONFIGURA TU STAND**/
.btn-folder {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 2.1rem;
  color: #272727;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.btn-folder:hover {
  opacity: 0.8;
}

/**IMAGENES STAND**/
.bl-admin-fotos {
  width: 100%;
}
.bl-admin-fotos .col {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.bl-admin-fotos .col img {
  width: 100%;
  height: auto;
}

.video-admin-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-admin-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************
PERSONALIZABLE
****************/
.customisable {
  color: #272727;
  margin-top: 71px !important;
}
@media (min-width: 992px) {
  .customisable {
    margin-top: 142px !important;
  }
}
.customisable h1, .customisable h2 {
  color: #D51317;
}
.customisable h3 {
  font-size: 1.5rem;
  border-bottom: 1px solid #D51317;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
}
.customisable a {
  font-weight: bold;
}
.customisable img {
  max-width: 100%;
}

.breadcrumb {
  font-size: 0.7rem;
  display: -ms-flexbox;
  padding: 0.2rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f4f4f4;
  border-radius: 0;
}

/**************
AGENDA
**************/
.co-leyenda-agenda {
  margin: 2rem 0;
}
.co-leyenda-agenda .sala {
  display: inline;
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem !important;
  white-space: nowrap;
  font-size: 0.8rem;
}

.circleicon {
  border-radius: 50%;
  display: inline-block;
  height: 28px;
  margin-right: 10px;
  width: 28px;
  vertical-align: top;
}

.color1 {
  background-color: rgba(4, 153, 228, 0.25);
}

.color2 {
  background-color: rgba(4, 4, 228, 0.25);
}

.color3 {
  background-color: rgba(4, 228, 152, 0.25);
}

.color4 {
  background-color: rgba(188, 228, 4, 0.25);
}

.color5 {
  background-color: rgba(228, 178, 4, 0.25);
}

.color6 {
  background-color: rgba(255, 94, 76, 0.25);
}

.color7 {
  background-color: rgba(200, 112, 0, 0.25);
}

.color8 {
  background-color: rgba(114, 193, 78, 0.25);
}

.color10 {
  background-color: rgba(210, 142, 229, 0.25);
}

.agenda {
  /*border: 0;
     border-left-width: 10px;
     border-left-style: solid;
  border-left-color: rgba(0,0,0,0.5) !important;*/
  margin-bottom: 2rem;
  color: #5d5d5d;
}
.agenda .stack {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.agenda .stack li {
  display: flex;
  margin-bottom: 1.2rem;
}
.agenda .stack li:last-child {
  margin-bottom: 0;
}
.agenda .stack li .descripcion {
  /*margin-bottom: 1.4em;*/
  order: 0;
  width: 100%;
  border-right: 1px solid #fff;
  background-color: #f8f8f8;
}
.agenda .stack li .descripcion > div {
  padding: 1rem;
}
.agenda .stack li .descripcion p a {
  color: #D51317;
}
.agenda .stack li .descripcion p:last-child {
  margin-bottom: 0 !important;
}
.agenda .stack li .hora {
  order: -1;
  width: 7rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  flex: none;
  /*inflexible*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  border-right: 1px solid #fff;
}

/***************
VIDEOS EMPRESA
***************/
.zona-expositiva-videos {
  background: #272727;
}

.zona-expositiva-videos main {
  background-size: cover !important;
  background-color: #272727 !important;
  background-repeat: no-repeat;
}

.bl-empresa-videos {
  width: 100%;
  padding-top: 30px;
}
.bl-empresa-videos h1 {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .bl-empresa-videos h1 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .bl-empresa-videos {
    /*padding-top: 175px;*/
    margin-top: 178px;
  }
}
@media (min-width: 992px) {
  .bl-empresa-videos {
    /*padding-top: 190px;*/
    margin-top: 164px;
  }
}
.bl-empresa-videos .video-container {
  width: 100% !important;
  padding-top: 56.25% !important;
  position: relative !important;
  margin-bottom: 0.8rem;
}
.bl-empresa-videos .video-container iframe {
  width: 100%;
  height: 100%;
}

.slider-video-grande {
  width: 100%;
}
.slider-video-grande h2 {
  color: #fff;
  font-size: 1.4rem;
}
.slider-video-grande p {
  color: #fff;
  margin-bottom: 0;
}

.co-video-data {
  padding-right: 20px;
}

/*position: absolute;
    bottom: 25px;
    right: 0;*/
.slider-video-grande .slick-dots {
  position: relative;
  bottom: 0;
  left: 15px;
  display: block;
  width: auto !important;
  padding: 0;
  list-style: none;
  text-align: left;
}
.slider-video-grande .slick-dots .slick-active {
  opacity: 0.5;
}

.slider-video-grande .slick-dots li button:before,
.slider-video-carrusel .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 10px;
  top: auto !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: #D51317 !important;
  display: block;
  content: "";
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
}

.prev-video.slick-arrow li button:hover,
.prev-video-carrusel.slick-arrow li button:hover {
  opacity: 0.7;
}

.prev-video.slick-arrow {
  color: #fff;
  top: 50%;
  left: 0;
  position: absolute;
  margin-top: -50px;
  font-size: 1.5rem;
}

.prev-video-carrusel {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: #272727;
  background: -moz-linear-gradient(270deg, rgba(39, 39, 39, 0) 0%, #272727 90%);
  background: -webkit-linear-gradient(270deg, rgba(39, 39, 39, 0) 0%, #272727 90%);
  background: linear-gradient(270deg, rgba(39, 39, 39, 0) 0%, #272727 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727",endColorstr="#272727",GradientType=1);
}

.next-video.slick-arrow {
  color: #fff;
  right: 0;
  top: 50%;
  position: absolute;
  margin-top: -50px;
  font-size: 1.5rem;
}

.next-video-carrusel {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: #272727;
  background: -moz-linear-gradient(90deg, rgba(39, 39, 39, 0) 0%, #272727 90%);
  background: -webkit-linear-gradient(90deg, rgba(39, 39, 39, 0) 0%, #272727 90%);
  background: linear-gradient(90deg, rgba(39, 39, 39, 0) 0%, #272727 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272727",endColorstr="#272727",GradientType=1);
}

.prev-video.slick-arrow,
.next-video.slick-arrow,
.prev-video-carrusel.slick-arrow,
.next-video-carrusel.slick-arrow {
  transition: all 0.3s ease-out;
  opacity: 1;
  cursor: pointer;
  z-index: 2;
}

.prev-video.slick-arrow:hover,
.next-video.slick-arrow:hover,
.prev-video-carrusel.slick-arrow:hover,
.next-video-carrusel.slick-arrow:hover {
  opacity: 0.7;
}

.bl-empresa-carrusel {
  position: relative;
  padding-bottom: 2rem;
}
.bl-empresa-carrusel h3 {
  color: #fff;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .bl-empresa-carrusel h3 {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.bl-empresa-carrusel .co-video-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.bl-empresa-carrusel .co-video-footer h4 {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}
.bl-empresa-carrusel .el-video-desc {
  font-size: 0.7rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.bl-empresa-carrusel .co-video-speakers {
  border-top: 1px solid #666;
  padding-top: 0.5rem;
  display: flex;
  align-items: flex-start;
}
.bl-empresa-carrusel .co-video-speakers img {
  width: 30px;
  margin-right: 0.5rem;
}
.bl-empresa-carrusel .co-video-speakers p {
  font-style: italic;
  color: #fff;
  font-size: 0.7rem;
}
.bl-empresa-carrusel .slick-slide {
  padding: 0 0.4rem;
}
.bl-empresa-carrusel .rating {
  width: 73px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 0.65rem;
}
.bl-empresa-carrusel .rating i {
  margin: 0 1px;
}
.bl-empresa-carrusel .rating.stars-0 i:nth-child(1) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-0 i:nth-child(2) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-0 i:nth-child(3) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-0 i:nth-child(4) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-0 i:nth-child(5) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-1 i:nth-child(2) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-1 i:nth-child(3) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-1 i:nth-child(4) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-1 i:nth-child(5) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-2 i:nth-child(3) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-2 i:nth-child(4) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-2 i:nth-child(5) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-3 i:nth-child(4) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-3 i:nth-child(5) {
  opacity: 0.4;
}
.bl-empresa-carrusel .rating.stars-4 i:nth-child(5) {
  opacity: 0.4;
}

.input-group-append {
  margin-left: -1px;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  top: 0.4rem;
}
.input-group-append i {
  color: #D51317;
}

.co-lity-modal h2, .co-lity-modal p {
  color: #fff;
}
.co-lity-modal .video-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 1.5rem;
  background: url(../images/loader.gif) no-repeat center center;
}
.co-lity-modal .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*stars*/
div.stars {
  min-width: 152px;
  display: inline-block;
}

.mt-200 {
  margin-top: 200px;
}

input.star {
  display: none;
}

label.star {
  float: right;
  padding: 3px;
  font-size: 20px;
  color: #fff;
  transition: all 0.2s;
}

input.star:checked ~ label.star:before {
  content: "";
  color: #D51317;
  transition: all 0.25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
  color: #F62;
}

label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}

label.star:before {
  content: "";
  font-family: "Font Awesome 5 Free";
}

.react-datepicker-wrapper {
  width: 100%;
}

.tfe-buscador-avanzado-videos .react-datepicker-wrapper {
  width: 67%;
}

.react-datepicker {
  font-family: inherit !important;
  border-radius: 0.25rem !important;
  border-color: #D51317;
}

.react-datepicker-popper {
  z-index: 100002;
}

.react-datepicker__close-icon::after {
  background-color: #D51317;
}

.react-datepicker__close-icon:hover::after {
  background-color: #5D5D5D;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-bottom-color: #D51317;
}

.react-datepicker__header {
  background-color: #D51317;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 1px solid #D51317;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.25rem;
}

.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  color: #fff;
}

.react-datepicker__day-name, .react-datepicker__time-name {
  color: #fff;
}

.react-datepicker__day {
  color: #000;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  border-radius: 0.25rem;
  background-color: #D51317;
  color: #fff;
}

.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  border-color: #fff;
  border-color: #fff;
}

.react-datepicker__navigation:hover *::before {
  border-color: #5D5D5D;
}

.react-datepicker__day--selected {
  border-radius: 0.25rem;
  background-color: #D51317;
  color: #fff;
}

.react-datepicker__day--selected:hover {
  border-radius: 0.25rem;
  background-color: #5D5D5D;
  color: #fff;
}

.react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover {
  border-radius: 0.25rem;
  background-color: #5D5D5D;
  color: #fff;
}

.rti--container {
  --rti-tag: #D51317;
  --rti-s: 0px;
  --rti-border: #fff;
  --rti-radius: 0.25rem !important;
  --rti-tag-remove: #fff;
  flex-wrap: nowrap;
}

.rti--container:focus-within {
  border: 0px !important;
  box-shadow: 0px !important;
  --rti-main: 0px;
}

.rti--container > .rti--tag {
  --rti-s: 0.5rem !important;
  margin: 0.5rem 0.5rem 0px;
  color: #fff;
}

.rti--container > .rti--tag:hover {
  background-color: #5D5D5D;
}

.rti--container button {
  color: #fff;
}

.rti--input {
  width: 100% !important;
}

.tfe-modal-abstracts .nav-pills .nav-link {
  color: #fff;
  background-color: #D51317;
  text-align: center;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  font-weight: bold;
}
.tfe-modal-abstracts .nav-pills .nav-link:not(.active):hover {
  opacity: 0.8 !important;
}
.tfe-modal-abstracts .nav-pills .nav-link.active, .tfe-modal-abstracts .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #272727;
  cursor: auto;
}
.tfe-modal-abstracts a[aria-expanded=true] i {
  transform: rotate(90deg);
}
.tfe-modal-abstracts .agenda .stack li .descripcion > div {
  height: 100%;
}
.tfe-modal-abstracts .co-content-docs .card .card-title {
  font-weight: normal;
}
.tfe-modal-abstracts .page-item .page-link {
  color: #D51317;
}
.tfe-modal-abstracts .page-item.active .page-link {
  color: #fff;
}
.tfe-modal-abstracts .badge-primary {
  color: #fff;
  background-color: #D51317;
}

.tfe-el-bubble-name {
  display: flex;
  flex-flow: wrap;
}
.tfe-el-bubble-name .cerrar {
  margin-left: auto;
}
.tfe-el-bubble-name .infoParaMuro {
  width: 100%;
}

.tfe-buscador-avanzado-videos .star {
  color: #47565D;
  cursor: pointer;
}
.tfe-buscador-avanzado-videos input.star:checked ~ label.star:before {
  color: #D51317;
}

.tfe-video .tfe-buscador-avanzado-videos {
  border: 0px;
}
.tfe-video .tfe-rating {
  min-width: 73px;
}

.tfe-detalle-video .stars {
  cursor: pointer;
}
.tfe-detalle-video .star {
  cursor: pointer;
}

.slider-video-carrusel .slick-dots .slick-active {
  opacity: 0.5;
}

.slick-slide {
  cursor: default;
}

.slick-slide .card {
  border: 0px;
}

.text-truncate.text-truncate--1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-truncate.text-truncate--2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text-truncate.text-truncate--3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/* PARCHE */
.bl-empresa-carrusel .rating.stars-2 i:nth-child(2) {
  opacity: 1;
}

/* PARCHE */
.zona-expositiva-videos main {
  background-size: contain !important;
}

.nav-alerts::after {
  content: attr(data-number);
  background: #D51317;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -8px;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  overflow: hidden;
}

/*********************
TABLES DE MI SELECCION
*********************/
.helperContainerClass {
  border: 3px solid #D51317;
}

.helperContainerClass.table-alternate tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.helperContainerClass.table-alternate.table-sala td {
  padding: 0.3rem 0.5rem;
}
.helperContainerClass.table-alternate.table-sala td:nth-child(2) {
  text-align: left !important;
}
.helperContainerClass th {
  color: #272727;
  vertical-align: middle !important;
  border-top: none;
  text-align: center;
  font-size: 0.7rem;
}
.helperContainerClass th:first-child {
  text-align: left;
}
@media (min-width: 992px) {
  .helperContainerClass th {
    font-size: 0.7rem;
  }
}
.helperContainerClass td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.6rem;
}
.helperContainerClass td:first-child {
  text-align: left;
  vertical-align: middle;
}
.helperContainerClass td input {
  position: relative;
}
.helperContainerClass td .form-check-input {
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  .helperContainerClass td {
    font-size: 0.9rem;
  }
}
.helperContainerClass td.td-user {
  display: flex;
  align-items: flex-start;
  min-height: 100px;
}
@media (min-width: 768px) {
  .helperContainerClass td.td-user {
    min-height: 80px;
    align-items: center;
  }
}
.helperContainerClass td.td-user img {
  width: 60px;
  height: auto;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .helperContainerClass td.td-user img {
    width: 80px;
    margin-right: 1rem;
  }
}
.helperContainerClass td span {
  display: block;
}
.helperContainerClass td span.el-nombre-table {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .helperContainerClass td span.el-nombre-table {
    font-size: 0.9rem;
  }
}
.helperContainerClass td span.el-empresa-table {
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .helperContainerClass td span.el-empresa-table {
    font-size: 0.8rem;
  }
}

/*
    PROGRAMA DEL EVENTO
*/
.tfe-programa-evento h5 {
  font-size: 1rem;
}
.tfe-programa-evento h5.el-title-sep {
  font-weight: 600;
  background-color: #eee;
  padding: 0.4rem 0.3rem;
}
.tfe-programa-evento h5.el-title-sep.custom {
  color: #fff;
  background-color: #D51317;
}
.tfe-programa-evento .agenda .stack li {
  flex-direction: row;
  flex-wrap: wrap;
}
.tfe-programa-evento .tfe-citas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  flex-basis: 0%;
}
.tfe-programa-evento .agenda .stack li .descripcion {
  flex: 1;
  flex-basis: 30%;
  border-bottom: 1px solid #fff;
}
.tfe-programa-evento .color1 {
  background-color: rgba(4, 153, 228, 0.25) !important;
}
.tfe-programa-evento .color2 {
  background-color: rgba(4, 4, 228, 0.25) !important;
}
.tfe-programa-evento .color3 {
  background-color: rgba(4, 228, 152, 0.25) !important;
}
.tfe-programa-evento .color4 {
  background-color: rgba(188, 228, 4, 0.25) !important;
}
.tfe-programa-evento .color5 {
  background-color: rgba(228, 178, 4, 0.25) !important;
}
.tfe-programa-evento .color6 {
  background-color: rgba(255, 94, 76, 0.25) !important;
}
.tfe-programa-evento .color7 {
  background-color: rgba(200, 112, 0, 0.25) !important;
}
.tfe-programa-evento .color8 {
  background-color: rgba(114, 193, 78, 0.25) !important;
}
.tfe-programa-evento .color10 {
  background-color: rgba(210, 142, 229, 0.25) !important;
}

/* Con esto conseguimos que los botones a la derecha de los auditorios funcionen y se pueda toquetear el iframe*/
.co-context-menu {
  pointer-events: none;
}

.co-context-menu a {
  pointer-events: all;
}

.tfe-paginacion-area-expositor .page-item.active .page-link {
  background-color: #D51317;
  color: #fff;
}
.tfe-paginacion-area-expositor .page-item.disabled .page-link {
  color: #CCC;
  background-color: transparent;
  border: none;
}
.tfe-paginacion-area-expositor .page-item .page-link {
  padding: 0.3rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #D51317;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

/* MIS ENCUESTAS */
#modal-mis-encuestas .nav-pills .nav-link {
  color: #fff;
  background-color: #D51317;
  text-align: center;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  font-weight: bold;
}
#modal-mis-encuestas .nav-pills .nav-link:not(.active):hover {
  opacity: 0.8 !important;
}
#modal-mis-encuestas .nav-pills .nav-link.active, #modal-mis-encuestas .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #272727;
  cursor: auto;
}
#modal-mis-encuestas a[aria-expanded=true] i {
  transform: rotate(90deg);
}

/*
    CALENDARIO DE ACTIVIDADES
*/
.tfe-calendario-multiactividades h5 {
  font-size: 1rem;
}
.tfe-calendario-multiactividades h5.el-title-sep {
  font-weight: 600;
  background-color: #eee;
  padding: 0.4rem 0.3rem;
}
.tfe-calendario-multiactividades h5.el-title-sep.custom {
  color: #fff;
  background-color: #D51317;
}
.tfe-calendario-multiactividades .agenda .stack li {
  flex-direction: row;
  flex-wrap: wrap;
}
.tfe-calendario-multiactividades .tfe-citas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  flex-basis: 0%;
}
.tfe-calendario-multiactividades .agenda .stack li .descripcion {
  flex: 1;
  flex-basis: 30%;
  border-bottom: 1px solid #fff;
}
.tfe-calendario-multiactividades .color1 {
  background-color: rgba(4, 153, 228, 0.25) !important;
}
.tfe-calendario-multiactividades .color2 {
  background-color: rgba(4, 4, 228, 0.25) !important;
}
.tfe-calendario-multiactividades .color3 {
  background-color: rgba(4, 228, 152, 0.25) !important;
}
.tfe-calendario-multiactividades .color4 {
  background-color: rgba(188, 228, 4, 0.25) !important;
}
.tfe-calendario-multiactividades .color5 {
  background-color: rgba(228, 178, 4, 0.25) !important;
}
.tfe-calendario-multiactividades .color6 {
  background-color: rgba(255, 94, 76, 0.25) !important;
}
.tfe-calendario-multiactividades .color7 {
  background-color: rgba(200, 112, 0, 0.25) !important;
}
.tfe-calendario-multiactividades .color8 {
  background-color: rgba(114, 193, 78, 0.25) !important;
}
.tfe-calendario-multiactividades .color9 {
  background-color: rgba(61, 189, 238, 0.25) !important;
}
.tfe-calendario-multiactividades .color10 {
  background-color: rgba(210, 142, 229, 0.25) !important;
}

.table-galeria-fotos .rating {
  /* width: 100px;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*font-size: .65rem;*/
  font-size: 20px;
  color: #D51317 !important;
}
.table-galeria-fotos .rating i {
  margin: 0 1px;
}
.table-galeria-fotos .rating.stars-0 i:nth-child(1) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-0 i:nth-child(2) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-0 i:nth-child(3) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-0 i:nth-child(4) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-0 i:nth-child(5) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-1 i:nth-child(2) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-1 i:nth-child(3) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-1 i:nth-child(4) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-1 i:nth-child(5) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-2 i:nth-child(3) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-2 i:nth-child(4) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-2 i:nth-child(5) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-3 i:nth-child(4) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-3 i:nth-child(5) {
  opacity: 0.4;
}
.table-galeria-fotos .rating.stars-4 i:nth-child(5) {
  opacity: 0.4;
}
.table-galeria-fotos .rating .columnaRatingParticipante {
  width: 170px;
}
.table-galeria-fotos .rating .columnaValoracionGeneral {
  width: 170px;
}
.table-galeria-fotos .rating {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 20px;
  color: #D51317 !important;
}
.table-galeria-fotos .rating label {
  margin-bottom: 0px;
  font-size: 20px;
  opacity: 0.4;
}
.table-galeria-fotos .rating label.star {
  float: right;
  padding: 3px;
  font-size: 20px;
  color: #D51317;
  transition: all 0.2s;
}
.table-galeria-fotos .rating input.star:checked ~ label.star {
  content: "";
  color: #D51317;
  opacity: 1;
  transition: all 0.25s;
}
.table-galeria-fotos .rating input.star-5:checked ~ label.star {
  color: #D51317;
  opacity: 1;
  text-shadow: 0 0 20px #952;
}
.table-galeria-fotos .rating input.star-1:checked ~ label.star {
  color: #D51317;
  opacity: 1;
}
.table-galeria-fotos .rating input.star-1:checked ~ label.star:before {
  color: #D51317;
}
.table-galeria-fotos .rating input.star-5:checked ~ label.star:before {
  color: #D51317;
  text-shadow: 0 0 20px #D51317;
}
.table-galeria-fotos .rating label.star:hover {
  opacity: 1;
  transform: rotate(-15deg) scale(1.3);
  cursor: pointer;
}
.table-galeria-fotos .rating label.star:before {
  content: "";
  font-family: "Font Awesome 5 Free";
}

.tfe-galeria-carrusel .card {
  border: 0px;
}
.tfe-galeria-carrusel .card-header,
.tfe-galeria-carrusel .card-footer {
  background-color: #fff;
  text-align: center;
}
.tfe-galeria-carrusel .card-footer {
  border-top: none;
}
.tfe-galeria-carrusel .card-footer .rating-general {
  /* width: 100px;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*font-size: .65rem;*/
  font-size: 20px;
  color: #D51317 !important;
}
.tfe-galeria-carrusel .card-footer .rating-general i {
  margin: 0 1px;
  padding: 3px;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-0 i:nth-child(1) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-0 i:nth-child(2) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-0 i:nth-child(3) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-0 i:nth-child(4) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-0 i:nth-child(5) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-1 i:nth-child(2) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-1 i:nth-child(3) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-1 i:nth-child(4) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-1 i:nth-child(5) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-2 i:nth-child(3) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-2 i:nth-child(4) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-2 i:nth-child(5) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-3 i:nth-child(4) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-3 i:nth-child(5) {
  opacity: 0.4;
}
.tfe-galeria-carrusel .card-footer .rating-general.stars-4 i:nth-child(5) {
  opacity: 0.4;
}

.tfe-galeria-carrusel-en-ventana .prev-video.slick-arrow {
  color: #D51317;
  left: 10px;
}
.tfe-galeria-carrusel-en-ventana .slick-list {
  max-height: 600px;
}
.tfe-galeria-carrusel-en-ventana .next-video.slick-arrow {
  color: #D51317;
  right: 10px;
}
.tfe-galeria-carrusel-en-ventana .card-header {
  background: #fff;
  border: 0px;
}
.tfe-galeria-carrusel-en-ventana .card-footer {
  background: #fff;
  border: 0px;
}
.tfe-galeria-carrusel-en-ventana .rating-propio {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 20px;
  color: #D51317 !important;
}
.tfe-galeria-carrusel-en-ventana .rating-propio label {
  margin-bottom: 0px;
  font-size: 20px;
  opacity: 0.4;
}
.tfe-galeria-carrusel-en-ventana .rating-propio label.star {
  float: right;
  padding: 3px;
  font-size: 20px;
  color: #D51317;
  transition: all 0.2s;
}
.tfe-galeria-carrusel-en-ventana .rating-propio input.star:checked ~ label.star {
  content: "";
  color: #D51317;
  opacity: 1;
  transition: all 0.25s;
}
.tfe-galeria-carrusel-en-ventana .rating-propio input.star-5:checked ~ label.star {
  color: #D51317;
  opacity: 1;
}
.tfe-galeria-carrusel-en-ventana .rating-propio input.star-1:checked ~ label.star {
  color: #D51317;
  opacity: 1;
}
.tfe-galeria-carrusel-en-ventana .rating-propio input.star-1:checked ~ label.star:before {
  color: #D51317;
}
.tfe-galeria-carrusel-en-ventana .rating-propio input.star-5:checked ~ label.star:before {
  color: #D51317;
  text-shadow: 0 0 20px #D51317;
}
.tfe-galeria-carrusel-en-ventana .rating-propio label.star:hover {
  opacity: 1;
  transform: rotate(-15deg) scale(1.3);
  cursor: pointer;
}
.tfe-galeria-carrusel-en-ventana .rating-propio label.star:before {
  content: "";
  font-family: "Font Awesome 5 Free";
}

/* Alinear modal de chats a la izquierda */
.bl-muro-chats {
  left: 11rem;
}
@media (max-width: 991px) {
  .bl-muro-chats {
    left: auto;
    right: 5%;
  }
}

.tfe-table-responsive-lista-solicitudes-recibidas,
.tfe-table-responsive-lista-deseos {
  overflow-x: visible;
  /* EL ID DE LA VENTANA */
}
.tfe-table-responsive-lista-solicitudes-recibidas .tfe-dropdown-filtro-estados-solicitud .tfe-filtro-estados-solicitud,
.tfe-table-responsive-lista-solicitudes-recibidas .tfe-dropdown-filtro-estados-solicitud .tfe-filtro-estados-solicitud:focus,
.tfe-table-responsive-lista-solicitudes-recibidas .tfe-dropdown-filtro-estados-solicitud .tfe-filtro-estados-solicitud:active,
.tfe-table-responsive-lista-deseos .tfe-dropdown-filtro-estados-solicitud .tfe-filtro-estados-solicitud,
.tfe-table-responsive-lista-deseos .tfe-dropdown-filtro-estados-solicitud .tfe-filtro-estados-solicitud:focus,
.tfe-table-responsive-lista-deseos .tfe-dropdown-filtro-estados-solicitud .tfe-filtro-estados-solicitud:active {
  text-transform: none !important;
  padding: 0px !important;
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}