

.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-bottom: 30px;
}
.revImpresaImg img {
    width: 300px;
}

.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: #000;
    background: #44fbfb;
    font-size: 21px;
    padding: 10px 14px 11px 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}
.BtnMetaverso a:hover {
    color: #fff;
    background: #a500fd;
    -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(50, 255, 255, 1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(50, 255, 255, 0);
  }
}
.cont-video-principal {
    width: -webkit-fill-available;
    width: -moz-available;
    overflow: hidden;
    margin-top: 77px;
    padding-bottom: 80px;
}

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

body {
    margin: 0px;
    color: #0E0E0E;
    font-family: "Fahkwang", sans-serif;
    font-size: 22px;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    overflow-x: hidden;
    background: #f9f7f2;
}

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

.ContGeneral {
    padding: 0;
}

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

.bg-nav-black {
    background-color: #000!important;
    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: #3adefa;
    font-size: 42px;
    margin-top: -11px;
}

.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: 17px;
}

.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;
    border-radius: 90px;
    background-color: #a500fd;
    padding: 2px 20px 7px 20px;
    margin-left: 20px;
}

.link-registro {
    padding: 0;
    font-size: 15px;
    font-weight: 600;
}

.link-registro i {
    color: #fff;
    font-size: 30px;
    margin: -11px 2px 0px 8px;
    float: right;
}

.cont-bkg-principal {
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
    padding-bottom: 30px;
}

.c-principal-item {
    height: 940px;
    background-size: cover!important;
}

.c-principal-item-bk1 {
    background: url(../images/foro2024/portada-inteligencia-artificial.jpg) no-repeat center;
}

.c-principal-item-bk2 {
    background: url(../images/foro2024/portada-nearshoring.jpg) no-repeat center;
}

.c-principal-item-bk3 {
    background: url(../images/foro2024/portada-sustentabilidad.jpg) no-repeat center;
}

.c-principal-item-bk4 {
    background: url(../images/foro2024/portada-geopolitica.jpg) no-repeat center;
}

.c-inner-principal {
    height: 940px;
}

.animate-area {
    z-index: 2;
    position: relative;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

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

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

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

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

.animate-area img {
    width: 90%;
}

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

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

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

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

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

.logo-principal {
    width: 110px;
    position: absolute;
    z-index: 2;
    left: 17%;
    top: 0;
}

.logo-principal img {
    width: 100%!important;
}

.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: 110px;
}

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

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

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

.dot-azul {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 90px;
    background: #3adefa;
    margin: 0 3px 10px 11px;
}

.fecha-num {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
}

.fecha-mes {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    font-size: 42px;
    font-weight: 200;
    margin-top: -24px;
}

.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: 25px;
}

.btn-registro-principal a {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border-radius: 90px;
    background-color: #a500fd;
    color: #fff;
    padding: 12px 35px 10px 35px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.5s;
}

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

.btn-registro-principal i {
    font-size: 36px;
    margin: -10px 0px 0px 16px;
    float: right;
    height: 35px;
}

.cont-bkg-gradient-pink {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    background: rgb(165, 0, 253);
    background: -moz-linear-gradient(144deg, rgba(165, 0, 253, 1) 24%, rgba(200, 37, 162, 1) 50%, rgba(239, 79, 55, 1) 74%);
    background: -webkit-linear-gradient(144deg, rgba(165, 0, 253, 1) 24%, rgba(200, 37, 162, 1) 50%, rgba(239, 79, 55, 1) 74%);
    background: linear-gradient(144deg, rgba(165, 0, 253, 1) 24%, rgba(200, 37, 162, 1) 50%, rgba(239, 79, 55, 1) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a500fd", endColorstr="#ef4f37", GradientType=1);
    padding: 90px 10px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.tit-section {
    margin-bottom: 60px;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.cont-txt {
    width: 800px;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
}

.animate-area .animate-shape-1.shape-1-AF {
    top: 76px;
    left: -330px;
}

.animate-area .animate-shape-2.shape-2-AF {
    width: 321px;
    top: -90px;
    right: -23px;
    left: inherit;
}

.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: #000;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.animate-area .animate-shape-1.shape-1-AV {
    top: 268px;
    left: -266px;
}

.animate-area .animate-shape-2.shape-2-AV {
    top: -82px;
    left: -47px;
}

.animate-area .animate-shape-3.shape-3-AV {
    top: -40px;
    right: -40px;
}

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

.cont-bkg-gradient-yellow {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    background: rgb(255, 185, 0);
    background: -moz-linear-gradient(27deg, rgba(255, 185, 0, 1) 24%, rgba(221, 53, 50, 1) 74%);
    background: -webkit-linear-gradient(27deg, rgba(255, 185, 0, 1) 24%, rgba(221, 53, 50, 1) 74%);
    background: linear-gradient(27deg, rgba(255, 185, 0, 1) 24%, rgba(221, 53, 50, 1) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb900", endColorstr="#dd3532", GradientType=1);
    padding: 90px 10px;
    text-align: center;
    color: #fff;
}

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

.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: 24px;
    padding: 0 20px;
    font-weight: 400;
}

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

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

.histAutor {
    width: -webkit-fill-available;
    width: -moz-available;
    display: inline-block;
    margin-top: 12px;
    color: #6f6f6f;
    font-size: 15px;
}

.histAutor a {
    color: #6f6f6f;
}

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

.histAutor b {
    color: #01dfff;
}

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

.bkg-white {
    background: #fff;
}

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

.carousel-cont-text {
    width: 50%;
    float: right;
    position: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    text-align: left;
}

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

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

.cargo {
    background: #000;
    color: #fff;
    border-radius: 90px;
    padding: 5px 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 300;
}

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

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

.carousel-indicators {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    width: 82px;
    height: 800px;
    color: #fff;
    transition: 0.5s;
    opacity: 1;
    position: inherit;
    height: 64px;
    float: left;
    background: #000;
    border-radius: 90px;
    font-size: 40px;
    display: inline-block;
}

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

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background: #a500fd;
}

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

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: inherit;
    background-image: none;
}

.animate-area .animate-shape-1.shape-1-AP {
    top: inherit;
    bottom: -472px;
    left: -15px;
}

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

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

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

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

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

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

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

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

.cont-redes {
    padding: 40px 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;
}

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

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

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

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

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

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

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

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

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

.LogoGM img {
    width: 300px;
}

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

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

@media (max-width: 575.98px) {
    .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: 42px;
        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: 16px;
    }
    .link-registro i {
        font-size: 31px;
        margin: -12px 0px 0px 8px;
    }
    .cont-bkg-principal {
        margin-top: 68px;
    }
    .c-inner-principal {
        height: 800px;
    }
    .c-principal-item {
        height: 800px;
    }
    .fecha-principal {
        margin-top: 20px;
    }
    .fecha-num {
        font-size: 40px;
    }
    .fecha-mes {
        font-size: 37px;
    }
    .c-inner-principal {
        height: 790px;
    }
    .c-principal-item {
        height: 790px;
    }
    .animate-area img {
        width: 48%;
    }
    .logo-principal {
        width: 43px;
        left: 6%;
    }
    .desafios-principal {
        margin-top: 40px;
    }
    .desafios-principal img {
        width: 180px;
    }
    .Cont-videoRecap {
    margin-top: 40px;
    }
    .animate-area .animate-shape-1 {
        top: 10px;
        left: -150px;
    }
    .animate-area .animate-shape-2 {
        left: -130px;
        display: none;
    }
    .animate-area .animate-shape-3 {
        top: -108px;
        right: -275px;
    }
    .animate-area .animate-shape-4 {
        top: 300px;
        right: -254px;
        display: none;
    }
    .image-principal {
        width: 250px;
        margin-top: 20px;
    }
    .btn-registro-principal {
        margin-top: 20px;
    }
    .btn-registro-principal a {
        font-size: 18px;
        padding: 14px 26px;
    }
    .btn-registro-principal i {
        font-size: 31px;
        margin: -9px 0px 0px 9px;
    }
    .tit-section {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .cont-txt {
        width: 90%;
    }
    .animate-area .animate-shape-1.shape-1-AF {
        display: none;
    }
    .animate-area .animate-shape-2.shape-2-AF {
        display: none;
    }
    .video-mit {
        width: 100%;
    }
    .animate-area .animate-shape-1.shape-1-AV {
        top: 304px;
        left: -396px;
    }
    .animate-area .animate-shape-2.shape-2-AV {
        top: -110px;
        left: -190px;
    }
    .animate-area .animate-shape-3.shape-3-AV {
        top: -100px;
        right: -205px;
    }
    .histAutor {
        margin-bottom: 30px;
    }
    .carousel-image {
        width: 315px;
        float: none;
        margin: 0 auto;
    }
    .animate-area .animate-shape-1.shape-1-AP {
        top: inherit;
        bottom: -268px;
        left: -55px;
    }
    .animate-area .animate-shape-1.shape-1-AP img {
        width: 60%;
    }
    .carousel-cont-text {
        width: 100%;
        display: inline-block!important;
    }
    .nav-link-tabs {
        width: 97px;
        font-size: 18px;
        padding: 10px 0;
    }
    .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;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .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: 42px;
        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: 31px;
        margin: -12px 0px 0px 8px;
    }
    .fecha-num {
        font-size: 40px;
    }
    .fecha-mes {
        font-size: 37px;
    }
    .c-inner-principal {
        height: 800px;
    }
    .c-principal-item {
        height: 800px;
    }
    .animate-area img {
        width: 53%;
    }
    .logo-principal {
        width: 70px;
        left: 4%;
    }
    .desafios-principal {
        margin-top: 65px;
    }
    .desafios-principal img {
        width: 270px;
    }
    .animate-area .animate-shape-1 {
        top: 50px;
        left: -258px;
    }
    .animate-area .animate-shape-2 {
        top: 343px;
        left: -125px;
    }
    .animate-area .animate-shape-3 {
        right: -200px;
    }
    .animate-area .animate-shape-4 {
        top: 300px;
        right: -220px;
    }
    .image-principal {
        width: 320px;
        margin-top: 24px;
    }
    .btn-registro-principal {
        margin-top: 30px;
    }
    .btn-registro-principal i {
        margin: -13px 0px 0px 16px;
    }
    .btn-registro-principal a {
        padding: 12px 35px 10px 35px;
        font-size: 17px;
    }
    .tit-section {
        font-size: 33px;
    }
    .cont-txt {
        width: 80%;
    }
    .animate-area .animate-shape-1.shape-1-AF {
        display: none;
    }
    .animate-area .animate-shape-2.shape-2-AF {
        display: none;
    }
    .video-mit {
        width: 90%;
    }
    .animate-area .animate-shape-1.shape-1-AV {
        top: 340px;
        left: -396px;
    }
    .animate-area .animate-shape-2.shape-2-AV {
        top: -90px;
        left: -115px;
    }
    .animate-area .animate-shape-3.shape-3-AV {
        top: -60px;
        right: -145px;
    }
    .histAutor {
        margin-bottom: 30px;
    }
    .carousel-image {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .animate-area .animate-shape-1.shape-1-AP {
        top: inherit;
        bottom: -457px;
        left: -10px;
    }
    .animate-area .animate-shape-1.shape-1-AP img {
        width: 90%;
    }
    .carousel-cont-text {
        width: 100%;
        display: inline-block!important;
    }
    .social-icons {
        width: 50%;
        margin: 0 auto;
    }
    .logos-partner {
        margin-bottom: 80px;
    }
}

@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: 42px;
        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: 31px;
        margin: -12px 0px 0px 8px;
    }
    .fecha-num {
        font-size: 40px;
    }
    .fecha-mes {
        font-size: 37px;
    }
    .c-inner-principal {
        height: 800px;
    }
    .c-principal-item {
        height: 800px;
    }
    .animate-area img {
        width: 60%;
    }
    .logo-principal {
        width: 77px;
        left: 12%;
    }
    .desafios-principal {
        margin-top: 63px;
    }
    .desafios-principal img {
        width: 340px;
    }
    .image-principal {
        width: 340px;
        margin-top: 30px;
    }
    .videoRecap {
    width: 78%;
}
    .btn-registro-principal {
        margin-top: 30px;
    }
    .btn-registro-principal a {
        font-size: 17px;
    }
    .animate-area .animate-shape-1 {
        top: 13px;
        left: -250px;
    }
    .animate-area .animate-shape-2 {
        top: 218px;
        left: -120px;
    }
    .animate-area .animate-shape-3 {
        right: -168px;
    }
    .animate-area .animate-shape-4 {
        top: 50px;
        right: -215px;
    }
    .cont-txt {
        width: 80%;
    }
    .animate-area .animate-shape-1.shape-1-AF {
        display: none;
    }
    .animate-area .animate-shape-2.shape-2-AF {
        display: none;
    }
    .video-mit {
        width: 80%;
    }
    .animate-area .animate-shape-1.shape-1-AV {
        top: 400px;
        left: -347px;
    }
    .animate-area .animate-shape-2.shape-2-AV {
        top: -90px;
        left: -115px;
    }
    .animate-area .animate-shape-3.shape-3-AV {
        top: -60px;
        right: -130px;
    }
    .histAutor {
        margin-bottom: 30px;
    }
    .carousel-image {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .animate-area .animate-shape-1.shape-1-AP {
        top: inherit;
        bottom: -500px;
        left: -5px;
    }
    .animate-area .animate-shape-1.shape-1-AP img {
        width: 98%;
    }
    .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;
}
    .collapse.navbar-collapse {
        margin-right: 10px;
    }
    .LogoMIT {
        width: 145px;
        margin: 0px 0px 0px 10px;
    }
    .nav-link-menu {
        font-size: 13px;
    }
    .Btn-registro {
    height: 41px;
    padding: 1px 15px 5px 15px;
    margin-left: 19px;
    }
    .link-registro {
        font-size: 13px;
    }
    .link-registro i {
        font-size: 24px;
        margin: -8px 2px 0px 8px;
    }
    
    .fecha-num {
        font-size: 40px;
    }
    .fecha-mes {
        font-size: 37px;
    }
    .c-inner-principal {
        height: 800px;
    }
    .c-principal-item {
        height: 800px;
    }
    .btn-registro-principal {
        margin-top: 26px;
    }
    .btn-registro-principal a {
        font-size: 16px;
    }
    .btn-registro-principal i {
        font-size: 30px;
        margin: -10px 0px 0px 16px;
    }
    .animate-area img {
        width: 70%;
    }
    .logo-principal {
        width: 68px;
    }
    .desafios-principal {
       margin-top: 50px;
    }
    .desafios-principal img {
        width: 330px;
    }
    .image-principal {
        width: 330px;
        margin-top: 30px;
    }
    .animate-area .animate-shape-1 {
        top: 28px;
        left: -278px;
    }
    .animate-area .animate-shape-2 {
        top: 260px;
        left: -94px;
    }
    .animate-area .animate-shape-3 {
        right: -140px;
    }
    .animate-area .animate-shape-4 {
        top: 60px;
        right: -224px;
    }
    .animate-area .animate-shape-1.shape-1-AV {
        top: 400px;
        left: -377px;
    }
    .animate-area .animate-shape-2.shape-2-AV {
        top: -90px;
        left: -115px;
    }
    .animate-area .animate-shape-3.shape-3-AV {
        top: -60px;
        right: -130px;
    }
    .tit-section {
        font-size: 35px;
    }
    .cont-txt {
        width: 650px;
        font-size: 21px;
    }
    .histTit {
        font-size: 20px;
        padding: 0 10px;
    }
    .carousel-text {
        font-size: 20px;
    }
    .animate-area .animate-shape-1.shape-1-AF {
        top: 76px;
        left: -427px;
    }
    .animate-area .animate-shape-2.shape-2-AF {
        width: 30%;
        top: -90px;
        right: -175px;
        left: inherit;
    }
    .animate-area .animate-shape-1.shape-1-AP {
        top: inherit;
        bottom: -340px;
        left: -33px;
    }
    .animate-area .animate-shape-1.shape-1-AP img {
        width: 67%;
    }
}

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

    .fecha-num {
        font-size: 40px;
    }
    .fecha-mes {
        font-size: 37px;
    }
    .animate-area img {
        width: 80%;
    }
    .desafios-principal {
        margin-top: 72px;
    }
    .desafios-principal img {
        width: 400px;
    }
    .image-principal {
        width: 380px;
        margin-top: 40px;
    }
    .logo-principal {
        width: 90px;
    }
    .c-inner-principal {
        height: 900px;
    }
    .c-principal-item {
        height: 900px;
    }
    .animate-area .animate-shape-1 {
        top: 10px;
        left: -250px;
    }
    .animate-area .animate-shape-2 {
        top: 280px;
        left: -75px;
    }
    .animate-area .animate-shape-3 {
        right: -50px;
    }
    .animate-area .animate-shape-4 {
        top: 60px;
        right: -196px;
    }
    .animate-area .animate-shape-1.shape-1-AV {
        top: 360px;
        left: -300px;
    }
    .animate-area .animate-shape-2.shape-2-AV {
        top: -80px;
        left: -100px;
    }
    .animate-area .animate-shape-3.shape-3-AV {
        top: -77px;
        right: -110px;
    }
    .tit-section {
        font-size: 35px;
    }
    .cont-txt {
        width: 690px;
        font-size: 24px;
    }
    .histTit {
        font-size: 21px;
        padding: 0 10px;
    }
    .animate-area .animate-shape-1.shape-1-AF {
        top: 76px;
        left: -397px;
    }
    .animate-area .animate-shape-2.shape-2-AF {
        width: 20%;
        top: -40px;
        right: -55px;
        left: inherit;
    }
    .animate-area .animate-shape-1.shape-1-AP {
        top: inherit;
        bottom: -397px;
        left: -33px;
    }
    .animate-area .animate-shape-1.shape-1-AP img {
        width: 83%;
    }
}