
@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;
    }
}


/*botones flotantes*/
#tools {
    /* display: none; */
    position: fixed;
    top: 198px;
    right: 0;
    margin-right: 20px;
    width: 46px;
    height: 200px;
    z-index: 9999;
    border-radius: 20px 0px 0px 20px;
    cursor: pointer !important;
    font-size: 10px !important;

}
#tools a:hover{
    opacity:0.90;
}
/*botones flotantes*/
