
body {
    margin: 0px;
    color: #14233a;
    font-family: "Funnel Sans", sans-serif;
    font-size: 1.1rem;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 200;
    overflow-x: hidden;
    background-color: #ffc800;
}

img {
    width: 100%;
}

header {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    position: fixed;
    z-index: 9999;
    top: 0;
}

input:focus,
textarea:focus,
select:focus {
    background-color: #006d8c1f!important;
}

section {
    position: relative;
    z-index: 1;
}

.Cont-videoRecap {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.videoRecap {
    width: 55%;
    margin: 0 auto;
}

.revImpresa {
    text-align: center;
}

.revImpresaImg {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    margin: 60px 0 30px 0;
}

.revImpresaImg img {
    width: 280px;
}

.RegistroForo {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: center;
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

.BtnMetaverso {
    margin-top: 45px;
}

.BtnMetaverso a {
    color: #fff;
    background: #14233a;
    font-size: 21px;
    padding: 10px 14px 11px 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

.BtnMetaverso a:hover {
    color: #fff;
    background: #000;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(20, 35, 58, 1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(20, 35, 58, 0);
    }
}

.cont-video-principal {
    width: -webkit-fill-available;
    width: -moz-available;
    overflow: hidden;
    margin-top: 77px;
    padding-bottom: 30px;
}

.cont-video-mit {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}

.box-publicidad {
    margin-top: 30px;
    text-align: center;
}

.box-leader {
    width: 970px;
    margin: 0 auto;
}

.leader-mob {
    width: 320px;
    display: none;
}

.video-mit-transmision {
    width: 90%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 0 20px;
}

.video-mit-transmision iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ContGeneral {
    padding: 0;
}

.LogoMIT {
    width: 230px;
    display: inline-block;
    margin: 0px 0px 0px 50px;
}

.bg-nav-black {
    background-color: #14233a;
    padding: 15px 0px;
}

.navbar-brand {
    width: 100px
}

.cont-LogoMIT {
    width: fit-content;
    display: flex;
}

.collapse.navbar-collapse {
    flex-direction: row-reverse;
    margin-right: 50px;
}

.nav-item-menu i {
    color: #FFF;
    font-size: 23px;
    margin: 3px 40px 0;
    display: inline-block;
}

.navbar-toggler {
    padding: 0px 6px 5px 3px;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler-icon i {
    color: #FFF;
    font-size: 36px;
}

.navbar-nav i {
    height: 30px;
    color: #ffc800;
    font-size: 2.5rem;
    margin-top: -10px;
}

.nav-link-menu {
    color: #FFF;
    width: auto;
    display: inline-block;
    padding: 7px 0 0 0!important;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
    position: relative;
    font-size: 1.1rem;
}

.nav-link-menu:hover {
    color: #FDFDFD;
}

.nav-link-menu::after {
    width: -webkit-fill-available;
    width: -moz-available;
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FDFDFD;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.nav-link-menu:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.navbar-collapse ul li a:hover::after::last-child {
    transform: none;
    transform-origin: inherit;
}

.Btn-registro {
    height: 43px;
    background-color: #ffc800;
    padding: 2px 20px 7px 20px;
    margin-left: 20px;
}

.link-registro {
    color: #14233a;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
}

.link-registro:hover {
    color: #14233a;
}

.link-registro::after {
    width: -webkit-fill-available;
    width: -moz-available;
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #14233a;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.link-registro:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.link-registro i {
    color: #14233a;
    font-size: 1.8rem;
    margin: -9px 2px 0px 8px;
    float: right;
}

.cont-bkg-principal {
    background-image: url(../images/foro2025/Fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    margin-top: 70px;
}

.carouselPrincipal {
    height: 730px;
}

.c-principal-item {
    height: 100%;
    background-color: #fafafa;
    background-size: cover!important;
}

.c-inner-principal {
    height: 100%;
}

.animate-area {
    width: -webkit-fill-available;
    width: -moz-available;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.c-principal-item {
    background-image: url(../images/foro2025/Fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.animate-area .animate-shape-1 {
    position: absolute;
    top: 150px;
    left: 260px;
    animation: linear 20s animationShapeOne infinite;
    z-index: -1;
}

.animate-area .animate-shape-2 {
    position: absolute;
    top: 460px;
    left: 300px;
    animation: linear 20s animationShapeTwo infinite;
    z-index: -1;
}

.animate-area .animate-shape-3 {
    position: absolute;
    top: 100px;
    right: 180px;
    animation: linear 20s animationShapeThree infinite;
    z-index: -1;
}

.animate-area .animate-shape-4 {
    position: absolute;
    top: 340px;
    right: 130px;
    animation: linear 20s animationShapeFour infinite;
    z-index: -1;
}

.animate-area .animate-shape-5 {
    position: absolute;
    top: 480px;
    right: 230px;
    animation: linear 20s animationShapeFive infinite;
    z-index: -1;
}

.animate-area img {
    width: 125px;
}

@keyframes animationShapeOne {
    0% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
    50% {
        transform: translate(30px, 40px) rotate( 1deg);
    }
    100% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
}

@keyframes animationShapeTwo {
    0% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
    50% {
        transform: translate(30px, 20px) rotate( 1deg);
    }
    100% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
}

@keyframes animationShapeThree {
    0% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
    50% {
        transform: translate(-30px, 40px) rotate( 1deg);
    }
    100% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
}

@keyframes animationShapeFour {
    0% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
    50% {
        transform: translate(10px, -20px) rotate( 1deg);
    }
    100% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
}

@keyframes animationShapeFive {
    0% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
    50% {
        transform: translate(-30px, 40px) rotate( 1deg);
    }
    100% {
        transform: translate(0px, 0px) rotate( 0deg);
    }
}

.animate-shape-active {
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    transition: .2s ease;
}

.txt-overlay {
    opacity: 0;
    width: auto;
    background-color: #ffc800;
    padding: 0px 10px;
    transition: .2s ease;
}

.animate-area img:hover+.txt-overlay {
    opacity: 1;
}

.animate-shape-active:hover {
    opacity: 1;
}

.box-txt-principal {
    position: absolute;
    z-index: 7;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.cont-carousel-p-btns {
    width: 100%;
    position: absolute;
    z-index: 7;
    bottom: 0;
    text-align: center;
}

.carousel-p-btns {
    width: 200px;
    display: inline-block;
}

.carouselExampleAutoplaying .carousel-control-next-icon,
.carouselExampleAutoplaying .carousel-control-prev-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: inherit;
    background-image: none;
    width: 5rem;
    height: 5rem;
}

.carouselExampleAutoplaying .carousel-control-next-icon {
    background-image: url(../images/foro2025/a-next.png);
}

.carouselExampleAutoplaying .carousel-control-prev-icon {
    background-image: url(../images/foro2025/a-prev.png);
}

.carouselExampleAutoplaying .carousel-control-next-icon:hover {
    background-image: url(../images/foro2025/a-next-hover.png);
}

.carouselExampleAutoplaying .carousel-control-prev-icon:hover {
    background-image: url(../images/foro2025/a-prev-hover.png);
}

.logo-principal {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: center;
}

.logo-principal img {
    width: 120px;
}

.pat-principal {
    width: 440px;
    margin: 0 auto;
    margin-top: 35px;
}

.pats-principal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.pats-p {
    width: 140px;
    float: left;
    margin: 0 10px;
}

.desafios-principal {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
}

.desafios-principal img {
    width: 500px;
}

.fecha-principal {
    margin: 0 auto;
    margin-top: 30px;
}

.dot-black {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 90px;
    background: #a500fd;
    margin: 0 12px 10px 12px;
}

.image-principal {
    width: 440px;
    margin: 0 auto;
    margin-top: 40px;
}

.btn-registro-principal {
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0 auto;
    margin-top: 32px;
    text-align: center;
    font-family: "Funnel Display", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-registro-principal a {
    width: 331px;
    height: 76px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 14px 84px 29px 34px;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    background-image: url(../images/foro2025/fondo-btn-registro.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.5s;
}

.btn-registro-principal a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.date-box {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    font-size: 2rem;
    font-weight: 600;
}

.date-box span {
    width: auto;
    display: inline-block;
    background-color: #ffc800;
    padding: 1px 10px;
}

.carouselIconos {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 218px;
    display: none;
    padding-top: 30px;
    margin-bottom: 40px;
}

.icono {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.icono-img {
    width: 100%;
    height: 110px;
    display: inline-block;
    text-align: center;
}

.icono img {
    width: 100px;
}

.txt-overlay-slide {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: center;
}

.txt-overlay-slide span {
    width: auto;
    display: inline-block;
    text-align: center;
    background-color: #fec704;
    padding: 0px 40px;
}

.carouselIconos .carousel-indicators {
    text-align: center;
    margin: 0 auto;
}

.carouselIconos .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 90px;
    border: none;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #142439;
    opacity: .5;
    transition: opacity .6s ease;
}

.carouselIconos .carousel-indicators .active {
    opacity: 1;
}

.cont-bkg-yellow {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    background-color: #ffc800;
    text-align: center;
    padding: 70px 20px;
}

.cont-tit-section {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
}

.tit-section {
    width: auto;
    display: inline-block;
    background-color: #fff;
    border: 3px solid #14233a;
    box-shadow: 20px 20px 0 #14233a;
    font-family: "Funnel Display", sans-serif;
    /*margin-bottom: 60px;*/
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    /*position: absolute;
    top: -25px;*/
}

.tit-section-one {
    /*background-image: url(../images/titulo-recuadro-big.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 40px 20px 20px;*/
}

.tit-section-two {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
    margin-top: -20px;
}

.tit-section-three {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
}

.tit-section-four {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
    margin-top: -21px;
}

.tit-section-five {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
    margin-top: -20px;
}

.tit-section-six {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
}

.tit-section-seven {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
    margin-top: 9px;
}

.tit-section-eight {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
    margin-top: -20px;
}

.tit-section-nine {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
    margin-top: -21px;
}

.tit-section-ten {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
}

.tit-section-eleven {
    /*background-image: url(../images/titulo-recuadro-small.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px 50px 26px 37px;*/
    margin-top: -21px;
}

.ContFormulario {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: #14233a;
    margin-top: 40px;
}

.ContFormulario label {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: left;
    margin: 10px 0 8px 0;
    font-weight: 500;
}

.ContFormulario input {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #fff!important;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 6px;
}

.ContFormulario input[type=text]:focus {
    background-color: #fff!important;
    outline: none;
    box-shadow: none;
    border: none;
}

.ContFormulario .BtnEnviar {
    width: 230px!important;
    height: auto!important;
    display: inline-block!important;
    margin-top: 30px!important;
    background-color: #14233a!important;
    padding: 15px!important;
    margin: 0 auto!important;
    color: #fff!important;
    border: none!important;
    font-size: 1.5rem!important;
    font-weight: 700!important;
}

.ContFormulario .BtnEnviar:hover {
    background-color: #fff!important;
    color: #000!important;
}

.ContFormulario .ModForm {
    width: 600px;
}

.ContFormulario form {
    margin: 0!important;
}

.ContFormulario .FormCampo {
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    margin: 0!important;
    padding: 0!important;
}

.ContFormulario .FormCampo ul {
    list-style-type: none;
    padding: 0!important;
}

.ContFormulario .FormCampo ul li input {
    width: 25px!important;
    height: 25px;
    text-align: left;
    float: left;
    margin: 0;
    margin-top: 6px;
}

.ContFormulario .FormCampo ul li label {
    width: 93%;
    display: inline-block!important;
    text-align: left;
    margin: 0 0 0 12px!important;
    font-weight: 300;
}

.labelCheckbox {}

.ContFormulario div.mce_inline_error {
    background-color: transparent!important;
    border-radius: 0!important;
    font-size: 1.4rem!important;
    font-weight: 400!important;
    color: red!important;
    margin: 0!important;
    padding: 0 3px 11px 3px!important;
}

.ContFormulario input.mce_inline_error {
    border: 2px solid red!important;
}

.ContFormulario .asterisk {
    color: red!important;
    font-size: 1.5rem!important;
    top: -1px!important;
}

.ContFormulario .clear {
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    display: inline-block;
    margin: 25px 0 0 0!important;
    text-align: center;
}

.ContFormulario .success-response {
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    color: #077b2e!important;
    padding: 0!important;
    font-size: 1.7rem;
    line-height: 1.7rem;
}

.cont-txt {
    width: 800px;
    display: inline-block;
    font-size: 1.7rem;
    line-height: 2.7rem;
    margin-top: 50px;
    font-family: "Funnel Display", sans-serif;
}

.txt-white {
    color: #fff;
}

.cont-txt-sec {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: "Funnel Display", sans-serif;
    font-size: 1.7rem;
    line-height: 1.9rem;
    margin-top: 20px;
}

.cont-txt-sec img {
    width: 74px;
    margin: 0 24px;
}

.cont-txt-sec span {
    width: 21%;
    display: inline-block;
}

.txt-overflow {
    width: -webkit-fill-available;
    width: -moz-available;
    display: none;
    text-align: left;
    padding-left: 10px;
}

.txt-overflow p {
    margin-bottom: 0;
}

.txt-big {
    font-size: 3.7rem;
    line-height: 4rem;
    font-weight: 800;
    margin-bottom: 0;
}

.txt-upper {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 2rem;
}

.cont-txt-sec i {
    margin: 0 20px;
    font-size: 3rem;
}

.cont-txt p {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    margin: 0;
}

.cont-txt b {
    color: #cf368c;
}

.cont-bkg-black {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    padding: 90px 10px;
    background-color: #14233a;
    text-align: center;
}

.wp-block-embed iframe {
    width: 100%;
    height: 350px;
}

.video-mit {
    width: 800px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.video-mit iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.logos-partner {
    margin-bottom: 100px;
}

.cont-historias {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    margin-top: 70px;
}

.histImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.histTit {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    margin-top: 20px;
    font-size: 1.5rem;
    padding: 0 20px;
    font-weight: 400;
}

.histTit a {
    color: #fff;
    text-decoration: none;
}

.histTit a:hover {
    color: #fec704;
}

.histAutor {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    margin-top: 12px;
    color: #c6c6c6;
    font-size: .9rem;
}

.histAutor a {
    color: #c6c6c6;
}

.histAutor a:hover {
    color: #ffc800;
}

.histAutor b {
    color: #ffc800;
}

.cont-bkg {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    padding: 90px 10px;
    background: url(../images/foro2025/Fondo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #000;
}

.carruselPonentes {
    padding: 0 100px;
    margin-top: 50px;
}

.carousel-image {
    width: 55%;
    float: left;
    overflow: hidden;
}

.carousel-cont-text {
    width: 43%;
    float: right;
    position: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    text-align: left;
    padding: 0;
    position: relative;
    z-index: 1;
}

.ponente-nombre {
    font-size: 50px;
    font-weight: 300;
    position: relative;
    z-index: 3;
}

.ap-color {
    color: #fff;
    margin-top: -37px;
    position: relative;
    z-index: 1;
    font-size: 3rem;
    font-weight: 700;
}

.cargo {
    width: 315px;
    display: inline-block;
    ;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 20px;
}

.cargo.nombrelargo {
    left: 0;
}

.carousel-text {
    width: -webkit-fill-available;
    width: -moz-available;
    /*overflow-y: scroll;
    height: 300px;*/
    display: inline-block;
    margin-top: 110px;
    font-size: 1.1rem;
    font-weight: 300;
}

/*.cont-carousel-btns {
    width: 220px;
    display: inline-block;
}*/

.carousel-indicators {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    height: 80px;
    color: #000;
    transition: 0.5s;
    opacity: 1;
    background-color: transparent;
    display: inline-block;
    top: 40%;
    border: none;
}

.carousel-control-next {
    float: right;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: transparent;
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
    background: transparent;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: inherit;
    background-image: none;
    width: 5rem;
    height: 5rem;
}

.carousel-dark .carousel-control-next-icon {
    background-image: url(../images/foro2025/a-next.png);
}

.carousel-dark .carousel-control-prev-icon {
    background-image: url(../images/foro2025/a-prev.png);
}

.carousel-dark .carousel-control-next-icon:hover {
    background-image: url(../images/foro2025/a-next-hover.png);
}

.carousel-dark .carousel-control-prev-icon:hover {
    background-image: url(../images/foro2025/a-prev-hover.png);
}

.ContFormComunidad {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
}

.cont-agenda {
    padding: 60px 0;
}

.nav-link-tabs {
    width: 110px;
    color: #8c8c8c;
    font-size: 20px;
    border: 1px solid #dee2e6!important;
    background: #fafafa;
    padding: 10px 5px;
    border-top-left-radius: 13px!important;
    border-top-right-radius: 13px!important;
}

.nav-link-tabs.active {
    color: #152439!important;
    font-weight: 500;
    border: 1px solid #dee2e6!important;
    background: #fff;
}

.nav-link-tabs:hover {
    color: #fec704;
    background: #fff;
}

.nav-link-tabs:focus {
    outline: none;
    border: none;
    background: transparent;
}

.TableForo {
    border-top: 2px solid #fdc62f;
    border-bottom: 2px solid #fdc62f;
    font-size: 19px;
}

.table-striped tr {
    background-color: #f8f8f8;
    --bs-table-striped-bg: #f8f8f8;
}

.table-striped td,
.table-striped th {
    padding: 20px;
    width: 120px;
}

.table-striped thead {
    border-bottom: 2px solid #fdc62f;
}

.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;
}

.H2Foro {
    margin: 30px 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;
    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;
}

.cont-redes {
    padding: 90px 0;
}

.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: 0;
    margin-top: 70px;
}

.social-icons li {
    margin: 0 3%;
}

.social-icons li a {
    color: #fec704;
    font-size: 38px;
    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, #ffc800, #ffc800);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 40px;
    color: #fec704;
    opacity: 1;
}

.social-icons li a::before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 4px solid #ffc800;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    color: #ffc800;
}

.social-icons li a:hover::before {
    transform: scale(0);
    color: #ffc800;
    opacity: 1;
}

.social-icons li a i {
    color: #ffc800;
}

.descripcionAliados {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: center;
    margin: 40px 0px 10px 0px;
}

.AliadoLogo {
    text-align: center;
    margin-bottom: 100px;
}

.LPrin img {
    width: 400px!important;
}

.AliadosF,
.cont-logos-partner {
    margin-top: 60px;
}

.LogoGM {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    text-align: center;
    padding: 60px 0 45px 0;
}

.LogoGM img {
    width: 300px;
}

.LogoGM img:hover {
    opacity: .6;
}

/*********MEDIA QUERIES*********/

@media (max-width: 575.98px) {

    .modal_imgPrincipalMITforo {
    width: 100%;
}
.modal_tituloMITforo {
    width: 100%;
}
.modal_botonesFooterMITforo {
    width: 100%;
    margin: 10px 0 0;
    padding-bottom: 10px;
}
.modal_contenedorGralMITforo {
    width: 300px;
}
.modal_contBodyMITforo {
    overflow-y: scroll;
    height: 380px;
}
    .videoRecap {
        width: 99%;
    }
    .cont-video-principal {
        padding-bottom: 30px;
        margin-top: 63px;
    }
    .leader-desk {
        display: none;
    }
    .leader-mob {
        display: block;
    }
    .video-mit-transmision {
        width: 100%;
        margin: 0 10px;
    }
    .LPrin img {
        width: 280px!important;
    }
    .LogoMIT {
        width: 190px;
        margin: 0px 0px 0px 5px;
    }
    .MenuMITFORO {
        margin-right: 10px;
    }
    .collapse.navbar-collapse {
        margin-right: 0px;
    }
    .navbar-nav {
        margin-top: 20px;
        text-align: center;
    }
    .navbar-nav i {
        height: 25px;
        font-size: 2.5rem;
        margin-top: -22px;
        margin-bottom: 20px;
    }
    .nav-item-menu {
        margin-bottom: 15px;
    }
    .Btn-registro {
        width: 95%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 60px;
        padding: 4px 20px 7px 20px;
    }
    .link-registro {
        font-size: 1.1rem;
        padding: 3px!important;
    }
    .link-registro i {
        font-size: 1.8rem;
        margin: -8px 0px 0px 8px;
    }
    .cont-bkg-principal {
        margin-top: 68px;
        padding-bottom: 20px;
    }
    .fecha-principal {
        margin-top: 20px;
    }
    .carouselPrincipal {
        height: 430px;
    }
    .animate-area img {
        width: 60px;
        float: left;
    }
    .logo-principal img {
        width: 73px;
    }
    .desafios-principal {
        margin-top: 40px;
    }
    .desafios-principal img {
        width: 240px;
    }
    .Cont-videoRecap {
        margin-top: 40px;
    }
    .animate-area {
        z-index: 2;
        position: relative;
        display: none;
    }
    .image-principal {
        width: 250px;
        margin-top: 20px;
    }
    .date-box {
        margin-top: 30px;
        font-size: 1.5rem;
    }
    .btn-registro-principal {
        margin-top: 20px;
    }
    .btn-registro-principal a {
        font-size: 1.2rem;
        padding: 14px 30px 10px 0px;
    }
    .btn-registro-principal i {
        font-size: 31px;
        margin: -9px 0px 0px 9px;
    }
    .carouselIconos {
        display: inline-block;
    }
    .carouselIconos .carousel-indicators {
        display: inline-block;
    }
    .txt-overlay-slide span {
        padding: 0px 10px;
    }
    .cont-tit-section {
        margin-top: -60px;
    }
    .tit-section {
        width: 90%;
        font-size: 1.7rem;
        margin-bottom: 30px;
    }
    .cont-bkg {
        padding: 60px 0px;
    }
    .cont-bkg-yellow {
        padding: 30px 1px 50px 1px;
    }
    .cont-bkg-black {
        padding: 70px 5px;
    }
    .cont-txt {
        width: 100%;
        margin-top: 30px;
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
    .cont-txt-sec {
        align-items: flex-start;
        justify-content: start;
        font-size: 1.6rem;
        line-height: 1.8rem;
        overflow-x: scroll;
        overflow-x: visible;
        overflow-y: hidden;
    }
    .cont-txt-sec span {
        width: 100%;
    }
    .txt-big {
        font-size: 2.8rem;
        line-height: 3rem;
    }
    .cont-txt-sec img {
        margin: 45px 25px 0 25px;
    }
    .cont-txt-sec::-webkit-scrollbar {
        width: 13px;
        height: 15px;
    }
    .cont-txt-sec::-webkit-scrollbar-thumb {
        background-color: #0b1a31;
        border-radius: 30px;
    }
    .cont-txt-sec::-webkit-scrollbar-track {
        background-color: #fff;
    }
    .txt-overflow {
        display: inline-block;
    }
    .revImpresaImg {
        margin: 30px 0 10px 0;
    }
    .video-mit {
        width: 100%;
    }
    .cont-historias {
        margin-top: 15px;
    }
    .histAutor {
        margin-bottom: 30px;
    }
    .carruselPonentes {
        padding: 0;
        margin-top: 24px;
    }
    .carousel-image {
        width: 280px;
        float: none;
        margin: 0 auto;
    }
    .carousel-cont-text {
        width: 100%;
        display: inline-block!important;
        padding: 0 44px;
    }
    .carousel-text {
        margin-top: 100px;
    }
    .nav-link-tabs {
        width: 97px;
        font-size: 18px;
        padding: 10px 0;
    }
    .carousel-control-next,
    .carousel-control-prev {
        height: 42px;
        top: 40%;
    }
    .carouselExampleAutoplaying .carousel-control-next-icon,
    .carouselExampleAutoplaying .carousel-control-prev-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .carousel-dark .carousel-control-next-icon,
    .carousel-dark .carousel-control-prev-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .cargo {
        left: 0;
    }
    .cont-agenda {
        padding: 30px 0;
    }
    .table-responsive::-webkit-scrollbar {
        width: 13px;
        height: 15px;
    }
    .table-responsive::-webkit-scrollbar-thumb {
        background-color: #0b1a31;
        border-radius: 30px;
    }
    .table-responsive::-webkit-scrollbar-track {
        background-color: #dedede;
    }
    .social-icons {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    .social-icons li {
        margin: 0px 0px 30px 0px;
        width: 50%;
        float: left;
    }
    .social-icons li a {
        margin: 0 auto;
    }
    .logos-partner {
        margin-bottom: 100px;
    }
    .ContFormulario {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .ContFormulario .ModForm {
        width: 100%;
    }
    .ContFormulario .FormCampo ul li input {
        margin-top: 2px;
    }
    .ContFormulario .FormCampo ul li label {
        width: 88%;
        margin: 0 0 0 7px!important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
     .modal_imgPrincipalMITforo {
    width: 100%;
}
.modal_tituloMITforo {
    width: 100%;
    margin-top: 20px;
}
.modal_botonesFooterMITforo {
    width: 100%;
    margin: 10px 0 0;
    padding-bottom: 10px;
}
.modal_contenedorGralMITforo {
    width: 300px;
}
.modal_contBodyMITforo {
    overflow-y: scroll;
    height: 430px;
}
    .videoRecap {
        width: 96%;
    }
    .cont-video-principal {
        padding-bottom: 30px;
    }
    .leader-desk {
        display: none;
    }
    .leader-mob {
        display: block;
    }
    .video-mit-transmision {
        width: 100%;
        margin: 0 10px;
    }
    .LogoMIT {
        width: 210px;
        margin: 0px 0px 0px 10px;
    }
    .MenuMITFORO {
        margin-right: 10px;
    }
    .collapse.navbar-collapse {
        margin-right: 0px;
    }
    .navbar-nav {
        margin-top: 20px;
        text-align: center;
    }
    .navbar-nav i {
        height: 25px;
        font-size: 2.5rem;
        margin-top: -22px;
        margin-bottom: 20px;
    }
    .nav-item-menu {
        margin-bottom: 15px;
    }
    .Btn-registro {
        width: 52%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .link-registro i {
        font-size: 1.8rem;
        margin: -10px 0px 0px 8px;
    }
    .carouselPrincipal {
        height: 578px;
    }
    .animate-area img {
        width: 90px;
    }
    .logo-principal img {
        width: 100px
    }
    .desafios-principal {
        margin-top: 35px;
    }
    .desafios-principal img {
        width: 430px;
    }
    .animate-area {
        z-index: 2;
        position: relative;
        display: none;
    }
    .image-principal {
        width: 320px;
        margin-top: 24px;
    }
    .date-box {
        margin-top: 35px;
        font-size: 1.8rem;
    }
    .btn-registro-principal {
        margin-top: 30px;
    }
    .btn-registro-principal i {
        margin: -13px 0px 0px 16px;
    }
    .btn-registro-principal a {
        padding: 12px 35px 10px 1px;
        font-size: 1.3rem;
    }
    .carouselIconos {
        display: inline-block;
    }
    .carouselIconos .carousel-indicators {
        display: inline-block;
    }
    .tit-section {
        font-size: 2rem;
    }
    .cont-txt {
        width: 100%;
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
    .video-mit {
        width: 90%;
    }
    .cont-txt-sec {
        align-items: flex-start;
        justify-content: start;
        font-size: 1.6rem;
        line-height: 1.8rem;
        overflow-x: scroll;
        overflow-x: visible;
        overflow-y: hidden;
    }
    .cont-txt-sec span {
        width: 100%;
    }
    .txt-big {
        font-size: 2.8rem;
        line-height: 3rem;
    }
    .cont-txt-sec img {
        margin: 45px 25px 0 25px;
    }
    .cont-txt-sec::-webkit-scrollbar {
        width: 13px;
        height: 15px;
    }
    .cont-txt-sec::-webkit-scrollbar-thumb {
        background-color: #0b1a31;
        border-radius: 30px;
    }
    .cont-txt-sec::-webkit-scrollbar-track {
        background-color: #fff;
    }
    .txt-overflow {
        display: inline-block;
    }
    .histAutor {
        margin-bottom: 30px;
    }
    .carousel-image {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .carousel-cont-text {
        width: 100%;
        display: inline-block!important;
    }
    .carousel-control-next,
    .carousel-control-prev {
        height: 41px;
        top: 40%;
    }
    .carouselExampleAutoplaying .carousel-control-next-icon,
    .carouselExampleAutoplaying .carousel-control-prev-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .carousel-dark .carousel-control-next-icon,
    .carousel-dark .carousel-control-prev-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
    .cargo {
        left: 0;
    }
    .table-responsive::-webkit-scrollbar {
        width: 13px;
        height: 15px;
    }
    .table-responsive::-webkit-scrollbar-thumb {
        background-color: #0b1a31;
        border-radius: 30px;
    }
    .table-responsive::-webkit-scrollbar-track {
        background-color: #dedede;
    }
    .social-icons {
        width: 50%;
        margin: 0 auto;
    }
    .logos-partner {
        margin-bottom: 80px;
    }
    .ContFormulario .FormCampo ul li label {
        width: 91%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cont-video-principal {
        padding-bottom: 40px;
    }
    .video-mit-transmision {
        width: 100%;
    }
    .leader-desk {
        display: none;
    }
    .leader-mob {
        display: block;
    }
    .collapse.navbar-collapse {
        margin-right: 0px;
    }
    .LogoMIT {
        width: 220px;
        margin: 0px 0px 0px 10px;
    }
    .MenuMITFORO {
        margin-right: 10px;
    }
    .navbar-nav {
        margin-top: 20px;
        text-align: center;
    }
    .navbar-nav i {
        height: 25px;
        font-size: 2.5rem;
        margin-top: -22px;
        margin-bottom: 20px;
    }
    .nav-item-menu {
        margin-bottom: 15px;
    }
    .Btn-registro {
        width: 40%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .link-registro i {
        font-size: 1.9rem;
        margin: -9px 0px 0px 8px;
    }
    .carouselPrincipal {
        height: 590px;
    }
    .animate-area img {}
    .logo-principal img {
        width: 100px;
    }
    .desafios-principal {
        margin-top: 27px;
    }
    .desafios-principal img {
        width: 440px;
    }
    .image-principal {
        width: 340px;
        margin-top: 30px;
    }
    .videoRecap {
        width: 78%;
    }
    .cont-txt-sec {
        align-items: flex-start;
        justify-content: start;
        font-size: 1.6rem;
        line-height: 1.8rem;
        overflow-x: scroll;
        overflow-x: visible;
        overflow-y: hidden;
    }
    .cont-txt-sec span {
        width: 100%;
    }
    .txt-big {
        font-size: 2.8rem;
        line-height: 3rem;
    }
    .cont-txt-sec img {
        margin: 45px 25px 0 25px;
    }
    .cont-txt-sec::-webkit-scrollbar {
        width: 13px;
        height: 15px;
    }
    .cont-txt-sec::-webkit-scrollbar-thumb {
        background-color: #0b1a31;
        border-radius: 30px;
    }
    .cont-txt-sec::-webkit-scrollbar-track {
        background-color: #fff;
    }
    .txt-overflow {
        display: inline-block;
    }
    .btn-registro-principal {
        margin-top: 30px;
    }
    .btn-registro-principal a {
        font-size: 1.2rem;
    }
    .carouselExampleAutoplaying .carousel-control-next-icon,
    .carouselExampleAutoplaying .carousel-control-prev-icon {
        width: 4rem;
        height: 4rem;
    }
    .animate-area {
        z-index: 2;
        position: relative;
        display: none;
    }
    .carouselIconos {
        display: inline-block;
    }
    .carouselIconos .carousel-indicators {
        display: inline-block;
    }
    .cont-txt {
        width: 80%;
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
    .histAutor {
        margin-bottom: 30px;
    }
    .carousel-image {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .carousel-cont-text {
        width: 100%;
        display: inline-block!important;
    }
    .logos-partner {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cont-bkg-principal {
        margin-top: 62px;
        padding-bottom: 0;
    }
    .collapse.navbar-collapse {
        margin-right: 10px;
    }
    .LogoMIT {
        width: 145px;
        margin: 0px 0px 0px 10px;
    }
    .nav-link-menu {
        font-size: 1rem;
    }
    .Btn-registro {
        height: 41px;
        padding: 1px 15px 5px 15px;
        margin-left: 19px;
    }
    .link-registro {
        font-size: 1rem;
    }
    .link-registro i {
        font-size: 1.6rem;
        margin: -7px 2px 0px 8px;
    }
    .btn-registro-principal {
        margin-top: 35px;
    }
    .btn-registro-principal a {
        font-size: 1.2rem;
    }
    .btn-registro-principal i {
        font-size: 30px;
        margin: -10px 0px 0px 16px;
    }
    .animate-area img {
        width: 100px;
    }
    .logo-principal img {
        width: 90px;
    }
    .desafios-principal {
        margin-top: 50px;
    }
    .desafios-principal img {
        width: 530px;
    }
    .image-principal {
        width: 330px;
        margin-top: 30px;
    }
    .carouselPrincipal {
        height: 710px;
    }
    .carouselExampleAutoplaying .carousel-control-next-icon,
    .carouselExampleAutoplaying .carousel-control-prev-icon {
        width: 4rem;
        height: 4rem;
    }
    .animate-area .animate-shape-1 {
        width: auto;
        height: 140px;
        top: 50px;
        left: 75px;
    }
    .animate-area .animate-shape-2 {
        width: auto;
        height: 90px;
        top: 450px;
        left: 70px;
    }
    .animate-area .animate-shape-3 {
        width: auto;
        height: 98px;
        top: 90px;
        right: 1px;
    }
    .animate-area .animate-shape-4 {
        width: auto;
        height: 70px;
        top: 450px;
        right: 15px;
    }
    .animate-area .animate-shape-5 {
        width: auto;
        height: 70px;
        top: 555px;
        right: 98px;
    }
    .cont-txt {
        width: 650px;
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
    .cont-txt-sec span {
        width: 25%;
    }
    .histTit {
        padding: 0 10px;
    }
    .carousel-text {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .LogoMIT {
        width: 200px;
        margin: 0px 0px 0px 10px;
    }
    .collapse.navbar-collapse {
        margin-right: 15px;
    }
    .nav-link-menu {
        font-size: 16px;
    }
    .animate-area img {}
    .desafios-principal {
        margin-top: 72px;
    }
    .image-principal {
        width: 380px;
        margin-top: 40px;
    }
    .logo-principal img {
        width: 120px;
    }
    .carouselPrincipal {
        height: 760px;
    }
    .animate-area .animate-shape-1 {
        width: auto;
        height: 66px;
        top: 100px;
        left: 170px;
    }
    .animate-area .animate-shape-2 {
        width: auto;
        height: 50px;
        top: 490px;
        left: 195px;
    }
    .animate-area .animate-shape-3 {
        width: auto;
        height: 60px;
        top: 100px;
        right: 30px;
    }
    .animate-area .animate-shape-4 {
        width: auto;
        height: 50px;
        top: 313px;
        right: 80px;
    }
    .animate-area .animate-shape-5 {
        width: auto;
        height: 50px;
        top: 500px;
        right: 110px;
    }
    .cont-txt {
        width: 690px;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .histTit {
        padding: 0 10px;
    }
}
