.dudas-section h2 {
    font-weight: 500;
}
.banner-interior .texto .logo-enexpro.mujer-exporta img {
    max-width: 300px !important;
}
.global-x-noticias {
    width: 80%;
    padding: 1.5rem 0;
    margin: auto;
}
.box-act figure {
    margin-bottom: 1.5rem;
}
.w-facultad .c-facultad .texto {
    padding: 0;
}
.box-act .texto h3 a {
    font-size: 1.2em;
    margin-bottom: 1.5rem;
}
.box-home .texto h4 {
    font-size: .5em;
}
.global-x-video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 2rem;
}
.global-x-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.global-x-video-descrip {
    margin-bottom: 4rem;
}
.w-facultad .c-facultad .merc-prior {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 4rem;
}
.w-facultad .c-facultad .merc-prior .merc-prior-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.w-facultad .c-facultad .merc-prior .flag-list {
    display: inline-flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.w-facultad .c-facultad .merc-prior .flag-list li {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.acceder-btn-wrap {
    display: flex;
    flex-wrap: wrap;
}
.acceder-btn-wrap .btn {
    height: fit-content;
}
.innovadores-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: auto;
}
.innovadores-col {
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    padding: 0 2.5rem;
    margin-bottom: 2rem;
}
.global-x-portafolio {
    width: 78%;
    margin: auto;
}
.portafolio-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 2rem;    
}
.portafolio-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
@media (max-width: 768px) {
    .w-facultad .menu-facultad.pages-global-x a {
        width: 100%;
        justify-content: flex-start;
    }
    .global-x-noticias {
        width: 100%;
    }
    .innovadores-col {
        width: 50%;
        padding: 0 1rem;
    }    
    .global-x-portafolio {
        width: 100%;
    }    
}
@media (max-width: 576px) {
    .innovadores-col {
        width: 100%;
    }    
}