/* Minification failed. Returning unminified contents.
(58,1): run-time error CSS1019: Unexpected token, found '@'
(65,1): run-time error CSS1019: Unexpected token, found '@'
(72,1): run-time error CSS1019: Unexpected token, found '@'
 */
#documento-elaboracion-section span {
    font-size: 1.3rem;
}

#documento-elaboracion-section h3 {
    font-size: 1.8rem;
}

.upper-text {
    font-size: 1.3rem;
}



.aprobados-action--button {
    padding: 2rem;
    text-decoration: none;
}

.aprobados-action--button-overflow {
    overflow-wrap: break-word;
    white-space: normal;
}

.aprobados-action--button i {
    font-size: 50px;
}

    .aprobados-action--button span {
        position: absolute;
        margin: auto;
        padding: 1rem;
    }

.video-container {
    position: relative;
    max-width: 100%;
    height: 0px;
    padding-bottom: 40%;
    overflow: hidden;
}

iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}

.imagen-file-option {
    width: 100%;
    max-height: 287px;
    object-fit: cover;
}

@@media(min-width: 992px) and (max-width: 1199px) {
    .video-container {
        padding-bottom: 64%;
    }
}

/* 2. Entre 1200px y 1439px */
@@media (min-width: 1200px) and (max-width: 1439px) {
    .video-container {
        padding-bottom: 52%;
    }
}

/* 3. Mayor a 1440px */
@@media (min-width: 1441px) {
    .video-container {
        padding-bottom: 56%;
    }
}

