/*  FORUM MIT  */
.bannertop {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.bannertopC {
    width: auto;
    display: inline-block;
}
.bannerizq {
    float: left;
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 19%;
}
.bannerder {
    float: right;
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 19%;
}
.bannertop-mob {
    width: -webkit-fill-available;width: -moz-available;
    text-align: center;
    display: none;
}
.bannertop-mob img {
    width: 320px;
}
.bannerbottom-mob {
    width: -webkit-fill-available;width: -moz-available;
    text-align: center;
    display: none;
}
.bannerbottom-mob img {
    width: 320px;
}
.modal_contenedorExclusiverse {
    width: -webkit-fill-available;width: -moz-available;
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 38;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_overlayExclusiverse {
    width: -webkit-fill-available;width: -moz-available;
    float: left;
    height: 100%;
    background: #000000d1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 34;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_contenedorGralExclusiverse {
    width: 670px;
    display: inline-block;
    margin: 0 auto;
    background: #fefefee6;
    padding: 0;
    position: relative;
    z-index: 35;
    box-shadow: 2px 3px 11px #3838388a;
}
.modal_contBodyExclusiverse {
    width: -webkit-fill-available;width: -moz-available;
    float: left;
}
.modal_imgPrincipalExclusiverse {
    width: 50%;
    float: left;
    text-align: center;
}
.modal_tituloExclusiverse {
    width: 50%;
    float: right;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #272727;
    padding: 0 33px 70px 33px;
    margin-top: 9%;
    position: relative;
    z-index: 1;
}
.modal_tituloExclusiverse .strong {
    color: #ec1784;
    font-size: 30px;
    margin: 0!important;
}
.modal_subtituloExclusiverse {
    display: none;
    width: 56%;
    float: left;
    text-align: center;
    font-size: 19px;
    margin: 16px 0 0;
    color: #ffffff;
    padding: 15px 40px;
    background: #ccb23f;
}
.modal_subtituloExclusiverse a {
    color: #fff;
    text-decoration: underline;
    margin-left: 2px;
}
.modal_subtituloExclusiverse a:hover {
    color: #000;
    text-decoration: none;
}
.modal_botonesFooterExclusiverse {
    width: 50%;
    float: right;
    text-align: center;
    margin: 27px 0 0;
    padding-bottom: 22px;
}
.modal_btnPrimarioExclusiverse {
    width: 72%;
    display: inline-block;
    margin: 0 0 20px;
    background: #44fbfb;
    color: #000;
    font-weight: 600;
    font-size: 21px;
}
.modal_btnPrimarioExclusiverse a {
    width: -webkit-fill-available;width: -moz-available;
    color: #000;
    display: inline-block;
    padding: 10px 5px;
}
.modal_btnPrimarioExclusiverse a:hover {
    color: #fff;
    text-decoration: none;
}
.modal_btnPrimarioExclusiverse:hover {
    background: #35214c;
}
.pulso {
  animation: pulso-animation 2s infinite;
}
@keyframes pulso-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(50, 255, 255, 1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(50, 255, 255, 0);
  }
}
.modal_btnSecundarioExclusiverse {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    padding: 10px 3px;
    margin-top: 20px;
    color: #6f6f6f;
    font-size: 15px;
    cursor: pointer;
    text-decoration: underline;
}
.modal_btnSecundarioExclusiverse:hover {
    color: #296fc2;
}
.icon-hand {
    width: -webkit-fill-available;width: -moz-available;
    height: 46px;
    font-size: 36px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    animation: Handy 4s ease-in-out infinite;
}
@keyframes Handy {
  0%   {bottom:0px; bottom:0px;}
  25%  {bottom:10px; bottom:10px;}
  50%  {bottom:0px; bottom:0px;}
  75%  {bottom:10px; bottom:10px;}
  100% {bottom:0px; bottom:0px;}
}
.cerrarModExclusiverse {
    float: left;
    text-align: right;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    color: #e91886;
    font-size: 30px;
    padding: 0 13px 1px;
}
.cerrarModExclusiverse:hover {
    color: #1278c8;
}
html {
    scroll-behavior: smooth
}
body {
    margin: 0px;
    color: #0d1219;
    font-family: 'Raleway', sans-serif;
    background: #fff;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 15px;
}
header {
    width: -webkit-fill-available;width: -moz-available;
    float: left;
    position: fixed;
    z-index: 9;
}
img {
    width: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.container {
    max-width: 1140px;
}
.ContImgForumi {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.ImgForumP {
    width: 642px;
    display: inline-block;
}
.H2Foro {
    margin: 30px 0 17px 0;
}
.Mayuscula {
    text-transform: uppercase;
}
.ContCirculos {
    display: flex!important;
}
.leyendaSpeakers {
    width: 100%;
    text-align: center;
}
.btn_Registro {
    margin: 4px 10px!important;
    background: #d8075c;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 14px!important;
    padding: 7px 20px;
    font-weight: 500!important;
    letter-spacing: 1px;
}
.btn_Registro:hover {
    background: #61184f;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
.btn_Registro a:hover {
    color: #fff!important;
}
.RegistroForo {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    text-align: center;
    margin-top: 120px;
    position: relative;
    z-index: 2;
}
.RegistroForo a {
    width: 350px;
    height: 50px;
    display: inline-block;
    color: #fff;
    background: #d8075c;
    font-size: 24px;
    padding: 8px 10px 10px 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: transform 0.5s;
}
.RegistroForo a:hover {
    color: #fff;
    background: #61184f;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.BtnMetaverso {
    margin-top: 45px;
}
.BtnMetaverso a {
    color: #000;
    background: #44fbfb;
    font-size: 21px;
    padding: 10px 14px 11px 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(50, 255, 255, 1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(50, 255, 255, 0);
  }
}
.HeadForum {
    width: -webkit-fill-available;width: -moz-available;
    height: 66px;
    display: inline-block;
    background: #0d1219;
    padding: 10px 0px!important;
}
.LogoForumMIT {
    display: inline-block;
    margin: 0px 0px 0px 38px;
}
.LogoForumMIT img {
    width: 156px;
}
.navForum {
    float: right;
    margin-top: 6px;
}
.navForum ul {
    float: right;
    list-style: none;
    margin-bottom: 0px;
    margin-right: 30px;
    padding: 0px;
}
.navForum ul li {
    display: inline-block;
    margin: 11px 15px 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.navForum ul li a {
    color: #ebebeb;
    text-decoration: none;
}
.navForum ul li a:hover {
    text-decoration: none;
}
.navBars {
    float: right;
    color: #ebebeb;
    font-size: 31px;
    margin: 0px 20px;
    display: none;
}
.cerrarMenuF {
    float: right;
    color: #ffffff9c;
    font-size: 41px;
    margin: 40px;
    display: none;
}
.navForumMobile {
    display: none;
}
.container-fluid {
    padding: 0;
}
.ModHomeForum {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    background: #f8f8f8;
}
.ContImgForumP {
    width: -webkit-fill-available;width: -moz-available;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.SeccPForum {
    background-image: url(../images/foro2023/fondoP.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
/*    background-color: #213e7b;*/
    height: 803px;
    position: relative;
    z-index: 1;
    margin-top: 65px;
    padding: 20px 0;
}
.ElementosP {
    width: 1910px;
    height: 477px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background-image: url(../images/foro2023/elementosP.png);
    background-position: top center;
    animation: ElementosP 8s ease-in-out infinite;
}
@keyframes ElementosP {
  0%   {right:0px; right:0px;}
  25%  {right:40px; right:40px;}
  50%  {right:0px; right:0px;}
  75%  {right:40px; right:40px;}
  100% {right:0px; right:0px;}
}
.ElementosP-d {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 1%;
    background-image: url(../images/foro2023/elementosP.png);
    width: 727px;
    height: 477px;
    animation: animatedElementosP-d 8s ease-in-out infinite;
}
@keyframes animatedElementosP-d {
  0%   {right:0px; right:0px;}
  25%  {right:40px; right:40px;}
  50%  {right:0px; right:0px;}
  75%  {right:40px; right:40px;}
  100% {right:0px; right:0px;}
}
.ElementosP-i {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 1%;
    background-image: url(../images/foro2023/elementosP.png);
    width: 727px;
    height: 477px;
    animation: animatedElementosP-i 8s ease-in-out infinite;
}
@keyframes animatedElementosP-i {
  0%   {left:0px; left:0px;}
  25%  {left:40px; left:40px;}
  50%  {left:0px; left:0px;}
  75%  {left:40px; left:40px;}
  100% {left:0px; left:0px;}
}
.BannerPForum {
    text-align: center;
    padding: 0;
    margin-bottom: 70px;
    position: relative;
    z-index: 3;
}
.photo{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.photo img{
  object-fit: cover;
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -10px;
}
.photo .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: -10px;
}
.photo .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.photo:hover .glow{
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.photo:hover img,
.photo:hover .glow-wrap{
  margin-top: 0;
}
.SeccVideoPrincipal {
    width: 68%;
    margin: 0 auto;
    background: #0d12199c;
    padding: 20px 20px 50px 20px;
    position: relative;
    z-index: 2;
}
.VideoPrinForum {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.VideoPrinForum iframe {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
}
.ContVideo22 {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    padding-left: 50px;
}
.ContVideoF {
    width: 90%;
    float: left;
    margin-top: 30px;
}
.Micro {
    text-align: center;
    margin-left: 30px;
}
.Micro img {
    width: 308px;
}
.TxtPrinForum {
    width: 1000px;
    float: left;
    position: absolute;
    z-index: 2;
    background: #dfd5c6ad;
    padding: 50px 90px;
    text-align: center;
    top: 53px;
}
.TxtPrinForum img {
    width: 90%!important;
    height: auto;
}
.TxtPrinForum span {
    width: -webkit-fill-available;width: -moz-available;
    float: left;
    text-align: center;
    color: #0d1219;
    font-size: 18px;
    font-weight: 500;
    margin-top: 9px;
}
.ContTitSecF {
    margin: 0 auto;
    height: auto;
    font-size: 50px;
    line-height: 60px;
    color: #d8075c;
    font-weight: 200;
    position: relative;
    z-index: 1;
}
.TitSecF {
    display: inline-block;
}
.TitSec-color {
    color: #32ffff!important;
}
.TitColorF {
    font-size: 50px;
    color: #5548f5;
    right: 0;
}
.descripcionAliados {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    font-weight: 600;
    margin-top: 7px;
}
.ForumRegistro {
    width: -webkit-fill-available;width: -moz-available;
    height: 300px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    background: #fff;
    background-image: url(../images/foro2023/Bg-registroF.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.RegistroFcentro {
    width: 56%;
    margin: 0 auto;
    text-align: center;
    padding-top: 93px;
    padding-bottom: 10px;
    border-bottom: 3px solid #9056f4;
}
.IconRegistroF {
    color: #0d1219;
    font-size: 38px;
    margin-right: 18px;
}
.ForumRegistro a {
    color: #0d1219;
}
.ForumRegistro a:hover {
    color: #e02914;
}
.RegistroBigF {
    font-size: 38px;
    font-weight: 900;
}
.SeccQueEs {
    height: 100%;
    position: relative;
    z-index: 1;
    background-image: url(../images/foro2023/AcercaDe.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 106px;
    padding-bottom: 76px;
}
.Bk-SeccQueEs {
    width: auto;
    height: 108px;
    position: absolute;
    z-index: 2;
    background-image: url(../images/foro2023/pik-d.png);
    background-repeat: no-repeat;
    background-position: top center;
    animation: animatedAcercaDe 8s ease-in-out infinite;
    left: -53%;
    top: 0;
}
@keyframes animatedAcercaDe {
  0%   {right:0px; right:0px;}
  25%  {right:40px; right:40px;}
  50%  {right:0px; right:0px;}
  75%  {right:40px; right:40px;}
  100% {right:0px; right:0px;}
}
.ColNotaHistForo {
    
}
.ColHistorias {
    margin-top: 40px;
}
.carouselForo {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
}
.carouselForo .carousel-item {
    height: 100%;
}
.carouselForo button {
    width: auto;
    background: #d6135e;
    opacity: 1;
    border-radius: 0px;
    padding: 10px 9px;
    top: 185px;
    bottom: inherit;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
.carouselForo button:hover {
    background: #000;
}
.TxtQueEs {
    display: inline-block;
    font-size: 26px;
    color: #61184f;
}
.QueEsCenter {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    padding: 0 100px;
}
.ModTxtQueEs {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    margin: 15px 0;
}
.ModTxtQueEs b {
    color: #d6135e;
}
.Cont-info-Mod {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-top: 50px;
}
.ModPonentes {
    padding: 50px 40px;
}
.Line {
    position: absolute;
    z-index: 3;
    text-align: center;
} 
.L-up {
    top: -450px;
    left: 50%;
    transform: rotate(90deg);
}
.L-left {
    width: 14px;
    left: 0;
    top: 3%;
} 
.L-right {
    width: 14px;
    right: 0;
    top: 3%;
} 
.L-bottom {
    bottom: -420px;
    left: 50%;
    transform: rotate(90deg);
} 
.SeccAsisevivio {
    background: linear-gradient(16deg, #231c43 50%, #61184f 90%, #61184f);
    padding: 90px 0;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 56px 0 80px 0;
}
.Bk-SeccAsisevivio {
    width: -webkit-fill-available;width: -moz-available;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-image: url(../images/foro2023/elementosP.png);
    background-position: top center;
    background-size: contain;
    left: 0;
    top: 0;
}
@keyframes animatedElementosVideo {
    from { left: 0%; }
    to { left: 2%; }
}
.SeccPartners {
    padding-top: 50px;
}
.mitf_invitacionVideo {
    width: 100%;
    display: inline-block;
    padding: 20px 0 50px;
}
.mitf_videoCont {
    width: 50%;
    background-color: #000;
    margin: 0 auto;
}
.SeccConferencias {
    padding: 40px 0;
}
.nav-tabs .nav-link.active {
    color: #d8075c;
    font-weight: 500;
}
.nav-tabs .nav-link {
    width: 120px;
    color: #8c8c8c;
    font-size: 20px;
}
.nav-tabs .nav-link:focus {
    outline: none;
}
.TableForo {
    border-top: 2px solid #61184f;
    border-bottom: 2px solid #61184f;
}
.table-striped tr{
    background-color: #f8f8f8;
    --bs-table-striped-bg: #f8f8f8;
}
.table-striped td, .table-striped th {
    padding: 20px;
}
.table-striped thead {
    border-bottom: 2px solid #61184f;
}
.ModsConferencias {
    float: left;
    text-align: center;
    padding: 30px;
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
    border-bottom: 3px solid #f1f1f1;
    margin: 40px 0;
}
.mitf_marginB-50 {
    margin-bottom: 50px;
}
.tabTeaser {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    margin-bottom: 40px;
}
.CatConferencia {
    width: -webkit-fill-available;width: -moz-available;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
}
.TitConferencia {
    width: -webkit-fill-available;width: -moz-available;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    padding: 0 50px;
    height: 76px;
    overflow: hidden;
    margin-bottom: 20px;
}
.mitf_vivo {
    font-size: 12px;
    color: #e02914;
    font-weight: 700;
}
.LiveIcon {}
.LiveIcon img {
    width: 52px;
}
.VerConferencia {
    font-size: 21px;
    border-bottom: 3px solid #e02914;
    padding: 5px 10px 5px 10px;
}
.VerConferencia a {
    color: #0d1219;
}
.VerConferencia a:hover {
    color: #e02914;
}
.EnVivo a {
    color: #e02914;
}
.VerMasF {
    width: -webkit-fill-available;width: -moz-available;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0 90px 0;
}
.VerMasF a {
    width: 123px;
    height: 123px;
    color: #d8075c;
    background: #fff;
    font-size: 18px;
    border-radius: 100px;
    position: absolute;
    z-index: 2;
    top: -45px;
}
.arrowD {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(0deg);
    cursor: pointer;
}
.arrowD span {
    display: block;
    width: 27px;
    height: 27px;
    border-bottom: 5px solid #d8075c;
    border-right: 5px solid #d8075c;
    transform: rotate(0deg);
    margin: -12px;
    animation: animate 2s infinite;
}
.arrowD span:nth-child(2) {
    animation-delay: -0.2s;
}
.arrowD span:nth-child(3) {
    animation-delay: -0.4s;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
}
    50% {
        opacity: 1;
}
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
}
}
.ArrowDownIcon {
    color: #9c59f4;
    font-size: 26px;
}
.SinMargin {
    margin-top: 0;
}
.modalDialog {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    display: flex;
    align-items: center;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}
.modalDialog>div {
    width: 90%;
    height: auto;
    position: relative;
    margin: 1.75rem auto;
    padding: 25px 20px;
    background: #0d1219;
}
.TitVideoF {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    color: #ededed;
    font-size: 21px;
    margin-top: 30px;
    padding: 0 10px;
}
.AutorVideoF {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    color: #fff9;
    font-size: 14px;
    font-weight: 600;
    margin: 3px 0 20px 0;
}
.CloseVideoF {
    font-size: 32px;
}
.closeVideo {
    padding: 0;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 14px;
    width: 24px;
    text-decoration: none;
    background: none;
    font-weight: bold;
}
.closeVideo:hover {
    color: #e02914;
}
/* slider ponentes */
.Bk-SeccSlidePonentes {
    width: -webkit-fill-available;width: -moz-available;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-image: url(../images/foro2023/elementosP.png);
    left: 0;
    top: 0;
    opacity: .1;
}
.SeccSlidePonentes {
    margin: 30px 0 0 0;
    background: #fff;
    padding: 0 0 115px 0;
    position: relative;
    z-index: 1;
}
.carouselPonentes {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
}
.carouselPonentes .carousel-item {
    height: 100%;
}
.PonenteCaption {
    width: -webkit-fill-available;width: -moz-available;
    bottom: 0;
    padding: 10px;
    color: #000;
    left: inherit;
    right: inherit;
}
.carouselPonentes button {
    width: auto;
    background: #d6135e;
    opacity: 1;
    border-radius: 0px;
    padding: 10px 9px;
    top: 185px;
    bottom: inherit;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
.carouselPonentes button:hover {
    background: #000;
}
.NamePonente {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    font-size: 37px;
    font-weight: 600;
    color: #d8075c;
}
.cargoPonente {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #61184f;
    text-transform: uppercase;
    margin: 6px 0;
}
.TxtPonente {
    width: -webkit-fill-available;width: -moz-available;
    height: 130px;
    display: inline-block;
    margin-top: 4px;
    padding: 0 10px 10px 10px;
    color: #000;
    font-weight: 300;
    overflow-y: scroll;
    text-align: left;
}
.TxtPonente::-webkit-scrollbar {
    width: 7px;
    height: 3px;
}
.TxtPonente::-webkit-scrollbar-track {
    background: #fff;
}

.TxtPonente::-webkit-scrollbar-thumb {
    background: #d41b60;
    border-radius: 0;
}
.TxtPonente::-webkit-scrollbar-thumb:hover {
    background: #61184f;
}
.TxtPonente span {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    margin-bottom: 10px;
}
.ImgPonente {
    width: 60%;
    float: none;
    margin: 0 auto;
    animation: example 8s ease-in-out infinite;
    position: relative;
}
@keyframes example {
  0%   {left:0px; left:0px;}
  25%  {left:40px; left:40px;}
  50%  {left:0px; left:0px;}
  75%  {left:40px; left:40px;}
  100% {left:0px; left:0px;}
}
.social-icons {
    width: -webkit-fill-available;width: -moz-available;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 73px;
}
.social-icons li {
    margin: 0 6%;
}
.social-icons li a {
    color: #44fffe;
    font-size: 34px;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    transition: 0.5s ease;
}
.social-icons li a:hover {
    background-image: linear-gradient(45deg, #32ffff, #32ffff);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 40px;
    color: #44fffe;
    opacity: 1;
}
.social-icons li a::before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 4px solid #32ffff;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    color: #44fffe;
}
.social-icons li a:hover::before {
    transform: scale(0);
    color: #44fffe;
    opacity: 1;
}
.social-icons li a i {
    color: #32ffff;
}
.Bk-SeccRedesF {
    width: -webkit-fill-available;width: -moz-available;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-image: url(../images/foro2023/elementosP.png);
    background-size: contain;
    left: 0;
    top: 0;
}
.SeccRedesF {
    background: linear-gradient(16deg, #231c43 50%, #61184f 90%, #61184f);
    padding: 90px 0;
    position: relative;
    z-index: 1;
    margin: 100px 0;
}
.ContSocial {
    display: inline-block;
}
.SeccSponsors {
    padding-top: 90px;
}
.ContAliadosF {
    display: inline-block;
    margin-bottom: 50px;
}
.AliadosF {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
}
.LPrin {
    text-align: center;
}
.LPrin img {
    width: 250px!important;
}
.LBig img {
    width: 190px!important;
}
.AliadoLogo {
    text-align: center;
    margin-bottom: 70px;
}
.AliadoLogo img {
    width: 140px;
}
.AliadoLogo img:hover {
    opacity: .5;
}
.SeccEmpresas {
    background: #fff;
    padding-top: 60px;
}
.SeccLogoGrandeGM {
    width: -webkit-fill-available;width: -moz-available;
    background: #fff;
    text-align: center;
    margin-bottom: 80px;
}
.LogoGM {
    text-align: center;
}
.LogoGM img {
    width: 300px;
}
.LogoGM img:hover {
    opacity: .5;
}
.SeccNotasIa {
    background: linear-gradient(16deg, #231c43 50%, #61184f 90%, #61184f);
    padding: 30px 0 90px 0;
    position: relative;
    z-index: 1;
}
.Bk-SeccNotasIa {
    width: -webkit-fill-available;width: -moz-available;
    height: 100%;
    position: absolute;
    z-index: 2;
    background-image: url(../images/foro2023/elementosP.png);
    background-size: contain;
    left: 0;
    top: 0;
}
.Foroia {
    width: -webkit-fill-available;width: -moz-available;
    display: inline-block;
    padding: 0 10px;
    margin-top: 9px;
}
.Foroia span {
    height: auto;
    margin-bottom: 24px;
}
.Foroia a {
    color: #efefef;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
}
.autorHome {
    width: -webkit-fill-available;width: -moz-available;
    color: #999c9c;
    height: auto!important;
    font-weight: lighter;
}
.autorHome.chico.centro {
    text-align: center;
}
.autorHome.chico {
    font-size: 12px;
    margin: 0px 0px 5px 0px;
}
.autorHome.chico a {
    font-size: 12px;
    color: #999c9c;
}
.autorHome b {
    color: #01dfff;
}
.Foroia-link {
    text-decoration: none;
    color: white;
    position: relative;
}
.Foroia-link::after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -5px;
    height: 2px;
    width: 0px;
    background-color: #32ffff;
    transition: 0.2s ease;
}
.Foroia-link:hover::after {
    width: 100%;
    left: 0;
    right: 0;
}
.Foroia-img {
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Foroia-img img {
    margin: 0;
}
@media (max-width: 575.98px) {
.BtnMetaverso {
    margin-top: 34px!important;
    margin-bottom: 30px;
}
.SeccVideoPrincipal {
    width: 100%;
    padding: 20px 20px 26px 20px;
}
.bannertop {
    display: none;
}
.SeccPForum {
    height: auto;
}
.bannerizq {
    display: none;
}
.bannerder {
    display: none;
}
.bannertop-mob {
    display: inline-block;
}
.bannerbottom-mob {
    display: inline-block;
}
.modal_contenedorGralExclusiverse {
    width: 87%;
    height: 423px;
    padding: 0;
    overflow: scroll;
}
.cerrarModExclusiverse {
    padding: 0 5px 1px;
}
.modal_imgPrincipalExclusiverse {
    width: 100%;
}
.modal_imgPrincipalExclusiverse img {
    width: 80%;
}
.modal_tituloExclusiverse {
    width: -webkit-fill-available;width: -moz-available;
    float: left;
    padding: 0 5px 70px 5px;
}
.modal_botonesFooterExclusiverse {
    width: 100%;
}
.modal_btnPrimarioExclusiverse,
.modal_btnSecundarioExclusiverse {
    width: 87%;
    padding: 10px 5px;
}
.modal_btnSecundarioExclusiverse {
    margin-top: 16px;
}
.ContVideoF {
    width: 100%;
    margin-top: 10px;
}
.LogoForumMIT {
    margin: 15pxpx 0px 0px 13px;
}
.SeccPForum {
    padding: 0 0 60px 0;
}
.ContImgForumP {
    height: 370px;
}
.BannerPForum {
    margin-bottom: 0;
}
.navBars {
    display: block;
}
.navForum {
    display: none;
}
.navForumMobile {
    float: right;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0d1219;
    text-align: center;
    display: none;
}
.navForumMobile ul {
    float: left;
    width: -webkit-fill-available;width: -moz-available;
    list-style: none;
    padding: 0px;
}
.navForumMobile ul li {
    width: -webkit-fill-available;width: -moz-available;
    text-align: center;
    float: left;
    font-size: 21px!important;
    margin: 10px 0!important;
}
.navForumMobile ul li a {
    text-decoration: none;
    color: #ffffff;
}
.cerrarMenuF {
    display: block;
    width: -webkit-fill-available;width: -moz-available;
}
.ImgForumP {
    width: 90%;
}
.RegistroForo {
    margin-top: 0;
}
.RegistroForo a {
    width: 282px;
    font-size: 20px;
}
.ContTitSecF {
    font-size: 50px;
    line-height: 60px;
}
.carouselForo button {
    padding: 5px 2px;
}
.TxtQueEs {
    font-size: 18px;
}
.QueEsCenter {
    padding: 0 40px;
}
.ContVideo22 {
    padding-left: 0px;
    margin-top: 30px;
}
.ColNotaHistForo {
    margin-bottom: 15px;
}
.Foroia-img {
    height: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
}
.carouselPonentes {
    margin-top: 45px;
}
.carouselPonentes button {
    padding: 5px 2px;
}
.PonenteCaption {
    position: inherit;
    margin-top: -40px;
    padding: 0;
}
.NamePonente {
    font-size: 24px;
}
.L-up {
    top: -154px;
    left: 48%;
}
.L-up img {
    width: 30%;
}
.L-bottom {
    bottom: -154px;
    left: 48%;
}
.L-bottom img {
    width: 30%;
}
.ImgPonente {
    width: 80%!important;
}
@keyframes example {
  0%   {left:0px; left:0px;}
  25%  {left:20px; left:20px;}
  50%  {left:0px; left:0px;}
  75%  {left:20px; left:20px;}
  100% {left:0px; left:0px;}
}
.social-icons li {
    width: 48%;
    margin: 10px 0;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons {
    margin-top: 50px;
    display: inline-block;
}
.SeccSponsors {
    padding-top: 5px;
}
.descripcionAliados {
    margin-bottom: 20px;
}
.SeccEmpresas {
    padding-top: 5px;
}
.AliadoLogo {
    margin-bottom: 2px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
.BtnMetaverso {
    margin-top: 34px!important;
    margin-bottom: 30px;
}
.SeccVideoPrincipal {
    width: 100%;
}
.SeccPForum {
    height: auto;
}
.bannertop {
    display: none;
}
.bannerizq {
    display: none;
}
.bannerder {
    display: none;
}
.bannertop-mob {
    display: inline-block;
}
.bannerbottom-mob {
    display: inline-block;
}
.modal_contenedorGralExclusiverse {
    width: 84%;
    height: 490px;
    padding: 3px 0;
    overflow: scroll;
}
.modal_imgPrincipalExclusiverse {
    width: 100%;
}
.modal_imgPrincipalExclusiverse img {
    width: 45%;
}
.modal_tituloExclusiverse {
    width: -webkit-fill-available;width: -moz-available;
    padding: 0 17px 70px 17px;
    margin-top: 20px;
}
.modal_subtituloExclusiverse {
    width: -webkit-fill-available;width: -moz-available;
    padding: 15px 17px;
}
.modal_tituloExclusiverse strong {
    width: -webkit-fill-available;width: -moz-available;
    margin-top: 9px;
    float: left;
}
.modal_botonesFooterExclusiverse {
    width: -webkit-fill-available;width: -moz-available;
}
.modal_btnSecundarioExclusiverse {
    margin-top: 10px;
}
.LogoForumMIT {
    margin: 0px 0px 0px 13px;
}
.navBars {
    display: block;
}
.navForum {
    display: none;
}
.navForumMobile {
    float: right;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0d1219;
    text-align: center;
    text-transform: uppercase;
    display: none;
}
.navForumMobile ul {
    float: left;
    width: -webkit-fill-available;width: -moz-available;
    list-style: none;
    padding: 0px;
}
.navForumMobile ul li {
    width: -webkit-fill-available;width: -moz-available;
    text-align: center;
    float: left;
    font-size: 21px!important;
    margin: 10px 0!important;
}
.navForumMobile ul li a {
    text-decoration: none;
    color: #ffffff;
}
.cerrarMenuF {
    display: block;
    width: -webkit-fill-available;width: -moz-available;
}
.ImgForumP {
    width: 80%;
}
.RegistroForo {
    margin-top: 20px;
}
.RegistroForo a {
    width: 282px;
    font-size: 20px;
}
.ContTitSecF {
    font-size: 50px;
    line-height: 60px;
}
.carouselForo button {
    padding: 5px 2px;
}
.TxtQueEs {
    font-size: 18px;
}
.QueEsCenter {
    padding: 0 40px;
}
.ContVideo22 {
    padding-left: 0px;
    margin-top: 30px;
}
.ColNotaHistForo {
    margin-bottom: 15px;
}
.Foroia-img {
    height: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
}
.carouselPonentes {
    margin-top: 45px;
}
.carouselPonentes button {
    padding: 5px 2px;
}
.PonenteCaption {
    position: inherit;
    margin-top: -100px;
}
.L-up {
    top: -248px;
    left: 48%;
}
.L-up img {
    width: 55%;
}
.L-bottom {
    bottom: -240px;
    left: 48%;
}
.L-bottom img {
    width: 55%;
}
.ImgPonente {
    width: 60%!important;
}
.social-icons li {
    margin: 0 2%;
}
.SeccSponsors {
    padding-top: 5px;
}
.descripcionAliados {
    margin-bottom: 20px;
}
.SeccEmpresas {
    padding-top: 5px;
}
.AliadoLogo {
    margin-bottom: 2px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
.BtnMetaverso {
    margin-top: 34px!important;
    margin-bottom: 30px;
}
.SeccVideoPrincipal {
    width: 100%;
}
.SeccPForum {
    height: auto;
}
.bannertop {
    display: none;
}
.bannerizq {
    display: none;
}
.bannerder {
    display: none;
}
.bannertop-mob {
    display: inline-block;
}
.bannerbottom-mob {
    display: inline-block;
}
.modal_contenedorGralExclusiverse {
    width: 600px;
}
.modal_tituloExclusiverse .strong {
    font-size: 22px;
}
.modal_tituloExclusiverse {
    padding: 0 23px 70px 23px;
    margin-top: 5%;
}
.modal_botonesFooterExclusiverse {
    margin: 18px 0 0;
}
.modal_btnSecundarioExclusiverse {
    margin-top: 0;
}
.navBars {
    display: block;
}
.navForum {
    display: none;
}
.navForumMobile {
    float: right;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0d1219;
    text-align: center;
    display: none;
}
.navForumMobile ul {
    float: left;
    width: -webkit-fill-available;width: -moz-available;
    list-style: none;
    padding: 0px;
}
.navForumMobile ul li {
    width: -webkit-fill-available;width: -moz-available;
    text-align: center;
    float: left;
    font-size: 21px!important;
    margin: 10px 0!important;
}
.navForumMobile ul li a {
    text-decoration: none;
    color: #ffffff;
}
.cerrarMenuF {
    display: block;
    width: -webkit-fill-available;width: -moz-available;
}
.ContVideoF {
    width: 100%;
    margin: 20px 0;
}
.TitVideoF {
    font-size: 17px;
}
.fomit_bannerHalf {
    display: none;
}
.ContVideoF {
    width: 100%;
    margin: 20px 0;
}
.ContVideo22 {
    padding-left: 0px;
    margin-top: 30px;
}
.ColNotaHistForo {
    margin-bottom: 28px;
}
.Foroia-img {
    height: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
}
.carouselPonentes {
    margin-top: 45px;
}
.L-up {
    top: -322px;
    left: 48%;
}
.L-up img {
    width: 63%;
}
.L-bottom {
    bottom: -260px;
    left: 48%;
}
.L-bottom img {
    width: 63%;
}
.ImgPonente {
    width: 50%!important;
}
.social-icons li {
    margin: 0 3%;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.SeccVideoPrincipal {
    width: 47%;
}
.SeccPForum {
    height: 720px;
}
.modal_contenedorGralExclusiverse {
    width: 680px;
}
.ContVideoF {
    width: 100%;
    margin: 20px 0;
}
.ImgPonente {
    width: 60%!important;
}
.social-icons li {
    margin: 0 3%;
}
.ContTitSecF {
    font-size: 42px;
    line-height: 51px;
}
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
.SeccVideoPrincipal {
    width: 59%;
}
.SeccPForum {
    height: 720px;
}
.ContTitSecF {
    font-size: 48px;
    line-height: 61px;
}
}