
@charset "UTF-8";
/* CSS Document */


/* aquí se colocan los estilos que sean solo de esta UAPA para que no se mezclen con la plantilla general */



/* altura de actividad 1 */
@media (max-width: 767px) {
    .embed-iframe-act iframe {
        min-height: 500px;
    }
}

@media (min-width: 768px) {
    .embed-iframe-act iframe {
        min-height: 800px;
    }
}

@media (min-width: 992px) {
    .embed-iframe-act iframe {
        min-height: 750px;
    }
}
@media (min-width: 1200px) {
    .embed-iframe-act iframe {
        min-height: 650px;
    }
}

/* altura de actividad 2 */
@media (max-width: 767px) {
    #act-2 .embed-iframe-act iframe {
        min-height: 800px;
    }
}

@media (min-width: 768px) {
    #act-2 .embed-iframe-act iframe {
        min-height: 800px;
    }
}

@media (min-width: 992px) {
    #act-2 .embed-iframe-act iframe {
        min-height: 750px;
    }
}
@media (min-width: 1200px) {
    #act-2 .embed-iframe-act iframe {
        min-height: 650px;
    }
}





/* altura de autoevaluación */
@media (max-width: 767px) {
    .embed-iframe-autoe iframe {
        min-height: 800px;
    }
}

@media (min-width: 768px) {
    .embed-iframe-autoe iframe {
        min-height: 1000px;
    }
}

@media (min-width: 1200px) {
    .embed-iframe-autoe iframe {
        min-height: 850px;
    }
}



